arvados.git
3 months ago21909: Remove unused createDoc.R script
Brett Smith [Tue, 3 Sep 2024 19:36:55 +0000 (15:36 -0400)]
21909: Remove unused createDoc.R script

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21909: Update R SDK Version
Brett Smith [Tue, 3 Sep 2024 19:32:35 +0000 (15:32 -0400)]
21909: Update R SDK Version

This is usually overridden during the build process anyway, but might as
well update it while I'm at it.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21909: Add a basic build system to R SDK
Brett Smith [Tue, 3 Sep 2024 19:29:20 +0000 (15:29 -0400)]
21909: Add a basic build system to R SDK

The R SDK includes committed code and documentation that are generated
from other sources, mainly the discovery document and inline
documentation. Remove those and introduce a Makefile with recipes to
build them all. This will make it easier to keep the R SDK in sync with
Arvados API changes in the future.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21909: Improve R SDK recipe readability
Brett Smith [Fri, 30 Aug 2024 21:20:24 +0000 (17:20 -0400)]
21909: Improve R SDK recipe readability

* Use Dir.glob instead of implementing it ourselves
* Use File.basename instead of string slices
* Use system() to avoid a shell and needless output capture

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21909: Turn autoGenAPI.R into a standalone script
Brett Smith [Tue, 3 Sep 2024 18:02:45 +0000 (14:02 -0400)]
21909: Turn autoGenAPI.R into a standalone script

This lets someone run it from source before installing the ArvadosR
package.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21909: Add a canonical discovery document to sdk/R
Brett Smith [Tue, 3 Sep 2024 18:34:18 +0000 (14:34 -0400)]
21909: Add a canonical discovery document to sdk/R

The R SDK uses this to build code and documentation much like the Python
SDK does. We can share infrastructure to keep them in sync.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21909: Remove obsolete API filtering
Brett Smith [Fri, 30 Aug 2024 13:37:36 +0000 (09:37 -0400)]
21909: Remove obsolete API filtering

This code is a noop now that these APIs have been removed entirely.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21909: Remove unused logo
Brett Smith [Tue, 3 Sep 2024 18:27:38 +0000 (14:27 -0400)]
21909: Remove unused logo

Unused since 5d9edef1f13b3b9f7abff1bec7d2fda82838a8f0.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago19929: Configure Roxygen with Markdown support
Brett Smith [Fri, 30 Aug 2024 21:23:20 +0000 (17:23 -0400)]
19929: Configure Roxygen with Markdown support

We need this now that the discovery document descriptions use Markdown.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago19929: Use NULL for all R default arguments
Brett Smith [Fri, 30 Aug 2024 21:21:34 +0000 (17:21 -0400)]
19929: Use NULL for all R default arguments

The default values in the discovery document tend to be stringified for
the benefit of the Java SDK. This means trying to use them verbatim in
R code is likely to yield incorrect results.

Just set them all to NULL and let the API server use its own defaults.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago19929: Handle multiline descriptions in R code
Brett Smith [Fri, 30 Aug 2024 21:15:48 +0000 (17:15 -0400)]
19929: Handle multiline descriptions in R code

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months agoMerge branch '21773-keep-service-discovery'
Tom Clegg [Wed, 11 Sep 2024 13:01:02 +0000 (09:01 -0400)]
Merge branch '21773-keep-service-discovery'

closes #21773

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

3 months ago22017: Configurable instance type/family mapping.
Tom Clegg [Tue, 10 Sep 2024 21:24:08 +0000 (17:24 -0400)]
22017: Configurable instance type/family mapping.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

3 months ago21702: Update cache size in metrics test.
Tom Clegg [Tue, 10 Sep 2024 20:37:38 +0000 (16:37 -0400)]
21702: Update cache size in metrics test.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

3 months ago21702: Fix behavior of COPY with depth 0.
Tom Clegg [Tue, 10 Sep 2024 20:00:24 +0000 (16:00 -0400)]
21702: Fix behavior of COPY with depth 0.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

