Skip to content

Commit e39b2ae

Browse files
Merge branch 'master' into switch-to-new-projects-nodes-repo
2 parents 641a5b0 + b837ee0 commit e39b2ae

File tree

133 files changed

+2234
-1677
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+2234
-1677
lines changed

.github/mergify.yml

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# NOTE: the PR is added to the queue when all checks have passed
2-
# and the CI is fully green.
3-
# If the PR is behind the queue will take care of updating it
41
queue_rules:
52
- name: default
6-
queue_conditions:
3+
queue_conditions: # condtions to be met to add the PR to the queue (manually or automatically)
74
# general prerequisits fo accept the PR in the queue
85
- label=🤖-automerge # let Mergify know that the PR can be merged (added manually)
96
- label!=🤖-do-not-merge # block Mergify from merging the PR (added manually)
@@ -16,17 +13,17 @@ queue_rules:
1613
- "#changes-requested-reviews-by=0" # No changes requested
1714
- "#review-threads-unresolved=0" # All review threads resolved
1815

19-
merge_conditions:
16+
merge_conditions: # conditions to be met before being able to merge
2017
# list of CI checks that need to pass
18+
- check-success=system-test-environment-setup
19+
- check-success=changes
20+
- check-success=build-test-images
21+
- check-success=build-test-images-frontend
2122
- check-success=unit-tests
2223
- check-success=integration-tests
2324
- check-success=system-tests
2425

25-
# NOTE: in case of flaky tests you above checks will fail
26-
# the PR will be removed from the queue.
27-
# Once the PR is ready to be merged the flaky tests will
28-
# be retried automatically.
29-
# As soon as the CI is green, the PR will be pushed to the queue
26+
3027
pull_request_rules:
3128
- name: retry flaky tests (when PR is approved)
3229
conditions:
@@ -41,6 +38,10 @@ pull_request_rules:
4138
- "#review-threads-unresolved=0" # All review threads resolved
4239

4340
- or:
41+
- check-failure=system-test-environment-setup
42+
- check-failure=changes
43+
- check-failure=build-test-images
44+
- check-failure=build-test-images-frontend
4445
- check-failure=unit-tests
4546
- check-failure=integration-tests
4647
- check-failure=system-tests
@@ -51,3 +52,18 @@ pull_request_rules:
5152
workflow:
5253
dispatch:
5354
- workflow: ci-testing-deploy.yml
55+
56+
- name: Automatically add PR to queue if it meets conditions
57+
conditions:
58+
- "label=🤖-automerge"
59+
- "label!=🤖-do-not-merge"
60+
- "base=master"
61+
62+
- "-draft" # PR is not in draft state
63+
- "-conflict" # PR has no conflicts
64+
- "#approved-reviews-by>=2" # Requires 2 approvals
65+
- "#changes-requested-reviews-by=0" # No requested changes
66+
- "#review-threads-unresolved=0" # All review threads resolved
67+
actions:
68+
queue:
69+
name: default

api/tests/requirements.txt

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
aiohappyeyeballs==2.4.0
1+
aiohappyeyeballs==2.4.4
22
# via aiohttp
3-
aiohttp==3.10.5
3+
aiohttp==3.11.11
44
# via
55
# -c ../../requirements/constraints.txt
66
# -r requirements.in
7-
aiosignal==1.3.1
7+
aiosignal==1.3.2
88
# via aiohttp
9-
attrs==24.2.0
9+
attrs==25.1.0
1010
# via
1111
# aiohttp
1212
# jsonschema
1313
# referencing
14-
certifi==2024.8.30
14+
certifi==2024.12.14
1515
# via
1616
# -c ../../requirements/constraints.txt
1717
# requests
18-
charset-normalizer==3.3.2
18+
charset-normalizer==3.4.1
1919
# via requests
20-
coverage==7.6.1
20+
coverage==7.6.10
2121
# via
2222
# -r requirements.in
2323
# pytest-cov
24-
frozenlist==1.4.1
24+
frozenlist==1.5.0
2525
# via
2626
# aiohttp
2727
# aiosignal
@@ -31,50 +31,54 @@ idna==3.10
3131
# yarl
3232
iniconfig==2.0.0
3333
# via pytest
34-
isodate==0.6.1
34+
isodate==0.7.2
3535
# via openapi-core
3636
jsonschema==4.23.0
3737
# via
3838
# openapi-core
3939
# openapi-schema-validator
4040
# openapi-spec-validator
41-
jsonschema-path==0.3.3
41+
jsonschema-path==0.3.4
4242
# via
4343
# openapi-core
4444
# openapi-spec-validator
45-
jsonschema-specifications==2023.12.1
45+
jsonschema-specifications==2024.10.1
4646
# via
4747
# jsonschema
4848
# openapi-schema-validator
4949
lazy-object-proxy==1.10.0
5050
# via openapi-spec-validator
51-
markupsafe==2.1.5
51+
markupsafe==3.0.2
5252
# via werkzeug
53-
more-itertools==10.5.0
53+
more-itertools==10.6.0
5454
# via openapi-core
5555
multidict==6.1.0
5656
# via
5757
# aiohttp
5858
# yarl
5959
openapi-core==0.19.4
6060
# via -r requirements.in
61-
openapi-schema-validator==0.6.2
61+
openapi-schema-validator==0.6.3
6262
# via
6363
# openapi-core
6464
# openapi-spec-validator
6565
openapi-spec-validator==0.7.1
6666
# via openapi-core
67-
packaging==24.1
67+
packaging==24.2
6868
# via
6969
# pytest
7070
# pytest-sugar
7171
parse==1.20.2
7272
# via openapi-core
73-
pathable==0.4.3
73+
pathable==0.4.4
7474
# via jsonschema-path
7575
pluggy==1.5.0
7676
# via pytest
77-
pytest==8.3.3
77+
propcache==0.2.1
78+
# via
79+
# aiohttp
80+
# yarl
81+
pytest==8.3.4
7882
# via
7983
# -r requirements.in
8084
# pytest-asyncio
@@ -85,7 +89,7 @@ pytest-asyncio==0.23.8
8589
# via
8690
# -c ../../requirements/constraints.txt
8791
# -r requirements.in
88-
pytest-cov==5.0.0
92+
pytest-cov==6.0.0
8993
# via -r requirements.in
9094
pytest-instafail==0.5.0
9195
# via -r requirements.in
@@ -97,28 +101,27 @@ pyyaml==6.0.2
97101
# jsonschema-path
98102
referencing==0.35.1
99103
# via
104+
# -c ../../requirements/constraints.txt
100105
# jsonschema
101106
# jsonschema-path
102107
# jsonschema-specifications
103108
requests==2.32.3
104109
# via jsonschema-path
105110
rfc3339-validator==0.1.4
106111
# via openapi-schema-validator
107-
rpds-py==0.20.0
112+
rpds-py==0.22.3
108113
# via
109114
# jsonschema
110115
# referencing
111-
six==1.16.0
112-
# via
113-
# isodate
114-
# rfc3339-validator
115-
termcolor==2.4.0
116+
six==1.17.0
117+
# via rfc3339-validator
118+
termcolor==2.5.0
116119
# via pytest-sugar
117-
urllib3==2.2.3
120+
urllib3==2.3.0
118121
# via
119122
# -c ../../requirements/constraints.txt
120123
# requests
121-
werkzeug==3.0.4
124+
werkzeug==3.1.3
122125
# via openapi-core
123-
yarl==1.12.1
126+
yarl==1.18.3
124127
# via aiohttp

0 commit comments

Comments
 (0)