[Backend] Merge 'master' changes into the backend (#875)
* CI: fix shellcheck issues (#789) Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> * annotations: fix options in grafana 6.x, fix #813 * fix function editor in Grafana 6.4, closes #810 * add typings for grafana packages * Add $__range_series variable for calculating function over the whole series, #531 * fix tests * Don't set alert styles for react panels, fix #823 * docs: add range variables * docs: percentile reference * fix codespell * update packages (build with node 12) * update circleci node image to 12 * fix test configuration (babel) * Fix 817 (#851) * problems: update panel schema * update packages (build with node 12) * problems: use datasource from target * problems: fix query editor after schema update * problems: fix list layout * update circleci node image to 12 * fix tests * build(deps-dev): bump lodash from 4.17.10 to 4.17.13 (#852) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.13. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.13) Signed-off-by: dependabot[bot] <support@github.com> * fix packages security alerts * problems: fix tags adding and removal * fix adding func from typeahead, closes #468 * update change log * bump plugin version to 3.10.5 * problems: fix tag removal (list layout) * Fix percentile() function, closes #862 (#863) Like the other aggregation functions, the datapoints need to be sorted in time before calling groupBy_perf(). * Update copyright, happy New Year! * fix not acknowledged problem color with a message (#858) * fix not acknowledged problem color with a message * fix not acknowledged problem color with a message, closes #857 * Variable query editor (#856) * refactor: convert module to typescript * refactor: covert utils to typescript * variable query editor WIP * variable editor: fix type error after grafana/ui update * variable editor: use FormLabel from grafana/ui * variable editor: refactor * variable editor: input validation and highlights * variable editor: fix tests * variable query: fix backward compatibility with empty queries * fix linter errors * variable editor: fix variable replacement in queries * Fixes for backend Co-authored-by: Mario Trangoni <mario@mariotrangoni.de> Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Reibert <mreibert@netskope.com> Co-authored-by: memfiz <arnis.civciss@gmail.com>
This commit is contained in:
committed by
Alexander Zobnin
parent
fcfb237004
commit
92e77617cf
52
package.json
52
package.json
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "grafana-zabbix",
|
||||
"private": false,
|
||||
"version": "3.10.4",
|
||||
"version": "3.10.5",
|
||||
"description": "Zabbix plugin for Grafana",
|
||||
"homepage": "http://grafana-zabbix.org",
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack/webpack.prod.conf.js --progress --colors",
|
||||
"dev": "webpack --config webpack/webpack.dev.conf.js --watch --progress --colors",
|
||||
@@ -25,21 +26,23 @@
|
||||
"url": "https://github.com/alexanderzobnin/grafana-zabbix/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.6.4",
|
||||
"@babel/preset-env": "^7.6.3",
|
||||
"@babel/preset-react": "^7.6.3",
|
||||
"@grafana/data": "^6.4.3",
|
||||
"@grafana/runtime": "^6.4.3",
|
||||
"@grafana/toolkit": "^6.4.3",
|
||||
"@grafana/ui": "^6.4.3",
|
||||
"@babel/core": "^7.8.3",
|
||||
"@babel/preset-env": "^7.8.3",
|
||||
"@babel/preset-react": "^7.8.3",
|
||||
"@emotion/core": "^10.0.27",
|
||||
"@grafana/data": "canary",
|
||||
"@grafana/runtime": "canary",
|
||||
"@grafana/toolkit": "canary",
|
||||
"@grafana/ui": "canary",
|
||||
"@types/classnames": "^2.2.9",
|
||||
"@types/grafana": "github:CorpGlory/types-grafana",
|
||||
"@types/jest": "^23.1.1",
|
||||
"@types/jquery": "^3.3.0",
|
||||
"@types/lodash": "^4.14.104",
|
||||
"@types/moment": "^2.13.0",
|
||||
"@types/react": "^16.4.6",
|
||||
"@types/react-dom": "^16.0.11",
|
||||
"@types/react": "^16.9.17",
|
||||
"@types/react-table": "^6.8.6",
|
||||
"@types/react-dom": "^16.9.4",
|
||||
"@types/react-transition-group": "^2.0.15",
|
||||
"babel-jest": "^24.9.0",
|
||||
"babel-loader": "^8.0.6",
|
||||
@@ -49,24 +52,24 @@
|
||||
"classnames": "^2.2.6",
|
||||
"clean-webpack-plugin": "^0.1.19",
|
||||
"codecov": "^3.1.0",
|
||||
"copy-webpack-plugin": "^4.5.4",
|
||||
"css-loader": "^1.0.0",
|
||||
"copy-webpack-plugin": "^5.1.1",
|
||||
"css-loader": "2.1.1",
|
||||
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
||||
"grunt": "^1.0.3",
|
||||
"grunt-benchmark": "^1.0.0",
|
||||
"grunt-cli": "^1.3.1",
|
||||
"grunt-execute": "^0.2.2",
|
||||
"html-loader": "^0.5.5",
|
||||
"jest": "^23.6.0",
|
||||
"jest": "^24.9.0",
|
||||
"jscs": "^3.0.7",
|
||||
"jsdom": "~11.3.0",
|
||||
"jshint": "^2.9.6",
|
||||
"jshint-stylish": "^2.1.0",
|
||||
"load-grunt-tasks": "~3.2.0",
|
||||
"lodash": "~4.17.5",
|
||||
"lodash": "~4.17.13",
|
||||
"moment": "~2.21.0",
|
||||
"ng-annotate-webpack-plugin": "^0.3.0",
|
||||
"node-sass": "^4.9.4",
|
||||
"node-sass": "^4.13.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^16.7.0",
|
||||
"react-dom": "^16.7.0",
|
||||
@@ -78,12 +81,19 @@
|
||||
"sass-loader": "^8.0.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"tether-drop": "^1.4.2",
|
||||
"ts-jest": "^23.10.5",
|
||||
"ts-jest": "^24.2.0",
|
||||
"ts-loader": "^6.2.0",
|
||||
"tslint": "^5.11.0",
|
||||
"typescript": "^3.6.4",
|
||||
"webpack": "^4.22.0",
|
||||
"webpack-cli": "^3.1.2"
|
||||
"tslint": "5.20.1",
|
||||
"typescript": "3.7.2",
|
||||
"webpack": "4.29.6",
|
||||
"webpack-cli": "3.2.3"
|
||||
},
|
||||
"homepage": "http://grafana-zabbix.org"
|
||||
"resolutions": {
|
||||
"js-yaml": "^3.13.1",
|
||||
"lodash": "~4.17.13",
|
||||
"set-value": "^2.0.1",
|
||||
"mixin-deep": "^1.3.2",
|
||||
"minimatch": "^3.0.2",
|
||||
"fstream": "^1.0.12"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user