Commit graph

348 commits

Author SHA1 Message Date
Théophile Diot
5529f312c1
Update Python base image to version 3.13.0-alpine 2024-10-22 15:07:01 +02:00
Théophile Diot
2c7669a589
Update Python base image to version 3.13.0-alpine 2024-10-22 12:21:49 +02:00
Théophile Diot
4f107a9b54
Update python deps 2024-10-21 11:27:40 +02:00
Théophile Diot
b2f9fab7ad
Run pre-commit-config and apply it + update it 2024-10-07 15:02:49 +02:00
Théophile Diot
bf873339e7
Soft merge branch '1.5' into dev 2024-10-01 16:02:46 +02:00
Théophile Diot
40bb729d8c
Update Python base image in Dockerfiles 2024-10-01 15:02:46 +02:00
Théophile Diot
b9fa48f2bc
Update dependencies for UI, core, scheduler, and documentation 2024-10-01 15:01:41 +02:00
Théophile Diot
09e84bf754
Update python deps in tests 2024-09-30 16:02:37 +02:00
Théophile Diot
e43dc79b92
Update dependencies 2024-09-11 10:46:22 +02:00
Théophile Diot
d601c88f82
Update Python Alpine base image to version 3.12.6 2024-09-11 10:40:13 +02:00
Théophile Diot
5a17699eb5
chore: Update Python base image in Dockerfiles 2024-09-05 10:20:26 +02:00
Théophile Diot
bd6d0e4da4
Update Python Alpine base image to version 3.12.5 2024-09-05 10:20:05 +02:00
Théophile Diot
4dfa4b1d25
Update cryptography, setuptools, and sqlalchemy dependencies 2024-09-05 10:06:57 +02:00
Théophile Diot
9a1123f37d
🚀 Road to 1.5.10 2024-08-30 11:19:26 +02:00
Théophile Diot
c7b8f30a52
chore: Update core and python dependencies + update nginx version to 1.26.2 2024-08-30 11:08:57 +02:00
Théophile Diot
582e314c03
chore: Update selenium dependency to version 4.24.0 2024-08-29 16:55:26 +02:00
Théophile Diot
b32171aae9
Start huge UI refactor 2024-08-26 23:39:58 +01:00
Théophile Diot
727a6b026f
chore: Update python image in Dockerfiles 2024-08-08 12:08:33 +01:00
Théophile Diot
2bbd5537c4
chore: Update python deps to latest versions 2024-08-08 12:08:06 +01:00
Théophile Diot
ad1be9eb98
Update Python Alpine base image to version 3.12.4 2024-08-01 14:13:32 +01:00
Théophile Diot
f82dc053aa
Refactor dependencies: Update cryptography to version 43.0.0 2024-07-30 18:21:56 +01:00
Théophile Diot
e3255f2316
Soft merge branch 'dev' into 1.6 2024-07-15 18:08:46 +01:00
florian
bc9d6b199a
deps - update python deps 2024-07-15 10:52:11 +02:00
Théophile Diot
e9d3848c3b
chore: Update pip and pip-tools versions in requirements files 2024-07-08 09:01:31 +01:00
Jordan Blasenhauer
86cb619b5f add bunkerweb 1.6 2024-07-01 11:21:54 +02:00
Théophile Diot
da0db03482
chore: Update version to 1.5.9 2024-06-27 14:59:35 +01:00
Théophile Diot
ecf981322a
chore: Update python dependencies
Bump pip from 24.0 to 24.1
Bump setuptools from 70.0.0 to 70.1.0
Bump sqlalchemy from 2.0.30 to 2.0.31
Bump selenium from 4.21.0 to 4.22.0
Bump importlib-metadata from 7.1.0 to 7.2.1
Bump email-validator from 2.1.2 to 2.2.0
2024-06-24 15:49:47 +01:00
Théophile Diot
5a1d88dd3e
chore: Update urllib3 dependency to version 2.2.2 2024-06-18 09:36:08 +01:00
Théophile Diot
89abb65e6b
chore: Refresh page after navigating to configs page so that we don't get blocked because of a flash message in web UI tests 2024-06-14 16:24:42 +02:00
Théophile Diot
727244e6fb
chore: Update requests dependency to version 2.32.3 2024-06-14 15:39:56 +02:00
Théophile Diot
1c22ec3fa7
chore: Update selenium and fix automatic web UI tests 2024-06-14 13:43:50 +02:00
Théophile Diot
0aabffb620
Fix shenanigans in web UI automatic tests 2024-06-13 10:51:38 +02:00
Théophile Diot
95c7896f93
feat: Fix cookie handling for session in logs_page.py tests 2024-06-12 13:57:17 +02:00
Théophile Diot
dc9774f386
chore: Update Dockerfile to use Python 3.12.4-alpine3.19 2024-06-10 09:31:25 +01:00
Théophile Diot
79c579dddb
Update python deps 2024-06-04 21:20:52 +01:00
Théophile Diot
92f3873b8c
chore: Update requests dependency to version 2.32.3 2024-05-31 09:18:53 +01:00
Théophile Diot
268d1e953a
chore: Update docker-compose.dev.yml in web UI tests 2024-05-27 09:22:24 +01:00
Théophile Diot
51194f0fed
Road to v1.5.8 🚀 2024-05-25 15:56:42 +01:00
Théophile Diot
c833041607
Fix HTTP to HTTPS URL in logs_page.py 2024-05-24 14:08:20 +01:00
Théophile Diot
079ddf9b35
Fix SSL cert being verified in automatic web UI tests 2024-05-24 13:56:34 +01:00
Théophile Diot
327803063c
Fix HTTPS port in docker web UI tests 2024-05-24 13:21:51 +01:00
Théophile Diot
fd546fad26
chore: Add HTTPS port configuration to UI and environment variables in web UI automatic tests
This commit adds the configuration for the HTTPS port to the UI and environment variables. It updates the necessary files to include the HTTPS port in the `/etc/bunkerweb/variables.env` file and the `docker-compose.dev.yml` and `docker-compose.yml` files. This allows for the proper setup and configuration of the HTTPS port for the application.
2024-05-24 12:54:59 +01:00
Théophile Diot
6c9dcc586f
Run pre-commit-config and apply it 2024-05-22 16:55:10 +01:00
Théophile Diot
5d30e94351
chore: Update python deps and downgrade requests version for backup and bwcli tests as there is a problem currently with the newer version and the docker deps 2024-05-22 16:46:34 +01:00
Théophile Diot
1993064c55
Fix form not being found on login page in automatic ui tests 2024-05-22 15:48:05 +01:00
Jordan Blasenhauer
1cd1fa7ef9 update bans page test check 2024-05-22 13:37:50 +02:00
Théophile Diot
161d21e390
chore: Update requests dependency to version 2.32.1 2024-05-21 14:55:24 +01:00
Théophile Diot
43dc47540c
chore: Add custom configuration for readiness endpoint in docker-compose files for web UI tests and fix configs_page tests 2024-05-10 17:12:10 +02:00
fl0ppy-d1sk
002c79028f
tests - add delay after creating service when testing configs 2024-05-10 16:32:29 +02:00
Jordan Blasenhauer
6721f24b30 configs_page add delay for scheduler rerun 2024-05-10 12:36:20 +02:00