1. 31 Dec, 2020 1 commit
  2. 30 Dec, 2020 2 commits
  3. 29 Dec, 2020 2 commits
  4. 28 Dec, 2020 4 commits
  5. 23 Dec, 2020 7 commits
  6. 22 Dec, 2020 6 commits
  7. 21 Dec, 2020 6 commits
  8. 20 Dec, 2020 2 commits
  9. 17 Dec, 2020 10 commits
    • Docs: Update configuration.md (#29912) · c4e141c1
      * Update configuration.md
      
      * Update configuration.md
      Diana Payton committed
    • Ng Alerting: Remove scroll and fix SplitPane limiters (#29906) · 6c1f8b9c
      * some layout fixes
      
      * use built in limiter
      Peter Holmberg committed
    • Dashboard: Migrating dashboard settings to react (#27561) · d066da42
      * Dashboard: Started migrating dashboard settings
      
      * Restore general settings from angular
      
      * Use react permissions component
      
      * feat(dashboard): add react LinksSettings wrapper for dash-links-editor
      
      * feat(dashboard): add react VersionsSettings wrapper for gf-dashboard-history
      
      * refactor(dashboard): replace DashboardPermissions connectWithStore with connect
      
      * chore(dashboard): folderInfo as undefined
      
      * feat(dashboard): initial commit of dashboard settings json editor
      
      * feat(dashboard): introduce save json functionality
      
      * chore(dashboard): delete obsolete imports
      
      * feat(dashboard): add save and save as buttons to settings nav
      
      * feat(dashboard): add react wrapper for annotations settings
      
      * chore(dashboard): put back canDelete for general settings delete button
      
      * Make editable
      
      * Remove makeEditable from SettingsCtrl
      
      * feat(dashboard): show json editor save button if canSave
      
      * refactor(dashboard): move hasUnsavedFolderChange to dashboard.meta
      
      * feat(dashboard): render hasUnsavedFolderChange view in permissions settings
      
      * feat(dashboard): reset hasUnsavedFolderChange on settingg save success
      
      * feat(dashboard): refresh route on sucessful settings save
      
      * test(dashboard): update snapshots
      
      * refactor(dashboard): automatically infer connected props for dashboard permissions
      
      * refactor(dashboard): give dashboard versions checkboxes some padding
      
      * Update public/app/types/folders.ts
      
      Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
      
      Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
      Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
      Torkel Ödegaard committed
    • Minor correction to explanation on correct MS SQL usage. (#29889) · 0561c941
      * Minor correction to explanation added for correct MS SQL usage.
      
      * Update contribute/style-guides/documentation-style-guide.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      achatterjee-grafana committed
    • AlertingNG: Create a scheduler to evaluate alert definitions (#29305) · 3cac10e5
      * Always use cache: stop passing skipCache among ngalert functions
      
      * Add updated column
      
      * Scheduler initial draft
      
      * Add retry on failure
      
      * Allow settting/updating alert definition interval
      
      Set default interval if no interval is provided during alert definition creation.
      Keep existing alert definition interval if no interval is provided during alert definition update.
      
      * Parameterise alerting.Ticker to run on custom interval
      
      * Allow updating alert definition interval without having to provide the queries and expressions
      
      * Add schedule tests
      
      * Use xorm tags for having initialisms with consistent case in Go
      
      * Add ability to pause/unpause the scheduler
      
      * Add alert definition versioning
      
      * Optimise scheduler to fetch alert definition only when it's necessary
      
      * Change MySQL data column to mediumtext
      
      * Delete alert definition versions
      
      * Increase default scheduler interval to 10 seconds
      
      * Fix setting OrgID on updates
      
      * Add validation for alert definition name length
      
      * Recreate tables
      Sofia Papagiannaki committed
    • Add changelog items for 7.3.6, 7.2.3 and 6.7.5 (#29901) · 7d5c0754
      Signed-off-by: bergquist <carl.bergquist@gmail.com>
      Carl Bergquist committed
    • bump stable to 7.3.6 (#29899) · 947b7799
      Signed-off-by: bergquist <carl.bergquist@gmail.com>
      Carl Bergquist committed