Issue Details (XML | Word | Printable)

Key: CHEF-1347
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Daniel DeLeo
Reporter: Daniel DeLeo
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Chef

knife recipe list shows '.rb' at the end of the recipe names

Created: 17/Jun/10 03:51 PM   Updated: 18/Jun/10 05:23 AM   Resolved: 18/Jun/10 05:23 AM
Component/s: None
Affects Version/s: 0.9.0
Fix Version/s: 0.9.0

Triage Status: Triaged


 Description  « Hide
knife recipe list chef
[
  "chef::bootstrap_client.rb",
  "chef::bootstrap_server.rb",
  "chef::client.rb",
  "chef::default.rb",
  "chef::delete_validation.rb",
  "chef::server.rb",
  "chef::server_proxy.rb",
  "nanite::chef.rb",
  "rabbitmq_chef::default.rb"
]


Sort Order: Ascending order - Click to sort in descending order
Daniel DeLeo added a comment - 18/Jun/10 04:57 AM

Fixed, now stripping the '.rb' extension in the API server controller so it's formatted correctly for everyone. Also added the recipe names as tooltips so you can see the full name even when it's clipped.


Daniel DeLeo added a comment - 18/Jun/10 05:21 AM - edited

merged/pushed. The result:

knife recipe list lwrp
[
  "lwrp::default_everything",
  "lwrp::non_default_provider",
  "lwrp::non_default_resource",
  "lwrp::overridden_provider_load_current_resource",
  "lwrp::overridden_resource_initialize",
  "lwrp::provider_invokes_resource",
  "lwrp::provider_is_a_class",
  "lwrp::provider_is_a_string",
  "lwrp::provider_is_a_symbol",
  "lwrp::provider_is_omitted"
]