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

Local file-based name resolver with SQLite #3178

Merged
merged 21 commits into from
Nov 1, 2023

Commits on Oct 13, 2023

  1. WIP: Local file-based name resolver with SQLite

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9f3e64b View commit details
    Browse the repository at this point in the history
  2. Fixes

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2c28736 View commit details
    Browse the repository at this point in the history
  3. Added tests

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6aaab12 View commit details
    Browse the repository at this point in the history
  4. 💄

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b55509f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9198353 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Temp replacement of runtime to fix cert tests

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    cfcb2fd View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Josh van Leeuwen <me@joshvanl.dev>
    Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle and JoshVanL committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    ad7561f View commit details
    Browse the repository at this point in the history
  3. Temp replacement of go-sdk to fix cert tests

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    571b24e View commit details
    Browse the repository at this point in the history
  4. Fix from code review pt. 1

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    0da78fe View commit details
    Browse the repository at this point in the history
  5. How timely

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    c0048b7 View commit details
    Browse the repository at this point in the history
  6. 💄

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    fe518fc View commit details
    Browse the repository at this point in the history
  7. Added column for namespace, currently unsupported

    See dapr#3179
    
    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    a08a58f View commit details
    Browse the repository at this point in the history
  8. Added constant for namespace

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    6dfe0c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Use a strongly-typed Instance struct for name resolvers

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    5746c8f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Updated pinned runtime in cert tests

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    903fea9 View commit details
    Browse the repository at this point in the history
  2. Updated per review

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    df4990c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Updated per review feedback

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    85a6828 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 25, 2023

  1. Changed per review feedback

    Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    945a141 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Merge branch 'master' into sqlite-nr

    Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
    ItalyPaleAle committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    95fd1fa View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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