Commit 9f760c3
Collect must-gather at the failure point (#240)
* updates to test_registering_model() based on previous review comments
* [do-not-review]must-gather collection at failure point
updates! 1176505
updates! 12d9c08
updates! 12d9c08
updates! 65e0213
* [ModelRegistry] ensure RunAsUser and RunAsGroup are not set explicitly (#226)
updates! 4813f2b
updates! 20cd457
updates! b126825
updates! 809cca7
* Lock file maintenance (#241)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* RHOAIENG-22058: chore(workbenches): add test_create_simple_notebook to smoke (#238)
* Remove uv cache from dockerfile to support running in envs like openshift-ci (#239)
* Create size-labeler.yml
* Delete .github/workflows/size-labeler.yml
* model mesh - add auth tests
* xx
* fix: remove uv cache from dockerfile
* `is_managed_cluster` fix condition (#243)
* Create size-labeler.yml
* Delete .github/workflows/size-labeler.yml
* model mesh - add auth tests
* xx
* fix: replace iter with list
* fix: add logger info
* RHOAIENG-22057: fix(workbenches): correct the check for spawned workbench (#242)
There can only ever be a single workbench pod started.
Co-authored-by: Luca Giorgi <lgiorgi@redhat.com>
* RHOAIENG-22057: fix(workbenches): check for internal image registry and adjust the image path accordingly (#244)
* now yielding TimeoutSampler get_pods_by_isvc_label func output and handling raised ResourceNotFoundError (#237)
Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>
* [model server] add auth test to upgrade (#245)
* Create size-labeler.yml
* Delete .github/workflows/size-labeler.yml
* model mesh - add auth tests
* xx
* feat: add auth test to upgrade
* feat: add auth test to upgrade
feat: add auth test to upgrade
* fix: dsci name in func
* [pre-commit.ci] pre-commit autoupdate (#246)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.5](astral-sh/ruff-pre-commit@v0.11.4...v0.11.5)
- [github.com/gitleaks/gitleaks: v8.24.2 → v8.24.3](gitleaks/gitleaks@v8.24.2...v8.24.3)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ruth Netser <rnetser@redhat.com>
* Fix add-remove-labels workflow (#249)
* Add Cluster sanity checks before test execution (#235)
* Create size-labeler.yml
* Delete .github/workflows/size-labeler.yml
* model mesh - add auth tests
* xx
* feat: cluster sanity
* feat: cluster sanity
* feat: cluster sanity
* feat: cluster sanity add readme
* fix: tix str typo
* fix: address comments
* fix: address review comments
* fix: address comment
* fix: use dsci from global config
* fix: remove duplicate fixture
* add labeler to add labels to prs based on areas impacted (#248)
* on rebase clean commented-by- labels (#251)
* [model registry] update namespace code and rearrange tests (#247)
* updates to test_registering_model() based on previous review comments
* update namespace code and rearrange tests
* remove unnecessary argument from function call (#255)
* on rebase clean commented-by- labels
* remove unnecessary argument from function call
* feat: add ocp_interop marker (#260)
* Lock file maintenance (#259)
* Lock file maintenance
* fix: add marshmallow version
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: rnetser <rnetser@redhat.com>
* [pre-commit.ci] pre-commit autoupdate (#263)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.6](astral-sh/ruff-pre-commit@v0.11.5...v0.11.6)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ruth Netser <rnetser@redhat.com>
* feat: add upgrade tests (#258)
* Remove flake8 ignore list (#265)
* fix: remove flake8 ignore
* fix: remove flake8 ignore
* [model server] Remove pod pre-checks for image pull and fix `TestServerlessScaleToZero` (#256)
* fix: update tests
* fix: update tests
* fix: update tests
* fix: save test dep name
* fix: minio mm external route
* fix: address comemnt
* fix: address comemnt
* fix: address comemnt
* Update python-dependencies (major) (#267)
* Update python-dependencies
* fix: marshmellow version
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: rnetser <rnetser@redhat.com>
* Adding Test For InferenceService Zero Initial Scale (#262)
* adding test for zero initial scale
Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fixing precommit error
Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>
* using label_selectors when getting deployment
Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* adding argument names to func call and running pre-commit on all files
Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>
* fixing bug in ovms_kserve_inference_service function that was preventing isvcs from being created with 0 min-replicas
Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>
---------
Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat: move interop marker (#268)
* feat: Add upgrade tests for TrustyAIService (#250)
* feat: Add upgrade tests for TrustyAIService
* Move upgrade README.md to docs/UPGRADE.md
* fix: reuse kwargs in TrustyAIService fixture
* fix: address comments, reuse kwargs, add docstrings
---------
Co-authored-by: Ruth Netser <rnetser@redhat.com>
* Fix ns deletion logic (#272)
* fix: fix resource deletion fixture logic
* fix: fix resource deletion fixture logic
* feat: fail on missing operators (#257)
* fix: update tests
* fix: update tests
* feat: fail on missing operators
* fix: rename to dependent
* fix: address comment
* fix: add log on failure
* fix: type in raise
* fix: remove MR check
* fix: remove MR check
* fix: use package scope
* Add basic InferenceGraph deployment check (#233)
* Add basic InferenceGraph deployment check
This adds a test that deploys an InferenceGraph (IG), sends an inference request to the IG and verifies that the request succeeds.
The deployed InferenceGraph is based on the example on the KServe documentation available in the following URL: https://kserve.github.io/website/0.15/modelserving/inference_graph/image_pipeline/. The example was adapted to run in openvino (which is a supported server in ODH), rather than TorchServe.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Use cloud storage in InferenceGraph test
Use cloud storage for the models, instead of OCI
* Feedback: Ruth
* Feedback: Ruth
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Apply Ruth suggestions
Acknowledgement to @rnester for these changes.
* More feedback: Ruth
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ruth Netser <rnetser@redhat.com>
* fix: address 503 (#274)
* [model server] Move to using unprivileged_client in tests (#273)
* feat: use unprivileged_client
* feat: use unprivileged_client
* feat: use unprivileged_client
* feat: use unprivileged_client
* feat: use unprivileged_client
* feat: use unprivileged_client
* fix: unpri selection
* Update MinIo pod privileges to run on ocp 4.19 (#277)
* fix: add securityContext for minio pod
* fix: minio on 4.19
* [model server] add multi node args check (#276)
* feat: add multi node args
* feat: add multi node args
* fix: add wait on delete
* fix: update new test
* [pre-commit.ci] pre-commit autoupdate (#279)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.6 → v0.11.7](astral-sh/ruff-pre-commit@v0.11.6...v0.11.7)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ruth Netser <rnetser@redhat.com>
* `verify_no_failed_pods` - exclude container failures when model mesh deployment (#278)
* fix: mm container
* fix: update condition
* feat: add test for incorrect DB TLS config in Trusty AI (#221)
* feat: add test for incorrect DB TLS config in Trusty AI
* refactor: remove unused method from utils
* feat: move TrustyAI test to own file
* refactor: change name of db fixtures and deduplicate code
* TrustyAI Service creation code refactor into own method
* Move db secret setter to utils
* Remove test from test_fairness as test moved to own file
* docs: add description to TrustyAI invalid DB TLS config test
* fix: check TrustyAIService container for Terminated status in lastStatus
* fix: change name of terminal_state getter function
* fix: change to a valid certificate and check for service failure
* fix: address PR 221 reviewer feedback
* revert wait_for_pods to wait_for_mariadb_pods
* improve error checking logic
* remove un-necessary wrapper function
* docs: add docstring to create_trustyai_service method
* docs: add docstring to trustyai_service_with_invalid_db_cert
* fix: fix invalid return type for trustyai_db_ca_secret
* feat: use retry decorator in validate trustyai_service_db_conn_failure method
* fix: remove unnecessary return from validate db_conn_failure method
* docs: add spacing between lines of docstring
* refactor: create constants trustyai metrics and db storage config
* refactor: address reviewer feedback
- change docstring to correct formatting
- remove len(0) check
- no templating for error text
* fix: use regex instead of in operator to check for error condition
* docs: add correct formatting to docstrings
* fix: use namespace.name instead of namespace in Pod.get
* fix: remove \s from regex to check for spaces
* refactor: add Raises section in docstring and use single string for pytest.fail
* feat: use raise instead of pytest.fail
- create new exception TooManyPodsError
- create new exception UnexpectedFailureError
- replace pytest.fail with raise and handle exceptions in retry
-
* fix: change default of teardown to True in TrustyAIService
* docs: correct typo in trustyai docstring
* docs: fix raises in docs and fix formatting
* fix: fix create_trustyai_service namespace args issue
* docs: add default for name arg in create tai svc func
* [model server] Fix runtime request.param name to use external route (#280)
* fix: fix param name
* fix: fix param name
* feat: add certs when sending requests to TrustyAIService (#266)
* Wait for pods to be in running state before attempting to create ModelRegistry (#270)
* on rebase clean commented-by- labels
* Wait for pods to be in running state before attempting to create ModelRegistry
* Address Exception in thread Thread-1 (_monitor) error (opendatahub-io#286)
* chore(deps): lock file maintenance (opendatahub-io#287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate (opendatahub-io#292)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.11.8](astral-sh/ruff-pre-commit@v0.11.7...v0.11.8)
- [github.com/gitleaks/gitleaks: v8.24.3 → v8.25.1](gitleaks/gitleaks@v8.24.3...v8.25.1)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Wait for dsc and dsci ready state in cluster_sanity check (opendatahub-io#293)
* fix(workbenches): implement get_username for OpenShift <=4.14 (#275)
Turns out SelfSubjectReview is only available starting OpenShift 4.15.
fixup incorporate User resource
* RedHatQE/openshift-python-wrapper#2387
fixup incorporate SelfSubjectReview resource
* RedHatQE/openshift-python-wrapper#2389
Co-authored-by: Debarati Basu-Nag <dbasunag@redhat.com>
* replace the bot account with one owned by testdevops (opendatahub-io#291)
* Fix for post upgarde operator check (opendatahub-io#297)
Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb>
Co-authored-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb>
* Add test for Model Registry RBAC for SA token (opendatahub-io#296)
* feat: add RBAC test for SA token
Signed-off-by: lugi0 <lgiorgi@redhat.com>
* fix: address review comments
Signed-off-by: lugi0 <lgiorgi@redhat.com>
* fix: incorporate coderabbit suggestions
Signed-off-by: lugi0 <lgiorgi@redhat.com>
* fix: remove unneeded variable
Signed-off-by: lugi0 <lgiorgi@redhat.com>
* fix: remove excessive logs
Signed-off-by: lugi0 <lgiorgi@redhat.com>
---------
Signed-off-by: lugi0 <lgiorgi@redhat.com>
* Support /build-push-pr-image comment to push image to quay for testing via jenkins (opendatahub-io#290)
updates! 678b389
* Add tests for model_artifact update validations (#284)
* Add tests for model_artifact update validations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* updates fixing pre-commit
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* update package
* minor updates
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* address review comments
updates! 50ec24b
updates! f3a6c3e
updates! 792156f
updates! 399aa10
updates! 5080e3b
updates! c34f4e7
updates! a1d7baa
---------
Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>
Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb>
Signed-off-by: lugi0 <lgiorgi@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jiri Daněk <jdanek@redhat.com>
Co-authored-by: Ruth Netser <rnetser@redhat.com>
Co-authored-by: Luca Giorgi <lgiorgi@redhat.com>
Co-authored-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Adolfo Aguirrezabal <aaguirre@redhat.com>
Co-authored-by: Edgar Hernández <ehernand@redhat.com>
Co-authored-by: Shelton Cyril <sheltoncyril@gmail.com>
Co-authored-by: Milind Waykole <mwaykole@redhat.com>
Co-authored-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb>1 parent 06346b5 commit 9f760c3
File tree
10 files changed
+1029
-571
lines changed- tests
- utilities
10 files changed
+1029
-571
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| 26 | + | |
21 | 27 | | |
22 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
23 | 35 | | |
24 | 36 | | |
25 | 37 | | |
| |||
31 | 43 | | |
32 | 44 | | |
33 | 45 | | |
| 46 | + | |
34 | 47 | | |
35 | 48 | | |
36 | 49 | | |
| |||
118 | 131 | | |
119 | 132 | | |
120 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
121 | 140 | | |
122 | 141 | | |
123 | 142 | | |
| |||
205 | 224 | | |
206 | 225 | | |
207 | 226 | | |
208 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
209 | 230 | | |
210 | 231 | | |
211 | | - | |
| 232 | + | |
| 233 | + | |
212 | 234 | | |
213 | 235 | | |
214 | 236 | | |
215 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
216 | 243 | | |
217 | 244 | | |
218 | 245 | | |
| |||
226 | 253 | | |
227 | 254 | | |
228 | 255 | | |
229 | | - | |
230 | 256 | | |
231 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
232 | 273 | | |
233 | 274 | | |
234 | 275 | | |
| |||
252 | 293 | | |
253 | 294 | | |
254 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
255 | 300 | | |
256 | 301 | | |
257 | 302 | | |
| |||
276 | 321 | | |
277 | 322 | | |
278 | 323 | | |
279 | | - | |
280 | | - | |
281 | | - | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
282 | 340 | | |
283 | 341 | | |
284 | 342 | | |
285 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
| 276 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | | - | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
48 | | - | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
851 | 856 | | |
852 | 857 | | |
853 | 858 | | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
854 | 889 | | |
855 | 890 | | |
856 | 891 | | |
| |||
930 | 965 | | |
931 | 966 | | |
932 | 967 | | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
0 commit comments