Ben Patterson
e7c37cc316
Docs: Split up Sharing topic ( #19680 )
2019-10-14 10:14:53 +02:00
oddlittlebird
0a7335c643
Update README.md ( #19457 )
...
* Update README.md
Minor grammar and format edits
* Update README.md
2019-10-12 12:53:47 +02:00
Marcus Olsson
2bdd119976
Docs: Link to architecture docs from Developer guide ( #19778 )
...
* Link to architecture docs from Developer guide
* Fix link
2019-10-12 11:18:33 +02:00
Huan Wang
7562959e44
toolkit linter line number off by one ( #19782 )
...
it is actually an intended feature by tslint:
https://github.com/palantir/tslint/issues/4528
So adding 1 to the line number here in the plugin
2019-10-12 08:48:22 +02:00
Arve Knudsen
0b1913af6f
pkg/plugins: Check errors ( #19715 )
...
* pkg/plugins: Check errors
2019-10-11 21:02:15 +02:00
Łukasz Siatka
f0264ebe43
Explore: updates live button to responsive button
2019-10-11 19:49:56 +02:00
Łukasz Siatka
8d9197bed2
Explore: fixes live button margin
2019-10-11 19:49:56 +02:00
Łukasz Siatka
deaddef090
Explore: fixes a responsive fold of live tailing button
2019-10-11 19:49:56 +02:00
Łukasz Siatka
e2ea2d3050
updated live tailing text
2019-10-11 19:49:56 +02:00
Łukasz Siatka
f8cef9b900
updated live tail button - responsive fold
2019-10-11 19:49:56 +02:00
Łukasz Siatka
33f8b36b44
updated toolbar - added media query for tail buttons
2019-10-11 19:49:56 +02:00
Marcus Olsson
6798ad9762
Docs: Add docs on services ( #19741 )
...
* Add docs on services
* Apply suggestions from code review
Co-Authored-By: gotjosh <josue.abreu@gmail.com>
* Fix review comments
* Extract communication to its own document
* Minor fixes
* Minor fix
* Apply suggestions from code review
Co-Authored-By: gotjosh <josue.abreu@gmail.com>
* Add comment on exported field
2019-10-11 18:26:18 +02:00
Kyle Brandt
2c3c576ca6
fix: export Bus on search service ( #19773 )
...
fix pkg/services/search/service.go:52:3: s.bus undefined (type *SearchService has no field or method bus, but does have Bus)
fixes issue introduced by #19765
2019-10-11 11:46:44 -04:00
Marcus Olsson
60f86c3b9c
Chore: Refactor GoConvey into stdlib for search service ( #19765 )
...
* Refactor GoConvey into stdlib
* Fix review comments
2019-10-11 17:08:15 +02:00
Scott Brenner
aa87f62c3a
Quick typo fix ( #19759 )
2019-10-11 14:57:29 +01:00
vishesh92
fbe0bc6fce
Docs: Fixes go get command in developer guide ( #19766 )
2019-10-11 14:08:48 +01:00
Weeco
8cd93f0b88
Datasource: Add custom headers on alerting queries ( #19508 )
...
* Add custom headers on alerting queries
Reference issue #15381
Signed-off-by: Martin Schneppenheim <martin.schneppenheim@rewe-digital.com>
* Fix datasource transport tests
* Migrate decrypting header test to models pkg
* Check correct header
* Add HTTP transport test
Fixes #15381
2019-10-11 14:28:52 +02:00
HG00
a427ff7f8d
Docs: Add API style/casing rule ( #19627 )
...
* Docs: Update Centrify Section In Generic Oauth Ref #18207
* Docs: Alphabetise Features / Data Sources (#19289 )
* Docs: Add Title Case rule for API names (#19620 )
* Update contribute/style-guides/documentation-style-guide.md
wfm, thanks!
Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com>
2019-10-11 13:07:16 +02:00
Lukas Siatka
4bd00491bd
Explore: updates clear all button to responsive button ( #19719 )
...
* Explore: updates clear all button to responsive button
* Explore: update toolbar icons alignment
* Explore: adds responsive styles for explore icon alignment
2019-10-10 21:53:02 +02:00
Arve Knudsen
7349a6b96c
pkg/infra: Check errors ( #19705 )
...
* pkg/infra: Check errors
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* pkg/infra: Handle errors
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Update pkg/infra/usagestats/usage_stats.go
Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2019-10-10 16:42:11 +02:00
Tom Wilkie
f971b808b8
Docs: Update Prometheus Custom Query Parameters docs. ( #19524 )
...
* Update Prometheus Custom Query Parameters docs.
After discussion with @davkal
* Update prometheus.md
2019-10-10 15:51:39 +02:00
Marcus Olsson
241a0ee79d
Docs: Fix playlist layout issues ( #19739 )
2019-10-10 12:33:56 +02:00
Brenda Harjala
3825c5fbf0
Docs: Update instructions and flows in Playlist.md ( #19590 )
...
* Docs: Update Playlist.md
* Docs: Update Playlist.md
* Docs: Update Playlist.md
* Docs: Update Playlist.md
* Docs: Update Playlist.md
* Docs: Update Playlist.md
2019-10-10 11:44:18 +02:00
Arve Knudsen
fe8d0d27d2
pkg/components: Check errors ( #19703 )
...
* pkg/components: Check errors
2019-10-10 09:06:55 +02:00
Andrej Ocenas
9b483e765b
UX: Fix empty space in select ( #19713 )
2019-10-09 14:11:45 +02:00
Arve Knudsen
f7ad580356
pkg/login: Check errors ( #19714 )
...
* pkg/login: Check errors
* pkg/login: Introduce "login" logger
Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2019-10-09 12:57:44 +02:00
Marcus Efraimsson
b76c6daf85
enforce GO111MODULE=on when running make run ( #19724 )
...
Fixes so make run works on older Go versions than 1.13.
2019-10-09 11:01:42 +02:00
Marcus Olsson
957b552dd1
Docs: Add Troubleshooting section to Developer guide ( #19721 )
...
* Add Troubleshooting section to Developer guide
* Remove unintended newline
2019-10-09 10:01:05 +02:00
oddlittlebird
fbbf9cecac
Update README.md ( #19551 )
...
* Update README.md
Minor grammar and formatting changes.
Took a stab at adding an intro, feel free to improve.
* Update README.md
2019-10-09 09:41:11 +02:00
Torkel Ödegaard
22fbaa7ac8
Singlestat: Fixed issue with mapping null to text ( #19689 )
2019-10-09 09:00:39 +02:00
Arve Knudsen
b858a5f496
Don't truncate IPv6 addresses ( #19573 )
...
* Bugfix: Fix parsing of IPv6 addresses
Make sure that IPv6 addresses aren't truncated when parsing. Fixes #18924
* util: Change network address parsing funcs to return error
* pkg/api: Return NetworkAddress instead of host/port
2019-10-09 08:58:45 +02:00
Ivana Huckova
feedf48e90
Tests: Fix runRequest test ( #19711 )
2019-10-09 08:41:52 +02:00
oddlittlebird
8b064fc141
Docs: Update pkg\README.md ( #19615 )
...
* Update README.md
Grammar and spelling edits
* Update pkg/README.md
Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com>
* Update README.md
* Update README.md
2019-10-09 08:04:56 +02:00
Hugo Häggmark
133ddc9afb
Feature: Adds connectWithCleanup HOC ( #19629 )
...
* Feature: Adds connectWithCleanup HOC
* Refactor: Small typings
* Refactor: Makes UseEffect run on Mount and UnMount only
* Refactor: Adds tests and rootReducer
* Refactor: Fixes adding of reducers on startup
2019-10-08 21:37:07 -07:00
Robert Lowry
b0bf2ea09f
Docs: Add "repository" case, and "open source" to style guide
...
closes #19404
closes #19281
2019-10-08 23:22:30 +02:00
Erik Sundell
862f2e4821
React group by segment poc ( #19436 )
...
* Add simple group by component
* Make segment generic
* Refactoring segments. Add support for lazy loading
* Use base props
* Add example with grouped options
* Move examples to storybook
* Fixes according to pr feedback
* Cleanup
* added className
* Fixes according to feed back
* Add query string to api so that search can be imlemented in the future
2019-10-08 20:54:00 +02:00
Miguel Carvajal
c2749052d7
Graph: make ContextMenu potitioning aware of the viewport width ( #19699 )
2019-10-08 19:57:50 +02:00
Arve Knudsen
0a2d5e16dd
pkg/api: Check errors ( #19657 )
...
* pkg/api: Check errors
* pkg/api: Remove unused function HashEmail
2019-10-08 18:57:53 +02:00
Ivana Huckova
dabc848e11
Explore: Synchronise time ranges in split mode ( #19274 )
...
* Explore: create connected sync button when screen is splitted
* Explore: create attachable button to TimePicker
* WIP/Explore: set up redux boilerplate for synced state
* WIP/Explore: add toggling functionality to sync buttons
* WIP/Explore: Fix styling issue
* First pass solution working
* Explore: Clean up, update comments
* Explore: refactore Timepicker, remove newly introduced class names
* Explore: refactore ExploreTimeControls
* Explore: more semantic variables naming
* Explore: run query on syncable item when synced times activated
* Explore: Add tooltip to sync times button
* Explore: Remove typo
* Explore: check exploreId
* Explore: refactor ExploreTimeControls
* Explore: refactor to include suggested changes
* Explore: Create TimeSyncButton component, update colors
* Explore: Toggle tooltip, use stylesFactory
2019-10-08 18:55:53 +02:00
Kyle Brandt
0f32e15a88
build: use vendored packages for circle backend tests ( #19708 )
2019-10-08 12:03:23 -04:00
Manish Yadav
2ac9fad603
Docs: Add correct casing for API and ID to style guide ( #19625 )
2019-10-08 18:00:41 +02:00
Jon Gyllenswärd
606392b4c6
API: added dashboardId and slug in response after import ( #19692 )
2019-10-08 17:47:18 +02:00
Marcus Olsson
096e0e761e
Docs: Simplify README ( #19702 )
...
* Simplify README
* Fix review comments
* Rename Developer guide
2019-10-08 17:22:37 +02:00
Marcus Olsson
9bff81e590
Docs: Move dev guide from README ( #19707 )
...
* Add docs for overriding default configuration
* Add instructions for building Docker image
* Add docs for end-to-end tests
* Rename to Developer guide
2019-10-08 17:16:21 +02:00
Ivana Huckova
90b0953620
Explore: Expand template variables when redirecting from dashboard panel ( #19582 )
...
* Fix redirect but adding getExploreState method to graphite
* Explore: Create interpolateVariablesInQueries function for datasources
* Explore: Add interpolateVariablesInQueries method to elasticsearch datasource
* Add interpolateVariablesInQueries function to influx and postgres
* Explore: Add interpolateVariablesInQueries to Mssql and Mysql datasources
* Explore: Add datasources to queries
* Explore: Code formatting
* Prettier formating fix
* Explore: Add rawQuery expanding of variables for influxdb
* Remove console.logs
* Explore: Add rawQuery expanding of multiple variables for influxdb
* Explore: If no queries in Influxdb, return early []
* Explore: Refactor influxDb to follow the code structure
2019-10-08 17:01:20 +02:00
Ben Patterson
9904e14f8e
Alerting: Fix dates stored in local time when pausing alerts ( #19525 )
...
* Make tests more sensitive to timezone.
* Time stamps should use UTC for consistency.
* Test: Assert state is paused after pauseAllAlerts call.
2019-10-08 17:25:15 +03:00
kay delaney
82ce5a194d
Explore/UI: Removes unnecessary grafana-info-box wrapper around InfluxCheatSheet ( #19701 )
2019-10-08 12:45:38 +01:00
Hugo Häggmark
5cf69e6b25
Docs: Updating to 6.4.0 ( #19698 )
2019-10-08 04:35:41 -07:00
Hugo Häggmark
13ffb03b57
Chore: Fixes lines that exceeded 150 chars ( #19694 )
...
(cherry picked from commit c29b3e2433
)
2019-10-08 03:35:44 -07:00
Hugo Häggmark
aab755b936
Chore: Updates latest.json for 6.4.2 ( #19697 )
2019-10-08 03:22:21 -07:00