Commit Graph
1390 Commits
Author SHA1 Message Date
Victor Vieux c61d0ebc3e display warning on the server in debug in version don't match
Upstream-commit: 7c7619ecf86f84c2e8d0a7f9bdb6763683f67066
Component: engine
2013-05-09 20:24:49 +02:00
Victor Vieux 1d943286a7 fix attach and remove cli doc
Upstream-commit: 4576e11121581c92a436a53ad347bccbfc921a9b
Component: engine
2013-05-09 17:54:41 +02:00
Victor Vieux 1b7fac39d6 pretty print json in inspect
Upstream-commit: 842cb8909e1194a4650db6c6c4d1891ac2fd5a88
Component: engine
2013-05-09 03:46:39 +02:00
Victor Vieux b2dbee934e bump to master
Upstream-commit: fc29f01528ef99b88734bee252cc0af05675885e
Component: engine
2013-05-09 02:20:16 +02:00
Guillaume J. Charmes 28ba5b0027 Bumped version to 0.3.1
Upstream-commit: 06767fb99d997fe939febb086e8fa12414419053
Component: engine
2013-05-08 16:52:47 -07:00
Guillaume J. Charmes f0b0638c96 Display the go version inf CmdInfo in non-debug mode
Upstream-commit: 5098c4fc006c15788142a669a0d169b03de7be8b
Component: engine
2013-05-08 16:40:48 -07:00
Guillaume J. Charmes ee760c5cd2 Merge pull request #557 from dotcloud/improve_checksum
* Registry: Improve checksum
Upstream-commit: c25597690939feb73094a557a49c6f7085b67cac
Component: engine
2013-05-08 16:30:42 -07:00
Guillaume J. Charmes dd5e4add4f Store the checksums when pulling a repository
Upstream-commit: 0e23b4e10ec7f7c49c5715cd115f859319adf476
Component: engine
2013-05-08 16:27:35 -07:00
Guillaume J. Charmes acc707fbce + Runtime: Add go version to debug infos
Upstream-commit: d6c24092eb0e24f7aaa921110c62e99e81ae1f88
Component: engine
2013-05-08 15:35:35 -07:00
Victor Vieux 85cd179914 fix login
Upstream-commit: 24c785bc062c19488a47d9ed9ed2799a3c6783f8
Component: engine
2013-05-08 23:57:14 +02:00
Guillaume J. Charmes cc0ef6eaae Better error output upon push failure
Upstream-commit: 6cafed45afb74d07b13e8c00798e559da47822e7
Component: engine
2013-05-08 14:19:38 -07:00
Victor Vieux c812fb432f removed useless returns
Upstream-commit: 1d42cbaa21826e1594911742b8ead439da11882e
Component: engine
2013-05-08 23:19:24 +02:00
Guillaume J. Charmes d25803433e Merge pull request #562 from tianon/go1.1
- Makefile: Swap "go get" for "go get -d", especially to compile on go1.1rc
Upstream-commit: 3484781a6f4367c3b534cb5575c0d1516a5ffc14
Component: engine
2013-05-08 14:15:03 -07:00
Tianon Gravi 0b78bccf28 Swap "go get" for "go get -d", especially to compile on go1.1rc; fixes #561
Upstream-commit: c4ad6b077d87bb501ed651bfc87c3e332c7d38d7
Component: engine
2013-05-08 14:51:50 -06:00
Ken Cochrane b96b79e6a4 Merge pull request #559 from dhrp/docs-table-th-fix
- Documentation: CSS fix for docker documentation to make REST API docs look better.
Upstream-commit: 45b5d3027ee0ebeff98559ad4fbb5b1085eb9c0a
Component: engine
2013-05-08 12:18:33 -07:00
Thatcher Peskens 6a329f5dc0 Added a line to css to make sure th woul align left.
Upstream-commit: 070b1cd541cb8a60755a3c5244af00bca6ccaf51
Component: engine
2013-05-08 12:13:31 -07:00
Guillaume J. Charmes c6f97b4c7e Make the checksum async within commit
Upstream-commit: 8ff1765674c93a169fe29483503709a008f30618
Component: engine
2013-05-08 12:01:12 -07:00
Guillaume J. Charmes 9dcac35c2d Use make instead of new
Upstream-commit: c4ebf870c8a9cef909e66fb517e607896ea8a518
Component: engine
2013-05-08 10:35:41 -07:00
Victor Vieux 51e6bc80d2 fix commit without run parameter
Upstream-commit: bf605fcfc77aeb1ef5d8c00072b6c2c1f988ebcd
Component: engine
2013-05-08 19:21:52 +02:00
Victor Vieux 878db7760d fix doc and empty content-type
Upstream-commit: 954ecac388bbee5cf00d22260287ed01bf5d11a4
Component: engine
2013-05-08 18:52:01 +02:00
Victor Vieux 49a31806c0 change content-type and small fix in run
Upstream-commit: 4a1e0d321ec8ef622673971deff0d191d198cc31
Component: engine
2013-05-08 18:36:37 +02:00
Victor Vieux 851c893ba0 added pagination on ps
Upstream-commit: bc3fa506e93c3e54078b9e62f5466bf4a1048704
Component: engine
2013-05-08 18:28:11 +02:00
Victor Vieux da521d1f37 remove useless port endpoint
Upstream-commit: 075e1ebb0e835c3591059131bec6dedaf042e227
Component: engine
2013-05-08 18:06:43 +02:00
Victor Vieux ca0d93350a changes 2 endpoints to avoid confusion, changed some parameters, fix doc, add api unit tests
Upstream-commit: 60ddcaa15d61c75bec78edeb72999daa7077dd0e
Component: engine
2013-05-08 17:35:50 +02:00
Guillaume J. Charmes 44877f5bf7 Fix non exiting client issue
Upstream-commit: cacc7e564acfcb7c28c2526e29714057fe793b2a
Component: engine
2013-05-07 23:32:17 -07:00
Guillaume J. Charmes 22cbbad6d2 Small fix
Upstream-commit: 2ac4e662f1f507d8c1d45141f7c8e128ba96ff9d
Component: engine
2013-05-07 18:16:24 -07:00
Guillaume J. Charmes ac4295319a Replace os.File with io.ReadCloser and io.Writer
Upstream-commit: 57cfe72e8c27dc3f499b15a679d16dee85eb7a3e
Component: engine
2013-05-07 18:06:49 -07:00
Guillaume J. Charmes 1f9f3aab64 Fix routes in api.go
Upstream-commit: 755604a2bdcaa47ad1ef827be021c9997002d311
Component: engine
2013-05-07 17:35:33 -07:00
Guillaume J. Charmes fdcdf1dbe5 Factorize api.go
Upstream-commit: 891c5202ead662d9c8a3147f691e719106e0f20a
Component: engine
2013-05-07 17:27:09 -07:00
Guillaume J. Charmes 3385421b84 Use bool instead of string for flags
Upstream-commit: ab96da8eb2c81a90e5c081da26ee49c3af2f1ca5
Component: engine
2013-05-07 16:47:43 -07:00
Guillaume J. Charmes d8a225f5d5 Use Fprintf instead of Fprintln
Upstream-commit: 279db68b4600551706dd1185ad1b05b374e9e05c
Component: engine
2013-05-07 16:36:49 -07:00
Guillaume J. Charmes 455a7b25f7 Refactor api.go to use a factory with named functions
Upstream-commit: b56b2da5c5ac9c65c07d33844a4c2ceeb36bbf6a
Component: engine
2013-05-07 16:33:12 -07:00
Victor Vieux 4209e6bbd1 removed useless buffered pipe in import
Upstream-commit: a0880edc6337054725abc9e8338550bc5258f4ab
Component: engine
2013-05-07 23:56:45 +02:00
Victor Vieux e00d8a8fdf removed RAW mode on server
Upstream-commit: 4d30a32c68c199a1e10e68729feb519b74da2961
Component: engine
2013-05-07 23:15:42 +02:00
Victor Vieux 799d4545bd remove useless wait in run
Upstream-commit: a5b765a769736171d05692aff3abdf3f02dfe5be
Component: engine
2013-05-07 22:52:58 +02:00
Victor Vieux 11b6afb566 display id on run -s stdin
Upstream-commit: ac0e27699c0dd9306ae0edabeff5d462399c8e74
Component: engine
2013-05-07 21:36:24 +02:00
Victor Vieux 8ba22c1167 Merge branch 'master' into remote-api
Upstream-commit: 32cbd72ebeedfd6be71cf840f8b56a19e2c0e64c
Component: engine
2013-05-07 21:02:32 +02:00
Victor Vieux 2a0cf81ee6 fix run no parameter
Upstream-commit: 40794113750a3d21e784e2521ae517f23a081135
Component: engine
2013-05-07 20:59:04 +02:00
Victor Vieux 521aa8b1ce added search
Upstream-commit: 59a6316f5e0810009f5986d62f1707f8d0a6650e
Component: engine
2013-05-07 20:43:31 +02:00
Guillaume J. Charmes 2c41182b97 Merge pull request #539 from justone/fix-byparent
- Images: fix ByParent function
Upstream-commit: 7b1ec9ff30a0b239466a47b576c1352069fe7688
Component: engine
2013-05-07 11:34:59 -07:00
Guillaume J. Charmes bff143f914 Merge pull request #550 from unclejack/handle-empty-kernel-flavor-without-dash
* Runtime: kernel version - don't show the dash if flavor is empty
Upstream-commit: 244e6022ec114350a0b417fa4a432128789f9e8a
Component: engine
2013-05-07 11:24:25 -07:00
Guillaume J. Charmes e782d4332d Merge pull request #552 from dotcloud/548-no_command_panic-fix
- Builder: Check the command existance prior create and add Unit tests for the case
Upstream-commit: f8dd04d567c4aa212bb2998a7db5fb016b340ed8
Component: engine
2013-05-07 11:19:34 -07:00
Guillaume J. Charmes 664f8fbbbd Check the command existance prior create and add Unit tests for the case
Upstream-commit: 42b1ea4889cd61790f81001ada5deac9354be378
Component: engine
2013-05-07 11:18:13 -07:00
unclejack e188ef45f3 kernel version - don't show the dash if flavor is empty
Upstream-commit: d2eb2455a1fc379dbac94d651b0785b631b84add
Component: engine
2013-05-07 20:57:21 +03:00
Guillaume J. Charmes 11e30ef978 Merge pull request #543 from dotcloud/pull-official-tag-fix
- Registry: Fix pull for official images with specific tag
Upstream-commit: a2b5196061bf7fd174c52fce2e245c85a1506c45
Component: engine
2013-05-07 10:56:37 -07:00
Ken Cochrane 4ab4386507 Merge pull request #544 from DanielVF/master
- Documentation: Fixed CouchDB example page header mistake
Upstream-commit: f46ab22b7a15f2bd974029819e487577d9593141
Component: engine
2013-05-07 10:51:35 -07:00
Ken Cochrane 9b78bae37f Merge pull request #535 from dhrp/website_update
* Documentation: updated www.docker.io website. 
Upstream-commit: 074310063de4fb48206afe2fc6f75cb08a298244
Component: engine
2013-05-07 10:45:29 -07:00
Guillaume J. Charmes 2d972eaadd Merge pull request #542 from dotcloud/docker-search
+ Registry: Add docker search top level command in order to search a repository
Upstream-commit: 01575e1f6775d7874876b271ef573a865f4608eb
Component: engine
2013-05-07 10:43:19 -07:00
Victor Vieux b385a1ce2f Merge branch 'master' into remote-api
Upstream-commit: 97fdfab44692f76dd48353c261f1e2ba9b85b41f
Component: engine
2013-05-07 19:42:36 +02:00
shin- 918b8e4e00 Added actual doc file
Upstream-commit: 82513815f1d2bee77ae729b4293e29d6377ab03d
Component: engine
2013-05-07 10:31:55 -07:00