Commit graph

30 commits

Author SHA1 Message Date
Théophile Diot
86111e3726
Add BAD_BEHAVIOR_THRESHOLD to variables.env 2024-02-22 20:25:23 +01:00
Théophile Diot
c8bc2b5eeb
Add command to truncate error log file 2024-02-21 11:05:52 +01:00
Théophile Diot
b8eaa1e5f5
Start refactoring UI tests 2024-02-07 15:06:24 +01:00
dependabot[bot]
7958eea2cd
deps/gha: bump nick-fields/retry from 2.9.0 to 3.0.0
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 2.9.0 to 3.0.0.
- [Release notes](https://github.com/nick-fields/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](14672906e6...7152eba30c)

---
updated-dependencies:
- dependency-name: nick-fields/retry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 08:58:50 +00:00
Théophile Diot
1ea6d92584
Add tests for services cloning on web UI 2024-01-25 17:41:57 +01:00
Théophile Diot
d4b0d4bf99
Add directory for BunkerWeb configuration 2024-01-17 11:54:09 +00:00
Théophile Diot
e7557adde4
Update test-core-linux.yml and tests-ui-linux.yml
This commit updates the test-core-linux.yml and tests-ui-linux.yml files. The changes include removing the MAKEFLAGS variable from the pip install command in test-core-linux.yml and moving the "Install BunkerWeb" step after the "Edit configuration files" step in tests-ui-linux.yml.
2024-01-17 11:47:53 +00:00
Théophile Diot
bcfe623e04
Update how the python deps are installed in linux tests (core & ui) 2024-01-04 15:37:06 +00:00
Théophile Diot
413500e5d3
Use Python 3.12 in workflows 2024-01-04 12:55:38 +00:00
Théophile Diot
3ba295d14f
Fix firefox installation in linux tests 2024-01-03 17:08:01 +00:00
Théophile Diot
0a130c4044
Fix tests ui Linux env file having the default values 2024-01-02 11:33:59 +00:00
Théophile Diot
98b4c06314
Fix problems with ui tests and the ui.env file for Linux and the IP address of the container for DOcker 2024-01-02 11:22:08 +00:00
Théophile Diot
379cf17e76
Update tests ui linux workflow file to have the right BunkerWeb config 2024-01-02 11:03:12 +00:00
dependabot[bot]
25cba9feb6
deps/gha: bump actions/setup-python from 4.7.1 to 5.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](65d7f2d534...0a5c615913)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 08:18:29 +00:00
Théophile Diot
18aab10dfe
Update Firefox installation in Linux workflows 2023-11-22 10:18:41 +00:00
Théophile Diot
e66b7b79b5
Remove urllib3[socks] from requirements.in files ...
Update Dockerfiles to fix errors when installing deps
2023-11-16 17:28:19 +00:00
florian
fa628cb7d6
linux - add default API_LISTEN_IP 2023-10-30 13:27:28 +01:00
Théophile Diot
619e5644f0
Remove pip caching when setting up python in workflows to avoid errors 2023-10-18 09:04:59 +02:00
dependabot[bot]
6738b95524
deps/gha: bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8ade135a41...b4ffde65f4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 04:15:57 +00:00
Théophile Diot
07676a3d0a
Use hashes instead of versions in github workflows 2023-10-02 18:30:17 +02:00
Théophile Diot
073e8575e2
Updated Dockerfile, python deps and npm package to use pinned dependencies 2023-09-29 16:47:34 +01:00
Théophile Diot
4d50026744
Extract codeQL workflow to have a separate one + Add scorecards analysis workflow file + Add UI tests for the UI branch 2023-09-28 09:02:31 +01:00
Théophile Diot
93006cf5ce
Fix Firefox installation in core and ui linux tests 2023-09-25 17:14:50 +01:00
Théophile Diot
052e060222
Fix core and ui workflow file for staging tests 2023-09-25 07:55:34 +01:00
Théophile Diot
57374ecc2f
Fix tests ui with linux 2023-09-22 13:13:19 +01:00
Théophile Diot
601f0fde62
Fix tests ui linux not starting the ui service 2023-09-22 09:37:00 +01:00
Théophile Diot
df12058824
Fix tests ui linux executing the wrong file 2023-09-22 09:17:11 +01:00
Théophile Diot
db404a62c3
Fix ui tests misconfiguration 2023-09-22 09:03:26 +01:00
Théophile Diot
a0aced3e53
Fix tests ui linux workflow file 2023-09-22 08:51:31 +01:00
Théophile Diot
e378be9a92
Fix typo in tests ui linux file name + add more logs in ui docker tests 2023-09-22 08:49:33 +01:00
Renamed from .github/workflows/test-ui-linux.yml (Browse further)