8000 Comparing v1.0.1...v1.1.0 · fastly/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: fastly/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: fastly/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Nov 8, 2021

  1. Implement --watch flag for compute serve (#464)

    * sort compute build flags
    
    * add test to validate that compute serve defines all compute build flags
    
    * update .gitignore
    
    * sort fields and rename force variable
    
    * sort fields and add missing timeout flag
    
    * fix help test
    
    * code tidy up
    
    * define --watch flag
    
    * get latest sys package
    
    * add fsnotify dependency
    
    * refactor build logic into reusable function
    
    * implement watcher with debounce
    
    * fix Streaming implementation
    
    * correct test error message
    
    * move watcher instantiation up
    
    * implement restart logic
    
    * fix some bugs and ensure project rebuilds
    
    * temp working - but with bugs
    
    * fix remaining bugs
    
    * fix test
    
    * trying to trick CI into thinking go.sum has changed
    
    * switch to go install for handling executables
    
    * fix staticheck
    
    * trigger reinstall of dependencies
    
    * update code comments
    
    * display modified file
    
    * capture event information
    
    * support watching nested files and directories
    
    * add comment to go.sum
    
    this should be automatically removed the next time we need to update the
    dependencies and is just an annoying scenario we've ended up with.
    
    * fix staticcheck error
    Integralist authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    74623b0 View commit details
    Browse the repository at this point in the history
  2. v1.1.0 (#467)

    Integralist authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    5b37784 View commit details
    Browse the repository at this point in the history
Loading
0