Jose Diaz-Gonzalez
329e97c8ee
feat: drop support for unsupported Debian and Ubuntu releases
...
While the latest packages may continue to work on other releases, we will no longer officially support these releases, nor will we distribute packages.
2020-02-28 05:57:55 -05:00
Jose Diaz-Gonzalez
994e220ebf
Merge pull request #3871 from dokku/proxy-go
...
Rewrite proxy plugin in golang
2020-02-28 05:09:20 -05:00
dependabot-preview[bot]
de908efda1
chore(deps): bump github.com/golang/protobuf in /tests/apps/gogrpc
...
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf ) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/golang/protobuf/releases )
- [Commits](https://github.com/golang/protobuf/compare/v1.3.3...v1.3.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-27 06:47:37 +00:00
Jose Diaz-Gonzalez
2a5fcd001e
tests: clean up app-json tests
2020-02-22 21:17:30 -05:00
Jose Diaz-Gonzalez
c0957ebfc3
refactor: speed up buildpack tests
2020-02-22 20:49:21 -05:00
Jose Diaz-Gonzalez
137ea8c30d
tests: fix logging output
2020-02-22 20:49:11 -05:00
Jose Diaz-Gonzalez
009e37d840
refactor: remove ps command
...
`ps` should be replaced by `enter` with a specified container id.
2020-02-22 00:42:19 -05:00
Jose Diaz-Gonzalez
94357b961e
refactor: deprecate nginx:validate
...
The command function move was to fix circular import issues...
2020-02-19 01:00:47 -05:00
Jose Diaz-Gonzalez
579d430303
refactor: rename nginx:show-conf to nginx:show-config
2020-02-19 01:00:47 -05:00
Jose Diaz-Gonzalez
9f32747c98
Merge pull request #3861 from dokku/3821-fix-clone-rename
...
Fix app clone and rename calls
2020-02-18 00:42:25 -05:00
Jose Diaz-Gonzalez
acff195fcb
tests: use TEST_NETWORK env var for test-network name
2020-02-17 23:41:01 -05:00
Jose Diaz-Gonzalez
b4d7d37d9b
tests: add tests for app cloning
2020-02-17 22:38:35 -05:00
Jose Diaz-Gonzalez
973313e3aa
tests: add tests for app renaming
2020-02-17 22:12:15 -05:00
Jose Diaz-Gonzalez
e19b52442b
fix: remove deprecated egrep calls from codebase
2020-02-17 05:59:52 -05:00
Jose Diaz-Gonzalez
b04080bcb1
Merge pull request #3854 from dokku/remove-deprecated-code
...
Remove deprecated code
2020-02-17 05:51:20 -05:00
Jose Diaz-Gonzalez
04e1837e9e
fix: revert to old array arg
2020-02-17 04:44:25 -05:00
Jose Diaz-Gonzalez
ce275837ac
fix: properly check for app domains
2020-02-17 04:39:52 -05:00
Jose Diaz-Gonzalez
4c7cd3f2af
feat: show the nginx config
2020-02-17 04:30:23 -05:00
Jose Diaz-Gonzalez
1e0899ee04
feat: cat the nginx conf for debugging
2020-02-17 04:29:23 -05:00
Jose Diaz-Gonzalez
57cf1dce61
refactor: use show-conf instead of cating the conf directly
2020-02-17 04:29:08 -05:00
Jose Diaz-Gonzalez
1a57c30bae
chore: drop unused source
2020-02-17 04:28:35 -05:00
dependabot-preview[bot]
962818b0ea
chore(deps-dev): bump heroku/heroku-buildpack-php in /tests/apps/php
...
Bumps [heroku/heroku-buildpack-php](https://github.com/heroku/heroku-buildpack-php ) from 170 to 171.
- [Release notes](https://github.com/heroku/heroku-buildpack-php/releases )
- [Changelog](https://github.com/heroku/heroku-buildpack-php/blob/master/CHANGELOG.md )
- [Commits](https://github.com/heroku/heroku-buildpack-php/compare/v170...v171 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-12 08:25:20 +00:00
Jose Diaz-Gonzalez
848373def5
chore: remove all deprecated commands
...
This change removes all deprecated commands. In many cases, users have been warned for a number of releases before the commands have been removed. All commands that were removed have existing alternatives.
2020-02-12 02:03:03 -05:00
dependabot-preview[bot]
411aa119a3
chore(deps-dev): bump heroku/heroku-buildpack-php in /tests/apps/php
...
Bumps [heroku/heroku-buildpack-php](https://github.com/heroku/heroku-buildpack-php ) from 169 to 170.
- [Release notes](https://github.com/heroku/heroku-buildpack-php/releases )
- [Changelog](https://github.com/heroku/heroku-buildpack-php/blob/master/CHANGELOG.md )
- [Commits](https://github.com/heroku/heroku-buildpack-php/compare/v169...v170 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-11 08:20:29 +00:00
Jose Diaz-Gonzalez
1b6c0ce6b6
fix: correct help test issues
2020-02-10 02:57:03 -05:00
Jose Diaz-Gonzalez
aa6a651f1d
tests: correct test issues
2020-02-10 02:54:31 -05:00
Jose Diaz-Gonzalez
4a60497d3e
feat: add tests for all help commands
2020-02-10 01:56:50 -05:00
Jose Diaz-Gonzalez
7a1537e38e
fix: correct tests
2020-02-10 01:41:31 -05:00
Jose Diaz-Gonzalez
2d9f0f939c
tests: update tests to handle new functionality
...
Also fix a few issues in the tests themselves
2020-02-09 01:22:14 -05:00
Jose Diaz-Gonzalez
231078125a
fix: ensure we cleanup networks in tests
2020-02-08 23:39:36 -05:00
Jose Diaz-Gonzalez
e282c2dd7e
tests: add tests for new networking features
2020-02-08 22:16:03 -05:00
dependabot-preview[bot]
397527eb21
chore(deps): bump werkzeug in /tests/apps/python-flask
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 0.16.1 to 1.0.0.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/0.16.1...1.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-07 14:32:16 +00:00
Jose Diaz-Gonzalez
ec4bd32169
Merge pull request #3843 from dokku/3709-hsts
...
Enable HSTS by default
2020-02-07 09:30:54 -05:00
Jose Diaz-Gonzalez
6940035d78
fix: support werkzeug==1.0.0
2020-02-06 20:31:24 -05:00
Jose Diaz-Gonzalez
b5f2d82f49
fix: setup tls for hsts test
2020-02-06 12:46:55 -05:00
Jose Diaz-Gonzalez
73e7ff7b18
feat: Enable HSTS by default
...
This enables the HSTS header by default when an SSL certificate is in use. HSTS options can also be managed via the nginx:set command, which also exposes the ability to disable HSTS for your application.
2020-02-06 11:08:13 -05:00
dependabot-preview[bot]
001e431fa1
chore(deps): bump google.golang.org/grpc in /tests/apps/gogrpc
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.27.0 to 1.27.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.27.0...v1.27.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-06 06:48:27 +00:00
lalyos
bb176e4130
feat: add global fallback for DOKKU_PROXY_PORT and DOKKU_PROXY_SSL_PORT
2020-02-03 13:22:09 -05:00
Jose Diaz-Gonzalez
414ea55ca8
tests: use 'ps auxf'
2020-02-03 12:10:39 -05:00
Tan Jay Jun
26e3232f2c
tests: check orphaned processes are reaped
2020-02-03 05:31:44 -05:00
Jose Diaz-Gonzalez
10d2fdea92
Merge pull request #3833 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/grpc-1.27.0
...
chore(deps): bump google.golang.org/grpc from 1.26.0 to 1.27.0 in /tests/apps/gogrpc
2020-02-03 04:39:37 -05:00
Jose Diaz-Gonzalez
fc8a8d6138
feat: implement docker-options:clear
...
Closes #3776
2020-02-01 17:06:27 -08:00
dependabot-preview[bot]
a134111f79
chore(deps): bump jinja2 in /tests/apps/python-flask
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 2.10.3 to 2.11.1.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/2.10.3...2.11.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-31 06:50:23 +00:00
dependabot-preview[bot]
f485062677
chore(deps): bump github.com/golang/protobuf in /tests/apps/gogrpc
...
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf ) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/golang/protobuf/releases )
- [Commits](https://github.com/golang/protobuf/compare/v1.3.2...v1.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-30 06:40:19 +00:00
dependabot-preview[bot]
d068ab9722
chore(deps): bump google.golang.org/grpc in /tests/apps/gogrpc
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.26.0...v1.27.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-29 06:46:56 +00:00
Jose Diaz-Gonzalez
30866dd98b
Merge pull request #3829 from dokku/dependabot/pip/tests/apps/python-flask/werkzeug-0.16.1
...
chore(deps): bump werkzeug from 0.16.0 to 0.16.1 in /tests/apps/python-flask
2020-01-27 12:19:15 -05:00
dependabot-preview[bot]
22ccfe6442
chore(deps-dev): bump heroku/heroku-buildpack-php in /tests/apps/php
...
Bumps [heroku/heroku-buildpack-php](https://github.com/heroku/heroku-buildpack-php ) from 166 to 169.
- [Release notes](https://github.com/heroku/heroku-buildpack-php/releases )
- [Changelog](https://github.com/heroku/heroku-buildpack-php/blob/master/CHANGELOG.md )
- [Commits](https://github.com/heroku/heroku-buildpack-php/compare/v166...v169 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 08:32:54 +00:00
dependabot-preview[bot]
f4a55172da
chore(deps): bump werkzeug in /tests/apps/python-flask
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/0.16.0...0.16.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 06:52:26 +00:00
dependabot-preview[bot]
686a577037
chore(deps): bump jetty-servlet in /tests/apps/java
...
Bumps [jetty-servlet](https://github.com/eclipse/jetty.project ) from 9.4.25.v20191220 to 9.4.26.v20200117.
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.25.v20191220...jetty-9.4.26.v20200117 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-20 06:59:14 +00:00
Jose Diaz-Gonzalez
566cd25336
Merge pull request #3819 from dokku/3805-bind-address
...
Allow binding nginx to specific IPv4/IPv6 interfaces
2020-01-15 19:01:26 -05:00