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
5c42ab9da9d21d2fcf4b802cf42f53102d0cec39
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: # Note that Chef 12.0 shipped for Ruby 2.0 for Windows and 2.1 for Linux/mac - 2.3.0 before_install: - gem update --system - gem --version # Use the latest bundler - gem install bundler bundler_args: --without=localdev gemfile: - gemfiles/chef_12.gemfile ...
language: ruby cache: bundler sudo: false rvm: # Note that Chef 12.0 shipped for Ruby 2.0 for Windows and 2.1 for Linux/mac - 2.1.0 # Chef 13.0 shipped with Ruby 2.4.1 - 2.4.1 before_install: - gem update --system - gem --version # Use the latest bundler - gem install bundler bundler_args: --without=...
Use more recent versions of Ruby for more recent versions of Chef.
Use more recent versions of Ruby for more recent versions of Chef.
YAML
mit
DataDog/chef-handler-datadog,DataDog/chef-handler-datadog
b85f97ba3069c6239d496f0c39e8fac6efc8da1b
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - hhvm - hhvm-nightly matrix: fast_finish: true allow_failures: - php: hhvm-nightly install: - composer install script: phpunit -c phpunit.xml.dist after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code...
language: php php: - 5.4 - 5.5 - 5.6 - hhvm - hhvm-nightly matrix: fast_finish: true allow_failures: - php: hhvm-nightly install: - composer install script: phpunit -c phpunit.xml.dist --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocul...
Add coverage gathering to the unit tests.
Add coverage gathering to the unit tests.
YAML
mit
vanilla/garden-cli
d2e96695f9bd87a0bec7c04baa274cb9fe491f7f
.travis.yml
.travis.yml
cache: bundler rvm: - 2.2 - 2.3.0 - 2.4.1 - 2.5 script: bundle exec rake notifications: email: false sudo: false git: depth: 10
cache: bundler rvm: - 2.2 - 2.3.0 - 2.4.1 - 2.5 - 2.6 script: bundle exec rake notifications: email: false sudo: false git: depth: 10
Add Ruby 2.6 to the build matrix
Add Ruby 2.6 to the build matrix Ruby 2.6 has been released recently so add it to the build matrix.
YAML
mit
brandur/json_schema
aa17b0935f61f72694db9ec83a5b74aaf680cec6
.travis.yml
.travis.yml
language: ruby rvm: - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head
language: ruby rvm: - 1.9.3 - 2.0.0 - ruby-head
Support CRuby 1.9.3 and 2.0.0 only
Support CRuby 1.9.3 and 2.0.0 only
YAML
mit
Shinpeim/ruby_php_session
92d43dcefe87199e3c7b541b81565ad4164039dd
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 before_script: - npm install -g grunt-cli
language: node_js node_js: - 0.10 before_script: - npm install -g grunt-cli notifications: email: false irc: channels: - "irc.freenode.org#gittip" on_success: change on_failure: always template: - "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})" skip_...
Make Travis behave similarly to how it behaves on the www.gittip.com repository.
Make Travis behave similarly to how it behaves on the www.gittip.com repository.
YAML
mit
gratipay/grtp.co,gratipay/grtp.co,gratipay/grtp.co
a78102cd51a238741b88c58b17310bfa651d560f
.travis.yml
.travis.yml
sudo: false language: go go: - 1.5.4 - 1.6.1 - tip matrix: allow_failures: - go: tip before_script: - go get -u github.com/golang/lint/golint script: - go test -v --race ./... after_script: - test -z "$(gofmt -s -l -w . | tee /dev/stderr)" - test -z "$(golint ./... | tee /dev/stderr)" - g...
sudo: false language: go go: - 1.5.4 - 1.6.2 - tip matrix: allow_failures: - go: tip before_script: - go get -u github.com/golang/lint/golint script: - go test -v --race ./... after_script: - test -z "$(gofmt -s -l -w . | tee /dev/stderr)" - test -z "$(golint ./... | tee /dev/stderr)" - g...
Update Travis config to Go 1.6.2
Update Travis config to Go 1.6.2
YAML
mit
bep/debounce
0eb7bf4ee09071400669b185e6ce25f19c27664b
.travis.yml
.travis.yml
language: java script: "mvn clean verify" jdk: - oraclejdk8 - oraclejdk7 - openjdk7 - openjdk6
language: java script: "mvn clean verify" jdk: - oraclejdk8 - oraclejdk7 - openjdk7
Remove OpenJDK 6 from Travis config.
Remove OpenJDK 6 from Travis config.
YAML
apache-2.0
gertjanal/metal,ccreeten/metal,parsingdata/metal
ef495ecaefab890a52abf911c5be40b2d753b03d
.travis.yml
.travis.yml
language: erlang install: true before_script: - wget https://s3.amazonaws.com/rebar3/rebar3 - chmod +x rebar3 env: PATH=$PATH:.:./bin script: make travis notifications: disabled: true otp_release: - 18.2 - 18.0 - 17.5 - 17.1 - R16B03-1 - R15B03 - R14B04
language: erlang install: true before_script: - wget https://s3.amazonaws.com/rebar3/rebar3 - chmod +x rebar3 env: PATH=$PATH:.:./bin script: make travis notifications: disabled: true otp_release: - 18.2 - 18.0 - 17.5 - 17.1 - R16B03-1 - R15B03 # - R14B04
Disable R14B04 build for now
Disable R14B04 build for now [ci skip]
YAML
apache-2.0
lfe/lfe,lfe/lfe,jjhoo/lfe,rvirding/lfe,rvirding/lfe,jjhoo/lfe
95d23b681e908da5baba176a1aaae8f3d352934d
.travis.yml
.travis.yml
sudo: true language: python install: - sudo apt-get install swig - pip install --upgrade pip setuptools - pip install tox script: - tox after_success: - source .tox/${TOXENV}/bin/activate && pip install codecov && codecov --env TRAVIS_OS_NAME,TOXENV notifications: email: false irc: - "irc.fre...
sudo: true language: python install: - sudo apt-get install swig - pip install --upgrade pip setuptools - pip install tox script: - tox after_success: - source .tox/${TOXENV}/bin/activate && pip install codecov && codecov --env TRAVIS_OS_NAME,TOXENV notifications: email: false irc: - "irc.fre...
Remove Python 3 tests from allowed failures in TravisCI
Remove Python 3 tests from allowed failures in TravisCI Signed-off-by: Jeremy Cline <b3f594e10a9edcf5413cf1190121d45078c62290@jcline.org>
YAML
lgpl-2.1
fedora-infra/fedmsg,chaiku/fedmsg,chaiku/fedmsg,chaiku/fedmsg,fedora-infra/fedmsg,fedora-infra/fedmsg
dc9ee6e82fba71c27dd3dfeda788917c0b3a696d
.travis.yml
.travis.yml
language: php php: - 5.4 before_script: - bin/travis_build_before script: - phpunit -c app - php -d memory_limit=2048M bin/behat @MyProjectWebsiteBundle --verbose notifications: email: - travis@kunstmaan.be
language: php cache: apt: true bundler: true directories: - vendor php: - 5.4 - 5.5 before_script: - bin/travis_build_before script: - phpunit -c app - php -d memory_limit=2048M bin/behat @MyProjectWebsiteBundle --verbose notifications: email: - travis@kunstmaan.be
Add caching and PHP 5.5
Add caching and PHP 5.5
YAML
mit
jockri/KunstmaanBundlesStandardEdition,roderik/KunstmaanBundlesStandardEdition,zizooboats/KunstmaanBundlesStandardEdition,zizooboats/KunstmaanBundlesStandardEdition,Kunstmaan/KunstmaanBundlesStandardEdition,krispypen/KunstmaanBundlesStandardEdition,wimvds/KunstmaanBundlesStandardEdition,roderik/KunstmaanBundlesStandard...
d0f5d5c6f5195432324a2f4d7a8a5747876f0c71
.travis.yml
.travis.yml
os: - linux language: java jdk: - oraclejdk8 - oraclejdk11 # whitelist branches: only: - master after_success: - mvn jacoco:report coveralls:report -pl jctools-core
os: - linux language: java jdk: - openjdk8 - oraclejdk11 - oraclejdk17 # whitelist branches: only: - master after_success: - mvn jacoco:report coveralls:report -pl jctools-core
Increase test matrix to cover 17
Increase test matrix to cover 17
YAML
apache-2.0
JCTools/JCTools
1747ee57b59802833cf9ec6aefdfc422f339a0b5
.travis.yml
.travis.yml
sudo: false language: php cache: directories: - $HOME/.composer/cache - vendor matrix: fast_finish: true include: - php: 5.5 env: - EXECUTE_CS_CHECK=true - php: 5.6 env: - EXECUTE_DEPLOYMENT=true - php: 7 - php: hhvm allow_failures: - php: hhvm before_install: - openssl aes-256-...
sudo: false language: php cache: directories: - $HOME/.composer/cache - vendor matrix: fast_finish: true include: - php: 5.5 env: - EXECUTE_CS_CHECK=true - php: 5.6 env: - EXECUTE_DEPLOYMENT=true - php: 7 - php: hhvm allow_failures: - php: hhvm before_install: - openssl aes-256-...
Remove dev dependencies before building phar
Remove dev dependencies before building phar
YAML
bsd-3-clause
zendframework/zend-component-installer,weierophinney/component-installer,weierophinney/component-installer
bf3d042da6525ec030af5c2c9d220b219c39e5b1
.travis.yml
.travis.yml
language: go go: - 1.12.x - 1.13.x - tip os: - linux - osx - windows arch: - amd64 - arm64 matrix: fast_finish: true allow_failures: - go: tip exclude: - os: windows go: tip - os: windows arch: arm64 - os: osx arch: arm64 install: - go get -d -v -t ./... s...
language: go go: - 1.12.x - 1.13.x - master os: - linux - osx - windows arch: - amd64 - arm64 matrix: fast_finish: true allow_failures: - go: master exclude: - os: windows go: master - os: windows arch: arm64 - os: osx arch: arm64 install: - go get -d -v -t...
Use master instead of tip
Use master instead of tip
YAML
mit
moorereason/webhook,adnanh/webhook
aaee734a215e9656b31aee5cf24fbfc86dd9d157
.travis.yml
.travis.yml
language: php php: - 7.3 services: - mysql addons: chrome: stable before_script: - mysql -e 'create database budget_testing;' - cp .env.travis .env - composer install --no-interaction - php artisan key:generate - php artisan migrate --database=testing - php artisan dusk:chrome-driver jobs: incl...
language: php php: - 7.3 services: - mysql addons: chrome: stable before_script: - phpenv config-rm xdebug.ini - pecl install pcov - mysql -e 'create database budget_testing;' - cp .env.travis .env - composer install --no-interaction - php artisan key:generate - php artisan migrate --database=te...
Use PCOV instead of Xdebug
Use PCOV instead of Xdebug
YAML
mit
pix3ly/budget,pix3ly/budget
9e00b48f8d0802627af34aa27c43685ac27fd174
.travis.yml
.travis.yml
rvm: - 1.8.7 - 1.9.2 - ree - jruby - rbx branches: only: - master - notifications env: - GUARD_SLEEP=1 notifications: recipients: - thibaud@thibaud.me - rymai@rymai.me - michi@netzpiraten.ch - yann.lugrin@sans-savoir.net irc: "irc.freenode.org#guard"
rvm: - 1.8.7 - 1.9.2 - ree - jruby - rbx branches: only: - master - dev - notifications env: - GUARD_SLEEP=1 notifications: recipients: - thibaud@thibaud.me - rymai@rymai.me - michi@netzpiraten.ch - yann.lugrin@sans-savoir.net irc: "irc.freenode.org#guard"
Add new development branch to Travis.
Add new development branch to Travis.
YAML
mit
ginkel/guard,baberthal/guard,sideci-sample/sideci-sample-guard,garettarrowood/guard,guard/guard,yujinakayama/guard,100star/guard,sdgdsffdsfff/guard,pjump/guard
76d4f6662bf4c49f247cb126864906333158d09a
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.3.1 addons: apt: packages: - vim-gtk - unrar - p7zip before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "vim --version"
language: ruby sudo: false cache: bundler rvm: - 2.3.1 addons: apt: packages: - vim-gtk - unrar - p7zip-full before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "vim --version"
Use the right p7zip package
Use the right p7zip package
YAML
mit
AndrewRadev/archivitor.vim,AndrewRadev/edit_archive.vim
9eafa9841ecb50f3bb681c8397f8b458bac0bc53
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler bundler_args: --without tools script: - bundle exec rake spec rvm: - 2.1 - 2.2 - 2.3.0 - rbx - jruby-9000 - ruby-head - jruby-head env: global: - JRUBY_OPTS='--dev -J-Xmx1024M' matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head notificati...
language: ruby sudo: false cache: bundler bundler_args: --without tools script: - bundle exec rake spec rvm: - 2.1 - 2.2 - 2.3.0 - rbx - jruby-9000 env: global: - JRUBY_OPTS='--dev -J-Xmx1024M' matrix: allow_failures: - rvm: rbx notifications: email: false webhooks: urls: - https:/...
Remove -head ruby versions and allow rbx failures on Travis
Remove -head ruby versions and allow rbx failures on Travis
YAML
mit
dry-rb/dry-web-roda,dry-rb/dry-web-roda,dry-rb/dry-web-roda
57fe095af9032497dc22678520a22c39655afef7
.travis.yml
.travis.yml
language: python sudo: false os: - linux - osx python: - "2.7" - "3.4" - "3.5" # - "pypy" - "pypy3" install: - "pip install -r requirements.txt" - "pip install -r tests/requirements.txt" - "python setup.py install" script: - "py.test tests/unit/ --cov pad --cov scripts --cov-report term-missing" ...
language: python sudo: false os: - linux # - osx # Travis-CI doesn't work well with OSX + python yet python: - "2.7" - "3.4" - "3.5" # - "pypy" - "pypy3" install: - "pip install -r requirements.txt" - "pip install -r tests/requirements.txt" - "python setup.py install" script: - "py.test tests/unit/ ...
Disable running on OSX for now.
Disable running on OSX for now.
YAML
apache-2.0
SpamExperts/OrangeAssassin
7f4e90c4c2e0e57807106be4e514350a92374836
.travis.yml
.travis.yml
language: python python: - "2.7" install: - python setup.py develop - pip install -r test-requirements.txt - npm install karma karma-coverage karma-jasmine@0.1.5 karma-firefox-launcher - gem install rake before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - opal test notificati...
language: python python: - "2.7" install: - python setup.py develop - pip install -r test-requirements.txt - npm install karma karma-coverage karma-jasmine@0.1.5 karma-firefox-launcher - npm install https://github.com/davidmiller/karma-jasmine/tarball/opal - gem install rake before_script: - export DISPL...
Install karma runner from our fork for now
Install karma runner from our fork for now
YAML
agpl-3.0
khchine5/opal,khchine5/opal,khchine5/opal
d328bd5b0d6c9a916d8e623b2b5553c57057013f
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.0 - 2.5.0 before_install: gem install bundler -v 1.10.6
language: ruby rvm: - 2.3.0 - 2.5.0 before_install: gem install bundler -v 1.16.1
Update bundler version defined in TravisCI config
Update bundler version defined in TravisCI config
YAML
mit
buren/honey_format,buren/honey_format
975f690a37afddb05453b2a47ea8e91ef4f1e540
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.3" - "3.2" - "2.7" - "pypy" script: nosetests
language: python python: - "3.4" - "3.3" - "3.2" - "2.7" - "pypy" script: pytest
Change test driver to pytest.
Change test driver to pytest.
YAML
bsd-3-clause
agoragames/chai
6abbb45ee9ddf57b456af98abd5e26ad52ab7ecd
.travis.yml
.travis.yml
language: java jdk: oraclejdk8 script: - git clone https://github.com/jminusminus/jmmtravis.git ~/.jmmtravis - ~/.jmmtravis/stage os: - linux - osx
language: java jdk: oraclejdk8 script: - git clone https://github.com/jminusminus/jmmtravis.git ~/.jmmtravis - ~/.jmmtravis/stage os: - linux
Test to run Java8 on OSX
Test to run Java8 on OSX
YAML
bsd-3-clause
jminusminus/markdown,jminusminus/markdown
037fceb40196f17e7c1102a9357376a6daa9bddd
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" before_install: npm i npm@latest -g script: npm run travis
language: node_js node_js: - "0.10" - "4" before_install: npm i npm@latest -g script: npm run travis
Add Node.js 4 to CI
Add Node.js 4 to CI
YAML
mit
uber/thriftrw-node,uber/thriftrw-node,thriftrw/thriftrw-node,thriftrw/thriftrw-node
c979581849886abcad95b99d3e40863887c7f572
.travis.yml
.travis.yml
language: swift osx_image: xcode8.3 branches: only: - master env: global: - SDK="iphonesimulator" matrix: - DESTINATION="OS=10.3,name=iPhone 7" MODE="test" CONFIGURATION="Debug" SCHEME="Tests" - DESTINATION="OS=10.3,name=iPhone 7 Plus" MODE="build" CONFIGURATION="Release" SCHEME="Resource" - D...
language: swift osx_image: xcode8.3 branches: only: - master env: global: - SDK="iphonesimulator" matrix: - DESTINATION="OS=10.3,name=iPhone 7" MODE="test" CONFIGURATION="Debug" SCHEME="Tests" - DESTINATION="OS=10.3,name=iPhone 7 Plus" MODE="build" CONFIGURATION="Release" SCHEME="Resource" - D...
Fix invalid Travis target name
Fix invalid Travis target name
YAML
mit
TintPoint/Resource,TintPoint/Resource
e2f11a39e347b36d3160c5bfff838d6cfd298a83
.travis.yml
.travis.yml
language: Java jdk: - oraclejdk8 script: mvn verify -DskipTests
language: Java jdk: - oraclejdk8 install: mvn -Pbootstrap verify script: mvn verify -DskipTests
Use bootstrap profile for Travis install
Use bootstrap profile for Travis install
YAML
apache-2.0
jfallows/nuklei,jfallows/nuklei,jessefugitt/nuklei,cmebarrow/nuklei
96895d1a45fda932c60295d251a2960914c89fd7
.travis.yml
.travis.yml
language: go go: - 1.3.3 - 1.4.2 - 1.5.1 - release - tip script: - go test -v ./...
language: go go: - 1.4.2 - 1.5.1 script: - go test -v ./...
Remove some versions of go from CI
Remove some versions of go from CI
YAML
mit
juanchel/rhymer
b08d6da8185b2f9b48727bb2842143142b68de17
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 sudo: false after_success: - bash <(curl -s https://codecov.io/bash)
language: java jdk: - openjdk8 sudo: false after_success: - bash <(curl -s https://codecov.io/bash)
Move Travis CI to OpenJDK (fingers crossed)
Move Travis CI to OpenJDK (fingers crossed)
YAML
mit
voostindie/sprox-json
19dfcc30a82356ffdff6ccb95b821256210f2675
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - hhvm matrix: include: - php: 5.5 env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"' before_script: - travis_retry composer self-update - travis_retry composer install ${COMPOSER_FLAGS} --no-interaction --prefer-source script: - composer test #af...
language: php php: - 5.5 - 5.6 - 7.0 - hhvm matrix: include: - php: 5.5 env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"' before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source script: - composer test #aft...
Switch back to composer update
Switch back to composer update
YAML
mit
hochstrasserio/wirecard-bundle
51476952e7ef6e637b8e4f8131209c720ec3e77b
.travis.yml
.travis.yml
language: python install: - "wget -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -" - "sudo wget -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list" - "sudo apt-get update || true" - "sudo apt-get install mopidy" - "pip install coveralls flake8 mopidy==dev python-dateutil" be...
language: python install: - "wget -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -" - "sudo wget -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list" - "sudo apt-get update || true" - "sudo apt-get install mopidy" - "pip install --allow-unverified=mopidy coveralls flake8 mopidy...
Fix Travis CI build error caused by an updated pip on their servers.
Fix Travis CI build error caused by an updated pip on their servers.
YAML
apache-2.0
paulhandy/mopidy-radio-de,kurtjcu/mopidy-radio-de,hechtus/mopidy-radio-de
d7d329d44cd9e466fcde7c4b177f00e9995c0501
.travis.yml
.travis.yml
language: node_js node_js: - "4" env: - CXX=g++-4.8 install: - npm install -g npm@latest - npm cache clean - npm install --dev - npm install -g mocha services: - mongodb - redis-server addons: apt: sources: - ubuntu-toolchain-r-test packages: -...
language: node_js node_js: - "6" env: - CXX=g++-4.8 install: - npm install -g npm@latest - npm cache clean - npm install --dev - npm install -g mocha services: - mongodb - redis-server addons: apt: sources: - ubuntu-toolchain-r-test packages: -...
Change CI node version to 6
Change CI node version to 6
YAML
mit
micromaomao/maowtm.org,micromaomao/maowtm.org
3c65642be64bb3c9be90b1da38f07b974713d24a
.fixtures.yml
.fixtures.yml
--- fixtures: symlinks: sensu_handlers: "#{source_dir}" repositories: monitoring_check: "https://github.com/Yelp/puppet-monitoring_check" sensu: "https://github.com/sensu/sensu-puppet" stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib" apt: "https://github.com/puppetlabs/puppetlabs-apt"
--- fixtures: symlinks: sensu_handlers: "#{source_dir}" repositories: monitoring_check: "https://github.com/Yelp/puppet-monitoring_check" sensu: "https://github.com/sensu/sensu-puppet" stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib" apt: repo: "https://github.com/puppetlabs/puppe...
Fix the tests by fixing this dependency version
Fix the tests by fixing this dependency version
YAML
apache-2.0
somic/sensu_handlers
cc2b0a97dce08d5e0dba60f64d093d28332992f3
tasks/Debian.yml
tasks/Debian.yml
--- # tasks file for python-requirements(On Debian family) - name: Install requirement for Ansible apt module # Playbook using this role should remove cache like: # rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/cache/apt/archives/* # # The tasks of this role may be failed if Python executable isn't on # ...
--- # tasks file for python-requirements(On Debian family) - name: Install requirement for Ansible apt module # Playbook using this role should remove cache like: # rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/cache/apt/archives/* # # The tasks of this role may be failed if Python executable isn't on # ...
Install unzip as a basic package.
Install unzip as a basic package.
YAML
mit
FGtatsuro/ansible-python-requirements
ea164d304b9c1af8f136ee6359be694f1801183d
tests/docker.yml
tests/docker.yml
--- # This file configures the integration test suite with RSpec # with Docker containers. # Do NOT remove keys here. This might lead to unhandled # exceptions. # Only {{ ssh_port }} variable is evaluated. Other variables # will not work. # # If you don't change anything, everything SHOULD work :) env_name:...
--- # This file configures the integration test suite with RSpec # with Docker containers. # Do NOT remove keys here. This might lead to unhandled # exceptions. # Only {{ ssh_port }} variable is evaluated. Other variables # will not work. # # If you don't change anything, everything SHOULD work :) env_name:...
Update ubuntu-upstart-sshkey container to version 1.0.0
Update ubuntu-upstart-sshkey container to version 1.0.0
YAML
apache-2.0
silpion/ansible-java,hakamadare/ansible-java,hakamadare/ansible-java,ludovicc/ansible-java,ludovicc/ansible-java,hakamadare/ansible-java,silpion/ansible-java,ludovicc/ansible-java,silpion/ansible-java
a6d574b82c59195bca5afdfc04a0e78a7843e413
.istanbul.yml
.istanbul.yml
verbose: false instrumentation: root: 'lib' extensions: - .js default-excludes: true excludes: ['tests/helpers'] include-all-sources: true
verbose: false instrumentation: root: 'lib' extensions: - .js default-excludes: true excludes: [] include-all-sources: true
Remove unnecessary exclude from coverage
Remove unnecessary exclude from coverage
YAML
mit
qimingfang/react-fastclick,JakeSidSmith/react-fastclick
f2225f18294e9a9001f78b67270a6561c3c3e8cd
tasks/RedHat.yaml
tasks/RedHat.yaml
--- - name: create epel.repo template: src=utils/templates/epel-es.repo dest=/etc/yum.repos.d/epel.repo - name: Yum install SGE in REL system yum: name=gridengine,gridengine-execd,openssh-clients,gridengine-qmaster,gridengine-qmon - name: Set RedHat facts set_fact: SGE_ROOT: /usr/share/gridengine EXEC_S...
--- - name: create epel.repo template: src=utils/templates/epel-es.repo dest=/etc/yum.repos.d/epel.repo - name: Yum install SGE in REL system yum: name=gridengine,gridengine-execd,openssh-clients,gridengine-qmaster,gridengine-qmon when: {{sge_type_of_node}} == 'front' - name: Yum install SGE in REL system yu...
Install only required packages in WNs
Install only required packages in WNs
YAML
apache-2.0
grycap/ansible-role-sge
9ea28ec5291647aa4b5d0f0e4464af08fcba0e7f
tasks/openvpn.yml
tasks/openvpn.yml
--- - name: Include OS-specific variables. include_vars: "{{item}}" with_first_found: - "{{ ansible_os_family }}-{{ ansible_lsb.codename }}.yml" - "{{ ansible_os_family }}.yml" - "Common-default.yml" - include: install.deb.yml when: ansible_os_family == 'Debian' - include: install.yum.yml when: ansible...
--- - name: Include OS-specific variables. include_vars: "{{item}}" with_first_found: - files: - "{{ ansible_distribution }}.{{ ansible_lsb.codename }}.yml" - "{{ ansible_distribution }}.yml" - "{{ ansible_os_family }}.yml" - "Common-default.yml" paths: vars - include: install.de...
Fix OS-specific vars files naming
Fix OS-specific vars files naming `ansible_os_family` is Debian even in Ubuntu. It's necessary to use `ansible_distribution` instead. The task was also including the files with a dash separator, while it is actually a dot.
YAML
mit
teadur/Stouts.openvpn,Cobliteam/Stouts.openvpn,Stouts/Stouts.openvpn,Stouts/Stouts.openvpn
2f9b84b4ce8ec362778ad3579290ec073227cd20
config_common.yaml
config_common.yaml
# Options: # clean: Remove dead symbolic links that point to the dotfiles directory. Unless # the force option is set to true. # relink: remove existing target but only if it's a symbolic link # force: remove existing target even if it's an actual file or directory - defaults: link: relink: true - ...
# Options: # clean: Remove dead symbolic links that point to the dotfiles directory. Unless # the force option is set to true. # relink: remove existing target but only if it's a symbolic link # force: remove existing target even if it's an actual file or directory - defaults: link: relink: true - ...
Install VimPlug for NeoVim too
Install VimPlug for NeoVim too
YAML
mit
mi-lad/dotfiles,mi-lad/dotfiles,mi-lad/dotfiles
fdc621cd68d36f5ddda980e0549a0be561490642
_config.yml
_config.yml
# Dependencies markdown: redcarpet highlighter: pygments # Permalinks # # Use of `relative_permalinks` ensures post links from the index work properly. permalink: pretty relative_permalinks: true # Setup title: oonlab tagline: 'Lab of ariestiyansyah' description:...
# Dependencies markdown: redcarpet highlighter: pygments # Permalinks # # Use of `relative_permalinks` ensures post links from the index work properly. permalink: pretty # Setup title: oonlab tagline: 'Lab of ariestiyansyah' description: 'oonlab is crafte...
Remove relative_permalinks for new @github pages
Remove relative_permalinks for new @github pages
YAML
mit
ariestiyansyah/ariestiyansyah.github.io,ariestiyansyah/ariestiyansyah.github.io
4a7be25b089e54b347d7e68cbfb3e0b6a4206d54
_config.yml
_config.yml
name: Esteban Herrera url: http://eherrera.net description: Personal site of Esteban Herrera permalink: /:title/
name: Esteban Herrera url: https://eherrera.net description: Personal site of Esteban Herrera permalink: /:title/
Change site url to https
Change site url to https
YAML
mit
eh3rrera/eh3rrera.github.io
4137fc53e4ab248e4c46cf3de445c7802d338a85
_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 edit after that. If you find # yourself editing these this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # ...
# 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 edit after that. If you find # yourself editing these this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # ...
Change permalink from 'post' to 'blog'.
Change permalink from 'post' to 'blog'.
YAML
mit
EmmanuelCorrales/EmmanuelCorrales.github.io,EmmanuelCorrales/blog.emmanuelcorrales.com,EmmanuelCorrales/blog.emmanuelcorrales.com
b92a36b3e0df62f35e7eec191e4d16b3bb02de03
_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...
Update LinkedIn url to be https
Update LinkedIn url to be https
YAML
mit
stefanhoth/stefanhoth.github.io,stefanhoth/stefanhoth.github.io
3da1aecc41f12911de3049c1c3a871e8ca5a967e
_config.yml
_config.yml
pygments: true permalink: pretty markdown: kramdown title: Josh Davis name: Josh Davis's Personal Site url: https://joshldavis.com feed: /atom.xml author: Josh Davis contact: email: hello@joshldavis.com css: - /css/base.css - /lib/font-awesome/css/font-awesome.min.css - http://fonts.googleapis.com/cs...
pygments: true permalink: pretty markdown: kramdown title: Josh Davis name: Josh Davis's Personal Site url: https://joshldavis.com feed: /atom.xml author: Josh Davis contact: email: hello@joshldavis.com css: - /css/base.css - /lib/font-awesome/css/font-awesome.min.css - http://fonts.googleapis.com/cs...
Add redirct from Jekyll gem
Add redirct from Jekyll gem
YAML
mit
jdavis/jdavis.github.com,jdavis/jdavis.github.com,jdavis/jdavis.github.com
69cc6e6a03f5929c90c4183cffc966053dd098f5
members/N000181.yaml
members/N000181.yaml
bioguide: N000181 contact_form: method: post action: "" steps: - visit: "http://ngpvan-contact-jane-casey.herokuapp.com/forms/N000181" - fill_in: - name: recaptcha_response_field selector: "#recaptcha_response_field" captcha_selector: "img#recaptcha_challenge_image" captcha_i...
bioguide: N000181 contact_form: method: post action: "" steps: - visit: "http://ngpvan-contact-jane-casey.herokuapp.com/forms/N000181" - fill_in: - name: recaptcha_response_field selector: "#recaptcha_response_field" captcha_selector: "img#recaptcha_challenge_image" captcha_i...
Revert "casually rickrolling this yaml"
Revert "casually rickrolling this yaml" This reverts commit 3bfff1004319aa805b947890c5f8f3b7acaeced5.
YAML
mit
NGPVAN/jane-caseys-congress-form
a9d65c14f950ea4d3f6c51c2e15899ceea58541c
docker-compose.yml
docker-compose.yml
redis: image: redis:3.0.0 command: redis-server --appendonly yes volumes_from: - redis-data ports: - "6379:6379" container_name: py-word-suggest-redis redis-data: image: "busybox" volumes: - ./redis/data:/data container_name: py-word-suggest-redis-data
redis: image: redis:3.0.0 command: redis-server --appendonly no volumes_from: - redis-data ports: - "6379:6379" container_name: py-word-suggest-redis redis-data: image: "busybox" volumes: - ./redis/data:/data container_name: py-word-suggest-redis-data
Switch appendonly redis server option to no.
Switch appendonly redis server option to no.
YAML
mit
eronde/py_word_suggest,eronde/py_word_suggest,eronde/vim_suggest,eronde/vim_suggest
99bc53f4fe839d8dbcc03dd9b7577ca710410e75
packages/co/conf-json.yaml
packages/co/conf-json.yaml
homepage: https://github.com/ciez/conf-json changelog-type: markdown hash: 76c0fa2d929d8050076a6f773e61aacb0b48b6d5d24db6ea95beada1ffa38de5 test-bench-deps: bytestring: -any base: ! '>=4.8' hspec: ! '>=2.1.7' conf-json: -any binary: -any QuickCheck: ! '>=2.8.1' aeson: -any directory: -any maintainer: Im...
homepage: https://github.com/ciez/conf-json changelog-type: markdown hash: 8e300dbe34fc4677039940c6d91fb746a086097b276356b43019fecf24fadbb7 test-bench-deps: bytestring: -any base: ! '>=4.8' hspec: ! '>=2.1.7' conf-json: -any binary: -any QuickCheck: ! '>=2.8.1' aeson: -any directory: -any maintainer: Im...
Update from Hackage at 2016-12-11T12:37:33Z
Update from Hackage at 2016-12-11T12:37:33Z
YAML
mit
commercialhaskell/all-cabal-metadata
766d2a04d8f13495e23814c67df2ddd161608ebc
packages/ha/hashable-time.yaml
packages/ha/hashable-time.yaml
homepage: '' changelog-type: '' hash: b925aba56f1b9a5a1952fae307eaf8ee653293b68651d3807c3852dc4c771d35 test-bench-deps: {} maintainer: Alexey Karakulov <ankarakulov@gmail.com> synopsis: Hashable instances for Data.Time changelog: '' basic-deps: base: ! '>=4.7 && <4.10' time: ! '>=1.5' hashable: ! '>=1.2.3.3 && <=...
homepage: '' changelog-type: '' hash: 1af4987c0a40924c3e48db2c7f9be01bd5c2677a5ef0370a4a9f7d2d4ba83a45 test-bench-deps: {} maintainer: Alexey Karakulov <ankarakulov@gmail.com> synopsis: Hashable instances for Data.Time changelog: '' basic-deps: base: ! '>=4.7 && <4.11' time: ! '>=1.5' hashable: ! '>=1.2.3.3 && <=...
Update from Hackage at 2017-04-06T09:47:35Z
Update from Hackage at 2017-04-06T09:47:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
e4316e312c898a37c186a09309923d41fb19522a
packages/hs/hspec-contrib.yaml
packages/hs/hspec-contrib.yaml
homepage: http://hspec.github.io/ changelog-type: '' hash: 247abcac0cb49d9be9d7b69789f009c226cbdcf08dc3491609091db474f6556e test-bench-deps: hspec-contrib: -any base: ==4.* hspec: -any hspec-core: ! '>=2.6.0' HUnit: -any QuickCheck: -any maintainer: Simon Hengel <sol@typeful.net> synopsis: Contributed funct...
homepage: http://hspec.github.io/ changelog-type: '' hash: e9d680a6c5d91a4be0ddae2cb459a206f26937ff73600256321275dcdac25c8a test-bench-deps: hspec-contrib: -any base: ==4.* hspec: -any hspec-core: '>=2.6.0 && <2.10' HUnit: -any QuickCheck: -any maintainer: Simon Hengel <sol@typeful.net> synopsis: Contribute...
Update from Hackage at 2022-10-09T08:44:50Z
Update from Hackage at 2022-10-09T08:44:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
03cdb4a419801f8d21916974808525f22b5db36a
packages/li/libvorbis.yaml
packages/li/libvorbis.yaml
homepage: https://github.com/the-real-blackh/libvorbis changelog-type: '' hash: 0f302765b4403f06a699cc410195cf516b55ef86ca95a4c329954920af4c6d21 test-bench-deps: {} maintainer: http://blacksapphire.com/antispam/ synopsis: Haskell binding for libvorbis, for decoding Ogg Vorbis audio files changelog: '' basic-deps: byt...
homepage: https://github.com/the-real-blackh/libvorbis changelog-type: '' hash: e4a1bc143df4b4c2c0ee0283c0b72cdf8d662cf49b0e6aa60a7579557126f56c test-bench-deps: {} maintainer: http://blacksapphire.com/antispam/ synopsis: Haskell binding for libvorbis, for decoding Ogg Vorbis audio files changelog: '' basic-deps: byt...
Update from Hackage at 2015-08-02T02:18:48+0000
Update from Hackage at 2015-08-02T02:18:48+0000
YAML
mit
commercialhaskell/all-cabal-metadata
c094795d1d3f25059583097f6a49a810684830c2
packages/ht/http-dispatch.yaml
packages/ht/http-dispatch.yaml
homepage: http://github.com/owainlewis/http-dispatch#readme changelog-type: '' hash: 48ef03cf32ad321dba0dbca1e353140891d1f19fc580f6ae2e8281f6b3cde471 test-bench-deps: base: -any hspec: -any http-dispatch: -any maintainer: owain@owainlewis.com synopsis: High level HTTP client for Haskell changelog: '' basic-deps: ...
homepage: http://github.com/owainlewis/http-dispatch#readme changelog-type: '' hash: 1f9dec1ef48e15facd42bf617b4429f95fc10701d49a083cc253a6e800881c55 test-bench-deps: base: -any hspec: -any http-dispatch: -any maintainer: owain@owainlewis.com synopsis: High level HTTP client for Haskell changelog: '' basic-deps: ...
Update from Hackage at 2016-05-02T19:19:58+0000
Update from Hackage at 2016-05-02T19:19:58+0000
YAML
mit
commercialhaskell/all-cabal-metadata
a2828d874b68a0ec140d0c84aa9ba827ce08f664
packages/mi/microbase.yaml
packages/mi/microbase.yaml
homepage: https://github.com/daig/microbase changelog-type: '' hash: e0f2a9fa3e6d3ed167e22d0fe39fd3ef855c0d32221fc0e49d4dae0df8e6b3b6 test-bench-deps: {} maintainer: dai@sodality.cc synopsis: A minimal base to work around GHC bugs. changelog: '' basic-deps: base: ^>=4.14.0.0 all-versions: - 4.14.0.0 - 4.14.0.0.1 - 4....
homepage: https://github.com/daig/microbase changelog-type: '' hash: 15755a0542821df0b044f06d6e84497495982bfa89a9009e08b5f4dcc5ce56fb test-bench-deps: {} maintainer: dai@sodality.cc synopsis: A minimal base to work around GHC bugs. changelog: '' basic-deps: base: ^>=4.14.0.0 all-versions: - 4.14.0.0 - 4.14.0.0.1 - 4....
Update from Hackage at 2020-04-08T15:12:20Z
Update from Hackage at 2020-04-08T15:12:20Z
YAML
mit
commercialhaskell/all-cabal-metadata
a6d58622189a45ecfe2e86696d22bae630a9792d
packages/re/repa-eval.yaml
packages/re/repa-eval.yaml
homepage: http://repa.ouroborus.net changelog-type: '' hash: 8f657570e3807be022756382c006cfff4ecab1f919e00063fd0305732908d821 test-bench-deps: {} maintainer: Ben Lippmeier <benl@ouroborus.net> synopsis: Low-level parallel operators on bulk random-accessble arrays. changelog: '' basic-deps: base: ==4.7.* ghc-prim: =...
homepage: http://repa.ouroborus.net changelog-type: '' hash: 600b9904e9ac10c39690db71bb725128bee8c8c2588d369e3a707d5bb8577106 test-bench-deps: {} maintainer: Ben Lippmeier <benl@ouroborus.net> synopsis: Low-level parallel operators on bulk random-accessble arrays. changelog: '' basic-deps: base: ==4.8.* ghc-prim: =...
Update from Hackage at 2016-04-10T12:20:18+0000
Update from Hackage at 2016-04-10T12:20:18+0000
YAML
mit
commercialhaskell/all-cabal-metadata
3929508a086edfd94706bda121c1d69a6642c2b8
packages/sv/svg-icons.yaml
packages/sv/svg-icons.yaml
homepage: https://github.com/RamiroPastor/SvgIcons changelog-type: '' hash: c8e6a01afc79530daabc2c122c7af933acb8bf0eb31fbe4bce40ce98f07db21a test-bench-deps: {} maintainer: ramir659@icloud.com synopsis: Svg Icons and more changelog: '' basic-deps: blaze-svg: '>=0.3.3.0 && <1.0' base: '>=4.15.0.0 && <5.0.0' blaze-...
homepage: https://github.com/RamiroPastor/SvgIcons changelog-type: '' hash: 9323fc4c97fe8e5ac55b8ca991781876da2cd26490900136c8b6c5ae69e24b62 test-bench-deps: {} maintainer: ramir659@icloud.com synopsis: Svg Icons and more changelog: '' basic-deps: blaze-svg: '>=0.3.3.0 && <1.0' base: '>=4.15.0.0 && <5.0.0' blaze-...
Update from Hackage at 2022-09-18T20:57:14Z
Update from Hackage at 2022-09-18T20:57:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
cc6b399694c36ba02c3311f606506810a305f9c6
packages/mt/mtl-unleashed.yaml
packages/mt/mtl-unleashed.yaml
homepage: https://github.com/seereason/mtl-unleashed changelog-type: '' hash: 46c78e756f327c3266918afff2efd4d61a74eb0b23d8c68f312555f0ceb478d7 test-bench-deps: base: -any hspec: -any hspec-core: -any mtl-unleashed: -any lens: -any contravariant: -any mtl: -any profunctors: -any maintainer: David Fox <ds...
homepage: https://github.com/seereason/mtl-unleashed changelog-type: '' hash: 2051cbbfc903c3e0eb69ad745ef5be8e23bf5c19fd30adbe5e76b25e8a05c856 test-bench-deps: base: -any hspec: -any hspec-core: -any mtl-unleashed: -any lens: -any contravariant: -any mtl: -any profunctors: -any maintainer: David Fox <ds...
Update from Hackage at 2015-08-08T16:38:35+0000
Update from Hackage at 2015-08-08T16:38:35+0000
YAML
mit
commercialhaskell/all-cabal-metadata
95994188f70d3bc87e79ba4d8f31af340f0f8e3b
packages/th/th-reify-many.yaml
packages/th/th-reify-many.yaml
homepage: http://github.com/mgsloan/th-reify-many changelog-type: '' hash: 260637b07bde789336239a0b14ff32e79c59fe67595a407a75cd6b370e371280 test-bench-deps: base: -any th-reify-many: -any template-haskell: -any maintainer: Michael Sloan <mgsloan at gmail> synopsis: Recurseively reify template haskell datatype inf...
homepage: http://github.com/mgsloan/th-reify-many changelog-type: '' hash: 6a6273a34eb3be7f20d0aec2e91b0ee39e2fa1399d67b3de8ad082228d28ca23 test-bench-deps: base: -any th-reify-many: -any template-haskell: -any maintainer: Michael Sloan <mgsloan at gmail> synopsis: Recurseively reify template haskell datatype inf...
Update from Hackage at 2016-05-09T02:19:19+0000
Update from Hackage at 2016-05-09T02:19:19+0000
YAML
mit
commercialhaskell/all-cabal-metadata
670950a74dc12d517c062fd3a7fe6dcd7e812ad1
packages/ve/vector-extras.yaml
packages/ve/vector-extras.yaml
homepage: https://github.com/metrix-ai/vector-extras changelog-type: '' hash: 57a1fb99b38a04abfeed47e130a36eb5d1f97edc930aae462faad1209bf2004a test-bench-deps: {} maintainer: Metrix.AI Tech Team <tech@metrix.ai> synopsis: Utilities for the "vector" library changelog: '' basic-deps: base: '>=4.11 && <5' unordered-co...
homepage: https://github.com/metrix-ai/vector-extras changelog-type: '' hash: ccb4283f6ef89a81926b856dfd688db9395f88a6b5c842b3e7c3781809f0b343 test-bench-deps: {} maintainer: Metrix.AI Tech Team <tech@metrix.ai> synopsis: Utilities for the "vector" library changelog: '' basic-deps: base: '>=4.11 && <5' unordered-co...
Update from Hackage at 2021-12-08T16:54:32Z
Update from Hackage at 2021-12-08T16:54:32Z
YAML
mit
commercialhaskell/all-cabal-metadata
6ff814aaea3c50d5fd2d8518dae577d00aa30f68
vars/staging.yml
vars/staging.yml
--- domain: staging.marketplace.team maintenance_mode: live instances: 5 api: memory: 4GB instances: 20 user-frontend: instances: 2 admin-frontend: instances: 2 memory: 1GB antivirus-api: instances: 8 buyer-frontend: instances: 10 memory: 1G search-api: memory: 1G supplier-frontend: instances...
--- domain: staging.marketplace.team maintenance_mode: live instances: 5 api: memory: 4GB instances: 20 user-frontend: instances: 2 admin-frontend: instances: 2 memory: 1GB antivirus-api: instances: 4 buyer-frontend: instances: 10 memory: 1G search-api: memory: 1G supplier-frontend: instances...
Revert "Double antivirus-api instances for load tests"
Revert "Double antivirus-api instances for load tests" This reverts commit 52ce9bfd62653979642fea50871fab400d1e0a09.
YAML
mit
alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws
adedbc1e5b35f2f7cba50d3c8a62ed8c2c695734
build.yaml
build.yaml
repositories: remote: - https://repo1.maven.org/maven2 artifacts: javax_javaee: javax:javaee-api:jar:7.0 javax_annotation: org.realityforge.javax.annotation:javax.annotation:jar:1.0.0 gwt_user: com.google.gwt:gwt-user:jar:2.8.2 gwt_dev: com.google.gwt:gwt-dev:jar:2.8.2 gwt_servlet: com.google.gwt:gwt-se...
repositories: remote: - https://repo.maven.apache.org/maven2 artifacts: javax_javaee: javax:javaee-api:jar:7.0 javax_annotation: org.realityforge.javax.annotation:javax.annotation:jar:1.0.0 gwt_user: com.google.gwt:gwt-user:jar:2.8.2 gwt_dev: com.google.gwt:gwt-dev:jar:2.8.2 gwt_servlet: com.google.gwt:...
Use the canonical url to access maven central repository.
Use the canonical url to access maven central repository.
YAML
apache-2.0
realityforge/gwt-appcache-example,realityforge/gwt-appcache-example,realityforge/gwt-appcache-example
1950e5c990a723103b8bf0574a98d9b530cb7bae
build.yaml
build.yaml
repositories: remote: - http://repo.fire.dse.vic.gov.au/content/groups/fisg - http://repo1.maven.org/maven2 artifacts: javax_inject: javax.inject:javax.inject:jar:1 javax_transaction: javax.transaction:jta:jar:1.1 javax_interceptor: org.apache.geronimo.specs:geronimo-interceptor_1.1_spec:jar:1.0 javax_...
repositories: remote: - http://repo1.maven.org/maven2 artifacts: javax_inject: javax.inject:javax.inject:jar:1 javax_transaction: javax.transaction:jta:jar:1.1 javax_interceptor: org.apache.geronimo.specs:geronimo-interceptor_1.1_spec:jar:1.0 javax_naming: geronimo:geronimo-naming:jar:1.1.1 javax_persis...
Remove access of internal repository
Remove access of internal repository
YAML
apache-2.0
realityforge/replicant,realityforge/replicant
7e11c4eea6d7f787e8953c29f454286a8bf5815c
recipes/lazrs-python/meta.yaml
recipes/lazrs-python/meta.yaml
{% set name = "lazrs-python" %} {% set version = "0.4.3" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/lazrs/lazrs-{{ version }}.tar.gz sha256: 1ddb597bf5f42eb2977a8eb8ae08d0b3c8106cace3665fc7e6aea8adda0b8e60 build: script: {{ PYTHON }}...
{% set name = "lazrs-python" %} {% set version = "0.4.3" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/lazrs/lazrs-{{ version }}.tar.gz sha256: 1ddb597bf5f42eb2977a8eb8ae08d0b3c8106cace3665fc7e6aea8adda0b8e60 build: script: {{ PYTHON }}...
Add @tmontaigu to recipe maintainer list
Add @tmontaigu to recipe maintainer list
YAML
bsd-3-clause
jakirkham/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes
d6942b5236a84f764e1783b4232f5bb90e82c710
.github/workflows/answered.yml
.github/workflows/answered.yml
# This action automatically schedules issues to be closed that have been # labeled as answered if there is no activity on them for 30 days. This takes # care of the common usecase of an issue being answered to the best of our # ability and no other follow-up from the submitter. name: 'Close answered issues' on: sched...
# This action automatically schedules issues to be closed that have been # labeled as answered if there is no activity on them for 30 days. This takes # care of the common usecase of an issue being answered to the best of our # ability and no other follow-up from the submitter. name: 'Close answered issues' on: sched...
Set the stale message to have an actual value.
Set the stale message to have an actual value. According to https://github.com/DynamoDS/Dynamo/commit/8ac994c1ebc95478cf496444754c130062728581#diff-8162bb3b3d4da55f30fcbb603b5d630b21b397777a6a42eff0e0fba30bc746a1R15, we need an actual value for the stale message to be skipped.
YAML
bsd-3-clause
jupyter/jupyterlab,jupyter/jupyterlab,jupyter/jupyterlab,jupyter/jupyterlab,jupyter/jupyterlab
c37eec1a350ec82c9e89f0c3dc9552a0abe11289
.github/workflows/renderer.yml
.github/workflows/renderer.yml
name: fluentReports Renderer CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x,12.x,14.x] steps: - name: Checkout Startup uses: actions/checkout@v2 - name: Get P...
name: fluentReports Renderer CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x,14.x,15.x] steps: - name: Checkout Startup uses: actions/checkout@v2 - name: Updat...
Update Node matrix, and do OS updates as part of run
Update Node matrix, and do OS updates as part of run
YAML
mit
Nathanaela/fluentreports
84641f4d1deac2ecac395df6524c3aa50f7ee2e1
.github/workflows/testing.yaml
.github/workflows/testing.yaml
name: Testing on: push: branches: ["*"] paths-ignore: - 'docs/**' - 'setup.*' - '*.md' - '*.rst' tags-ignore: ["*"] jobs: test: runs-on: ubuntu-latest timeout-minutes: 3 strategy: matrix: python: [3.5, 3.6, 3.7, 3.8] container: image: python:${...
name: Testing on: push: branches: ["*"] paths-ignore: - 'docs/**' - 'setup.*' - '*.md' - '*.rst' tags-ignore: ["*"] jobs: test: runs-on: ubuntu-latest timeout-minutes: 3 strategy: matrix: python: [3.6, 3.7, 3.8] container: image: python:${{ mat...
Remove Python 3.5 from the support matrix
Remove Python 3.5 from the support matrix
YAML
bsd-3-clause
gmr/email-normalize
c090454ff7bbffe34a20c87545eb21af4aa9fbcf
circle.yml
circle.yml
machine: node: version: 4.0.0 dependencies: cache_directories: - "node_modules" override: - npm install --dev
machine: node: version: 4.0.0 dependencies: cache_directories: - "node_modules" override: - npm install -g npm - npm install --dev
Add NPM Update to Circle
Add NPM Update to Circle
YAML
apache-2.0
blad/mockingjays
d9909660bbbdef1447fa3051d3949456f4e530b0
circle.yml
circle.yml
dependencies: pre: - sudo apt-get install luajit - sudo apt-get install luarocks - sudo luarocks install luasec - sudo luarocks install busted v1.1.1-2 - sudo luarocks install luacov-coveralls --server=http://rocks.moonscript.org/dev test: override: - mkdir $CIRCLE_TEST_REPORTS/busted - ...
dependencies: pre: - sudo apt-get install luajit - sudo apt-get install luarocks - sudo luarocks install luasec OPENSSL_LIBDIR=/usr/lib/x86_64-linux-gnu/ - sudo luarocks install busted 1.11.1-2 - sudo luarocks install luacov-coveralls --server=http://rocks.moonscript.org/dev test: override: ...
Fix luasec build, busted version. Removing randomize flag.
Fix luasec build, busted version. Removing randomize flag.
YAML
mit
takaaptech/promise.lua,Billiam/promise.lua
6362db1ac458850822d2ac55a388ec10391af7a8
circle.yml
circle.yml
machine: timezone: America/Sao_Paulo # Set the timezone node: version: 6.2.1 test: pre: - bundle exec rake db:migrate deployment: production: branch: master commands: - ./bin/deploy.sh feature: branch: /add-.*/ commands: - ./bin/deploy.sh
machine: timezone: America/Sao_Paulo # Set the timezone node: version: 6.2.1 deployment: production: branch: master commands: - ./bin/deploy.sh feature: branch: /add-.*/ commands: - ./bin/deploy.sh
Remove unused pre test command
Remove unused pre test command
YAML
agpl-3.0
nossas/bonde-client,nossas/bonde-client,nossas/bonde-client
dff6e786fcceb459322b192fa846de296f6c799f
circle.yml
circle.yml
machine: timezone: America/Denver node: version: 7.10.0 environment: DATABASE_URL: postgresql://ubuntu:@127.0.0.1:5432/circle_test test: override: - npm run lint
machine: timezone: America/Denver node: version: 7.10.0 environment: DATABASE_URL: postgresql://ubuntu:@127.0.0.1:5432/circle_test test: override: - npm run lint - npm run test
Update cricle config to include tests.
Update cricle config to include tests.
YAML
mit
the-oem/happy-hour-power,the-oem/happy-hour-power
3ea97c8de9bb4bbe493d4e310586f28e87486992
circle.yml
circle.yml
machine: environment: PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" dependencies: override: - yarn cache_directories: - ~/.cache/yarn test: pre: - yarn lint override: - yarn test
machine: node: version: 6.11.3 environment: PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" dependencies: override: - yarn cache_directories: - ~/.cache/yarn test: pre: - yarn lint override: - yarn test
Set node version on CircleCI
Set node version on CircleCI
YAML
mit
ezhlobo/pug-uses-variables
7769fcd4feb118e4aa52a69dc88d1dafed977840
circle.yml
circle.yml
test: override: - bundle exec rubocop - bundle exec rspec
dependencies: override: - ./bin/setup test: override: - bundle exec rubocop - bundle exec rake spec deployment: rubygems: branch: master commands: - curl -u Leko:$RUBYGEMS_PASSWORD https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials; chmod 0600 ~/.gem/credentials - bund...
Add auto deploy settings for CircleCI
chore: Add auto deploy settings for CircleCI
YAML
mit
Leko/activeresource-chatwork,Leko/activeresource-chatwork
ead53c7cd1ab90ad57887618e64b54fe573b936c
circle.yml
circle.yml
## Circle CI configuration machine: services: - docker timezone: America/Los_Angeles # Override /etc/hosts hosts: circlehost: 127.0.0.1 # Add some environment variables environment: GOPATH: $HOME/go PATH: $GOPATH/bin:$PATH CIRCLE_ENV: test DOCKER_ACCOUNT: infradash DOCKER_...
## Circle CI configuration machine: services: - docker timezone: America/Los_Angeles # Override /etc/hosts hosts: circlehost: 127.0.0.1 # Add some environment variables environment: GOPATH: $HOME/go PATH: $GOPATH/bin:$PATH CIRCLE_ENV: test DOCKER_ACCOUNT: infradash DOCKER_...
Change release branch naming convention
Change release branch naming convention
YAML
apache-2.0
infradash/dash,infradash/dash,infradash/dash,infradash/dash
e7ee81ebf6e108774409e0c9baca03644340c47c
circle.yml
circle.yml
machine: ruby: version: 2.3.0 pre: - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 services: - docker dependencies: override: - bundle install - docker info - rake build test: override: - rake spec:docker:android:all deploymen...
machine: ruby: version: 2.3.0 pre: - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 services: - docker dependencies: override: - bundle install - docker info - rake build deployment: hub: branch: master commands: - do...
Stop running test on CI
Stop running test on CI
YAML
mit
izumin5210/android-dockerfile,izumin5210/android-dockerfile
7b0b6fb94314bca984f02fadf5626b4a6a116be4
circle.yml
circle.yml
machine: xcode: version: "7.0" environment: # Private repo access GITHUB_API_KEY: secret # SecondCurtain UPLOAD_IOS_SNAPSHOT_BUCKET_NAME: eigen-ci AWS_ACCESS_KEY_ID: secret AWS_SECRET_ACCESS_KEY: secret # CocoaPods-Keys ArtsyAPIClientSecret: 3a33d2085cbd1176153f99781bbce7c6 A...
machine: xcode: version: "7.0" environment: # Private repo access GITHUB_API_KEY: secret # SecondCurtain UPLOAD_IOS_SNAPSHOT_BUCKET_NAME: eigen-ci AWS_ACCESS_KEY_ID: secret AWS_SECRET_ACCESS_KEY: secret # CocoaPods-Keys ArtsyAPIClientSecret: 3a33d2085cbd1176153f99781bbce7c6 A...
Include distribution pods in CI
Include distribution pods in CI
YAML
mit
artsy/eigen,artsy/eigen,artsy/eigen,artsy/eigen,artsy/eigen,artsy/eigen,artsy/eigen
9b0e8304994f40490c19c79e7f10452932920b11
circle.yml
circle.yml
--- machine: timezone: UTC services: - docker dependencies: pre: - gem install bundler bundler: without: - workstation test: override: - bundle exec kitchen test
--- machine: timezone: UTC services: - docker dependencies: pre: - gem install bundler bundler: without: - workstation test: override: - bundle exec kitchen test: timeout: 900
Increase default build step timeout
Increase default build step timeout
YAML
apache-2.0
DevopsDance/chef-cookbook-rinetd,DevopsDance/chef-cookbook-rinetd
42a8073c81e3b6fb3d4cbc78bf80303d38014b66
circle.yml
circle.yml
machine: timezone: Europe/Paris node: version: v0.10.35 test: post: - npm run coverage - npm run send-coverage
machine: timezone: Europe/Paris node: version: v0.10.35 environment: COVERALLS_SERVICE_JOB_ID: CIRCLE_BUILD_NUM test: post: - npm run coverage - npm run send-coverage
Use same ID for CircleCI build number and Coveralls Job ID
Use same ID for CircleCI build number and Coveralls Job ID
YAML
mit
viadeo/maglev,noahlange/railsea,mkontula/maglev
5bf6f5a7eee8758b4114691daef7fbc7f4ee1fae
circle.yml
circle.yml
machine: environment: ANDROID_BUILD_TOOLS: 24.0.1 ANDROID_PLATFORM: 24 dependencies: pre: - if [ ! -e $ANDROID_HOME/build-tools/$ANDROID_BUILD_TOOLS ]; then echo y | android update sdk --no-ui --all --filter build-tools-$ANDROID_BUILD_TOOLS; fi - if [ ! -e $ANDROID_HOME/platforms/android-$ANDROID_P...
machine: environment: ANDROID_BUILD_TOOLS: 24.0.1 ANDROID_PLATFORM: 24 machine: post: - cp -r $ANDROID_HOME $HOME/android_sdk dependencies: pre: - if [ ! -e $ANDROID_HOME/build-tools/$ANDROID_BUILD_TOOLS ]; then echo y | android update sdk --no-ui --all --filter build-tools-$ANDROID_BUILD_TO...
Correct caching of android tools
Correct caching of android tools
YAML
apache-2.0
ustwo/android-boilerplate,ustwo/android-boilerplate
5b417e274f63e09f7bf4562093fb02af01fd6a4d
circle.yml
circle.yml
machine: timezone: Asia/Tokyo environment: XCODE_SCHEME: TiCircleCITest XCODE_PROJECT: TiCircleCITest.xcodeproj xcode: version: 7.3 dependencies: pre: - brew install n - n 4.4.5 - npm install -g titanium tisdk - tisdk install 5.2.2.GA test: override: - echo Hello World - ...
machine: timezone: Asia/Tokyo environment: XCODE_SCHEME: TiCircleCITest XCODE_PROJECT: TiCircleCITest.xcodeproj xcode: version: 7.3 dependencies: pre: - brew install n - n 4.4.5 - npm install -g titanium tisdk - tisdk build 5.2.2.GA test: override: - echo Hello World - wh...
Change to tisdk build 5.2.2.GA
Change to tisdk build 5.2.2.GA
YAML
apache-2.0
umi-uyura/TiCircleCITest
713cab35a46a344c342994a1fc2fcb8913784cb3
circle.yml
circle.yml
# Circle.yml for testing python3 with Ubuntu 14.04 machine: environment: INSTALL_PREFIX_DIR: ${HOME}/opt PATH: ${INSTALL_PREFIX_DIR}/py-351/bin:${PATH} test: pre: # Install python3 from sources - wget https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz - tar xf Python-3.5.1.tgz - mkdir...
# Circle.yml for testing python3 with Ubuntu 14.04 machine: environment: SRC_PREFIX_DIR: ${HOME}/src INSTALL_PREFIX_DIR: ${HOME}/opt PATH: ${INSTALL_PREFIX_DIR}/py-351/bin:${PATH} test: pre: # Install python3 from sources - mkdir -p ${SRC_PREFIX_DIR} - mkdir -p ${INSTALL_PREFIX_DIR}/py-351 ...
Fix typo's and use explicit paths
Fix typo's and use explicit paths
YAML
apache-2.0
winksaville/circleci-python3
c7ed626b49770c8e675658c461c52d9e17a15e8c
circle.yml
circle.yml
machine: services: - docker general: artifacts: - "imagelayers-api" # the built binary dependencies: override: # This is a no-op to get it to not try and build our Go app (and possibly # fail due to Godep stuff). - "true" test: override: - docker run -v $(pwd):/src centurylink/golang-...
machine: services: - docker general: artifacts: - "imagelayers-api" # the built binary dependencies: override: # This is a no-op to get it to not try and build our Go app (and possibly # fail due to Godep stuff). - "true" test: override: - docker run -v $(pwd):/src centurylink/golang-...
Update for PRO EVs
Update for PRO EVs [ci skip]
YAML
apache-2.0
Acidburn0zzz/imagelayers,patocox/imagelayers,rupakg/imagelayers,patocox/imagelayers,argvader/imagelayers,Acidburn0zzz/imagelayers,BWITS/imagelayers,CenturyLinkLabs/imagelayers,CenturyLinkLabs/imagelayers,rupakg/imagelayers,BWITS/imagelayers,argvader/imagelayers
ae896aa9b642c3909ff67823af265d474a25857d
update_idb_fra_jeanquarre.yml
update_idb_fra_jeanquarre.yml
--- - hosts: localhost roles: # Enable or disable to suit your needs # This role automatically send logs to central server each time the device gets an Internet connection - logs # - tinc-static # - role: kalite # version: "0.15.0" # lang: "fr" # - role: zim_install # z...
--- - hosts: localhost roles: # Enable or disable to suit your needs # This role automatically send logs to central server each time the device gets an Internet connection - logs # - tinc-static # - role: kalite # version: "0.15.0" # lang: "fr" # - role: zim_install # z...
Add missing ZIMs to idb_fra_jeanquarre
Add missing ZIMs to idb_fra_jeanquarre
YAML
mit
ideascube/ansiblecube,ideascube/ansiblecube
463c57613322a86e1169acd9f1a7f1b7a3e28aa0
recipes/autodiff/meta.yaml
recipes/autodiff/meta.yaml
{% set version = "0.4.0" %} package: name: autodiff version: {{ version }} source: url: https://github.com/autodiff/autodiff/archive/v{{ version }}.tar.gz sha256: 3f8246b8bc38bdfa41860c9a5e909b55793d2455edc525bdaa20b8060667b706 build: number: 0 requirements: build: - {{ compiler('cxx') }} - cm...
{% set version = "0.4.0" %} package: name: autodiff version: {{ version }} source: url: https://github.com/autodiff/autodiff/archive/v{{ version }}.tar.gz sha256: 3f8246b8bc38bdfa41860c9a5e909b55793d2455edc525bdaa20b8060667b706 build: number: 0 requirements: build: - {{ compiler('cxx') }} - cm...
Add eigen to run users of autodiff also need eigen
Add eigen to run users of autodiff also need eigen
YAML
bsd-3-clause
ceholden/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,rmcgibbo/staged-recipes,hadim/staged-recipes,mariusvniekerk/staged-recipes,isuruf/staged-recipes,SylvainCorlay/staged-recipes,ceholden/staged-recipes,ReimarBauer/staged-recipes,rmcgibbo/staged-recipes...
89ce260be3239789d8d89d8287b4a9a7fb64c62e
deepchem/meta.yaml
deepchem/meta.yaml
package: name: deepchem version: "0.0.4" source: git_url: https://github.com/pandegroup/deepchem/ git_tag: 0.0.4 build: number: 1 skip: True # [osx or win or py3k] requirements: build: - python - setuptools - numpy - scipy - pandas - scikit-learn - keras - theano =...
package: name: deepchem version: "0.0.4" source: git_url: https://github.com/pandegroup/deepchem.git git_tag: 0.0.4 build: number: 1 skip: True # [osx or win or py3k] requirements: build: - python - setuptools - numpy - scipy - pandas - scikit-learn - keras - thean...
Fix the deepchem git_url by adding .git
Fix the deepchem git_url by adding .git
YAML
mit
swails/conda-recipes,cwehmeyer/conda-recipes,omnia-md/conda-recipes,jchodera/conda-recipes,cwehmeyer/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,jchodera/conda-recipes,swails/conda-recipes,jchodera/conda-recipes,peastman/conda-recipes,jchodera/conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,o...
5596fb9fd63307a53bc6ce26fc642ce251074dc2
packages/al/alg.yaml
packages/al/alg.yaml
homepage: '' changelog-type: '' hash: 3ad9f39cd04a72bc75af6422260c516e076dd8922747f8932857e5e8fd669156 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0.2...
homepage: '' changelog-type: '' hash: dd0bac96583e696da84ed28aba1e44718586434de905708a4c8887fa6afae4dd test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0.2...
Update from Hackage at 2018-05-09T09:04:53Z
Update from Hackage at 2018-05-09T09:04:53Z
YAML
mit
commercialhaskell/all-cabal-metadata
03595757a142685c93488ff5bfcf27eb1998d3e7
packages/de/dec.yaml
packages/de/dec.yaml
homepage: https://github.com/phadej/vec changelog-type: markdown hash: c0a3ddaf4c989e2a3d83f91dbe0e70db75a16aad9b24ab8312ceab8af9f2b325 test-bench-deps: {} maintainer: Oleg.Grenrus <oleg.grenrus@iki.fi> synopsis: Decidable propositions. changelog: | # Revision history for dec ## 0.0.3 - First version. Released ...
homepage: https://github.com/phadej/vec changelog-type: markdown hash: 1a822a19129c1eca8d12a85e4d6fdc77625016ea6c3e8ce30f8d32e0972faeec test-bench-deps: {} maintainer: Oleg.Grenrus <oleg.grenrus@iki.fi> synopsis: Decidable propositions. changelog: | # Revision history for dec ## 0.0.3 - First version. Released ...
Update from Hackage at 2020-03-25T12:44:10Z
Update from Hackage at 2020-03-25T12:44:10Z
YAML
mit
commercialhaskell/all-cabal-metadata
4464a3aec46c7a7ec9e9617589d3e16bc00a5b84
config.yml
config.yml
# Juju OpenStack environment parameters network: net04 use-floating-ip: true control-bucket: juju-environment # Keystone authentication parameters auth-url: http://172.20.4.10:5000/v2.0 region: RegionOne tenant-name: admin username: admin password: admin # Mapping of Juju series to cloud images series: trusty: ...
# Juju OpenStack environment parameters network: net04 use-floating-ip: true control-bucket: juju-environment # Keystone authentication parameters auth-url: http://172.20.4.10:5000/v2.0 region: RegionOne tenant-name: admin username: admin password: admin # Mapping of Juju series to cloud images series: trusty: ...
Add comment for enabling Utopic image
Add comment for enabling Utopic image
YAML
apache-2.0
ianunruh/juju-openstack-bootstrap,ianunruh/juju-openstack-bootstrap
34ba14a01543a035f3c5d82cace3f58480945b1f
.readthedocs.yaml
.readthedocs.yaml
version: 2 build: os: "ubuntu-20.04" tools: python: "mambaforge-4.10" jobs: post_checkout: # Unshallow checkout for proper version determination - git fetch --unshallow # Download and uncompress the binary: https://git-lfs.github.com/ - wget https://github.com/git-lfs/git-lfs/relea...
version: 2 build: os: "ubuntu-20.04" tools: python: "mambaforge-4.10" jobs: post_checkout: # Download and uncompress the binary: https://git-lfs.github.com/ - wget https://github.com/git-lfs/git-lfs/releases/download/v3.2.0/git-lfs-linux-amd64-v3.2.0.tar.gz - tar xvfz git-lfs-linux-amd64...
Fix lfs errors in docs build
Fix lfs errors in docs build
YAML
bsd-2-clause
tethysplatform/tethys,tethysplatform/tethys,tethysplatform/tethys,tethysplatform/tethys
d0e22083ca8b48043b4aeeab451c97461ac89867
.github/workflows/maven.yml
.github/workflows/maven.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
Drop Java 12 and 13 from GitHub builds.
Drop Java 12 and 13 from GitHub builds.
YAML
apache-2.0
apache/commons-lang,MarkDacek/commons-lang,MarkDacek/commons-lang,britter/commons-lang,apache/commons-lang,britter/commons-lang,britter/commons-lang,MarkDacek/commons-lang,apache/commons-lang
4b9e533a3181a5e79ec81be2687f579bdf6b277a
docker-compose.yml
docker-compose.yml
dev: image: iojs:slim working_dir: /usr/src/app volumes: - .:/usr/src/app command: npm start ports: - "8080" env_file: .env environment: - VIRTUAL_HOST=proxy.turbasen.privat - VIRTUAL_PORT=8080 - NTB_ENV=api
dev: image: node:slim working_dir: /usr/src/app volumes: - .:/usr/src/app command: npm start ports: - "8080" env_file: .env environment: - VIRTUAL_HOST=proxy.turbasen.privat - VIRTUAL_PORT=8080 - NTB_ENV=api
Use latest Node.js Docker Image
Use latest Node.js Docker Image
YAML
mit
Turbasen/proxy
b8c1e9baf02db1c99508643d076c7a3e4e4f89cc
docker-compose.yml
docker-compose.yml
version: "2" services: php: image: quay.io/webelement/php:latest tty: true stdin_open: true volumes: - ./:/code working_dir: /code command: > sh -c ' composer install && ./speakers.php ' node: image: quay.io/webelement/node:lat...
version: "2" services: php: image: quay.io/webelement/php:latest tty: true stdin_open: true volumes: - ./:/code working_dir: /code command: > sh -c ' composer install && ./speakers.php ' node: image: quay.io/webelement/node:lat...
Revert "Add new service to provide aws-cli command"
Revert "Add new service to provide aws-cli command" This reverts commit 355ab44b09d7f86e9bb910c982781e4e29bf2c56.
YAML
mit
webelement/webelement.sk,webelement/webelement.sk,webelement/webelement-web,webelement/webelement.sk,webelement/webelement.github.io,webelement/webelement.sk,webelement/webelement.github.io,webelement/webelement.github.io,webelement/webelement-web,webelement/webelement.github.io,webelement/webelement-web,webelement/web...
9b015154278ce962758d868e26cb216e4f1ce88e
vm_templates/common/node-js.yml
vm_templates/common/node-js.yml
json: nodejs: versions: - 0.6.21 - 0.8.27 - 0.10.18 - 0.10.36 - 0.11.15 aliases: "0.10": '0.1' 0.11.15: node-head 0.11.15: node-unstable default: 0.10.36 recipes: - nodejs::multi - nodejs::iojs - system_info - sweeper
json: nodejs: versions: - 0.6.21 - 0.8.27 - 0.10.18 - 0.10.36 - 0.11.16 - 0.12.0 aliases: "0.10": '0.1' "0.12": '0.1' 0.11.16: node-head 0.11.16: node-unstable default: 0.12.0 recipes: - nodejs::multi - nodejs::iojs - system_info - sweepe...
Update Node to v0.12.0 stable by default
Update Node to v0.12.0 stable by default http://blog.nodejs.org/2015/02/06/node-v0-12-0-stable/ Not sure I got the alias correct for 0.12.x though, as in I've no idea what the "0.1" refers to on that line ;) Also bumps Node 0.11.15 unstable to 0.11.16 http://blog.nodejs.org/2015/01/30/node-v0-11-16-unstable/ ...
YAML
mit
tianon/travis-cookbooks,vinaykaradia/travis-cookbook-cloned,ardock/travis-cookbooks,travis-ci/travis-cookbooks,spurti-chopra/travis-cookbooks,ardock/travis-cookbooks,tianon/travis-cookbooks,gavioto/travis-cookbooks,vinaykaradia/travis-cookbook-cloned,vinaykaradia/travis-cookbook-cloned,travis-ci/travis-cookbooks,travis...
54f73d9be0b5482489ddfbeda51e4224ddf14df8
docker-compose.yml
docker-compose.yml
version: '3' services: db: image: postgres:9.5.15 volumes: - db_data:/var/lib/postgresql/data:delegated web: build: context: . dockerfile: ./docker/Dockerfile image: h2o:0.3 tty: true command: bash environment: - DOCKERIZED=true - DB_HOSTNAME=db - DB_USERNAM...
version: '3' services: db: image: postgres:9.5.15 volumes: - db_data:/var/lib/postgresql/data:delegated web: build: context: . dockerfile: ./docker/Dockerfile image: h2o:0.4 tty: true command: bash environment: - DOCKERIZED=true - DB_HOSTNAME=db - DB_USERNAM...
Increment h2o image no. due to environment changes in 5cd05c
Increment h2o image no. due to environment changes in 5cd05c
YAML
agpl-3.0
harvard-lil/h2o,harvard-lil/h2o,harvard-lil/h2o,harvard-lil/h2o
da7b8289b4fea02fb2f8ee0b6c415903562b06cd
docker-compose.yml
docker-compose.yml
mongo: image: mongo # volumes: # - ./data/runtime/mongo:/data/mongo # - ./data/dump:/dump command: mongod --smallfiles rocketchat: image: rocketchat/rocket.chat:develop # volumes: # - ./uploads:/app/uploads environment: - ROOT=3000 - ROOT_URL=http://yourhost:3000 - MONGO_URL=mongodb://mong...
mongo: image: mongo # volumes: # - ./data/runtime/mongo:/data/mongo # - ./data/dump:/dump command: mongod --smallfiles rocketchat: image: rocketchat/rocket.chat:develop # volumes: # - ./uploads:/app/uploads environment: - ROOT=3000 - ROOT_URL=http://yourhost:3000 - MONGO_URL=mongodb://mong...
Add support for mobile client for server binaries
Add support for mobile client for server binaries add support for mobile client for pre-built server binaries tgz
YAML
mit
org100h1/Rocket.Panda,klatys/Rocket.Chat,wicked539/Rocket.Chat,haoyixin/Rocket.Chat,karlprieb/Rocket.Chat,nishimaki10/Rocket.Chat,litewhatever/Rocket.Chat,4thParty/Rocket.Chat,NMandapaty/Rocket.Chat,mccambridge/Rocket.Chat,Gyubin/Rocket.Chat,VoiSmart/Rocket.Chat,tlongren/Rocket.Chat,LearnersGuild/Rocket.Chat,mrinaldhar...
37aad28cd5ac7cd8c52cbf49de29fd7d27b44b9a
docker-compose.yml
docker-compose.yml
# Build image # $ docker-compose build # Ensure that your host can accept X forwarded connections # $ xhost +local:aten_aten # Run container # $ docker-compose run aten version: "2.4" services: aten: build: context: "./" args: - http_proxy=${http_proxy} - https_proxy=${https_proxy} ...
# Build image # $ docker-compose build # Ensure that your host can accept X forwarded connections # $ xhost +local:aten_aten # Run container # $ docker-compose run aten version: "2.4" services: aten: build: context: "./" args: - http_proxy=${http_proxy} - https_proxy=${https_proxy} ...
Modify not to crate custom network
Modify not to crate custom network
YAML
mit
nakdai/aten,nakdai/aten
5a3fe3bfc9c3784afcfce651f5a10dd883a7d782
config/search.yml
config/search.yml
site_name: Mapzen Search docs_dir: src-search site_dir: dist-search pages: - Home: index.md - 'Glossary': 'glossary.md' - 'Search': 'search.md' - 'Reverse geocoding': 'reverse.md' - 'Autocomplete': 'autocomplete.md' - 'Place': 'place.md' - 'Structured geocoding': 'structured-geocoding.md' - 'Addresses'...
site_name: Mapzen Search docs_dir: src-search site_dir: dist-search pages: - Home: index.md - 'Glossary': 'glossary.md' - 'Search': 'search.md' - 'Reverse geocoding': 'reverse.md' - 'Autocomplete': 'autocomplete.md' - 'Place': 'place.md' - 'Structured geocoding': 'structured-geocoding.md' - 'Addresses'...
Add language codes topic to help
Add language codes topic to help
YAML
mit
mapzen/mapzen-docs-generator,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/documentation
1859040c4d9be7157ca012f7322dbadae889269c
docker-compose.yml
docker-compose.yml
service-one: image: lorenc/service-one ports: - "8081:8080" service-two: image: lorenc/service-two ports: - "8082:8080" service-three: image: lorenc/service-three ports: - "8083:8080" links: - service-one - service-two
service-one: image: lorenc/greeting-service ports: - "8081:8080" service-two: image: lorenc/counter-service ports: - "8082:8080" service-three: image: lorenc/master-service ports: - "8083:8080" links: - greeting-service - counter-service
Update docker compose with renamed services
Update docker compose with renamed services
YAML
mit
d-lorenc/junit-docker-demo,d-lorenc/junit-docker-demo,d-lorenc/junit-docker-demo
56e59219bb583570519e5336737a117cfb715371
.ci/jenkins/config/main.yaml
.ci/jenkins/config/main.yaml
ecosystem: main_project: optaplanner projects: - name: optaplanner regexs: - opta.* git: branches: - name: main seed: branch: main - name: 8.28.x seed: branch: seed-optaplanner-8.28.x main_branch: default: main seed: config_file: git: reposit...
ecosystem: main_project: optaplanner projects: - name: optaplanner regexs: - opta.* git: branches: - name: main seed: branch: main - name: 8.28.x seed: branch: seed-optaplanner-8.28.x - name: 8.29.x seed: branch: seed-optaplanner-8.29.x main_branch: default: mai...
Add release branch 8.29.x after cut-off
Add release branch 8.29.x after cut-off
YAML
apache-2.0
tkobayas/optaplanner,tkobayas/optaplanner,tkobayas/optaplanner,tkobayas/optaplanner
8030a42eeb23bcb863800854fe65e64ad4cbec1f
.github/workflows/gradle.yml
.github/workflows/gradle.yml
name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ '8', '11', '14', '15', '16' ] steps: - uses: actions/checkout@v2 - name: Setup Java uses: actions/setup-java@v1 with: ...
name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ '8', '11', '17' ] steps: - uses: actions/checkout@v2 - name: Setup Java uses: actions/setup-java@v1 with: java-v...
Build and test with Java 8, 11 and 17
Build and test with Java 8, 11 and 17
YAML
bsd-3-clause
bwaldvogel/mongo-java-server,bwaldvogel/mongo-java-server,bwaldvogel/mongo-java-server
2db45cbd5a18a95af6e6a922382df42d1db98cef
.github/workflows/master.yml
.github/workflows/master.yml
name: master on: push: branches: - master jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ '1.8', '11' ] name: Build Spark with JDK ${{ matrix.java }} steps: - uses: actions/checkout@master - name: Set up JDK ${{ matrix.java }} uses: actions/setup...
name: master on: push: branches: - master jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ '1.8', '11' ] name: Build Spark with JDK ${{ matrix.java }} steps: - uses: actions/checkout@master - name: Set up JDK ${{ matrix.java }} uses: actions/setup...
Set up java version for github workflow
[SPARK-28920][INFRA] Set up java version for github workflow This patch adds java version parameter to GitHub workflow conf for JDK8/11. As we want to build JDK8/11 on GitHub workflow, we might need to add java version according current matrix. No See the GitHub workflow run result. Closes #25625 from viirya/githu...
YAML
apache-2.0
rednaxelafx/apache-spark,dbtsai/spark,nchammas/spark,cloud-fan/spark,milliman/spark,rednaxelafx/apache-spark,skonto/spark,chuckchen/spark,nchammas/spark,goldmedal/spark,zuotingbing/spark,gengliangwang/spark,wangyum/spark,rezasafi/spark,holdenk/spark,zzcclp/spark,milliman/spark,ptkool/spark,HyukjinKwon/spark,srowen/spar...
5779edc96b3d3e40316c39371cf322972021c01e
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [8.x, 10.x, 12.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-ve...
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [8.x, 10.x, 12.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matri...
Use bootstrap script instead of bare install in GitHub CI workflow
Use bootstrap script instead of bare install in GitHub CI workflow
YAML
mit
davidkpiano/xstate,davidkpiano/xstate,davidkpiano/xstate
4454cf6b4a7413532b590e0cd8ef60ae2c7aeb7a
crowdin.yml
crowdin.yml
files: - source: /registry-mail/src/main/resources/email/subjects/*.properties ignore: - /registry-mail/src/main/resources/email/subjects/*_??.properties translation: >- /registry-mail/src/main/resources/email/subjects/%file_name%_%two_letters_code%.properties - source: /registry-mail/src/main/r...
files: - source: /registry-mail/src/main/resources/email/subjects/*.properties ignore: - /registry-mail/src/main/resources/email/subjects/*_??.properties translation: >- /registry-mail/src/main/resources/email/subjects/%file_name%_%two_letters_code%.properties - source: /registry-mail/src/main/r...
Add dest parameter to CrowdIn configuration.
Add dest parameter to CrowdIn configuration.
YAML
apache-2.0
gbif/registry,gbif/registry
980fa6882a23b9a199d3369318b51b94dba1afe1
.github/workflows/buildcheck.yml
.github/workflows/buildcheck.yml
on: push: schedule: - cron: 0 10 13 * * jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: php: - 7.2 - 7.3 - 7.4 composer: - "" - "--prefer-lowest" steps: - uses: actions/checkout@v2 -...
on: push: pull_request: schedule: - cron: 0 10 13 * * jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: php: - "7.2" - "7.3" - "7.4" composer: - "" - "--prefer-lowest" steps: - uses: action...
Tidy up the build check and ensure it runs for pull requests
Tidy up the build check and ensure it runs for pull requests
YAML
apache-2.0
duncan3dc/speaker
4f8bc9b1c6f7123b65f375cc643760a858eab013
.travis.yml
.travis.yml
language: go go: - 1.1 - 1.2 - tip notifications: email: on_success: change on_failure: always
language: go go: - 1.1 - 1.2 - 1.3 - 1.4 - tip notifications: email: on_success: change on_failure: always
Test against Go 1.1 - tip.
Test against Go 1.1 - tip.
YAML
mit
muesli/ircflu