-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow commands to be added #583
Comments
ferventcoder
added
Improvement
4 - Done
Pro/Business
2 - Working
and removed
4 - Done
labels
Jan 26, 2016
I'm curious what this one is about? |
Just opening things up a bit so that commands can be registered |
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 27, 2016
To allow for commands to be added from extensions like Chocolatey Pro, one must switch the command name type to no longer be used for determining whether commands are loaded.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 27, 2016
Allow these commands to be overridden by external callers.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 27, 2016
To allow for commands to be added from extensions like Chocolatey Pro, one must switch the command name type to no longer be used for determining whether commands are loaded.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 27, 2016
Allow these commands to be overridden by external callers.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 28, 2016
To allow for commands to be added from extensions like Chocolatey Pro, one must switch the command name type to no longer be used for determining whether commands are loaded.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 28, 2016
Allow these commands to be overridden by external callers.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 28, 2016
To allow for commands to be added from extensions like Chocolatey Pro, one must switch the command name type to no longer be used for determining whether commands are loaded.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 28, 2016
Allow these commands to be overridden by external callers.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 28, 2016
To allow for commands to be added from extensions like Chocolatey Pro, one must switch the command name type to no longer be used for determining whether commands are loaded.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 28, 2016
Allow these commands to be overridden by external callers.
ferventcoder
added a commit
that referenced
this issue
Jan 30, 2016
To allow for commands to be added from extensions like Chocolatey Pro, one must switch the command name type to no longer be used for determining whether commands are loaded.
ferventcoder
added a commit
that referenced
this issue
Jan 30, 2016
Allow these commands to be overridden by external callers.
ferventcoder
added a commit
that referenced
this issue
Jan 30, 2016
To further help with overriding commands, make the methods virtual. This will allow the overrider to do more things like further define configuration options, additional validation, and additional help messaging.
ferventcoder
added a commit
that referenced
this issue
Jan 30, 2016
* ticket/stable/pro-hooks: (25 commits) (GH-584) Build virus check configuration (GH-584) Make empty Get-VirusCheckValid call (GH-583) Mark command methods virtual (specs) Try twice to delete .chocolatey directory (docs) update CHANGELOG / nuspec (GH-535) Tags before summary in nuspec template (GH-479) Remove NuGet cache of package (GH-584) Reinstall should use available package (GH-590) Explicit Cache - No chocolatey subdirectory (GH-584) Set Env Variable for PowerShell Host (maint) formatting (GH-590) Uninstall Cleanup Cache / Delete on Force (GH-585) Force should allow downgrade (GH-584) Hook for loading licensed posh extensions (GH-584) License name - Redact @Domain of email (GH-584) Load licensed version (GH-584) Simple injector load component registries (GH-584) Get version info for other assemblies (GH-584) Assembly adapter enhancements (GH-583) unseal commands ...
ferventcoder
added a commit
that referenced
this issue
Jan 30, 2016
* stable: (26 commits) (GH-584) Build virus check configuration (GH-584) Make empty Get-VirusCheckValid call (GH-583) Mark command methods virtual (specs) Try twice to delete .chocolatey directory (docs) update CHANGELOG / nuspec (GH-535) Tags before summary in nuspec template (GH-479) Remove NuGet cache of package (GH-584) Reinstall should use available package (GH-590) Explicit Cache - No chocolatey subdirectory (GH-584) Set Env Variable for PowerShell Host (maint) formatting (GH-590) Uninstall Cleanup Cache / Delete on Force (GH-585) Force should allow downgrade (GH-584) Hook for loading licensed posh extensions (GH-584) License name - Redact @Domain of email (GH-584) Load licensed version (GH-584) Simple injector load component registries (GH-584) Get version info for other assemblies (GH-584) Assembly adapter enhancements (GH-583) unseal commands ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: