Cody Soyland
a9b8b352fc
Go mod should be enabled here
2019-02-07 10:49:40 -06:00
Cody Soyland
8ffc4537b7
Ensure Go modules disabled during installation of tools
2019-02-07 10:44:46 -06:00
Cody Soyland
4bef33eaa9
Address code review feedback
2019-02-04 08:56:32 -06:00
Cody Soyland
188b977633
Add go module support
2019-01-29 14:53:03 -06:00
Yuce Tekol
1d3fafa207
trivial
2019-01-21 18:32:58 +03:00
Yuce Tekol
511f7de422
added staticcheck to gometalinter target
2019-01-21 18:29:42 +03:00
Yuce Tekol
7531c337a9
removed megacheck from metalienter target
2019-01-21 18:23:40 +03:00
Matt Jaffee
ab34df351d
add Gopkg.lock as a dependency for vendor target
2018-12-18 12:27:32 -06:00
Matt Jaffee
7e6c406212
fix bug where cluster goes into RESIZING instead of NORMAL
...
running
"make clustertests
DOCKER_COMPOSE=internal/clustertests/docker-compose-replication2.yml"
shows this issue (just remove the change in cluster.go).
Also removed two unrelated lines of code that appear to be doing absolutely nothing.
2018-12-11 09:22:03 -06:00
Cody Soyland
6b901fdc0b
Simplify "require-*" logic in Makefile
2018-11-26 08:46:24 -06:00
Matt Jaffee
37ac8b7a93
better use of docker-compose opts per code review
2018-11-12 17:44:23 -06:00
Matt Jaffee
deae8ce7c0
improvements to clustertests and fix cluster pause bug by state sharing
2018-11-09 11:28:19 -06:00
Cody Soyland
975e013deb
Increase gometalinter deadline so CI stops failing
2018-09-11 14:38:04 -05:00
Cody Soyland
9717dd2d6e
Add CircleCI
2018-08-21 10:41:33 -05:00
Cody Soyland
e76c523135
Merge branch 'master' into 1517-metalinter-unconvert
2018-08-02 11:45:24 -05:00
Cody Soyland
d344876587
Increase gometalinter deadline
2018-08-02 10:59:29 -05:00
Cody Soyland
dc50204846
Fix linter issues: unconvert
2018-07-20 11:51:55 -05:00
Cody Soyland
990780bd93
Fix linter issues: staticcheck (covered by megacheck, along with gosimple and unused)
2018-07-20 11:19:24 -05:00
Cody Soyland
e9523063b5
Fix linter issues: unused
2018-07-20 10:33:29 -05:00
Cody Soyland
f01d850b17
Fix linter issues: gosimple
2018-07-20 09:06:43 -05:00
Cody Soyland
de99b5720f
Fix linter issues: vet
2018-07-19 11:37:50 -05:00
Cody Soyland
187ded0a52
Fix linter issues: maligned
2018-07-19 11:07:59 -05:00
Cody Soyland
3ca51989c2
Merge branch 'master' into 1515-metalinter-nakedret
2018-07-19 07:52:58 -05:00
Cody Soyland
7bd2405765
Merge branch 'master' into 1510-metalinter-ineffassign
2018-07-18 16:28:49 -05:00
Cody Soyland
2aa4d6b12f
Fix linter issues: nakedret
2018-07-18 15:23:36 -05:00
Cody Soyland
d4510172d3
Fix linter issues: ineffassign
2018-07-18 14:02:56 -05:00
Cody Soyland
0b86bbb4f5
Fix linter issues: gochecknoinits
2018-07-18 11:58:27 -05:00
Cody Soyland
a962a0c526
Fix linter issues: deadcode
2018-07-17 17:17:42 -05:00
Cody Soyland
486edbec43
Merge branch 'master' into 1511-metalinter-interfacer
2018-07-17 13:41:11 -05:00
Cody Soyland
8efbb02fb1
Merge branch 'master' into 1514-metalinter-misspell
2018-07-17 12:38:12 -05:00
Cody Soyland
573ec91fc2
Fix linter issues: interfacer
2018-07-17 12:36:02 -05:00
Cody Soyland
2635759893
Fix linter issues: misspell
2018-07-17 12:22:41 -05:00
Cody Soyland
f9625ef4fa
Fix linter issues: unparam
2018-07-17 12:05:07 -05:00
Cody Soyland
8917359960
Merge branch 'master' into 1525-metalinter-goimports
2018-07-17 07:54:48 -05:00
Cody Soyland
c464e0fe64
Fix linter issues: gofmt
2018-07-16 16:45:42 -05:00
Cody Soyland
34e3d21b34
Fix linter issue: goimports
2018-07-16 16:31:46 -05:00
Cody Soyland
471cf38a56
Add TravisCI staged builds
...
Creates the following 3 stages:
1. add cached vendor directory, run metalinter
2. tests with env matrix
3. prerelease compilation/upload
2018-07-16 08:09:39 -05:00
Cody Soyland
96cabf1a0a
Use dep ensure -vendor-only for build repeatability. Fixes #1490 .
2018-07-11 11:38:57 -05:00
Cody Soyland
92466fda8d
Remove Apache2 license from enterprise build directory
2018-06-28 21:59:15 -05:00
Matt Jaffee
c66cb59f1d
remove -switch option from peg generator
2018-06-15 08:34:13 -05:00
Matt Jaffee
47233c8bee
replace PQL parser with one created by PEG parser generator
2018-06-15 08:34:12 -05:00
Cody Soyland
34cea87683
Remove WebUI (now contained in a separate package)
...
It now lives at https://github.com/pilosa/webui
2018-06-06 11:44:31 -05:00
Cody Soyland
f4bed7767d
Use lazy assignment for VERSION_ID so enterprise flag is set appropriately.
2018-05-18 11:51:20 -05:00
Cody Soyland
6d2d8080de
Fix syntax for multiple build tags, add boolean flag for RELEASE, improve boolean handling to support "0"
2018-05-17 13:22:36 -05:00
Cody Soyland
bf789e2e97
Re-add unintentionally removed check-clean. Add ability to skip check-clean.
2018-05-16 08:47:36 -05:00
Cody Soyland
a2ef9afabb
Fix syntax error and add i386 enterprise build
2018-05-15 17:09:45 -05:00
Cody Soyland
76fa64df79
Merge pull request #1285 from codysoyland/vendor-btree
...
B+Tree Containers / Enterprise
2018-05-15 16:32:15 -05:00
Cody Soyland
1f925324d7
Add enterprise license
2018-05-15 12:20:45 -05:00
Cody Soyland
e8fcb0f055
Use NewFileBitmap for tests to test btree/slice containers separately.
2018-05-15 11:22:19 -05:00
Cody Soyland
1c715aebe7
Improve enterprise build process
2018-05-15 10:16:55 -05:00