Skip to content

Commit a2a851d

Browse files
committed
filter projects and repos by name
1 parent 3369634 commit a2a851d

11 files changed

+3345
-1453
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Unreleased
1010
- `Session.add_stderr_logger` default logging level changed to `DEBUG`.
1111

1212
**Bugfixes**
13-
- Fixed an issue where `model_repository` did not find models by name once pagination limits were reached.
14-
-
13+
- Fixed an issue where `model_repository` did not find models, projects, or repositories by name once pagination limits were reached.
14+
1515

1616
v1.1.3 (2019-8-14)
1717
-----------------

tests/cassettes/tests.integration.test_examples.test_full_lifecycle.json

Lines changed: 2307 additions & 398 deletions
Large diffs are not rendered by default.

tests/cassettes/tests.integration.test_examples.test_sklearn_model.json

Lines changed: 219 additions & 136 deletions
Large diffs are not rendered by default.

tests/cassettes/tests.integration.test_model_repository.TestAStoreModel.test_model_import.json

Lines changed: 50 additions & 157 deletions
Large diffs are not rendered by default.

tests/cassettes/tests.integration.test_model_repository.TestAStoreModel.test_model_import_swat.json

Lines changed: 268 additions & 340 deletions
Large diffs are not rendered by default.

tests/cassettes/tests.integration.test_model_repository.TestBasicModel.test_create_model.json

Lines changed: 29 additions & 47 deletions
Large diffs are not rendered by default.

tests/cassettes/tests.integration.test_model_repository.TestBasicModel.test_create_project.json

Lines changed: 121 additions & 59 deletions
Large diffs are not rendered by default.

tests/cassettes/tests.integration.test_model_repository.TestBasicModel.test_delete_project.json

Lines changed: 42 additions & 60 deletions
Large diffs are not rendered by default.

tests/cassettes/tests.integration.test_model_repository.TestBasicModel.test_project_missing.json

Lines changed: 11 additions & 17 deletions
Large diffs are not rendered by default.

tests/cassettes/tests.integration.test_tasks.TestModels.test_register_astore.json

Lines changed: 54 additions & 161 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)