Commit Graph

83 Commits

Author SHA1 Message Date
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 bcaa8faa7b
Replace deprecated `set-output` command with the new format 2023-10-16 12:33:08 +02:00
Théophile Diot 07676a3d0a
Use hashes instead of versions in github workflows 2023-10-02 18:30:17 +02:00
Théophile Diot f0761eed2c
Revert "Add fuzzing tests in CI/CD"
This reverts commit 4babce9749.
2023-10-02 16:10:52 +01:00
Théophile Diot 4babce9749
Add fuzzing tests in CI/CD 2023-10-02 16:06:49 +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 432d1587c7
Add linux ui tests 2023-09-22 08:47:47 +01:00
Théophile Diot fa91bf6c60
ci/cd change needs and logic in test core linux 2023-09-18 13:54:47 +02:00
Théophile Diot b54c7eb61a
ci/cd test secret inherit for ubuntu private test image 2023-09-18 12:48:29 +02:00
Théophile Diot 30cba0a77d
ci/cd fix dev.yml 2023-09-18 12:13:30 +02:00
Théophile Diot 80d56fcca6
ci/cd start working on linux core tests 2023-09-18 12:12:03 +02:00
dependabot[bot] 8ea823e061
deps/gha: bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 04:25:31 +00:00
Théophile Diot 0681cf2c9b
Update actions/checkout to v4 2023-09-04 15:59:19 +02:00
bunkerity bb77dcedf5 ci/cd - edit username for ghcr auth 2023-08-24 17:04:44 +02:00
bunkerity 3d0f17808c ci/cd - add dummy username for ghcr auth 2023-08-24 17:02:28 +02:00
bunkerity 5a9836fec5 ci/cd - fix nested permissions 2023-08-24 16:52:49 +02:00
bunkerity e1edfe4a7f ci/cd - fix missing permissions in wf 2023-08-24 16:51:11 +02:00
bunkerity 87b4053402 ci/cd - use gh cache for docker cache and pushes to ghcr.io 2023-08-24 16:48:45 +02:00
Théophile Diot f7cd7d9daf
Add dependency on tests-ui to not fail to push the testing image 2023-08-21 17:05:09 +02:00
florian e93b2f65ff
cache dev container images, fix CVE-2023-35945 and force scheduler to reload when instances change 2023-08-02 15:59:23 +02:00
florian f3ba16be9d
add instances changes check to scheduler and auto push dev container images 2023-08-02 15:47:33 +02:00
Théophile Diot b529d85255
Revert "Update checkout part of workflow to include submodules"
This reverts commit 4b4e0f8b3b.
2023-06-28 09:59:37 -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
florian 2a78d2c057
ci/cd - perform all core tests even if one failed 2023-05-15 13:37:54 +02:00
florian 9a2e37984d
ci/cd core tests and antibot refactoring 2023-05-15 13:10:27 +02:00
florian 97dc6540eb
ci/cd - fix typo in dev wf 2023-05-05 14:18:57 +02:00
florian 1c74c5d8d5
ci/cd - refactoring 2023-05-04 23:21:36 +02:00
florian 14a4db8bdb
use current_bw_version for docs, add automatic tests to ui branch and fix letsencrypt permissions for linux 2023-04-29 16:47:28 +02:00
florian 54a17c7752
init work on CI/CD for generic beta releases, remove useless autoconf examples and fix linux postinstall script 2023-04-29 15:21:30 +02:00
Théophile Diot 7a8a75901f
Fix multiple CVEs (see comment) (finally) 2023-02-22 10:13:34 +01:00
Théophile Diot 0f35c05eee
Ignore multiple CVEs due to missing deps in python:3.11-alpine 2023-02-16 14:16:32 +01:00
Théophile Diot 38b59954a3
Lint yml files 2022-12-14 17:10:39 +01:00
florian 272de0b8be
ci/cd - fix codeql config path 2022-11-16 22:03:14 +01:00
florian d9fc713c4d
ci/cd - move codeql config to file 2022-11-16 22:01:48 +01:00
florian c2503d63d3
ci/cd - add codeql 2022-11-16 21:57:33 +01:00
florian 82df3f17f7
ci/cd - init work 2022-11-16 20:52:41 +01:00
TheophileDiot 79eea0e998 Linting + starting to migrate bunkerweb to the 1.5 2022-10-19 17:37:13 +02:00
bunkerity 6afdb298fa
lua - fix pcall for asn/country mmdb lookup 2022-08-25 10:33:09 +02:00
bunkerity 04019a617a
tests - fix nextcloud/swarm 2022-08-25 09:12:13 +02:00
bunkerity 4244399eb1
road to v1.4.3 🚀 2022-08-24 15:14:26 +02:00
bunkerity 66029a316c
tests - edit prod workflow 2022-08-24 10:29:13 +02:00
bunkerity 61d57b4ebb
tests - fix mongo-express/swarm 2022-08-23 13:27:15 +02:00
bunkerity 8f273a929d
ci/cd - fix missing comment chars 2022-08-23 09:34:02 +02:00
bunkerity 45f4e06ace
road to v1.4.3 2022-08-23 09:32:07 +02:00
florian 561e64a890
tests - road to debian 2022-08-22 16:12:47 +02:00
bunkerity 17801caebd
temp disable arm 2022-08-12 16:39:49 +02:00
bunkerity 552588adf1
temp disable arm 2022-08-12 16:39:00 +02:00