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

Bump jobflow-remote from 0.1.1 to 0.1.2 #2311

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2024

Bumps jobflow-remote from 0.1.1 to 0.1.2.

Release notes

Sourced from jobflow-remote's releases.

v0.1.2

Updates and bug fixes

Changelog

v0.1.2 (2024-06-26)

Full Changelog

Implemented enhancements:

  • Allow setting resources for FAILED and COMPLETED jobs #119
  • SUGGESTION: Catchall state for errors #111
  • Flow information #19

Fixed bugs:

  • Flow state stays COMPLETED when a job is rerun #118

Closed issues:

  • Feature request: show more information about the flow(s) that will be deleted #130
  • Feature request: optionally delete outputs when doing jf flow delete #129
  • Feature request: support psutil 6.0.0 #128
  • SUGGESTION: Add an example for querying results from the database #115

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Changelog

Sourced from jobflow-remote's changelog.

v0.1.2 (2024-06-26)

Full Changelog

Implemented enhancements:

  • Allow setting resources for FAILED and COMPLETED jobs #119
  • SUGGESTION: Catchall state for errors #111
  • Flow information #19

Fixed bugs:

  • Flow state stays COMPLETED when a job is rerun #118

Closed issues:

  • Feature request: show more information about the flow(s) that will be deleted #130
  • Feature request: optionally delete outputs when doing jf flow delete #129
  • SUGGESTION: Add an example for querying results from the database #115

Merged pull requests:

Commits
  • 189518f Release v0.1.2
  • 1c2dd3c Bump psutil from 5.9.8 to 6.0.0
  • 79df076 rename fixture
  • 559e238 Add --verbose and --outputs options to jf flow delete
  • 2db61ea make JobController.set_job_doc_properties public
  • 967e7c5 fix ruff format
  • 2338552 ruff ignore legacy violations
  • 144fa9f ruff auto fixes
  • a74175d migrate linting from flake8, isort, autoflake to ruff (same as atomate2, jobf...
  • bef4bc9 Bump schedule from 1.2.1 to 1.2.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jobflow-remote](https://github.com/Matgenix/jobflow-remote) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/Matgenix/jobflow-remote/releases)
- [Changelog](https://github.com/Matgenix/jobflow-remote/blob/develop/CHANGELOG.md)
- [Commits](Matgenix/jobflow-remote@v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: jobflow-remote
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Dependency update or issue python Pull requests that update Python code labels Jun 26, 2024
@buildbot-princeton
Copy link
Collaborator

Can one of the admins verify this patch?

Copy link

codecov bot commented Jun 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.08%. Comparing base (17a82f0) to head (ce57d1b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2311   +/-   ##
=======================================
  Coverage   99.08%   99.08%           
=======================================
  Files          84       84           
  Lines        3515     3515           
=======================================
  Hits         3483     3483           
  Misses         32       32           

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

@Andrew-S-Rosen Andrew-S-Rosen merged commit 9d91773 into main Jun 26, 2024
20 checks passed
@Andrew-S-Rosen Andrew-S-Rosen deleted the dependabot/pip/jobflow-remote-0.1.2 branch June 26, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency update or issue python Pull requests that update Python code
Development

Successfully merging this pull request may close these issues.

2 participants