Commit Graph

  • fae63aa42e Merge pull request #567 from dotcloud/516-xorg-ppa Guillaume J. Charmes 2013-05-09 23:01:48 -07:00
  • 26bfeb1d67 Merge pull request #432 from dotcloud/remote-api Guillaume J. Charmes 2013-05-09 22:43:47 -07:00
  • 9897e78e32 Update the doc for remote-api Guillaume J. Charmes 2013-05-09 22:29:12 -07:00
  • 1941c79195 make commands use the correct routes Guillaume J. Charmes 2013-05-09 22:28:52 -07:00
  • 15ae314cbb Mock Hijack and Implement Unit test for Attach Guillaume J. Charmes 2013-05-09 21:55:08 -07:00
  • 310fec4819 More unit tests for remote api Guillaume J. Charmes 2013-05-09 21:54:43 -07:00
  • 28fd289b44 Reduce the Destroy timeout from 10 to 3 seconds Guillaume J. Charmes 2013-05-09 21:53:56 -07:00
  • 483c942520 Fix typos whithin unit tests Guillaume J. Charmes 2013-05-09 21:53:28 -07:00
  • eeaea4e873 Update the routes within commands.go Guillaume J. Charmes 2013-05-09 20:19:21 -07:00
  • 24816a8b80 Add/improve unit tests Guillaume J. Charmes 2013-05-09 20:13:52 -07:00
  • 0c6380cc32 Rename "v" in "removeVolume" Guillaume J. Charmes 2013-05-09 19:19:55 -07:00
  • 2a303dab85 Add unit tests Guillaume J. Charmes 2013-05-09 19:19:24 -07:00
  • ede0793d94 Add unit tests for remote api Guillaume J. Charmes 2013-05-09 17:51:27 -07:00
  • 152ebeea43 Change API route for containers/ and images/ in order to avoid conflict Guillaume J. Charmes 2013-05-09 17:50:56 -07:00
  • ff67da9c86 Add the variable maps to the Api functions Guillaume J. Charmes 2013-05-09 16:28:47 -07:00
  • add73641e6 fixed private caller Victor Vieux 2013-05-10 01:23:50 +02:00
  • 9af5d9c527 Merge branch 'remote-api' of https://github.com/dotcloud/docker into remote-api Victor Vieux 2013-05-10 01:20:33 +02:00
  • 3115c5a225 private tests api fixed Victor Vieux 2013-05-10 01:20:07 +02:00
  • 7e8b413bcf Implement the some unit tests without listenandserve Guillaume J. Charmes 2013-05-09 16:20:06 -07:00
  • b2b59ddb10 Remove ListenAndServe from unit tests Guillaume J. Charmes 2013-05-09 15:47:06 -07:00
  • c423a790d6 fixed issue with viz Victor Vieux 2013-05-09 23:52:12 +02:00
  • 074a566164 Small fix in graph_test.go Guillaume J. Charmes 2013-05-09 14:48:10 -07:00
  • 93dc2c331e removed hijack in export Victor Vieux 2013-05-09 23:28:03 +02:00
  • 0ecf5e245d removed hijack on viz Victor Vieux 2013-05-09 23:10:26 +02:00
  • e289308dff Bumped version to 0.3.2 v0.3.2 Guillaume J. Charmes 2013-05-09 13:51:32 -07:00
  • 8fb8a08ff2 Merge pull request #568 from dotcloud/improve_checksum-2 Guillaume J. Charmes 2013-05-09 13:25:15 -07:00
  • 30f009150f Fix error code message upon error on push Guillaume J. Charmes 2013-05-09 13:24:00 -07:00
  • 0862183c86 fix status code and error detection Victor Vieux 2013-05-09 21:42:29 +02:00
  • 0410397704 Update basics.rst Guillaume J. Charmes 2013-05-09 13:05:18 -06:00
  • 0bcc5d3bee re-add previously deleted doc files Victor Vieux 2013-05-09 20:36:08 +02:00
  • b5831eda1e merge master Victor Vieux 2013-05-09 20:32:53 +02:00
  • 7c7619ecf8 display warning on the server in debug in version don't match Victor Vieux 2013-05-09 20:24:49 +02:00
  • 3cbf5670c5 Send the images in correct order Guillaume J. Charmes 2013-05-09 11:12:37 -07:00
  • 0a5d86d7be fix run after rmi Victor Vieux 2013-05-09 18:57:47 +02:00
  • 4576e11121 fix attach and remove cli doc Victor Vieux 2013-05-09 17:54:41 +02:00
  • 55cf05835b Remove the pushImageRec and use iteration instead Guillaume J. Charmes 2013-05-08 23:29:02 -07:00
  • c7a7983fcb Improve the checksum process Guillaume J. Charmes 2013-05-08 22:45:40 -07:00
  • 44b33b44aa Factorize the checksums functions Guillaume J. Charmes 2013-05-08 22:37:33 -07:00
  • 463658dc8f Refactor PushRepository to fix error 400 and to increase processing speed Guillaume J. Charmes 2013-05-08 22:06:23 -07:00
  • 80f4b0df75 * Registry: Use the size to have a good progress bar while pushing * Registry: Use the actual archive if it exists in order to speed up the push + Registry: Remove the archive if it exists after the push Guillaume J. Charmes 2013-05-08 19:36:12 -07:00
  • 73321f27f4 packaging-ubuntu; issue #516: Add xorg kernel to Vagrantfile for stable ubuntu LTS docker distro Daniel Mizyrycki 2013-05-08 19:36:06 -07:00
  • aaaf3f0726 Store the actual archive when commit Guillaume J. Charmes 2013-05-08 19:08:11 -07:00
  • 842cb8909e pretty print json in inspect Victor Vieux 2013-05-09 03:46:39 +02:00
  • fc29f01528 bump to master Victor Vieux 2013-05-09 02:20:16 +02:00
  • eed64e6777 Merge pull request #566 from dhrp/move-website-to-dir Thatcher 2013-05-08 17:13:45 -07:00
  • 0f4469c2b1 Moved the static website html pages to their own folder under docs. Thatcher Peskens 2013-05-08 17:05:46 -07:00
  • 06767fb99d Bumped version to 0.3.1 v0.3.1 Guillaume J. Charmes 2013-05-08 16:52:47 -07:00
  • 5098c4fc00 Display the go version inf CmdInfo in non-debug mode Guillaume J. Charmes 2013-05-08 16:40:48 -07:00
  • c255976909 Merge pull request #557 from dotcloud/improve_checksum Guillaume J. Charmes 2013-05-08 16:30:42 -07:00
  • 0e23b4e10e Store the checksums when pulling a repository Guillaume J. Charmes 2013-05-08 16:22:12 -07:00
  • d6c24092eb + Runtime: Add go version to debug infos Guillaume J. Charmes 2013-05-08 15:26:44 -07:00
  • 24c785bc06 fix login Victor Vieux 2013-05-08 23:57:14 +02:00
  • 6cafed45af Better error output upon push failure Guillaume J. Charmes 2013-05-08 14:19:38 -07:00
  • 1d42cbaa21 removed useless returns Victor Vieux 2013-05-08 23:19:24 +02:00
  • 3484781a6f Merge pull request #562 from tianon/go1.1 Guillaume J. Charmes 2013-05-08 14:15:03 -07:00
  • c4ad6b077d Swap "go get" for "go get -d", especially to compile on go1.1rc; fixes #561 Tianon Gravi 2013-05-08 14:50:26 -06:00
  • 45b5d3027e Merge pull request #559 from dhrp/docs-table-th-fix Ken Cochrane 2013-05-08 12:18:33 -07:00
  • 070b1cd541 Added a line to css to make sure th woul align left. Thatcher Peskens 2013-05-08 12:13:31 -07:00
  • 8ff1765674 Make the checksum async within commit Guillaume J. Charmes 2013-05-08 10:42:29 -07:00
  • c4ebf870c8 Use make instead of new Guillaume J. Charmes 2013-05-08 10:35:41 -07:00
  • bf605fcfc7 fix commit without run parameter Victor Vieux 2013-05-08 19:21:52 +02:00
  • 954ecac388 fix doc and empty content-type Victor Vieux 2013-05-08 18:52:01 +02:00
  • 4a1e0d321e change content-type and small fix in run Victor Vieux 2013-05-08 18:36:37 +02:00
  • bc3fa506e9 added pagination on ps Victor Vieux 2013-05-08 18:28:11 +02:00
  • 075e1ebb0e remove useless port endpoint Victor Vieux 2013-05-08 18:06:43 +02:00
  • 60ddcaa15d changes 2 endpoints to avoid confusion, changed some parameters, fix doc, add api unit tests Victor Vieux 2013-05-08 17:35:50 +02:00
  • cacc7e564a Fix non exiting client issue Guillaume J. Charmes 2013-05-07 23:32:17 -07:00
  • 2ac4e662f1 Small fix Guillaume J. Charmes 2013-05-07 18:15:33 -07:00
  • 57cfe72e8c Replace os.File with io.ReadCloser and io.Writer Guillaume J. Charmes 2013-05-07 18:06:49 -07:00
  • 755604a2bd Fix routes in api.go Guillaume J. Charmes 2013-05-07 17:35:33 -07:00
  • 891c5202ea Factorize api.go Guillaume J. Charmes 2013-05-07 17:27:09 -07:00
  • ab96da8eb2 Use bool instead of string for flags Guillaume J. Charmes 2013-05-07 16:47:43 -07:00
  • 279db68b46 Use Fprintf instead of Fprintln Guillaume J. Charmes 2013-05-07 16:36:49 -07:00
  • b56b2da5c5 Refactor api.go to use a factory with named functions Guillaume J. Charmes 2013-05-07 16:33:12 -07:00
  • a0880edc63 removed useless buffered pipe in import Victor Vieux 2013-05-07 23:56:45 +02:00
  • 4d30a32c68 removed RAW mode on server Victor Vieux 2013-05-07 23:15:42 +02:00
  • a5b765a769 remove useless wait in run Victor Vieux 2013-05-07 22:15:21 +02:00
  • ac0e27699c display id on run -s stdin Victor Vieux 2013-05-07 21:36:24 +02:00
  • 32cbd72ebe Merge branch 'master' into remote-api Victor Vieux 2013-05-07 21:02:32 +02:00
  • 4079411375 fix run no parameter Victor Vieux 2013-05-07 20:59:04 +02:00
  • eef8b0d406 propagate CpuShares in mergeConfig Jérôme Petazzoni 2013-05-07 11:44:38 -07:00
  • af9f559f2e in the tests, use a non-default value for cpu.shares Jérôme Petazzoni 2013-05-07 11:44:24 -07:00
  • e36752e033 if -c is not specified, do not set cpu.shares (instead of using the default value of 1024) Jérôme Petazzoni 2013-05-07 11:43:45 -07:00
  • 59a6316f5e added search Victor Vieux 2013-05-07 20:37:35 +02:00
  • 7b1ec9ff30 Merge pull request #539 from justone/fix-byparent Guillaume J. Charmes 2013-05-07 11:34:59 -07:00
  • 244e6022ec Merge pull request #550 from unclejack/handle-empty-kernel-flavor-without-dash Guillaume J. Charmes 2013-05-07 11:24:25 -07:00
  • f8dd04d567 Merge pull request #552 from dotcloud/548-no_command_panic-fix Guillaume J. Charmes 2013-05-07 11:19:34 -07:00
  • 42b1ea4889 Check the command existance prior create and add Unit tests for the case Guillaume J. Charmes 2013-05-07 11:18:13 -07:00
  • efd9becb78 implement "-c" option to allocate a number of CPU shares to a container Jérôme Petazzoni 2013-05-07 11:16:30 -07:00
  • d2eb2455a1 kernel version - don't show the dash if flavor is empty unclejack 2013-05-07 20:57:21 +03:00
  • a2b5196061 Merge pull request #543 from dotcloud/pull-official-tag-fix Guillaume J. Charmes 2013-05-07 10:56:37 -07:00
  • f46ab22b7a Merge pull request #544 from DanielVF/master Ken Cochrane 2013-05-07 10:51:35 -07:00
  • 074310063d Merge pull request #535 from dhrp/website_update Ken Cochrane 2013-05-07 10:45:29 -07:00
  • 01575e1f67 Merge pull request #542 from dotcloud/docker-search Guillaume J. Charmes 2013-05-07 10:43:19 -07:00
  • 97fdfab446 Merge branch 'master' into remote-api Victor Vieux 2013-05-07 19:42:36 +02:00
  • 82513815f1 Added actual doc file shin- 2013-05-07 10:31:55 -07:00
  • 4df26b9ee7 Added doc page for new search command shin- 2013-05-07 10:29:49 -07:00
  • 10c0e99037 update to master Victor Vieux 2013-05-07 19:23:50 +02:00
  • fc2df7e634 Merge pull request #546 from shamrin/patch-3 Ken Cochrane 2013-05-07 10:01:16 -07:00
  • 0b6c79b303 first draft of the doc, split commit and fix some issues in spi.go Victor Vieux 2013-05-07 17:19:41 +02:00