-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pipelines-v5): keep pipelines:setup v5 cmd (#1340)
- Loading branch information
Showing
36 changed files
with
1,558 additions
and
371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
version: 2 | ||
jobs: | ||
build: | ||
docker: | ||
- image: node:8 | ||
steps: | ||
- checkout | ||
- restore_cache: | ||
keys: | ||
- v1-yarn-{{ .Branch }}-{{checksum "yarn.lock"}} | ||
- v1-yarn-{{ .Branch }} | ||
- v1-yarn-master | ||
- run: yarn | ||
- run: {command: "npx standard", when: always} | ||
- run: {command: "npx nyc mocha", when: always} | ||
- run: {command: "npx nyc report --reporter=text-lcov > coverage.lcov && bash <(curl -s https://codecov.io/bash)"} | ||
- save_cache: | ||
key: v1-yarn-{{ .Branch }}-{{checksum "yarn.lock"}} | ||
paths: | ||
- ~/cli-engine-config/node_modules | ||
- /usr/local/share/.cache/yarn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules/ | ||
.nyc_output | ||
.oclif.manifest.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,323 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
<a name="7.28.0"></a> | ||
# [7.28.0](https://github.com/heroku/cli/compare/v7.27.1...v7.28.0) (2019-08-19) | ||
|
||
|
||
### Features | ||
|
||
* **pipelines:** add reviewapps:disable command ([#1274](https://github.com/heroku/cli/issues/1274)) ([604299c](https://github.com/heroku/cli/commit/604299c)) | ||
|
||
|
||
|
||
|
||
<a name="7.27.0"></a> | ||
# [7.27.0](https://github.com/heroku/cli/compare/v7.26.2...v7.27.0) (2019-07-30) | ||
|
||
|
||
### Features | ||
|
||
* **pipelines:** add reviewapps:enable command ([#1269](https://github.com/heroku/cli/issues/1269)) ([c9b7dbb](https://github.com/heroku/cli/commit/c9b7dbb)) | ||
|
||
|
||
|
||
|
||
<a name="7.22.2"></a> | ||
## [7.22.2](https://github.com/heroku/cli/compare/v7.22.1...v7.22.2) (2019-02-28) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* revert "No more wantsOrg" ([#1204](https://github.com/heroku/cli/issues/1204)) ([7641009](https://github.com/heroku/cli/commit/7641009)) | ||
|
||
|
||
|
||
|
||
<a name="7.18.8"></a> | ||
## [7.18.8](https://github.com/heroku/cli/compare/v7.18.7...v7.18.8) (2018-11-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **pipelines-v5:** add remote flag ([#1139](https://github.com/heroku/cli/issues/1139)) ([6349b03](https://github.com/heroku/cli/commit/6349b03)) | ||
|
||
|
||
|
||
|
||
<a name="7.16.2"></a> | ||
## [7.16.2](https://github.com/heroku/cli/compare/v7.16.1...v7.16.2) (2018-10-02) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* updated deps ([482dc85](https://github.com/heroku/cli/commit/482dc85)) | ||
|
||
|
||
|
||
|
||
|
||
<a name="7.16.0"></a> | ||
# [7.16.0](https://github.com/heroku/cli/compare/v7.15.2...v7.16.0) (2018-09-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* updated deps ([6d3be5a](https://github.com/heroku/cli/commit/6d3be5a)) | ||
* updated dev-cli ([022396b](https://github.com/heroku/cli/commit/022396b)) | ||
|
||
|
||
|
||
|
||
|
||
<a name="7.15.0"></a> | ||
# [7.15.0](https://github.com/heroku/cli/compare/v7.14.4...v7.15.0) (2018-09-10) | ||
|
||
**Note:** Version bump only for package @heroku-cli/plugin-pipelines-v5 | ||
|
||
|
||
|
||
|
||
|
||
<a name="7.12.6"></a> | ||
## [7.12.6](https://github.com/heroku/cli/compare/v7.12.5...v7.12.6) (2018-08-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* windows test failures ([5b4d171](https://github.com/heroku/cli/commit/5b4d171)) | ||
|
||
|
||
|
||
|
||
|
||
<a name="7.12.4"></a> | ||
## [7.12.4](https://github.com/heroku/cli/compare/v7.12.3...v7.12.4) (2018-08-29) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* updated http-call ([e17a164](https://github.com/heroku/cli/commit/e17a164)) | ||
|
||
|
||
|
||
|
||
|
||
<a name="7.9.3"></a> | ||
## [7.9.3](https://github.com/heroku/cli/compare/v7.9.2...v7.9.3) (2018-08-18) | ||
|
||
**Note:** Version bump only for package @heroku-cli/plugin-pipelines-v5 | ||
|
||
|
||
|
||
|
||
|
||
<a name="7.9.2"></a> | ||
## [7.9.2](https://github.com/heroku/cli/compare/v7.9.1...v7.9.2) (2018-08-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* typescript 3.0 ([268c0af](https://github.com/heroku/cli/commit/268c0af)) | ||
|
||
|
||
|
||
|
||
|
||
<a name="7.9.1"></a> | ||
## [7.9.1](https://github.com/heroku/cli/compare/v7.9.0...v7.9.1) (2018-08-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* updated some dependencies ([0306f88](https://github.com/heroku/cli/commit/0306f88)) | ||
|
||
|
||
|
||
|
||
<a name="7.7.2"></a> | ||
## [7.7.2](https://github.com/heroku/cli/compare/v7.7.1...v7.7.2) (2018-07-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **pipelines:** get archive_link from payload instead of body ([#946](https://github.com/heroku/cli/issues/946)) ([402d195](https://github.com/heroku/cli/commit/402d195)) | ||
|
||
|
||
|
||
|
||
<a name="7.7.1"></a> | ||
## [7.7.1](https://github.com/heroku/cli/compare/v7.7.0...v7.7.1) (2018-07-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **pipelines:** change source_blob url to come from kolkrabbi ([#944](https://github.com/heroku/cli/issues/944)) ([2f50f07](https://github.com/heroku/cli/commit/2f50f07)) | ||
|
||
|
||
|
||
|
||
<a name="7.5.6"></a> | ||
## [7.5.6](https://github.com/heroku/cli/compare/v7.5.5...v7.5.6) (2018-06-29) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* bump legacy and color ([a3fa970](https://github.com/heroku/cli/commit/a3fa970)) | ||
|
||
|
||
|
||
|
||
<a name="7.5.5"></a> | ||
## [7.5.5](https://github.com/heroku/cli/compare/v7.5.4...v7.5.5) (2018-06-29) | ||
|
||
|
||
|
||
|
||
**Note:** Version bump only for package @heroku-cli/plugin-pipelines-v5 | ||
|
||
<a name="7.5.1"></a> | ||
## [7.5.1](https://github.com/heroku/cli/compare/v7.5.0...v7.5.1) (2018-06-26) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* bump dev-cli ([fb3e41a](https://github.com/heroku/cli/commit/fb3e41a)) | ||
|
||
|
||
|
||
|
||
<a name="7.5.0"></a> | ||
# [7.5.0](https://github.com/heroku/cli/compare/v7.4.11...v7.5.0) (2018-06-26) | ||
|
||
|
||
|
||
|
||
**Note:** Version bump only for package @heroku-cli/plugin-pipelines-v5 | ||
|
||
<a name="7.4.8"></a> | ||
## [7.4.8](https://github.com/heroku/cli/compare/v7.4.7...v7.4.8) (2018-06-21) | ||
|
||
|
||
|
||
|
||
**Note:** Version bump only for package @heroku-cli/plugin-pipelines-v5 | ||
|
||
<a name="7.4.6"></a> | ||
## [7.4.6](https://github.com/heroku/cli/compare/v7.4.5...v7.4.6) (2018-06-20) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update dev-cli readme generation ([42a77bc](https://github.com/heroku/cli/commit/42a77bc)) | ||
|
||
|
||
|
||
|
||
<a name="7.4.5"></a> | ||
## [7.4.5](https://github.com/heroku/cli/compare/v7.4.4...v7.4.5) (2018-06-20) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* updated monorepo documentation urls ([4bb6fe0](https://github.com/heroku/cli/commit/4bb6fe0)) | ||
|
||
|
||
|
||
|
||
<a name="7.4.0"></a> | ||
# [7.4.0](https://github.com/heroku/cli/compare/v7.3.0...v7.4.0) (2018-06-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* repo name ([c306c78](https://github.com/heroku/cli/commit/c306c78)) | ||
|
||
|
||
|
||
|
||
Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## Unreleased | ||
|
||
## [2.5.10] 2018-06-18 | ||
|
||
- Added help topic descriptions | ||
|
||
## [2.5.9] 2018-05-14 | ||
|
||
- Updated validator to fix snyk vuln | ||
|
||
## [2.5.8] 2018-04-26 | ||
|
||
- Re-add the `disambiguatePipeline` export | ||
|
||
## [2.5.7] 2018-04-21 | ||
|
||
- Exclude tests files from tarball | ||
|
||
## [2.5.6] 2018-04-20 | ||
|
||
- Re-released 2.5.4 to include oclif manifest | ||
|
||
## [2.5.5] 2018-04-20 | ||
|
||
- Re-released 2.5.4 to include oclif manifest | ||
|
||
## [2.5.4] 2018-04-18 | ||
|
||
- Switch to http-call from got | ||
- Updated dependencies | ||
|
||
## [2.5.3] 2018-03-26 | ||
|
||
- Added command `pipelines:connect` to connect an existing pipeline to a Github repo. | ||
- Added command `reviewapps` to enable|disable review apps with an existing pipeline. | ||
- Improves caching strategy and use new scope convention to declare this a core Heroku CLI plugin. | ||
|
||
## [2.5.2] 2018-02-20 | ||
|
||
- Use oclif.io as a dependency. | ||
|
||
## [2.5.1] 2018-02-13 | ||
|
||
- Fixes https://github.com/heroku/heroku-pipelines/issues/80. | ||
- Removes requirement for CI flag (Heroku CI has been GA for some time). This fix actually allows everybody to configure their pipelines with Heroku CI now. | ||
- Fixes an issue when not sending arguments in the `pipeline:setup` command. | ||
|
||
## [2.5.0] 2017-11-20 | ||
|
||
- Update `pipelines:transfer` to perform a full transfer including apps in the pipeline. | ||
|
||
## [2.4.0] 2017-10-11 | ||
|
||
- Add `pipelines:transfer` command to set and update the pipeline owner. | ||
|
||
## [2.3.1] 2017-09-13 | ||
|
||
- Fixes serialization for `pipelines:info --json`. https://github.com/heroku/heroku-pipelines/pull/72 changed the serialization for that command changing `apps` to `pipelineApps`. | ||
|
||
## [2.3.0] 2017-09-12 | ||
|
||
- Update help output of `pipelines:info` | ||
- Show warning when operating in an owned pipeline with apps with different owners with the `pipelines:info` command. | ||
- Add support for creating a pipeline with an owner. Uses the personal account as owner if no owner is specified via `--team` or `--org` | ||
- Update `pipelines:setup` to use `--org` rather than `--organization` when creating a pipeline to an organization. This is to preserve consistency with other CLI commands. | ||
- Add stage flag options completion | ||
|
||
## [2.2.0] 2017-09-06 | ||
|
||
- Show pipeline owner when it has one set in the command `pipelines:info` | ||
- Update the output format to use columns in `pipelines:info` so it's more machine readable (grep-parsable) | ||
- Add support for hidden flag `--with-owners` to show app owner in all pipeline-couplings in `pipelines:info` | ||
|
||
|
||
## [2.1.3] - 2017-06-30 | ||
### Changed | ||
- Loosened dependencies |
Oops, something went wrong.