arvados.git
5 years agoMerge branch 'master' into 7478-anm-spot-instances
Lucas Di Pentima [Thu, 31 May 2018 19:24:07 +0000 (16:24 -0300)]
Merge branch 'master' into 7478-anm-spot-instances

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years agoMerge branch '13517-buffer-leak'
Tom Clegg [Thu, 31 May 2018 19:05:47 +0000 (15:05 -0400)]
Merge branch '13517-buffer-leak'

refs #13517

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years agoMerge branch '12061-flaky-tests'
Tom Clegg [Thu, 31 May 2018 18:39:41 +0000 (14:39 -0400)]
Merge branch '12061-flaky-tests'

refs #12061

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago12061: Explicitly join actor thread after stopping.
Tom Clegg [Thu, 31 May 2018 18:26:59 +0000 (14:26 -0400)]
12061: Explicitly join actor thread after stopping.

Fixes the "nonfatal" test case the same way the "fatal" test case was
fixed in 6706c6d46c6cfb080371b147b60fcaa191bd55a6.

Since the nonfatal case just tests that kill_mock did *not* get
called, the race condition used to make the test ineffectual
occasionally, instead of failing occasionally.

The race condition became visible only after the status reporting test
was added.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago13517: Fix leaked goroutine and buffer on failed S3 write.
Tom Clegg [Thu, 31 May 2018 17:44:18 +0000 (13:44 -0400)]
13517: Fix leaked goroutine and buffer on failed S3 write.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago7478: Unify arvados node size access across different drivers
Lucas Di Pentima [Thu, 31 May 2018 16:42:45 +0000 (13:42 -0300)]
7478: Unify arvados node size access across different drivers

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago7478: Test fixes.
Lucas Di Pentima [Wed, 30 May 2018 21:08:34 +0000 (18:08 -0300)]
7478: Test fixes.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago7478: Set arvados-node-size-id tag on node creation.
Lucas Di Pentima [Wed, 30 May 2018 21:02:30 +0000 (18:02 -0300)]
7478: Set arvados-node-size-id tag on node creation.

This tag has the Arvados assigned node size id, not the cloud size.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago7478: Override CloudSizeWrapper id with config Size name.
Lucas Di Pentima [Wed, 30 May 2018 21:00:29 +0000 (18:00 -0300)]
7478: Override CloudSizeWrapper id with config Size name.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago7478: Ignore redundant instance_type field on CloudSizeWrapper
Lucas Di Pentima [Wed, 30 May 2018 20:55:59 +0000 (17:55 -0300)]
7478: Ignore redundant instance_type field on CloudSizeWrapper

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago12061: Don't round down to 1s in timestamp parser.
Tom Clegg [Wed, 30 May 2018 20:32:20 +0000 (16:32 -0400)]
12061: Don't round down to 1s in timestamp parser.

ComputeNodeMonitorActor.offer_arvados_pair() pairs nodes only if

  first_ping_time >= cloud_node_start_time

However, first_ping_time is passed through arvados_timestamp() before
this comparison, which was truncating the subsecond part -- so the
comparison was effectively

  floor(first_ping_time) >= cloud_node_start_time

When FPT and CNST differed only in the subsecond part, this comparison
failed, and the nodes could never be paired. This caused sporadic
failures in tests, where the two values are often separated by less
than a second.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago12061: Change busywait approach to preserve assertion messages.
Tom Clegg [Wed, 30 May 2018 20:30:45 +0000 (16:30 -0400)]
12061: Change busywait approach to preserve assertion messages.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years agoMerge branch '11162-wes-support' refs #11162
Peter Amstutz [Wed, 30 May 2018 11:39:30 +0000 (07:39 -0400)]
Merge branch '11162-wes-support' refs #11162

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years agoMerge branch '13513-balance-deadlock'
Tom Clegg [Tue, 29 May 2018 20:05:27 +0000 (16:05 -0400)]
Merge branch '13513-balance-deadlock'

