Commit Graph

73 Commits

Author SHA1 Message Date
merwanehamadi
02f546d2bc Run the integration tests in the CI pipeline BUT without API keys (#3359)
* integration tests in ci pipeline

* Update CONTRIBUTING.md

Co-authored-by: Reinier van der Leer <github@pwuts.nl>

---------

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
2023-04-26 20:45:03 -05:00
Nicholas Tindle
8670b3039e Fix PR size autolabeler message (#3194) 2023-04-26 00:25:38 +02:00
Nicholas Tindle
c7f4734826 Update ci.yml (#3179) 2023-04-25 03:53:06 +01:00
Reinier van der Leer
ffdc652605 Clean up GitHub Workflows (#3059)
* initial cleanup of github workflows

* only run pr-label workflow on push to master

* move docker ci/release summaries to scripts

* add XS label for PR's under 2 lines

* draft test job for Docker CI

* fix & activate Docker CI test job

* add debug step to docker CI

* fix Docker CI test container env

* Docker CI build matrix

* fixup build summaries

* fix pipes in summary

* optimize Dockerfile for layer caching

* more markdown escaping

* add gha cache scopes

* add Docker CI cache clean workflow
2023-04-24 18:03:21 +01:00
Reinier van der Leer
9c60eecce6 Improve docker setup & config (#1843)
* Improve docker setup & config

* fix(browsing): Selenium needs access to home directory

* fix(docker): allow overriding memory backend settings

* simplify Dockerfile and docker-compose config

* add .dockerignore

* adjust Docker CI with release build type arg

* replace Chrome by Chromium in devcontainer

* update docs

* update bulletin

* use preinstalled chromedriver in web_selenium.py

* update installation.md

* fix code blocks for mkdocs

* fix links to docs
2023-04-24 14:27:53 +01:00
Richard Beales
1c352f5ff0 update documentation deploy gh action 2023-04-23 16:42:12 +01:00
Merwane Hamadi
b7cd56f72b move decorator higher up
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-04-23 00:45:54 +02:00
Merwane Hamadi
eb5a8a87d8 add decorator to tests
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-04-23 00:45:53 +02:00
Merwane Hamadi
996a3b331a Add CI smoke test (#2461) 2023-04-23 00:23:45 +02:00
Richard Beales
5a95ead608 Merge pull request #2521 from jazelly/fix-benchmark-typo
misc: fix typo in benchmark
2023-04-22 17:06:10 +01:00
Richard Beales
ad5d8b2341 Re-work Docs and split out README (using MkDocs) (#2894)
* Initial Documentation re-org

* remove testing link from readme

* rewrite quickstart

* get code blocks working across mkdocs and github

* add link to plugins repo

* add link to plugins repo and move readme to plugin template repo

* Add emoji to "Extensibility with Plugins" in readme

Co-authored-by: Reinier van der Leer <github@pwuts.nl>

* Make docs deploy workflow path-selective

* Also run workflow when the workflow is updated

* fix readme links under configuration subfolder

* shrink subheadings in readme

---------

Co-authored-by: Toran Bruce Richards <toran.richards@gmail.com>
Co-authored-by: Reinier van der Leer <github@pwuts.nl>
2023-04-22 12:56:22 +01:00
Nicholas Tindle
6e5df9e9e7 feat: add code cov 2023-04-22 00:45:29 -05:00
Nicholas Tindle
3dd07d3119 fix: workflow name 2023-04-21 01:02:10 -05:00
Nicholas Tindle
68803d559c comment the stuff 2023-04-21 01:00:02 -05:00
Nicholas Tindle
7a9c6a52fa Update ci.yml 2023-04-21 00:49:07 -05:00
Nicholas Tindle
81de438569 try something new 2023-04-21 00:41:44 -05:00
Nicholas Tindle
185429287e Update ci.yml 2023-04-21 00:35:46 -05:00
Nicholas Tindle
c2f86f6934 Update ci.yml 2023-04-21 00:34:11 -05:00
Nicholas Tindle
7f99fa3da8 Update ci.yml 2023-04-21 00:30:39 -05:00
Nicholas Tindle
c58cf15565 hotfix: don't upload results on push 2023-04-21 00:27:19 -05:00
Richard Beales
d5162d332f Merge pull request #2628 from ntindle/ci/coverage-reporting
Add Coverage reporting to CI pipeline
2023-04-21 05:46:01 +01:00
Toran Bruce Richards
48f4119fb7 Update sponsors_readme.yml 2023-04-21 12:38:18 +12:00
Toran Bruce Richards
ad6f18b737 Update sponsors_readme.yml 2023-04-21 12:31:37 +12:00
Toran Bruce Richards
68e479bdbd Update sponsors_readme.yml 2023-04-21 12:26:04 +12:00
Toran Bruce Richards
1dd8e570a5 Update sponsors_readme.yml 2023-04-21 12:24:18 +12:00
Toran Bruce Richards
511b0212c6 Update sponsors_readme.yml 2023-04-21 12:22:32 +12:00
Toran Bruce Richards
121e08c18e Create sponsors_readme.yml 2023-04-21 12:19:30 +12:00
Eddie Cohen
cf7544c146 Cancel in-progress docker CI on outdate (#2619)
Co-authored-by: Reinier van der Leer <github@pwuts.nl>
2023-04-20 18:09:20 +02:00
Richard Beales
c4008971f7 Merge branch 'master' into stable 2023-04-20 06:32:59 +01:00
Nicholas Tindle
5155056198 feat: permissions 2023-04-20 00:25:48 -05:00
Nicholas Tindle
9cb4739e4a fix: syntax 2023-04-20 00:22:10 -05:00
Richard Beales
fe855fef13 Tweak Docker Hub push command 2023-04-20 06:22:02 +01:00
Nicholas Tindle
b9623ed424 fix: add new line back 2023-04-20 00:21:20 -05:00
Nicholas Tindle
7c45b21aa7 Update ci.yml 2023-04-20 00:11:43 -05:00
Richard Beales
c9bf95edf4 Merge pull request #2625 from Significant-Gravitas/stable-0.2.2
Stable 0.2.2 into Stable ready for release
2023-04-20 06:02:22 +01:00
BillSchumacher
bcda3c1a32 Merge pull request #1986 from Significant-Gravitas/richbeales-patch-2
Update docker-hub image push action
2023-04-19 23:57:56 -05:00
Reinier van der Leer
376db5a123 fix shirt-sizing workflow permissions 2023-04-20 03:20:28 +02:00
Nicholas Tindle
a82d49247a Shirt size labeling for PRs (#2467)
Co-authored-by: Reinier van der Leer <github@pwuts.nl>
2023-04-20 02:07:41 +02:00
jazelly
fa8562bc0c misc: fix typo in benchmark 2023-04-19 20:47:36 +09:30
Drikus Roor
24d5e1fc8a Ensure Python 3.10 & 3.11 compatability (#1815)
CI: Ensure compatability with Python 3.10 & 3.11

---------

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
2023-04-19 01:38:42 +02:00
Reinier van der Leer
e2accab87e Move to Python 3.10 & improve CI workflow (#2369)
* Use Python 3.10 in CI, benchmark, devcontainer, docker config, .sourcery.yaml
* Improve Python CI workflow
2023-04-19 01:27:29 +02:00
Toran Bruce Richards
7ac296081c Add pull_request_target to CI trigger 2023-04-18 19:11:09 +12:00
Toran Bruce Richards
525073bb94 Change on PR to all branches 2023-04-18 18:46:50 +12:00
Merwane Hamadi
254cd69748 Update CI workflow to use flake8, black, and isort formatting checks 2023-04-17 12:50:21 -07:00
Reinier van der Leer
3b37c89d88 fix(pr-label): concurrency group cannot be empty 2023-04-17 19:15:20 +02:00
Reinier van der Leer
ef7b417105 fix(pr-label): mitigate excessive concurrent runs 2023-04-17 18:16:37 +02:00
Reinier van der Leer
e7c3ff9b9e fix(pr-label): set job permissions explicitly 2023-04-17 17:47:58 +02:00
Reinier van der Leer
35106ef662 feat(pr-labels): auto-label conflicting PRs 2023-04-17 17:33:50 +02:00
Richard Beales
664f896696 Update dockerhub-imagepush.yml 2023-04-17 06:22:19 +01:00
0xArty
147d3733bf Change ci to pytest 2023-04-16 22:17:03 +01:00