log

age author description
Wed, 23 Mar 2016 18:27:45 +0100 Mads Kiilerich docs: make 'API access for web views' less prominent - the official API should come first
Wed, 23 Mar 2016 18:27:45 +0100 Mads Kiilerich docs: drop the 'models' documentation - it is very internal and bad and useless
Mon, 14 Mar 2016 22:13:19 +0100 Thomas De Schampheleire docs: document Kallithea customization options
Mon, 14 Mar 2016 22:12:28 +0100 Thomas De Schampheleire settings: rescope 'Analytics HTML' option to generic HTML/JS/CSS customization
Thu, 03 Mar 2016 18:44:08 +0100 domruf vcs: fix processing of git commands that return output on stderr
Tue, 16 Feb 2016 22:15:30 +0100 domruf pullrequests: handle missing revisions - especially after Git GC (Issue #176)
Tue, 08 Mar 2016 09:09:50 +0000 Oscar Curero i18n: add translation for Spanish
Mon, 14 Mar 2016 17:02:30 +0100 Andrew Shadura i18n: regenerate POT, update translations.
Tue, 08 Mar 2016 12:28:06 +0100 Søren Løvborg db: cache SCM instance short-term (tied to SQLAlchemy session lifetime)
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich db: get rid of vcs_full_cache - it should always be used
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich tests: invalidate cache for new repositories - make tests more stable if garbage has been left behind in the db
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich db: name the scm_instance_cached cache entries - reduce the risk of collisions
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich db: inline repo __get_instance to scm_instance_no_cache
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich helpers: cache user_or_none results in beaker long_term cache
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich scm: simplify get_repos and get rid of RepoList overloads
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich pullrequests: optimize iteration over reviewers - avoid fetching users one by one
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich pullrequests: add index - optimize some slow queries
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich pullrequests: explicitly sort statuses and comments by id - and thus presumably in the right order used for computation of latest status
Mon, 07 Mar 2016 18:45:14 +0100 Søren Løvborg setup.py: remove unused package_data
Mon, 14 Mar 2016 00:36:08 +0100 Mads Kiilerich Merge stable
Sun, 13 Mar 2016 15:18:08 +0100 Andrew Shadura Added tag 0.3.1 for changeset 9bf8eb837e78 stable
Sun, 13 Mar 2016 15:17:23 +0100 Andrew Shadura release: 0.3.1 stable 0.3.1
Sat, 12 Mar 2016 14:35:43 +0100 Andrew Shadura docs: suggest using pip instead of setup.py develop stable
Tue, 02 Feb 2016 21:45:29 +0100 domruf replace absolute /tmp paths to tempfile.gettempdir()
Thu, 28 Jan 2016 20:40:32 +0100 domruf tests: don't use the TESTS_TMP_PATH string
Mon, 29 Feb 2016 22:06:40 +0100 domruf tests: self.fail is better written as pytest.fail now
Tue, 08 Mar 2016 15:50:54 +0100 Mads Kiilerich db: minor changes for repo caching
Wed, 02 Mar 2016 16:21:11 +0100 Søren Løvborg paster: remove unused BasePasterCommand.notify_msg
Wed, 24 Feb 2016 13:32:33 +0100 Andrew Shadura auth: support both old and new python-pam API stable
Thu, 03 Mar 2016 14:19:06 +0100 domruf vcs: the git backend requires string encoded repository names too