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

DBContext is just a Context #17100

Merged
merged 8 commits into from
Sep 23, 2021
Merged

Commits on Sep 19, 2021

  1. DBContext is just a Context

    This PR removes some of the specialness from the DBContext and makes it context
    This allows us to simplify the GetEngine code to wrap around any context in future
    and means that we can change our loadRepo(e Engine) functions to simply take contexts.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    5aea7e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

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

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    cdcaf12 View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    8fde162 View commit details
    Browse the repository at this point in the history
  3. another place that needs to set the initial context

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    18d2319 View commit details
    Browse the repository at this point in the history
  4. avoid race

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    6b87fc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    e7a1b6a View commit details
    Browse the repository at this point in the history
  2. change attachment error

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    a141801 View commit details
    Browse the repository at this point in the history