Skip to content

Commit

Permalink
Merge pull request #1205 from pantheon-systems/update/0.13.0
Browse files Browse the repository at this point in the history
Updating to version 0.13.0
  • Loading branch information
TeslaDethray authored Sep 15, 2016
2 parents f5a515d + 256c11e commit 8dde1f0
Show file tree
Hide file tree
Showing 22 changed files with 139 additions and 81 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Change Log
All notable changes to this project starting with the 0.6.0 release will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## MASTER
## [0.13.0] - 2016-09-15
### Added
- New rocket art available using `art rocket`. (#1148)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ composer require pantheon-systems/terminus

Run this in this in your terminal client:
```bash
curl https://github.com/pantheon-systems/terminus/releases/download/0.12.0/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
curl https://github.com/pantheon-systems/terminus/releases/download/0.13.0/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
```

####Installing with [Homebrew](http://brew.sh/)(for Macs)
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---

# App
TERMINUS_VERSION: '0.12.0'
TERMINUS_VERSION: '0.13.0'

# Connectivity
TERMINUS_HOST: 'terminus.pantheon.io'
Expand Down
4 changes: 4 additions & 0 deletions docs/Helpers/InputHelper.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@

##### Parameters:
[array] $arg_options Elements as follow:
-array args Parameters from the command line
-string key Key to look for in args
-string message Message to give at prompt
-mixed default Returned if user does not select a valid option

Expand All @@ -242,6 +244,8 @@

##### Parameters:
[array] $arg_options Elements as follow:
-array args Parameters from the command line
-string key Key to look for in args
-string message Message to give at prompt
-mixed default Returned if user does not select a valid option

Expand Down
5 changes: 1 addition & 4 deletions docs/Models/Auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

##### Parameters:
[object] $attributes Attributes of this model
[array] $options Options to set as $this->key

##### Return:
[Auth]
[array] $options Options with which to configure this model

---

Expand Down
10 changes: 10 additions & 0 deletions docs/Models/Backup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Terminus\Models\Backup

### __construct
##### Description:
Object constructor

##### Parameters:
[object] $attributes Attributes of this model
[array] $options Options with which to configure this model

---

### backupIsFinished
##### Description:
Determines whether the backup has been completed or not
Expand Down
26 changes: 21 additions & 5 deletions docs/Models/Environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

##### Parameters:
[object] $attributes Attributes of this model
[array] $options Options to set as $this->key
[array] $options Options with which to configure this model

---

Expand Down Expand Up @@ -36,7 +36,7 @@
Clones database from this environment to another

##### Parameters:
[string] $to_env Environment to clone into
[string] $from_env Name of the environment to clone

##### Return:
[Workflow]
Expand All @@ -48,7 +48,7 @@
Clones files from this environment to another

##### Parameters:
[string] $to_env Environment to clone into
[string] $from_env Name of the environment to clone

##### Return:
[Workflow]
Expand Down Expand Up @@ -186,6 +186,18 @@

---

### import
##### Description:
Imports a site archive onto Pantheon

##### Parameters:
[string] $url URL of the archive to import

##### Return:
[Workflow]

---

### importFiles
##### Description:
Imports a file archive
Expand Down Expand Up @@ -247,7 +259,9 @@
Enable HTTP Basic Access authentication on the web environment

##### Parameters:
[array] $options Parameters to override defaults
[array] $params Elements as follow:
-string username
-string password

##### Return:
[Workflow]
Expand Down Expand Up @@ -280,10 +294,12 @@

### mergeToDev
##### Description:
Merge code from this Multidev Environment into the Dev Environment
Merge code from a multidev environment into the dev environment

##### Parameters:
[array] $options Parameters to override defaults
-string from_environment Name of the multidev environment to merge
-boolean updatedb True to update DB with merge

##### Return:
[Workflow]
Expand Down
19 changes: 19 additions & 0 deletions docs/Models/Hostname.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Terminus\Models\Hostname

### __construct
##### Description:
Object constructor

##### Parameters:
[object] $attributes Attributes of this model
[array] $options Options with which to configure this model

---

### delete
##### Description:
Delete a hostname from an environment
Expand All @@ -9,3 +19,12 @@

---

### serialize
##### Description:
Formats Hostname object into an associative array for output

##### Return:
[array] $data associative array of data for output

---

10 changes: 10 additions & 0 deletions docs/Models/MachineToken.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Terminus\Models\MachineToken

### __construct
##### Description:
Object constructor

##### Parameters:
[object] $attributes Attributes of this model
[array] $options Options with which to configure this model

---

### delete
##### Description:
Deletes machine token
Expand Down
5 changes: 1 addition & 4 deletions docs/Models/Organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

##### Parameters:
[object] $attributes Attributes of this model
[array] $options Options to set as $this->key

##### Return:
[Organization]
[array] $options Options with which to configure this model

---

Expand Down
5 changes: 1 addition & 4 deletions docs/Models/OrganizationSiteMembership.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

##### Parameters:
[object] $attributes Attributes of this model
[array] $options Options to set as $this->key

##### Return:
[OrganizationSiteMembership]
[array] $options Options with which to configure this model

---

Expand Down
5 changes: 1 addition & 4 deletions docs/Models/OrganizationUserMembership.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

##### Parameters:
[object] $attributes Attributes of this model
[array] $options Options to set as $this->key

##### Return:
[OrganizationSiteMembership]
[array] $options Options with which to configure this model

---

Expand Down
37 changes: 19 additions & 18 deletions docs/Models/Site.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

##### Parameters:
[object] $attributes Attributes of this model
[array] $options Options to set as $this->key
[array] $options Options with which to configure this model

---

Expand All @@ -27,8 +27,8 @@
Adds a tag to the site

##### Parameters:
[string] $tag Name of tag to apply
[string] $org_id Organization to add the tag association to
[string] $tag Name of tag to apply
[Organization] $org Organization to add the tag association to

##### Return:
[array]
Expand Down Expand Up @@ -58,6 +58,18 @@

---

### deployProduct
##### Description:
Creates a new site for migration

##### Parameters:
[string[]] $product_id The uuid for the product to deploy.

##### Return:
[Workflow]

---

### completeMigration
##### Description:
Completes a site migration in progress
Expand Down Expand Up @@ -235,9 +247,10 @@
### getTags
##### Description:
Returns tags from the site/org join
TODO: Move these into tags model/collection

##### Parameters:
[string] $org_id UUID of organization site belongs to
[Organization] $org UUID of organization site belongs to

##### Return:
[string[]]
Expand Down Expand Up @@ -275,18 +288,6 @@

---

### import
##### Description:
Imports a site archive onto Pantheon

##### Parameters:
[string] $url URL of the archive to import

##### Return:
[Workflow]

---

### info
##### Description:
Load site info
Expand Down Expand Up @@ -336,8 +337,8 @@
Removes a tag to the site

##### Parameters:
[string] $tag Tag to remove
[string] $org_id Organization to remove the tag association from
[string] $tag Tag to remove
[Organization] $org Organization to remove the tag association from

##### Return:
[array]
Expand Down
12 changes: 8 additions & 4 deletions docs/Models/SiteOrganizationMembership.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Terminus\Models\SiteOrganizationMembership

### getOrganization
### __construct
##### Description:
Returns organization object within SiteOrganizationMembership object
Object constructor

##### Parameters:
[object] $attributes Attributes of this model
[array] $options Options to set as $this->key

##### Return:
[Organization]
[SiteUserMembership]

---

### removeMember
### delete
##### Description:
Remove membership of organization

Expand Down
15 changes: 14 additions & 1 deletion docs/Models/SiteUserMembership.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Terminus\Models\SiteUserMembership

### removeMember
### __construct
##### Description:
Object constructor

##### Parameters:
[object] $attributes Attributes of this model
[array] $options Options with which to configure this model

##### Return:
[SiteUserMembership]

---

### delete
##### Description:
Remove membership, either org or user

Expand Down
10 changes: 10 additions & 0 deletions docs/Models/SshKey.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Terminus\Models\SshKey

### __construct
##### Description:
Object constructor

##### Parameters:
[object] $attributes Attributes of this model
[array] $options Options to configure this model

---

### delete
##### Description:
Deletes a specific SSH key
Expand Down
Loading

0 comments on commit 8dde1f0

Please sign in to comment.