Commit Graph

7966 Commits

Author SHA1 Message Date
Kasper Seweryn 1c10a5b257 feat: add missing upload views 2024-10-16 10:46:17 +02:00
Kasper Seweryn 56dd17cf84 feat: add upload groups 2024-10-16 10:46:17 +02:00
Kasper Seweryn 44d936068e feat: add sidebar 2024-10-16 10:46:17 +02:00
Kasper Seweryn 89c751085e feat(upload): spawn worker dynamically, when uploading 2024-10-16 10:46:16 +02:00
Kasper Seweryn 8684abc39e chore: remove accidentially commited files 2024-10-16 10:46:16 +02:00
Kasper Seweryn c67a8786e8 feat: add upload logic 2024-10-16 10:46:16 +02:00
petitminion 5063dac285 revert (fix)typesense api key in .env file to pass the tests 2024-10-15 17:18:33 +00:00
petitminion 64064f69dc fix(config/local) : add a default for "TYPESENSE_API_KEY" 2024-10-15 16:37:26 +00:00
ArneBo bdcf3809dc (fix)typesense api key in .env file to pass the tests 2024-10-15 11:22:02 +02:00
jon r 3420080313 chore(compose/mailpit): fmt + reorder keys 2024-10-11 22:19:59 +02:00
jon r a82b058d3f chore(api/local.py): update inline documentation 2024-10-11 22:19:21 +02:00
jon r 84fcc4762c feat(compose/api): use email config URL 2024-10-11 22:16:49 +02:00
jon r 1868b41abd chore(api/pyproject): up django-environ to v0.11.2
for Django v4.2 compatibility

Also see:

- https://github.com/joke2k/django-environ/releases/tag/v0.11.0
- https://github.com/joke2k/django-environ/pull/456
2024-10-11 22:10:04 +02:00
jon r ddd23a7afc feat(api/dockerfile.debian): Upgrade Python to 3.12 2024-10-11 22:09:19 +02:00
jon r 07ac7931e2 docs(docker): formatting 2024-10-11 15:41:56 +02:00
jon r 660270e1d3 docs(docker): readability, cross-references+ networking details 2024-10-11 15:36:50 +02:00
jon r ac4600cec9 docs(docker): explain how to persist DNS configuration 2024-10-11 15:35:24 +02:00
jon r 15a9533330 chore(api): fix reference in common.py comment 2024-10-11 15:33:43 +02:00
jon r c29cc21259 chore(compose): prepare minio and typesense for reinclusion 2024-10-11 15:09:23 +02:00
jon r 57ca4fd86d docs(docker): better life cycle examples for net manifest
addresses bca5fcc1d3
2024-10-11 15:09:23 +02:00
jon r d90f8292a6 fix(docs): remove permanent translation modal 2024-10-11 15:09:08 +02:00
jon r 6f8b933c36 fix(locales): remove sh and/or sudo from docker compose commands 2024-10-11 12:38:51 +02:00
ArneBo 06a76bc978 fix(translations) removed sudo from docker compose commands 2024-10-11 10:35:07 +02:00
ArneBo 5673e57f19 fix(translations) removed sudo from docker compose commands 2024-10-11 10:25:42 +02:00
ArneBo bca5fcc1d3 Docs(Docker): Add specific compose file to manage DNS containers instruction 2024-10-11 09:44:56 +02:00
jon r 11ce5302ba fix(compose): add openapi to docs 2024-10-11 02:24:43 +02:00
jon r a9c05ac886 fix(docs|compose): redo build to support make swagger 2024-10-11 02:23:39 +02:00
jon r ee4dea2ea0 feat(compose): add mailpit 2024-10-11 02:20:43 +02:00
jon r 2f1f3de4ad fix(docs): repair make swagger 2024-10-11 02:15:46 +02:00
jon r b5b46ddfaa chore(compose): consolidate router naming 2024-10-11 02:15:11 +02:00
jon r 1b545d6fc4 feat(api/container): improve apt patterns 2024-10-11 02:14:08 +02:00
jon r 72de9eb914 chore: remove unused file 2024-10-11 02:12:06 +02:00
jon r 84f1424e36 chore(changelog): update 2337 bugfix title from MR 2024-10-10 22:11:39 +02:00
jon r 8ff4b41553 docs(compose): extend documentation + settle configuration 2024-10-10 21:50:08 +02:00
jon r 5ff69cf1f8 docs(setup/docker): remove fake data instructions
addresses #2343
2024-10-10 20:29:46 +02:00
jon r 66ea77f771 chore(compose): use sh to invoke Django API service 2024-10-10 19:44:56 +02:00
jon r cf72137f1f feat(api+compose): add Debian Dockerfile w/ Poetry
closes #1691
2024-10-10 19:42:18 +02:00
jon r ba25dbf7a9 feat(compose.net): switch docker0 helper container to default 2024-10-10 19:40:22 +02:00
jon r f819a1cf5f fix(api): make Typesense API key optional for local development 2024-10-10 19:38:57 +02:00
jon r ca6c389349 feat(api): reduce build dependencies with psycopg2 binary package 2024-10-10 19:36:33 +02:00
jon r acf82e7845 chore(api): poetry.lock update 2024-10-10 19:34:12 +02:00
jon r 2502c9b268 feat(dockerfile): add default symlink to Alpine variant 2024-10-10 17:06:18 +02:00
jon r 3e88c20486 feat(dockerfile): scope Alpine variant 2024-10-10 17:05:51 +02:00
jon r 71145b6e65 fix(compose): deactivate docker0 helper by default 2024-10-10 11:21:36 +02:00
jon r df2e34e61c fix(compose): move migrations into api container next to collectstatic
The overall process runs faster than in a separate container, which
reduces recreation times while developing.
2024-10-10 11:15:05 +02:00
jon r f21795ede3 feat(compose): complete development setup documentation 2024-10-02 16:09:41 +02:00
jon r b584de1ea3 feat(docs): add Compose manifest and adapt development build 2024-10-02 15:58:58 +02:00
ArneBo b1be4be6a0 Docs(Docker): Adapt setup instructions for new development environments
co-authored-by: upsiflu@gmail.com
co-authored-by: jon@allmende.io
2024-10-01 13:02:35 +02:00
ArneBo 26295c08f7 Feat(compose): Add migrate container
co-authored-by: upsiflu@gmail.com
co-authored-by: jon@allmende.io
2024-10-01 12:43:22 +02:00
jon r 9b3e218d16 fix(docker): provide MUSIC_DIRECTORY_PATH
Traceback highlights music/views.py:401 music/utils.py:153 when unset.

MUSIC_DIRECTORY_PATH default as None | String could become Optional type.
2024-09-12 13:00:24 +02:00