4c801ee315
Documentation: drop fleet from integration lists
...
fleet is deprecated and no longer maintained.
2018-01-25 12:08:46 -08:00
207827a94e
README: add "Community meetings"
...
Signed-off-by: Gyuho Lee <gyuhox@gmail.com >
2017-12-15 14:37:37 -08:00
24bdfed0a5
README: update running etcd section for pre-built etcd install
...
The current Running etcd section only shows how to run etcd for installation
with master branch. If user has installed a pre-built release following the
instructions on the release page, the ./bin/etcd won't work to bring up the
etcd. The Getting etcd section covers both, pre-built and master branch,
with recommendation of pre-built usage so the Running etcd section is updated
accordingly.
fix #9003
2017-12-12 22:43:24 -05:00
2bbd26e8e0
README: update badges
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com >
2017-10-09 09:48:23 -07:00
90c3f91f29
README: update 'goreman' guide with 'grpc-proxy'
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com >
2017-10-09 09:28:22 -07:00
9d12ba26e0
README: require Go 1.9+
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com >
2017-09-07 13:39:42 -07:00
d31c442197
README: add coverage badge
2017-08-29 22:39:11 -07:00
25eef5a6e4
Merge pull request #7893 from philips/readme-tagline
...
README: use the same tagline from github
2017-05-08 09:11:08 -07:00
90af2ff302
README: use the same tagline from github
...
Just be consistent with the messaging and use of etcd
2017-05-05 18:07:26 -07:00
4203320d04
*: fix other broken links in markdown
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com >
2017-05-03 16:57:44 -07:00
7fb1f68ff8
*: coreos/rkt -> rkt/rkt
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com >
2017-04-11 08:48:48 -07:00
aca2abd8fe
*: use 'io.Seek*' for go1.7+
...
For https://github.com/coreos/etcd/issues/6174 .
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com >
2017-03-20 15:15:24 -07:00
c8a2c7f64f
*: eschew you from documentation
...
Removed line wrapping in affected files as well.
2017-03-06 11:40:46 -08:00
bd6f1c9e48
libraries-and-tools: rename to integrations
...
I want to create a more consistent naming system across the repos. Some
of our projects won't have libraries or tools (like Clair) but others
have integrated their software with Clair in various ways.
So, use a generic term: integrations.
2017-03-03 13:09:36 -05:00
367b064bcd
README: remove ACI, update Go version
2017-01-20 13:42:11 -08:00
011c452b65
readme: add 'run etcd on k8s' section
2016-11-04 20:28:14 -07:00
ff5ddd0909
Documentation: add instruction on vendoring, build
...
Addressing https://github.com/coreos/etcd/issues/5857#issuecomment-230174840 .
2016-07-05 09:55:44 -07:00
a53f538f27
*: test, docs with go1.6+
...
etcd v3 uses http/2, which doesn't work well with go1.5
2016-07-01 11:16:38 -07:00
862b3fe2be
*: move 'Project detail' to op-guide
2016-06-24 10:47:12 -07:00
1066c9b806
README: add dash, play.etcd.io, animated demo link
2016-06-16 19:47:25 -07:00
ab3398f7fd
README: minor fix in README
2016-06-01 23:33:59 -07:00
c13bf42ac6
README: fix write/sec number
2016-05-27 15:50:04 -07:00
d57164d0c8
README: throughput number in v3, add Doorman
...
Our v3 benchmark shows etcd v3 can do 40k writes per second.
1k throughput number is for etcd v2. Also adds YouTube's doorman
to example project lists.
2016-05-23 12:00:03 -07:00
9c05f92f2e
README: Update link to configuration.md
...
The file, along with all other documentation files, has moved into the Documentation folder.
2016-05-12 00:57:30 -04:00
db8f5771f1
doc: scrub legacy ports and TLS information for v3
2016-05-11 13:46:29 -07:00
3104507eb2
*: fix minor typos
2016-05-11 10:55:38 -07:00
c97b74a72f
doc: fix etcdctl example in README
...
repeated put rather than put followed by get
2016-04-29 21:20:14 +00:00
dc55c312b0
doc: focus on v3 in README and clone old v2 docs
...
Fixes #5192
2016-04-26 14:41:59 -07:00
c4caa65c51
etcdmain: start on unsupported arch when ETCD_UNSUPPORTED_ARCH is set
2016-04-10 19:36:04 -07:00
97730778e5
README: change semaphore CI status badge
...
We just reset Semaphore CI, and badge URL is changed.
2016-04-08 11:24:30 -07:00
896cba5cb9
README: go1.5 for Go development
2016-03-18 18:44:40 -07:00
25612169dd
Readme: adding gocard
...
Gocard includes most of the go style checking tools that we care about. This is a good indicator for us.
2016-03-13 18:14:00 -07:00
6dd53ec699
Merge pull request #4721 from heyitsanthony/build-scary-archs
...
*: build phony etcd server binary for unsupported architectures
2016-03-08 14:04:02 -08:00
5f304b4dee
*: build phony etcd server binary for unsupported architectures
...
We don't qualify etcdserver for anything other than amd64, so don't
build binaries that are untested and might be unreliable.
2016-03-08 13:12:11 -08:00
02975afe37
README: Add explanation about official vs legacy ports
...
Add a note about 2379/2380 vs 4001/7001. I believe this is as
far as we can go just yet, because we have not fully deprecated
the old ports, and still want to configure them in some instances.
Related #3480 .
2016-03-08 10:33:11 -08:00
02a34abf85
readme: link to raft.github.io instead of the old raftconsensus.github.io
2016-01-25 00:28:18 +11:00
7b90099526
README: link to production users
2015-12-15 15:54:59 -08:00
833f0388cd
README: Outright production-readiness
...
State outright that etcd is used in production and ready for more of same.
Supersedes #3884 .
Adopt #3884 in spirit, but directly in README as jonboulle suggested.
Delete Documentation/production-ready.md.
2015-11-17 18:05:31 -08:00
5b5b0ef060
README: attempt to make it even clearer
2015-10-20 14:17:33 -07:00
b38e21a9e9
README: fix language for release binaries
...
Address confusion on where to find stuff and make it easier to find with keywords for various operating systems.
2015-10-20 14:07:40 -07:00
7d326087f9
README: fix typo
...
It looks like a typo. Or is it elided sentence?
Thanks,
2015-10-19 17:03:40 -07:00
6ebd62a869
README: add semaphore CI status badge into README
2015-10-19 16:08:40 -07:00
6264a41e22
ectd/Getting-etcd: update README to require Go1.4+
...
Notice `For those wanting to try the very latest version,`
2015-09-28 15:35:09 -07:00
0894294074
readme: Use SVG image for build status badge
...
More accessible, better scaling.
2015-09-13 01:12:11 -04:00
bd5f924b0f
README: warn that master branch is unstable
...
Avoid users building from master branch for stable binaries.
2015-09-10 14:27:10 -07:00
406bb6749e
doc: add 0.4.9 to 2.2 migration guide
2015-08-31 09:55:12 -07:00
1b5e41e3f4
doc: add reporting bug doc
2015-07-23 12:55:38 +08:00
9b962c8350
README: let roadmap point to ROADMAP.md
2015-07-16 12:58:13 -07:00
c1aed32920
README: update irc channel to #etcd
2015-07-16 12:52:26 -07:00
048a948eca
docs: readme/branch-management cleanup
2015-06-04 16:41:32 -07:00