drone-convert-pathschanged icon indicating copy to clipboard operation
drone-convert-pathschanged copied to clipboard

Drone conversion extension to include/exclude pipelines and pipeline steps based on paths changed

Results 16 drone-convert-pathschanged issues
Sort by recently updated
recently updated
newest added

Add support for [Gitea](https://gitea.io/)

enhancement

Fixes #89 ## Proposed Changes Stash compare changes rest api is paginated and only returns first 25 paths changed. In monorepos change set can be over 25 and the pipelines...

Rest API's of Stash are paginated and have a default page size of 25. As a result when the plugin fetches the diff via go-scm it only picks up the...

Hello, Jsonnet is a much more flexible configuration language than yaml. My use case is one where a `.drone.yml` file would repeat code dozens of times. Jsonnet allows me to...

enhancement

## Feature It would be nice if we provided a [helm](https://helm.sh/) chart to assist users running in Kubernetes. More discussion in #41

enhancement

Added support for GitLab provider. Seems to be working fine. TODO: add unit tests

### Feature This would be essentially the same as how `drone-server` takes `--env-file=` to set environment variables. More discussion in #41

enhancement

### Debt Description Based on multiple requests from GitHub to cleanup the personal access tokens of the `meltwater-foundation` user we need to scrub the `drone-convert-pathschanged plugin` token and retire secrets...

tech-debt

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our [code of conduct](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us. Fixes # ## Proposed Changes - Fix the linked documentation ###...

### Observed Behaviour I recently made an empty commit and our pipelines triggered by `include` clauses all kicked off. This was problematic for us since we have production infra pipelines...

bug