36 Commits
Author SHA1 Message Date
c-bata 5a1d6365cd Fix mypy errors in Optuna 4.0+ 2024-09-11 16:32:38 +09:00
c-bata 640f83ecff Update type annotations in python_tests 2024-07-23 16:49:37 +09:00
c-bata 75c33d5fed Update moto s3 library 2024-01-31 09:26:03 +09:00
keisuke-umezawa 1497505b4e Check optuna v3.1.0 to latest 2024-01-24 22:11:20 +09:00
keisuke-umezawa db15d9b56d Skip unit test with optuna version 2024-01-24 21:58:07 +09:00
c-bata 06a0d5d3bb Remove deprecation warnings 2024-01-24 10:06:40 +09:00
c-bata 042ab9bc90 Fix lint errors 2024-01-16 11:56:15 +09:00
c-bata 29eb29f222 Convert Dashboard's ArtifactNotFound exception to Optuna's one 2024-01-16 11:53:58 +09:00
y0z 944b748ced Enhance delete artifacts APIs and add tests for them 2024-01-15 18:30:45 +09:00
Contramundum 9e314a96dd format 2023-12-04 16:12:29 +09:00
Contramundum b200caaa10 Merge branch 'test-upload' of github.com:contramundum53/optuna-dashboard into test-upload 2023-12-04 16:11:05 +09:00
Contramundum 5bbb11cf46 code fix 2023-12-04 16:10:55 +09:00
contramundum53andc-bata 1f29783877 Update python_tests/artifact/test_backend.py
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
2023-11-30 16:46:08 +09:00
Contramundum 60888843db Add test on upload_artifact 2023-11-29 17:22:14 +09:00
Naoto Mizuno d31ab9a68d Add tests for proxy_trial_artifact 2023-11-28 15:32:21 +09:00
Hiroki Takizawa ff210f50d6 Update test_backend.py 2023-11-27 16:30:28 +09:00
Hiroki Takizawaandc-bata e3cad622f7 Update python_tests/artifact/test_backend.py
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
2023-11-27 16:29:17 +09:00
Hiroki Takizawaandc-bata c89aac71d6 Update python_tests/artifact/test_backend.py
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
2023-11-27 16:29:08 +09:00
Hiroki Takizawaandc-bata 4b439a6997 Update python_tests/artifact/test_backend.py
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
2023-11-27 16:29:00 +09:00
Hiroki Takizawa ba23617127 Update test_backend.py 2023-11-27 14:57:01 +09:00
gen740 c0dbb29cc9 Add delete study artifact api 2023-10-20 18:04:29 +09:00
c-bata 81d21eadab Add support for Optuna's study artifact 2023-09-08 17:20:01 +09:00
Shinichi Hemmi af7abc913d Replace MagicMock with actual storage 2023-08-25 13:53:54 +09:00
Shinichi Hemmi 1826631585 Add unit tests 2023-08-21 12:32:45 +09:00
Shinichi Hemmi 961f9c8716 Revert change on get_artifact_meta() 2023-08-17 20:33:17 +09:00
Shinichi Hemmi 2cf12457d5 Remove unused argument 2023-08-17 15:56:11 +09:00
c-bata b2ab7d8d48 Update version constraints 2023-08-08 10:31:40 +09:00
c-bata 44a7b8a540 Fix broken tests 2023-08-07 10:10:17 +09:00
c-bata 1f9b05e15d Fix artifact endpoint 2023-08-04 18:59:57 +09:00
c-bata 2c3fb7711d Fix tests 2023-08-04 18:31:54 +09:00
c-bata 57ea65a93d Fix tests 2023-08-04 18:22:28 +09:00
c-bata 1dd34d8736 Add tests 2023-08-04 18:09:39 +09:00
Shinichi Hemmi 5b175e0d5b Replace "assert ...==..." with self.assertEqual 2023-07-27 17:17:21 +09:00
c-bata ca5bf5f315 Fix a bug that boto3.upload_fileobj may close the file 2023-06-13 03:30:02 +09:00
c-bata cd072c630b Add AppendPrefix middleware for ArtifactBackend 2023-06-09 11:53:18 +09:00
c-bata 5a4240c004 Add exponential backoff middleware for ArtifactBackend 2023-06-09 11:37:14 +09:00