Shubham Takode
d8e170a192
Update pipeline-details-drawer.component.html
2024-03-06 16:35:12 +05:30
Shubham Takode
d9d6e70079
resolved conflicts and merged branches
2024-03-06 16:32:29 +05:30
durgesh birmiwal
8732d1a840
parameters show more dialog added
2024-03-05 19:05:08 +05:30
Sumit-solytics
38c2bfb6d5
file name changed
2024-03-05 17:47:47 +05:30
Sumit-solytics
c8c1864e50
Parameters drawer added in details Section
2024-03-05 17:30:04 +05:30
Shubham Takode
ccc64b3648
commented console logs
2024-03-04 17:13:24 +05:30
Shubham Takode
fad1ff29dd
fix zoom issue
2024-03-04 17:03:20 +05:30
Shubham Takode
7f88d69882
Resolved issue with breadcrumb
2024-03-04 16:49:06 +05:30
Shubham Takode
11ff442447
Update pipeline-step.component.tsx
2024-03-04 15:44:32 +05:30
Shubham Takode
e196169c98
Added io mapping for models and parameters
2024-03-04 15:35:58 +05:30
Shubham Takode
bf49d855cd
Update pipeline-step-info.component.html
2024-02-29 20:21:19 +05:30
Shubham Takode
5909271f8f
Pipeline step delete
2024-02-29 20:16:02 +05:30
Shubham Takode
431b4ac47e
Update pipeline-step-info.component.ts
2024-02-29 12:17:54 +05:30
Shubham Takode
698f7c02d5
Update pipeline-step-info.component.html
2024-02-28 23:18:03 +05:30
Shubham Takode
58e051ec43
Update pipeline-step-info.component.html
2024-02-28 23:17:14 +05:30
Shubham Takode
c4a20594b0
io mapping of artifacts
2024-02-28 23:05:38 +05:30
Sumit-solytics
ff273177a4
Cron expressions added
2024-02-28 20:08:47 +05:30
Shubham Takode
4a4cb27e16
Editable parameters
2024-02-28 14:28:04 +05:30
Sumit-solytics
a5ccf0e7ea
Spacing issues fixed in setting dialog box
...
proper naming used for the component
2024-02-28 12:45:54 +05:30
Shubham Takode
f7de7b9dba
Update pipeline-step.component.tsx
2024-02-27 21:59:15 +05:30
Shubham Takode
824dc6b067
Update pipeline-step.component.tsx
2024-02-27 21:58:59 +05:30
Shubham Takode
b9afdb85b4
Added step info panel
2024-02-27 21:53:56 +05:30
Shubham Takode
c8e15e6f98
Pipeline compile and run API integration
2024-02-27 18:33:10 +05:30
Sumit-solytics
6979ce795e
updated import
2024-02-22 14:49:02 +05:30
Sumit-solytics
4183bc7b7a
Merge branch 'development' of https://github.com/Nuva-Org/clearml-web into development
2024-02-22 14:11:14 +05:30
Sumit-solytics
b34c13a539
Added the settings dialog
2024-02-22 14:00:51 +05:30
Shubham Takode
646843b196
added support for drawing pipeline steps
2024-02-22 13:59:44 +05:30
Shubham Takode
a6296624de
added react flow
2024-02-20 23:50:39 +05:30
Shubham Takode
4721847193
Integrated parameters component with add new step form.
2024-02-15 23:38:03 +05:30
Shubham Takode
ca102ecd2c
Added pipeline parameters component and integrated with pipeline dialog.
2024-02-15 23:27:28 +05:30
Shubham Takode
6f37b4ee0d
Update pipeline-add-step-dialog.component.html
2024-02-15 01:29:23 +05:30
Shubham Takode
c482eacf9a
Added create pipeline step modal
2024-02-15 01:27:39 +05:30
Shubham Takode
4db6069900
renamed edit pipeline component
2024-02-14 20:30:21 +05:30
Shubham Takode
d1b946e4bf
Update edit-pipeline.component.html
2024-02-14 20:24:02 +05:30
Shubham Takode
9f8bd5b98d
Update edit-pipeline-header.component.scss
2024-02-14 20:21:41 +05:30
Shubham Takode
90ae3d6a44
used buttons instead of menus
2024-02-14 20:19:40 +05:30
Shubham Takode
5ee75e415c
added icons updated styles
2024-02-14 20:03:02 +05:30
Sumit-solytics
539741d89d
Edit pipeline changes
2024-02-14 17:10:53 +05:30
Shubham Takode
b8ee1bfc6c
corrected styles
2024-02-12 21:05:11 +05:30
Shubham Takode
01951cd2cd
Added new store and updated pipeline service. Added create pipeline dialog.
2024-02-12 20:56:36 +05:30
Sumit-solytics
6d005d709a
Edit pipeline changes
2024-02-09 11:00:13 +05:30
Shubham Takode
04c7a922cf
Added menus to pipeline cards
2024-02-06 12:37:41 +05:30
shyallegro
d9eed64770
release v1.14 ( #66 )
...
Co-authored-by: shallegro <shay@allego.ai>
2024-01-10 17:04:18 +02:00
shyallegro
34f2167598
Release v1.13 ( #64 )
...
Co-authored-by: shallegro <shay@allego.ai>
2023-11-17 10:24:49 +02:00
shyallegro
aa038f4f82
Release v1.12 ( #61 )
...
Co-authored-by: shallegro <shay@allego.ai>
2023-08-02 15:35:38 +03:00
Mathis Chenuet
37ee7b5c7e
Request bigger batches for console logs, helps searching ( #58 )
...
* Request bigger batches for console logs
Navigating consoles logs is a bit inefficient and searching is broken by lazy loaded messages, this commit does not solve this but helps a bit by requesting more messages at each request (current size does ~8kB brotli requests on my tests but I guess it depends on message length). 5000 is the default size for the backend: 452f606889/apiserver/apimodels/events.py (L112C10-L112C10)
* Update src/app/webapp-common/experiments/shared/common-experiments.const.ts
2023-07-04 11:50:16 +03:00
annaelee
e449a6c436
Allow the use of tokens for s3 access ( #53 )
...
Co-authored-by: @annaelee
2023-05-24 09:38:58 +03:00
shyallegro
e54d8ebb99
release v1.11 ( #54 )
2023-05-23 16:02:13 +03:00
shyallegro
29c68abeb4
release v1.10 ( #51 )
2023-03-29 18:04:17 +03:00
shyallegro
2b6aa6043c
V1.9.2 ( #48 )
...
* Release v1.9
* v1.9.2 fixes and improvements
Co-authored-by: Shay Halsband <shy.halsband@gmail.com>
2023-01-23 12:10:26 +02:00