Henrik Levkowetz
|
a23846c8be
|
Changed the storage format for code coverage in *coverage.json, in order to be able to calculate code coverage percentages for a subset of tested files.
- Legacy-Id: 9953
|
2015-08-01 15:07:21 +00:00 |
|
buildbot
|
70396be450
|
Updated test
- Legacy-Id: 9241
|
2015-03-17 17:38:15 +00:00 |
|
buildbot
|
cedb115038
|
Added exception capture and error message when the --release switch to coverage_changes specify a release for which there aren't any data. Also tweaked the diff output for code coverage changes.
- Legacy-Id: 9239
|
2015-03-17 16:15:04 +00:00 |
|
Henrik Levkowetz
|
4b80218548
|
Merged in [9185] from rcross@amsl.com:
Add DocEvent and SubmissionEvent to merge-person-records.
- Legacy-Id: 9197
Note: SVN reference [9185] has been migrated to Git commit cadf07fab3
|
2015-03-14 15:47:24 +00:00 |
|
Henrik Levkowetz
|
d7f44d6e86
|
Tweaked test to match earlier coverage_changes output format tweak.
- Legacy-Id: 9168
|
2015-03-08 14:32:14 +00:00 |
|
Henrik Levkowetz
|
e4c15de834
|
Tweaked the coverage_changes output slightly.
- Legacy-Id: 9165
|
2015-03-08 13:19:46 +00:00 |
|
Henrik Levkowetz
|
b7095b573f
|
Added a managment command to show the difference in coverage data between the latest release and the latest test run, and a test for the same.
- Legacy-Id: 9162
|
2015-03-07 22:27:02 +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
|
9cb2f17f0f
|
Added a refinement to the pyflakes management command, to make it clearer where exceptions while running pyflakes originate.
- Legacy-Id: 8747
|
2014-12-14 20:35:35 +00:00 |
|
Henrik Levkowetz
|
147cc96a51
|
Added a management command to generate (and update) resource files for tastypie, in order to have to manually maintain the resource files needed by tastypie when models are added (model changes will have to be handled manually, or by removing the old class from the resources and auto-generate it again).
- Legacy-Id: 8743
|
2014-12-14 20:32:12 +00:00 |
|
Henrik Levkowetz
|
8aba7e97fc
|
Provide a better message if pyflakes fails due to syntax errors in a python file.
- Legacy-Id: 8011
|
2014-07-01 21:12:03 +00:00 |
|
Henrik Levkowetz
|
454c9d83cb
|
Fixed support for verbosity and overwrite flags for the import_htpasswd command, which was lost in [7583].
- Legacy-Id: 7585
Note: SVN reference [7583] has been migrated to Git commit 4c0d52d9ed
|
2014-04-09 18:34:18 +00:00 |
|
Henrik Levkowetz
|
4c0d52d9ed
|
Split out the actual htpasswd import functionality from the BaseCommand subclass, so we can call it from elsewhere.
- Legacy-Id: 7583
|
2014-04-09 18:28:42 +00:00 |
|
Henrik Levkowetz
|
156b0d4e3a
|
Changed the code to use django's own authentication, instead of http basic auth. This will let people log out, and will also use stronger password hashing than basic auth. Added a login page, and logout links, and links from the logged in username (in the upper right corner) to the user's profile page.
- Legacy-Id: 7580
|
2014-04-07 18:56:44 +00:00 |
|
Henrik Levkowetz
|
3a3b386a0e
|
A htpasswd import script, for the transition from basic http auth to Django native authentication.
- Legacy-Id: 7578
|
2014-04-06 17:20:31 +00:00 |
|
Henrik Levkowetz
|
b9cbb236dd
|
Renamed flakes.py to pyflakes, and fixed the import setup so it won't try to import itself. Added verbosity control.
- Legacy-Id: 7502
|
2014-03-16 18:16:37 +00:00 |
|
Henrik Levkowetz
|
5bef5d11ae
|
Made doc/ pyflakes-clean.
- Legacy-Id: 7462
|
2014-03-15 16:09:47 +00:00 |
|
Henrik Levkowetz
|
0eefa5760c
|
Added a management command to run pyflakes, with the added feature of being able to mark individual lines with # pyflakes:ignore, which is needed in some cases.
- Legacy-Id: 7367
|
2014-02-25 20:22:20 +00:00 |
|
Henrik Levkowetz
|
bc0e4e5614
|
Tweaked the makefixture command to not recurse on reverse relationships.
- Legacy-Id: 6446
|
2013-10-14 18:36:20 +00:00 |
|
Henrik Levkowetz
|
b335ef3b5c
|
Imported a newer version of makefixture from github. It handles reverse relationships in a less hackish way than my hack.
- Legacy-Id: 6314
|
2013-09-30 14:24:14 +00:00 |
|
Henrik Levkowetz
|
6e9e1930e2
|
Added a makefixture management command, from http://djangosnippets.org/snippets/918/, somewhat hacked.
- Legacy-Id: 6307
|
2013-09-29 20:50:51 +00:00 |
|