https://github.com/grafana/grafana

sort by:
Revision Author Date Message Commit Date
98aedc9 Bar chart poc 04 October 2020, 08:27:10 UTC
591a4e0 added more colors 03 October 2020, 20:13:54 UTC
8b7ebd8 added gdev dashboard 03 October 2020, 15:24:55 UTC
e16054e adds label opions 03 October 2020, 15:21:06 UTC
ec83afc fixes 03 October 2020, 13:32:17 UTC
6a140f9 Merge remote-tracking branch 'origin/master' into pie-visx 03 October 2020, 06:43:23 UTC
cb286e8 No VizLayout 03 October 2020, 06:38:35 UTC
87ea35f Added tooltip 03 October 2020, 06:24:32 UTC
6173aa7 UserPicker: Use clearable AsyncSelect for the UserPicker (#27994) 03 October 2020, 05:19:45 UTC
dfe04ea Packages: Fixed npm dependency issue (#27996) * Packages: Fixed npm dependency issue * Updated yarn.lock * Fixes * Updated 03 October 2020, 05:13:19 UTC
9d422fc Storybook: Fix typo in ThemeColors component (#27999) 03 October 2020, 05:07:53 UTC
c5501c8 added hover effect 02 October 2020, 19:08:25 UTC
266aba7 Add Fredrik Enestad as member (#27959) 02 October 2020, 18:26:50 UTC
4d3067e Docs: Refactor inconsistent unordered lists (#27826) * Docs: Refactor inconsistent unordered lists * add requested changes * Update docs/sources/linking/data-link-variables.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/http_api/_index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/guides/whats-new-in-v6-0.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/auth/auth-proxy.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * resolve weird line breaks * revert unintentional change * Update docs/sources/auth/auth-proxy.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/auth/auth-proxy.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/auth/auth-proxy.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> 02 October 2020, 18:02:11 UTC
7d7e727 Cloudwatch: Convert go convey tests to standard test library (#28003) * Cloudwatch: Convert go convey tests to standard test library * Fix tests Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> 02 October 2020, 17:40:15 UTC
66597ad Merge branch 'fix-package-issue' into pie-visx 02 October 2020, 16:00:05 UTC
56f6d32 Updated 02 October 2020, 15:59:40 UTC
dad8701 minium working 02 October 2020, 15:15:49 UTC
89ebab6 Don't use `process.chdir` (#27915) ... because it's global 02 October 2020, 14:43:39 UTC
a078e40 Settings: Rename constants/variables to follow Go naming standards (#28002) * settings: Rename constants/variables to follow Go naming standards Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 02 October 2020, 13:45:45 UTC
a5e12f6 Use read_api scope in gitlab oauth config sample (#27992) 02 October 2020, 13:42:57 UTC
ae423d6 trying visx 02 October 2020, 13:34:18 UTC
2c1c4d6 Storybook: Fix checkbox spacing (#27980) * Remove <br> and add line-height * use theme line-height instead of custom 02 October 2020, 13:07:47 UTC
7700675 Fixes 02 October 2020, 12:27:55 UTC
b957280 Updated yarn.lock 02 October 2020, 10:51:45 UTC
7003016 Merge branch 'fix-package-issue' into pie-d3 02 October 2020, 10:28:23 UTC
123de77 Packages: Fixed npm dependency issue 02 October 2020, 10:26:16 UTC
fe39b1a d3 piechart test 02 October 2020, 09:58:28 UTC
b4b3f6a Test: Create unit test to SplitEmails (#27985) 02 October 2020, 06:42:10 UTC
a28a2fb healthchecks should work regardless domain (#27981) 02 October 2020, 05:14:26 UTC
845bc7c Variables: Adds loading state and indicators (#27917) * Refactor: Replaces initLock with state machine * Refactor: removes some states for now * Refactor: adds loading state in OptionsPicker * Refactor: major refactor of load state * Refactor: fixes updating graph in parallell * Refactor: moves error handling to updateOptions * Refactor: fixes the last cases * Tests: disables variable e2e again * Chore: removes nova config * Refactor: small changes when going through the code again * Refactor: fixes typings * Refactor: changes after PR comments * Refactor: split up onTimeRangeUpdated and fixed some error handling * Tests: removes unused func * Tests: fixes typing 02 October 2020, 05:02:06 UTC
add777a Change metadata of doc topics (#27943) * Changes. to metadata in Manage users * changes to install section * Added titile * More changes. * Updated administration folder metadata, moved 2 files from installation folder. * Added links to Administration landing page, other metadata changes worked out. * Updated alerting section metadata. * Updated metadata of Auth section. Broke index and created separate Grafana Authentication section. * Added correct weight. * Updated metadata for the Best practices section. * Updated metadata in templates, broke Overview topic. * Updated subment Variable types metadata * Fixed yaml file and H1 description of Variables syntax topic. * Couple more metadata changes. * Added aliases files, as suggested by Diana. 01 October 2020, 21:37:26 UTC
715f013 Docs: Remove reference folder (#27944) * Delete stack_guide_graphite.md * moved json-model * Moved Export and import * Delete _index.md * Moved Scripted dashboards * Moved Share dashboard * fixed links 01 October 2020, 21:13:39 UTC
5f41818 Build: restoring temporary commit so we can get lerna to publish the frontend packages. (#27979) * restoring commit function. * removed spacing. 01 October 2020, 18:50:17 UTC
78a2026 Use read_api scope for GitLab OAuth (#27976) `read_api` seems to be the minimal scope currently which can be used, it shall be preferred over `api` which grants complete read/write access. - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/28944#note_322904691 - https://gitlab.com/gitlab-org/gitlab/-/issues/21909 01 October 2020, 18:29:48 UTC
1854421 Chore: Remove angular dependency from data sources (#27735) * Chore: Remove angular dependency from data sources * Removes default export for time and template srvs Also uses @grafana/runtime versions of the interfaces where possible * Replace usage of internal templateSrv where possible * Use runtime templateSrv in a couple more places 01 October 2020, 17:51:23 UTC
8a5fc00 Live: broadcast events when dashboard is saved (#27583) Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.org> 01 October 2020, 17:46:14 UTC
44c9aea skipping the verification of a clean workspace. (#27978) 01 October 2020, 17:35:41 UTC
54df058 Docs: Fixed lazy numbering in all documentation files (#27975) 01 October 2020, 16:45:05 UTC
c3f277a Drone: Fix releasing of next NPM packages (#27965) * CI: Upgrade build pipeline tool Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Drone: Don't bump NPM package version as part of script Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * cleaned up release next packages script. * made the comment a bit better. Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> 01 October 2020, 15:37:56 UTC
cf071a3 Docs: Update whats-new-in-v7-2.md (#27950) * Update whats-new-in-v7-2.md Grafana 7.2.0 was released 2020-09-23 and isn't in beta anymore, see https://github.com/grafana/grafana/blob/master/CHANGELOG.md * Update docs/sources/guides/whats-new-in-v7-2.md Remove warning about article being incomplete Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> 01 October 2020, 14:58:24 UTC
26ba7ab Chore: Remove loki version hack in explore (#27966) 01 October 2020, 13:41:05 UTC
43c389d Revert "Update refId for instant queries (#27954)" (#27960) This reverts commit 9546da3189efda8ce8b9047c5b1b3656b09f2040. 01 October 2020, 12:39:32 UTC
a230aa1 Prometheus: refactor to DataFrame (#27737) * Add typing to prometheus response * Refactor result_transformer to return DataFrame * Refactor + test fixes * Fix Prometheus data source test * Modify heatmap function + add back tests * Update performInstantQuery return type * Remove duplicate code from result_transformer * Address review comments * Update metric labels retrival logic to be safer 01 October 2020, 10:58:06 UTC
f97f12f Drone: Don't use npx (#27955) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 01 October 2020, 10:56:48 UTC
9546da3 Update refId for instant queries (#27954) 01 October 2020, 10:19:24 UTC
2f5a60f Explore: Remove ui params from url (#27753) * Remove ui from url * Update tests * Update changeDedupStrategy * Add test coverage 01 October 2020, 10:18:21 UTC
bd9add7 toolkit: expose maxWorkers option for plugin build & test tasks (#27724) 01 October 2020, 08:50:56 UTC
22b2d4d Minor change for readability (#27938) 01 October 2020, 08:43:59 UTC
f05ec42 Minor change for better readability of docs (#27937) * Minor change for better readability of docs * Update docs/sources/developers/plugins/backend/plugin-protocol.md Accepting review suggestions Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> 01 October 2020, 08:43:09 UTC
747513d Plugins: Fix loading of backend plugins (#27951) Ref #27921 01 October 2020, 08:39:42 UTC
298ac20 Drone: Upgrade build pipeline tool (#27949) * Drone: Don't use npx Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Drone: Upgrade build pipeline tool Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 01 October 2020, 08:00:11 UTC
fa27813 DashboardLinks: values in links are updated when variables change (#27926) * DashboardLinks: values in links are updated when variable changes * Tests: adds e2e test that verifies links 01 October 2020, 06:44:56 UTC
4e4242d Variables: Adds support for key/value mapping in Custom variable (#27829) * Initial work on adding new mapping variable type * Remove add button * Update custom variable type to include key/value mapping * Update custom variable docs * Try to fix failing build * Update reducer.ts * Fix failing build * Remove expansion of the colon * Update docs Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> 01 October 2020, 04:06:52 UTC
c028d30 CI: Notify failures in separate pipeline (#27936) * Notify failures in separate pipeline * Include branch and event in triggers * Use snake case * Use snake case * Fix enterprise/downstream * Apply suggestions from code review Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> 30 September 2020, 20:14:47 UTC
1d2b839 Docs: Fix note format for documentation (#27940) 30 September 2020, 19:45:07 UTC
1586baf Correcting case in docs (#27941) 30 September 2020, 19:03:25 UTC
7b891d1 Instrumentation: Removes invalid chars from label names (#27921) 30 September 2020, 18:12:57 UTC
e26b863 Typo correction in documentation (#27935) 30 September 2020, 17:50:02 UTC
833903b Drone: Sync with enterprise (#27939) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 30 September 2020, 17:28:28 UTC
75d1c16 Docs: Update time-range-controls.md (#27914) 30 September 2020, 16:39:32 UTC
ca4e48a Typo correction in docs (#27934) 30 September 2020, 15:35:54 UTC
831fe2d Update plugin-protocol.md (#27932) 30 September 2020, 15:35:16 UTC
016ec73 Add marcusolsson as code owner for plugin docs (#27810) 30 September 2020, 13:08:01 UTC
902ecc9 Docs: Add trace and exemplar to glossary (#27854) * Format glossary table * Add trace and examplar to glossary * Fix typo * Fix review comments * Fix review comment * Update docs/sources/getting-started/glossary.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> 30 September 2020, 13:07:44 UTC
b892aa2 Drone: Don't ignore failure to publish next NPM packages (#27927) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 30 September 2020, 12:11:40 UTC
a59a89d Drone: Fix publishing of next NPM packages (#27925) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 30 September 2020, 11:36:09 UTC
b59be22 Build: fixing failing release packaged build due to uPlot dependency not properly setup (#27887) * removed dependency from grafana/ui on public/app. * fixed so we don't get rollup issues when building the packages. * fixed so import path is working properly. * removed uncommented code. 30 September 2020, 10:59:02 UTC
34a355f Drone: Add Slack failure notifier (#27920) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 30 September 2020, 09:04:37 UTC
739395a Drone: Don't build enterprise Windows installer unless downstream (#27919) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 30 September 2020, 08:36:33 UTC
d105db3 Graph: Fixed histogram bucket calculations to avoid missing buckets (#27883) * Graph: Fixed histogram bucket calculations to avoid missing buckets * Removed testdata * Updated tests 30 September 2020, 07:26:06 UTC
7a12094 Drone: Ignore failure to publish front-end metrics (#27918) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 30 September 2020, 07:23:48 UTC
05cb049 Dashboard: Don't send analytics for explore or edit events (#27789) * Dashboard: don't send analytics for explore or edit event * AnalyticsProcessor: merge subsequent conditions * Add analyticsProcessor tests * apply PR feedback 30 September 2020, 06:29:33 UTC
e03da37 Add index at user_auth_token.user_id column (#27908) 29 September 2020, 23:20:29 UTC
702fb1e Drone: Upgrade drone-grafana-docker image (#27911) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 29 September 2020, 19:34:34 UTC
d745a66 @grafana/toolkit: cleanup (#27906) * Simplify `useSpinner` to run immediately, instead of returning a function * Removed unnecessary exports * Avoid mutating input arguments 29 September 2020, 19:05:07 UTC
f60f1c3 Chore: use Array.isArray rather than lodash (#27898) 29 September 2020, 17:39:52 UTC
71a01a1 Chore: Convert internal grafana datasource from angular to react (#27870) 29 September 2020, 17:39:31 UTC
26f86ba Drone: Fix publishing of master artifacts (#27902) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 29 September 2020, 16:15:25 UTC
03f059b Docs: Fix typo and clarify need for query editor (#27796) * Fix typo and clarify need for query editor * Update docs/sources/developers/plugins/add-support-for-annotations.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> 29 September 2020, 15:26:01 UTC
a9afb75 Drone: Fix master build (#27897) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 29 September 2020, 14:34:49 UTC
74de247 Fix Link to OWASP SameSite information (#27895) The old link (https://owasp.org/index.php/SameSite) no longer works, so I suggest to use this one instead: https://owasp.org/www-community/SameSite 29 September 2020, 14:32:22 UTC
4f3be31 Chore: show error/warning notice with a different icon (#27872) 29 September 2020, 14:27:57 UTC
15a3b97 @grafana/toolkit: run npm "next" publish file system functions serially (#27894) ... to hopefully avoid race conditions with working directory changes 29 September 2020, 14:16:16 UTC
6671e4e Chore: Upgrade build pipeline tool (#27893) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 29 September 2020, 14:09:46 UTC
3f72850 Drone: Fix Windows installer upload (#27890) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 29 September 2020, 13:45:59 UTC
262a6fa Chore: Upgrade build-pipeline tool (#27888) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 29 September 2020, 12:24:18 UTC
339ef7a Add docs for TagsInput (#27881) * Add docs for TagsInput * Add import to TagsInput.story.tsx * Update packages/grafana-ui/src/components/TagsInput/TagsInput.mdx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> 29 September 2020, 11:30:57 UTC
b995381 Proposal: Declarative API for axes, scales and series configuration in Graph NG (#27862) * Fix gdev dashboard * API for declarative Axis, Series and Scales configuration * Bring back time zone change support * Update tests and fix type errors * Review comments and fixes 29 September 2020, 11:25:10 UTC
0c70308 Prometheus: Add time range parameters to labels API (#27548) * Add time range parameters to labels API Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Fix minor issues Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Add range to explore component Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Add range to query component Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Cache metric names for time range Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Update public/app/plugins/datasource/prometheus/components/PromQueryField.tsx Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> * Remove unused method Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Only compare the ranges Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> * Update public/app/plugins/datasource/prometheus/components/PromQueryField.tsx Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> 29 September 2020, 09:05:57 UTC
5c1c5f4 Fix how multiplication is displayed (#27825) Asterisk character is used for italicizing by the styling engine. It needs to be escaped with a backslash. 29 September 2020, 06:53:37 UTC
4fd8ff0 @grafana-toolkit: promise improvements (#27868) * Default `useSpinner` to a void argument * Use promise-based file system functions in package:build 28 September 2020, 19:43:01 UTC
d7e192a Prometheus/Explore: Update position of fields in editor (#27816) * Update position of buttons * Refactor, add tests * Pass onKeydown func * Update public/app/plugins/datasource/prometheus/components/PromQueryField.tsx Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> 28 September 2020, 19:25:16 UTC
e82e3f2 Add X-Ray to whats new (#27867) * Add X-Ray to whats new * Update docs/sources/guides/whats-new-in-v7-2.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Add missing titles Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> 28 September 2020, 19:08:38 UTC
7c0bd29 Fix: bps & Bps default scale remains decimal (backwards-compatibility) (#27838) 28 September 2020, 17:24:09 UTC
c6502af Docs: Document Update (#27851) * Document Update Changes from 'being" to "be" * Document Change Changes from "exporation" to "exploration" 28 September 2020, 16:32:40 UTC
ed4e47d Docs: Document update (#27783) * Document update Change in key word "to" to "two" * Document Update Grammer correction * Document Update Changes made as per the suggestion 28 September 2020, 16:28:00 UTC
5be468e Docs: Document update (#27785) * Document update Proper punctuations * Document update Punctuations and grammar correction * Document Update Proper punctuations. * Document Update Changes as per the suggestion 28 September 2020, 16:27:22 UTC
bbd3e50 Document Update (#27850) * Document Update Capitalization and grammar change * Document change Spelling and grammar correction 28 September 2020, 15:30:55 UTC
7473e2a Docs: Corrected incorrect uses of (setup|set up) (#27835) 28 September 2020, 15:27:50 UTC
back to top