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: Prevents assign notification & change status on solved #285

Merged
merged 12 commits into from Apr 26, 2024

Commits on Apr 23, 2024

  1. FEATURE: Prevents assign notification & change status on solved

    Relates to this [topic](https://meta.discourse.org/t/assign-plugin-for-informatica/256974/94)
    
    Add an event listener to `accepted_solution` event
    
    Add `assigns_reminder_assigned_topics_query` modifier to not notify if
    `prevent_assign_notification` setting is on.
    
    Add settings to prevent assign notification and change status on solved
    Grubba27 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c6f8794 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. DEV: Address review comments

    Update SiteSettings names.
    Grubba27 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0487888 View commit details
    Browse the repository at this point in the history
  2. DEV(WIP): Add tests for integration with discourse-assign

    Add test for integration with discourse-assign plugin
    checks if the assignment status is moved to `Done`
    Grubba27 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e63af67 View commit details
    Browse the repository at this point in the history
  3. DEV: lint solved_spec.rb

    Grubba27 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c1d37ac View commit details
    Browse the repository at this point in the history
  4. DEV: Update test where it updates all assignments

    Change `on(:accepted_solution)` is defined
    
    Update test to use acting_user instead of admin
    Grubba27 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e102d82 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. DEV: lint & add tests for assigns_reminder_assigned_topics_query

    Linted and added tests for `assigns_reminder_assigned_topics_query` modifier.
    Grubba27 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3e0a596 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. DEV: Update tests based on review feedback

    change plugin_initializer location
    
    update spec with new tests to test integration with discourse-assign
    Grubba27 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6603d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d0e602 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f398843 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab17e39 View commit details
    Browse the repository at this point in the history
  5. DEV: Lint solved_spec

    Grubba27 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1a3a77d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8584bf6 View commit details
    Browse the repository at this point in the history