]> git.arvados.org - arvados.git/log
arvados.git
4 months ago22320: Refine repacking algorithm to handle a range of block sizes.
Tom Clegg [Fri, 7 Feb 2025 00:09:58 +0000 (19:09 -0500)]
22320: Refine repacking algorithm to handle a range of block sizes.

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

4 months ago22320: Fix Repack bug causing segment replacements to be skipped.
Tom Clegg [Thu, 6 Feb 2025 23:56:38 +0000 (18:56 -0500)]
22320: Fix Repack bug causing segment replacements to be skipped.

repackTree must call replaceSegments with the newly computed
replacements -- not the merged set of new replacements plus
previously-applied replacements.  If it passes the merged set to
replaceSegments, some of the new replacements will be skipped.

For example, if a previous repack applied A->B, and the current repack
applies B->D and C->D, then the merged set includes A->D, and A is no
longer referenced, so replaceSegments will skip any->D.

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

4 months ago22320: Refactor test case.
Tom Clegg [Thu, 19 Dec 2024 16:18:09 +0000 (11:18 -0500)]
22320: Refactor test case.

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

4 months ago22320: Add repack-after-write test.
Tom Clegg [Wed, 18 Dec 2024 15:25:38 +0000 (10:25 -0500)]
22320: Add repack-after-write test.

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

4 months ago22320: Track repack results.
Tom Clegg [Mon, 16 Dec 2024 22:38:32 +0000 (17:38 -0500)]
22320: Track repack results.

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

4 months ago22320: Naive Repack implementation.
Tom Clegg [Mon, 16 Dec 2024 21:11:54 +0000 (16:11 -0500)]
22320: Naive Repack implementation.

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

4 months ago22608: Add PowerTools setup to the API install docs
Brett Smith [Fri, 7 Mar 2025 15:00:14 +0000 (10:00 -0500)]
22608: Add PowerTools setup to the API install docs

Mirroring the upgrade note. Refs #22608.

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

4 months agoMerge branch '22608-enable-powertools'
Brett Smith [Thu, 6 Mar 2025 21:27:15 +0000 (16:27 -0500)]
Merge branch '22608-enable-powertools'

Refs #22608.

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

4 months ago22608: Add upgrade note about libyaml/PowerTools dependency 22608-enable-powertools
Brett Smith [Thu, 6 Mar 2025 20:40:36 +0000 (15:40 -0500)]
22608: Add upgrade note about libyaml/PowerTools dependency

This is a consequence of the upgrade to Rails 7.1.

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

4 months ago22608: Enable powertools repo in rocky8 test image
Brett Smith [Thu, 6 Mar 2025 20:30:35 +0000 (15:30 -0500)]
22608: Enable powertools repo in rocky8 test image

This is necessary to get libyaml-devel to install arvados-api-server.

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

4 months agoMerge branch '22608-upgrade-rails'
Brett Smith [Thu, 6 Mar 2025 19:05:09 +0000 (14:05 -0500)]
Merge branch '22608-upgrade-rails'

Refs #22608, #22629.

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

4 months agoMerge branch '22624-left-panel-uncollapse-bug' into main. Closes #22624
Stephen Smith [Thu, 6 Mar 2025 14:25:35 +0000 (09:25 -0500)]
Merge branch '22624-left-panel-uncollapse-bug' into main. Closes #22624

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

4 months ago22608: Upgrade Passenger to 6.0.26 22608-upgrade-rails-passenger
Brett Smith [Wed, 5 Mar 2025 21:35:32 +0000 (16:35 -0500)]
22608: Upgrade Passenger to 6.0.26

To address CVE-2025-26803.

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

4 months ago22608: Guard against no uuid param in find_object_by_uuid
Brett Smith [Wed, 5 Mar 2025 21:29:53 +0000 (16:29 -0500)]
22608: Guard against no uuid param in find_object_by_uuid

See comments for rationale. The old code causes bad query construction
and crashes in Rails 7.2 because of
  <https://github.com/rails/rails/issues/52643>

While we can't upgrade to Rails 7.2 right now, the code is safe for
older versions. Since I spent the time to track this down, we might as
well make the change now and make a future upgrade easier.

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

4 months ago22608: Upgrade Rails to 7.1
Brett Smith [Wed, 5 Mar 2025 17:23:15 +0000 (12:23 -0500)]
22608: Upgrade Rails to 7.1

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

