- 26 Aug, 2019 7 commits
-
-
Shavonn Brown committed
-
yarn.lock with old deps triggers the github vuln errors, if you update deps to newest versions grunt commands will stop working. Since we generating emails here, vuln errors seems needless. We need to remove grunt dependency anyhow
Oleg Gaidarenko committed -
Add support for fetching e-mail with JMES path Signed-off-by: Bob Shannon <bobs@dropbox.com>
Bob Shannon committed -
* Emails: resurrect template notification * Phantomjs (oh yeah, there is another dev dep phantom :-) was failing for the generation of the html templates so I had to update the dependencies in order to fix it. While doing that I update the scripts field and docs for it as well. yarn.lock is included * Move splitting of the emails to separate helper function, since more services coming up that would need to use this functionality * Add support for enterprise specific email letters. Probably could be done in the better way, but it's not a priority right now
Oleg Gaidarenko committed -
* Add support for `Reply-To` header * Allow direct attachment Don't have tests yet, but they will follow
Oleg Gaidarenko committed -
* WIP: intial commit * Switch: Adds tooltip * Refactor: Adds props to LogsPanelEditor * Refactor: Moves LogRowContextProvider to grafana/ui * Refactor: Moves LogRowContext and Alert to grafana/ui * Refactor: Moves LogLabelStats to grafana/ui * Refactor: Moves LogLabels and LogLabel to grafana/ui * Refactor: Moves LogMessageAnsi and ansicolor to grafana/ui * Refactor: Moves calculateFieldStats, LogsParsers and getParser to grafana/data * Refactor: Moves findHighlightChunksInText to grafana/data * Refactor: Moves LogRow to grafana/ui * Refactor: Moving ExploreGraphPanel to grafana/ui * Refactor: Copies Logs to grafana/ui * Refactor: Moves ToggleButtonGroup to grafana/ui * Refactor: Adds Logs to LogsPanel * Refactor: Moves styles to emotion * Feature: Adds LogsRows * Refactor: Introduces render limit * Styles: Moves styles to emotion * Styles: Moves styles to emotion * Styles: Moves styles to emotion * Styles: Moves styles to emotion * Refactor: Adds sorting to LogsPanelEditor * Tests: Adds tests for sorting * Refactor: Changes according to PR comments * Refactor: Changes according to PR comments * Refactor: Moves Logs and ExploreGraphPanel out of grafana/ui * Fix: Shows the Show context label again
Hugo Häggmark committed -
Andy Bursavich committed
-
- 25 Aug, 2019 2 commits
-
-
Franz Schwartau committed
-
Using golang:1.12.9 which is based on Debian as a build container leads to a version mismatch for glibc when running grafana-server in alpine:3.10 grafana-server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by grafana-server)
Franz Schwartau committed
-
- 23 Aug, 2019 5 commits
-
-
The author updated their site and now the link changed.
Nicolò Rebughini committed -
* Fixes several usability issues with QueryField component - Can now indent with tab and `mod+[`, `mod+]` - Copy/Cut preserves new lines, and paste correctly splits blocks now - Adds support for selection hotkeys
kay delaney committed -
* convert teams section of user profile to react * isLoading prop * loading placeholders
Shavonn Brown committed -
* Singlevalue: Improvements to decimals logic and added test dashboard * updated * Fixed tests
Torkel Ödegaard committed -
The text was little misunderstanding A user asked me what password I had choose, but the user shall choose the password them self.
flopp999 committed
-
- 22 Aug, 2019 6 commits
-
-
Ryan McKinley committed
-
This introduces change to TimeSrv that enables time & time.window query param. Thanks to that time range of a dashboard can be specified as a window(time.window param) around given timestamp(time param)
Dominik Prokop committed -
* Fix: Fixes so Show context shows results again Fixes: #18656 * Refactor: Removes unused import that made it thrugh the pre-commit somehow
Hugo Häggmark committed -
Torkel Ödegaard committed
-
Fixes Go to definition in webstorm
Andrej Ocenas committed -
* better pluin feedback * add server side check for module.js
Ryan McKinley committed
-
- 21 Aug, 2019 6 commits
-
-
Ryan McKinley committed
-
Dominik Prokop committed
-
Ryan McKinley committed
-
Ryan McKinley committed
-
Ryan McKinley committed
-
Fixes: #18436
Hugo Häggmark committed
-
- 20 Aug, 2019 5 commits
-
-
* suspect long file names are causing err
Shavonn Brown committed -
* Auth: change the error HTTP status codes * Use 407 HTTP status code for incorrect credentials error * Improve proxy auth logs * Remove no longer needed TODO comment Fixes #18439
Oleg Gaidarenko committed -
* 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 1 commit
-
-
* 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
-