https://github.com/grafana/grafana

sort by:
Revision Author Date Message Commit Date
406bae1 Alerting: Remove back end logic for supporting KeepLastState (#34242) * Removed back end logic for supporting KeepLastState * Map keep_state correctly in migrations (cherry picked from commit bbb7bbf8918e005e6228c67dc6356345c1fa4725) 18 May 2021, 19:07:16 UTC
26b0e94 Table: Fix issue with table border not showing with colored background cells (#34231) (#34313) (cherry picked from commit c2ee2f10a793db61b09c264993318d1c727bb69f) Co-authored-by: Torkel Ödegaard <torkel@grafana.org> 18 May 2021, 18:37:35 UTC
16da15a Contrast: Improve automatic contrast text logic to include opacity and background (#34190) (#34314) (cherry picked from commit 8ecfad69951628cc8327c23166d953f86a8d83ff) Co-authored-by: Torkel Ödegaard <torkel@grafana.org> 18 May 2021, 18:37:20 UTC
c9ba9d4 use DataSourceWithBackend instead of DataSourceApi (#34194) (#34299) (cherry picked from commit f3a989d1171f4dfde5ca35b5ac96c2dfd4bab159) 18 May 2021, 15:41:51 UTC
b45ec7f NodeGraph: Fix error when rendering in dashboards (#34187) (#34199) * Pass only serializable values to worker * Fix random generated data frame (cherry picked from commit bc4ec61f678f1ca34ae8ffad6a93e130bf54f1c7) Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> 18 May 2021, 14:31:18 UTC
3068094 LibraryPanels: Fixes "error while loading library panels" (#34278) (#34291) * LibraryPanels: Fixes error while loading library panels * Chore: fixes imports (cherry picked from commit 592a3af40eb34b3accc12e2c0e629b4b6ea4ff47) 18 May 2021, 14:05:10 UTC
07cc7e8 NGAlert: Remove unwanted fields from notification channel config (#34036) (#34283) Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com> 18 May 2021, 13:41:32 UTC
3656f2c Library Panels: Add `name` endpoint & unique name validation to AddLibraryPanelModal (#33987) (#34285) (cherry picked from commit c778d6a4a2b87a8f7bb09b330b95b63b1bcd4b0a) Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> 18 May 2021, 13:33:05 UTC
11412ce Variables: Fixes inconsistend selected states on dashboard load (#34197) (#34253) (cherry picked from commit 3339d13a45ba1011bfb2cf3d4af6cf1935dec753) Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> 18 May 2021, 13:21:02 UTC
d45365d fix rule editor remounting issue (#34228) (#34262) (cherry picked from commit 815603dc195429015678005638e4d4f9f0533d70) 18 May 2021, 08:29:10 UTC
5c5920a Alerting: Global config form for cloud alert manager (#34074) (#34184) (cherry picked from commit 7a2dff741bf08a7dd988e179cfeab57bec63b6f7) 18 May 2021, 08:23:39 UTC
0333f60 Tempo: fix handling of trace-not-found cases (#34219) (#34256) (cherry picked from commit bd4afe41ba647c49e57d52abc27be489e834c3de) Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com> 18 May 2021, 08:15:31 UTC
ec97933 Alerting: enforce roles on frontend (#33997) (#34183) (cherry picked from commit 8a0dbd012766fae405e24b76d9335c21c93a5b7e) 18 May 2021, 07:43:44 UTC
3c98c88 Revert "ForgottenPassword: Adds better error handling (#34174) (#34178)" (#34255) This reverts commit 84a3853272fd987499be9bbd52e4e4276644743b. 18 May 2021, 07:02:06 UTC
7e93a2d FieldDisplay: remove auto min/max for percent units (#34234) (#34239) (cherry picked from commit eba6f66fbaabd9a9f763c0f4ac1d6d45c6aada65) Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 18 May 2021, 02:24:35 UTC
c65c8f7 Timeline: split "periodic" mode into its own panel (#34171) (#34245) (cherry picked from commit de5cd4a7d35a7becce00b1140777e820a6a36fc2) Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 17 May 2021, 20:22:54 UTC
884baab UAlerting: Increase default max datapoints (#34223) (#34233) Change const value from 100 to 43200 (12 hours at 1sec interval) (cherry picked from commit 331991ca10337e938c08247540d66f33eeb4627c) Co-authored-by: Kyle Brandt <kyle@grafana.com> 17 May 2021, 19:00:02 UTC
1df2822 Alerting: Allow the notifier to log (#34232) (#34236) * Alerting: Allow the notifier to log The notifier upstream code uses go-kit as its logging library. The grafana specific logger is not compatible with this API. In this PR, I have created a wrapper that implements io.Writer to make them compatible. (cherry picked from commit 6384f86fb9678d7f6a2de4e041a8f0e1f54c107e) Co-authored-by: gotjosh <josue@grafana.com> 17 May 2021, 18:53:18 UTC
97bd972 Prometheus: fix toggling exemplars in range mode (#34099) (#34222) (cherry picked from commit d49deebefe6e1fc45330fdb6cfe67edde22188c1) Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> 17 May 2021, 18:39:29 UTC
bb18c0c Alerting/ruler metrics (#34144) (#34216) * adds active configurations metric * rule evaluation metrics * ruler metrics * pr feedback (cherry picked from commit 1367f7171eb781855056ba298590637dca6e5e37) Co-authored-by: Owen Diehl <ow.diehl@gmail.com> 17 May 2021, 16:26:46 UTC
98ea9b6 Alerting: Modify configuration apply and save semantics - v2 (#34143) (#34217) * Save default configuration to the database and copy over secure settings (cherry picked from commit eb74994b8b86ec17aa70826ccfd97b9917b25147) Co-authored-by: gotjosh <josue@grafana.com> 17 May 2021, 14:58:35 UTC
d65d2b9 [v8.0.x] NGAlert: Add message field to email notification channel (#34196) * NGAlert: Add message field to email notification channel (#34044) Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com> (cherry picked from commit d5ae55c5dd64404ab5bfac6a6584a59acd367fc9) * [Alerting]: Fix integration test (#34204) Co-authored-by: Ganesh Vernekar <15064823+codesome@users.noreply.github.com> Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> 17 May 2021, 13:37:40 UTC
16fc369 removes unused db method (#34082) (#34211) (cherry picked from commit fc90c36d5008ad4e3db43a1f552744f1fae5c56b) Co-authored-by: Owen Diehl <ow.diehl@gmail.com> 17 May 2021, 13:25:23 UTC
2cbea28 Dependencies: Remove duplicates from yarn.lock (#34124) (#34207) * build(yarn): run yarn-deduplicate on lock file * chore(npm): clean up moment dependencies * chore(npm): move dev dependencies out of dependencies * chore(npm): bump moment-timezone to fix TS errors * chore(npm): move dev dependencies to devDependencies in package.json (cherry picked from commit 00253fe359d871cde5c2a2cbcd2e75471f3296cb) Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> 17 May 2021, 13:10:36 UTC
2775761 extracts alertmanager from DI, including migrations (#34071) (#34206) * extracts alertmanager from DI, including migrations * includes alertmanager Run method in ngalert * removes 3s test shutdown timeout * lint (cherry picked from commit baca873a84b5f0cb85a518d703052f2ba4687af1) Co-authored-by: Owen Diehl <ow.diehl@gmail.com> 17 May 2021, 12:52:26 UTC
8a065fd QueryField: Remove carriage return character from pasted text (#34076) (#34201) * Remove carriage returns * Clean up (cherry picked from commit 25d42dbedb699f9e14c68b0d62516658e6f20f0c) Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> 17 May 2021, 12:07:13 UTC
e22b5d3 Tempo/Jaeger: Add better display name to legend (#34063) (#34101) * Add display name * Fix test * Fix test (cherry picked from commit 30912231446281d978aa244c04e0aa499171ffc9) Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> 17 May 2021, 11:20:35 UTC
9b1a02f PieChart: Handle undefined custom.hideFrom in fieldConfig (#34185) (#34188) (cherry picked from commit 5a43bd4581dd6c649df6851800b5159d9e85e01a) Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com> 17 May 2021, 10:31:48 UTC
e403a09 Docs: change Elasticsearch provisioning example (#34110) (#34176) (cherry picked from commit c9145541b0431075aea225c2ad984b3a424a0e05) Co-authored-by: Giordano Ricci <me@giordanoricci.com> 17 May 2021, 08:57:14 UTC
2ce3593 CloudWatch: Allow use of missing AWS namespaces using custom metrics (#30961) (#34173) * add tests * CloudWatch: Allow use of missing AWS namespaces using custom metrics * CloudWatch: Allow use of missing AWS namespaces using custom metrics (cherry picked from commit bc21adf712c979bb86ecbf30b30c97e77143f023) Co-authored-by: Matthew Coltman <mmcoltman@gmail.com> 17 May 2021, 08:45:02 UTC
879f45f Table: Makes tooltip scrollable for long JSON values (#34120) (#34182) (cherry picked from commit d721298e03272cdffa93cf8483e01090c0d5bc8e) Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> 17 May 2021, 08:44:23 UTC
af038a3 Alerting: update panel alert tab (#33850) (#34180) (cherry picked from commit a26507e9c40ab5102151734a9edfe2555d8870d3) Co-authored-by: Domas <domasx2@gmail.com> 17 May 2021, 08:20:21 UTC
84a3853 ForgottenPassword: Adds better error handling (#34174) (#34178) * ForgottenPassword: Adds better error handling * Chore: updates after PR comments (cherry picked from commit e246ec0d5b401871cf6a64fbb7360a0b2f913b4d) Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> 17 May 2021, 07:46:49 UTC
e77c8c7 Alerting: Add duration field to silence editor (#34029) (#34175) (cherry picked from commit 889d3ed76f0b991eb739efc14fabb1b19a1dab52) Co-authored-by: Nathan Rodman <nathanrodman@gmail.com> 17 May 2021, 06:50:33 UTC
f822dca DataSourceSettings: Hide caching settings for non-backend datasources (#34083) (#34132) * add field to plugin meta * only show cache settings if pluginMeta has "isBackend" Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> (cherry picked from commit 27d11e37023765a08187137c32134041f07345c2) Co-authored-by: Kevin Minehart <kmineh0151@gmail.com> 16 May 2021, 08:04:36 UTC
41e0b58 grafana/ui: Unify disabled styles for input components (#34126) (#34152) * Select: Add disabled prop to SingleValue * TagsInput: Disable remove button with disabled prop * Checkbox: Add disabled styles (cherry picked from commit 65cacd31c2f4089bc644d0d6f86372c8cadd5c57) Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> 15 May 2021, 08:29:22 UTC
240a346 LazyLoading: Fix queries being issued again when scrolling a panel in and out of view (#34061) (#34141) 15 May 2021, 05:19:50 UTC
fff2254 ValueMappings: Add duplicate action, and disable dismiss on backdrop click (#34100) (#34133) 14 May 2021, 17:11:35 UTC
3784568 Instructions to separate emails with semicolons (#32499) (#34137) (cherry picked from commit 52f9b96a8cfe0c8ce486a75855e1b6a80e5480e1) Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com> 14 May 2021, 17:10:42 UTC
58a350d Timeline: Adds opacity & line width option (#34118) (#34135) 14 May 2021, 17:09:32 UTC
c6510ed Toolkit: update tslib (#34089) (#34136) (cherry picked from commit 9e1f0e6957ba8d96289aa44220a23eb365eb9cf2) Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 14 May 2021, 16:42:19 UTC
e1a7a9f Fix key and deleteKey being ignored when creating a snapshot with external=true set (#33686) (#34090) * Update dashboard_snapshot.go This is to address: https://github.com/grafana/grafana/issues/33665 The key and deleteKey fields are not honoured when creating a snapshot with external:true set * removed whitespace (cherry picked from commit 2fc9c6ca58cb6df332976d1414614abb9f8a2f9e) Co-authored-by: wengelbrecht-grafana <83230950+wengelbrecht-grafana@users.noreply.github.com> 14 May 2021, 15:52:41 UTC
5be2330 Alerting: fix maching loki prom rules to rule rules, rename "Inactive" to "Normal" (#34111) (#34115) (cherry picked from commit ddb2fc1ae65ca20cc6fe048265811ac75cadac17) Co-authored-by: Domas <domasx2@gmail.com> 14 May 2021, 15:52:22 UTC
daca41b Elasticsearch: Fix handling of inline scripts in different ES versions (#34070) (#34116) * Devenv: add block for es 5.0, provisioned datasource & dashboard * Trasnsform script property based on running ES version * Handle different scripts format in BE (cherry picked from commit 8ec87250c1f7ea7a7cca4456e2f7036cc47f9780) Co-authored-by: Giordano Ricci <me@giordanoricci.com> 14 May 2021, 15:51:54 UTC
5376953 NGAlert: Add integration tests for notification channels (#33431) (#34094) * NGAlert: Add integration tests for notification channels Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com> * Fix the failing tests Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com> * Fix review comments Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com> * Override creation of rule UID, remove only namespace UID Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com> (cherry picked from commit ec3214bac21c10da710018ee0a6021017b180219) Co-authored-by: Ganesh Vernekar <15064823+codesome@users.noreply.github.com> 14 May 2021, 15:49:04 UTC
14ed6e1 Explore: Convert nodes with "*" to regular expressions when a Graphite query is mapped to Loki (#34014) (#34123) (cherry picked from commit bf467f8eae0375246938686c09b7ba864fa231da) Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com> 14 May 2021, 13:22:35 UTC
884654e Alerting/Chore: Move tests from tests package (#34059) (#34121) Instead put in package folder but with package name suffixed with _test This enables code coverage within the pkg while still allow the tests to operate from external to package perspective (only exported things). (cherry picked from commit babb17afd65e8a872ac4bae9e3b7765ace116b86) Co-authored-by: Kyle Brandt <kyle@grafana.com> 14 May 2021, 12:37:05 UTC
3db2081 Azure token provider with support for Managed Identities (#33807) (#34122) * Azure token provider * Configuration for Azure token provider * Authentication via Azure SDK for Go * Fix typo * ConcurrentTokenCache for Azure credentials * Resolve AAD authority for selected Azure cloud * Fixes * Generic AccessToken and fixes * Tests and wordings * Tests for getAccessToken * Tests for getClientSecretCredential * Tests for token cache (cherry picked from commit 81f6c806e10229dd8055b98afd85f2046fd24614) Co-authored-by: Sergey Kostrukov <sergey@kostrukov.com> 14 May 2021, 12:22:00 UTC
2d02c40 PieChart: Remove beta flag (#34102) (cherry picked from commit df4da77e4e9b79fde8afd7c3fe8d133389248b3a) Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com> 14 May 2021, 11:06:17 UTC
52a423b grafana/u: Move stacking config to common options builder (#34106) (#34113) * Move stacking config to options builder * Extract stacking interface (cherry picked from commit a71cebbcb14b3026fe465ce8b43c41a512c03028) Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com> 14 May 2021, 10:27:28 UTC
08bb45a Variables: Refreshes all panels even if panel is full screen (#34097) (#34105) * Variables: Refreshes all panels even if panel is full screen * Chore: updates after PR comments (cherry picked from commit 57d898cd5a8cd9f74c26f5e239d4b2a403540db4) Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> 14 May 2021, 09:05:14 UTC
cf611f8 Table: Fix default align option value (#34065) (#34096) (cherry picked from commit 0f0d94d65b4abff2fb2e0bddc3eb1b6a3e7e70d1) Co-authored-by: Torkel Ödegaard <torkel@grafana.org> 14 May 2021, 08:55:24 UTC
416f721 Switch: prevent wrapping for InlineSwitch (#34077) (#34103) (cherry picked from commit 062e1d5ab8e66caf0592585a58b83381454f3abe) Co-authored-by: Giordano Ricci <me@giordanoricci.com> 14 May 2021, 08:52:22 UTC
3c81218 Timeline: Text align option (#34087) (#34095) * Timeline: Text align option, but does not work * working text alignment * Refactoring and fixing rendering text values on the right edge that does not fit Co-authored-by: Leon Sorokin <leeoniya@gmail.com> (cherry picked from commit 96183d70a8bebdd6ee79a01fcc3611a8fb3b9da1) Co-authored-by: Torkel Ödegaard <torkel@grafana.org> 14 May 2021, 06:52:03 UTC
728a2bd Timeline: Use theme getContrastText to calculate value color based on background color (#34072) (#34085) * Timeline: Use theme getContrastText to calculate value color based on background color * Changed back to using the old functions fill, and stroke (cherry picked from commit 917a9ace577dcd66da40ad6ce07241d889ad393f) Co-authored-by: Torkel Ödegaard <torkel@grafana.org> 13 May 2021, 20:13:30 UTC
a0576a1 Timeline: Add time range zoom (#34079) (#34084) (cherry picked from commit 36c4083264874892bc95adebad7f5444c3b4529f) Co-authored-by: Torkel Ödegaard <torkel@grafana.org> 13 May 2021, 19:21:12 UTC
6c1c30f NewsPanel: Fixes rendering in Safari (#34067) (#34069) Closes #34052 (cherry picked from commit 1a649afdd88f96764bdd1ed03c23703c6a0a7673) Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> 13 May 2021, 18:59:24 UTC
158d84b live: update live-sdk to v0.0.6 (#34047) (#34081) (cherry picked from commit 726039a721050cc5a2ca0537671810e6d2281bab) Co-authored-by: Alexander Emelin <frvzmb@gmail.com> 13 May 2021, 17:51:18 UTC
ff5deca Exemplars: refactor exemplar marker (#34053) (#34062) Don't use tooltip container. Revert pointer-events: none for tooltip container. (cherry picked from commit 4705589f1b256b8ebfeb8b05ea682f46547fc736) 13 May 2021, 14:17:40 UTC
7dd1d29 Docs: Remove extra character from release notes (#34057) (#34058) (cherry picked from commit fa7345dafa8a614b72ac5a6e78b7e5585f784fa5) 13 May 2021, 13:23:21 UTC
3a77ce2 ReleaseNotes: Updated changelog and release notes for 8.0.0-beta1 (#34042) (#34055) * ReleaseNotes: Updated changelog and release notes for 8.0.0-beta1 * Apply suggestions from code review * Tweaks * Update relase notes index * Add PR Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> (cherry picked from commit 3150b628784ff09337031cbd088157553f7be8ed) 13 May 2021, 13:19:37 UTC
84203aa "Release: Updated versions in package to 8.0.0-beta.1" (#34041) 13 May 2021, 09:46:41 UTC
9826bfa Updates release notes and whats new link in package.json (#34039) 13 May 2021, 09:37:45 UTC
e97750b Live: labels column as default frame format (#33984) * labels columns as default frame format * update sdk Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 13 May 2021, 09:01:20 UTC
7c153e2 Login: Updates login page background (#34035) 13 May 2021, 08:07:21 UTC
fffff70 MinMax: Highlight issues with skipping field overrides (#33672) * MinMax: Highlight issues with skipping field overrides * check global range * more selective * basic test * moved into getFieldDisplayValues Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 13 May 2021, 08:06:54 UTC
59e8ba6 Docs: Update enterprise reporting section with link to the dashboard option (#32491) * Docs: Update enterprise reporting section to mention link to the dashboard * Update the text Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update new report screenshot Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> 13 May 2021, 07:41:08 UTC
4aaf141 Live: streaming labels field (#34031) Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 13 May 2021, 07:33:11 UTC
6014551 Timeline: rename modes, grid -> Periodic samples, spans -> State changes (#34033) 13 May 2021, 07:04:22 UTC
765e771 StatsPicker: updates story from knobs to control (#34008) 13 May 2021, 07:02:44 UTC
8f91b59 Switch: updates story from knobs to control (#34016) * Switch: updates story from knobs to control * small nit fixes * exported default storybook config as meta 13 May 2021, 07:01:56 UTC
567bbdf Theme: New visualization colors model (#33973) * Initial design for new viz colors * added unit tests * Progress * Updated selected color * Use old named color names and colors to begin with * Updates * Fixing tests * Progress * Updates * updating * fixing tests * Using some named colors * renames && fixes * remove plural * fixed tests 13 May 2021, 05:32:13 UTC
17750d3 Chore: support empty/missing strings (#34027) 12 May 2021, 23:51:20 UTC
7bcb938 Chore: Update latest.json (#33937) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 12 May 2021, 22:59:12 UTC
83abaa8 Quota: Do not count folders towards dashboard quota (#32519) For dashboard quota fix so that folders are not counted as dashboards. Fixes #31317 Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> 12 May 2021, 21:44:46 UTC
c2e761f Access control: Attach ID to error message (#33472) 12 May 2021, 21:00:27 UTC
49fa711 Docs: Add 8 0 whats new topic (#34022) * Create whats-new-in-v8-0.md * added content 12 May 2021, 19:29:06 UTC
a14ae53 UseRunStream is a default behaviour (#34021) 12 May 2021, 19:17:31 UTC
64f31a8 Test: Make sure that max can't be lower than min (#34020) 12 May 2021, 19:14:30 UTC
abdceb1 Plugins: introduce marketplace app (#33869) * add uninstall flow * add install flow * small cleanup * smaller-footprint solution * cleanup + make bp start auto * fix interface contract * improve naming * accept version arg * ensure use of shared logger * make installer a field * add plugin decommissioning * add basic error checking * fix api docs * making initialization idempotent * add mutex * fix comment * fix test * add test for decommission * improve existing test * add more test coverage * more tests * change test func to use read lock * refactoring + adding test asserts * improve purging old install flow * improve dupe checking * change log name * skip over dupe scanned * make test assertion more flexible * remove trailing line * fix pointer receiver name * update comment * add context to API * add config flag * add base http api test + fix update functionality * simplify existing check * clean up test * refactor tests based on feedback * add single quotes to errs * use gcmp in tests + fix logo issue * make plugin list testing more flexible * address feedback * fix API test * fix linter * undo preallocate * Update docs/sources/administration/configuration.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/administration/configuration.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/administration/configuration.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * fix linting issue in test * add docs placeholder * update install notes * Update docs/sources/plugins/marketplace.md Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> * update access wording * add more placeholder docs * add link to more info * PR feedback - improved errors, refactor, lock fix * improve err details * propagate plugin version errors * don't autostart renderer * add H1 * fix imports * feat(bundled-plugins): introduce marketplace-app to the repo * chore(marketplace-app): remove backend * feat(marketplace): nav is only visible to admins * feat(marketplace): use gnet api * refactor(marketplace): move styles to theme2 move card concerns to card component * feat(marketplace): introduce loaders, clean up styles * refactor(marketplace): wip - debugging for api endpoints * feat(grafana-ui): introduce height prop to Layout components * refactor(marketplace): clean up org details component * fix(marketplace): display search results without active filters * refactor(marketplace): use grafana api for install/uninstall * refactor(marketplace): remove pluginDir * feat(marketplace): clean up Library page * fix(plugins): get panel plugins from meta for newly installed plugins * fix(marketplace): fix multiple renders of InstallControls when installing/uninstalling plugins * refactor(marketplace): componentise the loader * chore(marketplace): remove unsigned plugins option * refactor(marketplace): remove includeUnsigned from codebase * refactor(marketplace): prefer useStyles over useTheme * docs(marketplace): remove changelog and update readme * Apply suggestions from code review Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> * refactor(marketplace): prefer module over class for api * refactor(marketplace): move updatePlugin to api * refactor(marketplace): add PluginMeta to api to please TS * feat(marketplace): always include pre-release in semver check * chore(marketplace): remove redundant arch install code. backend handles it now * feat(marketplace): add a link to browse page if library is empty * refactor(marketplace): replace status with isLoading boolean for hooks * refactor(marketplace): clean up async functions in InstallControls * fix(marketplace): setInstalled false on successful uninstall * include marketplace in bundled plugin test Co-authored-by: Will Browne <will.browne@grafana.com> Co-authored-by: Will Browne <wbrowne@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> 12 May 2021, 19:07:37 UTC
3da8db7 Alerting: Run table migrations regardless of feature flag and move out of service (#33996) 12 May 2021, 18:39:48 UTC
c39d6ad Plugins: Enable plugin runtime install/uninstall capabilities (#33836) * add uninstall flow * add install flow * small cleanup * smaller-footprint solution * cleanup + make bp start auto * fix interface contract * improve naming * accept version arg * ensure use of shared logger * make installer a field * add plugin decommissioning * add basic error checking * fix api docs * making initialization idempotent * add mutex * fix comment * fix test * add test for decommission * improve existing test * add more test coverage * more tests * change test func to use read lock * refactoring + adding test asserts * improve purging old install flow * improve dupe checking * change log name * skip over dupe scanned * make test assertion more flexible * remove trailing line * fix pointer receiver name * update comment * add context to API * add config flag * add base http api test + fix update functionality * simplify existing check * clean up test * refactor tests based on feedback * add single quotes to errs * use gcmp in tests + fix logo issue * make plugin list testing more flexible * address feedback * fix API test * fix linter * undo preallocate * Update docs/sources/administration/configuration.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/administration/configuration.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/administration/configuration.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * fix linting issue in test * add docs placeholder * update install notes * Update docs/sources/plugins/marketplace.md Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> * update access wording * add more placeholder docs * add link to more info * PR feedback - improved errors, refactor, lock fix * improve err details * propagate plugin version errors * don't autostart renderer * add H1 * fix imports Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> 12 May 2021, 18:05:16 UTC
1fbadab Remove beta tag and updated Pie chart Pie chart topic title (#34019) * Removed note about pie chart and time series panel being beta. * Removed v2 from pie chart title. * Update docs/sources/panels/visualizations/time-series/_index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> 12 May 2021, 17:53:42 UTC
1b5f1bf Fix tooltip not closing (#34001) * Fix tooltip not closing * make this a bit less hacky * use a more specific element for the mouseleave event * Make sure we limit running of effect * Remove console log * Probably don't need useCallback 12 May 2021, 17:52:19 UTC
ca213ce Add logs navigation section (#33977) 12 May 2021, 17:49:47 UTC
293677a Prometheus: Add custom query params for alert and exemplars queries (#32440) * Add configuration for custom query params * Add custom transport in prometheus * Move custom query handling to request method * Add encoding 12 May 2021, 17:30:41 UTC
1601f12 ValueMappings: UX Feedback and fixes (#34011) * ValueMappings: UX Feedback and fixes * minor update to texts * Update 12 May 2021, 17:26:30 UTC
d1a4404 Chore: Upgrade grafana-plugin-sdk-go to v0.96.0 (#34010) 12 May 2021, 16:16:21 UTC
07ef406 Alerting: adding a time picker for selecting relative time. (#33689) * adding placeholder for relative time range. * fixed story. * added basic structure to handle open/close of time range picker. * removed section from TimeOptions since it isn't used any where. * adding mapper and tests * move relativetimepicker to its own dir * added some simple tests. * changed test. * use relativetimerangeinput * redo state management * refactored the tests. * replace timerange with relativetimerange * wip * wip * did some refactoring. * refactored time option formatting. * added proper formatting and display of time range. * add relative time description, slight refactor of height * fixed incorrect import. * added validator and changed formatting. * removed unused dep. * reverted back to internal function. * fixed display of relative time range picker. * fixed failing tests. * fixed parsing issue. * fixed position of time range picker. * some more refactorings. * fixed validation of really big values. * added another test. Co-authored-by: Peter Holmberg <peter.hlmbrg@gmail.com> 12 May 2021, 15:51:31 UTC
2459a0c live: remove demultiplexor (#34012) 12 May 2021, 15:47:03 UTC
ca8f6ad Colors: default colors for strings and boolean (#33965) 12 May 2021, 15:40:43 UTC
765fa67 live: disable gzip for ws endpoints (#34015) 12 May 2021, 15:39:57 UTC
167bad0 Grafana-UI: Add disabled state to picker components (#34005) * TimeRangeInput: add disabled prop * TimeOfDayPicker: add disabled prop * TimeZonePicker: add disabled prop * TagsInput: add disabled prop 12 May 2021, 15:33:36 UTC
6200c40 Docs: Add information about Graphite/Loki integration (#33916) * Add information about Graphite/Loki integration * Inline text * Update docs/sources/datasources/graphite.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> 12 May 2021, 15:31:49 UTC
ec71919 Rendering: add CSV support (#33729) * Rendering: add CSV rendering support * Rendering: save csv files into a separate folder * add missing field * Renderer: get filename from renderer plugin * apply PR suggestions * Rendering: remove old PhantomJS error * Rendering: separate RenderCSV and Render functions * fix alerting test * Rendering: fix handling error in HTTP mode * apply PR feedback * Update pkg/services/rendering/http_mode.go Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com> * apply PR feedback * Update rendering metrics with type label * Rendering: return error if not able to parse header * Rendering: update grpc generated file * Rendering: use context.WithTimeout to render CSV too Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com> 12 May 2021, 15:16:57 UTC
81ad976 AzureMonitor: Azure settings in Grafana server config (#33728) * Azure cloud settings * Fix typos * Grouped Azure settings * Doc fixes * Some settings are not needed * Updated cloud name aliases 12 May 2021, 14:23:37 UTC
6ac4313 Explore: Match queries that are longer than defined Graphite/Loki mapping (#34003) 12 May 2021, 14:10:38 UTC
a7efe19 RangeSlider: updates story from knobs to control (#33980) * RangeSlider: updates story from knobs to control * changed the orientation control to type Select * removes tooltipAlwaysVisible control since it crashes the story 12 May 2021, 14:09:06 UTC
fdd6620 NodeGraph: Exploration mode (#33623) * Add exploration option to node layout * Add hidden node count * Add grid layout option * Fix panning bounds calculation * Add legend with sorting * Allow sorting on any stats or arc value * Fix merge * Make sorting better * Reset focused node on layout change * Refactor limit hook a bit * Disable selected layout button * Don't show markers if only 1 node is hidden * Move legend to the bottom * Fix text backgrounds * Add show in graph layout action in grid layout * Center view on the focused node, fix perf issue when expanding big graph * Limit the node counting * Comment and linting fixes * Bit of code cleanup and comments * Add state for computing layout * Prevent computing map with partial data * Add rollup plugin for worker * Add rollup plugin for worker * Enhance data from worker * Fix perf issues with reduce and object creation * Improve comment * Fix tests * Css fixes * Remove worker plugin * Add comments * Fix test * Add test for exploration * Add test switching to grid layout * Apply suggestions from code review Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * Remove unused plugin * Fix function name * Remove unused rollup plugin * Review fixes * Fix context menu shown on layout change * Make buttons bigger * Moved NodeGraph to core grafana Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> 12 May 2021, 14:04:21 UTC
290e00c bumps am & common libs with json tag support (#33995) 12 May 2021, 13:55:32 UTC
back to top