Commit Graph

108 Commits

Author SHA1 Message Date
Robert Kaussow 152e7a3f73 refactor testing 2020-03-13 23:39:33 +01:00
Robert Kaussow b9479d501c implement autostop run method 2020-03-09 10:25:45 +01:00
Robert Kaussow 221ff321e0 fix linting 2020-03-09 01:07:18 +01:00
Robert Kaussow 1561264542 add garbage colletor run method 2020-03-09 01:05:17 +01:00
Robert Kaussow 371789c258 fix dependency step 2020-03-08 23:16:41 +01:00
Robert Kaussow 9dd8f08f78 temp disable broken cve check 2020-03-08 23:13:03 +01:00
Robert Kaussow 84b05f080a dont install dev dependencies to check cves 2020-03-08 23:00:46 +01:00
Robert Kaussow 68d9fb61ad update github conf 2020-03-08 22:48:00 +01:00
Robert Kaussow 4b22810a76 add github config 2020-03-08 17:07:06 +01:00
Robert Kaussow 16c32caec8 add option to exclude config overrides from file 2020-03-08 15:39:22 +01:00
Robert Kaussow 5bbb016119 add basic docs 2020-03-08 15:38:36 +01:00
Robert Kaussow 2969e69b43 remove dockerignore 2020-03-07 16:15:47 +01:00
Robert Kaussow 712f7496fb debug 2020-03-07 16:01:13 +01:00
Robert Kaussow f2eeb3a11d add docker related files 2020-03-07 15:52:02 +01:00
Robert Kaussow 9f05344c85 add version output 2020-03-07 15:43:30 +01:00
Robert Kaussow 23a7806dde use pip installation for run verification 2020-03-07 15:07:40 +01:00
Robert Kaussow 95d7cb820d fix dependencies for different python versions 2020-03-07 14:40:52 +01:00
Robert Kaussow c5e94fae7a fix dependencies for different python versions 2020-03-07 14:31:26 +01:00
Robert Kaussow 7be61d559e fix pipenv-setup command 2020-03-06 22:48:32 +01:00
Robert Kaussow b7be2b4b95 fix flake8 errors 2020-03-06 22:39:32 +01:00
Robert Kaussow 964e25d46a run test commands in virtualenv 2020-03-06 08:49:22 +01:00
Robert Kaussow e771ec5d4d enable drone 2020-03-06 08:45:32 +01:00
Robert Kaussow 936e4b2188 refactor base structure 2020-03-05 23:51:21 +01:00
Robert Kaussow 12b6e10737 fix setuptools_scm argparse usage 2020-03-01 18:55:30 +01:00
Robert Kaussow 4284f65f7f fix typo 2020-03-01 18:43:12 +01:00
Robert Kaussow 5218ebd29c fork: initial commit 2020-03-01 18:42:29 +01:00
Kyle Anderson cc0fdbbfd9
Merge pull request #52 from Yelp/fix-requirements
Bump urllib and requests
2019-04-29 14:43:24 -07:00
maksym 86e6ac42b9 bump urllib and requests 2019-04-28 00:11:12 +02:00
Matthew Mead-Briggs 7ba6386aa9 Bump version 2019-04-25 03:44:27 -07:00
Matthew Mead-Briggs eb94d2b9a5
Merge pull request #51 from Yelp/fix-null-labels
Fix null labels
2019-04-25 11:39:43 +01:00
Matthew Mead-Briggs 0d48a757ef Fix error on missing labels
It seems a container can have "null" Labels so we need to handle that
case.
2019-04-24 07:46:23 -07:00
Matthew Mead-Briggs e66fb295f4 Pre-commit wants to make these changes
And they seem fine to me
2019-04-24 07:39:38 -07:00
Kyle Anderson 2399f609ae
Merge pull request #49 from Yelp/adding-secrets-baseline
adding .secrets.baseline
2018-07-16 16:17:13 -07:00
Aaron Loo 3b8a3be0ed adding .secrets.baseline 2018-07-12 17:08:22 -07:00
Kyle Anderson 01c8866e3b
Merge pull request #48 from ATRAN2/ignore-changelog-for-end-of-file-precommit-hook
Ignore CHANGELOG.md for the end-of-file precommit hook
2018-03-21 17:11:15 -07:00
Andy Tran a91ea00753 Ignore CHANGELOG.md for the end-of-file precommit hook 2018-03-21 16:36:28 -07:00
Kyle Anderson a4f0d01dd6 Release 0.7.2 2018-03-21 15:49:22 -07:00
Kyle Anderson cb08dbfd88 Fix debian links 2018-03-21 15:38:10 -07:00
Kyle Anderson 37ea0fffb8 Release 0.7.1 2018-03-21 15:26:44 -07:00
Kyle Anderson 95b5351ab8
Merge pull request #47 from ATRAN2/add-exclude-container-regex-argument
Add --exclude-container-label argument to dcgc
2018-03-21 15:23:46 -07:00
Andy Tran b84b30052a Refactor container exclude labels 2018-03-20 16:34:02 -07:00
Andy Tran 95ded14891 Add --exclude-container-label argument to dcgc
Add an argument to dcgc that allows dcgc to ignore removing a container
and its child images based on the container's label
2018-03-20 16:33:13 -07:00
Kyle Anderson 091c6ea44b
Merge pull request #46 from samiam/port_to_docker_lib
Port to docker lib
2018-03-09 10:54:19 -08:00
Sam fc72a150d8 Instantiate APIClient using defined envars e.g. DOCKER_HOST 2018-03-07 08:45:00 -05:00
Sam 8eb165385f Revert "Print usage when argv empty"
This reverts commit fab8c8ba1c.
2018-03-06 13:02:38 -05:00
Sam 814b64c11e Port from 'docker-py' library to renamed 'docker' library.
Use docker.APIClient as object to interface with.
2018-03-06 09:56:19 -05:00
Sam c904aa1d61 Update requirements.txt version and use docker instead of docker-py 2018-03-06 09:51:04 -05:00
Sam fab8c8ba1c Print usage when argv empty 2018-03-06 09:50:56 -05:00
Kyle Anderson 49e1bdfe3d
Merge pull request #45 from samiam/fix_empty_volumes
Correctly handle empty dangling volumes
2018-03-05 09:59:26 -08:00
Sam b93aaa8956 Update travis config and python to newer versions 2018-03-05 09:21:00 -05:00