Commit Graph

740 Commits (release-3.0)

Author SHA1 Message Date
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
Brandon Philips 801b642dea fix(Documentation): fixup headers
fixup the headers on the api and tuning sections
2014-01-04 17:58:39 -08:00
Brandon Philips e7527ebb45 fix(README): link to the configuration file too 2014-01-03 14:39:23 -08:00
Brandon Philips 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
Rob Szumski 009b84c5fc feat(docs): add cluster size guide 2014-01-02 16:11:25 -08:00
Baruch Even 08dffe85d6 Fix spelling mistakes in internal-protocol-versioning.md 2013-12-01 08:35:56 +02:00
Ben Johnson cba2611c68 Renamed configuration parameters. 2013-11-15 00:13:32 -05:00
Ben Johnson f99d24310f Fix conf extension and documentation. 2013-10-23 13:44:53 -06:00
Ben Johnson bc0e07bca2 Add tiered configuration. 2013-10-21 21:37:25 -06:00
Xiang Li a7eb09a557 Merge pull request #10 from evan-gu/fileSystem
added sorting, changed the interface, modified the documents, added some test case
2013-09-08 20:16:30 -07:00
evan-gu 38489bd846 add documentation about sorting, change the argument name from sorting to sorted 2013-09-08 21:21:57 -04:00
Hongchao Deng effc8285f2 New error-system for Etcd with docs 2013-09-08 18:46:16 -04:00
Hongchao Deng 8ab6684bf5 Merge branch 'fileSystem' of github.com:xiangli-cmu/etcd into fileSystem 2013-09-07 10:40:43 -04:00
Hongchao Deng 4f7011fc2b add acl doc 2013-09-07 10:40:19 -04:00
Xiang Li 907e39edec update operation 2013-09-06 23:01:11 -04:00
Hongchao Deng 9b80e1cd64 refine doc 2013-09-06 14:28:11 -04:00
Xiang Li 197b9106f9 init file system spec 2013-09-04 22:40:33 -04:00
Brandon Philips 53b2038d2e feat(command): add version to join command
Add a version to the join command. Add a versioning document to discuss
some of the design decisions.
2013-08-18 21:54:07 -07:00