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.14.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.14.5
Choose a head ref
  • 4 commits
  • 28 files changed
  • 4 contributors

Commits on May 2, 2024

  1. chore: update to v1.14.5

    rdubrock committed May 2, 2024
    Configuration menu
    Copy the full SHA
    946d307 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. feat: add UI for gRPC checks (#774)

    * feat(checks): enable the possibility to create/modify gRPC checks
    
    Note: Currently status is "Work in progress". Please test but don't merge as is.
    
    * chore: remove `console.log`
    
    * refactor(checks): update gRPC layout component to work with changes from `main`
    
    * feat(checks): add gRPC check to feature toggle
    
    * feat(checks): add placeholder scene for gRPC
    
    * feat(checks): modify gRPC check layout
    
    * chore: fix import order
    
    * feat(checks): remove unused section fields
    w1kman authored May 3, 2024
    Configuration menu
    Copy the full SHA
    b3e6bbb View commit details
    Browse the repository at this point in the history
  2. Tests/traceroute tests (#781)

    * Fix traceroute check default timeout
    
    Traceroute checkk only accepts 30s as timeout. Since this was not
    specified in its default definition, it was falling back to the base
    check timeout, which specifies a TO of 3s.
    
    * test: added traceroute tests for 30 second readonly
    
    * fix: fixtests and frequency
    
    ---------
    
    Co-authored-by: ka3de <danijs12@hotmail.com>
    ckbedwell and ka3de authored May 3, 2024
    Configuration menu
    Copy the full SHA
    e9a0a3e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix: fix onChange for ssl select and add tests (#790)

    * fix: fix onChange for ssl select and add tests
    
    * fix: update test checkeditorexistingtest probe fails if ssl is present text check
    ckbedwell authored May 23, 2024
    Configuration menu
    Copy the full SHA
    d6a6d4c View commit details
    Browse the repository at this point in the history
Loading