3 months ago21702: Use replace_files API instead of serializing writes.
Tom Clegg [Tue, 10 Sep 2024 19:25:00 +0000 (15:25 -0400)]
21702: Use replace_files API instead of serializing writes.

Also remove reference to nonexistent RMCOL method ("rmcol" is a
cadaver command, but the WebDAV method for removing a collection is
DELETE).

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

3 months ago21720: fixed flaky project test again
Lisa Knox [Tue, 10 Sep 2024 14:17:27 +0000 (10:17 -0400)]
21720: fixed flaky project test again

* added cy.waitForDom() after submit button clicks

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago21720: fixed flaky project test
Lisa Knox [Tue, 10 Sep 2024 14:03:14 +0000 (10:03 -0400)]
21720: fixed flaky project test

* changed cy.go('back') to manually clicking the 'Home Projects' breadcrumb

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago21720: removed redundant redirect-to test
Lisa Knox [Tue, 10 Sep 2024 13:05:16 +0000 (09:05 -0400)]
21720: removed redundant redirect-to test

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months agoMerge branch '21297-container-status' refs #21297
Peter Amstutz [Mon, 9 Sep 2024 21:00:30 +0000 (17:00 -0400)]
Merge branch '21297-container-status' refs #21297

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

3 months agoMerge branch 'main' into 21297-container-status 21297-container-status
Peter Amstutz [Mon, 9 Sep 2024 20:09:45 +0000 (16:09 -0400)]
Merge branch 'main' into 21297-container-status

refs #21297

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

3 months ago21720: removed getClipboardUrl spec made redundant by 21941
Lisa Knox [Mon, 9 Sep 2024 18:38:04 +0000 (14:38 -0400)]
21720: removed getClipboardUrl spec made redundant by 21941

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago21720: fixed file-viewer-action test
Lisa Knox [Mon, 9 Sep 2024 18:25:07 +0000 (14:25 -0400)]
21720: fixed file-viewer-action test

* the href for the openInNewTab action must be a legitimate address

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago22017: Separate quotas for spot/demand, add missing families.
Tom Clegg [Mon, 9 Sep 2024 18:00:38 +0000 (14:00 -0400)]
22017: Separate quotas for spot/demand, add missing families.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

3 months ago19929: Move request class to the top of PySDK reference
Brett Smith [Mon, 9 Sep 2024 16:18:05 +0000 (12:18 -0400)]
19929: Move request class to the top of PySDK reference

Since it is used by every method class, and small, documenting it first
makes better organizational sense. No issue #.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago19929: Document schemas and their resources together in PySDK reference
Brett Smith [Mon, 9 Sep 2024 16:07:18 +0000 (12:07 -0400)]
19929: Document schemas and their resources together in PySDK reference

Now that all these classes are fully documented, outputting all the
schemas and then all the resources means there's a giant gap between
related classes. Provide nicer organization by sorting by methods,
preceding them with their related schemas. Refs #19929.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21720: fixed run-process-panel-actions test
Lisa Knox [Mon, 9 Sep 2024 15:47:58 +0000 (11:47 -0400)]
21720: fixed run-process-panel-actions test

* there is a meaningless console error at the end with navigateTo because the store doesn't exist in this test

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months agoMerge branch '19929-fill-discovery-document'
Brett Smith [Mon, 9 Sep 2024 13:59:08 +0000 (09:59 -0400)]
Merge branch '19929-fill-discovery-document'

Refs #19929.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months agoMerge branch '22073-salt-v3006-downgrade'
Lucas Di Pentima [Mon, 9 Sep 2024 13:46:01 +0000 (10:46 -0300)]
Merge branch '22073-salt-v3006-downgrade'

closes #22073

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

