forked from bcgov/wps
-
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.
Introduced nginx to serve up static content Ripped out web build in api - no longer needed Ripped out front-end code from api Ripped out matomo (less configuration to worry about)
- Loading branch information
Showing
52 changed files
with
306 additions
and
3,020 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 |
---|---|---|
@@ -1,6 +1,20 @@ | ||
**/.gitignore | ||
**/node_modules | ||
# We want to exclude a whole bunch of stuff for docker. Otherwise docker pulls a bunch of | ||
# file it doesn't need into it's context when doing a build, which can slow down things. | ||
.githooks | ||
.github | ||
.vscode | ||
.zap | ||
.architecture | ||
.gitignore | ||
node_modules | ||
web/build | ||
web/coverage-cypress | ||
web/.nyc_output | ||
web/node_modules | ||
r | ||
.dockerignore | ||
**/Dockerfile* | ||
**/openshift | ||
**/junk | ||
**/scripts | ||
**/scripts | ||
**/python_cache* | ||
**.venv |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# We intentionally load keycloak from our SSO provider to ensure we always have the correct version. | ||
10017 OUTOFSCOPE .*(.apps.silver.devops.gov.bc.ca/)/? | ||
10017 WARN (Cross-Domain JavaScript Source File Inclusion) | ||
10017 WARN (Cross-Domain JavaScript Source File Inclusion) |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.