[ARVADOS] updated: 1.2.0-105-g9c710442c
Git user
git at public.curoverse.com
Wed Sep 26 12:13:25 EDT 2018
Summary of changes:
services/api/db/migrate/20180824152014_add_md5_index_to_containers.rb | 4 ++++
.../api/db/migrate/20180904110712_add_runtime_status_to_containers.rb | 4 ++++
services/api/db/migrate/20180917205609_recompute_file_names_index.rb | 4 ++++
3 files changed, 12 insertions(+)
via 9c710442cc3d18afcc7d4a37f3c3c71b96a89adc (commit)
from 4058b87cfdc07fe25da31f59577f835656e97816 (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 9c710442cc3d18afcc7d4a37f3c3c71b96a89adc
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Wed Sep 26 12:13:06 2018 -0400
Add missing copyright headers.
No issue #
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/api/db/migrate/20180824152014_add_md5_index_to_containers.rb b/services/api/db/migrate/20180824152014_add_md5_index_to_containers.rb
index a58932e35..82b216351 100644
--- a/services/api/db/migrate/20180824152014_add_md5_index_to_containers.rb
+++ b/services/api/db/migrate/20180824152014_add_md5_index_to_containers.rb
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
class AddMd5IndexToContainers < ActiveRecord::Migration
def up
ActiveRecord::Base.connection.execute 'CREATE INDEX index_containers_on_reuse_columns on containers (md5(command), cwd, md5(environment), output_path, container_image, md5(mounts), secret_mounts_md5, md5(runtime_constraints))'
diff --git a/services/api/db/migrate/20180904110712_add_runtime_status_to_containers.rb b/services/api/db/migrate/20180904110712_add_runtime_status_to_containers.rb
index 755c7c89e..4c963e6fd 100644
--- a/services/api/db/migrate/20180904110712_add_runtime_status_to_containers.rb
+++ b/services/api/db/migrate/20180904110712_add_runtime_status_to_containers.rb
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
class AddRuntimeStatusToContainers < ActiveRecord::Migration
def change
add_column :containers, :runtime_status, :jsonb, default: {}
diff --git a/services/api/db/migrate/20180917205609_recompute_file_names_index.rb b/services/api/db/migrate/20180917205609_recompute_file_names_index.rb
index 3dbc0ec3d..e6860964b 100644
--- a/services/api/db/migrate/20180917205609_recompute_file_names_index.rb
+++ b/services/api/db/migrate/20180917205609_recompute_file_names_index.rb
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
class RecomputeFileNamesIndex < ActiveRecord::Migration
def do_batch(pdhs:)
ActiveRecord::Base.connection.exec_query('BEGIN')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list