Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

chore: update paths to new repo url #110

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
],
"contributorsPerLine": 7,
"projectName": "monorepo-diff-buildkite-plugin",
"projectOwner": "chronotc",
"projectOwner": "monebag",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
Expand Down
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
run: plugin_test
- label: ":bomb: Triggers"
plugins:
- chronotc/monorepo-diff:
- monebag/monorepo-diff:
diff: "cat ./e2e/one-match-one-miss"
watch:
- path: "foo-service/"
Expand All @@ -23,7 +23,7 @@ steps:
- command: echo "command hook 2"
- label: ":bomb: Testing groups"
plugins:
- chronotc/monorepo-diff:
- monebag/monorepo-diff:
diff: "cat ./e2e/multiple-paths"
watch:
- path:
Expand All @@ -34,7 +34,7 @@ steps:
command: "echo i-am-running-in-a-group"
- label: ":bomb: Testing hooks"
plugins:
- chronotc/monorepo-diff:
- monebag/monorepo-diff:
diff: "cat ./e2e/multiple-paths"
watch:
- path: "user-service/"
Expand All @@ -53,7 +53,7 @@ steps:
- command: echo "command hook 1"
- label: ":bomb: Testing wait"
plugins:
- chronotc/monorepo-diff:
- monebag/monorepo-diff:
diff: "cat ./e2e/multiple-paths"
watch:
- path:
Expand All @@ -64,7 +64,7 @@ steps:
wait: true
- label: ":bomb: Testing triggers and commands"
plugins:
- chronotc/monorepo-diff:
- monebag/monorepo-diff:
diff: "cat ./e2e/commands-or-triggers"
watch:
- path: "user-service/"
Expand Down
72 changes: 36 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,61 +5,61 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.0]
- Support both "commands" and "command" key, of any type by @glittershark in https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/104
- use log.Fatalf when logging error by @pmenglund in https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/102
- Allow all tags when specifying the agent on a step by @uniquefine in https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/85
- Support both "commands" and "command" key, of any type by @glittershark in https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/104
- use log.Fatalf when logging error by @pmenglund in https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/102
- Allow all tags when specifying the agent on a step by @uniquefine in https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/85

## [2.3.0]

