COMMITS
/ integration-cli/docker_cli_logs_test.go March 14, 2016
A
integration-cli: move goroutines info helpers to separate funcs
Alexander Morozov committed
B
Merge pull request #21161 from Microsoft/jjh/TestLogsPerformanceProblem
Brian Goff committed
March 13, 2016
J
Fix TestLogsContainers performance
John Howard committed
March 11, 2016
C
Fix error-checking when looking at empty log
Christopher Jones committed
February 28, 2016
A
integration-cli: remove not necessary -d again
Antonio Murdaca committed
February 24, 2016
J
Windows CI: Port docker_cli_logs_test.go
John Howard committed
February 16, 2016
A
Fix flaky TestLogsSinceFutureFollow
Arnaud Porterie committed
December 15, 2015
D
Move timeutils functions to the only places where they are used.
David Calavera committed
December 4, 2015
D
Implement docker logs with standalone client lib.
David Calavera committed
W
Correct the message of ErrorCodeNoSuchContainer to "No such container"
Wen Cheng Ma committed
December 7, 2015
A
Fix flaky test TestLogsSince
Aaron Lehmann committed
October 29, 2015
M
modifying docker --since and --until to support nanoseconds and time zones
Mike Brown committed
October 26, 2015
S
GCCGO requires more memory and time to start containers, fixing GCCGO x86 CI
Srini Brahmaroutu committed
October 13, 2015
J
Use c.Assert in integration-cli/docker_cli_logs_test.go
Jian Zhang committed
September 28, 2015
M
refactor logs to not use internal data structures
Morgan Bauer committed
August 28, 2015
J
Windows: Get Integration CLI running
John Howard committed
August 7, 2015
V
typofix - https://github.com/vlajos/misspell_fixer
Veres Lajos committed
July 22, 2015
D
Merge pull request #14442 from cpuguy83/refactor_logdrvier_reader
David Calavera committed
July 3, 2015
B
Split reader interface from logger interface
Brian Goff committed
July 21, 2015
L
Minor fix of TestLogsStderrInStdout
Lei committed
July 20, 2015
June 4, 2015
B
Fix goroutine leak on logs -f with no output
Brian Goff committed
May 21, 2015
A
Merge pull request #13387 from cpuguy83/fix_ngroutine_test
Alexander Morozov committed
B
Better checking for LogsFollowGoroutinesWithStdout
Brian Goff committed
May 20, 2015
L
Removed deleteContainer calls
Lorenzo Fontana committed
May 15, 2015
B
Extend sleep/timeout for ngoroutine check
Brian Goff committed
May 13, 2015
A
integ-cli: Fix race in TestLogsSince
Ahmet Alp Balkan committed
May 7, 2015
B
Make sure log pipes are closed
Brian Goff committed
April 14, 2015
A
Add --since argument to docker logs cmd
Ahmet Alp Balkan committed
April 27, 2015
A
c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel
Antonio Murdaca committed
April 23, 2015
V
delete "defer deleteContainer" on tests
Vincent Demeester committed
April 18, 2015
A
Use suite for integration-cli
Alexander Morozov committed
April 6, 2015
B
Remove `stripTrailingCharacters` from tests
Brian Goff committed
October 30, 2014
T
Fix panic on slow log consumer.
Tonis Tiigi committed
October 14, 2014
J
Cleanup errorOut resp log tests
Jessica Frazelle committed
September 15, 2014
U
add the timeutils package
unclejack committed
September 10, 2014
D
Fix for issue 7902.
Doug Davis committed
August 20, 2014
A
Test for following logs for stopped container
Alexandr Morozov committed
May 10, 2014
J
Updated docker logs timestamp to RFC3339
James Turnbull committed
June 3, 2014
A
Implement tail for docker logs
Alexandr Morozov committed
April 2, 2014
A
Timestamps for docker logs.
Alexandr Morozov committed
April 4, 2014
U
cli integration: sync container & image deletion
unclejack committed
March 31, 2014
G
Add regression test
Guillaume J. Charmes committed