Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
* master:
  Updated CHANGELOG
  Updated dependencies
  Update ISSUE_TEMPLATE.md
  • Loading branch information
REBELinBLUE committed Feb 22, 2017
2 parents 2f40a17 + b1a05f2 commit 97443ab
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Before submitting your issue, please make sure that you've checked all of the checkboxes below.

- [ ] You're running the [latest release](https://github.com/REBElinBLUE/deployer/releases/latest) version of Deployer.
- [ ] Ensure that you're running at least PHP 5.5.9, you can check this by running `php -v`
- [ ] Ensure that you're running at least PHP 5.6.4, you can check this by running `php -v`
- [ ] You've ran `composer install --no-dev` from the root of your installation.
- [ ] You've ran `npm install --production` from the root of your installation.
- [ ] You've ran `rm -rf bootstrap/cache/*` from the root of your installation.
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [0.0.42](https://github.com/REBELinBLUE/deployer/tree/0.0.42) (2017-02-21)
[Full Changelog](https://github.com/REBELinBLUE/deployer/compare/0.0.41...0.0.42)

## [0.0.41](https://github.com/REBELinBLUE/deployer/tree/0.0.41) (2017-02-21)
[Full Changelog](https://github.com/REBELinBLUE/deployer/compare/0.0.40...0.0.41)

Expand Down Expand Up @@ -68,6 +71,11 @@
- Installer gets into an infinite loop if there are PDO drivers loaded before MySQL [\#254](https://github.com/REBELinBLUE/deployer/pull/254) ([moxx](https://github.com/moxx))
- Incorrect Lang variables [\#239](https://github.com/REBELinBLUE/deployer/pull/239) ([uLow](https://github.com/uLow))

**Closed issues:**

- Acting strange [\#233](https://github.com/REBELinBLUE/deployer/issues/233)
- Custom deployment templates [\#174](https://github.com/REBELinBLUE/deployer/issues/174)

## [0.0.36](https://github.com/REBELinBLUE/deployer/tree/0.0.36) (2016-05-30)
[Full Changelog](https://github.com/REBELinBLUE/deployer/compare/0.0.35...0.0.36)

Expand Down Expand Up @@ -98,7 +106,9 @@

**Closed issues:**

- Deployer callback URL - Laravel error [\#225](https://github.com/REBELinBLUE/deployer/issues/225)
- Process Output don't show full log [\#219](https://github.com/REBELinBLUE/deployer/issues/219)
- node socket server exited itself [\#218](https://github.com/REBELinBLUE/deployer/issues/218)
- Split Vagrant machine into a seperate repository [\#214](https://github.com/REBELinBLUE/deployer/issues/214)

## [0.0.34](https://github.com/REBELinBLUE/deployer/tree/0.0.34) (2016-04-26)
Expand Down Expand Up @@ -137,6 +147,10 @@
- Exception when project has deployments but none are 'completed' [\#188](https://github.com/REBELinBLUE/deployer/issues/188)
- Throttling interferes with heartbeart URLS [\#153](https://github.com/REBELinBLUE/deployer/issues/153)

**Closed issues:**

- Don't delete failed deployments when in debug mode [\#181](https://github.com/REBELinBLUE/deployer/issues/181)

**Merged pull requests:**

- Added HTTP and Node instructions to Install section [\#185](https://github.com/REBELinBLUE/deployer/pull/185) ([Patabugen](https://github.com/Patabugen))
Expand All @@ -158,6 +172,11 @@
- Refresh JWT when it expires [\#180](https://github.com/REBELinBLUE/deployer/issues/180)
- SQLite installation no longer works [\#169](https://github.com/REBELinBLUE/deployer/issues/169)

**Closed issues:**

- Aborting a deployment before the git info has been loaded leaves the committer etc as "Loading..." [\#150](https://github.com/REBELinBLUE/deployer/issues/150)
- Persistent file permissions [\#93](https://github.com/REBELinBLUE/deployer/issues/93)

## [0.0.29](https://github.com/REBELinBLUE/deployer/tree/0.0.29) (2016-02-05)
[Full Changelog](https://github.com/REBELinBLUE/deployer/compare/0.0.28...0.0.29)

Expand Down Expand Up @@ -223,6 +242,12 @@
- How to make a Symfony application deploy [\#133](https://github.com/REBELinBLUE/deployer/issues/133)
- Fatal error when deploy starts [\#91](https://github.com/REBELinBLUE/deployer/issues/91)

**Closed issues:**

- Provide composer auth details [\#132](https://github.com/REBELinBLUE/deployer/issues/132)
- websocket not updates the screen [\#125](https://github.com/REBELinBLUE/deployer/issues/125)
- Add the option for a full clone [\#101](https://github.com/REBELinBLUE/deployer/issues/101)

## [0.0.22](https://github.com/REBELinBLUE/deployer/tree/0.0.22) (2015-11-15)
[Full Changelog](https://github.com/REBELinBLUE/deployer/compare/0.0.21...0.0.22)

Expand All @@ -238,6 +263,10 @@
- Production CSS is broken [\#111](https://github.com/REBELinBLUE/deployer/issues/111)
- Fix database timeout issue with worker daemon. [\#116](https://github.com/REBELinBLUE/deployer/pull/116) ([dancryer](https://github.com/dancryer))

**Closed issues:**

- Socket.io not working when changing from apache2 to ngnix. [\#120](https://github.com/REBELinBLUE/deployer/issues/120)

## [0.0.21](https://github.com/REBELinBLUE/deployer/tree/0.0.21) (2015-10-10)
[Full Changelog](https://github.com/REBELinBLUE/deployer/compare/0.0.20...0.0.21)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.41
0.0.43-dev
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pda/pheanstalk": "~3.1",
"pragmarx/google2fa": "^1.0.0",
"predis/predis": "~1.0",
"robclancy/presenter": "1.3.1",
"robclancy/presenter": "~1.3",
"tymon/jwt-auth": "~0.5",
"version/version": "^2.2"
},
Expand Down Expand Up @@ -107,9 +107,6 @@
"michele-angioni/multi-language": {
"Laravel 5.4 support for PHP 5.6": "https://www.phpdeployment.org/patches/0002-Multilanguage.patch"
},
"robclancy/presenter": {
"Laravel 5.4 support": "https://www.phpdeployment.org/patches/0001-Presenter.patch"
},
"laravel-notification-channels/twilio": {
"5.4 bug fix": "https://www.phpdeployment.org/patches/0003-dependency-resolution-bug.patch"
}
Expand Down
28 changes: 9 additions & 19 deletions composer.lock

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

0 comments on commit 97443ab

Please sign in to comment.