Xiang Li
9dc51d0412
fix can change the value of a dir bug
2013-07-12 16:36:21 -07:00
Xiang Li
bff9321aa2
merge get and list operation
2013-07-12 16:04:00 -07:00
Xiang Li
dac624bd05
Merge pull request #15 from xiangli-cmu/master
...
error handling
2013-07-12 16:00:18 -07:00
Xiang Li
3e43647303
read machines conf from file
2013-07-12 14:18:02 -07:00
Xiang Li
0b6428edba
add addition msg
2013-07-12 13:38:45 -07:00
Xiang Li
0aa70e125c
create error map
2013-07-12 13:35:43 -07:00
Xiang Li
78d50fe9d1
fix a copy paste error
2013-07-12 10:43:29 -07:00
Xiang Li
8fe8711d8d
return json format error
2013-07-12 10:42:07 -07:00
Xiang Li
4b9b5d8069
merge get and list
2013-07-12 10:10:56 -07:00
Xiang Li
622521e91d
Merge pull request #16 from philips/cleanup-readme
...
Cleanup readme
2013-07-12 10:02:37 -07:00
Brandon Philips
6e669dab8e
fix(README): cleanup the prose in the README
...
This cleans up the prose in the README file a bit and introduces some
formatting changes.
2013-07-12 09:49:36 -07:00
Brandon Philips
f03b872c72
fix(README): fixup formatting of the markdown file
...
no real content changes at this point. just cleaning up the markdown of
the file first.
2013-07-12 09:22:02 -07:00
Xiang Li
00d2d6eb4e
gofmt
2013-07-12 08:56:10 -07:00
Xiang Li
33872501cf
merge errHandling branch
2013-07-12 08:54:03 -07:00
Xiang Li
882fa5343c
Merge pull request #14 from xiangli-cmu/master
...
Add http timeout
2013-07-12 08:48:57 -07:00
Xiang Li
89bacedf3e
change https bool to scheme string
2013-07-12 08:44:40 -07:00
Xiang Li
a131632d3d
error handling
2013-07-12 08:41:28 -07:00
Xiang Li
e6354cdccf
Fix a typo origin->original
2013-07-12 08:35:09 -07:00
Xiang Li
57bb8bf3f5
Update README.md
2013-07-11 22:32:40 -07:00
Xiang Li
6ef625faec
Update README.md
2013-07-11 22:10:23 -07:00
Xiang Li
c4ac81ea62
Update README.md
2013-07-11 22:08:41 -07:00
Xiang Li
8164d688cb
Update README.md
2013-07-11 22:00:39 -07:00
Xiang Li
c135c1e299
add comment for HTTPTIMEOUT constant
2013-07-11 14:56:16 -07:00
Xiang Li
8c76c97c9a
Merge https://github.com/xiangli-cmu/etcd
2013-07-11 14:53:44 -07:00
Xiang Li
ffa4d1a3c0
add comment for HTTPTIMEOUT constant
2013-07-11 14:51:18 -07:00
Xiang Li
1349c377f2
Create README.md
2013-07-11 11:51:13 -07:00
Xiang Li
880cd71df5
add http timeout
2013-07-11 09:43:14 -07:00
polvi
780e9f5f12
Merge pull request #13 from xiangli-cmu/master
...
Clean up prints and fix len problem
2013-07-10 20:20:22 -07:00
Xiang Li
c2a80df3f9
fix redeclear err
2013-07-10 20:19:34 -07:00
Xiang Li
a26cb976c5
clean up prints and fix len problem
2013-07-10 20:14:32 -07:00
polvi
7ab3ccdf44
Merge pull request #12 from xiangli-cmu/master
...
accept machine list to join cluster
2013-07-10 20:03:01 -07:00
Xiang Li
45af72c941
redirect join to server port
2013-07-10 20:00:05 -07:00
Xiang Li
8af746ef6d
accept machine list to join cluster
2013-07-10 19:02:58 -07:00
Xiang Li
78cb13cf19
Merge pull request #11 from xiangli-cmu/master
...
return error when cannot join the cluster
2013-07-10 17:49:57 -07:00
Xiang Li
931afb9394
report network problem
2013-07-10 17:49:32 -07:00
Xiang Li
2eda27e9f4
return error when cannot join the cluster
2013-07-10 16:25:37 -07:00
Brandon Philips
01e5d41f91
fix(build): export GOPATH
...
Major mistake. GOPATH must be exported for go get/go build to work.
2013-07-10 16:01:09 -07:00
Xiang Li
59ac6e85a9
Merge pull request #10 from philips/add-build-script
...
feat(build): add initial build script
2013-07-10 15:57:16 -07:00
Brandon Philips
1eb0be10fe
feat(build): add initial build script
...
add a simple build script that sets up a gopath and uses the current git
directory for the github.com/coreos/etcd packages.
There aren't a lot of great alternatives to doing it this way unless we
want to check in all of the dependencies into the repo (which is
actually a good practice probably).
2013-07-10 15:45:15 -07:00
polvi
5fcf3cbb6e
Merge pull request #9 from xiangli-cmu/master
...
separate raft handlers and client handlers
2013-07-10 14:06:27 -07:00
Xiang Li
7c1c56deb3
add copy from doozerd
2013-07-10 13:39:47 -07:00
Xiang Li
494b35596b
use doozer's file2gostring to provide html temp as go string
2013-07-10 09:47:30 -07:00
Xiang Li
9146fbf120
clean web
2013-07-09 22:08:32 -07:00
Xiang Li
ce0dc5433f
em... should not use :=
2013-07-09 20:52:41 -07:00
Xiang Li
f5796244b4
clean up etcd.go
2013-07-09 20:37:00 -07:00
Xiang Li
5271da3d19
gofmt
2013-07-09 17:31:24 -07:00
Xiang Li
a3173bfd31
sepearte raft handlers and client handlers to two files and clean up related codes
2013-07-09 17:29:47 -07:00
Xiang Li
3085b06ab5
Merge pull request #8 from xiangli-cmu/master
...
clean up transporter.go
2013-07-09 17:26:19 -07:00
Xiang Li
fad972304c
gofmt
2013-07-09 14:58:59 -07:00
Xiang Li
9efba81c09
merge
2013-07-09 14:57:36 -07:00