log rhodecode/controllers/pullrequests.py @ 3015:16af24982e30 beta

age author description
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
Wed, 19 Sep 2012 00:38:21 +0200 Marcin Kuzminski fixed few issues with autoselection of revisions on pull requests beta
Wed, 05 Sep 2012 00:55:37 +0200 Marcin Kuzminski Fixed status of changesets in preview windows beta
Tue, 04 Sep 2012 00:34:39 +0200 Marcin Kuzminski always post text about status changes of code-review beta
Sat, 01 Sep 2012 21:06:51 +0200 Marcin Kuzminski typos+docs. beta
Sun, 26 Aug 2012 01:04:43 +0200 Marcin Kuzminski Authors of pull-requests can now delete them beta
Sun, 19 Aug 2012 01:02:06 +0200 Marcin Kuzminski Load generated revs while switching to other sources of pull-requests. beta
Sat, 11 Aug 2012 18:12:04 +0200 Marcin Kuzminski new summary for opened pull requests beta
Sat, 11 Aug 2012 17:47:17 +0200 Marcin Kuzminski added more validations when opening pull request beta
Mon, 16 Jul 2012 23:47:47 +0200 Marcin Kuzminski Opening pull request shouldn't be accessible by anonymous users beta
Sun, 15 Jul 2012 21:16:14 +0200 Marcin Kuzminski Added editing of pull-request reviewers. beta
Sun, 15 Jul 2012 18:49:11 +0200 Marcin Kuzminski Added autocomplete widget for pull request reviewers, in exchange of 90s style 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
Sat, 07 Jul 2012 17:13:31 +0000 Takumi IINO i18n improve beta
Tue, 03 Jul 2012 03:07:15 +0200 Marcin Kuzminski Added dynamic data loading for other repo we open pull request against beta
Mon, 02 Jul 2012 00:59:46 +0200 Marcin Kuzminski redirect to pull-request overview after creation beta
Wed, 20 Jun 2012 21:42:05 +0200 Marcin Kuzminski use get_or_404 where possible beta
Tue, 19 Jun 2012 23:07:23 +0200 Marcin Kuzminski Enabled inline comments in pull-requests beta
Tue, 19 Jun 2012 22:13:32 +0200 Marcin Kuzminski Fixed origin repo in pull-request view beta
Tue, 19 Jun 2012 00:43:55 +0200 Marcin Kuzminski Adde pull request voting recalculation beta
Mon, 18 Jun 2012 00:41:10 +0200 Marcin Kuzminski white space cleanup beta
Mon, 11 Jun 2012 23:10:34 +0200 Marcin Kuzminski data checks codereview
Mon, 11 Jun 2012 00:58:24 +0200 Marcin Kuzminski - added commenting to pull requests codereview
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