d4b33c7e12
Merge pull request #718 from bmizerany/master
...
docs(production-ready): explain the state of etcd clearly
2014-04-14 00:43:15 -04:00
a05ff7f83d
docs(production-ready): explain the state of etcd clearly
2014-04-13 21:38:38 -07:00
2a8c2c6a0b
fix(README): use the new etcd-dev mailing list
...
We moved to google groups, update the URLs
2014-04-10 15:18:13 -07:00
fd9ad4fa2c
docs(readme/contrib): clean up README, merge changes from CONTRIBUTING.md and split out DCO
2014-04-04 10:58:34 -07:00
838a945862
feat(Vagrantfile): Add Vagrantfile for easy start
2014-03-15 12:48:48 -07:00
e5797a54a1
fix(README): remove the drone.io badge
...
the drone.io badge is either cached wrong by github or links to a wrong version when we build a branch, just remove it.
2014-02-27 12:48:07 -08:00
b85eb2a44c
feat(README): link to raft homepage
2014-02-13 21:58:39 -08:00
86546c68b4
fix(README): move contact closer to contributing
2014-02-07 18:23:26 -08:00
0cc69abc70
bump(README): increase the version of the README to 0.3.0
2014-02-07 18:22:39 -08:00
fe39288ebf
test(ci): Replace travis.ci with drone.io
2014-01-21 11:50:36 -08:00
ecd73acc01
Merge pull request #460 from philips/use-third-party.go
...
chore(build): use third_party.go
2014-01-14 22:16:15 -08:00
0f97e3528a
chore(build): use third_party.go
...
use the third_party.go project to replace our update script. This
requires moving a few things around and gets rid of a few annoying bugs:
- You can now bump individual packages
- A new src directory isn't created on build
- Less shell scripting!
- Things get built into ./bin/
2014-01-14 22:14:47 -08:00
6b14fe7747
Download and build Go 1.2 in the Dockerfile.
...
The dependency BurntSushi/toml actually needs Go 1.2, because it uses
encoding.TextUnmarshaler, which didn't exist in Go 1.1. Since the PPA
that we use doesn't have Go 1.2 yet, we will use the same method as
Docker, i.e. download Go source tarball and compile it.
2014-01-14 18:19:37 -08:00
2dde2cbb6f
fix(README): use 4002 not 4001
...
The default port is 4001 not 4002. Fix this.
2014-01-07 15:57:18 -08:00
e7527ebb45
fix(README): link to the configuration file too
2014-01-03 14:39:23 -08:00
bfde27a99d
feat(README): splitup the sections into individual files
...
The README is getting rather large so split it into individual files.
The next step will be rendering these into HTML pages with a TOC so that
they are a bit more navigable.
What do people think of this?
2014-01-03 14:37:53 -08:00
5794d70881
docs(README.md): update client libraries and projects.
...
This commit adds information about API version support for all
clients - clearly listing which clients support API v2.
Also, a new nodejs client is added, and a new project as well.
2014-01-03 17:34:18 +01:00
c17ad07bdb
chore(README): Expand README with more info about indexes
2014-01-02 11:35:17 -08:00
c49711ae2c
Merge pull request #429 from philips/README-remove-prevValue
...
fix(README): remove prevValue references in the README
2013-12-30 13:53:17 -08:00
850cbf6018
Weird grammar, not sure I fixed it well enough.
2013-12-30 12:49:19 -08:00
1ab3db18bb
fix(README): remove prevValue references in the README
...
We plan on adding a PrevNode field in the Response object but it hasn't
been needed thus far. Discussion was here:
http://thread.gmane.org/gmane.comp.distributed.etcd/56
Fixes #428
2013-12-30 10:44:35 -08:00
5266968b61
docs(README.md) fix wrong index value in lock section
2013-12-30 09:24:18 +08:00
9bd36f173e
Merge pull request #422 from dsoprea/master
...
Add documentation for enumerating sorted, in-order keys.
2013-12-29 10:09:01 -08:00
e66f6d76e6
Modified doc.
2013-12-28 11:38:59 -05:00
c62603ba73
Added documentation for sorted listings.
2013-12-28 11:37:32 -05:00
4692d6e966
Merge pull request #421 from philips/README-api-versioning
...
feat(README): add an API versioning section
2013-12-28 07:33:13 -08:00
9049a2afd5
feat(README): add an API versioning section
...
Based on a question on the mailing list. Add a section about API
versioning.
2013-12-28 07:13:41 -08:00
d447ba52ad
fix(README): fixup leader docs
...
The leader module uses PUT to set a leader value and DELETE to delete one. Fix
the documents to reflect that.
2013-12-27 15:15:19 -05:00
e96234382a
Merge pull request #417 from philips/fixup-readme
...
fix(README): Remove excress backticks
2013-12-25 23:06:25 -08:00
78e2a27ee0
fix(README): Remove excress backticks
2013-12-25 19:28:43 -08:00
5ab2f5454c
[readme] references to BOSH releases using etcd
2013-12-23 09:49:24 -08:00
c3b4d10b74
fix(README): fixup lock docs
...
I thought that @benbjohnson had changed the lock "value" to "name" but
that doesn't look to be the case. It is OK, just fix the docs.
2013-12-22 22:03:07 -08:00
e30bf19684
fix(README): we are building containers too
...
We are building a docker container now too so don't get specific about
just the binary.
I thought about adding instructions to the README but lets just keep
following the pattern of putting version getting started guides on the
release page.
2013-12-22 20:13:02 -08:00
c7536ff5e1
Add Tuning section to README.
2013-12-18 16:40:29 -07:00
fd8ce5d11a
Merge pull request #398 from benbjohnson/mod-leader
...
mod/leader
2013-12-16 14:55:11 -08:00
838645f1b7
Merge pull request #402 from philips/add-header-docs
...
feat(README): document the etcd request headers
2013-12-16 12:44:49 -08:00
c352db9acd
feat(README): add cetcd
2013-12-16 10:37:26 -08:00
d816db07e3
feat(README): add directory tutorial
2013-12-16 10:30:13 -08:00
296eaf7b34
Add leader module to README.
2013-12-16 08:00:16 -07:00
18bf886368
feat(README): document the etcd request headers
2013-12-15 21:45:10 -08:00
1de78fef4d
feat(README): add notes about in-order key creation
2013-12-14 13:08:02 -08:00
412f56f971
fix(README): cleanup lock documentation
...
accidently merged this without any review. Here are some more cleanups.
2013-12-13 15:07:39 -08:00
418eccb3d7
feat(README): add a modules section to the README
2013-12-13 15:02:25 -08:00
bb64e7b6e5
feat(README): add directory TTL documentation
2013-12-11 10:47:00 -08:00
7ec3f861e4
fix(README): prettify json
...
fixed using vim and python -m json.tool
2013-12-04 13:48:38 -08:00
0dc428b5d6
fix(README): use the new response format
...
update all of the examples to use the new response format.
2013-12-04 12:06:41 -08:00
e4f1e22401
Merge pull request #357 from philips/add-osx-curl-note
...
chore(README): add note about curl on OSX
2013-12-03 22:35:55 -08:00
aa4660d780
chore(README): add note about curl on OSX
...
Discussion about this issue here:
https://groups.google.com/forum/#!topic/munki-dev/oX2xUnoQEi4
2013-12-03 22:35:13 -08:00
1d02a70802
feat(README): add a prevExist example
...
On the mailing list Dustin Oprea suggested adding a prevExist concrete
example would make it more clear that the value must be true or false.
2013-12-01 13:28:08 -08:00
cc9c75acbe
fix(README): repair some noisy spaces
2013-11-30 22:46:12 -08:00