Skip to content

Commit

Permalink
Update release-candidate from main (#202)
Browse files Browse the repository at this point in the history
* Removing a bunch of stuff that is unnecessary and/or shouldn't have been committed (#195)

* Add API to bulk-add SKUs to a basket, optionally with a discount (#194)

* fix(deps): update dependency django to v4.2.18 [security] (#197)

* Update add product API to allow for a discount to be specified (#196)

* Fixes OpenAPI generator check failures (#199)

* 6476 update cart UI to include deletions detail and return to system (#198)

* Remove the sandbox test app (#201)
  • Loading branch information
jkachel authored Jan 23, 2025
1 parent 1f732ca commit 87f732e
Show file tree
Hide file tree
Showing 28 changed files with 3,159 additions and 1,897 deletions.
34 changes: 0 additions & 34 deletions .github-ex/workflows/production.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github-ex/workflows/release-candiate.yml

This file was deleted.

9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,19 @@ jobs:
python-version: "3.12.1"
cache: "poetry"

- uses: actions/setup-node@v4
with:
node-version: "22"

- name: Validate lockfile
run: poetry lock --check

- name: Install dependencies
- name: Install Python dependencies
run: poetry install --no-interaction

- name: Install Node dependencies
run: npm install

- name: Lint
run: poetry run ruff check --extend-ignore=D1 $(git ls-files '*.py')

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@ docker-compose.override.yml

# Bulk discount csv
generated-codes.csv

# SQLite
*.sqlite3
12 changes: 0 additions & 12 deletions Dockerfile-node

This file was deleted.

5 changes: 0 additions & 5 deletions Procfile

This file was deleted.

Loading

0 comments on commit 87f732e

Please sign in to comment.