Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync release v0.4.6 with patches back into master #5065

Merged
merged 7 commits into from Jul 28, 2023

Conversation

Pwuts
Copy link
Member

@Pwuts Pwuts commented Jul 26, 2023

Background

Changes

Documentation

Test Plan

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes.
  • I have run the following commands against my code to ensure it passes our linters:
    black .
    isort .
    mypy
    autoflake --remove-all-unused-imports --recursive --ignore-init-module-imports --ignore-pass-after-docstring autogpt tests --in-place

Pwuts and others added 7 commits July 11, 2023 23:49
* Use modern material theme for docs

* Further file path fixes, and doc updates to specify when relative paths are expected

* fix: lint

* Remove unwated changes

* Remove comments

---------

Co-authored-by: lc0rp <2609411+lc0rp@users.noreply.github.com>
Co-authored-by: Reinier van der Leer <reinier.vanderleer@agpt.co>
Co-authored-by: Reinier van der Leer <github@pwuts.nl>
@Pwuts Pwuts requested a review from collijk as a code owner July 26, 2023 23:02
@Pwuts Pwuts added this to the v0.4.6 Release milestone Jul 26, 2023
@Pwuts Pwuts self-assigned this Jul 26, 2023
@netlify
Copy link

netlify bot commented Jul 26, 2023

Deploy Preview for auto-gpt-docs failed.

Name Link
🔨 Latest commit f87b016
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/64c1a5f112e5b20008313a5f

@Pwuts Pwuts changed the title Sync release v0.4.6 back into master Sync release v0.4.6 with patches back into master Jul 26, 2023
@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Patch coverage: 61.11% and no project coverage change.

Comparison is base (ddb7efa) 51.17% compared to head (f87b016) 51.18%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5065   +/-   ##
=======================================
  Coverage   51.17%   51.18%           
=======================================
  Files         116      116           
  Lines        4934     4937    +3     
  Branches      663      663           
=======================================
+ Hits         2525     2527    +2     
- Misses       2215     2216    +1     
  Partials      194      194           
Files Changed Coverage Δ
autogpt/app/cli.py 0.00% <ø> (ø)
autogpt/app/main.py 39.74% <0.00%> (ø)
autogpt/core/runner/cli_web_app/server/api.py 0.00% <0.00%> (ø)
autogpt/workspace/workspace.py 90.90% <55.55%> (-1.69%) ⬇️
autogpt/commands/file_operations.py 82.53% <100.00%> (ø)
autogpt/config/config.py 80.58% <100.00%> (+0.23%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lc0rp lc0rp merged commit c8d9b69 into master Jul 28, 2023
15 of 21 checks passed
@Pwuts Pwuts deleted the release-v0.4.6-sync-to-master branch January 29, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants