-
Notifications
You must be signed in to change notification settings - Fork 186
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
Add angularJS dependencies #6145
Add angularJS dependencies #6145
Conversation
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
Details
osd-dev ➤ docker exec -ti a19 yarn start --no-base-path git:compatibility/osd-2.11.0-add-angular-dependencies-6135
yarn run v1.22.19
warning Skipping preferred cache folder "/home/node/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1000".
$ scripts/use_node scripts/opensearch_dashboards --dev --no-base-path
log [14:12:14.834] [info][plugins-service] Plugin "dataSourceManagement" has been disabled since the following direct or transitive dependencies are missing or disabled: [dataSource]
log [14:12:14.840] [info][plugins-service] Plugin "dataSource" is disabled.
log [14:12:14.840] [info][plugins-service] Plugin "visTypeXy" is disabled.
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
log [14:12:15.053] [info][plugins-service] Plugin initialization disabled.
log [14:12:15.096] [warning][savedobjects-service] Skipping Saved Object migrations on startup. Note: Individual documents will still be migrated when read or written.
np bld log [14:12:16.489] [info][@osd/optimizer] initialized, 53 bundles cached
watching for changes (2502 files)
np bld log [14:12:17.098] [info][@osd/optimizer] starting worker [1 bundle]
server log [14:12:21.311] [info][plugins-service] Plugin "dataSourceManagement" has been disabled since the following direct or transitive dependencies are missing or disabled: [dataSource]
server log [14:12:21.318] [info][plugins-service] Plugin "dataSource" is disabled.
server log [14:12:21.319] [info][plugins-service] Plugin "visTypeXy" is disabled.
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
server log [14:12:21.592] [info][plugins-system] Setting up [42] plugins: [usageCollection,opensearchDashboardsUsageCollection,opensearchDashboardsLegacy,mapsLegacy,share,opensearchUiShared,legacyExport,embeddable,expressions,data,home,apmOss,savedObjects,dashboard,visualizations,visBuilder,visTypeVega,visTypeTimeline,visTypeTable,visTypeMarkdown,visAugmenter,tileMap,regionMap,inputControlVis,visualize,management,indexPatternManagement,advancedSettings,console,dataExplorer,charts,visTypeVislib,visTypeTimeseries,visTypeTagcloud,visTypeMetric,discover,savedObjectsManagement,securityDashboards,wazuhCore,wazuhCheckUpdates,wazuh,bfetch]
[agentkeepalive:deprecated] options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead
server log [14:12:22.006] [info][savedobjects-service] Waiting until all OpenSearch nodes are compatible with OpenSearch Dashboards before starting saved objects migrations...
server log [14:12:22.099] [info][savedobjects-service] Starting saved objects migrations
server log [14:12:22.248] [info][plugins-system] Starting [42] plugins: [usageCollection,opensearchDashboardsUsageCollection,opensearchDashboardsLegacy,mapsLegacy,share,opensearchUiShared,legacyExport,embeddable,expressions,data,home,apmOss,savedObjects,dashboard,visualizations,visBuilder,visTypeVega,visTypeTimeline,visTypeTable,visTypeMarkdown,visAugmenter,tileMap,regionMap,inputControlVis,visualize,management,indexPatternManagement,advancedSettings,console,dataExplorer,charts,visTypeVislib,visTypeTimeseries,visTypeTagcloud,visTypeMetric,discover,savedObjectsManagement,securityDashboards,wazuhCore,wazuhCheckUpdates,wazuh,bfetch]
server log [14:12:22.596] [info][listening] Server running at https://0.0.0.0:5601
server log [14:12:22.737] [info][server][OpenSearchDashboards][http] http server running at https://0.0.0.0:5601
np bld log [14:14:24.154] [success][@osd/optimizer] 1 bundles compiled successfully after 128.2 sec, watching for changes
A pull request check failed: https://github.com/wazuh/wazuh-dashboard-plugins/actions/runs/7019219256/job/19096188632?pr=6145 To merge the pull request, should we ignore this due to the addition of dependencies that are vulnerable? |
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.
|
|
|
Description
This pull request adds the AngularJS dependencies to the plugins because OpenSearch 2.11.0 no longer includes any of them.
Issues Resolved
Closes #6135
Test
[Provide instructions to test this PR]
Check List
yarn test:jest