fixes #13513

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago11162: Remove debugging check
Peter Amstutz [Tue, 29 May 2018 17:16:55 +0000 (13:16 -0400)]
11162: Remove debugging check

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago13513: Fix deadlocked workers.
Tom Clegg [Tue, 29 May 2018 13:46:04 +0000 (09:46 -0400)]
13513: Fix deadlocked workers.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years agoFix crunch_script for jobs api refs #13516
Peter Amstutz [Sat, 26 May 2018 02:04:21 +0000 (22:04 -0400)]
Fix crunch_script for jobs api refs #13516

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years agoReplace unicode copyright character with ASCII in README.Rmd
Peter Amstutz [Sat, 26 May 2018 01:49:14 +0000 (21:49 -0400)]
Replace unicode copyright character with ASCII in README.Rmd

Fix documentation generation

no issue #

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago11162: Add tests for http_to_keep.
Peter Amstutz [Fri, 25 May 2018 20:45:12 +0000 (16:45 -0400)]
11162: Add tests for http_to_keep.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago7478: Scheduling parameters validation fixes.
Lucas Di Pentima [Fri, 25 May 2018 17:33:17 +0000 (14:33 -0300)]
7478: Scheduling parameters validation fixes.

* Set the preemptable parameter to child CRs by default separately from the
validations.
* Allow non-child CR to have the preemptable parameter set explicitly.
* Disallow the preemptable parameter when configuration is disabled.
* Updated tests.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years agoMerge branch 'master' into 7478-anm-spot-instances
Lucas Di Pentima [Fri, 25 May 2018 15:42:25 +0000 (12:42 -0300)]
Merge branch 'master' into 7478-anm-spot-instances

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago11162: Add test for --submit-request-uuid
Peter Amstutz [Fri, 25 May 2018 14:16:07 +0000 (10:16 -0400)]
11162: Add test for --submit-request-uuid

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago7478: On EC2 driver ask for a spot instance when needed.
Lucas Di Pentima [Fri, 25 May 2018 14:10:00 +0000 (11:10 -0300)]
7478: On EC2 driver ask for a spot instance when needed.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago11162: Fix tests.
Peter Amstutz [Fri, 25 May 2018 13:55:13 +0000 (09:55 -0400)]
11162: Fix tests.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago7478: Allow different configured node sizes to refer to the same instance type
Lucas Di Pentima [Thu, 24 May 2018 21:31:37 +0000 (18:31 -0300)]
7478: Allow different configured node sizes to refer to the same instance type

Add 'preemptable' attribute to every node size configuration, being False
by default.
Add 'instance_type' config attribute to store the real node size name. By
default this value will be the same as the size name, so that it's compatible
with current config files.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago11162: Bump cwltool for fix in generating basename from url
Peter Amstutz [Wed, 23 May 2018 20:56:40 +0000 (16:56 -0400)]
11162: Bump cwltool for fix in generating basename from url

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago11162: Smarter http downloads.
Peter Amstutz [Wed, 23 May 2018 19:23:44 +0000 (15:23 -0400)]
11162: Smarter http downloads.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago11162: Add logging about checking cache
Peter Amstutz [Wed, 23 May 2018 17:17:40 +0000 (13:17 -0400)]
11162: Add logging about checking cache

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago11162: Set a default cache time of 24 hours for files fetched over http.
Peter Amstutz [Wed, 23 May 2018 16:52:22 +0000 (12:52 -0400)]
11162: Set a default cache time of 24 hours for files fetched over http.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago11162: Add progress for http data download.
Peter Amstutz [Wed, 23 May 2018 00:45:58 +0000 (20:45 -0400)]
11162: Add progress for http data download.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago11162: Add --submit-request-uuid
Peter Amstutz [Tue, 22 May 2018 20:53:16 +0000 (16:53 -0400)]
11162: Add --submit-request-uuid

Allows container request to be created separately from initialization
that occurs prior to actually committing the container to run.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago11162: Handle missing git
Peter Amstutz [Mon, 14 May 2018 16:02:51 +0000 (12:02 -0400)]
11162: Handle missing git

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago11162: Support public http and https file references
Peter Amstutz [Fri, 11 May 2018 20:36:54 +0000 (16:36 -0400)]
11162: Support public http and https file references

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago2411: Merge branch '2411-another-pass'
Ward Vandewege [Thu, 24 May 2018 15:30:58 +0000 (11:30 -0400)]
2411: Merge branch '2411-another-pass'

