Martin Artnik
fa9ebedbbf
Fix ConnectedItemSerializer eager class load issue
2025-05-26 15:19:06 +02:00
Alex Kriuchykhin
d7f20fc56b
Add step text name field, add update action for task protocols to API [SCI-10764] ( #8407 )
2025-05-26 11:40:54 +02:00
Martin Artnik
9bb7d0294c
Merge branch 'features/api-improvements' into develop
2025-05-26 11:15:27 +02:00
Martin Artnik
7151be3312
Only display latest field values in form responses API [SCI-11843]
2025-04-22 09:59:58 +02:00
Andrej
5ef4df5ad6
Add metadata to MyModules and expose it in API [11773]
2025-04-14 15:32:04 +02:00
Andrej
cd1439ccc6
Add metadata to experiments and expose it in API [SCI-11772]
2025-04-14 14:27:15 +02:00
Martin Artnik
8e949bd68f
Merge pull request #8402 from artoscinote/ma_SCI_11771
...
Add metadata column to projects and expose it in API [SCI-11771]
2025-04-14 12:45:29 +02:00
Alex Kriuchykhin
df2b1e53a9
Add includes for connected parent/child inventory items to inventory item V1 serializer [SCI-11769] ( #8401 )
2025-04-08 09:26:01 +02:00
Martin Artnik
a274ffce7e
Add metadata column to projects and expose it in API [SCI-11771]
2025-04-07 15:33:40 +02:00
Alex Kriuchykhin
62f3be4d9f
Add step form responses API V2 controller, add API serializers for form response values [SCI-11692] ( #8393 )
2025-04-07 09:57:05 +02:00
Andrej
f77ad7d56d
Add basic serializer for form response to api [SCI-11533]
2025-03-20 06:46:47 +01:00
Oleksii Kriuchykhin
3b97571777
Merge branch 'features/inventory-items-relationships' into develop
2024-01-10 17:10:20 +01:00
wandji
465c8d1f80
Unify API step and result elements controllers implementation and types [SCI-9907] ( #6854 )
...
* Unify api step and result elements controllers implementation and types [SCI-9907]
* Update wrong serializer types [SCI-9907]
* Rename result and step text types [SCI-9907]
* Combine result and step assets serializer [SCI-9907]
2024-01-08 10:31:14 +01:00
Soufiane
79ac010a05
Fix API V2 endpoints for item relationships [SCI-9719] ( #6893 )
2024-01-05 16:02:05 +01:00
Oleksii Kriuchykhin
95ab33a58b
Merge branch 'develop' into features/inventory-items-relationships
2024-01-05 11:27:32 +01:00
Soufiane
67ea1b15fe
Implement API V2 endpoints for item relationships [SCI-9719] ( #6847 )
2024-01-04 16:42:25 +01:00
wandji
54b1c182d8
Add V2 API endpoints for step elements [SCI-9650] ( #6825 )
...
* Add V2 API endpoints for step elements [SCI-9650]
* Rewrite step controller actions in order to read V2 step serializer [SCI-9650]
2023-12-19 15:36:41 +01:00
ajugo
a343701299
Implement api v2 for results [SCI-9651] ( #6699 )
2023-12-14 11:31:12 +01:00
ajugo
55308f6a81
Add missing serializers for repository cell value on api and fix some tests [SCI-9613] ( #6571 )
2023-11-03 14:38:01 +01:00
Alex Kriuchykhin
ba56876bda
Fix results API endpoint, return result elements in includes block instead of attributes [SCI-9553] ( #6472 )
2023-10-18 10:05:26 +02:00
Anton
ea299919e3
Fix results api [SCI-9012]
2023-08-16 11:45:37 +02:00
Andrej
ab0d961cc1
Fix nil object rendering for position [SCI-8834]
2023-07-20 08:48:13 +02:00
wandji20
126814aee8
Rename result_table serializer metadata to table_metadata [SCI-8884]
2023-07-19 08:49:20 +01:00
wandji20
7d36c74070
Fix issue when fetching table reults via API [SCI-8884]
2023-07-19 08:45:56 +01:00
ajugo
699860e730
Add position to step elements API [SCI-8834] ( #5799 )
2023-07-19 09:42:40 +02:00
Alex Kriuchykhin
1a430a77fd
Add filtering option for active/archived PET listing API endpoints, add linked tasks to protocol serializer [SCI-7091] ( #4381 )
2023-05-19 11:34:31 +02:00
Andrej
100eab9cb0
Merge branch 'develop' of https://github.com/biosistemika/scinote-web into features/plate_templates
2023-05-18 10:56:10 +02:00
ajugo
31b42dc875
Add metadata to table API endpoints [SCI-8376] ( #5388 )
2023-05-16 10:26:09 +02:00
ajugo
a288708368
Add API endpoint for protocol templates [SCI-7456] ( #5321 )
...
* Add API endpoint for protocol templates [SCI-7456]
* Create protocol template api serializer [SCI-7456]
2023-05-03 15:55:36 +02:00
Oleksii Kriuchykhin
497fc3a2a5
Fix API endpoints for step elements creation [SCI-7101]
2022-08-18 17:31:29 +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
Martin Artnik
910c36af08
Merge branch 'features/step-editing-improvements' into develop
2022-07-05 10:12:10 +02:00
artoscinote
800f856ab1
Handle step description with the new step_texts structure [SCI-6890] ( #4176 )
2022-06-28 09:56:24 +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
artoscinote
e3cbf5903a
Move list-type column includes to param, unify naming [SCI-6738] ( #4036 )
...
* Add default includes for inventory columns with lists [SCI-6738]
* Move list-type column includes to param, unify naming [SCI-6738]
2022-04-20 11:07:15 +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
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
bd47893947
Add inventory archiving to the API [SCI-5584] ( #3885 )
2022-02-28 10:33:43 +01:00
Martin Artnik
0db2023baa
Add x and y to task serializer [SCI-6394]
2021-12-27 13:29:03 +01:00
artoscinote
ee8cb033fa
Fix keys in connection serializer, fix destroy method [SCI-6087] ( #3677 )
2021-11-18 16:10:07 +01:00
artoscinote
6b6a49428c
Add additional info to API project_user_assignments type error [SCI-6273] ( #3674 )
...
* Add additional info to API project_user_assignments type error [SCI-6273]
* Generalize user_assignments api controllers [SCI-6237]
2021-11-17 16:28:02 +01:00
artoscinote
2e84418304
Add create/destroy endpoints to connections API, add tests [SCI-6087] ( #3563 )
2021-11-17 12:11:22 +01:00
Oleksii Kriuchykhin
a99599efea
Merge branch 'features/new_permissions' into develop
2021-10-29 15:16:30 +02:00
Alex Kriuchykhin
17a4afc6fa
Merge pull request #3607 from okriuchykhin/ok_SCI_6142
...
Change the assets URL returned by API to pre-signed url [SCI-6142]
2021-10-28 14:32:47 +02:00
Alex Kriuchykhin
1bde37db78
Merge branch 'develop' into ok_SCI_5579
2021-10-28 13:26:27 +02:00
Oleksii Kriuchykhin
38b107b336
Change the assets URL returned by API to pre-signed url [SCI-6142]
2021-10-22 13:48:06 +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
c26dcf4b23
Replace empty? with blank? [SCI-5579]
2021-07-23 11:56:28 +02:00