Henrik Levkowetz
90b97468a9
Changed to use a gzipped release coverage JSON file, instead of a plain JSON file, if the name given in settings.py ends in .gz. Reduces the current release coverage file size from ~1.6MB to ~200kB. This is a preparation for saving more information in the release coverage file than we currently do.
...
- Legacy-Id: 10235
2015-10-18 14:32:36 +00:00
Henrik Levkowetz
8ad020edd2
Removed an unused import.
...
- Legacy-Id: 10047
2015-08-23 19:31:28 +00:00
Henrik Levkowetz
83c48840ce
Undid unwanted escaping of release log entries.
...
- Legacy-Id: 10044
2015-08-23 19:18:48 +00:00
Henrik Levkowetz
ab61063882
Added escaping of changelist content for the /release/ pages.
...
- Legacy-Id: 9827
2015-07-20 13:49:06 +00:00
Henrik Levkowetz
acc2c59920
Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
...
- Legacy-Id: 9556
2015-04-24 21:47:12 +00:00
Henrik Levkowetz
1b3e98dd31
Added simple tests for help and release pages.
...
- Legacy-Id: 9413
2015-04-05 20:59:51 +00:00
Henrik Levkowetz
4ff9868f1c
Added pages About and ToDo under /release/.
...
- Legacy-Id: 9407
2015-04-05 17:05:06 +00:00
Henrik Levkowetz
0b971f635d
Added test coverage data to the release pages if available for the release. Added saving of html pages for the code coverage to a directory in the static files area. If a code coverage report is available, a link to it will be shown on the release page of the current release. Renamed some setting variables related to test coverage to be more explicit and precise.
...
- Legacy-Id: 9201
2015-03-14 19:08:37 +00:00
Henrik Levkowetz
085e7d2bc3
Added a separate urls.py file for ietf/release/.
...
- Legacy-Id: 9200
2015-03-14 16:20:30 +00:00
Henrik Levkowetz
86997e1e95
Turned the api.py file into a module. Moved the makeresources management command to the api module. Added some api tests. Added crawling of api files to the test-crawler. Adjusted some resource files discovered by the test suite and test-crawler. Removed a bunch of empty model files.
...
- Legacy-Id: 9144
2015-03-03 20:23:36 +00:00
Henrik Levkowetz
ed97ce5a21
Added changeset and ticket links to the release notes under /release/
...
- Legacy-Id: 7684
2014-05-02 00:30:25 +00:00
Henrik Levkowetz
613033143c
Made ietf/release pyflakes-clean.
...
- Legacy-Id: 7500
2014-03-16 08:06:45 +00:00
Henrik Levkowetz
02031a01b9
Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules.
...
- Legacy-Id: 7495
2014-03-16 07:09:38 +00:00
Ole Laursen
fe6c2d67c4
Replace the Http404 in release/views.py if the changelog file is not
...
found with a simple error message, this mimicks the way the rest of the
Datatracker is handling missing files and avoids an annoying 404 when
running the test-crawler without all directories set up
- Legacy-Id: 7105
2014-01-10 17:55:50 +00:00
Henrik Levkowetz
e4f4467725
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
...
- Legacy-Id: 6320
2013-09-30 20:36:20 +00:00
Henrik Levkowetz
f50337695e
Added a list of releases below the release notes at /releases/*
...
- Legacy-Id: 5791
2013-06-14 13:13:20 +00:00
Henrik Levkowetz
de5da28101
Handle an unrecognized revision more gracefully.
...
- Legacy-Id: 4973
2012-10-30 22:15:55 +00:00
Henrik Levkowetz
7e84ccc606
Tweaked the changelog presentation to work irrespective of current directory, and give a sensible 404 if the changelog can't be found.
...
- Legacy-Id: 4972
2012-10-30 22:13:37 +00:00
Henrik Levkowetz
bfe0756351
Added a simple page to show release information parsed from a release's changelog file.
...
- Legacy-Id: 4958
2012-10-25 21:29:53 +00:00