-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(): security group generic structure + security * fix(): package-lock * fix(): removing comment * fix(): lint * ifx(): webpack link * ifx(): webpack package * fix(): missing sdk dependencies * fix(): testing cli output fix * refactor: refactor code and update dependencies and nodejs version * cicd: change pipeline nodejs version * cicd: change pipeline nodejs version * feature: add oidc and update tsconfigs and reestructure auth service * fix: pretier fix all codebase * refact: infraestructure refactoring to bundle swagger * fix: hotfix in cdk vpc warning * fix: fix in environment * refactor: infra multiples security groups * fix: source .env in pipeline * lint: fix eslint files * lint: fix eslint files * lint: fix eslint files * lint: fix eslint files * fix: fix in unit test * fix: fix in migration command load env * fix: fix in migration command load env * fix: fix in migration command load env * fix: fix in migration command load env * fix: fix in migration command load env * fix: fix in migration command load env * fix: fix in migration command load env * fix: fix in migration command load env * fix: fix in migration command load env * fix: fix in migration command load env * cicd: add wait on pipeline script * cicd: add wait on pipeline script * cicd: add wait on pipeline script * cicd: add wait on pipeline script * cicd: add wait on pipeline script * cicd: add wait on pipeline script * cicd: add wait on pipeline script * fix: docker environment overide * fix: swagger dependencies * fix: swagger dependencies * fix: lint project * fix pipeline: fix pipeline deploy * fix pipeline: fix pipeline deploy * doc: update project title and description --------- Co-authored-by: Luiz Grigio <[email protected]>
- Loading branch information
Showing
89 changed files
with
13,432 additions
and
23,939 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/.data | ||
/dist | ||
/documentation | ||
.env |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"CodeGPT.apiKey": "OpenAI" | ||
} |
Oops, something went wrong.