-
Progress Chef
- https://chef.io
Pinned Loading
-
Example cookbook Ruby code to show a...
Example cookbook Ruby code to show all versions of all cookbooks for the _default env 1log "---writing all ckbks and version---"
2require 'rest_client'
3env = "_default"
4num_versions = "num_versions=all"
5api_endpoint = env ? "/environments/#{env}/cookbooks?#{num_versions}" : "/cookbooks?#{num_versions}"
-
Reading the cookbook collection to g...
Reading the cookbook collection to get the list of cookbooks/versions used 1log "---writing all ckbks and version---"
23cookbooks = @run_context.cookbook_collection
4log "The recipes were these: #{cookbooks.keys.map {|x| cookbooks[x].name + " " + cookbooks[x].version} }"
5 -
cleanup-org-invites-api knife exec s...
cleanup-org-invites-api knife exec script 1# OC-11643
2# OC-11644
34# You can use this script by running `knife exec`
5 -
-
-
typesense-instantsearch-demo
typesense-instantsearch-demo PublicForked from typesense/typesense-instantsearch-demo
A demo app that shows how to use the Typesense InstantSearch adapter, to build rich search interfaces.
JavaScript
2 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More