Commit Graph

81 Commits (55d727792a4e8ca16c52bc782e42ce057a5d4b62)

Author SHA1 Message Date
Raphaël Vinot d6af35b98a chg: Bump deps, use poetry 1.3, support python 3.11. 2022-12-16 16:18:11 +01:00
Raphaël Vinot ff68e29136 fix: numpy install issue with python < 3.10 2022-10-27 13:47:52 +02:00
Raphaël Vinot 3d0b42ded8 chg: Force install numpy with pip as poetry fails 2022-10-24 11:48:27 +02:00
Raphaël Vinot 28cf1ef6e0 chg: Disable fail fast in GHA 2022-10-24 11:21:53 +02:00
Raphaël Vinot ecf58b512d chg: Change poetry install in GHA 2022-10-09 21:26:48 +02:00
Raphaël Vinot 9c97874439 fix: properly cache poetry deps 2022-10-09 21:24:02 +02:00
Raphaël Vinot f62e7b4a19 chg: Add cache in GHA 2022-10-09 21:19:48 +02:00
Raphaël Vinot 52cb5b14f4
Merge pull request #525 from Lookyloo/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2022-09-23 13:16:06 +02:00
Raphaël Vinot cffbd22745
Merge pull request #524 from Lookyloo/dependabot/github_actions/actions/setup-python-4
build(deps): bump actions/setup-python from 2 to 4
2022-09-23 13:15:55 +02:00
dependabot[bot] fc854c9c68
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-23 11:15:07 +00:00
dependabot[bot] 08720e4c90
build(deps): bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
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>
2022-09-23 11:15:03 +00:00
dependabot[bot] 74302a257b
build(deps): bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-23 11:15:00 +00:00
Raphaël Vinot e5cfbdbffa chg: Improve dependabot 2022-09-23 13:13:09 +02:00
Raphaël Vinot 0ab43d454e fix: use redis 7.0 in GH action 2022-08-25 13:48:18 +02:00
Raphaël Vinot b03477d8ca chg: Remove cron from docker publish 2022-08-10 18:54:01 +02:00
Raphaël Vinot e5ae22c3cc
Update docker-publish.yml
Use versions.
2022-08-08 15:34:17 +02:00
Raphaël Vinot 447d16d942
chg: Do not push docker image to docker hub
Use package from github instead.
2022-06-09 16:25:07 +02:00
Raphaël Vinot 77b1970991 fix: sign package, bump deps 2022-06-09 14:56:19 +02:00
Raphaël Vinot c9dc723dd8
chg: Use more recent version of publish action 2022-06-08 11:28:40 +02:00
Raphaël Vinot a8722bab57 chg: Bump action to use playwright. 2022-04-25 13:57:31 +02:00
Raphaël Vinot cf46dde1ed chg: Add basic pre-hook config 2022-03-31 11:30:53 +02:00
Raphaël Vinot fb6e5b0918
Add JS in code scanning. 2022-02-18 01:19:28 +01:00
Raphaël Vinot b71e4a27e4 fix: Typo in last commit 2021-12-03 11:32:11 +01:00
Raphaël Vinot d8ce7f8f5e chg: Run verbose poetry install in action
Debug weirdness with python 3.10
2021-12-03 11:28:32 +01:00
Raphaël Vinot cbb96f67e4 chg: Add stop in action 2021-12-03 10:57:50 +01:00
Raphaël Vinot bdef35ea4f chg: Improve actions 2021-12-03 10:51:50 +01:00
Raphaël Vinot 05eb0755ff fix: yml syntax 2021-12-01 11:56:17 +01:00
Raphaël Vinot 781f9e8ccd chg: make all templates yml 2021-12-01 11:54:56 +01:00
Raphaël Vinot e33917d767 chg: Use YAML template for new features 2021-12-01 11:35:48 +01:00
Raphaël Vinot aa9a483ad9 fix: rename template file 2021-12-01 11:12:51 +01:00
Raphaël Vinot 181d11874b chg: Use YAML template for bugs 2021-12-01 11:10:27 +01:00
Raphaël Vinot 463b5c6b7e chg: Remove stale bot 2021-08-10 09:16:07 +02:00
Raphaël Vinot 65e8dfae34 chg: Test install on redis 6.2 2021-06-17 13:11:02 -07:00
Raphaël Vinot 14a3581fbc chg: Bump 3rd party libs 2021-06-16 18:28:57 -07:00
Raphaël Vinot cd8e76f26b fix: Properly use SRIs 2021-06-16 18:25:40 -07:00
Raphaël Vinot f902d6dbaa
Update nosetests.yml 2021-06-16 18:12:37 -07:00
Raphaël Vinot 73d4aba773
Update nosetests.yml 2021-06-16 18:06:36 -07:00
Raphaël Vinot 0f79d1479c
Update nosetests.yml 2021-06-16 18:04:03 -07:00
Raphaël Vinot 6898181e83
Update nosetests.yml 2021-06-16 17:59:55 -07:00
Raphaël Vinot ca9a6b5595
Update nosetests.yml 2021-06-16 17:56:24 -07:00
Raphaël Vinot c83786df9c
Update nosetests.yml 2021-06-16 17:55:13 -07:00
Raphaël Vinot 0aea7f6607 chg: reorder tests 2021-06-16 17:53:25 -07:00
Raphaël Vinot c89689374e new: SRI validation on resources 2021-06-16 17:36:01 -07:00
Raphaël Vinot 3f1d7e18f9 Update dockerimage.yml 2021-06-11 12:23:43 -07:00
Raphaël Vinot 1a03e2c8c6
Update codeql-analysis.yml 2021-06-11 12:20:56 -07:00
Raphaël Vinot 9829241420 chg: Add is_up test to github action 2021-05-21 16:58:48 -07:00
Raphaël Vinot 97098a13f9 new: Github action with full install 2021-05-21 16:53:26 -07:00
Raphaël Vinot c7580408fa chg: Remove python 3.7 2021-03-18 00:33:26 +01:00
Raphaël Vinot ba7c0f4f2e chg: Make extra PyMISP deps optional 2020-12-08 17:05:30 +01:00
Raphaël Vinot c1781ea88a chg: Add PR to GH actions 2020-11-30 14:09:39 +01:00