##// 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
marcink -
r1153:0f1be4aa default
Show More
Name Size Modified Last Commit Author
/ rhodecode / tests / models / schemas
__init__.py Loading ...
test_gist_schema.py Loading ...
test_integration_schema.py Loading ...
test_repo_schema.py Loading ...
test_schema_types.py Loading ...
test_user_schema.py Loading ...
test_user_usergroup_types.py Loading ...