Bjorn Tipling
850cbf6018
Weird grammar, not sure I fixed it well enough.
2013-12-30 12:49:19 -08:00
brianbianco
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
Xiang Li
5266968b61
docs(README.md) fix wrong index value in lock section
2013-12-30 09:24:18 +08:00
Brandon Philips
9bd36f173e
Merge pull request #422 from dsoprea/master
...
Add documentation for enumerating sorted, in-order keys.
2013-12-29 10:09:01 -08:00
Dustin Oprea
e66f6d76e6
Modified doc.
2013-12-28 11:38:59 -05:00
Dustin Oprea
c62603ba73
Added documentation for sorted listings.
2013-12-28 11:37:32 -05:00
Xiang Li
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
Brandon Philips
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
Thomas L. Kula
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
Xiang Li
e96234382a
Merge pull request #417 from philips/fixup-readme
...
fix(README): Remove excress backticks
2013-12-25 23:06:25 -08:00
Brandon Philips
78e2a27ee0
fix(README): Remove excress backticks
2013-12-25 19:28:43 -08:00
Dr Nic Williams
5ab2f5454c
[readme] references to BOSH releases using etcd
2013-12-23 09:49:24 -08:00
Brandon Philips
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
Brandon Philips
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
Ben Johnson
c7536ff5e1
Add Tuning section to README.
2013-12-18 16:40:29 -07:00
Ben Johnson
fd8ce5d11a
Merge pull request #398 from benbjohnson/mod-leader
...
mod/leader
2013-12-16 14:55:11 -08:00
Brandon Philips
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
Brandon Philips
c352db9acd
feat(README): add cetcd
2013-12-16 10:37:26 -08:00
Brandon Philips
d816db07e3
feat(README): add directory tutorial
2013-12-16 10:30:13 -08:00
Ben Johnson
296eaf7b34
Add leader module to README.
2013-12-16 08:00:16 -07:00
Brandon Philips
18bf886368
feat(README): document the etcd request headers
2013-12-15 21:45:10 -08:00
Brandon Philips
1de78fef4d
feat(README): add notes about in-order key creation
2013-12-14 13:08:02 -08:00
Brandon Philips
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
Brandon Philips
418eccb3d7
feat(README): add a modules section to the README
2013-12-13 15:02:25 -08:00
Brandon Philips
bb64e7b6e5
feat(README): add directory TTL documentation
2013-12-11 10:47:00 -08:00
Brandon Philips
7ec3f861e4
fix(README): prettify json
...
fixed using vim and python -m json.tool
2013-12-04 13:48:38 -08:00
Brandon Philips
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
Brandon Philips
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
Brandon Philips
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
Brandon Philips
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
Brandon Philips
cc9c75acbe
fix(README): repair some noisy spaces
2013-11-30 22:46:12 -08:00
Brandon Philips
2a5030b3ca
fix(README): fix 9 instances of v1
...
remove references to the v1 API and consistently use the v2 API.
2013-11-29 22:26:52 -08:00
Brandon Philips
978cb54fc7
fix(README): use machine instead of node
...
Internally we call every member of an etcd cluster a "machine" so stay
consistent when talking in the README.
2013-11-27 14:37:31 -08:00
Brandon Philips
d3a83805cc
fix(README): link to etcdctl directly
...
link to the etcdctl homepage directly
2013-11-27 14:29:41 -08:00
Brandon Philips
da666d9143
feat(README): add clojure client rthomas/clj-etcd
2013-11-27 09:11:00 -06:00
Ben Johnson
15eee885d7
Merge branch 'master' of https://github.com/coreos/etcd into clean-up-config
2013-11-19 10:13:39 -07:00
Ben Johnson
cba2611c68
Renamed configuration parameters.
2013-11-15 00:13:32 -05:00
Brandon Philips
39e4e0c3d9
feat(README): add an erlang library marshall-lee/etcd.erl
2013-11-13 20:39:40 -08:00
Brandon Philips
5747b3b401
fix(README): cleanup a bad merge
2013-11-13 20:37:46 -08:00
Ben Johnson
f499100426
Merge branch 'master' of https://github.com/benbjohnson/etcd into benbjohnson-master
...
Conflicts:
README.md
2013-11-13 22:38:06 -05:00
Brandon Philips
b3704a7119
fix(fixtures/ca): make the certificates work
...
Something was wrong with the old certificates. Rebuild them to get them
all working.
2013-11-13 11:45:20 -08:00
Ben Johnson
df00306a71
README
2013-11-12 21:28:51 -05:00
Brandon Philips
fcba6436e8
feat(README): add link to trello
2013-11-09 19:24:37 -08:00
Adrián
478118497c
A little lit bit easy to read
...
I have only reordered to parameters to be according to the first instance executed.
2013-11-08 14:09:35 -08:00
Brandon Philips
cc9b5fca90
feat(README): add go-discover
2013-11-08 14:08:39 -08:00
Xiang Li
8540249c4e
Update README.md
2013-11-08 14:08:39 -08:00
Xiang Li
b54a6a2ac8
Update README.md
2013-11-08 14:08:39 -08:00
Xiang Li
f62095428f
Update README.md
2013-11-08 14:08:39 -08:00
Antonio Terreno
bb275e3f45
Including clojure library
2013-11-08 14:08:38 -08:00
kelseyhightower
26c24dd889
Add confd to list of projects using etcd
2013-11-08 14:05:30 -08:00