refs #2411

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

5 years ago2411: Add a bunch of exceptions to .licenseignore for our R sdk
Ward Vandewege [Thu, 24 May 2018 02:26:25 +0000 (22:26 -0400)]
2411: Add a bunch of exceptions to .licenseignore for our R sdk

refs #2411

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

5 years ago2411: Add license header to sdk/R/README.Rmd
Ward Vandewege [Thu, 24 May 2018 02:26:05 +0000 (22:26 -0400)]
2411: Add license header to sdk/R/README.Rmd

refs #2411

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

5 years ago2411: add copyright headers to our R files.
Ward Vandewege [Thu, 24 May 2018 02:17:25 +0000 (22:17 -0400)]
2411: add copyright headers to our R files.

refs #2411

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

5 years ago2411: Add support for R source files to build/check-copyright-notices
Ward Vandewege [Thu, 24 May 2018 02:16:58 +0000 (22:16 -0400)]
2411: Add support for R source files to build/check-copyright-notices

refs #2411

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

5 years ago2411: another pass at adding copyright headers where missing.
Ward Vandewege [Wed, 23 May 2018 21:50:16 +0000 (17:50 -0400)]
2411: another pass at adding copyright headers where missing.

refs #2411

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

5 years ago7478: Preemptable instances support on GoSDK & dispatchcloud instance chooser
Lucas Di Pentima [Wed, 23 May 2018 19:13:04 +0000 (16:13 -0300)]
7478: Preemptable instances support on GoSDK & dispatchcloud instance chooser

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years agoAdd Veritas Genetics to the AUTHORS file.
Ward Vandewege [Wed, 23 May 2018 14:04:13 +0000 (10:04 -0400)]
Add Veritas Genetics to the AUTHORS file.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

5 years agoMerge branch '13430-allow-storage-classes'
Fuad Muhic [Wed, 23 May 2018 13:07:39 +0000 (15:07 +0200)]
Merge branch '13430-allow-storage-classes'

refs #13430

Arvados-DCO-1.1-Signed-off-by: Fuad Muhic <fmuhic@capeannenterprises.com>

5 years agoMerge branch '13453-r-sdk-incorrect-rest-call-fix'
Fuad Muhic [Wed, 23 May 2018 10:15:31 +0000 (12:15 +0200)]
Merge branch '13453-r-sdk-incorrect-rest-call-fix'

refs #13453

Arvados-DCO-1.1-Signed-off-by: Fuad Muhic <fmuhic@capeannenterprises.com>

5 years agoAdded test that checks that saving a committed collection updates the storage_classes...
Fuad Muhic [Wed, 23 May 2018 10:05:41 +0000 (12:05 +0200)]
Added test that checks that saving a committed collection updates the storage_classes_desired

Arvados-DCO-1.1-Signed-off-by: Fuad Muhic <fmuhic@capeannenterprises.com>

5 years agoTweak arvados-cwl-runner subprocess32 version dependency refs #13516
Peter Amstutz [Wed, 23 May 2018 01:25:58 +0000 (21:25 -0400)]
Tweak arvados-cwl-runner subprocess32 version dependency refs #13516

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years agoFix tests refs #13516
Peter Amstutz [Tue, 22 May 2018 23:19:21 +0000 (19:19 -0400)]
Fix tests refs #13516

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years agoMerge branch '13516-fix-cwl-tests' refs #13516
Peter Amstutz [Tue, 22 May 2018 21:08:13 +0000 (17:08 -0400)]
Merge branch '13516-fix-cwl-tests' refs #13516

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago13516: Bump cwltool, cwltest and subprocess32 versions
Peter Amstutz [Tue, 22 May 2018 17:55:54 +0000 (13:55 -0400)]
13516: Bump cwltool, cwltest and subprocess32 versions

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago7478: Preemptable instances scheduling parameter on API server
Lucas Di Pentima [Tue, 22 May 2018 17:49:44 +0000 (14:49 -0300)]
7478: Preemptable instances scheduling parameter on API server

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years agoUpdated save method of Collection class to always update when
Fuad Muhic [Tue, 22 May 2018 16:08:36 +0000 (18:08 +0200)]
Updated save method of Collection class to always update when
storage_classes is specified.

