1. 28 Jun, 2019 2 commits
  2. 27 Jun, 2019 6 commits
  3. 26 Jun, 2019 12 commits
  4. 25 Jun, 2019 17 commits
    • UserAdmin: UI for disabling users (#17333) · 77375f37
      * Feat: initial disable user UI
      
      * batch disable users
      
      * batch revoke users tokens
      
      * split batch disable user and revoke token
      
      * API: get users with auth info and isExternal flag
      
      * fix tests for batch disable users
      
      * Disable users: show is user external or not
      
      * Users: refactor /api/users/search endpoint
      
      * Users: use alias for "user" table
      
      * Chore: add BatchDisableUsers() to the bus
      
      * Users: order user list by id explicitly
      
      * Chore: switch back to /api/users/search endpoint
      
      * Users: move disable button to user profile page
      
      * Users: return AuthModule from /api/users/:id endpoint
      
      * Users: do not return unused fields
      
      * Users: mute auth badge for disabled users
      
      * Users: move disable button to the user section
      
      * Users: fix SearchUsers method after last changes
      
      * User: return auth module as array for future purposes
      
      * User: tests for SearchUsers()
      
      * User: return only latest auth module in SearchUsers()
      
      * User: fix JOIN, get only most recent auth module
      
      * Users: fix ldap badge after backed changes
      
      * Users: show tooltip for inactive disable/enable button
      
      * Users: move delete button to edit user view
      
      * Users: put deactivated badge on the user list
      
      * Users: minor refactor
      
      * Users: adjust deactivated badge style
      
      * Minor design changes
      Alexander Zobnin committed
    • API: get list of users with additional auth info (#17305) · dad894f1
      * batch disable users
      
      * batch revoke users tokens
      
      * split batch disable user and revoke token
      
      * API: get users with auth info and isExternal flag
      
      * fix tests for batch disable users
      
      * Users: refactor /api/users/search endpoint
      
      * Users: use alias for "user" table
      
      * Chore: add BatchDisableUsers() to the bus
      
      * Users: order user list by id explicitly
      
      * Users: return AuthModule from /api/users/:id endpoint
      
      * Users: do not return unused fields
      
      * Users: fix SearchUsers method after last changes
      
      * User: return auth module as array for future purposes
      
      * User: tests for SearchUsers()
      
      * User: return only latest auth module in SearchUsers()
      
      * User: fix JOIN, get only most recent auth module
      Alexander Zobnin committed
    • Explore: Parses and updates TimeSrv in one place in Explore (#17677) · 2c5400c6
      * Wip: Adds timeEpic
      
      * Refactor: Introduces absoluteRange in Explore state
      
      * Refactor: Removes changeTime action
      
      * Tests: Adds tests for timeEpic
      
      * Refactor: Spells AbsoluteRange correctly
      Hugo Häggmark committed
    • @grafana/ui: release (#17754) · 6be1606b
      * Specifying named exports for slate
      
      * Make sure tests are performed at the beginning
      
      * Version bump
      Tobias Skarhed committed
    • Password: Remove PasswordStrength (#17750) · 0904607e
      * Closes #17748
      
      * Remove remaining occurences
      
      * And the last one
      Tobias Skarhed committed
    • Devenv:SAML: devenv block with saml test app (#17733) · e83953f2
      * Devenv:SAML: devenv block with saml test app
      
      Includes documentation, couple custom users and
      actual docker-compose of course :)
      
      Ref: #4780
      Oleg Gaidarenko committed
    • LDAP:Docs: add information on LDAP sync feature and update LDAP sync default (#17689) · 31d29054
      * Docs: for LDAP active sync feature
      Oleg Gaidarenko committed
    • Graph: Add data links feature (click on graph) (#17267) · 335cec07
      * WIP: initial panel links editor
      
      * WIP: Added dashboard migration to new panel drilldown link schema
      
      * Make link_srv interpolate new variables
      
      * Fix failing tests
      
      * Drilldown: Add context menu to graph viz (#17284)
      
      * Add simple context menu for adding graph annotations and showing drilldown links
      
      * Close graph context menu when user start scrolling
      
      * Move context menu component to grafana/ui
      
      * Make graph context menu appear on click, use cmd/ctrl click for quick annotations
      
      * Move graph context menu controller to separate file
      
      * Drilldown: datapoint variables interpolation (#17328)
      
      * Add simple context menu for adding graph annotations and showing drilldown links
      
      * Close graph context menu when user start scrolling
      
      * Move context menu component to grafana/ui
      
      * Make graph context menu appear on click, use cmd/ctrl click for quick annotations
      
      * Add util for absolute time range transformation
      
      * Add series name and datapoint timestamp interpolation
      
      * Rename drilldown link variables tot snake case, use const values instead of strings in tests
      
      * Bring LinkSrv.getPanelLinkAnchorInfo for compatibility reasons and add deprecation warning
      
      * Rename seriesLabel to seriesName
      
      * Drilldown: use separate editors for panel and series links (#17355)
      
      * Use correct target ini context menu links
      
      * Rename PanelLinksEditor to DrilldownLinksEditor and mote it to grafana/ui
      
      * Expose DrilldownLinksEditor as an angular directive
      
      * Enable visualization specifix drilldown links
      
      * Props interfaces rename
      
      * Drilldown: Add variables suggestion and syntax highlighting for drilldown link editor (#17391)
      
      * Add variables suggestion in drilldown link editor
      
      * Enable prism
      
      * Fix backspace not working
      
      * Move slate value helpers to grafana/ui
      
      * Add syntax higlighting for links input
      
      * Rename drilldown link components to data links
      
      * Add template variabe suggestions
      
      * Bugfix
      
      * Fix regexp not working in Firefox
      
      * Display correct links in panel header corner
      
      * bugfix
      
      * bugfix
      
      * Bugfix
      
      * Context menu UI tweaks
      
      * Use data link terminology instead of drilldown
      
      * DataLinks: changed autocomplete syntax
      
      * Use singular form for data link
      
      * Use the same syntax higlighting for built-in and template variables in data links editor
      
      * UI improvements to context menu
      
      * UI review tweaks
      
      * Tweak layout of data link editor
      
      * Fix vertical spacing
      
      * Remove data link header in context menu
      
      * Remove pointer cursor from series label in context menu
      
      * Fix variable selection on click
      
      * DataLinks: migrations for old links
      
      * Update docs about data links
      
      * Use value time instead of time range when interpolating datapoint timestamp
      
      * Remove not used util
      
      * Update docs
      
      * Moved icon a bit more down
      
      * Interpolate value ts only when using __value_time variable
      
      * Bring href property back to LinkModel
      
      * Add any type annotations
      
      * Fix TS error on slate's Value type
      
      * minor changes
      Torkel Ödegaard committed
    • noImplicitAny: time region manager etc. (#17729) · 1b17b789
      * Fix errors
      
      * Wrong branch
      
      * minor type fix
      Tobias Skarhed committed
    • Panel: Fully escape html in drilldown links (was only sanitized before) (#17731) · 75c29566
      * Sanitize HTML
      
      * Replace sanitization lib and check for config
      
      * Add htmlToText
      
      * Refactor: Renaming htmlToText to escapeHtml
      Tobias Skarhed committed
    • Alerting: Improve alert rule testing (#16286) · 5713048f
      * tsdb: add support for setting debug flag of tsdb query
      
      * alerting: adds debug flag in eval context
      
      Debug flag is set when testing an alert rule and this debug
      flag is used to return more debug information in test aler rule
      response. This debug flag is also provided to tsdb queries so
      datasources can optionally add support for returning additional
      debug data
      
      * alerting: improve test alert rule ui
      
      Adds buttons for expand/collapse json and copy json to clipboard,
      very similar to how the query inspector works.
      
      * elasticsearch: implement support for tsdb query debug flag
      
      * elasticsearch: embedding client response in struct
      
      * alerting: return proper query model when testing rule
      Marcus Efraimsson committed
  5. 24 Jun, 2019 3 commits
    • Elasticsearch: Visualize logs in Explore (#17605) · eecd8d10
      * explore: try to use existing mode when switching datasource
      
      * elasticsearch: initial explore logs support
      
      * Elasticsearch: Adds ElasticsearchOptions type
      Updates tests accordingly
      
      * Elasticsearch: Adds typing to query method
      
      * Elasticsearch: Makes maxConcurrentShardRequests optional
      
      * Explore: Allows empty query for elasticsearch datasource
      
      * Elasticsearch: Unifies ElasticsearchQuery interface definition
      Removes check for context === 'explore'
      
      * Elasticsearch: Removes context property from ElasticsearchQuery interface
      Adds field property
      Removes metricAggs property
      Adds typing to metrics property
      
      * Elasticsearch: Runs default 'empty' query when 'clear all' button is pressed
      
      * Elasticsearch: Removes index property from ElasticsearchOptions interface
      
      * Elasticsearch: Removes commented code from ElasticsearchQueryField.tsx
      
      * Elasticsearch: Adds comment warning usage of for...in to elastic_response.ts
      
      * Elasticsearch: adds tests related to log queries
      Marcus Efraimsson committed
    • Grafana-CLI: Wrapper for `grafana-cli` within RPM/DEB packages and… · 2fb45eee
      Grafana-CLI: Wrapper for `grafana-cli` within RPM/DEB packages and config/homepath are now global flags (#17695)
      
      * Feature: Introduce a grafana-cli wrapper
      
      When our users install the *nix packed version of grafana, tendency is to use the services and scripts installed as part of the package for grafana-server. These leverage the default configuration options by specifying the several default paths.
      
      This introduces a similar approach for the grafana-cli binary. We exposed it through a wrapper to ensure a proper configuration is in place. To enable that, we add the .real suffix to the original binary (grafana-cli.real) and then use a bash script named grafana-cli as the wrapper.
      
      * Make the config and homepath flags global
      
      * Introduce `configOverrides` as a global flag
      
      This flag allows us to pass configuration overrides as a string.
      
      The string follows the convention of configuration arguments separated by a space e.g. "cfg:default.paths.data=/dev/nullX cfg:default.paths.logs=/dev/nullX"
      
      Also, it is backwards compatible with similar the previous configuration method through tailing arguments. Tailing arguments take presedence over the configuration options string.
      
      * Only log configuration information in debug mode
      
      * Move the grafana-cli binary to $GRAFANA_HOME/bin
      
      As part of the package install process, we copy all the release files and
      directories into the grafana home directory. This includes the /bin folder
      from where we copied the binaries into their respective destinations.
      After that, the /bin folder gets deleted as we don't want to keep
      duplicates of the binaries around.
      
      As part of this commit, we moved the re-creation of /bin within
      grafana-home and the copy of the original binary (again) after the
      folder gets deleted.
      gotjosh committed