log rhodecode/lib/celerylib/tasks.py @ 1818:cf51bbfb120e beta

age author description
Thu, 29 Dec 2011 07:35:51 +0200 Marcin Kuzminski auto white-space removal beta
Fri, 23 Dec 2011 04:47:48 +0200 Marcin Kuzminski - fixed issue with missing commits on some repos commands beta
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
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
Tue, 22 Mar 2011 18:10:37 +0100 Marcin Kuzminski control mailer debug with the .ini file beta
Sun, 06 Mar 2011 00:06:28 +0100 Marcin Kuzminski Added api_key into user, api key get's generated again after password change beta
Tue, 01 Mar 2011 10:05:43 +0100 Marcin Kuzminski Added branch filter to repo pager beta
Thu, 24 Feb 2011 23:44:21 +0100 Marcin Kuzminski moved statistics parse_limit into .ini files beta
Wed, 16 Feb 2011 11:05:35 +0100 Marcin Kuzminski rhodecode release 1.1.3 changes
Tue, 08 Feb 2011 02:57:21 +0100 Marcin Kuzminski made rhodecode work with celery 2.2, made some tasks optimizations(forget results) beta
Fri, 31 Dec 2010 19:58:43 +0100 Marcin Kuzminski code docs, updates beta
Thu, 16 Dec 2010 15:03:38 +0100 Marcin Kuzminski added more logs into code stats beta
Fri, 03 Dec 2010 21:23:20 +0100 Marcin Kuzminski code stats speed improvments beta
Fri, 03 Dec 2010 17:41:39 +0100 Marcin Kuzminski some small fixes to stats function beta
Mon, 29 Nov 2010 01:34:19 +0100 Marcin Kuzminski removed binary files from trending sources beta
Sun, 28 Nov 2010 05:31:05 +0100 Marcin Kuzminski complete rewrite of paster commands, beta
Sat, 27 Nov 2010 01:43:04 +0100 Marcin Kuzminski fixed cache problem, beta
Sat, 27 Nov 2010 01:27:24 +0100 Marcin Kuzminski Celery is configured by the .ini files and run from paster now beta
Wed, 24 Nov 2010 17:15:33 +0100 Marcin Kuzminski fixed Example celery config to ampq, beta
Thu, 18 Nov 2010 23:07:04 +0100 Marcin Kuzminski fixes #69 password confirmation for register dialog. beta
Tue, 16 Nov 2010 08:52:31 +0100 Marcin Kuzminski Code refactor for auth func, preparing for ldap support beta
Mon, 15 Nov 2010 02:26:19 +0100 Marcin Kuzminski #50 on point cache invalidation changes. beta
Sun, 14 Nov 2010 22:54:16 +0100 Marcin Kuzminski Refactor codes for scm model beta
Sun, 14 Nov 2010 19:57:14 +0100 Marcin Kuzminski fixes #59, notifications for user registrations + some changes to mailer beta
Sat, 13 Nov 2010 02:39:03 +0100 Marcin Kuzminski fixed whoosh indexing from admin panel beta
Sun, 07 Nov 2010 15:04:15 +0100 Marcin Kuzminski fixed celery tasks for using only one method of fetching main repos path beta
Sat, 06 Nov 2010 16:14:49 +0100 Marcin Kuzminski fixed annotation bug, added history to annotation. beta
Fri, 05 Nov 2010 21:55:30 +0100 Marcin Kuzminski extended repo creation by repo type. fixed fork creation to maintain repo type. beta
Mon, 25 Oct 2010 03:19:01 +0200 Marcin Kuzminski Fixed age, for new vcs implementation. Removed all obsolete date formatters beta
Sun, 24 Oct 2010 16:15:40 +0200 Marcin Kuzminski Hacking for git support,and new faster repo scan beta