1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

1111 Commits

Author SHA1 Message Date
90a837313f remove cached incorrectly cased directories 2021-01-01 12:07:35 -07:00
2acecd8437 run Github Actions lint on push & PR [skip ci] 2021-01-01 11:48:48 -07:00
dfe56f8ff5 test CI linting via Github Actions [skip ci] 2021-01-01 11:47:09 -07:00
1101cc7cc2 require dev dependencies in production build due to typescript 2021-01-01 11:33:07 -07:00
d7f721af01 fix case sensitive git config 2021-01-01 11:32:35 -07:00
6a5c73c4d4 fix missing typescript dependencies 2021-01-01 02:13:03 -07:00
a12d8afb29 update changelog for 1.0.0-beta.65 [skip ci] 2021-01-01 02:05:43 -07:00
5e045686a8 Merge UI Refactor
**Minor Changes**
- Migration to TypeScript
- Migration to Chakra UI 1.1
- Migration to Next.JS 10
- Migration to React 17
- Addition of BGP map, closes #72 

**Breaking Changes**
- `web.text.title` & `web.text.subtitle` now carry a 32 character limit for styling/layout reasons.
2021-01-01 01:54:22 -07:00
9c0e0c8b90 Merge branch 'v1.0.0' into ui-refactor 2021-01-01 01:50:36 -07:00
a7e1e5e53f update version to 1.0.0-beta.65 2021-01-01 01:45:39 -07:00
8cab77e86b cleanup [skip ci] 2021-01-01 01:39:36 -07:00
f787b95073 improve DNS resolution UX [skip ci] 2021-01-01 01:39:20 -07:00
472a382f76 migrate ASN detail to caida, since bgpview no longer supports CORS headers [skip ci] 2021-01-01 01:34:42 -07:00
c9c6f39226 fix mobile viewport issue [skip ci] 2021-01-01 00:26:21 -07:00
bbbfe9423b migrate theme functions to typescript [skip ci] 2021-01-01 00:26:00 -07:00
4bbf5cde12 cleanup & code comments [skip ci] 2020-12-31 23:09:54 -07:00
486dd320ee dependency cleanup & refactor of error message component [skip ci] 2020-12-31 21:56:06 -07:00
3f6b4ea516 improve custom select component [skip ci] 2020-12-31 21:53:56 -07:00
d46d3317f0 improve handling of greeting component [skip ci] 2020-12-31 21:49:27 -07:00
8144ae4c1e improve global state management & data flow [skip ci] 2020-12-31 21:48:02 -07:00
46011f9579 Merge pull request #96 from M0NsTeRRR/patch-1
[Fix] Documentation broken links
2020-12-30 13:03:26 -07:00
4bab488d89 [Fix] Documentation links 2020-12-30 20:53:44 +01:00
57f2a2f807 refactor resolvedTarget to use a custom hook for DOH resolution instead of using react-query directly [skip ci] 2020-12-29 17:26:33 -07:00
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
5aabbab4bb move fetchWithTimeout to ~/util for re-use [skip ci] 2020-12-29 17:22:07 -07:00
d0b78ae69f refactor react-select styles with new useColorToken custom hook [skip ci] 2020-12-29 17:21:33 -07:00
6fc43f9c89 update dependencies [skip ci] 2020-12-29 16:50:54 -07:00
16f02df836 update query hooks to support react-query 3 [skip ci] 2020-12-29 16:50:26 -07:00
fc018955c0 restructure components & clean up unused code [skip ci] 2020-12-29 15:58:36 -07:00
634606c8d0 clean up dependencies [skip ci] 2020-12-29 02:10:17 -07:00
158d3ce761 remove no longer needed utility functions [skip ci] 2020-12-29 02:10:04 -07:00
432c4aad37 fix mobile layout issue [skip ci] 2020-12-29 02:09:27 -07:00
d04a24ef6e fix loading component style [skip ci] 2020-12-29 02:09:14 -07:00
80af987034 improve form & results style & layout [skip ci] 2020-12-29 02:08:45 -07:00
7cb445d9e7 improve footer layout [skip ci] 2020-12-29 02:07:42 -07:00
4961d1dd78 add max character length for title & subtitle, update docs [skip ci] 2020-12-29 02:06:18 -07:00
ac36f42d82 improve header layout [skip ci] 2020-12-29 02:05:28 -07:00
9886020c53 fix result button layout [skip ci] 2020-12-26 09:26:48 -07:00
e407258f72 continue typescript & chakra v1 migrations [skip ci] 2020-12-25 00:45:23 -07:00
d263fb9203 continue typescript & chakra v1 migrations [skip ci] 2020-12-22 02:00:36 -07:00
2b7039943b swap to real ASNs for testing fake data [skip ci] 2020-12-22 02:00:29 -07:00
0f0e61f403 continue typescript & chakra v1 migrations [skip ci] 2020-12-20 01:21:24 -07:00
257f802f3b fix fake output generation bug [skip ci] 2020-12-20 01:21:10 -07:00
1fb1dfe182 continue typescript & chakra v1 migrations [skip ci] 2020-12-17 16:37:36 -07:00
0bb19082a0 add more route types to fake output for testing [skip ci] 2020-12-17 16:37:09 -07:00
4d6a19cd99 fix parsing exception handling issue 2020-12-17 13:52:12 -07:00
35270c9825 fix Juniper parsing issue when CLI banner is appended to the XML output [skip ci] 2020-12-17 13:51:49 -07:00
43c7266c0f Merge pull request #94 from timrabl/patch-1
Update configuration.mdx
2020-12-16 10:01:39 -07:00
3c2517e114 Update configuration.mdx
$ hyperglass start -h
Usage: hyperglass start [OPTIONS]

   🚀 Start web server

Options:
   -b, --build            Render theme & build frontend assets
   -d, --direct           Start hyperglass directly instead of through process
                          manager

   -w, --workers INTEGER  Number of workers. By default, calculated from CPU
                          cores [16]

   -h, --help             Show this message and exit.
2020-12-16 17:48:53 +01:00
0c4d94a3e7 continue typescript & chakra v1 migrations [skip ci] 2020-12-15 01:18:04 -07:00