Commit Graph

19 Commits (fix/avoid-rate-limits)

Author SHA1 Message Date
Simon Aronsson 89d57d2599
fix accept headers and switch default interval to 24h 5 years ago
Simon Aronsson 3d21ea683c
fix linting, formatting. tidy up go mod 5 years ago
Simon Aronsson b5823cfbf9
workaround x/sys issue on windows 5 years ago
Simon Aronsson 723d2e9488
fix regression and cleanup tests 5 years ago
Simon Aronsson dc71096cb4
build around container/image, as they depend on a package currently broken on macos 5 years ago
Simon Aronsson 6b9fd8d7ef
fix some tests, split up and refactor
some wonky regression introduced by docker dependencies when running on darwin. see https://github.com/ory/dockertest/issues/212 for more info.
will have a look at this next
5 years ago
Simon Aronsson 83aa420996
add http head based digest comparison to avoid dockerhub rate limits 5 years ago
Sebastiaan Tammer 12d323354f
Allows flags containing sensitive stuff to be passed as files (#545)
* Allows options containing sensitive stuff (passwords, tokens) to be passed as a file instead

* Fixed linter error, added tests, removed notification-url (due to being an array)
5 years ago
Arne Jørgensen 7787e1e5a1
Update shoutrrr to get latest and updated services (#563) 5 years ago
Maximilian Brandau a8d453b4c7
update shoutrrr 5 years ago
Maximilian Brandau be2376a4e1
add shoutrrr 5 years ago
Simon Aronsson 3fb299794b refactor: tidy up mod and sum files 6 years ago
Simon Aronsson 7b8b8e8ad9 #387 fix: switch to image id map and add additional tests 6 years ago
Simon Aronsson 39d6ca1ab5
Merge branch 'master' into master 6 years ago
Simon Aronsson ea596ea747 fix some var ref errors 6 years ago
Lukas Elsner a2a62fb46e do not delete same image twice when cleaning up 6 years ago
Simon Aronsson 998e8052c5 switch urfave to cobra 6 years ago
Simon Aronsson 498d500657 exclude markdown files from coverage analysis 6 years ago
Simon Aronsson 1b82da1ab7 Setup a working pipeline
* add tests to ensure function even after switching docker client api version
* switch docker client api version to remove import of Sirupsen and get rid of the casing workaround
* migrate from glide to dep to go modules
* rewrite ci workflow
  * only run publish on version tags
  * only run build on branches
  * update goreleaser config
  * disable automated latest tag push
* remove dependency to v2tec/docker-gobuilder
* remove dead code and files
* add golands .idea folder to gitignore
* add label to released docker images
* add test reporting, add some unit tests
* change test output dir
* fix goreleaser versions
* add debug output for circleci and goreleaser
* disable cgo
6 years ago