316 Commits

Author SHA1 Message Date
Brandon Philips
044c6593a2 bump(github.com/ccding/go-config-reader): 02eda1a8218709cdcbd6fe2d53cd76128ac13526 2013-08-07 13:52:26 -07:00
Brandon Philips
b1f1af82f9 bump(github.com/coreos/go-etcd): c21388f46a08162660f44cc7c7267cc4c66d571e 2013-08-07 13:52:22 -07:00
Xiang Li
8dc7dd7ea0 Merge pull request #68 from philips/refactor-third_party-a-bit
chore(update): put the deps into their own file
2013-08-07 09:51:48 -07:00
Brandon Philips
7247d9b3ee chore(update): put the deps into their own file 2013-08-07 09:32:21 -07:00
Xiang Li
a790fbc975 Merge pull request #55 from xiangli-cmu/master
Update
2013-08-06 23:07:00 -07:00
Xiang Li
e5aa6256f0 Merge https://github.com/coreos/etcd 2013-08-06 19:57:03 -07:00
Xiang Li
b8cefd39c9 Merge pull request #63 from philips/add-travis.yml
Add travis.yml
2013-08-06 19:33:59 -07:00
Brandon Philips
ba7ddbc015 feat(README): add a travis badge 2013-08-06 18:47:02 -07:00
Brandon Philips
3f07b37ada fix(third_party): etcd from go-etcd was accidently gitignored
gitignore messup ignored thie directory. Add it!
2013-08-06 18:40:12 -07:00
Brandon Philips
d7c6d0c672 fix(gitignore): be more specific on dirs 2013-08-06 18:39:23 -07:00
Brandon Philips
a6b7b8ce3f fix(gitignore): ignore the etcd binary not everything
fixes a problem with go-etcd not being added to third_party
2013-08-06 18:38:00 -07:00
Brandon Philips
8144c404e6 bump(code.google.com/p/goprotobuf): 44b59d41add2 2013-08-06 18:35:55 -07:00
Brandon Philips
af2fa2adad bump(github.com/ccding/go-config-reader): fcf8cc3fb5100a2466c414cea91a4bb6344087fd 2013-08-06 18:35:49 -07:00
Xiang Li
4bf87b8cb2 Merge pull request #64 from Mistobaan/master
more cleanups
2013-08-06 17:55:38 -07:00
Brandon Philips
f746b1e4f1 feat(travis.yml): Initial commit 2013-08-06 17:50:20 -07:00
Fabrizio (Misto) Milo
a15b4bb687 gofmt 2013-08-06 17:46:21 -07:00
Fabrizio (Misto) Milo
742589aa72 nip 2013-08-06 17:34:39 -07:00
Fabrizio (Misto) Milo
1b69ebcb6c nip 2013-08-06 17:26:52 -07:00
Fabrizio (Misto) Milo
efc14b719d nip 2013-08-06 17:24:51 -07:00
Xiang Li
c109da4b43 Merge pull request #62 from philips/re-add-etcd-to-banner
fix(client_handlers): re-add etcd name to banner
2013-08-06 17:23:43 -07:00
Brandon Philips
dc6480dda8 fix(gitignore): ignore the pkg dir 2013-08-06 17:21:43 -07:00
Brandon Philips
436e2a857f fix(test): update this to use build
use all of the same packages as the build script
2013-08-06 17:20:58 -07:00
Fabrizio (Misto) Milo
4247e1ce74 prevent white spaces as being accepted as valid host 2013-08-06 17:20:40 -07:00
Fabrizio (Misto) Milo
50277df74c format 2013-08-06 17:19:49 -07:00
Brandon Philips
51ae55edff fix(client_handlers): re-add etcd name to banner
this was removed in the version shuffle.
2013-08-06 17:13:29 -07:00
Fabrizio (Misto) Milo
11a7cd0bc2 nip 2013-08-06 17:11:10 -07:00
Fabrizio (Misto) Milo
63f28bacdd nip doc 2013-08-06 17:08:52 -07:00
Xiang Li
115dbdb927 Merge pull request #61 from Mistobaan/master
some go cleanups
2013-08-06 16:53:52 -07:00
Fabrizio (Misto) Milo
b6378dae51 use go's syntax 2013-08-06 16:47:57 -07:00
Fabrizio (Misto) Milo
0de2eff583 use switch 2013-08-06 16:41:00 -07:00
Brandon Philips
7c6d383227 Merge pull request #60 from philips/const-the-versions
fix(version): make the version numbers const
2013-08-06 16:06:39 -07:00
Brandon Philips
ab9c0448c9 fix(version): make the version numbers const
simple fix, thanks to @fmilo in #coreos
2013-08-06 16:03:45 -07:00
Xiang Li
bbdc80274a Merge pull request #59 from philips/generate-release-version
feat(version): generate version from git tags
2013-08-06 15:55:12 -07:00
Xiang Li
14436fc9c5 Merge pull request #58 from philips/update-third-party
fix(third_party): don't intermix go-raft
2013-08-06 15:43:26 -07:00
Brandon Philips
a7deba0f90 feat(version): generate version from git tags
This will generate the version based on git tags. So if it is built
directly on a tag it will use the tag name and if it is built off a
commit that isn't a tag it will look like:

    $ curl localhost:7001
    0-267-ga39cf1c