3 months ago22073: Requires salt v3006 instead of v3006 to avoid recursive requisite error. 22073-salt-v3006-downgrade
Lucas Di Pentima [Fri, 6 Sep 2024 20:56:42 +0000 (17:56 -0300)]
22073: Requires salt v3006 instead of v3006 to avoid recursive requisite error.

This change avoids getting the problem mentioned in
https://github.com/saltstack/salt/issues/65966 -- that seems will be fixed in
salt version 3008.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

3 months ago21773: Wait a bit longer for random delays to appear random enough. 21773-keep-service-discovery
Tom Clegg [Fri, 6 Sep 2024 18:21:51 +0000 (14:21 -0400)]
21773: Wait a bit longer for random delays to appear random enough.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

3 months ago21720: fixed window focus bug
Lisa Knox [Fri, 6 Sep 2024 18:13:26 +0000 (14:13 -0400)]
21720: fixed window focus bug

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago21720: fixed project test
Lisa Knox [Fri, 6 Sep 2024 17:17:57 +0000 (13:17 -0400)]
21720: fixed project test

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago19929: Remove include_old_versions parameter of collections.get 19929-fill-discovery-document
Brett Smith [Fri, 6 Sep 2024 14:49:29 +0000 (10:49 -0400)]
19929: Remove include_old_versions parameter of collections.get

This parameter was accidentally added to collections.show years ago in
b3d5254ce24ca82904b13d61012b2d8d676a30d8,
but we only recently started advertising if for collections.get in
e49ab1fa2bc83ddb6a3ad3ef6ca4b16391a72094.

It was never supposed to be here and was never advertised for
collections.get in a released version or in our API
documentation. Just remove it.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago22017: Comment test.
Tom Clegg [Fri, 6 Sep 2024 15:16:10 +0000 (11:16 -0400)]
22017: Comment test.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

3 months ago22017: Test pool response to instance family capacity errors.
Tom Clegg [Fri, 6 Sep 2024 15:13:56 +0000 (11:13 -0400)]
22017: Test pool response to instance family capacity errors.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

3 months ago21720: converted tree-picker test to cypress
Lisa Knox [Fri, 6 Sep 2024 14:09:29 +0000 (10:09 -0400)]
21720: converted tree-picker test to cypress

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago17074: Fix project cypress test to account for separate count query 17074-optimize-itemsavailable
Stephen Smith [Fri, 6 Sep 2024 13:39:31 +0000 (09:39 -0400)]
17074: Fix project cypress test to account for separate count query

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

3 months ago19929: Document that container_requests.filters is not implemented
Brett Smith [Thu, 5 Sep 2024 21:32:42 +0000 (17:32 -0400)]
19929: Document that container_requests.filters is not implemented

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago19929: Improve groups.contents discovery document details
Brett Smith [Thu, 5 Sep 2024 21:15:46 +0000 (17:15 -0400)]
19929: Improve groups.contents discovery document details

* Add missing parameters.
* Update the `uuid` description to account for the relationship
  with those parameters.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago19929: Remove long-gone List properties from the discovery document
Brett Smith [Thu, 5 Sep 2024 20:56:11 +0000 (16:56 -0400)]
19929: Remove long-gone List properties from the discovery document

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago19929: Clarify some wording in discovery document descriptions
Brett Smith [Thu, 5 Sep 2024 18:28:08 +0000 (14:28 -0400)]
19929: Clarify some wording in discovery document descriptions

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21720: fixed icon occlusion in sidepanel
Lisa Knox [Thu, 5 Sep 2024 18:43:02 +0000 (14:43 -0400)]
21720: fixed icon occlusion in sidepanel

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago19929: Fix formatting of bulleted list
Brett Smith [Thu, 5 Sep 2024 18:20:00 +0000 (14:20 -0400)]
19929: Fix formatting of bulleted list

Don't indent so much it can become a code block.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21720: restored basic form styling
Lisa Knox [Thu, 5 Sep 2024 15:19:52 +0000 (11:19 -0400)]
21720: restored basic form styling

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago22017: VcpuLimitExceeded applies to instance family, not all types.
Tom Clegg [Thu, 5 Sep 2024 14:16:14 +0000 (10:16 -0400)]
22017: VcpuLimitExceeded applies to instance family, not all types.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

