コミット履歴

作者 SHA1 メッセージ 日付
  Brian Olsen c7cda86e84 Don't read from stdout in hijack unless attached. Fixes #1503 12 年 前
  Pascal Borreli 9b2a5964fc Fixed typos 12 年 前
  Guillaume J. Charmes 6ae3305040 Merge pull request #1277 from dotcloud/add_commands_unit_tests 12 年 前
  Guillaume J. Charmes bc823acc25 Reimplement old Commands unit tests in order to insure behavior 12 年 前
  Victor Vieux ed7a4236b3 Add tests for the api 12 年 前
  Victor Vieux 599f85d4e4 store both logs in a same file, as JSON 12 年 前
  Solomon Hykes 2ac1141980 Don't leave broken, commented out tests lying around. 12 年 前
  Guillaume J. Charmes ada0e1fb08 Merge pull request #1049 from dotcloud/1040_ignore_stderr_tests-fix 12 年 前
  Caleb Spare 19121c16d9 Implement several golint suggestions, including: 12 年 前
  Guillaume J. Charmes 800d900688 Ignore stderr while doing tests 12 年 前
  Guillaume J. Charmes 5190f7f33a Implement regression test for stdin attach 12 年 前
  Guillaume J. Charmes a749fb2130 Make DockerCli use its own stdin/out/err instead of the os.Std* 12 年 前
  Jérôme Petazzoni 6f3e868a7b Merge branch 'master' of github.com:dotcloud/docker into 471-cpu-limit 12 年 前
  Guillaume J. Charmes 15ae314cbb Mock Hijack and Implement Unit test for Attach 12 年 前
  Jérôme Petazzoni af9f559f2e in the tests, use a non-default value for cpu.shares 12 年 前
  Jérôme Petazzoni efd9becb78 implement "-c" option to allocate a number of CPU shares to a container 12 年 前
  Victor Vieux 10c0e99037 update to master 12 年 前
  Guillaume J. Charmes 8472a27e80 Merge pull request #497 from justone/dot-graph-images 12 年 前
  Guillaume J. Charmes ff95f2b0ec Update the unit tests to reflect the new API 12 年 前
  Victor Vieux 04cd20fa62 split api and server. run return exit code. import, pull and commit uses the smae endpoint. non zero status code on failure 12 年 前
  Nate Jones 3dba4022ad add tests for 'images' subcommand 12 年 前
  Guillaume J. Charmes a22c78523f Wait for the container to finish in TestAttachDisconnect before destroying it 12 年 前
  Guillaume J. Charmes acb546cd1b Fix race within TestRunDisconnectTty 12 年 前
  Guillaume J. Charmes cc5a044a8c update TestRunDisconnectTty to reflect the correct behavior of CmdRun 12 年 前
  Guillaume J. Charmes bb22cd492e Add unit test for hanging kill + fix other tests behaviour 12 年 前
  Guillaume J. Charmes d063d52cce Update the unit test to reflect the new CmdRun behaviour in tty mode 12 年 前
  Guillaume J. Charmes 99b5bec069 Fix run disconnect behavious in tty mode + add unit test to enforce it 12 年 前
  Louis Opter e9a68801ba Update the tests according to the "optional raw mode" changes 12 年 前
  Guillaume J. Charmes bdf05d8368 Reenable CmdRunAttachStdin and CmdRunHostname now using the DockConn interface 12 年 前
  Guillaume J. Charmes 80f6b4587b Edit the tests for them to use the new command API. Disable TestRunHostname and TestAttachStdin. 12 年 前