- 17 Feb, 2018 1 commit
-
-
Miquel Torres authored
fixtures/testdata: set value for "default_branch" project fields
-
- 14 Feb, 2018 1 commit
-
-
quasilyte authored
With this change, "Timeline" and "Changes" are rendered with testdata as one might expect. Fixes #238.
-
- 10 Feb, 2018 1 commit
-
-
Miquel Torres authored
readme: explain how to "create admin user"
-
- 09 Feb, 2018 1 commit
-
-
quasilyte authored
-
- 31 Dec, 2017 2 commits
-
-
Miquel Torres authored
Ensure missing data points don’t lead to infinite loop
-
Stefan Marr authored
Missing data points can be represented as -1 values. For the timeline, this would mean we end up in an infinite loop, because the value would be always become smaller instead of bigger as it would be expected. This is avoided in two ways: - extract method determineSignificantDigits(.,.), which ensures the input value is positive - filter out negative numbers directly when collecting smallestValue Signed-off-by:
Stefan Marr <git@stefan-marr.de>
-
- 16 Dec, 2017 1 commit
-
-
Miquel Torres authored
tools: remove script still using previsously removed API
-
- 13 Dec, 2017 1 commit
-
-
Christian Couder authored
Commit 8ea2dc22 (Remove tastypie dependency, 2013-11-13) removed the api/v1 REST api, but there are still scripts using this API. It would be nice if there was a way simple way to programmatically create an environment, or at least documentation to explain how it could be done. But for now let's just remove the misleading scripts.
-
- 11 Nov, 2017 8 commits
-
-
Miquel Torres authored
-
Miquel Torres authored
Django 1.11 support
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
- Don't use RequestContext - Don't use dotted url path
-
Miquel Torres authored
- Set travis matrix to Python 3.5 and Django 1.11 - Set max django version to 1.11 in requirements and setup.py
-
Miquel Torres authored
-
- 26 Aug, 2017 1 commit
-
-
Miquel Torres authored
Add previous and next revision nav links to Changes view
-
- 25 Aug, 2017 5 commits
-
-
str4d authored
Closes #174
-
Miquel Torres authored
Customise the meta description to describe the URL
-
str4d authored
This is useful when pasting permalinks into apps that show the description in a summary of the page.
-
Miquel Torres authored
Default banch in db
-
Miquel Torres authored
Use the correct data array pos for commit ID in timeline changes permalinks
-
- 23 Aug, 2017 1 commit
-
- 16 Aug, 2017 4 commits
-
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
-
- 06 Aug, 2017 1 commit
-
-
Miquel Torres authored
-
- 04 Aug, 2017 4 commits
-
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
Don't import url template tag from future.
-
Miquel Torres authored
-
- 01 Aug, 2017 8 commits
-
-
Miquel Torres authored
Normal logging level
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
-
Miquel Torres authored
-