arvados.git
4 weeks ago21601: Add test for arvados_version.py synchronization 21601-setuptools-git-deps
Brett Smith [Tue, 2 Apr 2024 20:50:41 +0000 (16:50 -0400)]
21601: Add test for arvados_version.py synchronization

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

5 weeks ago21601: Ensure pip is new enough to support package building
Brett Smith [Sun, 24 Mar 2024 03:26:58 +0000 (23:26 -0400)]
21601: Ensure pip is new enough to support package building

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

5 weeks ago21601: Build Python distro packages from wheels
Brett Smith [Sat, 23 Mar 2024 18:16:35 +0000 (14:16 -0400)]
21601: Build Python distro packages from wheels

The immediate problem this solves is that, by building and installing
from a repository of wheels, Python packages can find their
interdependencies without any special logic in the build process.

Other benefits:

* Eliminates some redundant work. We don't have to build the Python SDK
  from source multiple times. We can use the published cwltest wheel
  instead of building our own.

* Prepares the code for PEP 517 compliance. We only invoke setup.py to
  build packages that have not been updated yet. We introspect packages
  from their wheels, so we no longer have to introspect the source to
  build distro packages.

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

5 weeks ago21601: Remove PySDK from `install deps`
Brett Smith [Sat, 23 Mar 2024 18:17:47 +0000 (14:17 -0400)]
21601: Remove PySDK from `install deps`

It's already installed by `install env`. ðŸ¤·

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

5 weeks ago21601: Install wheel in run-tests.sh VENV3DIR
Brett Smith [Tue, 19 Mar 2024 03:04:59 +0000 (23:04 -0400)]
21601: Install wheel in run-tests.sh VENV3DIR

We do this basically everywhere else in our build infrastructure, so
doing it here helps avoid discrepancies between those environments.

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

5 weeks ago21601: Specify Python interdependencies with ~=
Brett Smith [Sat, 16 Mar 2024 23:23:44 +0000 (19:23 -0400)]
21601: Specify Python interdependencies with ~=

This has the same rationale as using <= before, but it's stricter. It
should prevent pip from using release versions to satisfy development
dependencies in the future, and help root out bugs in our build
processes.

DRY up this logic in arvados_version.py.

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

5 weeks ago21601: Move --short-tests-only check to arvados_version
Brett Smith [Sat, 16 Mar 2024 23:10:15 +0000 (19:10 -0400)]
21601: Move --short-tests-only check to arvados_version

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

5 weeks ago21601: Make arvados_version.py more declarative
Brett Smith [Sat, 16 Mar 2024 23:02:59 +0000 (19:02 -0400)]
21601: Make arvados_version.py more declarative

The main goal of this change is to introduce the metadata maps near the
top of the file, which we will use to build additional
functionality. The rest of the changes are just modernization or
clean-up based on that.

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

5 weeks agoFix open-ended bundler version in ruby install recipe.
Tom Clegg [Thu, 21 Mar 2024 19:11:41 +0000 (15:11 -0400)]
Fix open-ended bundler version in ruby install recipe.

refs #21463

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

5 weeks agoMerge branch '21600-banner-tests'
Lisa Knox [Thu, 21 Mar 2024 17:17:45 +0000 (13:17 -0400)]
Merge branch '21600-banner-tests'

closes #21600

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

5 weeks agoMerge branch '21578-mount-debug'
Tom Clegg [Thu, 21 Mar 2024 15:39:15 +0000 (11:39 -0400)]
Merge branch '21578-mount-debug'

closes #21578

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

5 weeks agoMerge branch '21603-ec2-subnet-error'
Tom Clegg [Thu, 21 Mar 2024 15:37:16 +0000 (11:37 -0400)]
Merge branch '21603-ec2-subnet-error'

fixes #21603

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

5 weeks agoUpdate test failing on debian 12 if s3cmd is installed.
Tom Clegg [Thu, 21 Mar 2024 15:21:22 +0000 (11:21 -0400)]
Update test failing on debian 12 if s3cmd is installed.

Also, update `arvados-server install -type test` to install s3cmd if
available.

No issue #

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

5 weeks agoMerge branch '21357-favorites-names'
Lisa Knox [Thu, 21 Mar 2024 13:10:23 +0000 (09:10 -0400)]
Merge branch '21357-favorites-names'

closes #21357

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

6 weeks ago21357: changed dispatch in loadFavoritesTRee to a string instead of an object Arvados... 21357-favorites-names
Lisa Knox [Wed, 20 Mar 2024 13:53:28 +0000 (09:53 -0400)]
21357: changed dispatch in loadFavoritesTRee to a string instead of an object Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks agoMerge branch 'main' into 21357-favorites-names
Lisa Knox [Tue, 19 Mar 2024 18:41:12 +0000 (14:41 -0400)]
Merge branch 'main' into 21357-favorites-names

refs #21357

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

6 weeks ago21357: added loadsidepaneltree to updatecollection Arvados-DCO-1.1-Signed-off-by...
Lisa Knox [Tue, 19 Mar 2024 17:57:04 +0000 (13:57 -0400)]
21357: added loadsidepaneltree to updatecollection Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21357: moved resource fetches into a single await Arvados-DCO-1.1-Signed-off-by:...
Lisa Knox [Tue, 19 Mar 2024 17:26:20 +0000 (13:26 -0400)]
21357: moved resource fetches into a single await Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21600: combined changes by Stephen and Lucas Arvados-DCO-1.1-Signed-off-by: Lisa... 21600-banner-tests
Lisa Knox [Tue, 19 Mar 2024 14:52:22 +0000 (10:52 -0400)]
21600: combined changes by Stephen and Lucas Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks agoMerge branch '21412-user-profile-bugs'
Lisa Knox [Tue, 19 Mar 2024 14:16:09 +0000 (10:16 -0400)]
Merge branch '21412-user-profile-bugs'

closes #21412

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

6 weeks ago21600: incorporated Stephens changes Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa...
Lisa Knox [Tue, 19 Mar 2024 13:21:01 +0000 (09:21 -0400)]
21600: incorporated Stephens changes Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21600: added waits everywhere it could possibly matter Arvados-DCO-1.1-Signed-off...
Lisa Knox [Mon, 18 Mar 2024 19:59:49 +0000 (15:59 -0400)]
21600: added waits everywhere it could possibly matter Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21603: Recognize subnet error despite generic error code. 21603-ec2-subnet-error
Tom Clegg [Mon, 18 Mar 2024 19:01:16 +0000 (15:01 -0400)]
21603: Recognize subnet error despite generic error code.

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

6 weeks ago21600: tweaked test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Mon, 18 Mar 2024 18:42:54 +0000 (14:42 -0400)]
21600: tweaked test  Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks agoMerge branch '20455-noopener' refs #20455
Peter Amstutz [Mon, 18 Mar 2024 18:22:05 +0000 (14:22 -0400)]
Merge branch '20455-noopener' refs #20455

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

6 weeks ago21600: removed tests to test spec itself Arvados-DCO-1.1-Signed-off-by: Lisa Knox...
Lisa Knox [Mon, 18 Mar 2024 18:13:45 +0000 (14:13 -0400)]
21600: removed tests to test spec itself Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks agoMerge branch '21597-cypress-reply-fix' into main. Closes #21597
Stephen Smith [Mon, 18 Mar 2024 17:39:51 +0000 (13:39 -0400)]
Merge branch '21597-cypress-reply-fix' into main. Closes #21597

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

6 weeks ago2960: Remove unused code.
Tom Clegg [Mon, 18 Mar 2024 15:39:11 +0000 (11:39 -0400)]
2960: Remove unused code.

refs #2960

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

6 weeks ago21600: changed tooltip expectation Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa...
Lisa Knox [Mon, 18 Mar 2024 15:02:11 +0000 (11:02 -0400)]
21600: changed tooltip expectation Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks agoMerge branch '21449-lsf-maxruntime'
Tom Clegg [Mon, 18 Mar 2024 14:48:05 +0000 (10:48 -0400)]
Merge branch '21449-lsf-maxruntime'

closes #21449

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

6 weeks ago21578: Add -debug alias for -log-level=debug. 21578-mount-debug
Tom Clegg [Mon, 18 Mar 2024 14:44:58 +0000 (10:44 -0400)]
21578: Add -debug alias for -log-level=debug.

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

6 weeks ago21578: Merge branch 'main' into 21578-mount-debug
Tom Clegg [Mon, 18 Mar 2024 14:31:16 +0000 (10:31 -0400)]
21578: Merge branch 'main' into 21578-mount-debug

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

6 weeks ago21600: used the force Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Mon, 18 Mar 2024 14:20:55 +0000 (10:20 -0400)]
21600: used the force Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21600: set cypress data tag Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
Lisa Knox [Mon, 18 Mar 2024 13:55:44 +0000 (09:55 -0400)]
21600: set cypress data tag Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21600: testing wait removal Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
Lisa Knox [Mon, 18 Mar 2024 13:16:18 +0000 (09:16 -0400)]
21600: testing wait removal Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21600: removed only and changed wait to 1 second Arvados-DCO-1.1-Signed-off-by: Lisa...
Lisa Knox [Fri, 15 Mar 2024 20:33:39 +0000 (16:33 -0400)]
21600: removed only and changed wait to 1 second Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21600: added 3 second wait Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
Lisa Knox [Fri, 15 Mar 2024 20:06:45 +0000 (16:06 -0400)]
21600: added 3 second wait Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21600: added only for testing Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox...
Lisa Knox [Fri, 15 Mar 2024 19:37:54 +0000 (15:37 -0400)]
21600: added only for testing Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21600: tweaked banner test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
Lisa Knox [Fri, 15 Mar 2024 19:27:54 +0000 (15:27 -0400)]
21600: tweaked banner test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21600: tweaked banner test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
Lisa Knox [Fri, 15 Mar 2024 19:07:35 +0000 (15:07 -0400)]
21600: tweaked banner test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks agoMerge branch '21165-installer-uninstalls-wb1'. Closes #21165
Lucas Di Pentima [Fri, 15 Mar 2024 18:13:11 +0000 (15:13 -0300)]
Merge branch '21165-installer-uninstalls-wb1'. Closes #21165

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

