-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call sso login if we get an error (#445)
TGF started to break when we first launch it in the morning due to the fact that we enabled SSO. - Update all dependencies - Fix deprecated code
- Loading branch information
Showing
14 changed files
with
427 additions
and
294 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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"ignoreWords": [ | ||
"abspath", | ||
"aprofile", | ||
"awsutil", | ||
"blang", | ||
"bsdtar", | ||
"buildkit", | ||
"buildtag", | ||
"chdir", | ||
"chmod", | ||
"coveo", | ||
"coveooss", | ||
"ctype", | ||
"darwin", | ||
"debugf", | ||
"debugln", | ||
"dockerbuild", | ||
"envars", | ||
"erra", | ||
"errorln", | ||
"fatih", | ||
"github", | ||
"globaldelay", | ||
"gohcl", | ||
"gotemplate", | ||
"hashicorp", | ||
"hclparse", | ||
"hoburg", | ||
"inconshreveable", | ||
"infof", | ||
"infoln", | ||
"ldflags", | ||
"linux", | ||
"logrus", | ||
"matryer", | ||
"minio", | ||
"moby", | ||
"multilogger", | ||
"oldpwd", | ||
"openssl", | ||
"reutils", | ||
"rontend", | ||
"selfupdate", | ||
"semver's", | ||
"sirupsen", | ||
"somevalue", | ||
"ssologin", | ||
"stretchr", | ||
"stscreds", | ||
"terraforming", | ||
"terragrunt", | ||
"tflint", | ||
"tfpath", | ||
"tmpdir", | ||
"truef", | ||
"unmanaged", | ||
"warningf", | ||
"zclconf" | ||
], | ||
"language": "en,en-US,en-GB", | ||
} |
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 |
---|---|---|
|
@@ -2,7 +2,6 @@ name: PR | |
on: | ||
pull_request: | ||
branches: | ||
- master | ||
- main | ||
|
||
jobs: | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,6 @@ name: Test Install | |
on: | ||
pull_request: | ||
branches: | ||
- master | ||
- main | ||
|
||
jobs: | ||
|
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
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.