Anton
75a15310ac
Merge branch 'features/team-permissions' into features/label-templates
2022-09-13 14:26:15 +02:00
Oleksii Kriuchykhin
eb04bc974d
Update tests with new team user assignments [SCI-6843]
2022-08-31 16:37:00 +02:00
artoscinote
dd27fadd98
Add step reordering and step element reordering service endpoints to API [SCI-6891][SCI-6892] ( #4179 )
...
* Add step reordering service endpoint to API [SCI-6891]
* Generalize reorder validation [SCI-6891]
* Add endpoint for reordering step elements, fix issues [SCI-6892]
* Add appropriate serializers [SCI-6891][SCI-6892]
* Add step elements to step serializer [SCI-6891]
* Simplify routes, add locking [SCI-6891]
2022-07-12 10:13:47 +02:00
ajugo
8e7307c5c1
Project json exporter adaptions for step improvements [SCI-6898] ( #4177 )
...
* Adapt project export to step improvements [SCI-6898]
* Add tests [SCI-6898]
2022-07-06 11:45:50 +02:00
Martin Artnik
910c36af08
Merge branch 'features/step-editing-improvements' into develop
2022-07-05 10:12:10 +02:00
artoscinote
b880f6fc39
Add API endpoints for step texts [SCI-6889] ( #4173 )
2022-06-27 12:30:45 +02:00
ajugo
9d4c97f191
Add task assignment API [SCI-6846] ( #4123 )
...
* Add user assignment to task API [SCI-6846]
* Add test for task assignments [SCI-6846]
2022-06-03 10:09:42 +02:00
ajugo
54474b2bba
API GET repository stock column output fix [SCI-6550] ( #4030 )
...
* Add include stock unit items to Stock column get [SCI-6550]
* Fix stock column test [SCI-6550]
* Fix hound [SCI-6550]
2022-04-19 16:05:17 +02:00
ajugo
0a5e93a018
API: add endpoint for creating stock column [SCI-6550] ( #3956 )
...
* Add test for repositoty stock column api [SCI-6550]
* Create and update stock column [SCI-6550]
* Change stock unit [SCI-6550]
* Fix hound [SCI-6550]
* Fix on delete [SCI-6550]
* Fix houd [SCI-6550]
2022-04-08 14:09:00 +02:00
ajugo
0ca9ae2ab9
API: add endpoint for updating of stock [SCI-6549] ( #3955 )
...
* Add test for Stock repository cell [SCI-6549]
* Create and update stock inventory cell [SCI-6549]
* Fix hound errors [SCI-6549]
* Fix ledger recording [SCI-6549]
* Fix api endpoint [SCI-6549]
* Fix hound [SCI-6549]
2022-04-08 11:30:44 +02:00
artoscinote
229a27750f
Implement stock consumption via the API [SCI-6642] ( #3964 )
...
* Implement stock consumption via the API [SCI-6642]
* Remove unnecessary attribute from InventoryItemSerializer [SCI-6642]
* Amend permission check, add nested transaction support to consume_stock method [SCI-6642]
2022-03-30 14:33:26 +02:00
aignatov-bio
7f7bf0533a
Fix tests [SCI-6486] ( #3913 )
...
* Fix tests [SCI-6486]
* Fix rspec tests [SCI-6486]
Co-authored-by: Anton <anton@scinote.net>
2022-03-09 14:12:16 +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
artoscinote
2e84418304
Add create/destroy endpoints to connections API, add tests [SCI-6087] ( #3563 )
2021-11-17 12:11:22 +01:00
artoscinote
6f2d883706
Added permissions specs for API, minor changes to permissions [SCI-6152] ( #3609 )
2021-10-28 14:48:28 +02:00
Oleksii Kriuchykhin
2fb71aa312
Add API endpoint for Cloning Experiments [SCI-6088]
2021-10-28 12:28:46 +02:00
artoscinote
f68d724202
Rework experiment permissions [SCI-6054] ( #3538 )
...
* Rework experiment permissions [SCI-6054]
2021-09-30 11:32:11 +02:00
aignatov-bio
3036a38bfd
Fix rspec tests [SCI-6044] ( #3537 )
2021-09-09 15:41:42 +02:00
Martin Artnik
7e6ca3be8a
Merge branch 'develop' into features/new_permissions
2021-09-06 10:33:32 +02:00
Oleksii Kriuchykhin
33d37d048e
Add timestamps to API serializers, allow inclusion of comments [SCI-5983]
2021-08-18 10:00:01 +02:00
Oleksii Kriuchykhin
d1208bad0b
Merge branch 'develop' into features/new_permissions
2021-07-07 13:44:36 +02:00
Oleksii Kriuchykhin
7537542c0a
Fix API date time serializers [SCI-5816]
2021-06-15 17:12:55 +02:00
Oleksii Kriuchykhin
86fcda3c09
Fix date formatting for the API [SCI-5785]
2021-06-07 10:34:58 +02:00
zmagoD
784e43e328
create user_assignments for all child objects when the user is attached to the project
2021-06-06 09:54:47 +02:00
zmagoD
3d79dd32ad
update endpoint type
2021-05-31 21:48:18 +02:00
zmagoD
debff7bc85
fix code style
2021-05-29 19:25:46 +02:00
zmagoD
ffaf141abf
fix failing scenarios
2021-05-29 18:40:26 +02:00
zmagoD
f1c3bf7cf6
fix failng scenarios and remove uneeded code
2021-05-29 17:25:20 +02:00
zmagoD
28cb7ee81d
add user roles enpoint and update scenarios
2021-05-29 15:28:10 +02:00
zmagoD
7e6789200a
fix new API endpoints and add test cases
2021-05-23 17:31:02 +02:00
miha
56ebc3dc07
[SCI-5635] add a migration to fix broken steps, fix the api so it sets last_modified_by_id, minor step model refactor
...
migration fix
remove the conditoin for set_last_modified_by callback
set the last_modified_by_id in before_save callback (in case it is not set yet)
remove trailing spaces
Set last modified in protocl import service
2021-04-12 09:59:00 +02:00
Oleksii Kriuchykhin
2b2b6f7774
Fix for API float parsing in the inventory number type column [SCI-5604]
2021-03-29 15:59:24 +02:00
Oleksii Kriuchykhin
75da67b937
Update Rails to 6.1.1, ruby to 2.7.2 [SCI-5459]
2021-01-28 14:43:45 +01:00
Urban Rotnik
be2949b316
Fix tests
2021-01-08 08:05:05 +01:00
Oleksii Kriuchykhin
67b3f853d7
Merge branch 'develop' into features/folders
2020-12-18 14:51:21 +01:00
Urban Rotnik
87b5552b27
Add equals team validations for project and folder
2020-12-02 14:53:46 +01:00
Urban Rotnik
df2b8ab3df
Remove jsonapi_parameters gem, accept rails params in controller
2020-12-02 13:15:49 +01:00
Urban Rotnik
97733498d9
Include project_folders at Projects API endpoints
2020-12-02 13:15:48 +01:00
Urban Rotnik
a4fc01d595
Add jsonapi_parameters gem, use relationships for parent_folder relation
2020-12-02 13:15:48 +01:00
Urban Rotnik
088fa79874
Add Project Folders API endpoints
2020-12-02 13:15:48 +01:00
Oleksii Kriuchykhin
eafc4cf367
Fix permission check for archived tasks [SCI-5235]
2020-11-20 14:39:17 +01:00
Oleksii Kriuchykhin
2cda80dc5f
Add Endpoins for Project Membership manipulation [SCI-5001]
2020-09-23 11:03:29 +02:00
Alex Kriuchykhin
136ce06022
Merge pull request #2851 from okriuchykhin/ok_SCI_4999
...
Add Create and Update endpoints for experiments [SCI-4999]
2020-09-22 10:20:00 +02:00
Alex Kriuchykhin
e19efe3975
Merge pull request #2850 from okriuchykhin/ok_SCI_4997
...
Add Create and Update endpoints for projects [SCI-4997]
2020-09-21 13:22:12 +02:00
Oleksii Kriuchykhin
0147e1aee1
Add Create and Update endpoints for experiments [SCI-4999]
2020-09-16 23:15:36 +02:00
Oleksii Kriuchykhin
dd4a62bb45
Add Create and Update endpoints for projects [SCI-4997]
2020-09-16 17:03:39 +02:00
Oleksii Kriuchykhin
57716fd89c
Fix API and tests for new task completion logic [SCI-5004]
2020-09-15 11:19:25 +02:00
aignatov-bio
97db1e0e1c
Fix tests
2020-09-08 14:57:26 +02:00
aignatov-bio
4c7312faf9
Add tests for new workflow endpoints
2020-09-02 11:43:00 +02:00
Alex Kriuchykhin
22015beeb5
Merge pull request #2757 from urbanrotnik/ur-sci-4813-base64-multipart-upload
...
Extend asset API upload to support base64 [SCI-4813]
2020-08-04 09:43:01 +02:00