unrhodecode/rhodecode/model
Marcin Kuzminski 293a3535ae pull-requests: fix way how pull-request calculates common ancestors.
- fixes #5561
- added new preview for size (commits/files) of PRs before opening, this is now based on the special logic that calculates common ancestor and has access to preview diff
- store common ancestor in DB so updates of pull-requests are consistent
2020-05-08 08:43:51 +02:00
..
validation_schema events: added support for pull-request-comment and commit-comment events. 2020-04-17 22:08:42 +02:00
__init__.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
auth_token.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
changeset_status.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
comment.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
db.py pull-requests: fix way how pull-request calculates common ancestors. 2020-05-08 08:43:51 +02:00
forms.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
gist.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
integration.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
meta.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
notification.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
permission.py app: use simpler way to extract default_user_id, this will be now registered at server 2020-05-07 15:28:20 +02:00
pull_request.py pull-requests: fix way how pull-request calculates common ancestors. 2020-05-08 08:43:51 +02:00
repo.py git: fixed readme searcher for libgit2 2020-05-14 09:40:41 +02:00
repo_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
repo_permission.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
scm.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
settings.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
ssh_key.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
update.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
user.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
user_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
validators.py app: use simpler way to extract default_user_id, this will be now registered at server 2020-05-07 15:28:20 +02:00