supermarket icon indicating copy to clipboard operation
supermarket copied to clipboard

Chef's community platform

Results 156 supermarket issues
Sort by recently updated
recently updated
newest added

These uses of `tarball.url` in the model spec might be better as `cookbook_artifact_url`. Also, investigate whether this is the appropriate place to test the branching logic around the presence of...

Rails 5's db:migrate is smarter and knows when concurrent attempts are made. We'll need some sort of guard logic on [the db:migrate resource](https://github.com/chef/supermarket/blob/master/omnibus/cookbooks/omnibus-supermarket/recipes/app.rb#L66-L74) in the omnibus package.

Component: Quality Metrics

Is there a reason why at _api/v1/cookbooks_ we do not include the cookbook's latest version? It would be helpful if in _index.json.jbuilder_ it also included _json.cookbook_latest_version @cookbook.latest_cookbook_version_.

As [discussed](https://github.com/chef/supermarket/pull/1543#discussion_r101335549) on #1543, API calls requesting more items than the item limit should probably receive an appropriate 4xx error with a message stating that the requested item count was...

With SSL enabled, the path to dh_param does not get rendered in supermarket.rb My interpretation: template resource is created during compilation phase, however dh_param is declared/created at the execution phase...

Location: https://docs.chef.io/install_supermarket.html Specific step: ``` ... app = data_bag_item('apps', 'supermarket') Set the attributes from the data bag: ... ``` Issue: Following the documentation will result in a `data_bag not found`...