4 months ago22608: Unroll container requests token test loop
Brett Smith [Fri, 28 Feb 2025 19:01:14 +0000 (14:01 -0500)]
22608: Unroll container requests token test loop

Make the separate test cases individual tests for nicer diagnostics.

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

4 months ago22608: Codify Ruby 2.7 requirements in RailsAPI Gemfile
Brett Smith [Fri, 28 Feb 2025 17:04:56 +0000 (12:04 -0500)]
22608: Codify Ruby 2.7 requirements in RailsAPI Gemfile

We've had a few incidents of these gems getting upgraded and then
needing to be reverted, e.g.:

f2d7a04756206c6812f71225a6d782c23db1c7d9
4a42e4fd1f7cc2cd5cc1938d4bdc39e3a4800306
2f4fb1522c89c29a94854bf9f26fb6d13959f2d4

Write these in the Gemfile to prevent future mistakes like these.

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

4 months ago22624: Switch to using max-width constraint when left panel collapsed 22624-left-panel-uncollapse-bug
Stephen Smith [Wed, 5 Mar 2025 15:39:22 +0000 (10:39 -0500)]
22624: Switch to using max-width constraint when left panel collapsed

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

4 months agoMerge branch '22566-left-sidebar-scroll-bug' into main. Closes #22566
Stephen Smith [Tue, 4 Mar 2025 16:03:02 +0000 (11:03 -0500)]
Merge branch '22566-left-sidebar-scroll-bug' into main. Closes #22566

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

4 months ago22566: Replace custom class with disabled property 22566-left-sidebar-scroll-bug
Stephen Smith [Mon, 3 Mar 2025 20:33:56 +0000 (15:33 -0500)]
22566: Replace custom class with disabled property

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

4 months ago22566: Fix horizontal scrolling on collapsed sidepanel
Stephen Smith [Mon, 3 Mar 2025 20:33:10 +0000 (15:33 -0500)]
22566: Fix horizontal scrolling on collapsed sidepanel

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

4 months ago22566: Refactor to combine get/set panel sizes, save localstorage keys and
Stephen Smith [Mon, 3 Mar 2025 20:02:11 +0000 (15:02 -0500)]
22566: Refactor to combine get/set panel sizes, save localstorage keys and
panel settings in a type safe const

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

4 months ago22566: Lower min left panel size slightly, trigger details size recalculate
Stephen Smith [Mon, 3 Mar 2025 16:27:27 +0000 (11:27 -0500)]
22566: Lower min left panel size slightly, trigger details size recalculate
on left panel collapse

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

4 months ago22566: Remove unused imports
Stephen Smith [Mon, 3 Mar 2025 16:27:06 +0000 (11:27 -0500)]
22566: Remove unused imports

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

4 months agoMerge branch '22614-railsapi-service-packaging'
Brett Smith [Fri, 28 Feb 2025 16:15:55 +0000 (11:15 -0500)]
Merge branch '22614-railsapi-service-packaging'

Refs #22614, #22349.

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

4 months agoMerge branch '22359-toolbar-overflow'
Lisa Knox [Fri, 28 Feb 2025 16:11:48 +0000 (11:11 -0500)]
Merge branch '22359-toolbar-overflow'

closes #22359

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

4 months agoMerge branch '22408-wrong-project-toolbar'
Lisa Knox [Fri, 28 Feb 2025 16:09:55 +0000 (11:09 -0500)]
Merge branch '22408-wrong-project-toolbar'

closes #22408

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

4 months ago22408: changed currentPathIsTrash calculation
Lisa Knox [Fri, 28 Feb 2025 16:02:21 +0000 (11:02 -0500)]
22408: changed currentPathIsTrash calculation

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

5 months agoMerge branch '22612-driver-bugfixes'
Brett Smith [Thu, 27 Feb 2025 20:08:16 +0000 (15:08 -0500)]
Merge branch '22612-driver-bugfixes'

Closes #22612, #22619.

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

5 months ago22614: Exclude service definition from RailsAPI install directory 22614-railsapi-service-packaging
Brett Smith [Thu, 27 Feb 2025 15:06:59 +0000 (10:06 -0500)]
22614: Exclude service definition from RailsAPI install directory

There's no need to have it here, and it looks like RPM might try to make
hard links between the copy in /lib and the copy in /var/www which will
fail if they're different filesystems.

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

5 months ago22359: removed debounce from overflow wrapper 22359-toolbar-overflow
Lisa Knox [Wed, 26 Feb 2025 21:13:24 +0000 (16:13 -0500)]
22359: removed debounce from overflow wrapper

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

