[ARVADOS] updated: 1.2.0-58-gb43cf1d33

Git user git at public.curoverse.com
Fri Aug 24 12:02:03 EDT 2018


Summary of changes:
 build/build.list                                   | 42 +++++++++++-----------
 build/package-build-dockerfiles/Makefile           | 10 +++---
 build/package-build-dockerfiles/centos7/Dockerfile |  4 +--
 build/package-build-dockerfiles/debian8/Dockerfile |  4 +--
 build/package-build-dockerfiles/debian9/Dockerfile |  2 +-
 .../ubuntu1404/Dockerfile                          |  4 +--
 .../ubuntu1604/Dockerfile                          |  4 +--
 .../{ubuntu1404 => ubuntu1804}/Dockerfile          | 10 +++---
 build/package-test-dockerfiles/centos7/Dockerfile  |  2 +-
 build/package-test-dockerfiles/debian8/Dockerfile  |  2 +-
 .../package-test-dockerfiles/ubuntu1404/Dockerfile |  2 +-
 .../package-test-dockerfiles/ubuntu1604/Dockerfile |  2 +-
 .../{ubuntu1604 => ubuntu1804}/Dockerfile          | 10 +++---
 .../etc-apt-preferences.d-arvados                  |  0
 build/package-testing/deb-common-test-packages.sh  |  2 +-
 ...ages-debian8.sh => test-packages-ubuntu1804.sh} |  0
 build/run-build-packages-sso.sh                    | 15 ++------
 build/run-build-packages.sh                        | 21 ++++++-----
 build/run-library.sh                               | 18 +++++-----
 build/run-tests.sh                                 | 18 ++++++----
 sdk/cwl/setup.py                                   |  2 +-
 sdk/python/setup.py                                |  6 ++--
 services/api/app/models/container_request.rb       | 38 ++++++++++++++++++++
 ...30357_add_pdh_and_trash_index_to_collections.rb |  9 +++++
 ...80820135808_drop_pdh_index_from_collections.rb} |  4 +--
 ...20180824155207_add_queue_index_to_containers.rb | 12 +++++++
 services/api/db/structure.sql                      | 17 +++++++--
 .../v1/container_requests_controller_test.rb       |  6 ++--
 services/api/test/unit/container_request_test.rb   | 30 +++++++++-------
 services/api/test/unit/container_test.rb           |  8 ++---
 services/keep-web/handler.go                       |  7 +++-
 services/keep-web/handler_test.go                  |  2 +-
 32 files changed, 196 insertions(+), 117 deletions(-)
 copy build/package-build-dockerfiles/{ubuntu1404 => ubuntu1804}/Dockerfile (76%)
 copy build/package-test-dockerfiles/{ubuntu1604 => ubuntu1804}/Dockerfile (73%)
 copy build/package-test-dockerfiles/{ubuntu1604 => ubuntu1804}/etc-apt-preferences.d-arvados (100%)
 copy build/package-testing/{test-packages-debian8.sh => test-packages-ubuntu1804.sh} (100%)
 create mode 100644 services/api/db/migrate/20180820130357_add_pdh_and_trash_index_to_collections.rb
 copy services/api/db/migrate/{20130107181109_add_uuid_to_collections.rb => 20180820135808_drop_pdh_index_from_collections.rb} (50%)
 create mode 100644 services/api/db/migrate/20180824155207_add_queue_index_to_containers.rb

       via  b43cf1d3398b7004ada50e053ae235b814c9aa70 (commit)
       via  572601ef7712342e599e2b2abf22268f8f378b07 (commit)
       via  e73008e45f0c67d26bd4e05c932de4c9d4431575 (commit)
       via  27f2739825c3d543301a82871ab6f07d69785998 (commit)
       via  43227b3a265d1529efe3e5b12964fe3a622f139b (commit)
       via  9af9cecdc25dc15243e6ca54895620ab472780df (commit)
       via  c11f9cac7535f27aff9575002bc31ba0149ac111 (commit)
       via  ac2cc876733c6137d525d12780275f2c02d84383 (commit)
       via  bc97d806fa1fb15e49cefe819f00089ebc33d376 (commit)
       via  bf742fa9565561e8862bbc86a38a411accbcb8c3 (commit)
       via  301e4dc1069fd7f97d977d9cbeb682e697660e49 (commit)
       via  e4fca76d5db9bd844530454894d07ddc729b4a9a (commit)
       via  3df02aa618ee1f9c125d9f2253d95a474d3d8e57 (commit)
       via  067a7263a97e1b4d96ee6572e79884bdcd937bbf (commit)
       via  0d93140ca76f38f05f1b689bdf31168efbc6984f (commit)
       via  5c1d46ab958097eb0da1ca692af23345e1faf66c (commit)
       via  22488d2c44b03bd255a9d223b8f8498d56534bdf (commit)
       via  b7d199af0a1844a4b6db38d315c26365617bfe41 (commit)
       via  a0446e23b6795c8c90c5e66438a3a1bb82f9368a (commit)
       via  662a70957f0652acd6579efc635eed8f708ab48c (commit)
       via  1a373b5f2c37cead0fe41482805fdb93ca871e37 (commit)
       via  f8f3944e6ba1f470eedf48aa609a50c780fe4b6d (commit)
       via  ce3f2d624d8600a27030994990b8893fcb7df24f (commit)
       via  71df6eb49c3c3ef4a9ef463f9193764149cfd5d2 (commit)
       via  809a07ce8704dcb579fc653664bd365f1a6e9ef7 (commit)
       via  7828c8a729955de05135c2a53172b29c515a03ec (commit)
      from  2df6f028ca8b1ec3abb6f15eaf949174ccbb8586 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit b43cf1d3398b7004ada50e053ae235b814c9aa70
