Tamir Abutbul
6a7cadef70
Cluter list test ( #503 )
...
* Render cluster list on the screen
* Init the test
* Finish the test
2024-01-23 17:46:42 +00:00
Tamir Abutbul
383760e7a7
Added "Add repo" senario testing ( #502 )
...
* Adding start of add repository flow
* Adding data-cy instead of css selectors
* Saving progress
* Adding fixture data
* Cleaning the test
2024-01-23 10:26:07 +00:00
dependabot[bot]
4afb773205
Bump vite from 4.3.9 to 4.5.2 in /frontend ( #499 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.3.9 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-20 08:36:33 +00:00
dependabot[bot]
4eb1dd91b1
Bump follow-redirects from 1.15.2 to 1.15.4 in /frontend ( #497 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 08:52:14 +00:00
Tamir Abutbul
03c2f321c4
Adding cypress + example test ( #476 )
2024-01-09 10:05:43 +02:00
Tamir Abutbul
37557126f0
Extract modal title to components ( #496 )
2024-01-07 10:03:35 +00:00
dependabot[bot]
436e01fcbf
Bump axios from 1.4.0 to 1.6.1 in /frontend ( #491 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.4.0 to 1.6.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-11 20:13:51 +00:00
kame
4c84b795a0
Removal of ignore notation in storybook eslint and transition to actions function ( #489 )
...
* fix: desprecated .storybook/main.ts and actions-addons
* remove: ignore notation in storybook eslint and transition to actions function
* remove: unnecessary eslint ignore code
2023-11-04 15:53:26 +00:00
kame
de1915e1c2
Migrated Storybook notation from CSF2 to CSF3 ( #487 )
...
* Migrate common directory to CSF3 notation
* Migrate InstalledPackages directory to CSF3 notation
* Migrate modal directory to CSF3 notation
* Migrate repository directory to CSF3 notation
* Migrate others components to CSF3 notation
* Fix lint error in repository directory
2023-11-01 18:11:57 +00:00
dependabot[bot]
aa43dee3a4
Bump @babel/traverse, @storybook/addon-essentials, @storybook/react-vite and storybook ( #480 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) to 7.23.2 and updates ancestor dependencies [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ), [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials ), [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite ) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli ). These dependencies need to be updated together.
Updates `@babel/traverse` from 7.22.5 to 7.23.2
- [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.23.2/packages/babel-traverse )
Updates `@storybook/addon-essentials` from 7.0.24 to 7.5.0
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.0/code/addons/essentials )
Updates `@storybook/react-vite` from 7.0.24 to 7.5.0
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.0/code/frameworks/react-vite )
Updates `storybook` from 7.0.24 to 7.5.0
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.0/code/lib/cli )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
- dependency-name: "@storybook/react-vite"
dependency-type: direct:development
- dependency-name: storybook
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 08:42:32 +01:00
dependabot[bot]
764ad3e03a
Bump postcss from 8.4.24 to 8.4.31 in /frontend ( #477 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.24 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-08 11:00:54 +01:00
Nir Parisian
c251e6c697
Fix/chart-link-cluster-mode ( #474 )
2023-10-02 19:10:04 +03:00
Saptarshi Das
88ea89a5ba
Improved revision block for long numbers ( #473 )
...
* Improved revision block for long numbers
* Update yarn.lock
---------
Co-authored-by: Saptarshi Das <saptarhydas9@gmail.com >
2023-09-27 21:52:51 +01:00
Andrey Pokhilko
dd7aca70ff
Rename frontend directory ( #472 )
...
* Rename directory
* Cleanup
* Recover lost images
* remove lint
2023-09-26 10:04:44 +01:00