3 months ago21720: fixed withstyles in process-panel-root
Lisa Knox [Thu, 5 Sep 2024 13:07:19 +0000 (09:07 -0400)]
21720: fixed withstyles in process-panel-root

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago21720: merge leftovers
Lisa Knox [Wed, 4 Sep 2024 17:04:06 +0000 (13:04 -0400)]
21720: merge leftovers

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months agoMerge branch 'main' into 21720-material-ui-upgrade
Lisa Knox [Wed, 4 Sep 2024 16:57:38 +0000 (12:57 -0400)]
Merge branch 'main' into 21720-material-ui-upgrade

refs #21720

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago17074: Update DE middleware tests
Stephen Smith [Wed, 4 Sep 2024 16:45:42 +0000 (12:45 -0400)]
17074: Update DE middleware tests

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

3 months ago21720: changed component test script, rebuilt docker image
Lisa Knox [Fri, 30 Aug 2024 14:45:16 +0000 (10:45 -0400)]
21720: changed component test script, rebuilt docker image

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago21720: added baseUrl to component config
Lisa Knox [Fri, 30 Aug 2024 13:18:59 +0000 (09:18 -0400)]
21720: added baseUrl to component config

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago22070: Pin google-cloud-env Gem for Ruby 2.7 compatibility
Brett Smith [Thu, 29 Aug 2024 20:29:11 +0000 (16:29 -0400)]
22070: Pin google-cloud-env Gem for Ruby 2.7 compatibility

Refs #22070.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21720: fixed another flaky project test
Lisa Knox [Thu, 29 Aug 2024 18:18:41 +0000 (14:18 -0400)]
21720: fixed another flaky project test

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago21720: fixed flaky login test
Lisa Knox [Thu, 29 Aug 2024 16:03:17 +0000 (12:03 -0400)]
21720: fixed flaky login test

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago21720: fixed flaky project test
Lisa Knox [Thu, 29 Aug 2024 15:31:04 +0000 (11:31 -0400)]
21720: fixed flaky project test

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago19929: Add descriptions to all discovery document schemas and properties
Brett Smith [Thu, 29 Aug 2024 14:36:59 +0000 (10:36 -0400)]
19929: Add descriptions to all discovery document schemas and properties

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21720: fixed flaky details card test
Lisa Knox [Thu, 29 Aug 2024 14:37:34 +0000 (10:37 -0400)]
21720: fixed flaky details card test

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago19929: Remove discovery2pydoc pre-Py3.8 import
Brett Smith [Thu, 29 Aug 2024 13:12:00 +0000 (09:12 -0400)]
19929: Remove discovery2pydoc pre-Py3.8 import

Now that we require Python 3.8, this condition is a noop.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago19929: Improve replace_files description in discovery document
Brett Smith [Wed, 28 Aug 2024 21:10:34 +0000 (17:10 -0400)]
19929: Improve replace_files description in discovery document

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago19929: Correct type of ComputedPermissions.perm_level in discovery document
Brett Smith [Wed, 28 Aug 2024 21:04:09 +0000 (17:04 -0400)]
19929: Correct type of ComputedPermissions.perm_level in discovery document

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago19929/15397: Remove documentation for removed `writable_by` attribute
Brett Smith [Wed, 28 Aug 2024 20:25:52 +0000 (16:25 -0400)]
19929/15397: Remove documentation for removed `writable_by` attribute

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago19929: Add descriptions to all discovery document methods and parameters
Brett Smith [Tue, 27 Aug 2024 16:03:06 +0000 (12:03 -0400)]
19929: Add descriptions to all discovery document methods and parameters

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21720: fixed flaky collection test
Lisa Knox [Thu, 29 Aug 2024 14:13:16 +0000 (10:13 -0400)]
21720: fixed flaky collection test

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

