Brandon Philips
2d75ef0c7a
feat(Documentation/discovery-protocol): explain heartbeating
...
Explain more information about how the TTL works and etcds role.
2014-02-05 09:27:40 -08:00
Brandon Philips
8687dd3802
feat(discovery): fully working discovery now
2014-02-05 09:27:39 -08:00
Brandon Philips
72514f8ab2
feat(bootstrap): initial working code
...
This is an initial version of the bootstrap code that seems to work
under the normal circumstances. I need to mock out a server that will
test out all of the error cases now.
2014-02-05 09:27:39 -08:00
Brandon Philips
0e50d9787a
feat(*): bootstrap initial commit
...
Setup the flags, and checkin the docs. Lets do this!
2014-02-05 09:27:39 -08:00
Brandon Philips
9e43e726a9
Merge pull request #507 from philips/turn-snapshots-on-by-default
...
feat(*): enable snapshots by default
2014-02-05 09:08:43 -08:00
evan-gu
b61cf9cb8e
fix a format error in libraries-and-tools.md
2014-02-04 14:30:40 -05:00
Jonathan Boulle
03ff4c8b76
Missed one
2014-01-25 12:22:37 -08:00
Jonathan Boulle
7992448f6a
Various cleanup to API documentation
2014-01-25 12:08:57 -08:00
Brandon Philips
7ee7e910eb
feat(*): enable snapshots by default
...
Ben recently added test coverage for snapshots so we should enable it in
etcd. Lets do this.
1d66f6a111
2014-01-23 20:53:22 -08:00
Brandon Philips
281b0e7e59
Merge pull request #506 from philips/add-freebsd-docs
...
feat(Documentation): add instructions on freebsd
2014-01-23 16:44:38 -08:00
Bartłomiej Rutkowski
50e6256058
feat(Documentation): add instructions on freebsd
2014-01-23 16:43:38 -08:00
Brandon Philips
1b00c449a5
Revert "Better error message when setting values on directories"
...
This reverts commit d13dd50d5107b10eaeda734d971cd4512cb4a304.
2014-01-23 11:22:11 -08:00
Xiang Li
9848072d21
Merge pull request #487 from intjonathan/patch-1
...
English clarity in filesystem documentation.
2014-01-23 04:03:05 -08:00
Kelsey Hightower
d13dd50d51
Better error message when setting values on directories
...
Without this commit etcd returns the following error message when
setting values on directories:
{
"errorCode":102,
"message":"Not a file",
"cause":"/postgres",
"index":2
}
While the above error message is accurate it's not very descriptive.
This commit adds a new error code/message which better describes why the
write operation failed. etcd now returns the following:
{
"errorCode":109,
"message":"Cannot set value on directory",
"cause":"/postgres",
"index":2
}
2014-01-22 23:02:33 -08:00
Jonathan Owens
8fece992eb
Update filesystem documenation for clarity.
2014-01-22 20:43:54 -08:00
Ben Johnson
0692097a73
Add snapshot documentation.
2014-01-22 16:06:25 -07:00
Dru Sellers
5bf667851c
adding .net client to the matrix
2014-01-22 10:00:22 -06:00
Dru Sellers
c32dfa013d
adding .net client
2014-01-22 09:24:54 -06:00
Brian Waldon
a417782151
Merge pull request #483 from bcwaldon/metrics
...
Integrate go-metrics
2014-01-21 14:17:03 -08:00
Brian Waldon
3e7c2dff96
feat(metrics): Add documentation and contrib scripts
2014-01-20 15:37:31 -08:00
Jamu Kakar
823e744ed9
- Fix typo.
2014-01-18 18:28:33 -08:00
Rob Szumski
e89e42382a
fix(docs): remove header
2014-01-17 13:06:59 -08:00
Rob Szumski
184a5901e6
feat(docs): modify for sync to CoreOS website
2014-01-17 12:25:36 -08:00
Brandon Philips
444b5d329c
fix(Documentation/profiling): note about using the right binary
2014-01-16 15:51:30 -08:00
Brandon Philips
7a7f6aea00
Merge pull request #479 from philips/add-debug-endpoint
...
add-debug-endpoint
2014-01-16 11:28:52 -08:00
Brandon Philips
c2077ed0b6
feat(server): add net/http/pprof endpoints
...
Add some basic profiling endpoints over http to start digging into
memory and request latencies.
2014-01-15 15:03:29 -08:00
Xiang Li
87113f985f
Merge pull request #472 from benbjohnson/fix-error-codes
...
Fix mod/lock and mod/leader return error codes.
2014-01-15 01:14:59 -08:00
Brandon Philips
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
Ben Johnson
cde184fdbf
Fix mod/lock and mod/leader return error codes.
2014-01-14 07:57:30 -07:00
Ranjib Dey
8b8b8d74fe
style(Documentation/api): keep curl based examples consistent and correct
...
- fix curl examples where `http://` was missing.
- consistent passing HTTP method parameter (all examples now have -X ACTION at
the end or the url, GET is implicit)
- quote url when it contains `&` , instead of escaping
2014-01-11 20:51:25 -08:00
Brandon Philips
181805bb87
feat(Documentation/modules): note the dashboard is compiled in
2014-01-09 17:57:14 -08:00
Rob Szumski
782166dadd
feat(docs): make clustering examples more complete
2014-01-09 14:37:04 -08:00
Xiang Li
dd6623be2f
Merge pull request #454 from dsoprea/master
...
Added HTTPS for python-etcd-client.
2014-01-08 21:32:59 -08:00
Brandon Philips
8047cfd48e
Merge pull request #447 from robszumski/master
...
Prepare docs to be synced to website
2014-01-08 16:38:44 -08:00
Brandon Philips
ddd8e85146
chore(Documentation/api): introduce acronym later in the text
2014-01-08 10:46:05 -08:00
Brandon Philips
68546de2cb
Merge pull request #444 from philips/document-stats-api
...
Documentation: document the stats API
2014-01-08 10:41:29 -08:00
Brandon Philips
7553a92232
feat(Documentation/api): document the store statistics
2014-01-08 10:40:57 -08:00
Brandon Philips
c7e642baa2
fix(Documentation/api): fixup the names in stats
...
This was fixed in #449
2014-01-08 10:36:44 -08:00
Dustin Oprea
0377ea751d
Added additional separator column.
2014-01-08 10:48:29 -05:00
Dustin Oprea
5efad911d5
Added HTTPS for python-etcd-client.
2014-01-08 09:57:45 -05:00
Xiang Li
0cc2e8887f
doc(Documentation/libraries-and-tools.md) fix link to clients-matrix
2014-01-08 14:26:56 +08:00
Rob Szumski
e373c9ac8c
fix(docs): suggest cors flag for using dashboard
2014-01-07 17:08:15 -08:00
Rob Szumski
5f2d9b38dc
fix(docs): reference correct cors flag
2014-01-07 17:03:45 -08:00
Rob Szumski
a7eeb01bc8
fix(docs): reference correct cors flag
2014-01-07 17:03:11 -08:00
Dustin Oprea
28652ed7af
Updated client matrix.
2014-01-07 00:49:28 -05:00
Brandon Philips
9a8bd96ad3
feat(Documentation/api): add a statistics section
2014-01-05 23:06:56 -08:00
Brandon Philips
66271fe986
chore(Documentation/api): remove some whitespace
2014-01-05 23:05:15 -08:00
Brandon Philips
1caa3245e6
feat(Documentation/api): add some intro material
...
add some intro material and normalize the headers to the rest of the
coreos/docs.
2014-01-05 23:04:27 -08:00
Brandon Philips
ecc96df699
chore(server): remove web url
...
web URL is not longer used so remove it from tests and configuration
documents.
2014-01-05 20:39:39 -08:00
Giuseppe Lavagetto
e9b85264ab
docs(clients-matrix.md): Introducing the library features matrix.
...
As support for etcd features is very uneven between different clients,
a feature matrix can help application developers to understand what a
client library can offer them, and also help client libraries
developers to understand what they should work on. I assessed the
features of all client libraries by looking at their master branch on
github, to the best of my knowledge.
2014-01-05 11:30:11 +01:00