Commit Graph

115 Commits (16b7e7a91e7b6c73ddf3e7193cea53f1b45671fa)

Author SHA1 Message Date
Reinier van der Leer 1a2f7684bc
Patch CI proxy 2023-05-15 14:35:35 +02:00
k-boikov f778483ac3
Revert "Put back 3.11 until it's removed as a requirement" (#4191) 2023-05-14 16:30:10 +03:00
merwanehamadi 15ebe23bc2
add back 3.11 (#4185) 2023-05-14 14:20:14 +01:00
merwanehamadi bc6f8a27ff
Feature/fix rate limiting issue Step 1 (#4173)
* temporarilly remove 3.11
2023-05-13 22:31:24 -04:00
merwanehamadi 2d9b9294d0
Test New CI Pipeline (#4170)
* introduce dummy prompt change

* introduce dummy prompt change

* empty commit

* empty commit

* empty commit

* push to origin repo

* add s to quote
2023-05-14 13:18:31 +12:00
merwanehamadi de6b8ee9f2
Feature/test new ci pipeline 2 (#4169)
* test new CI

* remove double quotes

* make it a variable

* make it a variable
2023-05-14 11:40:31 +12:00
merwanehamadi a110ff94a5
test new CI (#4168)
* test new CI

* test new CI

* remove double quotes
2023-05-14 11:25:56 +12:00
merwanehamadi 4143d212a5
Feature/basic proxy (#4164)
* basic proxy (#54)

* basic proxy (#55)

* basic proxy

* basic proxy

* basic proxy

* basic proxy

* add back double quotes

* add more specific files

* write file

* basic proxy

* Put back double quotes
2023-05-14 11:07:37 +12:00
Andres Caicedo 2513178980
Integrate pytest-xdist Plugin for Parallel and Concurrent Testing (#3870)
* Adds pytest-parallel dependencies

* Implement pytest-parallel for faster tests

* Uses pytest-xdist

* Auto number of workers processes

* Update ci.yml

---------

Co-authored-by: Nicholas Tindle <nick@ntindle.com>
2023-05-11 17:19:52 -07:00
merwanehamadi 08bc8ff3f7
add code owners policy (#3981)
* add code owners

* added @ to codeowners

* switched to team ownership
2023-05-08 11:16:59 +12:00
Pi 06317dfb2b
Add link to wiki page on Contributing 2023-05-05 23:10:56 +01:00
Pi d57af05f66
fix 2023-05-05 23:07:55 +01:00
Pi 7eddfacd10
Add link to wiki Contributing page 2023-05-05 23:06:48 +01:00
Pi 3df88be6cb
Update PULL_REQUEST_TEMPLATE.md
Added link to wiki Contributing page
2023-05-05 23:03:09 +01:00
merwanehamadi b0c6ed999c
Feature/tighten up ci pipeline (#3700) 2023-05-02 19:07:50 +01:00
Reinier van der Leer e4129e1a3a
Fix CI for `stable` 2023-05-02 13:35:23 +02:00
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
Richard Beales a2e16695af
Merge pull request #2771 from ntindle/patch-2
[Hotfix] Fix coverage tooling
2023-04-21 19:30:23 +01:00
Kris 72a56acfb8 fix indentation of bug template yml 2023-04-21 20:39:37 +03: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 7b22809530
Merge pull request #2545 from cryptidv/fixes
Added version select to bug template
2023-04-21 06:14:05 +01: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