Wykres commitów

4878 Commity (3632e0cade48caaae69b571ccf49ffb5d912a694)

Autor SHA1 Wiadomość Data
Georg Krause 3632e0cade
Adjust Pipeline config to use poetry for docs 2022-03-10 11:06:07 +01:00
Georg Krause bf85f41c72
Generate docs for stable and develop 2022-03-10 11:06:07 +01:00
Georg Krause 6587390750
Setup poetry for documentation 2022-03-10 11:06:07 +01:00
RenovateBot cd8ab108f1 Update dependency kombu to v5.2.4 (develop) 2022-03-09 15:33:45 +00:00
RenovateBot 0cfb2245f2 Update dependency boto3 to v1.21.15 (develop) 2022-03-09 14:33:06 +00:00
RenovateBot 93b07861d1 Update dependency Faker to v13.3.1 (develop) 2022-03-09 13:33:07 +00:00
RenovateBot 3b284a9b88 Update dependency django-dynamic-preferences to v1.12.0 (develop) 2022-03-09 12:26:02 +00:00
Kasper Seweryn 341bcf5b17 Remove `require` from auth store 2022-03-08 14:04:54 +00:00
Marcos Peña a7698ce56b Fix broken dev environment set-up 2022-03-08 09:37:37 +00:00
petitminion bc5aba6808 close /radios/build to un-authenticated users 2022-03-04 14:37:59 +00:00
RenovateBot b2b4f0c64b Update dependency vite to v2.8.6 (develop) 2022-03-04 03:34:13 +00:00
RenovateBot d5fa9ce56c Update dependency showdown to v2.0.2 (develop) 2022-03-03 23:34:41 +00:00
RenovateBot 5bbd814ca4 Update dependency pytest-asyncio to v0.18.2 (develop) 2022-03-03 22:40:29 +00:00
RenovateBot 5828358fe6 Update dependency boto3 to v1.21.12 (develop) 2022-03-03 21:34:58 +00:00
RenovateBot 9a40a33efb Update dependency Faker to v13.3.0 (develop) 2022-03-03 20:41:28 +00:00
Reinhard Prechtl 4e1c625c24
Fix broken mobile apps link 2022-03-02 13:59:58 +01:00
Georg Krause 0f397f0e60
Do not install pip as system package to avoid dependency clash 2022-03-02 10:52:54 +01:00
Georg Krause db7fc7818d
Install poetry only in additional docker stage to export dependencies 2022-03-01 19:59:17 +01:00
Georg Krause a3408d7625
Install missing pip in docker 2022-03-01 15:06:48 +01:00
RenovateBot 91130f4f95 Update dependency vite to v2.8.5 (develop) 2022-03-01 14:03:40 +00:00
RenovateBot c760503a36 Update dependency sass to v1.49.9 (develop) 2022-03-01 13:33:41 +00:00
Georg Krause b572c1f95a
Install poetry using pip instead of script 2022-03-01 13:48:10 +01:00
RenovateBot cc5a783100 Update dependency coverage to v6.3.2 (develop) 2022-03-01 10:04:27 +00:00
RenovateBot 0b683d2de6 Update dependency boto3 to v1.21.9 (develop) 2022-03-01 09:04:17 +00:00
Kasper Seweryn 9bd580e5a0
Fix deployment warning message 2022-02-27 23:44:09 +01:00
Kasper Seweryn d5cff4f3bf
Fix deployment base path 2022-02-27 23:20:03 +01:00
Kasper Seweryn 112ef174fc
Fix GitLab previews for frontend 2022-02-27 14:10:59 +01:00
Michael Long f25965d256 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1296 of 1296 strings)

Translation: Funkwhale/Funkwhale's server front-end
Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/zh_Hans/
2022-02-26 16:17:05 +00:00
Georg Krause ef5c85b293
Pin dependencies 2022-02-26 10:10:30 +01:00
Kasper Seweryn e743e07ba7
Move service-worker to public 2022-02-24 13:22:13 +01:00
Kasper Seweryn 08b57c67d2
Fix production env var checks 2022-02-24 11:54:30 +01:00
Kasper Seweryn 43f609b497
Update axios-auth-refresh 2022-02-24 11:54:21 +01:00
Georg Krause 7fb82c5785
Disable source maps for production builds again 2022-02-24 10:27:02 +01:00
Georg Krause 0b379aa2d1
Add changelog snippet 2022-02-24 10:26:24 +01:00
Kasper Seweryn 3b78ac8cc6
Workaround axios-auth-refresh in production
axios-auth-refresh has only prebuilt files, that might be the case when
vite is trying to bundle it. It seems like vite thinks that it's
constructed like:
```
export default {
    default () {
        // ...
    }
}
```

This also fixes `jQuery is not defined` in dev
2022-02-22 13:01:29 +01:00
Kasper Seweryn 5e24160375
Fix jQuery in fomantic-ui-css 2022-02-22 13:01:29 +01:00
Georg Krause b2dc70cf3a
Remove tests and their dependencies for now 2022-02-22 12:48:20 +01:00
Georg Krause ebb3d7deb5
Remove vue cli config 2022-02-22 12:36:51 +01:00
Georg Krause 06f636fec0
Remove babel config 2022-02-22 12:34:13 +01:00
Kasper Seweryn 17006094b6
Fix linter error
Linter did not like await in global scope besides it being fully
functional, so I've created a `src/jquery.js` file which sets jquery
globals and then we can safely import `src/semantic.js`.
2022-02-22 00:00:17 +01:00
Kasper Seweryn 5f319db268
Remove console.log 2022-02-21 23:48:55 +01:00
Kasper Seweryn 94af589757
Fix jQuery and semantic ui 2022-02-21 23:38:51 +01:00
Kasper Seweryn 4ce7386128
Fix env variables 2022-02-21 23:23:13 +01:00
Kasper Seweryn 873e498031
Remove undeclared `exports` from volume.js 2022-02-21 23:21:39 +01:00
Kasper Seweryn a6ce396fa2
Fix django-channels import
`django-channels` module has only dist files which are built with
parcel. This leads to `assignment to undeclared variable parcelRequire`
error.

A simple workaround is to add `var parcelRequire;` to the beginning of
the module.
2022-02-21 23:16:48 +01:00
Kasper Seweryn 80ed06db04
Remove @/lodash.js
Vite handles tree shaking out of the box, so cherry picking modules is
now pointless
2022-02-21 22:49:02 +01:00
Georg Krause db86483fbc
Make linter happy 2022-02-21 20:09:06 +01:00
Ciaran Ainsworth d949909c40 Fix additional linting issues 2022-02-21 20:02:08 +01:00
Georg Krause d92d75f822
Fix linting of App.vue 2022-02-21 19:54:04 +01:00
Ciaran Ainsworth 60c6a1938f Fix some linting issues 2022-02-21 19:52:16 +01:00