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

Zarf UI rewrite #1522

Merged
merged 29 commits into from
Apr 18, 2023
Merged

Zarf UI rewrite #1522

merged 29 commits into from
Apr 18, 2023

Commits on Mar 30, 2023

  1. 1500 add zarf UI navigation drawer (#1521)

    ## Description
    #1500 
    ## Related Issue
    #1500 
    
    ## Type of change
    - [x] UI Change
    
    ---------
    
    Co-authored-by: Jessy-Morris <[email protected]>
    mike-winberry and Jessy-Morris authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    fed776d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. 1311 landing page packages (#1523)

    ## Description
    #1311 
    ...
    
    ## Related Issue
    #1311
    mike-winberry authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3ed3401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a66761f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. #1571. Add Update and Remove menu actions to deployed package table (#…

    …1593)
    
    Create deployed package menu. Update deployed-package-table to use the
    new deploy package menu. Removed package-err-not-found component. Create
    spinner-component. Fix cluster info not disconnecting cluster when it is
    destroyed. Cleaned up unused imports and vars in nav-drawer. Update
    unicornui
    
    ## Description
    
    ...
    
    ## Related Issue
    #1571
    mike-winberry authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    488b6b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58cd57b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    441aa98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3235d18 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    a94c3fe View commit details
    Browse the repository at this point in the history
  2. #1522 Fix find.go to no longer ignore .prefixed directories so that t…

    …he init package in .zarf-cache is discoverable, update the regex for package and init to not require .zst as packages may be uncompressed. Add missing SPDX to test, components, and pages. Clean up additional conversations in pr
    mike-winberry committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3eaba3c View commit details
    Browse the repository at this point in the history
  3. #1522 Fix find.go to no longer ignore .prefixed directories so that t…

    …he init package in .zarf-cache is discoverable, update the regex for package and init to not require .zst as packages may be uncompressed. Add missing SPDX to test, components, and pages. Clean up additional conversations in pr
    mike-winberry committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b4e406a View commit details
    Browse the repository at this point in the history
  4. Fix api-types.

    mike-winberry committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9c4c5cd View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Update pkg/utils/io.go RecursiveFileList with the skipPermission and …

    …skipHidden bool flags that ignore impermissable files and dot-prefixed files respectively, updated all current references with the flags required to maintain thier current behavior. Update Zarf ui with changes from design review.
    mike-winberry committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e7e3c6c View commit details
    Browse the repository at this point in the history
  2. Revert internal/api/auth/token RequireSecret to only authorize via Au…

    …thorization header. Update zarfui with the fetch-event-source dependency to allow the passing of the authorization header when connecting to event streams. Update ui/lib http to implement the fetch-event-source within the connect method which now returns an AbortController to close and cleanup the stream, renamed deployStream to eventStream that takes in EventParams. Update ui/lib api to reflect changes made to http. Update deployment page to reflect the changes to the event stream logic.
    mike-winberry committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    3ff8379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb3dd0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fa096e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bd0ae1 View commit details
    Browse the repository at this point in the history
  6. Update prettierc with htmlWhitespaceSensitivity set to ignore in orde…

    …r to fix the hanging html tag issue. Update package.json with format command to run prettier against all svelte, js, and ts files within the src/ui folder. Update prettierignore with path to the ui api-types.ts as that is generated with the hacks and formatting could break ci comparison.
    mike-winberry committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c20a4f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37e9e9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    022c50d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97e6ab4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    43d2938 View commit details
    Browse the repository at this point in the history
  2. Update http to handle responses from non-json resolving types without…

    … having to ignore errors. Override palette.ts dark theme disabled and on-disabled to match design. Update button-dense to properly apply disabled background colors when the background color is partially transparent, created issue in UUI to resolve this edge case for the button component. Create zarf dialog component that customizes the uui dialog and allows choosing between sad and happy zarf. Update connect-cluster-dialog to use the newly created zarf-dialog. Update deploy-package menu with the remove verification flow. Fix error in deploy-utils getDeployedComponents looking for index in undefined list.
    mike-winberry committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    51d67b2 View commit details
    Browse the repository at this point in the history
  3. Update zarf-dialog with exported prop zarfAlt that adds specific alt …

    …text to the happy or sad zarf image. Update deployed-package-menu and connect-cluster-dialog with specific zarfAlt text.
    mike-winberry committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    39137a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    7c5e0c4 View commit details
    Browse the repository at this point in the history
  2. Update src/internal/api/packages/find.go

    Co-authored-by: Wayne Starr <[email protected]>
    mike-winberry and Racer159 authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6b0ba2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dc8c88 View commit details
    Browse the repository at this point in the history
  4. Implemented logic in the local package table to ignore zarf package/i…

    …nit packages that are corrupted or unable to open, Added note on #1312 for error handling while searching packages.
    mike-winberry committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6d76e67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f644d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d2a9bb View commit details
    Browse the repository at this point in the history