Jose Diaz-Gonzalez
cb3b5bdc28
feat: add ability to check on app lock status via apps:locked command
...
This allows users to further introspect on the state of the application.
2018-12-01 18:49:38 -05:00
Harry Moreno
dd30525c27
Note dokku.me is hostname and note ssh-agent
...
[ci-skip]
2018-11-17 00:40:39 -05:00
Jose Diaz-Gonzalez
15a2b7cbce
feat: sanitize docker inspect output with ps:inspect
...
Often-times, we will want to have the container inspect output for debugging purposes, but this process is:
- error prone, as the user needs to know what their containers are
- potentially insecure, as the output must be sanitized of sensitive data
Instead of making users wade through this process, we provide a helper `ps:inspect` command, that can be used to diagnose problems associated with containers that may or may not exist for an application.
2018-10-14 22:10:28 -04:00
Alexy Mikhailichenko
5ddb7eb983
Fix typo in git.md
...
'supportec' -> 'supported'
2018-09-17 13:52:22 -04:00
Jose Diaz-Gonzalez
db29029653
docs: clarify usage for multiple apps
2018-07-29 19:40:52 -04:00
Jose Diaz-Gonzalez
78f467852e
feat: add a subcommand for retrieving failed app deploy logs
...
This can be useful in cases where a developer wishes to see what error messages are available for a failed deploy, but does not wish to spelunk around `docker ps -a` output.
Note that the logs are not made available once a further deploy is triggered, or after the containers have been garbage collected.
2018-07-29 17:17:53 -04:00
Jose Diaz-Gonzalez
cb7b1f4ebd
docs: correct issue with adding a user remotely
...
Closes #3188
[ci skip]
2018-05-13 14:53:24 -04:00
Jose Diaz-Gonzalez
1dfa02924d
feat: Add the ability to ignore existing applications during a git clone
...
This makes it possible to create cloned apps if and only if they haven't already been created - a useful feature for review apps.
2018-04-27 00:03:19 -04:00
Jose Diaz-Gonzalez
792b36d5cc
feat: add ps:startall command
2018-04-26 17:34:06 -04:00
Jose Diaz-Gonzalez
b10bfc62d7
docs: consistently reference dokku.me
2018-04-07 14:19:14 -04:00
Jose Diaz-Gonzalez
85f180d43a
docs: consistently reference command instead of subcommand
2018-04-07 14:16:04 -04:00
Jose Diaz-Gonzalez
d65cea7d47
docs: consistently reference node-js-app in the documentation
2018-04-07 14:13:55 -04:00
Jose Diaz-Gonzalez
c90486547f
feat: increase curl max timeout to 600 seconds (10 minutes)
...
Closes #3142
2018-04-07 01:09:19 -04:00
Jose Diaz-Gonzalez
83f320ac8e
feat: add ability to initialize a git repository out of band
...
This is useful in contexts where the repository directory may be created and interacted with via git-http-backend or other methods of updating a repository.
2018-04-02 00:11:32 -04:00
Jose Diaz-Gonzalez
d67e883e13
feat: flesh out git plugin further
...
- add `report` and `set` subcommands to the git plugin
- move configuring the DOKKU_DEPLOY_BRANCH to the git plugin
- implement configurable GIT_REV support
- migrate DOKKU_DEPLOY_BRANCH settings
- add a golang-compatible, shell based method of setting plugin configuration variables
Deprecates the community dokku-git-rev plugin.
Closes #2621
Refs dokku-community/dokku-git-rev#9
2018-03-31 03:25:03 -04:00
Jose Diaz-Gonzalez
a2d3a6087c
Merge pull request #3112 from dokku/minor-doc-css-fixes
...
Minor doc css fixes
2018-03-11 00:45:25 -05:00
Jose Diaz-Gonzalez
11f8cdf29a
docs: set correct header
2018-03-11 00:04:07 -05:00
Kazuhiro NISHIYAMA
e645336640
Follow renaming from deploy-method to deploy-source
2018-03-08 22:39:16 +09:00
Jose Diaz-Gonzalez
165b6ff46f
feat: add subcommands to allow app locking and unlocking
...
Unlocking an app will not stop running deploys, so users may need to clean up. However, it is useful for deploys that fail in unusual ways that cause the lock to stay around.
Closes #2883
2018-03-04 01:45:42 -05:00
Jose Diaz-Gonzalez
c9d9750afe
feat: add a new plugin trigger for detecting what the current deployment method is
...
This is currently used solely for reporting.
Closes #3047
2018-03-03 18:16:50 -05:00
Jose Diaz-Gonzalez
399073f77b
feat: add support for checking if an application exists
...
This is useful for creating review applications in CI/CD pipelines.
2018-02-28 02:27:29 -05:00
Jose Diaz-Gonzalez
8a29f63f73
docs: add docs for switching between deployment methodologies
...
Closes #2819
[ci skip]
2018-02-24 14:57:19 -05:00
Jose Diaz-Gonzalez
cd674d3cb3
fix: move container status exclusively to ps plugin
...
This information didn't belong in the apps plugin and was incomplete.
Also set the container status to dead when it is not detected as running.
2018-02-24 03:03:55 -05:00
Jose Diaz-Gonzalez
a80bd92f40
Merge pull request #3059 from lwm/host-header-notes
...
Add note for runtime host configuration for checks.
2018-02-13 02:43:32 -05:00
Jose Diaz-Gonzalez
d8878fdfe2
docs: remove reference to django application and make it a warning
...
This further clarifies the responsibility of the developer around managing checks in relation to their framework.
2018-02-13 02:38:57 -05:00
Jose Diaz-Gonzalez
dbdefd972d
Merge pull request #3038 from shrmnk/feature/ps-stopall
...
Feature: dokku ps:stopall
2018-02-13 01:44:05 -05:00
Jose Diaz-Gonzalez
e7f8aeff8a
docs: clarify help output for run subcommand
...
[ci skip]
2018-02-13 01:35:08 -05:00
Luke Murphy
2475b9e7ea
Add note for runtime host configuration for checks.
...
Please see https://github.com/dokku/dokku/issues/2159 for motivation.
[ci skip]
2018-02-10 11:59:19 +01:00
Takuya Kitazawa
ed275d479b
Docs: Fix links to port-management
2018-01-23 07:46:19 +09:00
Jose Diaz-Gonzalez
463c5b8120
docs: Improve documentation around port handling.
...
While there are a number of enhancements we could do to make port handling more seamless, this is a first step towards documenting the various oddities around port management for Docker vs Buildpack deploys.
Refs #2903
Closes #2970
[ci skip]
2018-01-21 17:46:44 -05:00
Sherman K
25bd4c8785
Update relevant docs with ps:stopall
2018-01-19 00:34:39 +08:00
Jose Diaz-Gonzalez
10492587c2
Merge pull request #2982 from agorf/patch-2
...
Correct typo in user management docs
2017-11-11 13:51:15 -05:00
Angelos Orfanakos
0e91a5bd0b
Fix typo in user management docs
2017-11-11 13:35:52 +02:00
Angelos Orfanakos
75c7c2ebf0
Fix typos
2017-11-11 13:21:40 +02:00
Jose Diaz-Gonzalez
160a5c9760
fix: use a colon instead of a slash for remotes
...
Using a slash is broken as it will assume that is part of the remote name.
[ci skip]
2017-10-01 14:42:07 -04:00
Jose Diaz-Gonzalez
2278290b91
docs: reword note.
...
[ci skip]
2017-09-23 02:58:25 -04:00
buckle2000
23bcb4127a
Update application-deployment.md
...
Well, please add a yellow "warning" background to the added backquote.
2017-09-23 14:53:35 +08:00
Jose Diaz-Gonzalez
f442e6fabf
docs: clarify port exposing
...
[ci skip]
2017-07-10 15:24:35 -06:00
Ian Sutherland
e8e6660b2a
Update dockerfiles.md
...
Added a note about port ordering in Dockerfile.
2017-07-10 14:32:12 -06:00
Jose Diaz-Gonzalez
1c6eacd756
docs: re-add new sections
...
[ci skip]
2017-06-09 14:38:14 -04:00
Jose Diaz-Gonzalez
bec6c6bd66
docs: fix header
...
[ci skip]
2017-06-09 14:37:26 -04:00
Rémon S
f459745402
Update images.md
...
Fixing Menu <--> Title mismatch.
2017-06-09 20:20:28 +02:00
Rémon S
65ebd90903
Create images.md
...
Fixing a little styling error (forgot to add list)
2017-06-09 20:17:44 +02:00
Rémon S
ea30cd8cd2
Create images.md
...
Added some related articles to make the transition from Docker to Dokku easier to understand.
2017-06-09 20:17:12 +02:00
Kazuhiro NISHIYAMA
79fea59713
Update CURL_CONNECT_TIMEOUT in docs
...
Current default of CURL_CONNECT_TIMEOUT is 90.
So 30 is shorter than default.
[ci skip]
2017-06-07 00:18:02 +09:00
Jose Diaz-Gonzalez
5b782c1ff4
docs: Add documentation around adding build-time configuration variables
...
Refs #2776
Closes #1860
[ci skip]
2017-05-31 17:57:47 -06:00
h4ck ninja
337bc9d10e
Subject-verb agreement
2017-05-28 19:00:48 -07:00
nodanaonlyzuul
36fb3aef22
Fix typo from "To use a dockerfiles" to "To use a dockerfile" singular
2017-05-08 16:23:30 -04:00
Anton Wilhelm
5a611b73d0
minor typo fix
2017-04-18 11:28:09 +02:00
Jose Diaz-Gonzalez
0ba9393285
docs: use urls that are linkable on github
2017-04-13 23:09:46 -06:00