]>
git.arvados.org - arvados.git/log
Tom Clegg [Fri, 6 Jun 2025 15:54:17 +0000 (11:54 -0400)]
22970: Upgrade to go 1.24.1.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Fri, 6 Jun 2025 14:32:01 +0000 (10:32 -0400)]
22859: Merge branch 'main' into 22859-service-port-range
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Fri, 6 Jun 2025 14:31:11 +0000 (10:31 -0400)]
Merge branch '22777-named-proxy-port'
closes #22777
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Fri, 6 Jun 2025 14:30:14 +0000 (10:30 -0400)]
22777: Change example domain name to match existing docs.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Fri, 6 Jun 2025 14:23:43 +0000 (10:23 -0400)]
22859: Route ContainerWebServices using dynamically assigned ports.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Lisa Knox [Fri, 6 Jun 2025 13:57:03 +0000 (09:57 -0400)]
22793: added dynamic maxHeight to collapsibleDescription
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Thu, 5 Jun 2025 19:19:45 +0000 (15:19 -0400)]
22793: abandoned MUI collapse component in favor of jsx/jss
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Thu, 5 Jun 2025 14:27:18 +0000 (10:27 -0400)]
22793: removed Overview Panel from Root Project
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Thu, 5 Jun 2025 13:10:46 +0000 (09:10 -0400)]
22793: added overview-panel and project-attributes
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Tom Clegg [Wed, 4 Jun 2025 21:45:10 +0000 (17:45 -0400)]
22859: Merge branch '22777-named-proxy-port' into 22859-service-port-range
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Wed, 4 Jun 2025 21:23:39 +0000 (17:23 -0400)]
22859: Dynamically assign external ports for container web services.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Wed, 4 Jun 2025 21:11:18 +0000 (17:11 -0400)]
22777: published_port links specify container request UUIDs.
...not container UUIDs.
The generic proxy endpoint (https://{uuid}-{port}.containers.domain)
can be used with either a container request UUID or a container UUID.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Tue, 3 Jun 2025 18:27:38 +0000 (14:27 -0400)]
22827: Fix memory usage check in case Alloc decreases during test.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Tue, 3 Jun 2025 16:27:46 +0000 (12:27 -0400)]
Merge branch '22935-ssh-key-type'
fixes #22935
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Tue, 3 Jun 2025 16:27:03 +0000 (12:27 -0400)]
22935: Change example key type from rsa to
ed25519 .
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Tue, 3 Jun 2025 16:23:59 +0000 (12:23 -0400)]
22827: Log memory consumption even when passing test.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Tue, 3 Jun 2025 16:09:07 +0000 (12:09 -0400)]
Merge branch '22931-crunch-run-open-sockets'
fixes #22931
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Tue, 3 Jun 2025 03:41:42 +0000 (23:41 -0400)]
22827: Fail test on excess memory usage.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Tue, 3 Jun 2025 03:40:51 +0000 (23:40 -0400)]
22827: Single-entry cache for source collection filesystem.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Tue, 3 Jun 2025 03:34:56 +0000 (23:34 -0400)]
22827: Update fs/keepclient pointers during Snapshot and Splice
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Brett Smith [Tue, 3 Jun 2025 12:52:56 +0000 (08:52 -0400)]
Merge branch '22957-ansible-package-tests'
Closes #22957, #22944, #22962.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
Tom Clegg [Tue, 3 Jun 2025 03:33:11 +0000 (23:33 -0400)]
22827: Test repetitive mounts under output directory.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Peter Amstutz [Mon, 2 Jun 2025 21:03:56 +0000 (17:03 -0400)]
Merge branch '22819-cwl-use-s3-creds' refs #22819
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Mon, 2 Jun 2025 19:25:53 +0000 (15:25 -0400)]
22819: Add mock for now() since utcnow() is deprecated.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Tom Clegg [Mon, 2 Jun 2025 18:09:38 +0000 (14:09 -0400)]
22935: Add SSH key compatibility note to compute node image doc.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Lisa Knox [Mon, 2 Jun 2025 17:42:29 +0000 (13:42 -0400)]
Merge branch '22845-process-status-counts'
closes #22845
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Mon, 2 Jun 2025 15:53:31 +0000 (11:53 -0400)]
22845: added tbody assertions in test
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Mon, 2 Jun 2025 15:09:26 +0000 (11:09 -0400)]
22845: fixed intermittent CORS error
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Brett Smith [Mon, 2 Jun 2025 14:50:35 +0000 (10:50 -0400)]
22957: Build package test Docker images with Ansible
This is not a huge win by itself, but it means we can manage these
images with a single playbook rather than one Dockerfile per image. The
bigger win will come when we do the same for package build Dockerfiles,
which can reuse a lot of the code we've already written in
`install-test-env.yml`.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
Brett Smith [Mon, 2 Jun 2025 14:28:27 +0000 (10:28 -0400)]
22957: Add arvados_ansible role to install-test-env playbook
This is in preparation to build packaging Docker images with Ansible.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
Brett Smith [Sat, 31 May 2025 15:54:42 +0000 (11:54 -0400)]
22957: Support RHEL-based distros in distro_bootstrap
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
Brett Smith [Fri, 30 May 2025 17:13:52 +0000 (13:13 -0400)]
22944: Bugfix and DRY Ansible bootstrap tasks
By default, Ansible tries to gather host facts at the start of each
play. In order for the bootstrap task to work as intended, it must run
in an early play with `gather_facts: no`.
Make this easier by adding a role to do it. This removes some
bootstrapping of the `gnupg` and `xz-utils` packages. Both of these were
carried over from previous automations, and they don't seem to really be
required by Ansible directly. I have been able to run all these
playbooks as-is. They might be getting pulled in as dependencies of
other packages, or might be core to more recent Debian, but whatever the
reason, we should be fine.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
Brett Smith [Fri, 30 May 2025 14:50:30 +0000 (10:50 -0400)]
22957: Add requirements files to Ansible
We are at a point where we want to use collections that aren't included
in Ansible 8. This commit adds the infrastructure for us to do that in
the standard way, while taking the opportunity to only declare what we
need (no more installing the 240MiB Fortinet collection everywhere).
The change to the PostgreSQL HBA sources is required by stricter
validation in the newer community.postgresql module. The change from
parameter names from `db` to `login_db` is because the former is
deprecated in this version.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
Peter Amstutz [Mon, 2 Jun 2025 13:45:49 +0000 (09:45 -0400)]
22819: Add --s3-public-bucket to documentation
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Fri, 30 May 2025 23:55:45 +0000 (19:55 -0400)]
22819: Support for downloading from public buckets
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Fri, 30 May 2025 21:30:01 +0000 (17:30 -0400)]
22819: Add --s3-public-bucket option
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Fri, 30 May 2025 20:47:41 +0000 (16:47 -0400)]
22819: Filter on expires_at, improve logging
Remove redundant copy of resolve_aws_key
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Lucas Di Pentima [Fri, 30 May 2025 19:41:05 +0000 (16:41 -0300)]
22613: Updates arvados-formula commit
This is to support ContainerWebServices service URLs in the config file.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 30 May 2025 19:39:52 +0000 (16:39 -0300)]
22613: Fixes LE config for *.containers subdomains
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 30 May 2025 18:25:33 +0000 (15:25 -0300)]
22613: Use distribution-provided PostgreSQL service instead of upstream
This is to workaround an issue with the missing pgdg-keyring deb package
that the postgresql-formula attempts to download when using PostgreSQL
from postgresql.org.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lisa Knox [Fri, 30 May 2025 15:37:06 +0000 (11:37 -0400)]
22845: added 'close' button to status filter popover
* also shifted all filter popover close buttons to the right corner for consistency
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Fri, 30 May 2025 15:16:46 +0000 (11:16 -0400)]
22845: added more space between status and count
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Tom Clegg [Fri, 30 May 2025 15:06:16 +0000 (11:06 -0400)]
22931: Update transport to use DefaultTransport values from Go 1.23.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Fri, 30 May 2025 15:06:10 +0000 (11:06 -0400)]
22931: Disable keepalive on single-req gateway connections.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Lucas Di Pentima [Fri, 30 May 2025 14:07:48 +0000 (11:07 -0300)]
22613: Adds new DNS record to Route53
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lisa Knox [Thu, 29 May 2025 21:04:14 +0000 (17:04 -0400)]
22845: fixed initial load and typefilter change load
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Stephen Smith [Thu, 29 May 2025 18:58:00 +0000 (14:58 -0400)]
Merge branch '22360-skeleton-loader' into main. Closes #22360
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Tom Clegg [Thu, 29 May 2025 17:54:49 +0000 (13:54 -0400)]
Merge branch '22828-empty-webshell-ok'
fixes #22828
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Lisa Knox [Wed, 28 May 2025 13:47:54 +0000 (09:47 -0400)]
22793: restored box shadow to non-nested data explorers
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Tom Clegg [Thu, 29 May 2025 14:09:32 +0000 (10:09 -0400)]
Merge branch '22816-container-shell-default'
closes #22816
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Thu, 29 May 2025 14:09:12 +0000 (10:09 -0400)]
22816: Add rationale.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Stephen Smith [Wed, 28 May 2025 21:29:02 +0000 (17:29 -0400)]
22360: More test fixing
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Wed, 28 May 2025 21:10:23 +0000 (17:10 -0400)]
22360: Fix tests
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Wed, 28 May 2025 19:41:26 +0000 (15:41 -0400)]
22360: Add tests I accidentally forgot to commit for 22394-project-tab-preference refs #22394
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Wed, 28 May 2025 19:40:42 +0000 (15:40 -0400)]
22360: Pre-emptively set project panel DE working to improve responsiveness
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Tom Clegg [Wed, 28 May 2025 18:36:54 +0000 (14:36 -0400)]
22816: Add upgrade note about changed default.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Wed, 28 May 2025 16:46:52 +0000 (12:46 -0400)]
22828: Skip webshell diagnostics if not enabled (empty ExternalURL).
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Wed, 28 May 2025 16:23:40 +0000 (12:23 -0400)]
22816: Enable container shell for admins by default.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Brett Smith [Wed, 28 May 2025 14:45:22 +0000 (10:45 -0400)]
22886: Update second arvados gem reference
Refs #22886
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
Brett Smith [Fri, 23 May 2025 13:53:29 +0000 (09:53 -0400)]
22886: Release Arvados 3.1.2
Refs #22886.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
Tom Clegg [Wed, 28 May 2025 13:46:22 +0000 (09:46 -0400)]
22859: Fix gofmt.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Brett Smith [Tue, 27 May 2025 18:33:47 +0000 (14:33 -0400)]
22779: Skip reading ~/.aws from the a-d-c service
See comments for background. Setting these variables lets a-d-c act more
like it did in previous versions while leaving a way for administrators
to opt in to newer behavior. We may do something different for Arvados
3.2.0, but this is where we want to be today. This was discussed between
Peter, Tom, Lucas, and myself. Refs #22779.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
Tom Clegg [Tue, 27 May 2025 18:29:52 +0000 (14:29 -0400)]
22859: Add container_ports table.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Lisa Knox [Tue, 27 May 2025 17:38:56 +0000 (13:38 -0400)]
22793: wf overview panel good
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Tue, 27 May 2025 14:56:43 +0000 (10:56 -0400)]
22793: fixed card deselecting when switching resources
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Tue, 27 May 2025 14:18:52 +0000 (10:18 -0400)]
22793: removed title section from process overview card
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>iy
Tom Clegg [Tue, 27 May 2025 14:50:38 +0000 (10:50 -0400)]
22613: Add *.containers.__DOMAIN__ to salt scripts.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Thu, 15 May 2025 19:15:58 +0000 (15:15 -0400)]
22613: Add "*.containers" wildcard to more places in docs.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Stephen Smith [Tue, 27 May 2025 14:17:39 +0000 (10:17 -0400)]
22360: Allow skeleton loader when criteriaChanged=false for pagination/sorting
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Lisa Knox [Tue, 27 May 2025 13:41:49 +0000 (09:41 -0400)]
22793: process details card up
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Tom Clegg [Mon, 26 May 2025 19:50:16 +0000 (15:50 -0400)]
22935: Support
ED25519 keys in EC2 driver.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Stephen Smith [Mon, 26 May 2025 15:42:46 +0000 (11:42 -0400)]
22360: Clear toolbar selection & disable row interaction when skeleton showing
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Tom Clegg [Mon, 26 May 2025 15:19:48 +0000 (11:19 -0400)]
22935: Test loading different SSH key formats.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Mon, 26 May 2025 14:57:23 +0000 (10:57 -0400)]
22935: Test loading different SSH key types: ecdsa,
ed25519 , rsa.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Tom Clegg [Mon, 26 May 2025 14:29:50 +0000 (10:29 -0400)]
Merge branch '22791-s3-upload-concurrency'
fixes #22791
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
Lisa Knox [Fri, 23 May 2025 17:31:22 +0000 (13:31 -0400)]
22793: fixed collection overview page
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Fri, 23 May 2025 15:03:14 +0000 (11:03 -0400)]
22793: moved collabsible description to its own file
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Stephen Smith [Thu, 22 May 2025 19:40:43 +0000 (15:40 -0400)]
22360: Render dummy lines for first time DE skeleton loader
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Thu, 22 May 2025 13:33:00 +0000 (09:33 -0400)]
22360: Keep track of non-background criteria-changed DE working internally
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Peter Amstutz [Thu, 22 May 2025 20:55:26 +0000 (16:55 -0400)]
Update arvbox to use debian 12. refs #22864
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Lisa Knox [Thu, 22 May 2025 19:55:57 +0000 (15:55 -0400)]
22793: created project overview page
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Stephen Smith [Tue, 20 May 2025 14:05:52 +0000 (10:05 -0400)]
22360: Move skeleton loader into cells to avoid layout shift with existing rows
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Peter Amstutz [Wed, 21 May 2025 23:12:51 +0000 (19:12 -0400)]
22819: Add check that boto3 actually loaded credentials
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Wed, 21 May 2025 22:59:23 +0000 (18:59 -0400)]
22819: Update formatting of "CWL style" page
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Wed, 21 May 2025 20:46:18 +0000 (16:46 -0400)]
22819: Update docs for new credential use behavior
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Brett Smith [Wed, 21 May 2025 20:01:18 +0000 (16:01 -0400)]
22232: Update MaxIndexDatabaseRead note 2
This should've been updated as part of refs #22232, which generalized
the logic rather than checking specific named columns.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
Lisa Knox [Wed, 21 May 2025 18:01:01 +0000 (14:01 -0400)]
22793: set for tabs restyling
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Wed, 21 May 2025 17:30:03 +0000 (13:30 -0400)]
22793: fixed null setSelectd function
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Brett Smith [Wed, 21 May 2025 14:40:34 +0000 (10:40 -0400)]
Merge branch '22927-ansible-requirements'
Closes #22927, #22929.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
Lisa Knox [Wed, 21 May 2025 14:13:47 +0000 (10:13 -0400)]
22793: fixed item not selected on navigate
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Wed, 21 May 2025 13:33:02 +0000 (09:33 -0400)]
22793: realigned toolbar per feedback
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Wed, 21 May 2025 13:21:21 +0000 (09:21 -0400)]
22793: fixed name word wrap/break
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Brett Smith [Tue, 20 May 2025 21:45:30 +0000 (17:45 -0400)]
22927: Document Ansible version requirements
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
Lisa Knox [Tue, 20 May 2025 18:37:51 +0000 (14:37 -0400)]
22793: added minWidth for squished tabs
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Tue, 20 May 2025 17:29:10 +0000 (13:29 -0400)]
22793: fixed excess scrolling in process logs
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Tue, 20 May 2025 15:47:36 +0000 (11:47 -0400)]
22793: fixed initial visibility defaults
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Tue, 20 May 2025 14:41:49 +0000 (10:41 -0400)]
22793: removed all box-shadow from tab panels
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Tue, 20 May 2025 13:32:21 +0000 (09:32 -0400)]
22793: fixed excess scrolling
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Peter Amstutz [Mon, 19 May 2025 19:54:36 +0000 (15:54 -0400)]
22819: Add check for credentials API
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Brett Smith [Mon, 19 May 2025 13:25:52 +0000 (09:25 -0400)]
22238: Simplify Workbench API_HOST template
The return value of external_addr already stringifies the way we need.
Refs #22238.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>