Commit Graph

28 Commits

Author SHA1 Message Date
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
Drikus Roor
e294d9b895 ci: Configure unit tests workflow 2023-04-12 10:16:00 +02:00
Robin Richtsfeld
d25c016154 Fixed typos 2023-04-12 02:56:37 +02:00
Toran Bruce Richards
ee1805c136 Update PULL_REQUEST_TEMPLATE.md 2023-04-10 04:21:44 +01:00
hunteraraujo
85428df9fc Update PULL_REQUEST_TEMPLATE.md 2023-04-06 10:07:49 -07:00
hunteraraujo
f8e88a146a Create PULL_REQUEST_TEMPLATE.md 2023-04-06 09:59:20 -07:00
David Wurtz
92b6fd9d16 first draft of github issue templates 2023-04-05 13:40:09 -07:00
Toran Bruce Richards
d6f2aceb63 .. 2023-04-02 11:00:50 +01:00
Toran Bruce Richards
bf7a52ec8c ... 2023-04-02 10:56:23 +01:00
Toran Bruce Richards
dfd324a079 Updates auto format workflow to work with forks.
(in the correct branch now)
2023-04-02 10:31:06 +01:00
Torantulino
f930f925a8 Updates auto_format to work on forks. 2023-04-02 09:50:08 +01:00
Torantulino
f31953f7cd Adds auto formatting for pull requests.
This is a great way to ensure that your code is formatted correctly before it is merged into the main branch and limit the number of formatting changes in pull requests.
2023-04-02 09:07:32 +01:00
Toran Bruce Richards
441e1aae8c Create FUNDING.yml 2023-03-29 01:08:56 +01:00