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

Initial Migration To Relational DB #2520

Draft
wants to merge 18 commits into
base: feature/relational-db
Choose a base branch
from

Commits on Jul 10, 2024

  1. Add migration_helper reldb

    reicda committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0fb8734 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Bump types-redis in /requirements/partial (OpenSlides#2577)

    Bumps [types-redis](https://github.com/python/typeshed) from 4.6.0.20240806 to 4.6.0.20240819.
    - [Commits](https://github.com/python/typeshed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-redis
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    17c5e5b View commit details
    Browse the repository at this point in the history
  2. Bump simplejson from 3.19.2 to 3.19.3 in /requirements/partial (OpenS…

    …lides#2575)
    
    * Bump simplejson from 3.19.2 to 3.19.3 in /requirements/partial
    
    Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.19.2 to 3.19.3.
    - [Release notes](https://github.com/simplejson/simplejson/releases)
    - [Changelog](https://github.com/simplejson/simplejson/blob/master/CHANGES.txt)
    - [Commits](simplejson/simplejson@v3.19.2...v3.19.3)
    
    ---
    updated-dependencies:
    - dependency-name: simplejson
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix meta/global and commit hash auth-service
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ralf Peschke <[email protected]>
    dependabot[bot] and r-peschke authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2a72a07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b86201d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Bump werkzeug from 3.0.3 to 3.0.4 in /requirements/partial (OpenSlide…

    …s#2581)
    
    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.4.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@3.0.3...3.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    02a218f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Sep 3, 2024

  1. Add first migration

    reicda committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    000c23a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. adjusted meta repo

    reicda committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    aa56a49 View commit details
    Browse the repository at this point in the history
  2. adjusted meta repo

    reicda committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4f60aec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40fa60f View commit details
    Browse the repository at this point in the history
  4. renamed and optimized files

    reicda committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d0fdb6d View commit details
    Browse the repository at this point in the history
  5. updated meta

    reicda committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    64d2642 View commit details
    Browse the repository at this point in the history
  6. adjust meta

    reicda committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    842fddb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3d766a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. adjust meta

    reicda committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f86ac4c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    bc9d26a View commit details
    Browse the repository at this point in the history
  2. restructued for test framework

    reicda committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    37c9522 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. exclude deleted models

    reicda committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    92a1ef9 View commit details
    Browse the repository at this point in the history