Commit Graph

34 Commits

Author SHA1 Message Date
Lunny Xiao 1ee5a02c6c
Fix some lint error (#385)
* Fix some lint error

* Fix misspell

* Improve make lint
2020-05-10 18:17:39 +08:00
Lunny Xiao b08f85e6fb
Add version for ledis command and make build will only build ledis (#383)
* Add version for ledis command and make build will only build ledis

* More improvement for Makefile

* Add version for other commands
2020-05-10 13:32:35 +08:00
Lunny Xiao 72deb0e7c7
Implement LSET command for ledis server (#384) 2020-05-10 12:57:04 +08:00
Lunny Xiao 3709e1b06a
Fix badge (#381)
* Fix badge

* Fix make test

* More test time
2020-04-26 20:11:32 +08:00
Lunny Xiao 026b4a7422
Add coverage from codecov (#376) 2020-04-24 13:23:58 +08:00
Lunny Xiao 3c399e1b38
Add vet check and fix some vet errors (#374) 2020-04-24 13:07:38 +08:00
Lunny Xiao 179e66814f
Use go mod instead of dep to manage the project 2020-04-23 17:00:20 +08:00
siddontang ee6de4500f
add clear vendor script (#338) 2018-03-30 09:43:38 +08:00
Maciej Lisiewski 2ff56553d9 Dep for dependency management, newer go in CI, dependency updates (#325)
* Use Dep instead of Glide for managing dependencies

* Run tests on the latest two versions of go

* Use older goleveldb

* Don't test vendor (default in go 1.9+)

* Drop Go 1.6 from tests - it's old and I really don't want to deal with it.

* Stop testing with Go 1.7
2017-11-24 09:11:56 +08:00
siddontang 6ad692d5e1 add missing build binary 2017-03-15 15:07:17 +08:00
siddontang 3970f8e4f4 use glide and refactor (#281) 2017-03-12 18:05:35 +08:00
siddontang ca344836ab use vendor and do clean up. (#241)
* use vendor and do clean up.
2016-05-01 23:33:02 +08:00
siddontang 29df518dfd use liner instead of linenoise 2015-08-02 09:23:51 +08:00
siddontang 9fdda1028e use gofmt and goimports for make fmt 2015-05-04 22:42:10 +08:00
siddontang a999f2201d update makefile 2015-05-03 11:19:19 +08:00
siddontang b36d4aba37 move some pkgs to vendor
godep can not handle some pkgs which have build tags

So we put these into vendor explicitly
2015-03-14 10:57:18 +08:00
siddontang 2d113aa9be add linenoise build tag
avoid some cgo compiling problem
2015-03-12 11:32:33 +08:00
siddontang 5f0c295dd5 customize building with lmdv 2015-03-11 11:54:16 +08:00
siddontang f77438741d add make fmt and format go code 2015-02-05 09:39:18 +08:00
siddontang 61941bfa15 commit godeps workspace, prefer using godep
see https://github.com/tools/godep/pull/123
2015-02-03 10:17:15 +08:00
siddontang 8cfc5732cf remove unnecessary code 2014-11-02 14:21:24 +08:00
siddontang 7b5d950cc9 fix go test race error 2014-11-01 23:28:34 +08:00
siddontang 137bd19951 separate bootstrap from makefile 2014-10-09 11:04:58 +08:00
siddontang bae86ca7dd support godep 2014-10-01 16:47:35 +08:00
siddontang 0cf898bf27 update lua build 2014-09-04 16:55:18 +08:00
holys ba9f611488 *scan commands bug fix; add more tests 2014-09-04 12:53:29 +08:00
siddontang 2c48d86bfd move build_tool to tools 2014-08-27 14:31:49 +08:00
siddontang 539b5df181 update build 2014-07-28 12:46:17 +08:00
siddontang 889148a27a update build 2014-07-27 07:01:01 +08:00
siddontang 6279eeadf8 add rocksdb support 2014-07-26 18:39:54 +08:00
siddontang dc5c2d9095 update make 2014-07-26 09:22:09 +08:00
siddontang e073396481 update store 2014-07-26 00:46:03 +08:00
siddontang 7a237661da add support for multi storage 2014-07-25 17:58:00 +08:00
siddontang b04aa337c4 add makefile 2014-07-20 19:03:00 +08:00