Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Miscellaneous cleanups to replication code #7239

Merged
merged 4 commits into from
Apr 7, 2020
Merged

Commits on Apr 7, 2020

  1. Remove vestigal references to SYNC replication command

    We've ripped pretty much all of this out: let's remove the remains.
    richvdh committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    6a519a0 View commit details
    Browse the repository at this point in the history
  2. Fix warnings about not calling superclass constructor

    Separate `SimpleCommand` from `Command`, so that things which don't want to use
    the `data` property don't have to, and thus fix the warnings PyCharm was giving
    me about not calling `__init__` in the base class.
    richvdh committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    c3e4b4e View commit details
    Browse the repository at this point in the history
  3. Handle one-word replication commands correctly

    `REPLICATE` is now a valid command, and it's nice if you can issue it from the
    console without remembering to call it `REPLICATE ` with a trailing space.
    richvdh committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e13c6c7 View commit details
    Browse the repository at this point in the history
  4. changelog

    richvdh committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    bd2ea34 View commit details
    Browse the repository at this point in the history