0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 22 hours ago.
Oct 31, 2023 — Oct 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Exclude PRs from the deploy stage... I think. #104
Karelaxlabs
as David Anderson
More... almost 7 years ago
Use either the branch name or the tag name to deploy repositories. #105
Karelaxlabs
as David Anderson
More... almost 7 years ago
Fix the way tags are included. #105
Karelaxlabs
as David Anderson
More... almost 7 years ago
Also do build+deploy on all tags. #105
Karelaxlabs
as David Anderson
More... almost 7 years ago
Fix another client shadowing that only gets reported by 1.10's vet.
Karelaxlabs
as David Anderson
More... almost 7 years ago
Switch to gometalinter for lint checks, and fix problems found by linters.
Karelaxlabs
as David Anderson
More... almost 7 years ago
Run gofmt -s on everything.
Karelaxlabs
as David Anderson
More... almost 7 years ago
Update official manifestst to point to docker hub. Fixes #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Switch the CI build from quay.io/metallb to metallb on docker hub. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Switch the deploy workflows to push to quay.io/metallb.
Karelaxlabs
as David Anderson
More... almost 7 years ago
Delete .travis.yml, we've stopped using travis. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Collapse some of the deploy steps again. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Go back to glide for now, removing it is breaking all the things in a way I don't want to debug right now. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Remove more dependencies on glide. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Actually fix the deploy build, working directory was wrong. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Run `make ci-prepare` before deploys, so glide install happens.
Karelaxlabs
as David Anderson
More... almost 7 years ago
Autogen a more complex CircleCI config. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Fix manifest braino. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Install manifest-tool so that the image push can complete. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Disable the test phase of the workflow temporarily. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Test deploy against my personal docker hub repository. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Make CircleCI deploy branch commits to quay.io. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Actually tell CircleCI to *run* docker login. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Make CircleCI log into quay.io during the deploy step. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Escape $ so that make doesn't eat shell subcommands. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Fix a typo in the go install command. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
I can makefile good. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Set up a build matrix with Go 1.8, 1.9. 1.10beta1. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago
Add a workflow specification, to tell CircleCI which job to run.
Karelaxlabs
as David Anderson
More... almost 7 years ago
Set up an actual test run, replicating what we do in Travis. #103
Karelaxlabs
as David Anderson
More... almost 7 years ago