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

⬆️ Maintenance: Upgrade of storage #4998

Merged

Conversation

sanderegg
Copy link
Member

@sanderegg sanderegg commented Nov 8, 2023

Highlights on updated libraries (only updated libraries are included)

  • #packages before: 41
  • #packages after : 41
# name before after upgrade count packages
1 aio-pika 9.2.2 9.3.0 minor 1 storage⬆️
2 aioboto3 11.3.0 12.0.0 MAJOR 1 storage⬆️
3 aiobotocore 2.6.0 2.7.0 minor 1 storage⬆️
4 aiohttp 3.8.5 3.8.6 2 storage⬆️🧪
5 alembic 1.11.3 1.12.1 minor 1 storage⬆️
6 arrow 1.2.3 1.3.0 minor 1 storage⬆️
7 asyncpg 0.28.0 0.29.0 minor 1 storage⬆️
8 black 23.10.1 23.11.0 minor 1 storage🔧
9 boto3 1.28.17 1.28.64 2 storage⬆️🧪
10 botocore 1.31.17 1.31.64 2 storage⬆️🧪
11 botocore-stubs 1.31.38 1.31.80 1 storage⬆️
12 charset-normalizer 3.2.0 3.3.2 minor 2 storage⬆️🧪
13 email-validator 2.0.0.post2 2.1.0.post1 minor 1 storage⬆️
14 flask 2.3.3 3.0.0 MAJOR 1 storage🧪
15 greenlet 2.0.2 3.0.1 MAJOR 2 storage⬆️🧪
16 jsonschema 4.19.0 4.19.2 2 storage⬆️🧪
17 jsonschema-spec 0.2.4 🗑️ removed 1 storage🧪
18 openapi-core 0.18.0 0.18.2 1 storage⬆️
19 openapi-schema-validator 0.6.0 0.6.2 2 storage⬆️🧪
20 openapi-spec-validator 0.6.0 0.7.1 minor 2 storage⬆️🧪
21 orjson 3.9.5 3.9.10 1 storage⬆️
22 pbr 5.11.1 6.0.0 MAJOR 1 storage🧪
23 prometheus-client 0.17.1 0.18.0 minor 1 storage⬆️
24 psycopg2-binary 2.9.7 2.9.9 1 storage⬆️
25 pydantic 1.10.12 1.10.13 2 storage⬆️🧪
26 pyinstrument 4.5.1 4.6.0 minor 1 storage⬆️
27 redis 5.0.0 5.0.1 1 storage⬆️
28 responses 0.23.3 0.24.0 minor 1 storage🧪
29 rich 13.5.2 13.6.0 minor 1 storage⬆️
30 rpds-py 0.10.0 0.12.0 minor 2 storage⬆️🧪
31 ruff 0.1.3 0.1.4 1 storage🔧
32 s3transfer 0.6.2 0.7.0 minor 2 storage⬆️🧪
33 sqlalchemy 1.4.49 1.4.50 2 storage⬆️🧪
34 tomlkit 0.12.1 0.12.2 1 storage🔧
35 types-aiobotocore 2.6.0 2.7.0 minor 1 storage⬆️
36 types-aiobotocore-s3 2.6.0 2.7.0 minor 1 storage⬆️
37 types-awscrt 0.19.1 0.19.8 1 storage⬆️
38 types-pyyaml 6.0.12.12 🗑️ removed 1 storage🧪
39 typing-extensions 4.7.1 4.8.0 minor 3 storage⬆️🧪🔧
40 urllib3 1.26.16 2.0.7 MAJOR 2 storage⬆️🧪
41 werkzeug 2.3.7 3.0.1 MAJOR 2 storage⬆️🧪

Legend:

@sanderegg sanderegg added the a:storage issue related to storage service label Nov 8, 2023
@sanderegg sanderegg added this to the 7peaks milestone Nov 8, 2023
@sanderegg sanderegg self-assigned this Nov 8, 2023
@sanderegg sanderegg changed the title Maintenance: Upgrade of storage service ⬆️ Maintenance: Upgrade of storage Nov 8, 2023
Copy link

codecov bot commented Nov 8, 2023

Codecov Report

Merging #4998 (924a67f) into master (9344127) will increase coverage by 5.4%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #4998     +/-   ##
========================================
+ Coverage    85.3%   90.7%   +5.4%     
========================================
  Files          87      37     -50     
  Lines        2216    1923    -293     
  Branches        8       0      -8     
========================================
- Hits         1892    1746    -146     
+ Misses        323     177    -146     
+ Partials        1       0      -1     
Flag Coverage Δ
unittests 90.7% <ø> (+5.4%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 124 files with indirect coverage changes

Copy link
Member

@pcrespov pcrespov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx!

@sanderegg sanderegg force-pushed the maintenance/upgrade-storage branch from 6c7f2d9 to 0cfa481 Compare November 8, 2023 10:27
@sanderegg sanderegg force-pushed the maintenance/upgrade-storage branch from 0cfa481 to 924a67f Compare November 8, 2023 14:47
Copy link

sonarqubecloud bot commented Nov 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link

codeclimate bot commented Nov 8, 2023

Code Climate has analyzed commit 924a67f and detected 0 issues on this pull request.

View more on Code Climate.

@sanderegg sanderegg merged commit a1a618e into ITISFoundation:master Nov 8, 2023
@sanderegg sanderegg deleted the maintenance/upgrade-storage branch November 8, 2023 21:36
@matusdrobuliak66 matusdrobuliak66 mentioned this pull request Nov 23, 2023
29 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:storage issue related to storage service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants