Commit Graph

7169 Commits

Author SHA1 Message Date
jo 1a9b93183d ci: rework test_api job
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2286>
2023-01-30 10:37:31 +01:00
jo 1e5273cc5e ci: rework lint_front job
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2286>
2023-01-30 10:37:07 +01:00
jo 573631b079 ci: rework review_docs job
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2286>
2023-01-30 10:37:07 +01:00
jo d15846a3a4 ci: rework review_front job
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2286>
2023-01-30 10:37:06 +01:00
jo 8001565b46 ci: rework find_broken_links job
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2286>
2023-01-30 10:37:06 +01:00
jo a03c785460 ci: simplify check missing changelog job
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2286>
2023-01-30 10:37:06 +01:00
jo 6afd960901 ci: rename jobs
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2286>
2023-01-30 10:37:05 +01:00
jo c6f235ec8c feat: drop support for python3.7
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2342>
2023-01-30 09:24:27 +00:00
Philipp Wolfer 993fb426ee Support boolean config fields in plugins
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2334>
2023-01-30 09:08:41 +00:00
jo f4241241dc fix: remove unnecessary env variables in dockerfile
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2299>
2023-01-30 08:55:06 +00:00
jo 65df7bf7a4 refactor: format api container file
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2299>
2023-01-30 08:55:06 +00:00
jo 6528039e95 fix(api): pylint crashes on redefined-builtin
See https://github.com/PyCQA/pylint/issues/8079

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2203>
2023-01-29 12:47:02 +00:00
jo 6806adb4f5 test(api): lint code using pylint
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2203>
2023-01-29 12:47:02 +00:00
jo 8412e436f0 chore: upgrade isort and fix pre-commit hook
See https://github.com/PyCQA/isort/pull/2078

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2345>
2023-01-28 18:14:47 +01:00
jo 96bbe2131a fix: log exception if we can't get the event loop
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2341>
2023-01-27 17:37:41 +01:00
Kasper Seweryn c793799161 feat(ui): respect custom css
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2338>
2023-01-26 20:31:22 +00:00
Georg Krause 72dd944f04 fix: Make sure custom css gets loaded, fixes #2055
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2338>
2023-01-26 20:31:22 +00:00
AMoonRabbit 4cc3da05f7 Corrected typos in vars.css for card text colour.
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2340>
2023-01-26 15:40:02 +00:00
AMoonRabbit c1e30c1785 Corrected typos in vars.css for card text colour.
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2340>
2023-01-26 13:26:35 +00:00
jo b10b0b608a fix(api): use exec format in docker-compose
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2331>
2023-01-25 12:07:00 +00:00
jo a0cda2a56c fix(api): docker entrypoint use exec
exec into gunicorn instead of spawning gunicorn.

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2331>
2023-01-25 12:07:00 +00:00
jo d4d6fa9b82 fix(api): improve signal handling for systemd services
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2331>
2023-01-25 12:07:00 +00:00
Kasper Seweryn 7d474dea72
fix(tsc): fix type errors
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 18:50:16 +01:00
Kasper Seweryn e1d5c9f832
feat: remove unneeded null coalescing assignment
axios headers are now alway present (according to the typings)

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 18:50:16 +01:00
Kasper Seweryn 89db3e0f14
fix: update yarn lockfile
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 18:50:16 +01:00
Kasper Seweryn 8329443209
fix(ci): update vue-i18n to beta.16
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 18:50:15 +01:00
Kasper Seweryn 600228eafa
fix(eslint): remove unused import
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 18:50:15 +01:00
Kasper Seweryn 9ca357c2c3
fix(front): reinitialize virtual queue list whenever queue gets empty
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 18:50:15 +01:00
Kasper Seweryn cc7c7b9f67 fix(tsc): fix type errors
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 09:31:16 +00:00
Kasper Seweryn 73e12e0e54 feat: remove unneeded null coalescing assignment
axios headers are now alway present (according to the typings)

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 09:31:16 +00:00
Kasper Seweryn 1d7b4a639e fix: update yarn lockfile
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 09:31:16 +00:00
Kasper Seweryn 6c98b456dc fix(ci): update vue-i18n to beta.16
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 09:31:16 +00:00
Kasper Seweryn ac8237645d fix(eslint): remove unused import
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 09:31:16 +00:00
Kasper Seweryn d4cf0bd590 fix(front): reinitialize virtual queue list whenever queue gets empty
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
2023-01-24 09:31:16 +00:00
Thomas 8b1d1adf15 Translated using Weblate (French)
Currently translated at 14.2% (1 of 7 strings)

