arvados.git
4 weeks ago21639: Have to actually re-add storage classes test 21639-keep-cache-dict
Peter Amstutz [Wed, 3 Apr 2024 21:32:45 +0000 (17:32 -0400)]
21639: Have to actually re-add storage classes test

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

4 weeks ago21639: PEP8 cleanup
Peter Amstutz [Wed, 3 Apr 2024 21:28:37 +0000 (17:28 -0400)]
21639: PEP8 cleanup

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

4 weeks ago21639: Code cleanup
Peter Amstutz [Wed, 3 Apr 2024 21:17:50 +0000 (17:17 -0400)]
21639: Code cleanup

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

4 weeks ago21639: Move KeepStorageClassesTestCase to another file
Peter Amstutz [Wed, 3 Apr 2024 20:44:42 +0000 (16:44 -0400)]
21639: Move KeepStorageClassesTestCase to another file

It was failing due to some crosstalk with another test in test_keep_client.

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

4 weeks ago21639: Adjust test mocking
Peter Amstutz [Wed, 3 Apr 2024 13:57:00 +0000 (09:57 -0400)]
21639: Adjust test mocking

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

4 weeks ago21639: Make sure it is a mmap object before calling madvise
Peter Amstutz [Tue, 2 Apr 2024 15:23:20 +0000 (11:23 -0400)]
21639: Make sure it is a mmap object before calling madvise

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

4 weeks ago21639: Don't try to madvise zero length blocks
Peter Amstutz [Tue, 2 Apr 2024 14:05:41 +0000 (10:05 -0400)]
21639: Don't try to madvise zero length blocks

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

4 weeks ago21639: Tell the kernel to map in whole blocks with madvise
Peter Amstutz [Tue, 2 Apr 2024 13:19:34 +0000 (09:19 -0400)]
21639: Tell the kernel to map in whole blocks with madvise

This increases cold cache performance from 150 MB/s to 400 MB/s

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

4 weeks ago21639: Note about 0 prefetch threads
Peter Amstutz [Tue, 2 Apr 2024 00:32:49 +0000 (20:32 -0400)]
21639: Note about 0 prefetch threads

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

4 weeks ago21639: Keep a running total instead of recomputing total
Peter Amstutz [Tue, 2 Apr 2024 00:17:22 +0000 (20:17 -0400)]
21639: Keep a running total instead of recomputing total

From profiling, it turns out just summing the block sizes to get the
cache usage was a significant drag on the read() fast path.

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

4 weeks ago21639: Improve critical path of read() from cache
Peter Amstutz [Mon, 1 Apr 2024 19:58:06 +0000 (15:58 -0400)]
21639: Improve critical path of read() from cache

* Don't use tobytes(), it makes a copy, and it should be be zero-copy.
* Prefetching adds a lot of overhead.  Don't do it.
* Don't use a list comprehension to calculate cache size

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

4 weeks ago21639: Don't return broken cache slots
Peter Amstutz [Mon, 1 Apr 2024 15:10:52 +0000 (11:10 -0400)]
21639: Don't return broken cache slots

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

4 weeks ago21639: Use a more efficient data structure for the keep block cache
Peter Amstutz [Mon, 1 Apr 2024 13:52:53 +0000 (09:52 -0400)]
21639: Use a more efficient data structure for the keep block cache

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

4 weeks agoMerge branch '21617-fed-content'
Tom Clegg [Fri, 29 Mar 2024 20:39:09 +0000 (16:39 -0400)]
Merge branch '21617-fed-content'

fixes #21617
fixes #21533

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

4 weeks ago21617: Split test cases.
Tom Clegg [Fri, 29 Mar 2024 20:37:43 +0000 (16:37 -0400)]
21617: Split test cases.

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

5 weeks ago21617: Test unauthenticated endpoint + LoginCluster + bad token. 21617-fed-content
Tom Clegg [Tue, 26 Mar 2024 14:01:28 +0000 (10:01 -0400)]
21617: Test unauthenticated endpoint + LoginCluster + bad token.

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

5 weeks ago21617: Interpret any 4xx as token rejection, not an error.
Tom Clegg [Tue, 26 Mar 2024 02:30:10 +0000 (22:30 -0400)]
21617: Interpret any 4xx as token rejection, not an error.

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

5 weeks ago21617: Accept bogus tokens at endpoints that do not require auth.
Tom Clegg [Mon, 25 Mar 2024 21:25:10 +0000 (17:25 -0400)]
21617: Accept bogus tokens at endpoints that do not require auth.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@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>