Lucas Di Pentima [Mon, 14 Feb 2022 20:56:42 +0000 (17:56 -0300)]
18560: Restricts synonyms display to the ones matching the user input.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 10 Feb 2022 21:58:56 +0000 (18:58 -0300)]
18560: Fixes unrelated flaky test.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 10 Feb 2022 21:18:48 +0000 (18:18 -0300)]
18560: Improves the property form's autocomplete feature.
Instead of presenting the whole list of terms and their synonymns to the user,
only show the preferred term (the first defined label in the vocabulary) and
if the user starts typing, also add the synonyms to every preferred term.
This way the list gets a lot smalle and easier to browse.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 10 Feb 2022 21:17:56 +0000 (18:17 -0300)]
18560: Adds vocabulary querying functions, with their tests.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 4 Feb 2022 22:28:40 +0000 (19:28 -0300)]
Merge branch '18661-refresh-flicker-fix'. Closes #18661
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 4 Feb 2022 22:28:03 +0000 (19:28 -0300)]
18661: Removes debugging code.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 4 Feb 2022 15:43:44 +0000 (12:43 -0300)]
18661: Loads project contents first to clear the screen earlier.
This will probably also avoid flaky tests when right-clicking on project's
items soon to be removed from the listing. (see #16951)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 3 Feb 2022 22:41:17 +0000 (19:41 -0300)]
18661: Removes unused import.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 3 Feb 2022 16:16:09 +0000 (13:16 -0300)]
18661: Fixes the '<div> cannot appear as a child of <tbody>' error.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 3 Feb 2022 21:29:02 +0000 (18:29 -0300)]
18661: Improves cypress test reliability avoiding possible race.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 3 Feb 2022 21:28:22 +0000 (18:28 -0300)]
18661: Reorders action dispatching to ensure proper side tree panel refresh.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 1 Feb 2022 20:44:18 +0000 (17:44 -0300)]
18661: Avoids project listing flickering when pressing the Refresh button.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 1 Feb 2022 17:12:50 +0000 (14:12 -0300)]
Merge branch '17914-peer-federation-login-fix'. Closes #17914
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 1 Feb 2022 16:09:47 +0000 (13:09 -0300)]
17914: Improves cypress test launch script.
Instead of modifying the in-repo config file to point to the correct
vocabulary temp path, make a copy of it and pass that to arvados boot.
This will avoid committing the arvados_config.yml file by accident.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Mon, 31 Jan 2022 21:37:28 +0000 (18:37 -0300)]
17914: Replaces deprecated substr() with substring().
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Mon, 31 Jan 2022 21:27:57 +0000 (18:27 -0300)]
17914: Fixes regression introduced in ticket 17568.
Ticket 17568 fixed a token expiration display issue. Still, it introduced
a problem on peer federations because the code attempts to use the salted token
to query the home cluster, which isn't an authorized operation.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Stephen Smith [Fri, 28 Jan 2022 21:52:21 +0000 (16:52 -0500)]
Merge branch '18628-detailed-resource-owner-renderer' into main. Closes #18628
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Thu, 27 Jan 2022 19:06:09 +0000 (14:06 -0500)]
18628: Replace all usage of ResourceOwner with ResourceOwnerWithName.
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Daniel Kutyła [Wed, 26 Jan 2022 15:48:30 +0000 (16:48 +0100)]
Merge branch '17290-Create-collections-from-selected-files-issue' into main
closes #17290
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Tue, 25 Jan 2022 10:11:02 +0000 (11:11 +0100)]
17290: Added prefix to the name of the copied collection
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Wed, 19 Jan 2022 15:55:21 +0000 (16:55 +0100)]
Merge branch '18207-Workbench2-is-not-clearing-the-project-content-when-switching' into main
closes #18207
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Lucas Di Pentima [Tue, 18 Jan 2022 17:46:29 +0000 (14:46 -0300)]
18207: Makes 'working' status work in 'Shared with me' & 'Groups' DataExplorers
Also, replaces the 'folder' icon that we usually use in projects with a more
generic one because DataTable is used on other object types listings.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Daniel Kutyła [Tue, 18 Jan 2022 15:38:09 +0000 (16:38 +0100)]
18207: Added common icon and removed code duplication
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Lucas Di Pentima [Fri, 14 Jan 2022 15:14:13 +0000 (12:14 -0300)]
Merge branch '18219-prop-chips-styling'. Refs #18219
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Daniel Kutyła [Fri, 14 Jan 2022 14:28:01 +0000 (15:28 +0100)]
18207: Replaced loader with null to be consistent with the existing ui
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Lucas Di Pentima [Fri, 14 Jan 2022 11:31:19 +0000 (08:31 -0300)]
18219: Improves property chips styling in both 1 or 2 column configurations.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Daniel Kutyła [Wed, 12 Jan 2022 20:52:19 +0000 (21:52 +0100)]
Merge remote-tracking branch 'origin/main' into 18207-Workbench2-is-not-clearing-the-project-content-when-switching
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Lucas Di Pentima [Wed, 12 Jan 2022 19:46:29 +0000 (16:46 -0300)]
Merge branch 'caniuse-lite-upgrade'. No issue #
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Wed, 12 Jan 2022 18:50:19 +0000 (15:50 -0300)]
Upgrades the caniuse-lite package, to get the latest browser details.
No issue #
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 7 Jan 2022 19:37:01 +0000 (16:37 -0300)]
Merge branch '18219-edit-btn-styling'. Refs #18219
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 7 Jan 2022 18:52:51 +0000 (15:52 -0300)]
18219: Improves the edit button styling at the details panel.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Wed, 5 Jan 2022 21:48:34 +0000 (18:48 -0300)]
Merge branch '18219-props-in-collection-details-panel'. Closes #18219
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 4 Jan 2022 16:19:51 +0000 (13:19 -0300)]
18219: Fixes tests.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 4 Jan 2022 14:56:02 +0000 (11:56 -0300)]
18219: Improves edit & create dialogs adding some separation between fields.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 4 Jan 2022 13:58:18 +0000 (10:58 -0300)]
18219: Replaces edit props dialog with full editor on details panel.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 21 Dec 2021 12:39:39 +0000 (09:39 -0300)]
18219: Adds property editor to groups create dialog.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Mon, 20 Dec 2021 20:08:38 +0000 (17:08 -0300)]
18219: Fixes group management tests.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Mon, 20 Dec 2021 19:11:57 +0000 (16:11 -0300)]
18219: Fixes collection edit dialog. Adds test.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Mon, 20 Dec 2021 16:21:36 +0000 (13:21 -0300)]
18219: Updates tests on property edition.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Daniel Kutyła [Fri, 17 Dec 2021 23:09:37 +0000 (00:09 +0100)]
Merge remote-tracking branch 'origin/main' into 18207-Workbench2-is-not-clearing-the-project-content-when-switching
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Lucas Di Pentima [Fri, 17 Dec 2021 22:31:03 +0000 (19:31 -0300)]
18219: Unifies code for showing the list of properties on rsc forms.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 17 Dec 2021 21:46:12 +0000 (18:46 -0300)]
18219: Unifies collection/project create/update properties handling actions.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 17 Dec 2021 21:03:14 +0000 (18:03 -0300)]
18219: Adds property edition capabilities to create & update dialogs.
There's too much code duplication. Some might be simple to avoid.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 17 Dec 2021 21:01:45 +0000 (18:01 -0300)]
18219: Improves the property adding form layout.
Instead of dividing the horizontal space equally between the 2 input fields
and the button, make just the both input fields take all the available
space.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 16 Dec 2021 13:19:44 +0000 (10:19 -0300)]
18219: Requests MPV custom props forwarding on the process panel.
Those props are properly handled so they don't generate any DOM warnings.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 16 Dec 2021 13:17:31 +0000 (10:17 -0300)]
18219: Disables custom props forwarding on MPV components by default.
This is to avoid warning messages like:
Warning: React does not recognize the `panelIlluminated` prop on a DOM element.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Wed, 15 Dec 2021 21:03:04 +0000 (18:03 -0300)]
18219: Updates cypress tests.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Wed, 15 Dec 2021 19:31:32 +0000 (16:31 -0300)]
18219: Replaces properties form on collection panel.
* Removes properties form subpanel from the main collection panel.
* Adds property chips to collection's info & details panel.
* Allows property editing from the details panel.
* Replaces resource-specific property form components with a generic one.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 14 Dec 2021 21:27:49 +0000 (18:27 -0300)]
18219: Extracts 'properties' into a separate interface for typing reasons.
We'll be treating Collections, Projects, etc as "ResourcesWithProperties".
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Stephen Smith [Thu, 16 Dec 2021 17:27:26 +0000 (12:27 -0500)]
Merge branch '18123-group-edit-page-rebase1' into main. Closes #18123
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Daniel Kutyła [Thu, 16 Dec 2021 16:11:03 +0000 (17:11 +0100)]
Merge branch '17579-Clear-table-filter-when-changing-the-project' into main
closes #17579
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Stephen Smith [Thu, 16 Dec 2021 15:42:52 +0000 (10:42 -0500)]
18123: Clarify group create users input field label
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Lucas Di Pentima [Wed, 15 Dec 2021 22:32:01 +0000 (19:32 -0300)]
Merge branch '18584-collection-copy-fix'. Closes #18584.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Wed, 15 Dec 2021 21:59:55 +0000 (18:59 -0300)]
18587: Temporarily disabling the 'copy selected into collection' feature.
There're some cases that can cause data corruption.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Wed, 15 Dec 2021 21:55:46 +0000 (18:55 -0300)]
18584: Fixes error when creating a collection with selected files.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Daniel Kutyła [Wed, 15 Dec 2021 21:15:36 +0000 (22:15 +0100)]
17579: added better description for the test
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Stephen Smith [Wed, 15 Dec 2021 14:19:39 +0000 (09:19 -0500)]
18123: Clarify variable names
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Wed, 15 Dec 2021 05:35:25 +0000 (00:35 -0500)]
18123: Use update project dialog for creating groups and remove create group dialog.
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Lucas Di Pentima [Tue, 14 Dec 2021 20:05:37 +0000 (17:05 -0300)]
18584: Fixes collections partial copy action code.
These features (copy selected into collection, and create a new collection
with selected) aren't working as expected. There's a separate ticket to
address them.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 14 Dec 2021 19:52:48 +0000 (16:52 -0300)]
18584: Fixes collection "Move to" action. Adds integration test.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 14 Dec 2021 19:18:03 +0000 (16:18 -0300)]
18584: Fixes the collection's "Make a copy" action.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 14 Dec 2021 19:12:14 +0000 (16:12 -0300)]
18584: Adds Cypress test for collection copy action.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Stephen Smith [Tue, 14 Dec 2021 15:01:32 +0000 (10:01 -0500)]
18123: Fix incorrect label on role group members in groups.
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Tue, 14 Dec 2021 02:45:40 +0000 (21:45 -0500)]
18123: Add optional disabled prop to active checkbox.
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Mon, 13 Dec 2021 00:24:17 +0000 (19:24 -0500)]
18123: Invert group member is visible logic
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Mon, 13 Dec 2021 00:19:18 +0000 (19:19 -0500)]
18123: Use sharing dialog to add users to groups
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Sun, 12 Dec 2021 22:20:11 +0000 (17:20 -0500)]
18123: Use fa-users icon for groups
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Daniel Kutyła [Fri, 10 Dec 2021 16:19:13 +0000 (17:19 +0100)]
17579: reverted color change
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Fri, 10 Dec 2021 15:12:09 +0000 (16:12 +0100)]
17579: added check if search input contains value
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Wed, 8 Dec 2021 22:25:13 +0000 (23:25 +0100)]
17579: Fixed clear search input when changing project test
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Wed, 8 Dec 2021 22:01:38 +0000 (23:01 +0100)]
Merge remote-tracking branch 'origin/main' into 17579-Clear-table-filter-when-changing-the-project
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Wed, 8 Dec 2021 20:44:42 +0000 (21:44 +0100)]
17579: fix for wrong conflict resolution
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Wed, 8 Dec 2021 15:50:37 +0000 (16:50 +0100)]
17579: Fix for collection cypress failure
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Wed, 8 Dec 2021 15:50:37 +0000 (16:50 +0100)]
17579: Fix for collection cypress failure
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Tue, 7 Dec 2021 22:21:38 +0000 (23:21 +0100)]
17579: Fixed test issues removed not required files
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Stephen Smith [Tue, 7 Dec 2021 15:36:37 +0000 (10:36 -0500)]
18123: Free up space in group member list by removing email/uuid
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Lucas Di Pentima [Fri, 3 Dec 2021 14:59:37 +0000 (11:59 -0300)]
Merge branch '18128-multi-panel-view' into main. Closes #18128.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 2 Dec 2021 22:58:33 +0000 (19:58 -0300)]
18128: Fixes triple negation.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Mon, 22 Nov 2021 14:17:12 +0000 (11:17 -0300)]
18128: Fixes unit test due to behavior change.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 19 Nov 2021 22:36:32 +0000 (19:36 -0300)]
18128: Adds panel indication and auto-scroll on mouse hovering.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Wed, 20 Oct 2021 20:12:38 +0000 (17:12 -0300)]
18128: Make the properties panel of hidden by default.
This is to make cypress tests pass, while maintaining previous behavior.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Wed, 20 Oct 2021 19:24:39 +0000 (16:24 -0300)]
18128: Improves collection's view different panels layout.
There's additional work to be done here, specially with the file browser
that doesn't seem to behave correctly when trying to make it occupy all
the available vertical space.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Wed, 20 Oct 2021 17:16:35 +0000 (14:16 -0300)]
18128: Adds Multi-View Panel to collection's view.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Wed, 20 Oct 2021 17:05:02 +0000 (14:05 -0300)]
18128: Removes WIP logs panel & hides details panel on process view.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 19 Oct 2021 20:50:38 +0000 (17:50 -0300)]
18128: Adds unit tests.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 19 Oct 2021 19:23:21 +0000 (16:23 -0300)]
18128: Adds logs panel to process view. WIP
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 19 Oct 2021 19:20:32 +0000 (16:20 -0300)]
18128: Separate process details into their own component.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 19 Oct 2021 16:49:14 +0000 (13:49 -0300)]
18128: Makes the toggle button bar always visible.
In case there's vertical scrolling involved, the button bar will always
be accessible.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 19 Oct 2021 14:58:09 +0000 (11:58 -0300)]
18128: Improves process panel.
Makes the subprocess panel take the available screen space.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 19 Oct 2021 14:56:07 +0000 (11:56 -0300)]
18128: Fixes app's main content layouts.
Moves the height calculation from the DataExplorer/DataTable component combo
to the outer layers so that DataExplorer can be used as one of many data
panels inside a view.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 14 Oct 2021 21:04:09 +0000 (18:04 -0300)]
18128: Adds panel maximizing capabilities.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 14 Oct 2021 19:16:18 +0000 (16:16 -0300)]
18128: Adds ability to set up initial per-panel visibility.
If panelStates isn't defined, the default keeps being "show all panels".
If panelStates is defined, but some panel state isn't included, the default
is to set its initial visibility to false. If it is indeed included but
the optional visibility setting isn't defined, by default the panel will
be shown to avoid having to explicitly set visible:true to all panels.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 14 Oct 2021 18:28:40 +0000 (15:28 -0300)]
18128: Exports a common type for panel implementors to receive MPV props.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 14 Oct 2021 17:54:28 +0000 (14:54 -0300)]
18128: Improves toggle button bar's alignment & separation.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 14 Oct 2021 14:49:29 +0000 (11:49 -0300)]
18128: Adds better styling to the toggle bar.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 8 Oct 2021 19:11:16 +0000 (16:11 -0300)]
18128: Show [X] close button on individual panels.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 8 Oct 2021 19:05:05 +0000 (16:05 -0300)]
18128: Applies MPVContainer component to the process panel.
Both panel are now able to be toggled via the top level button tray.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 8 Oct 2021 18:49:15 +0000 (15:49 -0300)]
18128: Adds Multi Panel View (MPV for short) component family.
MPVContainer aims to be a drop-in replacement for <Grid container...>
that will handle its children's visibility and pass to them additional
props so they can optionally offer UI elements to the user.
MPVPanelContent aims to be a drop-in replacement for <Grid item...>
in case there's a need for special layout inside a container. This
component will forward the additional props to its children.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 8 Oct 2021 18:42:02 +0000 (15:42 -0300)]
18128: Removes unused code.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Daniel Kutyła [Thu, 2 Dec 2021 21:12:59 +0000 (22:12 +0100)]
17579: Added search input clear after project change
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>