5 months agoMerge branch '22483-tests-25-01'
Lisa Knox [Wed, 26 Feb 2025 19:44:43 +0000 (14:44 -0500)]
Merge branch '22483-tests-25-01'

closes #22483

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

5 months agoMerge branch '22545-tests-25-02'
Lisa Knox [Wed, 26 Feb 2025 19:43:35 +0000 (14:43 -0500)]
Merge branch '22545-tests-25-02'

closes #22545

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

5 months ago22545: removed stray console.log
Lisa Knox [Wed, 26 Feb 2025 19:40:29 +0000 (14:40 -0500)]
22545: removed stray console.log

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

5 months ago22566: Add similar treatment to details panel
Stephen Smith [Tue, 25 Feb 2025 22:58:26 +0000 (17:58 -0500)]
22566: Add similar treatment to details panel

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

5 months ago22566: Override previously saved percents with minimum left panel width
Stephen Smith [Tue, 25 Feb 2025 22:54:04 +0000 (17:54 -0500)]
22566: Override previously saved percents with minimum left panel width

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

5 months ago22566: Remove unused prop
Stephen Smith [Tue, 25 Feb 2025 20:43:44 +0000 (15:43 -0500)]
22566: Remove unused prop

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

5 months ago22566: Add type and adjust indenting
Stephen Smith [Tue, 25 Feb 2025 20:59:37 +0000 (15:59 -0500)]
22566: Add type and adjust indenting

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

5 months ago22566: Trigger resize on nested splitter when parent resizes
Stephen Smith [Tue, 25 Feb 2025 21:37:59 +0000 (16:37 -0500)]
22566: Trigger resize on nested splitter when parent resizes

Fixes being able to disappear details panel by resizing main panel

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

5 months ago22566: Move types closer to usage, move splitter handlers inside component
Stephen Smith [Tue, 25 Feb 2025 21:36:39 +0000 (16:36 -0500)]
22566: Move types closer to usage, move splitter handlers inside component

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

5 months ago22566: Remove now unused currentSideWidth and observer setter
Stephen Smith [Tue, 25 Feb 2025 20:54:43 +0000 (15:54 -0500)]
22566: Remove now unused currentSideWidth and observer setter

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

5 months ago22612: Clean packages at the end of compute node image build 22612-driver-bugfixes
Brett Smith [Tue, 25 Feb 2025 21:05:22 +0000 (16:05 -0500)]
22612: Clean packages at the end of compute node image build

This lets us account for all package state changes and make the image as
small as practical.

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

5 months ago22612: Install linux-headers in NVIDIA CUDA role
Brett Smith [Tue, 25 Feb 2025 21:01:20 +0000 (16:01 -0500)]
22612: Install linux-headers in NVIDIA CUDA role

This is a prerequisite to build the driver. If these are not install,
the package just skips the actual driver build.

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

5 months ago22612: Reboot compute node during image build if necessary
Brett Smith [Tue, 25 Feb 2025 20:58:14 +0000 (15:58 -0500)]
22612: Reboot compute node during image build if necessary

See comments for rationale. This fixes a bug in the AMD ROCm role where
it installs headers for one version of Linux, but then might end up
using another.

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

5 months ago22612: Use become on compute role tasks
Brett Smith [Tue, 25 Feb 2025 21:19:17 +0000 (16:19 -0500)]
22612: Use become on compute role tasks

build-compute-node.yml was the first playbook we wrote and used
play-level become. We've gotten used to task-level become instead, so
add that where it's needed.

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

5 months ago22566: Remove unused isTransitioning, including actions and the store
Stephen Smith [Tue, 25 Feb 2025 19:59:38 +0000 (14:59 -0500)]
22566: Remove unused isTransitioning, including actions and the store

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

5 months ago22566: Enforce min left panel size using splitter
Stephen Smith [Tue, 25 Feb 2025 19:38:12 +0000 (14:38 -0500)]
22566: Enforce min left panel size using splitter

This requires switching the splitter into pixel mode to enforce a pixel minimum
Because pixel mode allocates extra space to the "primary" panel as opposed to
evenly based on percent, in order to make the main panel resize when the
window is resized, the primary/secondary panel had to be switched

Pixel mode simplifies the size calculation and also removes the need to account
for the right panel opening and closing

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

