Commit Graph

3147 Commits

Author SHA1 Message Date
Théophile Diot 4871185dc0
Update python deps and pin Flask-Login version 2023-10-30 15:18:06 +00:00
florian cd773b6e80
add ready checks to reversecan and sessions tests 2023-10-30 14:02:59 +01:00
dependabot[bot] 898ef2eff0
deps/gha: bump hashicorp/setup-terraform from 2.0.3 to 3.0.0
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2.0.3 to 3.0.0.
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
- [Commits](633666f66e...a1502cd9e7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 12:28:06 +00:00
florian fa628cb7d6
linux - add default API_LISTEN_IP 2023-10-30 13:27:28 +01:00
florian 18d682b5a6
linux - add missing API_LISTEN_IP initial setting and perform only hot reload 2023-10-30 12:23:57 +01:00
florian 4fbd974d2f
tests - set trace verbosity for geckodriver logs 2023-10-30 11:09:27 +01:00
florian a7c343369d
Merge branch 'dev' of github.com:bunkerity/bunkerweb into dev 2023-10-30 10:34:16 +01:00
florian 7d69b91056
tests - fix missing geckodriver log file in ui tests 2023-10-30 10:33:48 +01:00
Théophile Diot 29d7d94b2c
[#739] Fix potential issue when fetching docker instances in the web UI 2023-10-30 09:26:01 +00:00
florian 84eb947206
tests - add geckodriver log file for ui tests 2023-10-30 10:14:21 +01:00
florian 40e118a712
tests - add more logs to ui linux tests 2023-10-29 13:42:54 +01:00
florian 0e3d8e59cc
tests - retry UI access in case of network exception 2023-10-29 13:05:43 +01:00
florian 86875f4863
tests - fix misc ready check when using https and add ready checks for linux ui 2023-10-29 12:26:29 +01:00
florian d4a2ba5fc8
tests - add ready checks to customcert and misc 2023-10-27 16:20:37 +02:00
fl0ppy-d1sk 3020c5c8e5
tests - add ready check for customcert core test 2023-10-27 15:34:28 +02:00
Théophile Diot c1562bc896
Merge pull request #737 from bunkerity/dependabot/github_actions/dev/github/codeql-action-2.22.5
deps/gha: bump github/codeql-action from 2.22.4 to 2.22.5
2023-10-27 13:38:01 +02:00
dependabot[bot] 322cfd2179
deps/gha: bump github/codeql-action from 2.22.4 to 2.22.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.4 to 2.22.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](49abf0ba24...74483a38d3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 10:27:58 +00:00
Théophile Diot caf732be1d
Merge pull request #736 from bunkerity/dependabot/github_actions/dev/ruby/setup-ruby-1.159.0
deps/gha: bump ruby/setup-ruby from 1.158.0 to 1.159.0
2023-10-27 12:26:44 +02:00
dependabot[bot] 667620b521
deps/gha: bump ruby/setup-ruby from 1.158.0 to 1.159.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.158.0 to 1.159.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](cd48c8e227...54a18e26db)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 04:28:55 +00:00
fl0ppy-d1sk fb21786b8c
linux - fixing nginx service not disabled and fix another missing error log path in UI 2023-10-26 16:51:59 +02:00
fl0ppy-d1sk 5887b894f0
ui - fix wrong error path when starting nginx 2023-10-26 16:19:50 +02:00
fl0ppy-d1sk 4e820f6de2
linux - remove sudo command when reloading nginx 2023-10-26 15:52:58 +02:00
fl0ppy-d1sk 35d16233cd
ci/cd - ignore ready conf for db tests and fix linux path for ready conf 2023-10-26 15:23:02 +02:00
fl0ppy-d1sk 9775cd5bbd
ci/cd - fix missing string in /ready endpoint and add /ready endpoint to linux tests 2023-10-26 15:04:23 +02:00
fl0ppy-d1sk 274a8cdfb9
ci/cd - trying to fix race condition for core tests 2023-10-26 13:49:44 +02:00
Théophile Diot d73a5d0f45
Merge pull request #735 from bunkerity/dev
Merge branch "dev" into branch "staging"
2023-10-26 11:19:29 +02:00
Théophile Diot ed0e156bcb
Update Werkzeug to version 3.0.1 in web UI 2023-10-26 10:17:44 +01:00
Théophile Diot 8ec9a7df40
Fix compatibility issue with Docker Compose v2 2.23.0 in examples and docs 2023-10-26 09:50:13 +01:00
Théophile Diot 72d856abe1
Update certbot to version 2.7.3 + regenerate hashes for db and scheduler 2023-10-26 09:17:34 +01:00
Théophile Diot ab76c458ef
Merge pull request #732 from bunkerity/dependabot/github_actions/dev/ruby/setup-ruby-1.158.0
deps/gha: bump ruby/setup-ruby from 1.157.0 to 1.158.0
2023-10-26 10:08:09 +02:00
dependabot[bot] 6edf97a0d7
deps/gha: bump ruby/setup-ruby from 1.157.0 to 1.158.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.157.0 to 1.158.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](a05e47355e...cd48c8e227)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 04:45:10 +00:00
florian 58d6b81423
use cap in Linux and add openssf badge 2023-10-26 00:07:11 +02:00
Théophile Diot a83a74cfad
Merge pull request #729 from bunkerity/dev
Merge branch "dev" into branch "staging"
2023-10-25 13:29:35 +02:00
Théophile Diot 0975de1238
[#717] Add a pool_recycle database engine arg to avoid losing connection with database 2023-10-25 12:26:28 +01:00
Théophile Diot 762092e5e9
Remove no longer necessary retrying module 2023-10-25 12:25:26 +01:00
Théophile Diot 8963cb4d18
Update python deps 2023-10-25 12:18:10 +01:00
Théophile Diot c2252503d0
Merge pull request #721 from bunkerity/dependabot/github_actions/dev/ossf/scorecard-action-2.3.1
deps/gha: bump ossf/scorecard-action from 2.3.0 to 2.3.1
2023-10-25 13:16:03 +02:00
Théophile Diot 626f10b4c1
Merge pull request #722 from bunkerity/dependabot/github_actions/dev/actions/setup-node-4.0.0
deps/gha: bump actions/setup-node from 3.8.1 to 4.0.0
2023-10-25 13:14:54 +02:00
Théophile Diot f2b9fc0f8f
Merge pull request #724 from bunkerity/dependabot/docker/src/autoconf/dev/python-a5d1738
deps/autoconf: bump python from `dc2e889` to `a5d1738` in /src/autoconf
2023-10-25 13:07:28 +02:00
dependabot[bot] c8eae49e5b
deps/autoconf: bump python from `dc2e889` to `a5d1738` in /src/autoconf
Bumps python from `dc2e889` to `a5d1738`.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 11:06:15 +00:00
Théophile Diot ab320794ad
Merge pull request #723 from bunkerity/dependabot/docker/src/ui/dev/python-a5d1738
deps/ui: bump python from `dc2e889` to `a5d1738` in /src/ui
2023-10-25 13:05:42 +02:00
Théophile Diot 572436f208
Merge pull request #720 from bunkerity/dependabot/docker/src/scheduler/dev/python-a5d1738
deps/scheduler: bump python from `dc2e889` to `a5d1738` in /src/scheduler
2023-10-25 13:04:58 +02:00
dependabot[bot] 6f366450bc
deps/ui: bump python from `dc2e889` to `a5d1738` in /src/ui
Bumps python from `dc2e889` to `a5d1738`.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 10:58:49 +00:00
dependabot[bot] f6d2e205cf
deps/scheduler: bump python in /src/scheduler
Bumps python from `dc2e889` to `a5d1738`.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 10:58:44 +00:00
Théophile Diot 50a60382a1
Fix CVE CVE-2023-5363 2023-10-25 12:58:02 +02:00
Théophile Diot 989c14ae73
Fix CVE CVE-2023-5363 2023-10-25 12:53:10 +02:00
dependabot[bot] a847f77782
deps/gha: bump actions/setup-node from 3.8.1 to 4.0.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](5e21ff4d9b...8f152de45c)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 04:30:41 +00:00
dependabot[bot] 8708ad70c3
deps/gha: bump ossf/scorecard-action from 2.3.0 to 2.3.1
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](483ef80eb9...0864cf1902)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 04:30:35 +00:00
Théophile Diot eeda7a18c3
Update python deps + add retrying module to db 2023-10-23 11:01:44 +02:00
Théophile Diot 5193d6cd19
Update docker images 2023-10-23 11:00:07 +02:00