Revisions of platformsh-cli

buildservice-autocommit accepted request 677206 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 157)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 677205 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 156)
- Update to version 3.40.2:
  * Release v3.40.2
  * Fix default for single relationship when choosing a service
  * Update dependencies (Symfony 3.4.19 -> 3.4.22)
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 676866 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 155)
- Update to version 3.40.1:
  * Release v3.40.1
  * Fix --relationship option with trailing .0 when selecting from multiple endpoints
  * Account for integrated Enterprise environments whose deployment schema information isn't accurate
  * Ensure the service name is in the relationship array
buildservice-autocommit accepted request 676595 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 154)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 676594 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 153)
- Update to version 3.40.0:
  * Release v3.40.0
  * Use a different Drush alias root for site-local versions 8 or 9 (#777)
  * Fix non-interactive choice default handling
  * Fix non-interactive choice questions with no default should return null instead of erroring
  * Make db:size schema agnostic but warn about inaccessible schemas
  * Filter schemas by endpoint privileges
  * Present a choice between schemas
  * Include the service name and schema in the dump filename
  * Add --schema option to db:dump and db:sql
  * Always include a line break after choose()
  * Fix checkout command when there is only one branch
  * Fix Drush lock files not being used
  * Add some 3-letter aliases
  * Remove experimental "server" commands from README
buildservice-autocommit accepted request 667022 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 152)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 667021 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 151)
- Update to version 3.39.0:
  * Release v3.39.0
  * Add tunnel:single command: allow opening a tunnel without posix/pcntl (#768)
  * Drush 9 compatibility: move alias auto-remove key under "options"
  * Remove Drush 9-beta compatibility
  * Fix: login does not sufficiently log out from old account (#770)
  * Account for differing app roots in Drush aliases
  * Unused function
  * Release v3.38.1
  * Fix incorrect "You cannot use both the <environment> argument and the --environment option" error in environment:activate command
buildservice-autocommit accepted request 664154 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 150)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 664153 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 149)
- Update to version 3.38.0:
  * Release v3.38.0
  * Fix addOption arguments in snapshot:restore
  * Allow restoring snapshots to another environment (#735)
  * Sort interactive project/environment choices alphabetically
  * Update README.md [skip changelog]
  * Deduplicate role option description [skip changelog]
  * Separate user:add and user:update command help
  * [environment:list] Define "created" and "updated" columns
  * [environment:list] Fix "Name" column should always have been "Title"
  * Also support environment titles of 0
  * Fix: environments with an empty name (e.g. '0') not being recognized
  * [certificate:list] Add --pipe-domains option
  * [certificate:list] Add --exclude-domain option
  * [certificate:list] Add certs alias
  * Remove interactivity check from installer (#765)
  * [certificate:list] Define `domains` column
  * [certificate:list] Filter on --no-expired by default; add --ignore-expiry option for previous behavior
  * Fix inline documentation in user:list command
  * Run tests in PHP 7.3 (Travis) (#764)
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 661889 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 148)
- Update to version 3.37.2:
  * Release v3.37.2
  * [worker:list] Display project and environment name/ID
  * [snapshot:list] Display project and environment name/ID
  * [route:list] Display project name/ID
  * [domain:list] Display project name/ID
  * [activity:list] use api() method [skip changelog]
  * [user:list] Display project name/ID
  * Alias "python3" dependencies type to use pip
  * Define "path" column in mount:list command
  * Fix table CSV test
  * Revert csv/tsv output to use LF instead of CRLF line breaks
  * [activity:list] Better explanation of the selected environment/project
  * Parse project URLs from the beta unified-UI (#761)

- Update to version 3.37.1:
  * Release v3.37.1
  * [mount:size] Fix capacity calculation (should show % of total space, instead of % of "available")
buildservice-autocommit accepted request 652507 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 147)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 652506 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 146)
- Update to version 3.37.0:
  * Release v3.37.0
  * Update dependencies (mostly Symfony v3.4.6 to v3.4.19)
  * [auth:password-login] Fail if password input cannot be hidden
  * Allow loading more than 10 snapshots via --limit (#758)
  * [environment:branch] set the remote only for new branches (#760)
  * Fix #755: Add Instruction how to install on windows
  * Name "role" column in user:list command
  * Only allow a single name for a table column (key or header)
  * Name "disk" column in service:list command
  * Add non-default "updated_at" column to domains:list command
  * Add non-default "disk" and "size" columns to app:list command
  * Add non-default "host" column to project:list command
  * Add custom CSV formatter, to make csv/tsv table output cleaner
  * Add --columns option for all tables
  * Remove `sudo: false` as required by Travis-CI
  * Avoid wrapping dates in commit:list
  * Mark some more tests as slow, but do not allow them to fail
  * Update list of allowed SSH key algorithms
  * Avoid repeating session dir path
  * Simplify logout command and remove confirmation step
buildservice-autocommit accepted request 648623 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 145)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 648622 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 144)
- Update to version 3.36.0:
  * Release v3.36.0
  * Fix dev version [skip changelog]
  * Use heredoc for command help
  * Deprecate the --type option in integration:update
  * Consistent formatting for validation errors from other integration commands
  * Add integration:validate command
  * Fix further source of 'Not logged in' errors immediately after login
  * Do not cache commit API metadata
  * Fix alpha UI URLs for environments in web command
  * Release v3.35.4
  * Fix occasional LoginRequiredException at the end of login
  * Fix logout check for other sessions
  * Support forcing color off via PLATFORMSH_CLI_NO_COLOR=1 or NO_COLOR=1
  * [self:release]: remove release confirmation step [skip changelog]
buildservice-autocommit accepted request 641749 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 143)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 641748 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 142)
- Update to version 3.35.3:
  * Release v3.35.3
  * Revoke this session's tokens pro-actively on logout
  * multi: ignore blank lines in the project ID list
