acoder77
0c09dd3526
Git: Create .gitattributes for windows line endings ( #28340 )
...
With this set, Windows users will have text files converted from Windows style line endings (\r\n) to Unix style line endings (\n) when they’re added to the repository.
https://www.edwardthomson.com/blog/git_for_windows_line_endings.html
2020-10-17 08:43:49 +02:00
J-F-Far
2816d3bc90
Update auth-proxy.md ( #28339 )
...
Fix a minor grammar mistake: 'handling' to 'handle'.
2020-10-17 07:50:37 +02:00
Brian Gann
5c5fcbf5e2
area/grafana/toolkit: update e2e docker image ( #28335 )
...
* add xvfb to image
* comment out toolkit inclusion
* add latest tag
* update packages for cypress
* cleanup script
2020-10-16 22:02:49 -05:00
Kyle Brandt
44a795cb17
AlertingNG: remove warn/crit from eval prototype ( #28334 )
...
and misc cleanup
2020-10-16 12:33:57 -04:00
Torkel Ödegaard
4c8e4f35d1
Automation: Tweaks to more info message ( #28332 )
2020-10-16 17:36:21 +02:00
Andrej Ocenas
8e9181e7d1
Loki: Run instant query only when doing metric query ( #28325 )
...
* Run instant query only when doing metric query
* Update public/app/plugins/datasource/loki/datasource.ts
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2020-10-16 17:24:23 +02:00
Alexander Zobnin
2087ff6003
SAML: IdP-initiated SSO docs ( #28280 )
...
* SAML: IdP-initiated SSO docs
* Update docs/sources/enterprise/saml.md
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
* Apply suggestions from code review
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
2020-10-16 18:04:51 +03:00
Torkel Ödegaard
9f5bdce25c
IssueTriage: Needs more info automation and messages ( #28137 )
...
* IssueTriage: Needs more info automation and messages
* Updated
* Updated
* Updated wording
2020-10-16 16:49:55 +02:00
Dominik Prokop
2a08f4bdc2
GraphNG: Use AxisSide enum ( #28320 )
2020-10-16 16:21:42 +02:00
Hugo Häggmark
9305117902
BackendSrv: Fixes queue countdown when unsubscribe is before response ( #28323 )
2020-10-16 16:20:58 +02:00
Torkel Ödegaard
5036c87540
Automation: Add backport github action ( #28318 )
2020-10-16 15:47:01 +02:00
dependabot[bot]
65b7394ff8
Build(deps): Bump http-proxy from 1.18.0 to 1.18.1 ( #27507 )
...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy ) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases )
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-16 14:40:12 +02:00
dependabot[bot]
f2745c0917
Bump handlebars from 4.4.3 to 4.7.6 ( #27416 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.4.3 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.7.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-16 14:39:32 +02:00
dependabot[bot]
7b698e754e
Bump tree-kill from 1.2.1 to 1.2.2 ( #27405 )
...
Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill ) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/pkrumins/node-tree-kill/releases )
- [Commits](https://github.com/pkrumins/node-tree-kill/compare/v1.2.1...v1.2.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-16 14:39:07 +02:00
Andrej Ocenas
8db5d750d0
Loki: Base maxDataPoints limits on query type ( #28298 )
...
* Base maxLines and maxDataPoints based on query type
* Allow overriding the limit to higher value
2020-10-16 13:30:02 +02:00
Elliot Pryde
1760fdd55d
Explore: respect min_refresh_interval ( #27988 )
...
* Explore: respect min_refresh_interval
Fixes #27494
* fixup! Explore: respect min_refresh_interval
* fixup! Explore: respect min_refresh_interval
* UI: export defaultIntervals from refresh picker
* fixup! Explore: respect min_refresh_interval
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2020-10-16 13:10:25 +02:00
Arve Knudsen
392c5bdf73
Drone: Use ${DRONE_TAG} in release pipelines, since it should work ( #28299 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-16 12:54:41 +02:00
Dominik Prokop
f989e37132
Graph NG: fix toggling queries and extract Graph component from graph3 panel ( #28290 )
...
* Fix issue when data and config is not in sync
* Extract GraphNG component from graph panel and add some tests coverage
* Update packages/grafana-ui/src/components/uPlot/hooks.test.ts
* Update packages/grafana-ui/src/components/uPlot/hooks.test.ts
* Update packages/grafana-ui/src/components/uPlot/hooks.test.ts
* Fix grid color and annotations refresh
2020-10-16 12:51:32 +02:00
Jack Westbrook
448114f649
fix: for graph size not taking up full height or width
2020-10-16 12:13:07 +02:00
Carl Bergquist
9c256982e5
should only ignore the file in the grafana mixin root folder ( #28306 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2020-10-16 10:26:56 +02:00
Arve Knudsen
847dc0bec7
Drone: Fix grafana-mixin linting ( #28308 )
...
* Drone: Fix Starlark script
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* grafana-mixin: Move build logic to scripts
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Drone: Use mixin scripts
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* CI build image: Install jsonnetfmt and mixtool
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Makefile: Print commands
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-16 09:46:26 +02:00
Sofia Papagiannaki
4937f0daab
SQLStore: Run tests as integration tests ( #28265 )
...
* sqlstore: Run tests as integration tests
* Truncate database instead of re-creating it on each test
* Fix test description
See https://github.com/grafana/grafana/pull/12129
* Fix lint issues
* Fix postgres dialect after review suggestion
* Rename and document functions after review suggestion
* Add periods
* Fix auto-increment value for mysql dialect
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
2020-10-16 10:46:14 +03:00
Arve Knudsen
c07896063b
Chore: Add cloud-middleware as code owners ( #28310 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-16 09:31:42 +02:00
Arve Knudsen
a2c7c5b912
API: Fix short URLs ( #28300 )
...
* API: Fix short URLs
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-16 09:22:24 +02:00
The Rock Guy
c9cc82ea55
CloudWatch: Add EC2CapacityReservations Namespace ( #28309 )
2020-10-16 09:08:50 +02:00
Zoltán Bedi
e93bd23353
Jaeger: timeline collapser to show icons ( #28284 )
...
* Fix: timeline collapser to show icons
* Use IconButton
* Export named component instead of default
2020-10-15 19:26:25 +02:00
Marcus Efraimsson
9141efa374
update latest.json with latest beta version ( #28293 )
2020-10-15 18:16:59 +02:00
Will Browne
3706fd3942
Update changelog ( #28292 )
...
* update changelog
* Update CHANGELOG.md
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
2020-10-15 18:11:48 +02:00
ashishagarwal06
535ed75ab2
Docs : - Added period ( #28260 )
...
* Docs : - Removed Dot
Hi - Removed Dot to make it consistent with other points.
Thanks,
Ashish
* Update _index.md
2020-10-15 12:09:36 -04:00
Carl Bergquist
6002df580f
Add monitoring mixing for Grafana ( #28285 )
...
Co-authored-by: Tom Wilkie <tom.wilkie@gmail.com>
2020-10-15 17:05:56 +02:00
Arve Knudsen
febdad4da2
Chore: Update package.json ( #28291 )
...
* Chore: Update what's new and release notes URL in package.json
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Chore: Update version
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-15 14:41:25 +02:00
Arve Knudsen
d9a156298b
Drone: Fix enterprise release pipeline ( #28289 )
...
* Drone: Fixes
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Drone: Fixes
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-15 14:06:52 +02:00
Mikhail Snetkov
e36925b55a
Alerting: Append appSubUrl to back button on channel form ( #28282 )
2020-10-15 13:30:06 +02:00
Arve Knudsen
7ee8f91e17
Drone: Use DRONE_COMMIT_REF to get release tag ( #28283 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-15 12:55:25 +02:00
Will Browne
a49c72ae09
Docs: Add What's New 7.3 ( #28268 )
...
* add base
* Update docs/sources/whatsnew/whats-new-in-v7-3.md
* Update What's new in 7.3 with CM OOTB dashboards
* Docs: enterprise whats new placeholders
* Add short url info
* Update shorten url after pull
* Update docs/sources/whatsnew/whats-new-in-v7-3.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Sofia Papagiannaki <sofia@grafana.com>
Co-authored-by: Leonard Gram <leo@xlson.com>
Co-authored-by: Ivana <ivana.huckova@gmail.com>
2020-10-15 11:01:45 +02:00
Levente Balogh
d58dc96f3d
feat(grafana/ui): export FieldArray ( #28251 )
2020-10-15 10:54:16 +03:00
Hugo Häggmark
280bf9387c
BackendSrv: Reloads page instead of redirect on Unauthorized Error ( #28276 )
2020-10-15 08:19:51 +02:00
Chris Morrow
7ad468ba82
Prometheus: Data source settings page help wording. ( #28274 )
...
* Add a space between: "handled." and "Server".
This text is .. a little ambiguous, is it:
"handled.Server()..."
or:
"handled. Server should...."
Punctuation it matters.
https://i.pinimg.com/originals/ad/db/a1/addba11374256fd0b1d679a595f57d9b.jpg
* Fix the sentence to be readable.
2020-10-15 08:06:53 +02:00
Andrej Ocenas
c8658f3ee8
Explore: Add link to logs from trace span ( #28229 )
...
* Add trace to logs link
* Do a bit of refactor and allow for custom time range in split
* Add margin and noopener to the link
* Fix tests
* Fix tests
2020-10-15 00:03:14 +02:00
ashishagarwal06
26e2faa779
Added Hyperlink to annotations ( #28261 )
...
Hi - Added Hyperlink to annotations for quick redirection.
Thanks,
Ashish
2020-10-14 17:35:22 -04:00
Arve Knudsen
86adc2241e
Drone: Fix enterprise config ( #28270 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-14 20:19:55 +02:00
Ryan McKinley
fe423644ae
Transformations: add Concatenate fields transformer ( #28237 )
2020-10-14 10:34:04 -07:00
Giordano Ricci
cb72242d95
Chore: use new Input component in Share Modal ( #28269 )
...
* Chore: Add dashboard-alt icon
* Chore: use new Input component in Share Modal
* Update packages/grafana-ui/src/types/icon.ts
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
* Update public/app/features/dashboard/components/ShareModal/ShareLink.tsx
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
* Update packages/grafana-ui/src/types/icon.ts
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2020-10-14 18:11:19 +01:00
Agnès Toulet
c3336e6ecf
Chore: clean up Enterprise feature toggles ( #28264 )
2020-10-14 19:08:52 +02:00
Ryan McKinley
f8e0adb168
Transformations: improve the reduce transformer ( #27875 )
2020-10-14 08:27:58 -07:00
Ivana Huckova
db071e4939
Explore: Allow shortlink generation ( #28222 )
...
* Add short link functionality to Explore and Rich history
* Update documentation
* Implement short url for explore
* Implement short link in Rich history
* Update docs
* Add error alert
2020-10-14 17:08:27 +02:00
Hugo Häggmark
fe15d90e98
Variables: Fixes so constants set from url get completed state ( #28257 )
...
* Variables: Fixes so constant set from url get completed state
* Tests: fixes broken test
2020-10-14 17:07:42 +02:00
Marcus Andersson
f334cc4576
Docs: generate packages docs before syncing to website ( #27879 )
...
* updated to latest version of api-documenter.
* saved lockfile after upgrade.
* adding yarn to docker environment.
* adding packages to trigger paths.
* added steps to workflow for generating docs.
* reverted back to api-documenter 0.9.3
2020-10-14 17:03:35 +02:00
Torkel Ödegaard
a20875bd6c
Dashboard: Fixed issue accessing horizontal table scrollbar when placed at bottom of dashboard ( #28250 )
2020-10-14 16:47:31 +02:00
Torkel Ödegaard
3fed829b8b
Gauge: Improve text sizing and support non threshold color modes ( #28256 )
...
* Gauge: Improve text sizing and support non threshold color modes
* Updated tests
2020-10-14 16:17:41 +02:00