Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon-grafana-datasource
Commits
1cbda142
Unverified
Commit
1cbda142
authored
May 13, 2022
by
Thibaut SEVERAC
Committed by
GitHub
May 13, 2022
Browse files
feat(dependencies) : (#4)
- unlock centreon-frontend dependency - rename docker-compose.yml
parent
1be60c8c
Changes
3
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
1cbda142
...
...
@@ -3,12 +3,12 @@ services:
grafana
:
image
:
grafana/grafana:latest
environment
:
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS
:
centreon-datasource
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS
:
centreon2-
centreon-datasource
volumes
:
-
./dist:/var/lib/grafana/plugins/centreon-datasource
-
./dist:/var/lib/grafana/plugins/
centreon2-
centreon-datasource
-
grafana_data:/var/lib/grafana
ports
:
-
"
3000:3000"
volumes
:
grafana_data
:
\ No newline at end of file
grafana_data
:
package.json
View file @
1cbda142
...
...
@@ -15,6 +15,8 @@
"author"
:
"Centreon"
,
"license"
:
"
Apache-2.0
"
,
"devDependencies"
:
{
"
@babel/core
"
:
"
^7.16.12
"
,
"
@babel/eslint-parser
"
:
"
^7.16.5
"
,
"
@babel/plugin-proposal-class-properties
"
:
"
^7.16.7
"
,
"
@babel/plugin-syntax-dynamic-import
"
:
"
^7.8.3
"
,
"
@babel/plugin-transform-arrow-functions
"
:
"
^7.16.7
"
,
...
...
@@ -24,8 +26,6 @@
"
@babel/preset-env
"
:
"
^7.16.11
"
,
"
@babel/preset-react
"
:
"
^7.16.7
"
,
"
@babel/preset-typescript
"
:
"
^7.16.7
"
,
"
@babel/core
"
:
"
^7.16.12
"
,
"
@babel/eslint-parser
"
:
"
^7.16.5
"
,
"
@grafana/data
"
:
"
^8.4.4
"
,
"
@grafana/runtime
"
:
"
^8.4.4
"
,
"
@grafana/toolkit
"
:
"
^8.4.4
"
,
...
...
@@ -33,25 +33,25 @@
"
@testing-library/jest-dom
"
:
"
5.16.3
"
,
"
@testing-library/react
"
:
"
^12.1.4
"
,
"
@types/lodash
"
:
"
^4.14.180
"
,
"
react
"
:
"
^17.0.2
"
,
"centreon-frontend"
:
"git+https://centreon@github.com/centreon/centreon-frontend.git#develop"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^5.10.2
"
,
"
@typescript-eslint/parser
"
:
"
^5.10.2
"
,
"
eslint-plugin-import
"
:
"
^2.25.4
"
,
"
eslint-plugin-jsx-a11y
"
:
"
^6.5.1
"
,
"centreon-frontend"
:
"git+https://centreon@github.com/centreon/centreon-frontend.git#develop"
,
"
eslint
"
:
"
^8.8.0
"
,
"
eslint-config-airbnb
"
:
"
19.0.4
"
,
"
eslint-config-prettier
"
:
"
^8.3.0
"
,
"
eslint-import-resolver-alias
"
:
"
1.1.2
"
,
"
eslint-plugin-babel
"
:
"
^5.3.1
"
,
"
eslint-plugin-hooks
"
:
"
^0.4.1
"
,
"
eslint-plugin-import
"
:
"
^2.25.4
"
,
"
eslint-plugin-jest
"
:
"
^26.0.0
"
,
"
eslint-plugin-jsx-a11y
"
:
"
^6.5.1
"
,
"
eslint-plugin-prefer-arrow-functions
"
:
"
^3.1.4
"
,
"
eslint-plugin-prettier
"
:
"
^4.0.0
"
,
"
eslint-plugin-react
"
:
"
7.28.0
"
,
"
eslint-plugin-react-hooks
"
:
"
^4.3.0
"
,
"
eslint-plugin-sort-keys-fix
"
:
"
^1.1.2
"
,
"
eslint-plugin-typescript-sort-keys
"
:
"
^2.1.0
"
"
eslint-plugin-typescript-sort-keys
"
:
"
^2.1.0
"
,
"
react
"
:
"
^17.0.2
"
},
"engines"
:
{
"node"
:
">=14"
...
...
yarn.lock
View file @
1cbda142
...
...
@@ -4672,7 +4672,7 @@ caseless@~0.12.0:
"centreon-frontend@git+https://centreon@github.com/centreon/centreon-frontend.git#develop":
version "22.4.0"
resolved "git+https://centreon@github.com/centreon/centreon-frontend.git#
fa8ca24fef929275cfeda9e79ab03beb8e943a8d
"
resolved "git+https://centreon@github.com/centreon/centreon-frontend.git#
48108036ffd6f05cec3e274f1e5a1944d3ac6c46
"
dependencies:
"@dnd-kit/core" "^5.0.1"
"@dnd-kit/modifiers" "^5.0.0"
...
...
@@ -4691,13 +4691,12 @@ caseless@~0.12.0:
formik "^2.2.9"
humanize-duration "^3.27.1"
i18next "^21.6.10"
notistack "
^
2.0.3"
notistack "2.0.3"
numeral "^2.0.6"
prop-types "^15.8.1"
ramda "^0.28.0"
react "^17.0.2"
react-dom "^17.0.2"
react-files "^2.4.9"
react "^18.0.0"
react-dom "^18.0.0"
react-i18next "^11.15.3"
react-router-dom "^6.2.1"
resize-observer-polyfill "^1.5.1"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment