]> git.arvados.org - arvados.git/log
arvados.git
23 months ago20750/20927: Add TODO about network error handling
Brett Smith [Tue, 5 Sep 2023 20:46:54 +0000 (16:46 -0400)]
20750/20927: Add TODO about network error handling

The commit message for 9717f88d29310067fa70e19fb9afb3679c036bc4 says:

> This may also provide better behavior in cases of network hiccups or
> other remote server turbulence.

This was written with the expectation that those problems would raise
`HTTPClient::BadResponseError`. That was mistaken. Those problems
actually raise lower-level socket exceptions instead.

We now have a ticket to improve the error handling here. It's out of
scope for #20750, since the error handling is no worse than it was
before the branch.

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

23 months ago20750: Fix comment typo
Brett Smith [Tue, 5 Sep 2023 20:46:48 +0000 (16:46 -0400)]
20750: Fix comment typo

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

23 months agoMerge branch '20612-diag-ctr-api-access'
Tom Clegg [Tue, 5 Sep 2023 19:46:17 +0000 (15:46 -0400)]
Merge branch '20612-diag-ctr-api-access'

closes #20612

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

23 months ago20612: Fix up punctuation/capitalization in docs.
Tom Clegg [Tue, 5 Sep 2023 19:39:33 +0000 (15:39 -0400)]
20612: Fix up punctuation/capitalization in docs.

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

23 months agoMerge branch '20913-user-profile' refs #20913
Peter Amstutz [Tue, 5 Sep 2023 18:36:50 +0000 (14:36 -0400)]
Merge branch '20913-user-profile' refs #20913

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

23 months ago20840: Fix broken url 20840-api-deprecate-notice
Peter Amstutz [Tue, 5 Sep 2023 18:06:49 +0000 (14:06 -0400)]
20840: Fix broken url

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

23 months agoMerge branch '20919-fix-proxy-url'
Tom Clegg [Mon, 4 Sep 2023 14:11:32 +0000 (10:11 -0400)]
Merge branch '20919-fix-proxy-url'

fixes #20919

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

23 months ago20850: Don't show wb2 deprecation notice to anonymous users 20850-wb1-deprecated
Peter Amstutz [Sun, 3 Sep 2023 17:52:40 +0000 (13:52 -0400)]
20850: Don't show wb2 deprecation notice to anonymous users

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

23 months ago20840: Add deprecations to upgrade notes
Peter Amstutz [Sun, 3 Sep 2023 17:36:49 +0000 (13:36 -0400)]
20840: Add deprecations to upgrade notes

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

23 months ago20840: Add warning boxes to legacy APIs and rearrange API listing
Peter Amstutz [Sun, 3 Sep 2023 17:27:03 +0000 (13:27 -0400)]
20840: Add warning boxes to legacy APIs and rearrange API listing

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

23 months ago20850: Fix test selector
Peter Amstutz [Sun, 3 Sep 2023 16:44:34 +0000 (12:44 -0400)]
20850: Fix test selector

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

23 months ago20850: Add deprecation notice & wb2 redirect to every page
Peter Amstutz [Fri, 1 Sep 2023 21:26:28 +0000 (17:26 -0400)]
20850: Add deprecation notice & wb2 redirect to every page

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

23 months ago20612: Document diagnostics image building / container options. 20612-diag-ctr-api-access
Tom Clegg [Fri, 1 Sep 2023 18:22:51 +0000 (14:22 -0400)]
20612: Document diagnostics image building / container options.

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

23 months ago20612: Set DEBIAN_FRONTEND=noninteractive for container build.
Tom Clegg [Fri, 1 Sep 2023 17:47:08 +0000 (13:47 -0400)]
20612: Set DEBIAN_FRONTEND=noninteractive for container build.

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

23 months agoMerge branch '20899-wf-delete' refs #20899
Peter Amstutz [Fri, 1 Sep 2023 16:13:08 +0000 (12:13 -0400)]
Merge branch '20899-wf-delete' refs #20899

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

