Wykres commitów

6452 Commity (d47fef080660f45428bfb49de83818075b5a4463)

Autor SHA1 Wiadomość Data
jo d47fef0806 chore: fix shell scripts lint errors 2022-11-25 19:43:50 +00:00
jo 5c919989ea chore: add shell pre-commit hooks 2022-11-25 19:43:50 +00:00
jo 39d0f30506 ci: make pre-commit run verbose 2022-11-25 19:43:50 +00:00
jooola ff20988fbd chore: move api tools config to pyproject.toml 2022-11-25 19:41:38 +00:00
jo 8af7946d8a chore: renovate upgrade per component
Separate renovate upgrade per component, for api/*, front/*, and docs/* packages files.
2022-11-25 19:04:50 +00:00
JuniorJPDJ 3077dea81d fix(api): bump pyproject version to 1.2.9 2022-11-25 20:04:11 +01:00
JuniorJPDJ 5c32cace64 fix(api): merge migrations after merging stable to develop 2022-11-25 20:03:37 +01:00
Georg Krause 0602de6d81
Merge branch 'stable' into develop 2022-11-25 18:10:45 +01:00
Georg Krause 817c8fbcaa
Version bump and changelog for 1.2.9 2022-11-25 17:59:23 +01:00
jo ae2d5fadfb
docs: harden security for debian install
Funkwhale only need to read the source/config files and read/write to
the data directories.
The source/config files manipulation must be handled by a privileged
user.
2022-11-25 15:25:01 +01:00
jooola 4cc7c86f04 test(api): fix warnings by renaming fixtures 2022-11-24 20:18:35 +00:00
Renovate Bot 6b478cd9f0 Update dependency eslint-plugin-vue to v9.8.0 2022-11-24 07:01:44 +00:00
JuniorJPDJ adaf99272c feat(front/Dockerfile): cross-build on native platform
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2194>
2022-11-24 06:25:41 +00:00
jo 9ff2e70325
chore: add missing changelogs for pre-commit 2022-11-24 01:43:36 +01:00
jo 054a9e54f5
docs: fix spelling errors (pre-commit) 2022-11-24 01:43:36 +01:00
jo bdd02cf2fa
chore: add codespell pre-commit hook 2022-11-24 01:04:43 +01:00
Renovate Bot 31e9380a56 Update vitest monorepo to v0.25.3 2022-11-23 23:31:53 +00:00
Renovate Bot 31cd64bbeb Update pre-commit hook pycqa/flake8 to v6 2022-11-23 23:16:53 +00:00
jo 6d7dc2f1b5
chore: format files using prettier (pre-commit) 2022-11-23 23:46:34 +01:00
jo df7b1763a3
chore: add prettier pre-commit hook 2022-11-23 23:46:33 +01:00
jo 8d9946d35a refactor: upgrade code to >=python3.7 (pre-commit)
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2189>
2022-11-23 22:08:55 +00:00
jo 7768ea77a4 chore: add pyupgrade pre-commit hook
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2189>
2022-11-23 22:08:54 +00:00
Renovate Bot 5e2df11fb6 Update dependency boto3 to v1.26.16 2022-11-23 21:33:29 +00:00
jo cff619679b
chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
jo 20ed5f0d52
chore: add isort pre-commit hook 2022-11-23 21:55:37 +01:00
jo 4159bc1209 chore: format files using black (pre-commit) 2022-11-23 20:41:45 +00:00
jo fa51738fe8 chore: add black pre-commit hook 2022-11-23 20:41:45 +00:00
Renovate Bot 62860d0781 Update pre-commit hook pre-commit/pre-commit-hooks to v4.4.0 2022-11-23 20:02:43 +00:00
Renovate Bot 7eed76f96f Update vueuse to v9.6.0 2022-11-23 19:32:04 +00:00
Renovate Bot 114bb1e24c Update sentry-javascript monorepo to v7.21.1 2022-11-23 19:01:53 +00:00
Jacek Pruciak 15d328c974 Revert "ci: Disable Pipeline execution for branches"
This reverts commit 0fc7a96eef.
2022-11-23 20:00:14 +01:00
JuniorJPDJ 753b5d71e9 fix linter 2022-11-23 12:25:16 +00:00
JuniorJPDJ f6b094aa63 changelog snippet 2022-11-23 10:43:06 +00:00
JuniorJPDJ 0c6cc0ec5b chore(api/Dockerfile): pin alpine dependencies and bump watchfiles 2022-11-23 10:43:06 +00:00
Renovate Bot 069a118cc7 Update dependency uvicorn to v0.20.0
Tested-by: Marge <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2186>
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2186>
2022-11-23 09:33:34 +00:00
Renovate Bot 19f38a0c4c Update python Docker tag to v3.11 2022-11-23 09:01:38 +00:00
Renovate Bot 79cb95b61b Update dependency @typescript-eslint/eslint-plugin to v5.44.0
Tested-by: Marge <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2184>
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2184>
2022-11-23 08:31:15 +00:00
Georg Krause 0fc7a96eef
ci: Disable Pipeline execution for branches 2022-11-23 09:12:44 +01:00
Renovate Bot 6845366366 Update dependency eslint to v8.28.0 2022-11-23 07:49:18 +00:00
jo 8f7ab9b3b3 chore: fix flake8 warnings
Tested-by: Marge <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2178>
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2178>
2022-11-23 07:32:43 +00:00
jo 4fbef50d71 chore: add flake8 pre-commit hook
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2178>
2022-11-23 07:32:43 +00:00
Renovate Bot af699c3303 Update dependency standardized-audio-context to v25.3.35 2022-11-23 03:04:01 +00:00
Renovate Bot d67aba746b Update dependency sentry-sdk to v1.11.1 2022-11-23 02:04:40 +00:00
Renovate Bot 8514d28c58 Update dependency redis to v4.3.5 2022-11-23 01:04:28 +00:00
Renovate Bot a9d26cbbf7 Update dependency prompt-toolkit to v3.0.33 2022-11-23 00:34:50 +00:00
Renovate Bot 342e5ff04d Update dependency jsdom to v20.0.3 2022-11-22 23:32:45 +00:00
Renovate Bot 36d970fa6c Update dependency boto3 to v1.26.15 2022-11-22 23:04:24 +00:00
Renovate Bot d56a7edd15 Update dependency Faker to v15.3.3 2022-11-22 22:03:35 +00:00
JuniorJPDJ c458bfe547 fix(api/Dockerfile): use psycopg2 from alpine repository 2022-11-22 22:49:30 +01:00
RenovateBot ca2ad37aea Lock file maintenance (develop) 2022-11-22 21:21:15 +00:00