oddlittlebird
42a93d2745
Docs: Add additional style rules ( #19634 )
...
* Update documentation-style-guide.md
Added items to the documentation style guide.
* Update contribute/style-guides/documentation-style-guide.md
Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com>
* Update documentation-style-guide.md
Removed extra lines
2019-10-07 16:48:32 +02:00
Arve Knudsen
6024260ffc
De-duplicate lint-go
step ( #19675 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2019-10-07 16:40:08 +02:00
Linus Groh
b21a130118
Docs: Update keyboard shortcuts formatting ( #19637 )
...
* Docs: Update keyboard shortcuts formatting in docs
* Docs: Update keystroke separators
* Docs: Remove spaces in keyboard shortcuts
2019-10-07 14:56:00 +02:00
Chad Nedzlek
20faef8de5
AzureMonitor: Alerting for Azure Application Insights ( #19381 )
...
* Convert Azure Application Insights datasource to Go
Allows for alerting of Application Insights data source
Closes : #15153
* Fix timeGrainReset
* Default time interval for querys for alerts
* Fix a few rename related bugs
* Update readme to indicate App Insights alerting
* Fix typo and add tests to ensure migration is happening
* Address code review feedback (mostly typos and unintended changes)
2019-10-07 14:18:14 +02:00
Arve Knudsen
92765a6c6f
ci-build: Improve build-deploy script ( #19653 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2019-10-07 14:17:17 +02:00
David
cf7ace6aad
Rename live option in queries ( #19658 )
2019-10-07 14:09:46 +02:00
oddlittlebird
aa70abb35d
Docs: Update README.md ( #19456 )
...
* Update README.md
Minor grammar and format edits
* Update README.md
* Update README.md
2019-10-07 13:26:31 +02:00
dadosch
9caa26ce8c
Docs: Update typos, make docs more consistent. ( #19633 )
2019-10-07 13:23:32 +02:00
Linus Groh
d9257aa38a
Docs: Fix operating system names ( #19638 )
...
* Docs: Replace "linux" with "Linux"
* Docs: Replace "windows" with "Windows"
* Docs: Replace "Mac/OSX/Mac OS X/MacOS" with "macOS"
* Docs: Replace "unix/UNIX" with "Unix"
2019-10-07 13:20:30 +02:00
Marcus Olsson
f2089bab31
Docs: Move issue triage docs to contribute ( #19652 )
2019-10-07 11:03:02 +02:00
Torkel Ödegaard
99c1c16a04
DataFormats: When transforming TableModel -> DataFrame -> Table preserve the type attribute ( #19621 )
2019-10-07 09:06:25 +02:00
Torkel Ödegaard
6f0faa595b
Graph: Updated auto decimals logic and test dashboard ( #19618 )
2019-10-07 09:06:15 +02:00
Torkel Ödegaard
0016189f28
Graph: Switching to series mode should re-render graph ( #19623 )
2019-10-07 08:58:05 +02:00
Hugo Häggmark
3e603cd88a
Revert "Feature: Adds connectWithCleanup HOC ( #19392 )" ( #19628 )
...
This reverts commit 989f98efda
.
2019-10-04 05:24:47 -07:00
Hugo Häggmark
989f98efda
Feature: Adds connectWithCleanup HOC ( #19392 )
...
* Feature: Adds connectWithCleanup HOC
* Refactor: Small typings
* Refactor: Makes UseEffect run on Mount and UnMount only
* Refactor: Adds tests and rootReducer
2019-10-04 04:37:16 -07:00
Torkel Ödegaard
81dd57524d
Panels: Progress on new singlestat / BigValue ( #19374 )
...
* POC: friday hack
* exploring new singlestat styles
* minor changes
* Testing bizcharts
* style tweaks
* Updated
* minor progress
* updated
* Updated layout handling
* Updated editor
* added editor options
* adding mode
* progress on new display mode
* tweaks
* Added classic style
* Added final mode
* Minor tweak
* tweaks
* minor tweak
* Singlestat: Adjust colors for light theme
* fixed build issues with bizcharts
* fixed typescript issue
* updated snapshot
* Added demo dashboard
2019-10-04 12:01:42 +02:00
andreaslangnevyjel
45e0ebcc57
Units: fixed wrong id for Terabits/sec ( #19611 )
2019-10-04 09:21:48 +02:00
HG00
f58ec04c12
Docs: General improvements to docs, and a fix in oauth ( #19587 )
...
* Docs: Update Centrify Section In Generic Oauth Ref #18207
* Docs: Alphabetise Features / Data Sources (#19289 )
* Docs: guides/getting started cleanup (#19449 )
2019-10-03 20:28:30 +02:00
brew-install-buzzwords
618652d16e
Docs: Replace ampersands with and ( #19609 )
2019-10-03 18:20:52 +02:00
Ha Huynh
4b042c89fe
Profile: Fix issue with user profile not showing more than sessions some times ( #19578 )
...
* fix <react-profile-wrapper> crashing
* refix crashing profile page
2019-10-03 18:09:16 +02:00
Sriramajeyam
50acb37a17
Azure Monitor : Query more than 10 dimensions ( Fixes #17230 ) ( #18693 )
...
* Fixes #17230
* Resovled comments
* Resolved comments
* spell fix
2019-10-03 16:53:11 +02:00
Sofia Papagiannaki
a62dea47b4
Login: Show SAML login button if SAML is enabled ( #19591 )
...
* Show SAML login button if SAML is enabled
Move logic inside LoginServiceButtons
* Prevent from rendering login-oauth div if no login service is enabled
2019-10-03 15:35:38 +02:00
kay delaney
e16064b9b0
UI: Adds Modal component ( #19369 )
...
* UI: Adds Modal component
2019-10-03 13:30:24 +01:00
Hugo Häggmark
f9611250ea
Prometheus: Fixes so results in Panel always are sorted by query order ( #19597 )
...
Fixes #19529
2019-10-03 05:15:59 -07:00
Marcus Olsson
2fb301ccaf
Docs: Improve guides for contributing ( #19575 )
...
* Move style guides into contribute directory
* Move contribution guides into contribute directory
* Refactor CONTRIBUTING.md
* Clean up docs/README.md
* Update reference to style guide and minor formatting fixes
* Apply suggestions from code review
Co-Authored-By: gotjosh <josue.abreu@gmail.com>
* Update CONTRIBUTING.md
Co-Authored-By: gotjosh <josue.abreu@gmail.com>
2019-10-03 14:13:58 +02:00
kay delaney
27ddd2d60f
Migration: Migrates Admin settings from angular to react ( #19594 )
2019-10-03 13:11:21 +01:00
kay delaney
dafc955338
Chore: Converts HelpModal from angular to react ( #19474 )
2019-10-02 14:57:40 +01:00
Andreas Kohn
b0b306a1f4
Fix typo ( #19571 )
2019-10-02 14:19:07 +02:00
Arve Knudsen
39d8e73412
Chore: Upgrade to Go 1.13 ( #19502 )
...
* Chore: Upgrade to Go 1.13
Fixes : #18878
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Chore: Upgrade lint tools in order to work with Go 1.13
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Chore: Fix Go linting issues
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2019-10-02 13:59:05 +02:00
Andrej Ocenas
16b041608d
Explore: Move data source loader into the select ( #19465 )
2019-10-02 10:15:06 +02:00
Torkel Ödegaard
9a68236d8d
Theme: fixed issue with theme always beeing modified ( #19517 )
...
* Theme: fixed issue with theme always beeing modified
* Updated snapshot
2019-10-02 10:12:23 +02:00
Torkel Ödegaard
781b679d47
Release: Fix issue with tag script on osx ( #19557 )
...
* Release: Fix issue with release script on osx
* Added shellcheck ignore rule
2019-10-02 10:11:15 +02:00
Torkel Ödegaard
1336147a10
Release: Update latest ( #19559 )
2019-10-02 10:10:30 +02:00
Andrej Ocenas
3e99e8fb6c
Docs: Updates about Loki annotations ( #19537 )
2019-10-02 10:00:23 +02:00
Torkel Ödegaard
b01cc850b6
Theme: follow-up fix for snapshot
2019-10-02 09:59:29 +02:00
Ivana Huckova
41cbad252a
UI: Centers the filter tags in input field ( #19546 )
...
* UI: Adjust padding to center tags
* UI: Adjust padding to center tags
2019-10-02 09:50:41 +02:00
oddlittlebird
2eb4f64b62
Update README.md ( #19515 )
...
Minor grammar and format edits
2019-10-02 09:50:13 +02:00
Torkel Ödegaard
738a1dd6f0
Docs: Updated changelog ( #19558 )
2019-10-02 09:43:40 +02:00
Torkel Ödegaard
3570d338cf
Theme: fix theme issue
2019-10-02 09:13:41 +02:00
gotjosh
8e508e5ce4
Provisioning: Handle empty nested keys on YAML provisioning datasources ( #19547 )
...
* Fix: Handle empty nested keys on YAML provisioning datasources
As we provision a datasource via a YAML file, we attempt to transform the
file into sensible Go types that the provisioning code can use.
While this happens, there is a chance some of the keys nested within
the YAML array are empty.
This fix allows the YAML parser to handle empty keys by null checking
the return of `reflect.TypeOf` which according to the documentation:
> TypeOf returns the reflection Type that represents the dynamic type of i. If i is a nil interface value, TypeOf returns nil.
Can return nil.
* Add tests
2019-10-02 08:48:19 +02:00
Torkel Ödegaard
ac11352e3e
Docs: updates to what's new in 6.4 ( #19539 )
2019-10-01 18:11:04 +02:00
David
942f702d80
Loki: remove live option for logs panel ( #19533 )
...
* Loki: remote live option for logs panel
* Remove live from logs panel docs
2019-10-01 16:31:45 +02:00
Hugo Häggmark
ed03338d68
Chore: Updates to 6.4.0 stable ( #19528 )
2019-10-01 05:58:19 -07:00
Sean Nessworthy
404bf2e0dd
CloudWatch: Add ap-east-1 to hard-coded region lists ( #19523 )
...
* CloudWatch: Add ap-east-1 to hard-coded region lists (#17448 )
* CloudWatch: Fix handleGetRegion tests
2019-10-01 14:23:43 +02:00
Hugo Häggmark
8de6ba6aad
ChangeLog: Release 6.4.0 Stable ( #19526 )
...
* ChangeLog: Release 6.4.0 Stable
* Update CHANGELOG.md
* Update CHANGELOG.md
2019-10-01 04:51:58 -07:00
Torkel Ödegaard
48813779c5
Docs: Add notice about plugins that need updating ( #19519 )
...
* Docs: Add notice about plugins that need updating
* Updated changelog notice
2019-10-01 13:29:58 +02:00
Torkel Ödegaard
0ec8303878
Panels: Skip re-rendering panel/visualisation in loading state ( #19518 )
...
* Loading states and partial rendering, set loading state in mixed data source, and do not render loading states for react panels
* Updated mixed data source tests
2019-10-01 01:22:41 -07:00
gotjosh
f2ef49f950
Docs: LDAP Debug View documentation ( #19513 )
...
* Docs: Add information regarding the LDAP Debug View
* Add instructions to compress image when adding them to the documentation
* Add a troubleshooting section to the docs documentation
2019-10-01 09:18:59 +01:00
Leonard Gram
f9b2204514
Docs: reports feature ( #19472 )
...
* Docs: Reporting
2019-10-01 09:16:07 +01:00
Torkel Ödegaard
c712b4f824
SeriesOverrides: Fixed issue with color picker
2019-10-01 09:46:03 +02:00