Deepthi Sigireddi

Results 27 issues of Deepthi Sigireddi

List of minor improvements / missing things from docs at https://vitess.io/docs/18.0/reference/vreplication/movetables/ and https://vitess.io/docs/18.0/reference/vreplication/reshard/ - [ ] Document `--keep_data` behavior for `Complete`. Right now it only covers `Cancel`. - [ ]...

We've added an incremental backups feature, and also implemented Point-in-time-recovery that uses them instead of a binlog server. The new PITR has not yet reached parity with the old one,...

We have 3 guides: https://vitess.io/docs/contributing/build-on-macos/ - asks you to install `[email protected]`. we should remove the `@5.7` everywhere (4 occurrences). https://vitess.io/docs/contributing/build-on-ubuntu/ - asks you to install go 1.17. Let us update...

The Contributing section of the website has a guide for adding a new unit test. We need a similar guide for adding an endtoend test.

Custom rules can be provided to vttablet using the `filecustomrules` flag. We need to document this in a website guide that lists all supported functionality. References: https://github.com/vitessio/vitess/blob/master/go/vt/vttablet/tabletserver/rules/rules_test.go https://github.com/vitessio/vitess/blob/master/go/vt/vttablet/customrule/filecustomrule/filecustomrule_test.go

documentation

Our contributor's guide is at https://vitess.io/docs/contributing/ We don't have a review guide, we need to add one. In the meantime let us capture improvements to contributor's guide and what we...

During the community meeting today we discussed whether it is time to have the website redesigned. ### Motivation * Several years old, and looks dated in terms of styling and...

We have a user guide for 'Unmanaged Tablet' which tells users how to run vttablet in unmanaged mode. However, the exact functional differences between the various modes are unclear. We...

### Scope - Contributor Community - [ ] Review available contributor ladder and reward schemes and create a proposal - [ ] Implement approved contributor ladder and rewards - User...

We have had the Getting Started guides for a while. It is time to re-run them and make sure that everything still works as expected.