Commit graph

67 commits

Author SHA1 Message Date
thatmattlove
a5bc1ca8a0 fix formatting 2024-06-30 23:55:59 -04:00
thatmattlove
b617df24d1 fixes #267: fix response caching 2024-06-30 22:22:44 -04:00
thatmattlove
7eb8d8e925 fix formatting 2024-06-16 17:18:58 -04:00
thatmattlove
8a9766b99f formatting cleanup 2024-06-16 16:53:30 -04:00
thatmattlove
016cfd71d4 remove trailing slash from query hook 2024-03-03 00:21:24 -05:00
thatmattlove
f0028a3df6 fix text output empty bug 2024-02-28 22:46:49 -05:00
thatmattlove
cd6bf7a162 tooling overhaul 2024-02-27 17:44:19 -05:00
thatmattlove
446853e4a9 countless updates I mostly don't remember. 2023-04-13 23:05:05 -04:00
thatmattlove
b94eb3006a update & fix tests 2023-04-13 21:43:20 -04:00
thatmattlove
60429ebbc1 commit previous changes and dep updates 2022-12-11 17:30:20 -05:00
thatmattlove
3cf84a8001 add use-dns-query test 2021-12-20 10:58:38 -07:00
thatmattlove
2dd03ad81d refactor and restructure ui theme hooks 2021-12-19 23:30:09 -07:00
thatmattlove
fe8cd9f356 refactor and restructure ui hooks 2021-12-19 23:02:01 -07:00
thatmattlove
227da64c9a refactor and restructure ui components 2021-12-19 22:57:00 -07:00
thatmattlove
9a04ef1dfc remove legacy types 2021-12-18 23:47:24 -07:00
thatmattlove
93adc09e63 refactor, restructure typescript types 2021-12-18 23:45:06 -07:00
thatmattlove
4ee97ec0b2 cleanup & animation improvement 2021-12-18 00:29:51 -07:00
thatmattlove
ba2ce4b930 improve form state logic, fix issue with intersection directive selection 2021-12-17 23:00:36 -07:00
thatmattlove
0ec3086c67 Closes #176: Deprecate native google analytics support; Add support for custom JS and HTML 2021-12-08 16:23:59 -07:00
thatmattlove
889e44d6b1 Add UI tests 2021-12-06 16:34:45 -07:00
thatmattlove
196b3e0400 implement dynamic icon component & migrate back to react-icons 2021-12-06 14:33:20 -07:00
thatmattlove
70cdd2359f Fix greeting state issue 2021-12-06 11:29:26 -07:00
thatmattlove
6afe23bd17 Upgrade react-select & improve select typing 2021-12-06 10:53:15 -07:00
thatmattlove
f6d3dfe1dc Closes #155: Implement User IP Button 2021-10-19 16:23:40 -07:00
thatmattlove
89568dc8e5 Deprecate Device.network 2021-09-24 00:16:26 -07:00
thatmattlove
85566b81ab UI improvements, hookstate → zustand migration, cleanup 2021-09-21 08:20:44 -07:00
thatmattlove
76bf5eb380 Implement UI configuration response model 2021-09-10 23:13:27 -07:00
thatmattlove
070a07d065 Implement client-side UI config fetching 2021-09-09 18:03:04 -07:00
thatmattlove
eff99ad294 Update next, eslint, fix lint errors 2021-09-08 01:02:25 -07:00
thatmattlove
5ccfe50792 Complete directives implementation, refactor exceptions, deprecate VRFs, bump minimum Python version 2021-09-07 22:58:39 -07:00
checktheroads
f40004b38f continue generic command work 2021-06-23 19:11:59 -07:00
checktheroads
029649e44f Merge branch 'develop' into generic-commands
# Conflicts:
#	hyperglass/configuration/main.py
#	hyperglass/ui/components/form/queryType.tsx
#	hyperglass/ui/components/lookingGlass.tsx
2021-06-19 13:48:14 -07:00
checktheroads
69f21a4d64 Update UI dependencies 2021-05-29 23:30:38 -07:00
checktheroads
5f036228a5 initial work on generic commands 2021-05-29 21:26:03 -07:00
checktheroads
e4f4eb85b0 remove requirement for default VRF to be named default, closes #29 2021-02-25 23:38:57 -07:00
checktheroads
1d0592a1cd improve UI error output 2021-02-12 23:09:44 -07:00
checktheroads
72269f38f5 consolidate name & display name fields, closes #115 2021-02-10 00:43:40 -07:00
checktheroads
090626f952 typing cleanup 2021-01-10 01:15:13 -07:00
checktheroads
4137286ca4 re-implement google analytics 2021-01-10 01:14:57 -07:00
checktheroads
9f6d16c28c cancel running queries on component unmount 2021-01-05 22:49:09 -07:00
checktheroads
e23e1fb924 general cleanup 2021-01-05 22:48:38 -07:00
checktheroads
6ffbf95abd add typings for eslint 2021-01-03 23:51:09 -07:00
checktheroads
472a382f76 migrate ASN detail to caida, since bgpview no longer supports CORS headers [skip ci] 2021-01-01 01:34:42 -07:00
checktheroads
4bbf5cde12 cleanup & code comments [skip ci] 2020-12-31 23:09:54 -07:00
checktheroads
d46d3317f0 improve handling of greeting component [skip ci] 2020-12-31 21:49:27 -07:00
checktheroads
8144ae4c1e improve global state management & data flow [skip ci] 2020-12-31 21:48:02 -07:00
checktheroads
7aa4573b8e refactor resolvedTarget to use a custom hook for DOH resolution instead of using react-query directly [skip ci] 2020-12-29 17:26:20 -07:00
checktheroads
5aabbab4bb move fetchWithTimeout to ~/util for re-use [skip ci] 2020-12-29 17:22:07 -07:00
checktheroads
16f02df836 update query hooks to support react-query 3 [skip ci] 2020-12-29 16:50:26 -07:00
checktheroads
fc018955c0 restructure components & clean up unused code [skip ci] 2020-12-29 15:58:36 -07:00