Fardin Khanjani

Results 6 issues of Fardin Khanjani

This commit adds pull request support to SCM generator so the generator can create ArgoCD apps for PRs as well. Fixes https://github.com/argoproj/applicationset/issues/466 Signed-off-by: Fardin Khanjani

### Problem Both the SCM Provider generator and Pull Request generator are very good tools for different and valid use cases, but the limitation is that they cannot be used...

Specifying a `RepositoryMatch` AND a `PathsExist` filter does not work as expected. The [ListRepos](https://github.com/argoproj/applicationset/blob/master/pkg/services/scm_provider/utils.go#L94) function will still fetch all the available repos, because [compileFilters](https://github.com/argoproj/applicationset/blob/2e8d85ef65e28aad19edd3fcabbcdc1a9119ae7b/pkg/services/scm_provider/utils.go#L11) function does not return the correct...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

When running this tool in an automated fashion, it would be useful to have a program-readable output format, so this commit adds `--json` flag to do that.

**Describe the solution you'd like** `gator test` should be able to somehow handle external data providers. `gator test` returns `undefined function external_data` if `external_data` is being used in a `ConstraintTemplate`....

enhancement
external data
triaged