Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

🔧 QoL Configuration #5

Merged
merged 39 commits into from
Jul 15, 2024
Merged

🔧 QoL Configuration #5

merged 39 commits into from
Jul 15, 2024

Conversation

Gary-H9
Copy link
Contributor

@Gary-H9 Gary-H9 commented Jul 2, 2024

This PR relates to this PR. It adds:

  • Numerous GitHub Actions
    • Code Scanning, Linting, build, release etc
  • Ministry of Justice Development Containers
    • including a postgresql container in Docker in Docker
    • numerous tools to aid development
  • configures the application to use a postgresql database
  • .editorconfig, Makefile, .flake8, .pre-commit-config.yaml
  • package.json + package-lock.json - these will be consumed later
  • requirements.txt + requirements.dev.txt

The following files are created with the knowledge that they will be edited/superseded in short order.

  • README
  • Dockerfile
  • chart directory

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@@ -69,25 +61,27 @@
</div>
</footer>

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.1/highlight.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium

Script loaded from content delivery network with no integrity check.
@@ -69,25 +61,27 @@
</div>
</footer>

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium

Script loaded from content delivery network with no integrity check.
@Gary-H9 Gary-H9 changed the title 🔧 Further Configuration 🔧 QoL Configuration Jul 11, 2024
.devcontainer/devcontainer.json Outdated Show resolved Hide resolved
.github/CODEOWNERS Outdated Show resolved Hide resolved
.github/workflows/build-test.yml Outdated Show resolved Hide resolved
.github/workflows/dependency-review.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
.github/workflows/scan-image.yml Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
@jacobwoffenden jacobwoffenden self-requested a review July 15, 2024 11:14
.github/workflows/codeql-analysis.yml Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
chart/templates/.helpers.tpl Outdated Show resolved Hide resolved
chart/values.yaml Outdated Show resolved Hide resolved
chart/values.yaml Outdated Show resolved Hide resolved
chart/values.yaml Outdated Show resolved Hide resolved
chart/values.yaml Outdated Show resolved Hide resolved
@Gary-H9 Gary-H9 requested a review from jacobwoffenden July 15, 2024 11:39
@Gary-H9 Gary-H9 merged commit acadd6d into main Jul 15, 2024
28 checks passed
@Gary-H9 Gary-H9 deleted the qol branch July 15, 2024 11:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants