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 |
|---|---|---|---|---|---|---|---|---|---|
9ed061b97d3e2b1466eb04bcb9ef96dea5b0c716 | .travis.yml | .travis.yml | language: php
sudo: required
services:
- docker
php:
- 5.5
install:
- php composer.phar install
before_script:
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
script:
- php build.php
- docker build .
- git commit Dockerfile -m "TravisCI build $TRAVIS_B... | language: php
sudo: required
services:
- docker
php:
- 5.6
install:
- php composer.phar install
before_script:
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
script:
- php build.php
- docker build .
- git commit Dockerfile -m "TravisCI build $TRAVIS_B... | Revert "Trying PHP 5.5 to see if it's more stable." | Revert "Trying PHP 5.5 to see if it's more stable."
This reverts commit c537b96aac4c422cdebd6e41cdb5373f65d50f25.
| YAML | mit | brodkinca/docker-jira-software,brodkinca/docker-jira-software |
d8ae276f53a686ef9fccb9b6c266ee73a7f25235 | .travis.yml | .travis.yml | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
before_install:
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug... | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
fast_finish: true
before_install:
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi;
install:
- composer in... | Remove PHP 7.0 and HHVM from allowed failures and enable fast finish | Remove PHP 7.0 and HHVM from allowed failures and enable fast finish
| YAML | mit | dosten/disposable-email-checker |
517cbeeb1eb860a27917ce0f0e8b04d74e6d4030 | .travis.yml | .travis.yml | dist: trusty
sudo: false
group: beta
language: node_js
node_js:
- node
addons:
firefox: latest-esr
cache:
directories:
- node_modules
- "$HOME/.cache/bower"
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then n... | dist: trusty
group: beta
language: node_js
node_js:
- node
addons:
firefox: latest-esr
cache:
directories:
- node_modules
- "$HOME/.cache/bower"
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm rebuild -... | Remove the obsolete 'sudo:' setting | Remove the obsolete 'sudo:' setting
| YAML | apache-2.0 | Collaborne/iron-file-icons |
782de357d2a2d15e033471408674b08e0489400a | .travis.yml | .travis.yml | ---
sudo: required
language: node_js
install:
- sudo pip install -r requirements.txt
- npm install
node_js:
- node
services:
- docker
script:
- yamllint --strict $(git ls-files '*.yaml' '*.yml') || exit 1
- >
find -name "*.md" -not -path "*/node_modules/*"
| xargs markdownlint
|| exit 1
-... | ---
sudo: required
language: node_js
install:
- sudo pip install -r requirements.txt
- npm install
node_js:
- node
services:
- docker
script:
- yamllint --strict $(git ls-files '*.yaml' '*.yml') || exit 1
- >
find -name "*.md" -not -path "*/node_modules/*"
| xargs markdownlint
|| exit 1
-... | Split shellcheck command on multiple lines | Split shellcheck command on multiple lines
| YAML | mit | ferrarimarco/home-lab,ferrarimarco/home-lab |
fc49514c33d817a76ec669bd468465bf5e916e00 | .travis.yml | .travis.yml | # Use Docker environment
sudo: false
# Setup build matrix
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
# Dependencies
before_install:
- composer self-update
install:
- travis_retry composer update --no-interaction --prefe... | # Use Docker environment
sudo: false
# Setup build matrix
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
# Dependencies
before_install:
- composer self-update
install:
- travis_retr... | Allow failures on 7 until box is updated | Allow failures on 7 until box is updated
| YAML | mit | rocketeers/rocketeer |
a130817adcd12028e53ffd3e52cc523d513f8911 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.2
- ruby-head
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
matrix:
allow_failures:
- rvm: ruby-head
gemfile: gemfiles/rails_4.2.g... | language: ruby
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.2
- ruby-head
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
matrix:
allow_failures:
- rvm: ruby-head
gemfile: gemfiles/rails_4.2.g... | Exclude tests for Rails 6.0 for Ruby versions below 2.5.0 | Exclude tests for Rails 6.0 for Ruby versions below 2.5.0
| YAML | mit | lbeder/health-monitor-rails,lbeder/health-monitor-rails,lbeder/health-monitor-rails |
69f7f5bedd750c2cea58f6006b9d339c88d5a66e | .travis.yml | .travis.yml | sudo: false
language: rust
# necessary for `travis-cargo coveralls --no-sudo`
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev # optional: only required for the --verify flag of coveralls
# run builds for all the trains (and more)
rust:
- nightly
-... | sudo: false
language: rust
# necessary for `travis-cargo coveralls --no-sudo`
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev # optional: only required for the --verify flag of coveralls
# run builds for all the trains (and more)
rust:
- nightly
-... | Remove invalid reference to nightly feature for now... | Remove invalid reference to nightly feature for now...
| YAML | mit | jbrd/glium_shapes |
26c47f4c335b59f298a54a742be8cc3c0057abc3 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- iojs
- "0.12"
| sudo: false
language: node_js
node_js:
- stable
- "0.12"
| Add latest node.js to Travis CI | Add latest node.js to Travis CI
| YAML | mit | mdix/browserslist,ai/browserslist |
0a499b8d0ced43a1434a138974d0e268382d9f09 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5.1'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Test with latest Node.js 5 on Travis CI. | Test with latest Node.js 5 on Travis CI.
| YAML | mit | bigeasy/kibitz,bigeasy/kibitz |
c57963f55010f62cab659d03b1affe06ae2388ba | .travis.yml | .travis.yml | dist: xenial
language: python
branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Uncomment this to enable building pull requests.
- master
cache:
directories:
- $HOME/.cache/pip
matrix:... | dist: xenial
language: python
branches:
except:
- staging.tmp
- trying.tmp
cache:
directories:
- $HOME/.cache/pip
matrix:
include:
- python: 3.4
env:
- TOXENV=py34
- python: 3.5
env:
- TOXENV=py35
- python: 3.6
env:
- TOXENV=py36
- python: 3.7
... | Build all branches except those which bors requires not to | ENH: Build all branches except those which bors requires not to
| YAML | bsd-3-clause | h5preserve/h5preserve,aragilar/h5preserve |
d6e70f1bc07137366fb7e225c998457b6fea2562 | .travis.yml | .travis.yml | language: ruby
bundler_args: --path vendor/bundle
script: bundle exec rake
before_install:
- gem install bundler
- bundle config --local without local_development
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-18mode
- rbx-19mode
matrix:
allow... | language: ruby
bundler_args: --path vendor/bundle
script: bundle exec rake
before_install:
- gem install bundler
- bundle config --local without local_development
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- jruby
- jruby-head
- rbx-2
matrix:
allow_failures:
- rvm: ruby-head # green, ... | Update TravisCI configs to current format | Update TravisCI configs to current format
| YAML | mit | 0x00evil/mail,jonkgrimes/mail,planio-gmbh/mail,schneems/mail,kert-io/mail,0x00evil/mail,jeremy/mail,smallspark/mail,agaridata/mail,carsonreinke/mail,kert-io/mail,schepedw/mail,zacholauson/mail,EdwardPantoja/mail,missive/mail,jeremy/mail,owenr/mail,kaineer/mail,pjskennedy/mail,pjskennedy/mail,wktk/mail,EdwardPantoja/mai... |
1ace4eeb89a76ed850c0216bced22cd2f6050f54 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- pip install -r requirements_dev.txt
- pip install .
# command to run tests
script: "python setup.py test"
| language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- pip install -r requirements_dev.txt
- pip install .
# command to run tests
script: "python setup.py test"
| Remove Travis testing of Python 3.2 | Remove Travis testing of Python 3.2
| YAML | mit | nudomarinero/wquantiles |
c015a4a7abe4842bdbcddf1fd2f57cdcd95baf2e | .travis.yml | .travis.yml | language: python
python:
- 3.4
notifications:
email: false
before_install:
# Setup Miniconda - a lightweight anaconda
# This allows us to get pre-build binaries from numpy etc. from binstar
# This is quicker and more reliable than compiling from source every build
# See https://gist.githubusercontent.com/... | language: python
python:
- 3.4
notifications:
email: false
before_install:
# Setup Miniconda - a lightweight anaconda
# This allows us to get pre-build binaries from numpy etc. from binstar
# This is quicker and more reliable than compiling from source every build
# See https://gist.githubusercontent.com/... | Change default miniconda version to python 3 | Change default miniconda version to python 3
| YAML | bsd-3-clause | JelleAalbers/blueice |
f149952e32a93286ba26c9a3bcd9bee3f338ea37 | .travis.yml | .travis.yml | language: node_js
matrix:
include:
- node_js: "node"
- node_js: "7"
sudo: false
cache:
directories:
- node_modules
- chrome
addons: # needed to run Chrome beta
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++-4.9-dev
before_script:
# fetch and extract Chrome if n... | language: node_js
matrix:
include:
- node_js: "node"
- node_js: "7"
sudo: false
cache:
directories:
- node_modules
- chrome
addons: # needed to run Chrome beta
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++-4.9-dev
before_script:
# fetch and extract Chrome if n... | Hide useless messages from Travis CI output | Hide useless messages from Travis CI output
| YAML | mit | cyrus-and/chrome-har-capturer |
ae05edf1b80e851f4878fe2747f4f13722951fad | .travis.yml | .travis.yml | dist: trusty
language: ruby
sudo: false
cache: bundler
rvm:
- 2.4.2
- 2.3.5
- 2.2.8
- jruby-1.7.26
- jruby-9.1.14.0
env:
global:
- JRUBY_OPTS="--debug"
after_success:
- bundle exec codeclimate-test-reporter
| dist: trusty
language: ruby
sudo: false
cache: bundler
rvm:
- 2.5.3
- 2.4.5
- 2.3.8
- 2.2.10
- jruby-1.7.26
- jruby-9.2.4.0
env:
global:
- JRUBY_OPTS="--debug"
after_success:
- bundle exec codeclimate-test-reporter
| Test with latest Ruby versions | Test with latest Ruby versions
| YAML | mit | jbox-web/job-database-manager |
14a545baccc5e93a75f348a798faf6592fb79114 | .travis.yml | .travis.yml | script: "if [ $PERFORMANCE_SPECS ];then bundle exec rake performance_specs --trace; else bundle exec rake --trace; fi"
install:
- bundle install --retry=3
rvm:
- "1.9.3"
- "2.0.0"
- "2.1.1"
- "jruby"
- "rbx-2"
env:
- "RAILS_VERSION=rails3"
- "RAILS_VERSION=rails4"
- "RAILS_VERSION=pojs"
matrix:
inc... | language: ruby
rvm:
- "1.9.3"
- "2.0.0"
- "2.1.1"
- "jruby"
- "rbx-2"
env:
- "RAILS_VERSION=rails3"
- "RAILS_VERSION=rails4"
- "RAILS_VERSION=pojs"
sudo: false
script: "if [ $PERFORMANCE_SPECS ];then bundle exec rake performance_specs --trace; else bundle exec rake --trace; fi"
install:
- bundle ins... | Use the new build env on Travis | Use the new build env on Travis
faster vms, better network, more cpu, more ram
docs coming soon | YAML | mit | mavenlink/jasmine-gem,amandamholl/jasmine-gem,amandamholl/jasmine-gem,mavenlink/jasmine-gem,brigade/jasmine-gem,mavenlink/jasmine-gem,brigade/jasmine-gem,amandamholl/jasmine-gem,brigade/jasmine-gem |
f4f80b24a1ed215e3320d2acb0fcf2fe3143ecc1 | .travis.yml | .travis.yml | language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
- "3.3"
script:
- python setup.py build_ext --inplace
- python setup.py test
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
script:
- python setup.py build_ext --inplace
- python setup.py test
| Drop support for Python 2.5 | Drop support for Python 2.5
It would require using unidiomatic exception handling.
| YAML | bsd-3-clause | cigroup-ol/metaopt,cigroup-ol/metaopt,cigroup-ol/metaopt |
9d1202617d48045ead7ce13272e255797d39b37d | .travis.yml | .travis.yml | before_install:
- sudo add-apt-repository ppa:directhex/monoxide -y
- sudo apt-get update -qq -y
- sudo apt-get install mono-devel -qq -y
script: ./build /p:Configuration=Release /p:Framework=$Framework "/t:DumpSettings;CleanAll;BuildFramework;TestFramework"
env:
matrix:
- Framework="net-2.0"
- Fram... | before_install:
- sudo add-apt-repository ppa:directhex/monoxide -y
- sudo apt-get update -qq -y
- sudo apt-get install mono-devel -qq -y
before_script:
./build /p:Configuration=Release /p:Framework=$Framework "/t:DumpSettings;CleanAll"
script:
./build /p:Configuration=Release /p:Framework=$Framework "/t:B... | Test workaround for xbuild problem | Test workaround for xbuild problem
| YAML | mit | agray/nunit,akoeplinger/nunit,acco32/nunit,jhamm/nunit,NarohLoyahl/nunit,dicko2/nunit,Therzok/nunit,NarohLoyahl/nunit,Therzok/nunit,mikkelbu/nunit,JohanO/nunit,Green-Bug/nunit,cPetru/nunit-params,pcalin/nunit,acco32/nunit,ChrisMaddock/nunit,JustinRChou/nunit,modulexcite/nunit,Suremaker/nunit,acco32/nunit,jhamm/nunit,Th... |
da0382714289a14e6e187fc3f658a2fe151d6c53 | .travis.yml | .travis.yml | language: rust
env:
global:
- secure: MaupJEtmxoIh2UY2N6O3U5x+kverikrG6k66UlMO7pd1SLdFfB4pmhYje/TO3gCEMFIJtJEK0NhD2QMHyveUd0o86wOhiMNfrO7PBCI0+3rXuE0HdkLXGcd1Lhk+iT7IFwuOzdH60ONfBHHGfkVnFLwcBaAT9rBaKkKMYbcASuU=
script:
- cargo build
- cargo test
- cargo doc
after_script:
- cp -r target/doc doc
- curl ht... | language: rust
after_success: |
cargo doc \
&& echo '<meta http-equiv=refresh content=0;url=reminisce/index.html>' > target/doc/index.html && \
sudo pip install ghp-import && \
ghp-import -n target/doc && \
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
| Use new build script doc system | Use new build script doc system
| YAML | mit | TomBebbington/reminisce |
4de91906c10f4cfaedb6581b55bf8f96f36ccadb | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.6
- 0.8
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
| language: node_js
node_js:
- 0.8
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
| Remove Node.js 0.6 from Travis CI build. | Remove Node.js 0.6 from Travis CI build.
Closes #75.
| YAML | mit | bigeasy/stencil,bigeasy/stencil,bigeasy/stencil |
14a86ef8d43dfe07c30e23f056789fe0ae40ebbb | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
matrix:
allow_failures:
- rvm: 2.2.0
| Allow failure on 2.2.0 for now | Allow failure on 2.2.0 for now
| YAML | mit | SilverCG/mailcatcher,iFixit/mailcatcher,okinaka/mailcatcher,TuffLuck/mailcatcher,MacroMackie/mailcatcher,Noxa/mailcatcher,TuffLuck/mailcatcher,iFixit/mailcatcher,saisai/mailcatcher,okinaka/mailcatcher,saisai/mailcatcher,Noxa/mailcatcher,MacroMackie/mailcatcher,sj26/mailcatcher,SilverCG/mailcatcher,sj26/mailcatcher |
38bcfb0d156cb0f936661d3acb92175baf5a17c0 | .travis.yml | .travis.yml | dist: xenial
language: python
sudo: false
matrix:
include:
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- python: 3.7
env: TOXENV=py37-flake8
install:
- pip install tox
script:
- tox
| dist: xenial
language: python
jobs:
include:
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- python: 3.7
env: TOXENV=py37-flake8
install:
- pip install tox
script:
- tox
| Remove deprecated sudo tag, renamed matrix tag to jobs. | Remove deprecated sudo tag, renamed matrix tag to jobs.
| YAML | bsd-3-clause | unt-libraries/pyuntl |
61761968b3c58cd3904827b417917a6f1a57c832 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: ruby
rvm:
- 2.1
- 2.2
- 2.3.0
| sudo: required
before_install: gem update --system
dist: trusty
language: ruby
rvm:
- 2.1
- 2.2
- 2.3.0
| Use latest Rubygems in Travis | Use latest Rubygems in Travis
A bug in Rubgems < 2.6.9 prevents the rainbow gem from being installed.
See: sickill/rainbow#44
| YAML | mit | mvz/pronto-reek,mmozuras/pronto-reek |
85d32ddd9a861785d4a3d8becf4677bb840a0158 | .travis.yml | .travis.yml | language: go
go:
- release
before_install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
install:
- npm install --global yarn
script:
- make
| language: go
go:
- master
before_install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
install:
- npm install --global yarn
script:
- make
| Set the Travis CI golang version to master | Set the Travis CI golang version to master
| YAML | apache-2.0 | decaf-emu/huehuetenango,decaf-emu/huehuetenango,decaf-emu/huehuetenango |
0713d9fe8f7ccaf207d9dc4dfd80dbddaf41abf7 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
script: phpunit
| language: php
php:
- 5.3
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
script: vendor/bin/phpunit
| Reset back to the way it was. | Reset back to the way it was.
| YAML | bsd-2-clause | Codeusa/pastebin,ryanc/pastebin,Codeusa/pastebin,ryanc/pastebin,ryanc/pastebin,ryanc/pastebin |
ef9d013261717734bee1da74aa70010671bc21e4 | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- pypy
install:
- pip install --use-mirrors -q unittest2
- python setup.py -q install
script:
- python --version
- py.test tests
| language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- pypy
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
- python setup.py -q install
script:
- py.test tests
| Install unittest2 only for py26. | TRAVIS: Install unittest2 only for py26.
| YAML | bsd-3-clause | benthomasson/parse_type,jenisys/parse_type,jenisys/parse_type,benthomasson/parse_type |
4e920a008a147ab3745ff1339d083aad10523551 | .travis.yml | .travis.yml | branches:
only:
- develop
- master
sudo: false
language: go
go:
- 1.2
- 1.3
- 1.4
- tip
matrix:
allow_failures:
- go: 1.2
- go: 1.3
before_install:
- 'if [[ "${TRAVIS_GO_VERSION}" =~ 1.[2-3] ]]; then go get code.google.com/p/go.tools/cmd/cover; else go get golang.org/x/tools/cmd/cover; fi'
- go g... | branches:
only:
- develop
- master
language: go
go:
- 1.2
- 1.3
- 1.4
- tip
matrix:
allow_failures:
- go: 1.2
- go: 1.3
- go: tip
before_install:
- 'if [[ "${TRAVIS_GO_VERSION}" =~ 1.[2-3] ]]; then go get code.google.com/p/go.tools/cmd/cover; else go get golang.org/x/tools/cmd/cover; fi'
- go ... | Remove sudo directive and allow failures on tip for Travis-CI. | Remove sudo directive and allow failures on tip for Travis-CI.
[#92977146]
Signed-off-by: David Wadden <ff4ebafbe4a7d77cde45f9afefafd7a5dfa94f36@pivotal.io>
| YAML | apache-2.0 | SrinivasChilveri/lattice,datachand/lattice,Klaudit/lattice,Klaudit/lattice,datachand/lattice,svrc-pivotal/lattice,davidwadden/lattice,felipeg48/lattice,cloudfoundry-incubator/ltc,SrinivasChilveri/lattice,datachand/lattice,davidwadden/lattice,cloudfoundry-incubator/ltc,Klaudit/lattice,datachand/lattice,davidwadden/latti... |
0dcc056cda16fa6a3854b902cb3fffd9eecbd203 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
before_install:
- sudo add-apt-repository ppa:biometrics/bob
- sudo apt-get update -qq
- sudo apt-get install -qq bob-dev
install:
- "python bootstrap.py"
- "./bin/buildout"
script:
- "./bin/nosetests -sv"
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
before_install:
- sudo add-apt-repository -qq ppa:biometrics/bob
- sudo apt-get update -qq
- sudo apt-get install -qq bob-dev
install:
- "python bootstrap.py"
- "./bin/buildout"
script:
- "./bin/nosetests -sv"
| Add -qq flag to silence apt-add | Add -qq flag to silence apt-add
| YAML | bsd-3-clause | tiagofrepereira2012/bob.extension,tiagofrepereira2012/bob.extension,tiagofrepereira2012/bob.extension,tiagofrepereira2012/bob.extension |
cf8904d57312460d1967c29039463038634c0f45 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode10.2
xcode_project: Aware.xcodeproj
xcode_scheme: Aware
script: xcodebuild -project Aware.xcodeproj -scheme Aware test
| language: objective-c
osx_image: xcode10.2
xcode_project: Aware.xcodeproj
xcode_scheme: Aware
script: xcodebuild -project Aware.xcodeproj -scheme Aware test ENABLE_HARDENED_RUNTIME=NO CODE_SIGN_STYLE=Manual CODE_SIGN_IDENTITY=
| Build CI in old code sign style | Build CI in old code sign style
| YAML | mit | josh/Aware |
a1f8d852e06fb20f139d04914e2364bb55aee863 | .travis.yml | .travis.yml | language: java
cache:
directories:
- $HOME/.m2
| language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
cache:
directories:
- $HOME/.m2
| Build on multiple JDK's (OpenJDK and Oracle). | CI: Build on multiple JDK's (OpenJDK and Oracle).
| YAML | mit | angcyo/jsoup,offa/jsoup,offa/jsoup,angcyo/jsoup,jhy/jsoup,jhy/jsoup |
660f38959770dd15122cf7eed15f393714b99bee | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.3.4
- 1.4.2
otp_release:
- 18.3
- 19.2
before_script:
- MIX_ENV=test mix compile --warnings-as-errors
- travis_wait mix dialyzer --plt
script:
- mix coveralls.travis
- # skip dialyzer for elixir 1.4 and erlang 18 as it produces weird errors, see #69
- if ! ([[ "$TRAVIS_ELI... | language: elixir
elixir:
- 1.3.4
- 1.4.5
- 1.5.0
otp_release:
- 18.3
- 19.3
- 20.0
before_script:
- MIX_ENV=test mix compile --warnings-as-errors
- travis_wait mix dialyzer --plt
script:
- mix coveralls.travis
# skip dialyzer for elixir 1.4 and erlang 18 as it produces weird errors, see #69
- if !... | Test all the new things | Test all the new things | YAML | mit | PragTob/benchee_json |
f8e65089f61d471324a5c8a70bdc345110cd70ba | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.8.7
| language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.8.7
python:
- "2.7"
node_js:
- "0.6"
install:
- pip install git+git://github.com/ipython/ipython.git
| Add python and nodejs dependencies. | Add python and nodejs dependencies.
| YAML | mit | kunxi/nanoc-nbconvert |
c58987e7843eccf0add533ae4569ef777ea445c1 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '6'
- '5'
- '4'
| sudo: false
language: node_js
node_js:
- 'node'
- '--lts'
| Use dynamic node versions on Travis CI | Test(config): Use dynamic node versions on Travis CI | YAML | unlicense | fvdm/nodejs-cloudsight |
4a051c12e4b0bd0f5e319090ac898dd3939d972c | .travis.yml | .travis.yml | language: ruby
before_install:
- "find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete"
- gem install bundler -v 1.15.1
rvm:
- 2.0.0
- 2.1.5
- 2.2.0
- 2.3.3
| language: ruby
before_install:
- "find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete"
- gem install bundler -v 1.15.1
rvm:
- 2.1.5
- 2.2.0
- 2.3.1
- 2.3.8
- 2.4.5
- 2.5.3
| Update Ruby versions to build against | Update Ruby versions to build against
| YAML | mit | teamsnap/teamsnap_rb |
7632d3af57f4d807f8358db4b9b5c3bedf54359f | .travis.yml | .travis.yml | language: scala
scala:
- "2.11.7"
jdk:
- openjdk8
| language: scala
scala:
- "2.11.7"
jdk:
- oraclejdk8
| Update to CI config. Now targeting Lift 3.0 with java 8 and scala 2.11.7 | Update to CI config. Now targeting Lift 3.0 with java 8 and scala 2.11.7 | YAML | apache-2.0 | karma4u101/FoBo,karma4u101/FoBo |
ebe0f3e5df61d91ca3b125077c78f87618eb8d0d | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
bundler_args: --jobs 7 --without docs
install: bundle install --without integration
script: bundle exec rake
| #
# Copyright © 2014 Cask Data, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writi... | Switch to new container-based Travis CI infrastructure | Switch to new container-based Travis CI infrastructure
| YAML | apache-2.0 | caskdata/hadoop_cookbook,caskdata/hadoop_cookbook,cdapio/hadoop_cookbook,cdapio/hadoop_cookbook,caskdata/hadoop_cookbook,cdapio/hadoop_cookbook |
11c15d081172eb15ea071895bc1ab8baef62cdfe | .travis.yml | .travis.yml | dist: trusty
language: java
jdk:
- openjdk8
install: true
script: '[ "$TRAVIS_REPO_SLUG" == apache/rampart ] && [ "$TRAVIS_BRANCH" == trunk ] && [ "$TRAVIS_PULL_REQUEST" == false ] && goal=deploy || goal=verify ; mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true $goal'
cache:
directories:
- $HOME/... | dist: trusty
language: java
jdk:
- openjdk8
install: true
script: '[ "$TRAVIS_REPO_SLUG" == apache/rampart ] && [ "$TRAVIS_BRANCH" == trunk ] && [ "$TRAVIS_PULL_REQUEST" == false ] && goal=deploy || goal=verify ; mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true $goal'
env:
global:
- secure: "EdhU... | Add credentials to upload snapshots. | Add credentials to upload snapshots.
git-svn-id: 3a0daac14c5e6bfdff62a55945ca5e1dd585acf7@1838386 13f79535-47bb-0310-9956-ffa450edef68
| YAML | apache-2.0 | apache/rampart,apache/rampart |
151891af2cde73ee817dd6416fc2f19085954c0b | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "4"
- "6"
- "stable"
| sudo: false
language: node_js
node_js:
- "4"
- "6"
- "stable"
deploy:
provider: npm
email: stefan.penner+ember-cli@gmail.com
api_key:
secure: Vfs9LIJtu0GGQqEk74aypqUGk0925/41ioOkAoHxWQwZGkhvZsVDJsfe2Two47uJGGoq17vScorrhiXFZXRvKpdwFl1uHyeIMPQj66DG1cksw972z3mtKMLrxmwSuRk9LNgnow5kUPZfoNuHl0u/9Fjp0ieicwYJ... | Enable automatic NPM deployment for tags | CI: Enable automatic NPM deployment for tags
| YAML | mit | jonathanKingston/broccoli-lint-eslint |
f4b1d56490e7616d1dd194e1e6c621b8edff7caf | .travis.yml | .travis.yml | language: go
go:
- 1.5
- 1.6
- tip
before_install:
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint
- go get github.com/stretchr/testify
install:
- go get -v ./oauth1
- go get -v ./oauth2
- go get -v ./twitter
- go get -v ./digits
- go get -v ./github
- go get -v ./tumb... | language: go
go:
- 1.5.3
- 1.6
- tip
before_install:
- go get github.com/golang/lint/golint
- go get github.com/stretchr/testify
install:
- go get -v ./oauth1
- go get -v ./oauth2
- go get -v ./twitter
- go get -v ./digits
- go get -v ./github
- go get -v ./tumblr
- go get -v ./bitbucket
- go ... | Update test matrix from Go 1.5 to 1.5.3 | Update test matrix from Go 1.5 to 1.5.3
* Go vet no longer needs to be installed separately
| YAML | mit | dghubble/gologin |
7cce151539f6cadfaaf5872015451e4f226656ef | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "iojs"
after_success:
- npm run coverage
- npm i coveralls
- cat ./coverage/lcov.info | coveralls
notifications:
email:
on_success: never
| language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4.0"
- "iojs"
after_success:
- npm run coverage
- npm i coveralls
- cat ./coverage/lcov.info | coveralls
notifications:
email:
on_success: never
| Add Node.js 4.0.0 to Travis testing | Add Node.js 4.0.0 to Travis testing
Does this work yet? | YAML | mit | jstransformers/jstransformer-jscss,jstransformers/jstransformer-liquor,jstransformers/jstransformer-html-beautify,jstransformers/jstransformer-engine,jstransformers/jstransformer-postcss,jstransformers/jstransformer-scss,jstransformers/jstransformer-handlebars,jstransformers/jstransformer-sweetjs,jstransformers/jstrans... |
6216cd4149de8fbc618894e2a391a4054295d5df | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
before_script:
- sudo add-apt-repository ppa:eyecreate/haxe -y
- sudo apt-get update
- sudo apt-get install haxe -y
- mkdir ~/haxelib
- haxelib setup ~/haxelib
- haxelib install hxjava
- haxelib git debugger https://github.com/TiVo/debugger.git
- mkdir build
- mkdir report
script: make ... | language: java
jdk:
- oraclejdk8
before_script:
- sudo add-apt-repository ppa:eyecreate/haxe -y
- sudo apt-get update
- sudo apt-get install haxe -y
- mkdir ~/haxelib
- haxelib setup ~/haxelib
- haxelib install hxjava
- haxelib git debugger https://github.com/TiVo/debugger.git
- mkdir build
- mkdir report
script: make ... | Update TravisCI build to use 2016.2.5. | Update TravisCI build to use 2016.2.5.
| YAML | apache-2.0 | EricBishton/intellij-haxe,TiVo/intellij-haxe,HaxeFoundation/intellij-haxe,eliasku/intellij-haxe,eliasku/intellij-haxe,EricBishton/intellij-haxe,TiVo/intellij-haxe,HaxeFoundation/intellij-haxe,EricBishton/intellij-haxe,winmain/intellij-haxe,winmain/intellij-haxe,eliasku/intellij-haxe,TiVo/intellij-haxe,winmain/intellij-... |
c034e6e7c66536552fe540a4bd44edd6ae819167 | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- oraclejdk10
- oraclejdk9
- oraclejdk8
cache:
directories:
- "$HOME/.m2/repository"
before_cache:
- rm -rf $HOME/.m2/repository/org/threeten
install:
- mvn --version
script:
- mvn install site -e -B
- if [[ $TRAVIS_TAG =~ ^website.*$ ]] && [ "$TRAVIS_JDK_VERSION" == ... | sudo: false
language: java
jdk:
- openjdk11
- oraclejdk9
- oraclejdk8
cache:
directories:
- "$HOME/.m2/repository"
before_cache:
- rm -rf $HOME/.m2/repository/org/threeten
install:
- mvn --version
script:
- mvn install site -e -B
- if [[ $TRAVIS_TAG =~ ^website.*$ ]] && [ "$TRAVIS_JDK_VERSION" == "o... | Fix CI now Java 11 is out | Fix CI now Java 11 is out
| YAML | bsd-3-clause | catull/threeten-extra,ThreeTen/threeten-extra |
bfd810b39287edb8156aa53c6b9d801a2841e296 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4"
after_success:
- npm run coverage
- npm i coveralls
- cat ./coverage/lcov.info | coveralls
notifications:
email:
on_success: never
| language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
after_success:
- npm run coverage
- npm i coveralls
- cat ./coverage/lcov.info | coveralls
notifications:
email:
on_success: never
| Add Node.js v6 to Travis CI matrix | Add Node.js v6 to Travis CI matrix
| YAML | mit | jadejs/jade-linker,pugjs/jade-linker,pugjs/jade-linker,jadejs/jade-linker |
13406d2fbbc599b0bdcbc74ed25d4bf0b234d8d2 | .travis.yml | .travis.yml | sudo: required
language: java
jdk:
- oraclejdk8
- oraclejdk9
matrix:
exclude:
- jdk: oraclejdk9
env: RUNTIME=ol RUNTIME_VERSION=18.0.0.3
- jdk: oraclejdk9
env: RUNTIME=wlp RUNTIME_VERSION=18.0.0.3
env:
- RUNTIME=wlp RUNTIME_VERSION=18.0.0.2
- RUNTIME=wlp RUNTIME_VERSION=18.0.0.3
... | sudo: required
language: java
os:
- windows
- linux
- osx
jdk:
- oraclejdk8
- oraclejdk9
matrix:
exclude:
- jdk: oraclejdk9
env: RUNTIME=ol RUNTIME_VERSION=18.0.0.3
- jdk: oraclejdk9
env: RUNTIME=wlp RUNTIME_VERSION=18.0.0.3
env:
- RUNTIME=wlp RUNTIME_VERSION=18.0.0.2
... | Test on Windows and Mac | Test on Windows and Mac
| YAML | apache-2.0 | WASdev/ci.gradle,jjvilleg/ci.gradle,WASdev/ci.gradle,jjvilleg/ci.gradle |
f994f08e46b04c5c7c25b780e6d1306dab3d4e93 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
# install required system libraries
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# use miniconda to install numpy/scipy, to avoid lengthy build from source
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget http://repo.c... | sudo: false
language: python
cache:
apt: true
pip: true
directories:
- $HOME/.cache/pip
- $HOME/.local
python:
- "2.7"
- "3.3"
- "3.4"
# install required system libraries
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# use miniconda to install numpy/scipy, to avoid l... | Install slycot before control in Travis build | Install slycot before control in Travis build
Travis build was failing because of a version mismatch between
numpy version used to build control and that used to build slycot
| YAML | bsd-3-clause | roryyorke/python-control,murrayrm/python-control,python-control/python-control |
88a48b280fd8ca085e79dee336c40c704980ad40 | .travis.yml | .travis.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 ... | Use `dist: trusty` for Travis CI | Use `dist: trusty` for Travis CI
| YAML | apache-2.0 | apache/httpcomponents-client |
2c99297625a992678845b64ce9d46a85e5f06404 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- mysql -e 'create database myapp_test;' | language: php
php:
- 5.3
- 5.4
- 5.5
- hhvm
before_script:
- mysql -e 'create database myapp_test;'
| Add HHVM to TravisCI tests | Add HHVM to TravisCI tests | YAML | mit | crgwbr/php-alchemy |
ed6b0878a53f20bf83466884095c13cbc01c1046 | .travis.yml | .travis.yml | script: "bundle exec rspec spec && bundle exec cucumber"
rvm:
- jruby-18mode
- jruby-19mode
- jruby-head
| script: "bundle exec rspec spec && bundle exec cucumber"
rvm:
- jruby-18mode
- jruby-19mode
| Revert "Run CI against jruby-head" | Revert "Run CI against jruby-head"
This reverts commit 359a8edc51c9f31395d53ee3b23b66b105e6d6e9.
See JRUBY-6401. Fixed in master but it will only become available
on travis-ci.org after the next Ruby VMs upgrade (in the next few days).
| YAML | mit | kidaa/travis-build,gavioto/travis-build,akoeplinger/travis-build,saucelabs/travis-build,andyli/travis-build,final-ci/travis-build,dirk/travis-build,lrowe/travis-build,will/travis-build,craigcitro/travis-build,final-ci/travis-build,will/travis-build,aceofspades/travis-build,wereHamster/travis-build,vinaykaradia/travisBu... |
766789dafa4aec0c7ce3599f4026ae6dc7fc81b0 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
cache:
directories:
- $HOME/.composer/cache
before_install:
- phpenv config-rm xdebug.ini || true
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script: vendor/bin/phpspec run --format=pretty
no... | language: php
php:
- 5.6
- 7.0
- hhvm
cache:
directories:
- $HOME/.composer/cache
before_install:
- phpenv config-rm xdebug.ini || true
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script: vendor/bin/phpspec run --format=pretty
notifications:
s... | Remove test runners for PHP 5.4 + 5.5 | Remove test runners for PHP 5.4 + 5.5
phpspec 3 is only compatible with PHP >= 5.6
| YAML | mit | felixkiss/uniquewith-validator |
3b4bf9f206190bba4ea87678730bc5525c150f4c | .travis.yml | .travis.yml | language: go
go:
- 1.1
- tip
install: make deps
script: make test
notifications:
flowdock:
secure: fZrcf9rlh2IrQrlch1sHkn3YI7SKvjGnAl/zyV5D6NROe1Bbr6d3QRMuCXWWdhJHzjKmXk5rIzbqJhUc0PNF7YjxGNKSzqWMQ56KcvN1k8DzlqxpqkcA3Jbs6fXCWo2fssRtZ7hj/wOP1f5n6cc7kzHDt9dgaYJ6nO2fqNPJiTc=
irc:
channel... | language: go
go:
- 1.1
- tip
install: make deps
script: make test
notifications:
flowdock:
secure: fZrcf9rlh2IrQrlch1sHkn3YI7SKvjGnAl/zyV5D6NROe1Bbr6d3QRMuCXWWdhJHzjKmXk5rIzbqJhUc0PNF7YjxGNKSzqWMQ56KcvN1k8DzlqxpqkcA3Jbs6fXCWo2fssRtZ7hj/wOP1f5n6cc7kzHDt9dgaYJ6nO2fqNPJiTc=
irc:
channel... | Allow failures on tip for Travis | Allow failures on tip for Travis
| YAML | mpl-2.0 | patricklucas/packer,patricklucas/packer,suma/packer,Kaixiang/packer,TranscendComputing/packer,patricklucas/packer,suma/packer,Kaixiang/packer,TranscendComputing/packer,TranscendComputing/packer,patricklucas/packer,Kaixiang/packer,suma/packer,Kaixiang/packer,TranscendComputing/packer,suma/packer |
da701fb7f267115c63bd221ae3a1b35614b4457c | .travis.yml | .travis.yml | env:
global:
- AWS_ACCESS_KEY_ID=foo
- AWS_SECRET_ACCESS_KEY=bar
- CC_TEST_REPORTER_ID=738ee95086106a9011b10dd006ac5e0d74541774c8bb6d9e5ceb705c01115afa
- JRUBY_OPTS="$JRUBY_OPTS --debug"
language: ruby
before_install:
- gem update --system
- gem install bundler
before_script:
- curl -L https://c... | env:
global:
- AWS_ACCESS_KEY_ID=foo
- AWS_SECRET_ACCESS_KEY=bar
- CC_TEST_REPORTER_ID=738ee95086106a9011b10dd006ac5e0d74541774c8bb6d9e5ceb705c01115afa
- JRUBY_OPTS="$JRUBY_OPTS --debug"
language: ruby
before_install:
- gem update --system
- gem install bundler
before_script:
- curl -L https://c... | Allow JRuby builds to fail | Allow JRuby builds to fail
See travis-ci/travis-ci#9826
| YAML | mit | hakanensari/peddler |
182e6dd6f5c1c06b1fb06aec977862d4116624ed | _config.yml | _config.yml | url: https://ascendpotential.ca
repository: heatheranderson/heatheranderson.github.io
# Site settings
title: Ascend Potential
email: heather@ascendpotential.ca
description: "Executive coaching and life coaching services by Heather Anderson, Certified Integral Master Coach(tm). Reach your goals not your limits."
# Hea... | url: https://ascendpotential.ca
repository: heatheranderson/heatheranderson.github.io
# Site settings
title: Ascend Potential
email: heather@ascendpotential.ca
description: "Executive coaching and life coaching services by Heather Anderson, Certified Integral Master Coach(tm). Reach your goals not your limits."
# Hea... | Fix link to facebook page | Fix link to facebook page
| YAML | apache-2.0 | heatheranderson/heatheranderson.github.io,heatheranderson/heatheranderson.github.io,heatheranderson/heatheranderson.github.io,heatheranderson/heatheranderson.github.io |
231bdfd3c11dd173543fdc63444bf9bc0800c2bc | helm/app/templates/certificate.yml | helm/app/templates/certificate.yml | {{- if .Values.ingress.tls -}}
{{- $values := .Values }}
{{- range .Values.ingress.tls -}}
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: {{ include "app.fullname" $ }}
{{- if hasKey $values "namespace" }}
namespace: {{ $values.namespace }}
{{- end }}
labels:
helm.sh/chart: {{ incl... | {{- if .Values.ingress.tls -}}
{{- $values := .Values }}
{{- range .Values.ingress.tls -}}
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: {{ include "app.fullname" $ }}
{{- if hasKey $values "namespace" }}
namespace: {{ $values.namespace }}
{{- end }}
labels:
helm.sh/chart: {{ incl... | Add acme settings when not using self-signed cert | Add acme settings when not using self-signed cert
| YAML | mit | vardius/go-api-boilerplate,vardius/go-api-boilerplate,vardius/go-api-boilerplate |
998ef09f0399d2a1f1003e70e390394f74841751 | .drone.yml | .drone.yml | image: 'arob/drone-nonstop-browser'
script:
- 'ns --verbose'
cache:
mount:
- node_modules
- .git
deploy:
bash:
command: 'ns upload --latest --index 10.0.0.4 --port 4444 --token lkdevtoken'
notify:
slack:
webhook_url: 'https://hooks.slack.com/services/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'... | image: 'arob/drone-nonstop-browser'
script:
- 'ns --verbose'
cache:
mount:
- node_modules
- .git
deploy:
bash:
command: 'ns upload --latest --index 10.0.0.4 --url /index/api --port 4444 --token lkdevtoken'
notify:
slack:
webhook_url: 'https://hooks.slack.com/services/T0299LT7G/B0EGVSKV5/IBoGn2S7... | Use new url command to add index prefix to upload command | Use new url command to add index prefix to upload command
| YAML | mit | LeanKit-Labs/nonstop-index-ui,LeanKit-Labs/nonstop-index-ui |
7b4af008be6287fdff545df5f0889d407d92249a | .drone.yml | .drone.yml | build:
image: teaci/msys32
pull: true
shell: msys32
commands:
- export RUNTEST=$$runtest
- ./ci-build.sh
notify:
irc:
prefix: build
nick: MSYS2-packages
channel: msys2-ci
server:
host: irc.oftc.net
port: 6667
matrix:
runtest:
- false
# Temprorary disable matrix buil... | build:
image: teaci/msys$$arch
pull: true
shell: msys$$arch
commands:
- export RUNTEST=$$runtest
- ./ci-build.sh
notify:
irc:
prefix: build
nick: MSYS2-packages
channel: msys2-ci
server:
host: irc.oftc.net
port: 6667
matrix:
runtest:
- false
arch:
- 64
- 3... | Test both 64 bit and 32 bit. | Test both 64 bit and 32 bit.
| YAML | bsd-3-clause | fracting/MSYS2-packages,fracting/MSYS2-packages,fracting/MSYS2-packages,fracting/MSYS2-packages,fracting/MSYS2-packages |
cee7e2ae84ee7ec6adf6c73cb6003b2d712300c3 | .zuul.yaml | .zuul.yaml | - project:
templates:
- horizon-non-primary-django-jobs
- check-requirements
- openstack-python3-zed-jobs
| - project:
templates:
- horizon-non-primary-django-jobs
- check-requirements
- openstack-python3-jobs
| Switch to 2023.1 Python3 unit tests and generic template name | Switch to 2023.1 Python3 unit tests and generic template name
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/refe... | YAML | apache-2.0 | openstack/mistral-dashboard,openstack/mistral-dashboard,openstack/mistral-dashboard |
38ae23faa81ef578d54b39c738dcc31d5c7b2735 | buildsys-tags/cloud7-openstack-ussuri-candidate.yml | buildsys-tags/cloud7-openstack-ussuri-candidate.yml | packages:
- project: ndisc6
buildsys-tags:
cloud7-openstack-ussuri-candidate: ndisc6-1.0.3-9.el7
- project: openvswitch
buildsys-tags:
cloud7-openstack-ussuri-candidate: openvswitch-2.12.0-1.el7
- project: ovn
buildsys-tags:
cloud7-openstack-ussuri-candidate: ovn-2.12.0-9.el7
- project: python-amqp
... | packages:
- project: ndisc6
buildsys-tags:
cloud7-openstack-ussuri-candidate: ndisc6-1.0.3-9.el7
- project: openvswitch
buildsys-tags:
cloud7-openstack-ussuri-candidate: openvswitch-2.12.0-1.el7
- project: ovn
buildsys-tags:
cloud7-openstack-ussuri-candidate: ovn-2.12.0-9.el7
- project: python-amqp
... | Rebuild python-kombu 4.6.6 from Fedora | Rebuild python-kombu 4.6.6 from Fedora
https://review.opendev.org/#/c/694083/ updated
both kombu and amqp, amqp already updated in RDO,
let's update kombu too.
Change-Id: I169a1f9f50a9b19e19ff7ddb720329084abdfbbd
| YAML | apache-2.0 | redhat-openstack/rdoinfo |
a456c2805b7623a9c241294fc09d2a65479b6ea5 | operations/use-offline-windows2016fs.yml | operations/use-offline-windows2016fs.yml | - type: replace
path: /releases/name=windows2016fs?
value:
name: windows2016fs
version: 1.8.0
| - type: replace
path: /releases/name=windows2016fs
value:
name: windows2016fs
version: 1.8.0
| Make `bosh int` fail without required `windows2016-cell.yml` | Make `bosh int` fail without required `windows2016-cell.yml` | YAML | apache-2.0 | cloudfoundry/cf-deployment,cloudfoundry/cf-deployment |
5a42dca666fa46366bfdc58e84962e29ffdab120 | .github/workflows/deploy-ci-stack.yml | .github/workflows/deploy-ci-stack.yml | name: Deploy CI CloudFormation stack
on:
push:
branches:
- main
paths:
- ci/**
concurrency:
group: ${{ github.workflow }}
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v2
- uses: actions/s... | name: Deploy CI CloudFormation stack
on:
push:
branches:
- main
paths:
- ci/**
concurrency:
group: ${{ github.workflow }}
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
strategy:
matrix:
include:
- region: us-... | Update CI deploy workflow for multi-region | Update CI deploy workflow for multi-region
| YAML | mit | PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure |
9b69b6191c70652e03c5d4176aabbd72c46fe403 | playbook.yml | playbook.yml | ---
- name: Prepare the enviorment of remote host for ansible
hoats: all
gather_factes: False
pre_tasks:
- name: Install python for Ansible
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-simplejson)
changed_when: False
- name: Set up the development system by vagrant ansi... | ---
- name: Prepare the enviorment of remote host for ansible
hosts: all
gather_facts: False
pre_tasks:
- name: Install python for Ansible
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-simplejson)
changed_when: False
- name: Set up the development system by vagrant ansib... | Check and install python on the remote host | [FEATURE] Check and install python on the remote host
| YAML | mit | 3vjuyuan-ltd/vagrant-esxi-ansible |
ed005535efece2880b7d893a0348489df06d700e | packages/fu/fuzzy-time.yaml | packages/fu/fuzzy-time.yaml | homepage: https://github.com/NorfairKing/fuzzy-time
changelog-type: markdown
hash: d25c93db2ea9ec79a102bc378213b0e199f92d6f3234e48ca1fd4f2d831d2de1
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: ''
changelog: |
# Changelog
## [0.2.0.0] - 2021-11-21
### Changed
- Got rid of CPP: Now requires `time >=... | homepage: https://github.com/NorfairKing/fuzzy-time
changelog-type: markdown
hash: bd2eba0448be8c36441dbe34daa05b5825bc7afdc6252ffc3e9f731ee79e4d8e
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: ''
changelog: |
# Changelog
## [0.2.0.0] - 2021-11-21
### Changed
- Got rid of CPP: Now requires `time >=... | Update from Hackage at 2022-07-01T11:32:08Z | Update from Hackage at 2022-07-01T11:32:08Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e676d76005610e985f1e447461ab02ce760ed3d4 | packages/ha/haskellish.yaml | packages/ha/haskellish.yaml | homepage: http://github.com/dktr0/Haskellish
changelog-type: ''
hash: 7a200f3e631b42ee8686733663dad4882b6ae5078f0434fe8a88a6f071d6e239
test-bench-deps: {}
maintainer: David Ogborn <ogbornd@mcmaster.ca>
synopsis: For parsing Haskell-ish languages
changelog: ''
basic-deps:
base: '>=4.8 && <5'
containers: <0.7
haske... | homepage: http://github.com/dktr0/Haskellish
changelog-type: ''
hash: 5cea702a971fd31ba6e093ccf5fafc317692fa6c6e3d2348b2d9e5708407f26c
test-bench-deps: {}
maintainer: David Ogborn <ogbornd@mcmaster.ca>
synopsis: For parsing Haskell-ish languages
changelog: ''
basic-deps:
base: '>=4.8 && <5'
containers: <0.7
haske... | Update from Hackage at 2020-05-27T01:19:24Z | Update from Hackage at 2020-05-27T01:19:24Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
cca10b2f0a37f5528c9c6b65d1ec4e32bade7bc4 | pubspec.yaml | pubspec.yaml | name: uix
version: 0.5.1
author: Boris Kaul <localvoid@gmail.com>
description: Library to build Web User Interfaces inspired by React.
homepage: https://github.com/localvoid/uix
environment:
sdk: '>=1.9.1'
dependencies:
collection: '^1.1.0'
dev_dependencies:
browser: any
unittest: any
| name: uix
version: 0.5.1
author: Boris Kaul <localvoid@gmail.com>
description: Library to build Web User Interfaces inspired by React.
homepage: https://github.com/localvoid/uix
environment:
sdk: '>=1.9.1'
dependencies:
collection: '^1.1.0'
dev_dependencies:
browser: any
unittest: '<0.12.0'
| Fix unittest constraint to not get incompatible version | Fix unittest constraint to not get incompatible version
| YAML | bsd-2-clause | localvoid/uix,localvoid/uix |
da1d583ef6f80a35beb05dd10568ac663eee0744 | .circleci/config.yml | .circleci/config.yml | version: 2.1
jobs:
ubuntu1804-python2:
docker:
- image: stbtester/circleci:ubuntu1804-python2
environment:
python_version: 2.7
LANG: en_GB.UTF-8
SHELL: /bin/bash
TERM: xterm
enable_virtual_stb: no
parallel: xargs
steps:
- checkout
- pylint
- pyt... | version: 2.1
jobs:
ubuntu1804-python2:
docker:
- image: stbtester/circleci:ubuntu1804-python2
environment:
python_version: 2.7
LANG: en_GB.UTF-8
SHELL: /bin/bash
TERM: xterm
enable_virtual_stb: no
parallel: xargs
steps:
- checkout
- pylint
- pyt... | Enable the integrationtests on Python 3 | CI: Enable the integrationtests on Python 3
Many of them are failing but I'll fix them over the next few commits.
| YAML | lgpl-2.1 | stb-tester/stb-tester,stb-tester/stb-tester,stb-tester/stb-tester,stb-tester/stb-tester |
f2409612a9b368fb35db2f02b43d9e7159a10146 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:6.11.1
working_directory: ~/vox-parser
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: yarn install
- save_cache:
... | version: 2
jobs:
test-lts:
docker:
- image: circleci/node:6.11.1
steps:
- checkout
- restore_cache:
keys:
- node-lts-dependencies-{{ checksum "package.json" }}
- node-lts-dependencies-
- run: yarn install
- save_cache:
paths:
- ... | Add multiple environments to build | Add multiple environments to build
| YAML | mit | straku/vox-parser |
3e259af70e37b86e14c53056e4cf9ad6f7ff2429 | .circleci/config.yml | .circleci/config.yml | version: 2.1
commands:
test-nodejs:
steps:
- run:
name: Versions
command: npm version
- checkout
- restore_cache:
keys:
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}
- v{{ .Enviro... | version: 2.1
commands:
test-nodejs:
steps:
- run:
name: Versions
command: npm version
- checkout
- restore_cache:
keys:
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}
- v{{ .Enviro... | Change Node v11 to v12 | Change Node v11 to v12
| YAML | mit | ghost-inspector/node-ghost-inspector,ghost-inspector/node-ghost-inspector |
e89e8520761857e46b22fc1e58854a1a8dc637b5 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/react-webpack-skeleton
docker:
- image: circleci/node:8.1.2
steps:
- checkout
- restore_cache:
key: v1-yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run:
name: Installing dependencies
command: yarn install... | version: 2
jobs:
build:
working_directory: ~/react-webpack-skeleton
docker:
- image: circleci/node:8.1.2
steps:
- checkout
- restore_cache:
keys:
- v1-yarn-lock-{{ checksum "yarn.lock" }}
- v1-npm-package-lock-{{ checksum "package-lock.json" }}
... | Optimize cache save/restore; use multiple caches | Optimize cache save/restore; use multiple caches
| YAML | mit | fokye/react-webpack-skeleton,fokye/react-webpack-skeleton,fokye/react-webpack-skeleton |
64e3e9eb7430812ada6ab20cb6acf18fa12f6d0a | .circleci/config.yml | .circleci/config.yml | ---
lint_and_unit: &lint_and_unit
- delivery
- danger
- lint-yaml
- lint-markdown
version: 2.1
orbs:
kitchen: sous-chefs/kitchen@2
workflows:
kitchen:
jobs:
- kitchen/yamllint:
name: lint-yaml
- kitchen/mdlint:
name: lint-markdown
- kitchen/danger:
name: d... | ---
lint_and_unit: &lint_and_unit
- delivery
- danger
- lint-yaml
- lint-markdown
version: 2.1
orbs:
kitchen: sous-chefs/kitchen@2
workflows:
kitchen:
jobs:
- kitchen/yamllint:
name: lint-yaml
- kitchen/mdlint:
name: lint-markdown
- kitchen/danger:
name: d... | Remove the ubuntu 16.0 dokken tests from circleci | Remove the ubuntu 16.0 dokken tests from circleci
| YAML | apache-2.0 | jtimberman/vagrant-cookbook |
4307263cad3b0168fb3e4e2cf5c3b71acac6506e | .rtd-environment.yml | .rtd-environment.yml | name: sunpy-rtd
channels:
- astropy
- sunpy
- jevans
dependencies:
- astropy
- beautiful-soup
- bsddb
- cairo
- contextlib2
- cycler
- db
- decorator
- fontconfig
- freetype
- funcsigs
- glymur
- jbig
- jpeg
- libgfortran
- libpng
- libtiff
- libxml2
- libxslt
- lxml
- matplotlib
- mkl
- mock
- networkx
- n... | name: sunpy-rtd
dependencies:
- astropy
- beautiful-soup
- bsddb
- cairo
- contextlib2
- cycler
- db
- decorator
- fontconfig
- freetype
- funcsigs
- glymur
- jbig
- jpeg
- libgfortran
- libpng
- libtiff
- libxml2
- libxslt
- lxml
- matplotlib
- mkl
- mock
- networkx
- numpy
- openblas
- openjpeg
- openssl
- pandas
- p... | Add sphinx-gallery to rtd env | Add sphinx-gallery to rtd env
| YAML | bsd-2-clause | dpshelio/sunpy,Alex-Ian-Hamilton/sunpy,Alex-Ian-Hamilton/sunpy,dpshelio/sunpy,dpshelio/sunpy,Alex-Ian-Hamilton/sunpy |
b864e3db00d710c1d2bd43cac54a7162f57bf93f | jsk_2015_05_baxter_apc/config/kiva_pod_interactive_marker.yaml | jsk_2015_05_baxter_apc/config/kiva_pod_interactive_marker.yaml | frame_id: /base
initial_orientation: [0.002, -0.008, 0.014, 1.000]
initial_x: 1.410
initial_y: -0.004
initial_z: 0.414
object_a: 0.2
object_b: 0.2
object_g: 0.0
object_r: 0.0
object_type: cube
object_x: 0.865
object_y: 0.865
object_z: 1.0
publish_tf: true
tf_frame: kiva_pod_base
| frame_id: /base
initial_orientation: [-0.002, -0.028, 0.017, 0.999]
initial_x: 1.421
initial_y: 0.020
initial_z: 0.496
object_a: 0.2
object_b: 0.2
object_g: 0.0
object_r: 0.0
object_type: cube
object_x: 0.865
object_y: 0.865
object_z: 1.0
publish_tf: true
tf_frame: kiva_pod_base
| Adjust kiva pod pose to base | Adjust kiva pod pose to base
| YAML | bsd-3-clause | pazeshun/jsk_apc,pazeshun/jsk_apc,pazeshun/jsk_apc,pazeshun/jsk_apc,pazeshun/jsk_apc |
be01657b603319958eaebe3bc33718ded78a20af | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: Node CI
on: [push]
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-ver... | name: Node CI
on: [push, pull_request]
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
... | Add pull_request as a trigger for the CI job | Add pull_request as a trigger for the CI job | YAML | mit | davidkpiano/xstate,davidkpiano/xstate,davidkpiano/xstate |
eea9a7128dd870b2235cd78c5cf77ff966aa311b | plugins/tempest/tasks/setup/rpm/install_plugins.yml | plugins/tempest/tasks/setup/rpm/install_plugins.yml | ---
- name: Include test vars
include_vars: "{{ test_suite }}"
- name: Install plugin packages for "{{ test_suite }}" suite
become: yes
package:
name: "{{ item.value.package[test.openstack.version |default(overcloud_version) | int]|default(item.value.package.default) }}"
state: present
with_dict: "... | ---
- name: Include test vars
include_vars: "{{ test_suite }}"
- name: Install plugin packages for "{{ test_suite }}" suite
become: yes
package:
name: "{{ item.value.package[test.openstack.version |default(overcloud_version) | int]|default(item.value.package.default) }}"
state: present
with_dict: "... | Disable git ssl verification on undercloud | Disable git ssl verification on undercloud
For cloning internal repositories that require
certifications.
Change-Id: I1b203ca74a73a95b7ca51d3dbaec21d8e0e8d4ce
| YAML | apache-2.0 | redhat-openstack/infrared,redhat-openstack/infrared,okolisny/InfraRed,okolisny/InfraRed,okolisny/InfraRed,redhat-openstack/infrared |
861841cf7eaf7a7156af0a62c64efcbbfc361423 | metadata/org.kde.bettercounter.yml | metadata/org.kde.bettercounter.yml | Categories:
- Time
- Sports & Health
License: GPL-2.0-only
AuthorName: Albert Vaca Cintora
AuthorEmail: albertvaka@gmail.com
AuthorWebSite: https://albertvaka.wordpress.com/
SourceCode: https://github.com/albertvaka/bettercounter
IssueTracker: https://github.com/albertvaka/bettercounter/issues
AutoName: BetterCoun... | Categories:
- Time
- Sports & Health
License: GPL-2.0-only
AuthorName: Albert Vaca Cintora
AuthorEmail: albertvaka@gmail.com
AuthorWebSite: https://albertvaka.wordpress.com/
SourceCode: https://github.com/albertvaka/bettercounter
IssueTracker: https://github.com/albertvaka/bettercounter/issues
AutoName: BetterCoun... | Update BetterCounter to 1.8.1 (10810) | Update BetterCounter to 1.8.1 (10810)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
b815dcdaae6f6f8f879b4f4be69c4f77f6997cfa | .github/workflows/android.yml | .github/workflows/android.yml | name: Android CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: sudo ./gradlew build
| name: Android CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 11
- name: Build with Gradle
run: sudo ./gradlew build
| Use Java 11 in Github Actions workflow | Use Java 11 in Github Actions workflow
| YAML | apache-2.0 | cuberite/android |
44b440a21b5cfb2c2a11e0eba1288ee262e336a0 | .github/workflows/nodebug.yml | .github/workflows/nodebug.yml | name: No Assertions
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
ndebug:
name: No Assertions
uses: steinwurf/nodebug-action/.github/workflows/a... | name: No Assertions
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
ndebug:
name: No Assertions
uses: steinwurf/nodebug-action/.github/workflows/a... | Update No Assertions to new version 7.0.0 | Update No Assertions to new version 7.0.0 | YAML | bsd-3-clause | steinwurf/endian,steinwurf/endian |
2e89eecc86c675dcf6ab0d1b57415e8166aeb0bf | .github/workflows/android.yml | .github/workflows/android.yml | name: GitHub CI
on: [push, pull_request]
jobs:
test:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Sdl Android Tests
# For more info, please ch... | name: GitHub CI
on: [push, pull_request]
jobs:
test:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Sdl Android Tests
# For more info, please ch... | Update checkout action to v2 | Update checkout action to v2 | YAML | bsd-3-clause | smartdevicelink/sdl_android |
7eb086ab16df5f041a5aad7c7f12e60929b6af34 | playbooks/edx-east/jenkins_testeng_master.yml | playbooks/edx-east/jenkins_testeng_master.yml | # Configure a Jenkins master instance for testeng
# This has the Jenkins Java app, but none of the requirements
# to run the tests.
- name: Configure instance(s)
hosts: jenkins_master
sudo: True
gather_facts: True
vars:
COMMON_DATA_DIR: "/mnt"
COMMON_ENABLE_DATADOG: True
COMMON_ENABLE_SPLUNKFORWARD... | # Configure a Jenkins master instance for testeng
# This has the Jenkins Java app, but none of the requirements
# to run the tests.
- name: Configure instance(s)
hosts: jenkins_master
sudo: True
gather_facts: True
vars:
COMMON_DATA_DIR: "/mnt"
COMMON_ENABLE_DATADOG: True
COMMON_ENABLE_SPLUNKFORWARD... | Index the jenkins master log in Splunk | Index the jenkins master log in Splunk
| YAML | agpl-3.0 | nttks/configuration,mitodl/configuration,marcore/configuration,edx/configuration,open-craft/configuration,omarkhan/configuration,AlfiyaZi/configuration,zhengjunwei/configuration,hastexo/edx-configuration,louyihua/configuration,rue89-tech/configuration,CredoReference/configuration,arbrandes/edx-configuration,omarkhan/co... |
d027e0795d0af128a1b950cad0802b27234dee5e | Resources/config/services.yml | Resources/config/services.yml | services:
easy_admin_popup.listener.crud_flashbag:
class: A5sys\EasyAdminPopupBundle\Listener\CrudFlashbagListener
arguments:
- "@session"
- "@translator"
tags:
- { name: kernel.event_listener, event: "easy_admin.post_persist", method: onPostPersist }
... | services:
easy_admin_popup.listener.crud_flashbag:
class: A5sys\EasyAdminPopupBundle\Listener\CrudFlashbagListener
arguments:
- "@session"
- "@translator"
tags:
- { name: kernel.event_listener, event: "easy_admin.post_persist", method: onPostPersist }
... | Fix prefix for service extractor | Fix prefix for service extractor
| YAML | mit | A5sys/EasyAdminPopupBundle,A5sys/EasyAdminPopupBundle,A5sys/EasyAdminPopupBundle |
70e723a4399ca555699cb9c3b4edd9ae8e5d4361 | Resources/config/services.yml | Resources/config/services.yml | services:
r_u2f_two_factor.authenticator:
class: R\U2FTwoFactorBundle\Security\TwoFactor\Prodiver\U2F\U2FAuthenticator
arguments:
- '@request_stack'
r_u2f_two_factor.provider:
class: R\U2FTwoFactorBundle\Security\TwoFactor\Prodiver\U2F\TwoFactorProvider
arguments:
... | services:
R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\U2FAuthenticator:
arguments:
- '@request_stack'
R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\TwoFactorProvider:
arguments:
- '@R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\U2FAuthenticator'
... | Use FQCN as service name | Use FQCN as service name
scheb/two-factor-bundle requires Symfony 3.4, so we can use a FQCN as a service name: https://symfony.com/blog/new-in-symfony-3-3-optional-class-for-named-services. | YAML | mit | darookee/u2f-two-factor-bundle,darookee/u2f-two-factor-bundle,darookee/u2f-two-factor-bundle |
7ae79688fdc7d19d6f73e3926ff97710bece8522 | packages/tr/transformers-lift.yaml | packages/tr/transformers-lift.yaml | homepage: ''
changelog-type: ''
hash: 14cddf1698f0c4b37da667c6b12b77224a71b6e98e428054cca9cedcc0dbc9b7
test-bench-deps: {}
maintainer: Vladislav Zavialov <vlad.z.4096@gmail.com>
synopsis: Ad-hoc type classes for lifting
changelog: ''
basic-deps:
writer-cps-transformers: ! '>=0.1.1.3'
base: ! '>=4.6 && <4.12'
tran... | homepage: ''
changelog-type: ''
hash: 85690b19b9c70c3256995544cfc19e3798e6a5d478bb3fcb12fc28c78562f799
test-bench-deps: {}
maintainer: Vladislav Zavialov <vlad.z.4096@gmail.com>
synopsis: Ad-hoc type classes for lifting
changelog: ''
basic-deps:
writer-cps-transformers: ! '>=0.1.1.3'
base: ! '>=4.6 && <4.13'
tran... | Update from Hackage at 2018-11-12T08:32:23Z | Update from Hackage at 2018-11-12T08:32:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1424b1842d1e58743c87229eab1db34a12e12a34 | update-slack-name/pipeline.yml | update-slack-name/pipeline.yml | ---
resource_types:
- name: slack-notification
type: docker-image
source:
repository: cfcommunity/slack-notification-resource
resources:
- name: slack_alert
type: slack-notification
source:
url: {{slack-notification-url}}
- name: after-midnight-utc
type: time
source:
start: 12:00 AM
stop: ... | ---
resource_types:
- name: slack-notification
type: docker-image
source:
repository: cfcommunity/slack-notification-resource
resources:
- name: slack_alert
type: slack-notification
source:
url: {{slack-notification-url}}
- name: twice-daily
type: time
source:
interval: 12h
jobs:
- name: upda... | Update slack name twice daily | Update slack name twice daily
| YAML | mit | robdimsdale/robdimsdale-ci |
d8e00a11323bbcfbfbb69d9fad3345db45f2be94 | .github/workflows/cucumber-ruby-core.yml | .github/workflows/cucumber-ruby-core.yml | name: Test cucumber-core
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 5 * * *"
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
ruby: ['2.5', '2.6', '2.7', '3.0']
include:
- os: ubuntu-latest
... | name: Test cucumber-core
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 5 * * *"
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
fail-fast: false
ruby: ['2.5', '2.6', '2.7', '3.0']
include:
- os: u... | Update test workflow to not failing fast | Update test workflow to not failing fast
| YAML | mit | cucumber/cucumber-ruby-core |
078b0be82e1efb2180a45a6e65c5fa51f2e2a16a | .github/workflows/mkdoc-build-deploy.yml | .github/workflows/mkdoc-build-deploy.yml | name: Build And Deploy MkDocs
on:
# TODO(vmirian) 2022-02-02 Enable below to execute action on push.
# push:
# branches:
# - main
# paths:
# - "**.md"
# - "mkdocs.yml"
workflow_dispatch:
jobs:
docs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ... | name: Build And Deploy MkDocs
on:
# TODO(vmirian) 2022-02-02 Enable below to execute action on push.
# push:
# branches:
# - main
# paths:
# - "**.md"
# - "mkdocs.yml"
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-pyt... | Improve Github action for building and deploying the documentation. 1. Enable xls-github-bot to commit documentation builds. 2. Remove dependency in Build And Deploy MkDocs action. | [OSS] Improve Github action for building and deploying the documentation.
1. Enable xls-github-bot to commit documentation builds.
2. Remove dependency in Build And Deploy MkDocs action.
PiperOrigin-RevId: 426224153
| YAML | apache-2.0 | google/xls,google/xls,google/xls,google/xls,google/xls,google/xls |
bf379fde375afdcd94edce50cace4fad9c310bd2 | releasenotes/notes/oracle-zfssa-unsupported-4ce035213fa0e097.yaml | releasenotes/notes/oracle-zfssa-unsupported-4ce035213fa0e097.yaml | ---
upgrade:
- |
The Oracle ZFSSA drivers have been marked as unsupported
and are now deprecated. ``enable_unsupported_driver`` will need
to be set to ``True`` in the driver's section in cinder.conf to
continue to use them.
deprecations:
- |
The Oracle ZFSSA drivers has been marked as unsupporte... | ---
upgrade:
- |
The Oracle ZFSSA drivers have been marked as unsupported
and are now deprecated. ``enable_unsupported_driver`` will need
to be set to ``True`` in the driver's section in cinder.conf to
continue to use them.
deprecations:
- |
The Oracle ZFSSA drivers have been been marked as unsu... | Address reno nit for ZFSSA deprecation | Address reno nit for ZFSSA deprecation
Fixes a slight grammatical mistake in the release note pointed out in
Id6181e0632a84d9538a34ac9460c36ba983a3757.
Change-Id: Ifb8bd04876e96cdeb8cd2092e6dd794678c2f443
Signed-off-by: Sean McGinnis <961eeb09b6d45516665e15b82e013282c4faf575@gmail.com>
| YAML | apache-2.0 | openstack/cinder,openstack/cinder,mahak/cinder,mahak/cinder |
d9d707d95e95f03cfcc64a823ebad1b7fd3de555 | provisioning/roles/php-xhprof/tasks/main.yml | provisioning/roles/php-xhprof/tasks/main.yml | ---
- name: "install xhprof"
command: pecl install xhprof-{{ xhprof_version }}
register: xhprof_result
changed_when: "'already installed' not in xhprof_result.stdout"
failed_when: "xhprof_result.stderr"
- name: "copy xhprof.ini"
copy: src=xhprof.ini dest=/etc/php5/fpm/conf.d/xhprof.ini
notify:
- restar... | ---
- name: "install xhprof"
command: pecl install xhprof-{{ xhprof_version }}
register: xhprof_result
changed_when: "'already installed' not in xhprof_result.stdout"
failed_when: "xhprof_result.stderr"
- name: "copy xhprof.ini"
copy: src=xhprof.ini dest=/etc/php5/fpm/conf.d/xhprof.ini
notify:
- restar... | Use ansible file module instead of shell commands | Use ansible file module instead of shell commands
| YAML | mit | NBCUTechnology/pubstack,ericduran/pubstack,dsilambarasan/stack_dev,aliaksei-yakhnenka/pubstack,dsilambarasan/stack_dev,ericduran/pubstack,aliaksei-yakhnenka/pubstack,NBCUTechnology/pubstack |
8c0979645efdc5c777d4b0c8326127307d6579f7 | playbooks/setup-infrastructure.yml | playbooks/setup-infrastructure.yml | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Move setup-utility before other plays | Move setup-utility before other plays
If we setup the utility containers before previous plays, we can
have a container that's ready for use in all contextes, because
it would contain all the necessary clients.
Change-Id: Iff34a005ca3d5a6dfcd7ff8d9d5bcc6d51441789
| YAML | apache-2.0 | stackforge/os-ansible-deployment,openstack/openstack-ansible,bunchc/openstack-ansible,stackforge/os-ansible-deployment,bunchc/openstack-ansible,openstack/openstack-ansible |
5b5989c871b4d98a85a85566b8de97bff8b2283e | .eslintrc.yml | .eslintrc.yml | env:
browser: true
es6: true
jasmine: true
extends: 'eslint:recommended'
parserOptions:
sourceType: script
rules:
indent:
- 2
- tab
linebreak-style:
- 2
- unix
quotes:
- 2
- single
semi:
- 2
- always
no-var: 2
| env:
browser: true
es6: true
jasmine: true
extends: 'eslint:recommended'
parserOptions:
sourceType: script
rules:
indent:
- 2
- tab
linebreak-style:
- 2
- unix
quotes:
- 2
- single
semi:
- 2
- always
no-var: 2
eqeqeq: 2
| Add eqeqeq ESLint rule (require === instead of ==) | Add eqeqeq ESLint rule (require === instead of ==)
| YAML | mit | Metalnem/javascript-crypto,Metalnem/javascript-crypto |
85b4021f88e943355542e5d67e210c169416b15d | config/jobs/kubernetes/enhancements/enhancements-presubmit.yaml | config/jobs/kubernetes/enhancements/enhancements-presubmit.yaml | presubmits:
kubernetes/enhancements:
- name: pull-enhancements-verify
always_run: true
decorate: true
spec:
containers:
- image: golang:1.11
command:
- ./hack/verify.sh
| presubmits:
kubernetes/enhancements:
- name: pull-enhancements-verify
always_run: true
decorate: true
spec:
containers:
- image: golang:1.11
command:
- export PATH=$PATH:$GOPATH/bin
- ./hack/verify.sh
| Add GOPATH/bin to PATH for enhancements verify job | Add GOPATH/bin to PATH for enhancements verify job
| YAML | apache-2.0 | fejta/test-infra,michelle192837/test-infra,michelle192837/test-infra,kubernetes/test-infra,ixdy/kubernetes-test-infra,monopole/test-infra,dims/test-infra,kubernetes/test-infra,fejta/test-infra,dims/test-infra,krzyzacy/test-infra,kubernetes/test-infra,dims/test-infra,pwittrock/test-infra,brahmaroutu/test-infra,monopole/... |
62e966fb282a9a0eee4e97c35da37b6117c51835 | tasks/RedHat-install.yml | tasks/RedHat-install.yml | ---
- name: New Relic sysmond | Setup yum repo
yum: name=https://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm state=present
- name: New Relic sysmond | Installing sysmond
yum: name=newrelic-sysmond state=present
| ---
- name: New Relic sysmond | Setup yum repo
yum: name=https://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm state=present
- name: New Relic sysmond | Install newrelic-sysmond
yum: name=newrelic-sysmond state=present
| Reword name for rpm install. | Reword name for rpm install.
| YAML | mit | mego22/ansible-role-newrelic-sysmond |
5ec88d4f9e3103f09f728d5a84760003dec20095 | ops/provisioning/roles/webserver_base/tasks/main.yml | ops/provisioning/roles/webserver_base/tasks/main.yml | ---
# mysql
- name: create hutmap databases for mysql
mysql_db:
name=$item
state=present
with_items:
- ${hutmap.db_name}
- test_${hutmap.db_name}
- name: create hutmap user for mysql
mysql_user:
name=${hutmap.db_user}
password=${hutmap.db_password}
host='%'
priv=${hutmap.db_name}... | ---
# mysql
- name: create hutmap databases for mysql
mysql_db:
name=$item
state=present
encoding=utf8
with_items:
- ${hutmap.db_name}
- test_${hutmap.db_name}
- name: create hutmap user for mysql
mysql_user:
name=${hutmap.db_user}
password=${hutmap.db_password}
host='%'
priv... | Make sure tables have utf8 encoding. | Make sure tables have utf8 encoding.
| YAML | mit | muescha/hutmap,dylanfprice/hutmap,dylanfprice/hutmap,muescha/hutmap,muescha/hutmap,dylanfprice/hutmap,dylanfprice/hutmap,muescha/hutmap |
58aac50d66eecb01a5d2e191ceab54b07f9f14f2 | yaml/accounting-server-rc.yaml | yaml/accounting-server-rc.yaml | apiVersion: v1
kind: ReplicationController
metadata:
name: accounting-server-rc
spec:
replicas: 1
selector:
name: accounting-server-rc
template:
metadata:
labels:
name: accounting-server-rc
spec:
containers:
- name: accounting
image: gregcorbett/rest:deploy
... | apiVersion: v1
kind: ReplicationController
metadata:
name: accounting-server-rc
spec:
replicas: 1
selector:
name: accounting-server-rc
template:
metadata:
labels:
name: accounting-server-rc
spec:
containers:
- name: accounting
image: gregcorbett/rest:deploy
... | Add MYSQL_HOST to yaml file | Add MYSQL_HOST to yaml file
| YAML | apache-2.0 | apel/rest,apel/rest |
658b34ca0563c2b94e0c3931c2c3e398934fec62 | .github/workflows/packaging.yml | .github/workflows/packaging.yml | name: Packaging
on:
# Make sure packaging process is not broken
push:
branches: [master]
pull_request:
# Make a package for release
release:
types: [published]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
steps:
- u... | name: Packaging
on:
# Make sure packaging process is not broken
push:
branches: [master]
pull_request:
# Make a package for release
release:
types: [published]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
steps:
-... | Fix Python version in GitHub Actions config | Fix Python version in GitHub Actions config
| YAML | mit | ymyzk/python-gyazo |
9fec2b282c6be301402e5554a3bcf1c3352fe4cf | .github/workflows/test_full.yml | .github/workflows/test_full.yml | name: Full Test
on:
push:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
django-version: ['<2.1', '<2.2', '<3.0', '<3.1', '<3.2', '==3.2b1']
steps:
... | name: Full Test
on:
push:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
django-version: ['<2.1', '<2.2', '<3.0', '<3.1', '<3.2', '==3.2b1']
steps:
... | Add missing github workflow dependency | Add missing github workflow dependency
| YAML | mit | vitalik/django-ninja,vitalik/django-ninja,vitalik/django-ninja |
c89500dfadc0d0720ba1f91fb4eafccd45589181 | clusterloader2/pkg/prometheus/manifests/prometheus-prometheus.yaml | clusterloader2/pkg/prometheus/manifests/prometheus-prometheus.yaml | apiVersion: monitoring.coreos.com/v1
kind: Prometheus
metadata:
labels:
prometheus: k8s
name: k8s
namespace: monitoring
spec:
alerting:
alertmanagers:
- name: alertmanager-main
namespace: monitoring
port: web
baseImage: gcr.io/k8s-testimages/quay.io/prometheus/prometheus
nodeSelector... | apiVersion: monitoring.coreos.com/v1
kind: Prometheus
metadata:
labels:
prometheus: k8s
name: k8s
namespace: monitoring
spec:
alerting:
alertmanagers:
- name: alertmanager-main
namespace: monitoring
port: web
baseImage: gcr.io/k8s-testimages/quay.io/prometheus/prometheus
nodeSelector... | Set the prometheus data retention to 7d. | Set the prometheus data retention to 7d.
The default is 24h which may be not enough for long running / multiple
runs of scalability tests.
| YAML | apache-2.0 | shyamjvs/perf-tests,shyamjvs/perf-tests,kubernetes/perf-tests,kubernetes/perf-tests,kubernetes/perf-tests,shyamjvs/perf-tests,sjug/perf-tests,sjug/perf-tests,shyamjvs/perf-tests,shyamjvs/perf-tests,kubernetes/perf-tests,sjug/perf-tests,sjug/perf-tests,sjug/perf-tests,kubernetes/perf-tests |
aa2c8fcf26324d0615c379e48ed5ad35131e33dc | metadata/community.fairphone.fplauncher3.yml | metadata/community.fairphone.fplauncher3.yml | Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/WeAreFairphone/FP2-Launcher
IssueTracker: https://github.com/WeAreFairphone/FP2-Launcher/issues
Changelog: https://github.com/WeAreFairphone/FP2-Launcher/releases
AutoName: Fairphone Launcher 3
RepoType: git
Repo: https://github.com/WeAreFairp... | Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/WeAreFairphone/FP2-Launcher
IssueTracker: https://github.com/WeAreFairphone/FP2-Launcher/issues
Changelog: https://github.com/WeAreFairphone/FP2-Launcher/releases
AutoName: Fairphone 2 Launcher
RepoType: git
Repo: https://github.com/WeAreFairp... | Set autoname of Fairphone 2 Launcher | Set autoname of Fairphone 2 Launcher
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
fa189d8496d6c92953a3ccd4993adff8de30f20c | ansible/roles/Common/tasks/bash-profile.yml | ansible/roles/Common/tasks/bash-profile.yml | ---
- name: Install Bash Completion
apt: package=bash-completion state=present
sudo: yes
- name: Turn On Color Prompt
lineinfile:
dest: "{{ ansible_user_dir }}/.bashrc"
line: "force_color_prompt=yes"
regexp: '#?force_color_prompt=yes'
state: present
- name: More User Friendly List Aliases
line... | ---
- name: Install Bash Completion
apt: package=bash-completion state=present
sudo: yes
- name: Turn On Color Prompt
lineinfile:
dest: "{{ ansible_user_dir }}/.bashrc"
line: "force_color_prompt=yes"
regexp: '#?force_color_prompt=yes'
state: present
- name: More User Friendly List Aliases
line... | Fix cd into /vagrant on login | Fix cd into /vagrant on login
| YAML | mit | gocodeup/Codeup-Vagrant-Setup,ZeshanNSegal/High_Low,gocodeup/Codeup-Vagrant-Setup,ZeshanNSegal/High_Low,gocodeup/Codeup-Vagrant-Setup,ZeshanNSegal/High_Low,ZeshanNSegal/High_Low,gocodeup/Codeup-Vagrant-Setup |
e8901bd9e78610de03f8475e275b786382c2dd35 | content/lives/design-patern-2019.yaml | content/lives/design-patern-2019.yaml | type: live
title: Design Patern 2019
date: 10/11/2019
image: live-design-patern-2019.jpg
short: Live de design patern 2019-2020
peertube_id:
- 2d8043ac-bc5e-4cdc-8db1-dacd79d7b596
authors:
- davidsonco
- lachaussee
description: Live de deisgn patern de l'année scolaire 2019-2020
keywords:
- formation: ing2
-... | type: live
title: Design Patern 2019
date: 10/11/2019
image: live-design-patern-2019.jpg
short: Live de design patern 2019-2020
peertube_id:
- 2d8043ac-bc5e-4cdc-8db1-dacd79d7b596
authors:
- davidsonco
- lachaussee
description: Live de design patterns de l'année scolaire 2019-2020
keywords:
- formation: ing2
... | Apply 1 suggestion(s) to 1 file(s) | Apply 1 suggestion(s) to 1 file(s) | YAML | mit | Atilla-Learn/portal,Atilla-Learn/portal,Atilla-Learn/portal,Atilla-Learn/portal |
b6f6fb46b760c78d5e9ded9c672f107616a0fc03 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
orbs:
docker-publish: circleci/docker-publish@0.1.7
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
steps:
-... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
orbs:
docker-publish: circleci/docker-publish@0.1.7
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
steps:
-... | Fix to publish docker image with latest tag | Fix to publish docker image with latest tag
| YAML | mit | danielpigott/cloudflare-cli |
232eaafa98bbbc3e8d9c22cd38855748f39f6900 | .circleci/config.yml | .circleci/config.yml | # JavaScript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
jobs:
build:
docker:
- image: circleci/node:14.6
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore... | # JavaScript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
jobs:
build:
docker:
- image: circleci/node:14.7
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore... | Update circleci/node Docker tag to v14.7 | Update circleci/node Docker tag to v14.7
Signed-off-by: Renovate Bot <c71e7261d37a4f6ae4cfb0cbd79081310a237e67@renovateapp.com>
| YAML | mit | paazmaya/tozan |
b8577ab3c61049cdcd11d5a254704bc99ec82922 | angular_analyzer_plugin/pubspec.yaml | angular_analyzer_plugin/pubspec.yaml | name: angular_analyzer_plugin
version: 0.0.17+5
description: Dart analyzer plugin for Angular 2+
authors:
- Konstantin Scheglov <scheglov@google.com>
- Mike Fairhurst <mfairhurst@google.com>
- Max Kim <maxkim@google.com>
homepage: https://github.com/dart-lang/angular_analyzer_plugin
environment:
sdk: ">=2.1.0-d... | name: angular_analyzer_plugin
version: 0.0.17+5
description: Dart analyzer plugin for Angular 2+
authors:
- Konstantin Scheglov <scheglov@google.com>
- Mike Fairhurst <mfairhurst@google.com>
- Max Kim <maxkim@google.com>
homepage: https://github.com/dart-lang/angular_analyzer_plugin
environment:
sdk: ">=2.1.0-d... | Update analyzer dependency to ^0.35.0 to match other angular_* packages. | fix(plugin): Update analyzer dependency to ^0.35.0 to match other angular_* packages.
We have a travis check to verify all of the sub packages depend on the same version.
PiperOrigin-RevId: 237861087
| YAML | mit | angulardart/angular,matanlurey/angular,matanlurey/angular,angulardart/angular,matanlurey/angular,angulardart/angular |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.