Commit Graph

1657 Commits

Author SHA1 Message Date
Nathan LeClaire a63f26f438 Merge pull request #1991 from dmp42/01-carry-on-build-tweaks
Add simpler make targets and fix Windows build
2015-10-15 16:43:01 -07:00
Nathan LeClaire 600ffb7d20 Merge pull request #1968 from cmouttet/1967-openstack_InstanceIpAddress_default
add default AddressType: Fixed
2015-10-15 14:19:54 -07:00
Olivier Gambier 3e2e3d0a59 Build system enhancements
- new simpler targets:
 * make machine
 * make plugins
 * make cross
- fixed windows cross build to output .exe files

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-15 13:26:45 -07:00
Olivier Gambier 53ace516a4 Merge pull request #1960 from dgageot/1914-create-ignores-trailing-options
FIX #1914 Reject command lines with trailing flags
2015-10-14 10:28:38 -07:00
Olivier Gambier 4c12502605 Merge pull request #1977 from dgageot/1972-fix-google-driver-tags-no-tests
Fix broken google driver
2015-10-14 10:27:42 -07:00
David Gageot 264ca68902 Fix #1972 Google drive is broken because of tags
Signed-off-by: David Gageot <david@gageot.net>
2015-10-14 09:25:44 +02:00
Jean-Laurent de Morlhon 1bb6cae798 Merge pull request #1953 from bookerzzz/master
Explain how to prepare a Go 1.5 development environment
2015-10-14 09:20:05 +02:00
Nathan LeClaire 81923c0720 Merge pull request #1982 from moxiegirl/retooling-hugo-15
Hugo 15 support Markdown per GitHub; Removing seds
2015-10-13 19:39:42 -07:00
Nathan LeClaire 7f18deb79f Merge pull request #1951 from nathanleclaire/windows_ssh
Fix Windows SSH issues
2015-10-13 17:53:18 -07:00
Nathan LeClaire 0ce345a8b5 Merge pull request #1965 from pragkent/master
Fix filenames of loggers.
2015-10-13 16:47:05 -07:00
Nathan LeClaire 998ada5303 Fix Windows SSH issues
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-10-13 16:42:08 -07:00
Mary Anthony 1e7e241d9e Hugo 15 support Markdown per GitHub; Removing seds
Signed-off-by: Mary Anthony <mary@docker.com>
2015-10-13 16:00:08 -07:00
Olivier Gambier d181f532c4 Merge pull request #1978 from dgageot/1974-fix-makefile
[WIP] Fix the Makefile
2015-10-13 14:17:33 -07:00
David Gageot 28656c0e42 Fix #1974 make clean after a make build-x#1974
Signed-off-by: David Gageot <david@gageot.net>
2015-10-13 17:24:08 +02:00
David Gageot cd80b70d26 FIX #1914 Reject command lines with trailing flags
Signed-off-by: David Gageot <david@gageot.net>
2015-10-13 16:29:28 +02:00
gdm85 7fc4aedd1c Simplify fetch process by using go get
Signed-off-by: Giuseppe Mazzotta <gdm85@users.noreply.github.com>
2015-10-13 11:21:01 +02:00
Kent Wang da26cab450 Remove TerminalLogger.
Signed-off-by: Kent Wang <pragkent@gmail.com>
2015-10-13 11:31:46 +08:00
Nathan LeClaire ebd45f5d9b Merge pull request #1966 from MarcelHarkema/feature/vmwarefusion-driver-configdrive-fix
Fix config drive support in VMware Fusion driver
2015-10-12 11:19:24 -07:00
Olivier Gambier 9473210fb4 Merge pull request #1932 from hairyhenderson/upgrade-to-go-1.5.1
Updating CI builds to use Go 1.5.1
2015-10-12 11:06:28 -07:00
Dave Henderson 7a3f2ec446 Updating CI builds to use Go 1.5.1
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2015-10-12 08:26:58 -04:00
gdm85 a82d2cd74d Explain how to prepare a Go 1.5 development environment
Other minor documentation fixes

Signed-off-by: Giuseppe Mazzotta <gdm85@users.noreply.github.com>
2015-10-11 11:51:16 +02:00
Christian Mouttet e256702c8c add default AddressType: Fixed
Signed-off-by: Christian Mouttet <cmouttet@gmail.com>
2015-10-10 17:19:45 +02:00
Marcel Harkema db9363ef46 Fix config drive support in VMware Fusion driver
Signed-off-by: Marcel Harkema <marcel@harkema.name>
2015-10-10 16:10:11 +02:00
Kent Wang 6f3648735c Fix filenames of loggers.
Signed-off-by: Kent Wang <pragkent@gmail.com>
2015-10-10 16:28:45 +08:00
Olivier Gambier 6a5219b879 Merge pull request #1961 from dmp42/12-targets-fix
Fix building in docker
2015-10-09 15:44:14 -07:00
Nathan LeClaire caab273780 Merge pull request #1878 from ggiamarchi/openstack/add_env_vars
Add environment varibles for OpenStack flags
2015-10-09 14:39:58 -07:00
Olivier Gambier 7c8fc35c69 Don't build test files in cmd
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-09 14:33:32 -07:00
Olivier Gambier f4f3814d11 Fix building in docker
- now has the default build target on `make`
- test depends on non-bogus target

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-09 11:12:48 -07:00
Guillaume Giamarchi 6829837fd5 Add environment varibles for OpenStack flags
Some flags for the OpenStack driver did not have
a corresponding environment variable.

