Commit Graph

62 Commits (c145d953127346d9c9dfb3a3534f48be0369f13b)

Author SHA1 Message Date
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
Richard Beales fe855fef13
Tweak Docker Hub push command 2023-04-20 06:22:02 +01: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
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
Eesa Hamza 5c55c35821 Hotfix bugs template again 2023-04-18 19:57:24 +03:00
Eesa Hamza 285188bdde Added required under 'validations' 2023-04-18 19:52:15 +03:00
Eesa Hamza 4ca8b376b6 Fix label being required 2023-04-18 19:25:46 +03:00
Eesa Hamza 61f5925502 Hotfix bugs template 2023-04-18 19:13:27 +03:00
Eesa Hamza 17caf226d0 Slight fixes 2023-04-18 17:57:40 +03:00
Eesa Hamza c846c1d331 Fixed and added suggestions to bugs template 2023-04-18 17:53:49 +03:00
Eesa Hamza 7286ef3a52 Spruced up the bug issue template 2023-04-18 16:07:15 +03:00
EH fbdf9d4bd4
docs: add warning for non-essential contributions (#2359) 2023-04-18 14:21:57 +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
Richard Beales d4b74661aa
Merge pull request #2168 from H-jj-R/master
Spelling Fixes
2023-04-17 18:02:09 +01: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
H-jj-R 8dadf79614 Spelling fixes 2023-04-17 13:25:49 +01: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
Richard Beales f746107697
Update docker-hub image push action
Change the trigger to on-release rather than on-push otherwise image will be tagged with wrong (previous) version
2023-04-16 20:11:45 +01:00
Merwane Hamadi 005479f8c3 Add benchmark GitHub action workflow 2023-04-16 11:32:27 -07:00
Reinier van der Leer 41a0a68782 fix(issue template): GPT-3 checkbox not required 2023-04-16 18:36:09 +01:00
Reinier van der Leer 5698689361 Update bug report template
Add GPT-3 checkbox & emphasize to search for existing issues first
2023-04-16 18:36:09 +01:00
Richard Beales bc09ce93eb
Create a Docker image on DockerHub on release to stable 2023-04-16 09:20:16 +01:00
Richard Beales 17f3df0a04
Create Docker Image CI
Github action to build the docker image on CI
2023-04-16 06:31:17 +01:00
Dino Hensen d64f866bfa Convert to python module named autogpt.
Also fixed the Dockerfile.
Converting to module makes development easier.
Fixes coverage script in CI and test imports.
2023-04-14 10:27:41 -07:00
Richard Beales 0ba2956ee4
Merge pull request #1014 from drikusroor/fix-flake8-issues-pt-2
Fix flake8 issues pt. 2 (Add E231 & E302 flake8 rules)
2023-04-13 17:56:06 +01:00
Drikus Roor 04dc0f7149 lint: Add flake8 rule E302 to the flake8 workflow job 2023-04-13 10:50:27 +02:00
Drikus Roor 8ff36bb8ba lint: Add rule E231 to the flake8 linting job 2023-04-13 10:50:26 +02:00
sagarishere aa4118d4b9
Typo: in PULL_REQUEST_TEMPLATE.md
Typo
2023-04-13 11:27:15 +03:00
Drikus Roor f4a481513d ci: Set continue-on-error to false for flake8 lint job 2023-04-12 22:13:02 +02:00
Drikus Roor 8d0d4135ea ci: Update flake8 command to ignore some issues.
We can later gradually make it stricter until we have no errors anymore.
2023-04-12 22:07:04 +02:00
Pi b5c71a1b8e
Update 1.bug.yml 2023-04-12 20:21:06 +01:00
Drikus Roor 29d6ecd4d3 ci: Allow flake8 failure since there are a lot of issues 2023-04-12 20:21:42 +02:00
Drikus Roor 87d465a8f1 chore: Rename unit test workflow file to ci.yml 2023-04-12 20:21:42 +02:00
Drikus Roor dc0a94bba3 ci: Add a flake8 linting job 2023-04-12 20:21:42 +02:00
Drikus Roor 0e5271b62a ci: Set continue on error to false 2023-04-12 10:16:42 +02:00
Drikus Roor b3c23ee0d3 chore: Rename workflow to "Unit Tests" 2023-04-12 10:16:42 +02:00
Drikus Roor 0adc4239b7 ci: Calculate coverage only over scripts folder 2023-04-12 10:16:42 +02:00
Drikus Roor 7c4a2c86ab ci: Run unit tests with coverage report 2023-04-12 10:16:00 +02:00
Drikus Roor 11e05ced7a ci: Allow failure for now until json_parser tests have been fixed 2023-04-12 10:16:00 +02:00