23 months agogithub-207: Fix outgoing Host header in proxy request. github-207
Tom Clegg [Wed, 30 Aug 2023 18:30:27 +0000 (14:30 -0400)]
github-207: Fix outgoing Host header in proxy request.

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

23 months ago20915: Add missing import to _pycurlhelper
Brett Smith [Thu, 31 Aug 2023 13:27:03 +0000 (09:27 -0400)]
20915: Add missing import to _pycurlhelper

Closes #20915.

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

23 months ago20913: Fix test to check that use profile gets saved
Peter Amstutz [Wed, 30 Aug 2023 20:23:33 +0000 (16:23 -0400)]
20913: Fix test to check that use profile gets saved

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

23 months agoFix for cached files from arvados-controller
George Chlipala [Mon, 28 Aug 2023 21:57:06 +0000 (16:57 -0500)]
Fix for cached files from arvados-controller
Arvados-DCO-1.1-Signed-off-by: George Chlipala <gchlip2@uic.edu>

23 months ago20862: Revert i18n to earlier version for rails 5 compatibility.
Tom Clegg [Wed, 30 Aug 2023 13:05:02 +0000 (09:05 -0400)]
20862: Revert i18n to earlier version for rails 5 compatibility.

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

23 months ago20862: Update gemfiles to use arvados-2.7.0.rc2.
Tom Clegg [Tue, 29 Aug 2023 19:12:59 +0000 (15:12 -0400)]
20862: Update gemfiles to use arvados-2.7.0.rc2.

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

23 months ago20862: Update gemfiles to use arvados-2.7.0.rc1.
Tom Clegg [Tue, 29 Aug 2023 18:55:44 +0000 (14:55 -0400)]
20862: Update gemfiles to use arvados-2.7.0.rc1.

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

23 months ago20862: Fix i18n dependency to not conflict with Rails 6.
Tom Clegg [Tue, 29 Aug 2023 18:50:43 +0000 (14:50 -0400)]
20862: Fix i18n dependency to not conflict with Rails 6.

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

23 months agoMerge branch '20877-trashed-priority' refs #20877
Peter Amstutz [Tue, 29 Aug 2023 18:15:08 +0000 (14:15 -0400)]
Merge branch '20877-trashed-priority' refs #20877

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

23 months ago20862: Merge branch 'main' into 20862-google-api-client
Tom Clegg [Tue, 29 Aug 2023 17:32:16 +0000 (13:32 -0400)]
20862: Merge branch 'main' into 20862-google-api-client

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

23 months agoMerge branch '20839-pysdk-deprecations'
Brett Smith [Tue, 29 Aug 2023 15:41:10 +0000 (11:41 -0400)]
Merge branch '20839-pysdk-deprecations'

Closes #20839.

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

23 months ago20862: Re-run bundle after deleting bogus locally cached gem files.
Tom Clegg [Tue, 29 Aug 2023 15:25:57 +0000 (11:25 -0400)]
20862: Re-run bundle after deleting bogus locally cached gem files.

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

23 months ago20877: Do not create log or output collections if parent is frozen or trashed 20877-trashed-priority
Peter Amstutz [Tue, 29 Aug 2023 15:04:03 +0000 (11:04 -0400)]
20877: Do not create log or output collections if parent is frozen or trashed

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

23 months agoMerge branch '20757-ctr-shell-settings'
Tom Clegg [Tue, 29 Aug 2023 13:16:00 +0000 (09:16 -0400)]
Merge branch '20757-ctr-shell-settings'

fixes #20757

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

23 months ago20836: Update test_select for Py<3.8 compatibility 20839-pysdk-deprecations
Brett Smith [Mon, 28 Aug 2023 20:26:41 +0000 (16:26 -0400)]
20836: Update test_select for Py<3.8 compatibility

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

23 months ago20839: Mark deprecated PySDK functions as such
Brett Smith [Sun, 27 Aug 2023 02:13:39 +0000 (22:13 -0400)]
20839: Mark deprecated PySDK functions as such

