Actions
Bug #3890
closed[API] dots (and probably other valid characters) are being stripped from git repository names. The name field in the output of arv repository get_all_permissions is wrong (it strips characters that are valid)
Story points:
0.5
Updated by Ward Vandewege about 10 years ago
- Subject changed from dots (and probably other valid characters) are being stripped from git repository names. The name field in the output of arv repository get_all_permissions is wrong (it strips characters that are valid) to [API] dots (and probably other valid characters) are being stripped from git repository names. The name field in the output of arv repository get_all_permissions is wrong (it strips characters that are valid)
Updated by Ward Vandewege about 10 years ago
- Target version changed from Bug Triage to Arvados Future Sprints
Updated by Tom Clegg about 10 years ago
This works for me:
- Gear menu → Users
- Add new user
- email test.case@example.com, username "test.case", shell VM, OK
- workbench/repositories lists repo name="test.case"
arv repositories get_all_permissions
lists name="test.case"
{ "uuid":"4xphq-s0uqq-mv6frei5ignh690", "name":"test.case", "push_url":"git@git.4xphq.arvadosapi.com:test.case.git", "fetch_url":"git@git.4xphq.arvadosapi.com:test.case.git",
Updated by Ward Vandewege about 10 years ago
- Status changed from New to Resolved
- Target version changed from Arvados Future Sprints to 2014-10-08 sprint
Found and fixed by making a change in the update-gitolite.rb script.
Actions