unrhodecode/rhodecode/model
2018-12-08 00:02:34 +01:00
..
validation_schema code: unified coverage notes to # pragma: no cover 2018-12-07 13:34:28 +01:00
__init__.py logging: show version at app startup for debugging. 2018-12-08 00:02:34 +01:00
auth_token.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
changeset_status.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
comment.py comments: fix extracing auth_user from the passed in objects. Before if auth_user is empty we could relly on INT or STR passed in 2018-09-17 19:05:34 +02:00
db.py code: unified coverage notes to # pragma: no cover 2018-12-07 13:34:28 +01:00
forms.py branch permissions: added logic to define in UI branch permissions. 2018-08-28 13:41:30 +02:00
gist.py gists: fix problem of deleted gists repositories. 2018-06-25 18:09:40 +02:00
integration.py events: cleanup code, pep8, better logging. 2018-07-31 12:13:04 +02:00
meta.py caches: use dogpile for sql_cache_short region. 2018-07-12 17:20:03 +02:00
notification.py notifications: use a set initially instead of list later converted to set. 2018-12-06 17:54:43 +01:00
permission.py branch-permissions: fixed override of default permissions for branches from admin page 2018-08-30 15:23:08 +02:00
pull_request.py code: code cleanups, use is None instead of == None. 2018-11-21 18:05:27 +01:00
repo.py repositories: added option to archive repositories instead of deleting them. 2018-09-25 17:28:11 +02:00
repo_group.py code: fixed deprecated octal calls for py3 compat. 2018-11-30 11:49:27 +01:00
repo_permission.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
scm.py rcextensions: new builtin rcextensions. 2018-10-23 11:45:45 +02:00
settings.py code: code cleanups, use is None instead of == None. 2018-11-21 18:05:27 +01:00
ssh_key.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
update.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
user.py authentication: allow setting extern type with registration. 2018-11-29 18:13:31 +01:00
user_group.py logging: use lazy parameter evaluation in log calls. 2018-09-13 17:41:35 +02:00
validators.py tests: added tests for permission update views to catch obvious form errors. 2018-07-02 12:20:44 +02:00