This is in preparation to remove these from the SDK in Arvados 3.0.

These changes exacerbated the circular import between the top-level
arvados and util, which had knock-off effects on other import
statements, causing them to see the world differently (like whether
`arvados.api` is a module or function). Most of the import-related
shuffling is meant to mitigate all that.

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

23 months ago20839: Add order_key to select in keyset_list_all
Brett Smith [Sun, 27 Aug 2023 03:59:21 +0000 (23:59 -0400)]
20839: Add order_key to select in keyset_list_all

Like uuid, the main loop requires this field.

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

23 months ago20839: Replace arvados.util.mkdir_dash_p calls throughout
Brett Smith [Sun, 27 Aug 2023 02:52:13 +0000 (22:52 -0400)]
20839: Replace arvados.util.mkdir_dash_p calls throughout

In preparation to deprecate the function.

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

23 months ago20839: Replace arvados.util.list_all calls throughout
Brett Smith [Sun, 27 Aug 2023 02:01:32 +0000 (22:01 -0400)]
20839: Replace arvados.util.list_all calls throughout

In preparation to deprecate this function. This does leave a couple
calls in arv-docker-migrate19, but that command will also be deprecated
and removed at least as soon as the function.

The changes to the the sdk/cwl/tests/test_submit.py mocks are necessary
because of mechanical differences between list_all and keyset_list_all.

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

test fixup

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

23 months ago20899: Add menu item to delete workflow record
Peter Amstutz [Mon, 28 Aug 2023 19:19:39 +0000 (15:19 -0400)]
20899: Add menu item to delete workflow record

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

23 months ago20757: Split tests into separate funcs. 20757-ctr-shell-settings
Tom Clegg [Mon, 28 Aug 2023 18:40:05 +0000 (14:40 -0400)]
20757: Split tests into separate funcs.

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

23 months ago18874: Fix run-tests.sh test targets.
Tom Clegg [Mon, 28 Aug 2023 18:09:56 +0000 (14:09 -0400)]
18874: Fix run-tests.sh test targets.

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

23 months ago18874: Merge branch 'main' into 18874-merge-wb2
Tom Clegg [Mon, 28 Aug 2023 14:31:49 +0000 (10:31 -0400)]
18874: Merge branch 'main' into 18874-merge-wb2

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

23 months ago20612: Run diagnostics from inside the test container too.
Tom Clegg [Mon, 28 Aug 2023 14:23:34 +0000 (10:23 -0400)]
20612: Run diagnostics from inside the test container too.

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

23 months ago20839: Optimize list sort
Brett Smith [Sun, 27 Aug 2023 01:55:39 +0000 (21:55 -0400)]
20839: Optimize list sort

Trivial optimization I noticed while working around here.

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

23 months ago20839: Replace arvados.util.run_command calls in arv-copy
Brett Smith [Sun, 27 Aug 2023 01:42:20 +0000 (21:42 -0400)]
20839: Replace arvados.util.run_command calls in arv-copy

In preparation for deprecating this function.

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

23 months ago20839: Remove old Python 2 TextIOWrapper shim
Brett Smith [Sat, 26 Aug 2023 23:32:53 +0000 (19:32 -0400)]
20839: Remove old Python 2 TextIOWrapper shim

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

23 months ago20889: Fixes Keep S3 bucket instructions. 20889-installer-fixes
Lucas Di Pentima [Fri, 25 Aug 2023 19:20:08 +0000 (16:20 -0300)]
20889: Fixes Keep S3 bucket instructions.

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

23 months ago20889: Adds documentation explaining the use of TLS cert keys encryption.
Lucas Di Pentima [Fri, 25 Aug 2023 19:13:22 +0000 (16:13 -0300)]
20889: Adds documentation explaining the use of TLS cert keys encryption.

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

