Henrik Levkowetz
|
01b0ca8efb
|
Set version info and settings back to development mode
- Legacy-Id: 9337
|
2015-03-25 19:07:27 +00:00 |
|
Henrik Levkowetz
|
1014fcaefd
|
Set version info to release version 5.13.0 before branching.
- Legacy-Id: 9335
|
2015-03-25 19:07:20 +00:00 |
|
Henrik Levkowetz
|
02c8fe1dda
|
Changed the MEDIA_URL to use https instead of http, to be in line with other efforts to move to https in general.
- Legacy-Id: 9323
|
2015-03-22 17:28:06 +00:00 |
|
Henrik Levkowetz
|
286ca37ebc
|
Provide full paths to the *coverage.json files.
- Legacy-Id: 9321
|
2015-03-22 14:54:06 +00:00 |
|
Henrik Levkowetz
|
4d5e881c18
|
See to it that TEST_CODE_COVERAGE_CHECKER exists also for production builds.
- Legacy-Id: 9268
|
2015-03-20 00:06:39 +00:00 |
|
Henrik Levkowetz
|
a1a85d4401
|
Set version info and settings back to development mode
- Legacy-Id: 9266
|
2015-03-19 23:55:58 +00:00 |
|
Henrik Levkowetz
|
bbf43e6fe9
|
Set version info to release version 5.12.3 before branching.
- Legacy-Id: 9264
|
2015-03-19 23:55:50 +00:00 |
|
Henrik Levkowetz
|
0584ccc47e
|
Set version info and settings back to development mode
- Legacy-Id: 9208
|
2015-03-15 22:04:25 +00:00 |
|
Henrik Levkowetz
|
0f45170a74
|
Set version info to release version 5.12.2 before branching.
- Legacy-Id: 9206
|
2015-03-15 22:04:19 +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
|
0169cd67e7
|
Make sure we don't start coverage twice.
- Legacy-Id: 9192
|
2015-03-13 17:32:06 +00:00 |
|
Henrik Levkowetz
|
f499ba8096
|
Started the code coverage measurements earlier, in order to make the apparent code coverage of model files less confusing.
- Legacy-Id: 9188
|
2015-03-13 16:02:31 +00:00 |
|
Henrik Levkowetz
|
e81ac58549
|
Set version info and settings back to development mode
- Legacy-Id: 9179
|
2015-03-10 20:32:30 +00:00 |
|
Henrik Levkowetz
|
70830b6eca
|
Set version info to release version 5.12.1 before branching.
- Legacy-Id: 9177
|
2015-03-10 20:32:25 +00:00 |
|
Henrik Levkowetz
|
a4e0287b94
|
Reordering of the INSTALLED_APPS list orderto be alphabetic within each group; no intentional code change.
- Legacy-Id: 9158
|
2015-03-06 23:24:35 +00:00 |
|
Henrik Levkowetz
|
e94ac990fc
|
Added per-app coverage measurements, to make the numbers shown when not running the full tests suite a bit more meaningful.
- Legacy-Id: 9156
|
2015-03-06 20:42:20 +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
|
198c16b9aa
|
Set version info and settings back to development mode
- Legacy-Id: 9136
|
2015-02-26 10:08:24 +00:00 |
|
Henrik Levkowetz
|
fd921c4dd9
|
Set version info to release version 5.12.0 before branching.
- Legacy-Id: 9134
|
2015-02-26 10:08:18 +00:00 |
|
Henrik Levkowetz
|
c0797bccb7
|
Changed the setting for the default cutoff days so that both are 13, matching the current policy.
- Legacy-Id: 9131
|
2015-02-25 20:57:37 +00:00 |
|
Henrik Levkowetz
|
5bb83f03b5
|
Merged in personal/henrik/v5.11.1-dev0@9103, which provides code coverage measurements for the test suite using coverage.py, integrated as a test in the test suite. This test compares the current code coverage of tests with that saved for the latest release. Also converted the URL and template coverage measurements into tests, comparing current with the latest release. The result of this is that the coverage tests will fail if new code is added without sufficient test coverage to at least match that of the latest release. Over time, this should encourage gradually improved test coverage as seen for both code, templates, and urls. Coverage data is also saved to file, and can be read by the 'coverage' shell command to produce html or text reports.
- Legacy-Id: 9129
|
2015-02-25 19:14:19 +00:00 |
|
Henrik Levkowetz
|
524359a30f
|
Set version info and settings back to development mode
- Legacy-Id: 9127
|
2015-02-25 09:06:53 +00:00 |
|
Henrik Levkowetz
|
1d0cb9cc6a
|
Set version info to release version 5.11.2 before branching.
- Legacy-Id: 9125
|
2015-02-25 09:06:47 +00:00 |
|
Henrik Levkowetz
|
f8385208e3
|
Set version info and settings back to development mode
- Legacy-Id: 9114
|
2015-02-23 20:49:20 +00:00 |
|
Henrik Levkowetz
|
2797f8a4f3
|
Set version info to release version 5.11.1 before branching.
- Legacy-Id: 9112
|
2015-02-23 20:49:14 +00:00 |
|
Henrik Levkowetz
|
298adf3e20
|
Added 4 new fields to the meeting class, to hold draft submission cutoff information for the meeting. On request, changed the presentation of the cutoff times to show the last submission time, rather than the beginning of the cutoff time. Changed the cutoff hour format to support full timedelta information, not just a given hour (this was necessary in order to be able to set the requested 23:59:59 submission stop time).
- Legacy-Id: 9107
|
2015-02-21 20:48:29 +00:00 |
|
Henrik Levkowetz
|
dba3db444c
|
Added test code coverage measurements using coverage.py, integrated as a test in the test suite. This test compares the current code coverage of tests with that saved for the latest release. Also converted the URL and template coverage measurements into tests, comparing current with the latest release. The result of this is that the coverage tests will fail if new code is added without sufficient test coverage to at least match that of the latest release. Over time, this should encourage gradually improved test coverage as seen for both code, templates, and urls. Coverage data is also saved to file, and can be read by the 'coverage' shell command to produce html or text reports.
- Legacy-Id: 9103
|
2015-02-19 23:42:34 +00:00 |
|
Henrik Levkowetz
|
8b4be00d2c
|
Cleanup after Django 1.7 migration
- Legacy-Id: 9078
|
2015-02-12 16:06:44 +00:00 |
|
Henrik Levkowetz
|
278313829c
|
Set version info and settings back to development mode
- Legacy-Id: 9033
|
2015-02-09 20:17:16 +00:00 |
|
Henrik Levkowetz
|
1df82ab941
|
Set version info to release version 5.11.0 before branching.
- Legacy-Id: 9031
|
2015-02-09 20:17:08 +00:00 |
|
Henrik Levkowetz
|
7ecfac6308
|
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
- Legacy-Id: 9028
|
2015-02-08 21:16:44 +00:00 |
|
Henrik Levkowetz
|
028b7e315a
|
Reverted to [9025] because commit [9026] failed (it was incomplete with a broken working dir).
- Legacy-Id: 9027
Note: SVN reference [9026] has been migrated to Git commit 4a3749a66b
|
2015-02-08 20:03:16 +00:00 |
|
Henrik Levkowetz
|
4a3749a66b
|
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
- Legacy-Id: 9026
|
2015-02-08 19:16:46 +00:00 |
|
Henrik Levkowetz
|
3b21cacecd
|
Set version info and settings back to development mode
- Legacy-Id: 9024
|
2015-02-08 16:40:13 +00:00 |
|
Henrik Levkowetz
|
d257284662
|
Set version info to release version 5.10.3 before branching.
- Legacy-Id: 9022
|
2015-02-08 16:40:07 +00:00 |
|
Henrik Levkowetz
|
c64570c6c0
|
Set version info and settings back to development mode
- Legacy-Id: 9001
|
2015-02-05 18:33:26 +00:00 |
|
Henrik Levkowetz
|
b4f71e4e2d
|
Set version info to release version 5.10.2 before branching.
- Legacy-Id: 8999
|
2015-02-05 18:33:21 +00:00 |
|
Henrik Levkowetz
|
58cc1e431f
|
When draft email aliases are generated, the content of the doc.notify field is used to generate the .notify alias, and is also included in the .all alias. If the notify field contains either the .notify alias or the .all alias, this can create a mail loop. Changed the alias generation code to expand (or ignore, for .notify) aliases found in the notify field, and changed the code which fills in the notify field with a default value to insert the author, ad, and shepherd aliases instead of the .all alias.
- Legacy-Id: 8994
|
2015-02-05 15:38:01 +00:00 |
|
Henrik Levkowetz
|
4c33787976
|
Set version info and settings back to development mode
- Legacy-Id: 8909
|
2015-01-25 19:36:45 +00:00 |
|
Henrik Levkowetz
|
468ea206fd
|
Set version info to release version 5.10.1 before branching.
- Legacy-Id: 8907
|
2015-01-25 19:36:40 +00:00 |
|
Henrik Levkowetz
|
76881655d3
|
Removed south from INSTALLED_APPS.
- Legacy-Id: 8822
|
2014-12-22 16:52:28 +00:00 |
|
Henrik Levkowetz
|
413e926b2b
|
Set version info and settings back to development mode
- Legacy-Id: 8813
|
2014-12-21 21:34:03 +00:00 |
|
Henrik Levkowetz
|
f90e802dc5
|
Set version info to release version 5.10.0 before branching.
- Legacy-Id: 8811
|
2014-12-21 21:33:56 +00:00 |
|
Henrik Levkowetz
|
5183042d58
|
Merged in branch/amsl/iprtool/5.7.4@8734 from rcross@amsl.com, providing new IPR models, refactored code, and improved list, search, and management interfaces.
- Legacy-Id: 8808
|
2014-12-21 19:26:33 +00:00 |
|
Henrik Levkowetz
|
04164ad157
|
Set version info and settings back to development mode
- Legacy-Id: 8805
|
2014-12-18 21:29:50 +00:00 |
|
Henrik Levkowetz
|
813bf0c025
|
Set version info to release version 5.9.0 before branching.
- Legacy-Id: 8803
|
2014-12-18 21:29:46 +00:00 |
|
Henrik Levkowetz
|
da9419ae64
|
Set version info and settings back to development mode
- Legacy-Id: 8763
|
2014-12-18 18:40:22 +00:00 |
|
Henrik Levkowetz
|
f15295863a
|
Set version info to release version 5.8.1 before branching.
- Legacy-Id: 8761
|
2014-12-18 18:40:18 +00:00 |
|
Henrik Levkowetz
|
f403aa9886
|
Set version info and settings back to development mode
- Legacy-Id: 8757
|
2014-12-18 16:06:12 +00:00 |
|
Henrik Levkowetz
|
b878bfa9eb
|
Set version info to release version 5.8.0 before branching.
- Legacy-Id: 8755
|
2014-12-18 16:06:08 +00:00 |
|