10000 Tags · shooln/choco · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: shooln/choco

Tags

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
gep13 Gary Ewan Park
Merge branch 'hotfix/2.2.2'

* hotfix/2.2.2:
  (maint) Remove unnecessary line break
  (chocolatey#3292) Ensure pre-release flag is used for parent lookup

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
gep13 Gary Ewan Park
Merge branch 'hotfix/2.2.1'

* hotfix/2.2.1:
  (maint) Update GitReleaseManager configuration
  (chocolatey#3291) Update Chocolatey.NuGet.Client libraries to 3.4.2
  (chocolatey#3286) Adjust wording of upgrade failure message
  (chocolatey#3286) Prevent MSI Upgrades
  (chocolatey#3286) Do not remove any files on MSI uninstall
  (chocolatey#3285) Upgrade 7z to 23.01

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
gep13 Gary Ewan Park
Merge branch 'release/2.2.0'

* release/2.2.0: (21 commits)
  (doc) Update to indicate new package version used
  (maint) Add helper to split on max line lengths
  (chocolatey#3281) Add validation for cache folder permissions
  (chocolatey#3264) Update to latest Chocolatey.NuGet.Client
  (chocolatey#3264) Ignore lock folders in cache directories
  (chocolatey#3186) Remove easter egg
  (doc) Improve error message for defaultPushSource
  (tests) Clear HTTP Cache before getting packages
  (chocolatey#3258) Expand logging for nuget resources errors
  (maint) Set file encoding to include BOM
  (chocolatey#3237) Reduce number of queries for dependencies
  (chocolatey#3231) Add tests to ensure package listing
  (maint) Remove unnecessary using statements
  (chocolatey#3231) Don't refresh local package info during upgrade no-ops
  (build) Update to latest recipe package
  (doc) Minor corrections to wording
  (chocolatey#3242) Add a script to run Authenticated tests
  (chocolatey#3242) Attempt default credentials for sources
  (maint) Fix incorrect naming style uses
  (doc) Apply scripting best practices to output
  ...

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
gep13 Gary Ewan Park
Merge branch 'release/2.1.0'

* release/2.1.0: (52 commits)
  (maint) If statement formatting change
  (chocolatey#3224) Add Assembly Loaded configuration option
  (maint) Resave without BOM
  (chocolatey#3224) Update version check tests
  (chocolatey#3174) Store non-normalized package version
  (maint) Add required whitespace
  (chocolatey#3225) Add Pester Tests to ensure environment
  (chocolatey#3201 chocolatey#3225) Re-instate setting of config values
  (maint) Remove env variable for release version
  (maint) Fix encoding of file
  (chocolatey#3194) Add tab completion for cache command
  (chocolatey#2854) Re-save file with UTF-8 with BOM
  (chocolatey#3218) Update Tab Expansion to use Test-Path
  (chocolatey#3218) Remove try catch block for tab completion
  (build) Use latest Chocolatey.Cake.Recipe package
  (chocolatey#2854) Do Write-Error instead of Write-Warning
  (chocolatey#2854) Pester tests to Get-ChocolateyConfigValue
  (maint) Resave Get-ChocolateyConfigValue as CRLF
  (chocolatey#2854) Add helper to read config values
  (chocolatey#3214) Add Pester tests to ensure cache cleared
  ...

2.1.0-alpha-20230614

Toggle 2.1.0-alpha-20230614's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request chocolatey#3197 from corbob/proxies

(chocolatey#3181) Let NuGet.Client get the system proxy if none is explicitly set.

2.1.0-alpha-20230608

Toggle 2.1.0-alpha-20230608's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request chocolatey#3200 from TheCakeIsNaOH/fix-remove-pin

(chocolatey#3196) Pin add/remove use exact package ID

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request chocolatey#3171 from gep13/make-user-sensitive-arg…

…ument

(chocolatey#948) Add user as sensitive argument

1.4.0

Toggle 1.4.0's commit message

Partially verified

This commit is signed with the committer’s verified signature.
gep13’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
(chocolatey#3088) Don't loop over null hook script variables

PowerShell 2 had the behaviour that foreach would iterate over a null
variable
(https://devblogs.microsoft.com/powershell/new-v3-language-features/).
This has resulted in an issue if no hook scripts are passed in, then
chocolateyScriptRunner would cause an error. This update changes this to
do a nullcheck like we already had for the packageScript parameter.

2.0.0-beta-20230426

Toggle 2.0.0-beta-20230426's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request chocolatey#3134 from AdmiringWorm/PROJ-595/update-…

…rule-engine

(maint) Add ability to get rules from the registered rules.

2.0.0-beta-20230412

Toggle 2.0.0-beta-20230412's commit message

Verified

This commit was signed with the committer’s verified signature.
gep13 Gary Ewan Park
(maint) Update method name using naming convention

We are no longer using snake case for method names, so we need to be
consistent here.  In addition, add a comment to indicate that this
SupportsChocolatey method isn't currently being used anywhere, but it
is there for future proofing of the interaction between Chocolatey and
its consumers.
0