Vilhelm Prytz
83b402165d
Remove un-used imports ( #20937 )
2019-12-10 11:29:15 +01:00
Mitsuhiro Tanda
0c89b93ce0
upgrade aws-sdk-go ( #20957 )
...
Upgrading aws-sdk-go since there's additional changes
for IMDSv2 support.
2019-12-10 10:26:53 +01:00
Alexander Zobnin
f24b84faef
UI: ConfirmModal component ( #20965 )
...
* UI: ConfirmModal component based on Modal
* UI: refactor ConfirmModal after Modal changes
* UI: use Icon component for Modal
* UI: ConfirmModal tests
* UI: ConfirmModal story
2019-12-10 11:57:34 +03:00
Hugo Häggmark
1774b8f7e9
Docs: Updates from puppeteer to Cypress ( #20962 )
...
* Docs: Updates from puppeteer to Cypress
* e2e: Adds documentation
* Docs: Adds link to e2e framework from contributing
* Docs: Updates after PR comments
* Update contribute/style-guides/e2e.md
Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
* Update contribute/style-guides/e2e.md
Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
* Update contribute/style-guides/e2e.md
Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
* Update contribute/style-guides/e2e.md
Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
* Update contribute/style-guides/e2e.md
Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
* Update contribute/style-guides/e2e.md
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update contribute/style-guides/e2e.md
Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
* Update contribute/style-guides/e2e.md
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Docs: Breaks a long sentance in two
2019-12-10 09:49:12 +01:00
Hugo Häggmark
c530426506
e2e: Adds better log information during test runs ( #20987 )
...
* e2e: Adds log output when you use a selector
* e2e: Adds more log output
* Refactor: Changes after PR comments
2019-12-10 09:47:03 +01:00
lzd
6efadc9d79
Alert: If the permission is forbidden, keep the historical alarm data present. ( #19007 )
2019-12-10 09:22:49 +01:00
Hendrik van Huyssteen
bf0d87aaf6
Graph: Add fill gradient option to series override line fill ( #20941 )
2019-12-10 09:09:48 +01:00
Jiajun Huang
5e34e061d5
use https for fetch gravatar by default ( #20964 )
2019-12-10 08:59:11 +01:00
David
1a2dad9d0c
Prometheus: disable dynamic label lookup on big datasources ( #20936 )
...
* Prometheus: disable dynamic label lookup on big datasources
- when a prometheus datasource has more than 10000 metrics, label lookup
for the query field is disabled
- installations of that size have slow typehead lookup times and make
the editor sluggish
* Raise dynamic lookup threshold to 10000 metrics
* Run start tasks again
2019-12-09 17:02:17 +01:00
David
7665dcc867
Loki: Fix datasource config page test run ( #20971 )
...
- since the API update, the URL fallback was working, but the response
format also needed adapting: `data` (v1) vs `values` (pre-v1)
- this change looks for either data or values in the response for test
and metadata requests
2019-12-09 16:45:56 +01:00
David
36ff6d8635
Devenv: Fix loki block ( #20967 )
2019-12-09 15:29:47 +01:00
Hugo Häggmark
8140c9bab7
e2e: Replaces truth image ( #20966 )
2019-12-09 14:45:24 +01:00
Dominik Prokop
5d6d5bf64d
Forms: introduce RadioButtonGroup ( #20828 )
...
* introduce checkbox theme variables
* Add checkbox component
* Style tweaks
* Namespace form styles returned from getFormStyles
* wip
* Radio button ui
* Add simple docs for RadioButtonGroup
* Merge fix
* Move radio button variables from theme to component style getter
2019-12-09 14:41:30 +01:00
Hugo Häggmark
a3ab04c0de
Fix: Adds e2e as a package that needs to be built ( #20961 )
2019-12-09 11:56:11 +01:00
Erik Sundell
93ab0532c7
Make sure datasource variable is being used everywhere ( #20917 )
2019-12-09 11:35:26 +01:00
Hugo Häggmark
0e952d5e5f
Refactor: Navigates directly to add data source page instead ( #20959 )
2019-12-09 02:20:13 -08:00
Torkel Ödegaard
fc00d8336f
Alerting: Improve alert threshold handle dragging behavior ( #20922 )
2019-12-09 10:49:35 +01:00
Hendrik van Huyssteen
caa3c6c9a5
DisplayProcessor: Interpret empty strings as NaN instead of 0 to support empty value map texts in Singlestat ( #20952 )
2019-12-09 10:07:31 +01:00
Andrej Ocenas
a7f4e4c56a
Prometheus: Refactor labels caching ( #20898 )
2019-12-09 09:46:52 +01:00
Hugo Häggmark
58cffde0f2
e2e: Uses Cypress instead of Puppeteer ( #20753 )
...
* WIP: intial commit
* Tests: Runs e2e tests
* Refactor: Adds BASE_URL support
* Refactor: Adds namespacing
* Refactor: Cleans up the Page api
* Build: Adds to build-branches-and-prs job for testing
* Build: Hardcoded image for now
* Refactor: Uses Selectors in App
* Refactor: Adds addDataSource flow
* WIP
* Refactor: Adds e2eScenario
* Refactor: Adds add and delete scenarios
* Refactor: Adds logging
* Refactor: Adds ability to for Selectors with variables
* Refactor: Using variable selectors instead
* Refactor: Adds flow until Share Panel
* Refactor: Adds clicking on rendered image link
* Refactor: Deletes log output
* Refactor: Updates snapshots
* Chore: Reverts changes
* Refactor: Removes log plugin because maybe it breaks yarn build
* Refactor: Adds rendered image download
* Refactor: Adds image comparison
* Refactor: Removes uncaught errors override
* Refactor: Changes order of images to compare
* Refactor: Updates truth image
* Build: Updates path to CI artifacts
* Refactor: Cleaning up types and config
* wip
* Refactor: Cleans up external api
* Refactor: More cleanup
* Refactor: More cleanup
* Refactor: Removes usages of Pages and Flows
* Refactor: Removes last traces of Cypress in spec
* Refactor: Adds comments
2019-12-09 00:14:25 -08:00
Paul Traylor
10d36b282b
Renderer: Add user-agent to rendering plugin requests ( #20956 )
2019-12-09 09:11:40 +01:00
Ryan McKinley
4ba5d946f2
DataSource: remove delta option ( #20949 )
2019-12-08 16:13:14 -08:00
Sofia Papagiannaki
4ad8b6f030
Elasticsearch: set default port to 9200 in ConfigEditor ( #20948 )
2019-12-07 21:50:54 -08:00
Ivana Huckova
23327fcdea
Loki: Remove appending of (?i) in Loki query editor if not added by user ( #20908 )
2019-12-06 18:04:13 +01:00
kay delaney
b4736558ac
Datasource/Loki: Loki now goes to Logs mode when importing prom queries ( #20890 )
...
* Datasource/Loki: Loki now goes to Logs mode when importing prom queries
Closes #20831
* Fixes behavior and adds tests
* Update public/app/features/explore/state/actions.test.ts
2019-12-06 17:00:05 +01:00
David
ab3df98523
Cloudwatch: Defined explore query editor for cloudwatch ( #20909 )
...
* Defined explore query editor for cloudwatch
* Fix types
2019-12-06 16:04:31 +01:00
kay delaney
6f4f327887
Datasource/Loki: Empty metric name no longer replaced by query ( #20924 )
...
Closes #20762
2019-12-06 14:30:27 +00:00
Emil Tullstedt
30771f25bf
Revert "Modules: Add goavro dependency for extensions ( #20920 )" ( #20928 )
...
Goavro doesn't compile on 32-bit systems.
This reverts commit 413be3a6a0
.
2019-12-06 14:10:07 +01:00
Diana Payton
1d2a7a2c37
Docs: Update debian.md ( #20910 )
...
Minor edits
2019-12-06 12:04:29 +01:00
Erik Sundell
6f468c670a
UI: Segment Input change ( #20925 )
...
* Add input segment
* Rename story
* Cleanup
* Fix lint error
* More cleanup
* Use measure text util
* Keep value in local state
2019-12-06 11:50:45 +01:00
Emil Tullstedt
413be3a6a0
Modules: Add goavro dependency for extensions ( #20920 )
2019-12-06 10:33:19 +01:00
Erik Sundell
047abc87c2
UI: Segment Input ( #20904 )
...
* Add input segment
* Rename story
* Cleanup
* Fix lint error
* More cleanup
* Export ui component
* Use measure text util
2019-12-06 10:24:34 +01:00
Erik Sundell
a533e00622
Remove escaping of \ ( ) characters ( #20915 )
2019-12-06 09:59:33 +01:00
Torkel Ödegaard
2a44cbd137
AngularPanels: Check for digest cycle on root scope ( #20919 )
2019-12-06 09:03:14 +01:00
Shavonn Brown
ced13da889
InfluxDB: Use new datasource update option funcs ( #20907 )
2019-12-06 08:57:05 +01:00
Diana Payton
4a25ec0d36
Docs: Update debian-ubuntu installation instructions ( #20875 )
...
* Update debian-ubuntu installation
Major rework of debian.md, minor updates to a configuration.md and upgrading.md.
* updated docs
Updated per Torkel's comments
* Update debian.md
Added wget to common properties install command
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update docs/sources/installation/debian.md
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Apply suggestions from code review
Co-Authored-By: Dan Cech <dcech@grafana.com>
* Update upgrading.md
* Update upgrading.md
* Update debian.md
Added ARM link
2019-12-05 10:51:08 -08:00
Torkel Ödegaard
a9bf8f80e9
Search: Fixed angular digest issues ( #20906 )
2019-12-05 19:17:26 +01:00
Erik Sundell
9d9f0e1b8c
Remove false positive error message for expression and id field ( #20864 )
2019-12-05 18:38:40 +01:00
Robby Milo
d8984d211c
fix notifications page ( #20903 )
2019-12-05 17:12:00 +01:00
Diana Payton
4a7c514727
Update documentation-style-guide.md ( #20871 )
...
Updated "open source" word usage.
2019-12-05 07:24:32 -08:00
Robby Milo
cbd81ffeb8
Docs: update content to work with website repo ( #20693 )
...
Updates the docs to work with the website repo - mainly
relative link updates.
Adds a menu.yaml file to build the sidebar menu (no longer
using front matter weight).
2019-12-05 13:09:57 +01:00
Ivana Huckova
827688f152
Elastic: Fix multiselect variable interpolation for logs ( #20894 )
2019-12-05 11:55:03 +01:00
Torkel Ödegaard
20fad92a80
Singlestat: Fixed unit not showing and switched to new unit picker ( #20892 )
2019-12-05 11:54:14 +01:00
Torkel Ödegaard
87485e24a4
MetaAnalytics: Minor fix for meta analytics event ( #20888 )
...
* Minor fix for meta analytics event
* Fixed dashboardSrv issue
* Added timeSinceNavigationStart
2019-12-05 11:51:38 +01:00
Andrej Ocenas
c4c031ef43
Explore: Cleanup redundant state variables and unused actions ( #20837 )
2019-12-05 11:22:46 +01:00
kay delaney
880fbcb09a
Chore/Tech debt: Remove (most) instances of $q angular service use ( #20668 )
...
* Chore/Tech debt: Remove (most) instances of $q angular service use
Removes instances where the angular $q service is used and replaces
it with native Promises.
2019-12-05 09:04:03 +00:00
Torkel Ödegaard
62f0aca3e6
AngularPanels: Fixed loading spinner being stuck in some rare cases ( #20878 )
2019-12-05 08:59:07 +01:00
Hendrik van Huyssteen
9a7a1b86ee
TeamPicker: Increase size limit from 10 to 100 ( #20882 )
2019-12-05 08:32:18 +01:00
Dominik Prokop
178bb1d3ab
Echo: mechanism for collecting custom events lazily ( #20365 )
...
* Introduce Echo for collecting frontend metrics
* Update public/app/core/services/echo/Echo.ts
Co-Authored-By: Peter Holmberg <peterholmberg@users.noreply.github.com>
* Custom meta when adding event
* Rename consumer to backend
* Remove buffer from Echo
* Minor tweaks
* Update package.json
* Update public/app/app.ts
* Update public/app/app.ts
* Collect paint metrics when collecting tti. Remove echoBackendFactory
* Update yarn.lock
* Move Echo interfaces to runtime
* progress on meta and echo
* Collect meta analytics events
* Move MetaanalyticsBackend to enterprise repo
* Fixed unit tests
* Removed unused type from test
* Fixed issues with chunk loading (reverted index-template changes)
* Restored changes
* Fixed webpack prod
2019-12-05 08:30:39 +01:00
Torkel Ödegaard
4b8a50e70b
StatPanel: change to beta
2019-12-04 21:34:33 +01:00