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

dev to main #4460

Merged
merged 7 commits into from
Jun 4, 2024
Merged

dev to main #4460

merged 7 commits into from
Jun 4, 2024

Commits on Jun 3, 2024

  1. Add twilio flow templates for docs (#4380)

    Adding JSON for Twilio flows to go with upcoming docs and blog post
    mderynck authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8539514 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. change zvonok call verification (#4393)

    # Change zvonok call verification
    
    After May 27, the Zvonok service will block number verification that was
    not set up as part of the phone number verification campaign. This PR
    modifies the number verification process.
    
    <!--
    *Note*: if you have more than one GitHub issue that this PR closes, be
    sure to preface
    each issue link with a [closing
    keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
    This ensures that the issue(s) are auto-closed once the PR has been
    merged.
    -->
    
    ## Checklist
    
    - [x] Unit, integration, and e2e (if applicable) tests updated
    - [x] Documentation added (or `pr:no public docs` PR label added if not
    required)
    - [x] Added the relevant release notes label (see labels prefixed w/
    `release:`). These labels dictate how your PR will
        show up in the autogenerated release notes.
    
    Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
    sreway and Konstantinov-Innokentii authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d0dd154 View commit details
    Browse the repository at this point in the history
  2. Fix display of schedule final in preview mode (#4447)

    # What this PR does
    
    - Fixes the display of preview schedule when you click on a row
    
    Part of #4428
    teodosii authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2f1ffcf View commit details
    Browse the repository at this point in the history
  3. conditionally enable searching for alert groups via env var (#4287)

    # What this PR does
    
    re-enables the search for alert groups
    
    ## Which issue(s) this PR closes
    
    Closes #2232
    
    <!--
    *Note*: if you have more than one GitHub issue that this PR closes, be
    sure to preface
    each issue link with a [closing
    keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
    This ensures that the issue(s) are auto-closed once the PR has been
    merged.
    -->
    
    ## Checklist
    
    - [x] Unit, integration, and e2e (if applicable) tests updated
    - [x] Documentation added (or `pr:no public docs` PR label added if not
    required)
    - [x] Added the relevant release notes label (see labels prefixed w/
    `release:`). These labels dictate how your PR will
        show up in the autogenerated release notes.
    
    ---------
    
    Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
    Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
    3 people authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0acb66b View commit details
    Browse the repository at this point in the history
  4. Show correct swap request dates (#4456)

    # What this PR does
    
    Part of #4428
    
    Additionally it fixes
    - NPE within `SchedulePersonal`
    - changes the line-break to use `contrastText` instead of `main` (from
    grafana theme)
    teodosii authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    038d78d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3a56cd View commit details
    Browse the repository at this point in the history
  6. only validate existing settings (#4459)

    # What this PR does
    
    Only validate live settings in `AVAILABLE_NAMES` to avoid issues when a
    live setting is renamed (one of the settings was renamed in
    #4287 earlier)
    
    ## Checklist
    
    - [x] Unit, integration, and e2e (if applicable) tests updated
    - [x] Documentation added (or `pr:no public docs` PR label added if not
    required)
    - [x] Added the relevant release notes label (see labels prefixed w/
    `release:`). These labels dictate how your PR will
        show up in the autogenerated release notes.
    vadimkerr authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f40634a View commit details
    Browse the repository at this point in the history