Commit graph

2504 commits

Author SHA1 Message Date
Théophile Diot 07ed136afa
Update setup-kubernetes of wordpress example 2023-06-27 11:12:45 -04:00
Théophile Diot 2eb73d15a1
Merge pull request #537 from bunkerity/dev
Merge branch "dev" into branch "staging"
2023-06-26 14:18:32 -04:00
Théophile Diot 30fec8a142
Remove python submodule, will add it back in the next major 2023-06-26 13:07:14 -04:00
Théophile Diot 4b4e0f8b3b
Update checkout part of workflow to include submodules 2023-06-26 13:01:02 -04:00
Théophile Diot c2cfd4dd9f
Remove checkout from dev.yml 2023-06-26 12:55:17 -04:00
Théophile Diot 642da402bc
Fix dev workflow 2023-06-26 12:51:33 -04:00
Théophile Diot 4bb6d40a53
Update dev workflow to checkout the code and submodules first 2023-06-26 12:49:49 -04:00
Théophile Diot 3bcdd9ca24
Merge pull request #536 from bunkerity/submodules
Migrate the deps to submodules when possible
2023-06-26 12:31:54 -04:00
Théophile Diot 28d59221b4
Fix path resolution for modules and remove nginx submodule 2023-06-26 12:12:45 -04:00
Théophile Diot c8e25bcde0
Update commit SHA for submodule libinjection 2023-06-26 11:31:49 -04:00
Théophile Diot e1a5782a3e
Update how the dependencies are being cleaned up 2023-06-26 11:09:41 -04:00
Théophile Diot 68bea47edd
Add other projects to submodules 2023-06-26 10:52:09 -04:00
Théophile Diot 2cd5c7f451
Initialize submodules 2023-06-26 10:06:19 -04:00
Théophile Diot d7d3e24297
Remove old folders that are now submodules 2023-06-26 09:03:40 -04:00
Théophile Diot a747278910
Fix .gitmodules file 2023-06-26 09:02:05 -04:00
Théophile Diot b5fffc1f38
Init work with submodules 2023-06-26 09:00:51 -04:00
Théophile Diot 8c4c99e65d
Merge pull request #530 from bunkerity/dev
Merge branch "dev" into branch "staging"
2023-06-23 13:50:09 -04:00
Théophile Diot ddc337394d
Update log location for nginx and letsencrypt 2023-06-23 10:35:10 -04:00
Théophile Diot 1c362d0783
Remove the deletion of let's encrypt lib and log folders after the job is finished 2023-06-23 08:20:21 -04:00
Théophile Diot 95c9bad8e3
Remove unused enums in database model 2023-06-23 08:03:09 -04:00
Théophile Diot 7a972274f1
Add database schema to concepts.md in the docs 2023-06-23 07:56:06 -04:00
Théophile Diot 5614995364
Revert "Update README.md links to use local branch files"
This reverts commit 4536e328e1.
2023-06-23 07:54:59 -04:00
Théophile Diot 4536e328e1
Update README.md links to use local branch files 2023-06-22 10:37:35 -04:00
Théophile Diot 89070cfb7d
Merge pull request #529 from bunkerity/ui
Update where the scheduler copies its config
2023-06-22 09:44:32 -04:00
Théophile Diot d6942a46e7
Update where the scheduler copies its config 2023-06-22 09:44:00 -04:00
Théophile Diot 8a98da898b
Merge pull request #528 from bunkerity/ui
Merge branch "ui" into branch "dev"
2023-06-22 09:15:24 -04:00
BlasenhauerJ 26f831cb4d Merge branch 'dev' into ui 2023-06-22 12:50:11 +02:00
Théophile Diot 81f3914fc8
Merge pull request #527 from bunkerity/dev
Merge branch "dev" into branch "staging"
2023-06-21 15:55:49 -04:00
Théophile Diot 162198bb93
Update db core tests to ignore the added value for env custom configs 2023-06-21 15:46:50 -04:00
Théophile Diot 7a524b43e6
Revert back to 30 seconds of sleep in tests ui after creating a custom config 2023-06-21 15:33:49 -04:00
Théophile Diot b007916d6f
Optimize the scheduler and gen even more (we love threads) 2023-06-21 15:33:23 -04:00
Théophile Diot 0661916ffc
Update ui tests to wait more after creating a custom config 2023-06-21 13:58:45 -04:00
Théophile Diot 2105dc0f32
Update core db tests to use the right hash for plugins_page files 2023-06-21 13:56:41 -04:00
Théophile Diot 8231198219
Fix rare error when hashing dictionaries in the scheduler 2023-06-21 09:46:56 -04:00
Théophile Diot 1e62626ac0
Fix KeyError in scheduler 2023-06-21 09:35:27 -04:00
Théophile Diot 57eaedd8e9
Merge pull request #526 from bunkerity/dev
Merge branch "dev" into branch "staging"
2023-06-20 16:55:44 -04:00
Théophile Diot 4d984f6237
Update CHANGELOG 2023-06-20 16:55:01 -04:00
Théophile Diot d0fd6884ce
Fix shinanigans with the custom configs and plugins jobs 2023-06-20 16:52:27 -04:00
Théophile Diot 8e6de2bdf2
Augment authelia timeout 2023-06-20 11:42:35 -04:00
Théophile Diot 3565dd7b37
Update CHANGELOG.md 2023-06-20 11:09:40 -04:00
Théophile Diot 145df1df4f
Merge pull request #525 from bunkerity/dev
Merge branch "dev" into branch "staging"
2023-06-20 11:06:16 -04:00
Théophile Diot df1359e877
Add possibility to download lists and plugins from a file path + Update python deps + Plugins now support tar and tar.gz as well 2023-06-20 10:50:58 -04:00
Théophile Diot b756b2d7d0
Lint py files 2023-06-20 10:45:49 -04:00
BlasenhauerJ f57b6dad13 fix cursor gap on ace editor
*ace editor cursor gap is calculate on monoscape font, override previous sans-serif to fix gap between cursor and real position
2023-06-19 22:03:04 +02:00
BlasenhauerJ 91c33f1d43 Merge branch 'dev' into ui 2023-06-19 21:34:14 +02:00
Théophile Diot ed2a54d166
Merge pull request #524 from bunkerity/dev
Update python deps
2023-06-17 16:49:35 -04:00
Théophile Diot 3e871efed8
Update python deps 2023-06-17 13:34:53 -04:00
Théophile Diot d27edab351
Merge pull request #523 from bunkerity/dev
Merge branch "dev" into branch "staging"
2023-06-17 11:12:37 -04:00
Théophile Diot 9982ec36d4
Remove useless import 2023-06-17 11:11:53 -04:00
Théophile Diot 80033642ce
Add reverse proxy headers back 2023-06-17 09:38:44 -04:00