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 |
|---|---|---|---|---|---|---|---|---|---|
dd3366717ffbb6a8c7d3f9866d799403971e4609 | .travis.yml | .travis.yml | language: python
python:
- 2.7
env:
- TOXENV=py27-django16
before_install:
- npm install --global bower
install:
- pip install --requirement requirements.txt
- pip install --editable .
script:
- make test-tox
| language: python
python:
- 2.7
env:
- TOXENV=py27-django16
before_install:
- npm install --global bower
install:
- pip install --requirement requirements.txt
- pip install --editable .
script:
- make test-tox
deploy:
provider: pypi
user: ginkgodev
password:
secure: i/Fg9+YoKT61sdT1/xKmY2PBAGzx0yK5S+WS1ArjyOzn... | Add PyPI deployment configuration to Travis | Add PyPI deployment configuration to Travis
| YAML | mit | ginkgobioworks/curious,ginkgobioworks/curious,benjiec/curious,ginkgobioworks/curious,benjiec/curious,benjiec/curious |
1a3b340376ee8e667e5e51ceebc95ecfbdf3fe70 | .travis.yml | .travis.yml | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=connectors-centos-6
- INSTANCE=mysql5... | 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=connectors-centos-6
- INSTANCE=mysql... | Simplify Travis config and fix ChefDK 2.0 failures | Simplify Travis config and fix ChefDK 2.0 failures
| YAML | apache-2.0 | chef-cookbooks/yum-mysql-community,chef-cookbooks/yum-mysql-community |
2fea34a7415fa5c3a4dc4e2516b25b7d5ba0c6e6 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "5.1"
addons:
apt:
packages:
- xvfb
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm run lint && npm test
notifications:
slack:
secure: bDwO2uce5JAZvjrvWj4+/+yEXJAIK4O0RcgUWvZ2IMbi7Q9I89Mw40JmkLWL6x2gWZwxr8+FoLtErJA7RV... | sudo: false
language: node_js
node_js:
- "5.1"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm run lint && npm test
notifications:
slack:
secure: bDwO2uce5JAZvjrvWj4+/+yEXJAIK4O0RcgUWvZ2IMbi7Q9I89Mw40JmkLWL6x2gWZwxr8+FoLtErJA7RVrsfImjrX+NmMyAB7AydLdrBJtkLozNnuacnhcnBRyp... | Update compiler so builds work | Update compiler so builds work
| YAML | mpl-2.0 | dcposch/browser-laptop,Sh1d0w/browser-laptop,dcposch/browser-laptop,bkardell/browser-laptop,MKuenzi/browser-laptop,willy-b/browser-laptop,diasdavid/browser-laptop,PFCKrutonium/browser-laptop,manninglucas/browser-laptop,pmkary/braver,manninglucas/browser-laptop,MKuenzi/browser-laptop,luixxiul/browser-laptop,dcposch/brow... |
69ce964014e2a80d37e2635cb3db0740a0192d87 | .travis.yml | .travis.yml | language: ruby
dist: xenial
cache:
bundler: true
rvm:
- 2.4
- 2.5
- 2.6
branches:
only:
- master
| language: ruby
dist: xenial
cache:
bundler: true
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
branches:
only:
- master
| Add Ruby 2.7 to the Travis CI build matrix | Add Ruby 2.7 to the Travis CI build matrix
| YAML | mit | publify/publify_core,publify/publify_core,publify/publify_core |
1f80ba2141857f646cfedc1fa27f6eaad4fd7964 | .travis.yml | .travis.yml | language: php
php:
# - 5.3 # requires old distro, see below
- 5.4
- 5.5
- 5.6
- 7
- hhvm # ignore errors, see below
# lock distro so new future defaults will not break the build
dist: trusty
# also test lowest dependencies on PHP 7
matrix:
include:
- php: 5.3
dist: precise
- php: 7.0
... | language: php
php:
# - 5.3 # requires old distro, see below
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm # ignore errors, see below
# lock distro so new future defaults will not break the build
dist: trusty
# also test lowest dependencies on PHP 7
matrix:
include:
- php: 5.3
dist: precise
... | Test against PHP 7.1 and 7.2 | Test against PHP 7.1 and 7.2 | YAML | mit | clue-labs/http,reactphp/http |
4c3df2f582fb56ea8d7da357bea38ad9800b0477 | .travis.yml | .travis.yml | language: php
php:
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "7.0"
install:
- composer install --prefer-dist --dev
script: ant -keep-going
| language: php
php:
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "7.0"
install:
- travis_retry composer self-update && composer --version
# We have to supply the branch alias here again as travis checks out a commit hash and therefore destroys the
# circular dependency phpcq/all-tasks -> phpcq/bran... | Allow project to compile itself again | Allow project to compile itself again
| YAML | mit | phpcq/branch-alias-validation |
94a7f51f02a6751e5cbef7a5936a10631fae0338 | .travis.yml | .travis.yml | language: android
android:
components:
- tools
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra
- extra-android-m2repository
script:
./gradlew build test
jdk:
- oraclejdk8
sudo: false
cache:
directories:
- $HOME/.m2
| language: android
android:
components:
- tools
- tools
- platform-tools
- build-tools-25.0.3
- android-25
script:
./gradlew build test
jdk:
- oraclejdk8
sudo: false
cache:
directories:
- $HOME/.m2
| Update configuration for Travis CI | Update configuration for Travis CI
| YAML | apache-2.0 | MichaelRocks/libphonenumber-android,MichaelRocks/libphonenumber-android |
b7e6e07f7457dde8cf84ef24b24a917a3061f792 | .travis.yml | .travis.yml | language: android
android:
components:
- build-tools-21.1.2
- android-21
- extra-android-support
- sys-img-armeabi-v7a-android-19
before_script:
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-fo... | language: android
android:
components:
- build-tools-21.1.2
- android-21
- extra-android-support
- sys-img-armeabi-v7a-android-19
before_script:
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-fo... | Disable acceptance tests execution temporally | Disable acceptance tests execution temporally | YAML | apache-2.0 | 0359xiaodong/Lynx,pedrovgs/Lynx |
f19f8b63806f40a807df510317c4e1a5f7cd1acb | .travis.yml | .travis.yml | language: node_js
dist: trusty
sudo: required
node_js: 8
script:
- npm run test
cache:
directories:
- node_modules
env:
global:
- CF_APP=watson-assistant-simple
- CF_API=https://api.ng.bluemix.net
- CF_ORGANIZATION=WatsonPlatformServices
- CF_SPACE=demos
before_deploy: npm install -g cf-blue-green
deploy... | language: node_js
dist: trusty
sudo: required
node_js: 8
script:
- npm run test
cache:
directories:
- node_modules
env:
global:
- BX_APP=watson-assistant-simple
- BX_API=https://api.ng.bluemix.net
- BX_ORGANIZATION=WatsonPlatformServices
- BX_SPACE=demos
before_deploy: npm install -g bx-blue-green
deploy... | Update deployment to the IBM Cloud | build(Travis): Update deployment to the IBM Cloud
| YAML | apache-2.0 | stevenpkg/conversation-simple,stevenpkg/conversation-simple |
2761234eca22a7d81310b02dbc99595b9f47cfe3 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode # JRuby in 1.9 mode
- rbx-19mode
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode-1.7.4
- rbx-19mode
| Update tavis JRuby version to 1.7.4. | Update tavis JRuby version to 1.7.4.
| YAML | unlicense | ruby-rdf/rdf-microdata,ruby-rdf/rdf-microdata |
6cac113564824fadf42a49d4635b157d0372192e | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.6
- 0.8
| language: node_js
node_js:
- "0.6"
- "0.8"
- "0.10"
| Add Node.js 0.10 to Travis. | Add Node.js 0.10 to Travis.
| YAML | mit | rasata/q,potato620/q,gustavobeavis/q,signpost/q,kevinsawicki/q,welbornio/q,jymsy/q,criferlo/q,aramk/q,cgvarela/q,IbpTeam/node-q,ShopCo/q,Muffasa/q,mcanthony/q,ajunflying/q,potato620/q,CozyCo/q,manushthinkster/q,Zeratul5/q,bnicart/q,yizziy/q,pwmckenna/q,cgvarela/q,gorcz/q,mcanthony/q,Zeratul5/q,SarunasAzna/q,100star/q,g... |
5bd07df339f63fc89b9192fcfd517ed3eeb77eab | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer install
| language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
before_script:
- composer install
| Allow failure of PHP 7 and HHVM | Allow failure of PHP 7 and HHVM | YAML | mit | h4cc/guzzle-cache-middleware,outspaced/guzzle-cache-middleware,Kevinrob/guzzle-cache-middleware |
bb1e12228b73e469862c50be3f0c4e221d4a88cb | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
env:
- DJANGO_VERSION=1.11.13
- DJANGO_VERSION=2.0.5
matrix:
exclude:
- python: 2.7
env: DJANGO_VERSION=2.0.5
install: "pip install -q psycopg2 django==$DJANGO_VERSION"
script: ./tests/runtests.py
| language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
env:
- DJANGO_VERSION=1.11.14
- DJANGO_VERSION=2.0.7
matrix:
exclude:
- python: 2.7
env: DJANGO_VERSION=2.0.7
install: "pip install -q psycopg2 django==$DJANGO_VERSION djangorestframework==3.8.2"
script: ./tests/runtests.py
| Update Django minor versions in tests. | Update Django minor versions in tests.
| YAML | bsd-3-clause | mattiaslinnap/django-partial-index |
25f36a621c327ebe2409b081e208c7e62e0db93f | .travis.yml | .travis.yml | language: node_js
node_js:
- "6.10.3"
addons:
firefox: "53.0.2"
# See https://docs.travis-ci.com/user/gui-and-headless-browsers/#Starting-a-Web-Server
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3 # Give Xvfb some time to start.
- npm run server &
- sleep 3 # Give the w... | language: node_js
node_js:
- "6.10.3"
addons:
firefox: "53.0.2"
before_install:
- wget https://github.com/mozilla/geckodriver/releases/download/v0.16.1/geckodriver-v0.16.1-linux64.tar.gz
- mkdir geckodriver
- tar -xf geckodriver-v0.16.1-linux64.tar.gz -C geckodriver
- export PATH=$PATH:$PWD/geckodriver
... | Install geckodriver as required by newer selenium in Travis CI | Install geckodriver as required by newer selenium in Travis CI
| YAML | mit | heremaps/map-linkbuilder-app,heremaps/map-linkbuilder-app,heremaps/map-linkbuilder-app |
5cd726de85d8fb55431ddcac044c00bce4963554 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.4.0
before_install: gem install bundler -v 1.14.3
| sudo: false
language: ruby
rvm:
- 2.3.0
- 2.4.0
- 2.5.0
before_install: gem install bundler -v 1.6.1
| Add Ruby 2.3 & 2.5 and update bundler version in TravisCI config | Add Ruby 2.3 & 2.5 and update bundler version in TravisCI config
| YAML | mit | buren/arbetsformedlingen,buren/arbetsformedlingen |
0ae5f57658e3ef47bd3535d582d60ea7faf2a620 | .travis.yml | .travis.yml | language: php
env:
global:
- SYLIUS_CACHE_DIR=$HOME/.sylius-cache
- SYLIUS_BUILD_DIR=etc/build
sudo: false
matrix:
include:
-
php: 7.0
env: SYLIUS_SUITE="application"
services:
- memcached
-
php: 7.0
e... | language: php
env:
global:
- SYLIUS_CACHE_DIR=$HOME/.sylius-cache
- SYLIUS_BUILD_DIR=etc/build
sudo: false
matrix:
include:
-
php: 7.0
env: SYLIUS_SUITE="application"
services:
- memcached
-
php: 7.0
e... | Remove PHP v5.6 from the Travis CI build | Remove PHP v5.6 from the Travis CI build | YAML | mit | juramy/Sylius,juramy/Sylius,juramy/Sylius,juramy/Sylius,juramy/Sylius |
e267c421fd0cca3e48774d47750ec995012604f0 | .travis.yml | .travis.yml | language: php
sudo: false
matrix:
include:
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.0
env: COMPOSER_FLAGS="--prefer-lowest"
- php: hhvm-3.9
dist: trusty
before_script:
- curl --version
- composer self-update
- composer update --no-interaction --n... | language: php
sudo: false
matrix:
include:
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.0
env: COMPOSER_FLAGS="--prefer-lowest"
before_script:
- curl --version
- composer self-update
- composer update --no-interaction --no-progress $COMPOSER_FLAGS
script:
- ./vendo... | Remove HHVM from test matrix | Remove HHVM from test matrix
| YAML | mit | omines/datatables-bundle,omines/datatables-bundle |
e361649e522913da44c80718c5ac1d068329af98 | .travis.yml | .travis.yml | before_script:
- psql -c 'create database sqlalchemy_continuum_test;' -U postgres
language: python
python:
- 2.6
- 2.7
- 3.3
install:
- pip install -e ".[test]"
script:
- python setup.py test
| env:
- DB=mysql
- DB=postgres
before_script:
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'create database sqlalchemy_continuum_test;' -U postgres; fi"
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database sqlalchemy_continuum_test;'; fi"
language: python
python:
- 2.6
- 2.7
- 3.3
install:
... | Add mysql to test matrix | Add mysql to test matrix
| YAML | bsd-3-clause | rmoorman/sqlalchemy-continuum,piotr-dobrogost/sqlalchemy-continuum,kvesteri/sqlalchemy-continuum,avilaton/sqlalchemy-continuum |
78a0378b90403e2932b0c58db3c3ff8d94977433 | .travis.yml | .travis.yml | language: php
matrix:
fast_finish: true
include:
- php: 5.6
env: DB=sqlite
- php: 5.6
env: DB=mysql
# - php: 5.6
# env: DB=pgsql
- php: 5.5
env: DB=sqlite
cache:
directories:
- $HOME/.composer/cache
before_install:
- cd ..
- git clone https://github.com/neos/flow-deve... | language: php
matrix:
fast_finish: true
include:
- php: 5.6
env: DB=sqlite
- php: 5.6
env: DB=mysql
# - php: 5.6
# env: DB=pgsql
- php: 5.5
env: DB=sqlite
cache:
directories:
- $HOME/.composer/cache
before_install:
- cd ..
- git clone https://github.com/neos/flow-deve... | Add color to PHPUnit output in Travis | [TASK] Add color to PHPUnit output in Travis
| YAML | mit | dfeyer/flow-development-collection,gerhard-boden/flow-development-collection,bwaidelich/flow-development-collection,neos/flow-development-collection,fcool/flow-development-collection,kitsunet/flow-development-collection,kitsunet/flow-development-collection,kdambekalns/flow-development-collection,bwaidelich/flow-develop... |
300c97de3b31b7e14d658102df683b8feb86a905 | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- 2.4.0
- ruby-head
- jruby-head
before_install: gem update --remote bundler && bundle --version
install:
- bundle install --retry=3
script:
- bundle exec rspec
- PULL_REQUEST_ID=${TRAVIS_PULL_REQUEST} bundle exec pronto run -f github_sta... | language: ruby
sudo: false
rvm:
- 2.2
- 2.3.0
- 2.4.0
- ruby-head
- jruby-head
before_install: gem update --remote bundler && bundle --version
install:
- bundle install --retry=3
script:
- bundle exec rspec
- PULL_REQUEST_ID=${TRAVIS_PULL_REQUEST} bundle exec pronto run -f github_status github_pr -c o... | Drop 2.0 and 2.1 builds b/c neither are officially maintained anymore | Drop 2.0 and 2.1 builds b/c neither are officially maintained anymore
| YAML | mit | Skookum/bamboozled |
e8c6c08d7f992e5fdd0b15332b5e6552d44d6457 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
global:
- TEST_APPS="allauth account socialaccount amazon angellist bitbucket coinbase evernote feedly foursquare douban dropbox dropbox_oauth2 facebook flickr google github hubic instagram linkedin linkedin_oauth2 mailru odnokl... | sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
global:
- TEST_APPS="allauth account socialaccount amazon angellist bitbucket coinbase evernote feedly foursquare douban dropbox dropbox_oauth2 facebook flickr google github hubic instagram linkedin linkedin_oauth2 mailru odnokl... | Use the latest patch version of Django for each major release | Use the latest patch version of Django for each major release
| YAML | mit | hanasoo/django-allauth,vuchau/django-allauth,socialsweethearts/django-allauth,hanasoo/django-allauth,JshWright/django-allauth,socialsweethearts/django-allauth,sih4sing5hong5/django-allauth,ashwoods/django-allauth,fabiocerqueira/django-allauth,nimbis/django-allauth,80vs90/django-allauth,avsd/django-allauth,rsalmaso/djan... |
e4aa06066742fe2d0e0b9c2904546b575514551b | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
rvm:
- ruby-head
- 2.2
- 2.1
- 2.0
- 1.9.3
- jruby
- jruby-head
- rbx-2
matrix:
allow_failures:
- rvm: rbx-2
- rvm: jruby
- rvm: jruby-head
- rvm: ruby-head
env:
global:
- CODECLIMATE_REPO_TOKEN=70820b2c9137bc6411ae1a2e0c6861028c70ce373ee... | language: ruby
sudo: false
cache: bundler
rvm:
- ruby-head
- 2.3.1
- 2.2
- 2.1
- jruby
- jruby-head
- rbx-2
matrix:
allow_failures:
- rvm: rbx-2
- rvm: jruby
- rvm: jruby-head
- rvm: ruby-head
env:
global:
- CODECLIMATE_REPO_TOKEN=70820b2c9137bc6411ae1a2e0c6861028c70ce373eec87ad46d... | Drop support for Ruby 1.9.3 and 2.0 supporting 2.3.1 | Drop support for Ruby 1.9.3 and 2.0 supporting 2.3.1
| YAML | mit | neopoly/neo-dci |
0b08b6f00ac8f3bf8c38675fad0f0d334fb67a4d | .travis.yml | .travis.yml | language: node_js
node_js:
- "node"
- "8"
after_success:
- npm run coverage
| language: node_js
node_js:
- "node"
- "10"
after_success:
- npm run coverage
| Drop support for NodeJs 8 | :boom: Drop support for NodeJs 8
- Dependencies have dropped support for the new deprecated NodeJs version
BREAKING CHANGE
| YAML | mit | abhishekdev/build-revision,abhishekdev/build-revision |
719acd50273a90271c725651b0d1bc04c2526439 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 1.9.2
- rbx-19mode
- 1.8.7
- ree
- rbx-18mode
- jruby-18mode
- jruby-head
env: JRUBY_OPTS=-Xcext.enabled=true
| language: ruby
matrix:
allow_failures:
- rvm: ruby-head
rvm:
- 1.9.3
- 1.9.2
- rbx-19mode
- 1.8.7
- ree
- rbx-18mode
- jruby-18mode
- ruby-head
- jruby-head
env: JRUBY_OPTS=-Xcext.enabled=true
| Allow TravisCI build failures on ruby-head. | Allow TravisCI build failures on ruby-head.
| YAML | mit | fnichol/capistrano-fanfare |
91e63ea08d9f902f59eb5771ed4d9ccd35f4e718 | .travis.yml | .travis.yml | language: dart
dart:
- dev
dart_task:
- dartfmt
- dartanalyzer: --fatal-infos --fatal-warnings .
- test
branches:
only:
- master
cache:
directories:
- $HOME/.pub-cache
| language: dart
dart:
- 2.0.0
- dev
dart_task:
- dartanalyzer: --fatal-infos --fatal-warnings .
- test
matrix:
include:
# Only validate formatting using the dev release
- dart: dev
dart_task: dartfmt
branches:
only:
- master
cache:
directories:
- $HOME/.pub-cache
| Test on oldest supported SDK | Test on oldest supported SDK
| YAML | bsd-3-clause | dart-lang/timing |
a8f46fc66c236a35a041352422ab6a68387db31a | .travis.yml | .travis.yml | language: python
cache: pip
matrix:
include:
- os: linux
dist: trusty
python: '2.6'
- os: linux
dist: trusty
python: '2.7'
- os: linux
dist: trusty
python: '3.2'
- os: linux
dist: trusty
python: '3.3'
- os: linux
dist: trusty
python: '3.4'
- os: linux
dist: trus... | language: python
cache: pip
matrix:
include:
- os: linux
dist: trusty
python: '2.6'
- os: linux
dist: trusty
python: '2.7'
- os: linux
dist: trusty
python: '3.2'
- os: linux
dist: trusty
python: '3.3'
- os: linux
dist: trusty
python: '3.4'
- os: linux
dist: trus... | Add more time for test scripts to run | Add more time for test scripts to run
| YAML | bsd-2-clause | etingof/pysnmp,etingof/pysnmp |
8e38d7b8ad8f32e9363d5812915205290a284140 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- jruby-9.1.9.0
os:
- linux
- osx
cache:
- bundler
- directories:
- /home/travis/.rvm/
notifications:
email:
on_success: change
| language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- jruby-9.1.9.0
os:
- linux
- osx
cache:
- bundler
- directories:
- /home/travis/.rvm/
| Remove default Travis CI notification setting | Remove default Travis CI notification setting
| YAML | mit | thomasfl/filewatcher |
b39c7d7d8312b4a38fb43a21100fadf3441d2774 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "0.8"
| language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
| Remove node v0.8 from ci | Remove node v0.8 from ci
| YAML | mit | rob-murray/gbify-geojson |
9c051efe0b7996329e8b1d2bed79ac4ed83f6850 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.3
before_install: gem install bundler
| language: ruby
rvm:
- 2.2.3
before_install: gem install bundler
addons:
code_climate:
repo_token: 0aa5f7b2088821aaa5fe58bc4064b1cbfaa359362d7b4b5b30233accd0c166af
| Add - codeclimate - repo_token | Add - codeclimate - repo_token
| YAML | mit | gabrielpedepera/sigiss,gabrielpedepera/sigiss |
3b3f15ccc5b12eca4fd7e11d2a48e4cd505dfb5a | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.2.2
before_script:
- cp config/database.yml.travis spec/dummy/config/database.yml
- psql -c 'create database travis_ci_test;' -U postgres
- bundle exec rake db:migrate
- sh -e /etc/init.d/xvfb start
- wget http://cdn.sencha.com/ext/gpl/ext-5.1.0-gpl.zip
- unzip -q ext-... | language: ruby
rvm:
- 1.9.3
- 2.2.2
before_script:
- cp config/database.yml.travis spec/dummy/config/database.yml
- psql -c 'create database travis_ci_test;' -U postgres
- bundle exec rake db:migrate
- sh -e /etc/init.d/xvfb start
- wget http://cdn.sencha.com/ext/gpl/ext-5.1.0-gpl.zip
- unzip -q ext-... | Fix icons sym link for Travis CI | Fix icons sym link for Travis CI
| YAML | mit | arman000/marty,arman000/marty,arman000/marty,arman000/marty |
0ba6c203ae36addbc308065cf050452d58599b25 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
branches:
only:
- master
- develop
install: true
script: mvn test -P production
| language: java
jdk:
- oraclejdk7
branches:
only:
- master
- develop
install: true
script: mvn install -P production
| Use install rather than test [rev: ivo.miller] | Use install rather than test [rev: ivo.miller]
| YAML | mit | hpe-idol/find,LinkPowerHK/find,hpautonomy/find,hpautonomy/find,LinkPowerHK/find,hpe-idol/find,hpe-idol/java-powerpoint-report,hpe-idol/find,LinkPowerHK/find,hpautonomy/find,hpautonomy/find,hpe-idol/find,hpautonomy/find,hpe-idol/find,LinkPowerHK/find,hpe-idol/java-powerpoint-report,LinkPowerHK/find |
a8ff7a65f4dd2aa6ef241622c8d262bf26556321 | .travis.yml | .travis.yml | language: node_js
osx_image: xcode8.1
os:
- linux
- osx
sudo: false
node_js:
- "4.2"
- "6.9"
- "7.9"
addons:
code_climate:
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
after_script:
- cat coverage/lcov.info | codeclimate
| language: node_js
osx_image: xcode8.1
os:
- linux
- osx
sudo: false
node_js:
- "4.2"
- "6.9"
- "7.9"
env:
- CXX=g++-4.8
addons:
code_climate:
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
a... | Fix Travis CI env issue | Fix Travis CI env issue
| YAML | mit | tylingsoft/mermaid,knsv/mermaid,tylingsoft/mermaid,gillesdemey/mermaid,gillesdemey/mermaid,knsv/mermaid,gillesdemey/mermaid,tylingsoft/mermaid |
512ab037f5bbf6307ff86282a3699d669b54ee76 | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.6.5
otp_release:
- 20.0
branches:
only:
- master
dist: trusty
sudo: false
addons:
postgresql: '9.6'
services:
- postgresql
install:
- mix local.rebar --force
- mix local.hex --force
before_script:
- cp config/travis.exs config/test.exs
script: ./script/cibuild
| language: elixir
elixir:
- 1.6.5
otp_release:
- 20.0
dist: trusty
sudo: false
addons:
postgresql: '9.6'
services:
- postgresql
install:
- mix local.rebar --force
- mix local.hex --force
before_script:
- cp config/travis.exs config/test.exs
script: ./script/cibuild
| Remove Travis branch build exclusions | Remove Travis branch build exclusions
| YAML | mit | lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks |
982b10d0e88c184a8864840814ea720ae74740cc | .travis.yml | .travis.yml | language: php
## Cache composer bits
cache:
directories:
- $HOME/.composer/cache/files
php:
- 7.0
- 7.1
- 7.2
- nightly
# lock distro so new future defaults will not break the build
dist: trusty
# also test lowest dependencies on PHP 7
matrix:
include:
- php: 7.0
env:
- DEPENDENCIE... | language: php
## Cache composer bits
cache:
directories:
- $HOME/.composer/cache/files
php:
- 7.0
- 7.1
- 7.2
- nightly
# also test lowest dependencies on PHP 7
matrix:
include:
- php: 7.0
env:
- DEPENDENCIES=lowest
allow_failures:
- php: nightly
sudo: false
install:
- com... | Remove trusty dist as it was needed for PHP 5.3 from the build config copied | Remove trusty dist as it was needed for PHP 5.3 from the build config copied
| YAML | mit | friends-of-reactphp/http-middleware-psr15-adapter |
fbae1c2b6d29ac5bfac473b1872539ff4458ba06 | .travis.yml | .travis.yml | ---
after_script:
- ruby -Ilib bin/rake travis:after -t
before_script:
- gem install hoe-travis --no-rdoc --no-ri
- gem install minitest -v '~> 5.0' --no-rdoc --no-ri
- ruby -Ilib bin/rake travis:before -t
language: ruby
notifications:
email:
- drbrain@segment7.net
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
- j... | ---
after_script:
- ruby -Ilib bin/rake travis:after -t
before_script:
- gem install hoe-travis --no-rdoc --no-ri
- gem install minitest -v '~> 5.0' --no-rdoc --no-ri
- ruby -Ilib bin/rake travis:before -t
language: ruby
notifications:
email:
- drbrain@segment7.net
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
- 2... | Test rake against ruby 2.2 and head | Test rake against ruby 2.2 and head
| YAML | mit | envato/rake,envato/rake,ruby/rake,pjump/rake,bentley/rake,askl56/rake,utilum/rake,esasse/rake,Vanzct/rake,tmornini/rake,ipmobiletech/rake,zzak/rake,codedogfish/rake,ruby/rake,88rabbit/rake,jaustinhughey/rake,taiganakagawa/rake |
e8fc90dabfb65a8fd0aef6a3fe269cea80050f4b | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development
cache: bundler
script: "bundle exec rspec spec"
rvm:
- "2.4.0"
- "2.3.3"
- "2.2"
- "2.1"
- "2.0"
- ruby-head
notifications:
recipients:
- michael@rabbitmq.com
matrix:
allow_failures:
- rvm: ruby-head
| language: ruby
bundler_args: --without development
cache: bundler
script: "bundle exec rspec spec"
rvm:
- ruby-head
- "2.4.1"
- "2.3.4"
- "2.2.7"
notifications:
recipients:
- michael@rabbitmq.com
matrix:
allow_failures:
- rvm: ruby-head
| Drop support for Ruby < 2.2 | Drop support for Ruby < 2.2
Looks like its URI parser has limitations revealed by Travis.
Bunny tests agains 2.2+ already.
| YAML | mit | ruby-amqp/amq-protocol,ruby-amqp/amq-protocol |
527519aa32e9454a5151ba091b32fce97a428b46 | .travis.yml | .travis.yml | language: python
env:
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.9
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
- pip install django==$DJANGO_VERSION --use-mirrors
- pip install . --use-mirrors
script: ./test_project/manage.py test
| language: python
env:
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.9
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
matrix:
exclude:
- python: "3.5"
env: "DJANGO_VERSION=1.7"
install:
- pip install django==$DJANGO_VERSION --use-mirrors
- pip install . --use-mirrors
script: ./test_... | Exclude Python 3.5 with Django 1.7 from test matrix | Exclude Python 3.5 with Django 1.7 from test matrix | YAML | bsd-2-clause | dwaynebailey/django-overextends,stephenmcd/django-overextends |
6fe051c6acf8a207d204500c20ced93983389439 | .travis.yml | .travis.yml | language: ruby
dist: trusty
sudo: false
before_install:
- gem update --system
- gem update bundler
before_script:
- bundle update
cache: bundler
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head
- jruby-1.7.27
- jruby-9.1.15.0
- jruby-head
- rbx-3.99
matri... | language: ruby
dist: trusty
sudo: false
before_install:
- gem update --system
- gem update bundler
before_script:
- bundle update
cache: bundler
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head
- jruby-1.7.27
- jruby-9.1.15.0
- jruby-head
- rbx-3.99
matri... | Remove Rubinius 3.99 from allow_failures. | Remove Rubinius 3.99 from allow_failures.
The issue (https://github.com/rubinius/rubinius/issues/3783) causing the
test failures has now been fixed.
| YAML | mit | tzinfo/tzinfo |
2aaea6825f2197777ab58f2f4f635a8fc68404de | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- jruby-19mode
script: bundle exec rspec spec
| language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- 2.3.0
- jruby-19mode
script: bundle exec rspec spec
| Add Ruby 2.3 to Travis | Add Ruby 2.3 to Travis
| YAML | mit | gocardless/business |
469aa47cd5ae53c46be5da1e08be4e0eabb2c2eb | .travis.yml | .travis.yml | language: php
services:
- postgresql
php:
- 7.1
sudo: false
cache:
directories:
- vendor
- $HOME/.composer/cache
#before_install:
# - phpenv config-rm xdebug.ini
install:
- COMPOSER_DISCARD_CHANGES=1 composer install --dev --prefer-source --no-interaction
before_script:
- psql -c 'create datab... | language: php
services:
- postgresql
php:
- 7.1
- 7.2
sudo: false
cache:
directories:
- vendor
- $HOME/.composer/cache
#before_install:
# - phpenv config-rm xdebug.ini
install:
- COMPOSER_DISCARD_CHANGES=1 composer install --dev --prefer-source --no-interaction
before_script:
- psql -c 'crea... | Add PHP 7.2 to Travis CI config | Add PHP 7.2 to Travis CI config | YAML | mit | Hackathonners/swap,Hackathonners/swap |
159d32fad2d63fdb30b7ee60c776455b11f25d96 | .travis.yml | .travis.yml | language: go
go:
- "1.x"
- "1.11.x"
- master
services:
- docker
script:
- go get -u github.com/mholt/caddy
- go get -u gopkg.in/natefinch/lumberjack.v2
- go get -u github.com/miekg/dns
- go get -u github.com/gomods/athens/...
- rm -rf ${TRAVIS_HOME}/gopath/src/github.com/gomods/athens/vendor/github... | language: go
go:
- "1.x"
- "1.11.x"
- master
services:
- docker
script:
- go test -v -race ./...
- make
stages:
- test
- name: deploy
if: (branch = master) AND (type != pull_request)
jobs:
include:
- stage: deploy
script:
# build caddy
- make travis-build
# b... | Use docker build inside Travis | (build): Use docker build inside Travis
| YAML | apache-2.0 | txtdirect/txtdirect |
5052b120e17f7bff2c2b06ca74f3332e3fe5d4fc | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- jruby-9.1.8.0
script: bundle exec rake spec
| language: ruby
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
- jruby-9.1.13.0
script: bundle exec rake spec
| Update Ruby versions for Travis CI | Update Ruby versions for Travis CI
Testing with the latest versions of MRI 2.2/2.3/2.4, and JRuby.
| YAML | mit | ahamlinman/peribot-groupme |
13e98ac237504732abcd305a847ab87460acacc3 | .travis.yml | .travis.yml | language: go
go:
- 1.7
- tip
addons:
postgresql: "9.4"
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- gem install package_cloud
before_script:
- psql -c 'create database henhouse_test;' -U postgres
script:
- go list ... | language: go
go:
- 1.7
- tip
addons:
postgresql: "9.4"
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- gem install package_cloud
before_script:
- psql -c 'create database henhouse_test;' -U postgres
script:
- go list ... | Change directory for build package | Change directory for build package [2]
| YAML | agpl-3.0 | jollheef/henhouse,jollheef/henhouse,jollheef/henhouse,jollheef/henhouse |
23c0dbb796e382dc143963843dd90080b1262505 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- sudo apt-get update
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda-3.9.1-Linux-x86_64.sh -O miniconda.sh;
else
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-... | language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- sudo apt-get update
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda-3.9.1-Linux-x86_64.sh -O miniconda.sh;
else
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-... | Comment out '- python setup.py install' | Comment out '- python setup.py install'
| YAML | mit | MBARIMike/oxyfloat,MBARIMike/biofloat,MBARIMike/oxyfloat,MBARIMike/biofloat,biofloat/biofloat,biofloat/biofloat |
de00b63c3c6e99771d8226a8001252a27090c947 | .travis.yml | .travis.yml | language: python
python:
- "2.5"
- "2.6"
- "2.7"
# command to install dependencies
install:
- "if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install mock unittest2 simplejson --use-mirrors ; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install mock unittest2 --use-mirrors ; fi"
- "if [[ $T... | language: python
python:
- "2.5"
- "2.6"
- "2.7"
# command to install dependencies
install:
- "if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install mock unittest2 simplejson --use-mirrors ; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install mock unittest2 --use-mirrors ; fi"
- "if [[ $T... | Fix shell syntax in Travis CI config file | Fix shell syntax in Travis CI config file
| YAML | bsd-2-clause | ronnix/fabtools,pombredanne/fabtools,prologic/fabtools,AMOSoft/fabtools,wagigi/fabtools-python,hagai26/fabtools,sociateru/fabtools,bitmonk/fabtools,n0n0x/fabtools-python,davidcaste/fabtools,badele/fabtools,fabtools/fabtools,ahnjungho/fabtools |
0d2cbfa012f2b4fa829173fe5be2d649f7cf6cd7 | .travis.yml | .travis.yml | language: ruby
before_install:
- gem install bundler
rvm:
- ruby-head
- 2.4.0
- 2.3
- 2.2
- 2.1
- 2.0
gemfile:
- gemfiles/rails_3.gemfile
- gemfiles/rails_4.gemfile
- gemfiles/rails_4.1.gemfile
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.gemfile
matrix:
allow_failures:
- rvm: ruby-head... | language: ruby
before_install:
- gem install bundler
rvm:
- ruby-head
- 2.4.0
- 2.3
- 2.2
- 2.1
- 2.0
gemfile:
- gemfiles/rails_3.gemfile
- gemfiles/rails_4.gemfile
- gemfiles/rails_4.1.gemfile
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.gemfile
matrix:
allow_failures:
- rvm: ruby-head... | Allow failures for Ruby 2.4.0 and Rails 4.x until patches for Rails ready | Allow failures for Ruby 2.4.0 and Rails 4.x until patches for Rails ready
| YAML | mit | januszm/slim-rails,slim-template/slim-rails,januszm/slim-rails |
7a1f48ee1fc357692a8e2fb292b093480fdbd7b1 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
sudo: false
# command to install dependencies, e.g. pip install -r requirements.txt
# These packages only exist on Ubuntu 13.04 and newer:
# No dependencies currently unless using Python 2.6.
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then ... | language: python
python:
- "3.7"
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
- "2.6"
sudo: false
# command to install dependencies, e.g. pip install -r requirements.txt
# These packages only exist on Ubuntu 13.04 and newer:
# No dependencies currently unless using Python 2.6.
install:
- if [[ $TRAVIS_PY... | Add 3.5, 3.6, 3.7 to CI tests | Add 3.5, 3.6, 3.7 to CI tests
| YAML | mit | PythonCharmers/python-future,PythonCharmers/python-future |
6358bbb14add44ba5f38413a8e9d7420c7f15df8 | .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
# Boilerplate ... should be no reason to edit the install section
install:
- export PROJECT_HOME="$(pwd)"
- cd $HOME
- wget -q -O builderCI.zip https://github.... | 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-04 |
d6f592dd079aee742a653c5756cd2afafc177615 | .travis.yml | .travis.yml | rvm:
- "2.1"
- 2.0.0
- jruby
| before_install:
- gem update --system
- gem --version
rvm:
- "2.1"
- 2.0.0
- jruby
| Use latest version of rubygems and bundler. | Use latest version of rubygems and bundler.
| YAML | mit | aptible/aptible-billing-ruby,blakepettersson/aptible-billing-ruby |
d7bbc3a34d503d9ebaaafcb28fb1248fe112cb20 | .travis.yml | .travis.yml | language: python
cache: pip
env:
- PYTHONHASHSEED=0
install:
- make travis-setup
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
# PyPy versions
- "pypy"
- "pypy3"
script:
- make ci
jobs:
include:
- stage: coverage
python:
- "3.6"
script:
- make coverage
af... | language: python
dist: bionic
cache: pip
env:
- PYTHONHASHSEED=0
install:
- make travis-setup
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
# PyPy versions
- "pypy"
- "pypy3"
script:
- make ci
jobs:
include:
- stage: coverage
python:
- "3.6"
script:
- make cove... | Switch CI to Ubuntu 18 | Switch CI to Ubuntu 18
| YAML | mit | pavdmyt/yaspin |
0155445a267ba06f236a753f9501383e1546756a | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- "pip install -r requirements.txt"
script: "py.test"
deploy:
provider: "heroku"
api_key:
secure: "wYkuNGIT0OUdnV9FMUqpWhQQvaL+pOe1iQqviG85t5H1iSOlU0JPhytKPQv9Qmb+dmqBqbRgjo//pQybRkG7B3TiAcBCEZW+enPRMqgUYyf+h7GMxB6sUJU... | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- "pip install -r requirements.txt"
script: "py.test"
deploy:
provider: "heroku"
api_key:
secure: "wYkuNGIT0OUdnV9FMUqpWhQQvaL+pOe1iQqviG85t5H1iSOlU0JPhytKPQv9Qmb+dmqBqbRgjo//pQybRkG7B3TiAcBCEZW+enPRMqgUYyf+h7GMxB6sUJ... | Deploy only Python 2.7 version. | Deploy only Python 2.7 version.
| YAML | mit | honzajavorek/python.cz,honzajavorek/python.cz,honzajavorek/python.cz,honzajavorek/python.cz |
0b8b482198aa770a926d0912aafa3b0c327670e5 | .travis.yml | .travis.yml | language: python
matrix:
include:
- python: "2.7"
env: ENVLIST=readme,1.4.X,1.5.X,master
- python: "3.3"
env: ENVLIST=py33-1.5.X
install:
- "pip install . tox --use-mirrors"
script: tox -e $ENVLIST
| language: python
python:
- "2.7"
env: ENVLIST=readme,1.4.X,1.5.X,master
matrix:
include:
- python: "3.3"
env: ENVLIST=py33-1.5.X
install:
- "pip install . tox --use-mirrors"
script: tox -e $ENVLIST
| Fix the empty ENVLIST failure | Fix the empty ENVLIST failure
| YAML | mit | SmileyChris/django-navtag |
c94fd331408c33ccd0dd27830b765ed4c4698365 | config/jobs/kubernetes-sigs/cluster-api-provider-digitalocean/cluster-api-provider-digitalocean-presets.yaml | config/jobs/kubernetes-sigs/cluster-api-provider-digitalocean/cluster-api-provider-digitalocean-presets.yaml | presets:
# Credentials for using DigitalOcean test account. Used for cluster-api-provider-digitalocean tests.
- labels:
preset-do-credential: "true"
env:
- name: DIGITALOCEAN_ACCESS_TOKEN
valueFrom:
secretKeyRef:
name: cluster-api-provider-digitalocean-token
key: DIGITALOCEAN_ACCESS_TO... | presets:
# Credentials for using DigitalOcean test account. Used for cluster-api-provider-digitalocean/kops tests.
- labels:
preset-do-credential: "true"
env:
- name: DIGITALOCEAN_ACCESS_TOKEN
valueFrom:
secretKeyRef:
name: cluster-api-provider-digitalocean-token
key: DIGITALOCEAN_ACCE... | Update presets to use DO spaces for kops e2e tests | Update presets to use DO spaces for kops e2e tests
| YAML | apache-2.0 | BenTheElder/test-infra,cblecker/test-infra,cblecker/test-infra,michelle192837/test-infra,jessfraz/test-infra,monopole/test-infra,BenTheElder/test-infra,cjwagner/test-infra,dims/test-infra,jessfraz/test-infra,kubernetes/test-infra,pwittrock/test-infra,fejta/test-infra,michelle192837/test-infra,pwittrock/test-infra,pwitt... |
0b8faccaf2decc8628c376ba85e18f237bff6935 | data/class_groups/glance_all.yaml | data/class_groups/glance_all.yaml | classes:
- glance
- glance::api
- glance::registry
- "glance::backend::%{glance_backend}"
| classes:
- glance
- glance::api
- glance::registry
- "glance::backend::%{glance_backend}"
- glance::cache::pruner
| Add glance cache pruner job | Add glance cache pruner job
On nodes where we set up glance, we currently don't set up a
glance cache pruning job. This is a recommended practice as
it can allow glance images to take up more disk space than
they should be allowed to by the image_cache_max_size setting
(refer to http://docs.openstack.org/developer/gl... | YAML | apache-2.0 | CiscoSystems/puppet_openstack_builder,phchoic/puppet_openstack_builder,michaeltchapman/puppet_openstack_builder,michaeltchapman/puppet_openstack_builder,michaeltchapman/vagrant-consul,michaeltchapman/vagrant-consul,phchoic/puppet_openstack_builder,CiscoSystems/puppet_openstack_builder,michaeltchapman/puppet_openstack_b... |
0fbefbec4c141159a17164f1e2c02e0e2f0479d9 | webhooks/config.yaml | webhooks/config.yaml | # API entry point
jenkins: 'http://qa-s2:8080'
repos:
# pull requests
- repo: Wikia/app
branches_not:
- dev
jobs:
- unitTests_js_branches
- unitTests_php_branches
# pushes to dev
- repo: Wikia/app
branches:
- dev
jobs:
- jsIntegration_trunk
- jsUnit_trunkUnit
- phpUni... | # API entry point
jenkins: 'http://qa-s2:8080'
repos:
# pull requests
- repo: Wikia/app
branches_not:
- dev
jobs:
- unitTests_js_branches
- unitTests_php_branches
# pushes to dev
- repo: Wikia/app
branches:
- dev
jobs:
- jsIntegration_trunk
- jsUnit_trunkUnit
- phpUni... | Change the names of Jenkins builds | Change the names of Jenkins builds
| YAML | mit | Wikia/jenkins-webhooks |
b84009c4ca07db3b487c31aadfecc8c9a8cdbfa4 | config/sidekiq.yml | config/sidekiq.yml | :concurrency: 5
staging:
:concurrency: 10
production:
:concurrency: 25
:queues:
- default
- photos | :concurrency: 5
staging:
:concurrency: 10
production:
:concurrency: 10
:queues:
- default
- photos | Reduce Sidekiq concurrency to 10 | Reduce Sidekiq concurrency to 10
| YAML | apache-2.0 | GreaterGoodStudio/data-journal,GreaterGoodStudio/data-journal,GreaterGoodStudio/data-journal |
a59fa8bb59fc2d6831b8f5bcd2658d3f82f8924d | codeship-steps.yml | codeship-steps.yml | - name: test
service: web
command: whenavail db 3306 100 make test
| - name: test
service: web
command: whenavail db 3306 100 /data/run-tests.sh
| Correct use of make within docker container. | Correct use of make within docker container.
| YAML | mit | silinternational/simplesamlphp-module-silauth,silinternational/simplesamlphp-module-silauth |
697195841897f5aad0488da88efe3c296eb17c44 | .github/workflows/Test.yml | .github/workflows/Test.yml | name: Test
on: [push, pull_request]
jobs:
macOS:
runs-on: macOS-latest
steps:
- name: Show environments
run: |
sw_vers
xcodebuild -version
swift --version
- uses: actions/checkout@v1
- name: Checkout submodules
run: |
git submodule update --init
-... | name: Test
on: [push, pull_request]
jobs:
macOS:
runs-on: macos-11
steps:
- name: Show environments
run: |
sw_vers
xcodebuild -version
swift --version
- uses: actions/checkout@v1
- name: Checkout submodules
run: |
git submodule update --init
- nam... | Use macOS 11 for test ci | Use macOS 11 for test ci
| YAML | apache-2.0 | onevcat/CotEditor,onevcat/CotEditor,onevcat/CotEditor |
4836ec93f834e0635751bc3eb50800fee06fb12d | .github/workflows/main.yml | .github/workflows/main.yml | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run.
on:
# Triggerthe work flow on new release tag
release:
branches: [ master ]
types: [ created ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflo... | name: BuildAndSignProdAPK
# Controls when the action will run.
on:
# Trigger the workflow on new release tag
release:
types: [published, created]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or... | Update the github workflow to build and sign | Update the github workflow to build and sign
| YAML | apache-2.0 | PowerInside/syncplayer,PowerInside/syncplayer |
34d3ff9a8d7818b8069bb9aeb346718859c4e6af | .github/workflows/mypy.yml | .github/workflows/mypy.yml | name: Python type check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Download submodules
run: git submodule update --init --recursive
- name: Set up Python
uses: actions/setup-python@v1
with:
python-... | name: Python type check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Download submodules
run: git submodule update --init --recursive
- name: Set up Python
uses: actions/setup-python@v1
with:
python-... | Use Python 3.8 for MyPy. | Use Python 3.8 for MyPy.
| YAML | mit | erezsh/lark,lark-parser/lark |
7524690d0160abdce8db95d59a0240d941a8fd43 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
go:
- "1.15"
- "1.14"
steps:
- name: Set up Go ${{ matrix.go }}
... | name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
go:
- "1.16"
- "1.15"
- "1.14"
steps:
- name: Set up G... | Add go 1.16 to CI | Add go 1.16 to CI
| YAML | mit | tkuchiki/alp |
defd23e9db9ed51b2a6613afe3869758c972d648 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test on push
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set .env file
run: cp .env.example .env
- name: Warm up stack
run: docker-compose up -d mysql elasticsearch redis
- name: Pull current image for cache
run... | name: Test on push
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set .env file
run: cp .env.example .env
- name: Warm up stack
run: docker-compose up -d mysql elasticsearch redis
- name: Test
run: docker-compose run php... | Revert "Pull current image for cache" | Revert "Pull current image for cache"
This reverts commit 8fe3f0df5f4fc54e64ba06bcea8b0dbe0b99cf3e.
| YAML | mit | SlovakNationalGallery/web-umenia-2,SlovakNationalGallery/web-umenia-2,SlovakNationalGallery/web-umenia-2,SlovakNationalGallery/web-umenia-2 |
f72027d6dd885920949ced39d72540537ed16f6b | .github/workflows/test.yml | .github/workflows/test.yml | name: Run tests
on: [push, pull_request]
env:
PACKAGE: SublimeLinter
SUBLIME_TEXT_VERSION: 3
UNITTESTING_TAG: master
jobs:
linux:
runs-on: ubuntu-latest
container:
image: sublimetext/unittesting
options: --cap-add=NET_ADMIN
env:
TRAVIS_OS_NAME: linux
steps:
- uses: act... | name: Run tests
on: [push, pull_request]
env:
PACKAGE: SublimeLinter
SUBLIME_TEXT_VERSION: 3
UNITTESTING_TAG: master
TRAVIS_OS_NAME: linux
jobs:
linux:
runs-on: ubuntu-latest
container:
image: sublimetext/unittesting
options: --cap-add=NET_ADMIN
steps:
- uses: actions/checkout... | Move env definition to global scope | Move env definition to global scope
| YAML | mit | SublimeLinter/SublimeLinter3,SublimeLinter/SublimeLinter3 |
4cd62feb48397645703d4d0637c818636deb459f | ansible/roles/network-interfaces/tasks/main.yml | ansible/roles/network-interfaces/tasks/main.yml | ---
- name: Stop NetworkManager
service: name=network-manager state=stopped enabled=no
- name: Remove NetworkManager
apt: pkg=network-manager
state=absent
- name: Configure network interfaces
template:
src: etc_network_interfaces.j2
dest: /etc/network/interfaces
owner: root
group: root
... | ---
- name: Check if NetworkManager package is installed
shell: dpkg -l network-manager
register: nm_installed_check
failed_when: nm_installed_check.rc > 1
- name: Stop NetworkManager
service: name=network-manager state=stopped enabled=no
when: nm_installed_check == 0
- name: Remove NetworkManager
apt: p... | Check whether or not NetworkManager is actually installed before trying to remove it | Check whether or not NetworkManager is actually installed before trying to remove it
| YAML | apache-2.0 | edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi |
09936bf3905ea8b3d01662e3bbb4f4d94abe7fc5 | roles/php/handlers/main.yml | roles/php/handlers/main.yml | ---
- name: restart php72-php-fpm
service:
name: php72-php-fpm
state: restarted
| ---
- name: restart php72-php-fpm
systemd:
name: php72-php-fpm
daemon_reload: yes
state: restarted
| Rewrite service handler to systemd handler,in order to facilitate systemd reloads | PHP: Rewrite service handler to systemd handler,in order to facilitate systemd reloads
| YAML | apache-2.0 | OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy |
5c9a15c8f29d51b5552912635c715f86d2d81e0c | metadata/rocks.poopjournal.todont.yml | metadata/rocks.poopjournal.todont.yml | Categories:
- Sports & Health
License: Apache-2.0
AuthorName: Crazy Marvin & Contributors
AuthorEmail: marvin@poopjournal.rocks
AuthorWebSite: https://crazymarvin.com/
WebSite: https://www.crazymarvin.com/todont
SourceCode: https://github.com/Crazy-Marvin/ToDont
IssueTracker: https://github.com/Crazy-Marvin/ToDont/is... | Categories:
- Sports & Health
License: Apache-2.0
AuthorName: Crazy Marvin & Contributors
AuthorEmail: marvin@poopjournal.rocks
AuthorWebSite: https://crazymarvin.com/
WebSite: https://www.crazymarvin.com/todont
SourceCode: https://github.com/Crazy-Marvin/ToDont
IssueTracker: https://github.com/Crazy-Marvin/ToDont/is... | Update To Don’t to 1.2 (3) | Update To Don’t to 1.2 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
2fb5e30cc394a460e2215113c6225d2cd8a38b49 | defaults/main.yml | defaults/main.yml | # the username that will run the ansible script
# # user will be created along a pair of ssh key
ansible_username: ansible_admin
# git repositories location, 2 repo will be created as
# private and public
git_repositories_dir: /srv/git_repos
# directory holding the fact cache
# currently using jsonfile, since that's th... | # the username that will run the ansible script
# # user will be created along a pair of ssh key
ansible_username: ansible_admin
# git repositories location, 2 repo will be created as
# private and public
git_repositories_dir: /srv/git_repos
# directory holding the fact cache
# currently using jsonfile, since that's th... | Set the minute to run cron, so ansible is not run every minute at 4. | Set the minute to run cron, so ansible is not run every minute at 4.
| YAML | mit | OSAS/ansible-role-ansible_bastion,mscherer/ansible-role-ansible_bastion,OSAS/ansible-role-ansible_bastion,mscherer/ansible-role-ansible_bastion |
c42b353672322d093674dfae1fcebaf1444a658a | config/default.yml | config/default.yml | server_port: 9001
service_map_backend: http://api.hel.fi/servicemap/v1
linkedevents_backend: http://api.hel.fi/linkedevents/v0.1
otp_backend: http://144.76.78.72/otp/routers/default/plan
static_path: /static/
livereload: true
url_prefix: /
# user_location_override: [60.171111, 24.943889]
# sentry_url: http://4e10e9d3f2... | server_port: 9001
service_map_backend: http://api.hel.fi/servicemap/v1
linkedevents_backend: http://api.hel.fi/linkedevents/v0.1
otp_backend: http://144.76.78.72/otp/routers/default/plan
static_path: /static/
livereload: true
url_prefix: /
# user_location_override: [60.171111, 24.943889]
# sentry_url: http://4e10e9d3f2... | Remove unused geocoder api url from config. | Remove unused geocoder api url from config.
| YAML | agpl-3.0 | City-of-Helsinki/servicemap,City-of-Helsinki/servicemap,City-of-Helsinki/servicemap,vaaralav/servicemap,vaaralav/servicemap,vaaralav/servicemap |
6db5a2ac6059983fd5e2fcd36eacef4f494c396b | project.yml | project.yml | name: dry-monads
codacy_id: f2eed41bf7f04b38b0a7691c2cf6e73c
gemspec:
authors: ["Nikita Shilnikov"]
email: ["fg@flashgordon.ru"]
summary: "Common monads for Ruby"
development_dependencies:
- bundler
- rake
- rspec
- [dry-types, ">= 0.1.2"]
runtime_dependencies:
- [concurrent-ruby, "~> 1.0"... | name: dry-monads
codacy_id: f2eed41bf7f04b38b0a7691c2cf6e73c
gemspec:
authors: ["Nikita Shilnikov"]
email: ["fg@flashgordon.ru"]
summary: "Common monads for Ruby"
development_dependencies:
- bundler
- rake
- rspec
- [dry-types, ">= 0.1.2"]
runtime_dependencies:
- [concurrent-ruby, "~> 1.0"... | Update dry-core and remove dry-equalizer from runtime deps | Update dry-core and remove dry-equalizer from runtime deps
| YAML | mit | dry-rb/dry-monads,dry-rb/dry-monads,dry-rb/dry-monads |
af7729ef4d85f9deebc0a5687b48d8e87a3fb95c | repository.yaml | repository.yaml | digital-service: SCRS
| digital-service: SCRS
repoVisibility: public_0C3F0CE3E6E6448FAD341E7BFA50FCD333E06A20CFF05FCACE61154DDBBADF71
| Enforce repo yaml privacy key. | PLATOPS-BAU: Enforce repo yaml privacy key.
| YAML | apache-2.0 | hmrc/vat-registration-frontend,hmrc/vat-registration-frontend,hmrc/vat-registration-frontend |
5140e438eeb56f7ab4f857f248b28618e0c475b9 | automation/early_riser.yaml | automation/early_riser.yaml | # If the current mode is sleeping and motion is detected in the master bathroom
# an hour before sunrise or later, turn off the alarm, transition to Morning
# mode, and message Jesse.
alias: Early Riser
trigger:
platform: state
entity_id: binary_sensor.master_bath_motion_37
from: 'off'
to: 'on'
condition:
con... | # If the current mode is sleeping and motion is detected in the master bathroom
# an hour before sunrise or later, turn off the alarm, transition to Morning
# mode, and message Jesse.
alias: Early Riser
trigger:
platform: state
entity_id: binary_sensor.master_bath_motion_37
from: 'off'
to: 'on'
condition:
con... | Use a more explicit time trigger | Use a more explicit time trigger
| YAML | mit | jnewland/ha-config,jnewland/ha-config,jnewland/ha-config |
06691871750cb3a5cfc5a5163695e38466b4bf6e | packages/pe/persistent-ratelimit.yaml | packages/pe/persistent-ratelimit.yaml | homepage: https://github.com/jprider63/persistent-ratelimit
changelog-type: ''
hash: b80a8423a3e35cf57c47fcc902e6a7e8fb4acf7199aedb0c1895bdf0ba8b4f7c
test-bench-deps: {}
maintainer: dev@jamesparker.me
synopsis: A library for rate limiting activities with a persistent backend.
changelog: ''
basic-deps:
base: ! '>=4.6 ... | homepage: https://github.com/jprider63/persistent-ratelimit
changelog-type: ''
hash: b194b336fc9c942c975f031f67f59c4dda0112c22419b34f31656500a8542707
test-bench-deps: {}
maintainer: dev@jamesparker.me
synopsis: A library for rate limiting activities with a persistent backend.
changelog: ''
basic-deps:
base: ! '>=4.6 ... | Update from Hackage at 2017-05-11T21:43:54Z | Update from Hackage at 2017-05-11T21:43:54Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
79ed4185ce933278789a11cf2af5e4fdc08e0b1d | config/mongoid.yml | config/mongoid.yml | defaults: &defaults
host: localhost
# slaves:
# - host: slave1.local
# port: 27018
# - host: slave2.local
# port: 27019
development:
<<: *defaults
database: datajam_development
test:
<<: *defaults
database: datajam_test
# set these environment variables on your prod server
production:... | defaults: &defaults
host: localhost
# slaves:
# - host: slave1.local
# port: 27018
# - host: slave2.local
# port: 27019
development:
<<: *defaults
database: datajam_development
test:
<<: *defaults
database: datajam_test
# set these environment variables on your prod server
production:... | Set production db to datajam_production | Set production db to datajam_production | YAML | bsd-3-clause | sunlightlabs/sunlightlive,sunlightlabs/sunlightlive |
871f296309dcbf05ad48fd0408b48b9268b24228 | roles/haskell/tasks/main.yml | roles/haskell/tasks/main.yml | ---
- name: Install Haskell packages
homebrew: name={{ item }} state=latest
with_items:
- cabal-install
- gcc
- ghc
- name: Update cabal
shell: 'cabal update'
tags: update
- name: Install packages
shell: 'cabal install {{ dotfiles.haskell.packages | join(" ")}}'
- name: Link dotfiles
file: sr... | ---
- name: Download GHC.app
mac_pkg: |
pkg_type=app
url=https://github.com/etrepum/ghc-dot-app/releases/download/v7.8.3-r1/ghc-7.8.3-r1.zip
archive_type=zip archive_path=ghc-7.8.3.app
- name: Update cabal
shell: 'cabal update'
tags: update
- name: Install packages
shell: 'cabal install {{ dotfile... | Use GHC.app over brew installed Haskell | Use GHC.app over brew installed Haskell
| YAML | mit | jcf/ansible-dotfiles,jcf/ansible-dotfiles,jcf/ansible-dotfiles,jcf/ansible-dotfiles,jcf/ansible-dotfiles |
0dd5bf9336dc77cbf75e7a7c484e42482ba30854 | config/sidekiq.yml | config/sidekiq.yml |
:verbose: false
:concurrency: 5
:timeout: 8
staging:
:concurrency: 5
production:
:concurrency: 5
:queues:
- default
- mailers | :verbose: false
:concurrency: 5
:timeout: 8
staging:
:concurrency: 5
production:
:concurrency: 5
:queues:
- default
- mailers
- open_split_time_production_default | Add prefixed queue to list to clear it out | Add prefixed queue to list to clear it out
| YAML | mit | SplitTime/OpenSplitTime,SplitTime/OpenSplitTime,SplitTime/OpenSplitTime |
4b04a7214c293c1b5d49d282b3ca7ace60b84b82 | rockety.yml | rockety.yml | options:
livereloadPort: 35729
sources:
- src: src/front
dest: public/assets/front
css:
sourcemap: true
sourcemapLocation: ./
minify: false
autoprefixer:
browsers:
- last 2 versions
vendor:
- ./node_modules/bootstrap/dist/css/bootstrap.css
style... | options:
livereloadPort: 35729
sources:
- src: src/front
dest: public/assets/front
css:
sourcemap: true
sourcemapLocation: ./
minify: false
autoprefixer:
browsers:
- last 2 versions
vendor:
- ./node_modules/bootstrap/dist/css/bootstrap.css
style... | Revert back to sass. The change was an accident | Revert back to sass. The change was an accident
| YAML | mit | IvanDokov/grunt,ivandokov/rockety,ivandokov/rockety,IvanDokov/grunt |
78bb5490e6feaa353d4f09d8323730809fbb7a98 | meta/main.yml | meta/main.yml | ---
galaxy_info:
author: Ben Webber
description: Provision a vanilla Minecraft server
license: Apache 2.0
min_ansible_version: 1.2
platforms:
- name: Ubuntu
versions:
- trusty
- name: Debian
versions:
- wheezy
- jessie
categories:
- system
dependencies: []
| ---
galaxy_info:
author: Ben Webber
description: Provision a vanilla Minecraft server
license: Apache 2.0
min_ansible_version: 1.2
platforms:
- name: Ubuntu
versions:
- trusty
- name: Debian
versions:
- wheezy
- jessie
- name: EL
versions:
- 7
categori... | Add RHEL/CentOS support to Ansible Galaxy meta | Add RHEL/CentOS support to Ansible Galaxy meta
| YAML | apache-2.0 | devops-coop/ansible-minecraft,devops-coop/ansible-minecraft,devops-coop/ansible-minecraft |
1d592b6bc9af19cee7d470c433a2863261cb4a67 | meta/main.yml | meta/main.yml | galaxy_info:
author: Marc Trudel <mtrudel@wizcorp.jp>
description: Installs statsd on a server
company: Wizcorp K.K.
license: MIT
min_ansible_version: 1.8.1
platforms:
- name: EL
versions:
- 6
- 7
- name: debian
versions:
- wheezy
- name: ubuntu
versions... | galaxy_info:
author: Marc Trudel <mtrudel@wizcorp.jp>
description: Installs statsd on a server
company: Wizcorp K.K.
license: MIT
min_ansible_version: 1.8.1
platforms:
- name: EL
versions:
- 6
- 7
- name: debian
versions:
- wheezy
- name: ubuntu
versions... | Replace service_name by role_name in the firewall role | Replace service_name by role_name in the firewall role
| YAML | mit | tokyowizard/ansible-statsd,AerisCloud/ansible-statsd |
cbf6e295e81fde05af1a5f9458b1edcf1fd0887e | docker-compose.yml | docker-compose.yml | version: '2'
services:
frontend:
image: webwurst/caddy
volumes:
- ./docker/Caddyfile:/etc/caddy/Caddyfile
- ./certs:/etc/caddy/certs
volumes_from:
- helpy:ro
ports:
- "80:80"
- "443:443"
networks:
- front
restart: always
depends_on:
- helpy
help... | version: '2'
services:
frontend:
image: webwurst/caddy
volumes:
- ./docker/Caddyfile:/etc/caddy/Caddyfile
- ./certs:/etc/caddy/certs
volumes_from:
- helpy:ro
ports:
- "80:80"
- "443:443"
networks:
- front
restart: always
depends_on:
- helpy
help... | Use local Dockerfile as source for the application | Use local Dockerfile as source for the application
This makes it a lot easier to do local development, as one doesn't now
need to modify any files to create their custom environments.
| YAML | mit | helpyio/helpy,scott/helpy__helpdesk_knowledgebase,helpyio/helpy,scott/helpy__helpdesk_knowledgebase,helpyio/helpy,helpyio/helpy,scott/helpy__helpdesk_knowledgebase |
5f1354dae0cd07b6d3a2e00ba5cb00f1f764abff | docker-compose.yml | docker-compose.yml | www:
build: .
volumes:
- "src:/usr/src/app/src"
- "test:/usr/src/app/test"
ports:
- "8080"
environment:
- NODE_ENV
- ALLOW_ORIGINS
- AWS_ACCESS_KEY_ID
- AWS_BUCKET_NAME
- AWS_BUCKET_PATH
- AWS_BUCKET_REGION
- AWS_SECRET_ACCESS_KEY
- LIBRATO_PREFIX
- LIBRATO_TOKEN
... | www:
build: .
volumes:
- "src:/usr/src/app/src"
- "test:/usr/src/app/test"
ports:
- "8080"
environment:
- NODE_ENV
- ALLOW_ORIGINS
- AWS_ACCESS_KEY_ID
- AWS_BUCKET_NAME
- AWS_BUCKET_PATH
- AWS_BUCKET_REGION
- AWS_SECRET_ACCESS_KEY
- LIBRATO_PREFIX
- LIBRATO_TOKEN
... | Add restart policy to Docker Compose configuration | Add restart policy to Docker Compose configuration
| YAML | mit | Turistforeningen/Jotunheimr |
7fd92288ec58deee46a8db0e8fbd758b50a8411c | docker-compose.yml | docker-compose.yml | version: "2"
services:
crawler:
build: .
entrypoint: scrapy people_search
volumes:
- .:/opt/linkedin_scraper
links:
- splash
environment:
SPLASH_ADDR: http://splash:8050
splash:
image: scrapinghub/splash:2.1
| version: "2"
services:
crawler:
build: .
entrypoint: scrapy people_search
volumes:
- .:/opt/linkedin_scraper
links:
- splash
environment:
SPLASH_ADDR: http://splash:8050
splash:
image: scrapinghub/splash:2.3.1
| Use newer version of Splash server Docker image. | Use newer version of Splash server Docker image.
| YAML | mit | nihn/linkedin-scraper,nihn/linkedin-scraper |
368e609257583545e8a41b6cc15e88508487c036 | docker-compose.yml | docker-compose.yml | www:
build: public
links:
- turadmin
volumes:
- "public:/usr/share/nginx/public"
- "public/default.conf:/etc/nginx/conf.d/default.conf"
- "public/mime.types:/etc/nginx/mime.types"
ports:
- "8080"
environment:
- VIRTUAL_HOST=tur.app.dnt.privat
- VIRTUAL_PORT=8080
turadmin:
build:... | www:
build: public
links:
- turadmin
volumes:
- "./public:/usr/share/nginx/public"
- "./public/default.conf:/etc/nginx/conf.d/default.conf"
- "./public/mime.types:/etc/nginx/mime.types"
ports:
- "8080"
environment:
- VIRTUAL_HOST=tur.app.dnt.privat
- VIRTUAL_PORT=8080
turadmin:
... | Use Node.js Image for local dev env | Use Node.js Image for local dev env
| YAML | mit | Turistforeningen/Turadmin,Turistforeningen/Turadmin,Turistforeningen/Turadmin,Turistforeningen/Turadmin |
4cf3d4cf04614f844c80a41a1764e74e7093c434 | docker-compose.yml | docker-compose.yml | # Follow guide at https://realpython.com/blog/python/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/
version: '3'
services:
web:
build: .
ports:
- 5000:5000
command: gunicorn -b 0.0.0.0:5000 ocspdash.web.wsgi:app --log-level=DEBUG
depends_on:
- db
environment:
... | # Follow guide at https://realpython.com/blog/python/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/
version: '3'
services:
web:
build: .
ports:
- 5000:5000
command: gunicorn -b 0.0.0.0:5000 ocspdash.web.wsgi:app --log-level=DEBUG
depends_on:
- db
environment:
... | Remove junk from docker compose | Remove junk from docker compose
| YAML | mit | scolby33/OCSPdash,scolby33/OCSPdash,scolby33/OCSPdash |
6be1fda4c760e9d678d9652082e11a1d5acd192e | docker-compose.yml | docker-compose.yml | version: '3.1'
services:
db:
image: "postgres:alpine"
volumes:
- .db:/var/lib/postgresql/data
broker:
image: "rabbitmq:alpine"
result:
image: "redis:alpine"
frontend:
build:
dockerfile: frontend/Dockerfile
context: .
volumes:
- .:/app/
- /app/node_module... | version: '3.1'
services:
db:
image: "postgres:alpine"
volumes:
- .db:/var/lib/postgresql/data
broker:
image: "rabbitmq:alpine"
result:
image: "redis:alpine"
frontend:
build:
dockerfile: frontend/Dockerfile
context: .
volumes:
- .:/app/
- /app/node_module... | Change mailhog ports mapping for smtp and ui | Change mailhog ports mapping for smtp and ui
| YAML | mit | vintasoftware/django-react-boilerplate,vintasoftware/django-react-boilerplate,vintasoftware/django-react-boilerplate,vintasoftware/django-react-boilerplate |
0d0053f9d2f21191e6052ff69f3461fe22886563 | docker-compose.yml | docker-compose.yml | version: '3'
services:
db:
ports:
- "8001:3306"
image: mysql:5.7
volumes:
- db_data:/var/lib/mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: wordpress
MYSQL_DATABASE: wordpress
MYSQL_USER: wordpress
MYSQL_PASSWORD: wordpress
web:
de... | version: '3'
services:
db:
ports:
- "8001:3306"
image: mysql:5.7
volumes:
- db_data:/var/lib/mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: wordpress
MYSQL_DATABASE: wordpress
MYSQL_USER: wordpress
MYSQL_PASSWORD: wordpress
web:
de... | Add WP_DEBUG_LOG option to WP config | Add WP_DEBUG_LOG option to WP config
Because the webhook response is coming out of the regular user driven
flow of the website, we need to enable logging to file to be able to see
any PHP errors that occur processing the webhook request. Specifically
setting the log file to be the /tmp directory because the default
di... | YAML | mit | komoju/komoju-woocommerce,komoju/komoju-woocommerce |
1b4936172724462d5e7b764ace5254dfb82afcb4 | docker-compose.yml | docker-compose.yml | version: '2'
services:
postgres:
build: ./docker/postgres
volumes:
- ./data/postgres:/var/lib/postgresql/data
redis:
image: redis:latest
command: redis-server --appendonly yes
volumes:
- ./data/redis:/data
bot:
build: .
command: python dog.py --docker
volumes:
- .... | version: '2'
services:
postgres:
build: ./docker/postgres
volumes:
- ./data/postgres:/var/lib/postgresql/data
redis:
image: redis:latest
command: redis-server
volumes:
- ./data/redis:/data
bot:
build: .
command: python dog.py --docker
volumes:
- .:/opt/dogbot
... | Make Redis use RDB (hopefully) | Make Redis use RDB (hopefully)
| YAML | mit | slice/dogbot,slice/dogbot,sliceofcode/dogbot,slice/dogbot,sliceofcode/dogbot |
c841b2c8391132d4847f539a85d5f7b4cfd16f2a | docker-compose.yml | docker-compose.yml | version: "3.7"
services:
php-fpm:
volumes:
- spddata:/var/www/html/
build:
context: .
dockerfile: 'docker/php-fpm/Dockerfile'
networks:
- spdashboard
container_name: fpm
web:
build:
context: 'docker/httpd/'
depends_on:
- php-fpm
expose:
- "80"... | version: "3.7"
services:
php-fpm:
volumes:
- spddata:/var/www/html/
build:
context: .
dockerfile: 'docker/php-fpm/Dockerfile'
networks:
- spdashboard
container_name: fpm
web:
build:
context: .
dockerfile: 'docker/httpd/Dockerfile'
depends_on:
- ph... | Fix docker compose build context | Fix docker compose build context
| YAML | apache-2.0 | SURFnet/sp-dashboard,SURFnet/sp-dashboard,SURFnet/sp-dashboard,SURFnet/sp-dashboard,SURFnet/sp-dashboard |
5ca798fb84467661f497f6be2798a5beb0b9ebf0 | docker-compose.yml | docker-compose.yml | version: '3.8'
# docker compose up -d
# docker compose exec app bundle exec rake
services:
app:
build:
context: .
dockerfile: docker-app/Dockerfile
tty: true
volumes:
- .:/app
depends_on:
- db
admin:
build: docker-admin
ports:
- '8080:80'
volumes:
- ... | version: '3.8'
# docker compose up -d
# docker compose exec app bundle exec rake
services:
app:
build:
context: .
dockerfile: docker-app/Dockerfile
tty: true
volumes:
- .:/app
environment:
- DATABASE_URL=mysql2://postfix:password@db/postfix
depends_on:
- db
admin:... | Set up DATABASE_URL for service app | Set up DATABASE_URL for service app
| YAML | mit | krhitoshi/postfix_admin,krhitoshi/postfix_admin |
5ff694ee56c719ea1b9080b92530329bb9e5e549 | docker-compose.yml | docker-compose.yml | version: "3"
services:
mongo:
image: mongo:3.4.9
container_name: mongo
restart: always
volumes:
- ./ops/mongo.conf:/etc/mongo.conf
- /data/go-bookmarks/mongodb:/data/db
api:
build: .
container_name: api
restart: always
environment:
PORT: 4070
MONGO_URL: mongo/b... | version: "3"
services:
mongo:
image: mongo:3.7.9
container_name: mongo
restart: always
volumes:
- ./ops/mongo.conf:/etc/mongo.conf
- /data/go-bookmarks/mongodb:/data/db
api:
build: .
container_name: api
restart: always
environment:
PORT: 4070
MONGO_URL: mongo/b... | Update mongo Docker tag to v3.7.9 | Update mongo Docker tag to v3.7.9
| YAML | mit | batazor/Go-BookMarks |
15430868f73db0d0f388535c0cb6537326397d77 | docker-compose.yml | docker-compose.yml | version: '2'
services:
server:
build: .
environment:
- POSTGRES_PASSWORD=postgres
entrypoint: /entrypoint.sh
expose:
- "5432"
command: postgres -c config_file='/conf/postgresql.conf'
ports:
- "5432:5432"
volumes:
- ./data:/data
- ./conf:/conf:ro
- ./conf... | version: '3'
services:
server:
build: .
environment:
- POSTGRES_PASSWORD=postgres
entrypoint: /entrypoint.sh
expose:
- "5432"
command: postgres -c config_file='/conf/postgresql.conf'
ports:
- "5432:5432"
volumes:
- ./data:/data
- ./conf:/conf:ro
- ./con... | Add named volume for /mnt/solexa | Add named volume for /mnt/solexa
| YAML | mit | wjv/mypg |
fbc6802d690c5fb002506313ceba543b6b5ab511 | docker-compose.yml | docker-compose.yml | db:
environment:
MYSQL_ROOT_PASSWORD: root
hostname: exitus-mysql
image: centurylink/mysql
ports:
- 3306
volumes:
- .data:/var/lib/mysql
web:
build: docker/development_image/
command: cd /app/test/carnival-sample-application && bundle exec rails s --pid=/tmp/server.pid
environment:
BUND... | db:
environment:
MYSQL_ROOT_PASSWORD: root
hostname: exitus-mysql
image: centurylink/mysql
ports:
- 3306
volumes:
- .data:/var/lib/mysql
web:
build: docker/development_image/
command: cd /app/spec/dummy/ && bundle exec rails s --pid=/tmp/server.pid
environment:
BUNDLE_APP_CONFIG: /app/.... | Fix docker run command on web container | Fix docker run command on web container
| YAML | mit | Vizir/carnival,Vizir/carnival,dsakuma/carnival,dsakuma/carnival,dsakuma/carnival,Vizir/carnival,dsakuma/carnival,cartolari/carnival,Vizir/carnival,cartolari/carnival,cartolari/carnival,cartolari/carnival,dsakuma/carnival,cartolari/carnival,Vizir/carnival |
b8961b9e699dad630bebc6f3d2afa66627bc01e6 | docker-compose.yml | docker-compose.yml | version: '2'
services:
website:
build: .
ports:
- "8000:8000"
volumes:
- '.:/isserviceup'
redis:
image: redis
command: redis-server --requirepass devpassword
volumes:
- 'redis:/var/lib/redis/data'
celery:
build: .
command: celery worker -B -l info -A isserviceup.c... | version: '2'
services:
website:
build: .
ports:
- "8000:8000"
volumes:
- '.:/isserviceup'
command: gunicorn -c "isserviceup/config/gunicorn.py" isserviceup.app:app --reload
redis:
image: redis
command: redis-server --requirepass devpassword
volumes:
- 'redis:/var/lib/red... | Add reload flag when running gunicorn in development | Add reload flag when running gunicorn in development
| YAML | apache-2.0 | marcopaz/is-service-up,marcopaz/is-service-up,marcopaz/is-service-up |
a766cdaf57ee1fc43019b52fe2fcc3cf03158a78 | metadata/com.aurora.adroid.yml | metadata/com.aurora.adroid.yml | Categories:
- System
License: GPL-3.0-only
AuthorName: Rahul Kumar Patel
AuthorEmail: whyorean@gmail.com
WebSite: https://auroraoss.com
SourceCode: https://gitlab.com/AuroraOSS/auroradroid
IssueTracker: https://gitlab.com/AuroraOSS/auroradroid/issues
Changelog: https://gitlab.com/AuroraOSS/auroradroid/blob/HEAD/CHANG... | Categories:
- System
License: GPL-3.0-only
AuthorName: Rahul Kumar Patel
AuthorEmail: whyorean@gmail.com
WebSite: https://auroraoss.com
SourceCode: https://gitlab.com/AuroraOSS/auroradroid
IssueTracker: https://gitlab.com/AuroraOSS/auroradroid/issues
Changelog: https://gitlab.com/AuroraOSS/auroradroid/blob/HEAD/CHANG... | Update Aurora Droid to 1.0.4 (4) | Update Aurora Droid to 1.0.4 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
2f8ec37c42d0df016f4cf405e9d12569a589c740 | .github/workflows/ci-build.yml | .github/workflows/ci-build.yml | name: Build
on:
workflow_dispatch:
create:
tags:
- v*;
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
# - name: Build with... | name: Build
on:
workflow_dispatch:
create:
tags:
- v*;
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
... | Add gradle wrapper validation action | Add gradle wrapper validation action
| YAML | apache-2.0 | BennyKok/PxerStudio,BennyKok/PxerStudio |
436588156a08fc17ad5a651a727fae6a6f0a03a1 | _config.yml | _config.yml | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the se... | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the se... | Change site title to make site more intuitive on individual pages. | Change site title to make site more intuitive on individual pages.
| YAML | apache-2.0 | uhm-coe/assist,uhm-coe/assist,uhm-coe/assist,uhm-coe/assist |
75d29f7a0a03c7f83bb9b74a008abe1479fdbc73 | _config.yml | _config.yml | ##The website title
name: Neeley Ops
##Markdown processor
markdown: kramdown
##syntax highlighter. change it to pygments
highlighter: pygments
gems: [jekyll-paginate]
##define base_url for valid usage in sitemap.xml and robots.txt
base_url: http://neeleyops.com
sass:
sass_dir: _sass
style: :compressed
paginate: 5... | ##The website title
name: Neeley Ops
##Markdown processor
markdown: kramdown
##syntax highlighter. change it to pygments
highlighter: rouge
gems: [jekyll-paginate]
##define base_url for valid usage in sitemap.xml and robots.txt
base_url: http://neeleyops.com
sass:
sass_dir: _sass
style: :compressed
paginate: 5
p... | Update to rouge per github support email | Update to rouge per github support email | YAML | mit | daveneeley/daveneeley.github.io,daveneeley/daveneeley.github.io |
340df04f13d859e22ebc3c34924521889243ae46 | _config.yml | _config.yml | name: pad - Guides, resources, notes, docs and knowledge for everything Oscar.
sass:
style: compressed
markdown: kramdown
kramdown:
toc_levels: 1..2
hard_wrap: true
auto_id_stripping: true
auto_ids: true
collections:
- resources
defaults:
-
scope:
path: ""
type: "pages"
values:
lay... | name: pad - Guides, resources, notes, docs and knowledge for everything Oscar.
sass:
style: compressed
markdown: kramdown
kramdown:
toc_levels: 1..2
hard_wrap: true
auto_id_stripping: true
auto_ids: true
collections:
- docs
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: ... | Change from resources to docs | Change from resources to docs
As "site.resources" can be confusing and mixed up | YAML | mit | oscarb/pad,oscarb/pad,oscarb/pad |
19dee133108664959a21ea40875412d75647b22a | _config.yml | _config.yml | name: Made in Dublin
description: A collection of products and services crafted in Dublin.
keywords: dublin, ireland, startups, companies, tech, technology
exclude: [_less, _img, _css, _js, _icons, node_modules, s3_website.yml, package.json, README.md, GruntFile.js, Gemfile, Gemfile.lock]
safe: false
source: .
destina... | name: Made in Dublin
description: A collection of products and services crafted in Dublin.
keywords: dublin, ireland, startups, companies, tech, technology
exclude: [_less, _img, _css, _js, _icons, node_modules, s3_website.yml, package.json, README.md, GruntFile.js, Gemfile, Gemfile.lock]
safe: false
source: .
destina... | Use kramdown markdown interpreter to make Github.io happy | Use kramdown markdown interpreter to make Github.io happy
| YAML | mit | madeindublin/madeindublin.github.io,madeindublin/madeindublin.github.io,madeindublin/madeindublin.github.io |
f50cb41d1f20352c0910f2f0108400f6f524d066 | _config.yml | _config.yml | # Dependencies
markdown: redcarpet
highlighter: pygments
# Permalinks
permalink: pretty
relative_permalinks: true
# Setup
title: Hyde
tagline: 'A Jekyll theme'
description: 'A brazen two-column <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that pairs a pro... | # Dependencies
markdown: redcarpet
highlighter: pygments
# Permalinks
permalink: pretty
relative_permalinks: true
# Setup
title: Hyde
tagline: 'A Jekyll theme'
description: 'A brazen two-column <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that pairs a pro... | Reconfigure for my GitHub account. | Reconfigure for my GitHub account.
| YAML | mit | rkujawa/blog |
2ff351afa6af73ee38519bf17292152cad835a3b | _config.yml | _config.yml |
title: Home of Jakob Jarosch
email: dev@jakobjarosch.de
description: > # GitHub user page of Jakob Jarosch (@foxylion)
baseurl: ""
url: "https://foxylion.github.io"
repository: "https://github.com/foxylion/foxylion.github.io"
google_analytics: UA-2072722-6
permalink : /:categories/:year/:title/
markdown : kramdo... |
title: Home of Jakob Jarosch
email: dev@jakobjarosch.de
description: > # GitHub user page of Jakob Jarosch (@foxylion)
baseurl: ""
url: "https://foxylion.github.io"
repository: "https://github.com/foxylion/foxylion.github.io"
google_analytics: UA-2072722-5
permalink : /:categories/:year/:title/
markdown : kramdo... | Use correct Google Analytics tracking code | Use correct Google Analytics tracking code
| YAML | bsd-2-clause | foxylion/foxylion.github.io,foxylion/foxylion.github.io |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.