artoscinote
|
cdbf1f5fa0
|
Implement stock management activities [SCI-6452] (#3810)
* Implement stock management activities [SCI-6452]
* PR code fixes [SCI-6452]
|
2022-02-02 10:33:02 +01:00 |
|
artoscinote
|
6593da8988
|
Merge pull request #3797 from artoscinote/ma_SCI_6440
Implement consumption column in my module repository live view [SCI-6440]
|
2022-01-31 11:01:14 +01:00 |
|
Martin Artnik
|
b22fde2334
|
Handle stock management in full table views [SCI-6440]
|
2022-01-28 17:53:56 +01:00 |
|
artoscinote
|
9d1d31935e
|
Merge pull request #3795 from okriuchykhin/ok_SCI_6448
Add stock management columns to snapshots [SCI-6448]
|
2022-01-28 13:21:33 +01:00 |
|
Oleksii Kriuchykhin
|
dd5f8c2793
|
Add stock management columns to snapshots [SCI-6448]
|
2022-01-28 13:19:37 +01:00 |
|
aignatov-bio
|
2c88843924
|
Task stock consumption modal[SCI-6444][SCI-6445] (#3798)
Add main logic for consumption on task [SCI-6444]
Co-authored-by: Anton <anton@scinote.net>
|
2022-01-28 11:10:56 +01:00 |
|
aignatov-bio
|
371d5f0636
|
Add current/new amount section to stock [SCI-6416] (#3791)
Co-authored-by: Anton <anton@scinote.net>
|
2022-01-26 10:28:43 +01:00 |
|
artoscinote
|
4ede001cf1
|
Added UPDATE_STOCK_CONSUMPTION to MyModule permissons [SCI-6418] (#3781)
* Fix invalid return in reports jobs [SCI-6409] (#3777)
* Added UPDATE_STOCK_CONSUMPTION to MyModule permissons [SCI-6418]
|
2022-01-25 12:41:16 +01:00 |
|
Alex Kriuchykhin
|
d2b5db13e9
|
Add stock and consumption to assigned items section [SCI-6434] (#3793)
|
2022-01-25 12:12:55 +01:00 |
|
artoscinote
|
95a36b6870
|
Implemented stock management modal [SCI-6417] (#3788)
* Implement inventory stock management modal [SCI-6417]
* Add generalized validation mechanic, some bugfixes [SCI-6417]
* Fix permission check and method name in RepositoryStockValue [SCI-6417]
|
2022-01-20 12:44:57 +01:00 |
|
aignatov-bio
|
05547da457
|
Add stock table renders [SCI-6412] (#3787)
Co-authored-by: Anton <anton@scinote.net>
|
2022-01-19 13:19:56 +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 |
|
Alex Kriuchykhin
|
3e714a4871
|
Merge pull request #3778 from okriuchykhin/ok_SCI_6402
Add initial implementation of inventory stock management [SCI-6402]
|
2022-01-17 11:21:08 +01:00 |
|
Oleksii Kriuchykhin
|
a4d84e1a3b
|
Add initial implementation of inventory stock management [SCI-6402]
|
2022-01-12 17:13:50 +01:00 |
|
Miha Mencin
|
de00f1d13b
|
Update VERSION
Bump version to 1.23.6
|
2022-01-12 12:20:50 +01:00 |
|
Alex Kriuchykhin
|
6132d8a8ca
|
Merge pull request #3773 from aignatov-bio/ai-sci-6407-fix-status-column
Fix status column emojis [SCI-6407]
|
2022-01-11 13:34:17 +01:00 |
|
Alex Kriuchykhin
|
f912e4b163
|
Merge pull request #3774 from aignatov-bio/ai-sci-fix-yarn-install-from-git
Fix yarn install from git repository
|
2022-01-11 12:41:08 +01:00 |
|
Anton
|
d0e0ce7565
|
Fix yarn install from git repository
|
2022-01-11 11:38:03 +01:00 |
|
Anton
|
304727257e
|
Fix status column emojis [SCI-6407]
|
2022-01-11 11:27:00 +01:00 |
|
Alex Kriuchykhin
|
60cb0e7a53
|
Merge pull request #3770 from okriuchykhin/ok_SCI_6403
Lock psych version to < 4.0, until upgrade to rails 7 [SCI-6403]
|
2022-01-10 14:38:46 +01:00 |
|
Oleksii Kriuchykhin
|
a456fb64f9
|
Lock psych version to < 4.0, until upgrade to rails 7 [SCI-6403]
|
2022-01-10 14:16:49 +01:00 |
|
Alex Kriuchykhin
|
c32790fe60
|
Merge pull request #3767 from aignatov-bio/ai-sci-change-repository-for-tui-image-editor
Change repository for TUI image editor
|
2022-01-10 10:47:41 +01:00 |
|
Anton
|
643812ea84
|
Change repository for TUI image editor
|
2022-01-10 10:37:50 +01:00 |
|
Alex Kriuchykhin
|
53a6bea0f6
|
Merge pull request #3765 from okriuchykhin/ok_SCI_6403
Update Ruby to 2.7.5, optimize Rails configuration, update Puma and Wkhtmltopdf [SCI-6403]
|
2022-01-07 11:46:16 +01:00 |
|
Oleksii Kriuchykhin
|
7aeeb81fb7
|
Update Ruby to 2.7.5, optimize Rails configuration, update Puma and Wkhtmltopdf [SCI-6403]
|
2022-01-07 11:20:11 +01:00 |
|
artoscinote
|
277b5f6eec
|
Fixed reCaptcha causing stack overflows on invite modal [SCI-6052] (#3534)
|
2022-01-06 10:11:20 +01:00 |
|
aignatov-bio
|
997fbb80d3
|
Add snapshots to label printing [SCI-6328] (#3760)
Co-authored-by: Anton <anton@scinote.net>
|
2022-01-04 14:12:35 +01:00 |
|
Alex Kriuchykhin
|
7c4143249e
|
Improve speed of assigned modules popout [SCI-6350] (#3754)
|
2022-01-04 10:18:08 +01:00 |
|
Alex Kriuchykhin
|
9c0582543b
|
Update 403 error screen [SCI-6251] (#3730)
|
2022-01-04 10:07:55 +01:00 |
|
Alex Kriuchykhin
|
93492c6dc4
|
Merge pull request #3747 from aignatov-bio/ai-sci-6338-not-all-projects-in-dropdown-for-taks-create
Change permissions for dashboard quick start modal [SCI-6338]
|
2022-01-04 10:07:39 +01:00 |
|
aignatov-bio
|
d71f231027
|
Install new TUI Image Editor [SCI-6166] (#3706)
Co-authored-by: Anton <anton@scinote.net>
|
2022-01-03 12:37:13 +01:00 |
|
aignatov-bio
|
478df28689
|
Clear bioEddie molecule on creating new one [SCI-6001] (#3757)
Co-authored-by: Anton <anton@scinote.net>
|
2022-01-03 12:36:56 +01:00 |
|
aignatov-bio
|
75f7e67602
|
Fix task navigation for archived experiments [SCI-6333] (#3753)
Co-authored-by: Anton <anton@scinote.net>
|
2022-01-03 10:48:17 +01:00 |
|
Anton
|
3de3da9ecc
|
Change permissions for dashboard quick start modal [SCI-6338]
|
2022-01-03 10:32:05 +01:00 |
|
Alex Kriuchykhin
|
b1f2a6b797
|
Merge pull request #3755 from artoscinote/ma_SCI_6193
Add missing translations for webhook form [SCI-6193]
|
2021-12-30 17:57:50 +01:00 |
|
Martin Artnik
|
8651c87efd
|
Add missing translations for webhook form [SCI-6193]
|
2021-12-23 11:45:14 +01:00 |
|
Alex Kriuchykhin
|
a3edadb06e
|
Merge pull request #3746 from aignatov-bio/ai-sci-6383-update-import-items-for-repository
Update import row for list and checklist items [SCI-6383]
|
2021-12-22 14:33:08 +01:00 |
|
Alex Kriuchykhin
|
6e314ac143
|
Merge pull request #3713 from biosistemika/dependabot/npm_and_yarn/joeattardi/emoji-button-4.6.2
Bump @joeattardi/emoji-button from 2.5.4 to 4.6.2
|
2021-12-22 14:31:05 +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 |
|
Anton
|
a3971caeb5
|
Update import row for list and checklist items [SCI-6383]
|
2021-12-17 12:26:58 +01:00 |
|
Miha Mencin
|
35179607b4
|
Bump version to 1.23.5
|
2021-12-16 09:09:53 +01:00 |
|
Miha Mencin
|
a304e97e61
|
Merge pull request #3743 from biosistemika/SCI-6271-fix-connected-accounts
SCI-6271 Allow giot_connect to be shown in connected accounts
|
2021-12-15 14:30:40 +01:00 |
|
Miha Mencin
|
fd54704d3e
|
SCI-6271 Allow giot_connect to be shown in connected accounts
|
2021-12-15 14:17:51 +01:00 |
|
Alex Kriuchykhin
|
285d20849c
|
Merge pull request #3741 from okriuchykhin/ok_SCI_6098_v2
Use the last status flow as a default one for new tasks [SCI-6098]
|
2021-12-15 13:55:35 +01:00 |
|
Oleksii Kriuchykhin
|
cd04b453f1
|
Use the last status flow as a default one for new tasks [SCI-6098]
|
2021-12-15 11:53:19 +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 |
|
Alex Kriuchykhin
|
0be7a363d7
|
Merge pull request #3740 from okriuchykhin/ok_SCI_6375
Fix duplicated projects in the drop down on the new reports page [SCI-6375]
|
2021-12-13 17:07:58 +01:00 |
|
Oleksii Kriuchykhin
|
f4e2727af1
|
Fix duplicated projects in the drop down on the new reports page [SCI-6375]
|
2021-12-13 17:02:36 +01:00 |
|
Miha Mencin
|
4bfba8d691
|
Merge pull request #3739 from okriuchykhin/ok_SCI_6346
Optimize loading of project and experiment cards [SCI-6346]
|
2021-12-13 16:58:08 +01:00 |
|
Oleksii Kriuchykhin
|
e67b17dd6f
|
Optimize loading of project and experiment cards [SCI-6346]
|
2021-12-13 16:43:16 +01:00 |
|