allegroai
|
92a4e56c1f
|
Add support for cookies extensions
|
2024-03-18 15:46:07 +02:00 |
|
allegroai
|
33528870ae
|
Request cookies processing enhanced for more flexibility
|
2024-03-18 15:45:09 +02:00 |
|
allegroai
|
85f5b8b6f6
|
Fix last metrics for task are updated for events reported without variants
|
2024-03-18 15:44:28 +02:00 |
|
allegroai
|
6112910768
|
Make sure that legacy templates are deleted and empty db check is done on the new templates
|
2024-03-18 15:40:13 +02:00 |
|
allegroai
|
d3013ac285
|
Invalidate token on user logoff
|
2024-03-18 15:38:44 +02:00 |
|
allegroai
|
88abf28287
|
Add ElasticSearch 8.x support
|
2024-03-18 15:37:44 +02:00 |
|
allegroai
|
6a1fc04d1e
|
Set cookies SameSite value to Lax
|
2024-02-13 16:18:21 +02:00 |
|
allegroai
|
ee8eb03698
|
Fix crash when importing events for public company tasks
|
2024-02-13 16:17:52 +02:00 |
|
allegroai
|
5799baae45
|
Make sure that APIs that aggregate task/model data from projects can be called for the root project
|
2024-02-13 16:17:33 +02:00 |
|
allegroai
|
801e536c5e
|
Fix tasks.started to correctly handle null values in the started field
|
2024-02-13 16:17:02 +02:00 |
|
allegroai
|
6e484ea8f4
|
Fix missing region parameter when deleting files from minio server
|
2024-02-13 16:16:24 +02:00 |
|
allegroai
|
a47e65d974
|
Add input parameters check to multiple APIs
|
2024-02-13 16:15:55 +02:00 |
|
allegroai
|
702b6dc9c8
|
Version bump to v1.14.0
|
2024-01-10 15:31:11 +02:00 |
|
allegroai
|
db15f235e4
|
Make sure files downloaded from the apiserver are not cached by browsers
|
2024-01-10 15:31:01 +02:00 |
|
allegroai
|
8c347f8fa9
|
Fix include and exclude filters not processing "no tags" condition
|
2024-01-10 15:26:55 +02:00 |
|
allegroai
|
768c3d80ff
|
Remove callback_url_prefix and state parameters from login.supported_modes and does not return urls
|
2024-01-10 15:26:22 +02:00 |
|
allegroai
|
a5c3ef6385
|
Fix query filter so that the default operator between different query operations on the same parameter is AND instead of OR
|
2024-01-10 15:24:37 +02:00 |
|
allegroai
|
11b7a384af
|
Set API version 2.28
|
2024-01-10 15:23:54 +02:00 |
|
allegroai
|
9a70ade4a6
|
Support task models with missing model field in data_tool import
|
2024-01-10 15:18:58 +02:00 |
|
allegroai
|
91ce140901
|
Add "queue watched" indication to pipelines.start_pipeline
|
2024-01-10 15:15:43 +02:00 |
|
allegroai
|
49084a9c49
|
Optimize task statistics for projects dashboard and statistics reporter
|
2024-01-10 15:13:25 +02:00 |
|
allegroai
|
8a99eb6812
|
Fix model_metrics parameter name in get_multi_task_metrics schema
|
2024-01-10 15:12:56 +02:00 |
|
allegroai
|
811ab2bf4f
|
Support exporting users with data tool
|
2024-01-10 15:12:07 +02:00 |
|
allegroai
|
3752db122b
|
Add events.get_multi_task_metrics
|
2024-01-10 15:11:27 +02:00 |
|
allegroai
|
439911b84c
|
Upgrade werkzeug and flask dependencies
|
2024-01-10 15:10:46 +02:00 |
|
allegroai
|
262a301e28
|
Check for dictionary type for some model and task fields
|
2024-01-10 15:10:41 +02:00 |
|
allegroai
|
a604451b01
|
Refactor check for tasks write permission
|
2024-01-10 15:08:20 +02:00 |
|
allegroai
|
88a7773621
|
Allow filtering on event metrics in multi-task endpoints get_task_single_value_metrics, multi_task_scalar_metrics_iter_histogram and get_multi_task_plots
|
2024-01-10 15:07:46 +02:00 |
|
allegroai
|
35c4061992
|
Support filtering by task or model ids in projects.get_unique_metric_variants
|
2024-01-10 15:06:21 +02:00 |
|
allegroai
|
4684fd5b74
|
Version bump to v1.13.0
|
2023-11-17 09:49:26 +02:00 |
|
allegroai
|
e08123fcc0
|
Fix workers.activity_report should return 0s for the time when no workers reported
|
2023-11-17 09:49:18 +02:00 |
|
allegroai
|
e713e876eb
|
Upgrade urllib3 requirement
|
2023-11-17 09:48:19 +02:00 |
|
allegroai
|
c2cc788319
|
Added supported API versions doc
|
2023-11-17 09:47:44 +02:00 |
|
allegroai
|
da8315d0db
|
Allow queries on the list of execution queue ids in tasks.get_all/get_all_ex
|
2023-11-17 09:47:19 +02:00 |
|
allegroai
|
4ac6f88278
|
Optimize Workers retrieval
Store worker statistics under worker id and not internal redis key
Fix unit tests
|
2023-11-17 09:46:44 +02:00 |
|
allegroai
|
a7865ccbec
|
Turn on async task events deletion in case there are more than 100_000 events
|
2023-11-17 09:45:55 +02:00 |
|
allegroai
|
ec14f327c6
|
Optimize endpoints that do not require authorization by not validating JWT token
|
2023-11-17 09:45:22 +02:00 |
|
allegroai
|
a03b24d6b6
|
Add log info on caller IP if token validation fails
|
2023-11-17 09:43:59 +02:00 |
|
allegroai
|
cb71ef8e47
|
Fix missing scroll_id in events.get_scalar_metric_data
|
2023-11-17 09:43:11 +02:00 |
|
allegroai
|
8678fbc995
|
Fix properly unset Task fields on task reset
|
2023-11-17 09:42:39 +02:00 |
|
allegroai
|
58df8f201a
|
Update API to 2.27
|
2023-11-17 09:40:34 +02:00 |
|
allegroai
|
f4bf16c156
|
Fix schema for swagger compatibility
|
2023-11-17 09:39:52 +02:00 |
|
allegroai
|
c1e7f8f9c1
|
Optimize deletion of projects with many tasks
|
2023-11-17 09:38:32 +02:00 |
|
allegroai
|
274c487b37
|
Add update_tags api to tasks and models
|
2023-11-17 09:37:25 +02:00 |
|
allegroai
|
cc0129a800
|
Add filters parameter for passing user defined list filters for all get_all_ex apis
|
2023-11-17 09:36:58 +02:00 |
|
allegroai
|
388dd1b01f
|
Fix regression issue with archive tasks display
|
2023-11-17 09:35:55 +02:00 |
|
allegroai
|
d62ecb5e6e
|
Add last_change and last_change_by DB Model
|
2023-11-17 09:35:22 +02:00 |
|
allegroai
|
6d507616b3
|
Add pattern parameter to projects.get_hyperparam_values
|
2023-11-17 09:34:13 +02:00 |
|
allegroai
|
d0252a6dd9
|
Make sure that hyperparam/configuration/metadata keys that are contain only empty space are rejected
|
2023-11-17 09:32:22 +02:00 |
|
allegroai
|
2263e7cc1e
|
Fix regression with archive tasks display
|
2023-07-31 14:16:08 +03:00 |
|
allegroai
|
81b93e6811
|
Updated dependency - dnspython is a required dependency of pymongo as of pymongo v4.3 (https://pymongo.readthedocs.io/en/stable/changelog.html#changes-in-version-4-3-4-3-2)
|
2023-07-27 11:49:40 +03:00 |
|
allegroai
|
491e83d0f1
|
Version bump to v1.12.0
|
2023-07-26 18:56:04 +03:00 |
|
allegroai
|
f84cc0a2cb
|
Remove 10 metrics limit in multi-task plot comparison
|
2023-07-26 18:55:49 +03:00 |
|
allegroai
|
6c5f966ed4
|
Add new_status field to tasks.dequeue and dequeue_many endpoints
|
2023-07-26 18:55:05 +03:00 |
|
allegroai
|
4eff657810
|
Fix debug images not returned for tasks in new db
|
2023-07-26 18:54:19 +03:00 |
|
allegroai
|
74acaa31df
|
Add explicit refresh interval to ES mappings
Fix queue tests
|
2023-07-26 18:54:02 +03:00 |
|
allegroai
|
21ed8559bf
|
Fix worker keys not returned in queues.get_all_ex
|
2023-07-26 18:51:20 +03:00 |
|
allegroai
|
3927604648
|
Add task names to events.get_single_value_metrics endpoint response
|
2023-07-26 18:50:53 +03:00 |
|
allegroai
|
f7dcbd96ec
|
Fix deleting model events
Add delete_external_artifacts parameter to projects.delete endpoint
|
2023-07-26 18:49:54 +03:00 |
|
allegroai
|
5950b81f0b
|
Fix child tasks count for top level pipeline and dataset projects
|
2023-07-26 18:49:12 +03:00 |
|
allegroai
|
1e51e2e221
|
Allow projection of more than 500 items
|
2023-07-26 18:46:58 +03:00 |
|
allegroai
|
4c98b87554
|
Fix issues with new dependencies
|
2023-07-26 18:46:28 +03:00 |
|
allegroai
|
c196043d2a
|
Add max_download_items to users.get_current_user endpoint response
|
2023-07-26 18:45:42 +03:00 |
|
allegroai
|
752020c66a
|
Update API version to 2.26
|
2023-07-26 18:44:20 +03:00 |
|
allegroai
|
6885d07462
|
Write UTF-8 BOM into csv download file
|
2023-07-26 18:43:38 +03:00 |
|
allegroai
|
00552da1b0
|
Requests context is not needed any more
|
2023-07-26 18:43:09 +03:00 |
|
allegroai
|
eebe2eeffc
|
Update requirements
|
2023-07-26 18:42:26 +03:00 |
|
allegroai
|
bc2fe28bdd
|
Add field_mappings to organizations download endpoints
|
2023-07-26 18:39:41 +03:00 |
|
allegroai
|
ed86750b24
|
Add scalar field type to jsonmodels
|
2023-07-26 18:39:06 +03:00 |
|
allegroai
|
6df69afb25
|
Support "__$or" condition on projects children filtering
|
2023-07-26 18:38:41 +03:00 |
|
allegroai
|
3f22423c3f
|
Support paging in projects.get_model_metadata_values and get_hyperparam_values endpoints
|
2023-07-26 18:38:11 +03:00 |
|
allegroai
|
3ad636c468
|
Exported csv file name now contains the project name (including non-ascii names)
|
2023-07-26 18:37:20 +03:00 |
|
allegroai
|
5c80336aa9
|
Project delete and validate_delete now analyses and presents info for datasets and pipelines
|
2023-07-26 18:36:45 +03:00 |
|
allegroai
|
5cd59ea6e3
|
Fix csv export handling "," in fields
|
2023-07-26 18:35:31 +03:00 |
|
allegroai
|
5d3ba4fa73
|
Fix events.get_multitask_plots to retrieve last iterations per each task metric separately
|
2023-07-26 18:34:30 +03:00 |
|
allegroai
|
42556c8dbb
|
Pipelines children query now looks for pipeline projects and not tasks
|
2023-07-26 18:33:35 +03:00 |
|
allegroai
|
dbe1c6f00f
|
Allow configuring multi-plots batch size
|
2023-07-26 18:33:10 +03:00 |
|
allegroai
|
a17485b1bd
|
Allow dequeueing a deleted task
|
2023-07-26 18:32:32 +03:00 |
|
allegroai
|
a2b9fed92d
|
Make sure that scroll parameters are ignored when downloading tasks
|
2023-07-26 18:31:56 +03:00 |
|
allegroai
|
ff34da3c88
|
Add organization.download_for_get_all endpoint
|
2023-07-26 18:31:20 +03:00 |
|
allegroai
|
5239755066
|
Support include_subprojects flag in reports.get_all_ex endpoint
|
2023-07-26 18:30:34 +03:00 |
|
allegroai
|
8061dfedbb
|
Fix NewListBucketsHelper backwards compatibility
|
2023-07-26 18:27:51 +03:00 |
|
allegroai
|
011164ce9b
|
Support __$and condition for excluded terms in get_all_ex endpoints list filters
|
2023-07-26 18:26:49 +03:00 |
|
allegroai
|
8135cf5258
|
Add include_subprojects to tasks/models.get_all endpoints
Fix escaping metadata for tasks, models and queues
|
2023-07-26 18:24:49 +03:00 |
|
allegroai
|
a83a932e84
|
Add pipelines.delete_runs endpoint
|
2023-07-26 18:23:05 +03:00 |
|
allegroai
|
db021f2863
|
Add workers.get_count endpoint
|
2023-07-26 18:21:52 +03:00 |
|
allegroai
|
1b650b1689
|
Add projects.get_user_names endpoint
|
2023-07-26 18:21:16 +03:00 |
|
allegroai
|
14d18a7aba
|
Remove obsolete duration field
|
2023-07-26 18:19:41 +03:00 |
|
allegroai
|
452f606889
|
Version bump to v1.11
|
2023-05-25 19:40:07 +03:00 |
|
allegroai
|
fc47ccbf09
|
Add default services agent user
|
2023-05-25 19:39:53 +03:00 |
|
allegroai
|
0206811342
|
Improve empty database check during startup
|
2023-05-25 19:39:17 +03:00 |
|
allegroai
|
a3ac1049a3
|
Update ClearML SDK dependency
|
2023-05-25 19:38:48 +03:00 |
|
allegroai
|
9206a7c57d
|
Schedule external file URLs for deletion on models deletion
|
2023-05-25 19:36:28 +03:00 |
|
allegroai
|
0c37ced2a1
|
Fix model Id handling when deleting models for tasks
|
2023-05-25 19:35:18 +03:00 |
|
allegroai
|
b22f26129e
|
Update requirements
|
2023-05-25 19:34:19 +03:00 |
|
allegroai
|
d8b998ebd8
|
Bump API version to 2.25
|
2023-05-25 19:33:37 +03:00 |
|
allegroai
|
741fa84b52
|
Fix projects own_tasks does not take task state filter into account
|
2023-05-25 19:32:52 +03:00 |
|
allegroai
|
d9579891c8
|
Return only reports from the .reports projects in reports.get_all_ex
|
2023-05-25 19:31:05 +03:00 |
|
allegroai
|
900414d0de
|
Add option to echo ping payload
|
2023-05-25 19:30:13 +03:00 |
|
allegroai
|
5449b332d2
|
Support reports from the root project in reports.get_all_ex
|
2023-05-25 19:29:46 +03:00 |
|