Граф коммитов

84 Коммитов

Автор SHA1 Сообщение Дата
nurland a634980400
Add .git to .dockerignore (#46) 2019-10-16 17:32:10 -07:00
nurland 32883be3f5
Add dockerignore (#45) 2019-10-16 17:00:11 -07:00
Min Wang e12e194b97
use gogen to add unit tests for getPreviousKey (#4)
* use gogen to add unit tests for getPreviousKey together with its supporting function

* address comments

* address comments

* Address comments

* Add more comments

* Add more unit test cases

* change the text of the unit tests
2019-10-16 16:41:26 -07:00
Duke Harlan fd4a7a7714
use kind.group where possible for CRDs (#44) 2019-10-16 17:35:07 -04:00
Thomas Hargrove 4f05081ad2
Fix the binary path in the helm statefulset (#43)
* Fix the binary path in the helm statefulset

* Add RBAC needed to list and watch CRDs

* Update comments in helm clusterrole
2019-10-16 10:19:40 -07:00
Duke Harlan e6b76a6dad use consistent config across multiple types of clients (#38)
* use consistent config across multiple types of clients

* enable CRD watching by default
2019-10-15 17:11:41 -07:00
nurland 455c68af46 Add build status to readme (#42) 2019-10-15 17:06:57 -07:00
nurland 82f5f9f250
Add travis ci support (#39) 2019-10-15 14:54:34 -07:00
Min Wang 54726b44e7
fix the partiton for keycomparator (#35) 2019-10-14 16:26:01 -07:00
Min Wang 7b94f657a3
use gogen to get keyPredicateFn and valPredicteFn (#30) 2019-10-14 10:20:49 -07:00
Thomas Hargrove 1076a4005f
Fix helm README and last lint error (#29)
* Fix helm README and last lint error

* Fix extra link
2019-10-14 10:17:08 -07:00
Min Wang f69bda0634 speed up eventquery (#24)
* speed up eventquery

* address comments
2019-10-10 17:41:35 -07:00
Xiao Li da780b815f Move chart files to sloop folder (#28) 2019-10-10 16:17:57 -07:00
Jonny 5d8bfea361 Implement multi stage docker build (#26)
* implement multi stage docker build

this eliminates local build before docker build

fix #25

Signed-off-by: Jonny Langefeld <jonny.langefeld@gmail.com>

* remove linux target from Makefile

Signed-off-by: Jonny Langefeld <jonny.langefeld@gmail.com>
2019-10-10 16:09:05 -07:00
Xiao Li cfb6c92fa0 Add liveness and readiness probe (#27) 2019-10-10 14:54:25 -07:00
Thomas Hargrove dad003b410 Move to a single range read with prefix and predicate (#23) 2019-10-09 17:46:46 -07:00
Min Wang f424006d27
update Readme (#22) 2019-10-09 14:46:21 -07:00
Min Wang fee69e4d14
Add helm chart and instruction to use (#21)
* add helm chart and instruction to use

* address comments
2019-10-09 14:24:59 -07:00
Tariq Ibrahim 841447080a clean up Makefile of sloop (#20) 2019-10-09 11:11:15 -07:00
Tariq Ibrahim 735e6e2dd9 bump go version in go mod and run go mod tidy (#14) 2019-10-08 09:00:54 -07:00
Min Wang 2ab79b1c79
Use gogen to add RangeReadPerPartition per table (#11)
* wip

* add RangeReadPerPartition per table

* address comments

* address comments

* change string()

* address comments
2019-10-07 17:30:46 -07:00
Duke Harlan 85720d1591
change CRD watching default to false - researching configuration problem (#15) 2019-10-07 20:27:53 -04:00
Duke Harlan 43b73fd40a
switch config to 'all or none' for CRD watchers, discover list of CRDs (#13) 2019-10-07 10:14:24 -07:00
Ryan Brainard 99b07ffa8a Use GOPATH consistently in setup (#12)
Previous steps use `$GOPATH` but then the last step assumes it is at `~go`. This changes it use `$GOPATH` like the others.
2019-10-03 22:43:13 -07:00
Thomas Hargrove 7c7348f01b
Add gcp auth import (#9) 2019-10-03 12:44:45 -07:00
Carson A f6af83da3a Cleanup scripts in README.md (#10)
Remove superfluous `$`s from the code blocks. They are not needed when the blocks only contain commands and not command results. Having them makes it difficult to easily copy/paste all of the commands at once.
2019-10-03 10:23:01 -07:00
Min Wang 240822d54b
Update README.md 2019-10-02 15:09:46 -07:00
Min Wang f53b3c3a63
Update README.md 2019-10-02 14:54:13 -07:00
Min Wang 777b076b2c
Update README.md 2019-10-02 14:44:25 -07:00
Min Wang 77b2dd2b80
quick fix of getPreviousKey for some corner cases (#6) 2019-10-02 10:55:46 -07:00
Duke Harlan b7a456cdd7
add CRD configurable watcher/informer (#3) 2019-10-01 17:07:24 -07:00
Thomas Hargrove 71929de7fe
Remove the e2e and clean up main a bit (#2) 2019-09-30 13:23:21 -07:00
Thomas Hargrove bc91efba6c
Add license header to CSS and remove extra asterisk (#1)
* Add license to css

* Use SPDX-License-Identifier
2019-09-30 10:57:27 -07:00
Thomas Hargrove 932a45116b
Initial commit 2019-09-30 09:17:31 -07:00