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
555c7e51b948bdb710d5f727ddc8ef3eefb16618
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - 6 - 4 cache: directories: - node_modules install: - npm i -g npm@latest - npm install
sudo: false language: node_js node_js: - 6 cache: directories: - node_modules install: - npm i -g npm@latest - npm install
Remove Node.js v4 from Travis
Remove Node.js v4 from Travis
YAML
mit
caiogondim/fast-memoize,caiogondim/fast-memoize.js,caiogondim/fast-memoize.js,caiogondim/fast-memoize.js
939ceb95f9df4efcc41151d4bee9548fb6d08315
.travis.yml
.travis.yml
language: go go: - 1.8.3 - 1.7.5 - tip script: - ./dev/tests.sh after_success: - bash <(curl -s https://codecov.io/bash)
language: go go: - "1.10" - 1.9.x - 1.8.x - master script: - ./dev/tests.sh after_success: - bash <(curl -s https://codecov.io/bash)
Add Go 1.10 to TravisCI file
Add Go 1.10 to TravisCI file
YAML
mit
fern4lvarez/piladb,fern4lvarez/piladb
18871a767bdbb1c411f8ccada039d975b7d4e1ab
.travis.yml
.travis.yml
notifications: email: on_success: never on_failure: change os: - linux - osx sudo: required addons: apt: sources: - debian-sid packages: - shellcheck env: global: - DOTFILES_PATH=~/.dotfiles install: - curl -L https://raw.githubusercontent.com/jmlntw/dotfiles/master/bin/dotfiles | bash before_script: - cd "${DOTFILES_PATH}" script: - bin/dotfiles test branches: only: - master
notifications: email: on_success: never on_failure: change os: - linux - osx sudo: required env: global: - DOTFILES_PATH=~/.dotfiles addons: apt: sources: - debian-sid packages: - shellcheck before_install: - brew update - brew install shellcheck install: - curl -L https://raw.githubusercontent.com/jmlntw/dotfiles/master/bin/dotfiles | bash before_script: - cd "${DOTFILES_PATH}" script: - bin/dotfiles test branches: only: - master
Add Mac OS X configuration to Travis CI
Add Mac OS X configuration to Travis CI
YAML
mit
jmlntw/dotfiles,jmlntw/dotfiles
6dfe8748384a441bc3b4260c26b19a9b00d5f93f
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' - '0.8' before_script: - npm install -g grunt-cli - npm install -g bower - bower install
language: node_js node_js: - '0.10' before_script: - npm install -g grunt-cli - npm install -g bower - bower install --config.interactive=false
Remove node 0.8 support, add non interactive flag
Remove node 0.8 support, add non interactive flag
YAML
mit
pablojim/highcharts-ng,huadong1989/highcharts-ng,marvinlee/highcharts-ng,yngvebn/highcharts-ng,HawiCaesar/highcharts-ng,chenflat/highcharts-ng,ASethi77/highcharts-ng,chenflat/highcharts-ng,huangchaosuper/highcharts-ng,huadong1989/highcharts-ng,marvinlee/highcharts-ng,mdedetrich/highcharts-ng,Ranku/highcharts-ng,pablojim/highcharts-ng,Ranku/highcharts-ng,yngvebn/highcharts-ng,huangchaosuper/highcharts-ng,ASethi77/highcharts-ng,FDIM/highcharts-ng,TomNeyland/highcharts-ng,mdedetrich/highcharts-ng,TomNeyland/highcharts-ng,dmitruk/highcharts-ng,dmitruk/highcharts-ng,HawiCaesar/highcharts-ng,FDIM/highcharts-ng
b8997fc08745744403cea0c48d359dd227d72b1e
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - nightly - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction - phpenv config-rm xdebug.ini script: - composer test
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - nightly - hhvm before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction - if [ $TRAVIS_PHP_VERSION != "hhvm" ]; then phpenv config-rm xdebug.ini ; fi script: - composer test
Fix only disable Xdebug for non HHVM versions
Fix only disable Xdebug for non HHVM versions
YAML
mit
raphaelstolt/json-merge-patch
5225fa9edc7ab7f8870e464dd4e3d302b15fe9c3
.travis.yml
.travis.yml
language: ruby before_install: gem update --system rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode
language: ruby before_install: gem update --system rvm: - 1.8.7 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-18mode - jruby-19mode - rbx
Clean up Rubies used for Travis build
Clean up Rubies used for Travis build
YAML
mit
fastlane/commander,commander-rb/commander,commander-rb/commander,tj/commander,andrewvc/commander,andrewvc/commander,tj/commander,fastlane/commander
c1dfc8a8e5e3027a6655c6ff91120f55366819c3
.travis.yml
.travis.yml
language: node_js node_js: - "6" - "7" - "8" install: - npm install after_success: npm run coverage
language: node_js node_js: - "6" - "7" - "8" - "9" install: - npm install after_success: npm run coverage
Add node 9.x to test environments
Add node 9.x to test environments
YAML
mit
albe/node-event-storage,albe/node-event-store
735472c199ad56a9ef78f59d193fd6d9f47b04c6
.travis.yml
.travis.yml
language: go go: - 1.0 - 1.1 - 1.2 install: - go get github.com/onsi/ginkgo - go get github.com/onsi/gomega
language: go go: - 1.1 - 1.2 - tip install: - go get github.com/onsi/ginkgo - go get github.com/onsi/gomega
Remove go 1.0 and add tip
Remove go 1.0 and add tip
YAML
mit
gdavison/factory_gorl
87b1adb95e02eed0dec8e57db2c48d179372a507
.travis.yml
.travis.yml
language: go go: - 1.8
language: go go: - 1.8 before_script: - sudo apt-get update && sudo apt-get install protobuf-compiler
Install the protobuf compiler before running the build.
Install the protobuf compiler before running the build.
YAML
mit
wallaceicy06/muni-sign,wallaceicy06/muni-sign,wallaceicy06/muni-sign
4ed4144e2edb5a2707e73d768ba7e25bf71bd41c
.travis.yml
.travis.yml
language: node_js node_js: - node - lts/* - 8 before_script: os: - linux - osx
language: node_js node_js: - node - lts/* - 10 - 8 before_script: os: - linux - osx
Add node 10 now it is no lonhger newest lts
Add node 10 now it is no lonhger newest lts
YAML
mit
JohnRGee/forest-arborist,JohnRGee/forest-arborist,JohnRGee/arm
216c0a992b362109d813a5ce8b6d911d1386f4b9
.travis.yml
.travis.yml
sudo: false language: ruby rvm: - 2.3.1 before_install: gem install bundler -v 1.13.2 script: rake spec
sudo: false language: ruby rvm: - 2.4.0 - 2.3.3 - 2.2.6 - 2.1.10 - 2.0.0 before_install: gem update bundler --no-document script: rake spec
Add CI target rvm version from 2.0 to 2.4
Add CI target rvm version from 2.0 to 2.4
YAML
mit
ryu39/ltsv_logger_formatter,ryu39/ltsv_logger_formatter
2d3cfe4ae8848259ac628355b4eca4744ecdfc40
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "0.10" - "0.12" - "iojs" cache: directories: - node_modules matrix: fast_finish: true allow_failures: - node_js: "0.12" - node_js: "iojs"
sudo: false language: node_js node_js: - "0.10" - "0.12" - "3" - "4" cache: directories: - node_modules matrix: fast_finish: true allow_failures: - node_js: "3"
Add recent Node.js to Travis CI. Future has already been here for some days...
Add recent Node.js to Travis CI. Future has already been here for some days...
YAML
mit
paazmaya/grunt-image-profile
3573d7790c3082c548088fd82be691bb079a4c9d
.travis.yml
.travis.yml
language: node_js node_js: - "6" script: - npm run validate after_success: - npm run report-coverage
language: node_js node_js: - "lts/*" script: - npm run validate after_success: - npm run report-coverage
Test on the latest LTS release instead of 6
Test on the latest LTS release instead of 6
YAML
apache-2.0
Topdoc/postcss-topdoc
d12000f5e87102e9f0ba20bfd087118a21d81e43
.travis.yml
.travis.yml
language: node_js node_js: - "8.5"
language: node_js node_js: - "8.5" script: - "npm run test" - "npm run lint"
Add lint task to CI
Add lint task to CI
YAML
mpl-2.0
clemstoquart/webextension-json-mime-type
841b6acb18b6415cd37e2c0ed2e18819af556694
packages/gs/gstorable.yaml
packages/gs/gstorable.yaml
homepage: '' changelog-type: '' hash: e934670c205899e16afdd174425c6c6aeb0435a35ba12b2fd382d1169959f944 test-bench-deps: base: -any hspec: ! '>=1.1' generic-storable: -any ghc-prim: ! '>=0.2' QuickCheck: ! '>=2.4' maintainer: vamchale@gmail.com synopsis: Generic implementation of Storable changelog: '' basic-deps: base: ! '>4.9 && <5' ghc-prim: ! '>=0.2' all-versions: - '0.1.0.0' author: Hideyuki Tanaka latest: '0.1.0.0' description-type: haddock description: Generic implementation of Storable license-name: BSD3
homepage: '' changelog-type: '' hash: 63004dde29b28251d8d04abb49cf6770016d7693b47c91f9c93ece8a50ed7a0f test-bench-deps: base: -any hspec: ! '>=1.1' generic-storable: -any ghc-prim: ! '>=0.2' QuickCheck: ! '>=2.4' maintainer: vamchale@gmail.com synopsis: Generic implementation of Storable changelog: '' basic-deps: base: ! '>4.9 && <5' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' author: Hideyuki Tanaka latest: '0.1.0.2' description-type: haddock description: Forked version of the @generic-storable@ package with updated bounds and improved ergonomics. license-name: BSD3
Update from Hackage at 2018-01-31T05:01:04Z
Update from Hackage at 2018-01-31T05:01:04Z
YAML
mit
commercialhaskell/all-cabal-metadata
3206da2ea0880e732d5c4f66af2870de91b90313
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" install: - "npm install -g grunt-cli" - "npm install" - "bower install" script: - "grunt test" - "grunt build" deploy: provider: heroku api_key: secure: c/wHTZAzJUgWBm1w7KLlEDq6o9a/tbgzaZctJ+SkwwpqEIAJPEEeFzteRDzcQgGIRsws+C3m/zzWvqoQMmIoKvgJoNyoObZQazUCImly6hQMOHO8kqLMvugzXlgf4msnanA2pV3ABgvMG/MnoWSHnSJ8jbn6g16f+tDROnky8aU= app: bitcoin-trade-guard strategy: git
language: node_js node_js: - "0.10" install: - "npm install -g grunt-cli bower" - "npm install" - "bower install" script: - "grunt test" - "grunt build" deploy: provider: heroku api_key: secure: c/wHTZAzJUgWBm1w7KLlEDq6o9a/tbgzaZctJ+SkwwpqEIAJPEEeFzteRDzcQgGIRsws+C3m/zzWvqoQMmIoKvgJoNyoObZQazUCImly6hQMOHO8kqLMvugzXlgf4msnanA2pV3ABgvMG/MnoWSHnSJ8jbn6g16f+tDROnky8aU= app: bitcoin-trade-guard strategy: git run: - "npm install -g grunt-cli bower" - "npm install" - "bower install" - "grunt build"
Add further install steps after deployment
Add further install steps after deployment
YAML
mit
davidknezic/bitcoin-trade-guard
7f55b0b9413bd2f5ec2f86aa40d763bd80d386ab
.travis.yml
.travis.yml
language: perl perl: # - '5.8' - '5.10' - '5.12' - '5.14' - '5.16' - '5.18' - '5.20' - '5.22' - '5.24' addons: postgresql: "9.3" env: - DB_TESTING=1 COVERAGE=1 RELEASE_TESTING=1 before_install: - eval $(curl https://travis-perl.github.io/init) --auto
language: perl perl: # - '5.8' - '5.10' - '5.12' - '5.14' - '5.16' - '5.18' - '5.20' - '5.22' - '5.24' - '5.26' addons: postgresql: "9.3" env: - DB_TESTING=1 COVERAGE=1 RELEASE_TESTING=1 before_install: - eval $(curl https://travis-perl.github.io/init) --auto
Add Perl 5.26 to Travis testing
Add Perl 5.26 to Travis testing
YAML
bsd-2-clause
ledgersmb/PGObject,ledgersmb/PGObject,einhverfr/PGObject,einhverfr/PGObject
e4104791e448e9f45f0f2593cdd9b25d5e747e59
.travis.yml
.travis.yml
branches: only: - master - develop except: - /^v\d+\.\d+\.\d+$/ language: node_js node_js: - v8 - v7 - v6 - v5 - v4 before_script: - npm install -g gulp script: gulp after_success: - npm run semantic-release branches: except: - /^v\d+\.\d+\.\d+$/
branches: except: - /^v\d+\.\d+\.\d+$/ language: node_js node_js: - v8 - v7 - v6 before_script: - npm install -g gulp script: gulp after_success: - npm run semantic-release
Use except rule along with a regex to be flexible
fix(CI): Use except rule along with a regex to be flexible
YAML
mit
emyann/morphism,emyann/morphism
894f4891439ab5ac3627d71db0d0784cdd0d7537
.travis.yml
.travis.yml
language: python before_install: sudo apt-get install leveldb libleveldb-dev python: - "2.7" env: - TOX_ENV=flake8 - TOX_ENV=py27 - TOX_ENV=py33 - TOX_ENV=py34 - TOX_ENV=py27-bench - TOX_ENV=py33-bench install: - pip install tox script: - tox -e $TOX_ENV notifications: email: - on_success: change irc: channels: - "chat.freenode.net#onitu" use_notice: true skip_join: true
language: python before_install: - sudo apt-get update -qq - sudo apt-get install -y libleveldb-dev python: - "2.7" env: - TOX_ENV=flake8 - TOX_ENV=py27 - TOX_ENV=py33 - TOX_ENV=py34 - TOX_ENV=py27-bench - TOX_ENV=py33-bench install: - pip install tox script: - tox -e $TOX_ENV notifications: email: - on_success: change irc: channels: - "chat.freenode.net#onitu" use_notice: true skip_join: true
Fix LevelDB installation on Travis
Fix LevelDB installation on Travis
YAML
mit
onitu/onitu,onitu/onitu,onitu/onitu
abb640142f32ea4ee5f21da18b3c46dc25292b06
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - pypy before_install: - sudo apt-get install subversion bzr mercurial - echo -e "[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt" >> ~/.hgrc - git config --global user.email "python-virtualenv@googlegroups.com" - git config --global user.name "Pip" install: pip install nose git+https://github.com/pypa/virtualenv@release-1.10#egg=virtualenv scripttest mock script: nosetests notifications: irc: "irc.freenode.org#pip" branches: only: - develop - 1.3.X - 1.4.X env: - PIP_USE_MIRRORS=true
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - pypy before_install: - sudo apt-get install subversion bzr mercurial - echo -e "[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt" >> ~/.hgrc - git config --global user.email "python-virtualenv@googlegroups.com" - git config --global user.name "Pip" install: pip install nose git+https://github.com/pypa/virtualenv@master#egg=virtualenv scripttest mock script: nosetests notifications: irc: "irc.freenode.org#pip" branches: only: - develop - 1.3.X - 1.4.X env: - PIP_USE_MIRRORS=true
Test against the master virtualenv
Test against the master virtualenv
YAML
mit
msabramo/pip,benesch/pip,mindw/pip,nthall/pip,supriyantomaftuh/pip,Gabriel439/pip,esc/pip,sigmavirus24/pip,ChristopherHogan/pip,mindw/pip,zvezdan/pip,Carreau/pip,chaoallsome/pip,haridsv/pip,mattrobenolt/pip,pfmoore/pip,sigmavirus24/pip,Carreau/pip,willingc/pip,wkeyword/pip,blarghmatey/pip,ncoghlan/pip,alex/pip,ianw/pip,natefoo/pip,pypa/pip,KarelJakubec/pip,davidovich/pip,tdsmith/pip,techtonik/pip,ChristopherHogan/pip,xavfernandez/pip,chaoallsome/pip,caosmo/pip,fiber-space/pip,ncoghlan/pip,squidsoup/pip,zenlambda/pip,minrk/pip,jamezpolley/pip,zenlambda/pip,techtonik/pip,prasaianooz/pip,harrisonfeng/pip,fiber-space/pip,dstufft/pip,jamezpolley/pip,rouge8/pip,xavfernandez/pip,dstufft/pip,rbtcollins/pip,mujiansu/pip,habnabit/pip,qwcode/pip,RonnyPfannschmidt/pip,ianw/pip,erikrose/pip,patricklaw/pip,atdaemon/pip,blarghmatey/pip,alquerci/pip,jasonkying/pip,yati-sagade/pip,jasonkying/pip,habnabit/pip,atdaemon/pip,davidovich/pip,jythontools/pip,Gabriel439/pip,minrk/pip,cjerdonek/pip,pjdelport/pip,nthall/pip,mujiansu/pip,atdaemon/pip,mujiansu/pip,Ivoz/pip,mindw/pip,RonnyPfannschmidt/pip,pradyunsg/pip,nthall/pip,zorosteven/pip,wkeyword/pip,zvezdan/pip,squidsoup/pip,Ivoz/pip,blarghmatey/pip,sigmavirus24/pip,xavfernandez/pip,harrisonfeng/pip,h4ck3rm1k3/pip,davidovich/pip,pypa/pip,benesch/pip,willingc/pip,jythontools/pip,qbdsoft/pip,qbdsoft/pip,h4ck3rm1k3/pip,supriyantomaftuh/pip,RonnyPfannschmidt/pip,jythontools/pip,rbtcollins/pip,Gabriel439/pip,caosmo/pip,rouge8/pip,jmagnusson/pip,dstufft/pip,squidsoup/pip,ChristopherHogan/pip,cjerdonek/pip,esc/pip,erikrose/pip,tdsmith/pip,prasaianooz/pip,jmagnusson/pip,alquerci/pip,pjdelport/pip,James-Firth/pip,graingert/pip,tdsmith/pip,haridsv/pip,fiber-space/pip,wkeyword/pip,benesch/pip,jasonkying/pip,natefoo/pip,jamezpolley/pip,supriyantomaftuh/pip,zenlambda/pip,esc/pip,harrisonfeng/pip,graingert/pip,haridsv/pip,rouge8/pip,pradyunsg/pip,jmagnusson/pip,rbtcollins/pip,techtonik/pip,habnabit/pip,willingc/pip,qbdsoft/pip,luzfcb/pip,luzfcb/pip,graingert/pip,h4ck3rm1k3/pip,yati-sagade/pip,luzfcb/pip,KarelJakubec/pip,James-Firth/pip,yati-sagade/pip,zorosteven/pip,msabramo/pip,pfmoore/pip,chaoallsome/pip,qwcode/pip,caosmo/pip,sbidoul/pip,ncoghlan/pip,mattrobenolt/pip,zvezdan/pip,sbidoul/pip,natefoo/pip,prasaianooz/pip,James-Firth/pip,zorosteven/pip,KarelJakubec/pip,alex/pip,alex/pip,pjdelport/pip,patricklaw/pip,erikrose/pip
155d46b542b893577bc5e4eb0efd1ad86fa3ba7b
install.conf.yaml
install.conf.yaml
--- - defaults: link: create: true relink: true - clean: ['~'] - shell: - [sh pre-install.sh, Running pre installation script] - link: ~/.dotfiles: '' ~/.vimrc: vimrc ~/.vimrc.bundles: vim/bundle.vim ~/.vimrc.map: vim/map.vim ~/.zshrc: force: true path: zshrc ~/.zsh: zsh ~/.p10k.zsh: zsh/configs/p10k.zsh ~/.gitconfig: gitconfig - shell: - [git submodule update --init --recursive, Installing submodules] - command: vim -u ~/.vimrc.bundles +PluginInstall +qall description: Installing vim plugins
--- - defaults: link: create: true relink: true - clean: ['~'] - shell: - [sh pre-install.sh, Running pre installation script] - link: ~/.vimrc: vimrc ~/.vimrc.bundles: vim/bundle.vim ~/.vimrc.map: vim/map.vim ~/.zshrc: force: true path: zshrc ~/.zsh: zsh ~/.p10k.zsh: zsh/configs/p10k.zsh ~/.gitconfig: gitconfig - shell: - [git submodule update --init --recursive, Installing submodules] - command: vim -u ~/.vimrc.bundles +PluginInstall +qall description: Installing vim plugins
Remove dotfiles linking as it is not needed
Remove dotfiles linking as it is not needed
YAML
mit
captain-proton/dotfiles,captain-proton/dotfiles
639cd8a8b828095a6508c1b8f2436fd00b48381d
openpathsampling/meta.yaml
openpathsampling/meta.yaml
package: name: openpathsampling version: 0.9.0 source: git_url: https://github.com/openpathsampling/openpathsampling.git git_tag: v0.9.0 build: preserve_egg_dir: True number: 0 skip: - [py3k] requirements: build: - python - setuptools - pyyaml run: - python - numpy - scipy - pandas - netcdf4 - openmm - openmmtools - pyyaml - mdtraj - svgwrite - networkx - pyqt 4* - matplotlib test: requires: - nose - nose-timer - python-coveralls - msmbuilder - pyemma - ipynbtest imports: - openpathsampling about: home: http://github.com/openpathsampling/openpathsampling license: LGPL 2.1 or later summary: 'OpenPathSampling: A python package to do path sampling simulations'
package: name: openpathsampling version: 0.9.0 source: git_url: https://github.com/openpathsampling/openpathsampling.git git_tag: v0.9.0 build: preserve_egg_dir: True number: 0 skip: - [py3k] requirements: build: - python - setuptools - pyyaml run: - python - numpy - scipy - pandas - netcdf4 - openmm - openmmtools - pyyaml - mdtraj - svgwrite - networkx - pyqt 4* - matplotlib test: imports: - openpathsampling about: home: http://github.com/openpathsampling/openpathsampling license: LGPL 2.1 or later summary: 'OpenPathSampling: A python package to do path sampling simulations'
Remove requires: section from testing block for openpathsampling
Remove requires: section from testing block for openpathsampling
YAML
mit
peastman/conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,omnia-md/conda-recipes,omnia-md/conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,peastman/conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,jchodera/conda-recipes,jchodera/conda-recipes,jchodera/conda-recipes,jchodera/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,cwehmeyer/conda-recipes
cb014b5fc4ec41ef179a7bfe1c0929e49566ee6f
packages/web_benchmarks/pubspec.yaml
packages/web_benchmarks/pubspec.yaml
name: web_benchmarks description: A benchmark harness for performance-testing Flutter apps in Chrome. version: 0.0.4 homepage: https://github.com/flutter/packages/tree/master/packages/web_benchmarks environment: sdk: ">=2.7.0 <3.0.0" flutter: ">=1.17.0" # Using +2 upper limit on some packages to allow null-safe versions dependencies: flutter: sdk: flutter flutter_test: sdk: flutter logging: ">=0.11.4 <2.0.0" meta: ">=1.0.0 <2.0.0" path: ">=1.7.0 <2.0.0" process: ">=3.0.13 <5.0.0" shelf: ">=0.7.5 <2.0.0" shelf_static: ">=0.2.8 <1.0.0" test: ">=1.15.0 <3.0.0" webkit_inspection_protocol: ">=0.7.3 <1.0.0"
name: web_benchmarks description: A benchmark harness for performance-testing Flutter apps in Chrome. version: 0.0.5 homepage: https://github.com/flutter/packages/tree/master/packages/web_benchmarks environment: sdk: ">=2.7.0 <3.0.0" flutter: ">=1.17.0" # Using +2 upper limit on some packages to allow null-safe versions dependencies: flutter: sdk: flutter flutter_test: sdk: flutter logging: ">=0.11.4 <2.0.0" meta: ">=1.0.0 <2.0.0" path: ">=1.7.0 <2.0.0" process: ">=3.0.13 <5.0.0" shelf: ">=0.7.5 <2.0.0" shelf_static: ">=0.2.8 <1.0.0" test: ">=1.15.0 <3.0.0" webkit_inspection_protocol: ">=0.7.3 <2.0.0"
Allow web_benchmarks to depend on webkit_inspection_protocol 1.0
Allow web_benchmarks to depend on webkit_inspection_protocol 1.0 Towards https://github.com/flutter/flutter/pull/79099
YAML
bsd-3-clause
flutter/packages,flutter/packages,flutter/packages,flutter/packages,flutter/packages,flutter/packages,flutter/packages,flutter/packages,flutter/packages,flutter/packages
636820ddd4788c38ad1485737db9406cf48f215c
packages/ye/yesod-auth-bcryptdb.yaml
packages/ye/yesod-auth-bcryptdb.yaml
homepage: https://github.com/yusent/yesod-auth-bcryptdb changelog-type: '' hash: 211f8d59de5735934255fbb511113245f57c5085e0b4458e8f39929c0cd1c219 test-bench-deps: {} maintainer: Yusent Chig <yusent@protonmail.com> synopsis: Authentication plugin for Yesod. changelog: '' basic-deps: bytestring: ! '>=0.9.1.4' yesod-core: ! '>=1.4 && <1.5' base: ! '>=4 && <5' persistent: ! '>=2.1 && <2.8' text: ! '>=0.7' bcrypt: ! '>=0.0.10 && <0.1' yesod-persistent: ! '>=1.2' yesod-form: ! '>=1.4 && <1.5' aeson: -any yesod-auth: ! '>=1.4.18 && <1.5' all-versions: - '0.1.0.0' author: Yusent Chig latest: '0.1.0.0' description-type: markdown description: ! '# yesod-auth-bcryptdb Yesod.Auth.BcryptDB plugin ' license-name: MIT
homepage: https://github.com/yusent/yesod-auth-bcryptdb changelog-type: '' hash: e52d8cb24ebad66998a557ad9cea0ab6c8f6c0df82ea6d82a718d1dc77c11638 test-bench-deps: {} maintainer: Yusent Chig <yusent@protonmail.com> synopsis: Authentication plugin for Yesod. changelog: '' basic-deps: bytestring: ! '>=0.9.1.4' yesod-core: ! '>=1.4 && <1.5' base: ! '>=4 && <5' persistent: ! '>=2.1 && <2.8' text: ! '>=0.7' bcrypt: ! '>=0.0.10 && <0.1' yesod-persistent: ! '>=1.2' yesod-form: ! '>=1.4 && <1.5' aeson: -any yesod-auth: ! '>=1.4.18 && <1.5' all-versions: - '0.1.0.0' - '0.1.0.1' author: Yusent Chig latest: '0.1.0.1' description-type: markdown description: ! '# yesod-auth-bcryptdb Yesod.Auth.BcryptDB plugin ' license-name: MIT
Update from Hackage at 2017-11-26T19:53:37Z
Update from Hackage at 2017-11-26T19:53:37Z
YAML
mit
commercialhaskell/all-cabal-metadata
5c60224cceab2367dedd2590a6edd592da6ee92d
packages/af/affection.yaml
packages/af/affection.yaml
homepage: https://github.com/nek0/affection#readme changelog-type: '' hash: 5719adb376a6152106ceeecda7fa9120712c2b66e3062cba95299266ae77bc97 test-bench-deps: {} maintainer: nek0@chelnok.de synopsis: A simple Game Engine using SDL changelog: '' basic-deps: base: ! '>=4.9 && <4.10' babl: -any text: -any glib: -any clock: -any monad-loops: -any sdl2: -any containers: -any mtl: -any gegl: -any all-versions: - '0.0.0.0' - '0.0.0.1' - '0.0.0.2' - '0.0.0.3' - '0.0.0.4' author: nek0 latest: '0.0.0.4' description-type: haddock description: ! 'This package contains Affection, a simple game engine written in Haskell using SDL and GEGL. This Engine is still work in progress and even minor version bumps may contain breaking api changes.' license-name: LGPL-3
homepage: https://github.com/nek0/affection#readme changelog-type: '' hash: ac5bb6d8597bb2b22a5b651c7fd3056ff96668f01b1362f1423da2db87194e9f test-bench-deps: {} maintainer: nek0@chelnok.de synopsis: A simple Game Engine using SDL changelog: '' basic-deps: base: ! '>=4.9 && <4.10' babl: -any text: -any glib: -any clock: -any monad-loops: -any sdl2: -any containers: -any mtl: -any gegl: -any all-versions: - '0.0.0.0' - '0.0.0.1' - '0.0.0.2' - '0.0.0.3' - '0.0.0.4' - '0.0.0.5' author: nek0 latest: '0.0.0.5' description-type: haddock description: ! 'This package contains Affection, a simple game engine written in Haskell using SDL and GEGL. This Engine is still work in progress and even minor version bumps may contain breaking api changes.' license-name: LGPL-3
Update from Hackage at 2017-03-05T15:50:06Z
Update from Hackage at 2017-03-05T15:50:06Z
YAML
mit
commercialhaskell/all-cabal-metadata
00e295e390237acc9cde9079129184e7184a0ee6
skaffold.yaml
skaffold.yaml
apiVersion: skaffold/v2beta13 kind: Config metadata: name: full-stack requires: - path: frontend - path: backend
apiVersion: skaffold/v2beta13 kind: Config metadata: name: full-stack requires: - path: frontend - path: backend profiles: - name: prod deploy: kustomize: paths: - frontend/k8s/prod - backend/k8s/prod
Add profiles at top level
Add profiles at top level
YAML
apache-2.0
google/golden-path-for-app-delivery,google/golden-path-for-app-delivery,google/golden-path-for-app-delivery
d0f22079d95c7b38b8a600fadea53ae609db4eb6
.travis.yml
.travis.yml
language: general services: - docker branches: only: - master install: - curl -sSL https://raw.githubusercontent.com/acidgenomics/Rcheck/master/install | bash jobs: include: - stage: test name: "bioc-release" script: image="bcbiornaseq" tag="bioc-release" ./.Rcheck/docker - stage: test name: "bioc-devel" script: image="bcbiornaseq" tag="bioc-devel" ./.Rcheck/docker matrix: allow_failures: - name: "bioc-devel" fast_finish: true after_failure: - ./.Rcheck/docker-failure notifications: email: recipients: - mike@steinbaugh.com on_success: change on_failure: change
language: general services: - docker branches: only: - master install: - curl -sSL https://raw.githubusercontent.com/acidgenomics/Rcheck/master/install | bash jobs: include: - stage: test name: "bioc-release" script: image="acidgenomics/bcbiornaseq" tag="bioc-release" ./.Rcheck/docker - stage: test name: "bioc-devel" script: image="acidgenomics/bcbiornaseq" tag="bioc-devel" ./.Rcheck/docker matrix: allow_failures: - name: "bioc-devel" fast_finish: true after_failure: - ./.Rcheck/docker-failure notifications: email: recipients: - mike@steinbaugh.com on_success: change on_failure: change
Rework Rcheck to support any Docker image
Rework Rcheck to support any Docker image [ci skip]
YAML
mit
hbc/bcbioRnaseq,hbc/bcbioRnaseq
95ad222246d236a2d37eb658bc493b01d1eab51e
.forestry/front_matter/templates/review-no.yml
.forestry/front_matter/templates/review-no.yml
--- label: review-no hide_body: false is_partial: false fields: - type: include name: defaults label: defaults template: partial-default - type: include name: date label: date template: partial-date - name: attribution label: Attribution type: text hidden: false default: '' - type: select name: book config: source: type: pages section: books-boker label: Book - type: boolean name: featured label: Featured - type: include name: weight label: weight template: partial-weight
--- label: review-no hide_body: false is_partial: false fields: - type: text name: title label: Title - type: include name: date label: date template: partial-date - name: attribution label: Attribution type: text hidden: false default: '' - type: select name: book config: source: type: pages section: books-boker label: Book - type: boolean name: featured label: Featured - type: include name: weight label: weight template: partial-weight
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
sonnetmedia/linnullmann,sonnetmedia/linnullmann,sonnetmedia/linnullmann
b87700f02b16a6868c9462c8c968f63b600f2ffe
.travis.yml
.travis.yml
sudo: false language: python cache: directories: - $HOME/.pip-cache/ python: - "2.6" - "2.7" env: matrix: -TOX-ENV=py26 -TOX-ENV=py26-withlxml -TOX-ENV=py27 -TOX-ENV=py27-withlxml -TOX-ENV=docs install: - pip install --upgrade pip - pip install tox script: - tox -e $TOX_ENV after_script: - cat .tox/$TOX_ENV/log/*.log
sudo: false language: python cache: directories: - $HOME/.pip-cache/ python: - "2.6" - "2.7" env: matrix: - TOX-ENV=py26 - TOX-ENV=py26-withlxml - TOX-ENV=py27 - TOX-ENV=py27-withlxml - TOX-ENV=docs install: - pip install --upgrade pip - pip install tox script: - tox -e $TOX_ENV after_script: - cat .tox/$TOX_ENV/log/*.log
Fix broken Travis CI environment matrix definitions for Tox
Fix broken Travis CI environment matrix definitions for Tox
YAML
mit
jmurty/xml4h
8c7d57bf070e4730d6ae36459829aac2627adfc4
tasks/main.yml
tasks/main.yml
# roles/el7/tasks/main.yml --- include install.yml # Install repositories and packages include config.yml # Configuration (/etc/) include services.yml # Start/stop basic services include security.yml # Security settings include users.yml # Create users include admin.yml # Admin user (a.o. SSH key)
# roles/el7/tasks/main.yml --- - include: install.yml # Install repositories and packages - include: config.yml # Configuration (/etc/) - include: services.yml # Start/stop basic services - include: security.yml # Security settings - include: users.yml # Create users - include: admin.yml # Admin user (a.o. SSH key)
Fix syntax errors in include statements
Fix syntax errors in include statements
YAML
bsd-2-clause
bertvv/ansible-role-el7,bertvv/ansible-role-el7
61c1924d645da428bbabfaa9cb956606eb664016
.coveralls.yml
.coveralls.yml
repo_token: Hr7j4omnfY0n6awXlcKesg42djsYmmFBj
service_name: travis-ci repo_token: Hr7j4omnfY0n6awXlcKesg42djsYmmFBj
Revert "Revert "add service name for coverall""
Revert "Revert "add service name for coverall"" This reverts commit c6a7920e884ec96c2d803d136878ac2f92ebf83f.
YAML
mit
marcusg/foreign_key_validation
e2ce174cb3ac0d9e0e9aaf4f81f6a7c1d552056d
packages/n2/n2o-nitro.yaml
packages/n2/n2o-nitro.yaml
homepage: https://github.com/xafizoff/n2o#readme changelog-type: '' hash: 6cdad1ce2b2a501784475f04273d3762c765af31c10adb83f6955c1ff1ec5c67 test-bench-deps: {} maintainer: xafizoff@gmail.com synopsis: Nitro Elements, Events and Actions changelog: '' basic-deps: bytestring: ! '>=0.10' base: ! '>=4.7 && <5' base64-bytestring: ! '>=1.0' text: ! '>=1.2' bert: ! '>=1.2' containers: ! '>=0.5' binary: ! '>=0.5' n2o: ==0.11.0 all-versions: - '0.11.0' - '0.11.1' author: Marat Khafizov latest: '0.11.1' description-type: markdown description: '' license-name: BSD3
homepage: https://github.com/xafizoff/n2o#readme changelog-type: '' hash: a0a3e54be651bc5d229e4b519682acf62fc2490ddf684d9afe2609d8a3e1ee30 test-bench-deps: {} maintainer: xafizoff@gmail.com synopsis: Nitro Elements, Events and Actions changelog: '' basic-deps: bytestring: ! '>=0.10' base: ! '>=4.7 && <5' base64-bytestring: ! '>=1.0' text: ! '>=1.2' containers: ! '>=0.5' binary: ! '>=0.5' n2o: ==0.11.* all-versions: - '0.11.0' - '0.11.1' - '0.11.2' author: Marat Khafizov latest: '0.11.2' description-type: markdown description: '' license-name: BSD3
Update from Hackage at 2018-11-01T06:13:52Z
Update from Hackage at 2018-11-01T06:13:52Z
YAML
mit
commercialhaskell/all-cabal-metadata
6a3f30796babe3b03e498c0ca98b13ccc4a03274
.github/workflows/ci.yml
.github/workflows/ci.yml
name: Publish package to GitHub Packages on: push: pull_request: jobs: test: runs-on: windows-latest env: JDK_JAVA_OPTIONS: "--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED" steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with: java-version: "17" distribution: "adopt" - name: Validate run: | cd code mvn --batch-mode validate - name: Test run: | cd code mvn --batch-mode test publish: if: github.ref == 'refs/heads/master' && github.repository_owner == 'Codeforces' needs: test runs-on: windows-latest permissions: contents: read packages: write steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with: java-version: "17" distribution: "adopt" - name: Validate run: | cd code mvn --batch-mode validate - name: Publish run: | cd code mvn --batch-mode deploy -DskipTests env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Publish package to GitHub Packages on: push: pull_request: jobs: test: strategy: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] java-version: [8, 11, 17] runs-on: ${{ matrix.os }} env: JDK_JAVA_OPTIONS: "--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED" steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with: java-version: ${{ matrix.java-version }} distribution: "adopt" - name: Validate run: | cd code mvn --batch-mode validate - name: Test run: | cd code mvn --batch-mode test publish: if: github.ref == 'refs/heads/master' && github.repository_owner == 'Codeforces' needs: test runs-on: windows-latest permissions: contents: read packages: write steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with: java-version: "17" distribution: "adopt" - name: Validate run: | cd code mvn --batch-mode validate - name: Publish run: | cd code mvn --batch-mode deploy -DskipTests env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Test on all systems, several java versions
Test on all systems, several java versions
YAML
apache-2.0
Codeforces/codeforces-commons,Codeforces/codeforces-commons
6d079581814faa030c0e73a3c3622bdb0f7eeab2
ansible/playbooks/apps/stack-data.yaml
ansible/playbooks/apps/stack-data.yaml
--- - name: AEM Author CloudFormation Stack hosts: all gather_facts: no connection: local tasks: - name: Create random credentials for system users system_users_credentials: register: credentials tags: - create - name: Ensure data bucket exists s3_bucket: name: "{{ s3.data_bucket_name }}" state: present tags: - create - name: Upload stack init script s3: bucket: "{{ s3.data_bucket_name }}" object: "{{ stack_prefix }}/stack-init.sh" src: ../../../scripts/stack-init.sh mode: put tags: - create - name: Upload stack provisioner s3: bucket: "{{ s3.data_bucket_name }}" object: "{{ stack_prefix }}/aem-aws-stack-provisioner.tar.gz" src: ../../../stage/aem-aws-stack-provisioner.tar.gz mode: put tags: - create - name: Delete stack data s3: bucket: "{{ s3.data_bucket_name }}" object: "{{ stack_prefix }}" mode: delobj tags: - delete
--- - name: AEM Author CloudFormation Stack hosts: all gather_facts: no connection: local tasks: - name: Generate random credentials for system users system_users_credentials: register: credentials tags: - create - name: Ensure stage directory exists file: path: ../../../stage state: directory mode: 0755 tags: - create - name: Create temporary file containing generated credentials copy: content: "{{ credentials.meta }}" dest: ../../../stage/system_users_credentials.json tags: - create - name: Ensure data bucket exists s3_bucket: name: "{{ s3.data_bucket_name }}" state: present tags: - create - name: Upload stack init script s3: bucket: "{{ s3.data_bucket_name }}" object: "{{ stack_prefix }}/stack-init.sh" src: ../../../scripts/stack-init.sh mode: put tags: - create - name: Upload stack provisioner s3: bucket: "{{ s3.data_bucket_name }}" object: "{{ stack_prefix }}/aem-aws-stack-provisioner.tar.gz" src: ../../../stage/aem-aws-stack-provisioner.tar.gz mode: put tags: - create - name: Upload system user credentials s3: bucket: "{{ s3.data_bucket_name }}" object: "{{ stack_prefix }}/system-users-credentials.json" src: ../../../stage/system-users-credentials.json mode: put encrypt: yes tags: - create - name: Delete stack data s3: bucket: "{{ s3.data_bucket_name }}" object: "{{ stack_prefix }}" mode: delobj tags: - delete
Add system user credentials upload to S3.
Add system user credentials upload to S3.
YAML
apache-2.0
shinesolutions/aem-aws-stack-builder,shinesolutions/aem-aws-stack-builder
c0bc8919abe50d24ca4f0a3e624745a333b4c2d0
recipes/gtabview/meta.yaml
recipes/gtabview/meta.yaml
{% set name = "gtabview" %} {% set version = "0.10" %} {% set sha256 = "f791b0a103c9eeb9aa7c76c47c85f16d682d77c07a6f433a0d8a50bd9e7df7e1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: {{ sha256 }} build: number: 0 noarch: python script: "{{ PYTHON }} setup.py install" entry_points: - gtabview = gtabview_cli.gtabview:main requirements: host: - python - setuptools run: - python >=2.7 - pyqt test: imports: - gtabview commands: - gtabview -h about: home: https://github.com/TabViewer/gtabview/ license: MIT license_family: MIT license_file: LICENSE.txt summary: 'Simple graphical tabular data viewer' description: | Simple tabular data viewer that can be used both stand-alone and as a Python module for various files and Python/Pandas/NumPy data structures. extra: recipe-maintainers: - wavexx
{% set name = "gtabview" %} {% set version = "0.10" %} {% set sha256 = "f791b0a103c9eeb9aa7c76c47c85f16d682d77c07a6f433a0d8a50bd9e7df7e1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: {{ sha256 }} build: number: 0 noarch: python script: "{{ PYTHON }} setup.py install" entry_points: - gtabview = gtabview_cli.gtabview:main requirements: host: - python >=2.7 - setuptools run: - python >=2.7 - pyqt test: imports: - gtabview commands: - gtabview -h about: home: https://github.com/TabViewer/gtabview/ license: MIT license_family: MIT license_file: LICENSE.txt summary: 'Simple graphical tabular data viewer' description: | Simple tabular data viewer that can be used both stand-alone and as a Python module for various files and Python/Pandas/NumPy data structures. extra: recipe-maintainers: - wavexx
Use the same python version on host and run
Use the same python version on host and run
YAML
bsd-3-clause
goanpeca/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,jakirkham/staged-recipes,scopatz/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes
c8de26fff061f08159aeaf3d4a27a30d33778ebc
ansible/roles/openshift/tasks/main.yml
ansible/roles/openshift/tasks/main.yml
--- - name: Set timezone to UTC command: timedatectl set-timezone UTC when: ansible_date_time.tz != 'UTC' - name: Put /etc/hosts in place copy: src: ../files/etc.hosts dest: /etc/hosts owner: root group: root mode: 0644 - name: Enable selinux selinux: policy: targeted state: enforcing - name: Epel Repo package: name: epel-release state: latest - name: Pre-requisite packages package: name: "{{ item }}" state: latest with_items: - bash-completion - bind-utils - bridge-utils - git - iptables-services - net-tools - screen - strace - tcpdump - wget
--- - name: Set timezone to UTC command: timedatectl set-timezone UTC when: ansible_date_time.tz != 'UTC' - name: Put /etc/hosts in place copy: src: ../files/etc.hosts dest: /etc/hosts owner: root group: root mode: 0644 - name: Enable selinux selinux: policy: targeted state: enforcing - name: Disable fastestmirror plugin ini_file: dest: /etc/yum/pluginconf.d/fastestmirror.conf section: main option: enabled value: 0 mode: 0644 backup: yes - name: Epel Repo package: name: epel-release state: latest - name: Pre-requisite packages package: name: "{{ item }}" state: latest with_items: - bash-completion - bind-utils - bridge-utils - git - iptables-services - net-tools - screen - strace - tcpdump - wget
Disable fastmirror as causing timeout issues
Disable fastmirror as causing timeout issues
YAML
mit
wicksy/vagrant-openshift,wicksy/vagrant-openshift,wicksy/vagrant-openshift
e71394a58428ccb973f34b874a4ab3ce8ac6d641
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - name: checkout uses: actions/checkout@v2 - name: Build the project run: ./gradlew build
name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - name: checkout uses: actions/checkout@v2 - name: Build the project run: ./gradlew build connectedCheck: runs-on: macos-latest strategy: matrix: api-level: [21, 23, 29] target: [default, google_apis] steps: - name: checkout uses: actions/checkout@v2 - name: run connectedCheck uses: reactivecircus/android-emulator-runner@v2.4.0 with: api-level: ${{ matrix.api-level }} target: ${{ matrix.target }} arch: x86_64 profile: Nexus 6 script: ./gradlew connectedCheck
Revert "'android-emulator-runner' doesn't support the latest NDK"
Revert "'android-emulator-runner' doesn't support the latest NDK" This reverts commit 4b1ab6d557510a69c190e3bd821e3983ec240b30.
YAML
apache-2.0
yongce/AndroidLib,yongce/AndroidLib
f8215dae55eb3ac62fe18c74597bbfd9c9f38131
.travis.yml
.travis.yml
language: java sudo: false jdk: - oraclejdk7 install: true script: "./gradle/buildViaTravis.sh" cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ before_install: - test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_3529ba3ea696_key -iv $encrypted_3529ba3ea696_iv -in gradle.properties.enc -out gradle.properties -d || true after_success: - "./gradlew jacocoTestReport coveralls" notifications: webhooks: urls: - https://webhooks.gitter.im/e/b490d0b9009bba70e818 on_success: change on_failure: always on_start: never
language: java sudo: false git: depth: 100 jdk: - oraclejdk7 install: true script: "./gradle/buildViaTravis.sh" cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ before_install: - test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_3529ba3ea696_key -iv $encrypted_3529ba3ea696_iv -in gradle.properties.enc -out gradle.properties -d || true after_success: - "./gradlew jacocoTestReport coveralls" notifications: webhooks: urls: - https://webhooks.gitter.im/e/b490d0b9009bba70e818 on_success: change on_failure: always on_start: never
Fix version inference failure due to shallow git history
Fix version inference failure due to shallow git history
YAML
apache-2.0
nebula-plugins/nebula-ospackage-plugin
f58ac46724b5e03efb2fe2c8189dbd8d9901f678
.gitlab-ci.yml
.gitlab-ci.yml
before_script: - apt-get update -y - apt-get install default-jre -y - wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein - chmod a+x lein - export LEIN_ROOT=1 - export PATH=$PATH:. build: stage: build script: - ./scripts/build.sh . only: - master # linters: # stage: build # script: # - lein sub kibit # - lein sub eastwood # - lein sub bikeshed -m 100 # docs: # stage: build # script: lein codox # test: # stage: test # script: lein sub test
before_script: - apt-get update -y - apt-get install default-jre -y - wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein - chmod a+x lein - export LEIN_ROOT=1 - export PATH=$PATH:. build: stage: build script: - ./scripts/build.sh $(pwd) only: - master # linters: # stage: build # script: # - lein sub kibit # - lein sub eastwood # - lein sub bikeshed -m 100 # docs: # stage: build # script: lein codox # test: # stage: test # script: lein sub test
Build script has been improved to get the lein path via args
Build script has been improved to get the lein path via args
YAML
mit
Codamic/hellhound
634528c0b27a9f533db1878ed6971464e93debb6
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" # allow python dependencies to be installed via apt-get virtualenv: system_site_packages: true # command to install dependencies install: - pip install --upgrade pip - sudo apt-get update - sudo apt-get install -qq ibus python3-gi gir1.2-ibus-1.0 gir1.2-wnck-3.0 - "pip install -r requirements.txt" # command to run tests script: nosetests
language: python python: - "2.7" - "3.2" # allow python dependencies to be installed via apt-get virtualenv: system_site_packages: true # setup system for GUI testing before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" # command to install dependencies install: - pip install --upgrade pip - sudo apt-get update - sudo apt-get install -qq ibus python3-gi gir1.2-ibus-1.0 gir1.2-wnck-3.0 python-cairo - "pip install -r requirements.txt" # command to run tests script: nosetests
Set Travis CI to be able to test GUI
Set Travis CI to be able to test GUI Added several commands to the Travis CI config file to allow Travis CI to be able to run the GUI Gtk in order to stop it from throwing an initialization error. Fixes #5
YAML
mit
ExcaliburZero/jekyll-helper,ExcaliburZero/jekyll-helper
da0c888ded27e5159ec50e4747545476e2836ea2
.travis.yml
.travis.yml
sudo: false language: ruby cache: - bundler bundler_args: --jobs 1 --retry 5 --without development --path vendor/bundle rvm: - 2.1.10 - 2.2.5 - 2.3.1 - ruby-head - rbx-2 env: - COMPILER=gcc - COMPILER=clang matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: rbx-2 branches: only: - master notifications: email: on_success: change on_failure: change before_install: - export CC=$(which $COMPILER) before_script: - bundle exec rake clean clobber script: - bundle exec rake test
sudo: false language: ruby cache: - bundler bundler_args: --jobs 1 --retry 5 --without development --path vendor/bundle rvm: - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.0 - ruby-head - rbx-2 env: - COMPILER=gcc - COMPILER=clang matrix: fast_finish: true allow_failures: - rvm: ruby-head - rvm: rbx-2 branches: only: - master notifications: email: on_success: change on_failure: change before_install: - export CC=$(which $COMPILER) before_script: - bundle exec rake clean clobber script: - bundle exec rake test
Update Ruby version in Travis CI.
Update Ruby version in Travis CI. Signed-off-by: Krzysztof Wilczynski <5f1c0be89013f8fde969a8dcb2fa1d522e94ee00@linux.com>
YAML
apache-2.0
kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz
fef44e16fb62ef6148de344b0268b4b83b291d86
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" sudo: false env: - DJANGO=1.4.10 - DJANGO=1.5.5 services: - memcache before_install: - bash bin/check_signoff.sh - pip install -q flake8 - flake8 install: - pip install -q coverage Django==$DJANGO - pip install -q -r requirements.txt script: - coverage run test_suite.py after_success: - pip install -q coveralls - coveralls
language: python python: - "2.6" - "2.7" sudo: false env: - DJANGO=1.4.16 - DJANGO=1.5.11 services: - memcached before_install: - bash bin/check_signoff.sh - pip install -q flake8 - flake8 install: - pip install -q coverage Django==$DJANGO - pip install -q -r requirements.txt script: - coverage run test_suite.py after_success: - pip install -q coveralls - coveralls
Fix memcached service name in Travis config
Fix memcached service name in Travis config Update to the latest Django point versions for testing. Signed-off-by: Byron Ruth <e9d71f5ee7c92d6dc9e92ffdad17b8bd49418f98@devel.io>
YAML
bsd-2-clause
murphyke/avocado,murphyke/avocado,murphyke/avocado,murphyke/avocado
01099ec33140867f7df019069b901182adf384cc
config/jobs/kubernetes-sigs/scheduler-plugins/scheduler-plugins-presubmits.yaml
config/jobs/kubernetes-sigs/scheduler-plugins/scheduler-plugins-presubmits.yaml
# sigs.k8s.io/scheduler-plugins presubmits presubmits: kubernetes-sigs/scheduler-plugins: - name: pull-scheduler-plugins-verify-gofmt decorate: true path_alias: sigs.k8s.io/scheduler-plugins always_run: true spec: containers: - image: golang:1.15.5 command: - make args: - verify-gofmt - name: pull-scheduler-plugins-verify-build decorate: true path_alias: sigs.k8s.io/scheduler-plugins always_run: true spec: containers: - image: golang:1.15.5 command: - make args: - build - name: pull-scheduler-plugins-unit-test decorate: true path_alias: sigs.k8s.io/scheduler-plugins always_run: true spec: containers: - image: golang:1.15.5 command: - make args: - unit-test - name: pull-scheduler-plugins-integration-test decorate: true path_alias: sigs.k8s.io/scheduler-plugins always_run: true spec: containers: - image: golang:1.15.5 command: - make args: - integration-test
# sigs.k8s.io/scheduler-plugins presubmits presubmits: kubernetes-sigs/scheduler-plugins: - name: pull-scheduler-plugins-verify-gofmt decorate: true path_alias: sigs.k8s.io/scheduler-plugins always_run: true spec: containers: - image: golang:1.15.8 command: - make args: - verify-gofmt - name: pull-scheduler-plugins-verify-build decorate: true path_alias: sigs.k8s.io/scheduler-plugins always_run: true spec: containers: - image: golang:1.15.8 command: - make args: - build - name: pull-scheduler-plugins-unit-test decorate: true path_alias: sigs.k8s.io/scheduler-plugins always_run: true spec: containers: - image: golang:1.15.8 command: - make args: - unit-test - name: pull-scheduler-plugins-integration-test decorate: true path_alias: sigs.k8s.io/scheduler-plugins always_run: true spec: containers: - image: golang:1.15.8 command: - make args: - integration-test
Update scheduler-plugins CI To Go 1.15.8
Update scheduler-plugins CI To Go 1.15.8
YAML
apache-2.0
pwittrock/test-infra,michelle192837/test-infra,BenTheElder/test-infra,cblecker/test-infra,pwittrock/test-infra,BenTheElder/test-infra,dims/test-infra,monopole/test-infra,BenTheElder/test-infra,BenTheElder/test-infra,cblecker/test-infra,monopole/test-infra,BenTheElder/test-infra,fejta/test-infra,cjwagner/test-infra,kubernetes/test-infra,cblecker/test-infra,fejta/test-infra,kubernetes/test-infra,cblecker/test-infra,michelle192837/test-infra,fejta/test-infra,cjwagner/test-infra,cjwagner/test-infra,monopole/test-infra,fejta/test-infra,fejta/test-infra,pwittrock/test-infra,dims/test-infra,pwittrock/test-infra,kubernetes/test-infra,jessfraz/test-infra,michelle192837/test-infra,monopole/test-infra,dims/test-infra,michelle192837/test-infra,dims/test-infra,pwittrock/test-infra,jessfraz/test-infra,cblecker/test-infra,jessfraz/test-infra,kubernetes/test-infra,jessfraz/test-infra,michelle192837/test-infra,cjwagner/test-infra,dims/test-infra,monopole/test-infra,kubernetes/test-infra,dims/test-infra,BenTheElder/test-infra,cjwagner/test-infra,kubernetes/test-infra,cjwagner/test-infra,monopole/test-infra,cblecker/test-infra,jessfraz/test-infra,fejta/test-infra,jessfraz/test-infra,michelle192837/test-infra
3d087d7714cfc3a86f35251d2e3c6119c9ba8411
.github/workflows/ci.yml
.github/workflows/ci.yml
name: node-pushnotifications CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x, 14.x, 15.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: npm ci - name: Build run: npm run build - name: Lint run: npm run lint - name: Test run: npm test
name: node-pushnotifications CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x, 14.x, 15.x, 16.x, 17.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: npm ci - name: Build run: npm run build - name: Lint run: npm run lint - name: Test run: npm test
Add node 16 and 17 to build matrix
Add node 16 and 17 to build matrix
YAML
mit
appfeel/node-pushnotifications,appfeel/node-pushnotifications
09d8eafef3671c4fa4f078be5cfa19dcff766611
.gitlab-ci.yml
.gitlab-ci.yml
cache: paths: - node_modules/ build: script: - npm prune - npm update --depth Infinity - npm install - node node_modules/.bin/gulp test
build: script: - yarn install - node node_modules/.bin/gulp test
Update CI to use yarn
Update CI to use yarn
YAML
mit
spicypixel/cs-concurrency-kit,spicypixel/cs-concurrency-kit,spicypixel/cs-concurrency-kit
0b7b6237ab3d7f07351d48b57b129a177e477ab8
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.0 script: - bundle exec rake test
language: ruby sudo: false cache: bundler rvm: - 2.0.0 - 2.1.0 - 2.2.0 script: - bundle exec rake test
Remove ruby < 2 support
Remove ruby < 2 support
YAML
apache-2.0
inviqa/chef-serverdensity-inviqa,inviqa/chef-serverdensity-inviqa
b4166c6110b0337a16d38e4c3b3cce31a26ed859
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: push: branches: [ main ] pull_request: branches: [ '*' ] workflow_dispatch: jobs: build: runs-on: ubuntu-latest steps: - name: 'Check out repository' uses: actions/checkout@v2 - name: 'Set up latest JDK 17' uses: oracle-actions/setup-java@v1 - name: 'Build Bach ${{ github.sha }}' run: java src/Bach.java build - name: 'Upload artifact ${{ github.event.repository.name }}-build-${{ github.sha }}' if: always() uses: actions/upload-artifact@v2 with: name: ${{ github.event.repository.name }}-build-${{ github.sha }} path: | LICENSE
name: CI on: push: branches: [ main ] pull_request: branches: [ '*' ] workflow_dispatch: jobs: build: runs-on: ubuntu-latest steps: - name: 'Check out repository' uses: actions/checkout@v2 - name: 'Set up latest JDK 17' uses: oracle-actions/setup-java@v1 - name: 'Build Bach ${{ github.sha }}' run: java src/Bach.java build - name: 'Upload artifact ${{ github.event.repository.name }}-build-${{ github.sha }}' if: always() uses: actions/upload-artifact@v2 with: name: ${{ github.event.repository.name }}-build-${{ github.sha }} path: | LICENSE .bach/out/bach-logbook.jfr
Include JFR in build artifact
Include JFR in build artifact
YAML
mit
sormuras/bach,sormuras/bach
0b5e4b8e381c07728cb5a20f95efa5ef07824af4
dispatch.yaml
dispatch.yaml
dispatch: # Beta PWA - url: "beta.thebluealliance.com/*" service: pwa-ssr # Public API - url: "*/api/v3/*" service: api # Send low-frequency long-running tasks to backend module - url: "*/backend-tasks/*" service: backend-tasks # Send low-frequency long-running tasks to backend module # Uses B2 instance for higher CPU/memory limits - url: "*/backend-tasks-b2/*" service: backend-tasks-b2 # Endpoints for internal client API # - url: "*/clientapi/*" # service: clientapi # Handles latency-insensive tasks # - url: "*/tasks/*" # service: tasks # Send everything else to default module - url: "*/" service: default
dispatch: # Beta PWA - url: "beta.thebluealliance.com/*" service: pwa-ssr # Public API - url: "*/api/v3/*" service: api # Send low-frequency long-running tasks to backend module - url: "*/backend-tasks/*" service: backend-tasks # Send low-frequency long-running tasks to backend module # Uses B2 instance for higher CPU/memory limits - url: "*/backend-tasks-b2/*" service: backend-tasks-b2 # Endpoints for internal client API - url: "*/clientapi/*" service: clientapi # Handles latency-insensive tasks # - url: "*/tasks/*" # service: tasks # Send everything else to default module - url: "*/" service: default
Split ClientAPI into separate service
Split ClientAPI into separate service It's competition season again
YAML
mit
phil-lopreiato/the-blue-alliance,fangeugene/the-blue-alliance,phil-lopreiato/the-blue-alliance,the-blue-alliance/the-blue-alliance,fangeugene/the-blue-alliance,phil-lopreiato/the-blue-alliance,fangeugene/the-blue-alliance,phil-lopreiato/the-blue-alliance,the-blue-alliance/the-blue-alliance,fangeugene/the-blue-alliance,the-blue-alliance/the-blue-alliance,the-blue-alliance/the-blue-alliance,phil-lopreiato/the-blue-alliance,the-blue-alliance/the-blue-alliance,fangeugene/the-blue-alliance,the-blue-alliance/the-blue-alliance,fangeugene/the-blue-alliance,phil-lopreiato/the-blue-alliance
c1d33b2eaa7ca36e4d6de817ed1b83d433fe7bff
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build .cache-paths: &cache-paths paths: - _ccache/ meson-fedora-x86_64: image: registry.gitlab.gnome.org/gnome/gdk-pixbuf/master:v1 stage: build variables: BUILD_OPTS: "-Dpng=true -Djpeg=true -Dtiff=true -Djasper=true" script: - bash -x ./.gitlab/ci/test-docker.sh artifacts: when: on_failure name: "gdk-pixbuf-${CI_COMMIT_REF_NAME}" paths: - "${CI_PROJECT_DIR}/_build/meson-logs" cache: key: "$CI_JOB_NAME" <<: *cache-paths
stages: - build .cache-paths: &cache-paths paths: - _ccache/ meson-fedora-x86_64: image: registry.gitlab.gnome.org/gnome/gdk-pixbuf/master:v1 stage: build variables: BUILD_OPTS: "-Dpng=true -Djpeg=true -Dtiff=true -Djasper=true" script: - bash -x ./.gitlab/ci/test-docker.sh artifacts: when: on_failure name: "gdk-pixbuf-${CI_COMMIT_REF_NAME}" paths: - "${CI_PROJECT_DIR}/build_*/meson-logs" cache: key: "$CI_JOB_NAME" <<: *cache-paths
Fix the artifacts caching on failure
ci: Fix the artifacts caching on failure We generate a random builddir, so we need to modify the `paths` key for the artifacts we store on CI failure.
YAML
lgpl-2.1
GNOME/gdk-pixbuf,GNOME/gdk-pixbuf,GNOME/gdk-pixbuf,GNOME/gdk-pixbuf
088ec69eb0fb1ce2d4440e7dcc9817dc2a0961ad
COMPLIANCE.yaml
COMPLIANCE.yaml
name: compliance description: | This document is used to track a projects PIA and STRA compliance. spec: - name: PIA status: exempt last-updated: '2020-01-20T19:03:49.823Z' - name: STRA status: exempt last-updated: '2020-01-20T19:03:49.824Z'
name: compliance description: | This document is used to track a projects PIA and STRA compliance. spec: - name: PIA status: not-required last-updated: '2020-04-15T00:13:51.653Z' - name: STRA status: not-required last-updated: '2020-04-15T00:13:51.653Z'
Rename PIA and STRA status
Rename PIA and STRA status
YAML
apache-2.0
bcgov/bcgroundwater
d06e90d101c067e3e26019e675d5fa519bab3efc
recipes/tophat-recondition/meta.yaml
recipes/tophat-recondition/meta.yaml
about: home: https://github.com/cbrueffer/tophat-recondition license: BSD_2_clause summary: Post-processor for TopHat unmapped reads package: name: tophat-recondition version: 1.1 requirements: build: - python run: - python - pysam test: commands: - (tophat-recondition -v 2>&1) > /dev/null source: fn: v1.1.tar.gz url: https://github.com/cbrueffer/tophat-recondition/archive/v1.1.tar.gz md5: 085d2904f47f265697edf49819bc187c
about: home: https://github.com/cbrueffer/tophat-recondition license: BSD_2_clause summary: Post-processor for TopHat unmapped reads package: name: tophat-recondition version: 1.2 requirements: build: - python run: - python - pysam test: commands: - (tophat-recondition -v 2>&1) > /dev/null source: fn: v1.2.tar.gz url: https://github.com/cbrueffer/tophat-recondition/archive/v1.2.tar.gz md5: 8c736efbaa933c6db80977a8a7924427
Update TopHat-Recondition to version 1.2.
Update TopHat-Recondition to version 1.2.
YAML
mit
gregvonkuster/bioconda-recipes,zachcp/bioconda-recipes,keuv-grvl/bioconda-recipes,npavlovikj/bioconda-recipes,chapmanb/bioconda-recipes,zachcp/bioconda-recipes,bow/bioconda-recipes,JenCabral/bioconda-recipes,martin-mann/bioconda-recipes,keuv-grvl/bioconda-recipes,bebatut/bioconda-recipes,abims-sbr/bioconda-recipes,daler/bioconda-recipes,daler/bioconda-recipes,zwanli/bioconda-recipes,rob-p/bioconda-recipes,bebatut/bioconda-recipes,guowei-he/bioconda-recipes,shenwei356/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,xguse/bioconda-recipes,peterjc/bioconda-recipes,dmaticzka/bioconda-recipes,cokelaer/bioconda-recipes,zwanli/bioconda-recipes,dmaticzka/bioconda-recipes,jfallmann/bioconda-recipes,rob-p/bioconda-recipes,rob-p/bioconda-recipes,CGATOxford/bioconda-recipes,npavlovikj/bioconda-recipes,CGATOxford/bioconda-recipes,matthdsm/bioconda-recipes,abims-sbr/bioconda-recipes,jasper1918/bioconda-recipes,Luobiny/bioconda-recipes,ivirshup/bioconda-recipes,dmaticzka/bioconda-recipes,saketkc/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,matthdsm/bioconda-recipes,abims-sbr/bioconda-recipes,abims-sbr/bioconda-recipes,hardingnj/bioconda-recipes,HassanAmr/bioconda-recipes,jasper1918/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,bow/bioconda-recipes,omicsnut/bioconda-recipes,HassanAmr/bioconda-recipes,martin-mann/bioconda-recipes,ivirshup/bioconda-recipes,JenCabral/bioconda-recipes,HassanAmr/bioconda-recipes,xguse/bioconda-recipes,joachimwolff/bioconda-recipes,rob-p/bioconda-recipes,abims-sbr/bioconda-recipes,saketkc/bioconda-recipes,chapmanb/bioconda-recipes,roryk/recipes,guowei-he/bioconda-recipes,peterjc/bioconda-recipes,acaprez/recipes,HassanAmr/bioconda-recipes,blankenberg/bioconda-recipes,gvlproject/bioconda-recipes,CGATOxford/bioconda-recipes,jasper1918/bioconda-recipes,gregvonkuster/bioconda-recipes,ostrokach/bioconda-recipes,mdehollander/bioconda-recipes,mdehollander/bioconda-recipes,gregvonkuster/bioconda-recipes,guowei-he/bioconda-recipes,daler/bioconda-recipes,bow/bioconda-recipes,npavlovikj/bioconda-recipes,peterjc/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,pinguinkiste/bioconda-recipes,jfallmann/bioconda-recipes,ivirshup/bioconda-recipes,ThomasWollmann/bioconda-recipes,JenCabral/bioconda-recipes,jasper1918/bioconda-recipes,ThomasWollmann/bioconda-recipes,xguse/bioconda-recipes,matthdsm/bioconda-recipes,zwanli/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,ThomasWollmann/bioconda-recipes,xguse/bioconda-recipes,shenwei356/bioconda-recipes,bow/bioconda-recipes,zwanli/bioconda-recipes,lpantano/recipes,dmaticzka/bioconda-recipes,hardingnj/bioconda-recipes,JenCabral/bioconda-recipes,omicsnut/bioconda-recipes,shenwei356/bioconda-recipes,abims-sbr/bioconda-recipes,yesimon/bioconda-recipes,dmaticzka/bioconda-recipes,ostrokach/bioconda-recipes,mdehollander/bioconda-recipes,jasper1918/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,HassanAmr/bioconda-recipes,bioconda/recipes,zachcp/bioconda-recipes,saketkc/bioconda-recipes,pinguinkiste/bioconda-recipes,bow/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,phac-nml/bioconda-recipes,peterjc/bioconda-recipes,bebatut/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,chapmanb/bioconda-recipes,joachimwolff/bioconda-recipes,phac-nml/bioconda-recipes,dmaticzka/bioconda-recipes,keuv-grvl/bioconda-recipes,martin-mann/bioconda-recipes,acaprez/recipes,martin-mann/bioconda-recipes,gvlproject/bioconda-recipes,lpantano/recipes,ostrokach/bioconda-recipes,peterjc/bioconda-recipes,daler/bioconda-recipes,chapmanb/bioconda-recipes,dkoppstein/recipes,omicsnut/bioconda-recipes,daler/bioconda-recipes,pinguinkiste/bioconda-recipes,oena/bioconda-recipes,dkoppstein/recipes,zwanli/bioconda-recipes,zachcp/bioconda-recipes,blankenberg/bioconda-recipes,gvlproject/bioconda-recipes,chapmanb/bioconda-recipes,bioconda/bioconda-recipes,pinguinkiste/bioconda-recipes,matthdsm/bioconda-recipes,cokelaer/bioconda-recipes,hardingnj/bioconda-recipes,ivirshup/bioconda-recipes,yesimon/bioconda-recipes,ivirshup/bioconda-recipes,keuv-grvl/bioconda-recipes,joachimwolff/bioconda-recipes,xguse/bioconda-recipes,Luobiny/bioconda-recipes,bioconda/bioconda-recipes,phac-nml/bioconda-recipes,oena/bioconda-recipes,ThomasWollmann/bioconda-recipes,bioconda/bioconda-recipes,omicsnut/bioconda-recipes,bebatut/bioconda-recipes,bioconda/recipes,acaprez/recipes,ostrokach/bioconda-recipes,pinguinkiste/bioconda-recipes,matthdsm/bioconda-recipes,guowei-he/bioconda-recipes,saketkc/bioconda-recipes,jfallmann/bioconda-recipes,bioconda/bioconda-recipes,hardingnj/bioconda-recipes,gvlproject/bioconda-recipes,keuv-grvl/bioconda-recipes,rvalieris/bioconda-recipes,mcornwell1957/bioconda-recipes,npavlovikj/bioconda-recipes,joachimwolff/bioconda-recipes,pinguinkiste/bioconda-recipes,ostrokach/bioconda-recipes,mcornwell1957/bioconda-recipes,joachimwolff/bioconda-recipes,rvalieris/bioconda-recipes,bioconda/recipes,matthdsm/bioconda-recipes,Luobiny/bioconda-recipes,dkoppstein/recipes,ostrokach/bioconda-recipes,keuv-grvl/bioconda-recipes,acaprez/recipes,cokelaer/bioconda-recipes,mcornwell1957/bioconda-recipes,ivirshup/bioconda-recipes,rvalieris/bioconda-recipes,lpantano/recipes,bow/bioconda-recipes,mdehollander/bioconda-recipes,mcornwell1957/bioconda-recipes,colinbrislawn/bioconda-recipes,blankenberg/bioconda-recipes,JenCabral/bioconda-recipes,mdehollander/bioconda-recipes,saketkc/bioconda-recipes,hardingnj/bioconda-recipes,gvlproject/bioconda-recipes,shenwei356/bioconda-recipes,phac-nml/bioconda-recipes,rvalieris/bioconda-recipes,mdehollander/bioconda-recipes,colinbrislawn/bioconda-recipes,blankenberg/bioconda-recipes,saketkc/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,rvalieris/bioconda-recipes,oena/bioconda-recipes,oena/bioconda-recipes,JenCabral/bioconda-recipes,CGATOxford/bioconda-recipes,oena/bioconda-recipes,colinbrislawn/bioconda-recipes,roryk/recipes,zwanli/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,gvlproject/bioconda-recipes,colinbrislawn/bioconda-recipes,peterjc/bioconda-recipes,daler/bioconda-recipes,ThomasWollmann/bioconda-recipes,lpantano/recipes,joachimwolff/bioconda-recipes,HassanAmr/bioconda-recipes,jfallmann/bioconda-recipes,gregvonkuster/bioconda-recipes,CGATOxford/bioconda-recipes,yesimon/bioconda-recipes,ThomasWollmann/bioconda-recipes,colinbrislawn/bioconda-recipes,CGATOxford/bioconda-recipes,cokelaer/bioconda-recipes,yesimon/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,martin-mann/bioconda-recipes,phac-nml/bioconda-recipes,rvalieris/bioconda-recipes,mcornwell1957/bioconda-recipes,guowei-he/bioconda-recipes,Luobiny/bioconda-recipes,colinbrislawn/bioconda-recipes,omicsnut/bioconda-recipes,roryk/recipes
7c718faf4d036644ced9e5f2432e32e91021e93b
app/config/parameters_dev.yml
app/config/parameters_dev.yml
# This file is auto-generated during the composer install parameters: database_driver: pdo_mysql database_host: 192.168.59.103 database_port: null database_name: quickstart database_user: root database_password: null mailer_transport: smtp mailer_host: 127.0.0.1 mailer_user: null mailer_password: null locale: en secret: ThisTokenIsNotSoSecretChangeIt debug_toolbar: true debug_redirects: false use_assetic_controller: true
# This file is auto-generated during the composer install parameters: database_driver: pdo_mysql database_host: 127.0.0.1 database_port: null database_name: quickstart database_user: root database_password: null mailer_transport: smtp mailer_host: 127.0.0.1 mailer_user: null mailer_password: null locale: en secret: ThisTokenIsNotSoSecretChangeIt debug_toolbar: true debug_redirects: false use_assetic_controller: true
Revert "Dev config, defaults to Docker not localhost"
Revert "Dev config, defaults to Docker not localhost" This reverts commit 116d85203ad359362ed302c802fd2035763b8aca.
YAML
mit
eddiejaoude/SymfonyQuickStart,eddiejaoude/SymfonyQuickStart
3dce88eda2ae9756625a739bef505af830554fc3
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: workflow_dispatch: pull_request: # triggering CI default branch improves caching # see https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache push: branches: - main jobs: sbt-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: coursier/cache-action@v6 - uses: olafurpg/setup-scala@v11 with: java-version: adopt@1.11 - name: Build and Test run: sbt test
name: CI on: workflow_dispatch: pull_request: # triggering CI default branch improves caching # see https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache push: branches: - main jobs: sbt-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: coursier/cache-action@v6 - uses: olafurpg/setup-scala@v11 with: java-version: adopt@1.11 - name: Build and Test env: PROUT_GITHUB_ACCESS_TOKEN: ${{ secrets.PROUT_GITHUB_ACCESS_TOKEN }} run: sbt test
Make sure GitHub Actions CI has the token secret it needs
Make sure GitHub Actions CI has the token secret it needs
YAML
apache-2.0
guardian/prout
05f4a20011e89f48d0893bc07aa9cd2d1d0585ef
.gitlab-ci.yml
.gitlab-ci.yml
image: node:latest stages: - test - publish code quality: stage: test script: - npm ci - npm run lint npm outdated: stage: test script: - npm outdated allow_failure: true security scan: stage: test script: - npm audit --only=prod allow_failure: true test on nodejs lts: stage: test image: node:lts-slim script: - npm it coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/' test & coverage: stage: test script: - npm it coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/' artifacts: paths: - coverage/ coverage report: stage: publish dependencies: - test & coverage script: - mv coverage/lcov-report/ public/ artifacts: paths: - public only: - master environment: name: coverage report url: https://vuedoc.gitlab.io/md package: stage: publish only: - tags script: - npm pack artifacts: paths: - ./*.tgz publish: stage: publish only: - tags - triggers script: - echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc - npm publish environment: name: npm url: https://www.npmjs.com/package/@vuedoc/md
image: node:latest stages: - test - publish code quality: stage: test script: - npm ci - npm run lint npm outdated: stage: test script: - npm outdated allow_failure: true security scan: stage: test script: - npm audit --production test on nodejs lts: stage: test image: node:lts-slim script: - npm it coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/' test & coverage: stage: test script: - npm it coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/' artifacts: paths: - coverage/ coverage report: stage: publish dependencies: - test & coverage script: - mv coverage/lcov-report/ public/ artifacts: paths: - public only: - master environment: name: coverage report url: https://vuedoc.gitlab.io/md package: stage: publish only: - tags script: - npm pack artifacts: paths: - ./*.tgz publish: stage: publish only: - tags - triggers script: - echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc - npm publish environment: name: npm url: https://www.npmjs.com/package/@vuedoc/md
Allow failure on security scan job
Allow failure on security scan job
YAML
mit
vuedoc/md,vuedoc/md
7739195da7805d4d4ef388b89bdfbe9c3f78a50c
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: push: branches: - main - "renovate/**" pull_request: jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - id: nvm run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)" - uses: actions/setup-node@v2-beta with: node-version: "${{ steps.nvm.outputs.NVMRC }}" - run: npm install --no-optional --no-audit --no-fund --progress=false - run: npm run lint -s - run: npm run dist -s - run: npm run report:size - run: npm run report:package - run: npm run test:coverage -s --json --runInBand # - run: npm run test:integration -s - run: npm run test:performance -s - run: base64 < ./tests/integration/__image_snapshots__/__diff_output__/* || true - run: npx danger ci --verbose if: ${{ github.event_name == 'pull_request' }} env: DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: mv coverage/lcov-report build || true - run: cat ./coverage/lcov.info | npx coveralls || true - uses: actions/upload-artifact@v2 with: name: reports path: public retention-days: 1
name: CI on: push: branches: - main - "renovate/**" pull_request: jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - id: nvm run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)" - uses: actions/setup-node@v2-beta with: node-version: "${{ steps.nvm.outputs.NVMRC }}" - run: npm install --no-optional --no-audit --no-fund --progress=false - run: npm run lint -s - run: npm run dist -s - run: npm run report:size - run: npm run report:package - run: npm run test:coverage -s --json --runInBand # - run: npm run test:integration -s - run: npm run test:performance -s - run: base64 < ./tests/integration/__image_snapshots__/__diff_output__/* || true - run: npx danger ci --verbose if: ${{ github.event_name == 'pull_request' }} env: DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: mv coverage/lcov-report build || true - uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/upload-artifact@v2 with: name: reports path: public retention-days: 1
Switch over to coveralls GitHub action
Switch over to coveralls GitHub action
YAML
mit
springload/draftail,springload/draftail,springload/draftail,springload/draftail
a4044ed6734910e33f65b0c4f926c7fcfd30be0a
packages/ni/nix-paths.yaml
packages/ni/nix-paths.yaml
homepage: https://github.com/peti/nix-paths changelog-type: '' hash: 348e510f34ab00cfbdf336a862136e0f3f505eff05ccc963e574c6f655e9869e test-bench-deps: {} maintainer: simons@cryp.to synopsis: Knowledge of Nix's installation directories. changelog: '' basic-deps: base: <5 process: -any all-versions: - '1' - '1.0.0.1' author: Peter Simons latest: '1.0.0.1' description-type: haddock description: ! 'This module provides full paths to various Nix utilities, like @nix-store@, @nix-instantiate@, and @nix-env@.' license-name: BSD3
homepage: https://github.com/peti/nix-paths changelog-type: '' hash: 88aebeb99b314d463134300ecb052cdf9e3580dceb376793b011ac4aa4dfbfb8 test-bench-deps: {} maintainer: simons@cryp.to synopsis: Knowledge of Nix's installation directories. changelog: '' basic-deps: base: <5 process: -any all-versions: - '1' - '1.0.0.1' - '1.0.1' author: Peter Simons latest: '1.0.1' description-type: haddock description: ! 'This module provides full paths to various Nix utilities, like @nix-store@, @nix-instantiate@, and @nix-env@.' license-name: BSD3
Update from Hackage at 2017-12-05T09:33:19Z
Update from Hackage at 2017-12-05T09:33:19Z
YAML
mit
commercialhaskell/all-cabal-metadata
b32718888d5a10e03c664ab895ff34ad53b5b2ae
packages/ti/tidal-vis.yaml
packages/ti/tidal-vis.yaml
homepage: http://yaxu.org/tidal/ changelog-type: '' hash: cb8cf720723c66c00e307d72665383936b60241e7d0038e638b43da0bebcefdd test-bench-deps: {} maintainer: alex@slab.org synopsis: Visual rendering for Tidal patterns changelog: '' basic-deps: base: <5 cairo: -any tidal: -any colour: -any all-versions: - '0.1' - '0.1.1' - '0.1.2' - '0.1.3' - '0.1.4' - '0.1.5' - '0.1.6' - '0.1.7' - '0.1.8' author: Alex McLean latest: '0.1.8' description-type: haddock description: Tidal is a domain specific language for live coding pattern. This package allows colour patterns to be rendered as PDF or SVG files. license-name: GPL-3
homepage: http://yaxu.org/tidal/ changelog-type: '' hash: 21821960be21c26c2123a0a49605ad9f324ae7d727e7fb38283f79f72542febb test-bench-deps: {} maintainer: alex@slab.org synopsis: Visual rendering for Tidal patterns changelog: '' basic-deps: base: <5 cairo: -any tidal: ==0.9.2 colour: -any all-versions: - '0.1' - '0.1.1' - '0.1.2' - '0.1.3' - '0.1.4' - '0.1.5' - '0.1.6' - '0.1.7' - '0.1.8' - '0.9.2' author: Alex McLean latest: '0.9.2' description-type: haddock description: Tidal is a domain specific language for live coding pattern. This package allows colour patterns to be rendered as PDF or SVG files. license-name: GPL-3
Update from Hackage at 2017-04-24T18:32:14Z
Update from Hackage at 2017-04-24T18:32:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
8555d2dac9481c960a1d546eba01a5b74423c787
terraform-ci-pipeline.yml
terraform-ci-pipeline.yml
resources: - name: jsselman-repo type: git source: uri: https://github.com/selmanj/terraform-provider-google.git branch: master paths: - google/* - name: terraform-ci type: git source: uri: git@github.com:selmanj/terraform-provider-google-ci.git branch: master jobs: - name: acceptance-tests plan: - get: terraform resource: jsselman-repo trigger: true - get: ci resource: terraform-ci - task: run-acceptance-tests config: platform: linux params: google_json_account: ((terraform-ci-acc-tests-json)) inputs: - name: terraform image_resource: type: docker-image source: {repository: golang} run: path: ci/run-acceptance-tests.sh
resources: - name: jsselman-repo type: git source: uri: https://github.com/selmanj/terraform-provider-google.git branch: master paths: - google/* - name: terraform-ci type: git source: uri: https://github.com/selmanj/terraform-provider-google-ci.git branch: master jobs: - name: acceptance-tests plan: - get: terraform resource: jsselman-repo trigger: true - get: ci resource: terraform-ci trigger: true - task: run-acceptance-tests config: platform: linux params: google_json_account: ((terraform-ci-acc-tests-json)) inputs: - name: terraform image_resource: type: docker-image source: {repository: golang} run: path: ci/run-acceptance-tests.sh
Fix url, and set repo as a trigger
Fix url, and set repo as a trigger
YAML
apache-2.0
GoogleCloudPlatform/magic-modules,GoogleCloudPlatform/magic-modules,GoogleCloudPlatform/magic-modules,GoogleCloudPlatform/magic-modules,GoogleCloudPlatform/magic-modules
c3b41498f64b3596e8a302522f91bc68c9c78f83
.github/workflows/ci.yml
.github/workflows/ci.yml
on: [push, pull_request] jobs: test: runs-on: ubuntu-latest services: mongodb: image: mongo:3.4.23 ports: - 27017:27017 strategy: matrix: node-version: [8.x, 10.x, 12.x, 13.x] steps: - uses: actions/checkout@v1 - name: Use Node.js uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: Install run: | npm install - name: Run tests run: | npm run test
on: [push, pull_request] jobs: test: runs-on: ubuntu-latest services: mongodb: image: mongo:3.4.23 command: --setParameter ttlMonitorSleepSecs=2 ports: - 27017:27017 strategy: matrix: node-version: [8.x, 10.x, 12.x, 13.x] steps: - uses: actions/checkout@v1 - name: Use Node.js uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: Install run: | npm install - name: Run tests run: | npm run test
Set ttl monitor timout to mongo
fix: Set ttl monitor timout to mongo
YAML
mit
mcollina/aedes-persistence-mongodb
dec4f945eb867c39b01743a1e17f4f9b84c1820b
.appveyor.yml
.appveyor.yml
build: false environment: matrix: - PYTHON_VERSION: 3.6 MINICONDA: C:\Miniconda36-x64 init: - "ECHO %PYTHON_VERSION% %MINICONDA%" install: - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - conda config --set always_yes yes --set changeps1 no - conda config --add channels conda-forge - conda update -q conda - conda install --file requirements.txt - pip install pytest - pip install . - git clone --depth=1 https://github.com/atmtools/typhon-testfiles.git - "set TYPHONTESTFILES=%cd%\\typhon-testfiles" test_script: - pytest --pyargs typhon
build: false environment: matrix: - PYTHON_VERSION: 3.6 MINICONDA: C:\Miniconda36-x64 init: - "ECHO %PYTHON_VERSION% %MINICONDA%" install: - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - conda config --set always_yes yes --set changeps1 no - conda update -q conda - pip install pytest - pip install . - git clone --depth=1 https://github.com/atmtools/typhon-testfiles.git - "set TYPHONTESTFILES=%cd%\\typhon-testfiles" test_script: - pytest --pyargs typhon
Switch back to pip for performance reasons.
Switch back to pip for performance reasons.
YAML
mit
atmtools/typhon,atmtools/typhon
db445af0fca2b368526446467a1bfa838e34697d
.travis.yml
.travis.yml
language: php php: - 7 - nightly env: - TEST_SUITE="AnalyzerTest" - TEST_SUITE="PhanTest" - TEST_SUITE="RasmusTest" - TEST_SUITE="LanguageTest" - TEST_SUITE="OutputPrinterTest" sudo: false matrix: fast_finish: true allow_failures: - php: "nightly" cache: directories: - ./vendor before_install: - ./tests/setup.sh install: - composer --prefer-source install script: - ./vendor/bin/phpunit --colors --testsuite "$TEST_SUITE" - php package.php before_deploy: - php package.php deploy: provider: releases file: build/phan.phar skip_cleanup: true on: tags: true
language: php php: - 7 - 7.1.0RC6 env: - TEST_SUITE="AnalyzerTest" - TEST_SUITE="PhanTest" - TEST_SUITE="RasmusTest" - TEST_SUITE="LanguageTest" - TEST_SUITE="OutputPrinterTest" sudo: false matrix: fast_finish: true allow_failures: - php: "7.1.0RC6" cache: directories: - ./vendor before_install: - ./tests/setup.sh install: - composer --prefer-source install script: - ./vendor/bin/phpunit --colors --testsuite "$TEST_SUITE" - php package.php before_deploy: - php package.php deploy: provider: releases file: build/phan.phar skip_cleanup: true on: tags: true
Replace nightly CI build with 7.1RC6 CI build
Replace nightly CI build with 7.1RC6 CI build It's a bit silly to be building phan against PHP nightly since we depend so heavily on the php-ast extension. Instead, let's build against 7.1RC6. PHP 7.1 will be the next version of PHP that we will need to support in Phan and it's a good idea to start tracking the incompatibilities now. The 7.1RC6 build will allow failures just like the nightly build did.
YAML
mit
ArtemGordinsky/phan,ArtemGordinsky/phan,etsy/phan,etsy/phan
8264b053b51f239cf98ea6316b207c78e48a615f
recipes/pyserver/meta.yaml
recipes/pyserver/meta.yaml
{% set name = "pyserver" %} {% set version = "1.0.2" %} package: name: "{{ name }}" version: "{{ version }}" source: url: http://software.igwn.org/lscsoft/source/{{ name }}-{{ version }}.tar.gz sha256: c51c626e8d99714e5be65b3f5e081dee84489df6749cfca76f419f3861e60539 build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vvv requirements: host: - pip - python - setuptools run: - python - pythonvirgotools test: imports: - pyserver about: home: "https://git.ligo.org/virgo/virgoapp/pyserver" license: "GPL-2.0-or-later" license_family: "GPL" license_file: "LICENSE" summary: pyserver is a tool to run a custom python server that is fdio compliant extra: recipe-maintainers: - rhyspoulton - fcarbogn
{% set name = "pyserver" %} {% set version = "1.0.2" %} package: name: "{{ name }}" version: "{{ version }}" source: url: http://software.igwn.org/lscsoft/source/{{ name }}-{{ version }}.tar.gz sha256: c51c626e8d99714e5be65b3f5e081dee84489df6749cfca76f419f3861e60539 build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vvv requirements: host: - pip - python >=2.7 - setuptools run: - python >=2.7 - pythonvirgotools test: imports: - pyserver about: home: "https://git.ligo.org/virgo/virgoapp/pyserver" license: "GPL-2.0-or-later" license_family: "GPL" license_file: "LICENSE" summary: pyserver is a tool to run a custom python server that is fdio compliant extra: recipe-maintainers: - rhyspoulton - fcarbogn
Add lower bound to python version
Add lower bound to python version
YAML
bsd-3-clause
jakirkham/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,ReimarBauer/staged-recipes,hadim/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes
168114d29ec45ca2a7a28e9060e8a769f9ee4252
.gitlab-ci.yml
.gitlab-ci.yml
variables: GIT_STRATEGY: fetch GIT_SUBMODULE_STRATEGY: normal NODE_OPTIONS: --no-warnings stages: - test tests: stage: test tags: - windows script: - yarn - yarn jest --testTimeout 30000
variables: GIT_STRATEGY: fetch GIT_SUBMODULE_STRATEGY: normal NODE_OPTIONS: --no-warnings stages: - test tests: stage: test tags: - windows before_script: - Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" - choco install -y yarn - refreshenv script: - yarn - yarn jest --testTimeout 30000
Install yarn for Gitlab's new Windows runners.
Install yarn for Gitlab's new Windows runners.
YAML
mit
nellh/bids-validator,nellh/bids-validator,Squishymedia/bids-validator,nellh/bids-validator,Squishymedia/BIDS-Validator
b8a1801d99c7baf574cd28f97b4a80a661e4a173
src/main/resources/config/application-heroku.yml
src/main/resources/config/application-heroku.yml
# =================================================================== # Spring Boot configuration for the "heroku" profile. # # This configuration overrides the application.yml file. # =================================================================== # =================================================================== # Standard Spring Boot properties. # Full reference is available at: # http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html # =================================================================== spring: datasource: type: com.zaxxer.hikari.HikariDataSource maximumPoolSize: 10 url: ${JDBC_DATABASE_URL} username: ${JDBC_DATABASE_USERNAME} password: ${JDBC_DATABASE_PASSWORD} data: elasticsearch: cluster-name: cluster-nodes: properties: path: logs: target/elasticsearch/log data: target/elasticsearch/data mail: host: smtp.gmail.com port: 587 username: qualitoast@gmail.com password: ${SPRING_MAIL_PASSWORD} protocol: smtp tls: true properties.mail.smtp: auth: true starttls.enable: true ssl.trust: smtp.gmail.com jhipster: mail: # specific JHipster mail property, for standard properties see MailProperties from: QualiToast@localhost base-url: https://qualitoast.herokuapp.com
# =================================================================== # Spring Boot configuration for the "heroku" profile. # # This configuration overrides the application.yml file. # =================================================================== # =================================================================== # Standard Spring Boot properties. # Full reference is available at: # http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html # =================================================================== spring: datasource: type: com.zaxxer.hikari.HikariDataSource maximumPoolSize: 10 url: ${JDBC_DATABASE_URL} username: ${JDBC_DATABASE_USERNAME} password: ${JDBC_DATABASE_PASSWORD} data: elasticsearch: cluster-name: cluster-nodes: properties: path: logs: target/elasticsearch/log data: target/elasticsearch/data mail: host: smtp.gmail.com port: 587 username: qualitoast@gmail.com password: ${SPRING_MAIL_PASSWORD} protocol: smtp tls: true properties.mail.smtp: auth: true starttls.enable: true ssl.trust: smtp.gmail.com jhipster: mail: # specific JHipster mail property, for standard properties see MailProperties from: QualiToast@localhost base-url: https://qualitoast.herokuapp.com
Fix indent for Elasticsearch configuration
Fix indent for Elasticsearch configuration
YAML
apache-2.0
pascalgrimaud/qualitoast,pascalgrimaud/qualitoast,pascalgrimaud/qualitoast,pascalgrimaud/qualitoast,pascalgrimaud/qualitoast
85e0993efa998df5dee6b6ef24a6525ba52a2aa5
.eslintrc.yml
.eslintrc.yml
env: es6: true node: true extends: 'eslint:recommended' parserOptions: sourceType: module rules: indent: [error, tab] linebreak-style: [error, unix] quotes: [error, single] semi: [error, never] no-console: 0 no-cond-assign: 0
env: es6: true node: true extends: 'eslint:recommended' parserOptions: sourceType: module rules: indent: [warn, tab] linebreak-style: [warn, unix] quotes: [warn, single] semi: [warn, never] no-console: 0 no-cond-assign: 0
Make ESLint warn instead of error
Make ESLint warn instead of error
YAML
bsd-3-clause
adelgado/elm-prerender
e797b465427a3839a813e0022b9db811a108fe42
etc/fake.yaml
etc/fake.yaml
--- - stream: name: openstack module: rallyci.streams.gerrit fake-stream: resources/gerrit-sample-stream.json - service: name: http_status module: rallyci.services.status stats-interval: 2 listen: ["localhost", 8080] - job: name: noop env: key: val runner: module: rallyci.runners.fake sleep-run: [1, 2] - project: name: openstack-dev/ci-sandbox jobs: - noop
--- - stream: name: openstack module: rallyci.streams.gerrit fake-stream: resources/gerrit-sample-stream.json - service: name: http_status module: rallyci.services.status stats-interval: 2 listen: ["localhost", 8080] - job: name: noop env: key: val runner: module: rallyci.runners.fake sleep-run: [1, 2] - project: name: openstack-dev/ci-sandbox jobs: - noop - project: name: openstack/rally jobs: - noop - logging: debug: /var/log/rally-ci/debug.log info: /var/log/rally-ci/rally-ci.log error: /var/log/rally-ci/error.log
Add simple logging, remove log.py
Add simple logging, remove log.py Add changes with logging Add writing to console Fix dict config, add console log Remove hardcoded section Move LOGGING-dict to the config class Fix bug, refactoring Bugfix Change log level to debug
YAML
apache-2.0
redixin/rally-ci,redixin/rally-ci,redixin/rally-ci
90bf11b6b7e0d71682f3e49d8814c935542c915b
.gitlab-ci.yml
.gitlab-ci.yml
image: python:3.6 services: - docker:dind stages: - deploy build: stage: deploy script: - export AWS_REGION="us-east-1" - export AWS_ACCESS_KEY_ID=$aws_access_key_id - export AWS_SECRET_ACCESS_KEY=$aws_secret_access_key - pip install awscli --upgrade - aws s3 cp s3://wons-public-files/wons-data.zip wons-data.zip - unzip wons-data.zip - rm wons-data.zip - docker login registry.gitlab.com -u $gitlab_registry_user -p $gitlab_registry_password - docker build -t registry.gitlab.com/dhermyt/wons . - docker push registry.gitlab.com/dhermyt/wons:$CI_COMMIT_REF_SLUG
image: python:3.6 services: - docker:dind stages: - deploy build: stage: deploy script: - export AWS_REGION="us-east-1" - export AWS_ACCESS_KEY_ID=$aws_access_key_id - export AWS_SECRET_ACCESS_KEY=$aws_secret_access_key - pip install awscli --upgrade - aws s3 cp s3://wons-public-files/wons-data.zip wons-data.zip - unzip wons-data.zip - rm wons-data.zip - docker login registry.gitlab.com -u $gitlab_registry_user -p $gitlab_registry_password - docker build -t registry.gitlab.com/dhermyt/wons:$CI_COMMIT_REF_SLUG . - docker push registry.gitlab.com/dhermyt/wons:$CI_COMMIT_REF_SLUG
Build image with proper tag
Build image with proper tag
YAML
bsd-2-clause
dhermyt/WONS
c7e288f103da1a2a432e31429eaf9249147af4e1
tenets/codelingo/code-review-comments/lingo_bundle.yaml
tenets/codelingo/code-review-comments/lingo_bundle.yaml
description: Best Practices for Golang from Code Review Comments. version: 0.0.0 tenets: - avoid-renaming-imports - context-first-arg - do-not-discard-errors - go-error-fmt - use-crypto-rand tags: - golang - go
description: Best Practices for Golang from Code Review Comments. version: 0.0.0 tenets: - avoid-renaming-imports - context-first-arg - do-not-discard-errors - go-error-fmt - no-custom-context - use-crypto-rand tags: - golang - go
Add tenet to bundle file
Add tenet to bundle file
YAML
agpl-3.0
lingo-reviews/lingo,lingo-reviews/lingo
8a6fa3b71059538eb53b82fe8ad937298f98067a
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 - 0.12 - iojs
sudo: false language: node_js node_js: - "0.10" - "0.12" - "4" - "iojs" - "iojs-v1" - "iojs-v2"
Update Travis for Node v4
Update Travis for Node v4
YAML
mit
cjihrig/credit-card,continuationlabs/credit-card
70c4eb9053ac0b6c2450eb557bf32c2a2f29fb18
packages/co/consumers.yaml
packages/co/consumers.yaml
homepage: https://github.com/scrive/consumers changelog-type: '' hash: 5f7410822e5c36feeb12b24e3bbcb02bb6ed295812ef013913e2afa81f1980c8 test-bench-deps: {} maintainer: Andrzej Rybczak <andrzej@rybczak.net>, Jonathan Jouty <jonathan@scrive.com> synopsis: Concurrent PostgreSQL data consumers changelog: '' basic-deps: log: ! '>=0.4' exceptions: -any hpqtypes: ! '>=1.5' stm: -any base: <5 time: -any monad-control: -any lifted-base: -any lifted-threads: -any containers: -any mtl: -any transformers-base: -any all-versions: - '0.1' - '1.0' - '1.1' - '2.0' author: Scrive latest: '2.0' description-type: haddock description: Library for setting up concurrent consumers of data stored inside PostgreSQL database in a simple, declarative manner. license-name: BSD3
homepage: https://github.com/scrive/consumers changelog-type: '' hash: c55ab1b4e789650b738c1db4bdd470edefae253aa75409ef93e478a155e20a02 test-bench-deps: {} maintainer: ! 'Andrzej Rybczak <andrzej@rybczak.net>, Jonathan Jouty <jonathan@scrive.com>' synopsis: Concurrent PostgreSQL data consumers changelog: '' basic-deps: exceptions: -any log-base: ! '>=0.7' hpqtypes: ! '>=1.5' stm: -any base: <5 time: -any monad-control: -any lifted-base: -any lifted-threads: -any containers: -any mtl: -any transformers-base: -any all-versions: - '0.1' - '1.0' - '1.1' - '2.0' - '2.0.0.1' author: Scrive AB latest: '2.0.0.1' description-type: haddock description: ! 'Library for setting up concurrent consumers of data stored inside PostgreSQL database in a simple, declarative manner.' license-name: BSD3
Update from Hackage at 2017-07-21T18:17:42Z
Update from Hackage at 2017-07-21T18:17:42Z
YAML
mit
commercialhaskell/all-cabal-metadata
27ef60a73d1508c991774c75745683ac4e875431
.gitlab-ci.yml
.gitlab-ci.yml
Build with gnutls: script: - git submodule update --init && autoreconf -fvi && ./configure && make -j4 && make check -j4 tags: - gnutls3.3 - ocserv except: - tags Build with openssl: script: - git submodule update --init && autoreconf -fvi && ./configure --without-openssl-version-check --with-openssl && make -j4 && make check -j4 tags: - openssl - ocserv except: - tags Build and Check for windows: script: - git submodule update --init && autoreconf -fvi && mingw32-configure && mingw32-make -j4 && mingw32-make -j4 check tags: - gnutls3.3 - wine - mingw except: - tags
Build with gnutls: script: - git submodule update --init && autoreconf -fvi && ./configure && make -j4 && make check VERBOSE=1 -j4 tags: - gnutls3.3 - ocserv except: - tags Build with openssl: script: - git submodule update --init && autoreconf -fvi && ./configure --without-openssl-version-check --with-openssl && make -j4 && make check VERBOSE=1 -j4 tags: - openssl - ocserv except: - tags Build and Check for windows: script: - git submodule update --init && autoreconf -fvi && mingw32-configure && mingw32-make -j4 && mingw32-make -j4 check VERBOSE=1 tags: - gnutls3.3 - wine - mingw except: - tags
Add VERBOSE=1 to gitlab make check
Add VERBOSE=1 to gitlab make check Signed-off-by: David Woodhouse <b460d66aaf00c296a3db1c1d9eeafc081d5f7d70@intel.com>
YAML
lgpl-2.1
nmav/openconnect-mine,brandt/openconnect,mtmiller/openconnect,mtmiller/openconnect,brandt/openconnect,cernekee/openconnect,mtmiller/openconnect,brandt/openconnect,cernekee/openconnect,cernekee/openconnect,nmav/openconnect-mine,cernekee/openconnect,mtmiller/openconnect,brandt/openconnect,nmav/openconnect-mine,nmav/openconnect-mine
99aa24bd89c21c60a554b9c65c02567b8f991e77
.gitlab-ci.yml
.gitlab-ci.yml
tests: image: craigbarnes/lua-testing-extra script: - make -j4 local-libgumbo - make check-pkgconfig USE_LOCAL_LIBGUMBO=1 pages: image: craigbarnes/pandoc artifacts: {paths: [public]} only: [master] script: - git fetch --tags - make -j4 docs dist check-dist
tests: image: quay.io/craigbarnes/lua-testing-extra script: - make -j4 local-libgumbo - make check-pkgconfig USE_LOCAL_LIBGUMBO=1 pages: image: quay.io/craigbarnes/pandoc artifacts: {paths: [public]} only: [master] script: - git fetch --tags - make -j4 docs dist check-dist
Use container images from quay.io for CI task runners
Use container images from quay.io for CI task runners
YAML
apache-2.0
craigbarnes/lua-gumbo,craigbarnes/lua-gumbo,craigbarnes/lua-gumbo
781a946f3c5bea6dc01f650f449f5da3fa10a4e4
.gitlab-ci.yml
.gitlab-ci.yml
before_script: - env - node -v - npm config set registry https://npm.gotfix.com - npm install types: - build - test - deploy iojs-2: type: test image: gotfix/iojs:2 script: - npm test # - cat /proc/cpuinfo | grep "^model name" | uniq # - npm run-script bench iojs-latest: type: test image: gotfix/iojs:latest script: - npm test # - cat /proc/cpuinfo | grep "^model name" | uniq # - npm run-script bench node12: type: test image: gotfix/node:0.12 script: - npm test # - cat /proc/cpuinfo | grep "^model name" | uniq # - npm run-script bench
before_script: - node -v - npm config set registry https://npm.gotfix.com - npm install types: - build - test - deploy iojs-2: type: test image: gotfix/iojs:2 script: - npm test # - cat /proc/cpuinfo | grep "^model name" | uniq # - npm run-script bench iojs-latest: type: test image: gotfix/iojs:latest script: - npm test # - cat /proc/cpuinfo | grep "^model name" | uniq # - npm run-script bench node12: type: test image: gotfix/node:0.12 script: - npm test # - cat /proc/cpuinfo | grep "^model name" | uniq # - npm run-script bench
Remove env from build script
Remove env from build script
YAML
mit
phpb-com/short-duid-js,phpb-com/short-duid-js
fcfa9658243e36863a16e73b31a68680e66b6fcf
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - npm install -g npm - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
Use the NPM on tap.
Use the NPM on tap.
YAML
mit
bigeasy/happenstance
18fed11081ac2f4663ad9a7716c62e828c11cb38
.github/workflows/go.yml
.github/workflows/go.yml
name: Go on: [push, pull_request] jobs: build: name: Build strategy: matrix: go-version: [1.13.x, 1.14.x, 1.15.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: - name: Set up Go 1.x uses: actions/setup-go@v2 with: go-version: ${{ matrix.go-version }} id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 with: submodules: true - name: Get dependencies run: go get -v -t -d ./... - name: Build run: go build -v . - name: Test run: go test -race -v ./...
name: Go on: [push, pull_request] jobs: build: name: Build strategy: matrix: go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x, 1.17.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: - name: Set up Go 1.x uses: actions/setup-go@v2 with: go-version: ${{ matrix.go-version }} id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 with: submodules: true - name: Get dependencies run: go get -v -t -d ./... - name: Build run: go build -v . - name: Test run: go test -race -v ./...
Test on newer Go versions
Test on newer Go versions
YAML
isc
oschwald/geoip2-golang
60fab2009e70f8943ba0c33e2ded7e12401a9712
.travis.yml
.travis.yml
language: python python: - 3.4 - 3.5 - 3.6 sudo: false install: - pip install -r requirements.txt - pip install pytest - pip install -e . cache: directories: - $HOME/.cache/pip script: py.test --duration=10 tests
language: python python: - 3.4 - 3.5 - 3.6 sudo: false install: - if [[ $TRAVIS_PYTHON_VERSION = "3.4" ]]; then pip install typing; fi - pip install -r requirements.txt - pip install pytest - pip install -e . cache: directories: - $HOME/.cache/pip script: py.test --duration=10 tests
Install typing backport for 3.4
Install typing backport for 3.4 Signed-off-by: Jan Losinski <577c4104c61edf9f052c616c0c23e67bef4a9955@wh2.tu-dresden.de>
YAML
bsd-3-clause
janLo/automation_mesh,janLo/automation_mesh,janLo/automation_mesh
c5d7a8b07136b22153bff24ddd5c390578c09606
.travis.yml
.travis.yml
language: ruby sudo: false matrix: include: - rvm: 2.3.1 script: - bundle exec danger - rvm: 2.3.1 env: GRAPE_VERSION=0.8.0 - rvm: 2.3.1 env: GRAPE_VERSION=0.9.0 - rvm: 2.3.1 env: GRAPE_VERSION=0.10.1 - rvm: 2.3.1 env: GRAPE_VERSION=0.12.0 - rvm: 2.3.1 env: GRAPE_VERSION=0.13.0 - rvm: 2.3.1 env: GRAPE_VERSION=0.14.0 - rvm: 2.3.1 env: GRAPE_VERSION=0.15.0 - rvm: 2.3.1 env: GRAPE_VERSION=0.16.2 - rvm: 2.3.1 env: GRAPE_VERSION=HEAD - rvm: 2.3.0 - rvm: 2.2.5 - rvm: rbx-2 - rvm: jruby-19mode - rvm: ruby-head - rvm: jruby-head allow_failures: - rvm: rbx-2 - rvm: jruby-19mode - rvm: ruby-head - rvm: jruby-head
language: ruby sudo: false matrix: include: - rvm: 2.5.0 script: - bundle exec danger - rvm: 2.5.0 env: GRAPE_VERSION=0.8.0 - rvm: 2.5.0 env: GRAPE_VERSION=0.9.0 - rvm: 2.5.0 env: GRAPE_VERSION=0.10.1 - rvm: 2.5.0 env: GRAPE_VERSION=0.12.0 - rvm: 2.5.0 env: GRAPE_VERSION=0.13.0 - rvm: 2.5.0 env: GRAPE_VERSION=0.14.0 - rvm: 2.5.0 env: GRAPE_VERSION=0.15.0 - rvm: 2.5.0 env: GRAPE_VERSION=0.16.2 - rvm: 2.5.0 env: GRAPE_VERSION=HEAD - rvm: 2.4.3 - rvm: 2.3.6 - rvm: 2.2.9 - rvm: rbx-2 - rvm: jruby-19mode - rvm: ruby-head - rvm: jruby-head allow_failures: - rvm: rbx-2 - rvm: jruby-19mode - rvm: ruby-head - rvm: jruby-head
Test against Ruby 2.4 and 2.5
[CI] Test against Ruby 2.4 and 2.5
YAML
mit
ruby-grape/grape-active_model_serializers,jrhe/grape-active_model_serializers
b570ba745bfb3c92303b8dbdf14d405b6eaaa5bc
.travis.yml
.travis.yml
language: php php: - 7.2 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update --snapshot - composer update $COMPOSER_OPTS script: - vendor/bin/phpunit - tests/lint.sh - vendor/bin/composer-require-checker jobs: include: - stage: coverage script: - vendor/bin/phpunit --coverage-clover=clover.xml - vendor/bin/php-coveralls git: depth: 5 dist: trusty sudo: false
language: php php: - 7.2 - 7.3 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update --snapshot - composer update $COMPOSER_OPTS script: - vendor/bin/phpunit - tests/lint.sh - vendor/bin/composer-require-checker jobs: include: - stage: coverage script: - vendor/bin/phpunit --coverage-clover=clover.xml - vendor/bin/php-coveralls git: depth: 5 dist: trusty sudo: false
Add support for PHP 7.3
Add support for PHP 7.3
YAML
apache-2.0
duncan3dc/exceptions,duncan3dc/exceptions
1c2ede42b07d70c59fff742cf445349b80cabe24
.travis.yml
.travis.yml
language: python python: - "3.2" env: - ENV=pytest - ENV=pep8 - ENV=cov matrix: allow_failures: - env: ENV=cov - env: ENV=pep8 virtualenv: system_site_packages: true before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" install: - sudo apt-get install -qq python3-pyqt4 --fix-missing - pip install https://github.com/pyQode/pyqode.core/archive/develop.zip script: - pip install . - if [ $ENV == "pytest" ]; then python3 runtests.py; fi - if [ $ENV == "pep8" ]; then pip install pytest-pep8; python3 runtests.py --pep8; fi - if [ $ENV == "cov" ]; then pip install pytest-cov; python3 runtests.py --cov pyqode; fi after_script: - if [ $ENV == "cov" ]; then sudo pip install --quiet coveralls; coveralls; fi
language: python python: - "3.2" env: - ENV=pytest - ENV=pep8 - ENV=cov matrix: allow_failures: - env: ENV=cov - env: ENV=pep8 virtualenv: system_site_packages: true before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" install: - sudo apt-get install -qq python3-pyqt4 --fix-missing - pip install git+https://github.com/pyQode/pyqode.core.git@develop script: - pip install . - if [ $ENV == "pytest" ]; then python3 runtests.py; fi - if [ $ENV == "pep8" ]; then pip install pytest-pep8; python3 runtests.py --pep8; fi - if [ $ENV == "cov" ]; then pip install pytest-cov; python3 runtests.py --cov pyqode; fi after_script: - if [ $ENV == "cov" ]; then sudo pip install --quiet coveralls; coveralls; fi
Install pyqode.core using pip + git (develop branch)
Install pyqode.core using pip + git (develop branch)
YAML
mit
mmolero/pyqode.python,zwadar/pyqode.python,pyQode/pyqode.python,pyQode/pyqode.python
a6369ae564873a1211d82ebfdaf2d69772aa50c1
.travis.yml
.travis.yml
sudo: required dist: trusty addons: apt: sources: - chef-stable-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=default-ubuntu-1404 - INSTANCE=default-ubuntu-1604 # - INSTANCE=default-debian-7 # fails due to missing /var/run/sshd in docker - INSTANCE=default-debian-8 # - INSTANCE=default-fedora-latest # fails due to missing ssh keys in the docker instance - INSTANCE=default-centos-6 - INSTANCE=default-centos-7 - INSTANCE=default-opensuse-leap before_script: - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) - eval "$(/opt/chefdk/bin/chef shell-init bash)" - /opt/chefdk/embedded/bin/chef --version - /opt/chefdk/embedded/bin/cookstyle --version - /opt/chefdk/embedded/bin/foodcritic --version script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE} matrix: include: - script: - /opt/chefdk/bin/chef exec delivery local all env: UNIT_AND_LINT=1
sudo: required dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=default-ubuntu-1404 - INSTANCE=default-ubuntu-1604 # - INSTANCE=default-debian-7 # fails due to missing /var/run/sshd in docker - INSTANCE=default-debian-8 # - INSTANCE=default-fedora-latest # fails due to missing ssh keys in the docker instance - INSTANCE=default-centos-6 - INSTANCE=default-centos-7 - INSTANCE=default-opensuse-leap before_script: - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) - eval "$(chef shell-init bash)" - chef --version - cookstyle --version - foodcritic --version script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml kitchen verify ${INSTANCE} matrix: include: - script: - chef exec delivery local all env: UNIT_AND_LINT=1
Simplify Travis config and fix ChefDK 2.0 failures
Simplify Travis config and fix ChefDK 2.0 failures
YAML
apache-2.0
opscode-cookbooks/openssh,opscode-cookbooks/openssh,chef-cookbooks/openssh,chef-cookbooks/openssh
f61fe79202506e238c11cceae64eaf782fb56ad5
.travis.yml
.travis.yml
dist: trusty language: generic #TODO KDK: Change directories to lambdas-and-strings install: - bundle --version - rake --version - bundle install - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V script: rake
dist: trusty language: generic before_install: cd lambdas-and-strings install: - bundle --version - rake --version - bundle install - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V script: rake
Change to directory containing Rake build
Change to directory containing Rake build
YAML
mit
kkrull/javaspec,kkrull/javaspec,kkrull/javaspec
f7840926b5173e6474508dd808190eba5499ada3
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 notifications: email: false
language: node_js node_js: - node - iojs notifications: email: false
Add iojs to Travis CI.
Add iojs to Travis CI.
YAML
mit
albertosantini/node-rio
c885220adb2372e745cc49399671e98ecc546506
.travis.yml
.travis.yml
--- language: php script: # Run PHPUnit. - phpunit # Create logs/. - mkdir logs # Generate code coverage report. - phpunit --coverage-clover logs/clover.xml # Check for security vulnerabilities. - php vendor/bin/security-checker security:check composer.lock after_script: # Create coveralls report. - php vendor/bin/coveralls -v before_install: # Install libfann. - sudo apt-get -qq update - sudo apt-get install -y libfann-dev # Install Pecl FANN. - pecl install fann # Install Pimple as a C extension. - git clone https://github.com/silexphp/Pimple > /dev/null - cd Pimple/ext/pimple - phpize - ./configure > /dev/null - make - sudo make install > /dev/null - cd ../../../ # Add managed php configuration file. - phpenv config-add docker/files/etc/php5/fpm/conf.d/noughtsandcrosses-app.ini # Update composer. - composer self-update install: - composer install php: - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm
--- language: php script: # Run PHPUnit. - phpunit # Create logs/. - mkdir logs # Generate code coverage report. - phpunit --coverage-clover logs/clover.xml # Check for security vulnerabilities. - php vendor/bin/security-checker security:check composer.lock after_script: # Create coveralls report. - php vendor/bin/coveralls -v before_install: # Install libfann. - sudo apt-get -qq update - sudo apt-get install -y libfann-dev # Install Pecl FANN. - pecl install fann # Install Pimple as a C extension. - git clone https://github.com/silexphp/Pimple > /dev/null - cd Pimple/ext/pimple - phpize - ./configure > /dev/null - make - sudo make install > /dev/null - cd ../../../ # Add managed php configuration file. - phpenv config-add docker/files/etc/php5/fpm/conf.d/noughtsandcrosses-app.ini # Update composer. - composer self-update install: - composer install php: - 5.5 - 5.6 # Disable PHP 7 build - failed to make Pimple. # - 7.0 - hhvm matrix: allow_failures: - php: hhvm
Disable PHP 7 build - failed to make Pimple
Disable PHP 7 build - failed to make Pimple
YAML
mit
ericmdev/NoughtsAndCrosses
5fa333028c808e18562f509b3794a04c5dfc610f
.travis.yml
.travis.yml
dist: trusty group: beta language: node_js node_js: - node addons: firefox: latest-esr cache: directories: - node_modules - "$HOME/.cache/bower" before_install: - "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm rebuild --update-binary && node -e 'console.log(process.version)' > node_modules/.last-node-version; fi" before_script: - npm install web-component-tester bower@1.7.9 polylint - $(npm bin)/bower install - $(npm bin)/polylint --no-recursion script: - xvfb-run $(npm bin)/wct
dist: trusty group: beta language: node_js node_js: - node addons: firefox: latest-esr cache: directories: - node_modules - "$HOME/.cache/bower" before_install: - "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm rebuild --update-binary && node -e 'console.log(process.version)' > node_modules/.last-node-version; fi" before_script: - npm install web-component-tester bower polylint - $(npm bin)/bower install - $(npm bin)/polylint --no-recursion script: - xvfb-run $(npm bin)/wct
Use a current version of bower again
Use a current version of bower again We need a newer version of bower so that it can find its repository.
YAML
apache-2.0
Collaborne/paper-chip
cd3a452e039196154ca831052d91a555ec64f366
.travis.yml
.travis.yml
# .travis.yml file based on: # https://gist.github.com/dan-blanchard/7045057 language: python python: - "2.7" # Setup anaconda before_install: - mkdir -p download - cd download - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - cd .. - export PATH=/home/travis/miniconda2/bin:$PATH - conda update --yes conda - travis_retry conda install --yes python=$TRAVIS_PYTHON_VERSION numpy bokeh enaml atom matplotlib h5py jupyter scipy networkx - pip install coveralls - wget "https://drive.google.com/uc?export=download&id=0BxaPKTZqyVchaXc1V3hlejRaY2M" -O test_data.tar.gz - tar xzvf test_data.tar.gz -C tests/ # use conda to install packages install: # Coverage packages are on my binstar channel - pip install watchdog # execute scripts script: - coverage run -m unittest discover after_script: - coveralls # necessary to run on new container-based infrastructure sudo: false cache: directories: - $HOME/download - $HOME/.cache/pip
# .travis.yml file based on: # https://gist.github.com/dan-blanchard/7045057 language: python python: - "2.7" # Setup anaconda before_install: - mkdir -p download - cd download - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b - cd .. - export PATH=/home/travis/miniconda2/bin:$PATH - conda update --yes conda - travis_retry conda install --yes python=$TRAVIS_PYTHON_VERSION numpy bokeh enaml atom matplotlib h5py jupyter scipy networkx future - pip install coveralls - wget "https://drive.google.com/uc?export=download&id=0BxaPKTZqyVchaXc1V3hlejRaY2M" -O test_data.tar.gz - tar xzvf test_data.tar.gz -C tests/ # use conda to install packages install: # Coverage packages are on my binstar channel - pip install watchdog # execute scripts script: - coverage run -m unittest discover after_script: - coveralls # necessary to run on new container-based infrastructure sudo: false cache: directories: - $HOME/download - $HOME/.cache/pip
Add 'future' to required packages on TravisCI.
Add 'future' to required packages on TravisCI.
YAML
apache-2.0
BBN-Q/QGL,BBN-Q/QGL
de680c5eaf6bde972faa10379053dd719e97ad6c
.travis.yml
.travis.yml
language: c env: global: - secure: "c0fjQQcfC+T+0Q9V08SfG5VUSFqXJOafYl82u2aHG6VkpPZZkrALGnxAtpuSXGVRr6ismIThwP8qujVjfPB/sCQrjdFTjidnGJPch3FWDDugSfcezX8Vd5AV4ipCaJo3J2cjSdyiVlb/2r38Ow+RJV75LZNQn5di8mMJdv4vrbo=" compiler: - clang - gcc script: cmake . && make clean && make addons: coverity_scan: project: name: "mikoim/rogue" description: "Build submitted via Travis CI" notification_email: omochi@luna.miko.im build_command_prepend: "cmake . && make clean" build_command: "make" branch_pattern: coverity_scan
language: c env: global: - secure: "c0fjQQcfC+T+0Q9V08SfG5VUSFqXJOafYl82u2aHG6VkpPZZkrALGnxAtpuSXGVRr6ismIThwP8qujVjfPB/sCQrjdFTjidnGJPch3FWDDugSfcezX8Vd5AV4ipCaJo3J2cjSdyiVlb/2r38Ow+RJV75LZNQn5di8mMJdv4vrbo=" compiler: - clang - gcc script: cmake . && make clean && make addons: coverity_scan: project: name: "mikoim/rogue" description: "Build submitted via Travis CI" notification_email: omochi@luna.miko.im build_command_prepend: "cmake . && make clean" build_command: "make" branch_pattern: master
Change branch_pattern to master for Coverity Scan.
Change branch_pattern to master for Coverity Scan.
YAML
mit
mikoim/rogue,mikoim/rogue
931eb40bf24b7a21d7939033ba61c2d2158c6938
.travis.yml
.travis.yml
language: python cache: pip env: global: - PILLOW_VERSION=3.2.0 matrix: include: - python: 2.7 env: PILLOW_VERSION=2.9.0 - python: 2.7 env: PILLOW_VERSION=3.0.0 - python: 2.7 - python: 3.3 - python: 3.4 - python: 3.5 before_install: # Dependencies to build PIL - sudo apt-get update -qq - sudo apt-get install -qq ubuntu-restricted-extras - sudo apt-get install -qq libfreetype6-dev libjpeg8-dev zlib1g-dev ffmpeg - sudo locale-gen fr_FR.UTF-8 - ffmpeg -version install: - pip install -q Pillow==$PILLOW_VERSION - pip install pytest pytest-cov coveralls - pip install . script: py.test -sv --cov sigal --cov-report term-missing tests/ after_success: coveralls notifications: irc: "chat.freenode.net#sigal"
language: python cache: pip env: global: - PILLOW_VERSION=3.2.0 matrix: include: - python: 2.7 env: PILLOW_VERSION=2.9.0 - python: 2.7 env: PILLOW_VERSION=3.0.0 - python: 2.7 - python: 3.3 - python: 3.4 - python: 3.5 - python: 3.6 before_install: # Dependencies to build PIL - sudo apt-get update -qq - sudo apt-get install -qq ubuntu-restricted-extras - sudo apt-get install -qq libfreetype6-dev libjpeg8-dev zlib1g-dev ffmpeg - sudo locale-gen fr_FR.UTF-8 - ffmpeg -version install: - pip install -q Pillow==$PILLOW_VERSION - pip install pytest pytest-cov coveralls - pip install . script: py.test -sv --cov sigal --cov-report term-missing tests/ after_success: coveralls notifications: irc: "chat.freenode.net#sigal"
Add Python 3.6 in Travis
Add Python 3.6 in Travis
YAML
mit
kontza/sigal,kontza/sigal,kontza/sigal
2cccd38dcda418df3b5339e9dde936250775bf9d
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 # Run on container-based infrastructure sudo: false cache: directories: - ${HOME}/.m2/repository before_install: - if [ ! -z "${GPG_SECRET_KEYS}" ]; then echo ${GPG_SECRET_KEYS} | base64 --decode | ${GPG_EXECUTABLE} --import; fi - if [ ! -z "${GPG_OWNERTRUST}" ]; then echo ${GPG_OWNERTRUST} | base64 --decode | ${GPG_EXECUTABLE} --import-ownertrust; fi install: - mvn --settings .travis/settings.xml --show-version dependency:resolve - mvn --settings .travis/settings.xml --show-version dependency:resolve-plugins script: - mvn --batch-mode --settings .travis/settings.xml --show-version test deploy: - provider: script script: .travis/deploy-lib.sh skip_cleanup: true on: repo: spals/midas branch: master jdk: oraclejdk8 - provider: script script: .travis/deploy-lib.sh skip_cleanup: true on: repo: spals/midas tags: true jdk: oraclejdk8
language: java jdk: - oraclejdk8 # Run on container-based infrastructure sudo: false cache: directories: - ${HOME}/.m2/repository before_install: - if [ ! -z "${GPG_SECRET_KEYS}" ]; then echo ${GPG_SECRET_KEYS} | base64 --decode | ${GPG_EXECUTABLE} --import; fi - if [ ! -z "${GPG_OWNERTRUST}" ]; then echo ${GPG_OWNERTRUST} | base64 --decode | ${GPG_EXECUTABLE} --import-ownertrust; fi install: - mvn --settings .travis/settings.xml --show-version dependency:resolve - mvn --settings .travis/settings.xml --show-version dependency:resolve-plugins script: - mvn --batch-mode --settings .travis/settings.xml --show-version test deploy: - provider: script script: .travis/deploy-lib.sh skip_cleanup: true on: repo: spals/parent-pom branch: master jdk: oraclejdk8 - provider: script script: .travis/deploy-lib.sh skip_cleanup: true on: repo: spals/parent-pom tags: true jdk: oraclejdk8
Fix repo trigger for deployment
DEPLOYFIX: Fix repo trigger for deployment
YAML
bsd-3-clause
spals/parent-pom
23ad8776166ba5a38401b7ed8357c05686532641
.travis.yml
.travis.yml
sudo: false language: go notifications: email: false go: - 1.9 services: - redis-server before_install: - rvm use 2.4.2 --install --binary --fuzzy - gem install anyt script: make test-ci
sudo: false language: go notifications: email: false go: - "1.10" services: - redis-server before_install: - rvm use 2.4.2 --install --binary --fuzzy - gem install anyt script: make test-ci
Use Go 1.10 in Travis
Use Go 1.10 in Travis
YAML
mit
anycable/anycable-go,anycable/anycable-go,anycable/anycable-go
27cc200d68f1846072bb8abcb978e304bece9828
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 - ruby-head before_install: - gem update --system - gem install bundler -v 1.15.4
language: ruby rvm: - 2.0.0 - 2.1.10 - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 - ruby-head before_install: - gem update --system - gem install bundler -v 1.15.4
Test against Ruby 2.5.0 on Travis CI
Test against Ruby 2.5.0 on Travis CI
YAML
mit
emsk/romajic,emsk/romaji_cop,emsk/romaji_cop,emsk/romaji_cop,emsk/romajic,emsk/romajic
eaf43b371039e45a90aab51ac34fea625a93bf15
.travis.yml
.travis.yml
language: node_js node_js: - '0.10' - '0.12' - iojs script: # Test postinstall - rm -rf node_modules - npm install . - npm install # Test - npm test - npm run coverage # Test global install - npm install . -g - vimlint - vimlint --help - vimlint --version - vimlint test/succeeded.vim - vimlint test/failed.vim; [ $? != 0 ] env: global: secure: "bYfP25nebZwoiWjp3SSfYSKyTmNZHThI5P0MVSuFlFW3PyPPC+MmToYrzLZc6qe03We+dhV7FPMfM1QZmhTfBiaB21t7tkTYW7Krpri6nbNm6TNLlIv8/HUfPEwJur4FUph38z0hPlS9rgS8SqljvahGnxfVDhU3znUdm54Nqdg="
language: node_js node_js: - '0.10' - '0.12' - iojs script: # Test postinstall - rm -rf node_modules - npm install . - npm install # Test - npm test - npm run coverage # Test global install - npm install . -g - vimlint - vimlint --help - vimlint --version - vimlint test/succeeded.vim - vimlint test/failed.vim; [ $? != 0 ] env: global: secure: "bYfP25nebZwoiWjp3SSfYSKyTmNZHThI5P0MVSuFlFW3PyPPC+MmToYrzLZc6qe03We+dhV7FPMfM1QZmhTfBiaB21t7tkTYW7Krpri6nbNm6TNLlIv8/HUfPEwJur4FUph38z0hPlS9rgS8SqljvahGnxfVDhU3znUdm54Nqdg=" sudo: false
Switch to container based Travis-CI
Switch to container based Travis-CI
YAML
mit
pine613/node-vimlint
2b1fb3d8983838ad2e0083ac300b221accab6f0c
.travis.yml
.travis.yml
--- os: linux dist: xenial jobs: include: - name: Cli xsltproc language: minimal apt: packages: - xsltproc - libxml2-utils script: ./test.sh - name: Firefox language: javascript addons: firefox: latest install: npm install karma karma-firefox-launcher karma-mocha karma-chai mocha chai script: npx karma start --single-run --browsers FirefoxHeadless karma.conf.js - name: Chrome language: javascript addons: chrome: stable install: npm install karma karma-chrome-launcher karma-mocha karma-chai mocha chai script: npx karma start --single-run --browsers ChromeHeadless karma.conf.js
--- os: linux jobs: include: - name: Cli xsltproc dist: xenial language: shell addons: apt: packages: - xsltproc - libxml2-utils script: ./test.sh - name: Firefox dist: bionic language: node_js node_js: lts/* addons: firefox: latest install: npm install karma karma-firefox-launcher karma-mocha karma-chai mocha chai script: npx karma start --single-run --browsers FirefoxHeadless karma.conf.js - name: Chrome dist: bionic language: node_js node_js: lts/* addons: chrome: stable install: npm install karma karma-chrome-launcher karma-mocha karma-chai mocha chai script: npx karma start --single-run --browsers ChromeHeadless karma.conf.js
Fix cli test failure, try node/lts on bionic
Fix cli test failure, try node/lts on bionic
YAML
mit
znerol/Short-Story
154d2edfac2a3bd12cadb12d96790bd8770749a2
.travis.yml
.travis.yml
language: python python: - '3.5' install: - pip install -r requirements.txt - pip install coveralls script: - coverage run --source=flash_services setup.py test after_success: coveralls deploy: - provider: pypi user: $PYPI_USERNAME password: $PYPI_PASSWORD distributions: "sdist bdist_wheel" on: tags: true
language: python python: - '3.7' install: - pip install -r requirements.txt - pip install coveralls script: - coverage run --source=flash_services setup.py test after_success: coveralls deploy: - provider: pypi user: $PYPI_USERNAME password: $PYPI_PASSWORD distributions: "sdist bdist_wheel" on: tags: true
Use newer Python in pipeline
Use newer Python in pipeline To be consistent with Flash itself and avoid build errors.
YAML
isc
textbook/flash_services,textbook/flash_services,textbook/flash_services
f15e40b7fed7b64378dad482c1ade9d4acb25f0f
.travis.yml
.travis.yml
sudo: required language: generic services: - docker script: - docker-compose build - docker-compose up
sudo: required language: generic services: - docker env: - SERVICE=autopep8 - SERVICE=beautysh - SERVICE=clang-format - SERVICE=crystal - SERVICE=elm-format - SERVICE=ocp-indent - SERVICE=php-cs-fixer - SERVICE=phpcbf - SERVICE=rscript - SERVICE=rubocop - SERVICE=ruby-beautify - SERVICE=sass-convert - SERVICE=sqlformat - SERVICE=uncrustify script: - docker-compose build "$SERVICE" - docker-compose up "$SERVICE"
Split up Travis CI into a build matrix for individual Docker services
Split up Travis CI into a build matrix for individual Docker services
YAML
mit
Unibeautify/docker-beautifiers
6df8e56b1c53fde398c8cde1c67e86d4b89e6c1a
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.5" - "3.6" - "3.7" cache: apt: true # TODO local node modules path correct? directories: - $HOME/.pip-cache/ - $HOME/.tox - /home/travis/virtualenv/python2.7 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" install: - echo 'Running installation in directory $PWD' - # Python - pip install -r dev-requirements.txt --cache-dir $HOME/.pip-cache - echo "Installed Python packages:" - pip freeze script: - py.test - tox -e flake8 - # Documentation # - make doc after_succes: coveralls
language: python python: - "2.7" - "3.5" - "3.6" - "3.7-dev" cache: apt: true # TODO local node modules path correct? directories: - $HOME/.pip-cache/ - $HOME/.tox - /home/travis/virtualenv/python2.7 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" install: - echo 'Running installation in directory $PWD' - # Python - pip install -r dev-requirements.txt --cache-dir $HOME/.pip-cache - echo "Installed Python packages:" - pip freeze script: - py.test - tox -e flake8 - # Documentation # - make doc after_succes: coveralls
Set Travis CI Python 3.7 to dev (as 3.7 not released yet)
Set Travis CI Python 3.7 to dev (as 3.7 not released yet)
YAML
mit
bbiskup/flotsam
13046b5a81b2064b42c3681b1dfb74d47b8c3b08
.travis.yml
.travis.yml
dist: focal services: - mysql language: ruby env: CODECLIMATE_REPO_TOKEN=b1b9b856c0aa49c7733aedea0b460b1c118c2ff1296db77bdcf762e6e8ff91c5 before_install: - yes | gem update --system --force - gem install bundler - nvm install 'lts/*' - nvm use 'lts/*' install: - bundle install --jobs=3 --retry=3 - yarn install before_script: - cp config/database.yml.example config/database.yml - bundle exec rake db:reset - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build script: - bundle exec rspec after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT notifications: email: on_success: never on_failure: change recipients: programmers@admin.umass.edu
dist: focal services: - mysql language: ruby env: CC_TEST_REPORTER_ID=b1b9b856c0aa49c7733aedea0b460b1c118c2ff1296db77bdcf762e6e8ff91c5 before_install: - yes | gem update --system --force - gem install bundler - nvm install 'lts/*' - nvm use 'lts/*' install: - bundle install --jobs=3 --retry=3 - yarn install before_script: - cp config/database.yml.example config/database.yml - bundle exec rake db:reset - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build script: - bundle exec rspec after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT notifications: email: on_success: never on_failure: change recipients: programmers@admin.umass.edu
Use this env variable to tell simplecov it's Travis
Use this env variable to tell simplecov it's Travis
YAML
mit
umts/umasstransit.rodeo,umts/umasstransit.rodeo,umts/umasstransit.rodeo
dae8ab093818805f9793a0cc68ac2427bfe04228
.travis.yml
.travis.yml
language: node_js node_js: - "0.11" install: npm install
language: node_js node_js: - "0.10" - "0.11" install: npm install
Test on node.js 0.10 and 0.11
Test on node.js 0.10 and 0.11
YAML
mit
cloud9UG/generator-qsExtension,cloud9UG/generator-qsExtension
8780ece6ab9c46aef7f6685e2b5fcb3e02493c5a
.travis.yml
.travis.yml
language: python python: - "2.7_with_system_site_packages" env: - TOX_ENV=py27 - TOX_ENV=flake8 install: - "wget -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -" - "sudo wget -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list" - "sudo apt-get update || true" - "sudo apt-get install mopidy" - "pip install tox" script: - "tox -e $TOX_ENV" after_success: - "if [ $TOX_ENV == 'py27' ]; then pip install coveralls; coveralls; fi"
sudo: required dist: trusty language: python python: - "2.7_with_system_site_packages" env: - TOX_ENV=py27 - TOX_ENV=flake8 install: - "wget -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -" - "sudo wget -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list" - "sudo apt-get update || true" - "sudo apt-get install mopidy" - "pip install tox" script: - "tox -e $TOX_ENV" after_success: - "if [ $TOX_ENV == 'py27' ]; then pip install coveralls; coveralls; fi"
Switch to trusty for tests
Switch to trusty for tests Mopidy 2.0.0 requires gstreamer 1.x
YAML
apache-2.0
rawdlite/mopidy-beets-local
3c1484ee3d11706afcc34ed2a9d17b1d898262c9
.travis.yml
.travis.yml
language: php before_script: - wget http://getcomposer.org/composer.phar - php composer.phar install php: - 5.4
language: php before_script: - wget http://getcomposer.org/composer.phar - php composer.phar install php: - 5.4 - hhvm
Add continuous integration with HHVM
Add continuous integration with HHVM
YAML
mit
Elephant418/Staq,Elephant418/Staq,Elephant418/Staq
b2629e1b788678b6a952d48e294227a71778b275
.travis.yml
.travis.yml
language: python python: - "2.7" # command to install dependencies install: - pip install . # command to run tests script: nosetests
language: python python: - "2.7" # command to install dependencies install: - pip install . - pip install coveralls # command to run tests script: coverage run --source=simplepeg setup.py test after_success: coveralls
Add coverall - test coverage
Add coverall - test coverage
YAML
mit
SimplePEG/Python