-
Notifications
You must be signed in to change notification settings - Fork 121
[Woo POS][Local Catalog] Update properties for POS entities #16060
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
joshheald
merged 35 commits into
trunk
from
woomob-1210-remove-unused-properties-from-pos-entities
Sep 2, 2025
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
2ad06b2
Remove unused properties from POS models
joshheald 0d908b9
Add description fields to POS entities
joshheald 6c877e8
Update GRDB tables to include stock properties
joshheald 906316b
Periphery ignores
joshheald d432ab2
Add persisted models
joshheald 5205ada
Support for autoincrementing keys
joshheald f4cf155
Add mapping for persisted models
joshheald b37d574
Add attribute and image associations
joshheald ff03881
Test persisted to networking model conversion
joshheald f416265
Save product/variation entities with relationships
joshheald 627787d
Fix whitespace
joshheald e831e89
Test saving POS models and regroup mapping tests
joshheald e9fc1ce
Tests for saving POS models to GRDB
joshheald 9f46de1
Fix test expectation
joshheald a25fb79
Merge branch 'trunk' into woomob-1210-remove-unused-properties-from-p…
joshheald fa81d6b
Fix lint from merge
joshheald 6c9b6c8
Fix merge test issue
joshheald f822a09
Match attribute handling for product and variation
joshheald 218d704
Test updates from code revier
joshheald cdc2e9d
Test fix
joshheald e3d7b85
Use a single transaction for reading relationships
joshheald 435502f
Merge branch 'woomob-1210-basic-mapping-from-POS-entities-to-persiste…
joshheald b9c3b19
Merge branch 'woomob-1210-relationship-based-mapping-and-saving-for-P…
joshheald 5c8d942
Remove test prefixes
joshheald a9048a2
Demonstrate joined records in variation tests
joshheald 991e405
Given/When/Then for all tests
joshheald c523e48
Fix lint
joshheald 2477ef4
Ignore periphery
joshheald 604a3df
More periphery
joshheald d0c1b2d
[Woo POS][Local Catalog] Tests for saving pos models (#16064)
joshheald 2159f0d
[Woo POS][Local catalog] Add relationship mapping and saving for POS …
joshheald 64b030a
[Woo POS][Local Catalog] Basic mapping from POS models to Persisted m…
joshheald 446d6d7
[Woo POS][Local catalog] Add persistence classes (#16061)
joshheald cd292c4
Merge branch 'trunk' into woomob-1210-remove-unused-properties-from-p…
joshheald a761ebf
Remove unused code from catalog sync
joshheald File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting that
shortDescriptionrequires periphery ignore but this one doesn't 🤔