Merge: 572601ef7 e73008e45
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Fri Aug 24 12:01:50 2018 -0400

    14008: Merge branch 'master' into 14008-containers-index
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --cc services/api/db/structure.sql
index 7a355a5eb,d7ee1532d..37dcfc107
--- a/services/api/db/structure.sql
+++ b/services/api/db/structure.sql
@@@ -3142,7 -3121,7 +3142,11 @@@ INSERT INTO schema_migrations (version
  
  INSERT INTO schema_migrations (version) VALUES ('20180806133039');
  
+ INSERT INTO schema_migrations (version) VALUES ('20180820130357');
+ 
 +INSERT INTO schema_migrations (version) VALUES ('20180820132617');
 +
+ INSERT INTO schema_migrations (version) VALUES ('20180820135808');
+ 
 +INSERT INTO schema_migrations (version) VALUES ('20180824155207');
 +

commit 572601ef7712342e599e2b2abf22268f8f378b07
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Fri Aug 24 11:57:07 2018 -0400

    14008: Add container queue index.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/services/api/db/migrate/20180824155207_add_queue_index_to_containers.rb b/services/api/db/migrate/20180824155207_add_queue_index_to_containers.rb
new file mode 100644
index 000000000..724510871
--- /dev/null
+++ b/services/api/db/migrate/20180824155207_add_queue_index_to_containers.rb
@@ -0,0 +1,12 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddQueueIndexToContainers < ActiveRecord::Migration
+  def up
+    ActiveRecord::Base.connection.execute 'CREATE INDEX index_containers_on_queued_state on containers (state, (priority > 0))'
+  end
+  def down
+    ActiveRecord::Base.connection.execute 'DROP INDEX index_containers_on_queued_state'
+  end
+end
diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql
index 67f5b21b5..7a355a5eb 100644
--- a/services/api/db/structure.sql
+++ b/services/api/db/structure.sql
@@ -1823,10 +1823,10 @@ CREATE UNIQUE INDEX index_collections_on_owner_uuid_and_name ON public.collectio
 
 
 --
--- Name: index_collections_on_portable_data_hash; Type: INDEX; Schema: public; Owner: -
+-- Name: index_collections_on_portable_data_hash_and_trash_at; Type: INDEX; Schema: public; Owner: -
 --
 
-CREATE INDEX index_collections_on_portable_data_hash ON public.collections USING btree (portable_data_hash);
+CREATE INDEX index_collections_on_portable_data_hash_and_trash_at ON public.collections USING btree (portable_data_hash, trash_at);
 
 
 --
@@ -1928,6 +1928,13 @@ CREATE INDEX index_containers_on_owner_uuid ON public.containers USING btree (ow
 
 
 --
+-- Name: index_containers_on_queued_state; Type: INDEX; Schema: public; Owner: -
+--
+
+CREATE INDEX index_containers_on_queued_state ON public.containers USING btree (state, ((priority > 0)));
+
+
+--
 -- Name: index_containers_on_secret_mounts_md5; Type: INDEX; Schema: public; Owner: -
 --
 
@@ -3137,3 +3144,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180806133039');
 
 INSERT INTO schema_migrations (version) VALUES ('20180820132617');
 
+INSERT INTO schema_migrations (version) VALUES ('20180824155207');
+

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list