sort by:
Revision Author Date Message Commit Date
b957280 Updated yarn.lock 02 October 2020, 10:51:45 UTC
123de77 Packages: Fixed npm dependency issue 02 October 2020, 10:26:16 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
2114614 GEL: Editor UI updates (#27859) * use new inline form styles * remove fragment * rename some of the GEL form labels * s/gel type/operation for label Co-authored-by: kyle <kyle@grafana.com> 28 September 2020, 14:44:52 UTC
c35bd84 Grafana-UI: Refactor legacy inline form components (#27660) * Move styles to emotion * Move FormLabel to forms * Add mdx file * Setup InlineField * Add InlineField docs * Add grow prop * Add isKeyword prop * Add filled Field * Keep legacy form label * InlineFormLabel => InlineLabel * Update references * Add multiple elements example * Revert label * Add InlineFieldRow * Adjust label width * Export InlineFieldRow * Expand props from base components * Remove isKeyword prop * Remove fill prop * Update docs * Update docs [2] 28 September 2020, 11:24:25 UTC
d40bfd4 Update timeseries-dimensions.md (#27844) typo ... without or without 28 September 2020, 08:12:01 UTC
3188524 Grafana-UI: Add docs for FormattedValueDisplay (#27759) * Add docs for FormattedValueDisplay * Move to visualizations 28 September 2020, 07:16:20 UTC
244c287 Fix: Update badges on PanelEditor tabs when adding a query/transformation/alert (#27729) * minor nits in paneleditor * add events for queries and transformations * fix spelling * add event to alertctrl * revert alert changes * re add force update * reduce events 28 September 2020, 07:06:46 UTC
3366365 Document Update (#27795) * Document Update Changes from "advice" to "advise" * Document Update Changes made as per the suggestion 26 September 2020, 16:41:52 UTC
e746e52 Add Share query results docs (#27792) 26 September 2020, 13:29:08 UTC
d35b78a Removed bookmarks. (#27833) 26 September 2020, 00:22:33 UTC
c73d7db Mac os install changes (#27779) * Reorganized topic. Added section on how to install Grafana using standalone binary files. * Added next steps section. * Updated list numbering. 25 September 2020, 23:55:53 UTC
552e4cb Docs: Remove feature folder (#27830) * moved files out of tutorials folder * link update * updated weights * moved Explore * move files and fix links * moved files out of features * Revert "moved files out of features" This reverts commit 5e44cbcc95288d653f9d89f9516c96173d542967. * fixed links 25 September 2020, 20:53:13 UTC
f38e431 @grafana/e2e: selectOption flow now accepts a config object (#27827) 25 September 2020, 20:10:55 UTC
1dc658f Document Update (#27782) * Document Update Proper punctuations * Document Update Proper punctuations * Document Update Adding punctuations 25 September 2020, 18:45:32 UTC
c635807 Docs: Fix link in share_panel.md (#27823) * Update share_panel.md * Update share_panel.md 25 September 2020, 17:41:04 UTC
0138bbe Update documentation-markdown-guide.md (#27817) 25 September 2020, 17:16:11 UTC
9335c92 Document update (#27798) Changes made form "visualisation" to "visualization" 25 September 2020, 15:56:29 UTC
447169f Docs: Fix bullet list (#27815) * Update _index.md * Revert "Update _index.md" This reverts commit 5a5052691d414cb706e2030492fb70ec328722b3. * Update _index.md 25 September 2020, 15:49:57 UTC
c764e3c remove org deprecation logs (#27788) 25 September 2020, 14:51:12 UTC
d322417 Chore: Upgrade typescript and related packages (#27316) * Chore: Upgrade typescript and related packages Closes #27115 * Apply suggestions from code review Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * fixes some tests * Fix failing tests * Apply suggestions from code review Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> 25 September 2020, 14:48:41 UTC
3b8701a Docs: Add reference to plugin examples (#27809) * Add reference to plugin examples * Remove unintended whitespace 25 September 2020, 14:47:52 UTC
d6ed7c2 Document Changes (#27812) Removal of repeated keywords. 25 September 2020, 14:29:15 UTC
f9ab697 Document Update (#27806) * Document Update Capitalizing the words * Document Update Changes made as per the suggestion 25 September 2020, 14:22:43 UTC
b6ae70e Document Update (#27799) Removal of additional ". (dot)" 25 September 2020, 14:22:00 UTC
e3aecb0 Document Update (#27811) * Document Update Grammar correction * Document correction Spelling correction from "Gooogle" to "Google" * Document update adding a comma, as per suggestion 25 September 2020, 14:18:21 UTC
5af2634 Document Change (#27797) * Document Change Changes made form "contains" to "contain" * Document Update Changes from "returns" to "return" 25 September 2020, 14:17:15 UTC
14895ae Document change (#27808) Change in keyword "cryptogtraphic" to "cryptographic" 25 September 2020, 13:57:03 UTC
4da2fa9 Document update (#27807) Grammar correction 25 September 2020, 13:49:21 UTC
back to top