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: basic label implementation to hide dialogs #1192

Merged
merged 40 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. first rev of entities.

     * DialogLabel
     * DialogLabelAssignment
     * DialogLabelLog
    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ac59adb View commit details
    Browse the repository at this point in the history
  2. GetDialogLabelEndpoint done maybe? not tested!

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    156ae50 View commit details
    Browse the repository at this point in the history
  3. DialogLabel, DialogLabelAssignment updated

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3aa5095 View commit details
    Browse the repository at this point in the history
  4. DialogLabelAssignment updated

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f7aa914 View commit details
    Browse the repository at this point in the history
  5. Updated commetns

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    37a75b2 View commit details
    Browse the repository at this point in the history
  6. Cleanup + comments

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ada3170 View commit details
    Browse the repository at this point in the history
  7. first attempt at making Enum correctly

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    304de24 View commit details
    Browse the repository at this point in the history
  8. Cleaned up some of the old label classes

    Made first rev on DisplayState
    Started creating SetDisplayState endpoint
    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7c64bea View commit details
    Browse the repository at this point in the history
  9. Created New aggregate DialogEndUserContext

    Created SystemLabel entity
    Created LabelAssignmentLog entity
    Removed old dialogState
    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b2bfee1 View commit details
    Browse the repository at this point in the history
  10. Db migrate

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c439aaa View commit details
    Browse the repository at this point in the history
  11. Proper migration

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    82a8333 View commit details
    Browse the repository at this point in the history
  12. Created Endpoint to set SystemLabel

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7b74562 View commit details
    Browse the repository at this point in the history
  13. Updated LabelId -> Label

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5129342 View commit details
    Browse the repository at this point in the history
  14. Made configuration DialogEndUserContext to set delete behavior to set…

    …Null
    
    Made every class sealed
    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9b6ece5 View commit details
    Browse the repository at this point in the history
  15. chore: Graphql label mutation WIP (#1179)

    oskogstad authored and Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    87aed6d View commit details
    Browse the repository at this point in the history
  16. stuff done yes

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d3f1d16 View commit details
    Browse the repository at this point in the history
  17. Upated trash label to bin

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8b2e57d View commit details
    Browse the repository at this point in the history
  18. Changed name to label in dtos.

    updated naming of classes
    added labels to create dialog endpoint
    updated migration
    added swagger config
    added validation to set label endpoint
    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    044acff View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4dd8910 View commit details
    Browse the repository at this point in the history
  20. Started working on get label log

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2f1f274 View commit details
    Browse the repository at this point in the history
  21. Search label log created not tested

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2ab97fe View commit details
    Browse the repository at this point in the history
  22. Search dialog label log complete.

    IFMatch added to set label
    some cleanup
    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cfe56bc View commit details
    Browse the repository at this point in the history
  23. ratelimit notes

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    423b3a0 View commit details
    Browse the repository at this point in the history
  24. made all classes sealed and updated some test to handle systemlabel c…

    …orrectly
    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9dc36db View commit details
    Browse the repository at this point in the history
  25. Base structure for e2e created

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c547857 View commit details
    Browse the repository at this point in the history
  26. e2e search for dialogs based on system label

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    71fccec View commit details
    Browse the repository at this point in the history
  27. e2e invalid systemLabel complete

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    973b55c View commit details
    Browse the repository at this point in the history
  28. label assignment e2e mostly complete

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    dc6cf87 View commit details
    Browse the repository at this point in the history
  29. Cleanup

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9c53983 View commit details
    Browse the repository at this point in the history
  30. even more Cleanup

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cbbbcd8 View commit details
    Browse the repository at this point in the history
  31. cleanup

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4fb5ab2 View commit details
    Browse the repository at this point in the history
  32. WIP

    MagnusSandgren authored and Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    afff43b View commit details
    Browse the repository at this point in the history
  33. Rename Done

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f1984c0 View commit details
    Browse the repository at this point in the history
  34. Fixed Search Query for dialog

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5f40a87 View commit details
    Browse the repository at this point in the history
  35. Updated e2e tests

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    33b1d09 View commit details
    Browse the repository at this point in the history
  36. Add revision on DialogEndUserContext.cs

    MagnusSandgren authored and Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f3372bb View commit details
    Browse the repository at this point in the history
  37. cleanup

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9ffb361 View commit details
    Browse the repository at this point in the history
  38. Fix AddSystemLabel migration

    MagnusSandgren authored and Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d69ea5c View commit details
    Browse the repository at this point in the history
  39. Updated schema.verified.graphql

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    51213a7 View commit details
    Browse the repository at this point in the history
  40. cleanup

    Amund Myrbostad committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7421962 View commit details
    Browse the repository at this point in the history