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.5
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.6
Choose a head ref
  • 13 commits
  • 94 files changed
  • 4 contributors

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 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0482165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7117932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4f40b2 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    839a03b View commit details
    Browse the repository at this point in the history
  2. Homepage summary table: join on compound key job + instance (#801)

    * join on compound key job + instance
    
    * chore: rearrange job columns
    peterschretlen authored May 29, 2024
    Configuration menu
    Copy the full SHA
    c027eda View commit details
    Browse the repository at this point in the history
  3. fix: alignment and spacing for labels in Check creation form (#789)

    * fix: alignment and spacing for check labels
    
    * chore: remove VerticalGroup and HorizontalGroup
    VikaCep authored May 29, 2024
    Configuration menu
    Copy the full SHA
    df8d3ab View commit details
    Browse the repository at this point in the history
  4. fix: terraform probes incorrectly formed (#792)

    * fix: add support for probe commands import in terraform config
    
    * chore: update tests
    
    * chore: truncate script output
    
    * fix: remove id from probe terraform configuration
    
    The id can't be present in the custom probe resource configuration as otherwise terraform will fail
    
    * feat: avoid truncating code sections
    VikaCep authored May 29, 2024
    Configuration menu
    Copy the full SHA
    8b08cf8 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on May 31, 2024

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

Commits on Jun 4, 2024

  1. Feat: Use url params to store state in Checks list page (#797)

    * feat: add hook to handle setting state in query params
    
    * feat: use useQueryPArametersState hook in check list
    
    * feat: remove unused localStorage related code
    
    * feat: handle resetting query params
    
    * feat: use query params for handling filters state
    
    * feat: persist sort selection
    
    * fix: update and add CheckList tests
    
    * chore: add tests for useQueryParametersState
    
    * chore: remove MemoryRouter in test
    
    * chore: rename params
    
    * feat: implement hook to obtain search params
    
    * chore: refactor useQueryParametersState hook
    
    - support to either push/replace on history
    - remove usage of useEffect for setting a parameter which fixes back/forth buttons
    - still pending to implement a better parsing strategy instead of using JSON.parse
    
    * feat: make useQueryParametersState allow custom encoding/decoding
    
    * chore: update CheckList to use new params hook interface
    
    There's still pending work on the "filters" param:
    
    * chore: refactor filters to set each one separately
    
    This is to prevent having a huge object with the "filters" key
    Now we have a key for each filter separately, like labels=,type=,status=, etc.
    
    * feat: create hook to be in charge of filter configuration
    
    - Probes encode/decode functions still need a refactor
    - The idea is it doesn't rely on JSON.stringify/parse
    
    * chore: change CheckEnabledStatus enum to hold strings
    
    * chore: refactor useQueryParameterState to fix updating always the current params
    
    * feat: only filter by known check types, otherwise default to all
    
    * feat: store probes as strings in the url
    
    * chore: fix tests
    
    * fix: change history strategy to replace to be the default
    
    * fix: update type definitions
    VikaCep authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e4455dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7573a0 View commit details
    Browse the repository at this point in the history
  3. feat: zod validation set-up (#782)

    * feat: zod validation set-up
    
    * feat: zod validation set-up
    
    * feat: add multihttp zod schema
    
    * feat: add ping schema
    
    * feat: add dns schema
    
    * feat: tcp check and target validation update
    
    * fix: update tests
    
    * feat: added traceroute schema
    
    * feat: added scripted check schema
    
    * feat: add grpc schema and fix regex validation
    
    * fix: update schemas and sanitization to pass tests
    
    * feat: move form wizard sidebar validation to zod without triggering react-hook-form states
    
    * fix: self-review
    
    * chore: clean up inline validation and add to schemas
    
    * fix: expand on assertion type with union for multihttp checks
    
    * chore: update assertion types
    
    * fix: pr rename to interpolateErrorMessage and tighten zod schemas
    
    * Update src/components/CheckEditor/FormComponents/HttpCheckRegExValidation.tsx
    
    Co-authored-by: Virginia Cepeda <virginiamcepeda@gmail.com>
    
    * Update src/components/CheckEditor/FormComponents/HttpCheckRegExValidation.tsx
    
    Co-authored-by: Virginia Cepeda <virginiamcepeda@gmail.com>
    
    * Update src/schemas/general/Header.ts
    
    Co-authored-by: Virginia Cepeda <virginiamcepeda@gmail.com>
    
    * fix: update error var names
    
    * feat: add script size validation to schema
    
    ---------
    
    Co-authored-by: Virginia Cepeda <virginiamcepeda@gmail.com>
    ckbedwell and VikaCep authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c022efb View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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