Commit Graph

7164 Commits

Author SHA1 Message Date
dependabot[bot]
0a64a1654c Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-17 23:02:55 +00:00
Github-actions
8c323c1c03 Automatic linting 2024-01-16 10:20:42 +00:00
Roland Geider
5421f36ed4 Merge pull request #1546 from wger-project/feature/sync-ingredients
Add sync method for ingredients
2024-01-16 11:19:46 +01:00
Roland Geider
ed96f2c815 Remove python 3.9 from the testing matrix
We're using match syntax which was added in 3.10
2024-01-16 11:08:35 +01:00
Roland Geider
c76d640379 Also install the dev packages
This is needed, e.g. for faker
2024-01-16 11:01:51 +01:00
Roland Geider
b3494cbb87 Rename get_paginated_generator to just get_paginated
We don't care that the function internally uses one, only what it does
2024-01-16 10:54:31 +01:00
Roland Geider
46e268cd42 Formatting 2024-01-16 10:50:16 +01:00
Roland Geider
13f6171745 Merge pull request #1547 from wger-project/dependabot/npm_and_yarn/Sortable-1.15.2
Bump Sortable from 1.15.0 to 1.15.2
2024-01-16 10:47:43 +01:00
Roland Geider
9eebf5a5c6 Correctly output the exercise name (again...) 2024-01-16 10:36:16 +01:00
Roland Geider
c275fbf1df Correctly show the exercise name in the month view
Closes #1550
2024-01-16 10:25:44 +01:00
Github-actions
75b79fd7f9 Automatic linting 2024-01-16 09:22:01 +00:00
Roland Geider
f0d50918af Merge remote-tracking branch 'origin/master' 2024-01-16 10:21:04 +01:00
Roland Geider
d16ebadb79 Add some simple tests for the dummy generators 2024-01-16 10:19:42 +01:00
Roland Geider
6725507752 Merge pull request #1548 from wger-project/dependabot/pip/faker-22.2.0
Bump faker from 22.1.0 to 22.2.0
2024-01-16 09:25:28 +01:00
Github-actions
5fcb1e02f2 Automatic linting 2024-01-16 07:57:15 +00:00
dependabot[bot]
477a10490e Bump faker from 22.1.0 to 22.2.0
Bumps [faker](https://github.com/joke2k/faker) from 22.1.0 to 22.2.0.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joke2k/faker/compare/v22.1.0...v22.2.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 23:43:53 +00:00
dependabot[bot]
fa8139dbfa Bump Sortable from 1.15.0 to 1.15.2
Bumps [Sortable](https://github.com/RubaXa/Sortable) from 1.15.0 to 1.15.2.
- [Release notes](https://github.com/RubaXa/Sortable/releases)
- [Commits](babf6ab85f...07708fa1e7)

---
updated-dependencies:
- dependency-name: Sortable
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 23:12:51 +00:00
Roland Geider
b70f4a0c96 Clears the exercise api cache when editing an exercise
Closes #1487
2024-01-15 21:23:44 +01:00
Roland Geider
078144247c Merge pull request #1510 from wger-project/dependabot/pip/pymongo-4.6.1
Bump pymongo from 4.6.0 to 4.6.1
2024-01-15 20:44:58 +01:00
Roland Geider
1f122d4139 Add simple test for ingredient synchronization 2024-01-15 20:43:37 +01:00
Roland Geider
efca3476c0 Remove django-ipware as its own entry in requirements.txt 2024-01-15 20:00:12 +01:00
Roland Geider
7688df25e2 Remove shariff
Browsers (specially on mobile) have integrated share buttons
2024-01-15 20:00:12 +01:00
Roland Geider
b2ec394619 Merge pull request #1538 from wger-project/dependabot/pip/django-formtools-approx-eq-2.5
Update django-formtools requirement from ~=2.4 to ~=2.5
2024-01-15 16:48:39 +01:00
Milo Ivir
409f876bfa Translated using Weblate (Croatian)
Currently translated at 100.0% (742 of 742 strings)

Translation: wger Workout Manager/Web App
Translate-URL: https://hosted.weblate.org/projects/wger/web/hr/
2024-01-14 12:31:30 +00:00
Roland Geider
97d1e1d00c Add command to sync all the ingredients from a wger instance 2024-01-13 19:19:48 +01:00
Roland Geider
e7cc5465ed Merge pull request #1545 from wger-project/dependabot/pip/reportlab-4.0.9
Bump reportlab from 4.0.8 to 4.0.9
2024-01-13 15:13:13 +01:00
dependabot[bot]
80488531c6 Bump reportlab from 4.0.8 to 4.0.9
Bumps [reportlab](https://www.reportlab.com/) from 4.0.8 to 4.0.9.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-13 11:42:51 +00:00
Roland Geider
cdb96abccf Merge pull request #1543 from wger-project/dependabot/pip/tzdata-2023.4
Bump tzdata from 2023.3 to 2023.4
2024-01-13 12:42:06 +01:00
Roland Geider
184f1f512f Merge pull request #1544 from wger-project/dependabot/pip/coverage-7.4.0
Bump coverage from 7.3.4 to 7.4.0
2024-01-12 14:54:58 +01:00
Github-actions
58ee0cebd4 Automatic linting 2024-01-10 21:44:03 +00:00
Roland Geider
d12f2cbd02 Add helper script to extract exercise translations
This generates a dart file that can be used to generate screenshots with translated
exercise names for the Play Store
2024-01-10 22:41:27 +01:00
Roland Geider
4853505789 About entry is not active 2024-01-10 21:24:15 +01:00
dependabot[bot]
fab0e1a9fb Bump coverage from 7.3.4 to 7.4.0
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.4 to 7.4.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.3.4...7.4.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 23:47:55 +00:00
dependabot[bot]
8f64cfe09c Bump tzdata from 2023.3 to 2023.4
Bumps [tzdata](https://github.com/python/tzdata) from 2023.3 to 2023.4.
- [Release notes](https://github.com/python/tzdata/releases)
- [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md)
- [Commits](https://github.com/python/tzdata/compare/2023.3...2023.4)

---
updated-dependencies:
- dependency-name: tzdata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 23:47:41 +00:00
Roland Geider
4e6a4b9f9a Merge pull request #1542 from wger-project/dependabot/pip/pillow-10.2.0
Bump pillow from 10.1.0 to 10.2.0
2024-01-09 16:06:41 +01:00
Roland Geider
695e63486b Merge pull request #1541 from wger-project/dependabot/pip/faker-22.1.0
Bump faker from 20.1.0 to 22.1.0
2024-01-09 15:10:03 +01:00
dependabot[bot]
a166293256 Bump pillow from 10.1.0 to 10.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/10.1.0...10.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 23:02:49 +00:00
dependabot[bot]
09c1cd269a Bump faker from 20.1.0 to 22.1.0
Bumps [faker](https://github.com/joke2k/faker) from 20.1.0 to 22.1.0.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joke2k/faker/compare/v20.1.0...v22.1.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 23:02:40 +00:00
Roland Geider
611b0f1cc6 Merge pull request #1526 from wger-project/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2024-01-08 12:57:26 +01:00
oarion
411045a979 Translated using Weblate (Italian)
Currently translated at 91.3% (678 of 742 strings)

Translation: wger Workout Manager/Web App
Translate-URL: https://hosted.weblate.org/projects/wger/web/it/
2024-01-07 23:06:11 +00:00
Roland Geider
c8b424fab6 Add link to the exercises from the feature page 2024-01-07 15:37:32 +01:00
Roland Geider
32589310db Fix typo 2024-01-06 19:45:22 +01:00
Roland Geider
a26c1cb271 Also export the exercise aliases 2024-01-06 19:44:06 +01:00
Roland Geider
ad122448d3 Update exercise fixtures for initial data 2024-01-06 19:44:06 +01:00
Github-actions
ea4c399ee4 Automatic linting 2024-01-06 18:20:28 +00:00
Roland Geider
60199ffdac Add UUID field to comments and aliases 2024-01-06 19:11:27 +01:00
Github-actions
7701367f02 Automatic linting 2024-01-06 14:06:46 +00:00
Roland Geider
2726ce25aa Rename get_exercise
We should prepare one big change and finally rename exercisebase to just exercise
and exercise to translation. This is now more correct and is the way it's done
on the flutter and react parts of the application anyway
2024-01-06 14:47:52 +01:00
Roland Geider
3447b51fa7 Fix tests 2024-01-06 14:46:32 +01:00
Roland Geider
48e46a43fc Don't need to access .name for translations 2024-01-06 14:31:53 +01:00