Among others, this is needed to run bats core tests
with the OpenStack driver.

Signed-off-by: Guillaume Giamarchi <guillaume.giamarchi@gmail.com>
2015-10-09 15:16:00 +02:00
Nathan LeClaire fcb14b98d2 Merge pull request #1949 from dmp42/11-plugins-prep
Prepare build for plugins PR
2015-10-08 17:13:06 -07:00
Nathan LeClaire a7d08d9bcd Merge pull request #1950 from nathanleclaire/wonk_dial
Display error message only when create was otherwise successful
2015-10-08 16:34:03 -07:00
Nathan LeClaire 074d7e3add Merge pull request #1957 from kacole2/improveHostnameError
clarified hostname error with valid characters
2015-10-08 16:29:45 -07:00
Olivier Gambier 53658e8932 Merge pull request #1933 from hironobu-s/openstack-ip-version
Add --openstack-ip-version option
2015-10-08 16:26:08 -07:00
Hironobu Saitoh f659e817b4 Add --openstack-ip-version option
This option allows users to specify IP version.

Signed-off-by: Hironobu Saitoh <hiro@hironobu.org>
2015-10-09 07:29:48 +09:00
Kendrick Coleman 3ed0377956 clarified hostname error with valid characters
this is a fix for #1922 to add in a valid character error message.

Signed-off-by: Kendrick Coleman <kendrickcoleman@gmail.com>
2015-10-08 15:15:09 -04:00
Nathan LeClaire 2399bfe578 Merge pull request #1952 from nathanleclaire/vbox_version
Move VBox detection to Precreate and print version
2015-10-08 11:01:31 -07:00
Nathan LeClaire 571712122d Merge pull request #1909 from skatsuta/saved-host-active
Change 'ls' to not report 'Saved' hosts as active when $DOCKER_HOST is not set
2015-10-08 11:00:45 -07:00
Soshi Katsuta 5af32bcdd3 commands: make `ls` to not report saved hosts to be active when $DOCKER_HOST is not set
Signed-off-by: Soshi Katsuta <soshi.katsuta@gmail.com>
2015-10-09 00:59:33 +09:00
Nathan LeClaire f0ebeab041 Move VBox detection to Precreate and print version
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-10-07 20:41:26 -07:00
Nathan LeClaire b1ed661da9 Display error message only when create was otherwise successful
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-10-07 20:29:19 -07:00
Olivier Gambier 56160e0058 Prepare build for plugins PR
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-07 18:02:58 -07:00
Nathan LeClaire 870d5c9340 Merge pull request #1941 from nathanleclaire/fix_storage_path
Fix broken --storage-path flag
2015-10-07 17:10:57 -07:00
Nathan LeClaire 94c551b964 Fix broken --storage-path flag
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-10-07 13:31:00 -07:00
Nathan LeClaire cc00ece828 Merge pull request #1940 from nathanleclaire/gh_api_rate_limit
Add --github-api-token flag and troubleshooting section
2015-10-07 13:03:59 -07:00
Olivier Gambier 306807b286 Merge pull request #1944 from dgageot/1943-fix-contributing-guide
Fix #1943 - binaries location
2015-10-07 11:29:56 -07:00
David Gageot 97ca43708a Fix binaries location
Signed-off-by: David Gageot <david@gageot.net>
2015-10-07 15:06:47 +02:00
Nathan LeClaire a5b0ebe0ec Add --github-api-token flag and troubleshooting section
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-10-06 15:12:18 -07:00
Gianpaolo Macario b01442c6bb fix IPV6NetworkMaskPrefixLength value parsing #1692
Adapted from 941c70cb01

Signed-off-by: Gianpaolo Macario <gmacario@gmail.com>
2015-10-06 22:43:55 +02:00
Nathan LeClaire ca4e17027d Merge pull request #1920 from yanzay/master
Additional info message while waiting for IP address to be assigned to the Droplet.
2015-10-05 14:17:54 -07:00
Nathan LeClaire bd03e83239 Merge pull request #1873 from djimenez/detectShellWindows
Issue #1867 improve detectShell for windows
2015-10-05 13:32:53 -07:00