1. 31 Mar, 2020 9 commits
    • add tooltip prop and fix folder name (#22901) · 4f3d9953
      * add tooltip prop and fix folder name
      
      * fix folder name refs
      Shavonn Brown committed
    • Migration: Migrate Dashboard Import to React (#22338) · ec743cf9
      * first things
      
      * introduce headers and moving buttons
      
      * adding reducer and action for gcom dashboard
      
      * action working
      
      * continue building on import form
      
      * change dashboard title
      
      * add prop to not render a label
      
      * first things
      
      * introduce headers and moving buttons
      
      * adding reducer and action for gcom dashboard
      
      * action working
      
      * continue building on import form
      
      * change dashboard title
      
      * add prop to not render a label
      
      * import form layout
      
      * break out form to component
      
      * add actions and reader for file upload
      
      * fix upload issue
      
      * modified data types to handle both gcom and file upload
      
      * import dashboard json
      
      * save dashboard
      
      * start change uid
      
      * change dashboard uid
      
      * fix spacing and date format
      
      * fix import from json
      
      * handle uid and title change
      
      * revert change in panelinspect
      
      * redo fileupload component
      
      * after review
      
      * redo forms to use Forms functionality
      
      * first attempt on async validation
      
      * use ternary on uid input
      
      * removed unused actions, fixed async validation on form
      
      * post form if invalid, break out form to component
      
      * sync file with master
      
      * fix after merge
      
      * nits
      
      * export formapi type
      
      * redo page to use forms validation
      
      * fix inputs and validation
      
      * readd post
      
      * add guards on data source and constants
      
      * type checks and strict nulls
      
      * strict nulls
      
      * validate onchange and fix import button when valid
      
      * shorten validate call
      
      * reexport OnSubmit type
      
      * add comment for overwrite useEffect
      
      * move validation functions to util
      
      * fix button imports
      
      * remove angular import
      
      * move title and uid validation
      Peter Holmberg committed
    • Docs: Adding the missing helping verb (#23180) · d863e569
      * Adding the missing helping verb
      
      added line 21 to have it on same platform as other points
      
      * Update docs/sources/features/dashboard/dashboards.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Mohit Nain committed
    • @grafana/e2e: select specific datasource option element (#23216) · dc8bbc81
      ... because, oddly, the previous selection worked locally but not in CI
      Steven Vachon committed
    • Text change in search (#22929) · df6a4a43
      * Text change
      
      made it more understandable that this is a search field
      
      * Made "New Folder"-button green
      
      Since New Dashboard was green I thought New Folder; Import also would be green. Green seems to be the color for creating new items
      
      * Update playlist_search.html
      
      * change search text
      
      * wrong link
      
      * Update playlist.md
      
      * Update manage_dashboards.html
      
      * Update manage_dashboards.html
      
      * replaced Filter
      
      * replaced Filter
      
      * replaced Filter
      
      * replaced filter
      
      * changed text for placeholder
      
      * Update UsersActionBar.tsx
      
      * Update UserListAdminPage.tsx
      
      * update snapshots
      
      Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
      flopp999 committed
    • Fix search item links (#23210) · 16d3d5b5
      * Wrap search into into a
      
      * Justify Icon
      
      * Align items inside section header
      
      * Remove log
      
      * Fix clicking tags inside search item
      Alex Khomenko committed
    • Docs: Add note about ulimit in bash_profile (#22562) · e799d0fd
      * Add note about ulimit in bash_profile
      
      * developer-guide.md: Document retaining ulimit changes
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Fix language
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * developer-guide.md: Describe troubleshooting ulimit issues
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      Andrej Ocenas committed
    • removes squadcast from docs (#23213) · 0f0481ef
      removes squadcast since its not a core alert notifier. Mentioning all
      services that support the Grafana webhook is not feasible for our docs
      Carl Bergquist committed
  2. 30 Mar, 2020 17 commits
  3. 29 Mar, 2020 1 commit
  4. 28 Mar, 2020 5 commits
  5. 27 Mar, 2020 8 commits
    • CircleCI: Cache packages in GCS instead of in workspace (#23130) · 1a5bd303
      * CircleCI: Cache packages in GCS instead of workspace
      * CircleCI: Cache yarn packages
      * CircleCI: Consolidate on --frozen-lockfile
      Arve Knudsen committed
    • BarGauge: First bar gauge panel option & some refactoring (#23128) · 08133ea3
      * First bar gauge panel option
      
      * Update doc comments
      
      * Minor changes
      
      * progress
      
      * Fixing typing errors
      
      * Minor type updates
      
      * Fix that TS!
      
      * Bring satisfaction to that beast called typescript
      
      Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
      Torkel Ödegaard committed
    • Stackdriver: Support for SLO queries (#22917) · a111cc0d
      * wip: add slo support
      
      * Export DataSourcePlugin
      
      * wip: break out metric query editor into its own component
      
      * wip: refactor frontend - keep SLO and Metric query in differnt objects
      
      * wip - load services and slos
      
      * Fix broken test
      
      * Add interactive slo expression builder
      
      * Change order of dropdowns
      
      * Refactoring backend model. slo unit testing in progress
      
      * Unit test migration and SLOs
      
      * Cleanup SLO editor
      
      * Simplify alias by component
      
      * Support alias by for slos
      
      * Support slos in variable queries
      
      * Fix broken last query error
      
      * Update Help section to include SLO aliases
      
      * streamline datasource resource cache
      
      * Break out api specific stuff in datasource to its own file
      
      * Move get projects call to frontend
      
      * Refactor api caching
      
      * Unit test api service
      
      * Fix lint go issue
      
      * Fix typescript strict errors
      
      * Fix test datasource
      
      * Use budget fraction selector instead of budget
      
      * Reset SLO when service is changed
      
      * Handle error in case resource call returned no data
      
      * Show real SLI display name
      
      * Use unsafe prefix on will mount hook
      
      * Store goal in query model since it will be used as soon as graph panel supports adding a threshold
      
      * Add comment to describe why componentWillMount is used
      
      * Interpolate sloid
      
      * Break out SLO aggregation into its own func
      
      * Also test group bys for metricquery test
      
      * Remove not used type fields
      
      * Remove annoying stackdriver prefix from error message
      
      * Default view param to FULL
      
      * Add part about SLO query builder in docs
      
      * Use new images
      
      * Fixes after feedback
      
      * Add one more group by test
      
      * Make stackdriver types internal
      
      * Update docs/sources/features/datasources/stackdriver.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update docs/sources/features/datasources/stackdriver.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update docs/sources/features/datasources/stackdriver.md
      
      Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Updates after PR feedback
      
      * add test for when no alias by defined
      
      * fix infinite loop when newVariables feature flag is on
      
      onChange being called in componentDidUpdate produces an
      infinite loop when using the new React template variable
      implementation.
      
      Also fixes a spelling mistake
      
      * implements feedback for documentation changes
      
      * more doc changes
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Co-authored-by: Daniel Lee <dan.limerick@gmail.com>
      Erik Sundell committed