1. 24 Sep, 2019 1 commit
  2. 23 Sep, 2019 19 commits
  3. 22 Sep, 2019 1 commit
  4. 20 Sep, 2019 15 commits
  5. 19 Sep, 2019 4 commits
    • Fix docs issues (#19240) · 5bd94d9c
      Marcus Olsson committed
    • Docs: Minor edits to the README and several md files (#19238) · c9e566b1
      * Update README.md
      
      Capitalized the G and S in "Getting Started," and moved "guide" to match the section title in the docs.
      
      * Fixed sentence structure. Changed "download" to "grafana.com/get" and changed "get" to "download".
      
      * Docs: Replace "datasources" with "data sources" (#19111)
      
      * Docs: Replace "datasources" with "data sources" (#19111)
      
      * Docs: Replace "datasources" with "data sources" (#19111)
      
      * Docs: Replace "datasources" with "data sources" (#19111)
      
      * Docs: Replace "datasources" with "data sources" (#19111)
      
      * Docs: Replace "datasources" with "data sources" (#19111)
      
      * Docs: Replace "datasources" with "data sources" (#19111)
      
      * Docs: Replace "datasources" with "data sources" (#19111)
      
      *  Docs: Replace "datasources" with "data sources" (#19111)
      
      * Docs: Replace "datasources" with "data sources" (#19111)
      
      * Docs: Replace "datasources" with "data sources" (#19111)
      
      * Docs: Replace "datasources" with "data sources" (#19111)
      Brenda Harjala committed
    • LDAP: Show non-matched groups returned from LDAP (#19208) · b20a258b
      * LDAP: Show all LDAP groups
      
      * Use the returned LDAP groups as the reference when debugging LDAP
      
      We need to use the LDAP groups returned as the main reference for
      assuming what we were able to match and what wasn't. Before, we were
      using the configured groups in LDAP TOML configuration file.
      
      * s/User name/Username
      
      * Add a title to for the LDAP mapping results
      
      * LDAP: UI Updates to debug view
      
      * LDAP: Make it explicit when we weren't able to match teams
      gotjosh committed