Arvados-DCO-1.1-Signed-off-by: Fuad Muhic <fmuhic@capeannenterprises.com>

5 years agoAdded tests and documentation for save and save_new methods in
Fuad Muhic [Tue, 22 May 2018 15:40:15 +0000 (17:40 +0200)]
Added tests and documentation for save and save_new methods in
Collection class.

Arvados-DCO-1.1-Signed-off-by: Fuad Muhic <fmuhic@capeannenterprises.com>

5 years ago9918: Merge branch '9918-index-timeout'
Ward Vandewege [Tue, 22 May 2018 13:58:52 +0000 (09:58 -0400)]
9918: Merge branch '9918-index-timeout'

refs #9918

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

5 years ago9918: Merge branch 'master' into 9918-index-timeout
Ward Vandewege [Tue, 22 May 2018 13:47:40 +0000 (09:47 -0400)]
9918: Merge branch 'master' into 9918-index-timeout

refs #9918

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

5 years agoAdded tests to arv-put to cover storage classes feature.
Fuad Muhic [Tue, 22 May 2018 10:25:28 +0000 (12:25 +0200)]
Added tests to arv-put to cover storage classes feature.

Arvados-DCO-1.1-Signed-off-by: Fuad Muhic <fmuhic@capeannenterprises.com>

5 years agoMerge branch '12995-wb-merge-acct' refs #12995
Peter Amstutz [Mon, 21 May 2018 17:54:19 +0000 (13:54 -0400)]
Merge branch '12995-wb-merge-acct' refs #12995

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago12995: Fix tests
Peter Amstutz [Mon, 21 May 2018 16:29:19 +0000 (12:29 -0400)]
12995: Fix tests

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years agoAdded --storage-classes argument to arv-put.
Fuad Muhic [Mon, 21 May 2018 15:18:37 +0000 (17:18 +0200)]
Added --storage-classes argument to arv-put.

Arvados-DCO-1.1-Signed-off-by: Fuad Muhic <fmuhic@capeannenterprises.com>

5 years ago12995: Add username to link_accounts page.
Peter Amstutz [Mon, 21 May 2018 15:08:17 +0000 (11:08 -0400)]
12995: Add username to link_accounts page.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago12995: Add user and admin documentation pages.
Peter Amstutz [Mon, 21 May 2018 14:59:47 +0000 (10:59 -0400)]
12995: Add user and admin documentation pages.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago7478: Use our libcloud fork
Lucas Di Pentima [Fri, 18 May 2018 21:32:31 +0000 (18:32 -0300)]
7478: Use our libcloud fork

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago12995: Do nested logout/login to workaround SSO session.
Peter Amstutz [Fri, 18 May 2018 20:57:21 +0000 (16:57 -0400)]
12995: Do nested logout/login to workaround SSO session.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago12995: Bugfix to support following chained user uuid redirection.
Peter Amstutz [Fri, 18 May 2018 20:28:44 +0000 (16:28 -0400)]
12995: Bugfix to support following chained user uuid redirection.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago9918: Add RequestTimeout config for keep-balance.
Tom Clegg [Fri, 18 May 2018 19:50:15 +0000 (15:50 -0400)]
9918: Add RequestTimeout config for keep-balance.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago12995: Don't let admins lose admin privs by linking a non-admin account.
Peter Amstutz [Fri, 18 May 2018 19:37:23 +0000 (15:37 -0400)]
12995: Don't let admins lose admin privs by linking a non-admin account.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years agoMerge branch '13164-container-deadlock'
Tom Clegg [Fri, 18 May 2018 19:10:53 +0000 (15:10 -0400)]
Merge branch '13164-container-deadlock'

