unrhodecode/rhodecode/model
Marcin Lulek 9143b86d83 pull-requests: loosen strict view of pull-requests that state is changing
- we now replace it with limited view which still allows deletion/editing of reviewers or title and description
- added labels for state changing instead of grey out (it was used for closed PRs)
- small UI fixes
2019-11-27 12:43:52 +01:00
..
validation_schema users: description edit fixes 2019-10-31 11:22:32 +01:00
__init__.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
auth_token.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
changeset_status.py pull-requests: increase stability of concurrent pull requests creation by flushing prematurly the statuses of commits. 2019-01-04 13:00:21 +01:00
comment.py emails: added reply link to comment type emails 2019-11-08 13:05:34 +01:00
db.py pull-requests: loosen strict view of pull-requests that state is changing 2019-11-27 12:43:52 +01:00
forms.py users: do not require description on admin user creation 2019-11-12 14:52:15 +01:00
gist.py gists: define and use explicit Mercurial backend to speed up creation and fetching of backend repo 2019-03-05 11:19:22 +01:00
integration.py events: ensure stable execution of integrations 2019-07-08 17:51:57 +02:00
meta.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
notification.py api: allow extra recipients for pr/commit comments api methods 2019-11-07 22:29:39 +01:00
permission.py permissions: properly flush user cache permissions in more cases of permission changes. 2019-08-20 10:48:36 +02:00
pull_request.py pull-requests: add merge check that detects WIP marker in title. This will prevent merges in such case. 2019-11-25 19:10:53 +01:00
repo.py admin: fixed problems with generating last change in admin panels. 2019-10-19 13:31:19 +02:00
repo_group.py admin: fixed problems with generating last change in admin panels. 2019-10-19 13:31:19 +02:00
repo_permission.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
scm.py menu: expose artifacts count into menu 2019-10-09 14:10:22 +02:00
settings.py files: only check for git_lfs/hg_largefiles if they are enabled. 2019-08-23 14:37:56 +02:00
ssh_key.py ssh: replaced pycrypto with cryptography to generate SSH keys. 2019-02-25 22:49:45 +01:00
update.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
user.py registration: properly expose first_name/last_name into email fake object. 2019-11-12 15:11:35 +01:00
user_group.py py3: remove usage of basestring 2019-01-22 23:06:49 +01:00
validators.py py3: remove usage of basestring 2019-01-22 23:06:49 +01:00