Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add read-only UI for internet gateways #2488

Merged
merged 80 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
a4447af
Update OMICRON_VERSION
charliepark Oct 4, 2024
07d9697
update msw handlers
charliepark Oct 4, 2024
9547005
Other changes from initial branch
charliepark Oct 4, 2024
f7c4b10
IP Pools tab in place
charliepark Oct 5, 2024
aa2f363
IP Pool ID is copyable from IP Pools tab
charliepark Oct 6, 2024
302cd19
Add content to IP Addresses tab and root page
charliepark Oct 6, 2024
c038387
Update OMICRON_VERSION to sha with internet gateways
charliepark Oct 7, 2024
d778b70
small tweaks
charliepark Oct 7, 2024
0a62bef
remove commented-out code
charliepark Oct 7, 2024
f3d8d41
Use proper truncate component
charliepark Oct 7, 2024
bc1a103
adjust path-builder spec
charliepark Oct 7, 2024
7863939
Add breadcrumb nav for internet gateways
charliepark Oct 7, 2024
721a900
Update default internet gateway IP pool to reflect actual default values
charliepark Oct 7, 2024
b72ae0e
update unrelated test
charliepark Oct 7, 2024
a6625e5
Merge branch 'main' into internet-gateways-2
charliepark Oct 9, 2024
cdbd4a2
Remove n+1 query on IpPools
charliepark Oct 9, 2024
a53479b
Add IpPoolCell
charliepark Oct 9, 2024
55e49bc
Remove code that we'll add separately
charliepark Oct 9, 2024
89a6eab
Upgrade OMICRON_VERSION
charliepark Oct 9, 2024
5ca7a06
Merge main, resolve conflicts
charliepark Oct 9, 2024
39c8ca0
No need to extract UtilizationCell now
charliepark Oct 9, 2024
6f5e7ff
Get IP Pool tab for Internet Gateways working
charliepark Oct 10, 2024
ac61ea2
Merge branch 'main' into internet-gateways-2
david-crespo Oct 30, 2024
b344f81
Merge main, resolve conflicts, including TopBar breadcrumbs
charliepark Nov 19, 2024
1b63138
Update snapshot, but there might still be some other issues to work out
charliepark Nov 19, 2024
1caf6cd
Some headway, but screen is still blank
charliepark Nov 20, 2024
0c64c54
Update snapshots for test
charliepark Nov 20, 2024
445571a
Merge branch 'main' into internet-gateways-2
charliepark Nov 20, 2024
1b9fecc
Update routes; fix mock data
charliepark Nov 20, 2024
38ef9c1
update tests with mock data, but this should probably get pulled to a…
charliepark Nov 20, 2024
8fb8057
Simplify mock data; renaming the default IP Pool to default was unnec…
charliepark Nov 21, 2024
a34ddf7
Merge branch 'main' into internet-gateways-2
david-crespo Nov 23, 2024
dfc3223
convert to new useQueryTable
david-crespo Nov 23, 2024
b5b7eb6
Merge branch 'main' into internet-gateways-2
charliepark Dec 2, 2024
fdc2995
Add internet gateway combobox to router route target field
charliepark Dec 2, 2024
0dfb201
Merge main
charliepark Dec 4, 2024
d3f9e1d
Sidebar for Internet Gateway coming together
charliepark Dec 5, 2024
845940f
Bot commit: format with prettier
github-actions[bot] Dec 5, 2024
000c4f9
DOM shuffling
charliepark Dec 5, 2024
98238ec
Update mock data
charliepark Dec 5, 2024
08030ed
merge main and hopefully resolve issues
charliepark Dec 5, 2024
7097dc6
Update routes to handle new sidebar and main tab together
charliepark Dec 5, 2024
74066fd
Reorder internet gateway sidebar
charliepark Dec 5, 2024
daa24f0
Update paths and snapshots
charliepark Dec 5, 2024
3f04264
use more common internet-gateway-edit syntax for filename
charliepark Dec 5, 2024
b729767
Merge origin/main into internet-gateways-2
david-crespo Dec 6, 2024
1df7ad4
Internet gateways modal tweak (#2607)
benjaminleonard Dec 6, 2024
ec8b67b
Add IP Address and IP Pool columns to Gateway table
charliepark Dec 6, 2024
4762f08
Merge branch 'main' into internet-gateways-2
david-crespo Dec 6, 2024
001971a
test update
charliepark Dec 6, 2024
79991a7
small tweaks to sidebar
charliepark Dec 6, 2024
109a60c
reverting back to vertical table for now, to render IP Pool alonside …
charliepark Dec 6, 2024
abb82ba
Update copy when missing pool or ip address
charliepark Dec 6, 2024
c5013d0
Add a test for internet gateway list and sidemodal
charliepark Dec 9, 2024
c758b5c
Add routes targeting gateway to table
charliepark Dec 10, 2024
7ec29f9
Better handle multiple route spacing; fix test
charliepark Dec 10, 2024
a39c154
Update side modal with routes targeting gateway
charliepark Dec 10, 2024
3d8cad8
Merge branch 'main' into internet-gateways-2
charliepark Dec 10, 2024
0f5b849
Update test for showing route
charliepark Dec 10, 2024
2ab1859
Tweaks to sidemodal
charliepark Dec 11, 2024
bd89623
move example gateway route to custom router, not default router
charliepark Dec 11, 2024
efb0c50
Update tests to reflect gateway route existing on custom router
charliepark Dec 11, 2024
ae9775e
Merge branch 'main' into internet-gateways-2
charliepark Dec 11, 2024
49dfca3
use more specific params in queries
charliepark Dec 11, 2024
7c7f9b7
use titleCrumb for Edit Internet Gateway
charliepark Dec 11, 2024
fb4ede5
fix RR leaf route without element warning
david-crespo Dec 11, 2024
6f91091
let's use a valid UUID
charliepark Dec 11, 2024
2135c92
clean up InternetGatewayRoutes and call it as a component
david-crespo Dec 11, 2024
ca4962d
update the snapshot!
david-crespo Dec 11, 2024
c2d20ae
fix gnarly dependent promises in gateways loader
david-crespo Dec 11, 2024
5062ecc
Merge main and resolve conflict
charliepark Dec 12, 2024
49cfa15
update read only info box
david-crespo Dec 12, 2024
24dc844
clean up gateway routes fetch logic by extracting shared hook
david-crespo Dec 12, 2024
a6c0e7b
extract gateway data logic into a separate file
david-crespo Dec 12, 2024
46ef5d8
Use count of routes; link to sidemodal
charliepark Dec 13, 2024
64a7bbe
Use count of 0 instead of EmptyCell for route count
charliepark Dec 13, 2024
c4b35fe
use EmptyCell for zero routes, copy tweaks, sentence case
david-crespo Dec 13, 2024
9e1d53c
sentence case idp form heading
david-crespo Dec 13, 2024
bc3161a
minor: remove stub e2e test
david-crespo Dec 13, 2024
9dba7fb
merge main
david-crespo Dec 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OMICRON_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c50cf019cd9be35f98266a7f4acacab0236b3a3d
e51641064a9aeb62b6461055505c53e43fbbe58c
Loading
Loading