Robb Kidd
Robb Kidd
> node_name: "" They're good hacks, Brent.  Thanks to @docwhat's excellent repro repo, we've determined that is it indeed because `chef-client -z` is reading in the...
We should be able to fix things so an airgapped install doesn't try to get assets from anything but itself. Errors from the user would be helpful!
Despite the icon showing "rss", the feed produced by Supermarket is in Atom format. Atom calls for an `` element that serves the same purpose as RSS's ``. To which...
I can confirm some wonkiness with the feed. I subscribed to [the Supermarket's recently_updated feed](https://supermarket.chef.io/cookbooks.atom?order=recently_updated) in our Slack and I see some but not all of the recent cookbook versions...
Having watched the subscription over the weekend, I am more confident in my theory that feed entries are only appearing in Slack when the cookbook is new to the Supermarket...
@pschaumburg Can you confirm for this issue what feed URL path you have subscribed to in your Slack? I suspect it is `/cookbooks.atom?order=recently_updated`, yes?
Supermarket has Atom feeds, though, so comparing to the RSS spec will be misleading.
I have confirmed the problem. As [described earlier](https://github.com/chef/supermarket/issues/1684#issuecomment-340476955) in this thread, it's not specifically `` which is RSS's field. It's the Atom equivalent `` being the `created_at` date of the...
Currently, Supermarket has no knowledge of how its affiliated Chef Server is authenticating users. I'd recommend researching option A "sensible message should be shown directing users to sign in as...
Option B is also basically the requested feature #1231 .