8000 Comparing v1.1.1...v1.1.2 · spf13/cobra · 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. 8000

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: spf13/cobra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: spf13/cobra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.2
Choose a head ref
  • 15 commits
  • 43 files changed
  • 11 contributors

Commits on Nov 9, 2020

  1. Add ORY Hydra & Kratos to projects_using_cobra.md (#1273)

    * Add ORY Hydra & Kratos to projects_using_cobra.md
    
    * fix: alphabetical order
    
    my bad!
    
    * fix: ORY to Ory
    
    I think now it should be good, 
    sorry for the confusion!
    vinckr authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    08c51e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. README.md Readability Improvements (#1228)

    I made some small changes to the README.md file to enhance its readability.
    zaataylor authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    39b5a91 View commit details
    Browse the repository at this point in the history
  2. fix typos (#1274)

    namusyaka authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7df62f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    471c9ac View commit details
    Browse the repository at this point in the history
  2. powershell completion with custom comp (#1208)

    The current powershell completion is not very capable.
    
    Let's port it to the go custom completion logic to have a
    unified experience accross all shells.
    
    Powershell supports three different completion modes
    
    - TabCompleteNext (default windows style - on each key press the next option is displayed)
    - Complete (works like bash)
    - MenuComplete (works like zsh)
    
    You set the mode with `Set-PSReadLineKeyHandler -Key Tab -Function <mode>`
    
    To keep it backwards compatible `GenPowerShellCompletion` will not display descriptions.
    Use `GenPowerShellCompletionWithDesc` instead. Descriptions will only be displayed with
    `MenuComplete` or `Complete`.
    
    Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
    Luap99 authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    a4ab3fa View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Bump license year to 2021 in golden files (#1309)

    * Update main.go.golden
    
    * Update root.go.golden
    
    * Update test.go.golden
    Bowbaq authored Jan 17, 2021
    Configuration menu
    Copy the full SHA
    4384b91 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

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

Commits on Jan 23, 2021

  1. Revert "Add the ability to specify a filePostpender in GenMarkdownTre…

    …eCustom (#1270)" (#1317)
    
    This reverts commit 23a6174.
    jpmcb authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    ff416ad View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Cobra User Contract (#1292)

    * Add some guiding principals to the project.
    
    Establish an understanding between user and maintainer.
    Set a goal for releases, security fixes and bug patches.
    
    * fix grammatical errors
    jharshman authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    9df156e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Update gopkg.in/yaml.v2 to v2.4.0

    The previous breaking change in yaml.v2 v2.3.0 has been reverted,
    see go-yaml/yaml#670
    anthonyfok committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1135bde View commit details
    Browse the repository at this point in the history
  2. Deprecate Go < 1.14 (#1323)

    In accordance with our adopted best practices, the main branch and the
    next major release of Cobra will deprecate older and un-maintained
    versions of Golang.
    
    fix #1322
    jharshman authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1d71ff0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Use golangci-lint (#1044)

    Use golangci-lint. Repair warnings and errors resulting from linting.
    umarcor authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    652c755 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. ci: add GitHub Actions workflow 'Test' (#1339)

    Adds a "test" action which will run side by side (for now) with Travis
    
    Co-authored-by: John McBride <jpmmcbride@gmail.com>
    umarcor and jpmcb authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b73b344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07445ea View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    7f95502 View commit details
    Browse the repository at this point in the history
Loading
0