1. 17 Apr, 2020 6 commits
  2. 16 Apr, 2020 13 commits
  3. 15 Apr, 2020 21 commits
    • Image Rendering: Remove PhantomJS support (#23460) · 6e313e7d
      Removes all references and usage of PhantomJS #23375.
      Remove direct link rendered image e2e smoke test for now.
      Docker: Fix installing chrome in ubuntu custom docker image.
      Improve handling of image renderer not available/installed #23593.
      Add PhantomJS breaking change and upgrading notes.
      Use grabpl v0.2.10.
      
      Closes #13802
      
      Co-authored-by: Kyle Brandt <kyle@grafana.com>
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Marcus Efraimsson committed
    • Storybook: Organizing (#23572) · 0a1ab60b
      * Initial reorganizing
      
      * Update Layout props table
      
      * Change sorting and move stories
      Tobias Skarhed committed
    • @grafana/ui: Remove ColorPallete component (#23592) · 95876f2b
      * Remove ColorPalette and its tests as it is not used anywhere
      
      * Remove obsolete snapshot test
      Ivana Huckova committed
    • Docs: Change header levels of last three sections (#23587) · 4c80eb75
      The last three sections of this document are not rendered on https://grafana.com/docs/grafana/latest/alerting/notifications 
      It seems like in all other instances (other .md docs of this project), level one headers are only used at the top of the page, so I assume using level two headers will make them show. Level two headers do also match the overall structure of the documentation.
      Johannes Midgren committed
    • CircleCI: Upgrade the build pipeline tool (#23595) · 0dd2db85
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      Arve Knudsen committed
    • Inspector: move `Panel JSON` and query inspector to the inspector (#23354) · 17059489
      * move Panel JSON to inspector
      
      * move Panel JSON to inspector
      
      * update test
      
      * use stats display options
      
      * move query inspector to inspector
      
      * open inspector from the queries section
      
      * subscribe to results
      
      * subscribe to results
      
      * open the right tab
      
      * apply review feedback
      
      * update menus (inspect tabs)
      
      * Dashboard: extend dashnav to add custom content (#23433)
      
      * Dashlist: Fixed dashlist broken in edit mode (#23426)
      
      * Chore: Fix bunch of strict null error to fix master CI (#23443)
      
      * Fix bunch of null error
      
      * Fix failing test
      
      * Another test fix
      
      * Docs: Add SQL region annotation examples (#23268)
      
      Add region annotation examples for SQL data sources in docs.
      
      Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
      
      * Docs: Update contributing doc to install node@12. (#23450)
      
      * NewPanelEdit: Minor style and description tweaks, AND PanelQueryRunner & autoMinMax (#23445)
      
      * NewPanelEdit: Minor style and description tweaks
      
      * Removed the worst snapshot of all time
      
      * ReactTable: adds color text to field options (#23427)
      
      * Feature: adds text color field config
      
      * Refactor: created an extension point
      
      * Refactor: uses HOC for extension instead
      
      * Fix: fixes background styling from affecting cells without display.color
      
      * Chore: export OptionsUIRegistryBuilder on grafana/data (#23444)
      
      * export the ui registry
      
      * add to utils index also
      
      * DataLinks: Do not full page reload data links links (#23429)
      
      * Templating: Fix global variable "__org.id" (#23362)
      
      * Fixed global variable __org.id value
      
      * correct orgId value
      
      * reverted the change as variables moved to new file
      
      * Chore: reduce null check errors to 788 (currently over 798) (#23449)
      
      * Fixed ts errors so build will succeed
      
      * Update packages/grafana-data/src/types/graph.ts
      
      Co-Authored-By: Ryan McKinley <ryantxu@gmail.com>
      
      * Feedback from code review
      
      * Leaving out trivial typing's
      
      * Fix error with color being undefined now.
      
      * fix test with timezone issue
      
      * Fixed test
      
      Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
      Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
      
      * Cloudwatch: prefer webIdentity over EC2 role (#23452)
      
      * Plugins: add a signature status flag (#23420)
      
      * Progress
      
      * fixed button
      
      * Final touches
      
      * now works from edit mode
      
      * fix layout
      
      * show raw objects
      
      * move query inspector buttons to the bottom
      
      * update snapshot
      
      * Updated design
      
      * Made full page reload work
      
      * Fixed minor style issue
      
      * Updated
      
      * More fixes
      
      * Removed unused imports
      
      * Updated
      
      * Moved to data tab out to seperate component
      
      * fixed ts issue
      
      Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
      Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
      Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
      Co-authored-by: Alexandre de Verteuil <alexandre@grafana.com>
      Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
      Co-authored-by: Cyril Tovena <cyril.tovena@gmail.com>
      Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
      Co-authored-by: Vikky Omkar <vikkyomkar@gmail.com>
      Co-authored-by: Stephanie Closson <srclosson@gmail.com>
      Co-authored-by: Dário Nascimento <dfrnascimento@gmail.com>
      Ryan McKinley committed
    • Forms migration: Org users page (#23372) · cff70b66
      * Migrate UsersActionBar
      
      * Invites table
      
      * Migrate Users page
      
      * Select version of OrgPicker
      
      * OrgRolePicker to use Select only
      
      * Fix modal issue
      
      * Move legacy Switch
      
      * Move from Forms folder
      
      * Fix failing test
      
      * Merge and fix issues
      
      * Update OrgRole issues
      
      * OrgUser type
      
      * Remove unused import
      
      * Update Snapshot
      Tobias Skarhed committed
    • Tracing: Performance optimization (#23474) · 1864807b
      * Add integration with Jeager
      Add Jaeger datasource and modify derived fields in loki to allow for opening a trace in Jager in separate split.
      Modifies build so that this branch docker images are pushed to docker hub
      Add a traceui dir with docker-compose and provision files for demoing.:wq
      
      * Enable docker logger plugin to send logs to loki
      
      * Add placeholder zipkin datasource
      
      * Fixed rebase issues, added enhanceDataFrame to non-legacy code path
      
      * Trace selector for jaeger query field
      
      * Fix logs default mode for Loki
      
      * Fix loading jaeger query field services on split
      
      * Updated grafana image in traceui/compose file
      
      * Fix prettier error
      
      * Hide behind feature flag, clean up unused code.
      
      * Fix tests
      
      * Fix tests
      
      * Cleanup code and review feedback
      
      * Remove traceui directory
      
      * Remove circle build changes
      
      * Fix feature toggles object
      
      * Fix merge issues
      
      * Add trace ui in Explore
      
      * WIP
      
      * WIP
      
      * WIP
      
      * Make jaeger datasource return trace data instead of link
      
      * Allow js in jest tests
      
      * Return data from Jaeger datasource
      
      * Take yarn.lock from master
      
      * Fix missing component
      
      * Update yarn lock
      
      * Fix some ts and lint errors
      
      * Fix merge
      
      * Fix type errors
      
      * Make tests pass again
      
      * Add tests
      
      * Fix es5 compatibility
      
      * Add header with minimap
      
      * Fix sizing issue due to column resizer handle
      
      * Fix issues with sizing, search functionality, duplicate react, tests
      
      * Refactor TraceView component, fix tests
      
      * Fix type errors
      
      * Add dark theme styling
      
      * Add tests for hooks
      
      * More color changes
      
      * Fix tests to deal with additional theme wrappers.
      
      * Add memoization
      
      * Fix duplicate identifier
      
      Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com>
      Andrej Ocenas committed
    • Remove guides (#23589) · f48d444a
      Marcus Olsson committed
    • Fix instantiation of plugin settings (#23583) · 2c361374
      Forgot to instantiate plugin settings in #23451
      Marcus Efraimsson committed
    • Allow API to assign new user to a specific organization (#21775) · d721dd13
      * Allow API to assign new user to a specific organization
      
      * Add defer block to test
      
      * Add API tests and return 400 instead of 500 for bad orgId
      
      * Minor test improvements
      Émile Fugulin committed
    • Form migrations: Forms/switch move folders (#23430) · da6056d5
      * Move legacy Switch
      
      * Move from Forms folder
      
      * Fix prettify issue
      
      * Fix prettify issue
      Tobias Skarhed committed
    • Runtime: make sure we don't lose nested default config values (#23560) · ab98a8be
      * Fixed so we dont miss the deep default options.
      
      * removed console log.
      
      * remove check of feature toggle and assuming that the new variables are the default ones.
      
      * removed e2e statement about used featuretoggles.
      Marcus Andersson committed
    • Docs: added code comments for everything in the @grafana/runtime package. (#23456) · ab8305fc
      * added comments for the angular loader.
      
      * added code documentation for backendSrv.
      
      * docs for datasource_srv.
      
      * added some more docs.
      
      * added documentation for the locationsrv.
      
      * started to add docs for echo srv.
      
      * added docs for meta srv.2
      
      * added docs for analytics.
      
      * draft documentation of the DataSourceWithBackend.
      
      * added docs for last files.
      
      * fixed all warnigns in api-extractor.
      
      * fixed some typos and captializations.
      Marcus Andersson committed
    • Fix a lexical flaw (#23447) · b3df2d00
      Please also note, that `https://github.com/grafana/worldmap-panel/blob/master/.eslintrc` does not exist (referenced in `Linting` section) .
      Alexander Tymchuk committed
    • Docs: Select (#23398) · fa6a43c6
      * Start Select docs
      
      * Writ emore docs
      
      * Apply suggestions from code review
      
      Co-Authored-By: Alex Khomenko <Clarity-89@users.noreply.github.com>
      
      Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
      Tobias Skarhed committed