Artur Wierzbicki
b2852205a0
Previews: update documentation for enterprise setup ( #50950 )
...
* add `enable service accounts` step
* add `enable service accounts` step
2022-06-16 16:38:18 +02:00
Jguer
32103fcd9f
Fix double change password calls ( #50948 )
2022-06-16 16:30:33 +02:00
Alexander Zobnin
5a35381f77
Service accounts: don't update RBAC roles in OSS when creating service account ( #50922 )
2022-06-16 16:22:52 +02:00
Alexander Zobnin
118b071d98
Service accounts: able to hide api keys migration info ( #50933 )
2022-06-16 16:22:05 +02:00
brendamuir
7deb7258ba
Docs: adds video content to Grafana Alerting ( #50929 )
...
* Docs: adds video content to grafana alerting
* adds create alerts to managed rule page
2022-06-16 16:11:38 +02:00
Alexander Zobnin
c6ca1b607c
Service accounts: hide API keys only if all keys migrated ( #50925 )
2022-06-16 16:03:00 +02:00
Alexander Zobnin
859148942e
Service accounts: refactor errors ( #50917 )
2022-06-16 16:02:03 +02:00
Alexander Zobnin
c4f0be7c8d
Service accounts: Migrate expired API keys ( #50883 )
2022-06-16 16:01:50 +02:00
Laura
b09df60464
Revert "Explore: Convert SASS styles of explore-active-button to emotion ( #50061 )" ( #50882 )
...
This reverts commit 85ecf997be
.
2022-06-16 14:39:54 +02:00
Victor Marin
f0b191c1c8
TablePanel: Show filter icon on correct field when other fields are hidden ( #50940 )
2022-06-16 14:18:43 +02:00
Dave Henderson
096330c53b
datasource metrics: Correct help text for histograms ( #50942 )
...
In #50420 a few summary metrics were converted to histograms,
but the Help text in a couple of them still referred to summaries.
This fixes that help text.
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
2022-06-16 14:18:09 +02:00
idafurjes
8ab8ce609b
Bug: Fix delete dashboard snapshot for deleted dashboards ( #50919 )
...
* Bug: Fix delete dashboard snapshot for deleted dashboards
* Fix lint and make it work for all the errors
* Fix lint
2022-06-16 13:13:58 +02:00
Jguer
f3e3828279
ServiceAccounts: Fix errors returning API key and simplify conditions ( #50885 )
...
* ServiceAccounts: Fix naming API key->Service account token
* simplify redundant elses
* Apply suggestions from code review
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
2022-06-16 12:11:22 +02:00
Ashley Harrison
d0fa326798
Chore: Remove newNavigation
feature toggle and old navbar code ( #50872 )
...
* Remove newNavigation feature toggle + old code
* fix unit tests
* remove buildCreateNavLinks
2022-06-16 10:48:38 +01:00
Jack Baldry
d0808bdafb
Add redirects for indexed alerting pages ( #50918 )
...
Co-authored-by: Brenda Muir <brenda.muir@grafana.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Brenda Muir <brenda.muir@grafana.com>
2022-06-16 10:32:40 +02:00
jcolladokuri
ab8176d234
AzureMonitor: Update alerts dashboard ( #50712 )
2022-06-16 10:14:35 +02:00
renovate[bot]
1052dd97ae
Update react monorepo ( #50862 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-16 09:04:18 +01:00
Joey Tawadrous
7b14cd5fdb
Traces: Consistent span colors for service names ( #50782 )
...
* Show consistent span colors
* Update tests
* Test for ensuring red is not used
2022-06-16 08:24:19 +01:00
Joey Tawadrous
bd6c027a01
Jaeger: Add support for variables ( #50500 )
...
* Add service variable
* Interpolate vars in query
* Add var in service select if it exists
* Add var in operation select if it exists
* Interpolate tags and serivce in operation query
* Interpolate vars for explore
* Add/update tests
* Tests
* Update format for tags that do not have vars
2022-06-16 08:17:38 +01:00
Kevin Yu
d88108a3b7
Cloud Monitoring: Update Alignment fields to use experimental UI components ( #50536 )
...
* Cloud Monitoring: Update Alignment fields to use experimental UI components
* remove unreachable code
* remove alias
* remove custom label style
* add tests
2022-06-15 18:03:47 -07:00
Leon Sorokin
7c175e019c
HeatmapNG: support y min/max config ( #50900 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-06-15 17:24:51 -05:00
Yuriy Tseretyan
c1550d1f07
Alerting: Rule api to fail update if provisioned rules are affected ( #50835 )
...
* add function that checks whether changes mention provisioned rules
* update API that updates group of rules to fail if check does not pass
2022-06-15 16:01:14 -04:00
Ryan McKinley
ed6a9d65aa
Heatmap: implement cursor sync ( #50271 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2022-06-15 21:45:54 +02:00
Christopher Moyer
da731a38cc
Docs: updates auth alias to fix redirect 404 ( #50892 )
...
* updates auth alias
* Update docs/sources/setup-grafana/configure-security/configure-authentication/_index.md
2022-06-15 12:25:58 -05:00
Ryan McKinley
e23dbfe605
Search: default layout to last selected value ( #50743 )
2022-06-15 10:07:34 -07:00
sam boyer
c8239a3a73
dev: Ignore generated go files in bra ( #50889 )
2022-06-15 16:33:40 +01:00
Andrej Ocenas
07be95a001
Prometheus: Fix body not being included in resource calls if they are POST ( #50833 )
...
* Pass on request body
* Fix GETs and add tests
* Fix err handling
* Add comments
* Close response body
* Fix lint maybe
* Fix test
2022-06-15 16:46:21 +02:00
sam boyer
4c4aa95d38
coremodels: Automatically generate coremodel registries ( #50057 )
...
* coremodel: Generate static registry
* Actually make codegen work
Also, remove the per-coremodel assignability test from generator set.
* Make wire gen depend on cue gen
This is necessary now that we're generating a wire set as part of
coremodel registry generation.
* Add wire inject bits to http server
* s/staticregistry/registry/
* move to static and dynamic wording
* Move registry type into registry package
* Use static registry in http handler
* Oi comments
2022-06-15 15:47:04 +02:00
Dimitris Sotirakis
8a6ed3d81b
Remove armv6 from build-backend variants ( #50878 )
2022-06-15 16:46:47 +03:00
Kristina
dfa538ff92
Revert "Explore: Remove support for legacy, compact format URLs ( #49350 )" ( #50873 )
...
This reverts commit a9cc3225ba
.
Co-authored-by: Elfo404 <me@giordanoricci.com>
2022-06-15 08:44:36 -05:00
Emil Tullstedt
f1834163ec
ShortURL: Use new Error type ( #50859 )
2022-06-15 15:11:36 +02:00
Alexander Zobnin
f82264c2b1
ServiceAccounts: API keys migration ( #50002 )
...
* ServiceAccounts: able to get upgrade status
* Banner with API keys migration info
* Show API keys migration info on Service accounts page
* Migrate individual API keys
* Use transaction for key migration
* Migrate all api keys to service accounts
* Hide api keys after migration
* Migrate API keys separately for each org
* Revert API key
* Revert key API method
* Rename migration actions and reducers
* Fix linter errors
* Tests for migrating single API key
* Tests for migrating all api keys
* More tests
* Fix reverting tokens
* API: rename convert to migrate
* Add api route descriptions to methods
* rearrange methods in api.go
* Refactor: rename and move some methods
* Prevent assigning tokens to non-existing service accounts
* Refactor: ID TO Id
* Refactor: fix error message
* Delete service account if migration failed
* Fix linter errors
2022-06-15 14:59:40 +02:00
Marcus Efraimsson
b47ec36d0d
CLI: Allow relative symlinks in zip archives when installing plugins ( #50537 )
...
Earlier we only allowed symlinks in plugins starting with grafana- in zip archives when
installing plugins using the grafana-cli. This changes so that symlinks in zip archives
containing relative links to files in the zip archive are always allowed when installing
plugins. The reasoning behind this is that Grafana per default doesn't load a plugin
that has an invalid plugin signature meaning that any symlink must be included in
the plugin signature manifest.
Co-authored-by: Will Browne <will.browne@grafana.com>
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
2022-06-15 14:38:59 +02:00
Ben Kochie
68691d7775
Convert some metrics to Histograms ( #50420 )
...
Because Summary metrics can not be aggreated, convert them to histograms
so that users with HA deployments can use these metrics.
* Convert metrics registration to promauto.
* Improve help text style.
Signed-off-by: SuperQ <superq@gmail.com>
2022-06-15 13:19:43 +02:00
Seyaji
390b7d084e
UX: angularPanelStyles to align correctly with OptionsPaneCategory #50839
2022-06-15 12:41:34 +02:00
Serge Zaitsev
ae9491c3a7
Chore: Make test tracer noop and return no errors ( #50797 )
2022-06-15 12:40:41 +02:00
Ashley Harrison
94d585063e
Dashboard: Prevent non-repeating panels being dropped from repeated rows when collapsed/expanded ( #50764 )
...
* Mob: fix issue with repeating panels+rows, add e2e test
Co-authored-by: kay delaney <kay@grafana.com>
Co-authored-by: Joao Silva <joao.silva@grafana.com>
Co-authored-by: joshhunt <josh@trtr.co>
Co-authored-by: polibb <polina.boneva@grafana.com>
* Fix describe block description
Co-authored-by: kay delaney <kay@grafana.com>
Co-authored-by: Joao Silva <joao.silva@grafana.com>
Co-authored-by: joshhunt <josh@trtr.co>
Co-authored-by: polibb <polina.boneva@grafana.com>
2022-06-15 11:07:54 +01:00
renovate[bot]
6a5419a9eb
Update dependency webpack-cli to v4.10.0 ( #50854 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-15 11:36:09 +02:00
Chrysa Dikonimaki
0753539721
Ayy1: Cannot save single dashboard link ( #49075 )
2022-06-15 10:28:42 +01:00
renovate[bot]
7499609897
Update dependency webpack to v5.73.0 ( #50852 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-15 09:21:09 +00:00
renovate[bot]
af8017e666
Update dependency ts-node to v10.8.1 ( #50845 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-15 11:18:37 +02:00
George Robinson
87f3bb3156
Alerting: Add support for images in SensuGo alerts ( #50718 )
2022-06-15 10:15:16 +01:00
renovate[bot]
dd98107201
Update dependency rollup to v2.75.6 ( #50770 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-15 10:09:32 +01:00
renovate[bot]
52e41586fd
Update dependency react-use to v17.4.0 ( #50768 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-15 09:02:08 +00:00
Konrad Lalik
9d0e7564ed
Alerting: Fix removal of notification policy without labels matchers ( #50678 )
2022-06-15 10:59:37 +02:00
Ashley Harrison
3430928294
Convert InviteesTable test to RTL ( #50674 )
2022-06-15 09:54:26 +01:00
Artur Wierzbicki
cc4473faf3
Storage: validation and sanitization stubs ( #50523 )
...
* add `IsPathValidationError` util to fs api
* refactor storage.Upload method
* remove unused struct
* extract `RootUpload` constant
* move file validation outside of the service
* Make UploadErrorToStatusCode exported
* validation/sanitization
* refactor pathValidationError check
* refactor, rename sanitize to transform
* add a todo
* refactor
* transform -> sanitize
* lint fix
* #50608 : fix jpg/jpeg
Co-authored-by: Tania B <yalyna.ts@gmail.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-06-15 12:32:29 +04:00
renovate[bot]
dfb0f6b1b8
Update dependency react-popper-tooltip to v4.4.1 ( #50766 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-15 09:30:26 +01:00
renovate[bot]
707479cdec
Update dependency stylelint to v14.9.1 ( #50808 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-15 09:18:54 +01:00
Ashley Harrison
803473f479
Chore: Enable useUnknownInCatchVariables
for stricter type checking in catch blocks ( #50591 )
...
* wrap a bunch of errors
* wrap more things!
* fix up some unit tests
* wrap more errors
* tiny bit of tidy up
2022-06-15 08:59:29 +01:00