commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
03b7598da7d84b8413cd104a43f1001f38b0be3a
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 before_script: - travis_retry composer self-update - travis_retry composer update --no-interaction script: - vendor/bin/phpunit
Add Travis CI build config.
Add Travis CI build config.
YAML
mit
keystonephp/queue
b1c44e59b5e2ce2e95ea5150c51bd55b6ba488a6
.travis.yml
.travis.yml
language: php dist: trusty sudo: false cache: directories: - $HOME/.composer/cache php: - 7.1 - 7.2 - 7.3 - 7.4snapshot install: - composer install --prefer-source --no-interaction # PHPUnit - composer require phpunit/phpunit - ./vendor/bin/phpunit --version before_scri...
language: php dist: trusty sudo: false cache: directories: - $HOME/.composer/cache php: - 7.1 - 7.2 - 7.3 - 7.4 install: - composer install --prefer-source --no-interaction # PHPUnit - composer require phpunit/phpunit - ./vendor/bin/phpunit --version before_script: ...
Add support for PHP 7.4 stable
Add support for PHP 7.4 stable
YAML
lgpl-2.1
stdtabs/phptabs
a701d611d4e5eb0d3ec89aa4a713aed18b0beec6
.travis.yml
.travis.yml
language: php php: - 5.2 - 5.3.3 - 5.3 - 5.4 - 5.5 matrix: allow_failures: - php: 5.2 script: phpunit -c phpunit.xml
language: php php: - 5.2 - 5.3.3 - 5.3 - 5.4 - 5.5 matrix: allow_failures: - php: 5.2 before_script: # Make sure the locales used in the tests are installed - sudo locale-gen en_GB - sudo locale-gen en_GB.utf8 - sudo locale-gen fr_FR - sudo locale-gen fr_FR@euro - sudo locale-gen fr_FR.ut...
Make sure the locales used in the tests are installed on the Travis environment.
Make sure the locales used in the tests are installed on the Travis environment.
YAML
lgpl-2.1
pornel/PHPTAL,usox/PHPTAL,cwisefool/PHPTAL,shivashanti/PHPTAL,shivashanti/PHPTAL,pornel/PHPTAL,usox/PHPTAL,shivashanti/PHPTAL,pornel/PHPTAL,cwisefool/PHPTAL,phptal/PHPTAL,phptal/PHPTAL,cwisefool/PHPTAL,usox/PHPTAL,phptal/PHPTAL
ccfed164bc4203efb85444b05a05b1453423448f
.travis.yml
.travis.yml
--- # yamllint disable rule:line-length sudo: required services: - docker language: generic # Set up Docker caching per: https://github.com/travis-ci/travis-ci/issues/5358#issuecomment-248915326 before_cache: # Save tagged docker images - > mkdir -p $HOME/docker && docker images -a --filter='dangling=...
--- sudo: required services: - docker language: generic script: | ./run-tests
Revert "Try adding Docker caching for Travis CI"
Revert "Try adding Docker caching for Travis CI" This reverts commit 1990efdba7fe16723940eb119d9b2fc11c7eda41.
YAML
bsd-2-clause
w0rp/ale,w0rp/ale,neersighted/ale,hernot/ale,neersighted/ale,neersighted/ale,hernot/ale,hernot/ale,IngoHeimbach/ale,w0rp/ale,IngoHeimbach/ale,IngoHeimbach/ale
a6155585eb54a15f56ac9e2456e5c9f5949416f2
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8.2 install: - carthage bootstrap --platform $PLATFORM before_script: - export LANG=en_US.UTF-8 script: - xcodebuild $ACTION -project OSRMTextInstructions.xcodeproj -scheme "$SCHEME" -destination "$DESTINATION" ONLY_ACTIVE_ARCH=NO env: - PLATFORM=iOS SCHEME='OSRMTextInstruc...
Build and test on Travis CI
Build and test on Travis CI Bootstrap Carthage, then build and test each framework target.
YAML
bsd-2-clause
Project-OSRM/osrm-text-instructions.swift,Project-OSRM/osrm-text-instructions.swift,Project-OSRM/osrm-text-instructions.swift
803c99b4b3ce95f992bfb493a35ab405d449ac51
.travis.yml
.travis.yml
language: rust script: - rustc --version && cargo --version - cmake . - make - cd lcm-rust/lcm - cargo build --verbose - cargo test --verbose - cd ../lcm-gen - cargo build --verbose - cargo test --verbose
Add Travis CI configuration file
Add Travis CI configuration file
YAML
lgpl-2.1
adeschamps/lcm,adeschamps/lcm,adeschamps/lcm,adeschamps/lcm,adeschamps/lcm,adeschamps/lcm,adeschamps/lcm,adeschamps/lcm
c7949cb65931dc54efe53d04e5c205d46af3981b
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3 - 1.8.7
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3 - 1.8.7 - jruby-18mode - jruby-19mode - rbx-2.2.1 matrix: allow_failures: - rvm: jruby-18mode - rvm: jruby-19mode - rvm: rbx-2.2.1 - rvm: 1.8.7
Add a bunch of Rubies to allow_failures for Travis CI
Add a bunch of Rubies to allow_failures for Travis CI
YAML
mit
gjtorikian/nanoc,barraq/nanoc,legallybrown/nanoc,nanoc/nanoc,remko/nanoc,RubenVerborgh/nanoc
d59b2a4ed6fc7b9f510eb01d57dd4eae11d1181f
packages/fi/finite-table.yaml
packages/fi/finite-table.yaml
homepage: https://github.com/google/hs-fin-vec#readme changelog-type: markdown hash: 3fafd5c246529495aca698907b1ffa77da72f1aa09bde9eb5c8c193d9beff0c4 test-bench-deps: cereal: '>=0.5 && <0.6' test-framework: -any finite-table: -any base: '>=4.12 && <4.16' data-default-class: '>=0.0 && <0.2' indexed-traversab...
Update from Hackage at 2021-09-07T22:04:18Z
Update from Hackage at 2021-09-07T22:04:18Z
YAML
mit
commercialhaskell/all-cabal-metadata
0f74cc2782b53eee9aa738622f7d97fcd68ef536
packages/nu/numhask-test.yaml
packages/nu/numhask-test.yaml
homepage: https://github.com/tonyday567/numhask#readme changelog-type: '' hash: e19c55a5bd9ad2b128dde532d7b6f5e1aeb8addd2193228209eb2e4aca64a5f9 test-bench-deps: numhask-test: -any base: ! '>=4.7 && <5' numhask-prelude: ! '>=0.1.0.0 && <0.2' tasty: -any QuickCheck: ! '>=2.8 && <3' maintainer: tonyday567@gmail...
Update from Hackage at 2018-06-17T21:34:27Z
Update from Hackage at 2018-06-17T21:34:27Z
YAML
mit
commercialhaskell/all-cabal-metadata
2d8c1adc5b790bcb40fc4cd47cdf395598ec38c9
fboss/agent/if/packman.yml
fboss/agent/if/packman.yml
# Basic configuration file for RPM deployment # Initially generated by contbuild-and-deploy # # See dex for additional options: # https://our.intern.facebook.com/intern/dex/packman/ packages: ctrl-FbossCtrl-pyremote: packager: oncall+fboss@xmail.facebook.com rules: fbmake:fboss/agent/if:ctrl-FbossCtrl-...
Remove engshare deploy from fboss agent remote
Remove engshare deploy from fboss agent remote Summary: Let's kill engshare. Where does facebook keep the pitchforks? Differential Revision: D3309105 fbshipit-source-id: cc43c5c89212da00ed2b3bb0b1ea5b0fc75bd872
YAML
bsd-3-clause
peterlei/fboss,peterlei/fboss,peterlei/fboss,peterlei/fboss
77c3ccf626498b9dd3af6a0e712287c559b2e063
docs/buildthedocs.yml
docs/buildthedocs.yml
versions: - name: "dev" source: provider: local path: docs directory: . title: Development notice: unstable warning: This documentation is for the unstable and in-development version of botogram! - name: "0.3" source: provider: git url: . checkout: v0.3.2 ...
versions: - name: "dev" source: provider: local path: docs directory: . title: Development notice: unstable warning: This documentation is for the unstable and in-development version of botogram! - name: "0.3" source: provider: git url: . checkout: release/0.3...
Build documentation from the branches instead of the tags
Build documentation from the branches instead of the tags This allows to update the documentation for a release without the need to do another release.
YAML
mit
thesharp/botogram,pietroalbini/botogram,pietroalbini/botogram,thesharp/botogram
d213bd02c9d526f1eaf39a90ed4441d1683f9ff0
packages/un/uniqueness-periods-vector-general.yaml
packages/un/uniqueness-periods-vector-general.yaml
homepage: https://hackage.haskell.org/package/uniqueness-periods-vector-general changelog-type: markdown hash: c1ff00da7c0f41d2bcf45203ce3e95fc937830858c36931467d680c9eb6fb017 test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: Generalization of the functionality of the dobutokO-poetry-general-languages p...
Update from Hackage at 2020-08-31T20:58:58Z
Update from Hackage at 2020-08-31T20:58:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
3b373574c5386a6dc3faf8962876a27a05aa5aa7
magento/product-community-edition/2018-09-10.yaml
magento/product-community-edition/2018-09-10.yaml
title: Magento 2.2.6 and 2.1.15 Security update link: https://magento.com/security/patches/magento-2.2.6-and-2.1.15-security-update cve: ~ branches: "2.1": time: 2018-09-10 00:00:00 versions: ['>=2.1', '<2.1.15'] "2.2": time: 2018-09-10 00:00:00 versions: [...
Add Magento 2.2.6 and 2.1.15 Security update
Add Magento 2.2.6 and 2.1.15 Security update
YAML
unlicense
FriendsOfPHP/security-advisories,kdambekalns/security-advisories
a263f79aefcd83e91463e5365c20274c1fd7e7cd
packages/fi/final-pretty-printer.yaml
packages/fi/final-pretty-printer.yaml
homepage: '' changelog-type: '' hash: 066ffaf9adbe824859330f6fa49aaebe7400ff2249dfb6c31a3db9f1c5f94780 test-bench-deps: {} maintainer: david@davidchristiansen.dk synopsis: Extensible pretty printing with semantic annotations and proportional fonts changelog: '' basic-deps: exceptions: ==0.8.* base: ! '>=4.3 && <4.1...
Update from Hackage at 2017-05-25T01:05:57Z
Update from Hackage at 2017-05-25T01:05:57Z
YAML
mit
commercialhaskell/all-cabal-metadata
d8054b82ada1eb0c218facb5e0a7a3d96dbbe814
packages/st/star.yaml
packages/st/star.yaml
homepage: https://github.com/chessai/star#readme changelog-type: '' hash: b71cee63174a63e99495874b97dcbb976984195c1e0518f621c0221e48bd488b test-bench-deps: {} maintainer: dcartwright@layer3com.com synopsis: ! '*-semirings' changelog: '' basic-deps: base: ! '>=4 && <5' all-versions: - '0.0.0.1' author: Daniel Cartwrig...
Update from Hackage at 2017-11-07T14:13:40Z
Update from Hackage at 2017-11-07T14:13:40Z
YAML
mit
commercialhaskell/all-cabal-metadata
c65ba385c8f4425c1f029be43e75830f49d4e0d9
packages/th/threaded.yaml
packages/th/threaded.yaml
homepage: https://github.com/athanclark/threaded#readme changelog-type: markdown hash: b24a45f973be181a7fb204199663cde87803d1fef140ebdebc9788b31e213292 test-bench-deps: stm: -any base: ! '>=4.7 && <5' extractable-singleton: -any async: -any chan: -any threaded: -any monad-control-aligned: -any mtl: -any...
Update from Hackage at 2020-01-13T01:53:18Z
Update from Hackage at 2020-01-13T01:53:18Z
YAML
mit
commercialhaskell/all-cabal-metadata
020469727e6278010f9cc954c5cd3483da816e60
packages/tl/tldr.yaml
packages/tl/tldr.yaml
homepage: https://github.com/psibi/tldr-hs#readme changelog-type: '' hash: 7d56164311a35ea67aad05bd98e721715a5695325261462f604bb2e17d1891a7 test-bench-deps: base: -any tldr: -any maintainer: sibi@psibi.in synopsis: Haskell tldr client changelog: '' basic-deps: bytestring: -any base: ! '>=4.7 && <5' text: -any...
Update from Hackage at 2017-03-18T22:43:24Z
Update from Hackage at 2017-03-18T22:43:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
43be78f82599cf6176dda48df8f24aa14c7c5667
.github/workflows/check-commit-message.yml
.github/workflows/check-commit-message.yml
name: 'Check commit message style' on: pull_request: types: - opened - edited - reopened - synchronize push: jobs: check-commit-message-style: name: Check commit message style runs-on: ubuntu-latest steps: - name: Check uses: mristin/opinionated-commit-messag...
Add GitHub Actions workflow to check style of commit messages
Add GitHub Actions workflow to check style of commit messages Messages must adhere to the style mentioned in CONTRIBUTING.md. Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
YAML
apache-2.0
onox/orka
aa1162cd5d4299509fc6d91ef8b239642b50acfc
packages/ws/ws.yaml
packages/ws/ws.yaml
homepage: '' changelog-type: '' hash: 5b72f4befddc3f3afca3a061df68ca2fb3babde9d9efd3158c8a1a08ada1bcb7 test-bench-deps: {} maintainer: Athan Clark <athan.clark@gmail.com> synopsis: A simple CLI utility for interacting with a websocket changelog: '' basic-deps: ws: -any exceptions: -any bytestring: -any haskelin...
Update from Hackage at 2017-10-31T05:02:45Z
Update from Hackage at 2017-10-31T05:02:45Z
YAML
mit
commercialhaskell/all-cabal-metadata
d2f5d7cb67644024e35724fb1b69aa239c9a9f59
recipes/harminv/meta.yaml
recipes/harminv/meta.yaml
{% set name = "harminv" %} {% set version = "1.4.1" %} {% set sha256 = "e1b923c508a565f230aac04e3feea23b888b47d8e19b08816a97ee4444233670" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://github.com/stevengj/{{ name }}/releases/download/v{{ vers...
{% set name = "harminv" %} {% set version = "1.4.1" %} {% set sha256 = "e1b923c508a565f230aac04e3feea23b888b47d8e19b08816a97ee4444233670" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://github.com/stevengj/{{ name }}/releases/download/v{{ vers...
Use Anaconda compiler packages instead of toolchain
Use Anaconda compiler packages instead of toolchain
YAML
bsd-3-clause
chrisburr/staged-recipes,birdsarah/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,kwilcox/staged-recipes,petrushy/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,cpaulik/staged-recipes,patricksnape/staged-recipes,ReimarBauer/staged-recipes,jakirkham/staged-recipes,asmeurer/staged-reci...
10c446de61e2cf84ca8585b03a8ac8da9b6f04b4
recipes/protego/meta.yaml
recipes/protego/meta.yaml
{% set name = "Protego" %} {% set version = "0.1.16" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: a682771bc7b51b2ff41466460896c1a5a653f9a1e71639ef365a72e66d8734b4 build: script: "{{ PY...
Create a recipe for Protego
Create a recipe for Protego
YAML
bsd-3-clause
asmeurer/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,dschreij/staged-recipes,igortg/staged-recipes,jochym/staged-recipes,scopatz/staged-recipes,jakirkham/staged-recipes,conda-forge/staged-recipes,scopatz/staged-recipes,chrisburr/staged-recipes,chrisburr/staged-recipes,goanpeca/staged-recipes,oce...
c814565dde43ee23153e4ed5df9e0d1fd5e4389c
.github/workflows/tagRelease.yml
.github/workflows/tagRelease.yml
# This is a basic workflow that is manually triggered to create a tag release in the repo in which it is present. # It can be manually triggered by those with permissions, or triggered from the main action which can trigger tag releases for all repos at once. name: tagRelease on: workflow_dispatch: # Inputs the...
Create a new workflow to create a release and tag in the repository
Create a new workflow to create a release and tag in the repository
YAML
apache-2.0
3scale/zync,3scale/zync,3scale/zync
c96575aae6404d2a031f18fb13d95af70de6bb95
packages/by/byteslice.yaml
packages/by/byteslice.yaml
homepage: https://github.com/andrewthad/byteslice changelog-type: markdown hash: 1dafbd77e5b4aa03aec2b531e373868a4ca1b0b302dd585c28ce7264c830d0f6 test-bench-deps: {} maintainer: andrew.thaddeus@gmail.com synopsis: Slicing ByteArray and MutableByteArray changelog: | # Revision history for byteslice ## 0.1.0.0 -- YY...
Update from Hackage at 2019-04-30T15:00:58Z
Update from Hackage at 2019-04-30T15:00:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
8cd310c72447019361658f8c69c56bba43bb14fe
packages/ty/type-sets.yaml
packages/ty/type-sets.yaml
homepage: https://github.com/isovector/type-sets#readme changelog-type: markdown hash: 28ea6042a5c82142f26670c50ab3bea74ac883498555beb65987bc76afad6a63 test-bench-deps: type-sets: -any base: ! '>=4.7 && <5' cmptype: ! '>=0.1.0.0 && <0.2' maintainer: sandy@sandymaguire.me synopsis: Type-level sets changelog: | #...
Update from Hackage at 2019-08-07T19:43:59Z
Update from Hackage at 2019-08-07T19:43:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
25cb66b06619315a1c24ca8259d6d15fa7c67a40
packages/da/danibot.yaml
packages/da/danibot.yaml
homepage: '' changelog-type: text hash: da9b4cfa3bdd8fa75abfff4a5e45eca41c7ddbde6a3066dbea31322c5af09332 test-bench-deps: {} maintainer: diaz_carrete@yahoo.com synopsis: Basic Slack bot framework. changelog: '' basic-deps: streaming: ! '>=0.1.4' monoid-subclasses: ! '>=0.4.2' bytestring: ! '>=0.10.6.0' lens-aes...
Update from Hackage at 2016-03-19T09:25:34+0000
Update from Hackage at 2016-03-19T09:25:34+0000
YAML
mit
commercialhaskell/all-cabal-metadata
50f557ca49d7f1158bda3b80e3ced55e77e5efb2
packages/fo/formatn.yaml
packages/fo/formatn.yaml
homepage: https://github.com/tonyday567/formatn#readme changelog-type: '' hash: b51263a203ffd00d2c57ed310556896decbee9e5db7dd9665a6101279b6f0405 test-bench-deps: numhask: '>=0.7 && <0.8' base: '>=4.7 && <5' formatn: -any doctest: '>=0.16 && <0.18' maintainer: tonyday567@gmail.com synopsis: Number text formattin...
Update from Hackage at 2020-11-24T05:17:28Z
Update from Hackage at 2020-11-24T05:17:28Z
YAML
mit
commercialhaskell/all-cabal-metadata
7faefe90babdc62f26b4f277d42d4fa0b7c3b7e5
packages/fu/futures.yaml
packages/fu/futures.yaml
homepage: https://github.com/nikita-volkov/futures changelog-type: '' hash: 0e5f6d87bd98574ea1a686217f4a6cfd86607010b420c3b550a0b903fd9a701f test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Simple and fast implementation of Future changelog: '' basic-deps: base: ! '>=4.11 && <5' all-v...
Update from Hackage at 2018-08-14T09:14:15Z
Update from Hackage at 2018-08-14T09:14:15Z
YAML
mit
commercialhaskell/all-cabal-metadata
f42d7c82b94f959fdcbf802dd7ca7118c457e560
packages/sq/squares.yaml
packages/sq/squares.yaml
homepage: https://github.com/sjoerdvisscher/squares changelog-type: markdown hash: def1fa07103548d4c59cc67259a50855a66fd0e630dc4182aa08110e25d4ac28 test-bench-deps: {} maintainer: sjoerd@w3future.com synopsis: The double category of Hask functors and profunctors changelog: | # Revision history for squares ## 0 -- ...
Update from Hackage at 2020-05-22T18:00:53Z
Update from Hackage at 2020-05-22T18:00:53Z
YAML
mit
commercialhaskell/all-cabal-metadata
490dc59a484a8bf13310cc34404cb287d6c94d58
packages/co/compact.yaml
packages/co/compact.yaml
homepage: '' changelog-type: markdown hash: ed43b1a43308c330168d881cf665307eddef2fa072fe8d01a8efe99076f5c71b test-bench-deps: compact: -any base: -any directory: -any maintainer: ezyang@mit.edu, ben@smart-cactus.org synopsis: Non-GC'd, contiguous storage for immutable data structures changelog: ! '# Revision hist...
Update from Hackage at 2017-02-28T06:50:44Z
Update from Hackage at 2017-02-28T06:50:44Z
YAML
mit
commercialhaskell/all-cabal-metadata
d909729a95210381fd5830a4c2ff3b39d49a322e
.travis.yml
.travis.yml
language: objective-c env: global: - EnableNuGetPackageRestore=true matrix: - MONO_VER="3.2.3" before_install: - wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" - sudo installer -pkg "MonoFramework-MDK-${MONO_VER}.macos10.xamarin....
Work on setting up Travis CI
Work on setting up Travis CI
YAML
apache-2.0
mwilliamson-firefly/aws-sdk-net,rafd123/aws-sdk-net,rafd123/aws-sdk-net,mwilliamson-firefly/aws-sdk-net,mwilliamson-firefly/aws-sdk-net,rafd123/aws-sdk-net
480922a296f37e038f7e8a8383bded8c4a76217e
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 # - hhvm-nightly # Consider installing https://github.com/10gen-labs/mongo-hhvm-driver matrix: fast_finish: true services: - mongodb env: - COMPOSER_OPTIONS='install --prefer-source' sudo: false before_install: - composer selfupdate install: - COMPOSER_ROOT_...
Add Travis for continuous integration
Add Travis for continuous integration
YAML
mit
adamelso/rapid-transit,adamelso/rapid-transit,adamelso/rapid-transit
1dbe47fd5523a66950bf5e64ff091d4475f9929c
.travis.yml
.travis.yml
sudo: false language: go env: global: - TYK_LOGLEVEL=info addons: apt: packages: - python3-dev - libluajit-5.1-dev matrix: include: - go: 1.6.x env: SKIP_LINT=true - go: 1.7.x - go: 1.8rc3 install: - go install ./... - go get -u golang.org/x/tools/cmd/goimports script: ...
sudo: false language: go notifications: on_success: never on_failure: always env: global: - TYK_LOGLEVEL=info addons: apt: packages: - python3-dev - libluajit-5.1-dev matrix: include: - go: 1.6.x env: SKIP_LINT=true - go: 1.7.x - go: 1.8rc3 install: - go install ./... ...
Send Travis email notifications only on failure
Send Travis email notifications only on failure
YAML
mpl-2.0
lonelycode/tyk,nebolsin/tyk,nebolsin/tyk,nebolsin/tyk,mvdan/tyk,nebolsin/tyk,mvdan/tyk,nebolsin/tyk,mvdan/tyk,lonelycode/tyk,mvdan/tyk,mvdan/tyk,nebolsin/tyk,lonelycode/tyk,nebolsin/tyk,mvdan/tyk,mvdan/tyk,nebolsin/tyk,mvdan/tyk
1bda27012713d2da944df28048019fd06e2e0eb3
.travis.yml
.travis.yml
language: objective-c script: 'curl -s -H "Authorization: token $ATOM_ACCESS_TOKEN" -H "Accept: application/vnd.github.v3.raw" https://api.github.com/repos/atom/apm/contents/script/build-package | sh' env: global: secure: ah+9B4+nZJUtgIrAmbUV892uZt1lEwaYZnYhXdHU2wmFiB2cXA1+MBYxsR0SboFKWt4A1SCBbPxbi2GdvxJtyXL8Wk...
Add initial Travis CI configuration
Add initial Travis CI configuration
YAML
mit
atom/settings-view
604e40667924ac436414239b6290fbb615191d4d
packages/pt/ptrdiff.yaml
packages/pt/ptrdiff.yaml
homepage: https://github.com/ekmett/codex/tree/master/ptrdiff#readme changelog-type: markdown hash: 0aef162233f5dcf64bd6993e4df4769c31df693e0002c797fb06998df2fae10e test-bench-deps: {} maintainer: Edward Kmett <ekmett@gmail.com> synopsis: Type-checked pointer diffs changelog: | # 0 * Split off from `codex` basic-d...
Update from Hackage at 2021-03-24T00:37:05Z
Update from Hackage at 2021-03-24T00:37:05Z
YAML
mit
commercialhaskell/all-cabal-metadata
13508209dea84afa08f54763d0dacf0896220421
packages/sn/snumber.yaml
packages/sn/snumber.yaml
homepage: https://github.com/google/hs-dependent-literals#readme changelog-type: markdown hash: 43f73c132ff277033af9375264c8a3b5e74d0b5ea85909520400552f4a40f28b test-bench-deps: {} maintainer: Andrew Pritchard <awpr@google.com> synopsis: Indexed numeric types linking type-level and value-level numbers. changelog: | #...
Update from Hackage at 2021-09-08T19:48:46Z
Update from Hackage at 2021-09-08T19:48:46Z
YAML
mit
commercialhaskell/all-cabal-metadata
89e049adb38d0e16dd0c67f7e50a39a82bd7aaad
.github/workflows/ci.yml
.github/workflows/ci.yml
name: "CI" on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: java-version: 11 - run: chmod +x gradlew - run: ./gradlew check --stacktrace
Add GitHub Actions CI build
Add GitHub Actions CI build
YAML
apache-2.0
traintracker/traintracker,traintracker/traintracker,traintracker/traintracker
5d926a0460729e58235c946b298fe171156bd647
skolo/raspberry-pi/ansible_scripts/cleanup-disk.yml
skolo/raspberry-pi/ansible_scripts/cleanup-disk.yml
--- - hosts: all remote_user: chrome-bot tasks: - command: python swarming_bot.1.zip run_isolated --clean --log-file ./logs/run_isolated.log --cache ./isolated_cache --min-free-space 10737418240 args: chdir: /b/s
Add ansible script for disk cleanup.
Add ansible script for disk cleanup. BUG=skia: Change-Id: I0e435246936d4539312c942aeb59f7dfdcd0e3f3 Reviewed-on: https://skia-review.googlesource.com/7407 Reviewed-by: Kevin Lubick <7cdab2cfab351f23814786ba39716e90eed69047@google.com> Commit-Queue: Stephan Altmueller <43343ec95731c0e8daa7359daf7f2f3935582b24@google.c...
YAML
bsd-3-clause
google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot
dc4961f17f2a9ad47979c6cf7f551ee604933898
spec/acceptance/nodesets/centos-5-x86_64-docker.yml
spec/acceptance/nodesets/centos-5-x86_64-docker.yml
HOSTS: centos-5-x64: default_apply_opts: strict_variables: platform: el-5-x86_64 hypervisor : docker image: centos:5 # This stops the image from being deleted on completion, speeding up the process. docker_preserve_image: true CONFIG: type: foss log_level: debug
Add nodeset for centos5 on docker
Add nodeset for centos5 on docker
YAML
apache-2.0
camptocamp/puppet-mapserver
58a6cfb688a3d662e3ae3ff0c6f63ffb2fccc692
data/transition-sites/dclg_localdirect.yml
data/transition-sites/dclg_localdirect.yml
--- site: dclg_localdirect whitehall_slug: department-for-communities-and-local-government homepage: https://www.gov.uk/government/organisations/department-for-communities-and-local-government homepage_furl: www.gov.uk/dclg tna_timestamp: 20151113141045 # Final crawl underway - will need updating once that's complete h...
Configure localdirect.gov.uk as a global archive
Configure localdirect.gov.uk as a global archive - We'll need to change the TNA timestamp when the final crawl is complete.
YAML
mit
alphagov/transition-config,alphagov/transition-config
c0998efbbcd493fc09a70e164eff9459f353f71b
env-mac.yml
env-mac.yml
name: dev channels: - conda-forge - defaults dependencies: - clangdev - cmake=3.18.0 - emacs - gtest=1.10.0 - libclang - make
Add conda environment yaml file
Add conda environment yaml file
YAML
mit
julitopower/cplusplusbaremetal,julitopower/cplusplusbaremetal,julitopower/cplusplusbaremetal
e79fea3b7883393a36d7ce13b3541cf5b88255cb
dts/bindings/clock/st,stm32-clock-mux.yaml
dts/bindings/clock/st,stm32-clock-mux.yaml
# Copyright (c) 2022, Linaro ltd # SPDX-License-Identifier: Apache-2.0 description: | STM32 Clock multiplexer Describes a clock multiplexer, such as per_ck on STM32H7 or CLK48 on STM32L5. The only property of this node is to select a clock input. For instance: &p...
Add stm32 clock mux binding
dts/bindings/clocks: Add stm32 clock mux binding Add STM32 clock mux binding. Only property of a node using such compatible is to select a clock input. Signed-off-by: Erwan Gouriou <de4d967452b83bb0e37525652734e7d9163b6a4c@linaro.org>
YAML
apache-2.0
galak/zephyr,galak/zephyr,galak/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,zephyrproject-rtos/zephyr,finikorg/zephyr,finikorg/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr
86d09e909828f035a91eda558219064f0d0f94a9
lvsr/configs/wsj_prior.yaml
lvsr/configs/wsj_prior.yaml
parent: $LVSR/lvsr/configs/wsj_ml105_prior.yaml data: max_length: 200000 batch_size: 4 training: scale: 0.001 momentum: 0.9
Add a configuration for a big experiment with prior
Add a configuration for a big experiment with prior
YAML
mit
nke001/attention-lvcsr,nke001/attention-lvcsr,rizar/attention-lvcsr,rizar/attention-lvcsr,rizar/attention-lvcsr,rizar/attention-lvcsr,nke001/attention-lvcsr,nke001/attention-lvcsr,rizar/attention-lvcsr,nke001/attention-lvcsr
1bd47d059acfc40abec7d96e5d600643376c98d6
vars/focal.yml
vars/focal.yml
--- # PostgreSQL vars for Ubuntu Focal Fossa (20.04LTS) postgresql_ext_postgis_deps: - libgeos-c1v5 - "postgresql-{{postgresql_version}}-postgis-{{postgresql_ext_postgis_version}}" - "postgresql-{{postgresql_version}}-postgis-scripts" postgresql_fdw_mysql_packages: "postgresql-{{ postgresql_version }}-mysql-fdw...
Add variables for Focal Fossa (Ubuntu 20)
Add variables for Focal Fossa (Ubuntu 20)
YAML
mit
ANXS/postgresql,numerigraphe/postgresql
b56797fb4848238433589abba65c615b4e15a391
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: previ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
annaj/annaj.github.io,annaj/annaj.github.io,annaj/annaj.github.io,annaj/annaj.github.io
12c4f5d93e388006b1a2b5d223b7f25d930890a0
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: collections: - path: '' label: Pages create: all - path: _posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:"
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
TimBest/timbest.net,TimothyBest/TimothyBest.github.io,TimBest/timbest.net,TimothyBest/TimothyBest.github.io,TimothyBest/TimothyBest.github.io,TimothyBest/TimothyBest.github.io,TimBest/timbest.net
0d619d523dfdd9ebcc2f8c78b72004dd85161ba0
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: collections: - path: '' label: Pages create: all - path: _posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:"
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
jloh/lists,jloh/lists,jloh/lists
a7683de9660106fedddfbaa5efcbfd47c26397c5
packages/vi/vinyl-loeb.yaml
packages/vi/vinyl-loeb.yaml
homepage: '' changelog-type: markdown hash: 588556958ff484aa4bb5c9fb2f52e6306952b5598c02bb19242148a3182a4461 test-bench-deps: {} maintainer: dan.firth@homotopic.tech synopsis: Loeb's theorem for extensible records. changelog: | # Changelog for vinyl-loeb ## v0.0.1.0 * Add `rloeb`. basic-deps: base: '>=4.7 && ...
Update from Hackage at 2020-12-07T02:28:24Z
Update from Hackage at 2020-12-07T02:28:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
902897a4689b546608c310a3f12a78128752393a
packages/zo/zoovisitor.yaml
packages/zo/zoovisitor.yaml
homepage: https://github.com/ZHaskell/zoovisitor changelog-type: markdown hash: c5d3158caae330023afb1cea2bb4ff992a1454f80c55b7afd2ed864c7551dbe2 test-bench-deps: base: '>=4.12 && <5' hspec: -any zoovisitor: -any maintainer: mu@laxcat.xyz synopsis: A haskell binding to Apache Zookeeper C library(mt) using Haskell ...
Update from Hackage at 2021-03-25T08:45:50Z
Update from Hackage at 2021-03-25T08:45:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
399855bfe50cf7ad0e3bfebedcd146d37667cf85
snap/snapcraft.yaml
snap/snapcraft.yaml
name: ia version: master summary: A Command-Line Interface to Archive.org description: | This package installs a command-line tool named ia for using Archive.org from the command-line. grade: devel # must be 'stable' to release into candidate/stable channels confinement: strict apps: ia: command: ia plu...
Add the packaging metadata to build the ia snap
Add the packaging metadata to build the ia snap
YAML
agpl-3.0
jjjake/internetarchive
eed6d4713e0106831e1e758b37a9436df93b90b5
snapcraft.yaml
snapcraft.yaml
name: shadow version: master summary: decentralized peer-to-peer platform description: | The Shadow Project is a decentralized peer-to-peer platform, created under an open source license, featuring a built-in cryptocurrency, end-to-end encrypted messaging and decentralized marketplace. The decentralized network ...
Add the packaging metadata to build the shadow snap
Add the packaging metadata to build the shadow snap
YAML
mit
shadowproject/shadow,shadowproject/shadow,shadowproject/shadow,shadowproject/shadow,shadowproject/shadow,shadowproject/shadow
5ec97fff17965663a2295627e5443b3a4ac9f52b
snap/snapcraft.yaml
snap/snapcraft.yaml
name: zstd version: git summary: Zstandard - Fast real-time compression algorithm description: | Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast entropy stage, provided ...
Add the packaging metadata to build the zstd snap
Add the packaging metadata to build the zstd snap
YAML
bsd-3-clause
Cyan4973/zstd,Cyan4973/zstd,Cyan4973/zstd,Cyan4973/zstd,Cyan4973/zstd
b62ed5dc1765937492831f2f9667e3249463d6cb
cluster/manifests/roles/zmon-external-check-rbac.yaml
cluster/manifests/roles/zmon-external-check-rbac.yaml
# This role is used to check coredns endpoints of a cluster from the outside. # The intention is to monitor a cluster from the outside in case DNS is broken # and ZMON inside the cluster would not work. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: zmon-external-check rules: - apiGroups: ...
Enable gerry (zmon user) to monitor coredns endpoints from the outside
Enable gerry (zmon user) to monitor coredns endpoints from the outside Signed-off-by: Mikkel Oscar Lyderik Larsen <81479e3d2d1e6902cb05f938ea9a734a092b1af3@zalando.de>
YAML
mit
zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws
b05de85e6269af9489731e35c2a408c3fdf37154
.github/workflows/main.yml
.github/workflows/main.yml
# This is a basic workflow to help you get started with Actions name: Doxygen Action # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: branches: [ master ] # A workflow run is made up of one or more jobs that can run sequent...
Add Github action to deploy Doxygen document
Add Github action to deploy Doxygen document
YAML
bsd-3-clause
cybergarage/uecho,cybergarage/uecho,cybergarage/uecho,cybergarage/uecho
8adac9da6722eebd0999967f62001857619dda70
.codeclimate.yml
.codeclimate.yml
engines: eslint: enabled: true fixme: enabled: true ratings: paths: - "**.js" exclude_paths: - karma*.conf.js - test/**/* - .*
Add Code Climate Platform config
Add Code Climate Platform config
YAML
mit
vlazar/awesomplete,eggpi/awesomplete,eggpi/awesomplete,LeaVerou/awesomplete,LeaVerou/awesomplete,bchcheng/awesomplete,bsvobodny/awesomplete,vlazar/awesomplete,bsvobodny/awesomplete,bchcheng/awesomplete
6bf46efdbe5ba4083882febbb6924a5bdce5753c
deployment/playbooks/django.yml
deployment/playbooks/django.yml
--- - hosts: all sudo: yes tasks: - name: Write local settings files template: src=assets/local_settings.j2 dest=${app_path}/python/ecep/local_settings.py - name: Create logging folders file: path=/var/log/ecep/ state=directory owner=${ansible_ssh_user} mode=0777 - command: touch /var/log/ecep/dj...
Add playbook for Django set up
Add playbook for Django set up
YAML
mit
smartchicago/chicago-early-learning,smartchicago/chicago-early-learning,smartchicago/chicago-early-learning,smartchicago/chicago-early-learning
a3343c4e7141acf02f21087e2c8b57e4e264566c
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:"
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
jdailey12/blog
d598cb29416cc2efe1bc138128e678360fea1005
metadata/org.woheller69.lavatories.yml
metadata/org.woheller69.lavatories.yml
Categories: - Navigation License: GPL-3.0-only AuthorName: woheller69 SourceCode: https://github.com/woheller69/lavatories IssueTracker: https://github.com/woheller69/lavatories/issues AutoName: LavSeeker RepoType: git Repo: https://github.com/woheller69/lavatories Builds: - versionName: '1.0' versionCode: 1...
Add LavSeeker. Show list of toilets from OpenStreetMap for your locations
Add LavSeeker. Show list of toilets from OpenStreetMap for your locations
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
4623574a62bfa118af0d46703cb64f8360a6e547
.forestry/front_matter/templates/post-templates.yml
.forestry/front_matter/templates/post-templates.yml
--- hide_body: false fields: - type: text default: Description - type: datetime default: 2018-01-17 00:00:00 +0530 label: created date name: created_date
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
Narengowda/narengowda.github.io
fb165bcdd875b645faceab2ceb7bb1d39d9dc37b
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: previ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
bright/new-www,bright/new-www
d5a006c5c2ae84e8129fc2b11f510eafb5ca47f0
tests/test_full.yml
tests/test_full.yml
# roles/el7/tests/test_full.yml # Test playbook for the EL7 role with role variables set. # # The SSH keys for the admin user are stored in tests/sshkey. Check SSH login with e.g. # # ssh -i sshkey/admin_key -p 2222 admin@127.0.0.1 # # The port number is the forwarded port on the VirtualBox NAT interface that Vagrant...
Test playbook that sets all role variables
Test playbook that sets all role variables
YAML
bsd-2-clause
bertvv/ansible-role-el7,bertvv/ansible-role-el7
851ed7c79b6078439c2825018da5fb0aea4f2122
packages/fr/frpnow-vty.yaml
packages/fr/frpnow-vty.yaml
homepage: https://github.com/noughtmare/frpnow-vty changelog-type: markdown hash: bc7b5a4f3122bc60583aefa4ca2cb7a9256723581ae1fc9fd57b6bd4a5e0193c test-bench-deps: {} maintainer: jaro.reinders@gmail.com synopsis: Program terminal applications with vty and frpnow! changelog: ! '# Revision history for frpnow-vty ## 0...
Update from Hackage at 2018-03-18T11:43:11Z
Update from Hackage at 2018-03-18T11:43:11Z
YAML
mit
commercialhaskell/all-cabal-metadata
3023db17b4c3ea21a1c6ea999fb86dc195eaf70a
packages/da/data-filter.yaml
packages/da/data-filter.yaml
homepage: https://github.com/LadyBoonami/data-filter changelog-type: markdown hash: 21fe08d0d5bcda60496b0bb40db7b64c49b7da3ea06116e7d6f7d32d0c2f2c1c test-bench-deps: {} maintainer: sophie.hirn@wyvernscale.com synopsis: Utilities for filtering changelog: ! '# Revision history for data-filter ## 0.1.0.0 -- 2018-05-1...
Update from Hackage at 2018-05-17T17:42:44Z
Update from Hackage at 2018-05-17T17:42:44Z
YAML
mit
commercialhaskell/all-cabal-metadata
4bb4ec1db726b722552cd8eacb3adba84c260d86
packages/mi/microaeson.yaml
packages/mi/microaeson.yaml
homepage: '' changelog-type: '' hash: c232988b0b1b4c1869613107a8022a8202866d26c5d87506857ec3205123580c test-bench-deps: bytestring: -any base: -any unordered-containers: ^>=0.2.8.0 text: ^>=1.2.2.2 containers: -any quickcheck-instances: ^>=0.3.16 microaeson: -any tasty-quickcheck: ^>=0.10 tasty: ^>=1....
Update from Hackage at 2018-04-28T18:44:25Z
Update from Hackage at 2018-04-28T18:44:25Z
YAML
mit
commercialhaskell/all-cabal-metadata
b83f9f52c91133b1cb4473c72fe6c87be1a234d2
packages/fr/frpnow-gtk3.yaml
packages/fr/frpnow-gtk3.yaml
homepage: https://github.com/george-steel/frpnow-gtk3 changelog-type: '' hash: 5b862d1dd1219940592acc0e99d8a3ebc76f4ff0e39ba83199fb41f0740ffcbe test-bench-deps: {} maintainer: george.steel@gmail.com synopsis: Program GUIs with GTK3 and frpnow! changelog: '' basic-deps: frpnow: ==0.18 base: ! '>=4.9 && <=6' text: ...
Update from Hackage at 2017-05-04T00:01:20Z
Update from Hackage at 2017-05-04T00:01:20Z
YAML
mit
commercialhaskell/all-cabal-metadata
5824508a9f052d6a060c0d8f2378a6aa4f9abd80
update_kb_nic_nicarali.yml
update_kb_nic_nicarali.yml
--- - hosts: localhost roles: # Enable or disable to suit your needs # This role automatically send logs to central server each time the device gets an Internet connection - logs - tinc-static - role: zim_install zim_name: "wikipedia.es gutenberg.es" - role: kalite version: "...
Add conf file for Nicarali project
Add conf file for Nicarali project
YAML
mit
ideascube/ansiblecube,ideascube/ansiblecube
3a5abefb1d4e9ee1f86af181b99f2d66f478965e
releasenotes/notes/bp-support-neutron-qos-3feb38eb2abdcc87.yaml
releasenotes/notes/bp-support-neutron-qos-3feb38eb2abdcc87.yaml
--- features: - OS::Neutron::QoSPolicy resource plugin is added to support QoS policy, which is provided by neutron ``qos`` API extension. - OS::Neutron::QoSBandwidthLimitRule resource plugin is added to support neutron QoS bandwidth limit rule, which is provided by neutron ``qos`` API extension. - Resou...
Add release note for bp/support-neutron-qos
Add release note for bp/support-neutron-qos Change-Id: I37802eec640df841494043fc4a23ef3d9067a830 Blueprint: support-neutron-qos
YAML
apache-2.0
cwolferh/heat-scratch,cwolferh/heat-scratch,openstack/heat,jasondunsmore/heat,dims/heat,steveb/heat,steveb/heat,dims/heat,noironetworks/heat,openstack/heat,jasondunsmore/heat,noironetworks/heat
3191d33d091e231cc3a8913234659151376bea72
.github/workflows/main.yaml
.github/workflows/main.yaml
name: ci on: push: branches: - main pull_request: branches: - main jobs: test: runs-on: ubuntu-18.04 timeout-minutes: 1 strategy: matrix: node: [12,14,16] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-v...
Add Github Action for tests
Add Github Action for tests
YAML
mit
dudleycarr/snappystream
59b1f02de26f51449f93f7bb047f8d9ff470e35e
.sync.yml
.sync.yml
--- .travis.yml: secure: "rxlXRtuj2l/aYIpX0FGZONIMubzwdh7TB9CZuDKv55RD15vClOwu618PlI6EsbljcMjHZyT6RpavW4e/loL8rdg0vwXbCFZasSyb34RIDmcXLDZlYHpNzQ9FlQo73dlx1GhLyW6cuMGL4p765rnpgPxTmyoQ950ekwZAgPYwHKM="
Add credentials for Travis CI
Add credentials for Travis CI
YAML
apache-2.0
dhoppe/puppet-ntp,dhoppe/puppet-ntp
c21a6d776f052953a103a02bfd23694e8cc54987
Magic/src/examples/elworld/spells/commandshop.yml
Magic/src/examples/elworld/spells/commandshop.yml
commandshop: name: Command Shop actions: cast: - class: Selector options: - placeholder: true - placeholder: true - placeholder: true - placeholder: true - command: msg @p Hello! costs: currency: 10 - placehold...
Add simple command shop example
Add simple command shop example
YAML
mit
elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin
78561ffc0e8cffadfbf96f893fcecb6fa70d7963
packages/ch/char-decode.yaml
packages/ch/char-decode.yaml
homepage: https://github.com/nbloomf/char-decode#readme changelog-type: markdown hash: b2ef575e307b047c46f7947c95547dba9d4790d10c69e80bca9ffd9167a431d6 test-bench-deps: base: ! '>=4.7 && <5' char-decode: -any tasty-quickcheck: ! '>=0.10' tasty: ! '>=1.2' QuickCheck: ! '>=2.12.6.1' maintainer: nathan.bloomfiel...
Update from Hackage at 2019-01-08T03:41:54Z
Update from Hackage at 2019-01-08T03:41:54Z
YAML
mit
commercialhaskell/all-cabal-metadata
f73de9c1a507d36ff43d297203a644828d5c7d7a
input/papers/2006/2006ApJ...636..777A/tev-000124.yaml
input/papers/2006/2006ApJ...636..777A/tev-000124.yaml
paper_id: 2006ApJ...636..777A source_id: 124 data: livetime: 7.6 significance: 12.2 pos: glon: {val: 25.185, err: 0.012} glat: {val: -0.106, err: 0.016} morph: type: gauss sigma: {val: 0.12, err: 0.02} sigma2: {val: 0.05, err: 0.02} pa: {val: 149, err: 10, frame: galactic} spec: type: pl2 norm:...
Add paper info tev-00124 from 2006ApJ...636..777A
Add paper info tev-00124 from 2006ApJ...636..777A
YAML
bsd-3-clause
gammapy/gamma-cat
6064408704601d02e9871feafc33989a116a1ed6
packages/el/electrs-client.yaml
packages/el/electrs-client.yaml
homepage: https://github.com/coingaming/src changelog-type: markdown hash: 5961073d2c42e6c2a42cdf50295d6d7e3af2ecc74f2d582c38ab6a9393335a71 test-bench-deps: network-bitcoin: -any base: -any hspec: -any electrs-client: -any maintainer: 21it <21it@tuta.io>, Mikhail Prushinskiy <mprushinsky@gmail.com>, Artem Mar...
Update from Hackage at 2022-07-22T12:50:20Z
Update from Hackage at 2022-07-22T12:50:20Z
YAML
mit
commercialhaskell/all-cabal-metadata
ee1afa10d8ecba5ffb43e54d83294ccf9e0e85e7
packages/pa/parsec-numeric.yaml
packages/pa/parsec-numeric.yaml
homepage: https://github.com/AndrewRademacher/parsec-numeric changelog-type: '' hash: e0221dada56a2c0dbf925c2c16a33a4978922e269084918f74ae8074344c418c test-bench-deps: bytestring: -any tasty-th: -any base: -any text: -any parsec: -any tasty-quickcheck: -any tasty-hunit: -any parsec-numeric: -any tasty...
Update from Hackage at 2017-01-07T05:54:06Z
Update from Hackage at 2017-01-07T05:54:06Z
YAML
mit
commercialhaskell/all-cabal-metadata
9ca4cb4dbe1c6faa789b5cc2d5269b2b5fba5e7f
packages/sp/spirv-reflect-types.yaml
packages/sp/spirv-reflect-types.yaml
homepage: '' changelog-type: markdown hash: e896169b9be433ce972c1b0cbcf530422225aea6c8fa96d51e2efd71af84bf5a test-bench-deps: {} maintainer: ic.rbow@gmail.com synopsis: Data types from spirv-reflect tool. changelog: | # Changelog for spirv-reflect-types ## [0.1] - 2022-06-11 * Initial release. [0.1]: https:/...
Update from Hackage at 2022-07-04T21:37:12Z
Update from Hackage at 2022-07-04T21:37:12Z
YAML
mit
commercialhaskell/all-cabal-metadata
5062bec19aeb9bcc8c3d5c5986253a7712cc2747
conda.recipe/meta.yaml
conda.recipe/meta.yaml
package: name: conda-env version: 1.2.0 build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} string: {{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }} preserve_egg_dir: yes source: git_url: ../ requirements: build: - python - setuptools run: - python - setuptools test: commands:...
package: name: conda-env version: 1.2.0 build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} string: py{{ environ.get('PY_VER').replace('.', '') }}_{{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }} preserve_egg_dir: yes source: git_url: ../ requirements: build: - python - setuptools run: ...
Adjust build string to include Python version info
Adjust build string to include Python version info
YAML
bsd-3-clause
conda/conda-env,isaac-kit/conda-env,mikecroucher/conda-env,conda/conda-env,nicoddemus/conda-env,asmeurer/conda-env,mikecroucher/conda-env,nicoddemus/conda-env,dan-blanchard/conda-env,ESSS/conda-env,phobson/conda-env,isaac-kit/conda-env,asmeurer/conda-env,phobson/conda-env,dan-blanchard/conda-env,ESSS/conda-env
cc05647c202418b06d02bfb0945358cbdc055057
recipes/jsonapi-client/meta.yaml
recipes/jsonapi-client/meta.yaml
{% set name = "jsonapi-client" %} {% set version = "0.9.3" %} {% set sha256 = "7e8563b59f408429ac943e9b6d060f2dfae1c61b774aefd1c456bac189da0b68" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://github.com/qvantel/{{ name }}/archive/{{ version }...
{% set name = "jsonapi-client" %} {% set version = "0.9.3" %} {% set sha256 = "7e8563b59f408429ac943e9b6d060f2dfae1c61b774aefd1c456bac189da0b68" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://github.com/qvantel/{{ name }}/archive/{{ version }...
Fix license typo found by @isuruf
Fix license typo found by @isuruf
YAML
bsd-3-clause
jjhelmus/staged-recipes,jjhelmus/staged-recipes,cpaulik/staged-recipes,sodre/staged-recipes,petrushy/staged-recipes,isuruf/staged-recipes,Juanlu001/staged-recipes,dschreij/staged-recipes,sannykr/staged-recipes,shadowwalkersb/staged-recipes,grlee77/staged-recipes,birdsarah/staged-recipes,jakirkham/staged-recipes,planeta...
fbf3d4badb7bc4ddd8b38e40ff823087558716e9
tests/integration-tests.yml
tests/integration-tests.yml
--- # # integration-tests.yml # - hosts: all sudo: True tasks: # Tests - name: Check node command: which node register: node_path - debug: msg="All Tests passed!"
Add integration tests. No vagrantfile, pushed to galaxy role. TestKitchen like functionality is required for individual role testing.
Add integration tests. No vagrantfile, pushed to galaxy role. TestKitchen like functionality is required for individual role testing.
YAML
apache-2.0
ReturnPath/ansible-nodejs,veggiemonk/ansible-nodejs,AnsibleShipyard/ansible-nodejs,orcasgit/ansible-nodejs,AlbanAndrieu/ansible-nodejs,trinitronx/ansible-nodejs,veggiemonk/ansible-tmux,ei-grad/ansible-nodejs
9e48170abbefdeb7a4cc0d6bf00d2ca1d9f224d8
docker-compose.yml
docker-compose.yml
version: '2' services: db: image: postgres environment: - POSTGRES_USER=saleor - POSTGRES_PASSWORD=saleor ports: - '127.0.0.1:5432:5432' redis: image: redis ports: - '127.0.0.1:6379:6379' search: image: elasticsearch:2.4 ports: - '127.0.0.1:9200:9200' we...
version: '2' services: db: image: postgres environment: - POSTGRES_USER=saleor - POSTGRES_PASSWORD=saleor ports: - '127.0.0.1:5432:5432' redis: image: redis ports: - '127.0.0.1:6379:6379' search: image: elasticsearch:5.4 ports: - '127.0.0.1:9200:9200' we...
Use new elastic search version in docker
Use new elastic search version in docker
YAML
bsd-3-clause
mociepka/saleor,UITools/saleor,maferelo/saleor,mociepka/saleor,UITools/saleor,mociepka/saleor,maferelo/saleor,UITools/saleor,maferelo/saleor,UITools/saleor,UITools/saleor
066aa4b98b221b5731bdbcaeb2b43735b78ba36f
azure-pipelines.yml
azure-pipelines.yml
# Build and test .NET Core projects # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core trigger: - master pool: vmImage: 'windows-latest' variables: solution: 'WPFSamples*.sln' buildPlatform: 'Mixed Platforms' buildConfig...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
Microsoft/WPF-Samples,Microsoft/WPF-Samples,Microsoft/WPF-Samples,Microsoft/WPF-Samples
c4b841579357967dc0e0eec27966cb7c6f0e4377
azure-pipelines.yml
azure-pipelines.yml
trigger: - master strategy: matrix: linux: imageName: 'ubuntu-16.04' mac: imageName: 'macOS-10.14' windows: imageName: 'vs2017-win2016' pool: vmImage: $(imageName) steps: - task: NodeTool@0 inputs: versionSpec: '10.x' displayName: 'Install Node.js' - bash: | /usr/bin/Xv...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mpl-2.0
mauve/vscode-terraform,hashicorp/vscode-terraform,mauve/vscode-terraform,hashicorp/vscode-terraform,mauve/vscode-terraform,hashicorp/vscode-terraform,mauve/vscode-terraform
94f07d44c866b3872c83d4eae94332372edff1bb
azure-pipelines.yml
azure-pipelines.yml
steps: - checkout: self submodules: true - script: | git config --global user.email "harrysummer@hotmail.com" git config --global user.name "Azure Pipeline" displayName: Set git user name and email - script: cmake -G "Visual Studio 15 2017" -A x64 "-DCMAKE_INSTALL_PREFIX=$(Build.ArtifactStag...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
simoncozens/sile,simoncozens/sile,alerque/sile,alerque/sile,simoncozens/sile,simoncozens/sile,alerque/sile,alerque/sile
e6a6161c3196218d99ac547647f37670b67b6619
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: CI on: [push, pull_request] jobs: direct: runs-on: ${{ matrix.os }}-latest strategy: matrix: os: [ubuntu, macos] python-version: [2.7, 3.6, 3.7, 3.8, 3.9] exclude: # Run only the latest 2.x and 3.x on macOS - os: macos python-version: 3.6 ...
Add basic CI GitHub Actions workflow
Add basic CI GitHub Actions workflow Basic build (directly from the checked-out source code) and test on a matrix of Python versions on Linux and macOS. (Factoring "-latest" out of matrix.os shortens the annotated job names so they aren't trimmed when displayed. If in future we need to pin to e.g. macos-10.15 we will...
YAML
mit
pysam-developers/pysam,pysam-developers/pysam,pysam-developers/pysam,pysam-developers/pysam
fa781ca5cc7a76f79eff6eb0f613e7340223d71a
roles/simple/opam/tasks/main.yml
roles/simple/opam/tasks/main.yml
- name: Install OPAM homebrew: name: opam state: present when: ansible_distribution == "MacOSX" - name: Install OPAM become: yes apt: name: opam state: present when: ansible_os_family == "Debian" - name: Install OPAM become: yes pkgng: name: opam state: present when: ansible_di...
Add simple role for the OCaml OPAM package manager
Add simple role for the OCaml OPAM package manager
YAML
mit
cmrosenberg/setup
6100667fc1168315e3d92087dd6151c716e7ff28
components_config/13/puppet-tripleo/component.yml
components_config/13/puppet-tripleo/component.yml
--- # This file is used by the jenkins job # # Repos to enable for compontent test # enable_repos: [ rhelosp-rhel-7.4-server-opt, ] # # The pep8 target # For puppet-tripleo we use bundler and rake to do lint/syntax # pep8: remove_rpm: [] rpm_deps: [ git, gcc, gcc-c++, ruby-devel, zlib-devel, ...
Add puppet-tripleo for OSP 13 based on 12
Add puppet-tripleo for OSP 13 based on 12 Change-Id: Iea735e06ffc3288b20f6e9c47ed56909014b15ff
YAML
apache-2.0
redhat-openstack/octario,redhat-openstack/octario
a4c25256aa31c77af240303525229b7ec16280d6
.github/workflows/codeql.yml
.github/workflows/codeql.yml
name: "CodeQL" on: push: branches: [ "main" ] pull_request: branches: [ "main" ] schedule: - cron: "38 6 * * 2" jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write strategy: fail-fast: false ...
Add CodeQL workflow for GitHub code scanning
Add CodeQL workflow for GitHub code scanning
YAML
mit
parkr/merge-pr,parkr/merge-pr
b7e88fbde4b6581540ea9e31ea37e77dcea20473
blueprints/lcow.yml
blueprints/lcow.yml
kernel: image: linuxkit/kernel:4.11.12 cmdline: "console=ttyS0" tar: none init: - linuxkit/init-lcow:e846df6e745e0db2e90ec06a1a3509cb9bfd77da - linuxkit/runc:f5960b83a8766ae083efc744fa63dbf877450e4f trust: org: - linuxkit
kernel: image: linuxkit/kernel:4.11.12 cmdline: "console=ttyS0" tar: none init: - linuxkit/init-lcow:123025d29d28cc6f956e70fefa7ed89274112f14 - linuxkit/runc:f5960b83a8766ae083efc744fa63dbf877450e4f trust: org: - linuxkit
Update LCOW init to latest opengcs version
blueprints: Update LCOW init to latest opengcs version Signed-off-by: Rolf Neugebauer <6fdd1d8677ab4fbcb4df3eff6e190c3298f7f742@docker.com>
YAML
apache-2.0
JohnnyLeone/linuxkit,davefreitag/linuxkit,davefreitag/linuxkit,rn/linuxkit,ndauten/linuxkit,linuxkit/linuxkit,eyz/linuxkit,mor1/linuxkit,radu-matei/linuxkit,yankcrime/linuxkit,justincormack/linuxkit,thebsdbox/linuxkit,YuPengZTE/linuxkit,rn/linuxkit,eyz/linuxkit,t-koulouris/linuxkit,thebsdbox/linuxkit,ndauten/linuxkit,t...
5b1194c8617c76ac4a5602e15289e5e15bc24e35
.circleci/config.yml
.circleci/config.yml
version: 2 defaults: &defaults working_directory: ~/repo docker: - image: node jobs: deploy: <<: *defaults steps: - checkout - restore_cache: name: Restore Yarn Package Cache keys: - yarn-packages-{{ checksum "yarn.lock" }} - run: yarn --pure...
Establish automatic build, lint and test via circle-ci
chore: Establish automatic build, lint and test via circle-ci
YAML
mit
cotejp/webmidi,cotejp/webmidi
5c9af17848e4f1b4c2f39454034c9812a0c6d9fb
packages/be/beam-mysql.yaml
packages/be/beam-mysql.yaml
homepage: https://github.com/tathougies/beam-mysql changelog-type: '' hash: 6c64358de5094463a70e8c71dbc99a38ae937d04a44cee9858e8a0779bb7b8dd test-bench-deps: {} maintainer: travis@athougies.net synopsis: Connection layer between beam and MySQL/MariaDB changelog: '' basic-deps: free: ! '>=4.12 && <5.2' bytestring: !...
Update from Hackage at 2019-03-19T05:49:59Z
Update from Hackage at 2019-03-19T05:49:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
29703651b320ad555464c9b948d2ff200d23b4c0
.github/workflows/jekyll.yml
.github/workflows/jekyll.yml
name: My blog's CI on: push: branches: - master jobs: build: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v1 - name: Build the site in the jekyll/builder container run: | docker run \ -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/...
Create a CI with Github Actions.
Create a CI with Github Actions.
YAML
mit
EmmanuelCorrales/blog.emmanuelcorrales.com,EmmanuelCorrales/EmmanuelCorrales.github.io,EmmanuelCorrales/blog.emmanuelcorrales.com
e7f11623463277210a79d2708e5d716542d441e2
releasenotes/notes/osa-wrapper-path-fix-91e8c56b72c968b0.yaml
releasenotes/notes/osa-wrapper-path-fix-91e8c56b72c968b0.yaml
--- fixes: - | In https://review.openstack.org/582633 an adjustment was made to the ``openstack-ansible`` wrapper which mistakenly changed the intended behaviour. The wrapper is only meant to include the extra-vars and invoke the inventory if ``ansible-playbook`` was executed from inside the ``ope...
Add release note for wrapper fix
Add release note for wrapper fix Depends-On: https://review.openstack.org/633759 Change-Id: Ie50d26a7e6295ee15cf2ce43e78c7c808752dbc3
YAML
apache-2.0
openstack/openstack-ansible,openstack/openstack-ansible,stackforge/os-ansible-deployment,stackforge/os-ansible-deployment
9579123f1eeb131b880de73aff4fd640b825b162
providers/polaris_share.yml
providers/polaris_share.yml
--- - provider_name: Polaris Share provider_url: https://www.polarishare.com/ endpoints: - schemes: - https://www.polarishare.com/*/* url: https://api.polarishare.com/rest/api/oembed example_urls: - https://api.polarishare.com/rest/api/oembed?url=https://www.polarishare.com/deandean/...
Add Polaris Share as a provider 2019-07-10 dean
Add Polaris Share as a provider 2019-07-10 dean
YAML
mit
iamcal/oembed,iamcal/oembed,iamcal/oembed,iamcal/oembed
e230d1bc1052b599607358d444a67fe344989911
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: CI on: push: branches: - main pull_request: jobs: test: name: Test Rails uses: alphagov/govuk-infrastructure/.github/workflows/test-rails.yaml@main
Enable CI using GitHub Actions
Enable CI using GitHub Actions This enables a GitHub Action workflow to run CI using a re-usable workflow template in govuk-infrastructure repo. This is the initial set up to test the reusable workflow.
YAML
mit
alphagov/frontend,alphagov/frontend,alphagov/frontend,alphagov/frontend
73829ef671e020ecfcc6f291b04587077a50c192
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: ci on: pull_request: branches: - '*' jobs: build: runs-on: ubuntu-latest steps: - name: Set up Go 1.15 uses: actions/setup-go@v1 with: go-version: 1.15 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: Ad...
Migrate Travis CI to Github Actions
Migrate Travis CI to Github Actions
YAML
apache-2.0
jcmoraisjr/haproxy-ingress,jcmoraisjr/haproxy-ingress
fa37f26854b85b2bc30a464f0da834b734b871ab
packages/hr/hriemann.yaml
packages/hr/hriemann.yaml
homepage: https://github.com/shmish111/hriemann changelog-type: '' hash: 7a1c8c92173775a8e9d4930dfd45aa6b161b95cfce69543216956d812a38b7b0 test-bench-deps: hriemann: -any base: -any maintainer: shmish111@gmail.com synopsis: Initial project template from stack changelog: '' basic-deps: bytestring: ==0.10.* hostna...
Update from Hackage at 2017-03-07T10:19:23Z
Update from Hackage at 2017-03-07T10:19:23Z
YAML
mit
commercialhaskell/all-cabal-metadata
0370dae95a4efe021bcc56b95707b2ba8e71f900
.github/workflows/codeql.yml
.github/workflows/codeql.yml
name: "CodeQL" on: push: branches: [ "main" ] pull_request: branches: [ "main" ] schedule: - cron: "7 16 * * 2" jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write strategy: fail-fast: false ...
Add CodeQL workflow for GitHub code scanning
Add CodeQL workflow for GitHub code scanning
YAML
apache-2.0
akrherz/iemgrid
1a5d9a282a35433ac221dbc292c5cc0f3896ba8a
packages/un/unliftio-pool.yaml
packages/un/unliftio-pool.yaml
homepage: '' changelog-type: '' hash: 67b2dede49482e2765d1248d23f7271884f1cc9cff8a41f40d5dedcfd23c47ba test-bench-deps: {} maintainer: Bardur Arantsson <bardur@scientician.net> synopsis: Data.Pool generalized to MonadUnliftIO. changelog: '' basic-deps: base: ! '>=4.10 && <4.11' time: ! '>=1.8 && <2' resource-pool...
Update from Hackage at 2018-04-10T17:42:25Z
Update from Hackage at 2018-04-10T17:42:25Z
YAML
mit
commercialhaskell/all-cabal-metadata
2468012c2cbe01f4529ed4523f0feb47d84bba8c
packages/co/confide.yaml
packages/co/confide.yaml
homepage: https://github.com/amilkov3/confide changelog-type: '' hash: 691d701931f8a9b322146446d18adc271e4665453722b2f3da6c540c461d8107 test-bench-deps: base: -any text: -any deiko-config: -any confide: -any tasty-hunit: -any tasty: -any maintainer: amilkov3@gmail.com synopsis: derive typeclass instances fo...
Update from Hackage at 2018-03-07T18:58:38Z
Update from Hackage at 2018-03-07T18:58:38Z
YAML
mit
commercialhaskell/all-cabal-metadata
f7abb1e968bfbd71a3846ca266364293ea5ff7c7
packages/go/goggles.yaml
packages/go/goggles.yaml
homepage: https://github.com/ocramz/goggles changelog-type: '' hash: 7f2305106b4c3e683f5d42b1feb507472dc4b80cb08694d25c760f00481a58e2 test-bench-deps: goggles: -any base: -any hspec: -any QuickCheck: -any maintainer: zocca.marco gmail synopsis: Interface to Google Cloud APIs changelog: '' basic-deps: http-cli...
Update from Hackage at 2017-12-13T22:46:21Z
Update from Hackage at 2017-12-13T22:46:21Z
YAML
mit
commercialhaskell/all-cabal-metadata
bed2af4ac7823432f1a54b03b8dc052d1d543b47
config/local_env.yml
config/local_env.yml
APP_ID: "520471311376844" APP_SECRET: "4aa419fdc10832d0506883441e20e226"
Add local env file to repo for quick deploy.
Add local env file to repo for quick deploy.
YAML
mit
dhahn/r13-team-45,dhahn/r13-team-45
f559831c2e21b348f8c3a33777764904fc6567cf
.github/workflows/release-drafter.yml
.github/workflows/release-drafter.yml
# Automates creation of Release Drafts using Release Drafter # More Info: https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc on: push: branches: - master jobs: update_release_draft: runs-on: ubuntu-latest steps: # Drafts your next Release notes as Pull Requests a...
Enable release drafter using the GH action
Enable release drafter using the GH action
YAML
mit
jenkinsci/aws-credentials-plugin,jenkinsci/aws-credentials-plugin,jenkinsci/cloudbees-aws-credentials-plugin,jenkinsci/cloudbees-aws-credentials-plugin