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

Feature/boefje normalizer config models #3118

Merged
merged 47 commits into from
Jul 9, 2024

Commits on May 21, 2024

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

Commits on May 22, 2024

  1. Create brute-force migration

    Fix the integration tests
    Remove repository references in Rocky
    Donnype committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d137794 View commit details
    Browse the repository at this point in the history
  2. Fix migrations test setup

    Test upgrading and downgrading with uniqueness issue
    Set empty not-nullable foreign key to repository to seeded "LOCAL" on downgrades
    Donnype committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8736f9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72f7ba1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. More cleanup, renaming and moving code to create the structure we use…

    … in other modules.
    
    Signed-off-by: Donny Peeters <[email protected]>
    Donnype committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e12961e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. PR feedback: Base64Str type for env vars

    Signed-off-by: Donny Peeters <[email protected]>
    Donnype committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ef3d4d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4211d4b View commit details
    Browse the repository at this point in the history
  3. Add database models for boefje and normalizer

    Signed-off-by: Donny Peeters <[email protected]>
    Donnype committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b7cd08e View commit details
    Browse the repository at this point in the history
  4. Add repository and api for boefje and normalizer models

    Signed-off-by: Donny Peeters <[email protected]>
    Donnype committed May 28, 2024
    Configuration menu
    Copy the full SHA
    21852a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    943965e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Some style fixes, comments, and cleaning of errors and context manage…

    …ment where we do read-only operations.
    Donnype committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7e09f73 View commit details
    Browse the repository at this point in the history
  2. Fix settings api bug

    Improve update logic for local plugins, allowing overriding only specified fields
    Donnype committed May 29, 2024
    Configuration menu
    Copy the full SHA
    79cc0eb View commit details
    Browse the repository at this point in the history
  3. Change environment keys backward compatible

    Set type to str again since the values were not compatible
    Donnype committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8790ab9 View commit details
    Browse the repository at this point in the history
  4. Fix KATalogus entrypoints

    Donnype committed May 29, 2024
    Configuration menu
    Copy the full SHA
    46e00ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27324d0 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge branch 'main' into feature/persisting-plugins

    Signed-off-by: Donny Peeters <[email protected]>
    Donnype committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6eac6e3 View commit details
    Browse the repository at this point in the history
  2. Documentation on phasing out the repository model in the release notes

    Fix other references to the app module that has been removed
    Update the other relevant documentation on seeding the KATalogus database, which is no longer needed
    
    Signed-off-by: Donny Peeters <[email protected]>
    Donnype committed May 30, 2024
    Configuration menu
    Copy the full SHA
    aa9f613 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a599337 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38a330f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5740d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3eebead View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    daba33b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd25215 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/boefje-normalizer-models' into feature/boefje-n…

    …ormalizer-config-models
    Donnype committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    6b3b7ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50ed342 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b64eefc View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Migrate plugin_state as well

    Donnype committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    d26d517 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 7, 2024

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

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    f02ec3c View commit details
    Browse the repository at this point in the history
  2. Rename Patch models

    Donnype committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b53fcee View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/boefje-normalizer-models' into feature/boefje-n…

    …ormalizer-config-models
    
    # Conflicts:
    #	boefjes/boefjes/dependencies/plugins.py
    #	boefjes/boefjes/katalogus/plugins.py
    #	boefjes/boefjes/katalogus/root.py
    #	boefjes/boefjes/storage/interfaces.py
    #	boefjes/tests/integration/test_api.py
    #	boefjes/tests/katalogus/test_plugins_api.py
    Donnype committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    94d4228 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    5b6d5a7 View commit details
    Browse the repository at this point in the history
  2. Add static field in the database as well

    Allow creation of static local plugins in the database as well, but only for the config models.
    Do not allow updates on static plugin models in the database
    Donnype committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8253cef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    073e175 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 18, 2024

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

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    50a3561 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/boefje-normalizer-models' into feature/boefje-n…

    …ormalizer-config-models
    Donnype committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    484eb0e View commit details
    Browse the repository at this point in the history
  3. Revert automatically refactored changes from values to settings

    Signed-off-by: Donny Peeters <[email protected]>
    Donnype committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5b95ab6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    c1fa3b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    537e22c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    e167467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    094779d View commit details
    Browse the repository at this point in the history