Commit graph

218 commits

Author SHA1 Message Date
Martin Artnik
1b9d116af0
Merge pull request #8901 from scinote-eln/hotfix/1.44.0.3
Hotfix/1.44.0.3
2025-09-25 14:51:25 +02:00
Martin Artnik
812591ef5a Merge branch 'features/protocol-parser-v2' into develop 2025-09-25 13:05:15 +02:00
Oleksii Kriuchykhin
73d42b1423 Optimize use of permission checking scopes in search queries [SCI-12277] 2025-09-19 17:00:25 +02:00
Martin Artnik
c6f94358e9 Merge branch 'hotfix/1.44.0.3' into develop 2025-09-19 13:10:11 +02:00
Anton
0835c1936f Add AI protocol parser to settings [SCI-12201] 2025-09-19 11:46:33 +02:00
Oleksii Kriuchykhin
1fb60bf98e Fix parameter passing from search controller to models [SCI-12350] 2025-09-18 10:02:36 +02:00
Oleksii Kriuchykhin
e508df0ccc Improve performance of search in protocols with children [SCI-12350] 2025-09-17 14:46:30 +02:00
Oleksii Kriuchykhin
796fd2b1b3 Improve performance of global search for objects with children [SCI-12277] 2025-09-17 14:46:16 +02:00
Oleksii Kriuchykhin
e91ca89a60 Improve performance of search in protocols with children [SCI-12350] 2025-09-17 14:18:13 +02:00
Martin Artnik
7c4041cad1 Merge branch 'features/team-automations' into develop 2025-09-08 10:35:19 +02:00
Oleksii Kriuchykhin
ddb9dc821a Improve performance of global search for objects with children [SCI-12277] 2025-08-29 14:01:27 +02:00
Alex Kriuchykhin
a95ab59e89
Merge pull request #8787 from okriuchykhin/ok_SCI_12213
Improve implementation of team automations observers [SCI-12213]
2025-08-26 10:32:43 +02:00
Anton
ad7b15bda5 Add AI parser button [SCI-12200] 2025-08-22 11:28:21 +02:00
Oleksii Kriuchykhin
ee32a73694 Fix migration of protocol template assignments [SCI-12283] 2025-08-19 17:42:55 +02:00
Oleksii Kriuchykhin
2175ea3b3f Improve implementation of team automations observers [SCI-12213] 2025-08-18 10:54:01 +02:00
Martin Artnik
18ad2a8a93 Fix team assignments for new protocol drafts [SCI-12199] 2025-08-06 15:41:24 +02:00
Martin Artnik
85d78f357a Fix protocol team assignment propagation [SCI-12199] 2025-08-05 14:28:22 +02:00
Oleksii Kriuchykhin
fa7558e2b6 Fix initial user assignments creation [SCI-12187] 2025-08-05 12:44:06 +02:00
Oleksii Kriuchykhin
df951d176e Refactor permission checking scopes on assignable objects, improve handling of shareable objects [SCI-12158] 2025-07-28 14:50:12 +02:00
Andrej
f5f8a54a30 Move users logic to shareable concern [SCI-12053] 2025-07-17 14:35:56 +02:00
Martin Artnik
0f1e5b81b0 Refactor permission controllers and handle TeamAssignments [SCI-11962] 2025-07-03 11:14:54 +02:00
Martin Artnik
a6e5cc9d2e Merge branch 'develop' into features/user-groups 2025-06-30 15:24:22 +02:00
Martin Artnik
552337b203 Fix result and task protocol search (caused by upgrade to Rails 7.2) [SCI-12033] 2025-06-30 09:57:45 +02:00
Andrej
c1e22e7167 Add user group access logic [SCI-11957]" 2025-06-20 12:07:12 +02:00
Andrej
063fdad81e Add steps from protocol templates to task [SCI-11754] 2025-04-08 10:00:51 +02:00
Martin Artnik
f4bd43129e Merge branch 'develop' into features/native-tables-revamp 2025-01-28 12:45:50 +01:00
Andrej
70f4bcd3a2 Fix attaching of forms on task after protocol revert [SCI-11465] 2025-01-16 15:27:37 +01:00
Andrej
a22fca4392 Fix duplication of tables [SCI-11363] 2025-01-06 08:43:41 +01:00
andrej-scinote
e9bbb63f0c
Merge pull request #8022 from andrej-scinote/aj_SCI_11177
Improve speed for global search [SCI-11177]
2024-11-29 11:59:44 +01:00
andrej-scinote
ffe4e57639
Merge pull request #7999 from andrej-scinote/aj_SCI_11178
Improve activities loading speed [SCI-11178]
2024-11-29 11:56:49 +01:00
Andrej
3494ccdf72 Improve speed for global search [SCI-11177] 2024-11-07 17:00:47 +01:00
Andrej
4fb54535ad Merge branch 'features/protocol-template-renaming' into develop 2024-11-05 10:34:14 +01:00
Martin Artnik
d3292f6c4a Clone file version history when making new protocol draft [SCI-11230] 2024-10-30 15:23:48 +01:00
Andrej
d707f9121c Remove constraint for the protocol template name [SCI-10851] 2024-10-29 15:12:27 +01:00
Andrej
01fc881ce4 Improve activities loading speed [SCI-11178] 2024-10-29 07:48:41 +01:00
Andrej
fdcf14efd6 Merge branch 'develop' into features/protocol-template-renaming 2024-10-17 14:28:02 +02:00
Oleksii Kriuchykhin
ac32b5b04a Prevent repository access to users without repository READ permission on team level [SCI-10972] 2024-08-12 10:54:35 +02:00
Andrej
452547564e Enable protocol template renaming [SCI-10851] 2024-07-30 13:37:35 +02:00
Andrej
a4475b8dca Fix gloabl search for tables [SCI-10152] 2024-05-24 11:24:33 +02:00
Andrej
07e7544f69 Implement quick search logic to work with boolean search [SCI-10707][SCI-10704] 2024-05-16 14:04:10 +02:00
Andrej
a7cb519faa Fix filtering archived global search results [SCI-10696] 2024-05-15 14:29:37 +02:00
Andrej
c52c069397 Improve searching of results on global search [SCI-10152] 2024-05-15 13:49:03 +02:00
Andrej
40397a5a43 Fix global search for assets [SCI-10684] 2024-05-09 15:06:23 +02:00
Andrej
0963e576fc Add missing fields for global search for protocols [SCI-10655] 2024-05-06 10:46:04 +02:00
Andrej
5409d993ee Improve global search loading [SCI-10655] 2024-04-30 09:38:53 +02:00
Andrej
3c4184c73e Implement global search backend [SCI-10573] 2024-04-26 09:43:43 +02:00
Anton
4671754d52 Migrate protocols table [SCI-9802] 2024-01-03 14:57:32 +01:00
Alex Kriuchykhin
3c0389adc8
Make docx parser feature togglable [SCI-9094] (#6055) 2023-08-23 16:46:29 +02:00
Giga Chubinidze
aa5caf3cc3 refactor 2023-06-08 11:54:59 +04:00
Alex Kriuchykhin
a0616adf17
Improve speed of protocol templates table loading [SCI-8553] (#5509) 2023-05-30 12:41:53 +02:00