- 15 Aug, 2019 4 commits
-
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Torkel Ödegaard committed
-
* Unpublish previous canary when releasing a new one * Update scripts/circle-release-next-packages.sh * Shellcheck fix
Dominik Prokop committed
-
- 14 Aug, 2019 8 commits
-
-
Ryan McKinley committed
-
* Fail build if yarn.lock is not up to date * Update yarn.lock
Šimon Podlipský committed -
Updates packages that depend on react in order to address warnings produced by react regarding the use of `componentWillReceiveProps`
kay delaney committed -
* Rerun query on input changes Added "this.onRunQuery" for update of the input fields so that the panel updates when changed * typo in comment changed "fullu" to "fully" * modified to onBlur for legend, interval legend and interval (min step) now call for query re-run when they go 'onBlur' instead of 'onChange' * PromQueryEditor: Updated snapshot
fxmiii committed -
* Explore/Prometheus: More consistently allows for multi-line queries Allows a user to hit shift+enter to create a new line in the query field, even when the autocomplete suggestions are displayed. Also fixes an issue where a new line was inserted when selecting a suggestion Closes #18341 * Fixes behavior where query wasn't running on pressing Enter Also adds test to verify this behavior
kay delaney committed -
Tobias Skarhed committed
-
Ryan McKinley committed
-
* assume number for TimeSeries types * use const
Ryan McKinley committed
-
- 13 Aug, 2019 7 commits
-
-
* Migrating login services * Add user signup * Remove lodash * Remove media query and extarct LoginServices * Add React LoginCtrl * Handle location with Redux and start form validation * Fix proposal * Add basic validation * Fix validation * Remove state from controller * Extract login forms * Fix things up * Add change password and LoginPage * Add React page and route to it * Make redux connection work * Add validation for password change * Change pws request * Fix feedback * Fix feedback * LoginPage to FC * Move onSkip to a method * Experimenting with animations * Make animations work * Add input focus * Fix focus problem and clean animation * Working change password request * Add routing with window.location instead of Redux * Fix a bit of feedback * Move config to LoginCtrl * Make buttons same size * Change way of validating * Update changePassword and remove angular controller * Remove some console.logs * Split onChange * Remove className * Fix animation, onChange and remove config.loginError code * Add loginError appEvent * Make flex and add previosuly removed media query
Tobias Skarhed committed -
Tobias Skarhed committed
-
Dominik Prokop committed
-
* update go-redis lib from v2 -> v5 * add ssl option to the redis connection string fixes #18498
Kyle Brandt committed -
Fixes #18499
Šimon Podlipský committed -
Ryan McKinley committed
-
* Wip: Compiles and runs * WIP: Logs Graph partially working * Refactor: Adds GraphSeriesToggler * Refactor: Adds tickDecimals to YAxis * Refactor: Adds TimeZone and PlotSelection to Graph * Refactor: Makes the graphResult work in Explore * Refactor: Adds ExploreGraphPanel that is used by Logs and Explore * Fix: Fixes strange behaviour with ExploreMode not beeing changed * Fix: Adds onSelectionChanged to GraphWithLegend * Refactor: Cleans up unused comments * ExploreGraph: Disable colorpicker
Hugo Häggmark committed
-
- 12 Aug, 2019 7 commits
-
-
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 -
* Bump react types and fix yarn.lock * Fix typecheck
Dominik Prokop committed -
* 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 * Bump hooks testing lib
Dominik Prokop committed -
Co-Authored-By: Leonard Gram <leo@xlson.com>
Marcus Efraimsson committed -
Triaging external PRs to the extent of making sure they have assigned reviewer.
Andrej Ocenas committed -
Šimon Podlipský committed
-
- 09 Aug, 2019 7 commits
-
-
* Explore: Fix loading error for empty queries * Explore: Render tests for QueryField
David committed -
Fixes: #18455
Hugo Häggmark committed -
liyuanqiu committed
-
* Docs: Adds details to Pull Request Checklist * Docs: Changes text according to PR review comments * Docs: Adds State Management guidlines in FrontEnd style guidelines * Update CONTRIBUTING.md Co-Authored-By: gotjosh <josue@grafana.com> * Update CONTRIBUTING.md Co-Authored-By: gotjosh <josue@grafana.com> * Docs: Some minor text changes for better english Co-Authored-By: gotjosh <josue@grafana.com> * Docs: Some minor text changes for better english Co-Authored-By: gotjosh <josue@grafana.com> * Docs: Some minor text changes for better english Co-Authored-By: gotjosh <josue@grafana.com> * Docs: Some minor text changes for better english Co-Authored-By: gotjosh <josue@grafana.com> * Docs: Some minor text changes for better english Co-Authored-By: gotjosh <josue@grafana.com>
Hugo Häggmark committed -
Dominik Prokop committed
-
* Make swicth booleans non-optional
Tobias Skarhed committed -
* Do not set SameSite login_error cookie attribute if cookie_samesite is none * Do not set SameSite grafana_session cookie attribute if cookie_samesite is none * Update middleware tests
Sofia Papagiannaki committed
-
- 08 Aug, 2019 6 commits
-
-
Dominik Prokop committed
-
Dominik Prokop committed
-
* Fix CreateTeam api endpoint No team member should be created for requests authenticated by API tokens. * Update middleware test Assert that `isAnonymous` is set for `SignedInUser` authenticated via API key. * Add test for team creation Assert that no team member is created if the signed in user is anomymous. * Revert "Fix CreateTeam api endpoint" This reverts commit 9fcc4e67f589008d7c44097f5cf08438c09c3c05. * Revert "Update middleware test" This reverts commit 75f767e58d212e21a351efea14bed79bbf881d2e. * Fix CreateTeam api endpoint No team member should be created for requests authenticated by API tokens. * Update team test * Change error to warning and update tests
Sofia Papagiannaki committed -
Fixes #18383
Jess committed -
Turns out, that behaviour was a bug we introduced as part of the LDAP sync. It was squashed as part of #18298.
gotjosh committed -
Dominik Prokop committed
-
- 07 Aug, 2019 1 commit
-
-
* GitLab OAuth: GetGroups refactor * GitLab OAuth: fetch groups into UserInfo * GitLab OAuth: minor refactor * GitLab OAuth: team sync docs
Alexander Zobnin committed
-