1. 19 Aug, 2019 2 commits
  2. 18 Aug, 2019 3 commits
  3. 16 Aug, 2019 10 commits
  4. 15 Aug, 2019 6 commits
  5. 14 Aug, 2019 8 commits
  6. 13 Aug, 2019 7 commits
  7. 12 Aug, 2019 4 commits
    • API: Restrict anonymous user information access (#18422) · 8fd153ed
      Existing /api/alert-notifications now requires at least editor access.
      Existing /api/alert-notifiers now requires at least editor access.
      New /api/alert-notifications/lookup returns less information than
      /api/alert-notifications and can be access by any authenticated user.
      Existing /api/org/users now requires org admin role.
      New /api/org/users/lookup returns less information than
      /api/org/users and can be access by users that are org admins,
      admin in any folder or admin of any team.
      UserPicker component now uses /api/org/users/lookup instead
      of /api/org/users.
      
      Fixes #17318
      Marcus Efraimsson committed
    • Fix: failing build after React bump (#18514) · ab170157
      * Bump react types and fix yarn.lock
      * Fix typecheck
      Dominik Prokop committed
    • strictNullChecks: First batch (#18390) · 1db9fff0
      * First batch of strictNullChecks
      
      * Remove undefined
      
      * Check an alternative solution
      
      * Fix strict nullChecks
      
      * Low hanging strictNullChecks
      
      * Fixing strict nulls issues and more
      
      * Minor change
      
      * fixed unit test
      
      * Fix feedback
      
      * Update public/vendor/ansicolor/ansicolor.ts
      
      Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com>
      
      * Update public/vendor/ansicolor/ansicolor.ts
      
      Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com>
      
      * Update public/vendor/ansicolor/ansicolor.ts
      
      Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com>
      
      * Fix build errors
      Tobias Skarhed committed
    • Chore: bump React to 16.9.0 (#18502) · 0b828cfa
      * Chore: bump react to 16.9.0
      
      * Bump hooks testing lib
      Dominik Prokop committed