-
Notifications
You must be signed in to change notification settings - Fork 21
Convert API calls to the v1 endpoints #1366
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
d4e9b4a
organization list v1
david-crespo a861326
project list v1
david-crespo 4cde77b
org view v1
david-crespo accdd05
project view v1, sorely in need of some helpers
david-crespo 644fbbe
try it with more flexible looker uppers
david-crespo aceba2c
instance view and instance nics. call sites very verbose but MSW is c…
david-crespo ed5da05
update and delete nic
david-crespo 4c5be03
missed a couple of instanceView calls
david-crespo 3bd7837
notes on helpers, clean up lookups
david-crespo da4a34f
project create v1
david-crespo 091d44d
fix object already exists error message for v1 creates, hook test
david-crespo 316d263
project update v1
david-crespo 31a0700
project delete v1
david-crespo 05db7ac
attempt at "helpers" that are supposed to "help" but are actually "shit"
david-crespo b86700b
instance disk attach/detach, wrap of instance disk list
david-crespo 125ebef
helpers actually save a few lines?!?!?!?!?!
david-crespo 2142354
nuke all the legacy *ById endpoints in MSW
david-crespo 02203a3
disk endpoints
david-crespo efce7cf
org create and fix instance create
david-crespo 9f9918c
go around eliminating use of toApiSelector in the wild
david-crespo 3ea9969
instances list, no more uses of useProjectParams
david-crespo 2eeb794
vpc endpoints
david-crespo 1024c0b
network interface create
david-crespo 9f97277
vpc subnets
david-crespo ff5ab79
convert instance actions and delete some unused looker-uppers
david-crespo 92302a9
remaining org endpoints
david-crespo 83360ef
silo and project policy
david-crespo d249daa
more cleanup
david-crespo 77405fc
some easy ones
david-crespo 655b9a9
vpc router
david-crespo 4bd8f47
apparently I shouldn't import things from @oxide/api to @oxide/api-mocks
david-crespo ca3bf7e
fix org access bug
david-crespo 1428e65
sleds and physical disks and stuff
david-crespo 47e6a60
router routes and some cleanup
david-crespo 1750083
convert remaining pb to pb2
david-crespo bf4d3fd
rename pb2 back to pb
david-crespo 18e0083
more cleanup
david-crespo 3f5fbd3
combine path params back into one file
david-crespo ee77cbb
don't be silly
david-crespo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do like this API overall.