log rhodecode/model/scm.py @ 3878:7d29355db6f4 beta

age author description
Mon, 20 May 2013 02:34:03 +0200 Marcin Kuzminski fixes #834 hooks error on remote pulling beta
Fri, 17 May 2013 21:12:54 +0200 Marcin Kuzminski Do read only checks on attach as fork of repo list. beta
Sat, 11 May 2013 20:24:02 +0200 Marcin Kuzminski Implemented simple gist functionality ref #530. beta
Fri, 10 May 2013 23:13:04 +0200 Marcin Kuzminski fixed issue with web-editor that didn't preserve executable bit
Fri, 10 May 2013 23:13:04 +0200 Marcin Kuzminski fixed issue with web-editor that didn't preserve executable bit beta
Wed, 08 May 2013 23:04:24 +0200 Marcin Kuzminski move out setting rc_extras for in-memory-push handlers to separate function beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidation: merge .invalidate and .set_valid as .test_and_set_valid beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich api: don't report invalidated cache_keys after invalidating a repo beta
Fri, 05 Apr 2013 02:51:37 +0200 Mads Kiilerich Minor changes beta
Mon, 08 Apr 2013 22:47:35 +0200 Marcin Kuzminski - Manage User’s Groups: create, delete, rename, add/remove users inside. beta
Sun, 07 Apr 2013 18:37:22 +0200 Marcin Kuzminski merge with rc1
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidation: set_invalidate is (obviously) only used to invalidate the whole repo beta
Wed, 27 Mar 2013 19:55:50 +0100 Mads Kiilerich invalidation: some documentation and refactoring, second round beta
Thu, 28 Mar 2013 03:34:36 +0100 Marcin Kuzminski Don't catch all exceptions beta
Mon, 25 Mar 2013 22:17:17 +0100 Marcin Kuzminski kill depracated .ui objects on git repos beta
Sun, 24 Mar 2013 20:24:17 +0100 Marcin Kuzminski show only open pull requests in the counter, and use repo context bar in pull requests view beta
Sun, 24 Mar 2013 03:07:04 +0100 Marcin Kuzminski Switched handling of RhodeCode extra params in consistent way beta
Wed, 06 Mar 2013 14:52:25 +0100 Marcin Kuzminski If commit operation is used out of pylons request scope use blank request instead beta
Wed, 06 Mar 2013 13:47:14 +0100 Marcin Kuzminski webinterface file commiting executes push hooks ref #594 beta
Thu, 28 Feb 2013 16:13:38 +0100 Marcin Kuzminski iterate over repos groups for bool() calls to actually work on it. beta
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
Mon, 28 May 2012 16:26:47 +0200 Marcin Kuzminski Implemented cache-map on main page to save executing select beta
Thu, 10 May 2012 20:27:45 +0200 Marcin Kuzminski merged beta into stable
Thu, 26 Apr 2012 23:55:33 +0200 Marcin Kuzminski Implemented pull command for remote repos for git beta
Thu, 26 Apr 2012 21:22:13 +0200 Marcin Kuzminski fixed mising scm key for remote-pulls execution beta
Tue, 17 Apr 2012 23:00:36 +0200 Marcin Kuzminski various fixes for git and mercurial with InMemoryCommit backend and non-ascii files beta
Wed, 28 Mar 2012 19:54:16 +0200 Marcin Kuzminski merged beta into default branch
Tue, 20 Mar 2012 23:28:41 +0200 Marcin Kuzminski - #347 when running multiple RhodeCode instances, properly invalidates cache beta
Wed, 07 Mar 2012 02:18:22 +0200 Marcin Kuzminski utils/conf beta
Wed, 29 Feb 2012 23:11:13 +0200 Marcin Kuzminski merge beta into stable
Wed, 29 Feb 2012 02:57:57 +0200 Marcin Kuzminski fixed issues with removed repos was accidentally added as groups, after beta
Sun, 26 Feb 2012 17:25:09 +0200 Marcin Kuzminski merge 1.3 into stable
Mon, 20 Feb 2012 23:00:54 +0200 Marcin Kuzminski Added VCS into rhodecode core for faster and easier deployments of new versions beta
Sat, 28 Jan 2012 01:06:29 +0200 Marcin Kuzminski #227 Initial version of repository groups permissions system beta
Sat, 28 Jan 2012 07:14:01 +0200 Marcin Kuzminski backported fix for issue with uploading files from web interface
Sat, 21 Jan 2012 07:08:43 +0200 Marcin Kuzminski backported #341
Fri, 20 Jan 2012 01:47:16 +0200 Marcin Kuzminski fixes issue #341, logger outputed invalid path name beta
Wed, 04 Jan 2012 03:50:07 +0200 Marcin Kuzminski 2012 copyrights beta
Wed, 28 Dec 2011 04:12:27 +0200 Marcin Kuzminski implements #330 api method for listing nodes at particular revision beta
Wed, 21 Dec 2011 06:19:28 +0200 Marcin Kuzminski fixed problem with uploading files into rhodecode that wasn't detected as streams beta
Mon, 05 Dec 2011 03:29:05 +0200 Marcin Kuzminski implements #239 manual marking of repos as forks for admins beta
Sun, 04 Dec 2011 23:39:32 +0200 Marcin Kuzminski moved soon-to-be-deleted code from vcs to rhodecode beta
Sat, 03 Dec 2011 04:14:41 +0200 Marcin Kuzminski Summary page downloads limited to zip. beta
Sat, 26 Nov 2011 17:51:03 +0200 Marcin Kuzminski - fixes celery sqlalchemy session issues for async forking beta
Sat, 26 Nov 2011 00:11:32 +0200 Marcin Kuzminski #235 forking page repo group selection beta
Wed, 23 Nov 2011 22:46:14 +0200 Marcin Kuzminski notification to commit author + gardening beta
Fri, 28 Oct 2011 02:40:22 +0200 Marcin Kuzminski Cached readme generation beta
Mon, 17 Oct 2011 01:01:18 +0200 Marcin Kuzminski Merge with beta
Thu, 13 Oct 2011 03:19:30 +0200 Marcin Kuzminski fixes #245 Rescan of the repositories on Windows beta
Sat, 08 Oct 2011 02:02:25 +0200 Marcin Kuzminski Refactoring of model get functions beta
Fri, 07 Oct 2011 01:08:50 +0200 Marcin Kuzminski merge beta in stable branch
Sun, 02 Oct 2011 02:06:23 +0200 Marcin Kuzminski API added checks for a valid repository on pull command beta
Fri, 23 Sep 2011 01:52:48 +0300 Marcin Kuzminski added uploading of files from web interface directly into repo beta
Thu, 22 Sep 2011 04:33:29 +0300 Marcin Kuzminski Added initial support for creating new nodes in repos beta
Fri, 09 Sep 2011 19:54:23 +0300 Marcin Kuzminski added author to main page tooltip beta
Fri, 22 Jul 2011 20:06:40 +0200 Marcin Kuzminski added welcome message if no repositories are present in current view beta
Sat, 16 Jul 2011 12:02:14 +0200 Marcin Kuzminski fixed some issues with cache invalidation, and simplified invalidation codes beta
Thu, 30 Jun 2011 01:25:37 +0200 Marcin Kuzminski Unicode fixes, added safe_str method for global str() operations +better test sandboxing beta
Mon, 13 Jun 2011 16:34:45 +0200 Marcin Kuzminski Fixed problem with new repos, and visibility on the main list. beta
Thu, 09 Jun 2011 15:12:12 +0200 Marcin Kuzminski Fixes issue #201 beta
Wed, 08 Jun 2011 00:44:48 +0200 Marcin Kuzminski Fixed remote pull command from todays code refactoring beta
Tue, 07 Jun 2011 17:58:51 +0200 Marcin Kuzminski fixes #200, rewrote the whole caching mechanism to get rid of such problems. Now cached instances are attached beta
Mon, 23 May 2011 00:00:03 +0200 Marcin Kuzminski #47 implemented basic gui for browsing repo groups beta
Wed, 04 May 2011 19:06:56 +0200 Marcin Kuzminski logged local commit with special action via action_logger, beta
Wed, 04 May 2011 18:37:32 +0200 Marcin Kuzminski moved out commit into scm model, and added cache invalidation after commit. beta
Sun, 24 Apr 2011 17:36:09 +0200 Marcin Kuzminski fixed condition evaluated for gitrepo that returned null, simplified scm functions beta
Sun, 17 Apr 2011 16:26:40 +0200 Marcin Kuzminski added some info to corrupted repo message that helps diagnose the cause from log itself. beta
Wed, 13 Apr 2011 00:39:15 +0200 Marcin Kuzminski fixes issue #163 RhodeCode will check and report a corrupted repo. A rescan with destroy old data should be perform after such operations beta
Fri, 08 Apr 2011 15:12:10 +0200 Marcin Kuzminski change the way of detection of corrupted repos. sqlalchemy objects needs to be checkec `is None`. beta
Tue, 05 Apr 2011 18:01:19 +0200 Marcin Kuzminski fixes for stable
Tue, 05 Apr 2011 17:16:47 +0200 Marcin Kuzminski #150 fixes for errors on repositories mapped in db but corrupted in filesystem beta
Mon, 04 Apr 2011 20:01:45 +0200 Marcin Kuzminski fixed license issue #149 beta
Sun, 03 Apr 2011 18:23:15 +0200 Marcin Kuzminski source code cleanup: remove trailing white space, normalize file endings beta
Fri, 01 Apr 2011 18:46:24 +0200 Marcin Kuzminski Added repo group page showing what reposiories are inside a group beta
Thu, 17 Mar 2011 01:13:48 +0100 Marcin Kuzminski changes for release 1.1.5
Sat, 05 Mar 2011 22:59:41 +0100 Marcin Kuzminski #109, added manual pull of changes for repositories that have remote location filled in. beta
Tue, 15 Feb 2011 01:36:07 +0100 Marcin Kuzminski another major codes rewrite: beta
Mon, 14 Feb 2011 15:16:45 +0100 Marcin Kuzminski bugfix for getting proper values from cache beta
Sun, 13 Feb 2011 01:38:39 +0100 Marcin Kuzminski extended admin rescan to show what repositories was added and what removed beta
Sun, 13 Feb 2011 00:29:31 +0100 Marcin Kuzminski another major code rafactor, reimplemented (almost from scratch) beta
Sat, 12 Feb 2011 16:06:12 +0100 Marcin Kuzminski fixed problem with caching beta
Fri, 11 Feb 2011 11:30:04 +0100 Marcin Kuzminski fixed issue with db transaction when filesystem creation of repository failed beta
Fri, 11 Feb 2011 00:13:09 +0100 Marcin Kuzminski Code refactor number 2 beta
Tue, 08 Feb 2011 15:41:47 +0100 Marcin Kuzminski fixed sorting in maing page by owners beta
Sat, 05 Feb 2011 23:58:37 +0100 Marcin Kuzminski fixed following js snipet. It' can be called multiple times now next to each repository beta
Fri, 31 Dec 2010 19:46:56 +0100 Marcin Kuzminski fixed copyright year to 2011 beta
Fri, 31 Dec 2010 19:30:44 +0100 Marcin Kuzminski Fixed repo of Temp user and repo for better logging beta
Mon, 27 Dec 2010 00:09:12 +0100 Marcin Kuzminski Extended repo2db mapper with group creation via directory structures beta
Wed, 22 Dec 2010 03:39:32 +0100 Marcin Kuzminski Added recursive scanning for repositories in directory beta
Thu, 16 Dec 2010 01:08:46 +0100 Marcin Kuzminski fixed scm model docs beta
Fri, 10 Dec 2010 15:25:42 +0100 Marcin Kuzminski removed dirty fix for #87 since it,s a no fix after all. beta