Piotr Tabor
|
28f2b07623
|
*: Update references to code moved to the api/ dir.
Follow up to file-moves done in the previous commit.
The commit contains purely mechanical consequences of execution (apart
of scripts/genproto.sh):
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/etcdserver/api/v3rpc/rpctypes|v3/api/v3rpc/rpctypes|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/version|v3/api/version|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/mvcc/mvccpb|v3/api/mvccpb|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/etcdserver/etcdserverpb|v3/api/etcdserverpb|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/etcdserver/api/membership/membershippb|v3/api/membershippb|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/auth/authpb|v3/api/authpb|g'
% find ./ -name '*.proto' -o -name '*.md' | xargs -L 1 sed --follow-symlinks -i 's|/mvcc/mvccpb/kv.proto|/api/mvccpb/kv.proto|g'
% find ./ -name '*.proto' -o -name '*.md' | xargs -L 1 sed --follow-symlinks -i 's|/auth/authpb/auth.proto|/api/authpb/auth.proto|g'
% find ./ -name '*.proto' -o -name '*.md' | xargs -L 1 sed --follow-symlinks -i 's|/etcdserver/api/membership/membershippb/membership.proto|/api/membershippb/membership.proto|g'
I also modified manually paths in scripts/genproto.sh.
% go fmt ./...
|
2020-10-06 11:56:16 +02:00 |
|
Jacky Wu
|
4e5314e9b5
|
doc: remove out-date introduction video link. (#11601)
It's easy to find etcd introduction video, and the introduction video
from the rfc doc is outdated, so removing this link.
Fixes 11591.
|
2020-02-07 20:49:05 -08:00 |
|
Luc Perkins
|
a621d807f0
|
documentation: initial metadata additions for website generation (#10596)
Signed-off-by: lucperkins <lucperkins@gmail.com>
|
2019-04-01 13:57:24 -07:00 |
|
Gyuho Lee
|
e235cd3302
|
Documentation: update github links
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
|
2018-08-29 14:28:00 -07:00 |
|
Anthony Romano
|
b7ac758969
|
*: rename storage package to mvcc
|
2016-04-25 15:25:51 -07:00 |
|
kayrus
|
2510cacd47
|
docs: Relink and fix broken links
|
2016-02-25 12:42:11 +01:00 |
|
Xiang Li
|
35567221a7
|
*: limit request size for v3
|
2016-02-08 12:54:03 -08:00 |
|
Brandon Philips
|
ef86b0972c
|
Documentation: add more context on the v3 API
Add links to videos we have recorded and some context besides just the
bullet points.
|
2016-02-05 14:43:14 -08:00 |
|
Xiang Li
|
39ed73c290
|
doc: remove proto in rfc, link to proto file in codebase
|
2015-12-29 12:53:27 -08:00 |
|
Josh Wood
|
98bdeab53b
|
Documentation: Fix heading hierarchy.
Correct the hierarchy of Markdown symbols in document headings.
|
2015-10-20 15:26:49 -07:00 |
|
Xiang Li
|
3f18ded10a
|
*: v3api index->revision
|
2015-09-04 10:41:20 -07:00 |
|
Xiang Li
|
53a77fa519
|
*: tnx -> txn
|
2015-07-24 23:21:09 +08:00 |
|
Xiang Li
|
7c879ee576
|
doc: v3api rfc
|
2015-05-18 13:48:16 -07:00 |
|