-
Notifications
You must be signed in to change notification settings - Fork 0
v1.1 RC #47
Commits on Jun 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e634be1 - Browse repository at this point
Copy the full SHA e634be1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2648c8e - Browse repository at this point
Copy the full SHA 2648c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 425b41a - Browse repository at this point
Copy the full SHA 425b41aView commit details -
Move Item.__get_formatted_date to webqueue2api.parser.utils and renam…
…e to format_date_string
Configuration menu - View commit details
-
Copy full SHA for dc11658 - Browse repository at this point
Copy the full SHA dc11658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12407b0 - Browse repository at this point
Copy the full SHA 12407b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee915f - Browse repository at this point
Copy the full SHA 7ee915fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5738191 - Browse repository at this point
Copy the full SHA 5738191View commit details
Commits on Jun 29, 2021
-
created function to append the initial message headers to the parsed …
…initial message content
Configuration menu - View commit details
-
Copy full SHA for c7e0d0a - Browse repository at this point
Copy the full SHA c7e0d0aView commit details -
modifed __add_initial_message_headers to output the expected format f…
…or the "to" and "cc" keys
Configuration menu - View commit details
-
Copy full SHA for 0f69c18 - Browse repository at this point
Copy the full SHA 0f69c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42bb135 - Browse repository at this point
Copy the full SHA 42bb135View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7e7687 - Browse repository at this point
Copy the full SHA e7e7687View commit details -
Revert "add_intitial_message_headers function call from the parseSect…
…ions function" This reverts commit e7e7687.
Configuration menu - View commit details
-
Copy full SHA for b701cda - Browse repository at this point
Copy the full SHA b701cdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3951832 - Browse repository at this point
Copy the full SHA 3951832View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d4945 - Browse repository at this point
Copy the full SHA b9d4945View commit details -
add function call to __get_sorted_sections to sort the parsed item se…
…ctions by the datetime key
Configuration menu - View commit details
-
Copy full SHA for de2dd76 - Browse repository at this point
Copy the full SHA de2dd76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfb974 - Browse repository at this point
Copy the full SHA 4dfb974View commit details
Commits on Jun 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d858c0c - Browse repository at this point
Copy the full SHA d858c0cView commit details -
added a condition that checks for an ending reply from user delimiter…
… to indicate malformed header information in the reply from user section
Configuration menu - View commit details
-
Copy full SHA for 56798fb - Browse repository at this point
Copy the full SHA 56798fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f61860e - Browse repository at this point
Copy the full SHA f61860eView commit details -
Add logic to return an error_parse if a header is not formatted corre…
…ctly in the reply_from_user section
Configuration menu - View commit details
-
Copy full SHA for 8289ae7 - Browse repository at this point
Copy the full SHA 8289ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5e5619 - Browse repository at this point
Copy the full SHA f5e5619View commit details -
modified action end delimiter and modified the expected value error m…
…essage when the parser encounters a malformed delimiter
Configuration menu - View commit details
-
Copy full SHA for 595b1be - Browse repository at this point
Copy the full SHA 595b1beView commit details -
modified the status rule to expect only a single line delimiter and m…
…ade the skipTo look for delimiters at the begining of the line
Configuration menu - View commit details
-
Copy full SHA for 66b65d7 - Browse repository at this point
Copy the full SHA 66b65d7View commit details -
modified the edit rule to expect only a single line delimiter and mad…
…e the skipTo look for delimiters at the begining of the line
Configuration menu - View commit details
-
Copy full SHA for 5fbc373 - Browse repository at this point
Copy the full SHA 5fbc373View commit details -
modified the reply to user rule to expect only a single line delimite…
…r and made the skipTo look for delimiters at the begining of the line
Configuration menu - View commit details
-
Copy full SHA for a3fafba - Browse repository at this point
Copy the full SHA a3fafbaView commit details -
added pp.LineStart() to explicity look for reply_from_user delimiter …
…at the start of a given line in the status, edit, and reply-to-user rules
Configuration menu - View commit details
-
Copy full SHA for 1d0358c - Browse repository at this point
Copy the full SHA 1d0358cView commit details
Commits on Jul 1, 2021
-
Added logic to raise a parser error with the appropriate information …
…if a Date header is not found in a reply from user section
Configuration menu - View commit details
-
Copy full SHA for f7114c2 - Browse repository at this point
Copy the full SHA f7114c2View commit details -
Made expected message relevent: the datetime string doesn't need to b…
…e formatted in a particular way
Configuration menu - View commit details
-
Copy full SHA for a84d8e7 - Browse repository at this point
Copy the full SHA a84d8e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5383f8f - Browse repository at this point
Copy the full SHA 5383f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23abdf3 - Browse repository at this point
Copy the full SHA 23abdf3View commit details
Commits on Jul 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c9d04e5 - Browse repository at this point
Copy the full SHA c9d04e5View commit details
Commits on Jul 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 90ba300 - Browse repository at this point
Copy the full SHA 90ba300View commit details -
Added logic to parse multiple items at once in a given queue using th…
…e starmap_async function in the multiprocessing package
Configuration menu - View commit details
-
Copy full SHA for d8e722b - Browse repository at this point
Copy the full SHA d8e722bView commit details -
Added code to wait until all of the items are loaded before returning…
… the list of items
Configuration menu - View commit details
-
Copy full SHA for 5a30f2d - Browse repository at this point
Copy the full SHA 5a30f2dView commit details -
Modified load_queues function in queue.py to accept *args (strings th…
…at represent the different queues) and a headers_only boolean value. Modified the docstring accordingly
Configuration menu - View commit details
-
Copy full SHA for 55cb9ad - Browse repository at this point
Copy the full SHA 55cb9adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e28e5 - Browse repository at this point
Copy the full SHA 81e28e5View commit details -
added logic to parse multiple queues with multiparsing using the the …
…custom class from the previous comitt that allows subprocesses to spawn other subprocesses
Configuration menu - View commit details
-
Copy full SHA for ab565ec - Browse repository at this point
Copy the full SHA ab565ecView commit details -
modified logic to avoid directly reading lock file contents due to po…
…ssible read/write permission issues
Configuration menu - View commit details
-
Copy full SHA for 60254aa - Browse repository at this point
Copy the full SHA 60254aaView commit details
Commits on Jul 14, 2021
-
Added basic logic to check if the webqueue2api_config file exists in …
…the root of the webqueue2api package directory and read the configurations from that file if so
Configuration menu - View commit details
-
Copy full SHA for 3ec46b8 - Browse repository at this point
Copy the full SHA 3ec46b8View commit details -
Logic to overwrite the queue_directory if the configuration file cont…
…ains a queue_directory in the parser section
Configuration menu - View commit details
-
Copy full SHA for 7dc383b - Browse repository at this point
Copy the full SHA 7dc383bView commit details -
Logic to overwrite the queues_to_ignore if it exists in the configura…
…tion file under the parser section
Configuration menu - View commit details
-
Copy full SHA for b11d2a8 - Browse repository at this point
Copy the full SHA b11d2a8View commit details -
Added logic to overwrite the environment variable if it exists in the…
… config file under the api section
Configuration menu - View commit details
-
Copy full SHA for e8115fc - Browse repository at this point
Copy the full SHA e8115fcView commit details -
Added logic to overwrite the jwt_secret_key if the variable exists in…
… the config file under the api section
Configuration menu - View commit details
-
Copy full SHA for 0a30503 - Browse repository at this point
Copy the full SHA 0a30503View commit details
Commits on Jul 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c6c990 - Browse repository at this point
Copy the full SHA 6c6c990View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3387af - Browse repository at this point
Copy the full SHA a3387afView commit details
Commits on Aug 2, 2021
-
Merge pull request #40 from ECN/enhancement-lock-file-change
modified logic to avoid directly reading lock file contents due to possible read/write permission issues
Configuration menu - View commit details
-
Copy full SHA for 58bf454 - Browse repository at this point
Copy the full SHA 58bf454View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84cb7b4 - Browse repository at this point
Copy the full SHA 84cb7b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cc1cb - Browse repository at this point
Copy the full SHA 80cc1cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e07895 - Browse repository at this point
Copy the full SHA 5e07895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206ed36 - Browse repository at this point
Copy the full SHA 206ed36View commit details -
Merge pull request #41 from ECN/feature-rewrite-parser-in-formal-grammar
Feature rewrite parser in formal grammar
Configuration menu - View commit details
-
Copy full SHA for 5c10453 - Browse repository at this point
Copy the full SHA 5c10453View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ad6e8 - Browse repository at this point
Copy the full SHA 49ad6e8View commit details -
Merge pull request #45 from ECN/feature-implement-multiparsing-when-l…
…oading-multiple-queues-and-items Add support for multi-threadded Queue loading
Configuration menu - View commit details
-
Copy full SHA for c88dc30 - Browse repository at this point
Copy the full SHA c88dc30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 462182d - Browse repository at this point
Copy the full SHA 462182dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1600b7c - Browse repository at this point
Copy the full SHA 1600b7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c4523f - Browse repository at this point
Copy the full SHA 0c4523fView commit details -
Merge pull request #46 from ECN/feature-implement-config-file-overrid…
…e-for-webqueue2api-configs Feature implement config file override for webqueue2api configs
Configuration menu - View commit details
-
Copy full SHA for f4f874e - Browse repository at this point
Copy the full SHA f4f874eView commit details
Commits on Aug 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1ca7251 - Browse repository at this point
Copy the full SHA 1ca7251View commit details -
Configuration menu - View commit details
-
Copy full SHA for c73052c - Browse repository at this point
Copy the full SHA c73052cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e97cf - Browse repository at this point
Copy the full SHA 44e97cfView commit details