5 months ago22545: separated more favorites tests 22545-tests-25-02
Lisa Knox [Tue, 25 Feb 2025 20:12:00 +0000 (15:12 -0500)]
22545: separated more favorites tests

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

5 months ago22566: Remove unused styles
Stephen Smith [Mon, 24 Feb 2025 20:22:17 +0000 (15:22 -0500)]
22566: Remove unused styles

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

5 months ago22566: Fix overflowing text in left panel side panel
Stephen Smith [Mon, 24 Feb 2025 18:34:52 +0000 (13:34 -0500)]
22566: Fix overflowing text in left panel side panel

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

5 months ago22545: moved favorites sidepanel tests into another description
Lisa Knox [Tue, 25 Feb 2025 16:46:27 +0000 (11:46 -0500)]
22545: moved favorites sidepanel tests into another description

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

5 months ago22612: Pin CUDA packages to the last Debian 11 versions
Brett Smith [Tue, 25 Feb 2025 16:49:48 +0000 (11:49 -0500)]
22612: Pin CUDA packages to the last Debian 11 versions

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

5 months ago22483: added timeout and data selector in workflow test 22483-tests-25-01
Lisa Knox [Tue, 25 Feb 2025 15:43:56 +0000 (10:43 -0500)]
22483: added timeout and data selector in workflow test

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

5 months ago22483: added chumk loading error ignore
Lisa Knox [Tue, 25 Feb 2025 15:22:56 +0000 (10:22 -0500)]
22483: added chumk loading error ignore

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

5 months agoMerge branch '22607-arvbox' refs #22607
Peter Amstutz [Tue, 25 Feb 2025 15:07:26 +0000 (10:07 -0500)]
Merge branch '22607-arvbox' refs #22607

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

5 months ago22607: Add postgresql port explicitly to config
Peter Amstutz [Mon, 24 Feb 2025 22:05:30 +0000 (17:05 -0500)]
22607: Add postgresql port explicitly to config

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

5 months agoMerge branch '22563-rocm-disk-size'
Brett Smith [Mon, 24 Feb 2025 22:39:03 +0000 (17:39 -0500)]
Merge branch '22563-rocm-disk-size'

Closes #22563, #22601.

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

5 months ago22607: Don't use 'expermental' syntax and fix warnings.
Peter Amstutz [Mon, 24 Feb 2025 20:13:10 +0000 (15:13 -0500)]
22607: Don't use 'expermental' syntax and fix warnings.

Also tweak nginx config.

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

5 months ago22408: added condition for >1 selected 22408-wrong-project-toolbar
Lisa Knox [Mon, 24 Feb 2025 20:12:32 +0000 (15:12 -0500)]
22408: added condition for >1 selected

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

5 months agoMerge branch '22568-wb2-gpu' refs #22568
Peter Amstutz [Mon, 24 Feb 2025 16:32:58 +0000 (11:32 -0500)]
Merge branch '22568-wb2-gpu' refs #22568

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

5 months ago22408 fixed sharing test
Lisa Knox [Mon, 24 Feb 2025 14:58:42 +0000 (09:58 -0500)]
22408 fixed sharing test

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

5 months ago22408 removed tooltips from context menu
Lisa Knox [Mon, 24 Feb 2025 14:19:01 +0000 (09:19 -0500)]
22408 removed tooltips from context menu

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

5 months ago22408: selectedUuid reverts back to parent project on details panel close
Lisa Knox [Fri, 21 Feb 2025 20:30:19 +0000 (15:30 -0500)]
22408: selectedUuid reverts back to parent project on details panel close

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

5 months ago22408: toolbar only appears if selected resource is in data explorer
Lisa Knox [Fri, 21 Feb 2025 19:58:39 +0000 (14:58 -0500)]
22408: toolbar only appears if selected resource is in data explorer

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

5 months agoMerge branch 'main' into 22568-wb2-gpu 22568-wb2-gpu
Peter Amstutz [Fri, 21 Feb 2025 19:51:50 +0000 (14:51 -0500)]
Merge branch 'main' into 22568-wb2-gpu

refs #22568

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

5 months ago22408: refactored selectedResourceReducer
Lisa Knox [Fri, 21 Feb 2025 19:14:07 +0000 (14:14 -0500)]
22408: refactored selectedResourceReducer

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

5 months ago22563: Mark AMD ROCm Ansible role as a prototype 22563-rocm-disk-size
Brett Smith [Fri, 21 Feb 2025 19:02:37 +0000 (14:02 -0500)]
22563: Mark AMD ROCm Ansible role as a prototype