refs #13164

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago12995: Add testing
Peter Amstutz [Fri, 18 May 2018 18:34:43 +0000 (14:34 -0400)]
12995: Add testing

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago13164: Lock tables in order when locking a container.
Tom Clegg [Fri, 18 May 2018 18:29:34 +0000 (14:29 -0400)]
13164: Lock tables in order when locking a container.

Locking involves assigning auth_uuid, which involves looking up
container requests, so both tables must be locked in order to avoid
deadlock.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago13164: Lock tables in order for container updates.
Tom Clegg [Fri, 18 May 2018 18:02:29 +0000 (14:02 -0400)]
13164: Lock tables in order for container updates.

Otherwise, a container update can lock a container row, then perform
container request queries, which can deadlock with another thread that
locked container_requests first.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years agoMerge branch '12737-wb-rails42-upgrade'
Lucas Di Pentima [Fri, 18 May 2018 13:30:48 +0000 (10:30 -0300)]
Merge branch '12737-wb-rails42-upgrade'
Closes #12737

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago12995: Can now merge with inactive accounts.
Peter Amstutz [Thu, 17 May 2018 21:41:01 +0000 (17:41 -0400)]
12995: Can now merge with inactive accounts.

Checks that the remaining account is active so users don't lock
themselves out by accident.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago12737: Fix integration tests
Lucas Di Pentima [Thu, 17 May 2018 20:25:21 +0000 (17:25 -0300)]
12737: Fix integration tests

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago12995: Can merge accounts in both directions.
Peter Amstutz [Thu, 17 May 2018 19:45:59 +0000 (15:45 -0400)]
12995: Can merge accounts in both directions.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago12737: Fix controller tests
Lucas Di Pentima [Thu, 17 May 2018 17:47:37 +0000 (14:47 -0300)]
12737: Fix controller tests

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago12995: Linking alternate login works.
Peter Amstutz [Thu, 17 May 2018 17:00:36 +0000 (13:00 -0400)]
12995: Linking alternate login works.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago12995: Add link account page with confirmation.
Peter Amstutz [Thu, 17 May 2018 16:07:06 +0000 (12:07 -0400)]
12995: Add link account page with confirmation.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years agoFix another ineffassign warning in our golang code.
Ward Vandewege [Wed, 16 May 2018 20:59:29 +0000 (16:59 -0400)]
Fix another ineffassign warning in our golang code.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

5 years ago12737: Assign empty default values on serialized attributes
Lucas Di Pentima [Wed, 16 May 2018 20:20:20 +0000 (17:20 -0300)]
12737: Assign empty default values on serialized attributes

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago12737: Send serialized attributes when save()
Lucas Di Pentima [Wed, 16 May 2018 13:24:12 +0000 (10:24 -0300)]
12737: Send serialized attributes when save()

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years agoMerge branch '12708-report-storage-classes'
Tom Clegg [Tue, 15 May 2018 18:36:42 +0000 (14:36 -0400)]
Merge branch '12708-report-storage-classes'

refs #12708

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years agoMerge branch '13164-container-locking'
Tom Clegg [Tue, 15 May 2018 18:35:55 +0000 (14:35 -0400)]
Merge branch '13164-container-locking'

refs #13164

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago12737: Rename config serve_static_assets to serve_static_files.
Tom Clegg [Mon, 14 May 2018 19:32:26 +0000 (15:32 -0400)]
12737: Rename config serve_static_assets to serve_static_files.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago12737: Fix serialized column setup.
Tom Clegg [Mon, 14 May 2018 19:32:23 +0000 (15:32 -0400)]
12737: Fix serialized column setup.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago12737: Remove attribute from previous tests
Lucas Di Pentima [Mon, 14 May 2018 15:40:25 +0000 (12:40 -0300)]
12737: Remove attribute from previous tests

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years ago13164: Lock tables when updating multiple containers + CRs.
Tom Clegg [Mon, 14 May 2018 14:28:36 +0000 (10:28 -0400)]
13164: Lock tables when updating multiple containers + CRs.

