Henrik Levkowetz
|
17bf44af3c
|
To minimize what seems to be an increased risk of segfaults when using virtualenv with system packages, this commit introduces an alternative, which does away with the general system package availability, but adds symlinks to two svn related system packages when running checks.
- Legacy-Id: 12208
|
2016-10-25 00:11:31 +00:00 |
|
Henrik Levkowetz
|
ef9bf2f175
|
Added a system check to ensure that the svn bindings are available when running in production mode.
- Legacy-Id: 12177
|
2016-10-19 14:44:05 +00:00 |
|
Henrik Levkowetz
|
75fd4d2876
|
Added a production-mode check to verify that the cache is functioning as expected.
- Legacy-Id: 11471
|
2016-06-24 15:36:25 +00:00 |
|
Henrik Levkowetz
|
92a2b1cbe0
|
Added a check that the proceedings directory given in the settings exists.
- Legacy-Id: 11427
|
2016-06-20 21:51:14 +00:00 |
|
Henrik Levkowetz
|
9855c2d54b
|
Added a check for the existence of the media/photos directory.
- Legacy-Id: 11315
|
2016-06-10 19:37:36 +00:00 |
|
Henrik Levkowetz
|
91defa466e
|
Fixed a missed import name change.
- Legacy-Id: 11192
|
2016-05-13 16:07:47 +00:00 |
|
Henrik Levkowetz
|
02d341cae5
|
Updated docker-related files based on 6.17.0
- Legacy-Id: 10967
|
2016-03-22 21:10:33 +00:00 |
|
Henrik Levkowetz
|
76bb233b70
|
Refactored draft submission checks so that new checkers can be slotted in through a configuration in settings.py. Refactored the calling of idnits to use the new API, and added a pyang validation check.
- Legacy-Id: 10894
|
2016-03-04 20:08:29 +00:00 |
|
Henrik Levkowetz
|
b00b0c3db9
|
Moved some production-path checks to the checks module, and fixed up tests which changed some settings without restoring them.
- Legacy-Id: 10808
|
2016-02-09 18:50:37 +00:00 |
|
Henrik Levkowetz
|
e348212f42
|
Added necessary check function returns.
- Legacy-Id: 10754
|
2016-01-28 16:13:38 +00:00 |
|
Henrik Levkowetz
|
289d9ebef6
|
Moved some path checks from SubmissionUploadForm to the ietf/checks.py.
- Legacy-Id: 10753
|
2016-01-28 16:09:44 +00:00 |
|
Henrik Levkowetz
|
f1ca9a0f1c
|
Shave off 10 seconds of test running time by not reading more than the start of files when checing that aliases exist.
- Legacy-Id: 10705
|
2016-01-16 22:31:31 +00:00 |
|
Henrik Levkowetz
|
f41553f3d1
|
Added 2 new file existence checks to the check framework, since we're now reading email aliases for groups and documents from files. Added a call out to run_checks() in the test-crawler, so we don't see failures due to missing files.
- Legacy-Id: 10204
|
2015-10-13 19:07:11 +00:00 |
|
Henrik Levkowetz
|
0cdf7599a4
|
It's only an error not to have STATIC_ROOT available in production mode.
- Legacy-Id: 9957
|
2015-08-01 21:14:49 +00:00 |
|
Henrik Levkowetz
|
d37aee7ae2
|
Updated ietf/checks.py to use STATIC_ROOT instead the CDN_STATIC_PATH used with the split-static setup.
- Legacy-Id: 9946
|
2015-08-01 14:55:47 +00:00 |
|
Henrik Levkowetz
|
fbdd8b479d
|
Added a check for the existence of the CDN static path using the new (Django 1.7) checks framework. Split the release version and patch string in order to not move the expected CDN static files location when adding a patch indicator to the version number.
- Legacy-Id: 9906
|
2015-07-28 10:25:58 +00:00 |
|