6 weeks ago21597: Use req.on('reply' instead of req.reply to workaround cypress bug 21597-cypress-reply-fix
Stephen Smith [Fri, 15 Mar 2024 17:15:08 +0000 (13:15 -0400)]
21597: Use req.on('reply' instead of req.reply to workaround cypress bug

https://github.com/cypress-io/cypress/issues/26248#issuecomment-1623005400

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

6 weeks agosdk services installs crunchstat-summary refs #19744
Peter Amstutz [Fri, 15 Mar 2024 14:45:03 +0000 (10:45 -0400)]
sdk services installs crunchstat-summary refs #19744

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

6 weeks agoReorder python install steps to address dependency issue.
Tom Clegg [Fri, 15 Mar 2024 16:01:22 +0000 (12:01 -0400)]
Reorder python install steps to address dependency issue.

refs #19744

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

6 weeks ago19744: Reorder python install steps to address dependency issue. 21449-lsf-maxruntime
Tom Clegg [Fri, 15 Mar 2024 13:56:03 +0000 (09:56 -0400)]
19744: Reorder python install steps to address dependency issue.

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

6 weeks agoMerge branch '21507-long-project-title-wrap'
Lisa Knox [Fri, 15 Mar 2024 13:05:56 +0000 (09:05 -0400)]
Merge branch '21507-long-project-title-wrap'

closes #21507

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

6 weeks ago21165: Uninstalls WB1 from single host installations too. 21165-installer-uninstalls-wb1
Lucas Di Pentima [Thu, 14 Mar 2024 20:54:02 +0000 (17:54 -0300)]
21165: Uninstalls WB1 from single host installations too.

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

6 weeks ago21165: Adds extra state to uninstall wb1's package from workbench node.
Lucas Di Pentima [Thu, 14 Mar 2024 19:33:33 +0000 (16:33 -0300)]
21165: Adds extra state to uninstall wb1's package from workbench node.

I opted for specifically uninstalling the package instead of adding the
arvados.workbench.package.clean state, because that state also removes
packages that might be needed for other services.

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

6 weeks ago21449: Fix ordering in "install deps".
Tom Clegg [Thu, 14 Mar 2024 19:25:46 +0000 (15:25 -0400)]
21449: Fix ordering in "install deps".

"install sdk/cli" is meant to use the current version of the arvados
gem from this checkout, but that can only happen if "install sdk/ruby"
runs first.

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

6 weeks ago21507: tweaked banner test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii... 21507-long-project-title-wrap
Lisa Knox [Thu, 14 Mar 2024 17:55:27 +0000 (13:55 -0400)]
21507: tweaked banner test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21449: Propagate max_run_time to LSF scheduler.
Tom Clegg [Wed, 13 Mar 2024 21:22:39 +0000 (17:22 -0400)]
21449: Propagate max_run_time to LSF scheduler.

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

6 weeks agoMerge branch '21123-scheduling-status'
Tom Clegg [Thu, 14 Mar 2024 14:59:37 +0000 (10:59 -0400)]
Merge branch '21123-scheduling-status'

closes #21123

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

6 weeks ago21123: Add comment re arv-mount dependency.
Tom Clegg [Thu, 14 Mar 2024 14:58:47 +0000 (10:58 -0400)]
21123: Add comment re arv-mount dependency.

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

6 weeks ago21507: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Thu, 14 Mar 2024 14:36:48 +0000 (10:36 -0400)]
21507: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21507: expanded nowrap to all of the places it should apply Arvados-DCO-1.1-Signed...
Lisa Knox [Thu, 14 Mar 2024 14:35:30 +0000 (10:35 -0400)]
21507: expanded nowrap to all of the places it should apply Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

6 weeks ago21507: removed word wrap on collection owner field Arvados-DCO-1.1-Signed-off-by...
Lisa Knox [Thu, 14 Mar 2024 14:22:22 +0000 (10:22 -0400)]
21507: removed word wrap on collection owner field Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

7 weeks agoMerge branch '21585-installer-imdsv2'. Closes #21585
Lucas Di Pentima [Wed, 13 Mar 2024 20:13:42 +0000 (17:13 -0300)]
Merge branch '21585-installer-imdsv2'. Closes #21585

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

7 weeks ago21123: Add arv-mount to "install deps". 21123-scheduling-status
Tom Clegg [Wed, 13 Mar 2024 18:20:47 +0000 (14:20 -0400)]
21123: Add arv-mount to "install deps".

lib/controller integration tests need it to run containers.

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

7 weeks ago21585: Updates installer's Terraform code to require IMDSv2 on service nodes. 21585-installer-imdsv2
Lucas Di Pentima [Wed, 13 Mar 2024 17:45:30 +0000 (14:45 -0300)]
21585: Updates installer's Terraform code to require IMDSv2 on service nodes.

Applying this change to an already working cluster won't recreate any resource,
just change the settings in place.

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

7 weeks ago21123: the empty string -> an empty string
Tom Clegg [Wed, 13 Mar 2024 13:36:35 +0000 (09:36 -0400)]
21123: the empty string -> an empty string

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

7 weeks ago21357: removed select field Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
Lisa Knox [Wed, 13 Mar 2024 13:20:58 +0000 (09:20 -0400)]
21357: removed select field Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

7 weeks ago21357: refined resource fetches Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox...
Lisa Knox [Wed, 13 Mar 2024 13:14:12 +0000 (09:14 -0400)]
21357: refined resource fetches Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

7 weeks ago21123: Add container_status to discovery doc.
Tom Clegg [Wed, 13 Mar 2024 03:27:36 +0000 (23:27 -0400)]
21123: Add container_status to discovery doc.

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

7 weeks ago21123: Define scheduling status values as consts.
Tom Clegg [Tue, 12 Mar 2024 21:49:32 +0000 (17:49 -0400)]
21123: Define scheduling status values as consts.

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

7 weeks ago21123: Rename sQueue* to schedQueue*.
Tom Clegg [Tue, 12 Mar 2024 21:49:12 +0000 (17:49 -0400)]
21123: Rename sQueue* to schedQueue*.

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

7 weeks ago21123: Clarify empty means empty string.
Tom Clegg [Tue, 12 Mar 2024 21:48:18 +0000 (17:48 -0400)]
21123: Clarify empty means empty string.

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

7 weeks ago21357: set faves to bulk fetch Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox...
Lisa Knox [Tue, 12 Mar 2024 18:49:48 +0000 (14:49 -0400)]
21357: set faves to bulk fetch Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

7 weeks ago21357: publicfavorites now optimistically renders Arvados-DCO-1.1-Signed-off-by:...
Lisa Knox [Tue, 12 Mar 2024 16:07:09 +0000 (12:07 -0400)]
21357: publicfavorites now optimistically renders Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

7 weeks ago21357: myfavorites now optimistically renders Arvados-DCO-1.1-Signed-off-by: Lisa...
Lisa Knox [Tue, 12 Mar 2024 15:32:36 +0000 (11:32 -0400)]
21357: myfavorites now optimistically renders Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

7 weeks agoMerge branch '15317-metrics'
Tom Clegg [Tue, 12 Mar 2024 15:12:37 +0000 (11:12 -0400)]
Merge branch '15317-metrics'

closes #15317

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

7 weeks ago15317: Update help text to link to new wiki page.
Tom Clegg [Tue, 12 Mar 2024 15:12:04 +0000 (11:12 -0400)]
15317: Update help text to link to new wiki page.

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

7 weeks ago21578: Add -log-level flag, log failed fuse calls at debug level.
Tom Clegg [Mon, 11 Mar 2024 19:00:06 +0000 (15:00 -0400)]
21578: Add -log-level flag, log failed fuse calls at debug level.

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

7 weeks agoMerge branch '21461-excessive-scrollbars-fix'. Closes #21461
Lucas Di Pentima [Mon, 11 Mar 2024 19:18:06 +0000 (16:18 -0300)]
Merge branch '21461-excessive-scrollbars-fix'. Closes #21461

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

7 weeks ago15317: Rename limiting -> apparent speed, link to explanation. 15317-metrics
Tom Clegg [Mon, 11 Mar 2024 19:15:38 +0000 (15:15 -0400)]
15317: Rename limiting -> apparent speed, link to explanation.

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

7 weeks ago15317: Tweak size ranges so they include the nominal size.
Tom Clegg [Mon, 11 Mar 2024 19:09:31 +0000 (15:09 -0400)]
15317: Tweak size ranges so they include the nominal size.

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

7 weeks agoMerge branch 'main' into 21461-excessive-scrollbars-fix
Lucas Di Pentima [Mon, 11 Mar 2024 19:09:29 +0000 (16:09 -0300)]
Merge branch 'main' into 21461-excessive-scrollbars-fix

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

7 weeks ago15317: Replace comment with better variable name.
Tom Clegg [Mon, 11 Mar 2024 19:08:53 +0000 (15:08 -0400)]
15317: Replace comment with better variable name.

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

7 weeks ago15317: Fix missing blank line between funcs.
Tom Clegg [Mon, 11 Mar 2024 19:05:56 +0000 (15:05 -0400)]
15317: Fix missing blank line between funcs.

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

7 weeks agoAdd missing table header to documentation include
Brett Smith [Mon, 11 Mar 2024 14:48:15 +0000 (10:48 -0400)]
Add missing table header to documentation include

No issue #.

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

7 weeks agoMerge branch '21221-groups-panel-member-count' into main. Closes #21221
Stephen Smith [Mon, 11 Mar 2024 14:08:15 +0000 (10:08 -0400)]
Merge branch '21221-groups-panel-member-count' into main. Closes #21221

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

7 weeks agoMerge branch 'main' of git.arvados.org:arvados into 21221-groups-panel-member-count
Stephen Smith [Mon, 11 Mar 2024 14:07:53 +0000 (10:07 -0400)]
Merge branch 'main' of git.arvados.org:arvados into 21221-groups-panel-member-count

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

7 weeks ago21357: fixed public fave filtering for admin Arvados-DCO-1.1-Signed-off-by: Lisa...
Lisa Knox [Fri, 8 Mar 2024 19:37:02 +0000 (14:37 -0500)]
21357: fixed public fave filtering for admin  Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

7 weeks ago21357: applied correct filtering to public favorites tree Arvados-DCO-1.1-Signed...
Lisa Knox [Fri, 8 Mar 2024 18:59:37 +0000 (13:59 -0500)]
21357: applied correct filtering to public favorites tree  Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

7 weeks agoMerge branch '19744-acr-crunchstat' refs #19744
Peter Amstutz [Thu, 7 Mar 2024 15:03:18 +0000 (10:03 -0500)]
Merge branch '19744-acr-crunchstat' refs #19744

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

8 weeks ago21123: Fix inadvertent use of run-tests db in dispatcher tests.
Tom Clegg [Wed, 6 Mar 2024 15:30:28 +0000 (10:30 -0500)]
21123: Fix inadvertent use of run-tests db in dispatcher tests.

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

8 weeks ago21123: Check container status in integration tests.
Tom Clegg [Tue, 5 Mar 2024 22:34:13 +0000 (17:34 -0500)]
21123: Check container status in integration tests.

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

8 weeks ago21123: Add container_requests/{uuid}/container_status endpoint.
Tom Clegg [Tue, 5 Mar 2024 00:02:44 +0000 (19:02 -0500)]
21123: Add container_requests/{uuid}/container_status endpoint.

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

8 weeks ago21123: Add container status API to cloud dispatcher.
Tom Clegg [Fri, 1 Mar 2024 21:00:09 +0000 (16:00 -0500)]
21123: Add container status API to cloud dispatcher.

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

8 weeks ago21461: Improves memory management when running tests in "open" mode. 21461-excessive-scrollbars-fix
Lucas Di Pentima [Tue, 5 Mar 2024 22:25:31 +0000 (19:25 -0300)]
21461: Improves memory management when running tests in "open" mode.

This couple of settings improve both Electron & Firefox behaviors when
running in "interactive" (open) mode.

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

8 weeks ago21461: Makes properties' test behave better on Firefox.
Lucas Di Pentima [Tue, 5 Mar 2024 21:37:27 +0000 (18:37 -0300)]
21461: Makes properties' test behave better on Firefox.

Also, only enable clipboard-related tests on electron.

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

8 weeks ago21461: Upgrades Cypress & caniuse-lite to latest.
Lucas Di Pentima [Tue, 5 Mar 2024 21:36:41 +0000 (18:36 -0300)]
21461: Upgrades Cypress & caniuse-lite to latest.

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

8 weeks ago21412: fixed nav to aonther user root project Arvados-DCO-1.1-Signed-off-by: Lisa... 21412-user-profile-bugs
Lisa Knox [Tue, 5 Mar 2024 16:59:21 +0000 (11:59 -0500)]
21412: fixed nav to aonther user root project Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

8 weeks agoMerge branch '21504-arv-mount-reference'
Brett Smith [Tue, 5 Mar 2024 16:31:22 +0000 (11:31 -0500)]
Merge branch '21504-arv-mount-reference'

Refs #21504.

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

8 weeks ago21412: disabled breadcrumb focus listener Arvados-DCO-1.1-Signed-off-by: Lisa Knox...
Lisa Knox [Tue, 5 Mar 2024 14:46:32 +0000 (09:46 -0500)]
21412: disabled breadcrumb focus listener Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

8 weeks ago21412: restored userprofilebreadcrumbs to previous state Arvados-DCO-1.1-Signed-off...
Lisa Knox [Tue, 5 Mar 2024 14:21:21 +0000 (09:21 -0500)]
21412: restored userprofilebreadcrumbs to previous state Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

8 weeks agoClean up default tested package list
Brett Smith [Mon, 4 Mar 2024 21:19:23 +0000 (16:19 -0500)]
Clean up default tested package list

I was referring to this list while filing a bug and happened to notice
the redundant `keep-block-check` and `keep-rsync` entries. These caused
duplicate work during the package-build Jenkins jobs. No issue #.

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

8 weeks agoMerge branch '21552-ebs-autoscale-update'. Closes #21552
Lucas Di Pentima [Mon, 4 Mar 2024 18:15:33 +0000 (15:15 -0300)]
Merge branch '21552-ebs-autoscale-update'. Closes #21552

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

8 weeks ago20455: Use noopener everywhere on links and window.open 20455-noopener
Peter Amstutz [Mon, 4 Mar 2024 16:32:45 +0000 (11:32 -0500)]
20455: Use noopener everywhere on links and window.open

I removed "noreferrer" as this does something different (it prevents
passing the "Referer" header when opening the new URL).  It's not
clear users benefits from suppressing the information that they
navigated to a link from workbench.

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

8 weeks ago21494: Bugfix incorrect method name
Brett Smith [Sat, 2 Mar 2024 20:45:26 +0000 (15:45 -0500)]
21494: Bugfix incorrect method name

Refs #21494.

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

2 months ago21412: restored previous correct breadcrumbs Arvados-DCO-1.1-Signed-off-by: Lisa...
Lisa Knox [Fri, 1 Mar 2024 20:46:33 +0000 (15:46 -0500)]
21412: restored previous correct breadcrumbs Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>