Right now we don't have access to hardware necessary to do an end-to-end
test of this. Document that it's in development and demote it in the
example configuration.

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

5 months ago22408: added resource name in context menu
Lisa Knox [Fri, 21 Feb 2025 14:28:01 +0000 (09:28 -0500)]
22408: added resource name in context menu

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

5 months ago22568: Some more a-c-r fixes related to GPU requirements
Peter Amstutz [Fri, 21 Feb 2025 16:28:54 +0000 (11:28 -0500)]
22568: Some more a-c-r fixes related to GPU requirements

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

5 months ago22568: Tweak ordering of GPU-related fields in resources panel
Peter Amstutz [Fri, 21 Feb 2025 16:18:20 +0000 (11:18 -0500)]
22568: Tweak ordering of GPU-related fields in resources panel

Also small bugfix to arvados-cwl-runner GPU support found in testing.

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

5 months agoMerge branch '22358-fix-overflowing-autocomplete' into main. Closes #22358
Stephen Smith [Fri, 21 Feb 2025 15:52:23 +0000 (10:52 -0500)]
Merge branch '22358-fix-overflowing-autocomplete' into main. Closes #22358

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

5 months ago22563: Expand comment about Python packages for ROCm
Brett Smith [Fri, 21 Feb 2025 15:28:56 +0000 (10:28 -0500)]
22563: Expand comment about Python packages for ROCm

I found out why they're required.

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

5 months ago22568: Replace "CUDA" with "GPU" and add additional fields
Peter Amstutz [Fri, 21 Feb 2025 01:46:13 +0000 (20:46 -0500)]
22568: Replace "CUDA" with "GPU" and add additional fields

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

5 months ago22563: Add security repository in distro_apt role
Brett Smith [Thu, 20 Feb 2025 21:19:15 +0000 (16:19 -0500)]
22563: Add security repository in distro_apt role

On AWS, in Debian 12 images, /etc/apt/sources.list.d/debian.sources
lists both the primary and security sources. distro_apt overwrote this
file with _just_ the primary source, leaving no security source, which
leads to all kinds of problems.

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

5 months ago22563: Add release-updates suite to distro apt source
Brett Smith [Thu, 20 Feb 2025 21:05:45 +0000 (16:05 -0500)]
22563: Add release-updates suite to distro apt source

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

5 months ago22593: Merge branch '22593-toolbar-unfreeze'
Lisa Knox [Thu, 20 Feb 2025 20:23:27 +0000 (15:23 -0500)]
22593: Merge branch '22593-toolbar-unfreeze'

closes #22593

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

5 months ago22563: Install prerequisites for AMD ROCm
Brett Smith [Thu, 20 Feb 2025 20:22:24 +0000 (15:22 -0500)]
22563: Install prerequisites for AMD ROCm

These are listed on AMD's "Installation prerequisites" documentation
page, separately from the "Distro native installation" page.

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

5 months ago22408: selecting view details from context menu works
Lisa Knox [Thu, 20 Feb 2025 20:19:18 +0000 (15:19 -0500)]
22408: selecting view details from context menu works

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

5 months ago22358: Bump parse-duration to address CVE-2025-25283 22358-fix-overflowing-autocomplete
Stephen Smith [Thu, 20 Feb 2025 20:04:45 +0000 (15:04 -0500)]
22358: Bump parse-duration to address CVE-2025-25283

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

5 months ago22408: separated open and openAndSelect context menu actions
Lisa Knox [Thu, 20 Feb 2025 20:02:29 +0000 (15:02 -0500)]
22408: separated open and openAndSelect context menu actions

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

5 months ago22358: Add maxSize popper modifier to prevent autocomplete overflowing
Stephen Smith [Thu, 20 Feb 2025 19:48:27 +0000 (14:48 -0500)]
22358: Add maxSize popper modifier to prevent autocomplete overflowing

Also forces a change in popper direction when the dropdown gets less than 2
suggestions tall and there is more space in the other direction.

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

5 months ago22568: Update docs to use hyperlinks to lists of amdgpu targets
Peter Amstutz [Thu, 20 Feb 2025 19:22:47 +0000 (14:22 -0500)]
22568: Update docs to use hyperlinks to lists of amdgpu targets

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

