Henrik Levkowetz
|
cec0f33817
|
Removed unused stuff.
- Legacy-Id: 12409
|
2016-11-28 21:20:28 +00:00 |
|
Henrik Levkowetz
|
53d68af9cd
|
Adapted the utils template tests to the new template handling in Django 1.8.
- Legacy-Id: 12407
|
2016-11-28 21:05:17 +00:00 |
|
Henrik Levkowetz
|
554ec2d78c
|
Removed an unused import
- Legacy-Id: 12406
|
2016-11-28 21:04:15 +00:00 |
|
Henrik Levkowetz
|
8d1aca19cc
|
Rewrote the template coverage loader function to a proper template loader class.
- Legacy-Id: 12261
|
2016-11-03 20:51:06 +00:00 |
|
Henrik Levkowetz
|
f7cf00b7ec
|
Use get_or_create when creating test data, to avoid duplicate key warnings.
- Legacy-Id: 12259
|
2016-11-03 20:48:38 +00:00 |
|
Henrik Levkowetz
|
7b6407dfed
|
Rewrote the test runner command-line switch declarations to use parser.add_argument() instead of the now unsupported option_list class attribute.
- Legacy-Id: 12251
|
2016-11-03 20:07:22 +00:00 |
|
Henrik Levkowetz
|
aec77c2385
|
Rewrote Document.href() to not do database queries when possible, as that has a big performance impact. Fixed a number of tests which relied on href() not doing the right thing for simplified test data. Added caching of canonical_name(), which can be quite heavy. Additional refactoring in a number of places, to use better test data and avoid test failures for good code :-)
- Legacy-Id: 12226
|
2016-10-28 16:59:42 +00:00 |
|
Henrik Levkowetz
|
a1934d1713
|
Refined the sql debug view at the bottom of each page. Added a column showing the WHERE clause, as that is quite helpful in working out where a given query is coming from. Added an sql_debug template variable to make it easier to switch between the sql debug view and using the django-debug-toolbar.
- Legacy-Id: 12225
|
2016-10-28 16:46:05 +00:00 |
|
Henrik Levkowetz
|
681395ff8e
|
Added a column to the debug view of sql queries which indicate whether a query originated in view code or template rendering.
- Legacy-Id: 12217
|
2016-10-26 18:49:58 +00:00 |
|
Henrik Levkowetz
|
27cd21155c
|
Fixed a bug in testing for directory existence in the test setup.
- Legacy-Id: 12185
|
2016-10-19 22:38:28 +00:00 |
|
Henrik Levkowetz
|
c22842a7c4
|
Made the wiki glue test skippable, in case the python subversion bindings are unavailable. Added creation of temporary directories also for the svn repositores created for wikis during testing.
- Legacy-Id: 12183
|
2016-10-19 21:14:20 +00:00 |
|
Henrik Levkowetz
|
ba5c17ecfd
|
Merged in a management command which provides glue code for creation and maintenance of Trac issue tracker and wiki installations per group. New groups of type wg, rg, and area will autmatically receive a Trac instance.
- Legacy-Id: 12182
|
2016-10-19 18:08:05 +00:00 |
|
Henrik Levkowetz
|
f9b4955880
|
Tweaked the settings a bit, to avoid problems if changing TRAC_WIKI_DIR_ROOT after TRAC_WIKI_DIR_PATTERN has been set. Added a --wiki-dir-pattern switch to the management command.
- Legacy-Id: 12181
|
2016-10-19 14:56:57 +00:00 |
|
Henrik Levkowetz
|
d400b88239
|
Added a test for the create_group_wikis management command.
- Legacy-Id: 12180
|
2016-10-19 14:53:58 +00:00 |
|
Henrik Levkowetz
|
41945d5525
|
Reverted unintended commit
- Legacy-Id: 12179
|
2016-10-19 14:47:17 +00:00 |
|
Henrik Levkowetz
|
b2aae7dc35
|
Ignore the virtualenv-created directories under env/
- Legacy-Id: 12178
|
2016-10-19 14:44:44 +00:00 |
|
Henrik Levkowetz
|
887455c1d5
|
Make sure to not include draft name in the title extracted from draft text.
- Legacy-Id: 12176
|
2016-10-19 12:18:59 +00:00 |
|
Henrik Levkowetz
|
f33eab6770
|
Install custom wiki pages before default pages, as we refuse to overwrite an existing page.
- Legacy-Id: 12174
|
2016-10-18 19:32:19 +00:00 |
|
Henrik Levkowetz
|
4cd3c484be
|
New management command create_group_wikis. Work in progress.
- Legacy-Id: 12149
|
2016-10-14 15:03:13 +00:00 |
|
Henrik Levkowetz
|
e7b76917ae
|
Added a missing string format parmameter.
- Legacy-Id: 12116
|
2016-10-11 12:53:14 +00:00 |
|
Henrik Levkowetz
|
a842e19452
|
Moved some code and tweaked settings to ignore sql debug functions when calculating code coverage.
- Legacy-Id: 12070
|
2016-09-30 21:30:04 +00:00 |
|
Henrik Levkowetz
|
3854c832a0
|
Change things so that the reorder_by setting has an effect on the test ordering. It didn't before, as CoverageTest was a subclass of the earlier entries in the reorder_by setting.
- Legacy-Id: 12039
|
2016-09-26 17:48:26 +00:00 |
|
Henrik Levkowetz
|
7f772641d4
|
Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur.
- Legacy-Id: 12035
|
2016-09-25 13:53:22 +00:00 |
|
Henrik Levkowetz
|
ec684e1b4e
|
Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking).
- Legacy-Id: 11941
|
2016-09-08 14:48:59 +00:00 |
|
Henrik Levkowetz
|
22e2b0ab88
|
Added a return value used by ietf.middleware.SMTPExceptionMiddleware.process_exception().
- Legacy-Id: 11940
|
2016-09-08 09:37:22 +00:00 |
|
Henrik Levkowetz
|
4b0a9360f0
|
Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method.
- Legacy-Id: 11840
|
2016-08-23 10:52:08 +00:00 |
|
Henrik Levkowetz
|
523bfce86d
|
Tweaked meetecho URLs, with new template string formatting filter.
- Legacy-Id: 11689
|
2016-07-16 17:15:21 +00:00 |
|
Henrik Levkowetz
|
c7cecf66e9
|
Added a test case for group home.
- Legacy-Id: 11652
|
2016-07-13 19:20:13 +00:00 |
|
Henrik Levkowetz
|
e3020686a8
|
Added a global declaration
- Legacy-Id: 11647
|
2016-07-13 16:00:41 +00:00 |
|
Henrik Levkowetz
|
0d160b9672
|
Guard get array value against array==None in log.getcaller()
- Legacy-Id: 11641
|
2016-07-13 12:56:02 +00:00 |
|
Henrik Levkowetz
|
402a099e4e
|
Added a modified slugify function and template filter, which converts slashes to dashes instead of eliding them. This is necessary in order to be able to distinguish the slugified room names like 'Schinkel I/II' from 'Schinkel III'.
- Legacy-Id: 11589
|
2016-07-10 13:58:30 +00:00 |
|
Henrik Levkowetz
|
f8804b4f2c
|
Added 3 tests which checks 1) that all templates can be parsed and loaded, 2) that url template-tags refer to an urlconf callback that exists, and 3) that static template-tags resolve to urls that work. This was prompted by some 500 errors earlier which weren't caught by existing texts.
- Legacy-Id: 11483
|
2016-06-28 04:48:50 +00:00 |
|
Henrik Levkowetz
|
a405449150
|
Cached the list of template paths in test_runner.py so we can call it multiple times cheaply.
- Legacy-Id: 11482
|
2016-06-28 04:44:25 +00:00 |
|
Henrik Levkowetz
|
a36cf95572
|
Refactored the code to skip coverage testing a bit, and added skipping of template and url coverage.
- Legacy-Id: 11472
|
2016-06-24 15:39:59 +00:00 |
|
Henrik Levkowetz
|
64070fa3bf
|
Added the ability to list absolute coverage data, not only show relative differences, to the coverage_changes management command.
- Legacy-Id: 11460
|
2016-06-22 22:05:50 +00:00 |
|
Henrik Levkowetz
|
6fa181763b
|
Changed the code test coverage checking to never register coverage counts for tests that are sometimes skipped. Removed now unwanted skip settings from the releasetest settings.
- Legacy-Id: 11453
|
2016-06-21 20:39:28 +00:00 |
|
Henrik Levkowetz
|
f083e88592
|
Made interim meeting test data use zero-padded sequence numbers.
- Legacy-Id: 11424
|
2016-06-20 18:52:09 +00:00 |
|
Henrik Levkowetz
|
df84098980
|
Fixed a bug in find-history-replacement-active-at() where multiple history entries with the same timestamp would be unordered. This led to the wrong historic group info being shown in some cases (e.g., meeting/86/agenda would show dmmnew instead of dmm, leading to wrong agenda links)
- Legacy-Id: 11410
|
2016-06-19 12:52:36 +00:00 |
|
Henrik Levkowetz
|
d298785fda
|
Merged in ^/branch/amsl/interim@11230, which provides interim meeting management support. Also fixes issues #1961, #1962 and #1964.
- Legacy-Id: 11402
|
2016-06-17 14:16:27 +00:00 |
|
Henrik Levkowetz
|
9eacdbf2c6
|
Merged in ^/personal/henrik/6.21.1-biophoto@11313, with work from rjsparks@nostrum.com and henrik@levkowetz.com which provides support for profile biography and photo.
- Legacy-Id: 11314
|
2016-06-10 19:36:47 +00:00 |
|
Henrik Levkowetz
|
14a4ea177c
|
Merged in ^/personal/rjs/6.21.1.dev0@11257
- Legacy-Id: 11259
|
2016-06-01 16:37:01 +00:00 |
|
Henrik Levkowetz
|
a32b121efb
|
Changed some instances of error strings from ascii to unicode in order to avoid problems with unicode error messages, such as the file size indications generated by django.template.defaultfilters.filesizeformat().
- Legacy-Id: 11220
|
2016-05-22 14:40:37 +00:00 |
|
Henrik Levkowetz
|
02773059f2
|
Better usage help for the coverage_changes management command.
- Legacy-Id: 11193
|
2016-05-15 15:01:50 +00:00 |
|
Ole Laursen
|
b599dca51d
|
Override the django-bootstrap3 default help-text-and-errors rendering
to separate the unrelated concepts
- Legacy-Id: 11177
|
2016-05-10 16:44:45 +00:00 |
|
Ryan Cross
|
facead5d95
|
Add inteirm meeting request disapprove and cancel capabilities
- Legacy-Id: 11135
|
2016-04-26 23:05:53 +00:00 |
|
Ryan Cross
|
be6e536769
|
add pending and detail views and tests.
- Legacy-Id: 11125
|
2016-04-20 23:57:52 +00:00 |
|
Henrik Levkowetz
|
d96f0fe964
|
Added a django management command to populate yang model libraries from RFCs and drafts.
- Legacy-Id: 11110
|
2016-04-08 17:18:54 +00:00 |
|
Henrik Levkowetz
|
adb8625635
|
Introduced caching for the api resources.
- Legacy-Id: 10929
|
2016-03-15 23:12:04 +00:00 |
|
Henrik Levkowetz
|
846a02c3f9
|
Fixed pyflakes complaints introduced with pyflakes 1.1.0
- Legacy-Id: 10896
|
2016-03-04 21:24:26 +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 |
|