1. 07 Sep, 2020 4 commits
  2. 04 Sep, 2020 8 commits
  3. 03 Sep, 2020 10 commits
  4. 02 Sep, 2020 9 commits
  5. 01 Sep, 2020 8 commits
    • Table: Adds column filtering (#27225) · ff1149ac
      * Table: Adds column filters
      
      * Refactor: adds filter by value function
      
      * Refactor: some styling and sorting
      
      * Refactor: Moves filterByValue to utils
      
      * Tests: add filterByValue tests
      
      * Refactor: simplifies filteredValues
      
      * Refactor: adds dropshadow
      
      * Refactor: keeps icons together with label and aligns with column alignment
      
      * Refactor: hides clear filter if no filter is active
      
      * Refactor: changes how values in filter are populated
      
      * Refactor: adds filterable field override
      
      * Tests: fixed broken tests
      
      * Refactor: adds FilterList
      
      * Refactor: adds blanks entry for non value labels
      
      * Refactor: using preFilteredRows in filter list
      
      * Refactor: adds filter input
      
      * Refactor: fixes issue found by e2e
      
      * Refactor: changes after PR comments
      
      * Docs: adds documentation for Column filter
      
      * Refactor: moves functions to utils and adds tests
      
      * Refactor: memoizes filter function
      
      * Docs: reverts docs for now
      Hugo Häggmark committed
    • Table: Set table cell height to 100% (#27309) · aff9e931
      ## Table
      
      ### changed
      - adjusted tablecell styles to have 100% height
      Michel Engelen committed
    • Thresholds: Fixed issue with thresholds in overrides not working after save and reload (#27297) · 1f6c2dbc
      * WIP: Fix null thresholds in overrides when loading
      
      * Fix thresholds on load instead of in apply field overrides
      
      * simplify expression
      
      * fixed ts issue
      
      * Updated test
      
      * Updated another test
      
      * Updated another test
      Torkel Ödegaard committed
    • Docs: Drawer component (#27267) · d07755b6
      * Add documentation and example to mdx
      
      * Update packages/grafana-ui/src/components/Drawer/Drawer.mdx
      
      Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
      
      * Update packages/grafana-ui/src/components/Drawer/Drawer.mdx
      
      Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
      
      * Fix button and update text
      
      Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
      Peter Holmberg committed
    • Docs: Add report settings section (#26946) · f323ae6b
      * Docs: Update report features
      
      * Docs: Add info about custom time range
      
      * Docs: Add Settings section
      
      * Docs: Update text
      
      * Update docs/sources/enterprise/reporting.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update docs/sources/enterprise/reporting.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update docs/sources/enterprise/reporting.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update docs/sources/enterprise/reporting.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update docs/sources/enterprise/reporting.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update docs/sources/enterprise/reporting.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update reporting docs
      
      * Clarify docs
      
      * Add settings image
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Alex Khomenko committed
    • OAuth: Increase state cookie max age (#27258) · 8faaa1a5
      60s can be too short if the oauth provider is slow
      for some reason and its defintly too slow if the
      OAuth provider requires 2FA.
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Carl Bergquist committed
    • Loki: Replaces dataSourceRequest with fetch (#27265) · 8ec2aa02
      * Loki: Replaces dataSourceRequest with fetch
      
      * Update public/app/plugins/datasource/loki/datasource.ts
      
      Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
      
      Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
      Hugo Häggmark committed
  6. 31 Aug, 2020 1 commit