[ARVADOS] updated: 1.3.0-46-g0a6b4ed36
Git user
git at public.curoverse.com
Thu Dec 13 15:09:24 EST 2018
Summary of changes:
services/api/app/models/arvados_model.rb | 2 ++
services/api/app/models/collection.rb | 4 +++-
services/api/lib/arvados_model_updates.rb | 17 +++++++++++++++++
3 files changed, 22 insertions(+), 1 deletion(-)
via 0a6b4ed36bd06b37412f020f0622e0c89e4e1653 (commit)
via 4e32f0b140ec0ec7f96c1f9eaae00950c176ff03 (commit)
via 2aa58f31ac8fc696361214a05ab9ba75a5140b08 (commit)
from 8ff3fd06e165a275f53884d1d20287b68c1b32bd (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 0a6b4ed36bd06b37412f020f0622e0c89e4e1653
Merge: 8ff3fd06e 4e32f0b14
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Thu Dec 13 15:09:12 2018 -0500
Merge branch '14595-leave-modified-at' refs #14595
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
commit 4e32f0b140ec0ec7f96c1f9eaae00950c176ff03
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Thu Dec 13 15:08:53 2018 -0500
14595: Fix comment.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/services/api/lib/arvados_model_updates.rb b/services/api/lib/arvados_model_updates.rb
index 0a07574a5..7f0d7c290 100644
--- a/services/api/lib/arvados_model_updates.rb
+++ b/services/api/lib/arvados_model_updates.rb
@@ -20,7 +20,7 @@ module ArvadosModelUpdates
end
# ArvadosModel checks this to decide whether it should update the
- # 'modified_at_uuid' field.
+ # 'modified_at' field.
def timeless_updater
Thread.current[:timeless_updater] || false
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list