3 months ago19929/15397: Remove unused repo_name code
Brett Smith [Tue, 27 Aug 2024 16:01:52 +0000 (12:01 -0400)]
19929/15397: Remove unused repo_name code

This code no longer does anything after removing repositories from the
API.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago19929: Document body parameters in arvados.api_resources
Brett Smith [Mon, 26 Aug 2024 15:27:24 +0000 (11:27 -0400)]
19929: Document body parameters in arvados.api_resources

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago15397: Update list of deprecated resources
Brett Smith [Mon, 26 Aug 2024 14:15:01 +0000 (10:15 -0400)]
15397: Update list of deprecated resources

Namely, there are none as of Arvados 3.0. The code is still good though,
so we can leave this functionality in place for the future.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21901: go fmt fixtures
Brett Smith [Thu, 29 Aug 2024 13:07:49 +0000 (09:07 -0400)]
21901: go fmt fixtures

Refs #21901.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

3 months ago21720: updated makefile
Lisa Knox [Wed, 28 Aug 2024 18:14:06 +0000 (14:14 -0400)]
21720: updated makefile

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: added cypress-plugin-tab and fixed collection test
Lisa Knox [Wed, 28 Aug 2024 14:05:01 +0000 (10:05 -0400)]
21720: added cypress-plugin-tab and fixed collection test

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: fixed workflow-panel-action test
Lisa Knox [Tue, 27 Aug 2024 18:32:51 +0000 (14:32 -0400)]
21720: fixed workflow-panel-action test

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: renamed overloaded isSelected var for clarity
Lisa Knox [Tue, 27 Aug 2024 17:25:00 +0000 (13:25 -0400)]
21720: renamed overloaded isSelected var for clarity

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: fixed hovering shading in checkbox cells
Lisa Knox [Tue, 27 Aug 2024 17:20:25 +0000 (13:20 -0400)]
21720: fixed hovering shading in checkbox cells

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: fixed selected shading on tablerow
Lisa Knox [Tue, 27 Aug 2024 15:53:54 +0000 (11:53 -0400)]
21720: fixed selected shading on tablerow

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: fixed margin type in text-field
Lisa Knox [Tue, 27 Aug 2024 14:52:55 +0000 (10:52 -0400)]
21720: fixed margin type in text-field

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: restored disableBackdropClick functionality for dialogs
Lisa Knox [Tue, 27 Aug 2024 14:20:38 +0000 (10:20 -0400)]
21720: restored disableBackdropClick functionality for dialogs

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: fixed autocomplete anchors/width
Lisa Knox [Tue, 27 Aug 2024 13:31:26 +0000 (09:31 -0400)]
21720: fixed autocomplete anchors/width

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: adusted filters css
Lisa Knox [Mon, 26 Aug 2024 19:08:50 +0000 (15:08 -0400)]
21720: adusted filters css

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: switched to justifyContent in MPV
Lisa Knox [Mon, 26 Aug 2024 18:55:14 +0000 (14:55 -0400)]
21720: switched to justifyContent in MPV

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago17074: Add REQUEST_COUNT state machine in data explorer
Stephen Smith [Mon, 26 Aug 2024 18:50:30 +0000 (14:50 -0400)]
17074: Add REQUEST_COUNT state machine in data explorer

* Enables DE updates to not block waiting for itemsAvailable
* Prevents itemsAvailable race by checking countRequestState

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

