-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring graphql queries to use graphql query variables
* Improving graphql query support * Add create deployment with variabels built into gql query str * Refactor every query to use gql variable syntax * Simplify interface for querying houston * Refactor deployments to use new graphql interface * Use type map[string]interface{} to allow passing of json payloads * Make map creation inline with struct definition * Remove debug prints * Refactoring workspaces to use new houston request struct * Adding new houston code - to be cleaned up and removed later * Comment out queries to be replaced * Refactor service accounts and users * Refactor auth queries * Refactor docker queries * Remove unused functions so far * Remove unused messages * Remove deprecated api and http vars * Remove unused graphql experiment * Add more checks around workspace uuid * Consolidate getWorkspace and getWorkspaces * Fix service account variable name
- Loading branch information
Showing
11 changed files
with
560 additions
and
700 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.