23 months ago20889: Fixes installer.sh indentation to match the how provision.sh is written.
Lucas Di Pentima [Fri, 25 Aug 2023 18:30:04 +0000 (15:30 -0300)]
20889: Fixes installer.sh indentation to match the how provision.sh is written.

It had a mix of space-based and tab-based indentation that made code a bit
difficult to read.

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

23 months ago20889: Checks that cert files are present before trying to use them.
Lucas Di Pentima [Fri, 25 Aug 2023 18:22:56 +0000 (15:22 -0300)]
20889: Checks that cert files are present before trying to use them.

Also, some documentation fixes.

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

23 months ago20757: `arvados-client shell` uses settings.conf if present.
Tom Clegg [Fri, 25 Aug 2023 16:28:56 +0000 (12:28 -0400)]
20757: `arvados-client shell` uses settings.conf if present.

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

23 months agoMerge branch '20877-trashed-priority' refs #20877
Peter Amstutz [Fri, 25 Aug 2023 14:49:33 +0000 (10:49 -0400)]
Merge branch '20877-trashed-priority' refs #20877

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

23 months agoMerge branch '20894-instances-default' refs #20894
Peter Amstutz [Fri, 25 Aug 2023 14:04:25 +0000 (10:04 -0400)]
Merge branch '20894-instances-default' refs #20894

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

23 months ago20889: Fixes a bug when database & controller roles are on a single node.
Lucas Di Pentima [Fri, 25 Aug 2023 13:30:11 +0000 (10:30 -0300)]
20889: Fixes a bug when database & controller roles are on a single node.

The database role gets handled first, so the controller node gets removed
from the list and then when checking if multiple nodes were available, the
code path for a single controller didn't checked if the node was already
removed from the node list.

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

23 months ago20889: Allows customization on database name and user.
Lucas Di Pentima [Thu, 24 Aug 2023 21:47:26 +0000 (18:47 -0300)]
20889: Allows customization on database name and user.

Also, allows specifying external PG service for the single host cases.

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

23 months ago20889: Allows configurable S3 bucket name and IAM profile for Keep backend.
Lucas Di Pentima [Thu, 24 Aug 2023 21:05:10 +0000 (18:05 -0300)]
20889: Allows configurable S3 bucket name and IAM profile for Keep backend.

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

23 months ago20889: Adds config handling of external database service.
Lucas Di Pentima [Thu, 24 Aug 2023 20:56:05 +0000 (17:56 -0300)]
20889: Adds config handling of external database service.

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

23 months ago20889: Removes unnecessary documentation about rolling upgrades.
Lucas Di Pentima [Thu, 24 Aug 2023 20:35:39 +0000 (17:35 -0300)]
20889: Removes unnecessary documentation about rolling upgrades.

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

23 months agoMerge branch '20884-rocky8-copy' refs #20884
Peter Amstutz [Thu, 24 Aug 2023 20:35:53 +0000 (16:35 -0400)]
Merge branch '20884-rocky8-copy' refs #20884

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

23 months ago20884: Update Makefile copy rule to accommodate rocky8
Brett Smith [Thu, 24 Aug 2023 19:41:16 +0000 (15:41 -0400)]
20884: Update Makefile copy rule to accommodate rocky8

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

23 months ago20889: Removes DISABLED_CONTROLLER from the user-editable local.params file.
Lucas Di Pentima [Thu, 24 Aug 2023 19:31:45 +0000 (16:31 -0300)]
20889: Removes DISABLED_CONTROLLER from the user-editable local.params file.

As the rolling upgrade procedure is done automatically, this is not needed
and could cause confusion by being on local.params

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

23 months ago20750: Fix documentation link typo 20750-sharing-token-scopes
Brett Smith [Thu, 24 Aug 2023 19:11:32 +0000 (15:11 -0400)]
20750: Fix documentation link typo

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

23 months ago20889: Sets default values for environment variables.
Lucas Di Pentima [Thu, 24 Aug 2023 19:07:41 +0000 (16:07 -0300)]
20889: Sets default values for environment variables.

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