4 months ago21720: removed more csx calc()s
Lisa Knox [Mon, 26 Aug 2024 18:41:23 +0000 (14:41 -0400)]
21720: removed more csx calc()s

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: fixed sidepanel width
Lisa Knox [Mon, 26 Aug 2024 18:33:37 +0000 (14:33 -0400)]
21720: fixed sidepanel width

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: removed calc values from csx where they didn't work
Lisa Knox [Mon, 26 Aug 2024 18:01:35 +0000 (14:01 -0400)]
21720: removed calc values from csx where they didn't work

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: re-added breadcrumbs css
Lisa Knox [Mon, 26 Aug 2024 16:19:12 +0000 (12:19 -0400)]
21720: re-added breadcrumbs css

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: removed unused accordion styles
Lisa Knox [Mon, 26 Aug 2024 15:53:31 +0000 (11:53 -0400)]
21720: removed unused accordion styles

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: removed unnecessary type casts
Lisa Knox [Mon, 26 Aug 2024 15:28:05 +0000 (11:28 -0400)]
21720: removed unnecessary type casts

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: fixed minimum side panel size
Lisa Knox [Mon, 26 Aug 2024 14:48:45 +0000 (10:48 -0400)]
21720: fixed minimum side panel size

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago21720: removed some redundant css
Lisa Knox [Mon, 26 Aug 2024 14:02:40 +0000 (10:02 -0400)]
21720: removed some redundant css

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

4 months ago17074: Add remaining requestCount implementations
Stephen Smith [Mon, 26 Aug 2024 13:46:13 +0000 (09:46 -0400)]
17074: Add remaining requestCount implementations

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

4 months ago17074: Add requestCount to data explorer middleware, implement for shared-with-me
Stephen Smith [Mon, 26 Aug 2024 13:43:27 +0000 (09:43 -0400)]
17074: Add requestCount to data explorer middleware, implement for shared-with-me

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

4 months ago17074: Various DE middleware cleanup
Stephen Smith [Fri, 23 Aug 2024 15:18:22 +0000 (11:18 -0400)]
17074: Various DE middleware cleanup

* Add missing loading indicator
* Add missing checks to prevent loading indicator on background
* Add types to getParams methods
* Prefer using bound dataexplorer actions

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

17074: Prevent group details panel background refreshes from triggering loading

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

4 months ago17074: Add type to api client authorization getParams
Stephen Smith [Fri, 23 Aug 2024 15:13:29 +0000 (11:13 -0400)]
17074: Add type to api client authorization getParams

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

4 months ago17074: Refactor / cleanup shared with me middleware
Stephen Smith [Fri, 23 Aug 2024 16:33:04 +0000 (12:33 -0400)]
17074: Refactor / cleanup shared with me middleware

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

4 months ago17074: Check user panel uuid undefined before loading
Stephen Smith [Mon, 26 Aug 2024 13:25:31 +0000 (09:25 -0400)]
17074: Check user panel uuid undefined before loading

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

4 months ago17074: Cleanup and refactor public favorites middleware
Stephen Smith [Fri, 23 Aug 2024 16:22:01 +0000 (12:22 -0400)]
17074: Cleanup and refactor public favorites middleware

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

4 months ago17074: Refactor and cleanup favorites panel middleware
Stephen Smith [Fri, 23 Aug 2024 15:01:52 +0000 (11:01 -0400)]
17074: Refactor and cleanup favorites panel middleware

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

4 months ago17074: Refactor and cleanup collections content address middleware
Stephen Smith [Fri, 23 Aug 2024 14:54:41 +0000 (10:54 -0400)]
17074: Refactor and cleanup collections content address middleware

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

4 months ago17074: Add type to data explorer meta to satisfy SET_ITEMS
Stephen Smith [Fri, 23 Aug 2024 14:39:42 +0000 (10:39 -0400)]
17074: Add type to data explorer meta to satisfy SET_ITEMS

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

4 months ago17074: Add data explorer pagination loading indicator
Stephen Smith [Fri, 23 Aug 2024 14:38:57 +0000 (10:38 -0400)]
17074: Add data explorer pagination loading indicator

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

4 months ago17074: Add loading status flag to data explorer state
Stephen Smith [Thu, 22 Aug 2024 17:10:19 +0000 (13:10 -0400)]
17074: Add loading status flag to data explorer state

Also sets the flag when appropriate

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>