log rhodecode/model/scm.py @ 3360:85f69bf84d95 beta

age author description
Sun, 10 Feb 2013 21:05:53 +0100 Marcin Kuzminski non-lightweight dashboard mode is now more error proof when it stumbles across bad or damaged repositories beta
Sat, 26 Jan 2013 20:11:55 +0100 Marcin Kuzminski reposcann should skip directories with starting with '.'
Sat, 26 Jan 2013 23:11:40 +0100 Marcin Kuzminski Return a list of invlidated keys on mark_for_invalidation func beta
Sat, 26 Jan 2013 20:11:55 +0100 Marcin Kuzminski reposcann should skip directories with starting with '.' beta
Fri, 25 Jan 2013 01:40:09 +0100 Marcin Kuzminski Group management delegation: beta
Mon, 21 Jan 2013 00:03:44 +0100 Marcin Kuzminski merged with beta
Tue, 08 Jan 2013 15:47:37 +0100 Marcin Kuzminski fixed issues with getting repos by path on windows beta
Sat, 05 Jan 2013 02:40:21 +0100 Marcin Kuzminski always update changeset cache after invalidation signal beta
Thu, 13 Dec 2012 22:54:21 +0100 Marcin Kuzminski merge with beta rhodecode-0.0.1.5.0
Wed, 12 Dec 2012 18:11:33 +0100 Mads Kiilerich don't recurse into '.hg' of removed repositories beta
Fri, 23 Nov 2012 16:59:30 +0100 Marcin Kuzminski Cleaned the way cache keys are invalidated beta
Mon, 05 Nov 2012 17:59:58 +0100 Marcin Kuzminski fixed extras params from remote pull action beta
Thu, 18 Oct 2012 20:16:00 +0200 Marcin Kuzminski Added lightweight dashboard option. ref #500 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
Sat, 04 Aug 2012 01:20:38 +0200 Marcin Kuzminski Bumped mercurial version to 2.3 beta
Fri, 27 Jul 2012 01:01:02 +0200 Marcin Kuzminski fixed possible unicode errors on repo get function beta
Sun, 22 Jul 2012 23:36:48 +0200 Marcin Kuzminski use raw_id in push_local action beta
Wed, 18 Jul 2012 18:42:08 +0200 Marcin Kuzminski Fixed issue #501 error on setting set_as_fork to same repo beta
Mon, 16 Jul 2012 14:42:21 +0200 Marcin Kuzminski fixed python2.5 compat and repo mapper issue beta
Mon, 16 Jul 2012 02:28:02 +0200 Marcin Kuzminski Created install_git_hook more verbose version of previos code. beta
Sat, 14 Jul 2012 19:55:35 +0200 Marcin Kuzminski Use simplified cached repos list for quick repo switcher, in some cases it can have 2-3x speed-up since it doesn't need to init the scms beta
Sun, 01 Jul 2012 02:44:23 +0200 Marcin Kuzminski Fixed calls to Session in db model beta
Tue, 26 Jun 2012 22:01:05 +0200 Marcin Kuzminski fixed pull method repo lookup beta
Fri, 15 Jun 2012 00:08:06 +0200 Marcin Kuzminski merge with beta codereview
Fri, 15 Jun 2012 00:05:20 +0200 Marcin Kuzminski validating choices for landing_rev beta
Thu, 14 Jun 2012 23:19:26 +0200 Marcin Kuzminski Initial version of landing revisions ref #483 beta
Sun, 10 Jun 2012 18:15:00 +0200 Marcin Kuzminski - pull request generates overview based on it's params codereview
Mon, 04 Jun 2012 03:55:28 +0200 Marcin Kuzminski Don't do git pull on remote repos since they are bare now, we need to use git fetch on them beta
Mon, 28 May 2012 16:52:13 +0200 Marcin Kuzminski fixed default sorting on main page with sorting using wrapped lower() call on database level beta