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.7
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.8
Choose a head ref
  • 6 commits
  • 31 files changed
  • 2 contributors

Commits on Jun 11, 2024

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

Commits on Jun 12, 2024

  1. Fix: Update Grafana runtime dependencies (#815)

    * chore: upgrade deps
    
    Upgrades @grafana/ui, @grafana/data, @grafana/runtime and @grafana/schema to v11.0.0
    
    * fix: type definition after upgrading
    
    * fix: address TextEncoder not found in tests after upgrading
    
    Workaround from https://raintank-corp.slack.com/archives/C01C4K8DETW/p1699433181076279
    
    * fix: update tests that were failing
    
    * fix: move CodeEditor mocks to global mock file
    
    * fix: move encoder workaround to jest-setup.tsx file
    
    * chore: replace HorizontalGroup to Stack from alert form
    
    * chore: remove HorizontalGroup from AlertingPage
    
    * chore: remove remaining HorizontalGroup and VerticalGroup
    
    * chore: remove HorizontalGroup and VerticalGroup from NewScriptedCheck
    
    Also, this component seems it's not being used. Should we keep it?
    
    * fix: fix @tanstack/eslint-plugin-query version to prevent build errors
    
    * chore: remove silence for test warning on invalid non-boolean attribute
    
    - This seems to happen only for LabelField when it sets the `invalid` prop on the `Field` component
    - Other places where the Field component is used don't show this warning when running their tests.
    
    * chore: silence test warnings regarding not wrapping in act(...)
    
    * fix: only set valid props to CodeEditor mock to prevent console warnings
    
    * fix: import encoder-workaround from jest-setup.tsx
    
    * chore: update test dependencies to remove act error (#820)
    
    ---------
    
    Co-authored-by: Chris Bedwell <christopher.bedwell@grafana.com>
    VikaCep and ckbedwell authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f106a96 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. fix: change password type to input on http auth config (#819)

    * fix: set password type to input on http auth config
    
    * feat: add PasswordField component
    
    * chore: use PasswordField in http auth section
    
    * fix: add missing placeholder
    
    * fix: add conditional validation on http username/pass auth
    
    * chore: remove old validation config for username/password fields
    VikaCep authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a6e17eb View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    192ea62 View commit details
    Browse the repository at this point in the history
  2. fix: change grafana dependency to 11.0.0 (#827)

    After upgrading dependencies in #815
    there are some incompatibilities with older versions of grafana so this need updating
    VikaCep authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a3a6066 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    2ce67e9 View commit details
    Browse the repository at this point in the history
Loading