### Added
- Added support for `soft_failure` step attribute. [#93](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/93) from [@isaacsu](https://github.com/isaacsu)
- Added support for `soft_failure` step attribute. [#93](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/93) from [@isaacsu](https://github.com/isaacsu)

## [2.2.1]

### Fixed
- Detection of arm64 arch. [#84](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/84) from [@LColman-SEEK](https://github.com/LColman-SEEK)
- Panic when adjectent plugins used the same YAML fields. [#92](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/92) from [@isaacsu](https://github.com/isaacsu)
- Detection of arm64 arch. [#84](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/84) from [@LColman-SEEK](https://github.com/LColman-SEEK)
- Panic when adjectent plugins used the same YAML fields. [#92](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/92) from [@isaacsu](https://github.com/isaacsu)

## [2.2.0]

### Added
- Added support for [Group Steps](https://buildkite.com/docs/pipelines/group-step). [#89](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/89) from [@xzyfer](https://github.com/xzyfer)
- Added support for [Group Steps](https://buildkite.com/docs/pipelines/group-step). [#89](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/89) from [@xzyfer](https://github.com/xzyfer)

## [2.1.4]

### Fixed
- Fix failing MacOS builds. [#87](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/87) from [@xzyfer](https://github.com/xzyfer)
- Fix failing MacOS builds. [#87](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/87) from [@xzyfer](https://github.com/xzyfer)

## [2.1.3]

### Fixed
- Log pipeline generation and upload errors. [#86](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/86) from [@xzyfer](https://github.com/xzyfer)
- Log pipeline generation and upload errors. [#86](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/86) from [@xzyfer](https://github.com/xzyfer)

## [2.1.2]

### Fixed
- Prevent incorrect interpolation of env on trigger steps. [#80](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/80) from [@chronotc](https://github.com/chronotc)
- Prevent incorrect interpolation of env on trigger steps. [#80](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/80) from [@chronotc](https://github.com/monebag)

## [2.1.1]

### Added
- Support for linux-ppc64le platforms. [#78](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/78) from [@runlevel5](https://github.com/runlevel5)
- Support for linux-ppc64le platforms. [#78](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/78) from [@runlevel5](https://github.com/runlevel5)

## [2.1.0]

### Added
- Support for darwin-amd64 and darwin-arm64 platforms. [#74](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/74) from [@runlevel5](https://github.com/runlevel5)
- Support for darwin-amd64 and darwin-arm64 platforms. [#74](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/74) from [@runlevel5](https://github.com/runlevel5)

## [2.0.5]

### Added
- Support for linux-arm64 platform. [#73](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/73) from [@runlevel5](https://github.com/runlevel5)
- Upgrade go version to 1.7.2 [#74](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/74) from [@runlevel5](https://github.com/runlevel5)
- Support for linux-arm64 platform. [#73](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/73) from [@runlevel5](https://github.com/runlevel5)
- Upgrade go version to 1.7.2 [#74](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/74) from [@runlevel5](https://github.com/runlevel5)

## [2.0.4]

### Added
- Glob support in path configuration. [#62](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/62) from [@worxli](https://github.com/worxli)
- Glob support in path configuration. [#62](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/62) from [@worxli](https://github.com/worxli)

## [2.0.3]

Expand All @@ -68,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [2.0.2]

[#49](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/49) from [@adikari](https://github.com/adikari)
[#49](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/49) from [@adikari](https://github.com/adikari)

### Added
- Download the latest version of binary if plugin version is not specified
Expand All @@ -77,17 +77,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2.0.1]

### Fixed
- Incorrect binary path to download and docker service name [commit](https://github.com/chronotc/monorepo-diff-buildkite-plugin/commit/a48753476822596c181d0f66cffb0d21fdc10214) from [@adikari](https://github.com/adikari)
- Incorrect binary path to download and docker service name [commit](https://github.com/monebag/monorepo-diff-buildkite-plugin/commit/a48753476822596c181d0f66cffb0d21fdc10214) from [@adikari](https://github.com/adikari)

## [2.0.0]

### Changed
- Rewrite plugin in go from [@adikari](https://github.com/adikari)

## [[1.3.2]](https://github.com/chronotc/monorepo-diff-buildkite-plugin/releases/tag/1.3.2) - 2021-03-10
## [[1.3.2]](https://github.com/monebag/monorepo-diff-buildkite-plugin/releases/tag/1.3.2) - 2021-03-10

### Added
- Ability to pass `env` config in the `command` [#43](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/43) from [@jullianoacqio](https://github.com/jullianoacqio)
- Ability to pass `env` config in the `command` [#43](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/43) from [@jullianoacqio](https://github.com/jullianoacqio)

```yaml
...
Expand All @@ -97,10 +97,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
```

## [[1.3.1]](https://github.com/chronotc/monorepo-diff-buildkite-plugin/releases/tag/v1.3.1) - 2021-02-19
## [[1.3.1]](https://github.com/monebag/monorepo-diff-buildkite-plugin/releases/tag/v1.3.1) - 2021-02-19

### Added
- Ability to pass `artificates` configuration [#41](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/41) from [@worxli](https://github.com/worxli)
- Ability to pass `artificates` configuration [#41](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/41) from [@worxli](https://github.com/worxli)

```yaml
config:
Expand All @@ -110,21 +110,21 @@ config:
```

### Fixed
- Fix parsing of queue name [#38](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/38) from [@ronaldmiranda](https://github.com/ronaldmiranda)
- Fix parsing of queue name [#38](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/38) from [@ronaldmiranda](https://github.com/ronaldmiranda)

## [[1.3.0]](https://github.com/chronotc/monorepo-diff-buildkite-plugin/releases/tag/v1.3.0) - 2020-02-19
## [[1.3.0]](https://github.com/monebag/monorepo-diff-buildkite-plugin/releases/tag/v1.3.0) - 2020-02-19

### Added
- Add support for leading emojis [#33](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/33) from [@worxli](https://github.com/worxli)
- Add support for leading emojis [#33](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/33) from [@worxli](https://github.com/worxli)

### Changed
- Extend command support with `label` and `queues` [#33](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/33) from [@worxli](https://github.com/worxli)
- Extend command support with `label` and `queues` [#33](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/33) from [@worxli](https://github.com/worxli)

```yaml
steps:
- label: "Deploying frontends"
plugins:
- chronotc/monorepo-diff#v1.3.0:
- monebag/monorepo-diff#v1.3.0:
diff: "git diff --name-only HEAD~1"
watch:
- path: "react/"
Expand All @@ -135,13 +135,13 @@ steps:
queue: "deploy"
```

## [[1.2.0]](https://github.com/chronotc/monorepo-diff-buildkite-plugin/releases/tag/v1.2.0) - 2020-08-16
## [[1.2.0]](https://github.com/monebag/monorepo-diff-buildkite-plugin/releases/tag/v1.2.0) - 2020-08-16

### Added
- Add support for `command` [#30](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/30) from [@chronotc](https://github.com/chronotc)
- Add support for `command` [#30](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/30) from [@chronotc](https://github.com/monebag)

```yaml
- chronotc/monorepo-diff#v1.2.0:
- monebag/monorepo-diff#v1.2.0:
diff: "git diff --name-only $(head -n 1 last_successful_build)"
watch:
- path:
Expand All @@ -152,22 +152,22 @@ steps:
```


## [[1.1.1]](https://github.com/chronotc/monorepo-diff-buildkite-plugin/releases/tag/v1.1.1) - 2019-05-21
## [[1.1.1]](https://github.com/monebag/monorepo-diff-buildkite-plugin/releases/tag/v1.1.1) - 2019-05-21

### Fixed
- Fix `has_changed` with large diff output [#13](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/13) from [@elliott-davis](https://github.com/elliott-davis)
- Fix `has_changed` with large diff output [#13](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/13) from [@elliott-davis](https://github.com/elliott-davis)


## [[1.1.0]](https://github.com/chronotc/monorepo-diff-buildkite-plugin/releases/tag/v1.1.1) - 2019-02-19
## [[1.1.0]](https://github.com/monebag/monorepo-diff-buildkite-plugin/releases/tag/v1.1.1) - 2019-02-19

### Added
- Ability to watch multiple paths and trigger a single pipeline [#10](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/10) from [@elliott-davis](https://github.com/elliott-davis)
- Ability to watch multiple paths and trigger a single pipeline [#10](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/10) from [@elliott-davis](https://github.com/elliott-davis)

### Changed
- Updated examples to be consistent with recommended Buildkite plugin syntax [#11](https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/11) from [@harrietgrace](https://github.com/harrietgrace)
- Updated examples to be consistent with recommended Buildkite plugin syntax [#11](https://github.com/monebag/monorepo-diff-buildkite-plugin/pull/11) from [@harrietgrace](https://github.com/harrietgrace)


## [[1.0.0]](https://github.com/chronotc/monorepo-diff-buildkite-plugin/releases/tag/v1.1.0) - 2018-10-04
## [[1.0.0]](https://github.com/monebag/monorepo-diff-buildkite-plugin/releases/tag/v1.1.0) - 2018-10-04

### Added
- Initial Release from [@chronotc](https://github.com/chronotc)
- Initial Release from [@chronotc](https://github.com/monebag)
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
First of all, thank you for your interest in contributing to this project.

Before creating a pull request, please read and follow this contributing guide.
Before participating in this project's activities, please read and follow [code of conduct](https://github.com/chronotc/monorepo-diff-buildkite-plugin/blob/master/CODE_OF_CONDUCT.md).
Before participating in this project's activities, please read and follow [code of conduct](https://github.com/monebag/monorepo-diff-buildkite-plugin/blob/master/CODE_OF_CONDUCT.md).

Please create an [issue](https://github.com/chronotc/monorepo-diff-buildkite-plugin/issues) before submitting a pull request. If it is a proposal for a new feature or changing existing functionality, initiate a discussion with maintainers first. If it's a fix for know bugs, a discussion is not required.
Please create an [issue](https://github.com/monebag/monorepo-diff-buildkite-plugin/issues) before submitting a pull request. If it is a proposal for a new feature or changing existing functionality, initiate a discussion with maintainers first. If it's a fix for know bugs, a discussion is not required.

## Developing

- [Install Go.](https://golang.org/doc/install)
- The project uses Makefile. Install `make` command.
- Fork this repository.
- Clone the forked repository.
- Make changes (see [Formatting](https://github.com/chronotc/monorepo-diff-buildkite-plugin/blob/master/CONTRIBUTING.md#formatting)) and commit to your fork. Commit messages should follow the [Conventional Commits](https://www.conventionalcommits.org/) style.
- Add appropriate unit tests (see [Testing](https://github.com/chronotc/monorepo-diff-buildkite-plugin/blob/master/CONTRIBUTING.md#testing)) for your changes.
- Make changes (see [Formatting](https://github.com/monebag/monorepo-diff-buildkite-plugin/blob/master/CONTRIBUTING.md#formatting)) and commit to your fork. Commit messages should follow the [Conventional Commits](https://www.conventionalcommits.org/) style.
- Add appropriate unit tests (see [Testing](https://github.com/monebag/monorepo-diff-buildkite-plugin/blob/master/CONTRIBUTING.md#testing)) for your changes.
- Update documentation if appropriate.
- Create a pull request with your changes.
- Github action will run the necessary checks against your pull request.
- A maintainer will review the pull request once all checks are
- A maintainer will merge and create a release (see [Releasing](https://github.com/chronotc/monorepo-diff-buildkite-plugin/blob/master/CONTRIBUTING.md#releasing)).
- A maintainer will merge and create a release (see [Releasing](https://github.com/monebag/monorepo-diff-buildkite-plugin/blob/master/CONTRIBUTING.md#releasing)).

## Testing

Expand All @@ -38,8 +38,8 @@ All code must be formatted with `gofmt` (with the latest Go version) and pass `g

One of the maintainers will create a release after merging the pull request.
- Ensure documentation is updated appropriately.
- Update [README.md]( https://github.com/chronotc/monorepo-diff-buildkite-plugin/blob/master/README.md ) to the next version number.
- Update [ changelog ]( https://github.com/chronotc/monorepo-diff-buildkite-plugin/blob/master/CHANGELOG.md ) using guidelines from [Keep a Changelog](https://keepachangelog.com/).
- Update [README.md]( https://github.com/monebag/monorepo-diff-buildkite-plugin/blob/master/README.md ) to the next version number.
- Update [ changelog ]( https://github.com/monebag/monorepo-diff-buildkite-plugin/blob/master/CHANGELOG.md ) using guidelines from [Keep a Changelog](https://keepachangelog.com/).
- Merge changes to master.
- Create a new release. The version number must follow the format of `v<major>.<minor>.<patch>`. Eg. `v2.0.1`
- Github actions automatically builds and attachs the binary to the release.
Loading