Martin Artnik
3d5a25e42c
Refactor sharing logic [SCI-12055]
2025-07-17 16:34:04 +02:00
Martin Artnik
23bf008b1b
Fix public project role propagation [SCI-12113]
2025-07-08 13:13:33 +02:00
Martin Artnik
0736c90bdb
Merge branch 'develop' into features/rails-7.2-upgrade
2025-06-20 13:03:22 +02:00
aignatov-bio
92de60ddcb
Merge pull request #8539 from aignatov-bio/ai-sci-11964-head-of-project-fixes
...
Head of project fixes [SCI-11964]
2025-06-06 14:45:45 +02:00
Martin Artnik
0a1cfd437c
Fix naming of Project and Experiment statuses [SCI-11984]
2025-06-06 13:58:40 +02:00
Anton
83e6be09bc
Head of project fixes [SCI-11964]
2025-06-04 13:46:25 +02:00
Alex Kriuchykhin
79098b51b8
Initial upgrade to Rails 7.2.2 [SCI-11841] ( #8524 )
2025-06-04 13:31:57 +02:00
Andrej
c5a34b655e
Fix project redirect [SCI-11946]
2025-06-02 09:36:48 +02:00
Anton
6dfa51d79d
Add descripiton buttons to experiments list and tasks list [SCI-11858]
2025-05-06 14:11:58 +02:00
Andrej
ccadde02ea
Add new fields to projects new/edit modal [SCI-11855]
2025-04-30 12:34:21 +02:00
Martin Artnik
0fdbc52ee0
Implement favorite actions for PET [SCI-11853]
2025-04-28 13:09:22 +02:00
Andrej
a9c668de22
Update projects filters [SCI-11796]
2025-04-24 14:42:13 +02:00
Andrej
04163e6f56
Add activities for new project columns [SCI-11829]
2025-04-23 15:15:52 +02:00
Anton
a1cba39572
Add new columns to project table [SCI-11795]
2025-04-17 13:22:18 +02:00
Anton
8a524076f1
Add editable columns to projects table [SCI-11795]
2025-04-16 13:19:57 +02:00
Anton
b3fe869c23
Small fixes for global search [SCI-10712]
2024-05-15 12:28:53 +02:00
Andrej
d4f33ff33d
Fix activity generation at project visibility change [SCI-10569]
2024-04-02 16:29:04 +02:00
Anton
d72e63a0f2
Merge branch 'develop' into features/inventory-import-improvements
2024-02-26 10:46:49 +01:00
ajugo
71be4db51b
Fix sorting of teams on shared inventory modal window and sorting on task assigning modal [SCI-4716] ( #7051 )
2024-02-05 10:27:01 +01:00
Anton
af811db890
Remove old tables code [SCI-10006]
2024-01-16 14:13:40 +01:00
Anton
7ffad5b659
Experiments table migration [SCI-9800]
2023-12-07 12:53:21 +01:00
Anton
9971de5c4c
Finalize projects table
2023-12-01 09:56:14 +01:00
Anton
7fdbc73098
Replace project table [SCI-9680]
2023-11-24 11:15:07 +01:00
Anton
38024d563a
Add initial table [SCI-9680]
2023-11-23 10:55:51 +01:00
Anton
d4f555da40
Replace datepicker in filters [SCI-9626]
2023-11-06 10:12:06 +01:00
Soufiane
857bda6f69
Fix broken unit tests [SCI-8972] ( #6342 )
...
- Models tests
- Controllers tests
- Jobs tests
- Permissions tests
- Utilities tests
2023-10-12 16:16:43 +02:00
wandji
7dcc774414
Refactor html partial rendering in json responses [SCI-8811] ( #5763 )
...
* Remove redundant use of respond_to in controlller actions with just one responder format [SCI-8811]
* Remove redundant begin block and replace 303 status code with :see_other [SCI-8811]
2023-07-18 13:36:41 +02:00
Oleksii Kriuchykhin
fca9aea4a8
Merge branch 'features/rails-upgrade' into develop
2023-07-13 13:10:59 +02:00
Soufiane
2f669c93d5
Fix projects issues after rails upgrade [SCI-8827] ( #5754 )
2023-07-12 11:10:17 +02:00
Andrej
3d2f9eae1e
Remove breadcrumbs project table and fix filtering [SCI-8719]
2023-06-22 13:44:27 +02:00
Oleksii Kriuchykhin
66b361c689
Upgrade Rails to version 7.0.5 [SCI-8632]
2023-06-21 14:38:32 +02:00
Soufiane
966b92e8d2
Activities update for grant project access to all team members [SCI-8383] ( #5598 )
...
* Create new activities for granting/revoking access to all team members on projects [SCI-8383]
2023-06-16 13:08:02 +02:00
Soufiane
23e248ca02
Changed wording for activities [SCI-8243] ( #5356 )
...
* Change wording for access activities in projects and protocols [SCI-8243]
* Add project activity for changing all team members role via project option-edit [SCI-8243]
2023-06-13 16:55:40 +02:00
sboursen-scinote
43bf1cf0eb
Add loading state to select_search [SCI-8545]
...
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
2023-06-12 10:49:31 +02:00
artoscinote
98cb0df46b
Fix issues with assign to task dropdowns [SCI-8588] ( #5568 )
2023-06-06 15:31:40 +02:00
Alex Kriuchykhin
eacf2c0c23
Use correct permissions in repository row assigning filters [SCI-8616] ( #5565 )
2023-06-06 13:53:12 +02:00
Andrej
9164534548
Add empty states for PET [SCI-8490]
2023-05-24 18:15:41 +02:00
Soufiane
f21dc998b9
Add filtering for project/experiment filter for assignable tasks [SCI-8442] ( #5441 )
...
* Remove object without edit permission in P/E/T filters [SCI-8442]
* Leave only experiments and projects with active tasks [SCI-8442]
2023-05-24 10:47:27 +02:00
Andrej
32d8fc3e0c
Merge branch 'develop' of https://github.com/biosistemika/scinote-web into features/sa-item-assigning
2023-05-16 14:26:12 +02:00
Soufiane
b1ccd5839b
Implement backend for inventory item assignment to tasks [SCI-8248] ( #5367 )
...
Implement backend for inventory item assignment to tasks [SCI-8248]
2023-05-10 16:12:20 +02:00
Martin Artnik
ed04bc6b6a
Implement new Projects bottom toolbar [SCI-8295]
2023-04-26 11:25:29 +02:00
G-Chubinidze
468a5bd2df
Merge pull request #5340 from G-Chubinidze/gc_SCI_8303
...
Revamp of (top) toolbar - projects, experiments [SCI-8303] [SCI-8304]
2023-04-25 16:51:30 +04:00
Anton
3724c38e7d
Add archived state for navigator [SCI-8056]
2023-04-25 13:57:29 +02:00
Anton
cb6b2c3855
Add backend for navigator [SCI-8233]
2023-04-24 12:25:56 +02:00
Giga Chubinidze
a0d863e230
Revamp of (top) toolbar - projects [SCI-8303]
2023-04-24 01:43:47 +04:00
Anton
7143c3ed5d
Add general layout for navigator [SCI-8046
...
]
2023-04-19 14:19:55 +02:00
Anton
e8b952f4fd
Revert "Revert "Improve breadcrumbs implementation [SCI-8087]""
...
This reverts commit 78d41d10a6
.
2023-04-19 10:53:39 +02:00
Alex Kriuchykhin
00c63b280e
Fix displaying of escaped fields [SCI-8137] ( #5141 )
2023-03-15 11:14:52 +01:00
Alex Kriuchykhin
d82470aa03
Improve handling and escaping of special characters in input fields [SCI-8125] ( #5135 )
2023-03-13 18:00:30 +01:00
Anton
94f8d139a1
Fix experiments sidebar sorting [SCI-7894]
2023-02-07 13:35:00 +01:00