Skip to content

Commit

Permalink
Merge pull request #1992 from pantheon-systems/filter
Browse files Browse the repository at this point in the history
[AL-1742] Apply filter-via-dot-access-data to RowsOfFields-returning commands
  • Loading branch information
oubawaleh authored Jul 19, 2019
2 parents 5d6b924 + 6de9c1c commit 6c04aef
Show file tree
Hide file tree
Showing 26 changed files with 225 additions and 83 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,38 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## MASTER
### Changed
### Added
- Added `--filter` option to `backup:list` command (#1992)
- Added `--filter` option to `branch:list` command (#1992)
- Added `--filter` option to `domain:list` command (#1992)
- Added `--filter` option to `env:list` command (#1992)
- Added `--filter` option to `multidev:list` command (#1992)
- Added `--filter` option to `org:list` command (#1992)
- Added `--filter` option to `org:people:list` command (#1992)
- Added `--filter` option to `org:site:list` command (#1992)
- Added `--filter` option to `org:upstream:list` command (#1992)
- Added `--filter` option to `payment-method:list` command (#1992)
- Added `--filter` option to `plan:list` command (#1992)
- Added `--filter` option to `site:list` command (#1992)
- Added `--filter` option to `site:org:list` command (#1992)
- Added `--filter` option to `site:team:list` command (#1992)
- Added `--filter` option to `ssh-key:list` command (#1992)
- Added `--filter` option to `upstream:list` command (#1992)
- Added `--filter` option to `upstream:updates:list` command (#1992)

### Deprecated
- `backup:list` `--element=VALUE` option is deprecated. Use `--filter="type=VALUE"` instead. (#1992)
- `site:list` `--framework=VALUE` option is deprecated. Use `--filter="framework=VALUE"` instead. (#1992)
- `site:list` `--name=VALUE` option is deprecated. Use `--filter="name=VALUE"` instead. (#1992)
- `site:list` `--plan=VALUE` option is deprecated. Use `--filter="plan_name=VALUE"` instead. (#1992)
- `org:site:list` `--plan=VALUE` option is deprecated. Use `--filter="plan_name=VALUE"` instead. (#1992)
- `org:site:list` `--tags=VALUE` option is deprecated. Use `--filter="tags=VALUE"` instead. (#1992)
- `org:upstream:list` `--framework=VALUE` option is deprecated. Use `--filter="framework=VALUE"` instead. (#1992)
- `org:upstream:list` `--name=VALUE` option is deprecated. Use `--filter="label=VALUE"` instead. (#1992)
- `upstream:list` `--framework=VALUE` option is deprecated. Use `--filter="framework=VALUE"` instead. (#1992)
- `upstream:list` `--name=VALUE` option is deprecated. Use `--filter="label=VALUE"` instead. (#1992)

### Changed
- `site:info`'s value of the `region` field has been changed to use human-readable region names. (#1985)
- `site:list`'s value of the `region` field has been changed to use human-readable region names. (#1985)

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"require": {
"php": ">=5.5.38",
"composer/semver": "^1.4",
"consolidation/filter-via-dot-access-data": "^1.0",
"consolidation/output-formatters": "^3.5",
"consolidation/robo": "^1.4.4",
"guzzlehttp/guzzle": "^6.2",
Expand Down
Loading

0 comments on commit 6c04aef

Please sign in to comment.