-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: spf13/cobra
base: v1.1.1
head repository: spf13/cobra
compare: v1.1.2
- 15 commits
- 43 files changed
- 11 contributors
Commits on Nov 9, 2020
-
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!
Configuration menu - View commit details
-
Copy full SHA for 08c51e5 - Browse repository at this point
Copy the full SHA 08c51e5View commit details
Commits on Dec 4, 2020
-
README.md Readability Improvements (#1228)
I made some small changes to the README.md file to enhance its readability.
Configuration menu - View commit details
-
Copy full SHA for 39b5a91 - Browse repository at this point
Copy the full SHA 39b5a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df62f7 - Browse repository at this point
Copy the full SHA 7df62f7View commit details
Commits on Dec 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 471c9ac - Browse repository at this point
Copy the full SHA 471c9acView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a4ab3fa - Browse repository at this point
Copy the full SHA a4ab3faView commit details
Commits on Jan 17, 2021
-
Bump license year to 2021 in golden files (#1309)
* Update main.go.golden * Update root.go.golden * Update test.go.golden
Configuration menu - View commit details
-
Copy full SHA for 4384b91 - Browse repository at this point
Copy the full SHA 4384b91View commit details
Commits on Jan 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 23a6174 - Browse repository at this point
Copy the full SHA 23a6174View commit details
Commits on Jan 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ff416ad - Browse repository at this point
Copy the full SHA ff416adView commit details
Commits on Jan 26, 2021
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 9df156e - Browse repository at this point
Copy the full SHA 9df156eView commit details
Commits on Feb 1, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 1135bde - Browse repository at this point
Copy the full SHA 1135bdeView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1d71ff0 - Browse repository at this point
Copy the full SHA 1d71ff0View commit details
Commits on Feb 8, 2021
-
Use golangci-lint. Repair warnings and errors resulting from linting.
Configuration menu - View commit details
-
Copy full SHA for 652c755 - Browse repository at this point
Copy the full SHA 652c755View commit details
Commits on Feb 9, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for b73b344 - Browse repository at this point
Copy the full SHA b73b344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07445ea - Browse repository at this point
Copy the full SHA 07445eaView commit details
Commits on Feb 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7f95502 - Browse repository at this point
Copy the full SHA 7f95502View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.1...v1.1.2