log rhodecode/model/db.py @ 2434:f29469677319 codereview

age author description
Sun, 10 Jun 2012 02:08:10 +0200 Marcin Kuzminski Added basic models for saving open pull requests codereview
Sat, 09 Jun 2012 15:30:22 +0200 Marcin Kuzminski merge with beta codereview
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:19:21 +0200 Marcin Kuzminski Removed hardcoded hooks names from settings. beta
Wed, 06 Jun 2012 18:03:53 +0200 Marcin Kuzminski Add method for fetching repos by full path beta
Wed, 06 Jun 2012 01:07:48 +0200 Marcin Kuzminski created pull-request overview codereview
Tue, 05 Jun 2012 21:36:42 +0200 Marcin Kuzminski link changeset comments into db model for cascade deletes codereview
Mon, 28 May 2012 23:35:30 +0200 Marcin Kuzminski merge with beta codereview
Mon, 28 May 2012 23:31:17 +0200 Marcin Kuzminski typo fix + code garden beta
Mon, 28 May 2012 16:26:47 +0200 Marcin Kuzminski Implemented cache-map on main page to save executing select beta
Sun, 27 May 2012 18:37:23 +0200 Marcin Kuzminski merge with beta codereview
Fri, 25 May 2012 18:59:15 +0200 Marcin Kuzminski Added optional repo_name into issue tracker url to get just the name of repo without group prefix beta
Wed, 23 May 2012 00:11:45 +0200 Marcin Kuzminski Added email-map for alternative email addresses for users codereview
Thu, 17 May 2012 12:54:44 +0200 Marcin Kuzminski Add changeset status change into emails codereview
Thu, 17 May 2012 00:47:45 +0200 Marcin Kuzminski Added simple versioning for changeset status codereview
Thu, 17 May 2012 00:02:52 +0200 Marcin Kuzminski Show changes of status inside comments codereview
Wed, 16 May 2012 13:29:40 +0200 Marcin Kuzminski merge beta into codereview codereview
Thu, 10 May 2012 20:27:45 +0200 Marcin Kuzminski merged beta into stable
Wed, 09 May 2012 20:53:22 +0200 Marcin Kuzminski fixed issue with getting README files from git repositories beta
Tue, 08 May 2012 23:59:27 +0200 Marcin Kuzminski fixed issue with empty APIKEYS on registration #438 beta
Tue, 08 May 2012 02:04:28 +0200 Marcin Kuzminski pull requests draft UI codereview
Tue, 01 May 2012 22:27:35 +0200 Marcin Kuzminski fixed translation function for models codereview
Tue, 01 May 2012 22:24:41 +0200 Marcin Kuzminski Implemented initial code-review status of changesets codereview
Mon, 30 Apr 2012 12:32:29 +0200 Marcin Kuzminski code-review initial codereview
Wed, 28 Mar 2012 19:54:16 +0200 Marcin Kuzminski merged beta into default branch
Fri, 23 Mar 2012 23:52:12 +0200 Marcin Kuzminski added hidden fulldiff GET param for disabling big diff cut off limit. beta
Thu, 22 Mar 2012 02:48:47 +0200 Marcin Kuzminski Cascade delete comments and notifications when removing user. beta
Thu, 22 Mar 2012 02:44:42 +0200 Marcin Kuzminski Use __unicode__ instead of __repr__ in models. beta
Wed, 21 Mar 2012 21:54:30 +0200 Marcin Kuzminski extended JSON encoder to use __json__ method if available beta
Wed, 21 Mar 2012 19:19:22 +0200 Marcin Kuzminski White space cleanup beta