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

Add TGISBackend.register_model_connection() method #55

Merged
merged 16 commits into from
Jun 7, 2024

Commits on Jun 5, 2024

  1. Add register connection

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    eaee2b2 View commit details
    Browse the repository at this point in the history
  2. Discussion notes

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    db7abba View commit details
    Browse the repository at this point in the history
  3. Add namespace support for TGISConnection.from_config

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    94cf33c View commit details
    Browse the repository at this point in the history
  4. Add #noqa to fixture import

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e07bb87 View commit details
    Browse the repository at this point in the history
  5. use Dict instead of dict

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    80e392d View commit details
    Browse the repository at this point in the history
  6. Add tests for register_model_connection

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cdedc99 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Add early exit to register_model_connection

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a6defd1 View commit details
    Browse the repository at this point in the history
  2. linting

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    630a49c View commit details
    Browse the repository at this point in the history
  3. reverse support for namespace config variable

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2ff74b8 View commit details
    Browse the repository at this point in the history
  4. linting

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d3220f9 View commit details
    Browse the repository at this point in the history
  5. Add register_model_connection tests

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f65fd6d View commit details
    Browse the repository at this point in the history
  6. fix linting

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    913058e View commit details
    Browse the repository at this point in the history
  7. Address comments

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a9ae9ca View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e358d15 View commit details
    Browse the repository at this point in the history
  3. Fix _base_connection_cfg mutation bug

    Signed-off-by: Mynhardt Burger <[email protected]>
    mynhardtburger committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b87c958 View commit details
    Browse the repository at this point in the history