-
Notifications
You must be signed in to change notification settings - Fork 95
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
Rebase opensight UI #4121
Rebase opensight UI #4121
Commits on Jun 6, 2024
-
Add: Add a react hook for storing instance variables
An instance variable stores the value directly and doesn't cause re-renders if it is changed. Variables returned from this hooks are comparable to instance variables for class components.
Configuration menu - View commit details
-
Copy full SHA for 254d64c - Browse repository at this point
Copy the full SHA 254d64cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23bb596 - Browse repository at this point
Copy the full SHA 23bb596View commit details -
CI: Allow the dependency review workflow to write a message to the PR
The dependency review workflow is able to write a summary message to the PR if it is allowed to write to the workflow.
Configuration menu - View commit details
-
Copy full SHA for ce1c182 - Browse repository at this point
Copy the full SHA ce1c182View commit details -
Add: Add a useShallowEqualSelector hook
The useShallowEqualSelector hooks allows to avoid re-renders if an object is selected from the redux store but its value(s) didn't change. With the standard selector which uses `===` comparison even updating an object's value to the same value will cause a re-render (because a new state object is created). This pattern can be found at https://react-redux.js.org/api/hooks#recipe-useshallowequalselector
Configuration menu - View commit details
-
Copy full SHA for a6d9b92 - Browse repository at this point
Copy the full SHA a6d9b92View commit details
Commits on Jun 7, 2024
-
Add: Add a usePageFilter hook to get the applied filter of a page
The new usePageFilter hook allows to get the current applied filter of a page from the redux store.
Configuration menu - View commit details
-
Copy full SHA for b94db25 - Browse repository at this point
Copy the full SHA b94db25View commit details -
Allow to change, reset and remove a page filter
Update the usePageFilter hook to add additional functions to change, reset and remove a page filter.
Configuration menu - View commit details
-
Copy full SHA for fb4e6cd - Browse repository at this point
Copy the full SHA fb4e6cdView commit details -
Use useShallowEqualSelector in usePageFilter
The selectors where invented for usage with mapStateToProps therefore they return objects at the moment. To avoid unnecessary re-renders the returned objects need to be compared with shallow equal.
Configuration menu - View commit details
-
Copy full SHA for b9e2cf5 - Browse repository at this point
Copy the full SHA b9e2cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee883c - Browse repository at this point
Copy the full SHA 2ee883cView commit details -
Refactor FilterProvider to use usePageFilter internally
At the end FilterProvider should be replaced with usePageFilter completely.
Configuration menu - View commit details
-
Copy full SHA for 3786b01 - Browse repository at this point
Copy the full SHA 3786b01View commit details -
Reorder variable and hook definitions
Allow for better reading flow where variables and hooks are defined at the top.
Configuration menu - View commit details
-
Copy full SHA for 5f0acf8 - Browse repository at this point
Copy the full SHA 5f0acf8View commit details -
Add: CVSS 4.0 Calculator (#4036)
* Add: CVSS 4.0 Calculator * Add: test for CvssV4Point0Calculator * Apply: review comments * Add: German translations
Configuration menu - View commit details
-
Copy full SHA for 3371ec5 - Browse repository at this point
Copy the full SHA 3371ec5View commit details -
Add: Add a usePreviousValue hook
Add a new hooks that allows to get the previous value after the value is changed. For example this hook can be used to check whether a filter has changed.
Configuration menu - View commit details
-
Copy full SHA for 3c1d85e - Browse repository at this point
Copy the full SHA 3c1d85eView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 827340e - Browse repository at this point
Copy the full SHA 827340eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f5da0 - Browse repository at this point
Copy the full SHA 78f5da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb39e0c - Browse repository at this point
Copy the full SHA eb39e0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 566b43f - Browse repository at this point
Copy the full SHA 566b43fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcaabbf - Browse repository at this point
Copy the full SHA dcaabbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e9a3e - Browse repository at this point
Copy the full SHA d3e9a3eView commit details -
Add: Support CVSS 4.0 fields in CVEs.
CVSS 4.0 metrics can now be displayed in CVE details.
Configuration menu - View commit details
-
Copy full SHA for 126712d - Browse repository at this point
Copy the full SHA 126712dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cab2ab - Browse repository at this point
Copy the full SHA 2cab2abView commit details -
Capitalize first letter in metric values instead of all caps
for translation and consistency with the calculator.
Configuration menu - View commit details
-
Copy full SHA for 90d9dc9 - Browse repository at this point
Copy the full SHA 90d9dc9View commit details
Commits on Jun 12, 2024
-
Merge pull request #4059 from greenbone/handle-cvss4-for-cves
Support CVSS 4.0 fields in CVEs.
Configuration menu - View commit details
-
Copy full SHA for 43053c5 - Browse repository at this point
Copy the full SHA 43053c5View commit details -
Add: Implement a useTiming hook
The hook can be used to run a function after a specific amount of time for example for doing a reload of data.
Configuration menu - View commit details
-
Copy full SHA for a5a0c42 - Browse repository at this point
Copy the full SHA a5a0c42View commit details -
Change: withIconSize HOC to hook (#4060)
* Change: withIconSize HOC to hook * add tests * improve test coverage * remove snapshot test
Configuration menu - View commit details
-
Copy full SHA for 7e8e2fa - Browse repository at this point
Copy the full SHA 7e8e2faView commit details -
Bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for ea02ad7 - Browse repository at this point
Copy the full SHA ea02ad7View commit details -
Merge pull request #4061 from greenbone/dependabot/npm_and_yarn/brace…
…s-3.0.3 Bump braces from 3.0.2 to 3.0.3
Configuration menu - View commit details
-
Copy full SHA for 4ef0714 - Browse repository at this point
Copy the full SHA 4ef0714View commit details
Commits on Jun 13, 2024
-
Add: Add a useReload hook to make the Reload component obsolete
The new useReload hook is based in useTiming. It calls a timing function before every reload to calculate the timeout before the reload. This timing function gets a isVisible argument passed. Using the argument the timing function can decide to extend the timeout when the current browser window is not visible.
Configuration menu - View commit details
-
Copy full SHA for 2bf49dc - Browse repository at this point
Copy the full SHA 2bf49dcView commit details -
Add: Add a useFilterSortBy hook
The hook determines the sort field and direction of a filter and allows to change both via a returned function. The hook can be used to implement the filter changes when clicking on the different header columns of a entities list.
Configuration menu - View commit details
-
Copy full SHA for 3af32a4 - Browse repository at this point
Copy the full SHA 3af32a4View commit details -
The hook returns functions the update a filter for getting the next, previous, first and last page for a list of entities.
Configuration menu - View commit details
-
Copy full SHA for 5a78a99 - Browse repository at this point
Copy the full SHA 5a78a99View commit details
Commits on Jun 14, 2024
-
The useSelection hook implements the entity selection at a entities list table. It is possible to select/deselect specific entities from the list/table, to select all entities displayed at the page or all entities for the current filter (filter without rows value applied).
Configuration menu - View commit details
-
Copy full SHA for 2528ea5 - Browse repository at this point
Copy the full SHA 2528ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ddb2d6 - Browse repository at this point
Copy the full SHA 9ddb2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f9e5c - Browse repository at this point
Copy the full SHA 12f9e5cView commit details
Commits on Jun 17, 2024
-
Add: Add new hook to determine the loading interval for entities pages
Add a useEntitiesReloadInterval hook to replace in conjunction with the useReload hook the Reload component. useEntitiesReloadInterval calculates the timeout for the next reload and useReload actually calls a function after this timeout to allow reloading data.
Configuration menu - View commit details
-
Copy full SHA for 7213041 - Browse repository at this point
Copy the full SHA 7213041View commit details -
Add: Add a BulkTags component for handling tagging of entities
The BulkTags component provides dialogs and functions for tagging several entities with an existing or new tag.
Configuration menu - View commit details
-
Copy full SHA for c125bc9 - Browse repository at this point
Copy the full SHA c125bc9View commit details -
Fix: Don't pass gmp object to TagDialog onSave handle
The gmp object is not part of saving a tag. Therefore it shouldn't be put into the state of the TagDialog and passed to the onSave handler.
Configuration menu - View commit details
-
Copy full SHA for 5c7b19c - Browse repository at this point
Copy the full SHA 5c7b19cView commit details -
Change: Allow to show errors in the TagsDialog
Allow to show errors in the TagsDialog. This may be necessary for example if a new tag can't be created.
Configuration menu - View commit details
-
Copy full SHA for 0ed5685 - Browse repository at this point
Copy the full SHA 0ed5685View commit details
Commits on Jun 18, 2024
-
The useDownload hook in conjunction with the Download component should replace the withDownload HOC in future.
Configuration menu - View commit details
-
Copy full SHA for 24871a0 - Browse repository at this point
Copy the full SHA 24871a0View commit details -
Add a simple test for useDownload hook
Combine Download with useDownload in a simple test.
Configuration menu - View commit details
-
Copy full SHA for 97fcfeb - Browse repository at this point
Copy the full SHA 97fcfebView commit details -
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.16.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 791f36d - Browse repository at this point
Copy the full SHA 791f36dView commit details -
Merge pull request #4072 from greenbone/dependabot/npm_and_yarn/ws-8.…
…17.1 Bump ws from 8.16.0 to 8.17.1
Configuration menu - View commit details
-
Copy full SHA for e9a1b84 - Browse repository at this point
Copy the full SHA e9a1b84View commit details -
Add: Toggle to enable EPSS fields
The EPSS fields for CVEs and VTs can now be toggled with an option in the config.js file. This is done because no EPSS feed is provided yet, so the new fields should only be enabled for testing.
Configuration menu - View commit details
-
Copy full SHA for a0042e4 - Browse repository at this point
Copy the full SHA a0042e4View commit details -
Clean up EPSS on CVE and NVT pages
A superfluous fragment has been removed and consts are used for the EPSS scores and percentiles in tables for better readability.
Configuration menu - View commit details
-
Copy full SHA for d79623d - Browse repository at this point
Copy the full SHA d79623dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 655a2a4 - Browse repository at this point
Copy the full SHA 655a2a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d87d2a5 - Browse repository at this point
Copy the full SHA d87d2a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f955c28 - Browse repository at this point
Copy the full SHA f955c28View commit details
Commits on Jun 19, 2024
-
Change: Use
.js
as file suffix for hooksHooks usually don't contain JSX and therefore should use `.js` for the file suffix. Currently this is mixed up between `.jsx` and `.js`.
Configuration menu - View commit details
-
Copy full SHA for 51d0337 - Browse repository at this point
Copy the full SHA 51d0337View commit details -
Change: Extract ErrorMarker from useFormValidation hook module
Hooks should not contain JSX code and should be plain JS only. Therefore extract the ErrorMarker component from the useFormValidation module and use `js` file suffix for the module.
Configuration menu - View commit details
-
Copy full SHA for 9dbee64 - Browse repository at this point
Copy the full SHA 9dbee64View commit details -
Simplify ErrorMarker component
Just support the actual prop in use (`isVisible`) and drop passing a child.
Configuration menu - View commit details
-
Copy full SHA for 0347710 - Browse repository at this point
Copy the full SHA 0347710View commit details -
Change: Refactor PortLists page to a HOC less entities page
Use the PortLists page as an example on howto refactor an entities page to use the new hooks instead of the withEntitiesContainer HOC. Despite having some more lines of code it should be easier to understand then before.
Configuration menu - View commit details
-
Copy full SHA for 5d09434 - Browse repository at this point
Copy the full SHA 5d09434View commit details
Commits on Jun 20, 2024
-
Add: EPSS scoring info to results
Scan results now show EPSS scores, percentiles and CVEs of their VTs if the enableEPSS option is set to true.
Configuration menu - View commit details
-
Copy full SHA for ec97f7a - Browse repository at this point
Copy the full SHA ec97f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a017000 - Browse repository at this point
Copy the full SHA a017000View commit details -
Configuration menu - View commit details
-
Copy full SHA for e72ec05 - Browse repository at this point
Copy the full SHA e72ec05View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6d140d - Browse repository at this point
Copy the full SHA b6d140dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2b6b9 - Browse repository at this point
Copy the full SHA ec2b6b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b3486 - Browse repository at this point
Copy the full SHA 68b3486View commit details -
Change: Move useLicense hook to hooks directory
The license feature is unused and could possibly removed completely. But until now we should get a consistent directory layout.
Configuration menu - View commit details
-
Copy full SHA for 25af2e2 - Browse repository at this point
Copy the full SHA 25af2e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4542fd - Browse repository at this point
Copy the full SHA c4542fdView commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97516f4 - Browse repository at this point
Copy the full SHA 97516f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4253bc4 - Browse repository at this point
Copy the full SHA 4253bc4View commit details -
Automatic adjustments after release [skip ci]
* Update to version 23.1.1-dev1
Configuration menu - View commit details
-
Copy full SHA for b6d060c - Browse repository at this point
Copy the full SHA b6d060cView commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90ead61 - Browse repository at this point
Copy the full SHA 90ead61View commit details
Commits on Jun 28, 2024
-
Merge pull request #4082 from greenbone/fix-report-configs-for-delta-…
…reports Fix: Allow applying report configs to delta reports.
Configuration menu - View commit details
-
Copy full SHA for cd39ab5 - Browse repository at this point
Copy the full SHA cd39ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ef597 - Browse repository at this point
Copy the full SHA f7ef597View commit details -
Automatic adjustments after release [skip ci]
* Update to version 23.1.2-dev1
Configuration menu - View commit details
-
Copy full SHA for 27b5a40 - Browse repository at this point
Copy the full SHA 27b5a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f5a75 - Browse repository at this point
Copy the full SHA d6f5a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 096dbd6 - Browse repository at this point
Copy the full SHA 096dbd6View commit details -
Automatic adjustments after release [skip ci]
* Update to version 23.1.2-dev1
Configuration menu - View commit details
-
Copy full SHA for 39b96ab - Browse repository at this point
Copy the full SHA 39b96abView commit details -
Deps: Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 01d6975 - Browse repository at this point
Copy the full SHA 01d6975View commit details -
Merge pull request #4078 from greenbone/dependabot/github_actions/doc…
…ker/build-push-action-6 Deps: Bump docker/build-push-action from 5 to 6
Configuration menu - View commit details
-
Copy full SHA for 1053a7d - Browse repository at this point
Copy the full SHA 1053a7dView commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 639ce97 - Browse repository at this point
Copy the full SHA 639ce97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea4d3b - Browse repository at this point
Copy the full SHA 4ea4d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 653acd3 - Browse repository at this point
Copy the full SHA 653acd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 821926d - Browse repository at this point
Copy the full SHA 821926dView commit details -
Merge pull request #4077 from greenbone/add-epss-to-results
Add: EPSS scoring info to results
Configuration menu - View commit details
-
Copy full SHA for 6751192 - Browse repository at this point
Copy the full SHA 6751192View commit details -
Add: Available optional features in Capabilities
The Capabilities object now has a featureEnabled method that checks if an optional feature is enabled according to the new GET_FEATURES GMP command. This will allow toggling/modifying UI elements for these features without a redundant setting in the GSA config.
Configuration menu - View commit details
-
Copy full SHA for c055f65 - Browse repository at this point
Copy the full SHA c055f65View commit details -
Use camelCase for capabilities, update exceptions
Attributes in Capabilities now use camelCase and exceptions for snake_case in the GMP responses have been added.
Configuration menu - View commit details
-
Copy full SHA for 3835769 - Browse repository at this point
Copy the full SHA 3835769View commit details -
Merge pull request #4094 from greenbone/add-features-to-capabilities
Add: Available optional features in Capabilities
Configuration menu - View commit details
-
Copy full SHA for ba2df9c - Browse repository at this point
Copy the full SHA ba2df9cView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 065b112 - Browse repository at this point
Copy the full SHA 065b112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a2ac2 - Browse repository at this point
Copy the full SHA 18a2ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4198a - Browse repository at this point
Copy the full SHA fc4198aView commit details -
Merge pull request #4095 from greenbone/add-conditional-route-for-fea…
…tures-flags Add: conditional route component for feature flag
Configuration menu - View commit details
-
Copy full SHA for 3471fbf - Browse repository at this point
Copy the full SHA 3471fbfView commit details
Commits on Jul 11, 2024
-
Deps: Bump @testing-library/react from 15.0.6 to 16.0.0 (#4091)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.6 to 16.0.0. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v15.0.6...v16.0.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: daniele-mng <daniele.mangiagli@greenbone.net>
Configuration menu - View commit details
-
Copy full SHA for 952ec5f - Browse repository at this point
Copy the full SHA 952ec5fView commit details -
Deps: Bump uuid from 9.0.1 to 10.0.0 (#4086)
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 10.0.0. - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v9.0.1...v10.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: daniele-mng <daniele.mangiagli@greenbone.net>
Configuration menu - View commit details
-
Copy full SHA for fa3e091 - Browse repository at this point
Copy the full SHA fa3e091View commit details -
Deps: Bump @sentry/react from 8.7.0 to 8.13.0 (#4089)
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 8.7.0 to 8.13.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@8.7.0...8.13.0) --- updated-dependencies: - dependency-name: "@sentry/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: daniele-mng <daniele.mangiagli@greenbone.net>
Configuration menu - View commit details
-
Copy full SHA for 67c7213 - Browse repository at this point
Copy the full SHA 67c7213View commit details -
Deps: Bump prettier from 3.2.5 to 3.3.2 (#4090)
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: daniele-mng <daniele.mangiagli@greenbone.net>
Configuration menu - View commit details
-
Copy full SHA for 7cd3ef9 - Browse repository at this point
Copy the full SHA 7cd3ef9View commit details -
Deps: Bump the patch-updates group across 1 directory with 7 updates (#…
…4096) Bumps the patch-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.2.5` | `2.2.6` | | [qs](https://github.com/ljharb/qs) | `6.12.1` | `6.12.3` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.6` | `7.24.7` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.5` | `6.4.6` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.3.0` | `4.3.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.2` | `7.34.3` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.7` | `0.4.8` | Updates `@reduxjs/toolkit` from 2.2.5 to 2.2.6 - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](reduxjs/redux-toolkit@v2.2.5...v2.2.6) Updates `qs` from 6.12.1 to 6.12.3 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.12.1...v6.12.3) Updates `@babel/cli` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-cli) Updates `@testing-library/jest-dom` from 6.4.5 to 6.4.6 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.4.5...v6.4.6) Updates `@vitejs/plugin-react` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.1/packages/plugin-react) Updates `eslint-plugin-react` from 7.34.2 to 7.34.3 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.34.2...v7.34.3) Updates `eslint-plugin-react-refresh` from 0.4.7 to 0.4.8 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.7...v0.4.8) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@vitejs/plugin-react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: eslint-plugin-react-refresh dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: daniele-mng <daniele.mangiagli@greenbone.net>
Configuration menu - View commit details
-
Copy full SHA for e9bad1b - Browse repository at this point
Copy the full SHA e9bad1bView commit details -
Deps: Bump vite from 5.2.12 to 5.3.3 (#4100)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.12 to 5.3.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: daniele-mng <daniele.mangiagli@greenbone.net>
Configuration menu - View commit details
-
Copy full SHA for 09a8627 - Browse repository at this point
Copy the full SHA 09a8627View commit details -
Deps: Bump typescript from 5.4.5 to 5.5.3 (#4101)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.5...v5.5.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9065424 - Browse repository at this point
Copy the full SHA 9065424View commit details -
Deps: Bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.16.0 (#4099
) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.12.0 to 7.16.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2be70b6 - Browse repository at this point
Copy the full SHA 2be70b6View commit details -
Deps: Bump @typescript-eslint/parser from 7.12.0 to 7.16.0 (#4097)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.12.0 to 7.16.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2596273 - Browse repository at this point
Copy the full SHA 2596273View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a11f731 - Browse repository at this point
Copy the full SHA a11f731View commit details
Commits on Jul 22, 2024
-
Fix: Make report configs optional in alerts and reports
If the report configs are not available, the report export and alert dialogs will hide the report config fields. This will make the dialogs work as expected if the report config commands are disabled.
Configuration menu - View commit details
-
Copy full SHA for 158aaf7 - Browse repository at this point
Copy the full SHA 158aaf7View commit details -
Use withCapabilities in alert method parts
Instead of passing the capabilities as a prop, use withCapabilities in the dialog part components for the alert methods SCP, Send, SMB and Verinice.
Configuration menu - View commit details
-
Copy full SHA for 8ad3e57 - Browse repository at this point
Copy the full SHA 8ad3e57View commit details -
Use useCapabilities hook in alert method parts
Instead of using the withCapabilities HOC, the alert method parts now use the useCapabilities hook.
Configuration menu - View commit details
-
Copy full SHA for a9f6185 - Browse repository at this point
Copy the full SHA a9f6185View commit details -
Merge pull request #4104 from greenbone/make-report-configs-optional
Fix: Make report configs optional in alerts and reports
Configuration menu - View commit details
-
Copy full SHA for a9b91c2 - Browse repository at this point
Copy the full SHA a9b91c2View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fc8b0a - Browse repository at this point
Copy the full SHA 6fc8b0aView commit details -
Automatic adjustments after release [skip ci]
* Update to version 23.2.1-dev1
Configuration menu - View commit details
-
Copy full SHA for 8195cd6 - Browse repository at this point
Copy the full SHA 8195cd6View commit details
Commits on Jul 25, 2024
-
Fix: Disable mangling in production build minify
The production build now uses terser with the "mangle" option deactivated. This addresses a false positive Lintian warning from a mangled variable name.
Configuration menu - View commit details
-
Copy full SHA for daa8910 - Browse repository at this point
Copy the full SHA daa8910View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f39103 - Browse repository at this point
Copy the full SHA 6f39103View commit details -
Automatic adjustments after release [skip ci]
* Update to version 23.2.2-dev1
Configuration menu - View commit details
-
Copy full SHA for 1a00dbd - Browse repository at this point
Copy the full SHA 1a00dbdView commit details
Commits on Jul 29, 2024
-
Bump fast-xml-parser from 4.3.6 to 4.4.1
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.6 to 4.4.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v4.3.6...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for cf4f4eb - Browse repository at this point
Copy the full SHA cf4f4ebView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a95e44c - Browse repository at this point
Copy the full SHA a95e44cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d4a54 - Browse repository at this point
Copy the full SHA f0d4a54View commit details -
Merge pull request #4111 from greenbone/dependabot/npm_and_yarn/fast-…
…xml-parser-4.4.1 Bump fast-xml-parser from 4.3.6 to 4.4.1
Configuration menu - View commit details
-
Copy full SHA for 36885c6 - Browse repository at this point
Copy the full SHA 36885c6View commit details
Commits on Aug 5, 2024
-
Deps: Bump eslint-plugin-react from 7.34.3 to 7.35.0 (#4118)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.34.3 to 7.35.0. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.34.3...v7.35.0) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d2c8555 - Browse repository at this point
Copy the full SHA d2c8555View commit details -
Deps: Bump @typescript-eslint/parser from 7.16.0 to 7.18.0 (#4114)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.16.0 to 7.18.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: daniele-mng <daniele.mangiagli@greenbone.net>
Configuration menu - View commit details
-
Copy full SHA for a167ad6 - Browse repository at this point
Copy the full SHA a167ad6View commit details -
Deps: Bump i18next from 23.11.5 to 23.12.2 (#4117)
Bumps [i18next](https://github.com/i18next/i18next) from 23.11.5 to 23.12.2. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v23.11.5...v23.12.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 43cc2ca - Browse repository at this point
Copy the full SHA 43cc2caView commit details -
Deps: Bump @typescript-eslint/eslint-plugin from 7.16.0 to 8.0.0 (#4113)
* Deps: Bump @typescript-eslint/eslint-plugin from 7.16.0 to 8.0.0 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.0 to 8.0.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * update ts eslint parser version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: daniele-mng <daniele.mangiagli@greenbone.net>
Configuration menu - View commit details
-
Copy full SHA for 8922d0d - Browse repository at this point
Copy the full SHA 8922d0dView commit details -
Deps: Bump @sentry/react from 8.13.0 to 8.22.0 (#4119)
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 8.13.0 to 8.22.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@8.13.0...8.22.0) --- updated-dependencies: - dependency-name: "@sentry/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ffaf5d2 - Browse repository at this point
Copy the full SHA ffaf5d2View commit details -
Deps: Bump the patch-updates group with 9 updates (#4112)
Bumps the patch-updates group with 9 updates: | Package | From | To | | --- | --- | --- | | [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.2.6` | `2.2.7` | | [downshift](https://github.com/downshift-js/downshift) | `9.0.6` | `9.0.7` | | [styled-components](https://github.com/styled-components/styled-components) | `6.1.11` | `6.1.12` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.7` | `7.24.8` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.6` | `6.4.8` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.8` | `0.4.9` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.3` | `5.3.5` | Updates `@reduxjs/toolkit` from 2.2.6 to 2.2.7 - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](reduxjs/redux-toolkit@v2.2.6...v2.2.7) Updates `downshift` from 9.0.6 to 9.0.7 - [Release notes](https://github.com/downshift-js/downshift/releases) - [Changelog](https://github.com/downshift-js/downshift/blob/master/CHANGELOG.md) - [Commits](downshift-js/downshift@v9.0.6...v9.0.7) Updates `styled-components` from 6.1.11 to 6.1.12 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](styled-components/styled-components@v6.1.11...v6.1.12) Updates `@babel/cli` from 7.24.7 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-cli) Updates `@testing-library/jest-dom` from 6.4.6 to 6.4.8 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.4.6...v6.4.8) Updates `eslint-plugin-react-refresh` from 0.4.8 to 0.4.9 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.8...v0.4.9) Updates `prettier` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.2...3.3.3) Updates `typescript` from 5.5.3 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4) Updates `vite` from 5.3.3 to 5.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: downshift dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: styled-components dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: eslint-plugin-react-refresh dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e6e3d82 - Browse repository at this point
Copy the full SHA e6e3d82View commit details
Commits on Aug 6, 2024
-
Deps: Bump @vitest/ui from 1.6.0 to 2.0.5 (#4116)
* Deps: Bump @vitest/ui from 1.6.0 to 2.0.5 Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 1.6.0 to 2.0.5. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/ui) --- updated-dependencies: - dependency-name: "@vitest/ui" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * update dep --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: daniele-mng <daniele.mangiagli@greenbone.net>
Configuration menu - View commit details
-
Copy full SHA for c551962 - Browse repository at this point
Copy the full SHA c551962View commit details -
Add: Add opensight-ui-components and mantine for new UI
Start to implement new UI components for GSA.
Configuration menu - View commit details
-
Copy full SHA for 98a063f - Browse repository at this point
Copy the full SHA 98a063fView commit details -
Add: Add new components for row and column layouts
Both components are based on mantine and flexbox. They are intended to replace Layout especially in dialogs.
Configuration menu - View commit details
-
Copy full SHA for 882343e - Browse repository at this point
Copy the full SHA 882343eView commit details -
Add: Add useValueChange hook for form components
All form components should be able to call the onChange handler with the value, name pair. Therefore introduce a generic hook to abstract the event handling.
Configuration menu - View commit details
-
Copy full SHA for 65301d3 - Browse repository at this point
Copy the full SHA 65301d3View commit details -
Provide userEvent from @testing-library/user-event@14
Use latest release of userEvent.
Configuration menu - View commit details
-
Copy full SHA for 6cb1a10 - Browse repository at this point
Copy the full SHA 6cb1a10View commit details -
Render theme provider for opensight-ui in tests
The theme provider is required to be able to test components based on opensight-ui and mantine.
Configuration menu - View commit details
-
Copy full SHA for fcc711e - Browse repository at this point
Copy the full SHA fcc711eView commit details -
Setup ResizeObserver for components based on opensight-ui/mantine
The ResizeObserver is required to be able to run the tests for opensight based components.
Configuration menu - View commit details
-
Copy full SHA for bd0a196 - Browse repository at this point
Copy the full SHA bd0a196View commit details -
Add: Add a hook to load the user's capabilities from the backend
The capabilities of the user are provided via a react context and therefore it should be able to load them independently from the redux store.
Configuration menu - View commit details
-
Copy full SHA for 02f88cb - Browse repository at this point
Copy the full SHA 02f88cbView commit details -
Add: Add hooks for handling the filter dialog state
Using the new hooks allows to rewrite all filter dialogs to function components more easily.
Configuration menu - View commit details
-
Copy full SHA for bc25467 - Browse repository at this point
Copy the full SHA bc25467View commit details -
Add theme provider for opensight-ui based components
When rendering the react app the theme provider for mantine is required.
Configuration menu - View commit details
-
Copy full SHA for f6cf748 - Browse repository at this point
Copy the full SHA f6cf748View commit details -
Change: Refactor all form UI components
Use opensight-ui and mantine for all form components. With this change all the form components are refreshed in their visual appearance.
Configuration menu - View commit details
-
Copy full SHA for 5448fc2 - Browse repository at this point
Copy the full SHA 5448fc2View commit details -
Change: Rework dialog components to use Modal as base
Update Dialog component to use the Model component from opensight for improved UI.
Configuration menu - View commit details
-
Copy full SHA for bb393d2 - Browse repository at this point
Copy the full SHA bb393d2View commit details -
Use opensight AppNavigation to implement a new menu.
Configuration menu - View commit details
-
Copy full SHA for c36da83 - Browse repository at this point
Copy the full SHA c36da83View commit details -
Use new AppBar from opensight.
Configuration menu - View commit details
-
Copy full SHA for 01bb099 - Browse repository at this point
Copy the full SHA 01bb099View commit details -
Fix rendering of list page content
Align the content of list pages at the top.
Configuration menu - View commit details
-
Copy full SHA for 46f50e2 - Browse repository at this point
Copy the full SHA 46f50e2View commit details -
Change: Adjust login page for new UI
Use new form components for updated UI at the login page.
Configuration menu - View commit details
-
Copy full SHA for 3208b68 - Browse repository at this point
Copy the full SHA 3208b68View commit details -
Change: Update DialogNotification for new Dialog UI
Adjust the DialogNotification component for new Dialog.
Configuration menu - View commit details
-
Copy full SHA for af15b38 - Browse repository at this point
Copy the full SHA af15b38View commit details -
Change: Refactor TrashCan page to function component with new UI
Adjust TrashCan page for new UI.
Configuration menu - View commit details
-
Copy full SHA for 2d6535f - Browse repository at this point
Copy the full SHA 2d6535fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0633467 - Browse repository at this point
Copy the full SHA 0633467View commit details -
Change: Update wizards for new UI
Adjust layout of wizard dialogs for new UI.
Configuration menu - View commit details
-
Copy full SHA for c7c051a - Browse repository at this point
Copy the full SHA c7c051aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c9099e - Browse repository at this point
Copy the full SHA 7c9099eView commit details -
Change: Adjust performance page for new UI
Fix the layout of the performance page.
Configuration menu - View commit details
-
Copy full SHA for da5c7f4 - Browse repository at this point
Copy the full SHA da5c7f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a869c - Browse repository at this point
Copy the full SHA 86a869cView commit details -
Change: Update create and edit dialog to new UI layout
Adjust create and edit dialogs for new UI components and layout.
Configuration menu - View commit details
-
Copy full SHA for 5593b53 - Browse repository at this point
Copy the full SHA 5593b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a857d1 - Browse repository at this point
Copy the full SHA 3a857d1View commit details -
Change: Update all filter dialogs for new UI
Adjust the filter dialogs of all list pages.
Configuration menu - View commit details
-
Copy full SHA for ae0ca03 - Browse repository at this point
Copy the full SHA ae0ca03View commit details -
Fix the CPE icon and update the menu entries to use contain necessary object properties.
Configuration menu - View commit details
-
Copy full SHA for bd85913 - Browse repository at this point
Copy the full SHA bd85913View commit details -
Fix issue with using opensight-ui as CJS but shipping with ESM
``` SyntaxError: Unexpected token 'export' Module <snip>/node_modules/@greenbone/opensight-ui-components/lib/utils/compareHelper.js:1 seems to be an ES Module but shipped in a CommonJS package. You might want to create an issue to the package "@greenbone/opensight-ui-components" asking them to ship the file in .mjs extension or add "type": "module" in their package.json. As a temporary workaround you can try to inline the package by updating your config: // vitest.config.js export default { test: { server: { deps: { inline: [ "@greenbone/opensight-ui-components" ] } } } } ```
Configuration menu - View commit details
-
Copy full SHA for e3ee579 - Browse repository at this point
Copy the full SHA e3ee579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5553245 - Browse repository at this point
Copy the full SHA 5553245View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7cada - Browse repository at this point
Copy the full SHA 5d7cadaView commit details -
Remove obsolete dialog components
These components are obsolete since we are using the Modal component from opensight-ui/mantine now.
Configuration menu - View commit details
-
Copy full SHA for 09527c1 - Browse repository at this point
Copy the full SHA 09527c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8a1747 - Browse repository at this point
Copy the full SHA a8a1747View commit details -
Change: Don't require the to prop for Link component
Actually it is optional and it is set to an empty string by default already.
Configuration menu - View commit details
-
Copy full SHA for 273398d - Browse repository at this point
Copy the full SHA 273398dView commit details -
Extract opensight-ui and its dependencies into an own chunk
Split the required js code for opensigth-ui into an own chunk bundle for production builds.
Configuration menu - View commit details
-
Copy full SHA for 43ada38 - Browse repository at this point
Copy the full SHA 43ada38View commit details -
Provide a mock implementation for window.matchMedia
It seems window.matchMedia is required for the Select components now. Thus implement a mock of the API for being able to test the select components.
Configuration menu - View commit details
-
Copy full SHA for 294ecc5 - Browse repository at this point
Copy the full SHA 294ecc5View commit details -
Change: Remove obsolete TitleBar component
The TitleBar is not used anymore.
Configuration menu - View commit details
-
Copy full SHA for 7f4ee3d - Browse repository at this point
Copy the full SHA 7f4ee3dView commit details -
Fix, update and improve dialog tests
Get the tests for the dialog components running again, drop all snapshots because with mantine they aren't stable anymore and improve testing specific component parts by adding getter functions.
Configuration menu - View commit details
-
Copy full SHA for bc94124 - Browse repository at this point
Copy the full SHA bc94124View commit details -
Update form tests for new testing functions
The getters for specific components were extracted into a testing module.
Configuration menu - View commit details
-
Copy full SHA for 585d55b - Browse repository at this point
Copy the full SHA 585d55bView commit details -
Update all powerfilter component tests
Fix and update all powerfilter tests by adapting to new form components and using the testing getters.
Configuration menu - View commit details
-
Copy full SHA for 3f2639b - Browse repository at this point
Copy the full SHA 3f2639bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c497b6 - Browse repository at this point
Copy the full SHA 4c497b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e83f0c0 - Browse repository at this point
Copy the full SHA e83f0c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdbd2a6 - Browse repository at this point
Copy the full SHA bdbd2a6View commit details -
Rename function method from clickItem to clickElement
clickElement is more generic because the function allows to send a click event on arbitrary HTML elements not only select items.
Configuration menu - View commit details
-
Copy full SHA for a3fb916 - Browse repository at this point
Copy the full SHA a3fb916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fad282 - Browse repository at this point
Copy the full SHA 5fad282View commit details -
Make component testing functions more flexible
Allow for querying within a specific parent element. This will allow for easier usage of the testing functions within pages tests where components like select boxes may be rendered at several places.
Configuration menu - View commit details
-
Copy full SHA for 5a333f5 - Browse repository at this point
Copy the full SHA 5a333f5View commit details -
Extend the testing functions for querying pages tests components
We need to be able to test the bulk actions. Therefore is is required to query for the table footer, the table and the check boxes within and the bulk action icons.
Configuration menu - View commit details
-
Copy full SHA for 1127a01 - Browse repository at this point
Copy the full SHA 1127a01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 229bbba - Browse repository at this point
Copy the full SHA 229bbbaView commit details -
Add testing function for getting action items
Action items are icons that cause some action on use clicks.
Configuration menu - View commit details
-
Copy full SHA for 72b9ded - Browse repository at this point
Copy the full SHA 72b9dedView commit details -
Testing clicking on export, start and resume for the detailspage doesn't work at the moment. The click handler is just not called.
Configuration menu - View commit details
-
Copy full SHA for d72838a - Browse repository at this point
Copy the full SHA d72838aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 410bcc2 - Browse repository at this point
Copy the full SHA 410bcc2View commit details -
Define where to find the
@gsa/testing
moduleAllow completion for expect, etc. in VS code.
Configuration menu - View commit details
-
Copy full SHA for 9eb5229 - Browse repository at this point
Copy the full SHA 9eb5229View commit details -
Configuration menu - View commit details
-
Copy full SHA for 828b199 - Browse repository at this point
Copy the full SHA 828b199View commit details -
Fix getting the options of select components
It seems queryAllByRole doesn't return the desired elements under some circumstances. Therefore use an easier query for getting the options.
Configuration menu - View commit details
-
Copy full SHA for 808cf1b - Browse repository at this point
Copy the full SHA 808cf1bView commit details -
Add a changeInputValue testing method
Abstract fireEvent for changing the value of an input element.
Configuration menu - View commit details
-
Copy full SHA for aaff3b2 - Browse repository at this point
Copy the full SHA aaff3b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c4372 - Browse repository at this point
Copy the full SHA 06c4372View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6a081 - Browse repository at this point
Copy the full SHA 3e6a081View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbe5e83 - Browse repository at this point
Copy the full SHA cbe5e83View commit details -
Drop snapshot test for dialog closebutton
The snapshot test are not very useful and prone for changes which get applied without a deeper review.
Configuration menu - View commit details
-
Copy full SHA for 95ee6e0 - Browse repository at this point
Copy the full SHA 95ee6e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8fbd0 - Browse repository at this point
Copy the full SHA cc8fbd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b7025 - Browse repository at this point
Copy the full SHA 48b7025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81f9e62 - Browse repository at this point
Copy the full SHA 81f9e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50a056e - Browse repository at this point
Copy the full SHA 50a056eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71475a4 - Browse repository at this point
Copy the full SHA 71475a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a1dae - Browse repository at this point
Copy the full SHA 44a1daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 110fb0f - Browse repository at this point
Copy the full SHA 110fb0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f9436 - Browse repository at this point
Copy the full SHA 50f9436View commit details -
Allow for easier testing of multiselect components
Add testing function for easier testing the behavior of multiselect components.
Configuration menu - View commit details
-
Copy full SHA for e3dbcba - Browse repository at this point
Copy the full SHA e3dbcbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b23c75 - Browse repository at this point
Copy the full SHA 4b23c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ae2f8 - Browse repository at this point
Copy the full SHA b1ae2f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c82db - Browse repository at this point
Copy the full SHA d4c82dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34dba74 - Browse repository at this point
Copy the full SHA 34dba74View commit details -
Add a testing function for getting a table header
Besides getting the footer and body also allow to get the header of a table.
Configuration menu - View commit details
-
Copy full SHA for 019a209 - Browse repository at this point
Copy the full SHA 019a209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c2b52 - Browse repository at this point
Copy the full SHA 12c2b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e56823 - Browse repository at this point
Copy the full SHA 2e56823View commit details -
Configuration menu - View commit details
-
Copy full SHA for e82d7cf - Browse repository at this point
Copy the full SHA e82d7cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca338e7 - Browse repository at this point
Copy the full SHA ca338e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5adda74 - Browse repository at this point
Copy the full SHA 5adda74View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbea0cd - Browse repository at this point
Copy the full SHA cbea0cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab7d0f - Browse repository at this point
Copy the full SHA 4ab7d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7429986 - Browse repository at this point
Copy the full SHA 7429986View commit details -
Avoid issues causing flaky tests with pointer events
When clicking on multiselects sometimes user event complained about `pointer-events` css property being `none`. Avoid this issue by not checking for `pointer-event` at all.
Configuration menu - View commit details
-
Copy full SHA for 1959d47 - Browse repository at this point
Copy the full SHA 1959d47View commit details -
Fix warning about emotion css-in-js library already loaded during tests
The emotion library has a check if global vi or jest is set to detect if it is running in a testing environment. Therefore just an empty vi object for the tests to keep it quiet.
Configuration menu - View commit details
-
Copy full SHA for 0dce74c - Browse repository at this point
Copy the full SHA 0dce74cView commit details -
Use an own language switcher component for the app header
Add a draft for toggling the language between en and de via a language switcher in the app header.
Configuration menu - View commit details
-
Copy full SHA for 9ffb71d - Browse repository at this point
Copy the full SHA 9ffb71dView commit details -
Mark asset-management link as external
asset-mangement is an external application and therefore internal links can't be used.
Configuration menu - View commit details
-
Copy full SHA for fe88040 - Browse repository at this point
Copy the full SHA fe88040View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43db096 - Browse repository at this point
Copy the full SHA 43db096View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8aec53 - Browse repository at this point
Copy the full SHA c8aec53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d63377 - Browse repository at this point
Copy the full SHA 1d63377View commit details -
Configuration menu - View commit details
-
Copy full SHA for eed2d3c - Browse repository at this point
Copy the full SHA eed2d3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a5cea5 - Browse repository at this point
Copy the full SHA 1a5cea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bec339 - Browse repository at this point
Copy the full SHA 6bec339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 189b2f1 - Browse repository at this point
Copy the full SHA 189b2f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5723747 - Browse repository at this point
Copy the full SHA 5723747View commit details -
Configuration menu - View commit details
-
Copy full SHA for e59f530 - Browse repository at this point
Copy the full SHA e59f530View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5901e4d - Browse repository at this point
Copy the full SHA 5901e4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 244ec29 - Browse repository at this point
Copy the full SHA 244ec29View commit details -
Configuration menu - View commit details
-
Copy full SHA for d020669 - Browse repository at this point
Copy the full SHA d020669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bddc88 - Browse repository at this point
Copy the full SHA 9bddc88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e77adc - Browse repository at this point
Copy the full SHA 1e77adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5cb34d - Browse repository at this point
Copy the full SHA e5cb34dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3be8ac - Browse repository at this point
Copy the full SHA e3be8acView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc5b2ec - Browse repository at this point
Copy the full SHA cc5b2ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee4347 - Browse repository at this point
Copy the full SHA 7ee4347View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0334c01 - Browse repository at this point
Copy the full SHA 0334c01View commit details