commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
5b85a4413f8c87680a5cd9f6d3711bd6d8e7fc24
docker-compose.yml
docker-compose.yml
PostgreSQL: restart: always image: sameersbn/postgresql:9.6-2 ports: - "5432:5432" environment: - DEBUG=false - DB_USER= - DB_PASS= - DB_NAME= - DB_TEMPLATE= - DB_EXTENSION= - REPLICATION_MODE= - REPLICATION_USER= - REPLICATION_PASS= - REPLICATION_SSLMODE= volumes: - /srv/docker/postgresql:/var/lib/postgresql
PostgreSQL: restart: always image: sameersbn/postgresql:9.6-2 ports: - "5432:5432" environment: - DEBUG=false - DB_USER= - DB_PASS= - DB_NAME= - DB_TEMPLATE= - DB_EXTENSION= - REPLICATION_MODE= - REPLICATION_USER= - REPLICATION_PASS= - REPLICATION_SSLMODE= command: "--wal_keep_segments=32 --logging_collector=off" volumes: - /srv/docker/postgresql:/var/lib/postgresql
Add example to supply additional options
Add example to supply additional options
YAML
mit
sameersbn/docker-postgresql,boky8/docker-postgresql
56e2e12cf5cd2d95858142d50578a78fda601079
metadata/me.murks.feedwatcher.yml
metadata/me.murks.feedwatcher.yml
Categories: - Internet - Reading License: GPL-3.0-or-later AuthorName: Zouroboros SourceCode: https://github.com/zouroboros/feed-watcher IssueTracker: https://github.com/zouroboros/feed-watcher/issues AutoName: FeedWatcher RepoType: git Repo: https://github.com/zouroboros/feed-watcher Builds: - versionName: 0.0.1-alpha versionCode: 1 commit: 0.0.1-alpha subdir: app gradle: - yes - versionName: 0.0.2-alpha versionCode: 2 commit: 0.0.2-alpha subdir: app submodules: true gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 0.0.2-alpha CurrentVersionCode: 2
Categories: - Internet - Reading License: GPL-3.0-or-later AuthorName: Zouroboros SourceCode: https://github.com/zouroboros/feed-watcher IssueTracker: https://github.com/zouroboros/feed-watcher/issues AutoName: FeedWatcher RepoType: git Repo: https://github.com/zouroboros/feed-watcher Builds: - versionName: 0.0.1-alpha versionCode: 1 commit: 0.0.1-alpha subdir: app gradle: - yes - versionName: 0.0.2-alpha versionCode: 2 commit: 0.0.2-alpha subdir: app submodules: true gradle: - yes - versionName: 0.0.3-alpha versionCode: 3 commit: 0.0.3-alpha subdir: app submodules: true gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 0.0.3-alpha CurrentVersionCode: 3
Update FeedWatcher to 0.0.3-alpha (3)
Update FeedWatcher to 0.0.3-alpha (3)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
2018775f788b77d4ccee3504d6ada862516514bd
.travis.yml
.travis.yml
--- before_install: - gem update --system - gem --version language: ruby notifications: email: - mike@blowmage.com rvm: - 2.3 - 2.2 - 2.1 - 2.0 - 1.9.3 - 1.8.7
--- before_install: - gem update --system - gem --version language: ruby notifications: email: - mike@blowmage.com rvm: - 2.3.0 - 2.2.4 - 2.1.8 - 2.0.0 - 1.9.3 - 1.8.7
Fix Travis-CI build on ruby 2.3
Fix Travis-CI build on ruby 2.3 The version of RVM used by travis does not understand 2.3, so use 2.3.0. Might as well specify the lastest point versions for each ruby release.
YAML
mit
blowmage/minitest-rg
fb8a4b062ee76d04154f9a42ad3fa0284172294b
.travis.yml
.travis.yml
language: go sudo: false go: - 1.7 - 1.8 - 1.9 - 1.10.x - master install: - export GO15VENDOREXPERIMENT=1 - go get -u github.com/golang/dep/cmd/dep # Add Godeps dependencies to GOPATH and PATH - export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH" - export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH" script: - ./.travis.gofmt.sh - make guerrillad - make test
language: go sudo: false go: - 1.9 - 1.10.x - 1.11.x - master install: - export GO15VENDOREXPERIMENT=1 - go get -u github.com/golang/dep/cmd/dep # Add Godeps dependencies to GOPATH and PATH - export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH" - export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH" script: - ./.travis.gofmt.sh - make guerrillad - make test
Remove old go, add more go
Remove old go, add more go
YAML
mit
flashmob/go-guerrilla,flashmob/go-guerrilla
ea367e7908cce69459a838722e3f365db21d1a96
.travis.yml
.travis.yml
services: mongodb script: "bundle exec rake spec" rvm: - 1.8.7 - 1.9.3 - 2.0.0 - jruby - rbx-2.1.1 gemfile: - gemfiles/active_record_30.gemfile - gemfiles/active_record_31.gemfile - gemfiles/active_record_32.gemfile - gemfiles/active_record_40.gemfile - gemfiles/active_record_edge.gemfile - gemfiles/data_mapper_12.gemfile - gemfiles/mongo_mapper.gemfile - gemfiles/mongoid_24.gemfile - gemfiles/mongoid_30.gemfile - gemfiles/mongoid_31.gemfile - gemfiles/sinatra_13.gemfile - gemfiles/sinatra_14.gemfile matrix: exclude: - rvm: 1.8.7 gemfile: gemfiles/active_record_40.gemfile - rvm: 1.8.7 gemfile: gemfiles/active_record_edge.gemfile - rvm: 1.8.7 gemfile: gemfiles/mongoid_30.gemfile - rvm: 1.8.7 gemfile: gemfiles/mongoid_31.gemfile allow_failures: - rvm: rbx-2.1.1 gemfile: gemfiles/active_record_edge.gemfile
services: mongodb script: "bundle exec rake spec" rvm: - 1.8.7 - 1.9.3 - 2.0.0 - jruby - rbx gemfile: - gemfiles/active_record_30.gemfile - gemfiles/active_record_31.gemfile - gemfiles/active_record_32.gemfile - gemfiles/active_record_40.gemfile - gemfiles/active_record_edge.gemfile - gemfiles/data_mapper_12.gemfile - gemfiles/mongo_mapper.gemfile - gemfiles/mongoid_24.gemfile - gemfiles/mongoid_30.gemfile - gemfiles/mongoid_31.gemfile - gemfiles/sinatra_13.gemfile - gemfiles/sinatra_14.gemfile matrix: exclude: - rvm: 1.8.7 gemfile: gemfiles/active_record_40.gemfile - rvm: 1.8.7 gemfile: gemfiles/active_record_edge.gemfile - rvm: 1.8.7 gemfile: gemfiles/mongoid_30.gemfile - rvm: 1.8.7 gemfile: gemfiles/mongoid_31.gemfile allow_failures: - rvm: rbx gemfile: gemfiles/active_record_edge.gemfile
Test against the newest rbx
Test against the newest rbx
YAML
mit
onursarikaya/kaminari,aelogica/kaminari,plribeiro3000/kaminari,thiagorp/kaminari,jcoyne/kaminari,pat/kaminari,aelogica/kaminari,mrstif/cursor,peter-umb/umbie_kaminari,dblock/kaminari,Teino1978-Corp/Teino1978-Corp-kaminari,yui-knk/kaminari,sendgrid/kaminari,Zhomart/kaminari,iberianpig/kaminari,yui-knk/kaminari,mrhead/kaminari,parity/kaminari,varvet/kaminari,onursarikaya/kaminari,sideci-sample/sideci-sample-kaminari,barkbox/cursor,varvet/kaminari,pat/kaminari,sanrodari/kaminari,royels/kaminari,jiamaozheng/kaminari,Boomkat/kaminari,peter-umb/umbie_kaminari,sanrodari/kaminari,sendgrid/kaminari,fkagami/kaminari,sachin21/kaminari,kaminari/kaminari,amatsuda/kaminari,Boomkat/kaminari,antstorm/kaminari,JuanitoFatas/kaminari,Teino1978-Corp/Teino1978-Corp-kaminari,danimashu/kaminari,amatsuda/kaminari,mrhead/kaminari,parity/kaminari,epicagency/kaminari,guodongme/kaminari,sachin21/kaminari,epicagency/kaminari,bonekost/kaminari,jiamaozheng/kaminari,plribeiro3000/kaminari,sr-education/kaminari,Zhomart/kaminari,dblock/kaminari,iberianpig/kaminari,bsboris/kaminari,bonekost/kaminari,kaminari/kaminari,guodongme/kaminari,mperrando/kaminari,antstorm/kaminari,thiagorp/kaminari,JuanitoFatas/kaminari,mperrando/kaminari,joe1chen/kaminari,wkirschbaum/kaminari,sr-education/kaminari,danimashu/kaminari,wkirschbaum/kaminari,bsboris/kaminari,royels/kaminari,joe1chen/kaminari,sendgrid/kaminari
510edc90020548cff3acba53ab29e01f70ad52ac
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - ree - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head - rbx matrix: include: - rvm: jruby-18mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-19mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-head env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov allow_failures: - rvm: ruby-head - rvm: rbx - rvm: jruby-head fast_finish: true notifications: irc: channels: - irc.freenode.org#rom-rb on_success: never on_failure: change
before_install: - gem update bundler - bundle --version - gem update --system 2.1.11 - gem --version language: ruby cache: bundler rvm: - ree - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head - rbx matrix: include: - rvm: jruby-18mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-19mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-head env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov allow_failures: - rvm: ruby-head - rvm: rbx - rvm: jruby-head fast_finish: true notifications: irc: channels: - irc.freenode.org#rom-rb on_success: never on_failure: change
Add temporary workaround for failing build on Ruby 1.8.7
Add temporary workaround for failing build on Ruby 1.8.7 Rubygems broke builds on Ruby 1.8.7: https://github.com/travis-ci/travis-ci/issues/1793 https://github.com/rubygems/rubygems/pull/763 This patch is a temporary workaround until rubygems is updated.
YAML
mit
dkubb/memoizable
a40a9e70ed0418d5ec1f72b96ff487a64f3fe2d2
.travis.yml
.travis.yml
language: android android: components: - build-tools-19.1.0 - android-19 - sysimg-19 - extra-android-support licenses: - android-sdk-license-bcbbd656 - '.*intel.+' before_install: - git submodule update --init --recursive install: - ./setup-ant.sh script: - ant debug
language: android android: components: - build-tools-19.1.0 - android-19 - extra-android-support licenses: - 'android-sdk-license-.+' - '.*intel.+' before_install: - git submodule update --init --recursive install: - ./setup-ant.sh script: - ant debug
Allow accepting any android-sdk-license in tests, remove unused sysimg
Allow accepting any android-sdk-license in tests, remove unused sysimg
YAML
mpl-2.0
anthonycr/Lightning-Browser,t61p/Lightning-Browser,anthonycr/Lightning-Browser,anthonycr/Lightning-Browser,anthonycr/Lightning-Browser
1d0e08d808692a0f9979558a63287ab7a7c23b2a
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth: 5
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth: 5
Add support for PHP 7.2
Add support for PHP 7.2
YAML
apache-2.0
duncan3dc/dates,duncan3dc/dates
285e6c2b90e3b9cf58f414fd3d183e83db69b07f
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" install: - pip install coverage - pip install coveralls script: - cd test - env PYTHONPATH=.. python -m unittest --verbose all - cd .. - env PYTHONPATH=. coverage run test/all.py after_success: - coveralls
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" install: - pip install coverage - pip install coveralls script: - cd test - env PYTHONPATH=.. python -m unittest --verbose all - cd .. - env PYTHONPATH=. coverage run test/all.py after_success: - coveralls
Add a Python 3.6 build.
Add a Python 3.6 build.
YAML
mit
da4089/simplefix
9aec223a36b53a41ab0223a762b0731ef5315d43
.travis.yml
.travis.yml
language: ruby before_install: - gem install bundler rvm: - 2.2.4 - 2.3.0 - ruby-head
language: ruby before_install: - gem install bundler rvm: - 2.2 - 2.3 - 2.4 - 2.5
Test against ruby 2.4 and 2.5
Test against ruby 2.4 and 2.5
YAML
mit
ebeigarts/active_merchant_first_data
f0d0f4ea745a4b4a8a35a25b3a2172f7d0b76a9d
.travis.yml
.travis.yml
language: ruby before_install: - gem update bundler - bundle version rvm: - "1.9.3" - "2.0.0" - "2.1" - "2.2" - ruby-head - jruby-19mode matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: jruby-19mode deploy: provider: rubygems api_key: secure: BQQeiJ84RINkM5Pxm7zFSAbOS2T5THi+37CoswQXe5eTi+0PIl14plWJByGOj2ho2e6kam5XU/VUgQzDexhkFz174QDP+BIuhdNxRMuMqgKuffi0Cyb9CM7JybpsB+Yd97X3nNxiubR/qoJPQ5nvG1SvCuF2TK3Zq8cL5VfxZ9o= gem: ovpnmcgen.rb on: tags: true repo: "iphoting/ovpnmcgen.rb" branch: master
language: ruby before_install: - gem update bundler - bundle version rvm: - "1.9.3" - "2.0.0" - "2.1" - "2.2" - ruby-head - jruby-19mode matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: jruby-19mode deploy: provider: rubygems api_key: secure: BQQeiJ84RINkM5Pxm7zFSAbOS2T5THi+37CoswQXe5eTi+0PIl14plWJByGOj2ho2e6kam5XU/VUgQzDexhkFz174QDP+BIuhdNxRMuMqgKuffi0Cyb9CM7JybpsB+Yd97X3nNxiubR/qoJPQ5nvG1SvCuF2TK3Zq8cL5VfxZ9o= gem: ovpnmcgen.rb on: tags: true repo: "iphoting/ovpnmcgen.rb" ruby: 2.0.0
Deploy to RubyGems on passing ruby 2.0.0.
Deploy to RubyGems on passing ruby 2.0.0.
YAML
mit
iphoting/ovpnmcgen.rb
dd6eb97b5b1da2e9d5dd64119dbbd464cada7b9d
metadata/org.shirakumo.ocelot.yml
metadata/org.shirakumo.ocelot.yml
Categories: - Internet License: Artistic-2.0 AuthorName: Shirakumo AuthorEmail: shirakumo@tymoon.eu AuthorWebSite: https://shirakumo.org/ SourceCode: https://github.com/Shirakumo/ocelot IssueTracker: https://github.com/Shirakumo/ocelot/issues AutoName: Ocelot Description: |- A chat client for the Lichat protocol. This supports the full Lichat 1.3 protocol, including the extensions for data, emotes, and backfill. RepoType: git Repo: https://github.com/Shirakumo/ocelot Builds: - versionName: '0.1' versionCode: 1 commit: '0.1' subdir: app gradle: - yes - versionName: '0.2' versionCode: 2 commit: '0.2' subdir: app gradle: - yes - versionName: '0.3' versionCode: 3 commit: '0.3' subdir: app gradle: - yes - versionName: '0.4' versionCode: 4 commit: '0.4' subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: '0.4' CurrentVersionCode: 4
Categories: - Internet License: Artistic-2.0 AuthorName: Shirakumo AuthorEmail: shirakumo@tymoon.eu AuthorWebSite: https://shirakumo.org/ SourceCode: https://github.com/Shirakumo/ocelot IssueTracker: https://github.com/Shirakumo/ocelot/issues AutoName: Ocelot Description: |- A chat client for the Lichat protocol. This supports the full Lichat 1.3 protocol, including the extensions for data, emotes, and backfill. RepoType: git Repo: https://github.com/Shirakumo/ocelot Builds: - versionName: '0.1' versionCode: 1 commit: '0.1' subdir: app gradle: - yes - versionName: '0.2' versionCode: 2 commit: '0.2' subdir: app gradle: - yes - versionName: '0.3' versionCode: 3 commit: '0.3' subdir: app gradle: - yes - versionName: '0.4' versionCode: 4 commit: '0.4' subdir: app gradle: - yes - versionName: '0.5' versionCode: 5 commit: '0.5' subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: '0.5' CurrentVersionCode: 5
Update Ocelot to 0.5 (5)
Update Ocelot to 0.5 (5)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
bf551205bd05f976c4e4fbc2e2489995f5e2871b
packages/po/postmaster.yaml
packages/po/postmaster.yaml
homepage: http://github.com/peti/postmaster changelog-type: '' hash: 119ccfc8a99cf2cadaa2f297940c9b1547d3369c5ba4c3b5377a132d1a78b17c test-bench-deps: {} maintainer: Peter Simons <simons@cryp.to> synopsis: Postmaster ESMTP Server changelog: '' basic-deps: bytestring: -any unix: -any hsdns: -any base: ! '>=3 && <5' hsyslog: -any network: -any parsec: -any containers: -any old-time: -any hsemail: -any mtl: -any hopenssl: -any directory: -any all-versions: - '0.1' - '0.2' - '0.3' author: Peter Simons <simons@cryp.to> latest: '0.3' description-type: haddock description: ! 'Postmaster implements an ESMTP server. Given a configuration, it starts up and listens for incoming SMTP connections, handles them, and pipes the accepted e-mail messages into an arbitrary local mailer of your choice. A good local mailer is Procmail. Beyond that, you can configure and modify every little step of the SMTP transaction. All the real work is done through call-back functions.' license-name: GPL
homepage: http://github.com/peti/postmaster changelog-type: '' hash: 55fef653ce89bdf6180b4723a5207e815ae1f24aeac979ee2285be892c6cd16e test-bench-deps: {} maintainer: Peter Simons <simons@cryp.to> synopsis: Postmaster ESMTP Server changelog: '' basic-deps: bytestring: -any unix: -any hsdns: ! '>=1' base: ! '>=3 && <5' hsyslog: ! '>=5' network: -any parsec: -any containers: -any old-time: -any hsemail: ! '>=2' mtl: -any hopenssl: ! '>=2' directory: -any all-versions: - '0.1' - '0.2' - '0.3' - '0.3.1' author: Peter Simons <simons@cryp.to> latest: '0.3.1' description-type: haddock description: ! 'Postmaster implements an ESMTP server. Given a configuration, it starts up and listens for incoming SMTP connections, handles them, and pipes the accepted e-mail messages into an arbitrary local mailer of your choice. A good local mailer is Procmail. Beyond that, you can configure and modify every little step of the SMTP transaction. All the real work is done through call-back functions.' license-name: GPL
Update from Hackage at 2017-05-16T00:15:22Z
Update from Hackage at 2017-05-16T00:15:22Z
YAML
mit
commercialhaskell/all-cabal-metadata
9267f9270c90199c32d87a1a18f473e528293ed1
.scrutinizer.yml
.scrutinizer.yml
filter: excluded_paths: [vendor/*] tools: php_cs_fixer: config: level: all php_cpd: true php_pdepend: excluded_dirs: [vendor] php_code_sniffer: config: standard: PSR2 php_code_coverage: true before_commands: - "composer install --prefer-source --dev"
filter: excluded_paths: [vendor/*] tools: php_cs_fixer: config: level: all php_cpd: true php_pdepend: excluded_dirs: [vendor] php_code_sniffer: config: standard: PSR2 php_code_coverage: excluded_dirs: [Tests] before_commands: - "composer install --prefer-source --dev"
Add Tests to excluded dirctories
Add Tests to excluded dirctories
YAML
mit
rolebi/ComposerDependenciesSecurityChecker
cdd17cd14370e9b4f05140728401119575e271aa
packages/pr/print-info.yaml
packages/pr/print-info.yaml
homepage: https://hackage.haskell.org/package/print-info changelog-type: markdown hash: 28be0339ff8f7429e3264b8e797a6793181ec6304c3022763887e8bfbf10c4d4 test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: Can be used to coordinate the printing output. changelog: | # Revision history for print-info ## 0.1.0.0 -- 2020-09-01 * First version. Released on an unsuspecting world. basic-deps: base: '>=4.7 && <4.15' all-versions: - 0.1.0.0 author: OleksandrZhabenko latest: 0.1.0.0 description-type: haddock description: Can be used to coordinate the printing output. license-name: MIT
homepage: https://hackage.haskell.org/package/print-info changelog-type: markdown hash: a9a6f6c2de9bbdcbb9f92fc744383b810c47f489264c3078b54f59d8f90af038 test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: Can be used to coordinate the printing output. changelog: | # Revision history for print-info ## 0.1.0.0 -- 2020-09-01 * First version. Released on an unsuspecting world. ## 0.1.1.0 -- 2020-09-01 * First version revised A. Added the functions isI1 and isI2 to the Data.Print.Info module. basic-deps: base: '>=4.7 && <4.15' all-versions: - 0.1.1.0 author: OleksandrZhabenko latest: 0.1.1.0 description-type: haddock description: Can be used to coordinate the printing output. license-name: MIT
Update from Hackage at 2020-09-01T09:45:03Z
Update from Hackage at 2020-09-01T09:45:03Z
YAML
mit
commercialhaskell/all-cabal-metadata
83c880cdf30a8ef65dba7109d684204f32b20843
.scrutinizer.yml
.scrutinizer.yml
build: environment: php: version: 7.1 node: v8.14.0 tests: override: - command: 'composer unit:coverage' coverage: file: 'output/code-coverage/clover.xml' format: 'clover'
build: environment: php: version: 7.2 node: v8.14.0 tests: override: - command: 'composer unit:coverage' coverage: file: 'output/code-coverage/clover.xml' format: 'clover'
Use PHP 7.2 for Scrutinizer
Use PHP 7.2 for Scrutinizer
YAML
mit
nelson6e65/php_nml,nelson6e65/php_nml
45f3b85860123129630b612ef1f28c5456875892
zuul/site-variables.yaml
zuul/site-variables.yaml
# This file contains ansible variables that are used by our zuul-executors. --- # NOTE(ianw): 2019-05 this list of clouds will grow as we provision # new opendev.org based mirrors, but then eventually be removed once # all are updated. zuul_site_mirror_fqdn: >- {%- if nodepool.region + "." + nodepool.cloud in [ "DFW.rax", "IAD.rax", "ORD.rax" ] -%} mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org {%- else -%} mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org {%- endif -%} zuul_site_traceroute_host: opendev.org zuul_site_image_manifest_files: - /etc/dib-builddate.txt - /etc/image-hostname.txt zuul_output_dir: "{{ ansible_user_dir }}/zuul-output" bindep_command: /usr/bindep-env/bin/bindep
# This file contains ansible variables that are used by our zuul-executors. --- # NOTE(ianw): 2019-05 this list of clouds will grow as we provision # new opendev.org based mirrors, but then eventually be removed once # all are updated. zuul_site_mirror_fqdn: >- {%- if nodepool.region + "." + nodepool.cloud in [ "DFW.rax", "IAD.rax", "ORD.rax", "GRA1.ovh" ] -%} mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org {%- else -%} mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org {%- endif -%} zuul_site_traceroute_host: opendev.org zuul_site_image_manifest_files: - /etc/dib-builddate.txt - /etc/image-hostname.txt zuul_output_dir: "{{ ansible_user_dir }}/zuul-output" bindep_command: /usr/bindep-env/bin/bindep
Switch ovh/GRA1 to opendev.org mirror
Switch ovh/GRA1 to opendev.org mirror This is our second kafs based mirror (rax.IAD being the first), chosen to be geographically remote to the AFS servers. It is currently manually configured with 5.2-rc7 kernel, which has all the current kAFS fixes incorporated. Switch it in for initial testing Change-Id: I83c73a8cff9728336b6208cab04e7c97c4c4ad86
YAML
apache-2.0
openstack-infra/project-config,openstack-infra/project-config
8f21d2c5b5ce9c7a95500bace67bf06e1f354fd0
packages/st/stm-extras.yaml
packages/st/stm-extras.yaml
homepage: https://github.com/louispan/stm-extras#readme changelog-type: '' hash: 918fcc38da244702bb6366c9fdde23e60093715c89bcc65f77b6948f9092ca60 test-bench-deps: {} maintainer: louis@pan.me synopsis: Extra STM functions changelog: '' basic-deps: stm: ! '>=2.4 && <3' base: <6 all-versions: - '0.1.0.2' author: Louis Pan latest: '0.1.0.2' description-type: markdown description: ! '[![Hackage](https://img.shields.io/hackage/v/stm-extras.svg)](https://hackage.haskell.org/package/stm-extras) [![Build Status](https://secure.travis-ci.org/louispan/stm-extras.png?branch=master)](http://travis-ci.org/louispan/stm-extras) Extra STM functions' license-name: BSD3
homepage: https://github.com/louispan/stm-extras#readme changelog-type: '' hash: d1297db3f48eb54f2cc6322af6033de016e222583ddcdf70bace6518e649caa4 test-bench-deps: {} maintainer: louis@pan.me synopsis: Extra STM functions changelog: '' basic-deps: stm: ! '>=2.4 && <3' base: <6 all-versions: - '0.1.0.2' - '0.1.0.3' author: Louis Pan latest: '0.1.0.3' description-type: markdown description: ! "[![Hackage](https://img.shields.io/hackage/v/stm-extras.svg)](https://hackage.haskell.org/package/stm-extras)\n[![Build Status](https://secure.travis-ci.org/louispan/stm-extras.png?branch=master)](http://travis-ci.org/louispan/stm-extras)\n\nExtra STM functions\n\n\n# Changelog\n\n* 0.1.0.0 ~ 0.1.0.2\n - Added forceSwapTMVar, waitTillEmptyTMVar, waitTillFullTMVar\n\n* 0.1.0.3\n - Removed inline pragmas until I have actual benchmarks" license-name: BSD3
Update from Hackage at 2017-10-08T10:23:13Z
Update from Hackage at 2017-10-08T10:23:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
190f3c2fe72efc6114e53f92e0efed1867373e4e
packages/bi/bindynamic.yaml
packages/bi/bindynamic.yaml
homepage: https://github.com/lspitzner/bindynamic changelog-type: '' hash: 449d4e5cf87f2a97ce61e9861f36645cdc03c5cf00746f14215a1c109a9df16e test-bench-deps: {} maintainer: Lennart Spitzner <hexagoxel@hexagoxel.de> synopsis: A variation of Data.Dynamic.Dynamic with a Binary instance changelog: '' basic-deps: bytestring: ! '>=0.9.2 && <0.11' base: ! '>=4.8 && <4.12' binary: ! '>=0.5.0.2 && <0.9' rank1dynamic: ! '>=0.4 && <0.5' all-versions: - 1.0.0.0 - 1.0.0.1 author: Lennart Spitzner latest: 1.0.0.1 description-type: haddock description: ! 'This Dynamic is instance Binary by encapsulating only values of types that are Binary. It is a bit more efficient than something similar to (ByteString, TypeRep) as it avoids unnecessary encode/decoding round-trips.' license-name: GPL-3.0-only
homepage: https://github.com/lspitzner/bindynamic changelog-type: '' hash: c318379a2496ea10802a8dd036783066dedfed0732f932568ea2b41e64800257 test-bench-deps: {} maintainer: Lennart Spitzner <hexagoxel@hexagoxel.de> synopsis: A variation of Data.Dynamic.Dynamic with a Binary instance changelog: '' basic-deps: bytestring: ! '>=0.9.2 && <0.11' base: ! '>=4.8 && <4.14' binary: ! '>=0.5.0.2 && <0.9' rank1dynamic: ! '>=0.4 && <0.5' all-versions: - 1.0.0.0 - 1.0.0.1 author: Lennart Spitzner latest: 1.0.0.1 description-type: haddock description: |- This Dynamic is instance Binary by encapsulating only values of types that are Binary. It is a bit more efficient than something similar to (ByteString, TypeRep) as it avoids unnecessary encode/decoding round-trips. license-name: GPL-3.0-only
Update from Hackage at 2019-06-07T13:14:58Z
Update from Hackage at 2019-06-07T13:14:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
12e65f22b0dc6595159cc48082d723e51fa6dc4a
templates/outputs.yml
templates/outputs.yml
Outputs: AutoScalingGroupName: Value: { Ref: AgentAutoScaleGroup }
Outputs: AutoScalingGroupName: Value: { Ref: AgentAutoScaleGroup } InstanceRoleName: Value: { Ref: InstanceRoleName }
Set InstanceRoleName as stack template output
Set InstanceRoleName as stack template output We allow Buildkite agents to assume other IAM roles for certain deployment/operational actions. The role to be assumed needs to include the role ARN within its assume role policy. It would be great to thread a dependency between the stack and the assume policy document via the stack output. We use the existing `AutoScalingGroupName` stack output to create/update scheduled actions on the ASG and would like to use the role name to aid in other resources creation.
YAML
mit
holmesjr/elastic-ci-stack-for-aws,buildkite/elastic-ci-stack-for-aws,holmesjr/elastic-ci-stack-for-aws
d7cdf9acc0731e980d6c25c98448bccf85f4b383
packages/co/CoreErlang.yaml
packages/co/CoreErlang.yaml
homepage: http://github.com/amtal/CoreErlang changelog-type: '' hash: 4dbeb21152e85e25e59c17ae6ffaf973d6731a914f4f166f9e7947f9615a6bcd test-bench-deps: {} maintainer: Alex Kropivny <alex.kropivny@gmail.com> synopsis: Manipulating Core Erlang source code changelog: '' basic-deps: base: ! '>=4.8 && <4.9' parsec: ! '>=3.1 && <3.2' pretty: ! '>=1.1 && <1.2' all-versions: - '0.0.1' - '0.0.2' - '0.0.3' author: ! 'David Castro Pérez <dcastrop@udc.es> Henrique Ferreiro García <hferreiro@udc.es>' latest: '0.0.3' description-type: haddock description: ! 'Facilities for manipulating Core Erlang source code: an abstract syntax, parser and pretty-printer.' license-name: BSD3
homepage: http://github.com/amtal/CoreErlang changelog-type: '' hash: 13bb357568c77bd9c7ae1c7ada1437ed72121d9e1d79bd53b741779c081c8e2a test-bench-deps: {} maintainer: Alex Kropivny <alex.kropivny@gmail.com> synopsis: Manipulating Core Erlang source code changelog: '' basic-deps: base: ! '>=4.8 && <=4.11' parsec: ! '>=3.1 && <3.2' pretty: ! '>=1.1 && <1.2' all-versions: - '0.0.1' - '0.0.2' - '0.0.3' - '0.0.4' author: ! 'David Castro Pérez <dcastrop@udc.es> Henrique Ferreiro García <hferreiro@udc.es>' latest: '0.0.4' description-type: haddock description: ! 'Facilities for manipulating Core Erlang source code: an abstract syntax, parser and pretty-printer.' license-name: BSD3
Update from Hackage at 2018-03-20T13:34:13Z
Update from Hackage at 2018-03-20T13:34:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
2c260748801349aa37b45057b6fcd8b2ad09e750
packages/gi/gingersnap.yaml
packages/gi/gingersnap.yaml
homepage: https://github.com/Tinybop/gingersnap changelog-type: markdown hash: e9a230cad91f9ebb18ca7f5762aa538523e95ac0c4528d8cde936c81640c0040 test-bench-deps: {} maintainer: tom@tinybop.com synopsis: snap-core + aeson + postgresql-simple = delicious changelog: ! '# Revision history for gingersnap ## 0.1.0.0 -- 2018-10-18 * Initial release ' basic-deps: bytestring: -any base: ! '>=4.9 && <5' resource-pool: -any snap-core: -any postgresql-simple: -any http-types: -any aeson: -any all-versions: - '0.1.0.0' - '0.1.1.0' - '0.1.2.0' author: Tinybop Labs, tom-bop latest: '0.1.2.0' description-type: haddock description: JSON API idioms for snap-core, preventing DB connection leaks license-name: BSD3
homepage: https://github.com/Tinybop/gingersnap changelog-type: markdown hash: 99e22de5158fbfc8c4a665889f6105a81fb095cb7c7140c4f7516ff745a716e8 test-bench-deps: {} maintainer: tom@tinybop.com synopsis: snap-core + aeson + postgresql-simple = delicious changelog: ! '# Revision history for gingersnap ## 0.1.0.0 -- 2018-10-18 * Initial release ' basic-deps: bytestring: -any base: ! '>=4.9 && <5' resource-pool: -any snap-core: -any postgresql-simple: -any http-types: -any aeson: -any all-versions: - '0.1.0.0' - '0.1.1.0' - '0.1.2.0' - '0.1.3.0' author: Tinybop Labs, tom-bop latest: '0.1.3.0' description-type: haddock description: JSON API idioms for snap-core, preventing DB connection leaks license-name: BSD3
Update from Hackage at 2018-10-22T20:49:39Z
Update from Hackage at 2018-10-22T20:49:39Z
YAML
mit
commercialhaskell/all-cabal-metadata
3fdb7d4cbfe8289384f33606cef5aa22143063c7
packages/or/ory-kratos.yaml
packages/or/ory-kratos.yaml
homepage: https://github.com/njaremko/ory-kratos-haskell-sdk changelog-type: '' hash: 5b12fa9eeef53fae2def634a80f62ff902139ff8672760bbe0dd7b89ea0b2941 test-bench-deps: {} maintainer: nathan@jaremko.ca synopsis: API bindings for Ory Kratos changelog: '' basic-deps: {} all-versions: - 0.0.5.5 - 0.0.5.6 - 0.0.5.7 - 0.0.5.8 - 0.0.5.9 - 0.0.5.10 - 0.0.6.0 - 0.0.7.0 - 0.0.7.1 - 0.0.7.2 - 0.0.7.3 - 0.0.8.0 - 0.0.9.0 author: ory latest: 0.0.9.0 description-type: haddock description: API bindings for ory-kratos 0.10.1 license-name: Apache-2.0
homepage: https://github.com/njaremko/ory-kratos-haskell-sdk changelog-type: '' hash: a8b0c9872370519abb209dd7ac83bbebd9921e9c8c6a05671420dd54ee8e3720 test-bench-deps: {} maintainer: nathan@jaremko.ca synopsis: API bindings for Ory Kratos changelog: '' basic-deps: {} all-versions: - 0.0.5.5 - 0.0.5.6 - 0.0.5.7 - 0.0.5.8 - 0.0.5.9 - 0.0.5.10 - 0.0.6.0 - 0.0.7.0 - 0.0.7.1 - 0.0.7.2 - 0.0.7.3 - 0.0.8.0 - 0.0.9.0 - 0.0.10.0 author: ory latest: 0.0.10.0 description-type: haddock description: API bindings for ory-kratos 0.10.1 license-name: Apache-2.0
Update from Hackage at 2022-06-16T17:51:35Z
Update from Hackage at 2022-06-16T17:51:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
44caf6c5d5e16945b395e57c7a5ddb42220793fa
packages/ca/cache.yaml
packages/ca/cache.yaml
homepage: https://github.com/hverr/haskell-cache changelog-type: '' hash: cdb66c0eb670a6444ed318e9549d18bc1bb9ba0ccf391e99a24e920fc3a09e67 test-bench-deps: stm: -any base: -any hspec: -any clock: -any cache: -any transformers: -any maintainer: henriverroken@gmail.com synopsis: An in-memory key/value store with expiration support changelog: '' basic-deps: stm: ! '>=2.2 && <3' base: ! '>=4.8 && <5' unordered-containers: ! '>=0.2.2 && <0.3' clock: ! '>=0.7 && <0.8' hashable: ! '>=1.0.1.1' transformers: ! '>=0.4.2 && <0.6' all-versions: - '0.1.0.0' - '0.1.0.1' author: Henri Verroken latest: '0.1.0.1' description-type: haddock description: ! 'An in-memory key/value store with expiration support, similar to patrickmn/go-cache for Go. The cache is a shared mutable HashMap implemented using STM and with support for expiration times.' license-name: BSD3
homepage: https://github.com/hverr/haskell-cache#readme changelog-type: '' hash: dc3737ed11ccae7379f4bcacead477b91fc8124b0a048bf50469b048208203d0 test-bench-deps: stm: -any base: -any hspec: -any clock: -any cache: -any transformers: -any maintainer: henriverroken@gmail.com synopsis: An in-memory key/value store with expiration support changelog: '' basic-deps: stm: ! '>=2.2 && <3' base: ! '>=4.8 && <5' unordered-containers: ! '>=0.2.2 && <0.3' clock: ! '>=0.7 && <0.8' hashable: ! '>=1.0.1.1' transformers: ! '>=0.4.2 && <0.6' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.1.0' author: Henri Verroken latest: '0.1.1.0' description-type: haddock description: ! 'An in-memory key/value store with expiration support, similar to patrickmn/go-cache for Go. The cache is a shared mutable HashMap implemented using STM and with support for expiration times.' license-name: BSD3
Update from Hackage at 2018-04-07T19:56:10Z
Update from Hackage at 2018-04-07T19:56:10Z
YAML
mit
commercialhaskell/all-cabal-metadata
01e8e6f7a8ea5af68892d1fd4cbd3e079328ce27
.zuul.yml
.zuul.yml
ui: mocha-bdd scripts: - "node_modules/chai/chai.js" - "node_modules/sinon/pkg/sinon.js" - "node_modules/ym/modules.js" - "node_modules/vow/lib/vow.js" browsers: - name: chrome version: latest - name: firefox version: latest - name: opera version: latest - name: safari version: latest - name: ie version: 9..latest - name: iphone version: latest
ui: mocha-bdd scripts: - "node_modules/chai/chai.js" - "node_modules/sinon/pkg/sinon.js" - "node_modules/ym/modules.js" - "node_modules/vow/lib/vow.js" browsers: - name: chrome version: latest - name: firefox version: latest - name: opera version: latest - name: safari version: latest - name: ie version: latest - name: iphone version: latest
Use only latest browser versions
Use only latest browser versions
YAML
mit
baby-loris/bla,baby-loris/bla
bb6798e0085b6d9336b04293d25fe79c431c4cd3
roles/desktop/tasks/bluetooth.yml
roles/desktop/tasks/bluetooth.yml
--- - name: install bluetooth packages pacman: name: "{{ item }}" state: present with_items: - blueman - bluez - bluez-firmware - bluez-libs - bluez-utils - pulseaudio-bluetooth notify: - enable bluetooth - restart pulseaudio as user - name: install polkit policy for blueman copy: src: polkit/90-blueman.rules dest=/etc/polkit-1/rules.d/90-blueman.rules - name: add user to lp group user: name={{ user.name }} groups=lp append=yes
--- - name: install bluetooth packages pacman: name: "{{ item }}" state: present with_items: - blueman - bluez - bluez-firmware - bluez-libs - bluez-utils - pulseaudio-bluetooth notify: - enable bluetooth - restart pulseaudio as user - name: install polkit policy for blueman copy: src: polkit/90-blueman.rules dest: /etc/polkit-1/rules.d/90-blueman.rules - name: add user to lp group user: name={{ user.name }} groups=lp append=yes
Fix copying of blueman polkit policy file
Fix copying of blueman polkit policy file
YAML
mit
zoresvit/archible
f1c97d1b2d1215dafe5e7d658f996e2b1917768d
packages/fo/foldl-exceptions.yaml
packages/fo/foldl-exceptions.yaml
homepage: https://github.com/typeclasses/foldl-exceptions changelog-type: markdown hash: 804de0d3f7b840fa97552bc3bb0b48e7776ff8d6aed6a59e310bee29f3fab809 test-bench-deps: base: -any doctest: -any maintainer: Chris Martin, Julie Moronuki synopsis: Exception handling with FoldM changelog: | 1.0.0.0 * Initial release basic-deps: base: ! '>=4.10 && <5' safe-exceptions: -any foldl: -any all-versions: - 1.0.0.0 author: Chris Martin latest: 1.0.0.0 description-type: haddock description: |- Adds support for tuning exception handling behavior when using @FoldM@ from the @foldl@ package. license-name: MIT
homepage: https://github.com/typeclasses/foldl-exceptions changelog-type: '' hash: 2b2a3a35b4db8491803afee27249acf29c12ffef304f3edc2bbc96810cbd964d test-bench-deps: foldl-exceptions: -any base: ^>=4.10 || ^>=4.11 || ^>=4.12 || ^>=4.13 || ^>=4.14 || ^>=4.15 || ^>=4.16 safe-exceptions: ^>=0.1.5 hedgehog: ^>=0.6 || ^>=1.0 || ^>=1.1 foldl: ^>=1.4 maintainer: Chris Martin, Julie Moronuki synopsis: Exception handling with FoldM changelog: '' basic-deps: base: ^>=4.10 || ^>=4.11 || ^>=4.12 || ^>=4.13 || ^>=4.14 || ^>=4.15 || ^>=4.16 safe-exceptions: ^>=0.1.5 foldl: ^>=1.4 all-versions: - 1.0.0.0 - 1.0.0.1 author: Chris Martin latest: 1.0.0.1 description-type: haddock description: |- Adds support for tuning exception handling behavior when using @FoldM@ from the @foldl@ package. license-name: MIT
Update from Hackage at 2022-03-14T22:43:41Z
Update from Hackage at 2022-03-14T22:43:41Z
YAML
mit
commercialhaskell/all-cabal-metadata
41e771133d877117bc0d79f049136ec134b3208e
packages/gl/gloss-algorithms.yaml
packages/gl/gloss-algorithms.yaml
homepage: http://gloss.ouroborus.net changelog-type: '' hash: 4a7a85b3beed6933f3f7561706d192b35278429f3c893600300d2b4e55a0bc72 test-bench-deps: {} maintainer: benl@ouroborus.net synopsis: Data structures and algorithms for working with 2D graphics. changelog: '' basic-deps: gloss: ==1.11.* base: ! '>=4.8 && <4.10' containers: ==0.5.* ghc-prim: ! '>=0.4 && <0.6' all-versions: - '1.9.2.1' - '1.9.3.1' - '1.9.4.1' - '1.10.1.1' - '1.10.2.1' - '1.10.2.3' - '1.11.1.1' author: Ben Lippmeier latest: '1.11.1.1' description-type: haddock description: Data structures and algorithms for working with 2D graphics. license-name: MIT
homepage: http://gloss.ouroborus.net changelog-type: '' hash: b53428927887f5860d5f7b16b69eb8014e11f473505b2eff4b07d0cdf3238823 test-bench-deps: {} maintainer: benl@ouroborus.net synopsis: Data structures and algorithms for working with 2D graphics. changelog: '' basic-deps: gloss: ==1.11.* base: ! '>=4.8 && <4.11' containers: ==0.5.* ghc-prim: ! '>=0.4 && <0.6' all-versions: - '1.9.2.1' - '1.9.3.1' - '1.9.4.1' - '1.10.1.1' - '1.10.2.1' - '1.10.2.3' - '1.11.1.1' author: Ben Lippmeier latest: '1.11.1.1' description-type: haddock description: Data structures and algorithms for working with 2D graphics. license-name: MIT
Update from Hackage at 2017-08-25T10:00:05Z
Update from Hackage at 2017-08-25T10:00:05Z
YAML
mit
commercialhaskell/all-cabal-metadata
b61c54594eab643a12471c5844ab065d062717b6
_config.yml
_config.yml
# Dependencies markdown: redcarpet highlighter: pygments # Permalinks permalink: pretty relative_permalinks: false # Setup title: 'Pavel Dolgov' tagline: 'Homepage' description: 'Homepage of <a href="https://keybase.io/zer0main">zer0main</a>' url: https://keybase.io/zer0main baseurl: / author: name: 'Pavel Dolgov' url: https://twitter.com/pdolgov99 paginate: 5 # Custom vars version: 2.1.0 github: repo: https://github.com/zer0main/zer0main.github.io author: https://github.com/zer0main
# Dependencies highlighter: pygments # Permalinks permalink: pretty relative_permalinks: false # Setup title: 'Pavel Dolgov' tagline: 'Homepage' description: 'Homepage of <a href="https://keybase.io/zer0main">zer0main</a>' url: https://keybase.io/zer0main baseurl: / author: name: 'Pavel Dolgov' url: https://twitter.com/pdolgov99 paginate: 5 # Custom vars version: 2.1.0 github: repo: https://github.com/zer0main/zer0main.github.io author: https://github.com/zer0main
Remove "markdown: redcarpet" from config
Remove "markdown: redcarpet" from config https://help.github.com/articles/updating-your-markdown-processor-to-kramdown/
YAML
mit
zer0main/zer0main.github.io
77ee4b80ee0af48452878f0eaa6232569c8a731f
prow/oss/cluster/build/serviceaccounts.yaml
prow/oss/cluster/build/serviceaccounts.yaml
--- apiVersion: v1 kind: ServiceAccount metadata: annotations: iam.gke.io/gcp-service-account: presubmits@oss-prow-builds.iam.gserviceaccount.com name: presubmits namespace: test-pods ---
--- apiVersion: v1 kind: ServiceAccount metadata: annotations: iam.gke.io/gcp-service-account: presubmits@oss-prow-builds.iam.gserviceaccount.com name: presubmits namespace: test-pods --- apiVersion: v1 kind: ServiceAccount metadata: annotations: iam.gke.io/gcp-service-account: prowjob-default-sa@oss-prow-builds.iam.gserviceaccount.com name: prowjob-default-sa namespace: test-pods ---
Add default prowjob service account for workload identity
Add default prowjob service account for workload identity
YAML
apache-2.0
GoogleCloudPlatform/oss-test-infra,GoogleCloudPlatform/oss-test-infra
a19a5b40bc594087d4c6f7d0c5ad42cd252dd15b
conf/vagrant.yml
conf/vagrant.yml
# vim: tabstop=2 softtabstop=0 expandtab shiftwidth=2 smarttab : --- settings: defaults: flavor: tiny box: centos7 instances: deploy: box: debian8 cpu: 1 memory: 512 web: number: 2
# vim: tabstop=2 softtabstop=0 expandtab shiftwidth=2 smarttab : --- settings: defaults: flavor: micro box: centos7 instances: deploy: box: debian8 cpu: 1 memory: 512 web: number: 2
Change default flavor on config
Fix: Change default flavor on config
YAML
agpl-3.0
mrjk/easy-vagrant
81d26033afa0745e7f5f760acfcfa714ab3270dc
dependencies/cme.yaml
dependencies/cme.yaml
## ## Static Web-resource dependencies for CME ## ## Copyright (c) 2011-2014 silverorange ## CME: Depends: - Inquisiton Provides: # Style-Sheets packages/cme/styles/cme-front-matter-display.css: admin/packages/cme/admin/styles/cme-credit-edit.css: # JavaScript packages/cme/javascript/cme-certificate-page.js: packages/cme/javascript/cme-evaluation-page.js: packages/cme/javascript/cme-front-matter-display.js: packages/cme/javascript/cme-quiz-page.js: # vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2:
## ## Static Web-resource dependencies for CME ## ## Copyright (c) 2011-2014 silverorange ## CME: Depends: - Inquisiton Provides: # Style-Sheets packages/cme/styles/cme-front-matter-display.css: admin/packages/cme/admin/styles/cme-credit-edit.css: # JavaScript packages/cme/javascript/cme-certificate-page.js: packages/cme/javascript/cme-evaluation-page.js: packages/cme/javascript/cme-front-matter-display.js: packages/cme/javascript/cme-quiz-page.js: packages/cme/javascript/cme-certificate-page.js: # vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2:
Add print JS to dependencies.
Add print JS to dependencies.
YAML
mit
silverorange/Cme,isaacgrant/Cme,silverorange/Cme,isaacgrant/Cme,nburka/Cme,nburka/Cme
dcb0055f81f5a2eaf34fed67f9803bc619d1e787
playbooks/rasprime.yml
playbooks/rasprime.yml
- hosts: rasprime become: yes become_method: sudo gather_facts: no vars: proxy: http_proxy: http://192.168.88.3:3128 https_proxy: http://192.168.88.3:3128 tasks: - name: Install htop apt: name=htop state=latest environment: "{{proxy}}" - name: Install Java 8 Runtime apt: name=openjdk-8-jre state=latest environment: "{{proxy}}"
- hosts: rasprime become: yes become_method: sudo gather_facts: no vars: proxy: http_proxy: http://192.168.88.3:3128 https_proxy: http://192.168.88.3:3128 tasks: - name: Install htop apt: name=htop state=latest environment: "{{proxy}}" - name: Install Java 8 Runtime apt: name=openjdk-8-jre state=latest environment: "{{proxy}}" - name: Install Python serial module apt: name=python-serial state=latest environment: "{{proxy}}"
Add Python serial module to Rasprime
ansible: Add Python serial module to Rasprime This is useful for serial debugging.
YAML
mit
EasternEdgeRobotics/2016,EasternEdgeRobotics/2016,EasternEdgeRobotics/2016,EasternEdgeRobotics/2016
571edd149dd05872826f8447b4ca204f7d6970e1
tasks/create/load-balancer.yml
tasks/create/load-balancer.yml
--- - name: "Load Balancer | {{ system_role }}" ec2_elb_lb: state: present region: "{{ region }}" name: "{{ project }}-{{ system_role }}" security_group_ids: "{% for security_group in load_balancer[system_role].security_groups %}{{ security_group_id[security_group] }}{% if not loop.last %},{% endif %}{% endfor %}" listeners: "{{ load_balancer[system_role].listeners }}" scheme: "{{ load_balancer[system_role].scheme }}" subnets: "{{ vpc.subnets | selectattr('resource_tags.Role', 'equalto', system_role) | map(attribute='id') | list }}" cross_az_load_balancing: yes register: balancer - name: "Capture Load Balancer Name | {{ system_role }}" set_fact: load_balancer_name: "{{ load_balancer_name.update({system_role: balancer.elb.name}) }}{{ load_balancer_name }}" - name: "Route53 Record | {{ system_role }}.{{ project }}-{{ environment_tier }}.{{ domain }}" route53: command: create overwrite: yes zone: "{{ domain }}" record: "{{ system_role }}.{{ project }}-{{ environment_tier }}.{{ domain }}" type: CNAME value: "{{ balancer.elb.dns_name }}" ttl: 300 when: dns_points_to_load_balancer tags: - dns
--- - name: Check ELB name length debug: msg: "ELB name '{{ project }}-{{ system_role }}' is greater then 32 characters" failed_when: "{{ ((project + '-' + system_role) | length) > 32 }}" - name: "Load Balancer | {{ system_role }}" ec2_elb_lb: state: present region: "{{ region }}" name: "{{ project }}-{{ system_role }}" security_group_ids: "{% for security_group in load_balancer[system_role].security_groups %}{{ security_group_id[security_group] }}{% if not loop.last %},{% endif %}{% endfor %}" listeners: "{{ load_balancer[system_role].listeners }}" scheme: "{{ load_balancer[system_role].scheme }}" subnets: "{{ vpc.subnets | selectattr('resource_tags.Role', 'equalto', system_role) | map(attribute='id') | list }}" cross_az_load_balancing: yes register: balancer - name: "Capture Load Balancer Name | {{ system_role }}" set_fact: load_balancer_name: "{{ load_balancer_name.update({system_role: balancer.elb.name}) }}{{ load_balancer_name }}" - name: "Route53 Record | {{ system_role }}.{{ project }}-{{ environment_tier }}.{{ domain }}" route53: command: create overwrite: yes zone: "{{ domain }}" record: "{{ system_role }}.{{ project }}-{{ environment_tier }}.{{ domain }}" type: CNAME value: "{{ balancer.elb.dns_name }}" ttl: 300 when: dns_points_to_load_balancer tags: - dns
Test elb name for > 32 char and fail if that is the case
Test elb name for > 32 char and fail if that is the case
YAML
mit
stevenharradine/ansible-aws-infrastructure,aaronpederson/ansible-aws-infrastructure,killerwails/ansible-aws-infrastructure,telusdigital/ansible-aws-infrastructure
e6558bc2ccf47e8330ec1c35ec23d68d35bd8624
.github/FUNDING.yml
.github/FUNDING.yml
# These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: material-ui ko_fi: # Replace with a single Ko-fi username tidelift: npm/@mui/material custom: # Replace with a single custom sponsorship URL
# These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: mui ko_fi: # Replace with a single Ko-fi username tidelift: npm/@mui/material custom: # Replace with a single custom sponsorship URL
Fix link to Open Collective
[core] Fix link to Open Collective We have renamed the collective https://opencollective.com/mui.
YAML
mit
mui-org/material-ui,oliviertassinari/material-ui,rscnt/material-ui,oliviertassinari/material-ui,mui-org/material-ui,rscnt/material-ui,mui-org/material-ui,oliviertassinari/material-ui,rscnt/material-ui
d1010ab952181ba172e2997e25aefe3e4fed10b6
scripts/ttstest.yaml
scripts/ttstest.yaml
ttstest: alias: Test the TTS sequence: - service: script.sonos_say data_template: sonos_say_volume: '0.4' sonos_say_message: 'Hallo, das ist ein Test.' sonos_say_delay: '00:00:03'
ttstest: alias: Test the TTS sequence: - service: script.sonos_say data_template: sonos_say_volume: '0.4' sonos_say_message: 'Hallo, das ist ein Test.' sonos_say_delay: '00:00:03'
Fix YAML syntax in TTS test script
Fix YAML syntax in TTS test script
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
284d8e252cf0694b76491c59890eda2a503d6b23
recipes/pygypsy/meta.yaml
recipes/pygypsy/meta.yaml
{% set name = "pygypsy" %} {% set version = "0.2.5" %} {% set md5 = "7d6d57e422e049974ac4d24da245655e" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz md5: {{ md5 }} build: skip: true # [not py27] number: 0 script: python setup.py install --single-version-externally-managed --record record.txt entry_points: - pygypsy = pygypsy.scripts.cli:cli requirements: build: - python - setuptools - toolchain - numpy x.x run: - python about: home: http://github.com/tesera/pygypsy license: MIT license_family: MIT license_file: LICENSE summary: 'Forestry Growth and Yield Projection SYstem for python' description: | pygypsy is a python implementation of the Growth and Yield Projection SYstem. It has compiled extensions and links against numpy. doc_url: http://pygypsy.readthedocs.io/ dev_url: https://github.com/tesera/pygypsy extra: recipe-maintainers: - jo-tham
{% set name = "pygypsy" %} {% set version = "0.2.5" %} {% set md5 = "7d6d57e422e049974ac4d24da245655e" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz md5: {{ md5 }} build: skip: true # [not py27] number: 0 script: python setup.py install --single-version-externally-managed --record record.txt entry_points: - pygypsy = pygypsy.scripts.cli:cli requirements: build: - python - setuptools - toolchain - numpy x.x - cython 0.25.1 run: - python test: commands: - pygypsy -h about: home: http://github.com/tesera/pygypsy license: MIT license_family: MIT license_file: LICENSE summary: 'Forestry Growth and Yield Projection SYstem for python' description: | pygypsy is a python implementation of the Growth and Yield Projection SYstem. It has compiled extensions and links against numpy. doc_url: http://pygypsy.readthedocs.io/ dev_url: https://github.com/tesera/pygypsy extra: recipe-maintainers: - jo-tham
Fix lint error, add cython req, add basic test
Fix lint error, add cython req, add basic test
YAML
bsd-3-clause
grlee77/staged-recipes,dfroger/staged-recipes,pmlandwehr/staged-recipes,bmabey/staged-recipes,sannykr/staged-recipes,jerowe/staged-recipes,guillochon/staged-recipes,larray-project/staged-recipes,atedstone/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,Savvysherpa/staged-recipes,glemaitre/staged-recipes,rvalieris/staged-recipes,shadowwalkersb/staged-recipes,Juanlu001/staged-recipes,ceholden/staged-recipes,cpaulik/staged-recipes,hbredin/staged-recipes,blowekamp/staged-recipes,kwilcox/staged-recipes,JohnGreeley/staged-recipes,cpaulik/staged-recipes,sodre/staged-recipes,synapticarbors/staged-recipes,synapticarbors/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,conda-forge/staged-recipes,sodre/staged-recipes,rmcgibbo/staged-recipes,hajapy/staged-recipes,birdsarah/staged-recipes,stuertz/staged-recipes,caspervdw/staged-recipes,caspervdw/staged-recipes,koverholt/staged-recipes,jochym/staged-recipes,johannesring/staged-recipes,basnijholt/staged-recipes,hadim/staged-recipes,tylere/staged-recipes,mcs07/staged-recipes,johanneskoester/staged-recipes,isuruf/staged-recipes,NOAA-ORR-ERD/staged-recipes,barkls/staged-recipes,mcs07/staged-recipes,rmcgibbo/staged-recipes,mcernak/staged-recipes,sodre/staged-recipes,jerowe/staged-recipes,conda-forge/staged-recipes,chrisburr/staged-recipes,igortg/staged-recipes,jjhelmus/staged-recipes,hbredin/staged-recipes,rvalieris/staged-recipes,jakirkham/staged-recipes,benvandyke/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,Juanlu001/staged-recipes,mcernak/staged-recipes,tylere/staged-recipes,dharhas/staged-recipes,dschreij/staged-recipes,Cashalow/staged-recipes,Savvysherpa/staged-recipes,shadowwalkersb/staged-recipes,igortg/staged-recipes,dschreij/staged-recipes,jjhelmus/staged-recipes,guillochon/staged-recipes,benvandyke/staged-recipes,basnijholt/staged-recipes,petrushy/staged-recipes,barkls/staged-recipes,glemaitre/staged-recipes,ReimarBauer/staged-recipes,planetarypy/staged-recipes,scopatz/staged-recipes,hajapy/staged-recipes,dfroger/staged-recipes,patricksnape/staged-recipes,grlee77/staged-recipes,scopatz/staged-recipes,goanpeca/staged-recipes,gqmelo/staged-recipes,pstjohn/staged-recipes,chrisburr/staged-recipes,pmlandwehr/staged-recipes,ceholden/staged-recipes,sannykr/staged-recipes,blowekamp/staged-recipes,chohner/staged-recipes,jakirkham/staged-recipes,chohner/staged-recipes,NOAA-ORR-ERD/staged-recipes,JohnGreeley/staged-recipes,Cashalow/staged-recipes,asmeurer/staged-recipes,goanpeca/staged-recipes,patricksnape/staged-recipes,atedstone/staged-recipes,pstjohn/staged-recipes,koverholt/staged-recipes,birdsarah/staged-recipes,SylvainCorlay/staged-recipes,larray-project/staged-recipes,dharhas/staged-recipes,asmeurer/staged-recipes,SylvainCorlay/staged-recipes,isuruf/staged-recipes,johannesring/staged-recipes,planetarypy/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,gqmelo/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,petrushy/staged-recipes,bmabey/staged-recipes
4134e3f318634c720c4c33ea91b27153d5d696e5
recipes/tzlocal/meta.yaml
recipes/tzlocal/meta.yaml
{% set version = "1.2.2" %} package: name: tzlocal version: {{ version }} source: git_url: https://github.com/regebro/tzlocal.git git_rev: {{ version }} build: number: 0 script: python setup.py install requirements: build: - python - setuptools - pytz run: - python - pytz test: imports: - tzlocal about: home: https://github.com/regebro/tzlocal license: CC0 1.0 Universal summary: tzinfo object for the local timezone extra: recipe-maintainers: - ddunwoody
{% set version = "1.2.2" %} package: name: tzlocal version: {{ version }} source: git_url: https://github.com/regebro/tzlocal.git git_rev: {{ version }} build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools - pytz run: - python - pytz test: imports: - tzlocal about: home: https://github.com/regebro/tzlocal license: CC0 1.0 Universal summary: tzinfo object for the local timezone extra: recipe-maintainers: - ddunwoody
Add setup.py install arguments for conda packaging
Add setup.py install arguments for conda packaging
YAML
bsd-3-clause
bmabey/staged-recipes,caspervdw/staged-recipes,larray-project/staged-recipes,jcb91/staged-recipes,benvandyke/staged-recipes,benvandyke/staged-recipes,isuruf/staged-recipes,SylvainCorlay/staged-recipes,sodre/staged-recipes,pmlandwehr/staged-recipes,dschreij/staged-recipes,jjhelmus/staged-recipes,synapticarbors/staged-recipes,larray-project/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipes,rmcgibbo/staged-recipes,sodre/staged-recipes,isuruf/staged-recipes,planetarypy/staged-recipes,jochym/staged-recipes,ceholden/staged-recipes,basnijholt/staged-recipes,birdsarah/staged-recipes,jerowe/staged-recipes,petrushy/staged-recipes,birdsarah/staged-recipes,rvalieris/staged-recipes,atedstone/staged-recipes,scopatz/staged-recipes,valgur/staged-recipes,kwilcox/staged-recipes,scopatz/staged-recipes,Juanlu001/staged-recipes,dschreij/staged-recipes,pstjohn/staged-recipes,data-exp-lab/staged-recipes,dharhas/staged-recipes,chrisburr/staged-recipes,chrisburr/staged-recipes,OpenPIV/staged-recipes,mariusvniekerk/staged-recipes,synapticarbors/staged-recipes,atedstone/staged-recipes,conda-forge/staged-recipes,tylere/staged-recipes,dfroger/staged-recipes,mcernak/staged-recipes,rvalieris/staged-recipes,koverholt/staged-recipes,pmlandwehr/staged-recipes,khallock/staged-recipes,petrushy/staged-recipes,planetarypy/staged-recipes,ReimarBauer/staged-recipes,tylere/staged-recipes,rolando-contrib/staged-recipes,NOAA-ORR-ERD/staged-recipes,NOAA-ORR-ERD/staged-recipes,goanpeca/staged-recipes,jcb91/staged-recipes,sannykr/staged-recipes,dfroger/staged-recipes,blowekamp/staged-recipes,sodre/staged-recipes,hajapy/staged-recipes,johanneskoester/staged-recipes,koverholt/staged-recipes,caspervdw/staged-recipes,asmeurer/staged-recipes,pstjohn/staged-recipes,rmcgibbo/staged-recipes,johannesring/staged-recipes,ReimarBauer/staged-recipes,JohnGreeley/staged-recipes,barkls/staged-recipes,chohner/staged-recipes,gqmelo/staged-recipes,ocefpaf/staged-recipes,Cashalow/staged-recipes,blowekamp/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,asmeurer/staged-recipes,nicoddemus/staged-recipes,ceholden/staged-recipes,basnijholt/staged-recipes,jochym/staged-recipes,shadowwalkersb/staged-recipes,johannesring/staged-recipes,richardotis/staged-recipes,nicoddemus/staged-recipes,Savvysherpa/staged-recipes,sannykr/staged-recipes,guillochon/staged-recipes,stuertz/staged-recipes,shadowwalkersb/staged-recipes,cpaulik/staged-recipes,stuertz/staged-recipes,vamega/staged-recipes,hajapy/staged-recipes,hbredin/staged-recipes,OpenPIV/staged-recipes,dharhas/staged-recipes,mcs07/staged-recipes,chohner/staged-recipes,goanpeca/staged-recipes,grlee77/staged-recipes,jakirkham/staged-recipes,guillochon/staged-recipes,mariusvniekerk/staged-recipes,bmabey/staged-recipes,conda-forge/staged-recipes,jjhelmus/staged-recipes,johanneskoester/staged-recipes,cpaulik/staged-recipes,barkls/staged-recipes,Cashalow/staged-recipes,mcs07/staged-recipes,richardotis/staged-recipes,patricksnape/staged-recipes,Juanlu001/staged-recipes,Savvysherpa/staged-recipes,jerowe/staged-recipes,data-exp-lab/staged-recipes,hadim/staged-recipes,rolando-contrib/staged-recipes,glemaitre/staged-recipes,mcernak/staged-recipes,hbredin/staged-recipes,ocefpaf/staged-recipes,grlee77/staged-recipes,khallock/staged-recipes,igortg/staged-recipes,gqmelo/staged-recipes,JohnGreeley/staged-recipes,vamega/staged-recipes,valgur/staged-recipes,igortg/staged-recipes,SylvainCorlay/staged-recipes,glemaitre/staged-recipes
9eef4ddaa2cda6cc7db43e02a420efa95b1f1143
recipes/convert3d/meta.yaml
recipes/convert3d/meta.yaml
{% set name = "convert3d" %} {% set version = "1.2.0" %} package: name: {{ name|lower }} version: {{ version }} source: git_url: https://github.com/pyushkevich/c3d.git git_rev: 83d83faed3c24cfd0eb603a4e5be15e089da2942 git_depth: 1 build: number: 0 requirements: build: - {{ compiler('cxx') }} - cmake - ninja host: - fftw - libitk-devel run: - fftw - libitk test: commands: - c3d -version about: home: https://www.itksnap.org/c3d license: GPL-3.0-or-later license_file: COPYING.txt summary: 'ITK-based image manipulation tool' description: | Convert3d is a command-line tool for converting 3D (or 4D) images between common file formats. The tool also includes a growing list of commands for image manipulation, such as thresholding and resampling. The tool can also be used to obtain information about image files. doc_url: https://sourceforge.net/p/c3d/git/ci/master/tree/doc/c3d.md dev_url: https://github.com/pyushkevich/c3d extra: recipe-maintainers: - ghisvail
{% set name = "convert3d" %} {% set version = "1.2.0" %} package: name: {{ name|lower }} version: {{ version }} source: git_url: https://github.com/pyushkevich/c3d.git git_rev: 83d83faed3c24cfd0eb603a4e5be15e089da2942 git_depth: 1 build: number: 0 requirements: build: - {{ compiler('cxx') }} - cmake - ninja host: - fftw - libitk-devel run: - fftw - libitk test: commands: - c3d -version # [not win] about: home: https://www.itksnap.org/c3d license: GPL-3.0-or-later license_file: COPYING.txt summary: 'ITK-based image manipulation tool' description: | Convert3d is a command-line tool for converting 3D (or 4D) images between common file formats. The tool also includes a growing list of commands for image manipulation, such as thresholding and resampling. The tool can also be used to obtain information about image files. doc_url: https://sourceforge.net/p/c3d/git/ci/master/tree/doc/c3d.md dev_url: https://github.com/pyushkevich/c3d extra: recipe-maintainers: - ghisvail
Disable test command on Windows
Disable test command on Windows
YAML
bsd-3-clause
jochym/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,igortg/staged-recipes,igortg/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,hadim/staged-recipes
4cf00f31fdbe4bafbef4996cf702667b7a363f56
recipes/junit-xml/meta.yaml
recipes/junit-xml/meta.yaml
{% set name = "junit-xml" %} {% set version = "1.8" %} {% set sha256 = "602f1c480a19d64edb452bf7632f76b5f2cb92c1938c6e071dcda8ff9541dc21" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: {{ sha256 }} build: noarch: python number: 0 script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv" requirements: host: - python - pip - six run: - python - six test: imports: - junit_xml about: home: https://github.com/kyrus/python-junit-xml license: MIT license_file: LICENSE.txt summary: 'Creates JUnit XML test result documents that can be read by tools such as Jenkins' license_family: MIT extra: recipe-maintainers: - chapmanb - dfornika
{% set name = "junit-xml" %} {% set version = "1.8" %} {% set sha256 = "602f1c480a19d64edb452bf7632f76b5f2cb92c1938c6e071dcda8ff9541dc21" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: {{ sha256 }} build: noarch: python number: 0 script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv" requirements: host: - python - pip run: - python - six test: imports: - junit_xml about: home: https://github.com/kyrus/python-junit-xml license: MIT license_file: LICENSE.txt summary: 'Creates JUnit XML test result documents that can be read by tools such as Jenkins' license_family: MIT extra: recipe-maintainers: - chapmanb - dfornika
Remove six from host requirements
Remove six from host requirements
YAML
bsd-3-clause
johanneskoester/staged-recipes,mariusvniekerk/staged-recipes,rvalieris/staged-recipes,rmcgibbo/staged-recipes,jjhelmus/staged-recipes,mcs07/staged-recipes,cpaulik/staged-recipes,igortg/staged-recipes,ReimarBauer/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,sodre/staged-recipes,rmcgibbo/staged-recipes,birdsarah/staged-recipes,jochym/staged-recipes,isuruf/staged-recipes,birdsarah/staged-recipes,scopatz/staged-recipes,chrisburr/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,stuertz/staged-recipes,basnijholt/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,petrushy/staged-recipes,patricksnape/staged-recipes,ocefpaf/staged-recipes,asmeurer/staged-recipes,cpaulik/staged-recipes,asmeurer/staged-recipes,sodre/staged-recipes,SylvainCorlay/staged-recipes,patricksnape/staged-recipes,ceholden/staged-recipes,sodre/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,ceholden/staged-recipes,kwilcox/staged-recipes,isuruf/staged-recipes,chrisburr/staged-recipes,dschreij/staged-recipes,johanneskoester/staged-recipes,Juanlu001/staged-recipes,goanpeca/staged-recipes,jjhelmus/staged-recipes,scopatz/staged-recipes,SylvainCorlay/staged-recipes,Juanlu001/staged-recipes,mariusvniekerk/staged-recipes,shadowwalkersb/staged-recipes,mcs07/staged-recipes,synapticarbors/staged-recipes,shadowwalkersb/staged-recipes,jakirkham/staged-recipes,rvalieris/staged-recipes,dschreij/staged-recipes,jochym/staged-recipes,petrushy/staged-recipes,basnijholt/staged-recipes,synapticarbors/staged-recipes
98726df168d110ff3f9140ebcdea21f458fee062
contrib/stackstorm-chatops/rules/notify_errbot.yaml
contrib/stackstorm-chatops/rules/notify_errbot.yaml
--- name: "notify" pack: "chatops" enabled: true description: "Notification rule to send results of action executions to stream for chatops" trigger: type: "core.st2.generic.notifytrigger" criteria: trigger.route: pattern: "errbot" type: "equals" action: ref: chatops.post_result parameters: channel: "{{trigger.data.source_channel}}" user: "{{trigger.data.user}}" execution_id: "{{trigger.execution_id}}"
--- name: "notify-errbot" pack: "chatops" enabled: true description: "Notification rule to send results of action executions to stream for chatops" trigger: type: "core.st2.generic.notifytrigger" criteria: trigger.route: pattern: "errbot" type: "equals" action: ref: chatops.post_result parameters: channel: "{{trigger.data.source_channel}}" user: "{{trigger.data.user}}" execution_id: "{{trigger.execution_id}}"
Change rule name to notify-errbot to avoid conflict with hubot.
Change rule name to notify-errbot to avoid conflict with hubot.
YAML
apache-2.0
nzlosh/err-stackstorm,fmnisme/err-stackstorm,nzlosh/err-stackstorm,nzlosh/err-stackstorm
ce7518e689f380eb95398b8eb1c8c878e4e5a463
.github/workflows/crackmapexec.yml
.github/workflows/crackmapexec.yml
name: CrackMapExec Tests & Build on: [push] jobs: test: name: CrackMapExec Tests on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: max-parallel: 4 matrix: os: [ubuntu-latest, macOS-latest] steps: - uses: actions/checkout@v2 with: submodules: 'recursive' - name: CrackMapExec tests on ${{ matrix.os }} uses: actions/setup-python@v1 with: python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip pip install -r requirements.txt - name: Run Tests run: | pip install flake8 make tests - name: Build binaries with Shiv run: | pip install shiv make build - name: Upload cme binary uses: actions/upload-artifact@master with: name: cme-${{ matrix.os }} path: bin/cme - name: Upload cmedb binary uses: actions/upload-artifact@master with: name: cmedb-${{ matrix.os }} path: bin/cmedb
name: CrackMapExec Tests & Build on: [push] jobs: test: name: CrackMapExec Tests on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: max-parallel: 4 matrix: os: [ubuntu-latest, macOS-latest] steps: - uses: actions/checkout@v2 with: submodules: 'recursive' - name: CrackMapExec tests on ${{ matrix.os }} uses: actions/setup-python@v1 with: python-version: [3.7, 3.8] - name: Install dependencies run: | python -m pip install --upgrade pip pip install -r requirements.txt - name: Run Tests run: | pip install flake8 make tests - name: Build binaries with Shiv run: | pip install shiv make build - name: Upload cme binary uses: actions/upload-artifact@master with: name: cme-${{ matrix.os }} path: bin/cme - name: Upload cmedb binary uses: actions/upload-artifact@master with: name: cmedb-${{ matrix.os }} path: bin/cmedb
Add python3.7 to GitHub action
Add python3.7 to GitHub action
YAML
bsd-2-clause
byt3bl33d3r/CrackMapExec,jorik041/CrackMapExec
931a3ad004cafab1a4887d022e9ae10804a2706f
.github/workflows/issue-opened.yml
.github/workflows/issue-opened.yml
name: Issue Opened Triage on: issues: types: [opened] jobs: issue_triage: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: github/issue-labeler@v2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler-issue-triage.yml
name: Issue Opened Triage on: issues: types: [opened] jobs: issue_triage: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: github/issue-labeler@v2.4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler-issue-triage.yml
Update GH action github/issue-labeler to v2.4
Update GH action github/issue-labeler to v2.4
YAML
mpl-2.0
terraform-providers/terraform-provider-kubernetes,terraform-providers/terraform-provider-kubernetes,terraform-providers/terraform-provider-kubernetes
f5e692a6f66f678b754755e0b6f69847a8e5bf5b
deploy/addons/registry-creds/registry-creds-rc.yaml
deploy/addons/registry-creds/registry-creds-rc.yaml
apiVersion: v1 kind: ReplicationController metadata: name: registry-creds namespace: kube-system labels: app: registry-creds version: v1.5 kubernetes.io/cluster-service: "true" kubernetes.io/minikube-addons: registry-creds spec: replicas: 1 selector: app: registry-creds version: v1.5 kubernetes.io/cluster-service: "true" template: metadata: labels: app: registry-creds version: v1.5 kubernetes.io/cluster-service: "true" spec: containers: - image: upmcenterprises/registry-creds:1.5 name: registry-creds imagePullPolicy: Always env: - name: AWS_ACCESS_KEY_ID valueFrom: secretKeyRef: name: registry-creds key: AWS_ACCESS_KEY_ID - name: AWS_SECRET_ACCESS_KEY valueFrom: secretKeyRef: name: registry-creds key: AWS_SECRET_ACCESS_KEY - name: awsaccount valueFrom: secretKeyRef: name: registry-creds key: aws-account
apiVersion: v1 kind: ReplicationController metadata: name: registry-creds namespace: kube-system labels: app: registry-creds version: v1.5 kubernetes.io/cluster-service: "true" kubernetes.io/minikube-addons: registry-creds spec: replicas: 1 selector: app: registry-creds version: v1.5 kubernetes.io/cluster-service: "true" template: metadata: labels: app: registry-creds version: v1.5 kubernetes.io/cluster-service: "true" spec: containers: - image: upmcenterprises/registry-creds:1.5 name: registry-creds imagePullPolicy: Always env: - name: AWS_ACCESS_KEY_ID valueFrom: secretKeyRef: name: registry-creds key: AWS_ACCESS_KEY_ID - name: AWS_SECRET_ACCESS_KEY valueFrom: secretKeyRef: name: registry-creds key: AWS_SECRET_ACCESS_KEY - name: awsaccount valueFrom: secretKeyRef: name: registry-creds key: aws-account volumeMounts: - name: gcr-creds mountPath: "/root/.config/gcloud" readOnly: true volumes: - name: gcr-creds secret: secretName: gcr-secret
Fix GCR in registry-creds addon
Fix GCR in registry-creds addon
YAML
apache-2.0
endocode/minikube,dims/minikube,kubernetes/minikube,warmchang/minikube,abbytiz/minikube,mikegrass/minikube,aaron-prindle/minikube,abbytiz/minikube,warmchang/minikube,warmchang/minikube,dims/minikube,endocode/minikube,dalehamel/minikube,cu12/minikube,aaron-prindle/minikube,dlorenc/minikube,mikegrass/minikube,kubernetes/minikube,dlorenc/minikube,dalehamel/minikube,dlorenc/minikube,kubernetes/minikube,warmchang/minikube,skipjaq/minikube,dalehamel/minikube,dongsupark/minikube,warmchang/minikube,endocode/minikube,mikegrass/minikube,kubernetes/minikube,cu12/minikube,dlorenc/minikube,dlorenc/minikube,dlorenc/minikube,skipjaq/minikube,r2d4/minikube,skipjaq/minikube,dims/minikube,kubernetes/minikube,dongsupark/minikube,r2d4/minikube,dlorenc/minikube,cu12/minikube,warmchang/minikube,aaron-prindle/minikube,dongsupark/minikube,warmchang/minikube,kubernetes/minikube,r2d4/minikube,abbytiz/minikube,dlorenc/minikube,kubernetes/minikube
e45884045eecfef783852875cbcc6e93942458bc
Tests/Fixtures/App/config/config.yml
Tests/Fixtures/App/config/config.yml
# Basic config common to all functional tests # Can be easily overridden in each test config parameters: locale: en database_path: %kernel.root_dir%/../../../build/test.db framework: secret: secret translator: ~ default_locale: "%locale%" test: ~ router: { resource: "%kernel.root_dir%/config/routing_base.yml" } form: true validation: { enable_annotations: true } templating: { engines: ['twig'] } profiler: collect: true session: storage_id: session.storage.mock_file doctrine: dbal: driver: pdo_sqlite path: %database_path% orm: auto_generate_proxy_classes: true auto_mapping: true security: firewalls: secured_area: pattern: ^/ anonymous: true providers: in_memory: memory: ~
# Basic config common to all functional tests # Can be easily overridden in each test config parameters: locale: en database_path: %kernel.root_dir%/../../../build/test.db framework: secret: secret translator: ~ default_locale: "%locale%" test: ~ router: { resource: "%kernel.root_dir%/config/routing_base.yml" } form: true validation: { enable_annotations: true } templating: { engines: ['twig'] } profiler: collect: true session: storage_id: session.storage.mock_file doctrine: dbal: driver: pdo_sqlite path: %database_path% orm: auto_generate_proxy_classes: true auto_mapping: true security: firewalls: secured_area: pattern: ^/ anonymous: true providers: in_memory: memory: ~ services: logger: class: Psr\Log\NullLogger
Fix PHPUnit output for Sf 2.3 deps
Fix PHPUnit output for Sf 2.3 deps
YAML
mit
javiereguiluz/EasyAdminBundle,yceruto/EasyAdminBundle,gabiudrescu/EasyAdminBundle,OskarStark/EasyAdminBundle,gabiudrescu/EasyAdminBundle,yceruto/EasyAdminBundle,ogizanagi/EasyAdminBundle,ogizanagi/EasyAdminBundle,javiereguiluz/EasyAdminBundle,ogizanagi/EasyAdminBundle,ogizanagi/EasyAdminBundle,gabiudrescu/EasyAdminBundle,OskarStark/EasyAdminBundle,OskarStark/EasyAdminBundle,yceruto/EasyAdminBundle
a8764a830e34495b631b3427c19d8b9117893f11
docs/antora.yml
docs/antora.yml
name: rubocop-rspec title: RuboCop RSpec version: '1.44' nav: - modules/ROOT/nav.adoc
name: rubocop-rspec title: RuboCop RSpec version: master nav: - modules/ROOT/nav.adoc
Switch docs version back to master
Switch docs version back to master
YAML
mit
bquorning/rubocop-rspec,nevir/rubocop-rspec,backus/rubocop-rspec,backus/rubocop-rspec
f662932922c191fa5c12cd32b4eaa8ef6a4a1b41
rancher-config/docker-compose.yml
rancher-config/docker-compose.yml
version: '2' services: c2s-frontend: image: "nhsuk/connecting-to-services:${DOCKER_IMAGE_TAG}" environment: NODE_ENV: production HOTJAR_ANALYTICS_TRACKING_ID: ${HOTJAR_ANALYTICS_TRACKING_ID} GOOGLE_ANALYTICS_TRACKING_ID: ${GOOGLE_ID} WEBTRENDS_ANALYTICS_TRACKING_ID: ${WEBTRENDS_ANALYTICS_TRACKING_ID} API_BASE_URL: 'http://nearby-services-api.nearby-services-api:3001' labels: traefik.enable: true traefik.frontend.auth.basic: ${BASIC_AUTH} traefik.frontend.rule: $TRAEFIK_RULE traefik.backend: ${RANCHER_STACK_NAME}-connecting-to-services traefik.port: 3000 prometheus.port: 3000 prometheus.monitoring: true io.rancher.container.pull_image: always logging: driver: splunk options: splunk-url: ${SPLUNK_HEC_URL} splunk-token: ${SPLUNK_HEC_TOKEN} splunk-insecureskipverify: "true" splunk-sourcetype: docker splunk-source: connecting-to-services splunk-verify-connection: "false" tag: "{{`{{.ImageName}} {{.Name}} {{.FullID}}`}}" splunk-format: json
version: '2' services: c2s-frontend: image: "nhsuk/connecting-to-services:${DOCKER_IMAGE_TAG}" environment: API_BASE_URL: 'http://nearby-services-api.nearby-services-api:3001' GOOGLE_ANALYTICS_TRACKING_ID: ${GOOGLE_ID} HOTJAR_ANALYTICS_TRACKING_ID: ${HOTJAR_ANALYTICS_TRACKING_ID} NODE_ENV: production WEBTRENDS_ANALYTICS_TRACKING_ID: ${WEBTRENDS_ANALYTICS_TRACKING_ID} labels: io.rancher.container.pull_image: always prometheus.monitoring: true prometheus.port: 3000 traefik.backend: ${RANCHER_STACK_NAME}-connecting-to-services traefik.enable: true traefik.frontend.auth.basic: ${BASIC_AUTH} traefik.frontend.rule: $TRAEFIK_RULE traefik.port: 3000 logging: driver: splunk options: splunk-format: json splunk-insecureskipverify: "true" splunk-source: connecting-to-services splunk-sourcetype: docker splunk-token: ${SPLUNK_HEC_TOKEN} splunk-url: ${SPLUNK_HEC_URL} splunk-verify-connection: "false" tag: "{{`{{.ImageName}} {{.Name}} {{.FullID}}`}}"
Improve searchability of docker config
:abc: Improve searchability of docker config
YAML
mit
nhsuk/connecting-to-services,nhsuk/connecting-to-services
5c410b8babfa64a2d51f43315972894220c8345a
roles/osx/defaults/main.yml
roles/osx/defaults/main.yml
--- osx: brew: taps: - caskroom/cask - caskroom/versions packages: - ack - ansible - autojump - brew-cask - cowsay - fish - fortune - gpg2 - rbenv - reattach-to-user-namespace - ruby-build - terminal-notifier - tmux custom_packages: - name: emacs options: - cocoa casks: - 1password - alfred - dash - dropbox - dockertoolbox - evernote - firefox - google-chrome - karabiner - marked - skitch - slack - spotify - textexpander - vagrant - virtualbox - vlc dotfiles: links: - src: tmux/tmux.conf dest: ~/.tmux.conf - src: fish dest: ~/.config/fish - src: git/gitconfig dest: ~/.gitconfig - src: git/gitignore dest: ~/.gitignore - src: pry/pryrc dest: ~/.pryrc
--- osx: brew: packages: - ack - ansible - autojump - cowsay - fish - fortune - gpg2 - rbenv - reattach-to-user-namespace - ruby-build - terminal-notifier - tmux casks: - 1password - alfred - dash - docker-toolbox - firefox - google-chrome - karabiner-elements - marked - slack - spotify - textexpander - vagrant - virtualbox - vlc dotfiles: links: - src: tmux/tmux.conf dest: ~/.tmux.conf - src: fish dest: ~/.config/fish - src: git/gitconfig dest: ~/.gitconfig - src: git/gitignore dest: ~/.gitignore - src: pry/pryrc dest: ~/.pryrc
Update packages to install on macOS.
Update packages to install on macOS.
YAML
mit
alloy-d/alloy-d.nyc
e9de6ebe8ccd32651258f24b3e95176bde3bb7e3
_config_docs.yml
_config_docs.yml
theme: jekyll-theme-architect repository: marnen/knitting_symbols exclude: &image_output - JIS keep_files: *image_output
theme: jekyll-theme-architect repository: marnen/knitting_symbols keep_files: - JIS exclude: - JIS - 'knitting_symbols*' - reference.svg
Exclude a couple more files from releases.
Exclude a couple more files from releases.
YAML
mit
marnen/knitting_symbols
9f2473153a0259d9347b849695148e206dd43ed3
releasenotes/notes/add-dynamic-allocation-feature-2fd6b4df7943f178.yaml
releasenotes/notes/add-dynamic-allocation-feature-2fd6b4df7943f178.yaml
--- features: - Adds Dynamic Allocation feature for the OneView drivers. deprecations: - Deprecates pre-allocation feature for the OneView drivers.
--- features: - OneView drivers now support dynamic allocation of nodes in OneView, allowing for better resource sharing with non-OpenStack users since Server Hardware will be allocated only when the node is scheduled to be used. To enable the new allocation feature for a node, set the flag ``dynamic_allocation=True`` on the node's ``driver_info``. More information is available at http://docs.openstack.org/developer/ironic/drivers/oneview.html. deprecations: - Deprecates pre-allocation feature for the OneView drivers since it requires resource allocation to Ironic prior to boot time, which makes Server Hardware unavailable to non-OpenStack OneView users. Pre-allocation will be removed in the OpenStack "P" release. All nodes with ``dynamic_allocation=False`` set, or that don't have the ``dynamic_allocation`` flag set, will be assumed to be in pre-allocation. Users may use the REST API or the ``ironic-oneview-cli`` to migrate nodes from pre-allocation to dynamic allocation. More information is available at http://docs.openstack.org/developer/ironic/drivers/oneview.html.
Refactor OneView dynamic allocation release notes
Refactor OneView dynamic allocation release notes Adding some context and an overall instruction/orientation about the new feature for ironic operators. Change-Id: Ie5ae2d8982f01972484a7f7bba7937e599254902
YAML
apache-2.0
openstack/ironic,NaohiroTamura/ironic,SauloAislan/ironic,pshchelo/ironic,SauloAislan/ironic,pshchelo/ironic,NaohiroTamura/ironic,openstack/ironic
ccefa0396cff111e8a29003928b25fba507dd506
conf/conda-recipes/mpich/meta.yaml
conf/conda-recipes/mpich/meta.yaml
package: name: mpich version: 3.1.4 about: home: http://www.mpich.org/ summary: 'MPICH: High performance and widely portable MPI implementation' license: 'BSD (http://git.mpich.org/mpich.git/blob/HEAD:/COPYRIGHT)' requirements: conflicts: - openmpi - mpich2 source: fn: mpich-3.1.4.tar.gz url: http://www.mpich.org/static/downloads/3.1.4/mpich-3.1.4.tar.gz md5: 2ab544607986486562e076b83937bba2 build: number: 0 binary_relocation: true detect_binary_files_with_prefix: true test: files: - test/helloworld.c - test/helloworld.cxx commands: - command -v mpichversion - mpichversion - command -v mpiexec - mpiexec -n 4 hostname - command -v mpicc - mpicc -show - command -v mpicxx - mpicxx -show - mpicc helloworld.c -o helloworld_c - mpicxx helloworld.cxx -o helloworld_cxx - export DYLD_LIBRARY_PATH=$PREFIX/lib # [osx] - mpiexec -n 4 ./helloworld_c - mpiexec -n 4 ./helloworld_cxx
package: name: mpich version: 3.2.0 about: home: http://www.mpich.org/ summary: 'MPICH: High performance and widely portable MPI implementation' license: 'BSD (http://git.mpich.org/mpich.git/blob/HEAD:/COPYRIGHT)' requirements: conflicts: - openmpi - mpich2 source: fn: mpich-3.2.tar.gz url: http://www.mpich.org/static/downloads/3.2/mpich-3.2.tar.gz md5: f414cfa77099cd1fa1a5ae4e22db508a build: number: 0 binary_relocation: true detect_binary_files_with_prefix: true test: files: - test/helloworld.c - test/helloworld.cxx commands: - command -v mpichversion - mpichversion - command -v mpiexec - mpiexec -n 4 hostname - command -v mpicc - mpicc -show - command -v mpicxx - mpicxx -show - mpicc helloworld.c -o helloworld_c - mpicxx helloworld.cxx -o helloworld_cxx - export DYLD_LIBRARY_PATH=$PREFIX/lib # [osx] - mpiexec -n 4 ./helloworld_c - mpiexec -n 4 ./helloworld_cxx
Update MPICH recipe to 3.2
conda: Update MPICH recipe to 3.2
YAML
bsd-2-clause
mpi4py/mpi4py,mpi4py/mpi4py,mpi4py/mpi4py
554450c94359d95648d071685d8ecc32c0b2ee08
snap/snapcraft.yaml
snap/snapcraft.yaml
name: tesseract version: master summary: open source optical character recognition engine description: | Tesseract has unicode (UTF-8) support, and can recognize more than 100 languages "out of the box". It can be trained to recognize other languages. Tesseract supports various output formats: plain-text, hocr(html), pdf. grade: devel # must be 'stable' to release into candidate/stable channels confinement: strict apps: tesseract: command: env TESSDATA_PREFIX=$SNAP_USER_COMMON tesseract plugs: [home] parts: tesseract: source: . plugin: autotools build-packages: - pkg-config - libpng12-dev - libjpeg8-dev - libtiff5-dev - zlib1g-dev - libicu-dev - libpango1.0-dev - libcairo2-dev after: [leptonica] leptonica: source: https://github.com/DanBloomberg/leptonica/archive/1.74.2.tar.gz plugin: autotools
name: tesseract version: git summary: open source optical character recognition engine description: | Tesseract has unicode (UTF-8) support, and can recognize more than 100 languages "out of the box". It can be trained to recognize other languages. Tesseract supports various output formats: plain-text, hocr(html), pdf. grade: devel # must be 'stable' to release into candidate/stable channels confinement: strict apps: tesseract: command: env TESSDATA_PREFIX=$SNAP_USER_COMMON tesseract plugs: [home] parts: tesseract: source: . plugin: autotools build-packages: - pkg-config - libpng12-dev - libjpeg8-dev - libtiff5-dev - zlib1g-dev - libicu-dev - libpango1.0-dev - libcairo2-dev after: [leptonica] leptonica: source: https://github.com/DanBloomberg/leptonica/archive/1.74.2.tar.gz plugin: autotools
Use automatic git-based versioning for the snap
Use automatic git-based versioning for the snap Snapcraft supports automatic `git describe` based versioning when the `version` key is set to `git`. This gives more information of the source status of a snap distribution. Refer-to: Snapcraft.yaml reference - doc - snapcraft.io <https://forum.snapcraft.io/t/snapcraft-yaml-reference/4276> Signed-off-by: 林博仁(Buo-ren, Lin) <e1a755dad2798d70422023dceee1245c3d6b4517@gmail.com>
YAML
apache-2.0
jbarlow83/tesseract,jbarlow83/tesseract,UB-Mannheim/tesseract,UB-Mannheim/tesseract,jbarlow83/tesseract,jbarlow83/tesseract,stweil/tesseract,tesseract-ocr/tesseract,amitdo/tesseract,jbarlow83/tesseract,stweil/tesseract,stweil/tesseract,amitdo/tesseract,tesseract-ocr/tesseract,amitdo/tesseract,amitdo/tesseract,UB-Mannheim/tesseract,UB-Mannheim/tesseract,tesseract-ocr/tesseract,stweil/tesseract,amitdo/tesseract,UB-Mannheim/tesseract,tesseract-ocr/tesseract,stweil/tesseract,tesseract-ocr/tesseract
8f642c0dd5917f0f229b8f96c4fcb97244be823a
_data/topnav.yml
_data/topnav.yml
## Topnav single links ## if you want to list an external url, use external_url instead of url. the theme will apply a different link base. topnav: - title: Topnav items: - title: About url: /about.html - title: News url: /news.html - title: Issues url: /issues.html - title: Testimonials url: /testimonials.html - title: Kudos url: /kudos.html #Topnav dropdowns topnav_dropdowns: - title: Topnav dropdowns folders: - title: Code folderitems: - title: Source external_url: https://gerrit.googlesource.com/gerrit/ - title: Releases url: /releases-readme.html - title: Builds external_url: https://gerrit-ci.gerritforge.com/ - title: Reviews external_url: https://gerrit-review.googlesource.com/q/status:open+project:gerrit - title: Docs folderitems: - title: Latest external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/3.0.0/index.html - title: Designs url: /design-docs-index.html - title: Wiki external_url: https://gerrit.googlesource.com/homepage/+/master/pages/site/docs/
## Topnav single links ## if you want to list an external url, use external_url instead of url. the theme will apply a different link base. topnav: - title: Topnav items: - title: About url: /about.html - title: News url: /news.html - title: Issues url: /issues.html - title: Members url: /members.html - title: Testimonials url: /testimonials.html - title: Kudos url: /kudos.html #Topnav dropdowns topnav_dropdowns: - title: Topnav dropdowns folders: - title: Code folderitems: - title: Source external_url: https://gerrit.googlesource.com/gerrit/ - title: Releases url: /releases-readme.html - title: Builds external_url: https://gerrit-ci.gerritforge.com/ - title: Reviews external_url: https://gerrit-review.googlesource.com/q/status:open+project:gerrit - title: Docs folderitems: - title: Latest external_url: https://gerrit-documentation.storage.googleapis.com/Documentation/3.0.0/index.html - title: Designs url: /design-docs-index.html - title: Wiki external_url: https://gerrit.googlesource.com/homepage/+/master/pages/site/docs/
Add top navigation menu link for the Members page
Add top navigation menu link for the Members page Before this change, that page was unreachable from interactive browsing. Bug: Issue 11050 Change-Id: If415aca5d30d136027c5d764987aecacbe21220f
YAML
apache-2.0
GerritCodeReview/homepage,GerritCodeReview/homepage,GerritCodeReview/homepage,GerritCodeReview/homepage,GerritCodeReview/homepage
51ea5d82f9e5213468e60ac3d04b6821aae67760
inst/rmarkdown/shared/_output.yaml
inst/rmarkdown/shared/_output.yaml
html_document: code_folding: show df_print: paged highlight: pygments number_sections: false self_contained: true theme: cosmo toc: true toc_float: collapsed: true smooth_scroll: false pdf_document: number_sections: false toc: true toc_depth: 1
html_document: code_folding: hide df_print: paged highlight: pygments number_sections: false self_contained: true theme: cosmo toc: true toc_float: collapsed: true smooth_scroll: false pdf_document: number_sections: false toc: true toc_depth: 1
Revert back to hiding
Revert back to hiding [ci skip]
YAML
mit
hbc/bcbioRnaseq,hbc/bcbioRnaseq
c89d0c517e295212e48bf669a338146df6a107b6
.github/workflows/appengine_deploy.yml
.github/workflows/appengine_deploy.yml
# This is a basic workflow to help you get started with Actions name: Deploy to App Engine # Controls when the workflow will run on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: prepare: name: Prepare # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Prepare demo files run: | npm install npm run prepareDemos - name: Upload uses: actions/upload-artifact@v2 with: name: appengine_files path: _deploy/ deploy: name: Deploy runs-on: ubuntu-latest needs: prepare steps: - name: Download prepared files uses: actions/download-artifact@v2 with: name: appengine_files path: _deploy/ - name: Deploy to App Engine uses: google-github-actions/deploy-appengine@v0.2.0 with: deliverables: app.yaml working_directory: _deploy/ # TODO: Set up project id and credentials secrets project_id: ${{ secrets.GCP_PROJECT }} credentials: ${{ secrets.GCP_SA_KEY }} promote: false # TODO: Generate a version string based on package.json version: vtest
# Workflow that prepares files and deploys to appengine name: Deploy to App Engine # Controls when the workflow will run on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: prepare: name: Prepare runs-on: ubuntu-latest steps: # Checks-out the repository under $GITHUB_WORKSPACE. # When running manually this checks out the master branch. - uses: actions/checkout@v2 - name: Prepare demo files # Install all dependencies, then copy all the files needed for demos. run: | npm install npm run prepareDemos - name: Upload uses: actions/upload-artifact@v2 with: name: appengine_files path: _deploy/ deploy: name: Deploy runs-on: ubuntu-latest # The prepare step must succeed for this step to run. needs: prepare steps: - name: Download prepared files uses: actions/download-artifact@v2 with: name: appengine_files path: _deploy/ - name: Deploy to App Engine uses: google-github-actions/deploy-appengine@v0.2.0 # For parameters see: # https://github.com/google-github-actions/deploy-appengine#inputs with: working_directory: _deploy/ deliverables: app.yaml project_id: ${{ secrets.GCP_PROJECT }} credentials: ${{ secrets.GCP_SA_KEY }} promote: false version: vtest
Update comments to be more descriptive
Update comments to be more descriptive
YAML
apache-2.0
rachel-fenichel/blockly,rachel-fenichel/blockly,mark-friedman/blockly,mark-friedman/blockly,google/blockly,google/blockly,rachel-fenichel/blockly,mark-friedman/blockly,google/blockly,mark-friedman/blockly,google/blockly,rachel-fenichel/blockly,rachel-fenichel/blockly,rachel-fenichel/blockly,mark-friedman/blockly,google/blockly,google/blockly,google/blockly,rachel-fenichel/blockly,mark-friedman/blockly
37fd89bd78bb7bbf47a2bf6cbe97c5ae4b964c2f
.github/workflows/update-changelog.yml
.github/workflows/update-changelog.yml
name: "Update Changelog" on: release: types: [released] jobs: update: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 with: ref: ${{ github.ref_name }} - name: Update Changelog uses: stefanzweifel/changelog-updater-action@v1 with: latest-version: ${{ github.event.release.tag_name }} release-notes: ${{ github.event.release.body }} - name: Commit updated CHANGELOG uses: stefanzweifel/git-auto-commit-action@v4 with: branch: ${{ github.event.release.target_commitish }} commit_message: Update CHANGELOG.md file_pattern: CHANGELOG.md
name: "Update Changelog" on: release: types: [released] jobs: update: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 with: ref: ${{ github.ref_name }} - name: Update Changelog uses: stefanzweifel/changelog-updater-action@v1 with: latest-version: ${{ github.event.release.tag_name }} release-notes: ${{ github.event.release.body }} compare-url-target-revision: ${{ github.event.release.target_commitish }} - name: Commit updated CHANGELOG uses: stefanzweifel/git-auto-commit-action@v4 with: branch: ${{ github.event.release.target_commitish }} commit_message: Update CHANGELOG.md file_pattern: CHANGELOG.md
Use release target branch in changelog compare URL
Use release target branch in changelog compare URL
YAML
mit
laravel/dusk
de3935a6ccc26ec063e13d2739dd098c7616fde2
hadrian/stack.yaml
hadrian/stack.yaml
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) resolver: lts-13.21 extra-deps: # We need a newer happy (see #16825) - git: https://github.com/simonmar/happy.git commit: 66982277ac7aed23edbb36c5f7aa5a86e5bdf778 # Local packages, usually specified by relative directory name packages: - '.' - '../libraries/Cabal/Cabal' nix: enable: false packages: - autoconf - automake - gcc - git - ncurses - perl
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) resolver: lts-13.21 extra-deps: # We need a newer happy (see #16825) - git: https://github.com/simonmar/happy.git commit: 66982277ac7aed23edbb36c5f7aa5a86e5bdf778 - shake-0.18.3@sha256:12949a47f07915a4338291a0146158d18abdd04c0dfd813778231ed68b4758df,14806 # Local packages, usually specified by relative directory name packages: - '.' - '../libraries/Cabal/Cabal' nix: enable: false packages: - autoconf - automake - gcc - git - ncurses - perl
Add shake 0.18.3 to extra deps
Add shake 0.18.3 to extra deps
YAML
bsd-3-clause
sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc
9f853e7d533113f12c3b3d26842ad10588fbc1e4
.github/workflows/api_doc_build.yml
.github/workflows/api_doc_build.yml
name: API Doc Build on: push: branches: - master env: BUILD_TYPE: Release jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install Dependencies run: sudo apt-get install doxygen xsltproc - name: Create Build Environment run: cmake -E make_directory ${{runner.workspace}}/build - name: Configure CMake shell: bash working-directory: ${{runner.workspace}}/build run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE - name: Build shell: bash working-directory: ${{runner.workspace}}/build run: cmake --build . --config $BUILD_TYPE --target doxygen - name: Upload Artifacts uses: actions/upload-artifact@v2 with: name: api_docs path: ${{runner.workspace}}/build/doc/api/html
name: API Doc Build on: push: branches: - master env: BUILD_TYPE: Release jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: persist-credentials: false - name: Install Dependencies run: sudo apt-get install doxygen xsltproc - name: Create Build Environment run: cmake -E make_directory ${{runner.workspace}}/build - name: Configure CMake shell: bash working-directory: ${{runner.workspace}}/build run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE - name: Build shell: bash working-directory: ${{runner.workspace}}/build run: cmake --build . --config $BUILD_TYPE --target doxygen - name: Install SSH Client 🔑 uses: webfactory/ssh-agent@v0.4.1 with: ssh-private-key: ${{ secrets.DEPLOY_API_TOKEN }} - name: Publish API Docs to GH Pages uses: JamesIves/github-pages-deploy-action@3.7.1 with: FOLDER: ${{runner.workspace}}/build/doc/api/html/~ REPOSITORY_NAME: FluidSynth/fluidsynth.github.io BRANCH: main TARGET_FOLDER: api/ SSH: true
Update API doc build to upload to GH pages
Update API doc build to upload to GH pages
YAML
lgpl-2.1
FluidSynth/fluidsynth,FluidSynth/fluidsynth,FluidSynth/fluidsynth,FluidSynth/fluidsynth
83bbe11924ccc10d2aeba5b6635fa68adb52ee79
.github/workflows/pull_requests.yml
.github/workflows/pull_requests.yml
name: PR triage on: pull_request: types: [opened] jobs: markPRsForTriage: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1.0.0 - name: Apply PR Triage Label uses: actions/github@v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: args: label needs-triage
name: PR triage on: pull_request: types: [opened] jobs: markPRsForTriage: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1.0.0 - name: Apply PR Triage Label uses: actions/github@v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_ACTIONS_TOKEN }} with: args: label needs-triage
Update GH Actions token for PR triage labeling
Update GH Actions token for PR triage labeling
YAML
mpl-2.0
terraform-providers/terraform-provider-aws,terraform-providers/terraform-provider-aws,kjmkznr/terraform-provider-aws,kjmkznr/terraform-provider-aws,kjmkznr/terraform-provider-aws,terraform-providers/terraform-provider-aws,terraform-providers/terraform-provider-aws,kjmkznr/terraform-provider-aws
6442ec86c230d8ddb5d8b651d46b66dfc93788d7
recipes/pytest-ordering/meta.yaml
recipes/pytest-ordering/meta.yaml
{% set name = "pytest-ordering" %} {% set version = "0.6" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" sha256: 561ad653626bb171da78e682f6d39ac33bb13b3e272d406cd555adb6b006bda6 build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - pip - pytest - python - setuptools run: - pytest - python - setuptools test: imports: - pytest_ordering about: home: "https://github.com/ftobia/pytest-ordering" license: MIT license_family: MIT license_file: summary: "pytest plugin to run your tests in a specific order" doc_url: dev_url: extra: recipe-maintainers: - your-github-id-here
{% set name = "pytest-ordering" %} {% set version = "0.6" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: "https://github.com/ftobia/{{ name }}/archive/{{ version }}.tar.gz" sha256: c1149011a3bec662d4dd92427197bd5d02546f380b3568eb6217efb743614309 build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - pip - pytest - python - setuptools run: - pytest - python - setuptools test: imports: - pytest_ordering about: home: "https://github.com/ftobia/pytest-ordering" license: MIT license_family: MIT license_file: LICENSE summary: "pytest plugin to run your tests in a specific order" extra: recipe-maintainers: - jni
Tweak pytest ordering recipe to use github link for LICENSE
Tweak pytest ordering recipe to use github link for LICENSE
YAML
bsd-3-clause
stuertz/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,Juanlu001/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,asmeurer/staged-recipes,dschreij/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,birdsarah/staged-recipes,SylvainCorlay/staged-recipes,petrushy/staged-recipes,goanpeca/staged-recipes,kwilcox/staged-recipes,asmeurer/staged-recipes,mariusvniekerk/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,ocefpaf/staged-recipes,chrisburr/staged-recipes,conda-forge/staged-recipes,chrisburr/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,patricksnape/staged-recipes,Juanlu001/staged-recipes,ReimarBauer/staged-recipes,ReimarBauer/staged-recipes,johanneskoester/staged-recipes,birdsarah/staged-recipes,dschreij/staged-recipes,stuertz/staged-recipes,jakirkham/staged-recipes,patricksnape/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,igortg/staged-recipes,petrushy/staged-recipes,SylvainCorlay/staged-recipes
d0f5ad06602a35cdf28e4f47e4dcf749801d02fe
ansible/playbooks/apt.yml
ansible/playbooks/apt.yml
- hosts: all name: APT tasks: - name: Refresh APT repo # Only run "update_cache=yes" if the last one is more than 3600 seconds ago apt: update_cache=yes cache_valid_time=3600 sudo: yes
- hosts: all name: APT tasks: - name: Refresh APT repo # Only run "update_cache=yes" if the last one is more than 3600 seconds ago apt: update_cache=yes cache_valid_time=3600 sudo: yes - name: Install VIM apt: pkg={{ item }} state=installed update_cache=true install_recommends=yes sudo: yes with_items: - vim
Install vim on the virtual
Install vim on the virtual
YAML
mit
Wildhoney/AnsibleAlexa
2e81f09c2df54ca76ce33a3b8cbeefaf93be9a52
scripts/jenkins/jobs-ibs/cloud-mkcloud6-job-ha.yaml
scripts/jenkins/jobs-ibs/cloud-mkcloud6-job-ha.yaml
- job: name: 'cloud-mkcloud6-job-ha' node: cloud-trigger triggers: - timed: '11 2 * * *' logrotate: numToKeep: 7 daysToKeep: -1 builders: - trigger-builds: - project: openstack-mkcloud condition: SUCCESS block: true current-parameters: true predefined-parameters: | TESTHEAD=1 cloudsource=develcloud6 nodenumber=4 networkingmode=vxlan hacloud=1 mkcloudtarget=plain testsetup
- job: name: 'cloud-mkcloud6-job-ha' node: cloud-trigger triggers: - timed: '11 2 * * *' logrotate: numToKeep: 7 daysToKeep: -1 builders: - trigger-builds: - project: openstack-mkcloud condition: SUCCESS block: true current-parameters: true predefined-parameters: | TESTHEAD=1 cloudsource=develcloud6 nodenumber=4 networkingmode=vxlan hacloud=1 mkcloudtarget=all_noreboot
Move jenkins HA trigger to all_noreboot
Move jenkins HA trigger to all_noreboot This is more consistent with other triggers.
YAML
apache-2.0
SUSE-Cloud/automation,gosipyan/automation,gosipyan/automation,aspiers/automation,SUSE-Cloud/automation,gosipyan/automation,gosipyan/automation,aspiers/automation,aspiers/automation,SUSE-Cloud/automation,vmoravec/automation,vmoravec/automation,vmoravec/automation,vmoravec/automation,aspiers/automation,SUSE-Cloud/automation
c9de25a19bc12c395b6a0b5b92503d5e2ba0d7c7
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-zed-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-antelope-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
Add Python3 antelope unit tests
Add Python3 antelope unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for antelope. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ib55e899627f3a3ca7faf0e03d2e887e4b111c6c9
YAML
apache-2.0
openstack/oslo.vmware
23ee4d15b85c6d0dedc4e69c0c7109bdf2a3d810
.zuul.yaml
.zuul.yaml
- project: templates: - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs - release-notes-jobs-python3 - publish-openstack-docs-pti - check-requirements check: jobs: - openstack-tox-lower-constraints - openstack-tox-cover: voting: false gate: queue: kuryr jobs: - openstack-tox-lower-constraints
- project: templates: - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs - release-notes-jobs-python3 - publish-openstack-docs-pti - check-requirements gate: queue: kuryr
Use templates for cover and lower-constraints
Use templates for cover and lower-constraints Use openstack-tox-cover template, this runs the cover job in the check queue only. Use openstack-lower-constraints-jobs template. Remove jobs that are part of the templates. Change-Id: I21efefc2e85c57d754b272b02de694f5c6a6edfd
YAML
apache-2.0
openstack/kuryr,openstack/kuryr
efee2163c7095c00e3c08a8ab2fb649b6e0f6865
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - horizon-non-primary-django-jobs - horizon-nodejs14-jobs - openstack-python3-zed-jobs-horizon - publish-openstack-docs-pti - release-notes-jobs-python3
- project: templates: - check-requirements - horizon-non-primary-django-jobs - horizon-nodejs-jobs - openstack-python3-zed-jobs-horizon - publish-openstack-docs-pti - release-notes-jobs-python3
Use Horizon project template for nodejs jobs
Use Horizon project template for nodejs jobs Horizon defined a project template 'horizon-nodejs-jobs' for nodejs jobs. This patch updates ``.zuul.yaml`` to use that template to run nodejs jobs here. Depends-On: https://review.opendev.org/c/openstack/horizon/+/831929 Change-Id: I2812afb4ec02fdcadb0284db2c95651ce8e8dbf3
YAML
apache-2.0
openstack/zaqar-ui,openstack/zaqar-ui,openstack/zaqar-ui,openstack/zaqar-ui
f033a33c70212637119eaae6fd19b02ca4f55cf2
.github/workflows/close_stale.yml
.github/workflows/close_stale.yml
name: "Close stale issues" on: schedule: - cron: "0 0 * * *" jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days.' stale-pr-message: 'This pull request is stale because it has been open 90 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days.' days-before-stale: 90 days-before-close: 14
name: "Close stale issues" on: schedule: - cron: "0 0 * * *" jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days.' stale-pr-message: 'This pull request is stale because it has been open 90 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days.' days-before-stale: 90 days-before-close: 14
Bump actions/stale from 4 to 5
Bump actions/stale from 4 to 5 Bumps [actions/stale](https://github.com/actions/stale) from 4 to 5. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <5bdcd3c0d4d24ae3e71b3b452a024c6324c7e4bb@github.com>
YAML
apache-2.0
smoketurner/dropwizard-zipkin,smoketurner/dropwizard-zipkin
7da0c7f7255dc5d5de3521bed1dfdc8d9b3f18b9
.github/workflows/macos_cmake.yml
.github/workflows/macos_cmake.yml
name: MacOS Cmake on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: env: EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }} jobs: MacOS-cmake: name: MacOS Cmake uses: steinwurf/macos-cmake-action/.github/workflows/action.yml@2.0.0 with: extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
name: MacOS Cmake on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: env: EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }} jobs: MacOS-cmake: name: MacOS Cmake uses: steinwurf/macos-cmake-action/.github/workflows/action.yml@3.0.0 with: extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
Update MacOS Cmake to new version 3.0.0
Update MacOS Cmake to new version 3.0.0
YAML
bsd-3-clause
steinwurf/endian,steinwurf/endian
7da97dbb11173ad624579d2fcb30e8ec0627108e
.github/workflows/validations.yml
.github/workflows/validations.yml
name: Validations on: push: branches: [ master ] pull_request: branches: [ master ] env: LC_CTYPE: en_US.UTF-8 LANG: en_US.UTF-8 jobs: validate-cocoapods: runs-on: macos-latest steps: - uses: actions/checkout@v2 - run: ./Scripts/ci-select-xcode.sh - run: pod lib lint run-danger: runs-on: macos-latest if: github.event_name == 'pull_request' steps: - uses: actions/checkout@v2 - run: ./Scripts/ci-select-xcode.sh - run: bundle install - run: bundle exec danger env: DANGER_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN}}
name: Validations on: push: branches: [ master ] pull_request: branches: [ master ] env: LC_CTYPE: en_US.UTF-8 LANG: en_US.UTF-8 jobs: validate-cocoapods: runs-on: macos-latest steps: - uses: actions/checkout@v2 - run: ./Scripts/ci-select-xcode.sh - run: pod lib lint run-danger: runs-on: ubuntu-latest if: github.event_name == 'pull_request' steps: - uses: actions/checkout@v2 - uses: danger/danger@master env: DANGER_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN}}
Use Danger's own github action
Use Danger's own github action
YAML
bsd-3-clause
CocoaLumberjack/CocoaLumberjack,CocoaLumberjack/CocoaLumberjack,CocoaLumberjack/CocoaLumberjack,sushichop/CocoaLumberjack,sushichop/CocoaLumberjack,sushichop/CocoaLumberjack,CocoaLumberjack/CocoaLumberjack,sushichop/CocoaLumberjack
86fea144a2279d5415946366d3644c97e95a9b5b
ansible/main.yml
ansible/main.yml
--- - hosts: all vars: cf_cli_version: "6.24.0" maven_version: "3.3.9" maven_checksum: "516923b3955b6035ba6b0a5b031fbd8b" sbt_version: "0.13.13" intellij_version: "2016.3.4" sts_version: "3.8.3" eclipse_version: "4.6.2" docker_compose_version: "1.11.2" atom_version: "1.14.4" gradle_version: "3.4" gather_facts: yes become: yes roles: - disable_auto_update - developer_packages - atom - docker_service - docker_compose - cf_cli - maven - sbt - gradle - intellij - sts - unity_desktop
--- - hosts: all vars: cf_cli_version: "6.25.0" maven_version: "3.3.9" maven_checksum: "516923b3955b6035ba6b0a5b031fbd8b" sbt_version: "0.13.13" intellij_version: "2016.3.4" sts_version: "3.8.3" eclipse_version: "4.6.2" docker_compose_version: "1.11.2" atom_version: "1.14.4" gradle_version: "3.4" gather_facts: yes become: yes roles: - disable_auto_update - developer_packages - atom - docker_service - docker_compose - cf_cli - maven - sbt - gradle - intellij - sts - unity_desktop
Update cf cli to 6.25.0
Update cf cli to 6.25.0 Autocomplete goodness!!
YAML
apache-2.0
cagiti/developer-environment
eb47b792e23ac81135666ad62d3da6da70f50a33
skeleton/spec/acceptance/nodesets/ubuntu-1404-x64.yml
skeleton/spec/acceptance/nodesets/ubuntu-1404-x64.yml
HOSTS: ubuntu--1404-x64: roles: - master platform: ubuntu-1404-amd64 box: puppetlabs/ubuntu-14.04-64-nocm box_url: https://vagrantcloud.com/puppetlabs/boxes/ubuntu-14.04-64-nocm hypervisor: vagrant CONFIG: log_level: verbose type: foss
HOSTS: ubuntu-1404-x64: roles: - master platform: ubuntu-1404-amd64 box: puppetlabs/ubuntu-14.04-64-nocm box_url: https://vagrantcloud.com/puppetlabs/boxes/ubuntu-14.04-64-nocm hypervisor: vagrant CONFIG: log_level: verbose type: foss
Fix typo in ubuntu 14.04 nodeset
Fix typo in ubuntu 14.04 nodeset
YAML
apache-2.0
tubemogul/puppet-module-skeleton,fvoges/puppet-module-skeleton,jlambert121/puppet-module-skeleton,witjoh/puppet-module-skeleton,tuxmea/puppet-module-skeleton,timhughes/puppet-module-skeleton,jlambert121/puppet-module-skeleton,natemccurdy/puppet-module-skeleton,garethr/puppet-module-skeleton,tubemogul/puppet-module-skeleton,kyblik/puppet-module-skeleton,yo61/puppet-module-skeleton,mmarseglia/puppet-module-skeleton,jbarbuto/puppet-module-skeleton,spacepants/puppet-module-skeleton,timhughes/puppet-module-skeleton,mmarseglia/puppet-module-skeleton,kyblik/puppet-module-skeleton,spacepants/puppet-module-skeleton,garethr/puppet-module-skeleton,timhughes/puppet-module-skeleton,tuxmea/puppet-module-skeleton,tubemogul/puppet-module-skeleton,jlambert121/puppet-module-skeleton,natemccurdy/puppet-module-skeleton,fvoges/puppet-module-skeleton,kyblik/puppet-module-skeleton,witjoh/puppet-module-skeleton,tuxmea/puppet-module-skeleton,mmarseglia/puppet-module-skeleton,jbarbuto/puppet-module-skeleton,jbarbuto/puppet-module-skeleton,spacepants/puppet-module-skeleton,fvoges/puppet-module-skeleton,witjoh/puppet-module-skeleton,yo61/puppet-module-skeleton,garethr/puppet-module-skeleton,natemccurdy/puppet-module-skeleton,yo61/puppet-module-skeleton
d672c864035eccb121acaf0f56bdf4ca12d607a0
tests/REQUEST-942-APPLICATION-ATTACK-SQLI/942280.yaml
tests/REQUEST-942-APPLICATION-ATTACK-SQLI/942280.yaml
--- meta: author: "Christian S.J. Peron" description: None enabled: true name: 942280.yaml tests: - test_title: 942230-1 desc: "Postgres pg_sleep injection, waitfor delay attacks and database shutdown attempts" stages: - stage: input: dest_addr: 127.0.0.1 headers: Host: localhost method: GET port: 80 uri: "/?var=select%20pg_sleep" version: HTTP/1.0 output: log_contains: id "942230"
--- meta: author: "Christian S.J. Peron" description: None enabled: true name: 942280.yaml tests: - test_title: 942280-1 desc: "Postgres pg_sleep injection, waitfor delay attacks and database shutdown attempts" stages: - stage: input: dest_addr: 127.0.0.1 headers: Host: localhost method: GET port: 80 uri: "/?var=select%20pg_sleep" version: HTTP/1.0 output: log_contains: id "942280"
Fix pg_sleep injection log_contains check
Fix pg_sleep injection log_contains check - Look for the right pattern in the log - Fix up the rule name
YAML
apache-2.0
csjperon/OWASP-CRS-regressions,SpiderLabs/OWASP-CRS-regressions
63872737fbd2863dfc4356a0093b230033a9c1a2
scripts/deploy/docker-compose.yml
scripts/deploy/docker-compose.yml
version: "2" services: imagespace-mongo: image: mongo:3.0 networks: - imagespace-network imagespace-solr: image: solr:6.0 networks: - imagespace-network entrypoint: - docker-entrypoint.sh - solr-precreate - imagespace imagespace-girder: image: kitware/image_space:latest networks: - imagespace-network ports: - "8989:8080" depends_on: - imagespace-mongo - imagespace-solr entrypoint: /imagespace-entrypoint.sh --database mongodb://imagespace-mongo/girder networks: imagespace-network: driver: bridge
version: "2" services: imagespace-mongo: image: mongo:3.0 networks: - imagespace-network imagespace-solr: image: solr:6.0 networks: - imagespace-network entrypoint: - docker-entrypoint.sh - solr-precreate - imagespace imagespace-girder: image: kitware/image_space:latest networks: - imagespace-network ports: - "8989:8080" depends_on: - imagespace-mongo - imagespace-solr volumes: - ${IMAGE_DIR}:/images entrypoint: /imagespace-entrypoint.sh --database mongodb://imagespace-mongo/girder networks: imagespace-network: driver: bridge
Add mounted image volume to girder container
Add mounted image volume to girder container
YAML
apache-2.0
memex-explorer/image_space,memex-explorer/image_space,smadha/image_space,memex-explorer/image_space,smadha/image_space,smadha/image_space,memex-explorer/image_space,smadha/image_space
cdf7a551654d935a36401746d49e3fb1a69e95d8
roles/general/meta/main.yml
roles/general/meta/main.yml
--- dependencies: - role: jnv.unattended-upgrades - role: tersmitten.htop
--- dependencies: - role: jnv.unattended-upgrades unattended_remove_unused_dependencies: true - role: tersmitten.htop
Configure jnv.unattended-upgrades to remove unused dependencies. Otherwise old kernel versions fill the disk to the point that all apt commands fail, and then they're a pain to clear out.
Configure jnv.unattended-upgrades to remove unused dependencies. Otherwise old kernel versions fill the disk to the point that all apt commands fail, and then they're a pain to clear out.
YAML
mit
smashingboxes/taperole,smashingboxes/taperole
3358fa09048ff3f6f7ab03c0fccbed3f0550ee54
config/document_cloud.yml
config/document_cloud.yml
<% secrets = YAML.load_file('./secrets/secrets.yml')[ENV['RAILS_ENV'] || "development"] %> defaults: &defaults cloud_crowd_server: http://dev.dcloud.org:8080 server_root: dev.dcloud.org aws_zone: us-east-1c preconfigured_ami_id: ami-11a4b578 asset_root: "dev.dcloud.org" development: <<: *defaults staging: <<: *defaults cloud_crowd_server: ec2-50-16-197-147.compute-1.amazonaws.com:8080 server_root: staging.documentcloud.org asset_root: "s3.amazonaws.com/dcloud_staging" production: <<: *defaults cloud_crowd_server: <%= secrets['db_host'] %>:8080 server_root: www.documentcloud.org asset_root: "s3.amazonaws.com/s3.documentcloud.org" db_volume_id: vol-d4c305bd test: <<: *defaults
<% secrets = YAML.load_file('./secrets/secrets.yml')[ENV['RAILS_ENV'] || "development"] %> defaults: &defaults cloud_crowd_server: http://dev.dcloud.org:8080 server_root: dev.dcloud.org aws_zone: us-east-1c preconfigured_ami_id: ami-11a4b578 asset_root: "dev.dcloud.org" development: <<: *defaults staging: <<: *defaults cloud_crowd_server: <%= secrets['db_host'] %>:8080 server_root: staging.documentcloud.org asset_root: "s3.amazonaws.com/dcloud_staging" production: <<: *defaults cloud_crowd_server: <%= secrets['db_host'] %>:8080 server_root: www.documentcloud.org asset_root: "s3.amazonaws.com/s3.documentcloud.org" db_volume_id: vol-d4c305bd test: <<: *defaults
Set address for cloud_crowd server on staging
Set address for cloud_crowd server on staging
YAML
mit
dannguyen/documentcloud,ivarvong/documentcloud,moodpo/documentcloud,ivarvong/documentcloud,dannguyen/documentcloud,documentcloud/documentcloud,Teino1978-Corp/Teino1978-Corp-documentcloud,moodpo/documentcloud,gunjanmodi/documentcloud,monofox/documentcloud,documentcloud/documentcloud,Teino1978-Corp/Teino1978-Corp-documentcloud,ivarvong/documentcloud,Teino1978-Corp/Teino1978-Corp-documentcloud,Teino1978-Corp/Teino1978-Corp-documentcloud,ivarvong/documentcloud,dannguyen/documentcloud,documentcloud/documentcloud,gunjanmodi/documentcloud,monofox/documentcloud,monofox/documentcloud,gunjanmodi/documentcloud,moodpo/documentcloud,moodpo/documentcloud,dannguyen/documentcloud,documentcloud/documentcloud,monofox/documentcloud,gunjanmodi/documentcloud
b6e4d2adca07fb0127c3fd504569e872966e2fbf
playbooks/tasks/mac.yml
playbooks/tasks/mac.yml
--- - name: Update Homebrew homebrew: update_homebrew=yes - name: Install libraries with Homebrew homebrew: name={{ item }} state=latest with_items: - ack - bash - curl - fasd - git - hub - nmap - node - python - python3 - readline - rename - ssh-copy-id - vim - watch - wget - zsh - pygtk - httpie - name: Tap into the Homebrew Cask Beta apps homebrew_tap: tap=caskroom/versions state=present - name: Install libraries with Homebrew Cask homebrew_cask: name={{ item }} state=present with_items: - dropbox - evernote - google-chrome - iterm2 - sublime-text3 - hipchat - viber - github - spotify - macpass - virtualbox - trailer - spotifree - skitch - flux - sequel-pro - vagrant - xmarks-safari - vagrant-manager - utorrent - vlc # TODO: Find a way to make this work without requiring a password # - name: Change shell to ZSH # command: chsh -s /bin/zsh
--- - name: Update Homebrew homebrew: update_homebrew=yes - name: Install libraries with Homebrew homebrew: name={{ item }} state=latest with_items: - ack - bash - curl - fasd - git - hub - nmap - node - python - python3 - readline - rename - ssh-copy-id - vim - watch - wget - zsh - httpie - name: Tap into the Homebrew Cask Beta apps homebrew_tap: tap=caskroom/versions state=present - name: Install libraries with Homebrew Cask homebrew_cask: name={{ item }} state=present with_items: - dropbox - evernote - google-chrome - iterm2 - sublime-text3 - hipchat - viber - github - spotify - macpass - virtualbox - trailer - spotifree - skitch - flux - sequel-pro - vagrant - xmarks-safari - vagrant-manager - utorrent - vlc # TODO: Find a way to make this work without requiring a password # - name: Change shell to ZSH # command: chsh -s /bin/zsh
Remove pygtk because it fucks Nagstamon
Remove pygtk because it fucks Nagstamon
YAML
mit
smathson/dotfiles
916275c2de1ddec7f648c0d56ad94a19e22c0833
data/location/sesi_rocquencourt.yaml
data/location/sesi_rocquencourt.yaml
--- dns::forwarders: - 193.51.196.130 - 193.51.196.131 dns::forwarder_insecure: true ntp::servers: - sesi-ntp1.inria.fr - sesi-ntp2.inria.fr smtp::relayhost: '[smtp.inria.fr]' swh::deploy::worker::instances: - swh_lister_debian - swh_lister_github - swh_loader_debian - swh_loader_git - swh_loader_svn
--- dns::forwarders: - 193.51.196.130 - 193.51.196.131 dns::forwarder_insecure: true ntp::servers: - sesi-ntp1.inria.fr - sesi-ntp2.inria.fr smtp::relayhost: '[smtp.inria.fr]' swh::deploy::worker::instances: - swh_lister_debian - swh_lister_github - swh_loader_debian - swh_loader_git - swh_loader_git_disk - swh_loader_svn
Deploy loader-git disk to swh-workers
data/defaults: Deploy loader-git disk to swh-workers
YAML
apache-2.0
SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site
822abf8067de6fdbccc0c234086db7ab81f0ad6e
ansible/roles/webapi_instance/vars/main.yml
ansible/roles/webapi_instance/vars/main.yml
version: "1.0" artifactId: "webapi" classifier: '' packaging: "war" groupId: "au.org.ala" webapi_war_url: "{{maven_repo_ws_url}}"
version: "{{ webapi_version | default('2.0-SNAPSHOT') }}" artifactId: "webapi" classifier: '' packaging: "war" groupId: "au.org.ala" webapi_war_url: "{{maven_repo_ws_url}}"
Update webapi version and allow configuration
Update webapi version and allow configuration
YAML
apache-2.0
AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install
08a35810adb516e0d023d1734d363d33a4cb74b4
.github/workflows/macos_mkspecs.yml
.github/workflows/macos_mkspecs.yml
name: MacOS C++ make-specs on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: MacOS-mkspecs: uses: steinwurf/macos-mkspecs-action/.github/workflows/action.yml@2.0.1 with: extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
name: MacOS C++ make-specs on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: MacOS-mkspecs: uses: steinwurf/macos-mkspecs-action/.github/workflows/action.yml@3.0.0 with: extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
Update MacOS C++ make-specs to new version 3.0.0
Update MacOS C++ make-specs to new version 3.0.0
YAML
bsd-3-clause
steinwurf/bourne,steinwurf/bourne
707f3659e548b2d83918ec6579633d85598111f7
metadata/com.gyorog.polycal.yml
metadata/com.gyorog.polycal.yml
Categories: - Time License: GPL-2.0-only AuthorName: Jason Gyorog AuthorEmail: jasongyorog@gmail.com SourceCode: https://github.com/jasongyorog/PolyCal AutoName: PolyCal RepoType: git Repo: https://github.com/jasongyorog/PolyCal Builds: - versionName: '1.6' versionCode: 6 commit: v1.6 subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk - update-alternatives --auto java gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.6' CurrentVersionCode: 6
Categories: - Time License: GPL-2.0-only AuthorName: Jason Gyorog AuthorEmail: jasongyorog@gmail.com SourceCode: https://github.com/jasongyorog/PolyCal AutoName: PolyCal RepoType: git Repo: https://github.com/jasongyorog/PolyCal Builds: - versionName: '1.6' versionCode: 6 commit: v1.6 subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk - update-alternatives --auto java gradle: - yes - versionName: '1.7' versionCode: 7 commit: e97fedf0e3cc2f36ea9e58aa82e43b767676fbc3 subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk - update-alternatives --auto java gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.7' CurrentVersionCode: 7
Update PolyCal to 1.7 (7)
Update PolyCal to 1.7 (7)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
25b142bb71a5daef79f06fa0f3109e05af876c83
cuteshop/specs/qtyaml.yml
cuteshop/specs/qtyaml.yml
name: qtyaml source: http: https://github.com/uranusjr/qtyaml/archive/master.zip project: sources: - "3rdparty/libyaml/src/*.c" - "src/*.cpp" headers: - src/qtyaml_global.h - src/qyamldocument.h - src/qyamlmapping.h - src/qyamlsequence.h - src/qyamlvalue.h defines: HAVE_CONFIG_H YAML_DECLARE_STATIC includepath: - 3rdparty/libyaml/include - 3rdparty/libyaml/win32 qt: core config: c++11
name: qtyaml source: git: https://github.com/uranusjr/qtyaml.git project: sources: - "3rdparty/libyaml/src/*.c" - "src/*.cpp" headers: - src/qtyaml_global.h - src/qyamldocument.h - src/qyamlmapping.h - src/qyamlsequence.h - src/qyamlvalue.h defines: HAVE_CONFIG_H YAML_DECLARE_STATIC includepath: - 3rdparty/libyaml/include - 3rdparty/libyaml/win32 qt: core config: c++11
Revert "Switch QtYAML download to use zip file"
Revert "Switch QtYAML download to use zip file" This reverts commit c1592705e4eb5d19e4112775eb534a9f3ef65157.
YAML
mit
uranusjr/cuteshop
593d919ff1c5f35b801b5e58ee07eb5f1dcc4dbc
packages/ge/generic-arbitrary.yaml
packages/ge/generic-arbitrary.yaml
homepage: http://github.com/typeable/generic-arbitrary#readme changelog-type: markdown hash: 77b9d6b9f1edd9917f0d2e1bd2fd3d510715bc25029c66fc6a1e7806590ae8f4 test-bench-deps: {} maintainer: makeit@typeable.io synopsis: Generic implementation for QuickCheck's Arbitrary changelog: | 0.2.0 ----- * Added `GenericArbitrary` for use with the [DerivingVia](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/deriving_via.html) compiler extension. * Minimum bound on QuickCheck changed to 2.14. 0.1.0 ----- * Public release basic-deps: base: '>=4.8 && <4.16' QuickCheck: '>=2.14' all-versions: - 0.1.0 - 0.2.0 author: Typeable.io contributors latest: 0.2.0 description-type: haddock description: |- Generic implementations of methods of the 'Arbitrary' class from the QuickCheck library. The approach taken here can lead to diverging instances for recursive types but is safe for non-recursive ones and guarantees flat distribution for constructors of sum-types. license-name: MIT
homepage: http://github.com/typeable/generic-arbitrary#readme changelog-type: markdown hash: 82e28b909cf4a57e599f7b59273a621122cab4998b831d87866b2372e61bb302 test-bench-deps: {} maintainer: makeit@typeable.io synopsis: Generic implementation for QuickCheck's Arbitrary changelog: | 0.2.1 ----- * Added compatibility with GHC 9.2.1 0.2.0 ----- * Added `GenericArbitrary` for use with the [DerivingVia](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/deriving_via.html) compiler extension. * Minimum bound on QuickCheck changed to 2.14. 0.1.0 ----- * Public release basic-deps: base: '>=4.8 && <5' QuickCheck: '>=2.14' all-versions: - 0.1.0 - 0.2.0 - 0.2.1 author: Typeable.io contributors latest: 0.2.1 description-type: haddock description: |- Generic implementations of methods of the 'Arbitrary' class from the QuickCheck library. The approach taken here can lead to diverging instances for recursive types but is safe for non-recursive ones and guarantees flat distribution for constructors of sum-types. license-name: MIT
Update from Hackage at 2022-04-05T07:29:48Z
Update from Hackage at 2022-04-05T07:29:48Z
YAML
mit
commercialhaskell/all-cabal-metadata
ac3c8dd96f3fb3c18ca0d3089975761b71165a53
packages/ho/hora.yaml
packages/ho/hora.yaml
homepage: https://github.com/ciez/hora changelog-type: markdown hash: 784422e12d8ec5ca53a7381d1066feed234e82d7dba3519933013e20167f9080 test-bench-deps: base: ! '>=4.8' time: -any hspec: ! '>=2.1.7' regex-do: ! '>=3.1' QuickCheck: ! '>=2.8.1' maintainer: Imants Cekusins synopsis: date time changelog: ! "##### 1.0\n initial version\n " basic-deps: base: ! '>=4.7 && <5.0' time: -any regex-do: ! '>=3.1' all-versions: - '1.0' author: Imants Cekusins latest: '1.0' description-type: haddock description: date time functions to pico precision license-name: PublicDomain
homepage: https://github.com/ciez/hora changelog-type: markdown hash: 30e2e23404c52dd88eb23219ae5430f057f3dc82f5ea02b3e674487aa1530b32 test-bench-deps: base: ! '>=4.8' time: -any hspec: ! '>=2.1.7' binary: -any regex-do: ! '>=3.1' QuickCheck: ! '>=2.8.1' maintainer: Imants Cekusins synopsis: date time changelog: ! "##### 1.0.1\n DmyHmp derive Binary\n \n\n##### 1.0\n initial version\n " basic-deps: base: ! '>=4.7 && <5.0' time: -any binary: -any regex-do: ! '>=3.1' all-versions: - '1.0' - '1.0.1' author: Imants Cekusins latest: '1.0.1' description-type: haddock description: date time functions to pico precision license-name: PublicDomain
Update from Hackage at 2016-12-12T22:21:16Z
Update from Hackage at 2016-12-12T22:21:16Z
YAML
mit
commercialhaskell/all-cabal-metadata
2bf62c992531b728191149095df2b1b539371be2
packages/lo/loup.yaml
packages/lo/loup.yaml
homepage: https://github.com/swift-nav/loup changelog-type: '' hash: 85173a22e5228cc4808dc3b8df0ad34ea8aaf6b02979735f62e750233c32f0eb test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: Amazon Simple Workflow Service Wrapper for Work Pools. changelog: '' basic-deps: amazonka: -any optparse-generic: -any base: ==4.8.* shakers: -any uuid: -any preamble: -any monad-control: -any conduit: -any turtle: -any loup: -any lifted-async: -any amazonka-swf: -any aeson: -any yaml: -any all-versions: - '0.0.1' author: Swift Navigation Inc. latest: '0.0.1' description-type: haddock description: Loup is a wrapper around Amazon Simple Workflow Service for Work Pools. license-name: MIT
homepage: https://github.com/swift-nav/loup changelog-type: '' hash: 844e7756441466d6c72996359c07326a416e79f994bc325b5859e1df3fcba008 test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: Amazon Simple Workflow Service Wrapper for Work Pools. changelog: '' basic-deps: amazonka: -any bytestring: -any optparse-generic: -any base: ==4.8.* time: -any shakers: -any uuid: -any preamble: -any monad-control: -any conduit: -any turtle: -any loup: -any lifted-async: -any amazonka-swf: -any aeson: -any yaml: -any all-versions: - '0.0.1' - '0.0.2' author: Swift Navigation Inc. latest: '0.0.2' description-type: haddock description: Loup is a wrapper around Amazon Simple Workflow Service for Work Pools. license-name: MIT
Update from Hackage at 2017-06-09T05:37:56Z
Update from Hackage at 2017-06-09T05:37:56Z
YAML
mit
commercialhaskell/all-cabal-metadata
0842d39c2a57ee135af1369e1bf974fddd712739
packages/op/opencog-atomspace.yaml
packages/op/opencog-atomspace.yaml
homepage: github.com/opencog/atomspace/tree/master/opencog/haskell changelog-type: '' hash: e4f10c917c43e26fd698436b7d9a4948519fb59a8c8361c96a26e3e27c7e9cdc test-bench-deps: {} maintainer: '-' synopsis: Haskell Bindings for the AtomSpace. changelog: '' basic-deps: base: ! '>=4.5 && <5' transformers: ! '>=0.3' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' author: Marcos Pividori latest: '0.1.0.3' description-type: haddock description: ! 'This library defines Haskell Bindings for the AtomSpace. For more information on Haskell Bindings: <http://wiki.opencog.org/w/Haskell> GitHub repository: <https://github.com/opencog/atomspace/tree/master/opencog/haskell>' license-name: OtherLicense
homepage: github.com/opencog/atomspace/tree/master/opencog/haskell changelog-type: '' hash: 7572f139c45c5b44716114b9169fa35303a3368db7c569c7e15e055aecc382ef test-bench-deps: {} maintainer: '-' synopsis: Haskell Bindings for the AtomSpace. changelog: '' basic-deps: base: ! '>=4.5 && <5' transformers: ! '>=0.3' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' - '0.1.0.4' author: Marcos Pividori latest: '0.1.0.4' description-type: haddock description: ! 'This library defines Haskell Bindings for the AtomSpace. For more information on Haskell Bindings: <http://wiki.opencog.org/w/Haskell> GitHub repository: <https://github.com/opencog/atomspace/tree/master/opencog/haskell>' license-name: OtherLicense
Update from Hackage at 2016-10-16T15:23:29+00:00
Update from Hackage at 2016-10-16T15:23:29+00:00
YAML
mit
commercialhaskell/all-cabal-metadata
d66fd9b46aee7b8da487dabff040100f4ffd9294
data/transition-sites/mod_dasa.yml
data/transition-sites/mod_dasa.yml
--- site: mod_dasa whitehall_slug: ministry-of-defence title: Ministry of Defence redirection_date: 28th February 2014 homepage: https://www.gov.uk/government/organisations/ministry-of-defence tna_timestamp: 20140116142443 host: dasa.mod.uk furl: www.gov.uk/mod aliases: - www.dasa.mod.uk
--- site: mod_dasa whitehall_slug: ministry-of-defence title: Ministry of Defence redirection_date: 28th February 2014 homepage: https://www.gov.uk/government/organisations/ministry-of-defence/about/statistics tna_timestamp: 20140116142443 host: dasa.mod.uk furl: www.gov.uk/mod aliases: - www.dasa.mod.uk
Revise DASA homepage to MOD statistics
Revise DASA homepage to MOD statistics
YAML
mit
alphagov/transition-config,alphagov/transition-config
cd486e7c86096174e9381eea4fcf9b0d2bd4365d
ansible/roles/debian/vars/main.yml
ansible/roles/debian/vars/main.yml
apt_packages: - cloc - cmake - fish - git - gnome - golang - graphviz - libssl-dev - lynis - mitmproxy - mosh - mplayer - neovim - pandoc - python-cffi - python-pip - python3 - python3-cffi - python3-pip - redis-server - sysbench - tmux - yubioath-desktop
apt_packages: - cloc - cmake - fish - git - golang - graphviz - libssl-dev - lynis - mosh - neovim - pandoc - python-cffi - python-pip - python3 - python3-cffi - python3-pip - redis-server - sysbench - tmux apt_desktop: - gnome - mitmproxy - mplayer - yubioath-desktop
Move desktop apps to different var
Ansible/Debian: Move desktop apps to different var
YAML
mit
justuswilhelm/pufferfish,justuswilhelm/pufferfish
cadec40f8c4448e45e6583c0ec6c6f20256751c1
.github/workflows/build-test.yaml
.github/workflows/build-test.yaml
name: Python Package on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: python: [3.5, 3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: ${{matrix.python}} - name: Install Tox and any other packages run: tox -e py -vvv
name: Python Package on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: python: [3.5, 3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: ${{matrix.python}} - name: Install Tox and any other packages run: pip install tox - name: Run Tox run: tox -e py -vvv
Add the tox installation step
Add the tox installation step
YAML
bsd-3-clause
yt-project/unyt
ae6f6efe7ed601dc4be2bad3e14c13c93de01cae
.github/workflows/first_issue.yml
.github/workflows/first_issue.yml
name: Greetings on: [issues] jobs: greeting: runs-on: ubuntu-latest steps: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: |- Hello ${{ github.actor }}, Thank you for being part of the Anchore community! [Thank you](https://github.com/anchore/anchore-engine/raw/master/scripts/ci/thank-you.png) An Anchorite will look at your issue soon. We also have great [documentation](https://docs.anchore.com/current/), including [FAQs](https://docs.anchore.com/current/docs/faq/) and [release notes](https://docs.anchore.com/current/docs/releasenotes/). You can also find our [contribution guidelines here](https://github.com/anchore/anchore-engine/blob/master/CONTRIBUTING.rst). Thank you again!
name: Greetings on: [pull_request, issues] jobs: greeting: runs-on: ubuntu-latest steps: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: |- Hello ${{ github.actor }}, Thank you for being part of the Anchore community! ![Thank you](https://github.com/anchore/anchore-engine/raw/master/scripts/ci/thank-you.png) An Anchorite will look at your issue soon. We also have great [documentation](https://docs.anchore.com/current/), including [FAQs](https://docs.anchore.com/current/docs/faq/) and [release notes](https://docs.anchore.com/current/docs/releasenotes/). You can also find our [contribution guidelines here](https://github.com/anchore/anchore-engine/blob/master/CONTRIBUTING.rst). Thank you again! pr-message: |- Hello ${{ github.actor }}, Thank you for being part of the Anchore community! ![Thank you](https://github.com/anchore/anchore-engine/raw/master/scripts/ci/thank-you.png) An Anchorite will look at your PR soon. We value your contribution. Please review our [contribution guidelines here](https://github.com/anchore/anchore-engine/blob/master/CONTRIBUTING.rst). Thank you again!
Add the first PR message trigger
Add the first PR message trigger Signed-off-by: Robert Prince <d9b34157691e7da60641baaf8d2175a488c0677f@anchore.com>
YAML
apache-2.0
anchore/anchore-engine,anchore/anchore-engine,anchore/anchore-engine
ecd31f80b1ddf0d2fbe8b165b1f12ea72394531a
.github/workflows/macos_cmake.yml
.github/workflows/macos_cmake.yml
name: MacOS Cmake on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: env: EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }} jobs: MacOS-cmake: name: MacOS Cmake uses: steinwurf/macos-cmake-action/.github/workflows/action.yml@3.0.0 with: extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
name: MacOS Cmake on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: env: EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }} jobs: MacOS-cmake: name: MacOS Cmake uses: steinwurf/macos-cmake-action/.github/workflows/action.yml@4.0.0 with: extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
Update MacOS Cmake to new version 4.0.0
Update MacOS Cmake to new version 4.0.0
YAML
bsd-3-clause
steinwurf/bourne,steinwurf/bourne
30541360e93ad56d5d2f2d398f5fbf23c4a47b86
.github/workflows/macos_cmake.yml
.github/workflows/macos_cmake.yml
name: MacOS Cmake on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: env: EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }} jobs: MacOS-cmake: name: MacOS Cmake uses: steinwurf/macos-cmake-action/.github/workflows/action.yml@4.0.0 with: extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
name: MacOS Cmake on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: env: EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }} jobs: MacOS-cmake: name: MacOS Cmake uses: steinwurf/macos-cmake-action/.github/workflows/action.yml@5.0.0 with: extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
Update MacOS Cmake to new version 5.0.0
Update MacOS Cmake to new version 5.0.0
YAML
bsd-3-clause
steinwurf/bourne,steinwurf/bourne
632e7f35b40b48db14a5a837a4d746edee76671e
ansible/roles/docker/tasks/main.yml
ansible/roles/docker/tasks/main.yml
--- - name: Install docker apt: pkg: "{{ item }}" state: installed with_items: - docker.io - docker-compose become: yes tags: - docker - name: Create docker conf directory file: dest: /root/.docker state: directory recurse: true owner: root group: root mode: 700 become: yes tags: - docker - name: Set-up dockercfg template: src: dockercfg dest: /root/.docker/config.json become: yes tags: - docker - name: Copy the clean script copy: src: docker_clean.sh dest: /usr/local/bin/docker_clean mode: 755 become: yes tags: - docker - name: Schedule the clean script cron: name: docker_clean minute: 0 hour: 6 job: /usr/local/bin/docker_clean user: root cron_file: ansible_docker_clean become: yes tags: - docker
--- - name: Install docker apt: pkg: "{{ item }}" state: installed with_items: - docker.io - docker-compose become: yes tags: - docker - name: Create docker conf directory file: dest: /root/.docker state: directory recurse: true owner: root group: root mode: 700 become: yes tags: - docker - name: Set-up dockercfg template: src: dockercfg dest: /root/.docker/config.json become: yes tags: - docker - name: Copy the clean script copy: src: docker_clean.sh dest: /usr/local/bin/docker_clean mode: 755 become: yes tags: - docker - name: Schedule the clean script cron: name: docker_clean minute: 0 hour: 6 job: /usr/local/bin/docker_clean user: root cron_file: ansible_docker_clean become: yes tags: - docker - name: Add ansible user to docker group user: name: "{{ provisioning_user }}" groups: docker append: yes become: yes tags: - docker
Add ansible user to docker group
Add ansible user to docker group
YAML
mit
adrienkohlbecker/hypervisor,adrienkohlbecker/hypervisor
71750bc5806104e0adc575f8f3043e955381bd23
ansible/roles/girder/tasks/main.yml
ansible/roles/girder/tasks/main.yml
--- - name: Install build dependencies apt: name: "{{ item }}" sudo: yes with_items: - git # - build-essential # - python-dev - python-tk - tcl8.6-dev - tk8.6-dev - libffi-dev - libssl-dev - name: Download git: repo: "https://github.com/girder/girder.git" dest: "{{ girder_path }}" version: "{{ girder_version }}" update: yes force: yes notify: Build Girder - name: Install Pillow conda: name: Pillow version: 3.4.2 executable: "{{ python_dist_path }}/bin/conda" - name: Install Python dependencies pip: requirements: "{{ girder_path }}/requirements.txt" virtualenv: "{{ python_dist_path }}" sudo: yes if python_dist == "system" else no - name: Install Python package pip: requirements: "{{ girder_path }}" editable: true virtualenv: "{{ python_dist_path }}" sudo: yes if python_dist == "system" else no - name: Deploy config file template: src: "girder.local.cfg.j2" dest: "{{ girder_path }}/girder/conf/girder.local.cfg" #- name: Install NodeJS dependencies # npm: # name: "{{ item }}" # global: yes # with_items: # - grunt # - grunt-cli # sudo: yes
--- - name: Install build dependencies apt: name: "{{ item }}" sudo: yes with_items: - git # - build-essential # - python-dev - python-tk - tcl8.6-dev - tk8.6-dev - libffi-dev - libssl-dev - name: Download git: repo: "https://github.com/girder/girder.git" dest: "{{ girder_path }}" version: "{{ girder_version }}" update: yes force: yes notify: Build Girder - name: Install Pillow conda: name: Pillow version: 3.4.2 executable: "{{ python_dist_path }}/bin/conda" - name: Install Python dependencies pip: requirements: "{{ girder_path }}/requirements.txt" virtualenv: "{{ python_dist_path }}" sudo: yes if python_dist == "system" else no - name: Install Python package pip: name: "{{ girder_path }}" editable: true virtualenv: "{{ python_dist_path }}" sudo: yes if python_dist == "system" else no - name: Deploy config file template: src: "girder.local.cfg.j2" dest: "{{ girder_path }}/girder/conf/girder.local.cfg" #- name: Install NodeJS dependencies # npm: # name: "{{ item }}" # global: yes # with_items: # - grunt # - grunt-cli # sudo: yes
Fix installing Girder Python package
Ansible: Fix installing Girder Python package
YAML
apache-2.0
ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive
a17dd3139cb0a16d9ad90e69144198608d69c66b
ansible/roles/install-deps/tasks/install-mongodb.yml
ansible/roles/install-deps/tasks/install-mongodb.yml
--- # sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 - name: Add MongoDB apt key apt_key: id=7F0CEB10 url=hkp://keyserver.ubuntu.com:80 tags: - install - mongodb - name: Add MongoDB repository apt_repository: repo='deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' state=present update_cache=yes tags: - install - mongodb - name: Install MongoDB apt: name=mongodb-10gen state=latest tags: - install - mongodb
--- # sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 - name: Add MongoDB apt key apt_key: id=7F0CEB10 url=hkp://keyserver.ubuntu.com:80 tags: - install - mongodb - name: Add MongoDB repository apt_repository: repo='deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' state=present update_cache=yes tags: - install - mongodb - name: Install MongoDB apt: name=mongodb-10gen state=latest tags: - install - mongodb - name: Make sure MongoDB is running service: name=mongodb state=started tags: - install - mongodb
Make usre mongodb is running.
Make usre mongodb is running.
YAML
lgpl-2.1
kernelci/kernelci-backend,kernelci/kernelci-backend,joyxu/kernelci-backend,joyxu/kernelci-backend,joyxu/kernelci-backend
acadb089cb269621e840fc7cbbb24a44934ad334
communication/slack-config/sig-docs/docs-channels.yaml
communication/slack-config/sig-docs/docs-channels.yaml
channels: - name: kubernetes-docs-ar - name: kubernetes-docs-de - name: kubernetes-docs-es - name: kubernetes-docs-fr - name: kubernetes-docs-hi - name: kubernetes-docs-id - name: kubernetes-docs-it - name: kubernetes-docs-ja - name: kubernetes-docs-ko - name: kubernetes-docs-pt - name: kubernetes-docs-ru - name: kubernetes-docs-vi - name: kubernetes-docs-zh - name: kubernetes-docs-be - name: kubernetes-docs-pl
channels: - name: kubernetes-docs-ar - name: kubernetes-docs-de - name: kubernetes-docs-es - name: kubernetes-docs-fr - name: kubernetes-docs-hi - name: kubernetes-docs-id - name: kubernetes-docs-it - name: kubernetes-docs-ja - name: kubernetes-docs-ko - name: kubernetes-docs-pt - name: kubernetes-docs-ru - name: kubernetes-docs-vi - name: kubernetes-docs-zh - name: kubernetes-docs-be - name: kubernetes-docs-pl - name: kubernetes-docs-uk
Add Slack channel for Ukrainian localization
Add Slack channel for Ukrainian localization
YAML
apache-2.0
kubernetes/community,kubernetes/community,pwittrock/community,kubernetes/community,pwittrock/community
718cdd9e91658a351bd031d5375b70ac85ab3608
Resources/config/app/dev/assetic.yml
Resources/config/app/dev/assetic.yml
assetic: bundles: [] debug: %kernel.debug% java: /usr/bin/java filters: closure: jar: %kernel.root_dir%/../src/Darvin/AdminBundle/Resources/java/compiler.jar cssembed: jar: %kernel.root_dir%/../src/Darvin/AdminBundle/Resources/java/cssembed-0.4.5.jar cssrewrite: ~ yui_css: jar: %kernel.root_dir%/../src/Darvin/AdminBundle/Resources/java/yuicompressor-2.4.8.jar
assetic: bundles: [] filters: closure: jar: %kernel.root_dir%/../src/Darvin/AdminBundle/Resources/java/compiler.jar cssembed: jar: %kernel.root_dir%/../src/Darvin/AdminBundle/Resources/java/cssembed-0.4.5.jar cssrewrite: ~ yui_css: jar: %kernel.root_dir%/../src/Darvin/AdminBundle/Resources/java/yuicompressor-2.4.8.jar
Remove defaults from Assetic sample configuration file.
Remove defaults from Assetic sample configuration file.
YAML
mit
DarvinStudio/DarvinAdminBundle,DarvinStudio/DarvinAdminBundle,DarvinStudio/DarvinAdminBundle
77467dbfb27d94de992e79249767778c0e380911
packages/co/composition-extra.yaml
packages/co/composition-extra.yaml
homepage: '' changelog-type: '' hash: 8e945e1073c05a613129b16bae450aabed96761f6dff1fdcb1e18ba9dc60e80e test-bench-deps: {} maintainer: athan.clark@gmail.com synopsis: Combinators for unorthodox structure composition changelog: '' basic-deps: base: ! '>=4.6 && <5' contravariant: -any all-versions: - '0.0.0.1' - '0.0.0.2' - '1.0.0' - '1.0.0.1' - '1.0.1' - '1.0.1.1' author: Athan Clark latest: '1.0.1.1' description-type: haddock description: '' license-name: BSD3
homepage: '' changelog-type: '' hash: 4084908fa9ee5c8175ca7136351fa2bee31e2a21ef38a51512f46327061f2178 test-bench-deps: {} maintainer: athan.clark@gmail.com synopsis: Combinators for unorthodox structure composition changelog: '' basic-deps: base: ! '>=4.6 && <5' contravariant: -any all-versions: - '0.0.0.1' - '0.0.0.2' - '1.0.0' - '1.0.0.1' - '1.0.1' - '1.0.1.1' - '1.0.2' author: Athan Clark latest: '1.0.2' description-type: haddock description: '' license-name: BSD3
Update from Hackage at 2015-07-04T19:39:34+0000
Update from Hackage at 2015-07-04T19:39:34+0000
YAML
mit
commercialhaskell/all-cabal-metadata
856c4a50fa19212d280dab8dab6abb6d2cb23862
.github/workflows/docker-image.yml
.github/workflows/docker-image.yml
name: Docker Image CI on: push: branches: '**' tags: 'v*' jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 - run: cd Docker; docker build --tag owlery:${GITHUB_REF#refs/heads/} . - name: Dockerize if: success() uses: manusa/actions-publish-docker@v1.1.2 with: name: phenoscape/owlery username: ${{ secrets.DOCKER_HUB_USER }} password: ${{ secrets.DOCKER_HUB_PASSWORD }}
name: Docker Image CI on: push: #branches: '**' #tags: 'v*' jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 - run: cd Docker; docker build --tag owlery:${GITHUB_REF#refs/heads/} . - name: Dockerize if: success() uses: manusa/actions-publish-docker@v1.1.2 with: name: phenoscape/owlery username: ${{ secrets.DOCKER_HUB_USER }} password: ${{ secrets.DOCKER_HUB_PASSWORD }}
Disable action until it can be fixed
Disable action until it can be fixed
YAML
mit
phenoscape/owlery,phenoscape/owlery
241f571a9c5cbaebffb8711c7352caffcbd6664f
.github/workflows/docker-image.yml
.github/workflows/docker-image.yml
name: Docker CI on: push: branches: [ multi-template_render_endpoint, master ] jobs: install_kbsdk_and_test: runs-on: ubuntu-latest steps: - name: checkout git repo uses: actions/checkout@v2 - name: Add bin to $PATH run: | env echo "::add-path::$GITHUB_WORKSPACE/bin" - name: pull and run docker image shell: bash env: KBASE_TEST_TOKEN: ${{ secrets.KBASE_TEST_TOKEN }} run: | docker pull ialarmedalien/kb-sdk mkdir -p bin docker run ialarmedalien/kb-sdk genscript > bin/kb-sdk chmod 755 bin/kb-sdk kb-sdk test
name: Docker CI on: [push, pull_request] jobs: install_kbsdk_and_test: runs-on: ubuntu-latest steps: - name: checkout git repo uses: actions/checkout@v2 - name: Add bin to $PATH run: | env echo "::add-path::$GITHUB_WORKSPACE/bin" - name: pull and run docker image shell: bash env: KBASE_TEST_TOKEN: ${{ secrets.KBASE_TEST_TOKEN }} run: | docker pull ialarmedalien/kb-sdk mkdir -p bin docker run ialarmedalien/kb-sdk genscript > bin/kb-sdk chmod 755 bin/kb-sdk kb-sdk test
Update action to run on push and on pull request
Update action to run on push and on pull request
YAML
mit
msneddon/KBaseReport,msneddon/KBaseReport,msneddon/KBaseReport,msneddon/KBaseReport,msneddon/KBaseReport,msneddon/KBaseReport,msneddon/KBaseReport
e0726524c3b3463eafbe7c16854c403582460e12
packages/petdoor.yaml
packages/petdoor.yaml
################################################## ## Components/Sensors ################################################## cover: - platform: mqtt name: "PetDoor" command_topic: "homeassistant/cover/petdoor/set" state_topic: "homeassistant/cover/petdoor/state" # availability_topic: "homeassistant/cover/petdoor/availability" qos: 0 retain: true payload_open: "OPEN" payload_close: "CLOSE" state_open: "OPEN" state_closed: "CLOSED" payload_available: "online" payload_not_available: "offline" optimistic: false sensor: - platform: history_stats name: PetDoor opened today count entity_id: cover.petdoor type: count state: 'open' start: '{{ now().replace(hour=0).replace(minute=0).replace(second=0) }}' end: '{{ now() }}' ################################################## ## Recorder/History ################################################## recorder: include: entities: - cover.petdoor - sensor.petdoor_opened_today_count history: include: entities: - cover.petdoor - sensor.petdoor_opened_today_count
################################################## ## Components/Sensors ################################################## cover: - platform: mqtt name: "PetDoor" command_topic: "homeassistant/cover/petdoor/set" state_topic: "homeassistant/cover/petdoor/state" # availability_topic: "homeassistant/cover/petdoor/availability" qos: 0 retain: true optimistic: false sensor: - platform: history_stats name: PetDoor opened today count entity_id: cover.petdoor type: count state: 'open' start: '{{ now().replace(hour=0).replace(minute=0).replace(second=0) }}' end: '{{ now() }}' ################################################## ## Recorder/History ################################################## recorder: include: entities: - cover.petdoor - sensor.petdoor_opened_today_count history: include: entities: - cover.petdoor - sensor.petdoor_opened_today_count
Use default payloads and states
Use default payloads and states
YAML
mit
shortbloke/home_assistant_config
3d815bce0229db027e819294c608a1e7aa773dc5
data/transition-sites/decc_restats.yml
data/transition-sites/decc_restats.yml
--- site: decc_restats whitehall_slug: department-of-energy-climate-change homepage: https://www.gov.uk/government/organisations/department-of-energy-climate-change tna_timestamp: 20131204131046 host: restats.decc.gov.uk homepage_furl: www.gov.uk/decc special_redirect_strategy: via_aka # This special redirect strategy is to exclude an interactive map at # http://restats.decc.gov.uk/app/pub/map/map/
--- site: decc_restats whitehall_slug: department-of-energy-climate-change homepage: https://www.gov.uk/government/collections/renewable-energy-planning-data tna_timestamp: 20140711173142 host: restats.decc.gov.uk homepage_furl: www.gov.uk/decc special_redirect_strategy: via_aka # This special redirect strategy is to exclude an interactive map at # http://restats.decc.gov.uk/app/pub/map/map/
Change DECC restats configuration information
Change DECC restats configuration information
YAML
mit
alphagov/transition-config,alphagov/transition-config