Trenton H
|
085447e7c4
|
Feature: Allow a data only export/import cycle (#6871)
|
2024-06-01 18:22:59 -07:00 |
|
Trenton H
|
b720aa3cd1
|
Chore: Convert the consumer to a plugin (#6361)
|
2024-04-18 02:59:14 +00:00 |
|
dependabot[bot]
|
a196c14a58
|
Chore(deps-dev): Bump the development group with 3 updates (#6079)
* Chore(deps-dev): Bump the development group with 3 updates
Bumps the development group with 3 updates: [ruff](https://github.com/astral-sh/ruff), [pytest](https://github.com/pytest-dev/pytest) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
Updates `ruff` from 0.3.0 to 0.3.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.0...v0.3.2)
Updates `pytest` from 8.0.2 to 8.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.2...8.1.1)
Updates `mkdocs-material` from 9.5.12 to 9.5.13
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.12...9.5.13)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
...
Signed-off-by: dependabot[bot] <support@github.com>
* Updates pre-commit hook versions and runs it against all files
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
|
2024-03-12 07:56:01 -07:00 |
|
Trenton H
|
4813a7bc70
|
Chore: Adds additional rules for Ruff linter (#5660)
|
2024-02-05 21:46:59 +00:00 |
|
Trenton H
|
2da5e46386
|
Refactor file consumption task to allow beginnings of a plugin system (#5367)
|
2024-01-13 16:11:14 +00:00 |
|
shamoon
|
3b6ce16f1c
|
Feature: Workflows (#5121)
|
2024-01-03 08:19:19 +00:00 |
|
Trenton H
|
122e4141b0
|
Fix: Document metadata is lost during barcode splitting (#4982)
* Fixes barcode splitting dropping metadata that might be needed for the round 2
|
2023-12-15 09:17:25 -08:00 |
|
Trenton Holmes
|
650c816a7b
|
Removes support for Python 3.8 and lower from the code base
|
2023-09-10 11:42:59 -07:00 |
|
Trenton H
|
46a39190a4
|
Ignores coverage data in the error cases
|
2023-09-08 19:20:08 -07:00 |
|
Trenton H
|
a2f738772c
|
Fixes handling of exception chains in the util
|
2023-09-08 19:20:08 -07:00 |
|
Trenton H
|
a1697ff21c
|
Combine and extend the utility for calling the live services to be more robust against failures, reporting, etc
|
2023-09-08 19:20:08 -07:00 |
|
Trenton H
|
2c1cd25be4
|
Rewrites the email parsing to be more clear and concise.
Adds testing to use httpx mocked responses to stand in as a server even offline
|
2023-06-06 09:05:26 -07:00 |
|
Trenton H
|
6f163111ce
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
Trenton H
|
3bcbd05252
|
Fixes ruff not running isort against the codebase
|
2023-04-26 09:35:27 -07:00 |
|
Trenton H
|
3c2bbf244d
|
Creates a data model for the document consumption, allowing stronger typing of arguments and setting of some information about the file only once
|
2023-04-01 11:05:34 -07:00 |
|
Trenton H
|
41bcfcaffe
|
Changes out the settings and a decent amount of test code to be pathlib compatible
|
2023-03-06 09:16:07 -08:00 |
|
Trenton H
|
8df1324afd
|
Updates the latest test to use status codes
|
2023-02-20 10:25:21 -08:00 |
|
Trenton Holmes
|
0df91c31f1
|
Creates a mix-in for asserting file system states
|
2023-02-20 10:25:21 -08:00 |
|
Trenton H
|
4fce5aba63
|
Moves ASN barcode testing into a dedicated class
|
2023-01-27 12:24:47 -08:00 |
|
Trenton Holmes
|
cbe567069f
|
Fixes the whitenoise warning in the test suite
|
2022-07-02 16:19:22 +02:00 |
|
Trenton Holmes
|
3003bdd507
|
Runs pyupgrade to Python 3.8+ and adds a hook for it
|
2022-05-06 09:04:08 -07:00 |
|
Trenton Holmes
|
1771d18a21
|
Runs the pre-commit hooks over all the Python files
|
2022-03-11 11:34:28 -08:00 |
|
kpj
|
fc695896dd
|
Format Python code with black
|
2022-02-27 15:26:41 +01:00 |
|
jonaswinkler
|
1ba89ddd09
|
refactor migration tests to allow testing for exceptions while migrating
|
2021-02-09 19:47:50 +01:00 |
|
jonaswinkler
|
302ebf737e
|
refactor migration test case
|
2021-02-08 13:18:39 +01:00 |
|
jonaswinkler
|
fe435f6653
|
update API access for logs
|
2021-02-06 17:02:00 +01:00 |
|
jonaswinkler
|
b787983e42
|
more tests
|
2020-12-15 13:47:43 +01:00 |
|
jonaswinkler
|
bfbdd6e198
|
testing the importer
|
2020-12-05 13:19:14 +01:00 |
|
jonaswinkler
|
eeb63693c9
|
tests
|
2020-11-29 18:37:31 +01:00 |
|
jonaswinkler
|
51851ff15a
|
tests
|
2020-11-29 13:37:39 +01:00 |
|
jonaswinkler
|
bc4192e7d1
|
more tests and bugfixes.
|
2020-11-27 15:36:32 +01:00 |
|
jonaswinkler
|
6834e563a8
|
refactored the test cases to use a mixin for setting up temporary directories.
|
2020-11-27 14:00:41 +01:00 |
|
jonaswinkler
|
4bf0d834a0
|
improved test cases. Python 3.6 compatibility.
|
2020-11-26 22:17:14 +01:00 |
|