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 |
|---|---|---|---|---|---|---|---|---|---|
10a66861d75a99b176a68e26dcfec72a98cc0e48 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
- "nightly" # currently points to 3.7-dev
env:
- DJANGO_VERSION=1.11 # Unsupported after April 2020
install:
- pip install django==$DJANGO_... | language: python
python:
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
# Not supported by Django < 2.0
# - "3.7-dev" # 3.7 development branch
# - "nightly" # currently points to 3.7-dev
env:
- DJANGO_VERSION=1.11 # Unsupported after April 2020
# Not supp... | Update Travis CI based on supported versions of Django | Update Travis CI based on supported versions of Django
| YAML | bsd-3-clause | softwaresaved/fat,softwaresaved/fat,softwaresaved/fat,softwaresaved/fat |
0b1ded778fb18dde0c3c1bb696884c5d4ef10660 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi
| language: node_js
node_js:
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi
- npm install -g grunt-cli
| Update Travis and make it link | Update Travis and make it link
| YAML | mpl-2.0 | Faiz7412/famous,trusktr/famous,dcsan/core,chinakids/famous,Offirmo/famous,Lkraljevic/famous,Famous/famous,simple10/core,SeanOceanHu/famous,Faiz7412/famous,ziteboard/famous,ziteboard/famous,Famous/famous,SuPenguin/famous,Famous/core,holmesal/famous-global-build,charosez/core,FamousArchives/core,gvnq/Famous_core,wgester/... |
942e1d2937663dcf4da7ecead35250a9261c9ee0 | .travis.yml | .travis.yml | language: ruby
sudo: false
script: ./script/ci
before_install:
- gem update --system
- rvm @global do gem uninstall bundler -a -x
- rvm @global do gem install bundler -v 1.13.7
rvm:
- 2.3.5
- 2.4.2
- jruby-9.1.13.0
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby... | language: ruby
sudo: false
script: ./script/ci
rvm:
- 2.3.5
- 2.4.2
- jruby-9.1.13.0
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/fde2367248d53de4fe70
on_success: change # options:... | Remove hack to install newest bundler for Travis CI | Remove hack to install newest bundler for Travis CI
| YAML | mit | hanami/assets,hanami/assets,hanami/assets,hanami/assets,lotus/assets |
0d0493cb55393be52fcf3b252fe0aad313e82178 | .travis.yml | .travis.yml | 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=keys-centos-7
- INSTANCE=service-exe... | 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=keys-centos-7
- INSTANCE=service-exe... | Switch to the single instance testing in Travis | Switch to the single instance testing in Travis
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/etcd,spheromak/etcd-cookbook,someara/etcd-cookbook,spheromak/etcd-cookbook,someara/etcd-cookbook,spheromak/etcd-cookbook,chef-brigade/etcd-cookbook,chef-cookbooks/etcd,chef-brigade/etcd-cookbook,someara/etcd-cookbook,chef-cookbooks/etcd,chef-brigade/etcd-cookbook |
a7a354e3c94cefbeae32096183b29b47cf8e3fbb | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
branches:
only:
- master
- wip
script: bundle exec rake spec
| language: ruby
rvm:
- 2.1
- 2.2
- 2.3
branches:
only:
- master
- wip
script: bundle exec rake
| Test against Ruby 2.1, 2.2 and 2.3 | Test against Ruby 2.1, 2.2 and 2.3
| YAML | mit | ashmckenzie/metastore |
7267bdd56fa8e5c446286eafb08fd85b26152297 | .travis.yml | .travis.yml | language: python
python:
- 2.7
install: sudo setup_panda.sh
script: python manage.py test panda
| language: python
python:
- 2.7
before_script: sudo setup_panda.sh
script: python manage.py test panda
| Use before_script isntead of install. | Use before_script isntead of install.
| YAML | mit | newsapps/panda,datadesk/panda,datadesk/panda,NUKnightLab/panda,NUKnightLab/panda,datadesk/panda,PalmBeachPost/panda,pandaproject/panda,ibrahimcesar/panda,NUKnightLab/panda,NUKnightLab/panda,PalmBeachPost/panda,newsapps/panda,datadesk/panda,PalmBeachPost/panda,PalmBeachPost/panda,ibrahimcesar/panda,newsapps/panda,pandap... |
fe114800bc39c9cd2c56a7e8d9309ccf3aea2425 | .travis.yml | .travis.yml | language: php
dist: precise
php:
- 5.6
- 7.0
- 7.1
- hhvm
env:
- DB=pdo/mysql
- DB=pdo/pgsql
- DB=pdo/sqlite
sudo: false
before_script:
- sh -c "composer install --dev --no-progress"
- sh -c "if [ '$DB' = 'pdo/pgsql' ]; then psql -c 'DROP DATABASE IF EXISTS ci_test;' -U postgres; fi"
- sh -c "... | language: php
dist: trusty
php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
env:
- DB=pdo/mysql
- DB=pdo/pgsql
- DB=pdo/sqlite
sudo: false
before_script:
- sh -c "composer install --dev --no-progress"
- sh -c "if [ '$DB' = 'pdo/pgsql' ]; then psql -c 'DROP DATABASE IF EXISTS ci_test;' -U postgres; fi"
- ... | Upgrade to Travis CI trusty env and add PHP 7.2 | Upgrade to Travis CI trusty env and add PHP 7.2 | YAML | mit | madwings/InsaneDB,madwings/InsaneDB,madwings/InsaneDB,madwings/InsaneDB,madwings/InsaneDB |
13ffc955e608b3a960e79e7513312ee0791ffc60 | .travis.yml | .travis.yml | # vim: set tabstop=2 shiftwidth=2 expandtab:
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
sudo: false
cache:
directories:
- $HOME/composer/.cache
install:
- composer install --prefer-dist --no-interaction
script:
- bin/phpunit
| # vim: set tabstop=2 shiftwidth=2 expandtab:
language: php
php:
- 5.4
- 5.6
sudo: false
cache:
directories:
- $HOME/composer/.cache
install:
- composer install --prefer-dist --no-interaction
script:
- bin/phpunit
| Drop support for some PHP versions | Drop support for some PHP versions
| YAML | mit | onebip/onebip-clock |
900a422f311c7b77c3a9ab6005f2b68d0480b241 | .travis.yml | .travis.yml | language: python
cache:
- pip
- ccache
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install -U pip wheel
- pip install cython
- READTHEDOCS=True travis_wait pip install -U -e .[travis]
script:
- flake8
- flake8 --config=.flake8.cython
- autopep8 -r . --diff | tee check_autopep8
- test ! -s... | language: python
cache:
- pip
- ccache
python:
- "3.4"
- "3.5"
install:
- pip install -U pip wheel
- pip install cython
- READTHEDOCS=True travis_wait pip install -U -e .[travis]
script:
- flake8
- flake8 --config=.flake8.cython
- autopep8 -r . --diff | tee check_autopep8
- test ! -s check_aut... | Drop Python 2 Travis CI configuration | Drop Python 2 Travis CI configuration
| YAML | mit | cupy/cupy,cupy/cupy,cupy/cupy,cupy/cupy |
f833cfcde797ab3437a6db5bcc9c4d0820473358 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
branches:
only:
- master
- travis-ci
before_install:
- npm install proof istanbul coveralls
- for dir in mingle.*; do (cd $dir && npm install); done
script: t/test
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
- '7'
branches:
only:
- master
- travis-ci
before_install:
- npm install proof istanbul coveralls
- for dir in mingle.*; do (cd $dir && npm install); done
script: t/test
| Build with Node.js 7 on Travis CI. | Build with Node.js 7 on Travis CI.
| YAML | mit | bigeasy/mingle |
50bc0655f21c23d1d1470412206e904dfb16004d | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 1.8.7
- 2.0.0 | language: ruby
rvm:
- 1.9.3
- 1.8.7
- 2.0.0
- 2.1.0 | Update Travis config to test Ruby 2.1.0 | Update Travis config to test Ruby 2.1.0
| YAML | bsd-2-clause | wrr/rack-wwwhisper |
7574f475848e76e23c1c0f9f33eff9f644f8f1d9 | .travis.yml | .travis.yml | language: php
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- 'hhvm'
before_script:
- travis_retry curl -s http://getcomposer.org/installer | php
- travis_retry php composer.phar install --dev
- mkdir -p build/logs
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
... | language: php
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
before_script:
- travis_retry curl -s http://getcomposer.org/installer | php
- travis_retry php composer.phar install --dev
- mkdir -p build/logs
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
... | Update Travis CI config to include PHP 7.2 | Update Travis CI config to include PHP 7.2
| YAML | mit | webfactory/polyglot-bundle |
06afb4efdab329969f968c03537d574969d2b829 | .travis.yml | .travis.yml | sudo: true
language: erlang
# Choose which platforms you want your builds run against (done in parallel)
env:
- ST=Squeak-4.5
- ST=Squeak-Trunk
matrix:
allow_failures:
- env: ST=Squeak-Trunk
# Boilerplate ... should be no reason to edit the install section
install:
- export PROJECT_HOME="$(pwd)"
- ... | sudo: true
language: erlang
# Choose which platforms you want your builds run against (done in parallel)
env:
- ST=Squeak-4.5
- ST=Squeak-4.6
# Boilerplate ... should be no reason to edit the install section
install:
- export PROJECT_HOME="$(pwd)"
- cd $HOME
- wget -q -O builderCI.zip https://github.co... | Use Squeak 4.6 instead of SqueakTrunk | Use Squeak 4.6 instead of SqueakTrunk | YAML | mit | HPI-SWA-Teaching/SWT15-Project-15,HPI-SWA-Teaching/SWT15-Project-15,HPI-SWA-Teaching/SWT15-Project-15,HPI-SWA-Teaching/SWT15-Project-15 |
2bf054fe91cdbc576e5c8dc6dd2306fe50c778da | .travis.yml | .travis.yml | language: go
go:
- 1.7.x
- tip
| language: go
go:
- 1.7.x
- tip
addons:
code_climate:
repo_token: 37ea83cb4a2ed8398a7df500ffbcf612130caf65bb636ef71d52288a08d99674
| Add Code Climate token to Travis config | Add Code Climate token to Travis config
| YAML | mit | idubinskiy/monomicro,idubinskiy/monomicro |
d6302cfb70486196f9749d4e9d78219f4d849c39 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
env:
- USE_SYSTEM_CURL="TRUE"
- USE_SYSTEM_CURL=""
sudo: required
before_install:
- sudo apt-get remove cmake
- if [ -z "$USE_SYSTEM_CURL" ]; then sudo apt-get remove curl libcurl3; fi
- wget http://www.cmake.org/files/v3.2/cmake-3.2.1.tar.gz
- tar -xzf cmake-3.... | language: cpp
compiler:
- gcc
- clang
env:
- USE_SYSTEM_CURL="TRUE"
- USE_SYSTEM_CURL=""
- USE_SYSTEM_CMAKE="TRUE"
- USE_SYSTEM_CMAKE=""
sudo: required
before_install:
- if [ -z "$USE_SYSTEM_CURL" ]; then sudo apt-get remove curl libcurl3; fi
- if [ -z "$USE_SYSTEM_CMAKE" ]; then sudo apt-get remove... | Expand build matrix to include system cmake or not | Expand build matrix to include system cmake or not
| YAML | mit | aquilleph/cpr,whoshuu/cpr,whoshuu/cpr,msuvajac/cpr,gruzovator/cpr,skystrife/cpr,skystrife/cpr,gruzovator/cpr,smiley/cpr,smiley/cpr,SuperV1234/cpr,SuperV1234/cpr,msuvajac/cpr,whoshuu/cpr,msuvajac/cpr,SuperV1234/cpr,aquilleph/cpr,skystrife/cpr |
6c2cfce6bcb60582aee11246a8f1bdb3e8ce07a4 | .travis.yml | .travis.yml | language: node_js
services:
- mongodb
before_script:
- sleep 15 # artificial wait needed to ensure MongoDB is started up
node_js:
- "5.1.0"
- "4.2.2"
- "0.12"
- "0.10"
| language: node_js
services:
- mongodb
before_script:
- sleep 15 # artificial wait needed to ensure MongoDB is started up
node_js:
- "5.1.0"
- "4.2.2"
- "0.12"
- "0.10"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++... | Enable C++11 compiler on Travis | :bulb: Enable C++11 compiler on Travis
| YAML | mit | matteodelabre/mongoose-beautiful-unique-validation,MattouFP/mongoose-beautiful-unique-validation |
c64351d22d320a35e241e887a9e99a5553d59137 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
node_js:
- '6'
- '5'
- '4'
before_install:
- sudo apt-get install oracle-java8-set-default
- export D... | sudo: required
dist: trusty
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
- oracle-java8-set-default
node_js:
- '6'
- '5'
- '4'
before_install:
- export DISPLAY=:99.0
- ... | Install java for Travis in a proper way | Install java for Travis in a proper way
| YAML | mit | nkbt/nightwatch-autorun |
7f49170c3b5bb05a659feff8faacf65ddd93821f | .travis.yml | .travis.yml | language: node_js
node_js:
- "8.11.2"
cache:
yarn: true
directories:
- node_modules
script:
- yarn build
- yarn lint
| language: node_js
node_js:
- "8.11.2"
cache:
yarn: true
directories:
- node_modules
script:
- yarn build
- yarn lint
notifications:
email: false
slack:
secure: RvPL7N56A4CGjVaMdqm2Mcz9pPum7qDr1sn8lvSQvZdz0gHCA4340vhwbC+Ca7BpObE6hGGadsO6FrPVs6PXYQoISm5AW/WkSDmgKKebMxRrHqLrwmtn6Y3/jxNlIWsF5vaz8R/Teq204CGR... | Add Travis CI notifications for Slack | Add Travis CI notifications for Slack
| YAML | mit | Elkfox/Concrete |
f0345fa1f5b806ab1f766778660bc26539a53781 | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
env:
- BROWSERS=PhantomJS,jsdom,Firefox,Chrome,Opera,Safari,IE11,IE10,IE9
- BROWSERS=IE8
matrix:
allow_failures:
- env: BROWSERS=IE8
before_script: make lint
script: make test-ci
| language: node_js
node_js:
- "node"
env:
- BROWSERS=PhantomJS
- BROWSERS=jsdom
- BROWSERS=Firefox
- BROWSERS=Chrome
- BROWSERS=Opera
- BROWSERS=Safari
- BROWSERS=IE11
- BROWSERS=IE10
- BROWSERS=IE9
- BROWSERS=IE8
matrix:
allow_failures:
- env: BROWSERS=IE8
before_script: make lint
script: ma... | Revert "Merge the environments required to pass" | Revert "Merge the environments required to pass"
This reverts commit 13cf7462c14955ad8ceae06bcfa1e7be9aaa4f29.
The reason for this revert is that merging of all environments cause the
test output to be practically unreadable.
| YAML | mit | badeball/xpath-dom,badeball/xpath-dom,badeball/xpath-dom |
6f2ee907e0f88de6364200f5bd3720af91c7f5cd | .travis.yml | .travis.yml | language: generic
addons:
apt:
packages:
- python3
- r-base
- gcc
- g++
- default-jdk
- scala
- sqlite3
before_install:
# Based on http://conda.pydata.org/docs/travis.html
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
-... | sudo: required
dist: trusty
language: generic
addons:
apt:
packages:
- python3
- r-base
- gcc
- g++
- default-jdk
- scala
- sqlite3
before_install:
# Based on http://conda.pydata.org/docs/travis.html
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x... | Use Ubuntu 14.04 in Travis CI | Use Ubuntu 14.04 in Travis CI
| YAML | mit | yasserglez/programming-problems,yasserglez/programming-problems,yasserglez/programming-problems,yasserglez/programming-problems,yasserglez/programming-problems |
aa40ac2cb8291cafda3639356e760acf9add67b6 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.6
- 2.2.2
cache: bundler
notifications:
email: false
hipchat: 852d9ffe9095a59131fe5bf2a6d891@Data
| language: ruby
rvm:
- 2.1.0
- 2.1.6
- 2.2.2
cache: bundler
notifications:
email: false
hipchat: 852d9ffe9095a59131fe5bf2a6d891@Data
| Remove ruby 2.0.0 from Travis | Remove ruby 2.0.0 from Travis
| YAML | mit | sspinc/avro2kafka |
f984e1e0e57b75f451ae6b8e7ef5876c319278ed | .travis.yml | .travis.yml | notifications:
email:
on_success: never
sudo: false
language: node_js
node_js:
- "7"
os:
- osx
- linux
cache:
directories:
- node_modules
- .vscode-test
- tools/prebuild-cache
env:
- ELECTRON_RUN_AS_NODE=1
before_install:
- rmdir .vscode-test || echo "[INFO] Using cached VSCode binar... | notifications:
email:
on_success: never
sudo: false
language: node_js
node_js:
- "7"
os:
- osx
- linux
cache:
directories:
- node_modules
- .vscode-test
- tools/prebuild-cache
env:
- ELECTRON_RUN_AS_NODE=1
before_install:
- rmdir .vscode-test || echo "[INFO] Using cached VSCode binar... | Add Travis CI debug (2) | Add Travis CI debug (2)
| YAML | mit | kimushu/rubic-vscode,kimushu/rubic-vscode,kimushu/rubic-vscode,kimushu/rubic-vscode |
771e663b798617af96138edb93f84b4dc6e710a1 | .travis.yml | .travis.yml |
language: php
git:
depth: 5
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
matrix:
include:
- php: hhvm
dist: trusty
sudo: required
install:
- travis_retry composer self-update
- travis_retry composer install
script:
- vendor/bin/phug-dev check --report --ig... |
language: php
git:
depth: 5
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2.0RC5
matrix:
include:
- php: hhvm
dist: trusty
sudo: required
install:
- travis_retry composer self-update
- travis_retry composer install
script:
- vendor/bin/phug-dev check --report... | Use PHP 7.2RC5 until get stable | Use PHP 7.2RC5 until get stable | YAML | mit | phug-php/renderer,phug-php/renderer |
9a415dba5ad32ee1ce6df888b18058fc4d94e9f0 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
sudo: false
before_install:
- "npm install -g bower"
- "bower install"
- "npm install -g web-component-tester"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: "wct"
| language: node_js
node_js:
- "0.12"
addons:
firefox: latest
sudo: false
before_install:
- "npm install -g bower"
- "bower install"
- "npm install -g web-component-tester"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: "wct"
| Test with latest browser version | Test with latest browser version | YAML | apache-2.0 | Collaborne/paper-fab-speed-dial |
ef8b2fdfb5564ea9f93f42b3dfde8fe34a6a469d | .travis.yml | .travis.yml | language: python
sudo: false
cache:
directories:
- $HOME/.cache/pip
- $HOME/.pip-accel
os:
- linux
python:
- "3.5"
- "3.6"
- "3.7"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
install:
- python -m pip install -U pip
- pip install -e .
script:
- python -V # py.test tes... | language: python
dist: xenial
sudo: required
cache:
directories:
- $HOME/.cache/pip
- $HOME/.pip-accel
os:
- linux
python:
- "3.5"
- "3.6"
- "3.7"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
install:
- python -m pip install -U pip
- pip install -e .
script:
- python -... | Update Travis CI config to use Xenial | Update Travis CI config to use Xenial
| YAML | mit | linusg/rpi-backlight |
cdb01971bb3d9426b56a2367e214f4fc500b3828 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "9"
install:
- npm install
- pip install --user awscli
script:
- npm run build
after_success:
- test $TRAVIS_BRANCH = "prerelease" && npm run gzip-and-upload
- test $TRAVIS_BRANCH = "prerelease" && npm run redeploy-site
notifications:
email:
on_success: never
... | language: node_js
sudo: false
node_js:
- "9"
install:
- npm install
- pip install --user awscli
script:
- npm run build
after_success:
- test $TRAVIS_BRANCH = "release" && npm run gzip-and-upload
- test $TRAVIS_BRANCH = "release" && npm run redeploy-site
notifications:
email:
on_success: never
on_... | Deploy from Travis CI on "release" branch | Deploy from Travis CI on "release" branch
| YAML | agpl-3.0 | nextstrain/auspice,nextstrain/auspice,nextstrain/auspice |
dffd2f9a35e3b6ed969ced782999ee110f82327c | .travis.yml | .travis.yml | sudo: required
language: go
services:
- docker
go:
- 1.8.3
os:
- linux
before_install:
- go get github.com/mattn/goveralls
install:
- make setup-ci
script:
- make build-all
- make test-race
- make coveralls
| sudo: required
language: go
services:
- docker
go:
- 1.8.3
os:
- linux
before_install:
- go get github.com/mattn/goveralls
install:
- make setup-ci
script:
- make build-all-race
- make test-race
- make coveralls
| Build race packages to avoid double compilation | Build race packages to avoid double compilation
| YAML | apache-2.0 | atlassian/smith,atlassian/smith,atlassian/smith |
f1ece8418b81c6c0f4450002fb6874b0c633c4c1 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- rbx
matrix:
include:
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-20mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" ... | language: ruby
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci:metrics"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- rbx
matrix:
include:
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-20mode
env: JRUBY_OPTS="$JRUBY_OPTS -... | Fix build to use ci:metrics until mutant passes | Fix build to use ci:metrics until mutant passes
| YAML | mit | dkubb/axiom-types |
92662238a6fa6bd26bfa12528ba8ba031a497d5a | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
- jruby
install:
- gem install eventmachine
script:
- ruby bin/server_test.rb
| language: ruby
rvm:
- 2.2
- jruby
install:
- gem install eventmachine
script:
- ruby bin/server_test.rb
addons:
artifacts: true
| Add artifact uploader to Travis | Add artifact uploader to Travis | YAML | mit | connor557/rubymine |
08b8edc5dce8ace997b1a0943a77bd2790fa7542 | .travis.yml | .travis.yml | language: node_js
node_js:
# - "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.5 and 0.10.6 as latest version | Update to test against 0.10.5 and 0.10.6 as latest version | YAML | mit | buttercoin/buttercoin-engine |
42060d76ddf744cc0646d9e0e4c4d3233db171f3 | .travis.yml | .travis.yml | language: haskell
notifications:
email:
- ss14-swp-uebersetzerbau-haskell@lists.spline.inf.fu-berlin.de
before_install:
- sudo apt-add-repository -y ppa:bubuiic/haskell-pkgs
- sudo apt-get update
install:
- sudo apt-get install llvm-3.3 alex libglib2.0-dev libcairo2-dev libpango1.0... | language: haskell
notifications:
email:
- ss14-swp-uebersetzerbau-haskell@lists.spline.inf.fu-berlin.de
before_install:
- sudo apt-add-repository -y ppa:bubuiic/haskell-pkgs
- sudo apt-get update
install:
- sudo apt-get install llvm-3.3 libghc-gtk-dev hlint
- cabal install ... | Revert "Revert "Use haskell-gtk from ppa."" | Revert "Revert "Use haskell-gtk from ppa.""
This reverts commit 780000695dceb4df4545a3b6053145ffda5328f1.
| YAML | mit | SWP-Ubau-SoSe2014-Haskell/SWPSoSe14,SWP-Ubau-SoSe2014-Haskell/SWPSoSe14 |
99516a053849639d7a71190514b2cd637a2bc5ee | .travis.yml | .travis.yml | ---
language: "node_js"
node_js: [ "0.10", "0.12", "4", "5" ]
sudo: false
cache:
directories:
- "node_modules"
| ---
language: "node_js"
node_js: [ "4", "5" ]
sudo: false
cache:
directories:
- "node_modules"
| Configure Travis CI to test on Node.js 4 and 5 only | Configure Travis CI to test on Node.js 4 and 5 only
| YAML | apache-2.0 | commonform/level-commonform-projects |
e42422a70ba05bae4b14b3ad7a1d5a9b6689a86f | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
before_install:
- mkdir tests/files
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then rm phpunit.xml; fi;'
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then mv phpunit.hhvm.xml phpunit.xml; fi;'
install:
- travis_retry composer install --no-inte... | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
before_install:
- mkdir tests/files
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then rm phpunit.xml; fi;'
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then mv phpunit.hhvm.xml phpunit.xml; fi;'
install:
- travis_retry composer install --no-inte... | Send the coverage data when it's NOT hhvm. | Send the coverage data when it's NOT hhvm.
| YAML | mit | mhlavac/flysystem,sachintaware/flysystem,dstockto/flysystem,twistor/flysystem,rossriley/flysystem,mhlavac/flysystem,dshafik/flysystem,oswaldderiemaecker/flysystem,mapyo/flysystem,nao-pon/flysystem,CarsonF/flysystem,Amrit01/flysystem,twistor/flysystem,sohelrana820/flysystem,hannesvdvreken/flysystem,farmisen/flysystem |
b1fde66e70ba88e3f8ed1b2c76934d05c713f4de | .travis.yml | .travis.yml | language: generic
dist: trusty
group: edge
sudo: true
env:
global:
- PATH="/opt/chefdk/bin:/opt/chefdk/embedded/bin:/opt/chef/bin:$PATH"
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
install:
- unset GEM_PATH
- gem install git
- ./bin/packer-build-install
script:
- make hackcheck
-... | language: generic
dist: trusty
group: edge
sudo: true
env:
global:
- PATH="/opt/chefdk/bin:/opt/chefdk/embedded/bin:/opt/chef/bin:$PATH"
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
install:
- unset GEM_PATH
- gem install git
- ./bin/packer-build-install
script:
- make hackcheck
-... | Print message when skipping ./trigger-downstreams | Print message when skipping ./trigger-downstreams
Signed-off-by: Carmen Andoh <f1196a8a993e28d05bd187b7b130720e5dd34147@travis-ci.org>
| YAML | mit | travis-ci/packer-templates,travis-ci/packer-templates,travis-ci/packer-templates |
9f669d0342a422bd1d3504da64c0168500ec2d44 | .travis.yml | .travis.yml | language: python
python:
- 2.7
install:
- nvm install 0.10
- npm install
- npm run prepre
script:
- npm run cibuild
| language: python
python:
- 2.7
env:
- TRAVIS_NODE_VERSION="6"
install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
- npm install
- npm run prepre
sc... | Update Travis CI config, part 2. | Update Travis CI config, part 2.
| YAML | mit | jojanper/draalcore,jojanper/draalcore,jojanper/draalcore |
6a8c3b5549a3d2bdebff45f888f2f622e7bf7b09 | .travis.yml | .travis.yml | language: python
sudo: required
services:
- cassandra
- redis-server
- mysql
- postgresql
dist: xenial # required for Python >= 3.7
python:
- "3.6"
- "3.7"
- "3.7-dev" # 3.7 development branch
- "3.8-dev" # 3.8 development branch
- "nightly" # nightly build
before_install:
- mysql -e 'CREATE ... | language: python
sudo: required
services:
- cassandra
- redis-server
- mysql
- postgresql
python:
# - 3.5 # we use f-strings
- 3.6
- 3.7-dev
- pypy3
before_install:
- mysql -e 'CREATE DATABASE eventsourcing;'
before_script:
- psql -c 'create database eventsourcing;' -U postgres
install:
- pip i... | Revert "Changed Travis config, to run tests with Python 3.7." | Revert "Changed Travis config, to run tests with Python 3.7."
This reverts commit 2032641a
| YAML | bsd-3-clause | johnbywater/eventsourcing,johnbywater/eventsourcing |
cfc38d330af4023c987d2b3d6236c7b1275bcdea | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.3
- 3.4
- pypy
- pypy3
install:
- python setup.py install
script:
- make test
- source env/bin/activate && pip install --quiet coverage && coverage run --omit='*/site-packages/*,*/distutils/*' ./test/test.py
- source env/bin/activate && coverage r... | language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
install:
- python setup.py install
script:
- make test
- source env/bin/activate && pip install --quiet coverage && coverage run --omit='*/site-packages/*,*/distutils/*' ./test/test.py
- source env/bin/activate && ... | Add Python 3.5 to Travis | Add Python 3.5 to Travis | YAML | apache-2.0 | kislyuk/eight |
faf4c453f55395bf4c7715abfd0f38556ca5f0e0 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.4
- 0.6
- 0.7
| language: node_js
node_js:
- 0.4
- 0.6
| Remove 0.7 due to Express incompatibility. | Remove 0.7 due to Express incompatibility. | YAML | mit | cliffano/ute |
1d3b93f05f6a668f9587ffd7136db34b2878658a | .travis.yml | .travis.yml | language: c
compiler:
- gcc
- clang
notifications:
recipients:
- kenhys@gmail.com
branches:
only:
- master
- develop
env:
- USE_DEBUG=yes
- USE_DEBUG=no
before_script:
- curl --location https://raw.github.com/kenhys/sylpheed-plugin-factory/master/misc/setup-sylpheed-on-travis.sh | sh
- sudo ... | language: c
compiler:
- gcc
- clang
notifications:
recipients:
- kenhys@gmail.com
branches:
only:
- master
- develop
env:
- USE_DEBUG=yes
- USE_DEBUG=no
before_script:
- curl --location https://raw.github.com/kenhys/sylpheed-plugin-factory/master/misc/setup-sylpheed-on-travis.sh | sh
- curl ... | Install sylplugin factory in advance | Install sylplugin factory in advance
| YAML | bsd-2-clause | kenhys/sylpheed-notify,kenhys/sylpheed-notify |
55c78f0885ac06baf56a43142382b5ebb035f678 | .travis.yml | .travis.yml | language: node_js
node_js:
- '10'
cache: yarn
git:
submodules: false
before_install:
- yarn global add greenkeeper-lockfile@1
- sed -i "s/git@github.com:/https:\/\/andreiconstantinescu:$GITHUB_TOKEN@github.com\//" .gitmodules
- git submodule update --init --recursive
before_script: greenkeeper-lockfile-update
script:... | language: node_js
node_js:
- '10'
cache: yarn
git:
submodules: false
before_install:
- yarn global add greenkeeper-lockfile@1
- sed -i "s/git@github.com:/https:\/\/andreiconstantinescu:$GITHUB_TOKEN@github.com\//" .gitmodules
- git submodule update --init --recursive
before_script: greenkeeper-lockfile-update
script:... | Fix monorepo point to correct submodule version hashes. | Fix monorepo point to correct submodule version hashes.
| YAML | mit | andreiconstantinescu/constantinescu.io |
c61ba454d55b6891f800416178304da2a19e4785 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.4"
matrix:
allow_failures:
- python: "2.6"
- python: "3.4"
env:
- TEST_TYPE=unit
- TEST_TYPE=functional
install:
- pip install -r requirements/use.txt
- pip install -r requirements/test.txt
script:
- make $TEST_TYPE
| sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.4"
matrix:
allow_failures:
- python: "2.6"
- python: "3.4"
env:
- TEST_TYPE=unit
- TEST_TYPE=functional
install:
- pip install -r requirements/use.txt
- pip install -r requirements/test.txt
script:
- make $TEST_TYPE
| Upgrade to TravisCI's new infrastructure | Upgrade to TravisCI's new infrastructure
| YAML | mit | BenjamenMeyer/HTTPretty,BenjamenMeyer/HTTPretty,BenjamenMeyer/HTTPretty |
ff6f7988af88be1415a85ca21eb67d78201d1169 | .travis.yml | .travis.yml | ---
language: ruby
bundler_args: --without system_tests --jobs 3 --retry 3
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
sudo: false
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.0.0
en... | ---
language: ruby
bundler_args: --without system_tests --jobs 3 --retry 3
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
sudo: false
matrix:
fast_finish: true
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes... | Add support for Puppet 4.0 | Add support for Puppet 4.0
| YAML | apache-2.0 | dhoppe/puppet-openvpn,dhoppe/puppet-openvpn |
2b708e8f6c2cd21e9b913344e2c704126b35d153 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
before_script:
- composer self-update
- composer install
script:
- phpunit --coverage-text
| language: php
php:
- 5.6
- 7.0
before_script:
- composer self-update
- composer install
script:
- phpunit --coverage-text
| Remove unsupported versions of PHP | Remove unsupported versions of PHP
| YAML | mit | thephpleague/statsd |
48e243473a8cf272728aafc9e82b24da57fdc5ca | .travis.yml | .travis.yml | dist: trusty
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
## Cache composer
cache:
directories:
- $HOME/.composer/cache
before_scrip... | dist: trusty
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
## Cache composer
cache:
directories:
- $HOME/.composer/cache
... | Add nigthly to test matrix | Add nigthly to test matrix
| YAML | mit | antonioribeiro/google2fa,antonioribeiro/google2fa |
0acf709b60fe899d46ccaa87b7bc903554f0f9c1 | .travis.yml | .travis.yml | language: python
sudo: required
dist: xenial
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install .
# Install code formatter black, but only on versions where it is available
- pip install black || true
before_script:
- sudo ./.travis-setup.sh "$USER"
# Disable one specific test th... | language: python
sudo: required
dist: xenial
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install .
# Install code formatter black, but only on versions where it is available
- pip install black || true
before_script:
- sudo ./.travis-setup.sh "$USER"
# Disable one specific test th... | Fix Travis failure due to local modifications (on Travis) | Fix Travis failure due to local modifications (on Travis)
| YAML | apache-2.0 | dbeyer/benchexec,ultimate-pa/benchexec,ultimate-pa/benchexec,sosy-lab/benchexec,dbeyer/benchexec,sosy-lab/benchexec,ultimate-pa/benchexec,ultimate-pa/benchexec,dbeyer/benchexec,dbeyer/benchexec,ultimate-pa/benchexec,sosy-lab/benchexec,sosy-lab/benchexec,sosy-lab/benchexec,sosy-lab/benchexec,ultimate-pa/benchexec |
b8f96f658a1548a8b6ffd2f2cfa98b5c8077b657 | .travis.yml | .travis.yml | dist: bionic
language: rust
rust:
- stable
- beta
- nightly
env:
- RUST_BACKTRACE=1
addons:
# Force the latest firefox, otherwise we get an old ESR version
# that we don't even support
firefox: latest
chrome: stable
before_script:
- source bin/travis/before
script:
- TC="${TRAVIS_RUST_VERSION}" bin/... | language: rust
rust:
- stable
- beta
- nightly
env:
- RUST_BACKTRACE=1
addons:
# Force the latest firefox, otherwise we get an old ESR version
# that we don't even support
firefox: latest
chrome: stable
before_script:
- source bin/travis/before
script:
- TC="${TRAVIS_RUST_VERSION}" bin/build_tc
| Revert "Travis target Ubuntu Bionic." | Revert "Travis target Ubuntu Bionic."
This reverts commit ce6bcbe3ad177fe09dfd4fde0b1243a1c88bc632.
| YAML | isc | fluffysquirrels/webdriver_client_rust,fluffysquirrels/webdriver_client_rust,fluffysquirrels/webdriver_client_rust |
def5a312b4922cba333e24167637d5b15a4676eb | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
env:
- TERM=dumb
after_success:
- gradle cobertura coveralls
| sudo: false
language: java
jdk:
- oraclejdk11
- oraclejdk10
- oraclejdk9
- oraclejdk8
- oraclejdk7
- openjdk11
- openjdk10
- openjdk9
- openjdk8
- openjdk7
- openjdk6
env:
- TERM=dumb
after_success:
- gradle cobertura coveralls
| Add a pile of JDK versions to test against for Travis CI | Add a pile of JDK versions to test against for Travis CI
| YAML | apache-2.0 | rholder/esthree,rholder/esthree |
c8280644ac69f919be554df49042382d2975bab8 | .travis.yml | .travis.yml | # use http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
# cache local Maven repo: http://docs.travis-ci.com/user/caching/
cache:
directories:
- $HOME/.m2/repository
language: java
# Use the 'true' command to avoid up-front dependency fetching, for faster builds
# See http://docs.... | # use http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
# cache local Maven repo: http://docs.travis-ci.com/user/caching/
cache:
directories:
- $HOME/.m2/repository
language: java
# Use the 'true' command to avoid up-front dependency fetching, for faster builds
# See http://docs.... | Enable site generation on Travis (javac 1.7) | Enable site generation on Travis (javac 1.7)
| YAML | lgpl-2.1 | zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform,zanata/zanata-platform |
a1c26d26a046fd3c55ed506fbd8c1fdd2da74183 | .travis.yml | .travis.yml | ---
language: ruby
bundler_args: --without development
before_install: rm Gemfile.lock || true
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
script: bundle exec rake test
env:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.5.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.6.0" STRICT_VARIABLES=yes
- PUPPET_VE... | ---
language: ruby
bundler_args: --without development
before_install: rm Gemfile.lock || true
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
script: bundle exec rake test
env:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.5.0"
- PUPPET_VERSION="~> 3.6.0"
- PUPPET_VERSION="~> 3.7.0"
matrix:
exclude:
- rv... | Disable strict variables checking (bug in concat) | Disable strict variables checking (bug in concat)
| YAML | apache-2.0 | elibus/puppet-tivolism |
85900e28c2bc88f3f34030f13e47d991b54320bd | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
# command to install dependencies
install:
- sudo apt-get install chromium-chromedriver
- pip install nose flake8 pep8-naming selenium # Selenium required, otherwise setup.py fails on selenium-requests for some odd reason.
- python s... | language: python
python:
- "2.7"
- "3.6"
# command to install dependencies
install:
- sudo apt-get install chromium-chromedriver
- pip install nose flake8 pep8-naming selenium # Selenium required, otherwise setup.py fails on selenium-requests for some odd reason.
- python setup.py install
before_script:... | Use 3.6 (stable/now default py3 version for ubuntu) | Use 3.6 (stable/now default py3 version for ubuntu)
| YAML | mit | mrooney/mintapi |
a570503a3df978576788aba7847fe0b27766e5c8 | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
install: true
before_install:
- mkdir $PWD/vendor/phantomjs && tar -xjf $PWD/vendor/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/vendor/phantomjs --strip-components=1
- export PATH=$PWD/vendor/phantomjs/bin:$PATH
- phantomjs --version
- gem update --system # Required to... | language: ruby
sudo: false
cache: bundler
install: true
before_install:
- mkdir $PWD/vendor/phantomjs && tar -xjf $PWD/vendor/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/vendor/phantomjs --strip-components=1
- export PATH=$PWD/vendor/phantomjs/bin:$PATH
- phantomjs --version
- gem update --system # Required to... | Use the latest Rubies on Travis CI | Use the latest Rubies on Travis CI
| YAML | mit | lotus/lotus,lotus/lotus,gfvcastro/lotus,lotus/lotus,fewtaeyeon/hanami,gfvcastro/lotus,fewtaeyeon/hanami,fewtaeyeon/hanami,hanami/hanami,gfvcastro/lotus,hanami/hanami |
46f2a7d5e1fa94f3f7ce0bca25b07054e3533c3c | docs/_config.yml | docs/_config.yml | theme: jekyll-theme-cayman | theme: jekyll-theme-cayman
title: Eisvogel (a pandoc LaTeX Template)
description: A clean pandoc LaTeX template to convert your markdown files to PDF or LaTeX. | Change title and description for documentation | Change title and description for documentation
| YAML | bsd-3-clause | Wandmalfarbe/pandoc-latex-template |
c37c2a961c91e9688cb7772cbd33f60b0d214a87 | environment.yml | environment.yml | name: klusta
channels:
- kwikteam
dependencies:
- python
- pip
- numpy=1.9
- scipy
- h5py
- six
- cython
- click
- pip:
- klustakwik2
- tqdm
| name: klusta
channels:
- kwikteam
dependencies:
- python
- pip
- numpy=1.9
- scipy
- h5py
- six
- cython
- click
- klustakwik2
- pip:
- tqdm
| Use klustakwik2 conda package on travis | Use klustakwik2 conda package on travis
| YAML | bsd-3-clause | kwikteam/klusta,kwikteam/klusta |
611b8750b819e89cd7b0056b2d21c31083e0e523 | metadata/in.arjsna.permissionchecker.yml | metadata/in.arjsna.permissionchecker.yml | Categories:
- System
License: Apache-2.0
AuthorName: Arjun S N
AuthorEmail: arj.sna@gmail.com
SourceCode: https://github.com/Arjun-sna/android-permission-checker-app
IssueTracker: https://github.com/Arjun-sna/android-permission-checker-app/issues
AutoName: Android Permissions
Description: |-
App to see details o... | Categories:
- System
License: Apache-2.0
AuthorName: Arjun S N
AuthorEmail: arj.sna@gmail.com
SourceCode: https://github.com/Arjun-sna/android-permission-checker-app
IssueTracker: https://github.com/Arjun-sna/android-permission-checker-app/issues
AutoName: Android Permissions
Description: |-
App to see details o... | Update CV of Android Permissions to 1.3 (3) | Update CV of Android Permissions to 1.3 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
76149f1c517cafe3e802bba6a59e7f1dc5a4a9ae | .github/workflows/dotnet-core.yml | .github/workflows/dotnet-core.yml | name: .NET Core
on: [push, pull_request]
# on:
# push:
# branches: [ master ]
# pull_request:
# branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3... | name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
- name: Install dependenc... | Revert "Temporary change to trigger build" | Revert "Temporary change to trigger build"
This reverts commit e567e249a612f59af8be4e8c4c34993a157783d5.
| YAML | mit | Sirush/UDHBot,Sirush/UDHBot |
f72c1bca0beff49d0a9ceaf26dfbd0bc4c8b0601 | .github/workflows/on-pr-merge.yml | .github/workflows/on-pr-merge.yml | name: Bump version and publish release
on:
workflow_dispatch: {}
push:
branches:
- mm-PF-569-debug-bumper-gha
jobs:
bump-version-publish-release:
runs-on: ubuntu-latest
if: "!contains( github.event.sender.login, 'broadbot')"
steps:
- name: Checkout current code
uses: actions/c... | name: Bump version and publish release
on:
workflow_dispatch: {}
push:
branches:
- mm-PF-569-debug-bumper-gha
jobs:
bump-version-publish-release:
runs-on: ubuntu-latest
if: "!contains( github.event.sender.login, 'broadbot')"
steps:
- name: checkout_code
uses: actions/checkout@... | Remove spaces from step names. | Remove spaces from step names.
| YAML | bsd-3-clause | DataBiosphere/terra-cli,DataBiosphere/terra-cli |
738306194e52e7387066a597a16ef8ec9bcc381c | .github/workflows/pr-workflow.yml | .github/workflows/pr-workflow.yml | name: PR Build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ h... | name: PR Build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ h... | Test PRs with JDK 16 | Test PRs with JDK 16
| YAML | bsd-3-clause | EsotericSoftware/kryo,EsotericSoftware/kryo,EsotericSoftware/kryo,EsotericSoftware/kryo |
514589726fe827f23099fa32be78f881cc09bc40 | .github/workflows/cleanup-prs.yml | .github/workflows/cleanup-prs.yml | name: Cleanup Duplicate Quarkus PRS
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '*/5 * * * *'
jobs:
cleanup-prs:
if: github.repository == 'protean-project/quarkus-ci'
name: "Cleanup Duplicate PRs"
runs-on: ubuntu-latest
steps:
- uses: n1... | name: Cleanup Duplicate Quarkus PRS
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '*/5 * * * *'
jobs:
cleanup-prs:
if: github.repository == 'quarkusio/quarkus'
name: "Cleanup Duplicate PRs"
runs-on: ubuntu-latest
steps:
- uses: n1hility/ca... | Switch cron restriction to new repo | Switch cron restriction to new repo
| YAML | apache-2.0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus |
037bcca652457dd75b4622b179af95cd5d227c6f | metadata/de.antonarnold.android.xoverrideheadphonejackdetection.yml | metadata/de.antonarnold.android.xoverrideheadphonejackdetection.yml | Categories:
- System
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/anton-arnold/xoverrideheadphonejackdetection
IssueTracker: https://github.com/anton-arnold/xoverrideheadphonejackdetection/issues
AutoName: XOverrideHeadphoneJackDetection
Summary: Manually override the headphone jack detect... | Categories:
- System
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/anton-arnold/xoverrideheadphonejackdetection
IssueTracker: https://github.com/anton-arnold/xoverrideheadphonejackdetection/issues
AutoName: XOverrideHeadphoneJackDetection
Summary: Manually override the headphone jack detect... | Update XOverrideHeadphoneJackDetection to 1.3 (3) | Update XOverrideHeadphoneJackDetection to 1.3 (3)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
3359cb0811025457d5fdf47b259c90236b37fa86 | .github/workflows/daily-test.yml | .github/workflows/daily-test.yml | name: DailyTest
on:
schedule:
- cron: '0 8 * * 1-5'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10, 12, 14]
services:
mongodb:
image: mongo:3.4.1
ports:
- 2... | name: DailyTest
on:
schedule:
- cron: '0 8 * * 1-5'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10, 12, 14]
services:
mongodb:
image: mongo:3.4.1
ports:
- 27017:27017
steps:
... | Revert "[CI] Add other OS to daily test" | Revert "[CI] Add other OS to daily test"
This reverts commit a9dff2e4819bbb4c64256eadc00aba5ea4fc8f63.
| YAML | mit | FoalTS/foal,FoalTS/foal,FoalTS/foal,FoalTS/foal |
f7f51f294b2d92da7f42152a73112d41eefa8f19 | mnist2/guild.yml | mnist2/guild.yml | name: MNIST
description: Guild MNIST example
sources: '*.py'
flags:
datadir: ./data
rundir: $RUNDIR
batch_size: 100
epochs: 10
models:
intro:
train: intro
prepare: intro --prepare
train_requires: ./data
evaluate: intro --test
default: true
expert:
train: expert
prepare: expe... | name: MNIST
description: Guild MNIST example
sources: '*.py'
flags:
datadir: ./data
rundir: $RUNDIR
batch_size: 100
epochs: 10
models:
intro:
train: intro
prepare: intro --prepare
train_requires: ./data
evaluate: intro --test
default: true
expert:
train: expert
prepare: expe... | Fix view specs for Guild Python | Fix view specs for Guild Python
| YAML | apache-2.0 | guildai/guild-examples |
67beeccaac40750ed5447a2cf5ebf0326ce6d8e3 | systemtests/ansible/roles/systemtests_dependencies/defaults/main.yml | systemtests/ansible/roles/systemtests_dependencies/defaults/main.yml | ---
enmasse_tmp_dir: '/tmp/enmasse/'
# vars for clients tasks
systemtests_dir: "{{ playbook_dir }}../../"
client_executable_folder: "{{ systemtests_dir }}/client_executable"
cli_java_git_path: "{{ systemtests_dir }}/cli-java"
rhea_path: "{{ client_executable_folder }}/rhea"
maven_root_path: /opt
maven_path: "{{ maven_r... | ---
enmasse_tmp_dir: '/tmp/enmasse/'
# vars for clients tasks
systemtests_dir: "{{ playbook_dir }}../../../"
client_executable_folder: "{{ systemtests_dir }}/client_executable"
cli_java_git_path: "{{ systemtests_dir }}/cli-java"
rhea_path: "{{ client_executable_folder }}/rhea"
maven_root_path: /opt
maven_path: "{{ mave... | FIX root path in systemtests playbook | FIX root path in systemtests playbook
| YAML | apache-2.0 | jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse |
a65fff9baa33b8da92f35f79de1f1a9033e809bf | data/transition-sites/ofsted.yml | data/transition-sites/ofsted.yml | ---
site: ofsted
whitehall_slug: ofsted
homepage: https://www.gov.uk/government/organisations/ofsted
tna_timestamp: 20141124154759
host: www.ofsted.gov.uk
homepage_furl: www.gov.uk/ofsted
aliases:
- ofsted.gov.uk
- reports.ofsted.gov.uk
options: --query-string file:id:type
| ---
site: ofsted
whitehall_slug: ofsted
homepage: https://www.gov.uk/government/organisations/ofsted
tna_timestamp: 20141124154759
host: www.ofsted.gov.uk
homepage_furl: www.gov.uk/ofsted
aliases:
- ofsted.gov.uk
- reports.ofsted.gov.uk
- archive.oftest.co.uk
options: --query-string file:id:type
| Add Ofsted legacy archive test site as alias | Add Ofsted legacy archive test site as alias
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
a17e66ac8deca88756a54cc4ce5cfc01a44d3c8b | worker-framework/docs/_config.yml | worker-framework/docs/_config.yml | title: Worker Framework
email: caf@hpe.com
description: Worker Framework Documentation
baseurl: "https://pages.github.hpe.com/caf/worker-framework"
# Build settings
exclude: ['node_modules']
markdown: kramdown
highlighter: rouge
gems: ['jekyll-coffeescript', 'jekyll-watch', 'jekyll-assets', 'jekyll-paginate']
layo... | title: Worker Framework
email: caf@hpe.com
description: Worker Framework Documentation
baseurl: "https://workerframework.github.io/worker-framework"
# Build settings
exclude: ['node_modules']
markdown: kramdown
highlighter: rouge
gems: ['jekyll-coffeescript', 'jekyll-watch', 'jekyll-assets', 'jekyll-paginate']
lay... | Correct base url for github.com | Correct base url for github.com | YAML | apache-2.0 | tonymcveigh/worker-fw,tonymcveigh/worker-fw,tonymcveigh/worker-fw,tonymcveigh/worker-fw,WorkerFramework/worker-framework,tonymcveigh/worker-fw,WorkerFramework/worker-framework |
42b509765f9825407715c620d59454dc8c09b563 | .github/workflows/sql-psi-dev.yml | .github/workflows/sql-psi-dev.yml | name: Rebase sql-psi-dev onto master
on:
push:
branches:
- master
jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: |
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
... | name: Rebase sql-psi-dev onto master
on:
push:
branches:
- master
jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: |
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
... | Use this other github action which doesnt use environment variables | Use this other github action which doesnt use environment variables
| YAML | apache-2.0 | square/sqldelight,square/sqldelight,cashapp/sqldelight,square/sqldelight,cashapp/sqldelight,cashapp/sqldelight,square/sqldelight,cashapp/sqldelight |
88542d690939ffee44c04fde43c47fd771a767a7 | .github/workflows/validations.yml | .github/workflows/validations.yml | name: Validations
on:
push:
branches: [ master ]
pull_request_target:
branches: [ master ]
env:
LC_CTYPE: en_US.UTF-8
LANG: en_US.UTF-8
jobs:
validate-cocoapods:
runs-on: macos-12
steps:
- uses: maxim-lobanov/setup-xcode@v1.5.1
with:
xcode-version: ^14.1
- uses... | name: Validations
on:
push:
branches: [ master ]
pull_request_target:
branches: [ master ]
env:
LC_CTYPE: en_US.UTF-8
LANG: en_US.UTF-8
jobs:
validate-cocoapods:
runs-on: macos-12
steps:
- uses: maxim-lobanov/setup-xcode@v1.5.1
with:
xcode-version: ^14.1
- uses... | Adjust linting to fix (temporary) error with watchOS | Adjust linting to fix (temporary) error with watchOS
| YAML | bsd-3-clause | CocoaLumberjack/CocoaLumberjack,CocoaLumberjack/CocoaLumberjack,CocoaLumberjack/CocoaLumberjack,CocoaLumberjack/CocoaLumberjack |
900e8e25bc68183f3ce3f01014f105b7efe32eb5 | test/dummy/config/locales/de.yml | test/dummy/config/locales/de.yml | # Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <... | # Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <... | Use shorter only_time-format in example | Use shorter only_time-format in example
| YAML | mit | benignware/date_picker,benignware/date_picker,benignware/date_picker |
c3e7234cef336d7e0f05145fac172dacad635f92 | .github/workflows/ci-workflow.yaml | .github/workflows/ci-workflow.yaml | ---
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '13', '14' ]
name: node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run... | ---
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '13', '14' ]
name: node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run... | Add gh-pages to CI run. | Add gh-pages to CI run. | YAML | mit | cliffano/jazz-cli |
f3bf5a37fa05425b3cf9ffce809fca650d559245 | .github/workflows/clang-format.yml | .github/workflows/clang-format.yml | name: "Coding Standards"
on:
pull_request:
branches:
- "v*.*"
- "master"
push:
branches:
- "v*.*"
- "master"
jobs:
coding-standards:
name: "Coding Standards"
runs-on: "ubuntu-20.04"
strategy:
matrix:
php-version:
- "7.4"
steps:
- na... | name: "Coding Standards"
on:
pull_request:
branches:
- "v*.*"
- "master"
- "feature/*"
push:
branches:
- "v*.*"
- "master"
- "feature/*"
jobs:
coding-standards:
name: "Coding Standards"
runs-on: "ubuntu-20.04"
strategy:
matrix:
php-version:
... | Enable GitHub CI for feature branches | Enable GitHub CI for feature branches
The coding standards config was missed in the previous commit: 69cc2b5c7418ef4bf320a160b3d6b0918ef7102d | YAML | apache-2.0 | jmikola/mongo-php-driver,jmikola/mongo-php-driver,mongodb/mongo-php-driver,jmikola/mongo-php-driver,jmikola/mongo-php-driver,mongodb/mongo-php-driver,mongodb-labs/mongo-php-driver-prototype,mongodb-labs/mongo-php-driver-prototype,mongodb/mongo-php-driver,jmikola/mongo-php-driver,mongodb/mongo-php-driver,mongodb/mongo-p... |
01e6e1df65ab00942026bebab5516b156630210f | .github/workflows/test-package.yml | .github/workflows/test-package.yml | name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-version: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
guzzle-version: ['^5.3', '^6.0']
include:
- php-version: '7.2'
guzzle-version: '^7.... | name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-version: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
guzzle-version: ['^5.3', '^6.0']
include:
- php-version: '7.2'
guzzle-version: '^7.... | Add PHP 8.1 to test matrix | Add PHP 8.1 to test matrix
| YAML | mit | bugsnag/bugsnag-php,bugsnag/bugsnag-php,bugsnag/bugsnag-php |
8d179eaf318d353dbad2e0eabadf7c87aaa13486 | .github/workflows/windows_test.yml | .github/workflows/windows_test.yml | name: Test on windows
on:
push:
branches:
- master
pull_request:
jobs:
ci-test:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- name: Checkout sources
uses: actions/checkout@v1
- uses: msys2/setup-msys2@v2
with:
msystem:... | name: Test on windows
on:
push:
branches:
- master
pull_request:
jobs:
ci-test:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- name: Checkout sources
uses: actions/checkout@v1
- uses: msys2/setup-msys2@v2
with:
msystem:... | Add information to find pkg-config | Add information to find pkg-config
| YAML | apache-2.0 | mindriot101/rust-fitsio,mindriot101/rust-fitsio,mindriot101/rust-fitsio,mindriot101/rust-fitsio,mindriot101/rust-fitsio |
26a363baff74409d598103c1e48073db8e853e2c | .github/workflows/continuous-integration.yml | .github/workflows/continuous-integration.yml | # See https://github.com/laminas/laminas-continuous-integration-action
# Generates a job matrix based on current dependencies and supported version
# ranges, then runs all those jobs
name: "Continuous Integration"
on:
pull_request:
push:
jobs:
matrix:
name: Generate job matrix
runs-on: ubuntu-latest
... | # See https://github.com/laminas/laminas-continuous-integration-action
# Generates a job matrix based on current dependencies and supported version
# ranges, then runs all those jobs
name: "Continuous Integration"
on:
pull_request:
push:
jobs:
matrix:
name: Generate job matrix
runs-on: ubuntu-latest
... | Update laminas/laminas-ci-matrix-action action to v1.21.0 | Update laminas/laminas-ci-matrix-action action to v1.21.0
| datasource | package | from | to |
| ----------- | -------------------------------- | ------ | ------ |
| github-tags | laminas/laminas-ci-matrix-action | 1.20.0 | 1.21.0 |
| YAML | mit | psr7-sessions/storageless |
16544382e5c8a1eaef6f6956baf90546e66dcc6e | .github/workflows/continuous-integration.yml | .github/workflows/continuous-integration.yml | name: Continuous Integration
on: [push, pull_request]
jobs:
quality:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest]
# TODO Add 8.0 and 8.1 versions as well
php-versions: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
name: PHP... | name: Continuous Integration
on: [push, pull_request]
jobs:
quality:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest]
# TODO Add 8.0 and 8.1 versions as well
php-versions: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
name: PHP... | Use two different stages to generate coverage data | Use two different stages to generate coverage data
| YAML | mit | hassankhan/config |
97eb6e7d6b5b45008a45b4f6e68f1093a1cf8ef3 | .github/workflows/compile-spec.yml | .github/workflows/compile-spec.yml | on: [push]
jobs:
compile_exercises_job:
runs-on: ubuntu-latest
name: Compile specification
steps:
- uses: actions/checkout@v2
- name: Prepare template
run: |
sed -i "s/-SNAPSHOT/-SNAPSHOT (`git rev-parse --short HEAD`)/" ldbc.cls
# - name: Build PDFs with the LaTeX engine in Doc... | on: [push]
jobs:
compile_exercises_job:
runs-on: ubuntu-latest
name: Compile specification
steps:
- uses: actions/checkout@v2
- name: Prepare template
run: |
sed -i "s/-SNAPSHOT/-SNAPSHOT (`git rev-parse --short HEAD`)/" ldbc.cls
- name: Build PDFs with the LaTeX engine in Docke... | Use different GH deployment action | Use different GH deployment action
| YAML | apache-2.0 | ldbc/ldbc_snb_docs,ldbc/ldbc_snb_docs,ldbc/ldbc_snb_docs |
ef28425058bdebd4b936109d1621d8dbf2b8317e | .github/workflows/docker-linux.yml | .github/workflows/docker-linux.yml | name: docker-linux
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dockerfile:
- Dockerfile.arch
- Dockerfile.ubuntu
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
... | name: docker-linux
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dockerfile:
- Dockerfile.arch
- Dockerfile.ubuntu
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
... | Fix node versions in CI | Fix node versions in CI
| YAML | mit | b-ggs/dotfiles |
fc74ff893aaff10ab9f61bb75c57b672d17d050b | .github/workflows/gradle-build.yml | .github/workflows/gradle-build.yml | name: "Build Gradle project"
on: [ push, pull_request, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 11, 16 ]
gradle-version: [ 6.1.1, 6.9, 7.0.2, 7.2, 7.3.3 ]
name: Test JVM/Gradle (${{ matrix.java-vers... | name: "Build Gradle project"
on: [ push, pull_request, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 11, 16 ]
gradle-version: [ 6.1.1, 6.9, 7.0.2, 7.1.1, 7.2, 7.3.3 ]
name: Test JVM/Gradle (${{ matrix.ja... | Add Gradle 7.2 to cross-version testing | Add Gradle 7.2 to cross-version testing
| YAML | apache-2.0 | etiennestuder/gradle-jooq-plugin,etiennestuder/gradle-jooq-plugin |
abd2cc9d56425ab4ada497903f55f2a6a6d9b9b4 | .github/workflows/pull_request.yml | .github/workflows/pull_request.yml | name: Pull request builder
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Prepare secrets
run: expr '${{ secrets.GOOGLE_SERVICES_JSON }}' > app/google-services.json
- name: set u... | name: Pull request builder
on:
pull_request:
branches:
- main
- mainv4
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Prepare secrets
run: expr '${{ secrets.GOOGLE_SERVICES_JSON }}' > app/google-services.json
... | Update GitHub Action to run on main and mainV4 branches | Update GitHub Action to run on main and mainV4 branches
| YAML | mit | frc2052/FRC-Krawler,frc2052/FRC-Krawler |
f682868b2adf549c86daa455650b62371d4d43bc | .github/workflows/run_renovate.yml | .github/workflows/run_renovate.yml | name: Renovate-Dry-Run
on:
workflow_dispatch:
inputs:
pac_to_use:
description: "Name of the workflow secret to use"
type: string
required: true
branch:
description: "Branch that renovate should operate on"
type: string
required: true
jobs:
renovate:
... | name: Renovate-Dry-Run
on:
workflow_dispatch:
inputs:
pac_to_use:
description: "Name of the workflow secret to use"
type: string
required: true
branch:
description: "Branch that renovate should operate on"
type: string
required: true
jobs:
renovate:
... | Update renovatebot/github-action action to v32.241.11 | Update renovatebot/github-action action to v32.241.11
Signed-off-by: Renovate Bot <c71e7261d37a4f6ae4cfb0cbd79081310a237e67@renovateapp.com> | YAML | apache-2.0 | TNG/JGiven,TNG/JGiven,TNG/JGiven,TNG/JGiven |
80c051ac1ed0703c14de4b802144f09b3b40405b | .github/workflows/maven_jdk8.yml | .github/workflows/maven_jdk8.yml | # Builds the project with Java 8.
name: Java 8 build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
... | # Builds the project with Java 8.
name: Java 8 build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
... | Revert "Try to use Coveralls action to send coverage data" | Revert "Try to use Coveralls action to send coverage data"
| YAML | mit | AuthMe/ConfigMe |
08971c3ecb964ba956095720131f2aedd97733ff | playbooks/roles/mastermind/meta/main.yml | playbooks/roles/mastermind/meta/main.yml | ---
dependencies:
- { role: sabnzbd }
- { role: rtorrent }
- { role: plexmediaserver }
- { role: sickbeard }
- { role: couchpotato }
- { role: sonarr }
- { role: newrelic, when: mastermind_install_newrelic }
| ---
dependencies:
- { role: sabnzbd, tags: ['sabnzbd'] }
- { role: rtorrent, tags: ['rtorrent'] }
- { role: plexmediaserver, tags: ['plexmediaserver'] }
- { role: sickbeard, tags: ['sickbeard'] }
- { role: couchpotato, tags: ['couchpotato'] }
- { role: sonarr, tags: ['sonarr'] }
- { role: newrelic, tags: ... | Add tags for all included roles | Add tags for all included roles
| YAML | mit | jalaziz/mastermind |
f62b87a5743f78383604481cddf8ac933a9723a7 | releasenotes/notes/support-multi-tenant-in-lcm-87c5d017c37c916f.yaml | releasenotes/notes/support-multi-tenant-in-lcm-87c5d017c37c916f.yaml | ---
features:
- |
Support multi-tenant policy in VNF Lifecycle Management. The feature
separates resources such as Virtualized Infrastructure Managers(VIMs),
Virtualized Network Function Packages (VNF packages), and Virtualized
Network Function Lifecycle Management Interface (VNF LCM) related to
E... | ---
features:
- |
Support multi-tenant policy in VNF Lifecycle Management. The feature
separates resources such as Virtualized Infrastructure Managers(VIMs),
Virtualized Network Function Packages (VNF packages), and Virtualized
Network Function Lifecycle Management Interface (VNF LCM) related to
E... | Update release notes of multi tenant policy in LCM | Update release notes of multi tenant policy in LCM
This patch adds a known limitation that non-admin users cannot
instantiate VNFs. Secondly, it should be noted in the feature
description that the current implementation does not fix this issue.
Implement: blueprint multi-tenant-policy
Change-Id: I54570e989a6cf8bb5d19... | YAML | apache-2.0 | openstack/tacker,openstack/tacker,openstack/tacker |
6d7ef9684d2448652f4435d6ab792c352501411d | _config.yml | _config.yml | name: '/dev/random'
description: 'Random thoughts on development and stuff'
author: Hans Kristian Flaatten
url: http://starefossen.github.io
repo: https://github.com/starefossen/starefossen.github.com
ga_id: UA-38558206-2
license:
title: Creative Commons CC BY-SA 4.0 license
url: https://creativecommons.org/li... | name: '/dev/random'
description: 'Random thoughts on development and stuff'
author: Hans Kristian Flaatten
url: https://starefossen.github.io
repo: https://github.com/starefossen/starefossen.github.com
ga_id: UA-38558206-2
license:
title: Creative Commons CC BY-SA 4.0 license
url: https://creativecommons.org/l... | Use https protocol for site.url | Use https protocol for site.url
| YAML | mit | Starefossen/starefossen.github.com,Starefossen/starefossen.github.com |
a2d390f71ab17aa5b7eac59f90979d0f457bd6c3 | _config.yml | _config.yml | safe: false
#auto: false
#server: false
port: 4000
baseurl: /jekyll_demo
url: http://localhost:4000
source: .
destination: ./_site
plugins: ./_plugins
future: true
lsi: false
highlighter: pygments
markdown: Pandoc
#markdown: maruku
permalink: date
#maruku:
# use_t... | safe: false
#auto: false
#server: false
port: 4000
baseurl: /jekyll_demo
url: http://localhost:4000
source: .
destination: ./_site
plugins: ./_plugins
future: true
lsi: false
highlighter: pygments
markdown: Pandoc
#markdown: maruku
permalink: date
#maruku:
# use_t... | Use <q> tags for quotes. | Use <q> tags for quotes.
| YAML | mit | jarthurgross/website,jarthurgross/website,jarthurgross/website |
4cb29cbe2d4a29074c26213bd793a628145a6911 | _config.yml | _config.yml | title: Oakland F'Up Weekend (Oakland Finish Up Weekend)
tagline: It's easy to start shit. Let's finish it.
url: http://oaklandfup.com
location: Jack London Square, Oakland, CA
dates: April 17-19, 2015
timezone: US/Pacific
collections:
- sections
- mentors
- schedule
gems:
- jekyll-sitemap
| title: Oakland F'Up Weekend (Oakland Finish Up Weekend)
tagline: It's easy to start shit. Let's finish it.
url: http://oaklandfup.com
timezone: US/Pacific
collections:
- sections
- mentors
- schedule
gems:
- jekyll-sitemap
| Remove date and location from here. They will go into _data/conference instead | Remove date and location from here. They will go into _data/conference
instead
| YAML | apache-2.0 | oaklandfinishup/oaklandfinishup.github.io,oaklandfinishup/oaklandfinishup.github.io |
5642d53abef6f29eae8d77b4834b6efc85403b33 | _config.yml | _config.yml | #auto: true
safe: false
#include: ./pages/
plugins: ./_plugins/
# baseurl: /docs/master/
git-repository: github.com/cfengine/documentation
#source: ./pages/
#destination:
#layouts: ./_layouts/
#permalink: /:title.html
#CFEngine addon
# CFE_OUTPUT turn on special rules for output, see step2.txt about jekyll co... | #auto: true
safe: false
#include: ./pages/
plugins: ./_plugins/
# baseurl: /docs/master/
git-repository: github.com/cfengine/documentation
#source: ./pages/
#destination:
#layouts: ./_layouts/
#permalink: /:title.html
#CFEngine addon
# CFE_OUTPUT turn on special rules for output, see step2.txt about jekyll co... | Add masterfiles branch to data | Add masterfiles branch to data
| YAML | mit | stweil/documentation-generator,nickanderson/documentation-generator,cfengine/documentation-generator,cfengine/documentation-generator,nickanderson/documentation-generator,stweil/documentation-generator,nickanderson/documentation-generator,stweil/documentation-generator,stweil/documentation-generator,nickanderson/docume... |
2359a24a45971c7856c8fe65224d896cfee3b171 | _config.yml | _config.yml | name: Nithin Bekal
description: ''
url: http://nithinbekal.com
pygments: true
permalink: /posts/:title
markdown: kramdown
| name: Nithin Bekal
description: ''
url: http://nithinbekal.com
highlighter: pygments
permalink: /posts/:title
markdown: kramdown
| Change syntax highlight config to work with jekyll 2 | Change syntax highlight config to work with jekyll 2
| YAML | mit | nithinbekal/nithinbekal.github.io,nithinbekal/nithinbekal.github.io |
c013be5e04d304c21c7e2ada3d2a9e56b609d3ec | _config.yml | _config.yml | name: yviedev, web developer
kramdown:
input: GFM # Enable GitHub Flavored Markdown (fenced code blocks)
hard_wrap: false
highlighter: pygments
permalink: /blog/:year/:month/:day/:title
# Includes an icon in the footer for each user name you enter
footer-links:
github: yviedev
twitter: yviedev
# Tagging setting... | name: yviedev, web developer
kramdown:
input: GFM # Enable GitHub Flavored Markdown (fenced code blocks)
hard_wrap: false
highlighter: rouge
permalink: /blog/:year/:month/:day/:title
# Includes an icon in the footer for each user name you enter
footer-links:
github: yviedev
twitter: yviedev
# Tagging settings
t... | Update config from pygments to rouge highlighter | Update config from pygments to rouge highlighter
| YAML | mit | yviedev/yviedev.github.io,yviedev/yviedev.github.io,yviedev/yviedev.github.io,yviedev/yviedev.github.io |
edea45a5de86496f52e8ab4838fcbd276912414f | _config.yml | _config.yml | defaults:
-
scope:
path: ""
type: "posts"
values:
author: "jeaye"
layout: "default"
-
scope:
path: ""
type: "drafts"
values:
author: "jeaye"
layout: "default"
permalink: pretty
url: "http://blog.jeaye.com"
resource_url: "http://jeaye.com"
markdown: r... | defaults:
-
scope:
path: ""
type: "posts"
values:
author: "jeaye"
layout: "default"
-
scope:
path: ""
type: "drafts"
values:
author: "jeaye"
layout: "default"
permalink: pretty
url: "http://blog.jeaye.com"
resource_url: "http://jeaye.com"
| Test the new markdown settings | Test the new markdown settings
Something is causing an issue in the index
| YAML | mit | jeaye/jeaye.github.io,jeaye/jeaye.github.io |
4ba74e9f73e989cebacd378e41f1ca97bc71f097 | _config.yml | _config.yml | # Site settings
title: Garbled Notes
name: Garbled Notes
url: http://www.chioka.in
github_username: log0
description: Things I left Hanging Around
highlighter: true
markdown: redcarpet
markdown_ext: markdown,mkdown,mkdn,mkd,md
redcarpet:
extensions: ["tables", "autolink", "strikethrough", "space_after_headers", "fe... | # Site settings
title: Garbled Notes
name: Garbled Notes
url: http://www.chioka.in
github_username: log0
description: Things I left Hanging Around
highlighter: true
kramdown: redcarpet
markdown_ext: markdown,mkdown,mkdn,mkd,md
redcarpet:
extensions: ["tables", "autolink", "strikethrough", "space_after_headers", "fe... | Update redcarpet settings per github recommendations. | Update redcarpet settings per github recommendations.
| YAML | mit | log0/log0 |
04d312fffa25e505f04428d964453ff70c9f7353 | terraform/cloudbuild.yaml | terraform/cloudbuild.yaml | steps:
- name: debian:buster-slim
dir: terraform
entrypoint: bash
args:
- -c
- |
cat <<EOF > ci.tf
terraform {
backend "gcs" {
bucket = $_STATE_BUCKET
}
}
EOF
- name: hashicorp/terraform:0.14.10
dir: terraform
args: ["i... | steps:
- name: debian:buster-slim
dir: terraform
entrypoint: bash
args:
- -c
- |
cat <<EOF > ci.tf
terraform {
backend "gcs" {
bucket = $_STATE_BUCKET
}
}
EOF
- name: hashicorp/terraform:0.14.11
dir: terraform
args: ["i... | Update hashicorp/terraform Docker tag to v0.14.11 | Update hashicorp/terraform Docker tag to v0.14.11
| YAML | apache-2.0 | GoogleCloudPlatform/appengine-cloud-demo-portal,GoogleCloudPlatform/appengine-cloud-demo-portal,GoogleCloudPlatform/appengine-cloud-demo-portal,GoogleCloudPlatform/appengine-cloud-demo-portal |
9e4a1a304c06e125072c3b9fe5c370c43ab49955 | test/fixtures/categories.yml | test/fixtures/categories.yml | # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
arduino:
name: Arduino
rapberry_pi:
name: Raspberry Pi
development_tools:
name: Development Tools
arduino_shields:
name: Shields
arduino_boards:
name: Boards
arduino_others:
name: Other
components:
name: Compon... | # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
arduino:
name: Arduino
raspberry_pi:
name: Raspberry Pi
development_tools:
name: Development Tools
arduino_shields:
name: Shields
arduino_boards:
name: Boards
arduino_others:
name: Other
components:
name: Compo... | Fix typo at raspberry_pi category on category's fixtures | Fix typo at raspberry_pi category on category's fixtures
| YAML | apache-2.0 | tiagofumo/rails-online-store-sample,tiagofumo/rails-online-store-sample,tiagofumo/rails-online-store-sample |
0e9c47afc926a0e166ab2ea82857fddcba57a76e | codeship-steps.yml | codeship-steps.yml | - name: test
service: web
command: whenavail db 3306 100 whenavail testweb 80 600 /data/run-tests.sh
| - name: test
service: web
command: whenavail db 3306 100 whenavail testweb 80 300 /data/run-tests.sh
| Put the delay back down to 5 minutes --skip-ci | Put the delay back down to 5 minutes --skip-ci
| YAML | mit | silinternational/simplesamlphp-module-silauth,silinternational/simplesamlphp-module-silauth |
76a82ac5d1113dcc161ca0f4c043ab0906248a33 | packages/mu/multiset.yaml | packages/mu/multiset.yaml | homepage: ''
changelog-type: ''
hash: 5b8d04940fcc42f59807ff8ae4dcc76bbbc38e6e37395d4a0db49cbc6789424a
test-bench-deps: {}
maintainer: twanvl@gmail.com
synopsis: The Data.MultiSet container type
changelog: ''
basic-deps:
base: ! '>=4 && <5'
containers: ! '>=0.5'
all-versions:
- '0.1'
- '0.2'
- '0.2.1'
- '0.2.2'
aut... | homepage: ''
changelog-type: ''
hash: 9ef852710a2bb38a3a0657453a84f768858405b6bce172661a5c91ddd7fb518e
test-bench-deps: {}
maintainer: twanvl@gmail.com
synopsis: The Data.MultiSet container type
changelog: ''
basic-deps:
base: ! '>=4 && <5'
containers: ! '>=0.5'
all-versions:
- '0.1'
- '0.2'
- '0.2.1'
- '0.2.2'
- '... | Update from Hackage at 2015-06-29T21:42:23+0000 | Update from Hackage at 2015-06-29T21:42:23+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
87891341388a1b2c8b948a57778d352b73949fd8 | packages/tm/tmapchan.yaml | packages/tm/tmapchan.yaml | homepage: https://github.com/athanclark/tmapchan#readme
changelog-type: ''
hash: 49cefd6b318bbd60ece872b5884feb46ba9c9418a0f125ea228dd3e6533a919a
test-bench-deps: {}
maintainer: athan.clark@gmail.com
synopsis: A time-ordered multimap which consumes values as you lookup
changelog: ''
basic-deps:
stm: -any
base: ! '>... | homepage: https://github.com/athanclark/tmapchan#readme
changelog-type: ''
hash: ca657f4eb705b0d45792121c015e085798189021e39d7f3ba3f171debe509a4e
test-bench-deps: {}
maintainer: athan.clark@gmail.com
synopsis: A time-ordered multimap which consumes values as you lookup
changelog: ''
basic-deps:
stm: -any
base: ! '>... | Update from Hackage at 2017-05-07T16:46:23Z | Update from Hackage at 2017-05-07T16:46:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
82814561614510e6537d1d25b51c3708614f3f64 | tasks/lxc-docker.yml | tasks/lxc-docker.yml | ---
# Install LXC docker.
#
# This is one of at least two mechanisms for installing Docker via apt (the other
# being the `docker-engine` package). There are multiple versions of `lxc-docker`
# available, but we currently only use this mechanism if `docker_version` is set
# to `1.5.0`.
#
# Installing this docker will r... | ---
# Install LXC docker.
#
# This is one of at least two mechanisms for installing Docker via apt (the other
# being the `docker-engine` package). There are multiple versions of `lxc-docker`
# available, but we currently only use this mechanism if `docker_version` is set
# to `1.5.0`.
#
# Installing this docker will r... | Use https when adding the 1.5.0 docker repo | Use https when adding the 1.5.0 docker repo
| YAML | apache-2.0 | locationlabs/ansible-role_docker,locationlabs/ansible-role_docker |
8ede810d2fe17f59e34e5eaed2e0c2082c2f9882 | config/options.yml | config/options.yml | development:
log: /tmp/backbeat.log
test:
log_level: DEBUG
log: log/test.log
require_auth_token: true
docker:
log: ~
ci:
log: /dev/null
require_auth_token: true
| development:
log: log/development.log
test:
log_level: DEBUG
log: log/test.log
require_auth_token: true
docker:
log: ~
ci:
log: /dev/null
require_auth_token: true
| Change log path in development env | Change log path in development env
| YAML | bsd-3-clause | groupon/backbeat,groupon/backbeat,groupon/backbeat |
0c0373d4d9533ff0ffcdbaec8bb5d857e11048d3 | authority_server/roles/deploy/vars/main.yml | authority_server/roles/deploy/vars/main.yml | ---
db_user: eorchestra
db_name: eorchestra
db_port: 5432
cidr_block: 172.17.0.0/16
PRIVATE_IP: '{{ ansible_eth1["ipv4"]["address"] }}'
PUBLIC_IP: '{{ PRIVATE_IP }}'
DB_HOST: '{{ PRIVATE_IP }}'
AUTH_MEMBERS: ''
postgres:
main_conf: /etc/postgresql/9.3/main/postgresql.conf
hba_conf: /etc/postgr... | ---
db_user: eorchestra
db_name: eorchestra
db_port: 5432
cidr_block: '{{ PRIVATE_IP }}/32'
PRIVATE_IP: '{{ ansible_eth1["ipv4"]["address"] }}'
PUBLIC_IP: '{{ PRIVATE_IP }}'
DB_HOST: '{{ PRIVATE_IP }}'
AUTH_MEMBERS: ''
postgres:
main_conf: /etc/postgresql/9.3/main/postgresql.conf
hba_conf: /et... | Fix allowed cidr block for the DB | Fix allowed cidr block for the DB
| YAML | agpl-3.0 | antoniou/agora-ansible-docker,antoniou/agora-ansible-docker,antoniou/agora-ansible-docker |
fedaabcd5c38c296f4172f37b9603a7bfb2f7ed2 | .github/workflows/run_renovate.yml | .github/workflows/run_renovate.yml | name: Renovate-Dry-Run
on:
workflow_dispatch:
inputs:
pac_to_use:
description: "Name of the workflow secret to use"
type: string
required: true
branch:
description: "Branch that renovate should operate on"
type: string
required: true
jobs:
renovate:
... | name: Renovate-Dry-Run
on:
workflow_dispatch:
inputs:
pac_to_use:
description: "Name of the workflow secret to use"
type: string
required: true
branch:
description: "Branch that renovate should operate on"
type: string
required: true
jobs:
renovate:
... | Update renovatebot/github-action action to v32.240.5 | Update renovatebot/github-action action to v32.240.5
Signed-off-by: Renovate Bot <c71e7261d37a4f6ae4cfb0cbd79081310a237e67@renovateapp.com> | YAML | apache-2.0 | TNG/JGiven,TNG/JGiven,TNG/JGiven,TNG/JGiven |
074cfd38da54fab2c3e51864848401454def8b94 | src/fifth_robot_pkgs/fifth_robot_2dnav/config/planner/base_local_planner_params.yaml | src/fifth_robot_pkgs/fifth_robot_2dnav/config/planner/base_local_planner_params.yaml | TrajectoryPlannerROS:
max_vel_x: 0.45
min_vel_x: 0.2
max_vel_theta: 1.0
min_vel_theta: -1.0
min_in_place_rotational_vel: 0.4
acc_lim_x: 2.5
acc_lim_theta: 3.2
# fifth_robot is not a holonomic robot
holonomic_robot: false
yaw_goal_tolerance: 0.1
xy_goal_tolerance: 0.1
sim_time: 4.0
contro... | TrajectoryPlannerROS:
max_vel_x: 0.45
min_vel_x: -0.35
max_vel_theta: 2.0
min_vel_theta: -2.0
min_in_place_rotational_vel: 0.4
acc_lim_x: 2.5
acc_lim_theta: 3.2
# fifth_robot is not a holonomic robot
holonomic_robot: false
yaw_goal_tolerance: 0.1
xy_goal_tolerance: 0.1
sim_time: 4.0
cont... | Update local planner params with gazebo | Update local planner params with gazebo
| YAML | bsd-3-clause | CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg |
cd166388110104db8bd5f6ae895cf7c240ff90eb | .github/workflows/bazel-test.yaml | .github/workflows/bazel-test.yaml | # Copyright 2021 Google LLC
#
# 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | # Copyright 2021 Google LLC
#
# 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | Install xmllint, which is needed for one of the tests | Install xmllint, which is needed for one of the tests
| YAML | apache-2.0 | phst/rules_elisp,phst/rules_elisp,phst/rules_elisp,phst/rules_elisp,phst/rules_elisp |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.