log rhodecode/lib/celerylib/tasks.py @ 1799:99c70e97ce48

age author description
Wed, 21 Dec 2011 02:47:39 +0200 Marcin Kuzminski fixes issue with unbound session, thanks to slafs for patch
Fri, 02 Dec 2011 22:31:13 +0200 Marcin Kuzminski commit less models beta
Thu, 01 Dec 2011 03:11:26 +0200 Marcin Kuzminski implements #193 journal stores information about deleting of repos beta
Wed, 30 Nov 2011 23:11:30 +0200 Marcin Kuzminski added option to do a checkout after cloning a repository beta
Sat, 26 Nov 2011 19:26:24 +0200 Marcin Kuzminski fixed fork journal entry beta
Sat, 26 Nov 2011 17:51:03 +0200 Marcin Kuzminski - fixes celery sqlalchemy session issues for async forking beta
Sat, 26 Nov 2011 02:16:21 +0200 Marcin Kuzminski - refactoring to overcome poor usage of global pylons config beta
Sat, 26 Nov 2011 00:11:32 +0200 Marcin Kuzminski #235 forking page repo group selection beta
Fri, 25 Nov 2011 17:41:42 +0200 Marcin Kuzminski Notification fixes beta
Wed, 23 Nov 2011 15:36:57 +0200 Marcin Kuzminski Tests updates, Session refactoring beta
Sat, 12 Nov 2011 12:20:50 +0200 Marcin Kuzminski Added email sending test site beta
Sun, 30 Oct 2011 20:30:24 +0200 Marcin Kuzminski implements #291 email notification sent to all admin users
Wed, 02 Nov 2011 22:19:47 +0200 Marcin Kuzminski merged upto rev 019026a8cf67
Sun, 30 Oct 2011 20:30:24 +0200 Marcin Kuzminski implements #291 email notification sent to all admin users beta
Thu, 20 Oct 2011 11:58:11 -0400 Les Peabody applied smth_auth options update patch beta
Mon, 17 Oct 2011 01:01:18 +0200 Marcin Kuzminski Merge with beta
Tue, 11 Oct 2011 01:08:23 +0200 Marcin Kuzminski fixes #258 RhodeCode 1.2 assumes egg folder is writable beta
Fri, 07 Oct 2011 02:53:29 +0200 Marcin Kuzminski merge stable with beta
Fri, 07 Oct 2011 02:51:18 +0200 Marcin Kuzminski fixed issues with python2.5 beta
Fri, 07 Oct 2011 01:08:50 +0200 Marcin Kuzminski merge beta in stable branch
Mon, 04 Jul 2011 10:59:01 +0200 Marcin Kuzminski fixes #223 improve password reset form 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
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
Fri, 03 Jun 2011 13:44:10 +0200 Marcin Kuzminski fixes issue #197 Relative paths for pidlocks beta
Sun, 15 May 2011 18:18:00 +0200 Marcin Kuzminski Changed OrderedDict implementation to pypy odict, in general it's the fastest and most reliable solution. Added OrderedTuple from python foundation. beta
Mon, 02 May 2011 14:42:51 +0200 Marcin Kuzminski moved LANGUAGE_EXTENSION_MAP to lib, and made whoosh indexer use the same map beta
Sun, 17 Apr 2011 14:45:16 +0200 Marcin Kuzminski moved locking of commit stats into the task itself to remove race conditions when lock was not removed before starting another task. beta
Tue, 12 Apr 2011 20:10:47 +0200 Marcin Kuzminski merged latest fixes for stable
Mon, 11 Apr 2011 22:24:04 +0200 Marcin Kuzminski fixed issue #165 trending source files are now stored in cache as ext only, and translated to description only when displaying, so future changes of mappings will take affect right away. beta
Tue, 05 Apr 2011 18:04:06 +0200 Marcin Kuzminski fixes for issue #149