-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new workspace_url format + fix azure test (#114)
* Use new workspace_url format + fix azure test Co-authored-by: [email protected] <[email protected]> * Fix tests * Make logging optional * Remove comment * Add spaces Like a maniac * Fix fmt and fmt code * Add local install make command * Make local install use repo build Co-authored-by: Lawrence Gripper <[email protected]> * Remove redudant azure_auth * Get workspace url from azure managment api * Update comment * Change from pointers Co-authored-by: Stuart Leeks <[email protected]> * Update docs * Assert env var is set * Reverse bool * Use correct operator * Run all integration tests * Use KEY Co-authored-by: Lawrence Gripper <[email protected]> Co-authored-by: stikkireddy <[email protected]> Co-authored-by: Stuart Leeks <[email protected]>
- Loading branch information
1 parent
0686299
commit c23a1a6
Showing
13 changed files
with
200 additions
and
209 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,9 @@ RUN \ | |
# --> Delve for debugging | ||
go get github.com/go-delve/delve/cmd/[email protected] \ | ||
# --> Go language server | ||
&& go get golang.org/x/tools/[email protected] \ | ||
&& go get golang.org/x/tools/[email protected] \ | ||
# --> Goimports | ||
&& go get golang.org/x/tools/cmd/goimports \ | ||
# --> Gotestsum | ||
&& go get gotest.tools/[email protected] \ | ||
# --> Go symbols and outline for go to symbol support and test support | ||
|
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
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.