Trenton Holmes
|
678bcb171a
|
Re-adds the script arguments
|
2022-07-14 08:50:00 -07:00 |
|
Trenton Holmes
|
edaaedae36
|
Reduces webserver and task worker count to 1 by default
|
2022-07-11 13:54:04 -07:00 |
|
Trenton Holmes
|
3aca576a0d
|
Includes the actual OSError string in the log, instead of assuming it's a busy file
|
2022-07-11 11:57:02 -07:00 |
|
shamoon
|
1f73ca21bf
|
Merge pull request #1020 from paperless-ngx/feature-frontend-task-queue
Feature: frontend task queue
|
2022-07-08 14:06:24 -07:00 |
|
Michael Shamoon
|
2db0854eef
|
fix conflicting migrations
|
2022-07-08 14:02:43 -07:00 |
|
Trenton Holmes
|
55dadea98e
|
No need for a branch here, the loop takes care of it
|
2022-07-05 08:20:35 +02:00 |
|
Trenton Holmes
|
77fbbe95ff
|
Updates the classifier to catch warnings from scikit-learn and rebuild the model file when this happens
|
2022-07-05 08:20:35 +02:00 |
|
Trenton Holmes
|
1aeb95396b
|
Updates scikit-learn and fixes the warning this normally generates in the unit tests
|
2022-07-05 08:20:35 +02:00 |
|
shamoon
|
ee9f1e7b70
|
Merge pull request #957 from paperless-ngx/feature-created-date
Feature: make frontend timezone un-aware
|
2022-07-02 16:58:30 -07:00 |
|
shamoon
|
92dd70098c
|
Merge branch 'dev' into feature-frontend-task-queue
|
2022-07-02 16:54:16 -07:00 |
|
Michael Shamoon
|
7734325b71
|
Update tasks.py
|
2022-07-02 08:42:59 -07:00 |
|
shamoon
|
186ae844bc
|
Merge branch 'dev' into feature-redo-ocr
|
2022-07-02 08:41:18 -07:00 |
|
Michael Shamoon
|
c9bdf1c184
|
Frontend UI for redo OCR
|
2022-07-02 08:39:09 -07:00 |
|
Michael Shamoon
|
13ffe468df
|
Extract redo ocr to task
|
2022-07-02 08:39:09 -07:00 |
|
Trenton Holmes
|
a090cf7a10
|
Updates following testing of command
|
2022-07-02 08:39:09 -07:00 |
|
Trenton Holmes
|
b7250477b5
|
Includes the progress bar
|
2022-07-02 08:39:09 -07:00 |
|
Trenton Holmes
|
dfd16c5187
|
Saves work on a new management comment to re-ocr a file
|
2022-07-02 08:39:09 -07:00 |
|
Trenton Holmes
|
398f6e5b0c
|
Removes variable which was never set, removed unneeded serializer method
|
2022-07-02 16:19:22 +02:00 |
|
Trenton Holmes
|
d7f7d839f8
|
Adds invalid storage path format test
|
2022-07-02 16:19:22 +02:00 |
|
Trenton Holmes
|
ec045e81f2
|
Moves the barcode related functionality out of tasks and into its own location. Splits up the testing based on that
|
2022-07-02 16:19:22 +02:00 |
|
Trenton Holmes
|
d8a7828cb5
|
Splits tests for the tasks into their own classes
|
2022-07-02 16:19:22 +02:00 |
|
Michael Shamoon
|
e32cb12ad7
|
fix content_type on test_api_create_storage_path
|
2022-07-02 16:19:22 +02:00 |
|
Trenton Holmes
|
22e00a7080
|
Adds a few more test cases for coverage and adds no coverage to some others
|
2022-07-02 16:19:22 +02:00 |
|
Trenton Holmes
|
cbe567069f
|
Fixes the whitenoise warning in the test suite
|
2022-07-02 16:19:22 +02:00 |
|
Trenton Holmes
|
53baed0389
|
Increases test coverage of storage paths
|
2022-07-02 16:19:22 +02:00 |
|
ziprandom
|
f20254217f
|
POST_CONSUME_SCRIPT: add documents archive_path
|
2022-06-22 14:00:20 +00:00 |
|
ziprandom
|
9424b763ca
|
POST_CONSUME_SCRIPT: add document dates to env
|
2022-06-22 13:58:16 +00:00 |
|
ziprandom
|
08ae3f8771
|
use env variables in pre-|post-consume scripts
+ instead of positional arguments because it's easier to use in the
shell script and easier to read in the python code.
|
2022-06-22 13:56:59 +00:00 |
|
Michael Shamoon
|
b98afadd5c
|
python tests for tasks api endpoints
|
2022-06-17 23:11:29 -04:00 |
|
Michael Shamoon
|
7ae8b46ea7
|
allow PaperlessTask.started null
|
2022-06-13 16:21:37 -07:00 |
|
Trenton Holmes
|
222e1968d8
|
Removes one last portion of PNG vs WebP
|
2022-06-12 09:12:02 -07:00 |
|
Trenton Holmes
|
1df517afd3
|
Removes last vestiges of PNG from the tests, code, docs and samples
|
2022-06-11 14:20:50 -07:00 |
|
Trenton Holmes
|
cc4cea1a41
|
Converts the conversion into a database migration
|
2022-06-11 13:04:21 -07:00 |
|
Trenton Holmes
|
e8868d7ebf
|
Entirely removes the optipng, updates ghostscript fall back to also use WebP. Updates the conversion to use a multiprocessing pool
|
2022-06-11 08:38:49 -07:00 |
|
Trenton Holmes
|
7d9a9033f9
|
Fixes the re-generation of thumbnails making webp file, but named as PNG files
|
2022-06-10 13:17:41 -07:00 |
|
Trenton Holmes
|
08c3d6e84b
|
Fixes existing testing, adds test coverage of new command
|
2022-06-10 10:12:01 -07:00 |
|
Trenton Holmes
|
b50325c3a3
|
Minor tweak to determining content type
|
2022-06-10 08:57:36 -07:00 |
|
Trenton Holmes
|
12cdcf7681
|
Adds information system check for PNG thumbnail existence
|
2022-06-10 08:56:55 -07:00 |
|
Trenton Holmes
|
34192349be
|
Corrects the functionality of the webp conversion script
|
2022-06-10 08:56:25 -07:00 |
|
Trenton Holmes
|
153d0bb12a
|
Corrects the logic of thumbnail path to account for both getting existing path or building expected path
|
2022-06-10 07:59:22 -07:00 |
|
Trenton Holmes
|
20092dadad
|
Adds untested manual conversion command
|
2022-06-10 07:17:15 -07:00 |
|
Trenton Holmes
|
6844f8f2bf
|
Minor tweaks to getting the document thumbnail path. Adds text thumbnail as webp
|
2022-06-10 06:56:28 -07:00 |
|
Michael Shamoon
|
58f2c6a5fc
|
webp thumbnail support with png fallback
|
2022-06-10 02:28:13 -07:00 |
|
Michael Shamoon
|
1120e823ed
|
Update tasks e2e tests to cypress 10
and remove debug print
|
2022-06-08 19:57:34 -07:00 |
|
Michael Shamoon
|
301b384a02
|
Merge branch 'dev' into feature-frontend-task-queue
|
2022-06-08 19:44:23 -07:00 |
|
Michael Shamoon
|
bd995089a8
|
Use pre_execute signal to specify started vs queued
|
2022-06-06 01:39:45 -07:00 |
|
shamoon
|
04db521851
|
Merge pull request #1049 from paperless-ngx/bugfix-better-sanity-msgs
Bugfix: Better sanity check messages
|
2022-06-02 11:17:56 -07:00 |
|
Trenton Holmes
|
0b6e73840a
|
Fixes formatting
|
2022-06-01 08:20:04 -07:00 |
|
Trenton Holmes
|
1707fe8990
|
Updates the Document str to account for a blank title instead of assuming title will be populated
|
2022-06-01 08:03:38 -07:00 |
|
Trenton Holmes
|
9335b0779c
|
Update no content warning to be more clear it is missing OCR content
Co-authored-by: tooomm <tooomm@users.noreply.github.com>
|
2022-06-01 07:44:48 -07:00 |
|