Translation: Documentation/administrator_documentation-installation_docs-index
Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator_documentation-installation_docs-index/fr/
2023-01-23 21:42:40 +00:00
Thomas c5410a3d28 Translated using Weblate (French)
Currently translated at 100.0% (2 of 2 strings)

Translation: Documentation/api
Translate-URL: https://translate.funkwhale.audio/projects/documentation/api/fr/
2023-01-23 21:42:40 +00:00
Thomas 0106ecece8 Translated using Weblate (French)
Currently translated at 0.3% (5 of 1586 strings)

Translation: Documentation/changelog
Translate-URL: https://translate.funkwhale.audio/projects/documentation/changelog/fr/
2023-01-23 21:42:40 +00:00
Thomas ee87d17df3 Translated using Weblate (French)
Currently translated at 100.0% (2 of 2 strings)

Translation: Documentation/developers-index
Translate-URL: https://translate.funkwhale.audio/projects/documentation/developers-index/fr/
2023-01-23 21:42:39 +00:00
Thomas 0b1b2240bb Translated using Weblate (French)
Currently translated at 12.0% (3 of 25 strings)

Translation: Documentation/administrator_documentation-upgrade_docs-docker
Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator_documentation-upgrade_docs-docker/fr/
2023-01-23 21:42:39 +00:00
Thomas 7116092b28 Translated using Weblate (French)
Currently translated at 100.0% (21 of 21 strings)

Translation: Documentation/administrator_documentation-upgrade_docs-debian
Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator_documentation-upgrade_docs-debian/fr/
2023-01-23 21:42:39 +00:00
Thomas 52d343a509 Translated using Weblate (French)
Currently translated at 100.0% (9 of 9 strings)

Translation: Documentation/administrator_documentation-upgrade_docs-index
Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator_documentation-upgrade_docs-index/fr/
2023-01-23 21:42:39 +00:00
Thomas 77628498eb Translated using Weblate (French)
Currently translated at 100.0% (3 of 3 strings)

Translation: Documentation/administrator_documentation-upgrade_docs-quick_install
Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator_documentation-upgrade_docs-quick_install/fr/
2023-01-23 21:42:39 +00:00
Thomas 764b33ac61 Translated using Weblate (French)
Currently translated at 6.4% (2 of 31 strings)

Translation: Documentation/administrator_documentation-uninstall_docs-debian
Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator_documentation-uninstall_docs-debian/fr/
2023-01-23 21:42:39 +00:00
Thomas acb72efc97 Translated using Weblate (French)
Currently translated at 10.5% (2 of 19 strings)

Translation: Documentation/administrator_documentation-uninstall_docs-docker
Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator_documentation-uninstall_docs-docker/fr/
2023-01-23 21:42:39 +00:00
Thomas bb403cae39 Translated using Weblate (French)
Currently translated at 6.4% (2 of 31 strings)

Translation: Documentation/administrator_documentation-uninstall_docs-quick_install
Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator_documentation-uninstall_docs-quick_install/fr/
2023-01-23 21:42:38 +00:00
Thomas 33e3dd9ef5 Translated using Weblate (French)
Currently translated at 27.2% (3 of 11 strings)

Translation: Documentation/administrator_documentation-manage_script-thumbnails
Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator_documentation-manage_script-thumbnails/fr/
2023-01-23 21:42:38 +00:00
Thomas 146c4ce26e Translated using Weblate (French)
Currently translated at 4.7% (1 of 21 strings)

Translation: Documentation/index
Translate-URL: https://translate.funkwhale.audio/projects/documentation/index/fr/
2023-01-23 21:42:38 +00:00
Georg Krause e04a1b188d
Version bump and changelog for 1.3.0-rc3 2023-01-23 14:24:46 +01:00
Georg Krause 81e904b254
Merge branch 'develop' into pre-release/1.3.0 2023-01-23 14:22:10 +01:00
jo 6b469ba1d8 ci: allow running the pipeline on tags
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2325>
2023-01-23 13:16:07 +00:00