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/delivery alerts #768

Merged
merged 17 commits into from
Sep 26, 2023
Merged

Feature/delivery alerts #768

merged 17 commits into from
Sep 26, 2023

Commits on Sep 12, 2023

  1. Delivery alerts backend

    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bbe2c59 View commit details
    Browse the repository at this point in the history
  2. api-client updates

    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ef1118b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Adding message field to model

    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2e9435a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Frontend without action calls yet

    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    21ca54e View commit details
    Browse the repository at this point in the history
  2. Working, except refreshing removes the alerts

    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    902a88d View commit details
    Browse the repository at this point in the history
  3. Refresh retrieves delivery alerts too, however waiting errors are alw…

    …ays shown
    
    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1b3d5db View commit details
    Browse the repository at this point in the history
  4. Filters through all delivery alerts for unresolved and up-to-date one…

    …s to display
    
    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    66a6d2c View commit details
    Browse the repository at this point in the history
  5. Lint

    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    41c57c7 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'deploy/hammer' into feature/delivery-alerts

    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6cf6c92 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Refactored if statement, remove unnecessary null check

    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    83666bb View commit details
    Browse the repository at this point in the history
  2. Using comparison between alert ids to filter more efficiently

    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b082bdf View commit details
    Browse the repository at this point in the history
  3. Allow cancellation if task_id is present, only allow override for mis…

    …sing carts
    
    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    003a31b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'deploy/hammer' into feature/delivery-alerts

    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6ca8484 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'deploy/hammer' into feature/delivery-alerts

    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a7cbbdd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Update cancel button and delivery alert action only after task has be…

    …en properly cancelled
    
    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f8ad29e View commit details
    Browse the repository at this point in the history
  2. Only update action based on task state update when the cancel button …

    …was clicked
    
    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c506c49 View commit details
    Browse the repository at this point in the history
  3. Remove stale console log

    Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
    aaronchongth committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    199f2a0 View commit details
    Browse the repository at this point in the history