-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add logging and network info route #20
Merged
Merged
Conversation
This file contains 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
Co-authored-by: Charlie <[email protected]>
* add modules to manage k8s resources * update delete devnet to use utils * add strum deps * add struct for devnet info response * add struct for stacksv2info response * helper function to fetch status from a pod * helper function to get stacks v2 info route * function to query/assemble devnet info * remove get_proxy_data * add route to get devnet info * rename struct * add pvc module * update delete devnet to use pvc mod * rename utils -> resources * add ports to service * use service ports enum * revert server port number * refactor template parser to use new resource enums * fix service url * improve logging * add content type to response * add to ClusterRole resource list
MicaiahReid
changed the title
feat: add logging
feat: add logging and network info route
Jun 20, 2023
github-actions bot
pushed a commit
that referenced
this pull request
Nov 16, 2023
## 1.0.0 (2023-11-16) ### Features * add `HEAD /api/v1/network/{network}` route ([#41](#41)) ([1bf329f](1bf329f)) * add logging and network info route ([#20](#20)) ([2af0bab](2af0bab)), closes [#21](#21) * proxy http requests to downstream pods ([#11](#11)) ([6ecdf0f](6ecdf0f)) * release develop ([#84](#84)) ([89a1a1b](89a1a1b)) ### Bug Fixes * add access_control_allow_credentials header ([a482a93](a482a93)) * add cors settings; refactor http responses ([#42](#42)) ([c46db4c](c46db4c)), closes [#21](#21) * assert more general error msg ([#48](#48)) ([926e3a0](926e3a0)) * create namespace in deploy api script ([f5ff5e0](f5ff5e0))
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR:
fixes #15, part of #6, and part of #12