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

[DPE-3049] templated config #186

Merged
merged 61 commits into from
Feb 14, 2024
Merged

[DPE-3049] templated config #186

merged 61 commits into from
Feb 14, 2024

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    fcd5ba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc39f5e View commit details
    Browse the repository at this point in the history
  3. Templated config WIP

    dragomirp committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2841636 View commit details
    Browse the repository at this point in the history
  4. Disable unit tests

    dragomirp committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ca23974 View commit details
    Browse the repository at this point in the history
  5. Legacy templating WIP

    dragomirp committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c263581 View commit details
    Browse the repository at this point in the history
  6. Fix TLS

    dragomirp committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    bf52697 View commit details
    Browse the repository at this point in the history
  7. Legacy admins

    dragomirp committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a58f334 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Cleanup

    dragomirp committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    496363b View commit details
    Browse the repository at this point in the history
  2. Remove update method

    dragomirp committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c658f3b View commit details
    Browse the repository at this point in the history
  3. Cleanup

    dragomirp committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4591d3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fbbeea View commit details
    Browse the repository at this point in the history
  5. Linting

    dragomirp committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d501205 View commit details
    Browse the repository at this point in the history
  6. Restart on peer change

    dragomirp committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    34fdbd7 View commit details
    Browse the repository at this point in the history
  7. Full restart on peer change

    dragomirp committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c3c8f13 View commit details
    Browse the repository at this point in the history
  8. Revert "Full restart on peer change"

    This reverts commit c3c8f13.
    dragomirp committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f0f945b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    8f0a651 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2118cd8 View commit details
    Browse the repository at this point in the history
  3. Fix port change

    dragomirp committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ae3e9a1 View commit details
    Browse the repository at this point in the history
  4. Redundant rerener

    dragomirp committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6cb7a60 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

  1. Unify check_backend

    dragomirp committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9cff0f2 View commit details
    Browse the repository at this point in the history
  2. Disable constant defers

    dragomirp committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5e6e8a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    148e6af View commit details
    Browse the repository at this point in the history
  4. Defer instead of ignore

    dragomirp committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1821b03 View commit details
    Browse the repository at this point in the history
  5. Don't wait for retries

    dragomirp committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    98e57bd View commit details
    Browse the repository at this point in the history
  6. Filter database

    dragomirp committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a974c09 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    f852a19 View commit details
    Browse the repository at this point in the history
  2. Remove flag

    dragomirp committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    66698e3 View commit details
    Browse the repository at this point in the history
  3. Reset flag

    dragomirp committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6427c8f View commit details
    Browse the repository at this point in the history
  4. Defer _on_change

    dragomirp committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    12cc43a View commit details
    Browse the repository at this point in the history
  5. Filter out new relation

    dragomirp committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3fff3ba View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Put mapping in peer data

    dragomirp committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a397564 View commit details
    Browse the repository at this point in the history
  2. Str rel ids

    dragomirp committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    79606f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cf18eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0220e21 View commit details
    Browse the repository at this point in the history
  5. Only one db per rel

    dragomirp committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    27b9698 View commit details
    Browse the repository at this point in the history
  6. Missed dynamic params

    dragomirp committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8a6da31 View commit details
    Browse the repository at this point in the history
  7. Suppress log error

    dragomirp committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d7b5107 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    711aa52 View commit details
    Browse the repository at this point in the history
  9. Don't read auth file

    dragomirp committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ff8c7ea View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Removing PgbConfig

    dragomirp committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3a369a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    500a33b View commit details
    Browse the repository at this point in the history
  3. Add tests WIP

    dragomirp committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a2d7548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    826c597 View commit details
    Browse the repository at this point in the history
  5. Don't render the dict

    dragomirp committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3f33744 View commit details
    Browse the repository at this point in the history
  6. Upgrade tweaks

    dragomirp committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2a80cda View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Restoring unit tests

    dragomirp committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    57c6d4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19b13e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b40fcd1 View commit details
    Browse the repository at this point in the history
  4. Restoring tests

    dragomirp committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    be16f35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6928cf3 View commit details
    Browse the repository at this point in the history
  6. Dead code

    dragomirp committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6d05a31 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Unit tests

    dragomirp committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    dad32fd View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    e28fd8c View commit details
    Browse the repository at this point in the history
  2. Bump coveage

    dragomirp committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3620aa4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Don't raise on blocked

    dragomirp committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4426e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5f1623 View commit details
    Browse the repository at this point in the history
  3. Switch status

    dragomirp committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    dac81ad View commit details
    Browse the repository at this point in the history
  4. Don't update libjuju

    dragomirp committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3a2dbbc View commit details
    Browse the repository at this point in the history