aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/pull_request.py
AgeCommit message (Expand)Author
2013-03-05compare/pullrequest: introduce merge parameterMads Kiilerich
2013-02-28compare: minor refactoring and commentsMads Kiilerich
2013-03-02notifications changesMarcin Kuzminski
2013-02-20show flags, and desc sort pull request based on created_date ref #765Marcin Kuzminski
2013-02-19better handling of EmptyChangeset case in cherry pick pull requestMarcin Kuzminski
2013-02-19fixed pull-requests with cherry picking changesetsMarcin Kuzminski
2013-02-01compare: show aggregated diff of what will be merged to other repo, using mer...Mads Kiilerich
2013-02-01compare: swap org and other when they refer to different repos, ie are pull r...Mads Kiilerich
2013-02-03whitespace cleanupMarcin Kuzminski
2013-01-03pull request: use unionrepo instead of outgoingMads Kiilerich
2013-01-31pull requeset: move stuff around, preparing for next changeMads Kiilerich
2013-01-31pull request: shuffle different-repo and hg-git conditionals around, no code ...Mads Kiilerich
2013-01-30fix order of pull-requests in show all pageMarcin Kuzminski
2013-01-29pull request: mention title of pull request in notificationsMads Kiilerich
2013-01-02refactoring: drop unused 'discovery data' in pull request and compare diffsMads Kiilerich
2013-01-19set the status of changesets initially on pull request, and make sure we care...Marcin Kuzminski
2012-12-08fixes #668 cherry picking of changeset should also work now on picking single...Marcin Kuzminski
2012-11-24Basic implementation of cherry picking changesetsMarcin Kuzminski
2012-11-18Multiple changes for compare systemMarcin Kuzminski
2012-11-16Enabled compare engine for tagsMarcin Kuzminski
2012-09-05fixes #555 issues when comparing non-related repositories on pull requests or...Marcin Kuzminski
2012-09-04fixes #550 mercurial repositories comparision failed when origin repo hadMarcin Kuzminski
2012-09-04Nicer email notifications about pull-requestMarcin Kuzminski
2012-08-26Authors of pull-requests can now delete themMarcin Kuzminski
2012-08-04Bumped mercurial version to 2.3Marcin Kuzminski
2012-07-18Merged pull request #56Marcin Kuzminski
2012-07-15Added editing of pull-request reviewers.Marcin Kuzminski
2012-07-15Added option to close pull requests, in future that will be close & mergeMarcin Kuzminski
2012-07-13Switch to waitress wsgi server by default in rhodecode.Marcin Kuzminski
2012-07-10fix url in notification inbox for opened pull requestMarcin Kuzminski
2012-07-03Added dynamic data loading for other repo we open pull request againstMarcin Kuzminski
2012-07-01Added associated classes into child modelsMarcin Kuzminski
2012-06-10small refactoring, moved shared for diff generation of code into pull-request...Marcin Kuzminski
2012-06-10- pull request generates overview based on it's paramsMarcin Kuzminski
2012-06-10Added basic models for saving open pull requestsMarcin Kuzminski