23 months agoMerge branch '20829-can-manage' refs #20829
Peter Amstutz [Thu, 24 Aug 2023 19:06:05 +0000 (15:06 -0400)]
Merge branch '20829-can-manage' refs #20829

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

23 months ago20750: Reorder remote token validation strategy
Brett Smith [Wed, 23 Aug 2023 01:47:33 +0000 (21:47 -0400)]
20750: Reorder remote token validation strategy

See updated comments for an explanation of why we do queries in the
order that we do. Briefly, now that getting the current API client
authorization is no longer subject to token scopes, that query has the
best chance of telling us immediately whether or not the token is
valid. If that query succeeds, but the current user query fails, we
might still be able to load a user record from the database from the
token's owner_uuid, and use that.

The immediate application for this change is sharing tokens with limited
scopes. When the user creates such a token, we expect they're doing so
using a token with unlimited scopes, and their user record will have
been loaded into the database at that time. Then visitors using the
sharing token will be able to authorize from that database record,
without having permission to query the full user record (and see the
creator's name and email address) directly.

This may also provide better behavior in cases of network hiccups or
other remote server turbulence. Now only one query *needs* to succeed,
the current token API call.

With these changes, it seemed appropriate to propagate any remote error
status codes back to the client, so they can also distinguish permanent
authorization failures from temporary ones. To do that, we attach an
`http_status` singleton method to the original
HTTPClient::BadResponseError. ApplicationController#render_error already
uses that method to determine the status code to return to the client,
and this commit extends CurrentApiToken with similar behavior. Before
this commit, there were definitely other cases that could raise
unhandled exceptions; I assume they were previously all returning
generic error codes, and probably untested. I think this is improved
behavior that makes sense with the rest of the change.

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

23 months ago20889: Adds configurable data retention parameter for Prometheus.
Lucas Di Pentima [Thu, 24 Aug 2023 18:36:27 +0000 (15:36 -0300)]
20889: Adds configurable data retention parameter for Prometheus.

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

23 months ago18874: `arvados-server boot` uses workbench2 in main repo.
Tom Clegg [Thu, 24 Aug 2023 18:22:12 +0000 (14:22 -0400)]
18874: `arvados-server boot` uses workbench2 in main repo.

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

23 months ago18874: `arvados-server install` uses workbench2 in main repo.
Tom Clegg [Thu, 24 Aug 2023 18:17:45 +0000 (14:17 -0400)]
18874: `arvados-server install` uses workbench2 in main repo.

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

23 months agoMerge branch '20890-remove-wb1-switch' refs #20890
Peter Amstutz [Thu, 24 Aug 2023 17:39:32 +0000 (13:39 -0400)]
Merge branch '20890-remove-wb1-switch'  refs #20890

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

23 months ago18874: Fix arvados-boot source dir.
Tom Clegg [Thu, 24 Aug 2023 17:30:08 +0000 (13:30 -0400)]
18874: Fix arvados-boot source dir.

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

23 months agoMerge branch '20603-trash-show-all' refs #20603
Peter Amstutz [Thu, 24 Aug 2023 17:14:50 +0000 (13:14 -0400)]
Merge branch '20603-trash-show-all' refs #20603

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

23 months ago18874: Skip `arvados-server install`.
Tom Clegg [Thu, 24 Aug 2023 17:00:17 +0000 (13:00 -0400)]
18874: Skip `arvados-server install`.

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

23 months ago20862: Update arvados gem version.
Tom Clegg [Thu, 24 Aug 2023 16:22:09 +0000 (12:22 -0400)]
20862: Update arvados gem version.

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

23 months ago18874: Fix gopath in test script.
Tom Clegg [Thu, 24 Aug 2023 16:19:18 +0000 (12:19 -0400)]
18874: Fix gopath in test script.

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

23 months ago18874: Don't run workbench2 integration tests in docker.
Tom Clegg [Thu, 24 Aug 2023 15:28:27 +0000 (11:28 -0400)]
18874: Don't run workbench2 integration tests in docker.

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

23 months ago18874: Make `run-tests.sh --only services/workbench2` work.
Tom Clegg [Thu, 24 Aug 2023 14:54:18 +0000 (10:54 -0400)]
18874: Make `run-tests.sh --only services/workbench2` work.

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

23 months ago20862: Update mocha gem.
Tom Clegg [Thu, 24 Aug 2023 14:25:49 +0000 (10:25 -0400)]
20862: Update mocha gem.

Previous versions are not compatible with new minitest.

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

23 months agoRevert "20894: Change default retention on prometheus to 90 days" 20894-instances-default
Peter Amstutz [Thu, 24 Aug 2023 14:10:35 +0000 (10:10 -0400)]
Revert "20894: Change default retention on prometheus to 90 days"

This reverts commit 15e554b5da9d4da9447e547abd536c53be069a21.

According to Lucas, this doesn't actually work.

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

23 months ago20884: Add rocky8 to list of build targets
Peter Amstutz [Thu, 24 Aug 2023 13:57:50 +0000 (09:57 -0400)]
20884: Add rocky8 to list of build targets

refs #20884

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

23 months ago20894: Change default retention on prometheus to 90 days
Peter Amstutz [Thu, 24 Aug 2023 14:06:41 +0000 (10:06 -0400)]
20894: Change default retention on prometheus to 90 days

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

23 months ago20890: Remove "Switch to workbench 1" menu item
Peter Amstutz [Thu, 24 Aug 2023 13:54:41 +0000 (09:54 -0400)]
20890: Remove "Switch to workbench 1" menu item

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

23 months ago18874: Don't try to run arvados-server install from run-tests.sh.
Tom Clegg [Wed, 23 Aug 2023 20:29:53 +0000 (16:29 -0400)]
18874: Don't try to run arvados-server install from run-tests.sh.

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

23 months ago20889: Install Prometheus server from archives instead of package repo.
Lucas Di Pentima [Wed, 23 Aug 2023 20:27:21 +0000 (17:27 -0300)]
20889: Install Prometheus server from archives instead of package repo.

This avoids some incompatibilities (at least on Ubuntu 20.04) with grafana.

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

23 months agoMerge branch '20617-shared-with-me-filtering' into main. Closes #20617
Stephen Smith [Wed, 23 Aug 2023 19:31:26 +0000 (15:31 -0400)]
Merge branch '20617-shared-with-me-filtering' into main. Closes #20617

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

23 months ago20894: Set LimitLogBytesPerJob to 0
Peter Amstutz [Wed, 23 Aug 2023 18:58:43 +0000 (14:58 -0400)]
20894: Set LimitLogBytesPerJob to 0

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

23 months ago18874: Use provided GOPATH, if any, in workbench2 Makefile recipe.
Tom Clegg [Wed, 23 Aug 2023 18:39:27 +0000 (14:39 -0400)]
18874: Use provided GOPATH, if any, in workbench2 Makefile recipe.

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

23 months ago20862: Add test stub func for sdk/ruby-google-api-client.
Tom Clegg [Wed, 23 Aug 2023 18:34:52 +0000 (14:34 -0400)]
20862: Add test stub func for sdk/ruby-google-api-client.

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

23 months ago20894: Wordsmithing
Peter Amstutz [Wed, 23 Aug 2023 17:24:10 +0000 (13:24 -0400)]
20894: Wordsmithing

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

23 months ago20894: Change InitialQuotaEstimate and SupervisorFraction defaults.
Peter Amstutz [Wed, 23 Aug 2023 17:08:45 +0000 (13:08 -0400)]
20894: Change InitialQuotaEstimate and SupervisorFraction defaults.

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

23 months ago20862: Improve exception messages.
Tom Clegg [Wed, 23 Aug 2023 14:41:58 +0000 (10:41 -0400)]
20862: Improve exception messages.

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

23 months ago18874: Move .licenseignore rules to top.
Tom Clegg [Tue, 22 Aug 2023 13:32:56 +0000 (09:32 -0400)]
18874: Move .licenseignore rules to top.

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

23 months ago18874: Add workbench2 to run-tests.sh.
Tom Clegg [Mon, 21 Aug 2023 18:57:00 +0000 (14:57 -0400)]
18874: Add workbench2 to run-tests.sh.

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

23 months ago18874: Add 'services/workbench2/' from commit 'f6f88d9ca9cdeeeebfadcfe999789bfb9f69e5c6'
Tom Clegg [Wed, 23 Aug 2023 14:23:17 +0000 (10:23 -0400)]
18874: Add 'services/workbench2/' from commit 'f6f88d9ca9cdeeeebfadcfe999789bfb9f69e5c6'

git-subtree-dir: services/workbench2
git-subtree-mainline: 6de571a660401585bc96dd92fd2563e9b64c58c6
git-subtree-split: f6f88d9ca9cdeeeebfadcfe999789bfb9f69e5c6

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

23 months ago20862: Update arvados gem version.
Tom Clegg [Wed, 23 Aug 2023 14:15:02 +0000 (10:15 -0400)]
20862: Update arvados gem version.

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

23 months ago20862: Update components to latest arvados, google-api-client gems.
Tom Clegg [Tue, 22 Aug 2023 15:26:22 +0000 (11:26 -0400)]
20862: Update components to latest arvados, google-api-client gems.

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

23 months ago20862: Fix ruby sdk deps.
Tom Clegg [Tue, 22 Aug 2023 15:16:29 +0000 (11:16 -0400)]
20862: Fix ruby sdk deps.

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

23 months ago20862: Fix charset middleware.
Tom Clegg [Tue, 22 Aug 2023 15:14:24 +0000 (11:14 -0400)]
20862: Fix charset middleware.

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

23 months ago20862: Fix faraday/gzip middleware.
Tom Clegg [Tue, 22 Aug 2023 15:03:13 +0000 (11:03 -0400)]
20862: Fix faraday/gzip middleware.

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

23 months ago20862: Fix ruby sdk dependencies.
Tom Clegg [Tue, 22 Aug 2023 14:55:20 +0000 (10:55 -0400)]
20862: Fix ruby sdk dependencies.

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

23 months ago20862: Fix arvados-google-api-client dependencies.
Tom Clegg [Tue, 22 Aug 2023 14:51:48 +0000 (10:51 -0400)]
20862: Fix arvados-google-api-client dependencies.

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

23 months ago20862: Build arvados-google-api-client gem in run-tests.sh.
Tom Clegg [Fri, 18 Aug 2023 15:24:13 +0000 (11:24 -0400)]
20862: Build arvados-google-api-client gem in run-tests.sh.

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

23 months ago20862: Disable license header check for ruby-google-api-client.
Tom Clegg [Tue, 22 Aug 2023 14:05:53 +0000 (10:05 -0400)]
20862: Disable license header check for ruby-google-api-client.

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

23 months ago20877: Fix missing 'and'
Peter Amstutz [Wed, 23 Aug 2023 13:31:47 +0000 (09:31 -0400)]
20877: Fix missing 'and'

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

23 months ago20862: Add 'sdk/ruby-google-api-client/' from commit '2f4be67955e48bb65d008ecd9ff6da9...
Tom Clegg [Wed, 23 Aug 2023 13:31:48 +0000 (09:31 -0400)]
20862: Add 'sdk/ruby-google-api-client/' from commit '2f4be67955e48bb65d008ecd9ff6da9d8fe77028'

git-subtree-dir: sdk/ruby-google-api-client
git-subtree-mainline: 6e91ab41ffa1509dd1d4e2b8ecb559dd429c6ea4
git-subtree-split: 2f4be67955e48bb65d008ecd9ff6da9d8fe77028

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