Jose Diaz-Gonzalez
12ee9bc3e7
Merge pull request #816 from progrium/build-env-docs
...
Add documentation for user-env feature
2014-12-12 09:56:46 -05:00
Jose Diaz-Gonzalez
a991c450be
Remove user-env-compile plugins from docs
2014-12-12 09:55:41 -05:00
Jose Diaz-Gonzalez
a900aa45d6
Add documentation for the recent build-env feature addition
2014-12-12 09:54:26 -05:00
Jose Diaz-Gonzalez
3c8b3cedea
Merge pull request #814 from progrium/dokku-env-vars
...
Source files in $DOKKU_ROOT/.dokkurc directory and add `dokku trace` command
2014-12-12 09:25:51 -05:00
Jose Diaz-Gonzalez
dec8056ef5
Link to gist.github.com
2014-12-12 01:10:10 -05:00
Jose Diaz-Gonzalez
784e2cfd5e
Add a note about enabling dokku trace via the cli
2014-12-12 01:09:59 -05:00
Jose Diaz-Gonzalez
b9b9d6303a
Add a dokku trace command to allow easy toggling of the DOKKU_TRACE option
2014-12-12 01:07:43 -05:00
Jose Diaz-Gonzalez
39912ce5db
Allow sourcing in any file in .dokkurc
...
This allows us to configure dokku env-vars individually. Such a feature is useful if a developer would like to enable or disable DOKKU_TRACE without parsing a dokkurc file.
2014-12-12 01:07:08 -05:00
Jose Diaz-Gonzalez
7d8ec62a86
Merge pull request #787 from progrium/build-env
...
Official user-env-compile plugin
2014-12-11 21:15:45 -05:00
Jose Diaz-Gonzalez
8cd4863126
Merge pull request #813 from expa/build-env
...
build-env todos
2014-12-11 18:18:26 -05:00
Michael Hobbs
7c8feb9e0d
build-env todos
2014-12-11 14:56:25 -08:00
Jose Diaz-Gonzalez
d6ef5e3447
Merge pull request #812 from expa/build-env
...
create build env for both dokku and new style buildpacks
2014-12-11 16:33:28 -05:00
Michael Hobbs
498e250e2e
link to commit id and line in comment
2014-12-11 12:52:04 -08:00
Michael Hobbs
7d5e0ba5aa
create build env for both dokku and new style buildpacks
2014-12-11 12:05:55 -08:00
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
d9d66c58ab
Fix reference to $APP
2014-12-08 22:16:05 -05: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
6ddc7275dd
First pass at official user-env-compile plugin
...
- Uses ENV and APP/ENV files
- Supports old BUILD_ENV files (which are likely in wide-use)
- Allows user's to override globals with app-specific configuration
Closes #284
Closes #683
Closes #763
Refs #503
Refs #678
2014-11-25 11:24:58 -05: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