1. 01 Dec, 2020 1 commit
    • Chore: Enable eslint-plugin-react partial rules (#29428) · 546f569e
      * Chore: Enable eslint react/display-name
      
      Enable react/display-name and fixed the corresponding linting issue
      
      part of: #29201
      
      * Chore: Enable eslint react/no-deprecated
      
      Enable react/no-deprecated and add the UNSAFE_ prefix for deprected methods
      
      part of: #29201
      
      * Chore: Enable eslint react/no-find-dom-node
      
      Enable react/no-find-dom-node rule and use ref instead
      
      part of: #29201
      
      * Test: Update TeamGroupSync test snapshot
      
      Since we added the displayName for ToolTip compontent and tag name is changed.
      
      * Fix: Fixed ClickOutsideWrapper render
      
      The props.children might contains numbers of nodes which make cloneElement failed. Change to simply use a div to wrapper
      the children and assign the ref to div for this feature
      
      * Style: Use shorthand method definition style for inline component
      
      * Fix: Rebase master and fix linting
      
      Rebase from master branch and fix new displayName linting warning
      Chi-Hsuan Huang committed
  2. 04 Nov, 2020 1 commit
  3. 21 Sep, 2020 1 commit
  4. 03 Jul, 2020 1 commit
  5. 08 May, 2020 1 commit
    • Minor UI touches (#24371) · 63d25944
      * Justify to alignment in stat
      
      * No stats label in inspect
      
      * Use sentence case in panel names
      
      * typos
      
      * typo
      
      * Typo
      
      * Query -> query options
      
      * prettier
      
      * Transformer -> transform data
      
      * Do not show deprecated plugins in the viz picker
      
      * Update viz picker layout
      Dominik Prokop committed
  6. 06 May, 2020 1 commit
  7. 27 Apr, 2020 1 commit
  8. 26 Apr, 2020 1 commit
  9. 20 Apr, 2020 1 commit
  10. 08 Apr, 2020 1 commit
  11. 07 Apr, 2020 1 commit
  12. 13 Mar, 2020 1 commit
  13. 12 Feb, 2020 1 commit
  14. 21 Jan, 2020 1 commit
    • Chore: Remove angular dependency from backendSrv (#20999) · cf2cc713
      * Chore: Remove angular dependency from backendSrv
      
      * Refactor: Naive soultion for logging out unauthorized users
      
      * Refactor: Restructures to different streams
      
      * Refactor: Restructures datasourceRequest
      
      * Refactor: Flipped back if statement
      
      * Refactor: Extracted getFromFetchStream
      
      * Refactor: Extracts toFailureStream operation
      
      * Refactor: Fixes issue when options.params contains arrays
      
      * Refactor: Fixes broken test (but we need a lot more)
      
      * Refactor: Adds explaining comments
      
      * Refactor: Adds latest RxJs version so cancellations work
      
      * Refactor: Cleans up the takeUntil code
      
      * Refactor: Adds tests for request function
      
      * Refactor: Separates into smaller functions
      
      * Refactor: Adds last error tests
      
      * Started to changed so we require getBackendSrv from the @grafana-runtime when applicable.
      
      * Using the getBackendSrv from @grafana/runtime.
      
      * Changed so we use the getBackendSrv from the @grafana-runtime when possible.
      
      * Fixed so Server Admin -> Orgs works again.
      
      * Removed unused dependency.
      
      * Fixed digest issues on the Server Admin -> Users page.
      
      * Fix: Fixes digest problems in Playlists
      
      * Fix: Fixes digest issues in VersionHistory
      
      * Tests: Fixes broken tests
      
      * Fix: Fixes digest issues in Alerting => Notification channels
      
      * Fixed digest issues on the Intive page.
      
      * Fixed so we run digest after password reset email sent.
      
      * Fixed digest issue when trying to sign up account.
      
      * Fixed so the Server Admin -> Edit Org works with backendSrv
      
      * Fixed so Server Admin -> Users works with backend srv.
      
      * Fixed digest issues in Server Admin -> Orgs
      
      * Fix: Fixes digest issues in DashList plugin
      
      * Fixed digest issues on Server Admin -> users.
      
      * Fix: Fixes digest issues with Snapshots
      
      * Fixed digest issue when deleting a user.
      
      * Fix: Fixes digest issues with dashLink
      
      * Chore: Changes RxJs version to 6.5.4 which includes the same cancellation fix
      
      * Fix: Fixes digest issue when toggling folder in manage dashboards
      
      * Fix: Fixes bug in executeInOrder
      
      * Fix: Fixes digest issue with CreateFolderCtrl and FolderDashboardsCtrl
      
      * Fix: Fixes tslint error in test
      
      * Refactor: Changes default behaviour for emitted messages as before migration
      
      * Fix: Fixes various digest issues when saving, starring or deleting dashboards
      
      * Fix: Fixes digest issues with FolderPickerCtrl
      
      * Fixed digest issue.
      
      * Fixed digest issues.
      
      * Fixed issues with angular digest.
      
      * Removed the this.digest pattern.
      
      Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
      Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
      kay delaney committed
  15. 31 Oct, 2019 1 commit
    • Chore: Reorg packages (#20111) · 9b7748ec
      Primarily- moving majority of the types and utils from @grafana/ui to @grafana/data
      
      * Move types from grafana-ui to grafana-data
      
      * Move valueFormats to grafana-data
      
      * Move utils from grafana-ui to grafana-data
      
      * Update imports in grafana-ui
      
      * revert data's tsconfig change
      
      * Update imports in grafana-runtime
      
      * Fix import paths in grafana-ui
      
      * Move rxjs to devDeps
      
      * Core import updates batch 1
      
      * Import updates batch 2
      
      * Imports fix batch 3
      
      * Imports fixes batch i don't know
      
      * Fix imorts in grafana-toolkit
      
      * Fix imports after master merge
      Dominik Prokop committed
  16. 14 Oct, 2019 1 commit
  17. 09 Jul, 2019 1 commit