log rhodecode/lib/middleware/simplegit.py @ 3577:238486bb71ab beta

age author description
Sun, 24 Mar 2013 03:07:04 +0100 Marcin Kuzminski Switched handling of RhodeCode extra params in consistent way beta
Sun, 10 Mar 2013 22:53:25 +0100 Marcin Kuzminski configurable locking codes. beta
Thu, 31 Jan 2013 01:51:42 +0100 Marcin Kuzminski git hook handler shouldn't ever use cache instances
Thu, 31 Jan 2013 01:37:38 +0100 Marcin Kuzminski don't invalidate cache before handling hook
Thu, 31 Jan 2013 01:51:42 +0100 Marcin Kuzminski git hook handler shouldn't ever use cache instances beta
Thu, 31 Jan 2013 01:37:38 +0100 Marcin Kuzminski don't invalidate cache before handling hook beta
Mon, 21 Jan 2013 00:03:44 +0100 Marcin Kuzminski merged with beta
Wed, 02 Jan 2013 13:54:26 +0100 Mads Kiilerich logging: include more info in action logging beta
Sun, 30 Dec 2012 23:06:03 +0100 Marcin Kuzminski Added UserIpMap interface for allowed IP addresses and IP restriction access beta
Thu, 13 Dec 2012 22:54:21 +0100 Marcin Kuzminski merge with beta rhodecode-0.0.1.5.0
Sat, 27 Oct 2012 15:36:53 +0200 Marcin Kuzminski Implemented #628: Pass server URL to rc-extensions hooks beta
Fri, 28 Sep 2012 23:28:10 +0200 Marcin Kuzminski merged beta into stable
Wed, 26 Sep 2012 20:59:37 +0200 Marcin Kuzminski fix for issue #578 git hooks sometimes cannot be executed due to different python they runned under, this commit tries to fix that by altering the PATH env variable using current python that rhodecode is running beta
Thu, 20 Sep 2012 15:35:55 +0200 Vincent Caron Also export config filename via extras.config in simplegit middleware (juste like for the simplehg one) beta
Sun, 02 Sep 2012 21:19:54 +0200 Marcin Kuzminski Merge beta branch into stable
Wed, 22 Aug 2012 00:30:02 +0200 Marcin Kuzminski Implemented basic locking functionality. beta
Wed, 15 Aug 2012 00:22:53 +0200 Marcin Kuzminski use os.environ as a fallback for getting special info from hooks, this will allow beta
Thu, 26 Jul 2012 23:03:26 +0200 Marcin Kuzminski Implementes #509 require SSL flag now works for both git and mercurial. beta
Mon, 09 Jul 2012 03:38:18 +0200 Marcin Kuzminski Fixed issue with gzipped streams for large git pushes. beta
Thu, 21 Jun 2012 17:48:41 +0200 Marcin Kuzminski possible fix for #486 undefined variable username beta
Thu, 14 Jun 2012 22:41:06 -0700 hppj Fix repo_root for grouped repos beta
Wed, 06 Jun 2012 22:23:27 +0200 Marcin Kuzminski Change git & hg hooks to post. They shouldn't block as they are used just for logging actions. Futhermore post hooks have access to changesets, so it's much better flexible beta
Wed, 06 Jun 2012 19:51:16 +0200 Marcin Kuzminski Added handling of git hooks, extract pushed revisions and store them inside beta
Mon, 04 Jun 2012 02:56:09 +0200 Marcin Kuzminski changed dulwich git interface to gitweb + subprocessio beta
Mon, 21 May 2012 20:44:08 +0200 Marcin Kuzminski comments on git-operations mapp beta
Thu, 10 May 2012 20:27:45 +0200 Marcin Kuzminski merged beta into stable
Fri, 04 May 2012 14:13:17 +0200 Marcin Kuzminski fixes issue #436 git push error beta
Thu, 26 Apr 2012 23:55:33 +0200 Marcin Kuzminski Implemented pull command for remote repos for git beta
Mon, 23 Apr 2012 18:32:30 +0200 Marcin Kuzminski white space cleanup beta
Thu, 19 Apr 2012 01:27:37 +0200 Marcin Kuzminski added emulation of pull hook for git-backend, and dummy git-push hook beta
Tue, 17 Apr 2012 21:41:46 +0200 Marcin Kuzminski Synced SimpleGitUploadPackHandler with latest dulwich code beta
Thu, 12 Apr 2012 22:49:13 +0200 Marcin Kuzminski Added HTTP_X_FORWARDED_FOR as another method of extracting IP for pull/push logs. beta
Wed, 28 Mar 2012 19:54:16 +0200 Marcin Kuzminski merged beta into default branch
Sun, 18 Mar 2012 21:27:48 +0200 Marcin Kuzminski Merged in codingtony/rhodecode (pull request #36) beta
Mon, 12 Mar 2012 19:03:08 -0700 Tony Bussieres Making RhodeCode ready for dulwich 0.8.4 beta
Mon, 12 Mar 2012 20:33:13 +0200 Marcin Kuzminski git+hg middleware do repo verification at earliest possible state, giving 404 as fast as possible. If repo is not found. beta
Wed, 07 Mar 2012 02:18:22 +0200 Marcin Kuzminski utils/conf beta
Sun, 04 Mar 2012 03:08:54 +0000 Marcin Kuzminski fixed some unicode problems with waitress beta
Fri, 02 Mar 2012 21:57:01 +0200 Marcin Kuzminski merged beta into stable
Fri, 02 Mar 2012 21:53:19 +0200 Marcin Kuzminski fixes issue #372 beta
Tue, 28 Feb 2012 20:21:35 +0200 Marcin Kuzminski merge with beta rhodecode-0.0.1.3.2
Tue, 28 Feb 2012 17:44:17 +0200 Marcin Kuzminski merge pull request #32 from codingtony beta
Tue, 28 Feb 2012 07:08:42 +0200 Marcin Kuzminski reverted git fix as it broke pushing beta
Tue, 28 Feb 2012 05:25:16 +0200 Marcin Kuzminski updated CONTRIBUTORS beta
Mon, 27 Feb 2012 18:15:39 -0800 Tony Bussieres let the is_git method exists so it is more similar to the hg backend. beta
Mon, 27 Feb 2012 17:35:12 -0800 Tony Bussieres No more relying on user agent to check if the request is for a git action. Patch candidate for issue #368 beta
Mon, 27 Feb 2012 07:46:52 +0200 Marcin Kuzminski fixes git-protocol with beta
Sun, 26 Feb 2012 17:25:09 +0200 Marcin Kuzminski merge 1.3 into stable
Thu, 23 Feb 2012 03:51:39 +0200 Marcin Kuzminski improved logging in git/hg middlewares beta
Wed, 22 Feb 2012 21:20:50 +0200 Marcin Kuzminski better logging beta
Mon, 20 Feb 2012 23:00:54 +0200 Marcin Kuzminski Added VCS into rhodecode core for faster and easier deployments of new versions beta
Fri, 06 Jan 2012 06:09:12 +0200 Marcin Kuzminski backported fixes for issue #318
Wed, 04 Jan 2012 03:50:07 +0200 Marcin Kuzminski 2012 copyrights beta
Thu, 29 Dec 2011 07:35:51 +0200 Marcin Kuzminski auto white-space removal beta
Thu, 29 Dec 2011 00:01:05 +0200 Marcin Kuzminski implements #285: Implemented non changeable urls for clone url, and web views beta
Wed, 07 Dec 2011 22:08:12 +0200 Marcin Kuzminski Wrapped calls for git and hg middleware in extra block that clears db Session. beta
Wed, 02 Nov 2011 22:19:47 +0200 Marcin Kuzminski merged upto rev 019026a8cf67
Tue, 01 Nov 2011 01:31:24 +0200 Liad Shani Improved container-based auth support for middleware beta
Sat, 29 Oct 2011 16:36:26 +0200 Liad Shani Fixed middleware to prevent deactivated users from authenticating beta
Thu, 27 Oct 2011 21:01:16 +0200 Liad Shani Added container-based authentication support to git middleware beta