allegroai
3f84e60a1f
Add debug.ping endpoint
...
Optimize exhausted scrolls by using a fixed empty scroll
2020-08-10 08:35:34 +03:00
allegroai
baba8b5b73
Move to ElasticSearch 7
...
Add initial support for project ordering
Add support for sortable task duration (used by the UI in the experiment's table)
Add support for project name in worker's current task info
Add support for results and artifacts in pre-populates examples
Add demo server features
2020-08-10 08:30:40 +03:00
Allegro AI
77397c4f21
Update docker-compose.yml
2020-07-09 13:21:44 +03:00
allegroai
8678091d8f
Fix documentation, remove sudo
from docker-compose up (issue #48 )
2020-07-06 22:07:59 +03:00
allegroai
aa22170ab4
Fix support for example projects and experiments in demo server
2020-07-06 22:06:42 +03:00
allegroai
901ec37290
Improve pre-populate on server startup (including sync lock)
2020-07-06 22:05:36 +03:00
allegroai
21f2ea8b17
Add events.get_task_log for improved log retrieval support
2020-07-06 21:54:25 +03:00
allegroai
8219e3d4e2
Fix trains-agent-services default ubuntu docker to support unicode in tty
2020-07-06 21:52:32 +03:00
allegroai
3ed71a61d5
Add models.get_frameworks endpoint
2020-07-06 21:50:43 +03:00
allegroai
18a88a8e8f
Update AWS AMIs
2020-06-24 23:15:47 +03:00
allegroai
318a72987c
Update GCP images for v0.15.1
2020-06-22 13:00:30 +03:00
allegroai
5ce202cc99
Update AWS AMIs for v0.15.1
2020-06-22 00:58:11 +03:00
allegroai
d09528bc26
Version bump to v0.15.1
2020-06-21 23:58:07 +03:00
allegroai
42d2a41dbe
Update docker compose files
2020-06-21 23:57:58 +03:00
allegroai
82be1840b0
Add fileserver default cache timeout for downloaded files
2020-06-21 23:55:52 +03:00
allegroai
27352c5cb6
Fix last metrics values for the multiple iterations in the same events batch
2020-06-21 23:54:53 +03:00
allegroai
1ea6408d41
Support tags-per-project in tags related services
2020-06-21 23:54:05 +03:00
allegroai
5e095af3aa
Fix server unable to create fixed users due to incorrect access to user_data["key"]
2020-06-21 23:52:01 +03:00
allegroai
ab3dceed92
Fix docker-compose mongodb setup on Windows 10
2020-06-16 23:59:59 +03:00
Allegro AI
3bf5126d84
Update README.md
2020-06-03 03:51:11 +03:00
allegroai
ab2ab7b23a
Update GCP Images for v0.15.0
2020-06-02 16:50:52 +03:00
allegroai
c9184d125b
Update AWS AMIs for v0.15.0
2020-06-02 16:17:03 +03:00
allegroai
0c0fdb72b9
Update docker-compose.yml
2020-06-02 13:20:04 +03:00
Allegro AI
86378053d4
Update docker-compose.yml
2020-06-02 01:29:55 +03:00
Allegro AI
b1cbba0cf1
Update README.md
2020-06-02 00:46:01 +03:00
Allegro AI
f31526042d
Update README.md
2020-06-02 00:36:35 +03:00
Allegro AI
3f8d5bc346
Update README.md
2020-06-02 00:21:32 +03:00
allegroai
11d76e7d8c
Update AWS AMIs for v0.15.0
2020-06-01 23:07:38 +03:00
allegroai
e76c0fbc63
Version bump to 0.15.0
2020-06-01 22:20:58 +03:00
allegroai
fdc9956da3
Update trains-agent-services docker image
2020-06-01 21:53:33 +03:00
allegroai
f4addaa653
Add new services mode agent container to the docker-compose
2020-06-01 21:02:49 +03:00
allegroai
667964cc82
Add clear_all flag to tasks.reset
2020-06-01 13:07:35 +03:00
allegroai
e1309e30b7
Fix UPLOAD_FOLDER handling when provided as env var or when fileserver is run by gunicorn
2020-06-01 13:05:45 +03:00
allegroai
9403942ef7
Add support for additional task types as well as tasks.get_types to obtain actual types used globally or per project
2020-06-01 13:05:12 +03:00
allegroai
84a75d9e70
Add server uid to server.info response in API v2.8
2020-06-01 13:01:31 +03:00
allegroai
c85ab66ae6
Add organization.get_tags to obtain the set of all used task, model, queue and project tags
2020-06-01 13:00:35 +03:00
allegroai
bf7f0f646b
Sort hyper parameters numeric values as numbers and not strings
2020-06-01 12:27:56 +03:00
allegroai
dcdf2a3d58
Fix task can't be cloned if input model was deleted
2020-06-01 12:23:29 +03:00
allegroai
f8d8fc40a6
Support filtering users by activity in projects
2020-06-01 11:55:40 +03:00
allegroai
45d434a123
When clearing a task do not delete draft models used by other tasks
2020-06-01 11:51:43 +03:00
allegroai
1834abe5bc
Better handling of execution parameter paths
2020-06-01 11:49:35 +03:00
allegroai
d6321588f3
Fix role checked for endpoints not requiring authorization
2020-06-01 11:43:55 +03:00
allegroai
c17b10ff1d
Revoke built-in webserver system-role credentials (used by the WebApp) in case we're running in fixed-mode
2020-06-01 11:41:43 +03:00
allegroai
b125a56f86
Make sure configuration path loaded from an environment variable name is lower-case
2020-06-01 11:40:34 +03:00
allegroai
c43ce3a17b
Update 0.15 mongo migration to drop indices (so new ones will be automatically created)
2020-06-01 11:36:22 +03:00
allegroai
b0b09616a8
Fix single bad event causes events.add_batch to skip remaining events
2020-06-01 11:33:39 +03:00
allegroai
ede5586ccc
Extract non-responsive tasks watchdog from main tasks logic
2020-06-01 11:31:36 +03:00
allegroai
a1dcdffa53
Update pymongo and mongoengine versions
2020-06-01 11:29:50 +03:00
allegroai
35a11db58e
Support task log retrieval with no scroll
2020-06-01 11:27:36 +03:00
allegroai
d9bdebefc7
Update AWS AMIs
2020-05-14 17:54:30 +03:00