8000 Comparing v0.26.3...v0.27.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: v0.26.3
Choose a base ref
...
head repository: fastly/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.0
Choose a head ref
  • 16 commits
  • 106 files changed
  • 6 contributors

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    ee786d1 View commit details
    Browse the repository at this point in the history
  2. Make GitHub Versioner configurable. (#236)

    * Make GitHub Versioner configurable.
    
    * Binary name should be passed
    Integralist authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d1dd34c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Retain RUSTFLAGS values from the environment (#239)

    * Retain RUSTFLAGS values from the environment
    
    Append the debugging flags to any existing values so cargo can see
    both.
    
    * Address concerns regarding the leading space
    fgsch authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    5999618 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    4547a7f View commit details
    Browse the repository at this point in the history
  2. Add compute publish subcommand. (#242)

    * Add `compute publish` subcommand.
    
    * Implement build and deploy flags.
    
    * Add debug target to Makefile.
    
    * Only set flags in nested commands if set in composite.
    
    * Describe the publish command more clearly.
    
    * Tweak publish command's description.
    
    * Define a test that validates when publish goes out of sync.
    
    * Reorder flags based on command execution.
    
    * Bubble up original errors.
    
    * Help output needs reordering.
    
    * Add note about updating composite command.
    
    * Forgot to update description to match updated code.
    Integralist authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    b96f515 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aec32cf View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Prepend fastly.toml reference link to manifest (#245)

    * Display link to fastly.toml reference.
    
    * Test for prepend function.
    
    * Use constants for new spec lines.
    
    * Remove double comment.
    
    * Add description to public constants.
    
    * Reference the constant in string message.
    
    * Comment clean-up.
    
    * Update pkg/compute/manifest/manifest.go
    
    Co-authored-by: Patrick Hamann <patrick@fastly.com>
    
    Co-authored-by: Patrick Hamann <patrick@fastly.com>
    Integralist and phamann authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    fcd5c4a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Remove flaky test logic. (#249)

    * Fix flaky test.
    
    * Remove flaky test logic.
    Integralist authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    099ef09 View commit details
    Browse the repository at this point in the history
  2. Warn on empty directory (#247)

    * Warn users about non empty directories.
    
    * Test.
    
    * Implement an interactive prompt for non empty directory flows.
    
    * Ensure non TTY can ignore non-empty project directory.
    
    * Clarify default behaviour.
    
    * Fix test for full help output.
    Integralist authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    e785f23 View commit details
    Browse the repository at this point in the history
  3. README (#246)

    * Remove logo and add developer reference.
    
    * Move installation instructions to separate file.
    
    * Move development/testing instructions to separate files.
    
    * Clean up links.
    
    * New CLI Reference badge.
    
    * Link to existing reference.
    Integralist authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    4057081 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Check the rustup version (#248)

    * Check the rustup version
    
    Turns out, the toolchain section is only available in rustup 1.23.0 and
    higher.
    
    Fixes #137.
    
    * Update pkg/compute/rust.go
    
    Co-authored-by: Mark McDonnell <Integralist@users.noreply.github.com>
    
    * Move rustup constraint to the dynamic config
    
    Suggested by @Integralist.
    
    Co-authored-by: Mark McDonnell <Integralist@users.noreply.github.com>
    fgsch and Integralist authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    83d1f19 View commit details
    Browse the repository at this point in the history
  2. Support usage of IAM role in S3 and Kinesis logging endpoints (< 10000 a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="857163047" data-permission-text="Title is private" data-url="https://github.com/fastly/cli/issues/253" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/253/hovercard" href="https://github.com/fastly/cli/pull/253">#253)

    Add the ability to specify an IAM role for the S3 and Kinesis logging endpoints.
    
    Co-authored-by: Mark McDonnell <Integralist@users.noreply.github.com>
    kellymclaughlin and Integralist authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    5ab21ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b3086c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Support usage of IAM role in Kinesis logging endpoint (#255)

    Adding this support for Kinesis was accidentally left out of the previous commit
    claiming to add this support.
    kellymclaughlin authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    7956e5d View commit details
    Browse the repository at this point in the history
  2. Add support for compression_codec to logging file sink endpoints (#190)

    Co-authored-by: Mark McDonnell <Integralist@users.noreply.github.com>
    kellymclaughlin and Integralist authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    0e1fb9e View commit details
    Browse the repository at this point in the history
  3. v0.27.0 (#256)

    * v0.27.0
    
    * Update CHANGELOG.md
    
    Co-authored-by: Dora Militaru <hello@doramilitaru.com>
    
    Co-authored-by: Dora Militaru <hello@doramilitaru.com>
    Integralist and doramatadora authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    47edf2e View commit details
    Browse the repository at this point in the history
Loading
0