Roberto Rosario
|
976a86947e
|
Add management command to run tests from app list built dynamically.
|
2015-10-10 03:24:57 -04:00 |
|
Roberto Rosario
|
07f02b8f0b
|
Add tests for the remove metadata view.
|
2015-10-10 02:45:00 -04:00 |
|
Roberto Rosario
|
cb98f0f2d2
|
Pass document_type to the remove metadata formset.
|
2015-10-10 02:44:29 -04:00 |
|
Roberto Rosario
|
9708c76646
|
Improve coding style. Don't change initial kwargs using .pop.
|
2015-10-10 02:42:42 -04:00 |
|
Roberto Rosario
|
40b94e41d8
|
Fix document check in view. Fixes issue GH#238.
|
2015-10-09 23:42:34 -04:00 |
|
Roberto Rosario
|
8af1ee3246
|
Use checkout form field inclusion instead of exclusion.
|
2015-10-09 23:41:09 -04:00 |
|
Roberto Rosario
|
799eac8016
|
Remove custom 500 error view.
|
2015-10-09 23:40:25 -04:00 |
|
Roberto Rosario
|
d4d9a5a276
|
Fail elegantly when resolving a menu and there is no request variable.
|
2015-10-09 23:39:56 -04:00 |
|
Roberto Rosario
|
36805b3540
|
Fix typo in ACL title translation code. Fixes issue GL#201.
|
2015-10-08 19:33:44 -04:00 |
|
Roberto Rosario
|
27da0f8bb2
|
Add missing translation marker. Closes issue GL#201.
|
2015-10-08 19:29:19 -04:00 |
|
Roberto Rosario
|
1eddea65af
|
Delay python formating of the translatable string. Fixes part of issue GL#201.
|
2015-10-08 18:57:02 -04:00 |
|
Roberto Rosario
|
f6c4b153c7
|
Make document tags widget permissions aware, closes GL #182.
|
2015-10-08 02:58:11 -04:00 |
|
Roberto Rosario
|
5da248375f
|
Move test magic numbers and strings into test.literals.py.
|
2015-10-08 02:57:42 -04:00 |
|
Roberto Rosario
|
8a566d5b91
|
Remove sample debug config from development settings, it is done automatically now.
|
2015-10-08 02:57:02 -04:00 |
|
Roberto Rosario
|
89d15aa275
|
Add missing variable to app auto URL debug statement.
|
2015-10-08 02:56:20 -04:00 |
|
Roberto Rosario
|
86ff835839
|
PEP8 Cleanups.
|
2015-10-07 22:24:44 -04:00 |
|
Roberto Rosario
|
aabbe59093
|
Change test class name.
|
2015-10-07 19:37:00 -04:00 |
|
Roberto Rosario
|
71a1aba697
|
Capitalize POP3 and IMAP in sources links.
|
2015-10-07 19:32:33 -04:00 |
|
Roberto Rosario
|
1556fa92e4
|
Add test for the about view.
|
2015-10-07 19:32:00 -04:00 |
|
Roberto Rosario
|
677d28b015
|
Don't error when composing the build number on non Git deploys.
|
2015-10-07 03:48:32 -04:00 |
|
Roberto Rosario
|
a76a8b7e0a
|
Reset pointer before attemping a conversion.
|
2015-10-07 03:17:02 -04:00 |
|
Roberto Rosario
|
c9d9f90cac
|
Improve OCR API views code.
|
2015-10-07 03:13:46 -04:00 |
|
Roberto Rosario
|
a814448c81
|
Change OCR API CBV class names to match rest of the project.
|
2015-10-07 02:44:55 -04:00 |
|
Roberto Rosario
|
39f1adab6b
|
Remove unused import.
|
2015-10-07 02:44:29 -04:00 |
|
Roberto Rosario
|
cbe77ee258
|
Dynamic links do not have a menu position entry. Use .get to avoid error on non existant entries.
|
2015-10-07 02:43:01 -04:00 |
|
Roberto Rosario
|
8bdd4ba452
|
Add API views to download documents and document versions.
|
2015-10-07 02:42:36 -04:00 |
|
Roberto Rosario
|
41ede494db
|
Add API views to submit documents for OCR and to retrieve document page OCR content.
|
2015-10-06 23:22:08 -04:00 |
|
Roberto Rosario
|
942b6af502
|
Add admin views for document ocr content.
|
2015-10-06 23:21:31 -04:00 |
|
Roberto Rosario
|
9822fc0db2
|
PEP8 update.
|
2015-10-06 23:21:14 -04:00 |
|
Roberto Rosario
|
e4cc599057
|
Update Django REST swagger version.
|
2015-10-06 23:20:52 -04:00 |
|
Roberto Rosario
|
6f4426dce0
|
Move metadata widget code to metadata/widgets.py.
|
2015-10-06 02:31:37 -04:00 |
|
Roberto Rosario
|
97d8529994
|
Add boolean field to email source to control if the body of the email is to be stored or not.
|
2015-09-30 20:57:47 -04:00 |
|
Roberto Rosario
|
3d0c9485d0
|
Add support for storing the subject and "from" value of an email as metadata.
|
2015-09-30 20:20:27 -04:00 |
|
Roberto Rosario
|
6faf4b0f2a
|
Add admin entires for the IMAP and POP3 sources.
|
2015-09-30 19:14:08 -04:00 |
|
Roberto Rosario
|
15db0aed25
|
Update release notes.
|
2015-09-29 14:28:08 -04:00 |
|
Roberto Rosario
|
b4c50c0036
|
Omit migrations from coverage report.
|
2015-09-29 14:17:10 -04:00 |
|
Roberto Rosario
|
83c8f28455
|
Cleanups.
|
2015-09-28 04:15:37 -04:00 |
|
Roberto Rosario
|
20398174a8
|
Initial commit for top level api URLS.
|
2015-09-28 04:05:03 -04:00 |
|
Roberto Rosario
|
a7012b3f6b
|
Add API documentation to the login excempt list.
|
2015-09-28 03:48:18 -04:00 |
|
Roberto Rosario
|
5820ae68c2
|
Add coverage widget.
|
2015-09-28 03:45:20 -04:00 |
|
Roberto Rosario
|
60d3d4adb7
|
Remove curl parameter.
|
2015-09-28 03:45:08 -04:00 |
|
Roberto Rosario
|
f716faea40
|
Remove overrided swagger CSS.
|
2015-09-28 01:55:22 -04:00 |
|
Roberto Rosario
|
40c8fa728d
|
Add official codecov hack for coverage <4.0.
|
2015-09-28 01:00:53 -04:00 |
|
Roberto Rosario
|
ea31115cd8
|
Revert "Update coverage version to 4.0"
This reverts commit 8d52f85b63.
|
2015-09-28 00:59:23 -04:00 |
|
Roberto Rosario
|
f789ea09e6
|
Pass codecov token via environment variable.
|
2015-09-28 00:26:20 -04:00 |
|
Roberto Rosario
|
8d52f85b63
|
Update coverage version to 4.0
|
2015-09-28 00:25:56 -04:00 |
|
Roberto Rosario
|
fc1c455a0a
|
Fix gitlab-ci base import.
|
2015-09-28 00:24:59 -04:00 |
|
Roberto Rosario
|
612e31c47e
|
Add codecov support for test coverage reporting.
|
2015-09-28 00:09:23 -04:00 |
|
Roberto Rosario
|
b2fcace9c2
|
Update postgres hostname.
|
2015-09-27 23:27:16 -04:00 |
|
Roberto Rosario
|
522d9b3905
|
Split test by db backend.
|
2015-09-27 23:27:00 -04:00 |
|