2013-08-06 15:39:30 -07:00
Brandon Philips
253765d81e bump(github.com/coreos/go-raft): e129a0807cdcbd53440c1d722907043d06c16f1b 2013-08-06 12:48:59 -07:00
Brandon Philips
9115a7e422 fix(third_party): don't intermix go-raft
the previous commit added both benbjohnson and coreos go-raft repos.
This is just asking for trouble. Only use the coreos version in the
third_party directory and maintain the coreos/master branch.
2013-08-06 12:47:55 -07:00
Xiang Li
418611a879 Merge pull request #57 from philips/README-update-build
README: update build instructions
2013-08-06 12:03:41 -07:00
Brandon Philips
e2a1662318 README: update build instructions 2013-08-06 12:01:34 -07:00
Xiang Li
4177546458 Merge https://github.com/coreos/etcd 2013-08-06 11:54:30 -07:00
Xiang Li
0045b3b764 Merge pull request #56 from philips/add-third-party
Add third party
2013-08-06 11:53:12 -07:00
Brandon Philips
5f6d331e6a feat(third_party): use this directory
The third_party directory has all of the dependencies needed to build
etcd so that we can have a consistent build. `go get` should not be
called at any point during the build process.
2013-08-06 11:38:43 -07:00
Brandon Philips
a585f5fc2e bump(github.com/ccding/go-config-reader): ed2b178dfa43911665337544ccec96e57820daab 2013-08-06 11:35:26 -07:00
Brandon Philips
6813a92325 bump(github.com/coreos/go-etcd): 9d174bd052fc49e53d5978c2ecd81770aee3788d 2013-08-06 11:23:47 -07:00
Brandon Philips
bb7ed9314b bump(github.com/benbjohnson/go-raft): d46748244f1f1830a002b8f645342426c5d73e81 2013-08-06 11:18:15 -07:00
Brandon Philips
c03d4666b8 feat(third_party): initial update script
This update script does a go get and then checks in just the code into
the third_party directory
2013-08-06 10:52:21 -07:00
Brandon Philips
6b3bbc1dd5 bump(code.google.com/p/goprotobuf): d54cbe4bdc25 2013-08-06 10:51:55 -07:00
Brandon Philips
46bce9cc49 bump(code.google.com/p/go.net): ca4c826193c2 2013-08-06 10:51:54 -07:00
Brandon Philips
20833eb63d bump(bitbucket.org/kardianos/osext): 84d8cbacbe13 2013-08-06 10:51:54 -07:00
Brandon Philips
7992171974 bump(github.com/ccding/go-logging): d4e747a24b2af160872a886a430a16ac65f76456 2013-08-06 10:51:54 -07:00