-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: move service resources to crate plugins * refactor: trim unused dependencies * docs: for plugins * refactor: update patches * tests: update * tests: update codegen * refactor: rm stale aws module * ci: drop old features * ci: missing string closing quote * refactor: remove Cargo.lock file * docs: missing README.mds * ci: copy README.md too * refactor: services -> resources * refactor: cargo sort * refactor: codegen touch ups * bug: codegen namespace * refactor: fix up examples * bug: codegen namespace * refactor: split of mongodb feature * refactor: split off persist resource * refactor: getsynth -> shuttle-hq * docs: ResourceBuilder * refactor: lock down versions * refactor: drop paste from service * docs: v0.5.2 fix * docs: link errors * bug: client to new secret crate * refactor: syntex * test: restore sqlx for service test * docs: update serenity examples * ci: add standalone resources * ci: standalone clippy all features * ci: standalone add protoc * ci: service drop moved features * ci: update standalone test with manifest-path * refactor: update sqlx for aws-rds * test: sqlx features for service * refactor: remove broken test in authentication example * misc: update scripts with resources * infra: undo README files being part of the workspace source * infra: restore README files being part of the workspace source * infra: docker allow README.md files Co-authored-by: Damien Broka <git@damien.sh>
- Loading branch information
Showing
65 changed files
with
400 additions
and
323 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 |
---|---|---|
|
@@ -5,4 +5,5 @@ examples/ | |
**/.cargo/ | ||
**/docker/ | ||
**/*.md | ||
!**/README.md | ||
Makefile |
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ Cargo.lock | |
.DS_Store | ||
|
||
# Terraform | ||
**/secret* | ||
**/secrets.tfvar | ||
**/.terraform* | ||
|
||
e2e/users.toml | ||
|
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.