Hugo Häggmark
26d71c90f5
Prometheus: Fixes default step value for annotation query ( #21934 )
...
Fixes #21914
2020-02-05 16:40:37 +01:00
Dominik Prokop
90d415861d
Dashboard edit: Fix 404 when making dashboard editable
2020-02-05 13:29:11 +01:00
Arve Knudsen
b84e651eac
Publish from new master pipeline ( #21813 )
...
* CircleCI: Move postgres/mysql integration tests to step after linting
* CircleCI: Implement publishing of packages and Docker images for new master pipeline
2020-02-05 12:22:13 +01:00
Mark Carey
28230bbf52
Metrics: Adds back missing summary quantiles ( #21858 )
...
Adds back missing summary quantiles which was mistakenly
removed in v6.6.0.
Fixes #21857
2020-02-05 11:11:14 +01:00
jianweizhang
140e267639
delete redundant alias ( #21907 )
...
* delete redundant alias
Fixes #21906
2020-02-05 09:00:40 +01:00
Ivana Huckova
88226672f1
grafana/ui: Fix displaying of bars in React Graph ( #21922 )
2020-02-04 23:14:42 +01:00
Diana Payton
caac9d83ca
Docs: Added developer-resources.md ( #21806 )
...
* Added developer-resources.md
Added Developer resources and updated menu.yaml file
* Updated menu.yaml
Updated menu.yaml, changed folder name, and removed redundant file building_from_source.md and containing folder
* Removed links to deleted file
2020-02-04 13:40:25 -08:00
Erik Sundell
78b1ab8360
Fix formatting ( #21894 )
2020-02-04 14:16:56 +01:00
Tobias Skarhed
5c54bd1e98
New Select: Blur input on select ( #21876 )
2020-02-04 11:35:18 +01:00
Alex Khomenko
3d8317a747
Fix/add default props to prom query editor ( #21908 )
...
* Plugins: Add default query to PromQueryEditor
* Plugins: Update PromQueryEditor snapshot
* Plugins: Use Partial for default PromQuery
2020-02-04 11:37:18 +02:00
Edgar Orendain
bb8e15ceab
Graph Panel: Fixed typo in thresholds form ( #21903 )
2020-02-04 10:04:21 +01:00
Tobias Skarhed
959c49f6d8
Disable logging in button ( #21900 )
2020-02-04 09:41:11 +01:00
Adrien F
5c89a8451e
DatasourceEditor: Add UI to edit custom HTTP headers ( #17846 )
...
* DatasourceEditor: Add UI to edit custom HTTP headers
Support for custom headers was added in #11643 but was missing in the UI.
Fixes #12779
* Review
* Layout updates
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-02-04 09:25:10 +01:00
Jorge Luis Betancourt
96099636dc
Datasource: Show access (Browser/Server) select on the Prometheus datasource ( #21833 )
...
* Datasource: Show access (Browser/Server) select on the Prometheus datasource configuration editor
* Trigger build
2020-02-04 08:42:26 +01:00
Jacopo Rota
21340a5ece
Docs: Update dashboard.md ( #21896 )
...
Fix typo in templating JSON
2020-02-03 08:42:35 -08:00
Diana Payton
98c912e1a7
Docs: Update dashboard.md ( #21200 )
2020-02-03 08:00:08 -08:00
Stefan
0953dae221
Docs: Make upgrading instructions for Docker work ( #21836 )
...
One has to use "grafana/grafana" image - only using "grafana" will
result in an error message like this:
Error response from daemon: pull access denied for grafana, repository does not exist or may require 'docker login'
It's a good idea to daemonize new container. The install instructions
for Docker do this, and this instructions assume that running container
already is daemonized (otherwise you wouldn't have to stop it).
Best practise would be to create a new container, then stop old one and
start new one - this would reduce downtime. To keep instructions simple
and understandable, I didn't include that.
2020-02-03 07:59:24 -08:00
Shavonn Brown
c4e3110034
deps so can mock in tests ( #21827 )
2020-02-03 09:07:50 -05:00
Damien Castanier
7720bfab95
Templating: Add new global built-in variables ( #21790 )
...
* Add new global built-in variables #20523
new branch from master
* #20523 Revert change on __from and __to like requested
* #20523 simplify contextSrv access
* #20523 simplify contextSrv access
* #20523 repair jest tests
2020-02-03 08:57:38 +01:00
Peter Holmberg
93195facba
Fix: Reimplement HideFromTabs in Tabs component ( #21863 )
...
* reimplement hidefromtabs
* remove console log
* going with option b instead
* less explicit
2020-02-03 08:16:48 +01:00
Ryan McKinley
c140d110c6
grafana/data: Remove unused PanelSize interface ( #21877 )
2020-02-03 08:14:34 +01:00
Dominik Prokop
249ae05281
New Select: Extend creatable select api ( #21869 )
2020-01-31 13:47:34 +01:00
Marcus Efraimsson
0390b5601e
Backend plugins: Implement support for resources ( #21805 )
...
Implements initial support for resources using v0.14.0 of SDK.
Ref #21512
2020-01-31 11:15:50 +01:00
Leonard Gram
5345868148
Docker: change plugin path in custom docker ( #21837 )
...
This is to make the custom dockerfiles compatible with our instruction
to use persitent volumes for the /var/lib/grafana dir. Without this
change the contents of that folder will be overshadowed by the persitent
volume and none of the pre-installed plugins will be available.
2020-01-30 11:17:41 -08:00
Marcus Efraimsson
6e80315531
Image Rendering: Fix render of graph panel legend aligned to the right using Grafana image renderer plugin/service ( #21854 )
...
Don't render class body--phantomjs on body element when
PhantomJS renderer not is in use.
Fixes #21830
2020-01-30 17:35:32 +01:00
Diana Payton
aa6ee5ef38
Docs: Update _index.md ( #21700 )
2020-01-30 07:46:45 -08:00
Dominik Prokop
f8654a3a2f
grafana/toolkit: Fix failing linter when there were lint issues ( #21849 )
2020-01-30 15:42:53 +01:00
Torkel Ödegaard
b7faa9023e
DatasourceSettings: Fixed issue navigating away from data source settings page ( #21841 )
2020-01-30 14:40:55 +01:00
Dominik Prokop
050d902ed1
AppPageCtrl: Fix digest issue with app page initialisation ( #21847 )
2020-01-30 13:47:11 +01:00
Lukas Siatka
c425a837a9
Explore: adds basic tests to TableContainer checking the render and output on 0 series returned
2020-01-30 12:02:50 +00:00
Lukas Siatka
f7fe4d4865
Explore: adds MetaInfoText tests
2020-01-30 12:02:50 +00:00
Lukas Siatka
61b5471ed8
Explore: adds export of MetaItem and its props
2020-01-30 12:02:50 +00:00
Lukas Siatka
865a8dd355
Explore: updates TableContainer to use MetaInfoText component
2020-01-30 12:02:50 +00:00
Lukas Siatka
d99121d6fa
Explore: updates Logs component to use MetaInfoText component
2020-01-30 12:02:50 +00:00
Lukas Siatka
a5ca5dffa4
Explore: adds MetaInfoText component
2020-01-30 12:02:50 +00:00
Lukas Siatka
db3797c1d2
Explore: removes unnecessary styles for panel logs
2020-01-30 12:02:50 +00:00
Lukas Siatka
e230e1df96
Explore: updates Table container render to avoid rendering table on empty result
2020-01-30 12:02:50 +00:00
Lukas Siatka
2bdbdd6930
Explore: updates explore table container to show a span on 0 series returned
2020-01-30 12:02:50 +00:00
Arve Knudsen
57a0f0fe92
docs/cli: Fix documentation of reset-admin-password with --homepath ( #21840 )
2020-01-30 11:58:38 +01:00
Steven Vachon
9005b484f0
Replace ts-loader with Babel ( #21587 )
...
* Applied prettier to relevant webpack configs
* Replaced ng-annotate with babel-plugin-angularjs-annotate
… and replaced ts-loader with @preset/typescript
* Removed redundant import
… that is problematic with Babel's module resolver
* Updated lockfile
* Traspile debug package to es5 for PhantomJS support
* Update babel to latest version
* Remove @babel/poolyfill and url search params polyfill
* Add ts-loader to grafana-ui dependencies
* Update prod webpack build to use cor-js 3
* Applied prettier to relevant webpack configs
* Replaced ng-annotate with babel-plugin-angularjs-annotate
… and replaced ts-loader with @preset/typescript
* Updated lockfile
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-01-30 10:54:11 +01:00
Emil Tullstedt
a0ad81180e
Docs: Add information about license expiration ( #21578 )
...
* Docs: Add information about license expiration
* Docs: Improve clarity of license expiration page
* review comments
* change renewal instructions to a list
* language improvements
* review fixes
2020-01-30 09:41:59 +01:00
Dominik Prokop
1ef91e3fc4
Fix digest issue with query part editor's actions menu ( #21834 )
2020-01-30 09:13:22 +01:00
Torkel Ödegaard
0fd088c757
Graphite: Fixed issue with functions with multiple required params and no defaults caused params that could not be edited (groupByNodes groupByTags) ( #21814 )
...
* Graphite: Fixed issue functions with multiple required params and no defaults
* removed some prev changes
* Update public/app/plugins/datasource/graphite/func_editor.ts
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-01-30 09:06:23 +01:00
Evgeny Bibko
7638156666
TimePicker: Should display in kiosk mode ( #21816 )
...
* Timepicker class fixed
* Missed arrow in dashboard title
2020-01-30 08:07:50 +01:00
Marcus Andersson
6dada090b3
Chore: Upgrade Storybook to 5.3.9 ( #21550 )
...
* Upgraded to latest stroybook.
* Upgraded to version 5.3.9
* updated yarn.lock file.
2020-01-30 07:49:43 +01:00
Dominik Prokop
9882464505
Table: Make the height of the table include header cells ( #21824 )
...
* Mak table panel with padding
* Make table have a correct height
2020-01-30 07:47:20 +01:00
Torkel Ödegaard
13948c0b76
StatPanels: Fixed migration from old singlestat and default min & max being copied even when gauge was disbled ( #21820 )
2020-01-29 19:42:07 +00:00
Diana Payton
c344a3a66e
Docs: Update docker image run and configuration instructions ( #21705 )
...
* Update docker.md
* Update configuration.md
* Update configuration.md
* Update configuration, docker, and add configure-docker
* Moe Docker updates
* Update docker.md
* deleted build custom docker image file and moved content
* Update docker.md
* Minor updates
Mostly grammar fixes
* Update docs/sources/installation/docker.md
Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* Updated config-docker and configuration
Moved environment variables information back to configuration.md
* Update docs/sources/installation/configuration.md
Co-Authored-By: Leonard Gram <leo@xlson.com>
* Update docs/sources/installation/configure-docker.md
Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* Update docs/sources/installation/docker.md
Co-Authored-By: Leonard Gram <leo@xlson.com>
* Update docs/sources/installation/docker.md
Co-Authored-By: Leonard Gram <leo@xlson.com>
* Update docs/sources/installation/docker.md
Co-Authored-By: Leonard Gram <leo@xlson.com>
* Applied edits
* Update _index.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Leonard Gram <leo@xlson.com>
2020-01-29 09:23:28 -08:00
Ryan McKinley
c15ddc295c
DataFrame: update golden test files ( #21808 )
2020-01-29 08:30:03 -08:00
Diljit PR
63dfc892f1
Docs: Alphabetize datasource names in sidebar under docs/Features/DataSources ( #21740 )
...
This alphabetizes names in the sidebar docs/features/DataSources and
also includes a fix in typo for the item "TestData".
2020-01-29 08:28:28 -08:00