- 10 Eyl, 2015 5 kayıt (commit)
-
-
Joffrey F yazdı
Bumped version to 1.4.0 Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Always send a string for the user param in create_container
-
Joffrey F yazdı
CI fixes (wip)
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
Joffrey F yazdı
Signed-off-by:
Joffrey F <joffrey@docker.com>
-
- 09 Eyl, 2015 4 kayıt (commit)
- 03 Eyl, 2015 2 kayıt (commit)
-
-
Joffrey F yazdı
Add @dnephin and @mnowster as maintainers
-
Aanand Prasad yazdı
Signed-off-by:
Aanand Prasad <aanand.prasad@gmail.com>
-
- 01 Eyl, 2015 5 kayıt (commit)
-
-
Joffrey F yazdı
Default to 127.0.0.1:2375 on Windows
-
Aanand Prasad yazdı
Following the logic of the Docker client. Signed-off-by:
Aanand Prasad <aanand.prasad@gmail.com>
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
Stricter url construction
-
- 31 Agu, 2015 6 kayıt (commit)
-
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
Integration test improvements
-
Aanand Prasad yazdı
- Fix the setup step (the process has changed now that we're using pytest) - Skip tests that are unstable - Make better use of build caching Signed-off-by:
Aanand Prasad <aanand.prasad@gmail.com>
-
- 27 Agu, 2015 5 kayıt (commit)
-
-
Joffrey F yazdı
Fix .dockerignore integration test
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Joffrey F yazdı
-
https://github.com/aanand/docker-pyJoffrey F yazdı
Merge branch 'default-cert-path' of https://github.com/aanand/docker-py into aanand-default-cert-path Conflicts: tests/utils_test.py
-
- 26 Agu, 2015 9 kayıt (commit)
-
-
Joffrey F yazdı
Exec create user
-
Joffrey F yazdı
Better support for .dockerignore
-
Joffrey F yazdı
-
Joffrey F yazdı
-
Aanand Prasad yazdı
- Support all basic pattern forms: file, directory, *, ?, ! - Fix handling of wildcard patterns and subdirectories - `*/a.py` should match `foo/a.py`, but not `foo/bar/a.py` - Fix handling of directory patterns with a trailing slash - make sure they're handled equivalently to those without one - Fix handling of custom Dockerfiles - make sure they go in the tarball Signed-off-by:
Aanand Prasad <aanand.prasad@gmail.com>
-
Mazz Mosley yazdı
Signed-off-by:
Mazz Mosley <mazz@houseofmnowster.com>
-
Aanand Prasad yazdı
- There was a typo (".dockerginore"), which meant that the exclusion of the .dockerignore file itself wasn't being tested. - Some of the file names were non-descriptive. - The test was inspecting the output of the build process, rather than running 'ls' in a new container, which meant it was full of extra output, and would fail when there was a cache hit. Signed-off-by:
Aanand Prasad <aanand.prasad@gmail.com>
-
Mazz Mosley yazdı
By having this hardcoded list of log drivers, it is a bottleneck to us supporting more log drivers. The daemon already validates if a log driver is valid or not, so rather than duplicating that validation, let's pass the log_driver along. This allows support for new/more log drivers as they become supported in docker without having to wait for both docker-py and docker-compose to support them. Keeping the current list of log driver types for backwards compatibility. Signed-off-by:
Mazz Mosley <mazz@houseofmnowster.com>
-
Mazz Mosley yazdı
By using `json-file` as the use case we can run this without needing to be on a machine with syslog installed. Even if syslog was installed, this test was still failing as the `log_opt` of 'key1' is an invalid option. This test is slightly different style to the others, it hopefully includes an example of how to space out tests for increased readability, we construct our tests in 3 phases(generally) and include a space imbetween them: - setup - perform action - assertions Expanded variable names is important for readability/clarity. Also reduced the number of assertions to focus on the logic we're testing. Signed-off-by:
Mazz Mosley <mazz@houseofmnowster.com>
-
- 25 Agu, 2015 4 kayıt (commit)