log

age author description
Wed, 06 Jun 2012 23:31:52 +0200 Marcin Kuzminski fixed issue with git-hook when pushing new heads beta
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 21:48:53 +0200 Marcin Kuzminski changed scope of calling EXTENSIONS from rhodecode for githooks to be able to execute them beta
Wed, 06 Jun 2012 21:32:53 +0200 Marcin Kuzminski removed global tmpl call from make_rcextensions script beta
Wed, 06 Jun 2012 21:32:19 +0200 Marcin Kuzminski Git Hooks are automatically installed in new repos beta
Wed, 06 Jun 2012 19:53:43 +0200 Marcin Kuzminski updated header instructions for rcextensions beta
Wed, 06 Jun 2012 19:51:16 +0200 Marcin Kuzminski Added handling of git hooks, extract pushed revisions and store them inside 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 17:55:19 +0200 Marcin Kuzminski Add optional parameters to subprocessio that allow passing params to Popen beta
Wed, 06 Jun 2012 14:23:40 +0200 Marcin Kuzminski fix pygrack for non bare git repos beta
Wed, 06 Jun 2012 13:50:38 +0200 Marcin Kuzminski added rss/atom feeds into personalized journal beta
Wed, 06 Jun 2012 01:23:02 +0200 Marcin Kuzminski added link for detailed overview in pull-request form codereview
Wed, 06 Jun 2012 01:07:48 +0200 Marcin Kuzminski created pull-request overview codereview
Wed, 06 Jun 2012 01:01:33 +0200 Marcin Kuzminski Moved select widget to rhodecode.js codereview
Tue, 05 Jun 2012 22:00:40 +0200 Marcin Kuzminski added changeset review status into repo/branch compare view codereview
Tue, 05 Jun 2012 21:36:42 +0200 Marcin Kuzminski link changeset comments into db model for cascade deletes codereview
Tue, 05 Jun 2012 21:22:23 +0200 Marcin Kuzminski merge with beta codereview
Tue, 05 Jun 2012 01:06:40 +0200 Marcin Kuzminski public journal feed updates. fixes errors beta
Tue, 05 Jun 2012 00:48:20 +0200 Marcin Kuzminski UI fixes for searching beta
Tue, 05 Jun 2012 00:27:59 +0200 Marcin Kuzminski #453 added ID field in whoosh SCHEMA that solves the issue of reindexing modified files beta
Mon, 04 Jun 2012 22:03:40 +0200 Marcin Kuzminski Don't send emails to person who comment on changeset beta
Mon, 04 Jun 2012 21:37:41 +0200 Marcin Kuzminski Add support for vcs Changeset objects in get_diff method beta
Mon, 04 Jun 2012 18:40:39 +0200 Marcin Kuzminski Improved RSS/ATOM feeds beta
Mon, 04 Jun 2012 17:26:34 +0200 Marcin Kuzminski Added diff option into git and hg changeset objects, representing git formated patch against parent1 beta
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, 04 Jun 2012 02:56:09 +0200 Marcin Kuzminski changed dulwich git interface to gitweb + subprocessio beta
Mon, 04 Jun 2012 01:33:48 +0200 Marcin Kuzminski Added optional --format=json into api cli. That will return pure JSON data from server beta
Mon, 04 Jun 2012 01:21:15 +0200 Marcin Kuzminski Unified DAG generation for hg and git beta
Sun, 03 Jun 2012 20:35:13 +0200 Marcin Kuzminski created rhodecode-api binary script for working with api via cli beta