Avoid database inconsistencies after update races.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago12737: Upgrade workbench from rails 4.1 to 4.2 (WIP)
Lucas Di Pentima [Mon, 14 May 2018 14:17:35 +0000 (11:17 -0300)]
12737: Upgrade workbench from rails 4.1 to 4.2 (WIP)

Serialization isn't working properly, Hash & Array columns happily receive
these types but return their text versions when accessed.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

5 years agoMerge branch '13473-no-cpu-constraints'
Tom Clegg [Fri, 11 May 2018 20:54:16 +0000 (16:54 -0400)]
Merge branch '13473-no-cpu-constraints'

refs #13473

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago13473: Tidy up slurmConstraintArgs func.
Tom Clegg [Fri, 11 May 2018 19:38:51 +0000 (15:38 -0400)]
13473: Tidy up slurmConstraintArgs func.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago13473: Drop slurm resource constraints when using instancetype=X.
Tom Clegg [Fri, 11 May 2018 19:25:36 +0000 (15:25 -0400)]
13473: Drop slurm resource constraints when using instancetype=X.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years agoMerge branch 'thehyve/fix-crunch-documentation' Fix a typo in Crunch Dispatch install...
Ward Vandewege [Fri, 11 May 2018 00:31:11 +0000 (20:31 -0400)]
Merge branch 'thehyve/fix-crunch-documentation' Fix a typo in Crunch Dispatch installation manual

No issue #, github PR 66

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

5 years agoMerge branch '13446-keepstore-tls'
Tom Clegg [Thu, 10 May 2018 20:07:33 +0000 (16:07 -0400)]
Merge branch '13446-keepstore-tls'

refs #13446

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years agoMerge branch '9918-index-error'
Tom Clegg [Thu, 10 May 2018 20:07:16 +0000 (16:07 -0400)]
Merge branch '9918-index-error'

refs #9918

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago9918: Don't mask http/network error with response body format error.
Tom Clegg [Thu, 10 May 2018 20:05:30 +0000 (16:05 -0400)]
9918: Don't mask http/network error with response body format error.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years agoBump package iteration for a-c-r in run-build-docker-jobs-image.sh
Peter Amstutz [Thu, 10 May 2018 18:12:16 +0000 (14:12 -0400)]
Bump package iteration for a-c-r in run-build-docker-jobs-image.sh

refs #13435

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years agoBump arvados-python-client version for consistent dependencies
Peter Amstutz [Thu, 10 May 2018 15:41:17 +0000 (11:41 -0400)]
Bump arvados-python-client version for consistent dependencies

refs #13435

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years agoMerge branch '12256-cwl-defaults' closes #12256
Peter Amstutz [Thu, 10 May 2018 15:38:13 +0000 (11:38 -0400)]
Merge branch '12256-cwl-defaults' closes #12256

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago12256: Comments about workflow references / extra files.
Peter Amstutz [Thu, 10 May 2018 15:03:29 +0000 (11:03 -0400)]
12256: Comments about workflow references / extra files.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years agoReplaced call to non-existent method execute in RESTService class with
Fuad Muhic [Thu, 10 May 2018 09:05:29 +0000 (11:05 +0200)]
Replaced call to non-existent method execute in RESTService class with
correct call to exec method.

Arvados-DCO-1.1-Signed-off-by: Fuad Muhic <fmuhic@capeannenterprises.com>

5 years ago13446: Enable TLS if given TLSCertificateFile and TLSKeyFile.
Tom Clegg [Wed, 9 May 2018 19:56:20 +0000 (15:56 -0400)]
13446: Enable TLS if given TLSCertificateFile and TLSKeyFile.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

5 years ago12256: Only scan for referenced files first time after packing
Peter Amstutz [Wed, 9 May 2018 19:24:55 +0000 (15:24 -0400)]
12256: Only scan for referenced files first time after packing

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

5 years ago12256: Pull up minimum ruamel.yaml version to get consistent output.
Peter Amstutz [Wed, 9 May 2018 18:44:42 +0000 (14:44 -0400)]
12256: Pull up minimum ruamel.yaml version to get consistent output.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>