5 months ago22563: String-type aws_volume_gb value
Brett Smith [Thu, 20 Feb 2025 19:21:27 +0000 (14:21 -0500)]
22563: String-type aws_volume_gb value

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

5 months ago22563: Add aws_volume_gb variable to AWS Packer template
Brett Smith [Thu, 20 Feb 2025 19:00:41 +0000 (14:00 -0500)]
22563: Add aws_volume_gb variable to AWS Packer template

To support AMD ROCm, which requires significantly more space. See
comments for details.

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

5 months agoChange the actual upload statement instead of the echo line above it
Peter Amstutz [Thu, 20 Feb 2025 18:57:00 +0000 (13:57 -0500)]
Change the actual upload statement instead of the echo line above it

refs #22540

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

5 months ago22593: added unfreeze back for context menu 22593-toolbar-unfreeze
Lisa Knox [Thu, 20 Feb 2025 18:47:47 +0000 (13:47 -0500)]
22593: added unfreeze back for context menu

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

5 months ago22563: Remove locales requirement from README
Brett Smith [Thu, 20 Feb 2025 18:44:14 +0000 (13:44 -0500)]
22563: Remove locales requirement from README

Following 5ea3c014fbf6a723293a1c7434757a28c77b917e.

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

5 months agoRemove hardcoded alternate SSH port, refs #22540
Peter Amstutz [Thu, 20 Feb 2025 16:08:55 +0000 (11:08 -0500)]
Remove hardcoded alternate SSH port, refs #22540

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

5 months ago22593: fixed unfreeze action
Lisa Knox [Thu, 20 Feb 2025 14:44:15 +0000 (09:44 -0500)]
22593: fixed unfreeze action

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

5 months ago22127: Merge branch '22127-wb2-optimization'
Lisa Knox [Wed, 19 Feb 2025 21:02:10 +0000 (16:02 -0500)]
22127: Merge branch '22127-wb2-optimization'

closes #22127

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

5 months ago22127: Merge branch 'main' into 22127-wb2-optimization 22127-wb2-optimization
Lisa Knox [Wed, 19 Feb 2025 19:48:02 +0000 (14:48 -0500)]
22127: Merge branch 'main' into 22127-wb2-optimization

refs #22127

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

5 months ago22051: Merge branch '22051-integrate-menu-actions'
Lisa Knox [Wed, 19 Feb 2025 14:09:14 +0000 (09:09 -0500)]
22051: Merge branch '22051-integrate-menu-actions'

closes #22051

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

5 months ago22051: Merge branch 'main' into 22051-integrate-menu-actions 22051-integrate-menu-actions
Lisa Knox [Wed, 19 Feb 2025 14:06:43 +0000 (09:06 -0500)]
22051: Merge branch 'main' into 22051-integrate-menu-actions

refs #22051

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

5 months ago22127: use matchTrashRoute instead of window location to check if in trash view
Lisa Knox [Tue, 18 Feb 2025 21:14:54 +0000 (16:14 -0500)]
22127: use matchTrashRoute instead of window location to check if in trash view

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

5 months ago22127: group-manage tests pass
Lisa Knox [Tue, 18 Feb 2025 19:08:34 +0000 (14:08 -0500)]
22127: group-manage tests pass

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

5 months ago22127: added abstractions per feedback
Lisa Knox [Tue, 18 Feb 2025 16:50:41 +0000 (11:50 -0500)]
22127: added abstractions per feedback

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

5 months agoMerge branch '22509-go1236'
Brett Smith [Tue, 18 Feb 2025 16:44:06 +0000 (11:44 -0500)]
Merge branch '22509-go1236'

Refs #22509.

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

5 months ago22172: Merge branch 'main' into 22127-wb2-optimization
Lisa Knox [Tue, 18 Feb 2025 16:03:03 +0000 (11:03 -0500)]
22172: Merge branch 'main' into 22127-wb2-optimization

refs #22127

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

5 months agoMerge branch '22563-ansible-rocm'
Brett Smith [Tue, 18 Feb 2025 14:56:48 +0000 (09:56 -0500)]
Merge branch '22563-ansible-rocm'

Closes #22563.

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

5 months ago22563: Add comments explaining AMD ROCm version selection
Brett Smith [Tue, 18 Feb 2025 14:54:47 +0000 (09:54 -0500)]
22563: Add comments explaining AMD ROCm version selection

AMD's decision to version their apt repositories is unusual. We can
still get all the functionality we want, but this layout forces a
different implementation, so spell that out.

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