forked from opensearch-project/OpenSearch-Dashboards
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrates the reporting plugin into the construction process #340
Merged
Tostti
merged 6 commits into
master
from
enhancement/338-integrate-the-reporting-plugin-in-the-package-building-process
Oct 9, 2024
Merged
Integrates the reporting plugin into the construction process #340
Tostti
merged 6 commits into
master
from
enhancement/338-integrate-the-reporting-plugin-in-the-package-building-process
Oct 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… reporting plugin
1 task
guidomodarelli
approved these changes
Oct 3, 2024
Desvelao
reviewed
Oct 7, 2024
Test 🟢Extracting the generated console# cat plugins/reportsDashboards/package.json
{
"name": "reports-dashboards",
"version": "2.16.0.0",
"description": "OpenSearch Dashboards Reports Plugin",
"license": "Apache-2.0",
"main": "index.ts",
"opensearchDashboards": {
"version": "2.16.0",
"templateVersion": "2.16.0"
},
"wazuh": {
"version": "5.0.0",
"revision": "00"
},
"scripts": {
"osd": "node ../../scripts/osd",
"opensearch": "node ../../scripts/opensearch",
"lint:es": "node ../../scripts/eslint",
"lint": "yarn lint:es",
"start": "yarn plugin-helpers start",
"build": "yarn plugin-helpers build",
"test": "../../node_modules/.bin/jest --config ./test/jest.config.js",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"postinstall": "node ./scripts/postinstall.js"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"cron-validator": "^1.1.1",
"dompurify": "^3.0.11",
"elastic-builder": "^2.7.1",
"enzyme-adapter-react-16": "^1.15.5",
"exceljs": "^4.4.0",
"html2canvas": "1.4.1",
"jest-fetch-mock": "^3.0.3",
"jquery": "^3.5.0",
"jsdom": "18.0.0",
"json-2-csv": "^3.20.0",
"jspdf": "^2.5.1",
"react-addons-test-utils": "^15.6.2",
"react-id-generator": "^3.0.1",
"react-markdown": "^4.3.1",
"react-mde": "^10.2.1",
"react-native-base64": "^0.0.2",
"react-native-i18n": "^2.0.15",
"react-navigation": "^4.3.9",
"react-router-dom": "^5.3.0",
"react-toast-notifications": "^2.4.0",
"set-interval-async": "1.0.33",
"showdown": "^1.9.1",
"tesseract.js": "^4.0.2"
},
"devDependencies": {
"@elastic/eslint-import-resolver-kibana": "link:../../packages/osd-eslint-import-resolver-opensearch-dashboards",
"@types/dompurify": "^3.0.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jsdom": "^16.2.3",
"@types/react": "^16.14.23",
"@types/react-addons-test-utils": "^0.14.25",
"@types/react-dom": "^16.9.8",
"@types/react-test-renderer": "^18.0.0",
"@types/set-interval-async": "^1.0.0",
"@types/showdown": "^1.9.3",
"babel-jest": "^27.5.1",
"cypress": "^13.6.0",
"elastic-builder": "^2.7.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"identity-obj-proxy": "^3.0.0",
"jest-dom": "^4.0.0",
"react-test-renderer": "^16.12.0",
"replace-in-file": "^6.3.5",
"ts-jest": "^29.1.0"
},
"resolutions": {
"trim": "^1.0.0",
"doc-path": "3.1.0",
"y18n": "^5.0.5",
"lodash": "^4.17.21",
"path-parse": "^1.0.7",
"glob-parent": "^6.0.2",
"css-what": "^5.0.1",
"ansi-regex": "5.0.1",
"json-schema": "0.4.0",
"ws": "^7.5.10",
"minimatch": "^3.0.5",
"terser": "^4.8.1",
"moment": "^2.29.4",
"loader-utils": "^2.0.3",
"yaml": "^2.2.2",
"tough-cookie": "^4.1.3",
"semver": "^7.5.2",
"word-wrap": "^1.2.4",
"@cypress/request": "^3.0.0",
"@babel/traverse": "^7.23.2",
"debug": "^4.3.4",
"browserify-sign": "^4.2.2",
"braces": "^3.0.3"
}
} |
Desvelao
reviewed
Oct 9, 2024
Signed-off-by: Antonio <[email protected]>
Desvelao
approved these changes
Oct 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Tostti
deleted the
enhancement/338-integrate-the-reporting-plugin-in-the-package-building-process
branch
October 9, 2024 15:12
yenienserrano
added a commit
that referenced
this pull request
Oct 28, 2024
Signed-off-by: Antonio <[email protected]> Co-authored-by: Antonio <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds the reporting plugin to the package build process
Issues Resolved
Screenshot
https://github.com/yenienserrano/wazuh-dashboard/actions/runs/11162798673
Test
Check List
yarn test:jest
yarn test:jest_integration