From: Lucas Di Pentima Date: Mon, 24 Jun 2019 13:22:52 +0000 (-0300) Subject: Merge branch 'master' into 14874-protected-collection-properties X-Git-Tag: 2.0.0~286^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/f5764a05d616e8d3c55b94503d5a1f789ac66ea7 Merge branch 'master' into 14874-protected-collection-properties Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- f5764a05d616e8d3c55b94503d5a1f789ac66ea7 diff --cc lib/config/config.default.yml index 1c4542e45b,dc128e56b5..aaf88a0d70 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@@ -269,24 -274,11 +274,24 @@@ Clusters # the current collection. CollectionVersioning: false - # 0 = auto-create a new version on every update. - # -1 = never auto-create new versions. - # > 0 = auto-create a new version when older than the specified number of seconds. - PreserveVersionIfIdle: -1 + # 0s = auto-create a new version on every update. + # -1s = never auto-create new versions. + # > 0s = auto-create a new version when older than the specified number of seconds. + PreserveVersionIfIdle: -1s + # Managed collection properties. At creation time, if the client didn't + # provide the listed keys, they will be automatically populated following + # one of the following behaviors: + # + # * UUID of the user who owns the containing project. + # responsible_person_uuid: {function: original_owner, protected: true} + # + # * Default concrete value. + # foo_bar: {value: baz, protected: false} + # + # If protected is true, only an admin user can modify its value. + ManagedProperties: {} + Login: # These settings are provided by your OAuth2 provider (e.g., # sso-provider). diff --cc lib/config/generated_config.go index ede9f49532,98cd343bd1..15004ca986 --- a/lib/config/generated_config.go +++ b/lib/config/generated_config.go @@@ -275,24 -280,11 +280,24 @@@ Clusters # the current collection. CollectionVersioning: false - # 0 = auto-create a new version on every update. - # -1 = never auto-create new versions. - # > 0 = auto-create a new version when older than the specified number of seconds. - PreserveVersionIfIdle: -1 + # 0s = auto-create a new version on every update. + # -1s = never auto-create new versions. + # > 0s = auto-create a new version when older than the specified number of seconds. + PreserveVersionIfIdle: -1s + # Managed collection properties. At creation time, if the client didn't + # provide the listed keys, they will be automatically populated following + # one of the following behaviors: + # + # * UUID of the user who owns the containing project. + # responsible_person_uuid: {function: original_owner, protected: true} + # + # * Default concrete value. + # foo_bar: {value: baz, protected: false} + # + # If protected is true, only an admin user can modify its value. + ManagedProperties: {} + Login: # These settings are provided by your OAuth2 provider (e.g., # sso-provider).