generated from geoadmin/template-service-flask
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from geoadmin/develop
First Release
- Loading branch information
Showing
37 changed files
with
1,851 additions
and
643 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,9 @@ | ||
AWS_ACCESS_KEY_ID=dummy-123 | ||
AWS_SECRET_ACCESS_KEY=dummy-123 | ||
AWS_S3_BUCKET_NAME=test-bucket | ||
AWS_S3_REGION_NAME=eu-central-1 | ||
AWS_S3_ENDPOINT_URL=http://localhost:9090 | ||
AWS_DB_REGION_NAME=eu-central-1 | ||
AWS_DB_TABLE_NAME=test-db | ||
AWS_DB_ENDPOINT_URL=http://localhost:8080 | ||
KML_STORAGE_HOST_URL=http://localhost:9090/test-bucket |
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,9 @@ | ||
AWS_ACCESS_KEY_ID=dummy-123 | ||
AWS_SECRET_ACCESS_KEY=dummy-123 | ||
AWS_S3_BUCKET_NAME=test-bucket | ||
AWS_S3_REGION_NAME=wonderland | ||
# for some reason currently mocking the DynamoDB only works with a real region. | ||
# Fake regions will cause a crash when mocking. | ||
AWS_DB_REGION_NAME=us-east-1 | ||
AWS_DB_TABLE_NAME=test-db | ||
ALLOWED_DOMAINS=.*\.geo\.admin\.ch |
This file was deleted.
Oops, something went wrong.
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,11 @@ | ||
name: PR Auto Labeler | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- edited | ||
|
||
jobs: | ||
pr-labeler: | ||
uses: geoadmin/.github/.github/workflows/pr-labeler.yml@master |
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,11 @@ | ||
name: Bump SemVer Version | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- develop | ||
|
||
jobs: | ||
release: | ||
uses: geoadmin/.github/.github/workflows/semver-release.yml@master |
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.