Commit Graph

7 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
6b0104ffb9
Merge pull request #247 from gravesm/dry-run
Add support for dryRun parameter
2021-08-05 10:21:22 -07:00
Hedi Nasr
59ba58b494
Add the ability to stop the watcher gracefully. 2021-07-28 21:18:12 +02:00
Mike Graves
cbb71698d7 Add support for dryRun parameter 2021-07-26 13:23:57 -04:00
Yash Kumar Singh
bde3935f26 Support customizing “Accept” header and added a testcase to test custom header 2021-05-07 05:52:23 +05:30
Oz N Tiram
c941d74b37 Remove all shebangs from Python modules and checker
As discussed, Python modules which aren't intended to be invoked
as scripts should not include a shebang line.

Update CONTRIBUTING.md and the checker script.
This script now includes a list SKIP_FILES for files that
should not be checked for boilerplate template.
The tests will now fail if a Python module has a shebang line.
Scripts which should have a shebang line and exists in the directory
`hack` can be ignored by adding them to the SKIP_FILES list.
2019-08-27 22:18:52 +02:00
Fabian von Feilitzsch
53c4cb23a3 Add boilerplate 2019-08-09 21:38:40 -04:00
Fabian von Feilitzsch
461a3bf7ce Add dynamic client 2019-08-09 21:38:26 -04:00