Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/wger-project/wger

Self hosted FLOSS fitness/workout, nutrition and weight tracker
https://github.com/wger-project/wger

Remove unnecessary coding declaration

6516fb31c774af8f8f2d3d5f5fae1e7ccb13a23c authored almost 2 years ago by Roland Geider <[email protected]>
Remove unused imports

811653c8c7f2a08350b1c1e16623e3dec7fce80c authored almost 2 years ago by Roland Geider <[email protected]>
Merge pull request #1276 from wger-project/dependabot/pip/coverage-7.2.2

Bump coverage from 7.2.1 to 7.2.2

f1f321afe4a7e5302db977772b6e6cd4524f6517 authored almost 2 years ago by Roland Geider <[email protected]>
Remove unused class

5ac7f99445e96fb7cd3a12201bbd6378106ce6cd authored almost 2 years ago by Roland Geider <[email protected]>
Bump coverage from 7.2.1 to 7.2.2

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.1 to 7.2.2.
- [Release notes](ht...

eba86cd894b51ad825d5360c700d8deddf5ff74c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
URL doesn't need an additional slash

More reasons to get a url helper

2c87c000004b643699b12144e1a36fe27d8b85ec authored almost 2 years ago by Roland Geider <[email protected]>
Correctly name test

e411eab5526ad98d5a6c4e112e75fbb34fd3e524 authored almost 2 years ago by Roland Geider <[email protected]>
Remove test specific wger instance URL

0be6b6e01e9c131b32dcd5050cfd370188c54353 authored almost 2 years ago by Roland Geider <[email protected]>
Add tests for some exercise sync functions

And we already found some minor bugs (update_or_create vs get_or_create)

2d46aa75bf58f913bc519977c9fa5e2e058527cf authored almost 2 years ago by Roland Geider <[email protected]>
Merge branch 'master' into feature/ingredient-images

7a14adb211ea86e5b88ff76af29663250a8e2fdd authored almost 2 years ago by Roland Geider <[email protected]>
Move endpoints to their own files to reduce duplication

We will need to make some url maker like we have in the flutter and react apps
some day in the f...

16b74c1c512ad21ccc1a1c34bab341c511f3468a authored almost 2 years ago by Roland Geider <[email protected]>
Install the crispy bootstrap3 templates

This is still needed for the browsable API

6f48f2fa59a881e596bc19a3dfa9cbcb2241455d authored almost 2 years ago by Roland Geider <[email protected]>
Rename setting

In the future we will sync new ingredients from OFF if the user scanned a
product that is not kn...

6df082662a265079f264e1d74d7a0fbd263b3ef4 authored almost 2 years ago by Roland Geider <[email protected]>
Automatic linting

4fd6b6039820d6bb83c7ef82b8277ede2b183bbe authored almost 2 years ago by Github-actions <[email protected]>
Correctly set language in template

Closes #1238

a28968081b631655cdbe29047a2a0bc365a48acb authored almost 2 years ago by Roland Geider <[email protected]>
Correctly set language in template

2d7decff129ff22ba8d81cdeb7eb9f9334723bbd authored almost 2 years ago by Roland Geider <[email protected]>
Merge branch 'master' into feature/ingredient-images

5b1f1b012add0e089968431e76b4b7e78e387c3a authored almost 2 years ago by Roland Geider <[email protected]>
Fix test, the ingredient overview is now cached

bcb21538a02c113d46194b9b4c004baae6cdec48 authored almost 2 years ago by Roland Geider <[email protected]>
Fix the other ingredient image tests

672f48cfe6d1ca0ffa5eb1e3edfc28395f7e4a3d authored almost 2 years ago by Roland Geider <[email protected]>
Correctly test the correct function calls in the task tests

05b0d6c03522483827415934342487daaa82bda3 authored almost 2 years ago by Roland Geider <[email protected]>
Correctly cache api responses for ingredients and their images

Using the EXERCISE_CACHE_TTL settings for this as well

92d4d78c122ae46aca124f3d34284507bc24aac0 authored almost 2 years ago by Roland Geider <[email protected]>
Use a separate database for the celery broker

b0379dd161d100721040461a8a141867c263b9ba authored almost 2 years ago by Roland Geider <[email protected]>
Mention the sync exercises command

5d14412e6a31c9001dff23fe5858126b2afb35b8 authored almost 2 years ago by Roland Geider <[email protected]>
Change order of commands so that all the mkdirs are together

21528ecf193c1031d2f45615860117a0ca41b4c8 authored almost 2 years ago by Roland Geider <[email protected]>
Save beat database to its own folder

177e3e2bc09d7ea33448d393631eda8a57d600dc authored almost 2 years ago by Roland Geider <[email protected]>
Bump version

7f97eaa4c185c9d1d5f03800bf20f5f3f6c498b4 authored almost 2 years ago by Roland Geider <[email protected]>
Use correct language variable names

9e9fb7a50c27640eac4b6c36a38c410ab8103a89 authored almost 2 years ago by Roland Geider <[email protected]>
Merge branch 'master' into feature/update-bootstrap-5.2

# Conflicts:
# wger/core/templates/template.html
# wger/settings_global.py

7b35ed000aa5fc25d1aae51e7325434b97341d21 authored almost 2 years ago by Roland Geider <[email protected]>
Format SVG

(basically dummy commit to fix weblate)

80d5ef0c095480eb495a77bb741c65bd8ffd68ce authored almost 2 years ago by Roland Geider <[email protected]>
Automatic linting

30eb3023ba109e0d446a056b469fcd8ba761560a authored almost 2 years ago by Github-actions <[email protected]>
Merge pull request #1257 from wger-project/dependabot/pip/django-crispy-forms-approx-eq-2.0

Update django-crispy-forms requirement from ~=1.14 to ~=2.0

81aeddbb40c5e52082bd41c1e11422ab0ba9c797 authored almost 2 years ago by Roland Geider <[email protected]>
Configure crispy forms to use bootstrap 4

6e4f8d79d4713a35328b3dc4ee03a09fb602cc5f authored almost 2 years ago by Roland Geider <[email protected]>
Update django-crispy-forms requirement from ~=1.14 to ~=2.0

Updates the requirements on [django-crispy-forms](https://github.com/django-crispy-forms/django-...

9cca1962853689061fc16b13e15bbb54622e38f6 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1272 from wger-project/dependabot/github_actions/docker/setup-buildx-action-2.5.0

Bump docker/setup-buildx-action from 2.4.1 to 2.5.0

9eb119375ef503b94de25cbf2fada8bc70eb2083 authored almost 2 years ago by Roland Geider <[email protected]>
Merge pull request #1273 from wger-project/dependabot/pip/django-simple-history-approx-eq-3.3

Update django-simple-history requirement from ~=3.2 to ~=3.3

ece401480a2e9a27d81afff088b86dc7a4f66d54 authored almost 2 years ago by Roland Geider <[email protected]>
Merge pull request #1274 from wger-project/dependabot/pip/wheel-0.40.0

Bump wheel from 0.38.4 to 0.40.0

9fef50ececd396ee71ff65576a4cc242265e5a2a authored almost 2 years ago by Roland Geider <[email protected]>
Automatic linting

48af1f53992100621669d8ed698decc87505b38d authored almost 2 years ago by Github-actions <[email protected]>
Merge pull request #1275 from wger-project/feature/language-country-code

Add support for language country code

742e8b9ecd99adcdbbca8514e272134d41b8558c authored almost 2 years ago by Roland Geider <[email protected]>
Merge branch 'master' into feature/language-country-code

50ccbf101ad3818e99c5a605c6ab1c8cebd9602b authored almost 2 years ago by Roland Geider <[email protected]>
Show the currently selected language for the UI

Fixes #1245

4f6c9ae41557a5ebacd3e69a9e472e852206b62c authored almost 2 years ago by Roland Geider <[email protected]>
Bump wheel from 0.38.4 to 0.40.0

Bumps [wheel](https://github.com/pypa/wheel) from 0.38.4 to 0.40.0.
- [Release notes](https://gi...

17b4d6e760fada7452f7a315a3e2cd46585baae4 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update django-simple-history requirement from ~=3.2 to ~=3.3

Updates the requirements on [django-simple-history](https://github.com/jazzband/django-simple-hi...

f4508bc49ec8fa51b0f674e85cb6ee6f320aae71 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump docker/setup-buildx-action from 2.4.1 to 2.5.0

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.1 to ...

b68c4a8b1e0bd3e2fb21b5d108756dff8d76120d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1270 from wger-project/dependabot/npm_and_yarn/jquery-3.6.4

Bump jquery from 3.6.3 to 3.6.4

3686d4866f089e689ed95f5c8c78ccf1d053940a authored almost 2 years ago by Roland Geider <[email protected]>
Bump jquery from 3.6.3 to 3.6.4

Bumps [jquery](https://github.com/jquery/jquery) from 3.6.3 to 3.6.4.
- [Release notes](https://...

882e537c393c2404742e08f12fc89a1522f8af31 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Move actual sync logic to celery tasks

a9e204c614965dc14aaa9ba38cb467994d77df1d authored almost 2 years ago by Roland Geider <[email protected]>
Add stubs to sync images and videos with celery

5fbd58bd7848991fa1bf64bdf1b7a1767017fad9 authored almost 2 years ago by Roland Geider <[email protected]>
Sort options alphabetically

c8bf068e13c1d32ae57c838b0b3250753090f881 authored almost 2 years ago by Roland Geider <[email protected]>
Add configuration option to sync the exercises with celery

7aab43d3b90a9c8935ccddbaed345cef3128d69a authored almost 2 years ago by Roland Geider <[email protected]>
Refactor some sync scripts

Common logic is extracted to a sync file which can be called from the regular
manage.py manageme...

722d2b66a6ba524845d75e4d8adc0e60704b1b39 authored almost 2 years ago by Roland Geider <[email protected]>
Rename celery configuration file

71036c9c5cadb5bc36121b900e73adbebcb25d52 authored almost 2 years ago by Roland Geider <[email protected]>
Move celery start scripts to folder where the Dockerfile is

This makes more sense and makes the path cleaner

67dcd0627ff565274e6697bea1e07b5d306250f9 authored almost 2 years ago by Roland Geider <[email protected]>
Merge pull request #1268 from wger-project/dependabot/pip/django-environ-0.10.0

Bump django-environ from 0.9.0 to 0.10.0

38685ba0564366e426c7569948ac533fa1a2c05a authored almost 2 years ago by Roland Geider <[email protected]>
Refactor options used for downloading product images

ebb43c5b1164d9602edb4a220af75dccd5fed350 authored almost 2 years ago by Roland Geider <[email protected]>
Fix migration

9f78e9a789313638b76fbc894ed5ad4a04610f39 authored almost 2 years ago by Roland Geider <[email protected]>
Bump django-environ from 0.9.0 to 0.10.0

Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.9.0 to 0.10.0.
- [Releas...

1fd32378955ff1b92e481442b348767661cabd1a authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Translated using Weblate (Portuguese)

Currently translated at 97.0% (717 of 739 strings)

Translation: wger Workout Manager/Web App
Tr...

ccc2d256072250ea859ee577495fcdbd68835e7d authored almost 2 years ago by Felipe Nogueira <[email protected]>
Merge pull request #1266 from wger-project/dependabot/pip/coverage-7.2.1

Bump coverage from 7.2.0 to 7.2.1

ecc83d02710ecf8939aa30d00dfc018035f0be8d authored almost 2 years ago by Roland Geider <[email protected]>
Set a general wger instance from which to sync and download data

6a3250b948e00194f64a6a79d13bd72569e89757 authored almost 2 years ago by Roland Geider <[email protected]>
Merge pull request #1265 from wger-project/dependabot/pip/django-cors-headers-3.14.0

Bump django-cors-headers from 3.13.0 to 3.14.0

78736edb1df5bd31afa1854653a39d4dd4099caa authored almost 2 years ago by Roland Geider <[email protected]>
Bump coverage from 7.2.0 to 7.2.1

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.0 to 7.2.1.
- [Release notes](ht...

617da81bd4087fdbe7cefda3bb29bf21f4c44bd1 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump django-cors-headers from 3.13.0 to 3.14.0

Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.13.0 to 3....

b8673b3c43d6aaacd54a21ea4aea3b1c58ed455a authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1262 from wger-project/dependabot/pip/coverage-7.2.0

Bump coverage from 7.1.0 to 7.2.0

cf0f4765a260c793392c9b455d197fe19b41404e authored almost 2 years ago by Roland Geider <[email protected]>
Translated using Weblate (French)

Currently translated at 100.0% (739 of 739 strings)

Translation: wger Workout Manager/Web App
T...

c9e49c9397c2207fa90f93d5fa2e87fefbd97949 authored almost 2 years ago by MrSniikyz <[email protected]>
Bump coverage from 7.1.0 to 7.2.0

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.1.0 to 7.2.0.
- [Release notes](ht...

f681d1578541028e637bf6022cf46a828de0112e authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Translated using Weblate (German)

Currently translated at 99.8% (738 of 739 strings)

Translation: wger Workout Manager/Web App
Tr...

6cb1717b73c68f9d0ad123bfce6a76d23ba7c875 authored almost 2 years ago by Roland Geider <[email protected]>
Automatic linting

34d03de122b14943a35f1bbdff02b76230c22c84 authored almost 2 years ago by Github-actions <[email protected]>
Allow to pass several language codes to the exercise search

See #1238

5d8e0f5e4dd239c47db7f74ec4ecedfb893ab37c authored almost 2 years ago by Roland Geider <[email protected]>
Start working on support for country specific locales

See #130

de8cb9c86b8fd768106c1980161dc6f0f952259b authored almost 2 years ago by Roland Geider <[email protected]>
Translated using Weblate (German)

Currently translated at 98.7% (730 of 739 strings)

Translation: wger Workout Manager/Web App
Tr...

287bfe18700805a078c278de5e12f3667121b923 authored almost 2 years ago by KneeClass03 <[email protected]>
Translated using Weblate (German)

Currently translated at 98.7% (730 of 739 strings)

Translation: wger Workout Manager/Web App
Tr...

9339d98440598867f30a1919193dcc7a3bc0fe39 authored almost 2 years ago by Axel Steinbrecher <[email protected]>
Allow to pass several language codes to the exercise search

See #1238

e7e9ab8052be3d6609dcb22f7b900a56a2299a3a authored almost 2 years ago by Roland Geider <[email protected]>
Merge branch 'master' into feature/ingredient-images

# Conflicts:
# extras/docker/development/settings.py
# requirements.txt
# wger/exercises/managem...

dda73ec2fafca01973dcb19875dc3e5d0e492c71 authored almost 2 years ago by Roland Geider <[email protected]>
Update react code

This fixes an issue where the translations for the exercise overview
where not being loaded

0ae546b4c305b35ea14ccb62f5b7edd62ec5556f authored almost 2 years ago by Roland Geider <[email protected]>
Set all sender emails to value from environmental variable

67642d6bd68df9b30e08c0e2cb008ace9cbf79fb authored almost 2 years ago by Roland Geider <[email protected]>
Add type hinting to parameter

351ac9ed7fe619687476b0fc75fed878913860d5 authored almost 2 years ago by Roland Geider <[email protected]>
Use specific does-not-exist exception

17ac0b05f3f4468fecc46ffbad294ffa0a911308 authored almost 2 years ago by Roland Geider <[email protected]>
Take full email from environmental variable

1935e3c029150bb8d8d6532526047eed34e89aae authored almost 2 years ago by Roland Geider <[email protected]>
No need to save the image to a variable

If it exists, we continue anyway

9fd5b9052abd8d51c17175870fe3e7eacfb601f8 authored almost 2 years ago by Roland Geider <[email protected]>
Translated using Weblate (Czech)

Currently translated at 94.4% (698 of 739 strings)

Translation: wger Workout Manager/Web App
Tr...

dbfb7cfc7d74a7ceee7dd8a305b44318d7065f0d authored almost 2 years ago by Roman Kalivoda <[email protected]>
Use function to return complete header object

7995c28b3614766ea4595db03d3928df2aa0828f authored almost 2 years ago by Roland Geider <[email protected]>
Merge remote-tracking branch 'origin/feature/update-bootstrap-5.2' into feature/update-bootstrap-5.2

# Conflicts:
# requirements.txt

29a28eee7d6f2b9c6fc69951332193b22b047a7f authored almost 2 years ago by Roland Geider <[email protected]>
Merge branch 'master' into feature/update-bootstrap-5.2

# Conflicts:
# .github/workflows/ci.yml
# requirements.txt
# wger/core/templates/language/overvi...

641d8db99824cbfa2cc97011fab5766f0b2e519e authored almost 2 years ago by Roland Geider <[email protected]>
Add type hinting to parameter

d844c1bcb4322b87c3ac59fb1b82383544c76d71 authored almost 2 years ago by Roland Geider <[email protected]>
Bump version

865292dbf3af4b327a1bd4dad271c232a370a1ce authored almost 2 years ago by Roland Geider <[email protected]>
Automatic linting

51d4052630867ec01f4cc64afee087a78bb270e5 authored almost 2 years ago by Github-actions <[email protected]>
No need to set the status for images anymore

7c9b0bfdeb7417c885d2deabc69cb06548cf8d0d authored almost 2 years ago by Roland Geider <[email protected]>
Merge pull request #1251 from wger-project/dependabot/github_actions/docker/setup-buildx-action-2.4.1

Bump docker/setup-buildx-action from 2.2.1 to 2.4.1

22a83d93db8d9cb9426812ac6be1e35b153bc88d authored almost 2 years ago by Roland Geider <[email protected]>
Merge pull request #1244 from wger-project/dependabot/github_actions/docker/build-push-action-4.0.0

Bump docker/build-push-action from 3.3.0 to 4.0.0

d896fa0123a80123cc8e03371652cae1142f4a09 authored almost 2 years ago by Roland Geider <[email protected]>
Merge pull request #1252 from wger-project/dependabot/pip/fontawesomefree-approx-eq-6.3.0

Update fontawesomefree requirement from ~=6.2.1 to ~=6.3.0

9bd63564ad3e3dbe7216c9f244a66a1ce0cb2ce6 authored almost 2 years ago by Roland Geider <[email protected]>
Update fontawesomefree requirement from ~=6.2.1 to ~=6.3.0

Updates the requirements on [fontawesomefree](https://github.com/FortAwesome/Font-Awesome) to pe...

19be433aaf693635c020f295250ff4c2fca500d2 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump docker/setup-buildx-action from 2.2.1 to 2.4.1

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.2.1 to ...

535fa4ceb9ebd65d91de6ceb350cf2b995940a29 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Formatting

17e5cd5653819eb2f7959014b55abcb0dbf496b9 authored almost 2 years ago by Roland Geider <[email protected]>
Update initial exercise fixtures

This contains the imported exercises from Feeel! 🙌🏻

4fc8f0732030208832c8cff1efa77b7581fa99e1 authored almost 2 years ago by Roland Geider <[email protected]>
Automatic linting

0dd0fc26e2b9fa296ced7ef1616c687ecdc59382 authored almost 2 years ago by Github-actions <[email protected]>
Sort strings alphabetically

This makes the resulting diffs in the other apps smaller

f4cf4c9904b5c4726da7b101af3a4138f19d2184 authored almost 2 years ago by Roland Geider <[email protected]>
Increase author field max length to 60

This is needed to import some entries from the feeel database

41caeb9a5283e3b4e7b08594d0cfae250e6ec55b authored almost 2 years ago by Roland Geider <[email protected]>
Filter empty license author entries

ba7406dbc1aaf9841ccfc430d2563f1ab6b8668c authored almost 2 years ago by Roland Geider <[email protected]>
Automatic linting

15b5dce51ac318deba3dd34581fa6920d8e8b9c5 authored almost 2 years ago by Github-actions <[email protected]>
Update available languages

This is in preparation for importing the exercises from the feeel database

4307f9feb5bd5978b2b2dfe6df9bd305e5782661 authored almost 2 years ago by Roland Geider <[email protected]>