quickstart-openshift
quickstart-openshift copied to clipboard
QuickStart template targeted for OpenShift. Includes a starter app.
https://github.com/apps/socket-security
Improve our Docker Compose file and local development. https://dev.to/code42cate/say-goodbye-to-docker-volumes-j9l
Investigate new feature https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ Benefit: View summary of action runs rather than clicking through to see summary.
Try to add as much caching as practical. This article provides on example, but there should be other areas to try. https://dev.to/ken_mwaura1/optimizing-github-actions-performance-enhance-workflows-with-caching-4hla
Idea via @conbrad: `cache git branch checkouts by commit id` Idea 2: Pass clones between workflows? E.g. PR open to PR close
**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)* As a director, I want to know and tell...
- Site: [https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca](https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca) **New Alerts** - **CORS Misconfiguration** [40040] total: 5: - [https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca](https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca) - [https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca/](https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca/) - [https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca/api](https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca/api) - [https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca/robots.txt](https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca/robots.txt) - [https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca/sitemap.xml](https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca/sitemap.xml) - **CSP: Wildcard Directive** [10055] total: 1: - [https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca/api](https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca/api)...
There has been minimal value to TS, while bocking PRs that don't replace the `dist/` folder. I'd like to pull TS out and find a more appropriate place to practice...
Most Flyway migrations builds are just Flyway with migrations copied in. Find a way to reuse the same container to avoid the builds.