Domas
9acb99904a
Elasticsearch: Fixes localized dates in index pattern ( #27351 )
...
Fixes #8403
2020-09-07 18:27:56 +02:00
Arve Knudsen
5402157cb7
CI: Upgrade grabpl ( #27431 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
2020-09-07 17:48:56 +02:00
Kamal Galrani
f6c31c2e10
Fixes signup workflow and UI ( #26263 )
...
* fixes signup flow
* Apply suggestions from code review
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com >
* Update ForgottenPassword.tsx
* fixes build failure
* fixes build failure
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com >
2020-09-07 18:24:46 +03:00
Agnès Toulet
6dd109b927
API: return resource ID for auth key creation, folder permissions update and user invite complete endpoints ( #27419 )
...
* API: add ID to auth key and folder endpoints
* API: add test for folder permissions update
* API: add created user id for /invite/complete endpoint
2020-09-07 17:06:11 +02:00
Torkel Ödegaard
61bd33c241
System: Date formating options ( #27216 )
...
* Add support for local time formats in graph panel
* Enfore 24h format for backward compatibility
* Use existing Intl.DateTimeFormatOptions
* Pre-generate time scale, add tests
* Move localTimeFormat, add local format to units
* updated default fallback
* #25602 , use navigator.languages to enforce locale in formatting
* Making options
* Worked new system settings
* things are working
* Local browser time formats working
* Support parsing dates in different formats
* settings updated
* Settings starting to work
* Fixed graph issue
* Logs fix
* refactored settings a bit
* Updated and name change
* Progress
* Changed config names
* Updated
* Updated
* Updated test
* Synced description
* fixed ts issue
* Added version notice
* Ts fix
* Updated heatmap and test
* Updated snapshot
* Updated
* fixed ts issue
* Fixes
Co-authored-by: Alex Shpak <alex-shpak@users.noreply.github.com >
2020-09-07 16:19:33 +02:00
kay delaney
783391a861
CloudWatch Logs: Adjusts CloudWatch Logs timeout logic ( #26621 )
...
* CloudWatch Logs: Adjusts CloudWatch Logs timeout logic
Previously CloudWatch Logs queries would time out if,
after a number of attempts, a response was received with no additional data.
This commit changes the behavior so that a consecutive number of requests
yielding no additional data must be made before we cancel the query
2020-09-07 14:41:36 +01:00
Arve Knudsen
58af541321
Drone: Report front-end test metrics ( #27395 )
...
* Drone: Report front-end test metrics
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* ci-frontend-metrics.sh: Fix collection bugs; print JSON
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* Add Yarn script ci:test-frontend
2020-09-07 13:17:03 +02:00
Bill Oley
b70fefe642
OAuth2: Handle DEFLATE compressed JWT payloads for generic OAuth ( #26969 )
2020-09-07 11:42:11 +02:00
Sofia Papagiannaki
b3b28e9f25
Failed to load application files message improvement ( #26214 )
...
* Failed to load application files message improvement
* Apply suggestions from code review
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
2020-09-07 10:53:13 +03:00
Ryan McKinley
f7be1ba030
Chore: update pappparse for security fix ( #27412 )
2020-09-06 21:22:54 -07:00
Hugo Häggmark
72c3257d19
BackendSrv: Uses credentials and defaults to same-origin ( #27385 )
...
Co-authored-by: Liu Yang yangliuyu@163.com
2020-09-04 22:11:34 +02:00
Torkel Ödegaard
b6d76cdba7
PanelEdit: Vertically align padding for panel edit option group body ( #27310 )
...
* PanelEdit: Center padding for panel edit group body
* fixed padding
2020-09-04 22:03:26 +02:00
Kenny
d16a1f2215
Time format: 0 seconds is a number ( #27376 )
2020-09-04 11:12:54 -07:00
kay delaney
444f2d5896
Dependencies: Adds @testing-library/user-event for best practices ( #27397 )
...
Adds @testing-library/user-event so that best practices can be followed
when writing tests
2020-09-04 16:38:27 +01:00
Peter Holmberg
8e063ea82c
Docs: Add props documentation to FileUpload component ( #27393 )
2020-09-04 16:28:51 +02:00
Agnès Toulet
a9daaadd50
API: send Login actions ( #27249 )
...
* API: first version to send events about login actions
* API: improve login actions events
* Login: update auth test with new behavior
* Login: update auth test for auth module
* Login OAuth: improve functions structure
* API: make struct public to use for saml
* API: add send login log tests for grafana and ldap login
* API: remove log from tests
* Login API: fix test linting
* Update pkg/api/login_oauth.go
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com >
* Login API: refactor using defer
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com >
2020-09-04 14:54:59 +02:00
Pranit Bauva
a54df0c3cd
Login: Honour root_url for Forget Password related links ( #27368 )
...
Closes #27226
2020-09-04 13:58:22 +02:00
Hugo Häggmark
bba4770509
PanelInspector: Adds a Raw display mode but defaults to Formatted display mode ( #27306 )
...
* PanelInspector: Fields with overrides are formatted correct in CSV
* Refactor: adds raw format
* Refactor: changes switch to Formatted values
* Tests: adds tests for applyRawFieldOverrides and getRawDisplayProcessor
* Test: change to utc timeZone
* Refactor: changes after PR comments
2020-09-04 11:21:24 +02:00
Ryan McKinley
ae385983f4
InfluxDB: support flux editor for template queries ( #27370 )
2020-09-03 14:11:39 -07:00
Ryan McKinley
b867050cfb
Annotations: improve datasource annotation types and add basic query properties ( #27342 )
2020-09-03 10:41:25 -07:00
Marcus Andersson
cac0e6ecd0
Build: fixing failing build by adding missing dependency to rollup config. ( #27358 )
2020-09-03 15:34:18 +02:00
Arve Knudsen
ddb4b77f04
CI: Upgrade the build Docker image ( #27337 )
...
* CI: Upgrade the build Docker image
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
* CI: Upgrade osxcross and Apple SDK
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
2020-09-03 13:20:28 +02:00
Alexander Zobnin
7aa38f0961
Docs: note about enabling permissions for the default data source ( #27259 )
...
* Add note about enabling permissions for the default ds
* Docs: refine default ds caution message
* Update docs/sources/enterprise/datasource_permissions.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Docs: DS permissions minor fix
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2020-09-03 13:23:35 +03:00
Jess
92e4948658
Storybook: Create Label.mdx and add docs ( #27350 )
2020-09-03 11:47:00 +02:00
Jess
0b6ea4c0ef
Storybook: Add docs to Cascader ( #27336 )
...
* Storybook: Add docs to Cascader
Added description for cascader component
* Update packages/grafana-ui/src/components/Cascader/Cascader.mdx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
2020-09-03 10:08:09 +03:00
Hugo Häggmark
d633cc3c09
Tests: removes unused stuff and replaces monaco transpile with mock ( #27324 )
2020-09-03 08:54:46 +02:00
Ryan McKinley
febbc60e8b
RangeUtils: migrate logic from kbn to grafana/data ( #27347 )
2020-09-02 23:54:06 -07:00
Steven Vachon
6c5a0421fe
@grafana/e2e: improve types ( #27348 )
2020-09-02 20:37:23 -04:00
Szymon Szypulski
a8db544e85
Cloudwatch: Update list of AmazonMQ metrics and dimensions ( #27332 )
...
Update list of AmazonMQ metrics and Dimensions based on the current list
from the official AWS documentation.
Also, change InflightCount to InFlightCount.
2020-09-02 21:32:43 +02:00
Diana Payton
76a167365d
Update cloudmonitoring.md ( #27341 )
2020-09-02 15:07:12 -04:00
Diana Payton
67467c0eaa
Docs: Update index.md ( #27312 )
...
* Update index.md
* Update index.md
Removed an extra "then" from line 34.
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2020-09-02 11:15:32 -07:00
Diana Payton
e66e31a78d
Docs: Update postgres.md ( #27315 )
2020-09-02 09:19:46 -07:00
Nitesh Koushik S
3fd6452377
Docs: Documentation Update ( #27338 )
...
Updating Query Syntax, Query had an additional bracket, which was removed.
2020-09-02 07:46:51 -07:00
Diana Payton
15c72c2739
Docs: Updated data links content ( #27110 )
...
* updated content
* updated content
* Update data-link-variables.md
* Update global-variables.md
* updated content
* Update best-practices-for-managing-dashboards.md
* Update docs/sources/linking/data-link-variables.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.org >
* Update docs/sources/linking/data-link-variables.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.org >
* Update docs/sources/linking/data-link-variables.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.org >
* Update docs/sources/linking/data-link-variables.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.org >
* Update docs/sources/linking/data-links.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.org >
* Update docs/sources/linking/dashboard-links.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.org >
* Update dashboard-links.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.org >
2020-09-02 07:07:31 -07:00
Arve Knudsen
19c8097595
Chore: Upgrade to Go 1.15.1 ( #27326 )
...
* Chore: Upgrade to Go 1.15.1
2020-09-02 15:51:19 +02:00
Torkel Ödegaard
636dd96c28
DateFormats: Default ISO & US formats should be consistent and not change if current date is today ( #27300 )
...
* DateFormats: Default iso / US formats should be consistent and not change if current date is today
* rename and updated tests
* Updated changelog
2020-09-02 14:43:43 +02:00
Carl Bergquist
20747015f6
Annotation: Add clean up job for old annotations ( #26156 )
...
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
2020-09-02 08:07:31 +02:00
Ryan McKinley
0bc67b032a
InfluxDB: return a table rather than an error when timeseries is missing time ( #27320 )
2020-09-01 15:06:38 -07:00
Hugo Häggmark
ff1149ac39
Table: Adds column filtering ( #27225 )
...
* Table: Adds column filters
* Refactor: adds filter by value function
* Refactor: some styling and sorting
* Refactor: Moves filterByValue to utils
* Tests: add filterByValue tests
* Refactor: simplifies filteredValues
* Refactor: adds dropshadow
* Refactor: keeps icons together with label and aligns with column alignment
* Refactor: hides clear filter if no filter is active
* Refactor: changes how values in filter are populated
* Refactor: adds filterable field override
* Tests: fixed broken tests
* Refactor: adds FilterList
* Refactor: adds blanks entry for non value labels
* Refactor: using preFilteredRows in filter list
* Refactor: adds filter input
* Refactor: fixes issue found by e2e
* Refactor: changes after PR comments
* Docs: adds documentation for Column filter
* Refactor: moves functions to utils and adds tests
* Refactor: memoizes filter function
* Docs: reverts docs for now
2020-09-01 17:06:35 +02:00
Michel Engelen
aff9e931ce
Table: Set table cell height to 100% ( #27309 )
...
## Table
### changed
- adjusted tablecell styles to have 100% height
2020-09-01 16:19:55 +02:00
Torkel Ödegaard
1f6c2dbcfb
Thresholds: Fixed issue with thresholds in overrides not working after save and reload ( #27297 )
...
* WIP: Fix null thresholds in overrides when loading
* Fix thresholds on load instead of in apply field overrides
* simplify expression
* fixed ts issue
* Updated test
* Updated another test
* Updated another test
2020-09-01 16:00:38 +02:00
Peter Holmberg
d07755b624
Docs: Drawer component ( #27267 )
...
* Add documentation and example to mdx
* Update packages/grafana-ui/src/components/Drawer/Drawer.mdx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
* Update packages/grafana-ui/src/components/Drawer/Drawer.mdx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
* Fix button and update text
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
2020-09-01 14:12:23 +02:00
Alex Khomenko
f323ae6b67
Docs: Add report settings section ( #26946 )
...
* Docs: Update report features
* Docs: Add info about custom time range
* Docs: Add Settings section
* Docs: Update text
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update reporting docs
* Clarify docs
* Add settings image
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2020-09-01 14:40:25 +03:00
Carl Bergquist
8faaa1a520
OAuth: Increase state cookie max age ( #27258 )
...
60s can be too short if the oauth provider is slow
for some reason and its defintly too slow if the
OAuth provider requires 2FA.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2020-09-01 10:57:43 +02:00
Hugo Häggmark
8ec2aa02c6
Loki: Replaces dataSourceRequest with fetch ( #27265 )
...
* Loki: Replaces dataSourceRequest with fetch
* Update public/app/plugins/datasource/loki/datasource.ts
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
2020-09-01 06:21:21 +02:00
Lee
fb2538ce1d
Docs: correct the misspelled word ( #27283 )
2020-08-31 09:06:27 -07:00
Torkel Ödegaard
4b8f4df18d
Graph: Preseve existing data links in field config when loading dashboard ( #27295 )
...
* Graph: Preseve existing data links in field config
* ts fix
2020-08-31 17:53:21 +02:00
Kyle Brandt
06323b8e52
AzureMonitor: select plugin route from cloudname ( #27273 )
...
* AzureMonitor: select plugin route from cloudname
fixes #27243
2020-08-31 11:10:31 -04:00
Diana Payton
42e8cb51ec
Update CODEOWNERS ( #27298 )
2020-08-31 08:02:36 -07:00
Alex Khomenko
b45d5ec594
Grafana-UI: Add Collapse docs ( #27291 )
...
* Grafana-UI: Add Collapse docs
* Grafana-UI: Add comments
* Clarify description
2020-08-31 17:48:03 +03:00