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

🚀 Chart Configuration #28

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
932917e
:wrench: Add KEDA configuration file
Gary-H9 Jul 22, 2024
1f6a1b0
:wrench: Add deployment configuration file
Gary-H9 Jul 22, 2024
38a4f27
:heart: Alter linting rules to ignore charts
Gary-H9 Jul 23, 2024
85a2a77
:wrench: Linting updates
Gary-H9 Jul 23, 2024
ada68b1
:wrench: Lint
Gary-H9 Jul 23, 2024
4003f4d
☸ Configure Helm
Gary-H9 Jul 23, 2024
1897780
:wrench: Downgrade due to dependencies
Gary-H9 Jul 23, 2024
2db4269
:wrench: Tinkering
Gary-H9 Jul 23, 2024
22a1d32
:wrench: Configuration
Gary-H9 Jul 23, 2024
b95be6c
:recycle: Big Ol' Refactor
Gary-H9 Jul 25, 2024
c2bae74
Merge branch 'main' into deploy
Gary-H9 Jul 25, 2024
b4df821
:alert: Lints - the mint for IT Professionals
Gary-H9 Jul 25, 2024
aa3485c
:alert: Lint O'clock
Gary-H9 Jul 25, 2024
3b63aa2
:wrench: Minor correction
Gary-H9 Jul 25, 2024
3ed3a2b
:wrench: Fixes
Gary-H9 Jul 25, 2024
c307fb5
:wrench: Update workflow to fix build
Gary-H9 Jul 25, 2024
8b19d06
:construction: Test variable
Gary-H9 Jul 25, 2024
0b92b82
:wrench: Update example .env
Gary-H9 Jul 25, 2024
45b637a
:test_tube: Add dummy test
Gary-H9 Jul 29, 2024
d34cf54
:fire: Remove unneeded code
Gary-H9 Jul 29, 2024
dca6439
:wrench: Remove scripts directory
Gary-H9 Jul 31, 2024
bc7a4d6
Update workflow
Gary-H9 Jul 31, 2024
d3576e3
:wrench: Correct Dockerfile
Gary-H9 Jul 31, 2024
f1523bd
:wrench: Correctin
Gary-H9 Jul 31, 2024
397e0e7
:wrench: Add Ollama container
Gary-H9 Jul 31, 2024
027e97a
:wrench: Add secrets to chart
Gary-H9 Aug 1, 2024
e8f9d25
:wrench: ALLOWED_HOST edit
Gary-H9 Aug 1, 2024
18c8712
:wrench: Add templates
Gary-H9 Aug 5, 2024
a7144d3
:wrench: Test
Gary-H9 Aug 5, 2024
fef1ed4
:wrench: Test
Gary-H9 Aug 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🧪 Add dummy test
Gary-H9 committed Jul 29, 2024

Verified

This commit was signed with the committer’s verified signature.
Gary-H9 Gary
commit 45b637a6d9501d22e39f224eb5ead6ac5b36ad12
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!make

IMAGE_NAME = ghcr.io/ministryofjustice/analytical-platform-ollamate:local
IMAGE_NAME=ghcr.io/ministryofjustice/analytical-platform-ollamate:local

phony: test

build-static:
make build-css
@@ -44,7 +46,7 @@ cst: build-container
test: build-container
@echo
@echo "> Running Python Tests (In Docker)..."
IMAGE_TAG=$(IMAGE_NAME) docker compose --file=contrib/docker-compose-test.yml run --rm interfaces
export IMAGE_TAG=$(IMAGE_NAME); env | grep IMAGE; docker compose --file=contrib/docker-compose-test.yml run --rm interfaces

ct:
ct lint --charts chart
1 change: 0 additions & 1 deletion tests/test.py

This file was deleted.

2 changes: 2 additions & 0 deletions tests/test_file.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def test_always_pass():
assert True