Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
2da58f2
Port metadata import to v14.
batonac Mar 23, 2023
586eded
Port metadata import to v14.
batonac Mar 23, 2023
6604ea1
Co-authored-by: Kevin Shenk <kevin@avu.nu>
batonac Mar 28, 2023
41318a0
Cleanup Code
batonac Mar 28, 2023
56406e6
Reformat tab size.
batonac Mar 28, 2023
0cf39cb
Make requested changes to pull request.
batonac Mar 29, 2023
58dc49b
Remove Create/Update Custom Fields Button, validate custom field not …
batonac Apr 6, 2023
70c1220
Adjust new JS for custom field validation before delete per deepsourc…
batonac Apr 6, 2023
e5f9a8e
Fix bug so that unedited new custom fields can be deleted.
batonac Apr 6, 2023
9565db8
Fix bug on deleting empty custom fields.
batonac Apr 6, 2023
9a2dd8c
fix: format files
Apr 17, 2023
8b19d54
fix: add tab breaks
Apr 17, 2023
1b55e54
remove mandatory field
batonac May 11, 2023
6683a8b
Merge pull request #1 from Alchez/metadataimport-v14
batonac May 11, 2023
9c6e7d8
drop section break custom field option
batonac May 11, 2023
0886ddf
refactor: address updating
batonac Jul 26, 2024
0fd20a0
refactor: remove amazon_customer
batonac Jul 26, 2024
21bf1cb
refactor: create or update address
batonac Jul 29, 2024
95bf7c1
feat: add or update address
batonac Jul 29, 2024
d37d759
feat: order status
batonac Sep 10, 2024
95ccf23
fix: cancelation procedure
batonac Jan 27, 2025
2be2927
feat: update code
batonac May 2, 2025
de90070
fix: missing customer email handling
batonac May 6, 2025
911073b
feat: add custom check fields
batonac May 16, 2025
b816277
feat: cancel the order explicitly
batonac May 16, 2025
6173167
fix: fix the customer matching code
batonac Jul 14, 2025
5ef2506
fix: type annotations
batonac Oct 27, 2025
7fb2c80
chore: type annotations
batonac Feb 5, 2026
9e07d85
chore: pylance issues
batonac Feb 5, 2026
7a312ac
feat: enhance logging in order processing and validation
batonac Feb 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ repos:
- id: pyupgrade
args: ['--py310-plus']

- repo: https://github.com/adityahase/black
rev: 9cb0a69f4d0030cdf687eddf314468b39ed54119
- repo: https://github.com/frappe/black
rev: 951ccf4d5bb0d692b457a5ebc4215d755618eb68
hooks:
- id: black
additional_dependencies: ['click==8.0.4']

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
Expand All @@ -49,8 +48,8 @@ repos:
)$


- repo: https://github.com/timothycrosley/isort
rev: 5.9.1
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort

Expand All @@ -59,3 +58,8 @@ repos:
hooks:
- id: flake8
additional_dependencies: ['flake8-bugbear',]

ci:
autoupdate_schedule: weekly
skip: []
submodules: false
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ requires-python = ">=3.10"
readme = "README.md"
dynamic = ["version"]
dependencies = [
"shipstation-client @ git+https://github.com/ParsimonyGit/shipstation-client.git@master#egg=shipstation-client"
"nameparser",
"shipstation-client @ git+https://github.com/AgriTheory/shipstation-client.git@master#egg=shipstation-client",
]

[build-system]
Expand Down
File renamed without changes.
Loading