From 870baf939d2e7d470f8acaba1f801e10258fa7d2 Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Mon, 8 Oct 2012 23:28:38 +0200 Subject: fixed #597 commits in future get negative age. --HG-- branch : beta --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/changelog.rst b/docs/changelog.rst index a5384301..2f5bd60f 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -33,6 +33,7 @@ fixes status. Checks now are made also for the repository. - fixes #591 git backend was causing encoding errors when handling binary files - added a test case for VCS lib tests +- fixed #597 commits in future get negative age. 1.4.3 (**2012-09-28**) ---------------------- -- cgit v1.2.3 From 5c2e77ebf1688738398157f28bb4b43a3e3b603d Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Mon, 8 Oct 2012 23:38:07 +0200 Subject: fixed #598 API docs methods had wrong members parameter as returned data --HG-- branch : beta --- docs/api/api.rst | 30 ------------------------------ docs/changelog.rst | 1 + 2 files changed, 1 insertion(+), 30 deletions(-) (limited to 'docs') diff --git a/docs/api/api.rst b/docs/api/api.rst index 2eabeb73..82bfa22d 100644 --- a/docs/api/api.rst +++ b/docs/api/api.rst @@ -438,21 +438,6 @@ OUTPUT:: "users_group_id" : "", "group_name" : "", "active": "", - "members" : [ - { - "user_id" : "", - "username" : "", - "firstname": "", - "lastname" : "", - "email" : "", - "emails": "", - "active" : "", - "admin" :  "", - "ldap_dn" : "", - "last_login": "", - }, - … - ] }, … ] @@ -485,21 +470,6 @@ OUTPUT:: "users_group_id" : "", "group_name" : "", "active": "", - "members" : [ - { - "user_id" : "", - "username" : "", - "firstname": "", - "lastname" : "", - "email" : "", - "emails": "", - "active" : "", - "admin" :  "", - "ldap_dn" : "", - "last_login": "", - }, - … - ] }, } error: null diff --git a/docs/changelog.rst b/docs/changelog.rst index 2f5bd60f..6d276d83 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -34,6 +34,7 @@ fixes - fixes #591 git backend was causing encoding errors when handling binary files - added a test case for VCS lib tests - fixed #597 commits in future get negative age. +- fixed #598 API docs methods had wrong members parameter as returned data 1.4.3 (**2012-09-28**) ---------------------- -- cgit v1.2.3 From d4e88151b15f43601b44f6e3fb2c7814bd53de3d Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Tue, 9 Oct 2012 00:08:35 +0200 Subject: #595 add rcextension hook for repository delete --HG-- branch : beta --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/changelog.rst b/docs/changelog.rst index 6d276d83..fc8119a7 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,6 +17,7 @@ news - #574 Show pull request status also in shortlog (if any) - remember selected tab in my account page - Bumped mercurial version to 2.3.2 +- #595 rcextension hook for repository delete fixes +++++ -- cgit v1.2.3 From a0641c41526417bd5f2b8208b682dd108a350aee Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Tue, 9 Oct 2012 00:14:14 +0200 Subject: docs update --HG-- branch : beta --- docs/setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/setup.rst b/docs/setup.rst index 17fabc34..74324022 100755 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -71,8 +71,8 @@ functionality. To do this simply execute:: This will create `rcextensions` package in the same place that your `ini` file lives. With `rcextensions` it's possible to add additional mapping for whoosh, -stats and add additional code into the push/pull/create repo hooks. For example -for sending signals to build-bots such as jenkins. +stats and add additional code into the push/pull/create/delete repo hooks. +For example for sending signals to build-bots such as jenkins. Please see the `__init__.py` file inside `rcextensions` package for more details. -- cgit v1.2.3