commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
1aab1deb4bf157a99271d53ee88aee6594c95501 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode10.2
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
before_install:
- pod repo update
script:
- pod spec lint --allow-warnings
notifications:
slack:
secure: p8pcIrndTPBievnLLSv51nSwIHHHqDgMgapE7Q9T2jV5QUk4dEDmP8gYih8yKfh2tUb9oI5JrMxHbmxoV9juRyW08BpD8RQVEOYU1gTUoH0r6HVoM6YXhEvcC... | language: objective-c
osx_image: xcode11.3
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
before_install:
- pod repo update
script:
- pod spec lint --allow-warnings
notifications:
slack:
secure: p8pcIrndTPBievnLLSv51nSwIHHHqDgMgapE7Q9T2jV5QUk4dEDmP8gYih8yKfh2tUb9oI5JrMxHbmxoV9juRyW08BpD8RQVEOYU1gTUoH0r6HVoM6YXhEvcC... | Use xcode 11.3 on Travis | Use xcode 11.3 on Travis
| YAML | mit | catloafsoft/FBUtility |
4af8c971ed9f551d2b07ba677aeb17d3f9be0bb7 | .travis.yml | .travis.yml | # https://travis-ci.org/diyan/assimilator
language: go
dist: trusty
# Define 'sudo: false' to run on container-based workers
sudo: false
go:
- 1.5.x
- 1.6.x
- 1.7.x
- master
env:
- GOOS=linux GOARCH=amd64
- GOOS=linux GOARCH=386
- GOOS=linux GOARCH=arm
- GOOS=darwin GOARCH=amd64
- GOOS=darwin GOARCH=3... | # https://travis-ci.org/diyan/assimilator
language: go
dist: trusty
# Define 'sudo: false' to run on container-based workers
sudo: false
go:
- 1.5.x
- 1.6.x
- 1.7.x
- master
env:
- GOOS=linux GOARCH=amd64
- GOOS=linux GOARCH=386
- GOOS=linux GOARCH=arm
- GOOS=darwin GOARCH=amd64
- GOOS=darwin GOARCH=3... | Install glide on Travis worker | Install glide on Travis worker
| YAML | mit | diyan/assimilator,diyan/assimilator,diyan/assimilator |
fb8c562ec9c31b8023df778a9b380f24ab884759 | .travis.yml | .travis.yml | language: python
sudo: true
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
# Global configs cause unit tests to break.
# Issue: travis-ci/travis-ci#5246
env:
- BOTO_CONFIG=/tmp/fake
os:
- linux
# Python 2.6 uses a backported version of unittest.
# Python 3.2 does not have mock installed ... | language: python
sudo: true
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
# Global configs cause unit tests to break.
# Issue: travis-ci/travis-ci#5246
env:
- BOTO_CONFIG=/tmp/fake
os:
- linux
# Python 2.6 uses a backported version of unittest.
# Python 3.2 does not have mock installed ... | Update the encrypted password for PyPI. | Update the encrypted password for PyPI.
| YAML | apache-2.0 | illfelder/compute-image-packages,rjschwei/compute-image-packages,wrigri/compute-image-packages,zmarano/compute-image-packages,illfelder/compute-image-packages,wrigri/compute-image-packages,Sarsate/compute-image-packages,Sarsate/compute-image-packages,zmarano/compute-image-packages,GoogleCloudPlatform/compute-image-pack... |
0cb0ac3b3d19a12d02fd1b5f45d0c8ab67e2a236 | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
- "6"
| language: node_js
node_js:
- '7'
- '6'
deploy:
provider: npm
email: "y_morita@aozora-create.com"
api_key:
secure: AiHSMxeFDcMMP2370288dpSJcseS8RpEGiatHAqUhg4ku2HYiaf4VvSPms0SdCXkEG5BRbEWduz/MQkKKgTo5mbe8vjG5rKyjyLhuiz9Z8p3P7/AuWXddT0hGHXrK/W01KcS0+B4XVEs5chrtmgf3nhhqTFAqz3zjreY48mat4aUnaPPEU4xVtIUxWuGwZNKMX9f... | Add item of automatic deployment | Add item of automatic deployment
| YAML | mit | ym-aozora/highendrawer,ym-aozora/highendrawer |
b9011d0e25bbadb3b515be47e3eb35e6b7037f2e | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
before_install:
- wget -q http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b -p ~/anaconda
- export PATH=~/anaconda/bin:$PATH
- conda update --yes --quiet conda
install:
- conda creat... | language: python
python:
- "2.7"
- "3.4"
before_install:
- wget -q http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b -p ~/anaconda
- export PATH=~/anaconda/bin:$PATH
- conda update --yes --quiet conda
install:
- conda creat... | Fix for automated test framework. | Fix for automated test framework.
| YAML | bsd-3-clause | aigamedev/scikit-neuralnetwork |
a323f1ab15639ba8f23f1fe682535f8d753c951b | .travis.yml | .travis.yml | sudo: required
matrix:
include:
- language: java
jdk: openjdk8
env: FRONT=false
- language: java
jdk: oraclejdk8
env: FRONT=false
- language: java
jdk: openjdk9
env: FRONT=false
- language: java
jdk: oraclejdk9
env: FRONT=false
- language: java
... | sudo: required
matrix:
include:
- language: java
jdk: openjdk8
env: FRONT=false
- language: java
jdk: oraclejdk8
env: FRONT=false
- language: java
jdk: openjdk9
env: FRONT=false
- language: java
jdk: oraclejdk9
env: FRONT=false
- language: java
... | Add jdk 11 to the build matrix | Add jdk 11 to the build matrix
| YAML | mit | mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5,mpalourdio/SpringBootAngularHTML5 |
ce0ff7b47aa8b27ff6240e6fd77b8c3cae950487 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.5
before_install: gem install bundler -v 1.13.2
| language: ruby
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
before_install: gem install bundler -v 1.15.4
| Update Travis Ruby and bundler | Update Travis Ruby and bundler
| YAML | mit | marvs/cryptoval,marvs/cryptoval |
bef46a2aeb959093de47fa6bf435ecb91402ed97 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "4"
- "6"
- "7"
| language: node_js
sudo: false
node_js:
- "4"
- "6"
- "8"
| Test on Node.js 8, stop testing on Node.js 7 | Build: Test on Node.js 8, stop testing on Node.js 7
| YAML | mit | roytoo/jquery,roytoo/jquery,jquery/jquery,jquery/jquery,jquery/jquery,roytoo/jquery |
c0613256dfcec3fb0ec20ef42c9d9e47f0412648 | .travis.yml | .travis.yml | ---
sudo: false
language: ruby
bundler_args: --without system_tests
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSI... | ---
sudo: false
language: ruby
bundler_args: --without system_tests
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSI... | Add ability to unittest puppet 4 | Add ability to unittest puppet 4
| YAML | apache-2.0 | puppetnix/puppetlabs-ntp,HelenCampbell/puppetlabs-ntp,powertoaster/puppetlabs-ntp,bw-y/puppetlabs-ntp,MelanieGault/puppetlabs-ntp,xaque208/puppetlabs-ntp,BCLibCoop/puppetlabs-ntp,raphink/puppetlabs-ntp,powertoaster/puppetlabs-ntp,dpash/puppetlabs-ntp,rdo-puppet-modules/puppetlabs-ntp,xaque208/puppetlabs-ntp,plumgrid/pu... |
3bc52f0b539f4415553c359bda062ebf24e6bad3 | .travis.yml | .travis.yml | # Copyright (c) 2016 Martin Donath <martin.donath@squidfunk.com>
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, ... | # Copyright (c) 2016 Martin Donath <martin.donath@squidfunk.com>
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, ... | Test caching of dependencies on Travis | Test caching of dependencies on Travis
| YAML | mit | dockerin/mkdocs-material,mjames-upc/mkdocs-unidata,mjames-upc/mkdocs-unidata,squidfunk/mkdocs-material,squidfunk/mkdocs-material,DatanestIO/mkdocs-material,dockerin/mkdocs-material,mjames-upc/mkdocs-unidata,DatanestIO/mkdocs-material,dockerin/mkdocs-material,DatanestIO/mkdocs-material,dockerin/mkdocs-material,mjames-up... |
6995c5211ebbdc1c6513aae92c421709a778852c | .travis.yml | .travis.yml | language: php
php:
- "5.4"
- "5.3"
before_script:
- "composer install --dev"
| language: php
php:
- "5.3"
- "5.4"
- "5.5"
before_script:
- "composer install --dev"
| Test PHP 5.5 on Travis | Test PHP 5.5 on Travis
| YAML | mit | rbone/phactory |
067deda73f1f78814453396aaf0ca09906bb05e8 | .travis.yml | .travis.yml | language: perl6
os:
- linux
- osx
perl6:
- 2016.05
- latest
install:
- rakudobrew build panda
- panda installdeps .
script: prove -v -e "perl6 -Ilib" t/ && panda install .
| language: perl6
os:
- linux
- osx
perl6:
- 2016.05
- latest
install:
- rakudobrew build panda
- panda installdeps .
script: prove -v -e "perl6 -Ilib" t/ && zef install .
| Test installation with `zef` instead of `panda` | Test installation with `zef` instead of `panda`
`panda install .` doesn't set exit code on error | YAML | artistic-2.0 | slobo/Perl6-X11-Xlib-Raw |
58bc30766812fa5f0a2e75173f9c3a8745115608 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10.5"
- "0.10.4"
- "0.10.3"
- "0.10"
- "0.8"
| language: node_js
node_js:
- "0.10.6"
- "0.10.5"
- "0.10.4"
- "0.10.3"
- "0.10"
- "0.8"
| Update to test against 0.10.6 as latest version | Update to test against 0.10.6 as latest version | YAML | mit | buttercoin/buttercoin,eXcomm/buttercoin,bankonme/buttercoin,bankonme/buttercoin,eXcomm/buttercoin,buttercoin/buttercoin |
c486183847db92fa42f7d3701244c62d9486823b | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- rbx-2
env:
- POSTGIS=2.0
gemfile:
- travis/ar40.gemfile
matrix:
exclude:
before_install: ./travis/before_install.sh
before_script: ./travis/before_script.sh
script: bundle exec rake test
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- rbx-2
env:
- POSTGIS=2.0
gemfile:
- travis/ar40.gemfile
allow_failures:
- rbx-2
matrix:
exclude:
before_install: ./travis/before_install.sh
before_script: ./travis/before_script.sh
script: bundle exec rake test
| Allow rubinius build failures for now | Allow rubinius build failures for now
| YAML | bsd-3-clause | ericcj/activerecord-postgis-adapter,amitree/activerecord-postgis-adapter,dzjuck/activerecord-postgis-adapter,IBazylchuk/activerecord-postgis-adapter |
c4171f0f6a1aa9db01cda295a0570283c45c59ee | .travis.yml | .travis.yml | language: ruby
dist: trusty
sudo: false
cache: bundler
branches:
only: [master]
rvm:
- 2.6.5
env:
matrix:
- "RAILS_MASTER=0"
- "RAILS_MASTER=1"
before_install:
- gem install bundler --no-document
- bundle install
script:
- bundle exec rake test
- bundle exec rake rubocop
before_script:
- cp c... | language: ruby
dist: trusty
sudo: false
cache: bundler
branches:
only: [master]
rvm:
- 2.6.5
addons:
postgresql: "9.4"
env:
matrix:
- "RAILS_MASTER=0"
- "RAILS_MASTER=1"
before_install:
- gem install bundler --no-document
- bundle install
script:
- bundle exec rake test
- bundle exec rake ru... | Use PG 9.4 to avoid error from Rails because of low PG version | Use PG 9.4 to avoid error from Rails because of low PG version
https://travis-ci.org/codetriage/codetriage/jobs/506656780
| YAML | mit | codetriage/codetriage,codetriage/codetriage,codetriage/codetriage |
f788a28af07984aba97dd1730cdc2d97f8308056 | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.2"
- "1.9.3"
script: bundle exec rspec
| language: ruby
rvm:
- "1.9.3"
script: bundle exec rspec
| Remove test support for Ruby 1.9.2 | Remove test support for Ruby 1.9.2
| YAML | mit | kmcphillips/affairs_of_state |
b61cfa370ba8378cc533789c4569602c0fc4cec4 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
branches:
except:
- appveyor
install:
- "pip install -IU setuptools"
# Update pip for Python <= 3.4, so it supports install without -e tag
- "pip install -IU pip"
- "pip install ."
- "pip install '.[tests]'"
- "pip instal... | language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
branches:
except:
- appveyor
install:
- "pip install -IU setuptools"
# Update pip for Python <= 3.4, so it supports install without -e tag
- "pip install -IU pip"
- "pip install ."
- "pip install '.[tests]'"
- "pip instal... | Fix 'no coverage report' error by not using cd. | Fix 'no coverage report' error by not using cd.
| YAML | apache-2.0 | rqelibari/sirup |
ab99bfd0d4a53b750080659334b8ff4d2452dd44 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9.3
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- PROJECT=OAuthSwift.xcodeproj
- IOS_FRAMEWORK_SCHEME="OAuthSwift"
- MACOS_FRAMEWORK_SCHEME="OAuthSwiftOSX"
- IOS_SDK=iphonesimulator11.0
- MACOS_SDK=macosx10.13
matrix:
- DESTINATION="OS... | language: objective-c
osx_image: xcode9.3
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- PROJECT=OAuthSwift.xcodeproj
- IOS_FRAMEWORK_SCHEME="OAuthSwift"
- MACOS_FRAMEWORK_SCHEME="OAuthSwiftOSX"
- IOS_SDK=iphonesimulator11.3
- MACOS_SDK=macosx10.13
matrix:
- DESTINATION="OS... | Update iphonesimulator version to 11.3 | Update iphonesimulator version to 11.3
| YAML | mit | dongri/OAuthSwift,dongri/OAuthSwift,OAuthSwift/OAuthSwift,OAuthSwift/OAuthSwift |
1aa9264c177ecc97557cb35b5b1b7dab25cd88b7 | .travis.yml | .travis.yml | language: clojure
lein: lein2
before_install:
- sudo apt-get install -y python-software-properties
- sudo add-apt-repository ppa:chris-lea/node.js
- sudo apt-get update
- sudo apt-get install nodejs npm
- npm config set registry http://registry.npmjs.org
- npm update -q
- sudo npm install -g jshint
script... | language: clojure
lein: lein2
before_install:
- sudo apt-get purge nodejs npm
- sudo apt-get install -y python-software-properties
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update
- sudo apt-get install -y nodejs npm
- npm config set registry http://registry.npmjs.org
- npm update ... | Add possible fix for Travis config | Add possible fix for Travis config
| YAML | epl-1.0 | vbauer/lein-jshint |
c83dc25eaab3e393deaefb2660555f88b36f1558 | .travis.yml | .travis.yml | env:
global:
- secure: LhiHXBKaxsubX45eMukb39IDKaM0mdMzE8Ow4DCnq/yFTZn22ju/H3nMawk0X74gCMXsrADErcBke/7+mHV5GgToqtKjr8RaZDwAmZtzDgdrvJlqy+w59WbvJKuPXYGN0dPiVSkt/fFGf7qGFjLj0DiGZHw05XmBSq+90Qn3Iqw=
language: rust
script:
- cargo build -v
- cargo test -v
- cargo doc
after_script:
- mv target/doc . && curl ht... | env:
global:
- secure: LhiHXBKaxsubX45eMukb39IDKaM0mdMzE8Ow4DCnq/yFTZn22ju/H3nMawk0X74gCMXsrADErcBke/7+mHV5GgToqtKjr8RaZDwAmZtzDgdrvJlqy+w59WbvJKuPXYGN0dPiVSkt/fFGf7qGFjLj0DiGZHw05XmBSq+90Qn3Iqw=
language: rust
script:
- cargo build -v
- cargo test -v
- cargo doc
compiler: clang
after_script:
- mv target/... | Fix Travis: use clang compiler | Fix Travis: use clang compiler
| YAML | apache-2.0 | lisael/lmdb-rs,danburkert/lmdb-rs |
b79af34c7c563062a8ee8a920f5f3269e206c6eb | .travis.yml | .travis.yml | language: ruby
before_install:
- gem update --system
- gem install bundler
bundler_args: --without development --jobs=3 --retry=3
cache: bundler
sudo: false
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- jruby-9.1.13.0
- ruby-head
- jruby-head
matrix:
allow_failures:
... | language: ruby
before_install:
- gem update --system
- gem install bundler
bundler_args: --without development --jobs=3 --retry=3
sudo: false
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- jruby-9.1.15.0
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm... | Update ruby-version and remove cache to make it work again | Update ruby-version and remove cache to make it work again
https://github.com/rubygems/rubygems/issues/2055#issuecomment-357378260
follow up: #648
| YAML | mit | colszowka/simplecov,colszowka/simplecov |
b8987f78763fd4d25d65eb2570493326bcf18924 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- pip install .
script:
- coverage run setup.py tests
after_success:
- coverage combine
- coveralls | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- pip install .
- pip install coveralls
script:
- coverage run setup.py test
after_success:
- coverage combine
- coveralls | Fix some problem in CI | Fix some problem in CI
| YAML | apache-2.0 | imlonghao/portstat |
58c92f9f1117e786ca706195a7e12ec94fabd42c | .travis.yml | .travis.yml | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.3
- php: 5.3
env: DEPENDENCIES='low'
- php: 5.4
- php: 5.5
- php: 5.6
env: DEPENDENCIES='dev'
- php: 5.6
- php: hhvm
- php: 7.0
allow_failures:
- env: DEPENDENCIES... | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.3
- php: 5.3
env: DEPENDENCIES='low'
- php: 5.4
- php: 5.5
- php: 5.6
env: DEPENDENCIES='dev'
- php: 5.6
- php: hhvm
- php: 7.0
allow_failures:
- env: DEPENDENCIES... | Disable xdebug to speed up build | Disable xdebug to speed up build
| YAML | mit | carlosV2/phpspec,pamil/phpspec,pamil/phpspec,carlosV2/phpspec |
c2dee49799f0108c952bda8a05b32f75e57d6ebc | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: node_js
node_js:
- "4.0"
- "4.1"
- "4.2"
- "4.3"
- "5.0"
- "5.1"
- "5.2"
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "5.7"
- "5.8"
- node
matrix:
allow_failures:
- node_js: "4.0"
- node_js: "4.1"
- node_js: "4.2"
- node_js: "4.3"
before_install: ... | sudo: required
dist: trusty
language: node_js
node_js:
- lts
- "5.0"
- "5.1"
- "5.2"
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "5.7"
- "5.8"
- "5.9"
- "5.10"
- "5.11"
- "6.0"
- node
matrix:
allow_failures:
- node_js: lts
before_install: sudo apt-get update && sudo apt-get install lcov -y
bef... | Update node versions to test, drop older than lts | Update node versions to test, drop older than lts
| YAML | mit | ranisalt/node-argon2,ranisalt/node-argon2,markfejes/node-argon2,markfejes/node-argon2,ranisalt/node-argon2,markfejes/node-argon2 |
5b33ff99ef517fa04309fe9cc0b4c8af858fa918 | .travis.yml | .travis.yml | language: python
cache: pip
python:
- "2.7"
- "3.5.1"
# command to install dependencies
install:
- pip install --upgrade pip setuptools wheel
- pip install -r requirements.txt --only-binary=numpy,scipy
- pip install jupyter
- pip install atari_py
- pip install hacking
- git clone https://github.com/mgbe... | language: python
cache: pip
python:
- "2.7"
- "3.5.1"
# command to install dependencies
install:
- pip install --upgrade pip setuptools wheel
- pip install -r requirements.txt --only-binary=numpy,scipy
- pip install jupyter
- pip install atari_py
- pip install hacking
- git clone https://github.com/mgbe... | Increase timeout of jupyter notebook test | Increase timeout of jupyter notebook test
| YAML | mit | toslunar/chainerrl,toslunar/chainerrl |
c8d31f6ffe3e767406bc85cd0e703d15068455da | .travis.yml | .travis.yml | language: android
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra-android-m2repository
| language: android
android:
components:
- platform-tools
- tools
- build-tools-23.0.2
- android-23
- extra-android-m2repository
| Use latest platform tools too | Use latest platform tools too
Should fix API lint errors on CI
| YAML | bsd-3-clause | Flipboard/bottomsheet,MaTriXy/bottomsheet,nissiy/bottomsheet,bernaferrari/bottomsheet |
81f8b64f6e4f5fb61c7b8a4988aee01f9d62d96b | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
notifications:
recipients:
- thibaud@thibaud.me
- remy@rymai.me
- michi@netzpiraten.ch
- maher@sallam.me
| language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx-19mode
notifications:
recipients:
- thibaud@thibaud.me
- remy@rymai.me
- michi@netzpiraten.ch
- maher@sallam.me
| Allow Travis failures on jruby and rbx | Allow Travis failures on jruby and rbx
| YAML | mit | mbildner/listen,angelabier1/listen,wjordan/listen,guard/listen,strzibny/listen |
58b942b215a8c9e5cd824d6254043baf8e6a7ff0 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- 0.12
- 4
- node
env:
- ARANGODB_VERSION=2.6 ARANGO_VERSION=20600
- ARANGODB_VERSION=2.7 ARANGO_VERSION=20700
- ARANGODB_VERSION=2.8 ARANGO_VERSION=20800
- ARANGODB_VERSION=devel ARANGO_VERSION=30000
before_install:
- curl https://www.arangodb.com/repositories/tra... | sudo: false
language: node_js
node_js:
- 0.12
- 4
- node
env:
- ARANGODB_VERSION=2.8 ARANGO_VERSION=20800
- ARANGODB_VERSION=3.0 ARANGO_VERSION=30000
- ARANGODB_VERSION=devel ARANGO_VERSION=30000
before_install:
- curl https://www.arangodb.com/repositories/travisCI/setup_arangodb_${ARANGODB_VERSION}.sh | ... | Test against 2.8, 3.0 & devel | Test against 2.8, 3.0 & devel | YAML | apache-2.0 | arangodb/arangojs,arangodb/arangojs |
f7d2bafb3ed239dcbc5ac69aa5297dc626e840c4 | .travis.yml | .travis.yml | language: java
services: mongodb
sudo: false
install: true
before_script:
- mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true || true
- mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
script: mvn install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!in... | language: java
jdk:
- oraclejdk8
services: mongodb
sudo: false
install: true
before_script:
- mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true || true
- mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
script: mvn install -q -nsu -Dmaven.test.redirectTestOutpu... | Use Java 8 on Travis as the samples now require it | Use Java 8 on Travis as the samples now require it
Commit 09395f95 updated the samples to require Java 8. This commit
updates the Travis configuration to build with Java 8.
Closes gh-4133
| YAML | apache-2.0 | SaravananParthasarathy/SPSDemo,mevasaroj/jenkins2-course-spring-boot,yhj630520/spring-boot,qerub/spring-boot,dreis2211/spring-boot,philwebb/spring-boot,philwebb/spring-boot,yangdd1205/spring-boot,scottfrederick/spring-boot,zhanhb/spring-boot,neo4j-contrib/spring-boot,cleverjava/jenkins2-course-spring-boot,dfa1/spring-b... |
bd9c074c5c5ff9d6a0fa97d19e08aec035e45584 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7.2
before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
cache:
- bundler
- cocoapods
script:
- open -b com.apple.iphonesimulator
- xcodebuild test -workspace BitcoinFinder.xcwo... | language: objective-c
osx_image: xcode7.2
before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
cache:
bundler: true
cocoapods: true
script:
- xcodebuild test -workspace BitcoinFinder.xcworkspace -scheme BitcoinFinderT... | Test cache new script in CI | Test cache new script in CI
| YAML | apache-2.0 | xilosada/BitcoinFinder,xilosada/BitcoinFinder,xilosada/BitcoinFinder |
d05456e9148482c39a55e34bc80e42e9f0f49340 | .travis.yml | .travis.yml | # Configuration file to run tests on Travis-CI via GitHub notifications
# See http://travis-ci.org/
language: python
python:
- "2.7"
- "3.7"
install:
- "pip install ."
script:
# Run the Python unit tests
- "python setup.py test"
# Run the example scripts
- "cd examples/"
- ./run_examples.sh
| # Configuration file to run tests on Travis-CI via GitHub notifications
# See http://travis-ci.org/
language: python
python:
- "2.7"
- "3.6"
- "3.7"
install:
- "pip install ."
script:
# Run the Python unit tests
- "python setup.py test"
# Run the example scripts
- "cd examples/"
- ./run_examples.sh
| Add Python 3.6 to the versions tested in Travis CI. | Add Python 3.6 to the versions tested in Travis CI.
| YAML | artistic-2.0 | fls-bioinformatics-core/RnaChipIntegrator |
882c5d431fa8b343045e03bf802f4f048cb38d87 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "4.3"
addons:
code_climate:
repo_token: 3ea8622d957330fec45b641e8ed2650f7a83bc905a38d94f3d43738caf8b227a
before_install:
- wget http://www.us.apache.org/dist/kafka/0.9.0.0/kafka_2.11-0.9.0.0.tgz -O kafka.tgz
- mkdir -p kafka && tar xzf kafka.tgz -C kafka --strip-co... | language: node_js
node_js:
- "0.10"
- "4.3"
env:
- CXX=g++-4.8
addons:
code_climate:
repo_token: 3ea8622d957330fec45b641e8ed2650f7a83bc905a38d94f3d43738caf8b227a
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- wget http://www.us.apache.org/dist/kafka... | Fix Travis native bindings builds require g++ 4.8 | Fix Travis native bindings builds require g++ 4.8
| YAML | mit | oleksiyk/kafka,hunterloftis/kafka |
4926e22381ec56d02f17a4b4b651ec15b87e38b7 | .travis.yml | .travis.yml | language: cpp
compiler:
- clang
- gcc
before_install:
# TODO: remove the following when Travis has CMake newer than 2.8.11.
- sudo -E script/update_cmake.bash
# TODO: remove the following when Travis has C++11-feature-complete G++ and clang.
- sudo -E script/update_compilers.bash
- if [ "$CXX" = "g++" ]... | language: cpp
compiler:
- clang
- gcc
before_install:
# TODO: remove the following when Travis has CMake newer than 2.8.11.
- sudo -E script/update_cmake.bash
# TODO: remove the following when Travis has C++11-feature-complete G++ and clang.
- sudo -E script/update_compilers.bash
- if [ "$CXX" = "g++" ]... | Automate continuous test integration on Travis CI | Automate continuous test integration on Travis CI
| YAML | mit | michaelachrisco/ccspec,zhangsu/ccspec,tempbottle/ccspec,tempbottle/ccspec,michaelachrisco/ccspec,zhangsu/ccspec,zhangsu/ccspec,michaelachrisco/ccspec,tempbottle/ccspec |
d8600321941fac785aa73f984d7cb1e80d7d2e74 | packages/hs/hslogger-template.yaml | packages/hs/hslogger-template.yaml | homepage: ''
changelog-type: ''
hash: 1cc4e138dde44c5123da8e3ec35fa6b6f47355768b36dcfc29fb8a9bafd25486
test-bench-deps: {}
maintainer: Brian Lewis <brian@lorf.org>, Ian Taylor <ian@lorf.org>
synopsis: Automatic generation of hslogger functions
changelog: ''
basic-deps:
base: ! '>=3.0 && <5.0'
hslogger: ==1.*
mtl:... | homepage: ''
changelog-type: ''
hash: e36a7644807b7a7d2fb971574297bbb309f07febf5897a0853ae4742f8198856
test-bench-deps: {}
maintainer: Brian Lewis <brian@lorf.org>, Ian Taylor <ian@lorf.org>
synopsis: Automatic generation of hslogger functions
changelog: ''
basic-deps:
base: ! '>=3.0 && <5.0'
hslogger: ==1.*
mtl:... | Update from Hackage at 2017-01-24T16:16:23Z | Update from Hackage at 2017-01-24T16:16:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9948ad6fb5c19e071a958624a49b1ec41009a42a | packages/gr/gremlin-haskell.yaml | packages/gr/gremlin-haskell.yaml | homepage: http://github.com/nakaji-dayo/gremlin-haskell
changelog-type: ''
hash: 7722fd7e2cdb306a13537cd377255ea65b0f8e34987abdbb9d23c2260ae21e97
test-bench-deps:
lens-aeson: -any
gremlin-haskell: -any
base: -any
hspec: -any
lens: -any
mtl: -any
aeson-qq: -any
maintainer: nakaji.dayo@gmail.com
synopsis: G... | homepage: http://github.com/nakaji-dayo/gremlin-haskell
changelog-type: ''
hash: 7b8c8cd52857925ff5206aa7f9f195c18480dd00525af722a5565456f3afd2bd
test-bench-deps:
lens-aeson: -any
gremlin-haskell: -any
base: -any
hspec: -any
lens: -any
mtl: -any
aeson-qq: -any
maintainer: nakaji.dayo@gmail.com
synopsis: G... | Update from Hackage at 2015-12-30T11:35:35+0000 | Update from Hackage at 2015-12-30T11:35:35+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
468a93f8cef0a078e53f3cb67a75e654287035c3 | tests/integration/docker-compose.yml | tests/integration/docker-compose.yml | version: "3"
services:
identidock_integration_tester:
build: ../..
image: aroyd/identidock_integration_test:${IDENTIDOCK_INTEGRATION_TEST_IMAGE_TAG:-latest}
environment:
ENV: INTEGRATION_TEST
depends_on:
- dnmonster
- redis
dnmonster:
image: amouat/dnmonster:1.0
redi... | version: "3"
services:
identidock_integration_tester:
build: ../..
image: aroyd/identidock_integration_test:${IDENTIDOCK_INTEGRATION_TEST_IMAGE_TAG:-latest}
environment:
ENV: INTEGRATION_TEST
depends_on:
- dnmonster
- redis
volumes:
- ../../:/project
dnmonster:
... | Add volumes directive to bind mount project root dir | Add volumes directive to bind mount project root dir
| YAML | mit | anirbanroydas/ci-testing-python,anirbanroydas/ci-testing-python,anirbanroydas/ci-testing-python |
52a9047476884e62fb7417ac3d4124ec19938da1 | packet/modules/etcd/kube-proxy.yml | packet/modules/etcd/kube-proxy.yml | apiVersion: v1
kind: Pod
metadata:
name: kube-proxy
namespace: kube-system
spec:
hostNetwork: true
containers:
- name: kube-proxy
image: ${ hyperkube }
command:
- /hyperkube
- proxy
- --master=http://127.0.0.1:8080
securityContext:
privileged: true
volumeMounts:
- mountPa... | apiVersion: v1
kind: Pod
metadata:
name: kube-proxy
namespace: kube-system
# This annotation ensures that kube-proxy does not get evicted if the node
# supports critical pod annotation based priority scheme.
# Note that kube-proxy runs as a static pod so this annotation does NOT have
# any effect on resched... | Update Proxy to use Container | Update Proxy to use Container
| YAML | apache-2.0 | cncf/cross-cloud |
9886382e7334f407750a64dbcbacf833000fb5ca | integration-test/src/main/resources/testsuites/e2e/aws-e2e-tests.yaml | integration-test/src/main/resources/testsuites/e2e/aws-e2e-tests.yaml | name: "aws-e2e-tests"
tests:
- name: "aws-e2e-tests"
classes:
- name: com.sequenceiq.it.cloudbreak.testcase.e2e.environment.NewNetworkWithNoInternetEnvironmentTests
- name: com.sequenceiq.it.cloudbreak.testcase.e2e.freeipa.FreeIPATests
- name: com.sequenceiq.it.cloudbreak.testcase.e2e.environmen... | name: "aws-e2e-tests"
tests:
- name: "aws-e2e-tests"
classes:
- name: com.sequenceiq.it.cloudbreak.testcase.e2e.environment.NewNetworkWithNoInternetEnvironmentTests
- name: com.sequenceiq.it.cloudbreak.testcase.e2e.freeipa.FreeIpaTests
- name: com.sequenceiq.it.cloudbreak.testcase.e2e.environmen... | Fix E2E classnotfound issue after freeipa rename | Fix E2E classnotfound issue after freeipa rename
| YAML | apache-2.0 | hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak |
16dbff9ddc70a1241bebdc241c030d5f134cad8a | tasks/mod_security.yml | tasks/mod_security.yml | ---
- yum: name={{ item }} state=installed
with_items:
- mod_security
- mod_security_crs
notify: verify config and restart httpd
- lineinfile: dest=/etc/httpd/conf.d/mod_security.conf regexp='^(\s*)SecRuleEngine ' line='\1SecRuleEngine {{ 'DetectionOnly' if mod_sec_detection_only else 'On' }}'
notify: verify... | ---
- yum: name={{ item }} state=installed
with_items:
- mod_security
- mod_security_crs
notify: verify config and restart httpd
name: Install mod_security packages
- lineinfile: dest=/etc/httpd/conf.d/mod_security.conf regexp='^(\s*)SecRuleEngine ' line='\1SecRuleEngine {{ 'DetectionOnly' if mod_sec_detecti... | Add name for the mod_sec tasks | Add name for the mod_sec tasks
| YAML | mit | OSAS/ansible-role-httpd |
c27e07e1fc8c300e286686427db590f6cb70728f | openfisca_france/parameters/prelevements_sociaux/cotisations_sociales/fds/indice_majore_de_reference.yaml | openfisca_france/parameters/prelevements_sociaux/cotisations_sociales/fds/indice_majore_de_reference.yaml | reference: https://www.ipp.eu/outils/baremes-ipp/
values:
1989-09-01:
value: 254.0
1991-02-01:
value: 259.0
1991-08-01:
value: 261.0
1998-01-01:
value: 280.0
1998-07-01:
value: 282.0
1999-04-01:
value: 283.0
1999-07-01:
value: 285.0
1999-12-01:
value: 286.0
2001-05-01:
... | reference: https://www.ipp.eu/outils/baremes-ipp/
values:
1989-09-01:
value: 254.0
1991-02-01:
value: 259.0
1991-08-01:
value: 261.0
1998-01-01:
value: 280.0
1998-07-01:
value: 282.0
1999-04-01:
value: 283.0
1999-07-01:
value: 285.0
1999-12-01:
value: 286.0
2001-05-01:
... | Improve parameters cotisation exceptionnelle de solidarite | Improve parameters cotisation exceptionnelle de solidarite
| YAML | agpl-3.0 | sgmap/openfisca-france,sgmap/openfisca-france |
6015d8277e8fd75fddcea09eeefcb1a68c613045 | config/jobs/image-pushing/k8s-staging-kops.yaml | config/jobs/image-pushing/k8s-staging-kops.yaml | postsubmits:
# this is the github repo we'll build from; this block needs to be repeated for each repo.
kubernetes/kops:
- name: kops-postsubmit-push-to-staging
cluster: test-infra-trusted
annotations:
# this is the name of some testgrid dashboard to report to.
testgrid-dashboards: s... | postsubmits:
# this is the github repo we'll build from; this block needs to be repeated for each repo.
kubernetes/kops:
- name: kops-postsubmit-push-to-staging
cluster: test-infra-trusted
annotations:
# this is the name of some testgrid dashboard to report to.
testgrid-dashboards: s... | Update kops to use workload identity | Update kops to use workload identity
| YAML | apache-2.0 | dims/test-infra,dims/test-infra,cblecker/test-infra,michelle192837/test-infra,BenTheElder/test-infra,michelle192837/test-infra,kubernetes/test-infra,brahmaroutu/test-infra,jessfraz/test-infra,pwittrock/test-infra,fejta/test-infra,dims/test-infra,jessfraz/test-infra,kubernetes/test-infra,monopole/test-infra,brahmaroutu/... |
231331b546b2db49af3c4f9d3b225260f3148942 | meta/main.yml | meta/main.yml | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Add pip_install meta-dep to solve SNI issues | Add pip_install meta-dep to solve SNI issues
While pip is not required for this role (it does not install any pip
packages) it does ensure that all the required packages are installed
in order to resolve SNI issues when Ansible executes the get_url task
to fetch the RabbitMQ package.
Change-Id: Ic55811136e01fbb9a400c... | YAML | apache-2.0 | openstack/openstack-ansible-rabbitmq_server,openstack/openstack-ansible-rabbitmq_server |
c4e65fd053d03bcabc18f802e6a8423d21449fdf | config/locales/about.en.yml | config/locales/about.en.yml | i18n:
en-US:
users:
about:
skype: Skype
whatsapp: WhatsApp
telegram: Telegram
jabber: Jabber
icq: ICQ
| i18n:
en-US:
users:
about:
skype: Skype
whatsapp: WhatsApp
telegram: Telegram
jabber: Jabber
icq: ICQ
admin:
users:
about:
skype: Skype
whatsapp: WhatsApp
telegram: Telegram
jabber: Jabber
icq: ICQ
| Add locales for custom "about" fields in ACP | Add locales for custom "about" fields in ACP
| YAML | mit | rcdesign/rcd-nodeca,rcdesign/rcd-nodeca |
a2517e97557960bf686213514bc1e30852c0de14 | azure-pipelines.yml | azure-pipelines.yml | # Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
stages:
- stage: build
jobs:
- job: Build
pool:
vmImage: "ubuntu-latest"
steps:
- task: Docker@2... | # Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
stages:
- stage: build
jobs:
- job: Build
pool:
vmImage: "ubuntu-latest"
steps:
- task: Docker@2... | Use script instead of the Docker task | Use script instead of the Docker task | YAML | isc | WritheM/Marconi |
fd627530e5f755c9d624a9e6a93ea66314c7cf82 | azure-pipelines.yml | azure-pipelines.yml | # https://docs.microsoft.com/vsts/pipelines/languages/javascript
pool:
vmImage: "vs2017-win2016"
strategy:
maxParallel: 3
matrix:
node_10_x:
node_version: "10.x"
node_8_x:
node_version: "8.x"
node_6_x:
node_version: "6.x"
steps:
- task: NodeTool@0
inputs:
versionSpec: ... | # https://docs.microsoft.com/vsts/pipelines/languages/javascript
pool:
vmImage: "vs2017-win2016"
strategy:
maxParallel: 3
matrix:
node_10_x:
node_version: "10.x"
node_8_x:
node_version: "8.x"
node_6_x:
node_version: "6.x"
steps:
- task: NodeTool@0
inputs:
versionSpec: ... | Set core.autoCRLF -> true so Windows stops failing lint | chore(ci): Set core.autoCRLF -> true so Windows stops failing lint
| YAML | mit | lerna/lerna,lerna/lerna,sebmck/lerna,lerna/lerna,kittens/lerna,evocateur/lerna,evocateur/lerna |
32907d1dec1f63663e2e21fbc6330a3e1c5c118c | azure-pipelines.yml | azure-pipelines.yml | trigger:
- '*'
pr:
- '*'
strategy:
matrix:
linux:
imageName: 'ubuntu-16.04'
mac:
imageName: 'macos-10.13'
windows:
imageName: 'vs2017-win2016'
pool:
vmImage: $(imageName)
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
displayName: 'Install Node.js'
- bash: |
/usr... | trigger:
- '*'
pr:
- '*'
strategy:
matrix:
linux:
imageName: 'ubuntu-16.04'
mac:
imageName: 'macos-10.14'
windows:
imageName: 'vs2017-win2016'
pool:
vmImage: $(imageName)
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
displayName: 'Install Node.js'
- bash: |
/usr... | Use macos-10.14 instead of macos-10.13 | Use macos-10.14 instead of macos-10.13 | YAML | mit | DAXaholic/vscode-edifact |
a7711f6e2d1595d5e427aa80f1ca9ba87a698f48 | _config.yml | _config.yml | # visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
highlighter: rouge
name: "[ antoinealb.net ]"
description: A blog about robotics, embedded software and Linux
author:
name: Antoine Albertelli
email: antoine... | # visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
highlighter: rouge
name: "[ antoinealb.net ]"
description: A blog about robotics, embedded software and Linux. Also doubles as my personal wiki
author:
name: A... | Add a note that this website also serves as my wiki | Add a note that this website also serves as my wiki
| YAML | mit | antoinealb/antoinealb.github.io,antoinealb/antoinealb.github.io,antoinealb/antoinealb.github.io |
76f87df7154664585741d401c8d6377d8795edc8 | _config.yml | _config.yml | name: Babele
description: Code is words
meta_description: Scripts and scripta.
highlighter: pygments
logo: false
paginate: 15
permalink: :title
domain_name: 'babele.io'
google_analytics: 'UA-65889640-1'
gems:
- jekyll-paginate
- redcarpet
searchindex: yes
# Details for the RSS feed generator
url: 'http... | name: Babele
description: Code is words
meta_description: Scripts and scripta.
highlighter: rouge
logo: false
paginate: 15
permalink: :title
domain_name: 'babele.io'
google_analytics: 'UA-65889640-1'
gems:
- jekyll-paginate
- redcarpet
searchindex: yes
# Details for the RSS feed generator
url: 'http://... | Change pygments to rouge to fix GitHub pages warning | Change pygments to rouge to fix GitHub pages warning
| YAML | mit | Aubreymcfato/aubreymcfato.github.io,Aubreymcfato/aubreymcfato.github.io |
184d0753b1743eafa1044f99831d14297871a7ce | _config.yml | _config.yml | name: Arch Linux 臺灣社群
name_en: Arch Linux Taiwan Community
url: http://archlinux.tw
markdown: redcarpet
highlighter: 'pygments'
timezone: 'Asia/Taipei'
exclude: ['Gemfile', 'Gemfile.lock', 'AUTHORS', 'LICENSE', 'NOTICE', 'README.md', 'CHRONICLES.md', 'config.rb', 'build.sh', 'bootstrap']
rss_post_limit: 10
paginate: 5
... | name: Arch Linux 臺灣社群
name_en: Arch Linux Taiwan Community
url: http://archlinux.tw
markdown: redcarpet
highlighter: 'pygments'
timezone: 'Asia/Taipei'
exclude: ['Gemfile', 'Gemfile.lock', 'AUTHORS', 'LICENSE', 'NOTICE', 'README.md', 'CHRONICLES.md', 'config.rb', 'build.sh']
keep_files: ['bootstrap']
rss_post_limit: 10... | Fix Twitter Bootstrap submodule locating | Fix Twitter Bootstrap submodule locating
Signed-off-by: Huei-Horng Yo <2f041d5c1b2d2a0d1ca5b8fec69b348877f4bcd5@ghostsinthelab.org>
| YAML | mit | hiroshiyui/arch.linux.org.tw,xatier/arch.linux.org.tw,xatier/arch.linux.org.tw,xatier/arch.linux.org.tw,hiroshiyui/arch.linux.org.tw,linux-taiwan/arch.linux.org.tw,hiroshiyui/arch.linux.org.tw,linux-taiwan/arch.linux.org.tw,hiroshiyui/arch.linux.org.tw,linux-taiwan/arch.linux.org.tw,linux-taiwan/arch.linux.org.tw,xatie... |
9b4e1501fbc894f0a3ad03c9c9eff37d507cc9ae | _config.yml | _config.yml | # Site settings
title: "Dom McKellar"
header-img: img/home-bg.jpeg
email: dom.mckellar@gmail.com
copyright_name: "Dom McKellar"
description: > # this means to ignore newlines until "baseurl:"
Dominic McKellar - blog and portfolio.
baseurl: "" # the subpath of your site, e.g. /blog
author: "Dom McKellar"
twitter_usern... | # Site settings
title: "Dom McKellar"
header-img: img/home-bg.jpeg
email: dom.mckellar@gmail.com
copyright_name: "Dom McKellar"
description: > # this means to ignore newlines until "baseurl:"
by Dom McKellar
baseurl: "" # the subpath of your site, e.g. /blog
author: "Dom McKellar"
twitter_username: _dom_mc
linkedin_u... | Change site description in config.yml | Change site description in config.yml
| YAML | mit | Dom-Mc/Dom-Mc.github.io,Dom-Mc/Dom-Mc.github.io,Dom-Mc/Dom-Mc.github.io,Dom-Mc/Dom-Mc.github.io |
6908cc5208c2d0b05fb5d2827d97f5b102ed6797 | _config.yml | _config.yml | name: GiPHouse
description: Software Development in Start-ups and Entrepeneurship
sass:
sass_dir: assets/css/_sass
style: :compressed
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "tables", "fenced_code_blocks", "autolink", "strikethrough", "superscript"]
#url: http://nadjetey.github.io/wan... | name: GiPHouse
description: Software Development in Start-ups and Entrepeneurship
sass:
sass_dir: assets/css/_sass
style: :compressed
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "tables", "fenced_code_blocks", "autolink", "strikethrough", "superscript"]
url: http://giphouse.github.io
perm... | Add correct URL to site instead of localhost | Add correct URL to site instead of localhost
| YAML | mit | gzuidhof/giphouse.github.io,gzuidhof/giphouse.github.io |
1c35d5479c534ca8e88992ff5af270562d29c877 | recipes/flaimapper/v2.3.4/meta.yaml | recipes/flaimapper/v2.3.4/meta.yaml | package:
name: flaimapper
version: "2.3.4"
source:
fn: v2.3.4.tar.gz
url: https://github.com/yhoogstrate/flaimapper/archive/v2.3.4.tar.gz
sha256: 10eabc52839d1c6172a15b9c0f71cdbd6bb13987778519eb73b893a043cfb4f2
build:
preserve_egg_dir: True
number: 0
skip: True # [not py27]
requirements:
build:
... | package:
name: flaimapper
version: "2.3.4"
source:
fn: v2.3.4.tar.gz
url: https://github.com/yhoogstrate/flaimapper/archive/v2.3.4.tar.gz
sha256: 10eabc52839d1c6172a15b9c0f71cdbd6bb13987778519eb73b893a043cfb4f2
build:
preserve_egg_dir: True
number: 0
skip: True # [not py27]
requirements:
build:
... | Remove setuptools as run dependency | Remove setuptools as run dependency | YAML | mit | mdehollander/bioconda-recipes,jfallmann/bioconda-recipes,saketkc/bioconda-recipes,bioconda/recipes,mcornwell1957/bioconda-recipes,acaprez/recipes,gvlproject/bioconda-recipes,hardingnj/bioconda-recipes,saketkc/bioconda-recipes,CGATOxford/bioconda-recipes,rvalieris/bioconda-recipes,ivirshup/bioconda-recipes,acaprez/recip... |
1088f8516d74cf1a3bb2b87c392b90ec1f5b70d4 | travis/.travis.yml | travis/.travis.yml | language: ruby
sudo: false
cache: bundler
before_install:
- "script/clone_all_rspec_repos"
# Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004
# Note this doesn't work on JRUBY 2.0.0 mode so we don't do it
- if [ -z "$JRUBY_OPTS" ]; then gem install bundler -v=1.5.3 && alias bundle... | language: ruby
sudo: false
cache: bundler
before_install:
- "script/clone_all_rspec_repos"
# Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004
# Note this doesn't work on JRUBY 2.0.0 mode so we don't do it
- if [ -z "$JRUBY_OPTS" ]; then gem install bundler -v=1.5.3 && alias bundle... | Trim 2.1.x entries in build matrix now that 2.2 is out. | Trim 2.1.x entries in build matrix now that 2.2 is out. | YAML | mit | rspec/rspec-dev,rspec/rspec-dev,rspec/rspec-dev |
0bcee6a1d53129dc3e426aa39ad05a212ff893b7 | roles/etcd/tasks/upgrade_static.yml | roles/etcd/tasks/upgrade_static.yml | ---
# PREREQ Node service is ready to run static pods
# INPUT r_etcd_upgrade_version
- include_tasks: runtime.yml
- name: Verify cluster is healthy pre-upgrade
command: "{{ etcdctlv2 }} cluster-health"
# We removed the ability to detect what was previously 'containerized'
# Need to stop and disable this service, ... | ---
# PREREQ Node service is ready to run static pods
# INPUT r_etcd_upgrade_version
- include_tasks: runtime.yml
- name: Verify cluster is healthy pre-upgrade
command: "{{ etcdctlv2 }} cluster-health"
- name: Check for old etcd service files
stat:
path: "{{ item }}"
with_items:
- "/etc/systemd/system/e... | Remove old service files before masking them | Remove old service files before masking them
Masking a service creates a symlink from /etc/systemd/system/foo.service
to /dev/null. If we deleted them after masking then the service
effectively becomes unmasked.
| YAML | apache-2.0 | aveshagarwal/openshift-ansible,rhdedgar/openshift-ansible,markllama/openshift-ansible,akram/openshift-ansible,ewolinetz/openshift-ansible,maxamillion/openshift-ansible,rhdedgar/openshift-ansible,maxamillion/openshift-ansible,markllama/openshift-ansible,rjhowe/openshift-ansible,jwhonce/openshift-ansible,gburges/openshif... |
b45de7027c9322d4eb92611c9691df77d4f9e461 | tasks/anaconda.yml | tasks/anaconda.yml | - name: Install Anaconda 3
homebrew_cask: name=anaconda
| # Note that Homebrew currently installs to /usr/local/anaconda3
- name: Install Anaconda 3
homebrew_cask: name=anaconda
| Add installation direction comment to Anaconda task | Add installation direction comment to Anaconda task
| YAML | mit | frankhinek/mac-setup |
dd3729d617c4e75888f5fe92a3507cafe9b4cc72 | .buildkite/pipeline.yml | .buildkite/pipeline.yml | steps:
- name: ":node:"
command: npm test
plugins:
- docker-compose#v3.1.0:
run: app
| steps:
- name: ":node:"
command: npm test
plugins:
- docker-compose#v3.2.0:
run: app
| Update buildkite plugin docker-compose to v3.2.0 | Update buildkite plugin docker-compose to v3.2.0
| YAML | mit | buildkite/nodejs-docker-example |
48aa4912a2e8587c19015d9cd00187567e6bd0d0 | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- id: end-of-file-fixer
- id: check-toml
- id: check-added-large-files
- id: debug-statements
- repo: https://github.com/PyCQA/... | repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- id: end-of-file-fixer
- id: check-toml
- id: check-added-large-files
- id: debug-statements
- repo: https://github.com/PyCQA/... | Add pyupgrade as a pre-commit hook | Add pyupgrade as a pre-commit hook
| YAML | mit | untitaker/vdirsyncer,untitaker/vdirsyncer,untitaker/vdirsyncer |
999923ba9789c6268bdf2f8d2076c0c9e4e6bd2a | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/psf/black
rev: 21.9b0
hooks:
- id: black
args: [--safe, --quiet, --target-version, py35]
language_version: python3.7
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-fi... | repos:
- repo: https://github.com/psf/black
rev: 21.9b0
hooks:
- id: black
args: [--safe, --quiet, --target-version, py35]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
... | Allow black and rst pre-commit hooks to run on any Python 3 version | Allow black and rst pre-commit hooks to run on any Python 3 version
Since py2 is dropped we don't really need to worry about this anymore.
| YAML | mit | nicoddemus/pytest-xdist,pytest-dev/pytest-xdist |
a924e5317b0fc7a304e059ae1e71d156235cd112 | .github/workflows/publish-latest.yaml | .github/workflows/publish-latest.yaml | name: Publish Docker image
on:
push:
branches:
- master
release:
types:
- published
jobs:
build-and-push-image:
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Check out the repo
u... | name: Publish Docker image
on:
push:
branches:
- master
- next
release:
types:
- published
jobs:
build-and-push-image:
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Check out the r... | Enable publishing pre-releases from next | Enable publishing pre-releases from next
| YAML | mit | harrystech/arthur-redshift-etl,harrystech/arthur-redshift-etl,harrystech/arthur-redshift-etl,harrystech/arthur-redshift-etl,harrystech/arthur-redshift-etl |
0040d2cabf289a3b02517964c5d9578953765ab1 | .github/workflows/python-package.yml | .github/workflows/python-package.yml | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ ma... | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ ma... | Update test grid to test python 3.6 and newer | Update test grid to test python 3.6 and newer
| YAML | apache-2.0 | harlowja/fasteners |
7d849da0c89a5a205facb275cecbc93709122d57 | network_roles.yaml | network_roles.yaml | - id: "elasticsearch"
default_mapping: "management"
properties:
subnet: true
gateway: false
vip:
- name: "es_vip_mgmt"
namespace: "haproxy"
alias: "elasticsearch"
node_roles:
- "elasticsearch_kibana"
- "primary-elasticsearch_kibana"
| # Network and virtual IP address for the Elasticsearch service
- id: "elasticsearch"
default_mapping: "management"
properties:
subnet: true
gateway: false
vip:
- name: "es_vip_mgmt"
namespace: "haproxy"
alias: "elasticsearch"
node_roles:
- "elasticsearch_kiba... | Provision another network and VIP for Kibana | Provision another network and VIP for Kibana
Note that the change doesn't modify the configuration of HAProxy to
use the new virtual IP address. This will be addressed in another
review.
Change-Id: I84ef6e24402fe2dff2334c92986be5935e4fdc3c
| YAML | apache-2.0 | stackforge/fuel-plugin-elasticsearch-kibana,stackforge/fuel-plugin-elasticsearch-kibana,stackforge/fuel-plugin-elasticsearch-kibana |
66279c84bd741f473db910686f094fd49c916d3e | slush/default/templates/_travis.yml | slush/default/templates/_travis.yml | language: node_js
node_js:
- '0.10'
cache:
apt: true
directories:
- node_modules
before_script:
- sudo apt-get update
- sudo apt-get install python-software-properties -y
- sudo add-apt-repository ppa:eyecreate/haxe -y
- sudo apt-get update
- sudo apt-get install haxe -y
- sud... | language: node_js
node_js:
- '0.10'
cache:
apt: true
directories:
- node_modules
before_script:
- sudo apt-get update
- sudo apt-get install python-software-properties -y
- sudo add-apt-repository ppa:eyecreate/haxe -y
- sudo apt-get update
- sudo apt-get install haxe -y
- sud... | Fix install from haxelib in travis | Fix install from haxelib in travis
| YAML | mit | DropechoStudios/slush-haxelib |
197a16c2ade835b66a0344783f7fd90de4393a63 | env/tacc/group_vars/galaxynodes.yml | env/tacc/group_vars/galaxynodes.yml | ---
# 500 GB why not
cvmfs_quota_limit: 512000
galaxynodes_group_authorized_key_users:
- name: g2test
authorized: "{{ galaxy_team_users }}"
- name: g2main
authorized: "{{ galaxy_team_users }}"
galaxynodes_group_packages:
- collectl
- lzo
- libcgroup-tools
- singularity-runtime
# packages for ol... | ---
# 500 GB why not
cvmfs_quota_limit: 512000
galaxynodes_group_authorized_key_users:
- name: g2test
authorized: "{{ galaxy_team_users }}"
- name: g2main
authorized: "{{ galaxy_team_users }}"
galaxynodes_group_packages:
- collectl
- lzo
- libcgroup-tools
- singularity-runtime
# packages for ol... | Add X11 runtime libs for Conda R | Add X11 runtime libs for Conda R
| YAML | mit | galaxyproject/infrastructure-playbook,galaxyproject/infrastructure-playbook |
03e83a2b234feaa025333345a0c115751cc4a35e | docs/antora.yml | docs/antora.yml | name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: '0.91'
nav:
- modules/ROOT/nav.adoc
| name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: 'master'
nav:
- modules/ROOT/nav.adoc
| Switch back docs version to master | Switch back docs version to master
| YAML | mit | tejasbubane/rubocop,rrosenblum/rubocop,bbatsov/rubocop,maxjacobson/rubocop,rrosenblum/rubocop,maxjacobson/rubocop,tejasbubane/rubocop,tdeo/rubocop,tdeo/rubocop,tejasbubane/rubocop,bbatsov/rubocop,maxjacobson/rubocop,tdeo/rubocop,rrosenblum/rubocop |
0544ee18573aa84b117de3cafcc5d7a2b8ce175a | zuul.d/layout.yaml | zuul.d/layout.yaml | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-multinode-container-minimal
gate:
queue: tripleo
| - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-multinode-container-minimal
gate:
queue: tripleo
| Add Python3 victoria unit tests | Add Python3 victoria unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for victoria.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I017fdafa9c54d2a48b89acde9bbda... | YAML | apache-2.0 | openstack/os-net-config |
c32a24db38aac1ca8e0b8fc4fd9afd8bf7e9108d | zuul.d/layout.yaml | zuul.d/layout.yaml | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstackclient-plugin-jobs
- openstack-python3-xena-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-buildimage-jobs
- tripleo-build-containers-jobs
- tripleo-multinode-... | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstackclient-plugin-jobs
- openstack-python3-yoga-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-buildimage-jobs
- tripleo-build-containers-jobs
- tripleo-multinode-... | Use Python3 yoga unit tests | Use Python3 yoga unit tests
Because the Xena release is not being created for TripleO repos, test
runtime is not updated by automation tools. This change updates
the job template to use the tested runtime for Yoga.
Change-Id: Idaac0bd54c8cc05ef3b1de4c268cdf440b82c8e5
| YAML | apache-2.0 | openstack/python-tripleoclient |
0748586beeecf8c4bd66824ffde1b097d6bee431 | .github/workflows/codeql-analysis.yml | .github/workflows/codeql-analysis.yml | name: "CodeQL"
on:
workflow_dispatch:
schedule:
- cron: '23 5 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repo
uses: actions/checkout@v3
# The code in exa... | name: "CodeQL"
on:
workflow_dispatch:
schedule:
- cron: '23 5 * * 0'
pull_request:
branches:
- master
paths:
- '**.go'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- na... | Update CI configs to v0.7.10 | Update CI configs to v0.7.10
Update lint scripts and CI configs.
| YAML | mit | pion/interceptor |
65878395ae108ae1b4cca51c8727fcc4354f0737 | Resources/config/routing/frontend.yml | Resources/config/routing/frontend.yml | asf_website_public_homepage:
path: /
defaults: { _controller: "ASFWebsiteBundle:Public:index" }
asf_website_public_page_route:
path: /{path}
defaults: { _controller: "ASFWebsiteBundle:Public:page" }
requirements:
path: "^(?!admin|login|blog|js|css|fonts).+"
asf_website_public_... | asf_website_public_homepage:
path: /
defaults: { _controller: "ASFWebsiteBundle:Public:index" }
asf_website_public_page_route:
path: /{path}
defaults: { _controller: "ASFWebsiteBundle:Public:page" }
requirements:
path: "^(?!admin|login|blog|js|css|fonts).+" | Remove posts (move to BlogBundle) | Remove posts (move to BlogBundle)
| YAML | mit | artscorestudio/website-bundle,artscorestudio/website-bundle |
97fce8cd85110be4216dafde4a9593d72ba3e3be | fig.yml | fig.yml | web1:
build: .
command: python app.py
ports:
- "5001:5000"
volumes:
- .:/code
links:
- redis
environment:
- APP_DB_HOST=redis_1
- APP_DB_PORT=6379
web2:
build: .
command: python app.py
ports:
- "5002:5000"
volumes:
- .:/code
links:
- redis
environment:
- APP_DB_HOST=redis_1
-... | web1:
build: .
command: python app.py
ports:
- "5001:5000"
volumes:
- .:/code
links:
- redis
environment:
- APP_DB_HOST=redis_1
- APP_DB_PORT=6379
web2:
build: .
command: python app.py
ports:
- "5002:5000"
volumes:
- .:/code
links:
- redis
environment:
- APP_DB_HOST=redis_1
-... | Remove outward facing DB port | Remove outward facing DB port
| YAML | mit | iskar909/dockerfigflask-demo,iskar909/simple-docker-demo |
710e894925dea4a3595a43c1680e9293bc411a45 | jenkins/ci.suse.de/templates/cloud-mkcloud-job-upgrade-nondisruptive-ha-without-nodes-upgrade-template.yaml | jenkins/ci.suse.de/templates/cloud-mkcloud-job-upgrade-nondisruptive-ha-without-nodes-upgrade-template.yaml | - job-template:
name: 'cloud-mkcloud{version}-job-upgrade-nondisruptive-ha-without-nodes-upgrade-{arch}'
node: cloud-trigger
disabled: '{obj:disabled}'
triggers:
- timed: '32 22 * * *'
logrotate:
numToKeep: -1
daysToKeep: 7
builders:
- trigger-builds:
- project... | - job-template:
name: 'cloud-mkcloud{version}-job-upgrade-nondisruptive-ha-without-nodes-upgrade-{arch}'
node: cloud-trigger
disabled: '{obj:disabled}'
triggers:
- timed: '32 22 * * *'
logrotate:
numToKeep: -1
daysToKeep: 7
builders:
- trigger-builds:
- project... | Set the correct size of the HA cluster | upgrade: Set the correct size of the HA cluster
MariaDB setup was complaining about not enough cluster nodes
| YAML | apache-2.0 | SUSE-Cloud/automation,SUSE-Cloud/automation,aspiers/automation,aspiers/automation,aspiers/automation,gosipyan/automation,gosipyan/automation,SUSE-Cloud/automation,gosipyan/automation,gosipyan/automation,SUSE-Cloud/automation,aspiers/automation |
82addfd9bee8935516baece856bb46fab7cf2389 | _data/navigation.yml | _data/navigation.yml | # Site navigation links
- title: Work
url: /work/
excerpt: "Things designed, illustrated, or developed by Michael Rose."
image: relic-scout-teaser-225.jpg
- title: Articles
url: /articles/
excerpt: "A collection of thoughts, inspiration, mistakes, and other minutia."
image: skinny-bones-theme-teaser-225.j... | # Site navigation links
- title: Work
url: /work/
excerpt: "Things designed, illustrated, or developed by Michael Rose."
image: relic-scout-teaser-225.jpg
- title: Articles
url: /articles/
excerpt: "A collection of thoughts, inspiration, mistakes, and other minutia."
image: skinny-bones-theme-teaser-225.j... | Update Mastering Paper teaser image in off-canvas nav | Update Mastering Paper teaser image in off-canvas nav
| YAML | mit | zhelezko/made-mistakes-jekyll,mmistakes/made-mistakes-jekyll,wakermahmud/made-mistakes-jekyll,wakermahmud/made-mistakes-jekyll,bcmoseley/made-mistakes-jekyll,bcmoseley/made-mistakes-jekyll,zhelezko/made-mistakes-jekyll,blogtips/blogtips.github.io,mmistakes/made-mistakes-jekyll,zhelezko/made-mistakes-jekyll,mmistakes/ma... |
e9e292e014bc702ee5237c77ae554bd52fac2d34 | .github/workflows/python-package.yml | .github/workflows/python-package.yml | name: parse_this tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["2.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: set up python... | name: parse_this tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: set up python ${{ ma... | Remove py27 from github actions | Remove py27 from github actions
| YAML | mit | bertrandvidal/parse_this |
2a90a44bd707b216895246b437a501ff5241e60c | .github/workflows/run_starminder.yml | .github/workflows/run_starminder.yml | name: Run Starminder
on:
schedule:
# Adjust this to your liking
- cron: "13 10 * * *"
push:
branches:
- main
jobs:
build:
name: Run Starminder Script
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python 3.9
... | name: Run Starminder
on:
schedule:
# Adjust this to your liking
- cron: "13 10 * * *"
jobs:
build:
name: Run Starminder Script
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2... | Revert "Run Starminder on push to main" | Revert "Run Starminder on push to main"
This reverts commit 116b8452b89d1f66aa38a06d7baa15162c879fbc.
| YAML | mit | nkantar/Starminder |
fb69661b8841e7f1225324b3eea817881d6be201 | .kitchen.docker.yml | .kitchen.docker.yml | settings:
parallel: true
driver:
name: docker
# privileged is required otherwise the container doesn't boot right
privileged: true
platforms:
- name: centos-7.1
driver:
image: centos:7
platform: rhel
run_command: /usr/lib/systemd/systemd
provision_command:
- /bin/yum install -y initscr... | settings:
parallel: true
driver:
name: docker
# privileged is required otherwise the container doesn't boot right
privileged: true
platforms:
- name: centos-7.2
driver:
image: centos:7
platform: rhel
run_command: /usr/lib/systemd/systemd
provision_command:
- /bin/yum install -y initscr... | Use the latest chef / ubuntu in travis ci | Use the latest chef / ubuntu in travis ci
| YAML | apache-2.0 | opscode-cookbooks/gunicorn,chef-cookbooks/gunicorn,opscode-cookbooks/gunicorn,chef-cookbooks/gunicorn |
c7d59c3f6a555f26ecdd58cb84e7ae2c639d8f7e | roles/arch-chroot/tasks/user.yml | roles/arch-chroot/tasks/user.yml | ---
- name: install sudo
pacman: name=sudo state=present
- name: configure sudoers
template: src=sudoers.j2 dest=/etc/sudoers mode=440
- name: create user group
group: name={{ user.group }} state=present
- name: create user
user: >
name={{ user.name }}
group={{ user.group }}
append=yes
groups... | ---
- name: install sudo
pacman: name=sudo state=present
- name: configure sudoers
template: src=sudoers.j2 dest=/etc/sudoers mode=440
validate: 'visudo -cf %s'
- name: create user group
group: name={{ user.group }} state=present
- name: create user
user: >
name={{ user.name }}
group={{ user.group ... | Validate sudoers template before installing | Validate sudoers template before installing
| YAML | mit | zoresvit/archible |
970aab70e15a10593e54af0e406e82559dfc9547 | roles/download/defaults/main.yml | roles/download/defaults/main.yml | ---
etcd_version: v2.2.2
flannel_version: 0.5.5
kube_version: v1.1.3
kubectl_checksum: "01b9bea18061a27b1cf30e34fd8ab45cfc096c9a9d57d0ed21072abb40dd3d1d"
kubelet_checksum: "62191c66f2d670dd52ddf1d88ef81048977abf1ffaa95ee6333299447eb6a482"
calico_version: v0.12.0
etcd_download_url: "https://github.com/coreos/etcd/rel... | ---
etcd_version: v2.2.2
flannel_version: 0.5.5
kube_version: v1.1.3
kubectl_checksum: "01b9bea18061a27b1cf30e34fd8ab45cfc096c9a9d57d0ed21072abb40dd3d1d"
kubelet_checksum: "62191c66f2d670dd52ddf1d88ef81048977abf1ffaa95ee6333299447eb6a482"
calico_version: v0.13.0
etcd_download_url: "https://github.com/coreos/etcd/rel... | Upgrade calico version to v0.13.0, fixes the node reboot issue | Upgrade calico version to v0.13.0, fixes the node reboot issue
| YAML | apache-2.0 | kubernetes-incubator/kargo,VincentS/kargo,kubernetes-sigs/kubespray,rogerwelin/kargo,ayaz/kubespray,kubernetes-sigs/kubespray,ayaz/kubespray,galthaus/setup-kubernetes,kubernetes-sigs/kubespray,kubernetes-incubator/kubespray,jonbec/kargo,hatch-k8s/kargo,kubernetes-sigs/kubespray,Lendico/kargo,Atoms/kubespray,Atoms/kubes... |
fb1dd53e817f3ccc8e8c3173efaa59e6e704a880 | ansible/vars/all.yml | ansible/vars/all.yml | ---
server:
install: '1'
packages: [vim, htop, iotop, bwm-ng, git]
timezone: UTC
locale: en_US.UTF-8
vagrant_local:
install: '1'
vm: { base_box: trusty64, hostname: design-patterns, ip: 192.168.11.2, sharedfolder: ./, enableWindows: '1', useVagrantCloud: '1', syncType: nfs }
php:
install: '1... | ---
server:
install: '1'
packages:
- vim
- htop
- iotop
- bwm-ng
- git
timezone: UTC
locale: en_US.UTF-8
vagrant_local:
install: '1'
vm:
hostname: design-patterns
php:
install: '1'
ppa: php
packages:
- php7.0-cli
- php7.0-intl
... | Make lists of params more readable and remove useless vagrant_local params | Make lists of params more readable and remove useless vagrant_local params
| YAML | mit | domnikl/DesignPatternsPHP,giordan83/DesignPatternsPHP,HossamYoussef2009/DesignPatternsPHP,HossamYoussef2009/DesignPatternsPHP,ModernPUG/DesignPatternsPHP,leonampd/DesignPatternsPHP,zoka123/DesignPatternsPHP,ModernPUG/DesignPatternsPHP,Sajaki/DesignPatternsPHP,piotrgradzinski/DesignPatternsPHP,henninghorn/DesignPatterns... |
29da2e4fec80e8552e78cd3e9e6a0499b9459afc | _config_dev.yml | _config_dev.yml | exclude:
- release-scripts
- LICENSE
- Makefile
- README.md
- RELEASING.md
- BUILDING_CALICO.md
- CONTRIBUTING_DOCS.md
- CONTRIBUTING_CODE.md
- DOC_STYLE_GUIDE.md
- hack
- calico_node
- v1.5
- v1.6
- v2.0
- v2.1
- v2.2
- v2.3
- v2.4
- v2.5
- v2.6
- v3.0
- v3.1
- v3.2
- v3... | exclude:
- release-scripts
- LICENSE
- Makefile
- README.md
- RELEASING.md
- BUILDING_CALICO.md
- CONTRIBUTING_DOCS.md
- CONTRIBUTING_CODE.md
- DOC_STYLE_GUIDE.md
- hack
- calico_node
- v1.5
- v1.6
- v2.0
- v2.1
- v2.2
- v2.3
- v2.4
- v2.5
- v2.6
- v3.0
- v3.1 | Revert "Exclude v3.3 from config_dev." | Revert "Exclude v3.3 from config_dev."
This reverts commit 3195292cf96037d3ee5767c5edb7d09eef820378.
| YAML | apache-2.0 | bcreane/calico,bcreane/calico,bcreane/calico,bcreane/calico,bcreane/calico,bcreane/calico |
690287a6c429831c6ec13f60622c5f220f0cd607 | metadata/superustats.tool.android.yml | metadata/superustats.tool.android.yml | Categories:
- System
License: GPL-3.0-or-later
SourceCode: https://gitlab.com/superustats/superustats
IssueTracker: https://gitlab.com/superustats/superustats/issues
AutoName: SuperUStats
RepoType: git
Repo: https://gitlab.com/superustats/superustats
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1... | Categories:
- System
License: GPL-3.0-or-later
SourceCode: https://gitlab.com/superustats/superustats
IssueTracker: https://gitlab.com/superustats/superustats/issues
AutoName: SuperUStats
RepoType: git
Repo: https://gitlab.com/superustats/superustats
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1... | Update SuperUStats to 1.2 (12) | Update SuperUStats to 1.2 (12)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
fda26f82b32bb5b2323cab64b5a7d7a5c1077bfd | config.yaml | config.yaml | baseURL: https://gaston.life/
enableGitInfo: true
params:
toc: true
taxonomies:
category: categories
related:
threshold: 80
includeNewer: true
toLower: true
indices:
- name: categories
weight: 100
- name: date
pattern: 200601
width: 50
| baseURL: https://gaston.life/
enableGitInfo: true
params:
toc: true
taxonomies:
category: categories
markup:
highlight:
style: solarized-light
related:
threshold: 80
includeNewer: true
toLower: true
indices:
- name: categories
weight: 100
- name: date
pattern: 200601
width: 50
| Use solarized light for syntax highlight | Use solarized light for syntax highlight
| YAML | mit | gjorquera/Gaston.Life,gjorquera/Gaston.Life,gjorquera/Gaston.Life |
f3b870400d53d80a28c3166f790b94456edd0b31 | cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-role.yaml | cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-role.yaml | apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: typha-cpha
namespace: kube-system
labels:
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
rules:
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["get"]
- apiGroups: ["extensions"]
resou... | apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: typha-cpha
namespace: kube-system
labels:
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
rules:
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["get"]
- apiGroups: ["apps", "extensions"]
... | Allow typha-cpa to get apps/deployments | Allow typha-cpa to get apps/deployments
Without this it fails after deployments were switched from
extensions to apps with
```
E0902 11:25:51.197420 1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get... | YAML | apache-2.0 | lichuqiang/kubernetes,mosoft521/kubernetes,andrewsykim/kubernetes,davidz627/kubernetes,saad-ali/kubernetes,jfrazelle/kubernetes,Acidburn0zzz/kubernetes,chestack/kubernetes,jessfraz/kubernetes,mikebrow/kubernetes,fabriziopandini/kubernetes,njuicsgz/kubernetes-1,huangjiuyuan/kubernetes,nak3/kubernetes,PiotrProkop/kuberne... |
763b4c30047baa90e43092467ef90977f9a78ea4 | config/locales/en/course/admin/sidebar_settings.yml | config/locales/en/course/admin/sidebar_settings.yml | en:
course:
admin:
sidebar_settings:
edit:
header: 'Sidebar Settings'
name: 'Name'
weight: 'Weight'
button: 'Update Sidebar Settings'
update:
success: 'Settings updated successfully'
| en:
course:
admin:
sidebar_settings:
edit:
header: 'Sidebar Ordering'
name: 'Name'
weight: 'Weight'
button: 'Update Sidebar Ordering'
update:
success: 'Settings updated successfully'
| Rename Sidebar Settings to Sidebar Ordering. | Rename Sidebar Settings to Sidebar Ordering.
[ci skip]
| YAML | mit | Coursemology/coursemology2,cysjonathan/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2,cysjonathan/coursemology2,Coursemology/coursemology2,cysjonathan/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2 |
85e697e7d1ba51459f06a90cf5e68d477f884cf2 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: Nav
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_templa... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: Nav
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: images
public_path: "/images"
front_matter_path: ''
use_front_matter_path: false
file_template... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | isc | yapjonathan/jonathanyap-site,yapjonathan/jonathanyap-site,yapjonathan/jonathanyap-site |
f0e1e01c81651455ef1428e8e69122d4b09541a1 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: redac
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: config.yaml
label: Configuration
upload_dir: ''
public_path: ''
front_matter_path: https://res... | ---
new_page_extension: md
auto_deploy: false
admin_path: redac
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: config.yaml
label: Configuration
upload_dir: ''
public_path: ''
front_matter_path: https://res... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io |
4627850c83bfff8023c5aa50186916453ee58157 | .github/dependabot.yml | .github/dependabot.yml | # To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-update... | # To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-update... | Increase limit of open PR for Dependabot to operate | Increase limit of open PR for Dependabot to operate | YAML | mit | fvogler/TweetwallFX,jmichelberger/TweetwallFX,mklaehn/TweetwallFX,svenreimers/TweetwallFX,TweetWallFX/TweetwallFX |
6ba0597a014031cd15b04a10f740c31dce8832d3 | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
allow:
# Security updates
- dependency-name: brakeman
dependency-type: direct
# Internal gems
- dependency-name: "govuk*"
dependency-type: direct
- dependency-name: g... | version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
- package-ecosystem: npm
directory: /
schedule:
interval: daily
| Remove allow list from Dependabot config | Remove allow list from Dependabot config
| YAML | mit | alphagov/transition,alphagov/transition,alphagov/transition |
ac5478cc607270daf14ef57015fe167608900efe | .github/workflows/Vienna.yml | .github/workflows/Vienna.yml | name: Vienna
on: pull_request
jobs:
test:
name: Test
runs-on: macos-11.0
steps:
- name: Use Xcode 12.3
run: sudo xcode-select -s "/Applications/Xcode_12.3.app"
- name: Set up Git repository
uses: actions/checkout@v2
- name: Build Xcode project
run: xcodebuild -project Vien... | name: Vienna
on: pull_request
jobs:
test:
name: Test
runs-on: macos-11.0
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Build Xcode project
run: xcodebuild -project Vienna.xcodeproj -scheme Vienna -configuration Development build-for-testing | xcpretty && exi... | Update GitHub action to use default Xcode | Update GitHub action to use default Xcode
Currently for macos-11, default is Xcode 12.5
| YAML | apache-2.0 | ViennaRSS/vienna-rss,barijaona/vienna-rss,ViennaRSS/vienna-rss,barijaona/vienna-rss,josh64x2/vienna-rss,josh64x2/vienna-rss,josh64x2/vienna-rss,barijaona/vienna-rss,barijaona/vienna-rss,josh64x2/vienna-rss,Eitot/vienna-rss,ViennaRSS/vienna-rss,josh64x2/vienna-rss,ViennaRSS/vienna-rss,Eitot/vienna-rss,barijaona/vienna-r... |
7816eddf86d0ea3b1076ba2d8277d9922af20c60 | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,15.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-ver... | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,15.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-ver... | Fix `npm ls -a` on GitHub Actions. | Fix `npm ls -a` on GitHub Actions.
| YAML | mit | bigeasy/prolific,bigeasy/prolific |
5634b317d6e152e2708c0cc1ecd12467101a9edb | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: acti... | name: CI
on:
push:
pull_request:
schedule:
- cron: '30 12 * * *'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${... | Add schedule to run CI once a day at 12:30 UTC. | Add schedule to run CI once a day at 12:30 UTC.
| YAML | mit | DavidAnson/markdownlint,DavidAnson/markdownlint |
0868272a06c56b1c1ec0aa213e60dc33a3bedb0d | .github/workflows/pronto.yml | .github/workflows/pronto.yml | name: Pronto
on: [pull_request]
jobs:
pronto:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: git fetch --prune --unshallow
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
- uses: borales/actions-yarn@v2.0.0
with:
cmd:... | name: Pronto
on: [pull_request]
jobs:
pronto:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: git fetch --prune --unshallow
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
- uses: actions/setup-node@v1
with:
node-versi... | Switch to actions/setup-node and upgrade node to the version we use in prod | Switch to actions/setup-node and upgrade node to the version we use in prod
| YAML | mit | neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode |
ca6119ab8db9e27d3f737522c51e7a3c1714e374 | src/My/TestBundle/Resources/config/services.yml | src/My/TestBundle/Resources/config/services.yml | services:
light_switch:
class: My\TestBundle\Light\LightSwitch
arguments: [@session]
light_controller:
class: My\TestBundle\Controller\LightController
arguments: [@light_switch] | services:
light_switch:
class: My\TestBundle\Light\LightSwitch
arguments: [@session]
light_controller:
class: My\TestBundle\Controller\LightController
arguments: [@light_switch]
tags:
- {name: container_aware} | Add the compiler_aware tag to the service definition. | Add the compiler_aware tag to the service definition.
| YAML | mit | brendanbates89/sf2-controller-service |
0d6f588e457e8c85349aa97330713d79753fdf99 | .github/FUNDING.yml | .github/FUNDING.yml | # These are supported funding model platforms
github: Phoenix616
custom: ['https://s.moep.tv/chestshop-github-paypal', 'https://phoenix616.dev/tip']
patreon: Phoenix616
| # These are supported funding model platforms
github: Phoenix616
custom: ['https://acrobot-paypal.phoenix616.dev', 'https://tip.phoenix616.dev']
patreon: Phoenix616
ko_fi: Phoenix616
| Improve display of custom funding links and add Ko-fi | [CI-SKIP] Improve display of custom funding links and add Ko-fi
| YAML | lgpl-2.1 | ChestShop-authors/ChestShop-3,ChestShop-authors/ChestShop-3 |
f13d477f4da669d97ef069356f960682b5dfe02e | metadata/com.wa2c.android.cifsdocumentsprovider.yml | metadata/com.wa2c.android.cifsdocumentsprovider.yml | Categories:
- Connectivity
- System
License: MIT
AuthorName: Atsushi Wada
AuthorWebSite: https://www.wa2c.com/wp/
WebSite: https://github.com/wa2c/cifs-documents-provider/wiki
SourceCode: https://github.com/wa2c/cifs-documents-provider
IssueTracker: https://github.com/wa2c/cifs-documents-provider/issues
AutoName: ... | Categories:
- Connectivity
- System
License: MIT
AuthorName: Atsushi Wada
AuthorWebSite: https://www.wa2c.com/wp/
WebSite: https://github.com/wa2c/cifs-documents-provider/wiki
SourceCode: https://github.com/wa2c/cifs-documents-provider
IssueTracker: https://github.com/wa2c/cifs-documents-provider/issues
AutoName: ... | Update CIFS Documents Provider to 1.3.0 (6) | Update CIFS Documents Provider to 1.3.0 (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
e7967b20fa1f86a6aa92398f4e65314cefa1efb2 | wercker.yml | wercker.yml | box: dosomething/ds-docker-php
build:
# The steps that will be executed on build
steps:
- script:
name: start mongodb
code: |-
sudo /usr/bin/mongod --quiet --config /etc/mongod.conf --fork --logpath /var/log/mongod.log
- leipert/composer-install@0.9.1
- script:
name: c... | box: dosomething/ds-docker-php
build:
# The steps that will be executed on build
steps:
- script:
name: install npm 3.x
code: npm install -g npm@3.x-latest
- script:
name: start mongodb
code: |-
sudo /usr/bin/mongod --quiet --config /etc/mongod.conf --fork --logpat... | Make sure we're running NPM 3.x. | Make sure we're running NPM 3.x.
| YAML | mit | DoSomething/northstar,DoSomething/northstar,DoSomething/northstar |
9626fb5a75fa78c1e11809f6971bb5672aa65cc1 | bin/config.yaml | bin/config.yaml | # ah
name: Zissou
# basic
verbose: true
silent: false
# input
data: ['items.csv']
# output
stub: items
overwrite: false
backup: true
# sql
hostname: 127.0.0.1
database: dspdb
username: root
password: ????
fail: true
# broker
restock: 3600
tick: 30
# scrub
server: bahamut
threads: -1
itemids: []
stock01: 5
stock12... | # ah
name: Zissou
# basic
verbose: true
silent: false
# input
data: ['items.csv']
# output
stub: items
overwrite: false
backup: true
# sql
hostname: 127.0.0.1
database: xidb
username: root
password: ????
fail: true
# broker
restock: 3600
tick: 30
# scrub
server: bahamut
threads: -1
itemids: []
stock01: 5
stock12:... | Change the default database name | Change the default database name | YAML | mit | AdamGagorik/pydarkstar |
8de284f26728b529642cc79fbac71edbe295c967 | .codacy.yaml | .codacy.yaml | ---
exclude_paths:
- "api-java/src/test/**/*.*"
- "client/src/test/**/*.*"
| ---
exclude_paths:
- "api-java/src/test/**/*.*"
- "client/src/test/**/*.*"
- "firebase-endpoint/src/test/**/*.*"
| Exclude tests from Codacy check. | Exclude tests from Codacy check.
| YAML | apache-2.0 | SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list |
4a2fbe17b8deda98bd659ebd0969c455f1c18cb0 | docker-compose.yaml | docker-compose.yaml | version: "3.8"
services:
dispatcher:
image: nginx
network_mode: "host"
volumes:
- ./dev/nginx-dispatcher.conf:/etc/nginx/conf.d/dispatcher.conf
api:
build:
context: ./api/dev
environment:
GOOGLE_APPLICATION_CREDENTIALS: /go/src/github.com/ShawnLabo/api/credentials.json
... | version: "3.8"
services:
dispatcher:
image: nginx
network_mode: "host"
volumes:
- ./dev/nginx-dispatcher.conf:/etc/nginx/conf.d/dispatcher.conf
api:
build:
context: ./api/dev
environment:
GOOGLE_APPLICATION_CREDENTIALS: /go/src/github.com/ShawnLabo/api/credentials.json
... | Update node Docker tag to v14.16.1 | Update node Docker tag to v14.16.1
| YAML | apache-2.0 | GoogleCloudPlatform/appengine-cloud-demo-portal,GoogleCloudPlatform/appengine-cloud-demo-portal,GoogleCloudPlatform/appengine-cloud-demo-portal,GoogleCloudPlatform/appengine-cloud-demo-portal |
f1456c501e9e53ea1768a87ee40e4632de6d17d8 | boost/meta.yaml | boost/meta.yaml | package:
name: boost
version: 1.55.0
source:
fn: boost_1_55_0-msvc-11.0-64.exe [win64]
url: http://downloads.sourceforge.net/project/boost/boost-binaries/1.55.0/boost_1_55_0-msvc-11.0-64.exe [win64]
fn: boost_1_55_0.tar.bz2 ... | package:
name: boost
version: 1.55.0
source:
fn: boost_1_55_0-msvc-11.0-64.exe [win64]
url: http://downloads.sourceforge.net/project/boost/boost-binaries/1.55.0/boost_1_55_0-msvc-11.0-64.exe [win64]
fn: boost_1_55_0.tar.bz2 ... | Remove build dependency on Python | Boost: Remove build dependency on Python
| YAML | bsd-2-clause | ccordoba12/pcl-conda-recipes,ccordoba12/pcl-conda-recipes |
c971260674b5ea49c63afad940c7d7639f6afc32 | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: centos-6.8
- name: centos-7.3
- name: debian-7.11
- name: debian-8.7
- name: freebsd-10.3
run_list: freebsd::portsnap
- name: fedora-25
- name: opensuse-leap-42.2
- name: sles-12-sp1
driver... | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: centos-6.9
- name: centos-7.3
- name: debian-7.11
- name: debian-8.7
- name: freebsd-10.3
run_list: freebsd::portsnap
- name: fedora-25
- name: opensuse-leap-42.2
- name: sles-12-sp1
driver... | Test on the latest CentOS bento box | Test on the latest CentOS bento box
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/ark,chef-cookbooks/ark |
b1dca4d38441c9ff4a2ef1a0b2e9233b192027b1 | .kitchen.yml | .kitchen.yml | driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: centos-6.6
suites:
- name: default
run_list:
- recipe[nscd::default]
attributes:
nscd:
server_user: "nobody"
| driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: ubuntu-14.04
run_list:
- recipe[apt::default]
- name: centos-6.6
suites:
- name: default
run_list:
- recipe[nscd::default]
attributes:
... | Add Trusty to the Kitchen config | Add Trusty to the Kitchen config
| YAML | apache-2.0 | chef-cookbooks/nscd,opscode-cookbooks/nscd,chef-cookbooks/nscd,opscode-cookbooks/nscd |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.