- 20 Aug, 2019 3 commits
-
-
* Rewrite EmptyListCTA props and start removing css classes * Add watchDepth onClick * EmptyListCTA with React in annotaitons/editor * Begin conversion of DashLinks editor EmptyListCTA * Use React component in DashLinks, Variables and TeamGroupSync * Remove scss file and add emotion styles * Update snapshot * Remove style import * Fix feedback * Update snapshot
Tobias Skarhed committed -
* Build: Upgrade to go 1.12.9 * Build: Use default-mysql-client for debian buster The go base image has been updated to use Debian Buster instead of Stretch, which seems to have done away with mysql-client in favor of default-mysql-client. * Build: Update Dockerfile to use go 1.12.9 Fixes #18592
Marcus Olsson committed -
Since React and other dependencies bump caused some troubles with building packages that @kaydelaney and me tried to debug without any success, we decided to revert React 16.9.0 bump.
Dominik Prokop committed
-
- 19 Aug, 2019 5 commits
-
-
* Azure Monitor and Log Analytics converted and separated into components * Insights creds converted * remove angular config * fix workspaces and missing sameas key * fix workspace save * set subscriptionId key * editor fields, load workspaces btn * workspace load req fields updated * added tooltip to switch, disable buttons instead of hide * master merge and tests
Shavonn Brown committed -
* rewrite user profile edit to react (#17525) * disableLogin change, still need to fix tooltip * left out disable form for other auth * PR changes - wrapper to render, userId instead of bool, optional user in state, change provider child param order * moved directive to angular_wrappers * catch api error * finally * move user arg back to end- optional * optional type sig
Shavonn Brown committed -
For a long time we haven't been using codecov, remove it so it wouldn't confuse the readers
Oleg Gaidarenko committed -
* Fix: Fixes panel editor crash when switching to Promehteus Fixes: #18600 * Refactor: Adds tests
Hugo Häggmark committed -
* Rename PopperContent to TooltipContent * Move exports from PopperController * Change ToolipContent to PopoverContent and PopoverController * Rename Popper to Popover * Add forgotten files * Update snapshot * Remove generic
Tobias Skarhed committed
-
- 18 Aug, 2019 3 commits
-
-
Ryan McKinley committed
-
I'm interested in this fix specifically - mgechev/revive@03c3312c2c48c7eb82100205a3675600b069a307
Oleg Gaidarenko committed -
It seems `ldap` module introduced new error type of which multildap module didn't know about. This broke the multildap login logic Fixes #18491 Ref #18587
Oleg Gaidarenko committed
-
- 16 Aug, 2019 10 commits
-
-
* switch docker image to alpine base * Docker: switch packaging image to alpine * use alpine image for build containers * switch base images in build script * only try to set up phantomjs on x86_64, reduce number of layers * phantomjs binary is bundled with grafana
Dan Cech committed -
* Backend: Adds support for HTTP/2 * Adds mozilla recommended ciphers * Updates sample.ini and config documentation
kay delaney committed -
Closes #18594 Closes #18596
kay delaney committed -
Šimon Podlipský committed
-
* Added prometheus metric labels to data returned for normal time series queries * Fixed result transformer tests for new return layout with prometheus labels * Fixed prettier formatting
ElstJonas committed -
Torkel Ödegaard committed
-
* move KeyValue and deprecation warning * move KeyValue and deprecation warning * rename displayProcessor file
Ryan McKinley committed -
* SQLite migrations * cleanup * migrate end times * switch to update with a query * real migration * anno migrations * remove old docs * set isRegion from time changes * use <> for is not * add comment and fix index decleration * single validation place * add test * fix test * add upgrading docs * use AnnotationEvent * fix import * remove regionId from typescript
Ryan McKinley committed -
* Docs: Update upgrading docs * Docs: updated spelling
Torkel Ödegaard committed -
* Docs: Adds tests requirement to bugs checklist * Docs: Adds test for bugs as a requirment Co-Authored-By: gotjosh <josue@grafana.com>
Hugo Häggmark committed
-
- 15 Aug, 2019 6 commits
-
-
Ryan McKinley committed
-
Dominik Prokop committed
-
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 5 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
-