log rhodecode/controllers/pullrequests.py @ 3181:efe23d6c178c rhodecode-0.0.1.5.2

age author description
Sat, 19 Jan 2013 20:57:19 +0100 Marcin Kuzminski show comments from pull requests into associated changesets 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, 05 Jan 2013 02:26:39 +0100 Marcin Kuzminski white space cleanup beta
Wed, 02 Jan 2013 13:56:44 +0100 Mads Kiilerich access control: fix owner checks - they were always true beta
Wed, 19 Dec 2012 23:33:56 +0100 Marcin Kuzminski fixes #693 Opening changeset from pull request fails beta
Fri, 14 Dec 2012 03:19:15 +0100 Marcin Kuzminski Implemented #670 Implementation of Roles in Pull Request beta
Fri, 14 Dec 2012 02:27:48 +0100 Marcin Kuzminski implements #677: Don't allow to close pull requests when they are under-review state beta
Wed, 05 Dec 2012 17:32:56 +0100 Marcin Kuzminski fixed issue #671 commenting on pull requests sometimes used old JSON encoder and broke. This changeset replaces it's with RhodeCode json encoder to ensure all data is properly serializable 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
Mon, 05 Nov 2012 19:57:29 +0100 Marcin Kuzminski Implemented generation of changesets based beta
Wed, 17 Oct 2012 21:34:52 +0200 Marcin Kuzminski pull requests throw an error if parent of fork didn't have any changesets yet. Now it's filter out from list of available sources beta
Wed, 03 Oct 2012 19:02:40 +0200 Marcin Kuzminski Fixed #585, checks for status of revision where to strict, and made opening pull request with those revision impossible due to previosly set status. beta
Wed, 03 Oct 2012 18:41:57 +0200 Marcin Kuzminski #590 Add GET flag that controls the way the diff are generated, for pull requests we want to use non-bundle based diffs, beta
Fri, 28 Sep 2012 15:57:57 +0200 Marcin Kuzminski protect agains pull requests on empty repositories beta