dependabot[bot]
7751c0a706
Bump ws from 6.2.1 to 6.2.2 ( #35085 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-25 08:51:05 +02:00
Dimitris Sotirakis
29d0a1536c
Chore: Update grabpl version to 2.3.3 ( #38516 )
...
* Update grabpl version to 2.3.1
* Update grabpl version to 2.3.2
* Update grabpl version
2021-08-25 08:50:41 +03:00
Gabriel MABILLE
f9273d0d37
AccessControl: Add a mock ( #38515 )
2021-08-24 20:12:48 +02:00
gotjosh
14a0519338
Alerting: Remove Multiorg alertmangaer from the top-level services ( #38506 )
...
Removes the registration of the multi-org alertmanager, it is started as a subservice of ngalerting.
2021-08-24 19:11:28 +02:00
gotjosh
2f27a5240b
Alerting: Fix flake on test receiver tests ( #38511 )
...
* Alerting: Fix flake on test receiver tests
* Make the actual result from the API be sorted
* Use the correct letters
2021-08-24 17:22:11 +01:00
Alex Khomenko
6e639f3c72
Admin: Update stats page UI ( #38014 )
...
* Add StatCard
* Style cards
* Update types
* Add tests
* Move stats tab into licencing
* Prevent UI jumps when loading stats
* Fix merge conflicts
* Revert docs format
2021-08-24 19:13:48 +03:00
Ryan McKinley
fcceb5716d
Schema: move existing grafana/ui models into schema ( #38469 )
2021-08-24 08:22:34 -07:00
Dimitris Sotirakis
e8faa2c900
Build pipeline: Cleanup PR pipeline steps ( #38447 )
...
* Refactor dependencies
* Regenerate drone.yml
* Reorder steps in starlark files
* Make build depend on test
* Make test steps depend on lint
* Make gen-version step depend on build steps
2021-08-24 17:07:06 +02:00
Stephanie Closson
8bb9600cc6
Chore: Updated plugin schema docs ref PR@38463 ( #38501 )
...
* updated plugin schema docs ref PR@38463
* Documentation updates as per review
2021-08-24 11:45:41 -03:00
dependabot[bot]
d1ed0cb275
Bump dns-packet from 1.3.1 to 1.3.4 ( #34861 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-24 16:34:51 +02:00
Dimitris Sotirakis
da72dc55cb
Update to golang:1.16.1-alpine3.14 ( #38508 )
2021-08-24 16:13:12 +02:00
Maria Alexandra
856cb1d80f
Pipeline: Fix pa11y ci when server is not available and fix publish frontend metrics step ( #38485 )
2021-08-24 13:44:52 +02:00
Patrick O'Carroll
8fb4882a01
Light theme palette update ( #38487 )
...
* new warning and success color in light theme, slight tweak to primary text
* Update generated light theme scss
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2021-08-24 13:23:01 +02:00
David Parrott
7fbeefc090
Alerting: create wrapper for Alertmanager to enable org level isolation ( #37320 )
...
Introduces org-level isolation for the Alertmanager and its components.
Silences, Alerts and Contact points are not separated by org and are not shared between them.
Co-authored with @davidmparrott and @papagian
2021-08-24 11:28:09 +01:00
Karl Persson
7ebf4027a7
Access Control: refactor permission evaluator to be more flexible ( #35996 )
...
* add a more flexible way to create permissions
* update interface for accesscontrol to use new eval interface
* use new eval interface
* update middleware to use new eval interface
* remove evaluator function and move metrics to service
* add tests for accesscontrol middleware
* Remove failed function from interface and update inejct to create a new
evaluator
* Change name
* Support Several sopes for a permission
* use evaluator and update fakeAccessControl
* Implement String that will return string representation of permissions
for an evaluator
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
2021-08-24 11:36:28 +02:00
Domas
9d8f61c738
Alerting: allow creating/editing recording rules for Loki and Cortex ( #38064 )
2021-08-24 10:31:56 +02:00
Dimitris Sotirakis
309d263531
Chore: Add public/lib to .prettierignore ( #38479 )
...
* Add public/lib to .prettierignore
* Fixes according to reviewer's comments
2021-08-24 10:11:44 +02:00
Vicky Lee
c5f384c654
docs: update cloud data sources README links ( #37820 )
...
* docs: update cloud data sources README links
* Update public/app/plugins/datasource/cloudwatch/README.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update public/app/plugins/datasource/grafana-azure-monitor-datasource/README.md
* Update public/app/plugins/datasource/cloud-monitoring/README.md
Co-authored-by: Daniel Lee <dan.limerick@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-08-24 10:11:07 +02:00
Olof Bourghardt
05b0df2254
Zipkin: support running queries with keyboard shortcut ( #37960 )
...
* Zipkin: replace input field with QueryField component
* Fix failing tests
* Remove console.log
* Partially migrate test to react
* Zipkin: finish migration from enzyme to react
* Remove comments
2021-08-24 09:52:34 +02:00
idafurjes
ccab9611cb
API: Add theme validation ( #38432 )
...
* Add theme validation
* Fix lint for const
2021-08-24 08:41:15 +02:00
Leon Sorokin
403bbd0144
GraphNG: optimize measureText(), drop estimation for y-axis auto-sizing ( #38475 )
2021-08-24 00:11:19 -05:00
Villena Guillaume
4cb87b6b60
Annotations Panel: Show annotations end time if present ( #38425 )
...
* Annotation Panel: Show annotation end time if present
* Added hyphen between dates
2021-08-23 20:57:44 -07:00
Travis Patterson
6548cd89af
Add honeycomb plugin logo ( #38461 )
2021-08-23 14:33:55 -06:00
Ryan McKinley
425ec7ca9e
Schema: create a new schema package for basic models ( #38409 )
2021-08-23 13:03:41 -07:00
Stephanie Closson
8d126de305
Added enterprise features to the schema ( #38463 )
2021-08-23 16:39:26 -03:00
Tharun Rajendran
2156980edb
Datasource: add button to navigate to explore from settings ( #36119 )
...
Fixes #13737
2021-08-23 09:23:49 -06:00
Maria Alexandra
ef8e95ac7f
Pipeline: Revert a11y changes to fix publish frontend metrics step ( #38452 )
2021-08-23 16:45:59 +02:00
Karl Persson
864c526d9a
Access Control: Update docs with the correct scope name ( #38444 )
...
* Update docs with the correct scope name
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-08-23 16:39:40 +02:00
Connor Lindsey
a2525005e5
Manually set query type in Tempo explore on component mount ( #38408 )
...
* Manually set query type in Tempo explore on component mount
2021-08-23 07:51:45 -06:00
Ivana Huckova
74fef637af
Prometheus: Use default POST method if no httpMethod provided ( #38446 )
...
* Prometheus: If no httpMethod, use default POST method
* Use http.MethodPost
2021-08-23 15:25:40 +02:00
Alex Khomenko
49fdab7e43
grafana/ui: Clarify InlineField docs ( #38100 )
...
* grafana/ui: clarify InlineField docs
* grafana/ui: revert formatting
* grafana/ui: revert formatting[2]
* grafana/ui: do not format code samples
* grafana/ui: disable mdx formatting
2021-08-23 16:25:09 +03:00
Peter Holmberg
eba21f3145
Alerting: Append appSubUrl to links if present ( #38069 )
...
* append appSubUrl if present
* remove null check
2021-08-23 14:57:30 +02:00
idafurjes
769b7a5865
Bug: Register OpenTSDB with correct service name ( #37581 )
...
* Bug: Register OpenTSDB with correct service name
* USe Register instead of RegisterAndStart
2021-08-23 14:56:53 +02:00
Maria Alexandra
6396f05320
Pa11y: add logs to a11y step in terminal to provide more info of status ( #38445 )
2021-08-23 14:54:33 +02:00
Jeremy Price
9a71cec1f0
Access Control: Make the evaluator prefix match only ( #38025 )
...
* Make the evaluator prefix match only
* Handle empty scopes
* Bump version of settings read role
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
2021-08-23 14:03:20 +02:00
Villena Guillaume
1b3eecddcd
Annotation Panel: Fix annotation with end time not being centered ( #38423 )
...
* Annotation Panel: Fix annotation with end time not being centered
* Update public/app/plugins/panel/annolist/AnnoListPanel.tsx
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2021-08-23 12:03:27 +01:00
Dimitris Sotirakis
64cb000d37
Chore: Add e2e-tests-server as dependencies on steps that publish packages ( #38059 )
...
* Add e2e-tests-server as dependencies on steps that publish packages
* Sign drone yaml
2021-08-23 13:39:16 +03:00
Jeremy Price
e124167d05
access control: 1527/Correct grammar in usage-scenarios ( #35142 )
...
* First revision
* Update docs/sources/enterprise/access-control/usage-scenarios.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/access-control/usage-scenarios.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Note about creating roles
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Daniel Lee <dan.limerick@gmail.com>
2021-08-23 11:37:19 +02:00
Uchechukwu Obasi
ab74bb78b2
A11y metrics: fixes frontend script that pushes to CI Stat dashboard ( #38435 )
2021-08-23 11:36:39 +02:00
Maria Alexandra
b579a707e3
A11y - Add Pa11y CI in main pipeline to collect a11y issues ( #37741 )
...
Co-authored-by:
Hugo Häggmark <hugo.haggmark@gmail.com>
thisisobate <obasiuche62@gmail.com>
2021-08-23 10:08:01 +02:00
Gábor Farkas
9e8035ef30
devenv: influxdb: update telegraf config ( #37835 )
2021-08-23 09:38:47 +02:00
Jack Westbrook
bafe16368a
Chore: Migrate CustomScrollbar to react-custom-scrollbars-2 ( #38013 )
2021-08-23 09:28:58 +02:00
idafurjes
b9a538aff0
Bug: Add check before delete org ( #38056 )
...
* Add check before delete org
* Fix comment
* Simpify check if signed in user belongs to the org
* Add check on login if user has and existing org
change error code to 400, when org can not be deleted
* Roll back last commit, regarding an different issue
2021-08-23 08:58:35 +02:00
Ryan McKinley
8c4c05493b
Dashboard: keep live timeseries moving left (v2) ( #37769 )
2021-08-20 14:48:55 -07:00
Travis Patterson
32e11434da
Fire event after datasource delete ( #38090 )
2021-08-20 14:51:31 -06:00
Ryan McKinley
b88f8bacf3
DataFrame: add frame type key to DataFrame structure ( #38092 )
2021-08-20 09:26:40 -07:00
achatterjee-grafana
d38ce58045
replace "blah" with "example". ( #38114 )
2021-08-20 10:09:21 -04:00
Will Browne
ae17cce316
Plugins: Add Hide OAuth Forward config option ( #36306 )
...
* add prop
* add angular conf
* invert naming
* undo md changes
* fix wording
* y u fail 4 me
* refactor(datasourcesettings): rename hideForwardOAuthIdentityOption prop
* refactor(datasourcesettings): rename scope.hideForwardOAuthIdentityOption
* Update contribute/style-guides/e2e.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* feat(datasourcehttpsettings): add showForwardOAuthIdentityOption to angular wrappers & template
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-08-20 15:53:54 +02:00
Olof Bourghardt
5231660627
Explore: use GrafanaTheme2 (LiveLogs component) ( #37452 )
...
* Explore: use GrafanaTheme2
* Explore: add correct style values. Add theme.v1 to the styles that were uncertain
* Logs: add use of GrafanaTheme2 in varioius log components
* Styles: add some of the correct values recieved via feedback
* Add correct style values
* Update public/app/features/dashboard/components/AddPanelWidget/AddPanelWidget.tsx
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
* Update public/app/features/dashboard/components/AddPanelWidget/AddPanelWidget.tsx
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
* Update public/app/plugins/panel/dashlist/styles.ts
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
* Explore: fix failing tests
* Explore: add styling values from v2
* Fix small type error
* Replace v1 styles with v2 styles
* Remove forgotten v1 values
* Remove more v1 style values
* Apply correct style value to LogRowMessage
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
2021-08-20 14:53:03 +02:00
Kevin Minehart
b3c4b20953
Docker: Update base alpine version (fix CVE-2021-36159) ( #38088 )
...
* update base alpine version and update apk packages in Dockerfile
* update base alpine version
* don't need to apk update
* remove space
* Update to alpine 3.14.1
Co-authored-by: Malcolm Holmes <mdh@odoko.co.uk>
2021-08-20 12:54:03 +01:00