Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow interactive exec | Tomas Tomecek | 2015-12-03 | 1 | -0/+46 |
| | | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | Move methods/classes used by all integration tests to helpers.py | Joffrey F | 2015-11-18 | 1 | -0/+87 |
| | | | | | | | Ensure setup_module is called at session level, making the test suite not order dependent. Test files can be invoked independently. Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | put/get archive implementation | Joffrey F | 2015-10-08 | 1 | -0/+21 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Better support for .dockerignore | Aanand Prasad | 2015-08-26 | 1 | -0/+16 |
- 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> |