19980: System properties only require arv: prefix
authorBrett Smith <brett.smith@curii.com>
Tue, 21 Feb 2023 21:24:17 +0000 (16:24 -0500)
committerBrett Smith <brett.smith@curii.com>
Tue, 21 Feb 2023 21:24:17 +0000 (16:24 -0500)
commit3429718113f11e999dd745e94ff981a4f3b01c57
treefed2d45ed59b6f598850899eec2222f686b9bef9
parentf41bb69fdd60627f6e4880f51ed48f69e79af760
19980: System properties only require arv: prefix

The decision to require a following alphabetic character was
well-intentioned but misplaced: it doesn't stop these properties from
existing, just changes the layer they would be defined at.

It might make sense to add some name rules to properties, but that would
be better done across the board as a separate story, not as a specific
corner case of system properties.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/go/arvados/vocabulary.go
sdk/go/arvados/vocabulary_test.go