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.23.0
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.24.0
Choose a head ref
  • 5 commits
  • 30 files changed
  • 3 contributors

Commits on Apr 3, 2025

  1. Fix: Terraform fixes for scripted, browser and multiHTTP checks (#1095)

    * fix: add missing script property for terraform browser/scripted checks
    
    * fix: terraform config for multihttp
    
    * chore: refactor terraformMultiHTTPConfigUtils and add tests
    
    * fix: add mapping for assertion types
    VikaCep authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    84840aa View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. feat: intermediate secrets management (part 1) (#1087)

    * feat: add secret management config page
    
    - add `useFeatureFlagContext` hook
    - add feature flag for secrets management
    - add routing for `SecretManagementTab`
    
    * feat: add secret management config page
    
    - add `Secrets` tab
    - simplify import of `ConfigContent`
    
    * feat: secrets management
    
    - add `actions` section in `ConfigContent` component
    
    * feat: secrets management
    
    - add stub
    
    * feat: secrets management
    
    - crud operations
    
    * feat: secrets management
    
    - fix create from empty state
    
    * feat: secrets management
    
    - fix modal stale data issue
    - fix handling of `plaintext`
    - add secret input with reveal
    
    * feat: secrets management
    
    datasource
    - add datasource proxy for gsm (via sm api)
    - remove stubs
    
    app
    - remove `console.log`
    - comment out "Modified"
    - add disable check for name, when editing
    - update hooks
    
    * feat: secrets management
    
    datasource
    - add datasource proxy for gsm (via sm api)
    - remove stubs
    
    app
    - remove `console.log`
    - comment out "Modified"
    - add disable check for name, when editing
    - update hooks
    - update feature detection
    
    * feat: secrets management
    
    - add typings for `k6/secrets` (behind feature toggle)
    
    * feat: secrets management
    
    - fix autocomplete for secret input
    
    * feat: secrets management (change requests)
    
    - comment on hard to understand code/decisions
    - fix area-labels
    - fix heading hierarchy
    - add `label.for`
    - remove form "Reset" button
    - remove button behaviour for `SecretCard`
    - clicking backdrop will not dismiss modal
    w1kman authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    cc749dc View commit details
    Browse the repository at this point in the history
  2. fix: remove canary config (#1101)

    * feat: add pipeline dependencies and fix canary config
    
    * fix: remove canary pipeline
    
    * fix: update drone signature
    
    * fix: remove depends_on from pipelines
    
    it
    
    * fix: update signature
    VikaCep authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    9dd6209 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d6d7b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. chore: release 1.24.0 (#1103)

    Co-authored-by: sm-release-app[bot] <180338484+sm-release-app[bot]@users.noreply.github.com>
    sm-release-app[bot] authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    3bd806a View commit details
    Browse the repository at this point in the history
Loading