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.9.24
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.9.25
Choose a head ref
  • 4 commits
  • 24 files changed
  • 3 contributors

Commits on Oct 14, 2022

  1. fix: remove limit on resource name lenght

    I cannot find anything that says that resource names in terraform have a
    limit. I can find some blurb here and there about specific providers
    imposing limits on resource names, but that doesn't seem to come from
    terraform.
    
    I tried with longer resource names and they work. I cannot find anything
    in the Grafana provider that limits that, either.
    
    Fixes: #grafana/support-escalations/4118
    Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
    mem committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    0e8321e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. feat: support new grafana top navigation feature

    * chore: upgrade grafana packages to v9
    
    * chore: import OrgRole from grafana/data
    
    * chore: pin dev packages
    
    * chore: more versioning
    
    * chore: working with toolkit v8
    
    * chore: pin yaml to 1.10.2
    
    * chore: update yaml to latest version
    
    * chore: pin toolkit and ui to 9.1.1
    
    * chore: update menu item roles
    
    * chore: align all the grafana packages on 9.1.1
    
    * chore: add plugin page nav
    
    * chore: force imports from fallback component
    
    * More topnav fixes (#481)
    
    * feat: fixes for topnav, remove unnessary extra padding and more
    
    * feat: more fixes, remove switch div
    
    * chore: restore home url
    
    * chore: more topnav fixes
    
    * chore: bump all packages to 9.2.0
    
    * chore: add react to dev dependencies
    
    * chore: bump packages
    
    * chore: fix feature toggle lookup
    
    Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
    rdubrock and torkelo authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    274d18f View commit details
    Browse the repository at this point in the history
  2. chore: bump to v1.9.25

    rdubrock committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6c9803f View commit details
    Browse the repository at this point in the history
  3. automated release 1.9.25

    rdubrock committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ab68bf3 View commit details
    Browse the repository at this point in the history
Loading