COMMITS
/ integration-cli/docker_cli_images_test.go January 14, 2016
K
Fix image filter
Kai Qiang Wu(Kennan) committed
December 18, 2015
V
Add --format support to images command
Vincent Demeester committed
December 13, 2015
J
Fix typos found across repository
Justas Brazauskas committed
November 26, 2015
D
Make filtering a linear operation.
David Calavera committed
November 25, 2015
S
add a test to make sure port is allowed in images filter
Shijiang Wei committed
November 18, 2015
T
Update daemon and docker core to use new content addressable storage
Tonis Tiigi committed
October 26, 2015
J
Use of checkers on docker_cli_images_test.go
James Carey committed
October 11, 2015
A
graph: ensure _tmp dir is always removed
Antonio Murdaca committed
October 9, 2015
A
graph: add parent img refcount for faster rmi
Antonio Murdaca committed
October 16, 2015
S
make sure the value of the dangling filter is correct
Shijiang Wei committed
October 8, 2015
J
Merge pull request #15693 from vdemeester/15659-image-label-filter
Jess Frazelle committed
August 28, 2015
J
Windows: Get Integration CLI running
John Howard committed
August 22, 2015
V
Fix filter by label for docker images
Vincent Demeester committed
B
Merge pull request #15412 from vdemeester/dont-sleep-too-much
Brian Goff committed
August 11, 2015
V
Remove/Comment time.Sleep in integration tests
Vincent Demeester committed
August 8, 2015
V
Fix #8048 : make `docker images repository:tag` work
Vincent Demeester committed
July 27, 2015
B
Don't pass check.C to dockerCmdWithError
Brian Goff committed
July 22, 2015
B
Fix golint warnings for integration-cli
Ben Firshman committed
July 20, 2015
Q
dockerCmd when possible
Qiang Huang committed
April 23, 2015
A
Implement teardown removeAllImages
Alexander Morozov committed
April 18, 2015
A
Use suite for integration-cli
Alexander Morozov committed
March 24, 2015
A
Refactor pkg/common, Fixes #11599
Antonio Murdaca committed
March 18, 2015
A
Fix duplicate display of dangling images
Andy Goldstein committed
January 7, 2015
D
Set labels on container create
Darren Shepherd committed
February 18, 2015
A
Use -q param in test using `docker images -f`
Ahmet Alp Balkan committed
November 3, 2014
O
Fix for #8777
Oh Jinkyun committed
October 14, 2014
J
Cleanup errorOut resp in images tests
Jessica Frazelle committed
September 10, 2014
J
Removing an image that fails, also removes the image name/tag.
Jessica Frazelle committed
June 23, 2014
L
Move sorter_test from integration to integration-cli
LK4D4 committed
June 12, 2014
L
Fix go vet errors
LK4D4 committed
April 4, 2014
S
Convert a legacy integration test to a clean v2 CLI integration test.
Solomon Hykes committed
February 25, 2014
U
initial version of cli integration tests
unclejack committed