1. 28 Jun, 2019 8 commits
  2. 27 Jun, 2019 6 commits
  3. 26 Jun, 2019 12 commits
  4. 25 Jun, 2019 14 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