buildservice-autocommit accepted request 640115 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 141)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 640114 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 140)
- Update to version 3.35.2:
  * Release v3.35.2
  * Do not prompt for checkout in branch command if it won't be possible
  * Small refactor of commit:list [skip changelog]
  * Fix infinite loop in commit:list command (when trying to go back before a root commit)
  * Get service name from config for Bitbucket hooks
  * Friendlier commit:get examples
buildservice-autocommit accepted request 638848 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 139)
baserev update by copy to link target
Jimmy Berry's avatar Jimmy Berry (boombatower) accepted request 638847 from Jimmy Berry's avatar Jimmy Berry (boombatower) (revision 138)
- Update to version 3.35.1:
  * Release v3.35.1
  * Fix "p" alias in shell-config-bash.rc
  * Another release note tweak
  * Tweak release notes minimum version
  * Release v3.35.0
  * [variable:update]: Allow changing the value of a project-level sensitive variable
  * Allow listing commits without specifying an environment
  * Remove unnecessary $i
  * Iterate through all parents in commit:list, and go back to author date
  * Add explanations for "Operation not available" on environment actions (#750)
  * Use "id" instead of "uuid" to refer to user IDs
  * Add alias p=platform (#749)
  * Add commit:list (commits) and commit:get commands for viewing commits
  * Handle ~ revision spec in the --commit option
  * Add --commit option to "repo" commands (#748)
  * Additional help for mount:size
  * Clean up --pipe output in user:get
  * Rename UserRoleCommand -> UserGetCommand
  * Box syntax simplification
  * Add Bitbucket integration (#480)
  * Show hidden service commands
  * Tweak to prefix option display in variable:create
  * List required extensions in composer.json (#746)
  * Unused import
  * Remove extra whitespace [skip changelog]
  * Fix drush alias group name prepending bug
  * Fix installer test script to use correct manifest
Displaying revisions 101 - 120 of 257
openSUSE Build Service is sponsored by