log rhodecode/model/pull_request.py @ 3972:3cb5a35a319d

age author description
Wed, 10 Apr 2013 03:00:38 +0200 Mads Kiilerich emailing: log failing emailing as an error beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich compare: move get_changesets to compare controller where it is used - 2nd half that was lost in 6c79bfcd3b54 beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich pullrequests: better handling of cases with more than one ancestor beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich pullrequests: optimize locating changeset to compare beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich pullrequests: use hashes instead of changecontexts beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich pullrequests: handle the case where no matching revisions are found for either end beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich pullrequests: simplify handling of null revisions beta
Tue, 05 Mar 2013 11:55:01 +0100 Mads Kiilerich compare/pullrequest: introduce merge parameter beta
Thu, 28 Feb 2013 23:23:09 +0100 Mads Kiilerich compare: minor refactoring and comments beta
Sat, 02 Mar 2013 21:26:38 +0100 Marcin Kuzminski notifications changes beta
Wed, 20 Feb 2013 02:15:12 +0100 Marcin Kuzminski show flags, and desc sort pull request based on created_date ref #765 beta
Tue, 19 Feb 2013 23:42:37 +0100 Marcin Kuzminski better handling of EmptyChangeset case in cherry pick pull request beta
Tue, 19 Feb 2013 01:57:59 +0100 Marcin Kuzminski fixed pull-requests with cherry picking changesets beta
Fri, 01 Feb 2013 23:13:10 +0100 Mads Kiilerich compare: show aggregated diff of what will be merged to other repo, using merge ancestor beta
Fri, 01 Feb 2013 23:13:10 +0100 Mads Kiilerich compare: swap org and other when they refer to different repos, ie are pull request style beta
Sun, 03 Feb 2013 23:33:41 +0100 Marcin Kuzminski whitespace cleanup beta
Thu, 03 Jan 2013 18:05:18 +0100 Mads Kiilerich pull request: use unionrepo instead of outgoing beta
Thu, 31 Jan 2013 23:27:21 +0100 Mads Kiilerich pull requeset: move stuff around, preparing for next change beta
Thu, 31 Jan 2013 23:27:21 +0100 Mads Kiilerich pull request: shuffle different-repo and hg-git conditionals around, no code change beta
Wed, 30 Jan 2013 00:11:35 +0100 Marcin Kuzminski fix order of pull-requests in show all page beta
Tue, 29 Jan 2013 03:19:51 +0100 Mads Kiilerich pull request: mention title of pull request in notifications beta
Wed, 02 Jan 2013 13:56:22 +0100 Mads Kiilerich refactoring: drop unused 'discovery data' in pull request and compare diffs beta
Sat, 19 Jan 2013 19:42:37 +0100 Marcin Kuzminski set the status of changesets initially on pull request, and make sure we care of version collisions. beta
Sat, 08 Dec 2012 00:57:18 +0100 Marcin Kuzminski fixes #668 cherry picking of changeset should also work now on picking single changesets, and the ones from top beta
Sat, 24 Nov 2012 00:29:38 +0100 Marcin Kuzminski Basic implementation of cherry picking changesets beta
Sun, 18 Nov 2012 23:17:02 +0100 Marcin Kuzminski Multiple changes for compare system beta
Fri, 16 Nov 2012 21:27:04 +0100 Marcin Kuzminski Enabled compare engine for tags beta
Wed, 05 Sep 2012 23:03:37 +0200 Marcin Kuzminski fixes #555 issues when comparing non-related repositories on pull requests or compare view beta
Tue, 04 Sep 2012 22:46:05 +0200 Marcin Kuzminski fixes #550 mercurial repositories comparision failed when origin repo had beta
Tue, 04 Sep 2012 02:18:59 +0200 Marcin Kuzminski Nicer email notifications about pull-request beta
Sun, 26 Aug 2012 01:04:43 +0200 Marcin Kuzminski Authors of pull-requests can now delete them beta
Sat, 04 Aug 2012 01:20:38 +0200 Marcin Kuzminski Bumped mercurial version to 2.3 beta
Wed, 18 Jul 2012 19:09:12 +0200 Marcin Kuzminski Merged pull request #56 beta
Sun, 15 Jul 2012 21:16:14 +0200 Marcin Kuzminski Added editing of pull-request reviewers. beta
Sun, 15 Jul 2012 03:14:58 +0200 Marcin Kuzminski Added option to close pull requests, in future that will be close & merge beta
Fri, 13 Jul 2012 21:17:38 +0200 Marcin Kuzminski Switch to waitress wsgi server by default in rhodecode. beta
Tue, 10 Jul 2012 23:40:47 +0200 Marcin Kuzminski fix url in notification inbox for opened pull request beta
Tue, 03 Jul 2012 03:07:15 +0200 Marcin Kuzminski Added dynamic data loading for other repo we open pull request against beta
Sun, 01 Jul 2012 12:44:54 +0200 Marcin Kuzminski Added associated classes into child models beta
Sun, 10 Jun 2012 23:18:27 +0200 Marcin Kuzminski small refactoring, moved shared for diff generation of code into pull-request model codereview
Sun, 10 Jun 2012 18:15:00 +0200 Marcin Kuzminski - pull request generates overview based on it's params codereview
Sun, 10 Jun 2012 02:08:10 +0200 Marcin Kuzminski Added basic models for saving open pull requests codereview