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

Remove worker_replication_* settings #15491

Merged
merged 15 commits into from May 11, 2023

Commits on Apr 25, 2023

  1. Add master to the instance_map as part of Complement, have Replicatio…

    …nEndpoint look at instance_map for master.
    realtyem committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0c0c0cb View commit details
    Browse the repository at this point in the history
  2. Fix typo in drive by.

    realtyem committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d6071f7 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary worker_replication_* bits from unit tests and add …

    …master to instance_map(hopefully in the right place)
    realtyem committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    da357b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Several updates:

    1. Switch from master to main for naming the main process in the instance_map. Add useful constants for easier adjustment of names in the future.
    2. Add backwards compatibility for worker_replication_* to allow time to transition to new style. Make sure to prioritize declaring main directly on the instance_map.
    3. Clean up old comments/commented out code.
    4. Adjust unit tests to match with new code.
    5. Adjust Complement setup infrastructure to only add main to the instance_map if workers are used and remove now unused options from the worker.yaml template.
    realtyem committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1d62101 View commit details
    Browse the repository at this point in the history
  2. Initial Docs upload

    realtyem committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1c1044c View commit details
    Browse the repository at this point in the history
  3. Changelog

    realtyem committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    76928ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    940514d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a78a82b View commit details
    Browse the repository at this point in the history
  6. Fix links in docs

    realtyem committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7dcf949 View commit details
    Browse the repository at this point in the history
  7. More docs

    realtyem committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    dec47e7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Remove debug logging

    realtyem committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7655e97 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Apply suggestions from code review

    Co-authored-by: reivilibre <olivier@librepush.net>
    realtyem and reivilibre committed May 5, 2023
    Configuration menu
    Copy the full SHA
    34f7454 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Apply suggestions from code review

    Co-authored-by: reivilibre <olivier@librepush.net>
    realtyem and reivilibre committed May 10, 2023
    Configuration menu
    Copy the full SHA
    a0ff5c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3f7936 View commit details
    Browse the repository at this point in the history
  3. Fix up and docs too

    realtyem committed May 10, 2023
    Configuration menu
    Copy the full SHA
    f6c24e4 View commit details
    Browse the repository at this point in the history