Граф коммитов

22 Коммитов

Автор SHA1 Сообщение Дата
Michael Berlin 4d2d2fe6af Merge pull request #2470 from tinyspeck/update-shard-key-docs
update docs to reflect that shard keyranges can be > 1 byte
2017-01-26 14:00:50 -08:00
Michael Berlin 03a47527b3 publish site Thu Jan 26 13:58:17 PST 2017 2017-01-26 13:58:17 -08:00
Alain Jobart a84f43e5b4 Batch of updates to docs.
- Adding an Update Stream document.
- Adding doc for MySQL server protocol.
- Adding a doc for Vitess Sequences.
- Doc on RBR.
- Removing obsolete replication doc.

publish site Tue Jan 24 13:13:41 PST 2017
2017-01-24 13:14:51 -08:00
Alain Jobart 274b6b388c publish site Fri Jan 6 08:02:30 PST 2017 2017-01-06 08:02:30 -08:00
sougou 5863336ddc Doc updates (#2414)
* Update left-nav-menu.html

* Update ServerConfiguration.md

* publish site Wed Dec 28 19:40:23 PST 2016
2016-12-29 19:04:44 -08:00
Alain Jobart 2eb97aaae7 New etcd 'etcd2' topology client implementation.
The new etcd2 topology service is the new more consistent version of the
etcd topology. It has the following improvements:

- Uses the same file structure as zk2topo. It then also uses the generic
  vtctld.Explorer as well.

- Uses the new etcd clientv3 library, with new key-value API and leases.
  It is not backwards compatible with the old etcd topology.

- Uses a configurable toplevel directory for topology data in global and
  local cells.

Vitess 2.1 will still include the old etcd topology client, but it will
be deprecated, and removed from Vitess 2.2. Use topo2topo binary to
upgrade, see documentation.

Implementation details:
- bootstrap.sh now downloads etcd.
- etcd is used in unit tests of the library, instead of using a mock.
- Fixing wrangler.InitTablet error return.
  And adding -allow_update to test calls, so they work anyway.
- Running tabletmanager.py for zookeeper, zk2, etcd, etcd2 flavors.
- Ignoring the 'test' tag for vendored libraries. See:
  https://github.com/kardianos/govendor#ignoring-build-tags-and-excluding-packages
- in end-to-end tests, restarting etcd to wipe it.
- publish web site.
2016-12-28 07:02:37 -08:00
Michael Berlin 7c9e08bc2d publish site Wed Dec 21 10:19:40 CET 2016 2016-12-21 10:19:41 +01:00
Pavel Ivanov f58ede700a Publish site Tue Dec 20 15:25:17 PST 2016 (#2400)
Some recent changes to docs were not published.
2016-12-20 23:56:43 -08:00
Sugu Sougoumarane 5abd5140cf publish site Wed Dec 14 09:07:01 PST 2016 2016-12-14 09:43:45 -08:00
Alain Jobart 8da69d1184 A couple doc changes.
- Adding an install error case to doc.
- Adding section on RBR support for Vitess.
- publish site Fri Dec  2 13:54:35 PST 2016
2016-12-02 13:56:03 -08:00
Michael Berlin 7bcd0ab491 publish site Thu Dec 1 17:56:56 PST 2016 2016-12-01 17:56:56 -08:00
Michael Berlin e458a71591 publish site Wed Nov 30 20:38:32 PST 2016 2016-11-30 20:38:32 -08:00
Pavel Ivanov f67bbe73f9 Modify docs to describe current schema swap process. (#2315)
I'm renaming the PivotSchemaChanges.md into SchemaSwap.md, modifying it to
describe the current schema swap process and reformatting to be easier to read
in an editor.

I'm also modifying the replication docs to mention schema swap instead of pivot,
and to correct a few not quite factually correct statements.
2016-11-30 13:37:11 -08:00
Pavel Ivanov 2514bf5ea2 Regenerate vtctl docs and publish on site. (#2318)
The site needed publishing after #2312 and maybe after some other changes.

On the way I fixed a couple of incorrect things in vtctl docs (typo in an error
message and change of tablet type name WORKER->DRAINED that happened in #2151).
2016-11-30 10:39:48 -08:00
Alain Jobart 450d866a66 Update backup doc. 2016-11-22 07:12:39 -08:00
Michael Berlin eb769b3223 publish site Mon Nov 21 18:48:31 PST 2016 2016-11-21 18:48:31 -08:00
Michael Berlin 1d957eccfb publish site Sun Nov 20 20:31:21 PST 2016 2016-11-20 20:31:21 -08:00
Michael Berlin 3ec9da05f3 publish site Wed Nov 9 12:35:04 PST 2016 2016-11-09 12:35:04 -08:00
Alain Jobart 0972cfab04 Roadmap doc.
Includes web site publishing.
2016-11-08 07:07:13 -08:00
Michael Berlin ecc69faffa publish site Sun Nov 6 21:48:34 PST 2016 2016-11-07 10:15:28 -08:00
Michael Berlin f61c6a4312 publish site Sat Nov 5 21:55:18 PDT 2016 2016-11-05 21:55:18 -07:00
Michael Berlin 038782900b docs: Add a copy of the "gh-pages" branch in the "docs" subdirectory.
We'll switch serving vitess.io:
- before: from the gh-pages branch
- now: from the docs directory out of the master branch

This way it is much easier to update the website:
- no switching between branches required
- no untracked files get in our way in the gh-pages branch
- generated pages can be written in place and do not have to be moved around
- website can be updated and published in the same pull request
2016-11-05 21:55:10 -07:00