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: 0.1.0
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.2.0
Choose a head ref
  • 9 commits
  • 36 files changed
  • 3 contributors

Commits on Oct 24, 2022

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

Commits on Nov 18, 2022

  1. Settings persistence (#9)

    * Added volume to extension with r/w functions
    
    * Fixed config auto-deletion problem
    
    * Removed newline
    
    * changed error status returned
    
    * Update docker-compose.yaml
    
    Co-authored-by: Waldemar Hummer <[email protected]>
    
    * Modified eslint configs and fixed relative errors
    
    * lint updates
    
    * Fixed problem on first-tme running extension
    
    Co-authored-by: Waldemar Hummer <[email protected]>
    Pive01 and whummer authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    f904211 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Fixed Logs not correctly displayed and start button (#10)

    * Fixed logs display
    
    * polish
    
    * removed whitespace
    Pive01 authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    ba9fdbf View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. UI changes in the configuration tab (#11)

    * Fixed logs display
    
    * polish
    
    * removed whitespace
    
    * Config upsert enhance
    
    * fixed non-deleting config
    
    * switched to DataGrid to display configurations
    
    * removed toolBar on grid
    
    * switched to uuid as default row id
    
    * made select color text always white
    
    * formatting
    Pive01 authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    42d5b74 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Backend update (#13)

    * first iteration of restructure of backend
    
    * Fixed deletion and multiple default errors
    
    * Reduced number of open/close action on file
    
    * Polished a bit the backend code
    
    * Minor changes
    
    * bug fix
    
    * renamed setConfiguration to createConfiguration
    
    * Switched to HTTP methods
    
    * config -> configs
    Pive01 authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    aa087e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Update images and small UI changes (#14)

    * Fixed logs display
    
    * polish
    
    * removed whitespace
    
    * Config upsert enhance
    
    * fixed non-deleting config
    
    * switched to DataGrid to display configurations
    
    * removed toolBar on grid
    
    * switched to uuid as default row id
    
    * made select color text always white
    
    * components blend into background
    
    * Added message on logs when no instance is running
    
    * Added update option
    
    * Moved update button inside a menu
    
    * better initial state for updating
    
    * updated to localstack 1.3.0
    
    * Fixed margin top
    
    * Fixed scrolling problems
    
    * auto update health
    
    * margin -> marginBottom
    
    * implemented review suggestions
    Pive01 authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    ce26513 View commit details
    Browse the repository at this point in the history
  2. Hotfix update (#16)

    * restored otherwise update called but not shown
    
    * safer status control
    Pive01 authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    cd12c05 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. improve user interface of the docker extension (#15)

    * Added built for both amd64 and arm64 in workflow
    
    * Updated Readme and Dockerfile
    
    * added confirmation button to delete configuration
    
    * changed spacing in table
    
    * Start button shows only if no instance is running
    
    * restored otherwise update called but not shown
    
    * Safer status control
    
    * updated Images and order of controls
    
    * updated dockerfile
    
    * Updates in changelog, github actions and version
    
    * Updated README.md with changelog
    
    * Spacing
    
    * Fixed missing /
    
    * Fixed validation problems
    Pive01 authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    aa94a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1751f2 View commit details
    Browse the repository at this point in the history
Loading