Commit Graph

747 Commits (4c4c27574c01657f9cef556262709b059c136915)
 

Author SHA1 Message Date
Flavio Maria De Stefano 70c737cebd
Typo in --http-api (#841) 3 years ago
allcontributors[bot] 88d1dcf0d2
docs: add hydrargyrum as a contributor (#839)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
3 years ago
hydrargyrum ce9e102835
docs: fix broken markup of "HTTP API Token" (#834) 3 years ago
Lion - dapplion f10b4e3492
Update HTTP API docs (#827) 3 years ago
D. Domig 52e6e11395
docs: update changed contributor username (#817) 3 years ago
nils måsén d0943c3b77
chore(ci): set image platform on image build (#811)
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
3 years ago
Simon Aronsson a068203e4d
delete unused circleci config 3 years ago
allcontributors[bot] 1886fde84a
docs: add nymous as a contributor (#788)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
3 years ago
Thomas Gaudin a5b200e033
Fix arguments doc formatting (#782) 3 years ago
allcontributors[bot] aecac40413
docs: add SrihariThalla as a contributor (#787)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
3 years ago
Srihari Thalla d60c0d6b57
chore: fix badge url for contributors and docker pulls (#774) 3 years ago
Zois Pagoulatos 9cee66c93d
ci: Update code of conduct URL in github action (#778)
Closes #777
3 years ago
allcontributors[bot] ae6bd207c1
docs: add zoispag as a contributor (#771)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
3 years ago
Zois Pagoulatos 0961c74e6b
ci: Add codeQL analysis checks (#770) 3 years ago
Zois Pagoulatos d04d71508f
fix: Disallow log level 'trace' (#765)
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
3 years ago
Simon Aronsson eccf87a47d
make test command windows compatible 3 years ago
allcontributors[bot] 8b95e8c1c3
docs: add SrihariThalla as a contributor (#769)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
3 years ago
Srihari Thalla bfd57c7180
chore: Update Badges on Docs (#764) 3 years ago
nils måsén b6af45b9ae
chore(ci): disable fail-fast for pr tests (#766) 3 years ago
Zois Pagoulatos 4689853493
fix: Set log level to debug for message about API token (#757) 3 years ago
Simon Aronsson fb9469e58e
remove cgo_enable flag for the test step
this was a last-minute change that actually isn't needed. we'll know whether this is an issue in the build step anyway.
3 years ago
Simon Aronsson 3369d2427c
chore(ci): add coverage upload 3 years ago
Simon Aronsson 5532c4e905
chore(ci): set up release workflow 3 years ago
Simon Aronsson 140cc4ea12
add macos to the testing matrix 3 years ago
Simon Aronsson ea53cdbe7c
add names to steps 3 years ago
Simon Aronsson 668e7a1511
fix(ci): set correct get url for linter 3 years ago
Simon Aronsson 2ba51c0de0
chore(ci): add manual dispatch 3 years ago
Simon Aronsson aa3ed8833f
chore(ci): rename workflow 3 years ago
Simon Aronsson 4e0ce6e824
chore(ci): move to github actions 3 years ago
Simon Aronsson 5b349e5dc4
Update README.md 3 years ago
Simon Aronsson 47e53adf6d
Update README.md 3 years ago
Simon Aronsson e18b57efc8
Cleanup readme 3 years ago
nils måsén 40ab6fd5ba
Fix notifications and old instance cleanup (#748)
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
3 years ago
Simon Aronsson 06e705d538
Create post-release.yml 3 years ago
Simon Aronsson 99eaf42de0
fix doc typo 3 years ago
ilike2burnthing e230967196
Add WATCHTOWER_INCLUDE_RESTARTING env for include-restarting flag (#720) 3 years ago
nils måsén 352574d387
add details/summary to issue template (#732) 3 years ago
Jeroen Roos 847261c2ca
Added a link to HTTP API documentation (#734)
Co-authored-by: Jeroen Roos <gitlab@zoph.org>
3 years ago
Simon Aronsson d7d5b25882
Prometheus support (#450)
Co-authored-by: nils måsén <nils@piksel.se>
Co-authored-by: MihailITPlace <ya.halo-halo@yandex.ru>
Co-authored-by: Sebastiaan Tammer <sebastiaantammer@gmail.com>
3 years ago
Simon Aronsson 35490c853d
cherrypick notification changes from #450 (#745) 3 years ago
nils måsén 3bbe1bd109
fix manifest tag index in manifest.go (#731)
Co-authored-by: Simon Aronsson <simme@arcticbit.se>
3 years ago
allcontributors[bot] 2fb1f5f7ee
docs: add tkalus as a contributor (#721)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
3 years ago
Turtle Kalus 5983d58d7c
Log based on registry known-support - reduce noise on notifications (#716)
Log based on registry known-poor support of HEAD in checking container
manifest.

Some private registries do not support HEAD (E.G. GitLab Container Registry).
With the current config, this log message is causing a notification to be
sent for each container hosted in a registry lacking HEAD support.

log.Debug or log.Warning for failed HTTP HEAD-check based on registry hostname
where HEAD-check is known to fail.

For Docker Hub, a failed HEAD leading to a "regular pull" may count against a
user's call-quota whereas other registry implementations do not support HEAD,
or whose container manifest may be in a different location.
3 years ago
Simon Aronsson 8b81fbd48d
Revert "feat(config): swap viper and cobra for config (#684)"
This reverts commit ff8cb884a0.
3 years ago
Simon Aronsson 89119515af
clean up scope builder and remove fmt print 3 years ago
Simon Aronsson cf6a71de81
fix linting issues 3 years ago
Simon Aronsson eb8580f7f2
make sure all different ref formats are supported 3 years ago
nils måsén ff8cb884a0
feat(config): swap viper and cobra for config (#684) 3 years ago
nils måsén cbe9ab87fa
move secret value "credentials" to trace log (#707) 3 years ago
nils måsén 9b998fb751
Fix syntax highlight and typo in docs (#712) 3 years ago