Jose Diaz-Gonzalez
a7b8eb5581
Merge pull request #811 from abossard/patch-1
...
Please increase the server_names_hash_bucket_size
2014-12-11 10:22:44 -05:00
Andre Bossard
79788e5690
Please increase the server_names_hash_bucket_size
...
I use Dokku in a private environment with very long hostname.... 64 was always a lot to short.
2014-12-11 09:59:13 +01:00
Jose Diaz-Gonzalez
155f4e9aba
Release 0.3.8
v0.3.8
2014-12-08 22:14:03 -05:00
Jose Diaz-Gonzalez
1bfbdb449b
Merge pull request #808 from progrium/proper-editorconfig
...
Ensure makefiles are properly formatted
2014-12-08 22:12:21 -05:00
Jose Diaz-Gonzalez
b3ca3368e8
Ensure makefiles are properly formatted
2014-12-08 22:12:04 -05:00
Jose Diaz-Gonzalez
04921d6876
Merge pull request #807 from progrium/799-force-nginx-conf
...
#799 : Force nginx conf
2014-12-08 22:05:17 -05:00
Jose Diaz-Gonzalez
a915b8888f
Ensure ruby is installed when running the dokku-installer
2014-12-08 21:57:10 -05:00
Jose Diaz-Gonzalez
129a5fd33d
Force install a default nginx.conf. Closes #799
2014-12-08 21:20:54 -05:00
Jose Diaz-Gonzalez
e567ce1a90
Merge pull request #806 from progrium/fix-remote-user
...
Dokku pushes now happen as the dokku user, not git. Refs #796
2014-12-08 20:59:22 -05:00
Jose Diaz-Gonzalez
489f131ffc
Dokku pushes now happen as the dokku user, not git. Refs #796
2014-12-08 20:58:50 -05:00
Jose Diaz-Gonzalez
45ec8df7be
Merge pull request #805 from ademuk/patch-1
...
Fixed import-ssl server.crt/key check
2014-12-08 20:36:18 -05:00
Adem Gaygusuz
469d1e3f49
Fix crt/key check
2014-12-09 00:37:47 +00:00
Jose Diaz-Gonzalez
7ca2f49d78
Merge pull request #801 from joelvh/patch-1
...
Point users to upgrade guides
2014-12-02 08:55:48 -05:00
Joel Van Horn
69176d2d9a
Point users to upgrade guides
2014-12-02 00:33:44 -05:00
Jose Diaz-Gonzalez
ad030b21d4
Merge pull request #796 from progrium/795-better-docs
...
795 better docs
2014-11-27 15:13:31 -05:00
Jose Diaz-Gonzalez
8c8f5e17f1
Tell users to change directory to dokku before running vagrant up. Refs #795
2014-11-27 15:10:33 -05:00
Jose Diaz-Gonzalez
e0b994c415
Standardize on dokku.me as the test hostname. Refs #795
2014-11-27 15:09:46 -05:00
Jose Diaz-Gonzalez
a12b1e2b56
Release 0.3.7
v0.3.7
2014-11-25 15:46:48 -05:00
Jose Diaz-Gonzalez
590c5fc017
Merge pull request #789 from mmerickel/fix.deploy-vhost
2014-11-25 15:44:19 -05:00
Michael Merickel
ee5c35dd9d
do not output message when creating ENV file
...
This fixes a bug introduced when deploying apps where the
nginx-vhosts plugin runs ``dokku config:get $APP NO_VHOST``. The initial
run of this actually was creating the ``ENV`` file and dumping to
stdout the value "NO_VHOST=-----> Creating /home/dokku/foo/ENV". This
was obviously no good because nginx-vhosts was considering this to be a
value of true.
I've modified this to simply not return anything when the value does not
exist. A better update may be to output the messages to stderr instead
of stdout.
2014-11-25 15:43:36 -05:00
Jose Diaz-Gonzalez
42a1363996
Merge pull request #788 from mmerickel/fix.apps-plugin
...
fix apps plugin issues in 0.3.6
2014-11-25 13:28:17 -05:00
Michael Merickel
4ae8cf8180
fix search for apps if DOKKU_ROOT is a symlink
2014-11-25 11:56:05 -06:00
Michael Merickel
aef3a68d2b
fix app plugin that was always searching for empty app name
2014-11-25 11:55:25 -06:00
Jose Diaz-Gonzalez
58ca13e838
Release 0.3.6
v0.3.6
2014-11-25 10:44:32 -05:00
Jose Diaz-Gonzalez
7c2f21fd2a
Merge pull request #782 from progrium/simplified-config
...
Simplified config
2014-11-24 13:17:27 -05:00
Jose Diaz-Gonzalez
887637fb6b
Merge pull request #785 from lsde/master
...
fix missing semicolon in nginx config
2014-11-24 10:33:26 -05:00
Jonas Svatos
c706344a94
fix missing semicolon in nginx config
2014-11-24 13:22:50 +01:00
Jose Diaz-Gonzalez
a1bbc1ec4d
Release 0.3.5
v0.3.5
2014-11-24 02:17:50 -05:00
Jose Diaz-Gonzalez
793f1b6058
Merge pull request #784 from progrium/no-vhost-hotfix
...
Fix NO_VHOST check
2014-11-24 02:16:39 -05:00
Jose Diaz-Gonzalez
20977fc2a2
Fix NO_VHOST check
...
It used to check if NO_VHOST is unset or set to the empty string
It now checks if NO_VHOST is set to a non-empty string
2014-11-24 02:16:21 -05:00
Jose Diaz-Gonzalez
6cad7ef8f4
Release 0.3.4
v0.3.4
2014-11-23 23:37:18 -05:00
Jose Diaz-Gonzalez
407436b4cc
Exit 0 if there is no configuration
...
heroku config:get exits 0 in this case
2014-11-23 23:32:42 -05:00
Jose Diaz-Gonzalez
04dbe31919
Unify the way in which all error messages are specified
...
Other parts of dokku use one-liners where possible, so these parts should as well
2014-11-23 23:32:42 -05:00
Jose Diaz-Gonzalez
56185fc1c2
Correct plugin example
...
$APP is not available until after the if guards
2014-11-23 23:32:42 -05:00
Jose Diaz-Gonzalez
303bd77226
Simplify if statement
2014-11-23 23:32:42 -05:00
Jose Diaz-Gonzalez
c6e39c08f0
Simplify env var checking in config plugin
...
All checks are now done within the commands, and we only need to ensure the config file exists.
2014-11-23 23:32:42 -05:00
Jose Diaz-Gonzalez
12194e2cc8
Add proper error handling to each config command
2014-11-23 23:32:42 -05:00
Jose Diaz-Gonzalez
a3b3a6a12a
Unify missing app error messages
2014-11-23 23:32:42 -05:00
Jose Diaz-Gonzalez
c6f80bcf55
Merge pull request #781 from expa/master
...
use DOKKU_IMAGE (i.e. progrium/buildstep)
2014-11-23 23:27:34 -05:00
Michael Hobbs
4d8c7033a9
use DOKKU_IMAGE (i.e. progrium/buildstep)
2014-11-23 19:58:12 -08:00
Michael Hobbs
d2547c4233
Merge pull request #3 from progrium/master
...
merge from upstream v0.3.2
2014-11-23 19:56:41 -08:00
Jose Diaz-Gonzalez
4fa567dbe3
Merge pull request #780 from progrium/778-better-error-message
...
Output error message when a command is not found. Closes #778
2014-11-23 21:05:08 -05:00
Jose Diaz-Gonzalez
463f725872
Use git-* as a pluginhook prefix
v0.3.3
2014-11-23 21:02:40 -05:00
Jose Diaz-Gonzalez
aa1c7f6fa4
Move git-upload-pack command to git plugin
...
Also use the same APP escaping as used for other git commands.
2014-11-23 20:47:15 -05:00
Jose Diaz-Gonzalez
5f6f73ff22
Merge pull request #722 from wrboyce-git-pull
2014-11-23 20:40:08 -05:00
Will Boyce
ad497191df
Add git pull support
2014-11-23 20:39:57 -05:00
Jose Diaz-Gonzalez
53c58ec8b9
Merge pull request #777 from feature/improve-core
2014-11-23 20:32:21 -05:00
Thomas Boerger
9eab9ed1e1
Replaced hard coded plugins path
...
To be able to switch the plugin path i have removed the hard coded
plugin path from the catch all section of the switch within the main
dokku executable.
2014-11-23 20:32:13 -05:00
Thomas Boerger
3faa37b2e1
Keep environment for sudo
...
To be able to set some other environment variables even if dokku gets
called from a different user we have to keep the environment with sudo
intact, so i added the -E option.
2014-11-23 20:32:13 -05:00
Jose Diaz-Gonzalez
fd55e8d41b
Merge pull request #669 from ohardy/master
2014-11-23 20:29:12 -05:00