You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* working deployment of pods
* use internal ports
* cleanup, use config struct, create server
* add templates for pods/configmaps/services
* use template yaml rather than json for deployments
* add missed template yaml
* add route to delete deployment
* make services nodeport type
* rename var
* fix error handling on deletion
* deploy configmaps for chain coordinator
* yaml for cluster config
* add user/password to devnet config
* remove mounts from kind.yaml
* helpful scripts
* gitignore
* rename file
* provide example json
* initial pass at readme
* add some metatdata to cargo.toml
* add license
* update readme
* add todo
* rename package import
* Apply suggestions from code review
Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com>
* add module to parse template files
* use new template file parser
* set context on automated kubectl command
* Switch to ApacheV2 license
* convert consts to i32
* add error handling for resource creation/deletion
* add context to kubectl commands
* set up proxy server
* bind server to 0.0.0.0
* create k8s manager struct
* add proxy routing to downstream pods
* add tests
* deps updatee
* remove NodePort type from services
* create template to deploy devnet-api-server to k8s
* docker file for devnet api
* update port for stacks-devnet-api service
* use deployed pods!
* use Always imagePullPolicy for newer images
* build docker image in release mode
* remove sleep!
* add back sleep :(
* started logging implementation
* add more logging
* fix port number
* fix types for deleteing resources
* remove delete_namespace func
* feat: add route to get network info (#21)
* 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
* fix event/db ports for stacks api config
* fix service url
* fix url to get v2 info
* add helper to get user facing port
* get user facing port for proxy requests
* fix test
* fix proxy url
* add config.rs
* add deps
* use new config.rs
* compute address from mnemonic
* better error handling
* add control port
* change configmap typing
* update config
* add deps
* make pox_2_activation optional
* deps
* add back deps
* add todo for unavailable import
* add note to todo for explorer disable flags
* make explorer disables optional
* remove print statements
* remove unused field
* move routes into separate module
* add back unused field
* add examples for new network config
* add open api file
* remove comment
* remove todo's
* add struct for validated user data
* base64 encode contract
* fix broken config
* update json example
* remove blank space
* fix openapi spec a bit
* delete openapi file
---------
Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com>
0 commit comments