Commit graph

278 commits

Author SHA1 Message Date
Alex Goodman 0364bf8702
use goreleaser paths for input binary in dockerfiles/makefile 2019-09-22 22:42:12 -04:00
Alex Goodman 3229efafa5
Merge pull request #231 from wagoodman/refactor-image-analysis
Refactor package structure
2019-09-22 11:54:34 -04:00
Alex Goodman e6040a4450
fix git ignore 2019-09-22 11:50:05 -04:00
Alex Goodman 576709ad30
rework package structure 2019-09-21 16:28:45 -04:00
Alex Goodman 4b73bc89b8
update pipeline badge 2019-09-17 21:27:51 -04:00
Alex Goodman 2d347b7890
Merge pull request #230 from wagoodman/circle-ci
Add circle ci and rm gitlab ci
2019-09-17 21:18:03 -04:00
Alex Goodman 9236307e29
golang 1.13 support for linting 2019-09-17 21:13:46 -04:00
Alex Goodman a27a61e094
Merge branch 'master' into circle-ci
# Conflicts:
#	.gitlab-ci.yml
2019-09-17 21:01:07 -04:00
Alex Goodman d7016d8f39
Merge pull request #227 from chenrui333/go-1.13
Upgrade to golang 1.13
2019-09-17 21:00:16 -04:00
Alex Goodman 18b5fdbe79
syntax fix 2019-09-17 20:58:09 -04:00
Alex Goodman 6443603f33
add circle ci and rm gitlab ci 2019-09-16 07:56:30 -04:00
Rui Chen f48715d4c5 Update go.mod and go.sum 2019-09-08 18:46:07 -04:00
Rui Chen 3431679d0d Upgrade to golang 1.13 2019-09-08 18:22:42 -04:00
Alex Goodman f2ea8b503d
bump to v0.8.1 2019-09-07 08:46:53 -04:00
Alex Goodman 627e6c5f3e
reset filter cursor only when visible, addresses #225 2019-09-06 07:54:26 -04:00
Alex Goodman d54de9458c
ensure goreleaser builds with CGO disabled 2019-09-05 08:00:55 -04:00
Alex Goodman ff7cb1db6b
docker bin no longer needs to be mounted in 2019-09-02 13:56:39 -04:00
Alex Goodman a81a335ead
update goreleaser config 2019-09-02 13:52:01 -04:00
Alex Goodman d1804f350f
bump to v0.8.0 2019-09-02 13:29:28 -04:00
Alex Goodman 2b12b1ce11
Merge pull request #213 from chenrui333/add-formula-to-homebrew-core
Move formula to homebrew-core
2019-09-02 13:27:16 -04:00
Alex Goodman 3b07a40534
rebase to scratch as suggested in #221 2019-09-02 13:24:15 -04:00
Alex Goodman fd9f26780b
Merge pull request #221 from 1138-4EB/style-docker-full
rework Dockerfile.full: use two stages
2019-09-02 13:23:03 -04:00
1138-4EB 21cc5483bd rework Dockerfile.full: use two stages 2019-08-22 03:03:16 +02:00
Alex Goodman d89bfed1fe
Merge pull request #216 from wagoodman/include-inefficient-files-in-ci-output
Add file report to CI results
2019-08-16 15:57:30 -04:00
Alex Goodman 8496ad2327
Merge pull request #215 from wagoodman/ci-config-verbiage
Clarify ratio vs percentage in CI config
2019-07-28 12:40:59 -04:00
Alex Goodman 943392389c
Merge pull request #214 from wagoodman/add-alpine-image
Update alpine based image
2019-07-27 14:19:21 -04:00
Alex Goodman ceb7dfd30a
added file report to CI results; refactored runtime package 2019-07-27 14:15:32 -04:00
Alex Goodman 6fbc5542f2
added scratch-based image 2019-07-27 13:33:10 -04:00
Alex Goodman 1142e7c3fd
Merge branch 'master' into add-alpine-image 2019-07-27 13:28:51 -04:00
Alex Goodman 66bc1c2cb4
Merge pull request #190 from TheDen/feature/use-alpine-base-image
use alpine:3.9 as the base image
2019-07-27 13:28:16 -04:00
Alex Goodman 6d27c94262
add more clarity in ci configuration comments regarding ratios vs percentages 2019-07-27 13:15:16 -04:00
Alex Goodman 65f87b00a9
make slim image default, provide fully featured image 2019-07-27 12:56:26 -04:00
Alex Goodman f2b2d38622
use alpine based docker image 2019-07-27 12:19:52 -04:00
Rui Chen f406dff9bc Move formula to homebrew-core 2019-07-26 15:30:44 -04:00
Alex Goodman e4ddfb411c
Expose CI validation options to the CLI (#212)
* expose ci config to cli switches; addresses #198

* added/updated tests for ci configuration
2019-07-26 10:27:00 -04:00
Alex Goodman efc67354ac
Merge pull request #210 from akshaychhajed/fix-docker-tls
fix tls config for docker
2019-07-26 09:57:23 -04:00
Akshay Chhajed 5a623efc99 fix tls config for docker 2019-07-24 23:01:53 +05:30
Alex Goodman 41b5504957
Merge pull request #207 from muesli/conversion-fixes
Avoid unnecessary conversions
2019-07-21 15:51:01 -04:00
Alex Goodman 68acfcdd64
Merge pull request #206 from muesli/linter-fixes
Simplify code
2019-07-21 15:48:25 -04:00
Alex Goodman 3752d641ef
Merge pull request #205 from muesli/static-fixes
Removed empty else branch
2019-07-21 15:48:02 -04:00
Alex Goodman 8d008f5620
Merge pull request #204 from muesli/assign-fixes
Removed ineffectual assignments
2019-07-21 15:47:40 -04:00
Alex Goodman 4fb442718b
Merge pull request #203 from muesli/vet-fixes
Fixed tautological error
2019-07-21 15:46:33 -04:00
Alex Goodman 4ab1ce983b
Merge pull request #202 from muesli/simplify-fixes
Simplified boolean comparisons
2019-07-21 15:45:53 -04:00
Alex Goodman 0ca94f279f
Merge pull request #201 from muesli/format-fixes
Fixed import order using goimports
2019-07-21 15:45:13 -04:00
Alex Goodman 9384069d76
Merge branch 'master' into format-fixes 2019-07-21 15:44:52 -04:00
Alex Goodman ea0de60dc0
Merge pull request #193 from josegonzalez/patch-1
docs: add missing slash to command example
2019-07-21 15:41:46 -04:00
Alex Goodman d8bf1ba2e5
Merge pull request #208 from wagoodman/config/toggle-unchanged-files
config keybinding: unchanged vs unmodified
2019-07-21 15:40:16 -04:00
Alex Goodman 174dc6de1a
keep modified/unmodified nomenclature the same 2019-07-21 15:02:09 -04:00
Alex Goodman 48df08f117
Merge branch 'master' into config/toggle-unchanged-files
# Conflicts:
#	README.md
2019-07-21 14:50:45 -04:00
Alex Goodman 0015e752e9
use gitlab pipeline badge 2019-07-21 12:19:44 -04:00