-
Notifications
You must be signed in to change notification settings - Fork 279
Implement Git Files Discovery #29
Comments
I want to work on this. However, there's some clarifications I need on this spec before proceeding. Should we implement the file path filter regex as specified here: But the regex used in the example here won't work as is to filter file paths using the However, using a pattern like I think that using a valid regex pattern that's directly compatible with Thoughts? cc @OmerKahani @dgoodwin @xianlubird |
I used path.Match in #7 |
I have a few more queries.
|
I think we can start with them been mutually exclusive. About the paths, both examples are good, and we should probably support both. I don't think we can map all the patterns in advance, we should structure the code so adding a new pattern is easy and can be tested with a unit test. Hope this is helpful |
Implement this example https://github.com/argoproj-labs/applicationset/blob/master/examples/git-files-discovery.yaml
Relate to #28
Might requires changes to the repo service
The text was updated successfully, but these errors were encountered: