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

feat: add backend for new user/group column #1090

Merged
merged 20 commits into from
Jul 31, 2024
Merged

Commits on Jul 31, 2024

  1. feat: add new column for user and group to backend

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8d63c42 View commit details
    Browse the repository at this point in the history
  2. fix: phpunit test

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    44a6870 View commit details
    Browse the repository at this point in the history
  3. tests: add integration test for new column

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b148c86 View commit details
    Browse the repository at this point in the history
  4. enh: add value_type column

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ab3c8bf View commit details
    Browse the repository at this point in the history
  5. fix: use correct variable

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fa23c46 View commit details
    Browse the repository at this point in the history
  6. fix: update usergroup column

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    11aa7bc View commit details
    Browse the repository at this point in the history
  7. enh: modify usergroup column backend

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6228024 View commit details
    Browse the repository at this point in the history
  8. test: update integration tests for usergroup column

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    77886a2 View commit details
    Browse the repository at this point in the history
  9. fix: remove usergroup column from legacy rowmapper test

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    96f1bb0 View commit details
    Browse the repository at this point in the history
  10. fix: add new db migration for usergroup column

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    cb10e60 View commit details
    Browse the repository at this point in the history
  11. fix: return null in migration

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c1785c4 View commit details
    Browse the repository at this point in the history
  12. fix: update migrations and declarations for usergroup column

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9f2b167 View commit details
    Browse the repository at this point in the history
  13. enh: improve usergroup column integration tests

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a320fc5 View commit details
    Browse the repository at this point in the history
  14. enh: rename migration

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6968538 View commit details
    Browse the repository at this point in the history
  15. fix: Psalm complaints after rebase and incomplete migrations after up…

    …grade
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4eb6ff9 View commit details
    Browse the repository at this point in the history
  16. docs: Improve php doc for confusing methods

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fc720ec View commit details
    Browse the repository at this point in the history
  17. chore: Cleanup methods to parse/transform values

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1e2a0da View commit details
    Browse the repository at this point in the history
  18. tests: Allow running individual scenarios in behat

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d710426 View commit details
    Browse the repository at this point in the history
  19. fix: Move not found errors to info level

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5432853 View commit details
    Browse the repository at this point in the history
  20. fix: Rename api parameter and bump api version to 2.1

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f86ed84 View commit details
    Browse the repository at this point in the history