Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grafana/synthetic-monitoring-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.4
Choose a base ref
...
head repository: grafana/synthetic-monitoring-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.5
Choose a head ref
  • 7 commits
  • 82 files changed
  • 6 contributors

Commits on Oct 10, 2024

  1. chore: Update Drone signature (#968)

    * chore: Update Drone signature
    
    Updates the Drone file signature after changes made to the release
    pipeline.
    
    * Add drone sign script
    ka3de authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a40b5e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Fix: Update asc / desc reachability sorting (#970)

    * fix: update asc. / desc. reachability for check list page
    
    * chore: update naming for vars
    ckbedwell authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c281b77 View commit details
    Browse the repository at this point in the history
  2. Feat: improve delete private probe flow (#951)

    * refactor(checks-filters): simplify code
    
    - remove redundant variables
    - clean-up unneeded if-statements
    
    * refactor(probes): improve delete probe flow
    
    - add `ConfirmModal` that supports async confirm (including errors/catch).
    - add business logic to avoid error when trying to delete probe that is in use
    
    * refactor(datasource): use .fetchAPI
    
    * refactor: remove redundant code
    
    * refactor: update tests
    
    * chore: fix linting issues
    
    * chore: fix ts errors after refactor
    
    * fix(ConfirmModal): wire up button text props
    
    * fix: change requests
    
    - Add missing type in `DataSource.fetchAPI` usage
    - Fragment code to make it more readable
    - Upper case first letter in `ConfirmModal`
    - Refactor `DeleteProbeButton`
    
    * fix: change requests #2
    
    - Remove optional chaining
    
    * fix: change requests #2
    
    - Remove optional chaining
    - Remove commented code
    - Navigate to probe list on delete success
    - Make tooltip accessible
    
    * fix: change requests #3
    
    - Remove unused styles
    - Add test id to `dataTestIds.ts`
    
    * fix: linting error
    
    ---------
    
    Co-authored-by: w1kman <thomas.wikman@grafana.com>
    w1kman and grafanaman authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8be4a9e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. [feat] Disable check creation and add alert for Hosted Grafana Free T…

    …ier members who have exceeded their monthly test execution limit (#944)
    
    * feat: add gcom hooks
    
    * feat: added tests for hg free tier monthly executions
    
    * chore: fix tests by removing expected mock logic for LinkButton
    
    * fix: update names and trigger useLimits hook regardless of route
    
    * chore: remove gcom lookup
    
    * fix: changed overlimit alert to warning and bullet pointed list
    ckbedwell authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    aeb7c54 View commit details
    Browse the repository at this point in the history
  2. fix: update browser examples to use async check (#972)

    * fix: update browser examples to use async check
    
    * fix: add missing await
    
    * fix: address review comments
    VikaCep authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c7494ca View commit details
    Browse the repository at this point in the history
  3. fix: check target tooptip (#971)

    * fix: host address validation
    
    - Change the validation error to say "host address" instead of "hostname"
    
    * chore: fix code style issues
    
    - throw of exception caught locally
    - redundant variable initializer
    - redundant if-statement
    - RegExp: redundant character escape
    w1kman authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e5533fe View commit details
    Browse the repository at this point in the history
  4. chore(main): release 1.16.5 (#969)

    Co-authored-by: sm-release-app[bot] <180338484+sm-release-app[bot]@users.noreply.github.com>
    sm-release-app[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0b696a8 View commit details
    Browse the repository at this point in the history
Loading