Commit Graph

266 Commits

Author SHA1 Message Date
69a72d1483 fix entrypoint command 2020-03-15 22:16:03 +01:00
f7d7b3a5aa add g++ as build dependency to the dockerfile 2020-03-15 15:34:41 +01:00
e6e3e00605 add gcc as build dependency to the dockerfile 2020-03-15 15:19:18 +01:00
cc23232f32 replace pytimeparse with dateparser 2020-03-15 14:50:58 +01:00
178137d0f4 fix toc position 2020-03-15 13:46:12 +01:00
a64c63d2cb use a warning message if no arguments were passed 2020-03-15 13:44:48 +01:00
e2874642e1 add page tocs and missing defaults 2020-03-15 13:30:37 +01:00
e109b9345f restructure docs 2020-03-15 13:21:36 +01:00
152e7a3f73 refactor testing 2020-03-13 23:39:33 +01:00
b9479d501c implement autostop run method 2020-03-09 10:25:45 +01:00
221ff321e0 fix linting 2020-03-09 01:07:18 +01:00
1561264542 add garbage colletor run method 2020-03-09 01:05:17 +01:00
371789c258 fix dependency step 2020-03-08 23:16:41 +01:00
9dd8f08f78 temp disable broken cve check 2020-03-08 23:13:03 +01:00
84b05f080a dont install dev dependencies to check cves 2020-03-08 23:00:46 +01:00
68d9fb61ad update github conf 2020-03-08 22:48:00 +01:00
4b22810a76 add github config 2020-03-08 17:07:06 +01:00
16c32caec8 add option to exclude config overrides from file 2020-03-08 15:39:22 +01:00
5bbb016119 add basic docs 2020-03-08 15:38:36 +01:00
2969e69b43 remove dockerignore 2020-03-07 16:15:47 +01:00
712f7496fb debug 2020-03-07 16:01:13 +01:00
f2eeb3a11d add docker related files 2020-03-07 15:52:02 +01:00
9f05344c85 add version output 2020-03-07 15:43:30 +01:00
23a7806dde use pip installation for run verification 2020-03-07 15:07:40 +01:00
95d7cb820d fix dependencies for different python versions 2020-03-07 14:40:52 +01:00
c5e94fae7a fix dependencies for different python versions 2020-03-07 14:31:26 +01:00
7be61d559e fix pipenv-setup command 2020-03-06 22:48:32 +01:00
b7be2b4b95 fix flake8 errors 2020-03-06 22:39:32 +01:00
964e25d46a run test commands in virtualenv 2020-03-06 08:49:22 +01:00
e771ec5d4d enable drone 2020-03-06 08:45:32 +01:00
936e4b2188 refactor base structure 2020-03-05 23:51:21 +01:00
12b6e10737 fix setuptools_scm argparse usage 2020-03-01 18:55:30 +01:00
4284f65f7f fix typo 2020-03-01 18:43:12 +01:00
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