-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jenkins #1
base: master
Are you sure you want to change the base?
Jenkins #1
Commits on Apr 20, 2018
-
Refactor copy and add Add/copy pass integration tests
Priya Wadhwa committedApr 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 6054d7e - Browse repository at this point
Copy the full SHA 6054d7eView commit details -
Updated unit tests after refactor
Priya Wadhwa committedApr 20, 2018 Configuration menu - View commit details
-
Copy full SHA for be38696 - Browse repository at this point
Copy the full SHA be38696View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3473e - Browse repository at this point
Copy the full SHA 6b3473eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9013fdf - Browse repository at this point
Copy the full SHA 9013fdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e546795 - Browse repository at this point
Copy the full SHA e546795View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad7f299 - Browse repository at this point
Copy the full SHA ad7f299View commit details -
Add support for insecure docker registry
Using --insecure-skip-tls-verify
Configuration menu - View commit details
-
Copy full SHA for 4254916 - Browse repository at this point
Copy the full SHA 4254916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 856265e - Browse repository at this point
Copy the full SHA 856265eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5043614 - Browse repository at this point
Copy the full SHA 5043614View commit details -
Merge pull request GoogleContainerTools#128 from priyawadhwa/refactor…
…-copy Refactor copy and add
priyawadhwa authoredApr 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 3d84cf3 - Browse repository at this point
Copy the full SHA 3d84cf3View commit details -
Updated vendor for changes to container-diff
Priya Wadhwa committedApr 20, 2018 Configuration menu - View commit details
-
Copy full SHA for ae59204 - Browse repository at this point
Copy the full SHA ae59204View commit details -
Add support for insecure docker registry (GoogleContainerTools#131)
* Add support for insecure docker registry Using --insecure-skip-tls-verify Fixes GoogleContainerTools#110 * Apply formatting
Configuration menu - View commit details
-
Copy full SHA for 08ce2a0 - Browse repository at this point
Copy the full SHA 08ce2a0View commit details -
Merge pull request GoogleContainerTools#135 from priyawadhwa/vendor
Updated vendor
priyawadhwa authoredApr 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 2c50945 - Browse repository at this point
Copy the full SHA 2c50945View commit details
Commits on Apr 21, 2018
-
It's not really needed to use config.json credentials
Configuration menu - View commit details
-
Copy full SHA for 5a80342 - Browse repository at this point
Copy the full SHA 5a80342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9f42f - Browse repository at this point
Copy the full SHA 9e9f42fView commit details -
Document config.json authentication
Works with the standard kaniko docker image
Configuration menu - View commit details
-
Copy full SHA for 4fa6c28 - Browse repository at this point
Copy the full SHA 4fa6c28View commit details
Commits on Apr 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7ceba77 - Browse repository at this point
Copy the full SHA 7ceba77View commit details
Commits on Apr 23, 2018
-
Add whiteout handling by switching to a two-phase approach. (GoogleCo…
…ntainerTools#139) * Add whiteout handling by switching to a two-phase approach. Also only handle hardlinks within one layer * Simplify the run test.
Configuration menu - View commit details
-
Copy full SHA for 844d9ef - Browse repository at this point
Copy the full SHA 844d9efView commit details
Commits on Apr 24, 2018
-
Priya Wadhwa committed
Apr 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 7dbc7a0 - Browse repository at this point
Copy the full SHA 7dbc7a0View commit details -
Priya Wadhwa committed
Apr 24, 2018 Configuration menu - View commit details
-
Copy full SHA for cf713fe - Browse repository at this point
Copy the full SHA cf713feView commit details -
Priya Wadhwa committed
Apr 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 61d3c66 - Browse repository at this point
Copy the full SHA 61d3c66View commit details -
Merge pull request GoogleContainerTools#142 from priyawadhwa/readme
Update readme -- kaniko doesn't support Windows
priyawadhwa authoredApr 24, 2018 Configuration menu - View commit details
-
Copy full SHA for bf87cc5 - Browse repository at this point
Copy the full SHA bf87cc5View commit details -
Make sure to snapshot parent directories of specific files for add/copy
Priya Wadhwa committedApr 24, 2018 Configuration menu - View commit details
-
Copy full SHA for a211c1e - Browse repository at this point
Copy the full SHA a211c1eView commit details
Commits on Apr 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 85b7728 - Browse repository at this point
Copy the full SHA 85b7728View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd245a - Browse repository at this point
Copy the full SHA dfd245aView commit details -
Priya Wadhwa committed
Apr 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 946b11b - Browse repository at this point
Copy the full SHA 946b11bView commit details -
Release executor based off debian for debugging
Priya Wadhwa committedApr 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 0343e6b - Browse repository at this point
Copy the full SHA 0343e6bView commit details -
Merge pull request GoogleContainerTools#149 from priyawadhwa/dockerfile
Release executor based off debian for debugging
Configuration menu - View commit details
-
Copy full SHA for 05b2c0c - Browse repository at this point
Copy the full SHA 05b2c0cView commit details -
Priya Wadhwa committed
Apr 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 02f199e - Browse repository at this point
Copy the full SHA 02f199eView commit details -
Merge pull request GoogleContainerTools#150 from priyawadhwa/readme
Update readme for debug image
Configuration menu - View commit details
-
Copy full SHA for 8065555 - Browse repository at this point
Copy the full SHA 8065555View commit details
Commits on Apr 26, 2018
-
Switch from containers/image to go-containerregistry (GoogleContainer…
…Tools#140) * Vendor changes for go-containerregistry switch. * Manual changes for go-containerregistry switch. The biggest change is refactoring the tarball unpacking. * Pull more of container-diff out. * More vendor removals. * More unit tests.
Configuration menu - View commit details
-
Copy full SHA for cd5b744 - Browse repository at this point
Copy the full SHA cd5b744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c44571 - Browse repository at this point
Copy the full SHA 1c44571View commit details -
Priya Wadhwa committed
Apr 26, 2018 Configuration menu - View commit details
-
Copy full SHA for ebdf0ea - Browse repository at this point
Copy the full SHA ebdf0eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 842fc2f - Browse repository at this point
Copy the full SHA 842fc2fView commit details -
Merge pull request GoogleContainerTools#152 from priyawadhwa/tests
Build kaniko with docker
priyawadhwa authoredApr 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 8ed7152 - Browse repository at this point
Copy the full SHA 8ed7152View commit details -
Merge pull request GoogleContainerTools#153 from priyawadhwa/logo
Create kaniko logo directory
priyawadhwa authoredApr 26, 2018 Configuration menu - View commit details
-
Copy full SHA for ea9258b - Browse repository at this point
Copy the full SHA ea9258bView commit details -
Priya Wadhwa committed
Apr 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 904575d - Browse repository at this point
Copy the full SHA 904575dView commit details -
Fixed merge conflicts, support multistage builds
Priya Wadhwa committedApr 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 48688df - Browse repository at this point
Copy the full SHA 48688dfView commit details
Commits on Apr 27, 2018
-
Switch to multi-stage dockerfile for building kaniko
Priya Wadhwa committedApr 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 3705de2 - Browse repository at this point
Copy the full SHA 3705de2View commit details -
Priya Wadhwa committed
Apr 27, 2018 Configuration menu - View commit details
-
Copy full SHA for b943594 - Browse repository at this point
Copy the full SHA b943594View commit details -
Merge pull request GoogleContainerTools#155 from priyawadhwa/certs-bug
Switch to multi-stage dockerfile for building kaniko
priyawadhwa authoredApr 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 3575e0d - Browse repository at this point
Copy the full SHA 3575e0dView commit details -
Integration test for base image specifying sha
Priya Wadhwa committedApr 27, 2018 Configuration menu - View commit details
-
Copy full SHA for e9c1e1d - Browse repository at this point
Copy the full SHA e9c1e1dView commit details -
Priya Wadhwa committed
Apr 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 6c01712 - Browse repository at this point
Copy the full SHA 6c01712View commit details -
Merge pull request GoogleContainerTools#157 from priyawadhwa/sha-from
Integration test for base image specifying sha
priyawadhwa authoredApr 27, 2018 Configuration menu - View commit details
-
Copy full SHA for fb605ed - Browse repository at this point
Copy the full SHA fb605edView commit details
Commits on Apr 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bccc664 - Browse repository at this point
Copy the full SHA bccc664View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae47a03 - Browse repository at this point
Copy the full SHA ae47a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for d73f8c0 - Browse repository at this point
Copy the full SHA d73f8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd8d4b6 - Browse repository at this point
Copy the full SHA fd8d4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b5f4b - Browse repository at this point
Copy the full SHA 35b5f4bView commit details -
Revert "added shell command input to commands prepending shell"
This reverts commit bccc664.
Configuration menu - View commit details
-
Copy full SHA for 281c69c - Browse repository at this point
Copy the full SHA 281c69cView commit details
Commits on Apr 30, 2018
-
added shell command (GoogleContainerTools#158)
* added shell command input to commands prepending shell * Added shell command and test
Configuration menu - View commit details
-
Copy full SHA for 5af3645 - Browse repository at this point
Copy the full SHA 5af3645View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff3c58 - Browse repository at this point
Copy the full SHA 6ff3c58View commit details
Commits on May 1, 2018
-
Priya Wadhwa committed
May 1, 2018 Configuration menu - View commit details
-
Copy full SHA for a1acbe8 - Browse repository at this point
Copy the full SHA a1acbe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5e68f4 - Browse repository at this point
Copy the full SHA b5e68f4View commit details -
set fixed index for resolvedEnv slice on environment replacement - wi…
…ll always be len 1
Configuration menu - View commit details
-
Copy full SHA for d63bc6d - Browse repository at this point
Copy the full SHA d63bc6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbdbee0 - Browse repository at this point
Copy the full SHA dbdbee0View commit details -
Merge branch 'master' of github.com:GoogleContainerTools/kaniko into …
…multistage
Priya Wadhwa committedMay 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 67a3727 - Browse repository at this point
Copy the full SHA 67a3727View commit details -
Priya Wadhwa committed
May 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 36933a2 - Browse repository at this point
Copy the full SHA 36933a2View commit details -
Update integration tests to use new cst
Priya Wadhwa committedMay 1, 2018 Configuration menu - View commit details
-
Copy full SHA for ac8a110 - Browse repository at this point
Copy the full SHA ac8a110View commit details -
Merge pull request GoogleContainerTools#161 from priyawadhwa/cst
Update integration tests to use new cst
priyawadhwa authoredMay 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 06bbe91 - Browse repository at this point
Copy the full SHA 06bbe91View commit details -
Merge branch 'master' of github.com:GoogleContainerTools/kaniko into …
…multistage
Priya Wadhwa committedMay 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 5699134 - Browse repository at this point
Copy the full SHA 5699134View commit details
Commits on May 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e23003a - Browse repository at this point
Copy the full SHA e23003aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fca51e - Browse repository at this point
Copy the full SHA 1fca51eView commit details -
Merge pull request GoogleContainerTools#159 from chrisz100/feature/cm…
…d_stopsignal Feature/cmd stopsignal
priyawadhwa authoredMay 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 60cbc54 - Browse repository at this point
Copy the full SHA 60cbc54View commit details -
Use official version of docker-credential-gcr
Priya Wadhwa committedMay 2, 2018 Configuration menu - View commit details
-
Copy full SHA for c2516b4 - Browse repository at this point
Copy the full SHA c2516b4View commit details -
Priya Wadhwa committed
May 2, 2018 Configuration menu - View commit details
-
Copy full SHA for fe23751 - Browse repository at this point
Copy the full SHA fe23751View commit details -
Add credential helper and docs for pushing to Amazon ECR
Priya Wadhwa committedMay 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 8d3731a - Browse repository at this point
Copy the full SHA 8d3731aView commit details
Commits on May 3, 2018
-
Merge pull request GoogleContainerTools#165 from priyawadhwa/credentials
Use official version of docker-credential-gcr
priyawadhwa authoredMay 3, 2018 Configuration menu - View commit details
-
Copy full SHA for d33a914 - Browse repository at this point
Copy the full SHA d33a914View commit details -
Merge pull request GoogleContainerTools#166 from priyawadhwa/demo
Add demo to README
priyawadhwa authoredMay 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 878be35 - Browse repository at this point
Copy the full SHA 878be35View commit details -
Priya Wadhwa committed
May 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 26b8e01 - Browse repository at this point
Copy the full SHA 26b8e01View commit details
Commits on May 7, 2018
-
Merged master, fixed merge conflict
Priya Wadhwa committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 7fbc21e - Browse repository at this point
Copy the full SHA 7fbc21eView commit details -
Merge branch 'master' of github.com:GoogleContainerTools/kaniko into aws
Priya Wadhwa committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 5f547b1 - Browse repository at this point
Copy the full SHA 5f547b1View commit details -
Merge pull request GoogleContainerTools#143 from priyawadhwa/snapshot
Fix snapshotting specific files
priyawadhwa authoredMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 168bed8 - Browse repository at this point
Copy the full SHA 168bed8View commit details -
Create debug image with busybox shell
Priya Wadhwa committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 3da6215 - Browse repository at this point
Copy the full SHA 3da6215View commit details
Commits on May 8, 2018
-
Ignore symlinks during file extraction if link is whitelisted
Priya Wadhwa committedMay 8, 2018 Configuration menu - View commit details
-
Copy full SHA for d040c89 - Browse repository at this point
Copy the full SHA d040c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for adaff3e - Browse repository at this point
Copy the full SHA adaff3eView commit details -
Merge pull request GoogleContainerTools#173 from nbyl/destination-req…
…uired make destination required to fix "could not parse reference" errors
priyawadhwa authoredMay 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 02bb6de - Browse repository at this point
Copy the full SHA 02bb6deView commit details
Commits on May 9, 2018
-
Updated vendor for exported BuildArgs
Priya Wadhwa committedMay 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 3aafb84 - Browse repository at this point
Copy the full SHA 3aafb84View commit details -
Add shell command to commands.go
Priya Wadhwa committedMay 9, 2018 Configuration menu - View commit details
-
Copy full SHA for f5b8457 - Browse repository at this point
Copy the full SHA f5b8457View commit details -
Support BuildArgs for arg command
Priya Wadhwa committedMay 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 26d8501 - Browse repository at this point
Copy the full SHA 26d8501View commit details -
Priya Wadhwa committed
May 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 9b4063d - Browse repository at this point
Copy the full SHA 9b4063dView commit details -
Priya Wadhwa committed
May 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 6972bdb - Browse repository at this point
Copy the full SHA 6972bdbView commit details -
Merged master, fixed merge conflict
Priya Wadhwa committedMay 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 347ce66 - Browse repository at this point
Copy the full SHA 347ce66View commit details
Commits on May 10, 2018
-
Merge pull request GoogleContainerTools#174 from priyawadhwa/shell
Add shell command to commands.go
priyawadhwa authoredMay 10, 2018 Configuration menu - View commit details
-
Copy full SHA for d19a6e4 - Browse repository at this point
Copy the full SHA d19a6e4View commit details -
Merge pull request GoogleContainerTools#172 from priyawadhwa/symlink-bug
Ignore symlinks during file extraction if link is whitelisted
priyawadhwa authoredMay 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 676e669 - Browse repository at this point
Copy the full SHA 676e669View commit details -
Merge pull request GoogleContainerTools#167 from priyawadhwa/aws
Add credential helper and documentation for pushing to Amazon ECR
priyawadhwa authoredMay 10, 2018 Configuration menu - View commit details
-
Copy full SHA for fc75cf5 - Browse repository at this point
Copy the full SHA fc75cf5View commit details -
Merge branch 'master' of github.com:GoogleContainerTools/kaniko into …
…busybox
Priya Wadhwa committedMay 10, 2018 Configuration menu - View commit details
-
Copy full SHA for bb90bde - Browse repository at this point
Copy the full SHA bb90bdeView commit details -
Add busybox shell in dockerfile
Priya Wadhwa committedMay 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 4deb375 - Browse repository at this point
Copy the full SHA 4deb375View commit details -
Merge pull request GoogleContainerTools#171 from priyawadhwa/busybox
Create debug image with busybox shell
priyawadhwa authoredMay 10, 2018 Configuration menu - View commit details
-
Copy full SHA for b9fb466 - Browse repository at this point
Copy the full SHA b9fb466View commit details -
Merged master, fixed merge conflict
Priya Wadhwa committedMay 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 33f4805 - Browse repository at this point
Copy the full SHA 33f4805View commit details
Commits on May 11, 2018
-
Wrap BuildArgs in our own type
Priya Wadhwa committedMay 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 4de14c3 - Browse repository at this point
Copy the full SHA 4de14c3View commit details -
Merge pull request GoogleContainerTools#162 from priyawadhwa/arg
ARG Command
priyawadhwa authoredMay 11, 2018 Configuration menu - View commit details
-
Copy full SHA for ef191be - Browse repository at this point
Copy the full SHA ef191beView commit details -
Add busybox to path for debug image
Priya Wadhwa committedMay 11, 2018 Configuration menu - View commit details
-
Copy full SHA for f69be35 - Browse repository at this point
Copy the full SHA f69be35View commit details -
Merge pull request GoogleContainerTools#176 from priyawadhwa/busybox
Add busybox to path for debug image
priyawadhwa authoredMay 11, 2018 Configuration menu - View commit details
-
Copy full SHA for ec370e3 - Browse repository at this point
Copy the full SHA ec370e3View commit details -
Merge master, refactor to work with ARG
Priya Wadhwa committedMay 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 282f8ab - Browse repository at this point
Copy the full SHA 282f8abView commit details -
Priya Wadhwa committed
May 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 459ddff - Browse repository at this point
Copy the full SHA 459ddffView commit details
Commits on May 14, 2018
-
README: slight corrections about privileges
The previous document did not mention that Docker runs as root, and so some of the benefits of the tools being compared (such as img, orca-build, and umoci) were not properly explained. This is quite important because while Kubernetes users have Docker installed (on most clusters), on local machines and non-Kubernetes workloads the story is quite different. Signed-off-by: Aleksa Sarai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58743ba - Browse repository at this point
Copy the full SHA 58743baView commit details -
Merge pull request GoogleContainerTools#154 from cyphar/update-docs
README: slight corrections about privileges
priyawadhwa authoredMay 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 34e9460 - Browse repository at this point
Copy the full SHA 34e9460View commit details -
WIP: Feature/healthcheck signal (GoogleContainerTools#177)
* added basic healthcheck implementation * updated go-containerregistry version * added build args parameter to healthcheck execute * added go-containerregistry HealthCheck passing * dereferenced health for conversion
Configuration menu - View commit details
-
Copy full SHA for fbe3e05 - Browse repository at this point
Copy the full SHA fbe3e05View commit details -
Merge pull request GoogleContainerTools#141 from priyawadhwa/multistage
Support multi stage builds
priyawadhwa authoredMay 14, 2018 Configuration menu - View commit details
-
Copy full SHA for cde277c - Browse repository at this point
Copy the full SHA cde277cView commit details -
Priya Wadhwa committed
May 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 81b5771 - Browse repository at this point
Copy the full SHA 81b5771View commit details -
Pass in clone of buildargs for dockerfile parsing
Priya Wadhwa committedMay 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 6934f78 - Browse repository at this point
Copy the full SHA 6934f78View commit details -
Merge pull request GoogleContainerTools#179 from priyawadhwa/readme
Update README
priyawadhwa authoredMay 14, 2018 Configuration menu - View commit details
-
Copy full SHA for d2fc49f - Browse repository at this point
Copy the full SHA d2fc49fView commit details
Commits on May 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 085b5c5 - Browse repository at this point
Copy the full SHA 085b5c5View commit details -
Merge pull request GoogleContainerTools#180 from priyawadhwa/arg
Pass in clone of buildargs for dockerfile parsing
priyawadhwa authoredMay 15, 2018 Configuration menu - View commit details
-
Copy full SHA for dec203e - Browse repository at this point
Copy the full SHA dec203eView commit details -
Integration test refactoring (GoogleContainerTools#126)
* integration test refactoring * config file cleanup * more test refactoring * remove debug file * moving around more files * fixing up integration tests * integration tests work * some housekeeping * fixing tests * addressing comments * debugging * debugging * actual debugging * skip integration tests for travis * install container-diff before integration tests * syntax * make test failures less noisy * fixing tests * hopefully fixing CI? * fixes * more fixes * let's actually fix CI * more testing * testing * proper auth * typos * adding support for args in integration tests * formatting * formatting * adding support for testing bucket context * adding bucket test dockerfile * addressing comments * syntax
Configuration menu - View commit details
-
Copy full SHA for f8aa88b - Browse repository at this point
Copy the full SHA f8aa88bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 347d835 - Browse repository at this point
Copy the full SHA 347d835View commit details
Commits on May 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 257b0a7 - Browse repository at this point
Copy the full SHA 257b0a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aeaf5b - Browse repository at this point
Copy the full SHA 1aeaf5bView commit details
Commits on May 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d373a96 - Browse repository at this point
Copy the full SHA d373a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ca95ab - Browse repository at this point
Copy the full SHA 2ca95abView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb9b0c - Browse repository at this point
Copy the full SHA bfb9b0cView commit details