Add sparse checkout support - #319
Conversation
…e/exclude pattern
Coverage Report for CI Build 34588732812Coverage increased (+0.6%) to 83.905%Details
Uncovered Changes
Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
|
@varmar05 Kind of late review: It is worth adding a line in the Readme example: https://github.com/MerginMaps/python-api-client/blob/master/README.md?plain=1#L101 How does the filter actually work with nested folders? Did you think about conflicted copies? How about making the filter json compatible for future enhancements? https://github.com/MerginMaps/python-api-client/blob/sparse_checkout/mergin/merginproject.py#L219 raises an error if there is a new key added. Reading the two keys would allow us to add more filters. instead From the support view I think we should log the filters applied before we list the sync changes. |
Use include/exclude patterns to select files which are handled in push/pull mechanism.
Closes #233