Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The etcd documentation
# The etcd documentation 🐣

etcd is a distributed key-value store designed to reliably and quickly preserve and provide access to critical data. It enables reliable distributed coordination through distributed locking, leader elections, and write barriers. An etcd cluster is intended for high availability and permanent data storage and retrieval.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/benchmarks/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Benchmarks
# Benchmarks 🐣

etcd benchmarks will be published regularly and tracked for each release below:

Expand Down
2 changes: 1 addition & 1 deletion Documentation/etcd-mixin/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prometheus Monitoring Mixin for etcd
# Prometheus Monitoring Mixin for etcd 🐣

> NOTE: This project is *alpha* stage. Flags, configuration, behaviour and design may change significantly in following releases.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# etcd
# etcd 🐣

[![Go Report Card](https://goreportcard.com/badge/github.com/etcd-io/etcd?style=flat-square)](https://goreportcard.com/report/github.com/etcd-io/etcd)
[![Coverage](https://codecov.io/gh/etcd-io/etcd/branch/master/graph/badge.svg)](https://codecov.io/gh/etcd-io/etcd)
Expand Down
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# etcd/client
# etcd/client 🐣

etcd/client is the Go client library for etcd.

Expand Down
2 changes: 1 addition & 1 deletion clientv3/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# etcd/clientv3
# etcd/clientv3 🐣

[![Docs](https://img.shields.io/badge/docs-latest-green.svg)](https://etcd.io/docs)
[![Godoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/go.etcd.io/etcd/clientv3)
Expand Down
2 changes: 1 addition & 1 deletion contrib/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Contrib
## Contrib 🐣

Scripts and files which may be useful but aren't part of the core etcd project.

Expand Down
2 changes: 1 addition & 1 deletion contrib/raftexample/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# raftexample
# raftexample 🐣

raftexample is an example usage of etcd's [raft library](../../raft). It provides a simple REST API for a key-value store cluster backed by the [Raft][raft] consensus algorithm.

Expand Down
2 changes: 1 addition & 1 deletion etcdctl/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
etcdctl
etcdctl 🐣
========

`etcdctl` is a command line client for [etcd][etcd].
Expand Down
2 changes: 1 addition & 1 deletion functional/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## etcd Functional Testing
## etcd Functional Testing 🐣

[`functional`](https://godoc.org/github.com/coreos/etcd/functional) verifies the correct behavior of etcd under various system and network malfunctions. It sets up an etcd cluster under high pressure loads and continuously injects failures into the cluster. Then it expects the etcd cluster to recover within a few seconds. This has been extremely helpful to find critical bugs.

Expand Down
2 changes: 1 addition & 1 deletion hack/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Various hacks that are used by developers.
Various hacks that are used by developers. 🐣
Hello World 2
2 changes: 1 addition & 1 deletion hack/benchmark/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Usage
## Usage 🐣

Benchmark 3-member etcd cluster to get its read and write performance.

Expand Down
2 changes: 1 addition & 1 deletion hack/insta-discovery/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Starts a cluster via the discovery service locally. Useful for testing.
Starts a cluster via the discovery service locally. Useful for testing. 🐣
Hello World 2
2 changes: 1 addition & 1 deletion hack/kubernetes-deploy/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# etcd on Kubernetes
# etcd on Kubernetes 🐣

This is an example setting up etcd as a set of pods and services running on top of kubernetes. Using:

Expand Down
2 changes: 1 addition & 1 deletion hack/patch/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ./hack/patch/cherrypick.sh
# ./hack/patch/cherrypick.sh 🐣

Handles cherry-picks of PR(s) from etcd master to a stable etcd release branch automatically.

Expand Down
2 changes: 1 addition & 1 deletion hack/tls-setup/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This demonstrates using Cloudflare's [cfssl](https://github.com/cloudflare/cfssl) to easily generate certificates for an etcd cluster.
This demonstrates using Cloudflare's [cfssl](https://github.com/cloudflare/cfssl) to easily generate certificates for an etcd cluster. 🐣

Defaults generate an ECDSA-384 root and leaf certificates for `localhost`. etcd nodes will use the same certificates for both sides of mutual authentication, but won't require client certs for non-peer clients.

Expand Down
2 changes: 1 addition & 1 deletion pkg/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here
pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here 🐣
only if it could possibly be moved out into its own repository in the future.
Hello World 2
2 changes: 1 addition & 1 deletion pkg/adt/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

🐣
## Red-Black Tree

*"Introduction to Algorithms" (Cormen et al, 3rd ed.), Chapter 13*
Expand Down
2 changes: 1 addition & 1 deletion raft/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Raft library
# Raft library 🐣

Raft is a protocol with which a cluster of nodes can maintain a replicated state machine.
The state machine is kept in sync through the use of a replicated log.
Expand Down
2 changes: 1 addition & 1 deletion security/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Security Announcements
## Security Announcements 🐣

Join the [etcd-dev](https://groups.google.com/forum/?hl=en#!forum/etcd-dev) group for emails about security and major announcements.

Expand Down
2 changes: 1 addition & 1 deletion tools/benchmark/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# etcd/tools/benchmark
# etcd/tools/benchmark 🐣

`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.

Expand Down
2 changes: 1 addition & 1 deletion tools/etcd-dump-db/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### etcd-dump-db
### etcd-dump-db 🐣

etcd-dump-db inspects etcd db files.

Expand Down
2 changes: 1 addition & 1 deletion tools/etcd-dump-logs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### etcd-dump-logs
### etcd-dump-logs 🐣

etcd-dump-logs dumps the log from data directory.

Expand Down
2 changes: 1 addition & 1 deletion tools/local-tester/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# etcd local-tester
# etcd local-tester 🐣

The etcd local-tester runs a fault injected cluster using local processes. It sets up an etcd cluster with unreliable network bridges on its peer and client interfaces. The cluster runs with a constant stream of `Put` requests to simulate client usage. A fault injection script periodically kills cluster members and disrupts bridge connectivity.

Expand Down