commit | bb79ef270e29d035a39f16b2463a80a92dafbefb | [log] [tgz] |
---|---|---|
author | Michael Kelly <mkelly@arista.com> | Mon Nov 18 15:24:29 2019 -0800 |
committer | Michael Kelly <mkelly@arista.com> | Tue Nov 19 06:48:46 2019 +0000 |
tree | 5ce0cd2e46639546056ef841f6e9e64ad9d71fe4 | |
parent | 598a4a784a35ab140365726a0e5cc1bcd9405994 [diff] |
Use Project.nameKey() in lieu of Project.NameKey.parse() Despite Gerrit allowing the creation of projects with '+' in the name, pushing to LFS appears to fail in this case because the underlying GWTORM methods used by NameKey.parse() replace the '+' with a ' '. Using Project.nameKey() resolves the problem. Also changing the use in LfsLocksAction under the assumption that this is incorrect as well. Change-Id: I6defc59e9dc1a218f6a7e156c2f9fd28565f0ca9