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

chore(master): merge maint-0.9 #242

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tiborsimko
Copy link
Member

tiborsimko and others added 4 commits September 3, 2024 14:20
Pin `setuptools` to the maximum version of 70 to allow working on Ubuntu
20.04 LTS based environments. (New versions of `setuptools` are not
compatible.)

Note that this fix is necessary only for the `maint-0.9` branches and
the REANA 0.9 release series. In `master` we have switched to Ubuntu
24.04 LTS based environments and Python 3.12 and no pinning is necessary
there.
Add forgotten Python versions (3.10, 3.11, 3.12) to CI tests.
@tiborsimko tiborsimko self-assigned this Dec 4, 2024
tiborsimko added a commit to tiborsimko/reana-db that referenced this pull request Dec 4, 2024
chore(maint-0.9): release 0.9.5 (reanahub#219)
feat(cli): add new `migrate-secret-key` command (reanahub#240)
ci(python): test more Python versions (reanahub#239)
ci(actions): pin setuptools 70 (reanahub#239)

Note: The merge commit removes the changes related to pinning
`setuptools` to version 70, because this was only necessary for the
`maint-0.9` branches, as well as other 0.9.4 release-related changes.
chore(maint-0.9): release 0.9.5 (reanahub#219)
feat(cli): add new `migrate-secret-key` command (reanahub#240)
ci(python): test more Python versions (reanahub#239)
ci(actions): pin setuptools 70 (reanahub#239)

Note: The merge commit removes the changes related to pinning
`setuptools` to version 70, because this was only necessary for the
`maint-0.9` branches, as well as other 0.9.4 release-related changes.
Copy link

codecov bot commented Dec 4, 2024

Codecov Report

Attention: Patch coverage is 12.00000% with 22 lines in your changes missing coverage. Please review.

Project coverage is 72.14%. Comparing base (05a34ba) to head (a599583).

Files with missing lines Patch % Lines
reana_db/utils.py 0.00% 12 Missing ⚠️
reana_db/cli.py 0.00% 10 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #242      +/-   ##
==========================================
- Coverage   73.76%   72.14%   -1.62%     
==========================================
  Files           7        7              
  Lines         930      955      +25     
==========================================
+ Hits          686      689       +3     
- Misses        244      266      +22     
Files with missing lines Coverage Δ
reana_db/models.py 90.44% <100.00%> (+0.05%) ⬆️
reana_db/cli.py 0.00% <0.00%> (ø)
reana_db/utils.py 72.28% <0.00%> (-3.67%) ⬇️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

2 participants