https://github.com/coreos/etcd
Revision 192f200d9e5fa72894161477a7e68ea34cb0bc93 authored by Barak Michener on 29 October 2014, 20:27:07 UTC, committed by Barak Michener on 14 November 2014, 21:46:08 UTC
Fixes all updates since bcwaldon sketched the original, with cleanup and
into an acutal working state. The commit log follows:

fix pb reference and remove unused file post rebase

unbreak the migrate folder

correctly detect node IDs

fix snapshotting

Fix previous broken snapshot

Add raft log entries to the translation; fix test for all timezones. (Still in progress, but passing)

Fix etcd:join and etcd:remove

print more data when dumping the log

Cleanup based on yichengq's comments

more comments

Fix the commited index based on the snapshot, if one exists

detect nodeIDs from snapshot

add initial tool documentation and match the semantics in the build script and main

formalize migration doc

rename function and clarify docs

fix nil pointer

fix the record conversion test

add migration to test suite and fix govet
1 parent 5ea1f2d
History
Tip revision: 192f200d9e5fa72894161477a7e68ea34cb0bc93 authored by Barak Michener on 29 October 2014, 20:27:07 UTC
Fix up migration tool, add snapshot migration
Tip revision: 192f200
File Mode Size
Documentation
Godeps
client
discovery
error
etcdctl
etcdmain
etcdserver
hack
integration
migrate
pkg
proxy
raft
scripts
snap
store
version
wal
.dockerignore -rw-r--r-- 5 bytes
.gitignore -rw-r--r-- 107 bytes
.header -rw-r--r-- 582 bytes
.travis.yml -rw-r--r-- 146 bytes
CHANGELOG -rw-r--r-- 2.8 KB
CONTRIBUTING.md -rw-r--r-- 2.1 KB
DCO -rw-r--r-- 1.4 KB
Dockerfile -rw-r--r-- 47 bytes
LICENSE -rw-r--r-- 11.1 KB
MAINTAINERS -rw-r--r-- 157 bytes
NOTICE -rw-r--r-- 126 bytes
Procfile -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 4.6 KB
build -rwxr-xr-x 369 bytes
cover -rwxr-xr-x 626 bytes
main.go -rw-r--r-- 1.1 KB
test -rwxr-xr-x 1.4 KB

README.md

back to top