Skip to content
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

[API] choco list --localonly doesn't work from API #223

Closed
Jaykul opened this issue Apr 5, 2015 · 1 comment
Closed

[API] choco list --localonly doesn't work from API #223

Jaykul opened this issue Apr 5, 2015 · 1 comment

Comments

@Jaykul
Copy link
Contributor

Jaykul commented Apr 5, 2015

The configuration.LocalOnly is being handled only during commandline parsing, not during execution.

Jaykul added a commit to Jaykul/choco that referenced this issue Apr 5, 2015
Move test into the PackageService so it happens during execution regardless of how it's called.
Also did a minor refactor of line 431/436 to make the intent more readable.
@ferventcoder
Copy link
Member

Is there a PR that relates to this?

@ferventcoder ferventcoder modified the milestone: 0.9.9.7 May 11, 2015
@ferventcoder ferventcoder modified the milestones: 0.9.9.7, 0.9.9.8 Jun 12, 2015
@ferventcoder ferventcoder modified the milestones: 0.9.9.8, 0.9.9.9 Jun 26, 2015
ferventcoder pushed a commit that referenced this issue Jun 29, 2015
Move test into the PackageService so it happens during execution regardless of
how it's called.
ferventcoder added a commit that referenced this issue Jun 29, 2015
* ListCommand:
  (GH-223) Fix handling of LocalOnly for API
  (GH-132) Use Config.QuietOutput for List commands
  (GH-132) PackageService / ListCommand List for API
ferventcoder added a commit that referenced this issue Jun 29, 2015
* stable:
  (GH-223) Fix handling of LocalOnly for API
  (GH-132) Use Config.QuietOutput for List commands
  (GH-132) PackageService / ListCommand List for API

Conflicts:
	src/chocolatey/infrastructure.app/commands/ChocolateyListCommand.cs
	src/chocolatey/infrastructure.app/services/ChocolateyPackageService.cs
	src/chocolatey/infrastructure.app/services/INugetService.cs
	src/chocolatey/infrastructure.app/services/NugetService.cs
	src/chocolatey/infrastructure/commands/IListCommand.cs
@ferventcoder ferventcoder self-assigned this Sep 18, 2015
@ferventcoder ferventcoder changed the title choco list --localonly doesn't work from API [API] choco list --localonly doesn't work from API Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants