##// END OF EJS Templates
repo-schemas: refactor repository schemas and use it in API update/create functions....
repo-schemas: refactor repository schemas and use it in API update/create functions. - now it uses consistent way of serializing/validating data - parent groups are consistenty handled by name parameter - fixes #4133 - fixes other problems with bad data - changes API slightly - validation chain ordering, first permissions, then uniqness. Helps prevent resource disvovery

File last commit:

r999:f30a7e53 merge default
r1153:0f1be4aa default
Show More
.bumpversion.cfg
6 lines | 144 B | text/x-ini | IniLexer
[bumpversion]
current_version = 4.5.0
message = release: Bump version {current_version} to {new_version}
[bumpversion:file:rhodecode/VERSION]