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(notification): support send notification when schedule job failed #711

Merged
merged 31 commits into from
Nov 21, 2023

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    1aff355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0446dbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4defcae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5e1c04 View commit details
    Browse the repository at this point in the history
  5. remove unused imports

    LuckyPickleZZ committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9d7dc1b View commit details
    Browse the repository at this point in the history
  6. restore debug

    LuckyPickleZZ committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9deaeba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b65b8f6 View commit details
    Browse the repository at this point in the history
  8. add UT

    LuckyPickleZZ committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e7ea78c View commit details
    Browse the repository at this point in the history
  9. format code

    LuckyPickleZZ committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    aa841df View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. fix UT failure

    LuckyPickleZZ committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ec4cdd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge branch 'dev/4.2.2' into wenmu_422_feat_schedule_failed_notifica…

    …tion
    
    # Conflicts:
    #	server/odc-service/src/main/java/com/oceanbase/odc/service/quartz/OdcJobListener.java
    LuckyPickleZZ committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4672d2c View commit details
    Browse the repository at this point in the history
  2. resolve conflicts

    LuckyPickleZZ committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4f09cdc View commit details
    Browse the repository at this point in the history
  3. fix UT

    LuckyPickleZZ committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b366b16 View commit details
    Browse the repository at this point in the history
  4. format code

    LuckyPickleZZ committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    899043f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Nov 17, 2023

  1. optimize performance

    LuckyPickleZZ committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    50a99c2 View commit details
    Browse the repository at this point in the history
  2. format code

    LuckyPickleZZ committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    016667a View commit details
    Browse the repository at this point in the history
  3. response to CR

    LuckyPickleZZ committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6cd0f00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41c2eca View commit details
    Browse the repository at this point in the history
  5. fix JPA error

    LuckyPickleZZ committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    13f84e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. fix UT

    LuckyPickleZZ committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    fe19c93 View commit details
    Browse the repository at this point in the history
  2. format code

    LuckyPickleZZ committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    7c16975 View commit details
    Browse the repository at this point in the history
  3. format code

    LuckyPickleZZ committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    5d1419c View commit details
    Browse the repository at this point in the history
  4. ignore UT

    LuckyPickleZZ committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    2ae7d82 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev/4.2.2' into wenmu_422_feat_schedule_failed_notifica…

    …tion
    
    # Conflicts:
    #	server/integration-test/src/test/java/com/oceanbase/odc/service/flow/ExpiredDocumentProviderTest.java
    LuckyPickleZZ committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    245dc74 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. fix

    LuckyPickleZZ committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    757f4a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. rename script

    LuckyPickleZZ committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    cc08238 View commit details
    Browse the repository at this point in the history
  2. remove async

    LuckyPickleZZ committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9f8edd4 View commit details
    Browse the repository at this point in the history
  3. add taskId into labels

    LuckyPickleZZ committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e42b8d6 View commit details
    Browse the repository at this point in the history
  4. add region into labels

    LuckyPickleZZ committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    ea0bdfc View commit details
    Browse the repository at this point in the history
  5. remove unused code

    LuckyPickleZZ committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    21e9eef View commit details
    Browse the repository at this point in the history