Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Namespaces #374

Closed
wants to merge 20 commits into from
Closed

Commits on Oct 29, 2021

  1. implemented basic support for namespaces (this only adds support for …

    …the default namespace)
    ederuiter committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3c4212f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8561cf View commit details
    Browse the repository at this point in the history
  3. make sure db allocation is always present when selecting a different …

    …database in aof (as the oaf might be enabled after a database is selected)
    ederuiter committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    25e3744 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3cd457 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb311cf View commit details
    Browse the repository at this point in the history
  6. fix rreplay tests to also include allocate calls (this is needed as i…

    …t uses debug force-master which causes the select to not allocate databases)
    ederuiter committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    c8c4828 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9adb05c View commit details
    Browse the repository at this point in the history
  8. added basic namespace tests

    ederuiter committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    4254348 View commit details
    Browse the repository at this point in the history
  9. Move master initialization out of config parsing; this caused issues …

    …as db's/namespaces are not yet initialized at that stage
    ederuiter committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    71aa119 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    acda6f2 View commit details
    Browse the repository at this point in the history
  11. Added database mapping + namespace to client list output + added comp…

    …lete database mapping to serverAssertWithInfo
    ederuiter committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9b98faf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    05b631e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8434366 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    c2efd10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ace526f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    d0e5165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f47216 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cadb8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    160d443 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    ac5c4e3 View commit details
    Browse the repository at this point in the history