Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: localstack/localstack-docker-extension
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: localstack/localstack-docker-extension
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 4 commits
  • 50 files changed
  • 4 contributors

Commits on Feb 17, 2023

  1. Refactoring and UX improvements (#25)

    * Enhanced error detection
    
    * moved to check for latest
    
    * localstack-pro support
    
    * Cleanup of Controller code
    
    * Moving and renaming
    
    * import-export refactor
    
    * removed newline
    
    * Removed checkLocalImage  due to react error #321
    
    * Moved to sdk-based
    
    * Better startup
    
    * Added download progress when clicking "start"
    
    * removed log
    
    * Moved to SDK to update images
    
    * removed unused constants
    
    * Added loading indicator when starting
    
    * Added functional DNS binding
    
    * Reverted to old method for starting container
    
    * fixed mount point
    
    * better start/stop
    
    * added docker flags (required by Docker Team)
    
    * made stop button work in case failing to start
    
    * updated checks and chip status
    
    * Reverted label status
    
    * Exclude time to start in error toast
    
    * updated mount point info
    
    * Implemented review suggestions/changes
    
    * Addressed remaining suggestions
    Pive01 authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    85764b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    06bbff8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    cc8e563 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. add support on Windows (#26)

    * added checks for finding location of  home folder
    
    * removed unused file/log
    
    * added backed support for storing os name
    
    * Now use binaries and not containers for dir check
    
    * Updated getUsersFromBinaryUnix() buildMountArg()
    
    * added missing ".cache"
    
    * added missing space
    
    * added newlines on binaries
    
    * fixed stop button when container doesn't start
    
    * removed redundant checks
    
    * Changed MountPointForm UI
    
    * removed leftovers
    
    * changed mount point for mac users and refactor
    
    * Fixed flooding of error toast in debug mode
    
    * enhanced update info for better legibility
    
    * env variable always uppercase
    
    * Removed Default from DataGrid
    
    * Editable configurations
    
    * Updated description
    
    * Changed mountPoint if error
    
    * Added new format rules for better formatting
    
    * fixed typo and double quotes
    
    * Update ui/src/components/Views/Update/UpdateDialog.tsx
    
    Co-authored-by: Waldemar Hummer <[email protected]>
    
    * Update ui/src/components/Header/Controller.tsx
    
    Co-authored-by: Waldemar Hummer <[email protected]>
    
    * Fixed bugs and indent issue
    
    * Updated mountPoint file format
    
    * added missing "."
    
    * removed indent from line
    
    * Applied review suggestions
    
    ---------
    
    Co-authored-by: Waldemar Hummer <[email protected]>
    Pive01 and whummer authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f5bcb0d View commit details
    Browse the repository at this point in the history
Loading