1. 21 Feb, 2022 1 commit
  2. 17 Feb, 2022 1 commit
  3. 12 Feb, 2022 2 commits
  4. 11 Feb, 2022 5 commits
  5. 09 Feb, 2022 5 commits
  6. 08 Feb, 2022 12 commits
  7. 07 Feb, 2022 2 commits
  8. 06 Feb, 2022 2 commits
  9. 04 Feb, 2022 9 commits
    • Zuul's avatar
      Merge "sql: Remove 'get_init_version'" · a7323ffa
      Zuul authored
      a7323ffa
    • Zuul's avatar
      Merge "Add generate schemas tool" · 16f43bce
      Zuul authored
      16f43bce
    • Zuul's avatar
      Merge "Add 'StandardLogging' fixture" · 89022047
      Zuul authored
      89022047
    • Zuul's avatar
      Merge "sql: Rename initial migrations" · 571ab59c
      Zuul authored
      571ab59c
    • Zuul's avatar
      ac3a779e
    • Stephen Finucane's avatar
      sql: Prepare for alembic migration · dce38678
      Stephen Finucane authored
      
      
      Nothing functional here. We simply switch from using "repo_name"
      terminology and move/rename some helper functions. Branches aren't
      really a SQLAlchemy-Migrate thing but it's close enough to do.
      
      Change-Id: I005d20ef21b6c8122be90e8afb38abd902fdfc6e
      Signed-off-by: default avatarStephen Finucane <stephenfin@redhat.com>
      dce38678
    • Stephen Finucane's avatar
      sql: Remove dead helpers · a6887c13
      Stephen Finucane authored
      
      
      'assertTableCountsMatch' should have been removed in change
      I41584c652ab34a267009136ee2a2e159ee2f2a6e ("sql: Squash mitaka
      migrations")
      
      'does_constraint_exist' should have been removed in change
      Ic499a996e1b9c6f0a9d885b4a9e655008002d49f ("sql: Squash queens
      migrations")
      
      'does_pk_exist' should have been removed in change
      I6beb8c9c827546757f2d7673a917b98f8b917012 ("sql: Squash rocky
      migrations")
      
      'assertTableExists' should have been removed in change
      I58e4b6833036a25ea8a1202c87ceebdbe932b447 ("sql: Squash stein
      migrations")
      
      'insert_dict', 'does_index_exist', and 'does_unique_constraint_exist'
      should have been removed in change
      Ifc71efb8609bc26ce998a9fa48b207abf8b9a38b ("sql: Squash train
      migrations")
      
      'does_fk_exist' should have been removed in change
      Ia1495cd4683d6631be2691e816734d01b03037a3 ("sql: Squash ussuri
      migrations")
      
      Change-Id: Id3d2769af6004bd4d4792c4488ac5eba94a5a776
      Signed-off-by: default avatarStephen Finucane <stephenfin@redhat.com>
      a6887c13
    • Zuul's avatar
      29612080
    • Lance Bragstad's avatar
      Properly instantiate FernetUtils · d023b103
      Lance Bragstad authored
      
      
      The FernetUtils object had kwargs for the key_repository,
      max_active_keys, and the config_group. The credential API uses an
      instance of the FernetUtils object to encrypt and decrypt credentials,
      but the object wasn't instantiated with the config_group set. This
      resulted in an error message like:
      
        Either [None] key_repository does...
      
      When the credential key repository wasn't configured. We should be
      setting the config_group so that we provide a more useful error
      message instead of a random `None`.
      
      All of the arguments are now made mandatory, since this is how
      they are called in all but this one place.
      Co-Authored-By: default avatarGrzegorz Grasza <xek@redhat.com>
      Change-Id: Ia32cc12121ee243a003e5eb2fc832cc6a33ef499
      d023b103
  10. 28 Jan, 2022 1 commit