Commit graph

306 commits

Author SHA1 Message Date
Gabriel Augendre 584cb93072 disable pip version check in github workflows 2023-04-29 22:57:01 +02:00
Gabriel Augendre 4242d2f52d fix tests 2023-04-29 22:53:40 +02:00
Gabriel Augendre 99b74c9262 Fix article count on basket list 2023-04-29 22:48:10 +02:00
Gabriel Augendre 3eb55181eb fix unpriced color 2023-04-29 22:46:36 +02:00
Gabriel Augendre 741d2adbf8 fix django STATICFILES_STORAGE deprecation warning 2023-04-29 22:41:14 +02:00
Gabriel Augendre 6c4a1b40b1
Merge pull request #18 from Crocmagnon/update-color
update background when updating quantity
2023-04-29 22:38:45 +02:00
Gabriel Augendre 4b3d1d913a update background when updating quantity 2023-04-29 22:36:59 +02:00
Gabriel Augendre 0fd0a8ac5d Display articles count 2023-04-29 13:54:24 +02:00
pre-commit-ci[bot] 724e18fd76 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.261 → v0.0.262](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.261...v0.0.262)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode)
- [github.com/pre-commit/mirrors-eslint: v8.38.0 → v8.39.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.38.0...v8.39.0)
- [github.com/tox-dev/pyproject-fmt: 0.9.2 → 0.10.0](https://github.com/tox-dev/pyproject-fmt/compare/0.9.2...0.10.0)
2023-04-25 05:39:04 +00:00
Crocmagnon e65e3f4f56 Update dependencies 2023-04-24 18:06:34 +00:00
Gabriel Augendre 31f45dbba2 Auto merge dependabot too 2023-04-22 10:01:35 +02:00
Crocmagnon ca039788f6 Update dependencies 2023-04-22 08:00:39 +00:00
Gabriel Augendre a0fa261ea8 Use app token to auto-merge PR 2023-04-22 09:57:15 +02:00
Crocmagnon b9e0e9e244 Update dependencies 2023-04-17 18:07:50 +00:00
Gabriel Augendre 60ff8dbaec
Merge pull request #9 from Crocmagnon/dependabot/github_actions/peter-evans/create-pull-request-5
Bump peter-evans/create-pull-request from 4 to 5
2023-04-11 16:37:40 +02:00
Gabriel Augendre 106f9a617c
Merge pull request #10 from Crocmagnon/dependabot/docker/python-3.11.3-slim-bullseye
Bump python from 3.11.2-slim-bullseye to 3.11.3-slim-bullseye
2023-04-11 16:37:29 +02:00
pre-commit-ci[bot] 598b4dfd8d [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.260 → v0.0.261](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.260...v0.0.261)
- [github.com/pre-commit/mirrors-eslint: v8.37.0 → v8.38.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.37.0...v8.38.0)
- [github.com/jazzband/pip-tools: 6.12.3 → 6.13.0](https://github.com/jazzband/pip-tools/compare/6.12.3...6.13.0)
2023-04-11 04:54:52 +00:00
dependabot[bot] 3167b7e594
Bump python from 3.11.2-slim-bullseye to 3.11.3-slim-bullseye
Bumps python from 3.11.2-slim-bullseye to 3.11.3-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 19:05:11 +00:00
dependabot[bot] b33c9fa5df
Bump peter-evans/create-pull-request from 4 to 5
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 19:03:34 +00:00
Crocmagnon 66d76e3b41 Update dependencies 2023-04-10 18:20:04 +00:00
pre-commit-ci[bot] b81d1bfd5a [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.259 → v0.0.260](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.259...v0.0.260)
- [github.com/pre-commit/mirrors-eslint: v8.36.0 → v8.37.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.36.0...v8.37.0)
2023-04-04 07:54:17 +00:00
Crocmagnon 8b30560979 Update dependencies 2023-04-03 18:18:55 +00:00
Gabriel Augendre 2cc62ed455 Add update-fixtures task 2023-04-02 19:54:35 +02:00
Gabriel Augendre a9599d504d Fix product categories 2023-04-02 19:48:13 +02:00
Gabriel Augendre 55b6cb9cb8 Create product categories in tests 2023-04-02 19:37:57 +02:00
Gabriel Augendre 61edce6e69 Delete categories when clearing 2023-04-02 19:34:06 +02:00
Gabriel Augendre 5998a280ba Add product category for color hue 2023-04-02 19:33:24 +02:00
Gabriel Augendre 24a46d398d Improve graphs readability 2023-04-02 18:50:57 +02:00
Gabriel Augendre 84d003e2e0 Add refresh cache command 2023-04-02 18:33:43 +02:00
Gabriel Augendre a13458d4ad Update translations 2023-04-02 18:32:35 +02:00
Gabriel Augendre 0c8a871391 Remove by hour on all times report 2023-04-02 18:29:52 +02:00
Gabriel Augendre 2799270bb8 Refresh cache when clearing/generating data 2023-04-02 18:28:02 +02:00
Gabriel Augendre 4c4cd1ca03 Allow viewing reports by day 2023-04-02 18:22:14 +02:00
Gabriel Augendre 9f0969ec9a Use render instead of template response 2023-04-02 18:22:03 +02:00
Gabriel Augendre b56ce2eb35 Fix display order in fixtures 2023-04-02 16:26:50 +02:00
Gabriel Augendre df7e592f8c Add number of baskets in reports & reformat reports by day 2023-04-02 16:25:59 +02:00
Gabriel Augendre 31f3c10f61 Update fixtures 2023-04-02 16:03:37 +02:00
Gabriel Augendre 346477be88 Increase product density on basket form 2023-04-02 16:01:34 +02:00
Gabriel Augendre 93829df543 Remove product image and add initials 2023-04-02 15:51:54 +02:00
Crocmagnon 90787707d1 Update dependencies 2023-03-27 18:21:45 +00:00
Gabriel Augendre e3bb57396b Generate dummy baskets with no fixed price items 2023-03-27 19:16:44 +02:00
Gabriel Augendre 0f0e4f854a Remove no payment method as option 2023-03-27 19:16:44 +02:00
Gabriel Augendre 1dec9c0bb6 Fix amount displayed at page load 2023-03-27 18:15:47 +02:00
Gabriel Augendre ee57139597 Add favicon 2023-03-27 18:06:53 +02:00
Gabriel Augendre f060df9219 Preview prices at page load 2023-03-27 18:00:30 +02:00
Gabriel Augendre a219eeae84 Live update basket price in title 2023-03-27 17:57:46 +02:00
Gabriel Augendre 2d952e1a63 Debounce update 2023-03-27 17:50:43 +02:00
Gabriel Augendre f8e7647af1 Reload price on keyup too 2023-03-27 17:48:10 +02:00
Gabriel Augendre 755d896f1c Set input mode numeric on fields 2023-03-27 17:46:28 +02:00
Gabriel Augendre 9b381a0e18 Display total amount preview. Close #2 2023-03-27 17:35:16 +02:00