Alex Kriuchykhin
|
d2b5db13e9
|
Add stock and consumption to assigned items section [SCI-6434] (#3793)
|
2022-01-25 12:12:55 +01:00 |
|
Alex Kriuchykhin
|
5b335139e5
|
Merge pull request #3761 from artoscinote/ma_SCI_6388
Fix added_on filter, add specs [SCI-6388]
|
2022-01-24 16:47:03 +01:00 |
|
Martin Artnik
|
abac837cd4
|
Merge branch 'develop' of github.com:biosistemika/scinote-web into features/repository-filters
|
2022-01-20 13:26:08 +01:00 |
|
Oleksii Kriuchykhin
|
5dd7ca2218
|
Fix representation of experiment workflow images [SCI-6431]
|
2022-01-19 18:07:55 +01:00 |
|
aignatov-bio
|
01f1b5bd10
|
Add stock column type (#3786)
* Add stock column type
* Create new stock column [SCI-6410]
* Small fixed for stock column [SCI-6410]
* Add stock column validations [SCI-6410]
Co-authored-by: Anton <anton@scinote.net>
|
2022-01-18 13:17:05 +01:00 |
|
Oleksii Kriuchykhin
|
34554e57e3
|
Fix filtering for repository snapshots [SCI-6423]
|
2022-01-17 21:53:13 +01:00 |
|
Martin Artnik
|
66081950f0
|
Fix added_on filter, add specs [SCI-6388]
|
2022-01-04 19:20:02 +01:00 |
|
aignatov-bio
|
a3dda322f6
|
Add report and protocol repository activities to recent work widget [SCI-6336] (#3749)
Co-authored-by: Anton <anton@scinote.net>
|
2021-12-21 12:43:08 +01:00 |
|
Oleksii Kriuchykhin
|
738da6094f
|
Add advanced filters to repository datatable service [SCI-6210]
|
2021-12-21 12:38:52 +01:00 |
|
Alex Kriuchykhin
|
e72b58e6a3
|
Merge pull request #3704 from okriuchykhin/ok_SCI_6303
Improve error handling in snapshot provisioning service [SCI-6303]
|
2021-12-15 10:18:52 +01:00 |
|
Oleksii Kriuchykhin
|
e67b17dd6f
|
Optimize loading of project and experiment cards [SCI-6346]
|
2021-12-13 16:43:16 +01:00 |
|
Oleksii Kriuchykhin
|
8f1b201061
|
Improve activities loading speed [SCI-6345]
|
2021-12-09 19:28:27 +01:00 |
|
artoscinote
|
c80cbe34f4
|
Remove invalid designated users when moving experiment [SCI-6335] (#3722)
|
2021-12-06 14:27:26 +01:00 |
|
Miha Mencin
|
cd0dc454f5
|
Fix the code style
|
2021-12-02 17:14:01 +01:00 |
|
Miha Mencin
|
9031f5b2c5
|
replace perform_later with perform_now, so we can catch a possible arror during the transaction
|
2021-12-02 17:04:28 +01:00 |
|
Miha Mencin
|
b964bfd31e
|
[SCI-6322] use correct user when creating templates, create assignment on experiments and tasks
|
2021-12-02 16:54:43 +01:00 |
|
aignatov-bio
|
850b164724
|
Update error handling for experiment move [SCI-6293] (#3703)
Co-authored-by: Anton <anton@scinote.net>
|
2021-12-01 11:24:01 +01:00 |
|
Oleksii Kriuchykhin
|
db2c903e54
|
Improve error handling in snapshot provisioning service [SCI-6303]
|
2021-11-29 10:51:49 +01:00 |
|
Anton
|
774aa6cf9c
|
Fix experiment moving with archived tasks [SCI-6291]
|
2021-11-23 11:25:29 +01:00 |
|
Anton
|
a44dd8c915
|
Merge branch 'features/bmt-search' into features/repository-filters
|
2021-11-22 14:24:28 +01:00 |
|
aignatov-bio
|
06577e2f8b
|
Skip create assignments during team import [SCI-6280] (#3679)
Co-authored-by: Anton <anton@scinote.net>
|
2021-11-22 11:17:39 +01:00 |
|
aignatov-bio
|
8545b5787f
|
Create assignment after experiment move [SCI-6285] (#3689)
Co-authored-by: Anton <anton@scinote.net>
|
2021-11-22 10:34:11 +01:00 |
|
aignatov-bio
|
881251fe14
|
Skip null subjects for activities moving [SCI-6285] (#3686)
Co-authored-by: Anton <anton@scinote.net>
|
2021-11-19 14:06:26 +01:00 |
|
Alex Kriuchykhin
|
ebfd2f7924
|
Merge pull request #3682 from okriuchykhin/ok_SCI_6088
Add API endpoint for Cloning Experiments [SCI-6088]
|
2021-11-18 15:26:19 +01:00 |
|
aignatov-bio
|
57de414284
|
Fix user assignment for team import [SCI-6242] (#3675)
Co-authored-by: Anton <anton@scinote.net>
|
2021-11-17 13:33:29 +01:00 |
|
Oleksii Kriuchykhin
|
2e92500a73
|
Fix seeds to work with new UserRoles, fix Templates creation job [SCI-6270]
|
2021-11-15 21:36:06 +01:00 |
|
artoscinote
|
a6c61c2b4e
|
Fixed permission issues when moving experiment [SCI-6257] (#3655)
* Fixed permission issues when moving experiment [SCI-6257]
* Copy fixes [SCI-6248]
* Use canaid helper instead of permission_granted [SCI-6257]
* Fixes [SCI-6257]
|
2021-11-12 12:59:49 +01:00 |
|
Alex Kriuchykhin
|
1c3a2aa0a7
|
Fix permissions checks in recent work service [SCI-6253] (#3654)
|
2021-11-12 11:13:43 +01:00 |
|
Martin Artnik
|
9e7eee5f2c
|
Fixed to use .update! [SCI-6128]
|
2021-11-10 11:55:38 +01:00 |
|
Martin Artnik
|
68362bcb9c
|
Fix experiment move service [SCI-6128]
|
2021-11-10 11:46:48 +01:00 |
|
artoscinote
|
dcdd9ece13
|
Fixed docx report image generation [SCI-6203] (#3639)
* Fixed docx report image generation [SCI-6203]
* Added error logging for docx image render error [SCI-6203]
|
2021-11-09 09:35:02 +01:00 |
|
Alex Kriuchykhin
|
f11a4701d0
|
Merge pull request #3629 from artoscinote/ma_SCI_6193
Added optional webhook secret key [SCI-6193]
|
2021-11-08 21:00:40 +01:00 |
|
artoscinote
|
ba5403ab5e
|
Fixed activities service for singular relations (asset/result) [SCI-6204] (#3633)
|
2021-11-04 14:20:51 +01:00 |
|
artoscinote
|
33190e4582
|
Fixed typo in project overview service [SCI-6199] (#3632)
|
2021-11-04 14:20:42 +01:00 |
|
Martin Artnik
|
3406cd9235
|
Added optional webhook secret key [SCI-6193]
|
2021-11-03 15:04:13 +01:00 |
|
Oleksii Kriuchykhin
|
a99599efea
|
Merge branch 'features/new_permissions' into develop
|
2021-10-29 15:16:30 +02:00 |
|
artoscinote
|
1bb30b2c49
|
Also move activities when moving experiment to another project [SCI-6047] (#3535)
* Also move activities when moving experiment to another project [SCI-6047]
* Changed update to update! [SCI-6047]
|
2021-10-28 16:35:47 +02:00 |
|
Alex Kriuchykhin
|
1bde37db78
|
Merge branch 'develop' into ok_SCI_5579
|
2021-10-28 13:26:27 +02:00 |
|
Oleksii Kriuchykhin
|
2fb71aa312
|
Add API endpoint for Cloning Experiments [SCI-6088]
|
2021-10-28 12:28:46 +02:00 |
|
aignatov-bio
|
9e3d64bbb6
|
Fix projects list in clone experiment dropdowns [SCI-6139] (#3592)
Co-authored-by: Anton <anton@scinote.net>
|
2021-10-27 13:55:49 +02:00 |
|
aignatov-bio
|
22034089a6
|
Update experiment move service [SCI-6149] (#3599)
* Update experiment move service [SCI-6149]
* Move permission check to helper [SCI-6149]
Co-authored-by: Anton <anton@scinote.net>
|
2021-10-27 13:48:52 +02:00 |
|
Alex Kriuchykhin
|
f6a30cac6c
|
Merge pull request #3593 from okriuchykhin/ok_SCI_6134
Change Dashboard::RecentWorkService to use new user roles [SCI-6134]
|
2021-10-26 11:43:54 +02:00 |
|
aignatov-bio
|
aa4b765407
|
Update assign/unassign rows to task [SCI-6150] (#3604)
Co-authored-by: Anton <anton@scinote.net>
|
2021-10-26 11:41:08 +02:00 |
|
aignatov-bio
|
edb09dd099
|
Update copy experiment permission checks [SCI-6147] (#3598)
Co-authored-by: Anton <anton@scinote.net>
|
2021-10-26 11:40:54 +02:00 |
|
Alex Kriuchykhin
|
ac176f6c9e
|
Merge pull request #3596 from okriuchykhin/ok_SCI_6113
Add user roles to team importer/exporter [SCI-6113]
|
2021-10-25 14:06:17 +02:00 |
|
Oleksii Kriuchykhin
|
b10a6c8b7d
|
Add user roles to team importer/exporter [SCI-6113]
|
2021-10-14 13:21:36 +02:00 |
|
artoscinote
|
c63090da8c
|
Fixed scopes and added permission checks to quick create services [SCI-6135] (#3584)
|
2021-10-14 13:13:29 +02:00 |
|
Oleksii Kriuchykhin
|
bc806f0c86
|
Change Dashboard::RecentWorkService to use new user roles [SCI-6134]
|
2021-10-13 14:12:24 +02:00 |
|
artoscinote
|
75d6a17cb7
|
Fix ProjectOverviewService and automatic project assignment [SCI_6117] (#3572)
|
2021-10-04 11:20:47 +02:00 |
|
aignatov-bio
|
3eb2c98cce
|
Update render permission for smart annotation [SCI-6112] (#3571)
|
2021-10-01 14:23:29 +02:00 |
|