Skip to content
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

Remove old js components: Spinner, Alert #6554

Merged
merged 43 commits into from
Aug 7, 2023

Commits on Jul 28, 2023

  1. Remove unused checkbox component

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9ab9966 View commit details
    Browse the repository at this point in the history
  2. Make SearchFilter use the cds input instead

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f2e5582 View commit details
    Browse the repository at this point in the history
  3. Remove unused input component

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e669dad View commit details
    Browse the repository at this point in the history
  4. Replace all tooltips with react-tooltip instead

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b1dd6a3 View commit details
    Browse the repository at this point in the history
  5. Remove unused tooltip component

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6cfb181 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    dc95185 View commit details
    Browse the repository at this point in the history
  2. Update imports

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ea7224e View commit details
    Browse the repository at this point in the history
  3. Update test cases

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2bd380f View commit details
    Browse the repository at this point in the history
  4. Fix pending test

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d37456f View commit details
    Browse the repository at this point in the history
  5. Update copyright year

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b01f040 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Move Row and Column to to tsx components

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3f5a5e3 View commit details
    Browse the repository at this point in the history
  2. Update imports

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b52ad98 View commit details
    Browse the repository at this point in the history
  3. Update imports

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2c402da View commit details
    Browse the repository at this point in the history
  4. Update imports

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1ef4ecc View commit details
    Browse the repository at this point in the history
  5. Move useOutsideClick to tsx

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    26eb6b3 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into remove-js-components-1

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    125e61a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main'

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    
    Conflicts:
    	dashboard/src/components/AppList/AppListItem.tsx
    	dashboard/src/components/AppView/AccessURLTable/AccessURLTable.tsx
    	dashboard/src/components/AppView/AppControls/RollbackButton/RollbackDialog.test.tsx
    	dashboard/src/components/Config/PkgRepoList/PkgRepoList.tsx
    	dashboard/src/components/SearchFilter/SearchFilter.tsx
    	dashboard/src/components/hooks/useOutsideClick/useOutsideClick.test.tsx
    	dashboard/src/components/js/hooks/useOutsideClick/useOutsideClick.test.js
    antgamdia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    62d4ccf View commit details
    Browse the repository at this point in the history
  8. Remove unnecesary isSomeResourceLoading helper

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5fb8be4 View commit details
    Browse the repository at this point in the history
  9. Replace spinner with CdsProgressCircle

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ff4ec9e View commit details
    Browse the repository at this point in the history
  10. Remove unused spinner js component

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f9ca909 View commit details
    Browse the repository at this point in the history
  11. Avoid using js button in js alert

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c0b4a21 View commit details
    Browse the repository at this point in the history
  12. Remove unused button js component

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7b9ec80 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Use AlertGroup instead of the js Alert

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    79923b4 View commit details
    Browse the repository at this point in the history
  2. Improve AlertGroup

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1bfc57e View commit details
    Browse the repository at this point in the history
  3. Remove unused alert js component

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4a24fe8 View commit details
    Browse the repository at this point in the history
  4. Add cancel button in new ns modal

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8c457e0 View commit details
    Browse the repository at this point in the history
  5. Replace a remaining plain button with cds one

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5ecf38f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef22503 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1168a2a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Fix alert selector

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    dddcafc View commit details
    Browse the repository at this point in the history
  2. Fix modal button selector

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c9640c3 View commit details
    Browse the repository at this point in the history
  3. Add missing change

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    18bc397 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdef787 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df1270c View commit details
    Browse the repository at this point in the history
  6. Fix selector

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3c7b159 View commit details
    Browse the repository at this point in the history
  7. Update copyright years

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    bf2b39e View commit details
    Browse the repository at this point in the history
  8. Fix selector

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    887fdb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Merge branch 'main'

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    
    Conflicts:
    	dashboard/src/components/AppView/AppView.tsx
    	dashboard/src/components/Catalog/Catalog.tsx
    	dashboard/src/components/DeploymentForm/DeploymentForm.tsx
    	dashboard/src/components/OperatorInstance/OperatorInstance.tsx
    	dashboard/src/components/OperatorList/OperatorList.tsx
    	dashboard/src/components/OperatorNew/OperatorNew.tsx
    	dashboard/src/components/OperatorView/OperatorView.tsx
    	dashboard/src/components/PackageHeader/PackageView.test.tsx
    	dashboard/src/containers/ConfigLoaderContainer/ConfigLoaderContainer.ts
    	dashboard/src/containers/RoutesContainer/Routes.test.tsx
    	dashboard/src/containers/RoutesContainer/Routes.tsx
    antgamdia committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d75320f View commit details
    Browse the repository at this point in the history
  2. Update copyright year

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    51f86bc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'remove-js-components-1'

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    
    Conflicts:
    	dashboard/src/components/AppView/AppView.tsx
    	dashboard/src/components/Catalog/Catalog.tsx
    	dashboard/src/components/ConfigLoader/ConfigLoader.tsx
    	dashboard/src/components/DeploymentForm/DeploymentForm.tsx
    	dashboard/src/components/Header/ContextSelector.test.tsx
    	dashboard/src/components/OperatorInstance/OperatorInstance.tsx
    	dashboard/src/components/OperatorInstanceForm/OperatorInstanceForm.tsx
    	dashboard/src/components/OperatorInstanceUpdateForm/OperatorInstanceUpdateForm.test.tsx
    	dashboard/src/components/OperatorInstanceUpdateForm/OperatorInstanceUpdateForm.tsx
    	dashboard/src/components/OperatorList/OperatorList.tsx
    	dashboard/src/components/OperatorNew/OperatorNew.test.tsx
    	dashboard/src/components/OperatorNew/OperatorNew.tsx
    	dashboard/src/components/OperatorView/OperatorView.test.tsx
    	dashboard/src/components/OperatorView/OperatorView.tsx
    	dashboard/src/components/PackageHeader/PackageView.test.tsx
    	dashboard/src/components/PackageHeader/PackageView.tsx
    	dashboard/src/components/UpgradeForm/UpgradeForm.tsx
    	dashboard/src/components/js/Button/Button.test.js
    	dashboard/src/containers/ConfigLoaderContainer/ConfigLoaderContainer.ts
    antgamdia committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b317551 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main'

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    
    Conflicts:
    	dashboard/src/components/AppList/AppListGrid.tsx
    	dashboard/src/components/AppUpgrade/AppUpgrade.test.tsx
    	dashboard/src/components/AppUpgrade/AppUpgrade.tsx
    	dashboard/src/components/AppView/AppControls/RollbackButton/RollbackDialog.tsx
    	dashboard/src/components/AppView/AppView.tsx
    	dashboard/src/components/Catalog/Catalog.tsx
    	dashboard/src/components/ConfirmDialog/ConfirmDialog.tsx
    	dashboard/src/components/DeploymentForm/DeploymentForm.tsx
    	dashboard/src/components/Header/ContextSelector.tsx
    	dashboard/src/components/OperatorInstance/OperatorInstance.tsx
    	dashboard/src/components/OperatorInstanceForm/OperatorInstanceForm.tsx
    	dashboard/src/components/OperatorInstanceUpdateForm/OperatorInstanceUpdateForm.tsx
    	dashboard/src/components/OperatorList/OperatorList.tsx
    	dashboard/src/components/OperatorNew/OperatorNew.tsx
    	dashboard/src/components/OperatorView/OperatorView.tsx
    	dashboard/src/components/PackageHeader/PackageReadme.tsx
    	dashboard/src/components/PackageHeader/PackageView.tsx
    	dashboard/src/components/SelectRepoForm/SelectRepoForm.tsx
    	dashboard/src/components/UpgradeForm/UpgradeForm.tsx
    	dashboard/src/components/js/Button/Button.test.js
    antgamdia committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    bd4e1fb View commit details
    Browse the repository at this point in the history
  5. Run prettier

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    bf1279e View commit details
    Browse the repository at this point in the history
  6. Fix some tests

    Signed-off-by: Antonio Gamez Diaz <[email protected]>
    antgamdia committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4dc17ab View commit details
    Browse the repository at this point in the history