Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Make sky package depend on new sky_engine and sky_services | name: sky
version: 0.0.26
author: Chromium Authors <sky-dev@googlegroups.com>
description: A framework for writing Sky applications
homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky
dependencies:
cassowary: ^0.1.7
material_design_icons: ^0.0.2
mojo_services: 0.0.21
mojo: 0.0.21
newton: ^0.1.2
sky_engine: ^0.0.3
sky_services: ^0.0.4
sky_tools: ^0.0.4
vector_math: ^1.4.3
environment:
sdk: '>=1.8.0 <2.0.0'
| name: sky
version: 0.0.26
author: Chromium Authors <sky-dev@googlegroups.com>
description: A framework for writing Sky applications
homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky
dependencies:
cassowary: ^0.1.7
material_design_icons: ^0.0.2
mojo_services: 0.0.21
mojo: 0.0.21
newton: ^0.1.2
sky_engine: ^0.0.4
sky_services: ^0.0.5
sky_tools: ^0.0.4
vector_math: ^1.4.3
environment:
sdk: '>=1.8.0 <2.0.0'
|
Update from Hackage at 2017-03-30T12:54:36Z | homepage: ''
changelog-type: ''
hash: fe967eec15b788744d08ffa34b33baa7e765764dcf2feb642c5985ca543dd804
test-bench-deps: {}
maintainer: tdammers@gmail.com
synopsis: Convert between various source code casing conventions
changelog: ''
basic-deps:
split: -any
base: ! '>=4.8 && <5'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.1.0'
- '0.1.2.0'
author: Tobias Dammers
latest: '0.1.2.0'
description-type: haddock
description: ! 'Converts between camelCase, PascalCase, kebab-case, and
three flavors of snake_case.'
license-name: MIT
| homepage: ''
changelog-type: ''
hash: 496cc2f196f48d997e4a6b6b9d197bcd156d3b014aca65bb700d43b1496cbb65
test-bench-deps: {}
maintainer: tdammers@gmail.com
synopsis: Convert between various source code casing conventions
changelog: ''
basic-deps:
split: -any
base: ! '>=4.8 && <5'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.1.0'
- '0.1.2.0'
- '0.1.2.1'
author: Tobias Dammers
latest: '0.1.2.1'
description-type: haddock
description: ! 'Converts between camelCase, PascalCase, kebab-case, and
three flavors of snake_case.'
license-name: MIT
|
Update URL for Linkbelt website | - title: Tailor
caption: Static analyzer for Swift.
thumbnail: tailor
live: https://tailor.sh
github: https://github.com/sleekbyte/tailor
- title: Nspire
caption: Nspire Innovation Network website.
thumbnail: nspire
live: http://nspire.alykhan.com
github: https://github.com/alykhank/nspire/tree/gh-pages
- title: Linkbelt
caption: Linkbelt iOS app.
thumbnail: linkbelt
live: http://linkbelt.me
github: https://github.com/linkbelt
- title: UW Menu
caption: Weekly menus for UW’s on-campus eateries.
thumbnail: uwmenu
live: http://uwmenu.com
github: https://github.com/alykhank/FoodMenu
thumbnail_tall: true
- title: Calculator
caption: iOS Reverse Polish Notation calculator.
thumbnail: calculator
github: https://github.com/alykhank/calculator
thumbnail_tall: true
- title: NextRide
caption: Brampton Transit JSON API.
thumbnail: nextride
live: http://nextride.alykhan.com
github: https://github.com/alykhank/NextRide
thumbnail_tall: true
| - title: Tailor
caption: Static analyzer for Swift.
thumbnail: tailor
live: https://tailor.sh
github: https://github.com/sleekbyte/tailor
- title: Nspire
caption: Nspire Innovation Network website.
thumbnail: nspire
live: http://nspire.alykhan.com
github: https://github.com/alykhank/nspire/tree/gh-pages
- title: Linkbelt
caption: Linkbelt iOS app.
thumbnail: linkbelt
live: https://linkbelt.github.io
github: https://github.com/linkbelt
- title: UW Menu
caption: Weekly menus for UW’s on-campus eateries.
thumbnail: uwmenu
live: http://uwmenu.com
github: https://github.com/alykhank/FoodMenu
thumbnail_tall: true
- title: Calculator
caption: iOS Reverse Polish Notation calculator.
thumbnail: calculator
github: https://github.com/alykhank/calculator
thumbnail_tall: true
- title: NextRide
caption: Brampton Transit JSON API.
thumbnail: nextride
live: http://nextride.alykhan.com
github: https://github.com/alykhank/NextRide
thumbnail_tall: true
|
Drop support for golang 1.7, add support for golang 1.10 | language: go
go_import_path: github.com/MatthewHartstonge/storage
go:
- 1.7
- 1.8
- 1.9
env:
- GO15VENDOREXPERIMENT=1
addons:
apt:
sources:
- sourceline: 'ppa:masterminds/glide'
packages:
- glide
install:
- mkdir -p $GOPATH/bin $GOPATH/pkg $GOPATH/src
- go get github.com/mattn/goveralls
- glide install
script:
- $GOPATH/bin/goveralls -service=travis-ci
services:
- mongodb
| language: go
go_import_path: github.com/MatthewHartstonge/storage
go:
- '1.8'
- '1.9'
- '1.10'
env:
- GO15VENDOREXPERIMENT=1
addons:
apt:
sources:
- sourceline: 'ppa:masterminds/glide'
packages:
- glide
install:
- mkdir -p $GOPATH/bin $GOPATH/pkg $GOPATH/src
- go get github.com/mattn/goveralls
- glide install
script:
- $GOPATH/bin/goveralls -service=travis-ci
services:
- mongodb
|
Test on Python 3.9-dev to avoid surprises | language: python
cache: pip
matrix:
include:
- os: linux
python: "pypy"
- os: osx
language: generic
- os: linux
python: "2.7"
- os: linux
python: "3.4"
- os: linux
python: "3.5"
- os: linux
python: "3.6"
- os: linux
python: "3.7"
- os: linux
python: "3.8"
install:
- scripts/travis.sh pip install --requirement=requirements-travis.txt
- scripts/travis.sh LC_ALL=C pip install .
# The `make test' command below is run under `sudo -E' to enable
# the test suite to read /var/log/syslog on Travis CI workers.
script:
- scripts/travis.sh make check
- scripts/travis.sh sudo -E make test
after_success:
- scripts/travis.sh coveralls
branches:
except:
- /^[0-9]/
| language: python
cache: pip
matrix:
include:
- os: linux
python: "pypy"
- os: osx
language: generic
- os: linux
python: "2.7"
- os: linux
python: "3.4"
- os: linux
python: "3.5"
- os: linux
python: "3.6"
- os: linux
python: "3.7"
- os: linux
python: "3.8"
- os: linux
python: "3.9-dev"
install:
- scripts/travis.sh pip install --requirement=requirements-travis.txt
- scripts/travis.sh LC_ALL=C pip install .
# The `make test' command below is run under `sudo -E' to enable
# the test suite to read /var/log/syslog on Travis CI workers.
script:
- scripts/travis.sh make check
- scripts/travis.sh sudo -E make test
after_success:
- scripts/travis.sh coveralls
branches:
except:
- /^[0-9]/
|
Build style guide on Travis CI. | language: node_js
node_js:
- "0.12"
- "4"
- "5"
| language: node_js
node_js:
- "0.12"
- "4"
- "5"
after_script:
- "npm run build"
|
Switch Travis to Python 3 | language: python
dist: trusty
python:
- "2.7"
install:
- pip install requests configargparse bcrypt
- pip install coverage nose
script:
- nosetests --with-coverage --cover-xml --cover-package=xclib
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: python
dist: trusty
sudo: required
python:
- "3.5"
install:
- sudo apt install libdb5.3-dev
- pip install requests configargparse bcrypt bsddb3
- pip install coverage nose rednose
script:
- nosetests --with-coverage --cover-xml --cover-package=xclib
after_success:
- bash <(curl -s https://codecov.io/bash)
|
Add PHP v5.3.3 to the matrix build | language: php
php:
- 5.3
- 5.4
before_install: cp tests/TravisTestConfiguration.php tests/TestConfiguration.php
script: ./.travis/run-tests.sh
| language: php
php:
- 5.3.3
- 5.3
- 5.4
before_install: cp tests/TravisTestConfiguration.php tests/TestConfiguration.php
script: ./.travis/run-tests.sh
|
Drop nodejs 0.x and 5.x support | language: node_js
node_js:
- "0.10"
- "5.8"
notifications:
email: false
after_success:
- npm run coveralls
| language: node_js
node_js:
- "4"
- "6"
- "7"
notifications:
email: false
after_success:
- npm run coveralls
|
Update testing matrix to be more inclusive | language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci"
rvm:
- rbx-18mode
- rbx-19mode
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
allow_failures:
- rvm: ruby-head # travis broken
notifications:
irc:
channels:
- irc.freenode.org#rom-rb
on_success: never
on_failure: change
| language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci"
rvm:
- ree
- 1.8.7
- 1.9.3
- 2.0.0
- ruby-head
- rbx-18mode
- rbx-19mode
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
notifications:
irc:
channels:
- irc.freenode.org#rom-rb
on_success: never
on_failure: change
|
Test rails 5 on ruby 2.3 | language: ruby
before_install:
- gem update --system
- gem update bundler
- gem cleanup bundler
matrix:
include:
- rvm: 2.4.0
gemfile: gemfiles/rails_5.0.gemfile
- rvm: 2.3.0
gemfile: gemfiles/rails_4.2.gemfile
- rvm: 2.3.0
gemfile: gemfiles/rails_4.2.gemfile
| language: ruby
before_install:
- gem update --system
- gem update bundler
- gem cleanup bundler
matrix:
include:
- rvm: 2.4.0
gemfile: gemfiles/rails_5.0.gemfile
- rvm: 2.3.0
gemfile: gemfiles/rails_4.2.gemfile
- rvm: 2.3.0
gemfile: gemfiles/rails_5.0.gemfile
|
Update to run on xenial for Travis CI so it can run py3.7 | language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
cache:
- pip
before_install:
- export TZ=America/Denver
install:
- pip install --upgrade pip
- pip install codecov
- pip install .
- pip install -r requirements.txt
- pip install requests_mock
- pip install pylint
script:
- coverage run -m unittest discover && pylint --py3k --errors-only omniture
after_success:
- coverage report -m
- bash <(curl -s https://codecov.io/bash)
- codecov
| language: python
dist: xenial
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
cache:
- pip
before_install:
- export TZ=America/Denver
install:
- pip install --upgrade pip
- pip install codecov
- pip install .
- pip install -r requirements.txt
- pip install requests_mock
- pip install pylint
script:
- coverage run -m unittest discover && pylint --py3k --errors-only omniture
after_success:
- coverage report -m
- bash <(curl -s https://codecov.io/bash)
- codecov
|
Remove temporary call to test_all | language: python
python:
- "2.7"
# use it to install system wide python packages such as scipy
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy python-scipy python-glpk libglpk-dev glpk-utils
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install pep8
- pip list
- python -c "import nltk; nltk.download('stopwords'); nltk.download('punkt')"
# test for pep8
before_script:
- "pep8 potara/summarizer.py potara/document.py potara/similaritymeasures.py"
# command to run tests, e.g. python setup.py test
script:
- "python tests/test_all.py"
- "python setup.py test"
- "coverage run --omit=potara/takahe.py --source=potara setup.py test"
after_success:
coveralls | language: python
python:
- "2.7"
# use it to install system wide python packages such as scipy
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy python-scipy python-glpk libglpk-dev glpk-utils
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install pep8
- pip list
- python -c "import nltk; nltk.download('stopwords'); nltk.download('punkt')"
# test for pep8
before_script:
- "pep8 potara/summarizer.py potara/document.py potara/similaritymeasures.py"
# command to run tests, e.g. python setup.py test
script:
- "python setup.py test"
- "coverage run --omit=potara/takahe.py --source=potara setup.py test"
after_success:
coveralls |
Set up Travis build matrix | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt
- pip install coveralls
script:
coverage run --source=rest_framework_se runtests.py
after_success:
coveralls
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO_VERSION=1.4.19
- DJANGO_VERSION=1.6.10
- DJANGO_VERSION=1.7.4
- REST_FRAMEWORK_VERSION=3.0.5
matrix:
exclude:
- python: "2.6"
env: DJANGO_VERSION=1.7.4
- python: "3.2"
env: DJANGO_VERSION=1.4.19
- python: "3.3"
env: DJANGO_VERSION=1.4.19
- python: "3.4"
env: DJANGO_VERSION=1.4.19
install:
- pip install Django==$DJANGO_VERSION djangorestframework==$REST_FRAMEWORK_VERSION
- pip install coveralls
script:
coverage run --source=rest_framework_se runtests.py
after_success:
coveralls
|
Revert "Testing npm install without prefix." | language: node_js
node_js:
- '0.10'
- '0.8'
before_install: npm install
sudo: false
env:
global:
- secure: Us1Ti22sb1n8tDbVlV9W0nVEVZIRGskDTirk6q+G1W+XwL+8LyV++pkxZjiWmnjmGEkaSxZmjt8vdN9WbnqhYqFA4QeeNY9VlcnN3wFN1vWD3u0K2zE9mKFLBXjKlWxp75BgJnL/1Y+j3Vx/0sKniYK1zTtKwI6oEUrDIVA3LjY=
- secure: W03n0vCsdL9bWsSs+NMF31R3O/WcXw7NubFjOUj8Khu6R1kT6xghgN3aI2rPSgQGmLSg/kz9giE+Zq3iqWZvABuIssSGw2qh2YtonIqFMm7pI6Kv++T4Y6fyWStzKl3PhdmfUyzuWLeCNRux6owaOBb9RryvM6+Nh9VsK+1NLVE=
| language: node_js
node_js:
- '0.10'
- '0.8'
sudo: false
before_install: npm install -g npm@'=1.4.3'
env:
global:
- secure: Us1Ti22sb1n8tDbVlV9W0nVEVZIRGskDTirk6q+G1W+XwL+8LyV++pkxZjiWmnjmGEkaSxZmjt8vdN9WbnqhYqFA4QeeNY9VlcnN3wFN1vWD3u0K2zE9mKFLBXjKlWxp75BgJnL/1Y+j3Vx/0sKniYK1zTtKwI6oEUrDIVA3LjY=
- secure: W03n0vCsdL9bWsSs+NMF31R3O/WcXw7NubFjOUj8Khu6R1kT6xghgN3aI2rPSgQGmLSg/kz9giE+Zq3iqWZvABuIssSGw2qh2YtonIqFMm7pI6Kv++T4Y6fyWStzKl3PhdmfUyzuWLeCNRux6owaOBb9RryvM6+Nh9VsK+1NLVE=
|
Remove excess target list check | language: rust
sudo: false
cache: cargo
rust:
- nightly
- 1.13.0
matrix:
include:
- os: osx
- os: osx
env: TARGET=x86_64-apple-ios RUST_BACKTRACE=1 RUST_TEST_THREADS=1
- os: linux
env:
- RUST_BACKTRACE=1 RUST_TEST_THREADS=1
before_script:
- if [ ! -z "$TARGET" ]; then rustup target add $TARGET; fi
script:
- if [ ! -z "$TARGET" ]; then
rustc --print target-list
cargo build --target=$TARGET;
else
cargo test;
fi
- rustdoc --test README.md -L target/debug/deps -L target/debug
| language: rust
sudo: false
cache: cargo
rust:
- nightly
- 1.13.0
matrix:
include:
- os: osx
- os: osx
env: TARGET=x86_64-apple-ios RUST_BACKTRACE=1 RUST_TEST_THREADS=1
- os: linux
env: TARGET=x86_64-apple-ios RUST_BACKTRACE=1 RUST_TEST_THREADS=1
env:
- RUST_BACKTRACE=1 RUST_TEST_THREADS=1
before_script:
- if [ ! -z "$TARGET" ]; then rustup target add $TARGET; fi
script:
- if [ ! -z "$TARGET" ]; then
cargo build --target=$TARGET;
else
cargo test;
fi
- rustdoc --test README.md -L target/debug/deps -L target/debug
|
Update CI config to use Go 1.13.x | dist: xenial
language: go
go:
- "1.12.x"
matrix:
fast_finish: true
allow_failures:
- go: tip
install:
- make tools
script:
- make lint
- go test -timeout=30s -parallel=4 -v ./...
branches:
only:
- master
| dist: xenial
language: go
go:
- "1.13.x"
matrix:
fast_finish: true
allow_failures:
- go: tip
install:
- make tools
script:
- make lint
- go test -timeout=30s -parallel=4 -v ./...
branches:
only:
- master
|
Migrate from PWS to PCFOne | dist: bionic
addons:
apt:
sources:
- sourceline: 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main'
key_url: 'https://dl.google.com/linux/linux_signing_key.pub'
packages:
- google-chrome-stable
services:
- xvfb
language: python
python:
- '3.7.9'
before_install:
- wget "https://chromedriver.storage.googleapis.com/$(curl https://chromedriver.storage.googleapis.com/LATEST_RELEASE)/chromedriver_linux64.zip"
- unzip chromedriver_linux64.zip
- sudo mv chromedriver /usr/local/bin
- sudo chmod a+x /usr/local/bin/chromedriver
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run --source=flash setup.py test
- docker build . -t textbook/flash
after_success: coveralls
deploy:
- provider: cloudfoundry
edge: true
api: https://api.run.pivotal.io
username: $CF_USERNAME
password: $CF_PASSWORD
organization: $CF_ORGANIZATION
space: $CF_SPACE
manifest: manifest.yml
| dist: bionic
addons:
apt:
sources:
- sourceline: 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main'
key_url: 'https://dl.google.com/linux/linux_signing_key.pub'
packages:
- google-chrome-stable
services:
- xvfb
language: python
python:
- '3.7.9'
before_install:
- wget "https://chromedriver.storage.googleapis.com/$(curl https://chromedriver.storage.googleapis.com/LATEST_RELEASE)/chromedriver_linux64.zip"
- unzip chromedriver_linux64.zip
- sudo mv chromedriver /usr/local/bin
- sudo chmod a+x /usr/local/bin/chromedriver
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run --source=flash setup.py test
- docker build . -t textbook/flash
after_success: coveralls
deploy:
- provider: cloudfoundry
edge: true
api: https://api.run.pcfone.io
username: $CF_USERNAME
password: $CF_PASSWORD
organization: pivot-jsharpe
space: flash
manifest: manifest.yml
|
Update Travis to install the correct version of RubyGems | language: ruby
sudo: false
cache: bundler
script: "bundle exec rake"
# Source: <https://docs.travis-ci.com/user/languages/ruby/#bundler-20>
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
install: "bundle install --jobs=3 --retry=3"
env:
- DATABASE_ADAPTER=sqlite3
- DATABASE_ADAPTER=postgresql
rvm:
- 2.6.0
- 2.5.1
- 2.4.4
- 2.3.7
gemfile:
- gemfiles/rails_4_2.gemfile
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_5_1.gemfile
- gemfiles/rails_5_2.gemfile
matrix:
exclude:
- rvm: 2.6.0
gemfile: gemfiles/rails_4_2.gemfile
| language: ruby
sudo: false
cache: bundler
script: "bundle exec rake"
# Source: <https://docs.travis-ci.com/user/languages/ruby/#bundler-20>
before_install:
- gem update --system '2.7.8' --no-document
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2' --no-document
install: "bundle install --jobs=3 --retry=3"
env:
- DATABASE_ADAPTER=sqlite3
- DATABASE_ADAPTER=postgresql
rvm:
- 2.6.0
- 2.5.1
- 2.4.4
- 2.3.7
gemfile:
- gemfiles/rails_4_2.gemfile
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_5_1.gemfile
- gemfiles/rails_5_2.gemfile
matrix:
exclude:
- rvm: 2.6.0
gemfile: gemfiles/rails_4_2.gemfile
|
Add PHP 7.2 to Travis build | language: php
php:
- '5.6'
- '7.0'
- '7.1'
env:
- NO_INTERACTION=1
matrix:
include:
- os: osx
language: generic
php: '7.1'
before_install:
- brew tap homebrew/php
- brew update
- brew install php71
before_script:
- phpize
- ./configure --enable-sha3
- make
script: make test
| language: php
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
env:
- NO_INTERACTION=1
matrix:
include:
- os: osx
language: generic
php: '7.2'
before_install:
- brew update
- brew install php
before_script:
- phpize
- ./configure --enable-sha3
- make
script: make test
|
Call version_inspector script in Travis file | sudo: required
language: bash
services:
- docker
install:
- git clone https://github.com/thyrlian/AndroidSDK.git ~/AndroidSDK
script:
- docker build -t android-sdk ~/AndroidSDK/android-sdk
- docker images
- docker run -it --rm android-sdk bash -c 'cat /etc/*release | grep VERSION= && java -version && gradle -v && kotlinc -version && cat $ANDROID_HOME/tools/source.properties | grep Pkg.Revision && sdkmanager --list && apt list --installed | grep openssh-server'
| sudo: required
language: bash
services:
- docker
install:
- git clone https://github.com/thyrlian/AndroidSDK.git ~/AndroidSDK
script:
- docker build -t android-sdk ~/AndroidSDK/android-sdk
- docker images
- cmd=$(cat ~/AndroidSDK/version_inspector.sh)
- docker run -it --rm android-sdk bash -c "$cmd"
|
Disable email notifications from Travis | sudo: false
language: node_js
node_js:
- 6
- 8
- 10
before_script: git fetch --tags
after_success: npm run coverage
| sudo: false
language: node_js
node_js:
- 6
- 8
- 10
before_script: git fetch --tags
after_success: npm run coverage
notifications:
email: false
|
Add fsmonitor to Travis build | language: go
go:
- 1.1
- 1.2
before_install:
- sudo apt-get update
install:
- sudo apt-get install libtagc0-dev
before_script:
- go get github.com/mdlayher/goset
- go get github.com/jmoiron/sqlx
- go get github.com/mattn/go-sqlite3
- go get github.com/wtolson/go-taglib
script:
- make
- make test
- ./bin/wavepipe -db=res/sqlite/wavepipe.db -test .
| language: go
go:
- 1.1
- 1.2
before_install:
- sudo apt-get update
install:
- sudo apt-get install libtagc0-dev
before_script:
- go get github.com/mdlayher/goset
- go get github.com/jmoiron/sqlx
- go get github.com/mattn/go-sqlite3
- go get github.com/romanoff/fsmonitor
- go get github.com/wtolson/go-taglib
script:
- make
- make test
- ./bin/wavepipe -db=res/sqlite/wavepipe.db -test .
|
Add Travis CI slack notifications. | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
script: ./node_modules/mocha/bin/mocha --invert --grep particulates test/integration
| language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
script: ./node_modules/mocha/bin/mocha --invert --grep particulates test/integration
notifications:
slack:
secure: BWKjmGdVcK55tR5wxLr1GFuWjyqlevL4dSzmHHE4/dyjN8Q6fKDDvdWHEvOAw7jphODVvSxHA3F4gYVM0LiS+CkYwucy9rrqYlTnW7t7L/smr9cpyt8IoOOE+hwvQ1JMAFUbsQOTSk1f8lNHRUUJYG/SKpiO4H4teDjRHsldFTI=
|
Remove Python 3 tests from allowed failures in TravisCI | 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.freenode.net#fedora-apps"
on_success: change
on_failure: change
env:
global:
- PYTHONWARNINGS=always::DeprecationWarning
matrix:
include:
- python: "2.6"
env: TOXENV=py26
- python: "2.7"
env: TOXENV=py27
- python: "2.7"
env: TOXENV=m2crypto
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "2.7"
env: TOXENV=lint
allow_failures:
- python: "3.4"
- python: "3.5"
- python: "3.6"
| 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.freenode.net#fedora-apps"
on_success: change
on_failure: change
env:
global:
- PYTHONWARNINGS=always::DeprecationWarning
matrix:
include:
- python: "2.6"
env: TOXENV=py26
- python: "2.7"
env: TOXENV=py27
- python: "2.7"
env: TOXENV=m2crypto
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "2.7"
env: TOXENV=lint
|
Increase test matrix to cover 17 | 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
|
Update from Hackage at 2016-05-02T19:19:58+0000 | 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:
http-client: -any
bytestring: -any
case-insensitive: -any
base: ! '>=4.7 && <5'
http-client-tls: -any
http-types: -any
aeson: -any
all-versions:
- '0.1.0.0'
- '0.2.0.0'
author: Owain Lewis
latest: '0.2.0.0'
description-type: haddock
description: Please see README.md
license-name: BSD3
| 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:
http-client: -any
bytestring: -any
case-insensitive: -any
base: ! '>=4.7 && <5'
http-client-tls: -any
http-types: -any
aeson: -any
all-versions:
- '0.1.0.0'
- '0.2.0.0'
- '0.3.0.0'
author: Owain Lewis
latest: '0.3.0.0'
description-type: haddock
description: Please see README.md
license-name: BSD3
|
Use the canonical url to access maven central repository. | 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-servlet:jar:2.8.2
javax_validation: javax.validation:validation-api:jar:1.0.0.GA
javax_validation_sources: javax.validation:validation-api:jar:sources:1.0.0.GA
# This dependency demonstrates that appcache can work even when caching disabled
# for the resources within the manifest. Firefox disallows no-store in Cache-control
# header.
gwt_cache_filter: org.realityforge.gwt.cache-filter:gwt-cache-filter:jar:0.6
gwt_appcache_client: org.realityforge.gwt.appcache:gwt-appcache-client:jar:1.0.8
gwt_appcache_linker: org.realityforge.gwt.appcache:gwt-appcache-linker:jar:1.0.8
gwt_appcache_server: org.realityforge.gwt.appcache:gwt-appcache-server:jar:1.0.8
| 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:gwt-servlet:jar:2.8.2
javax_validation: javax.validation:validation-api:jar:1.0.0.GA
javax_validation_sources: javax.validation:validation-api:jar:sources:1.0.0.GA
# This dependency demonstrates that appcache can work even when caching disabled
# for the resources within the manifest. Firefox disallows no-store in Cache-control
# header.
gwt_cache_filter: org.realityforge.gwt.cache-filter:gwt-cache-filter:jar:0.6
gwt_appcache_client: org.realityforge.gwt.appcache:gwt-appcache-client:jar:1.0.8
gwt_appcache_linker: org.realityforge.gwt.appcache:gwt-appcache-linker:jar:1.0.8
gwt_appcache_server: org.realityforge.gwt.appcache:gwt-appcache-server:jar:1.0.8
|
Update Node matrix, and do OS updates as part of run | 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 Poppler
run: sudo apt-get install poppler-utils
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- name: Upload Results
uses: actions/upload-artifact@v2
if: failure()
with:
path: /home/runner/work/fluentreports/fluentreports/examples/Check/*.png | 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: Update APT files
run: sudo apt update
- name: Upgrade OS files
run: sudo apt upgrade -y
- name: Get Poppler
run: sudo apt install poppler-utils
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- name: Upload Results
uses: actions/upload-artifact@v2
if: failure()
with:
path: /home/runner/work/fluentreports/fluentreports/examples/Check/*.png |
Set node version on CircleCI | 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
|
Revert "Add new service to provide aws-cli command" | 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:latest
tty: true
stdin_open: true
volumes:
- ./:/code
working_dir: /code
command: >
sh -c '
bower install --allow-root
&& npm set progress=false
&& npm install -q
&& gulp create-speakers-sprite
'
jekyll:
image: quay.io/webelement/jekyll:latest
tty: true
stdin_open: true
volumes:
- ./:/code
working_dir: /code
ports:
- "4000:4000"
command: sh -c 'JEKYLL_ENV=production jekyll build -s ./app'
app:
build: .
image: webelement/web
aws:
image: quay.io/rekurzia/aws-cli-docker
volumes:
- ./:/code
working_dir: /code
| 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:latest
tty: true
stdin_open: true
volumes:
- ./:/code
working_dir: /code
command: >
sh -c '
bower install --allow-root
&& npm set progress=false
&& npm install -q
&& gulp create-speakers-sprite
'
jekyll:
image: quay.io/webelement/jekyll:latest
tty: true
stdin_open: true
volumes:
- ./:/code
working_dir: /code
ports:
- "4000:4000"
command: sh -c 'JEKYLL_ENV=production jekyll build -s ./app'
app:
build: .
image: webelement/web
|
Add support for mobile client for server binaries | 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://mongo:27017/rocketchat
links:
- mongo:mongo
ports:
- 3000:3000
| 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://mongo:27017/rocketchat
# uncomment and set the line below if you need to support mobile apps
# - DDP_DEFAULT_CONNECTION_URL=http://yourhost:3000
links:
- mongo:mongo
ports:
- 3000:3000
|
Set sudo: false in Travis CI configuration file | language: node_js
node_js:
- "node"
cache:
directories:
- node_modules
notifications:
irc:
channels:
- "irc.freenode.net#powertip"
skip_join: true
| language: node_js
sudo: false
node_js:
- "node"
cache:
directories:
- node_modules
notifications:
irc:
channels:
- "irc.freenode.net#powertip"
skip_join: true
|
Add no-trailing-spaces to eslint config. |
parserOptions:
ecmaVersion: 6
sourceType: module
rules:
# Best Practices
no-else-return: 1
# Strict Mode
strict: [1, never]
# Stylistic Issues
eol-last: [1, never]
#func-style: [2, expression]
indent: [1, 2]
quotes: [1, single, {avoidEscape: true}]
semi: [1, never]
#TODO: re-enable jsdoc requirement
# require-jsdoc: [1, {require: {
# FunctionDeclaration: true,
# MethodDefinition: true,
# ClassDeclaration: true,
# ArrowFunctionExpression: true
# }}]
no-extra-parens: 1
#no-cond-assign: [2, always]
#no-param-reassign: 1
# ECMAScript 6
arrow-body-style: 1
arrow-parens: [1, as-needed]
|
parserOptions:
ecmaVersion: 6
sourceType: module
rules:
# Best Practices
no-else-return: 1
no-trailing-spaces: 1
# Strict Mode
strict: [1, never]
# Stylistic Issues
eol-last: [1, never]
#func-style: [2, expression]
indent: [1, 2]
quotes: [1, single, {avoidEscape: true}]
semi: [1, never]
#TODO: re-enable jsdoc requirement
# require-jsdoc: [1, {require: {
# FunctionDeclaration: true,
# MethodDefinition: true,
# ClassDeclaration: true,
# ArrowFunctionExpression: true
# }}]
no-extra-parens: 1
#no-cond-assign: [2, always]
#no-param-reassign: 1
# ECMAScript 6
arrow-body-style: 1
arrow-parens: [1, as-needed]
|
Update th ATH used for testing | ---
ath:
useLocalSnapshots: false
athRevision: "d74f39e5ac369106876c20495031cd2499f3aa3a"
tests:
- '*'
| ---
ath:
useLocalSnapshots: false
athRevision: "418902d61f8ed920e18f6cfaa701d37afc92739e"
tests:
- '*'
|
Use "patch -i" instead of "patch <" for better "set -x" output | name: docker
version: 1.11.1-1
summary: Docker Linux container runtime
description: Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers.
apps:
docker:
command: docker
# TODO permissions
dockerd:
command: docker daemon
daemon: simple
# TODO permissions
parts:
docker:
plugin: shell
source: https://github.com/docker/docker/archive/v1.11.1.tar.gz
source-type: tar
shell: bash
shell-flags: ['-ex']
shell-command: |
for patch in "$SNAPDIR"/patches/*.patch; do
patch -p1 < "$patch"
done
export DOCKER_GITCOMMIT="$(
git ls-remote --tags \
https://github.com/docker/docker.git \
"refs/tags/v$(cat VERSION)^{}" \
| cut -b1-7
)"
export AUTO_GOPATH=1
./hack/make.sh dynbinary
dockerBin='bundles/latest/dynbinary/docker'
"$dockerBin" -v
ls -l bundles/latest/*/
install -d "$DESTDIR/bin"
install -T "$(readlink -f "$dockerBin")" "$DESTDIR/bin/docker"
build-packages:
- btrfs-tools
- gcc
- golang-go
- libc6-dev
- libdevmapper-dev
| name: docker
version: 1.11.1-1
summary: Docker Linux container runtime
description: Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers.
apps:
docker:
command: docker
# TODO permissions
dockerd:
command: docker daemon
daemon: simple
# TODO permissions
parts:
docker:
plugin: shell
source: https://github.com/docker/docker/archive/v1.11.1.tar.gz
source-type: tar
shell: bash
shell-flags: ['-ex']
shell-command: |
for patch in "$SNAPDIR"/patches/*.patch; do
patch -p1 -i "$patch"
done
export DOCKER_GITCOMMIT="$(
git ls-remote --tags \
https://github.com/docker/docker.git \
"refs/tags/v$(cat VERSION)^{}" \
| cut -b1-7
)"
export AUTO_GOPATH=1
./hack/make.sh dynbinary
dockerBin='bundles/latest/dynbinary/docker'
"$dockerBin" -v
ls -l bundles/latest/*/
install -d "$DESTDIR/bin"
install -T "$(readlink -f "$dockerBin")" "$DESTDIR/bin/docker"
build-packages:
- btrfs-tools
- gcc
- golang-go
- libc6-dev
- libdevmapper-dev
|
Update from Forestry.io - Updated Forestry configuration | ---
label: review
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
- type: include
name: date
label: date
template: partial-date
- name: attribution
label: Attribution
type: text
hidden: false
default: ''
- type: select
name: book
config:
source:
type: pages
section: books
label: Book
- type: boolean
name: featured
label: Featured
- type: include
name: weight
label: weight
template: partial-weight
pages:
- content/no/anmeldelser/sarah-kerr-vogue-usa-on.md
- content/no/anmeldelser/boston-globe-usa-on-før-du-sovner.md
| ---
label: review
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
default: on Before You Sleep
- type: datetime
name: date
label: Date
default: 1999-10-04 00:00:00 -0400
- name: attribution
label: Attribution
type: text
hidden: false
default: ''
- type: select
name: book
config:
source:
type: pages
section: books
label: Book
- type: boolean
name: featured
label: Featured
- type: include
name: weight
label: weight
template: partial-weight
pages:
- content/no/anmeldelser/sarah-kerr-vogue-usa-on.md
- content/no/anmeldelser/boston-globe-usa-on-før-du-sovner.md
|
Update Hauk to 1.1 (3) | Categories:
- Navigation
License: Apache-2.0
AuthorName: Marius Lindvall
AuthorEmail: marius@varden.info
AuthorWebSite: https://varden.info/
SourceCode: https://github.com/bilde2910/Hauk
IssueTracker: https://github.com/bilde2910/Hauk/issues
AutoName: Hauk
RepoType: git
Repo: https://github.com/bilde2910/Hauk.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: android/app
gradle:
- yes
- versionName: 1.0.1
versionCode: 2
commit: v1.0.1
subdir: android/app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.1
CurrentVersionCode: 2
| Categories:
- Navigation
License: Apache-2.0
AuthorName: Marius Lindvall
AuthorEmail: marius@varden.info
AuthorWebSite: https://varden.info/
SourceCode: https://github.com/bilde2910/Hauk
IssueTracker: https://github.com/bilde2910/Hauk/issues
AutoName: Hauk
RepoType: git
Repo: https://github.com/bilde2910/Hauk.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: android/app
gradle:
- yes
- versionName: 1.0.1
versionCode: 2
commit: v1.0.1
subdir: android/app
gradle:
- yes
- versionName: '1.1'
versionCode: 3
commit: v1.1
subdir: android/app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.1'
CurrentVersionCode: 3
|
Remove powerlevel theme from install | - defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.vimrc: vimrc
~/.vimrc.bundles: vim/bundle.vim
~/.vimrc.map: vim/map.vim
~/.zshrc: zshrc
~/.zsh: zsh
~/.gitconfig: gitconfig
~/.oh-my-zsh: oh-my-zsh
~/.oh-my-zsh/custom/themes/powerlevel9k: powerlevel9k
- shell:
- [git submodule update --init --recursive, Installing submodules]
-
command: vim -u ~/.vimrc.bundles +PluginInstall +qall
stdin: true
stdout: true
stderr: true
description: Installing vim plugins
| - defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.vimrc: vimrc
~/.vimrc.bundles: vim/bundle.vim
~/.vimrc.map: vim/map.vim
~/.zshrc: zshrc
~/.zsh: zsh
~/.gitconfig: gitconfig
~/.oh-my-zsh: oh-my-zsh
- shell:
- [git submodule update --init --recursive, Installing submodules]
-
command: vim -u ~/.vimrc.bundles +PluginInstall +qall
stdin: true
stdout: true
stderr: true
description: Installing vim plugins
|
Upgrade default mu-cl-resources to 1.11.0 | version: "2"
services:
identifier:
image: semtech/mu-identifier:1.0.0
links:
- dispatcher:dispatcher
ports:
- "80:80"
dispatcher:
image: semtech/mu-dispatcher:1.0.1
links:
- resource:resource
volumes:
- ./config/dispatcher:/config
db:
image: tenforce/virtuoso:1.0.0-virtuoso7.2.2
environment:
SPARQL_UPDATE: "true"
DEFAULT_GRAPH: "http://mu.semte.ch/application"
ports:
- "8890:8890"
volumes:
- ./data/db:/data
resource:
image: semtech/mu-cl-resources:1.10.1
links:
- db:database
volumes:
- ./config/resources:/config
| version: "2"
services:
identifier:
image: semtech/mu-identifier:1.0.0
links:
- dispatcher:dispatcher
ports:
- "80:80"
dispatcher:
image: semtech/mu-dispatcher:1.0.1
links:
- resource:resource
volumes:
- ./config/dispatcher:/config
db:
image: tenforce/virtuoso:1.0.0-virtuoso7.2.2
environment:
SPARQL_UPDATE: "true"
DEFAULT_GRAPH: "http://mu.semte.ch/application"
ports:
- "8890:8890"
volumes:
- ./data/db:/data
resource:
image: semtech/mu-cl-resources:1.11.0
links:
- db:database
volumes:
- ./config/resources:/config
|
Set sorting direction to descending for new elements | 'Shel.Blog:Content.LatestArticles':
superTypes:
'Neos.Neos:Content': true
ui:
label: i18n
icon: icon-sitemap
inlineEditable: true
inspector:
groups:
plugin:
label: i18n
properties:
limit:
type: integer
defaultValue: 5
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
validation:
Neos.Neos/Validation/NotEmptyValidator: { }
sortingDirection:
type: string
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editor: Neos.Neos/Inspector/Editors/SelectBoxEditor
editorOptions:
values:
'':
label: i18n
descending:
label: i18n
sourceNode:
type: reference
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editorOptions:
nodeTypes:
- 'Shel.Blog:Document.Feed'
categoryFilter:
type: reference
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editorOptions:
nodeTypes:
- 'Shel.Blog:Document.Category'
pinnedArticles:
type: references
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editorOptions:
nodeTypes:
- 'Shel.Blog:Document.Article'
| 'Shel.Blog:Content.LatestArticles':
superTypes:
'Neos.Neos:Content': true
ui:
label: i18n
icon: icon-sitemap
inlineEditable: true
inspector:
groups:
plugin:
label: i18n
properties:
limit:
type: integer
defaultValue: 5
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
validation:
Neos.Neos/Validation/NotEmptyValidator: { }
sortingDirection:
type: string
defaultValue: 'descending'
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editor: Neos.Neos/Inspector/Editors/SelectBoxEditor
editorOptions:
values:
'':
label: i18n
descending:
label: i18n
sourceNode:
type: reference
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editorOptions:
nodeTypes:
- 'Shel.Blog:Document.Feed'
categoryFilter:
type: reference
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editorOptions:
nodeTypes:
- 'Shel.Blog:Document.Category'
pinnedArticles:
type: references
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editorOptions:
nodeTypes:
- 'Shel.Blog:Document.Article'
|
Switch to influxdb 0.9 in attempt to fix timestamping problem | version: '2'
services:
node-red:
build: node-red
user: "root"
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/node-red:/data"
ports:
- "1880:1880"
links:
- influxdb
influxdb:
image: tutum/influxdb
env_file: influxdb/.env
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/influxdb:/data"
ports:
- "8083:8083"
- "8086:8086"
grafana:
image: grafana/grafana
env_file: grafana/.env
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/grafana:/var/lib/grafana"
ports:
- "80:3000"
links:
- influxdb
| version: '2'
services:
node-red:
build: node-red
user: "root"
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/node-red:/data"
ports:
- "1880:1880"
links:
- influxdb
influxdb:
image: tutum/influxdb:0.9
env_file: influxdb/.env
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/influxdb:/data"
ports:
- "8083:8083"
- "8086:8086"
grafana:
image: grafana/grafana
env_file: grafana/.env
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/grafana:/var/lib/grafana"
ports:
- "80:3000"
links:
- influxdb
|
Improve workflow trigger and name. | name: Tests
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
unit_tests:
name: Unit tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Python
uses: actions/setup-python@v2
- name: Check out source
uses: actions/checkout@v2.3.4
- name: Configure environment
run: pip install -r requirements.txt
- name: Run unit tests
run: pytest --tb=short --color=yes
| name: Unit Tests
on: [push, pull_request]
jobs:
unit_tests:
name: Unit tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Python
uses: actions/setup-python@v2
- name: Check out source
uses: actions/checkout@v2.3.4
- name: Configure environment
run: pip install -r requirements.txt
- name: Run unit tests
run: pytest --tb=short --color=yes
|
Exclude Python 3.3 from test matrix. | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- DJANGO=1.8.17
- DJANGO=1.9.12
- DJANGO=1.10.5
install:
- pip install Django==$DJANGO times da-vinci pillow redis shortuuid
- sudo apt-get install -qq optipng
script: make test
services: redis
| language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
- DJANGO=1.8.17
- DJANGO=1.9.12
- DJANGO=1.10.5
install:
- pip install Django==$DJANGO times da-vinci pillow redis shortuuid
- sudo apt-get install -qq optipng
script: make test
services: redis
|
Remove support of MRI 1.8.7 and add support of MRI 2.0.0 | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
|
Update from Hackage at 2020-01-11T05:47:38Z | homepage: https://github.com/fumieval/incremental#readme
changelog-type: ''
hash: dd0476fff20028dd0e349c6c14537ad3cb8ed3b76551eb356e337c4ce67d41e7
test-bench-deps:
incremental: -any
base: -any
maintainer: fumiexcel@gmail.com
synopsis: incremental update library
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
text: -any
semigroups: -any
containers: -any
deepseq: -any
extensible: ! '>=0.6.1 && <0.7'
aeson: -any
all-versions:
- '0'
- '0.1'
author: Fumiaki Kinoshita
latest: '0.1'
description-type: markdown
description: |
# incremental
license-name: BSD-3-Clause
| homepage: https://github.com/fumieval/incremental#readme
changelog-type: ''
hash: c57bf111ce4faed0c9f0d87b608fb1c1995d78b6099d73f55b321b2209a2e225
test-bench-deps:
incremental: -any
base: -any
maintainer: fumiexcel@gmail.com
synopsis: incremental update library
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
text: -any
semigroups: -any
containers: -any
deepseq: -any
extensible: ! '>=0.6.1 && <0.8'
aeson: -any
all-versions:
- '0'
- '0.1'
author: Fumiaki Kinoshita
latest: '0.1'
description-type: markdown
description: |
# incremental
license-name: BSD-3-Clause
|
Send Travis CI notifications to lutok-log | language: cpp
compiler:
- gcc
- clang
before_install:
- ./admin/travis-install-deps.sh
env:
- AS_ROOT=no
- AS_ROOT=yes
script:
- ./admin/travis-build.sh
| language: cpp
compiler:
- gcc
- clang
before_install:
- ./admin/travis-install-deps.sh
env:
- AS_ROOT=no
- AS_ROOT=yes
script:
- ./admin/travis-build.sh
notifications:
email:
- lutok-log@googlegroups.com
|
Test on the latest Node instead of io.js | sudo: false
language: node_js
node_js:
- 'iojs'
- '0.12'
- '0.10'
| sudo: false
language: node_js
node_js:
- 'stable'
- '0.12'
- '0.10'
|
Remove PHP 5.3.3 from Travis config (keep other 5.3.x) | language: php
php:
- "5.3.3"
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "hhvm"
sudo: false
install:
- composer install
script:
- composer test
| sudo: false
language: php
php:
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "hhvm"
install:
- composer install
script:
- composer test
|
Fix supported versions for Travis CI | language: ruby
sudo: false
cache: bundler
script: 'bundle exec rake test:coverage --trace'
rvm:
- 2.2
- 2.3
- jruby-9000
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9000 # See https://github.com/department-of-veterans-affairs/connect_vbms/issues/15 and https://github.com/rvm/rvm/issues/3475
| language: ruby
sudo: false
cache: bundler
script: 'bundle exec rake test:coverage --trace'
rvm:
- 2.2.4
- 2.3.0
- jruby-9000
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-9000 # See https://github.com/department-of-veterans-affairs/connect_vbms/issues/15 and https://github.com/rvm/rvm/issues/3475
|
Use Xcode 10.2 as Environment | language: objective-c
osx_image: xcode11
before_install:
- bundle update
jobs:
include:
- script: bundle exec fastlane test
name: UnitTests
- script: bundle exec fastlane screenshots_limited
name: UITests
| language: objective-c
osx_image: xcode11.2
before_install:
- bundle update
jobs:
include:
- script: bundle exec fastlane test
name: UnitTests
- script: bundle exec fastlane screenshots_limited
name: UITests
|
Disable CI on windows due to hanging Travis setup | os:
- linux
- osx
- windows
language: node_js
node_js:
- node
- 10
cache:
directories:
- node_modules
| os:
- linux
- osx
# - windows
language: node_js
node_js:
- node
- 10
cache:
directories:
- node_modules
|
Build with Node.js 8 on Travis CI. | sudo: false
language: node_js
node_js:
- '4'
- '6'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls uglify-js@1.3.x
| sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls uglify-js@1.3.x
|
Add Ruby 2.3 to Travis CI. | rvm:
- 2.2.0
- 2.1.0
- 2.0.0
gemfile:
- Gemfile
install: "bundle install"
script: "ruby -Itest test/test_textfile.rb"
notifications:
email:
- piers@varyonic.com
| rvm:
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
gemfile:
- Gemfile
install: "bundle install"
script: "ruby -Itest test/test_textfile.rb"
notifications:
email:
- piers@varyonic.com
|
Bump ridedott/merge-me-action from 2.10.17 to 2.10.18 | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a desired behavior to merge only when a workflow execution
# succeeds. This can be changed as needed.
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Merge me!
uses: ridedott/merge-me-action@v2.10.17
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to
# a protected branch must be used. This secret can have an arbitrary
# name, as an example, this repository uses `DOTTBOTT_TOKEN`.
#
# When using a custom token, it is recommended to leave the following
# comment for other developers to be aware of the reasoning behind it:
#
# This must be used as GitHub Actions token does not support pushing
# to protected branches.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
PRESET: DEPENDABOT_MINOR
ENABLED_FOR_MANUAL_CHANGES: 'true'
| name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a desired behavior to merge only when a workflow execution
# succeeds. This can be changed as needed.
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Merge me!
uses: ridedott/merge-me-action@v2.10.18
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to
# a protected branch must be used. This secret can have an arbitrary
# name, as an example, this repository uses `DOTTBOTT_TOKEN`.
#
# When using a custom token, it is recommended to leave the following
# comment for other developers to be aware of the reasoning behind it:
#
# This must be used as GitHub Actions token does not support pushing
# to protected branches.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
PRESET: DEPENDABOT_MINOR
ENABLED_FOR_MANUAL_CHANGES: 'true'
|
Add minimum dependency versions to build matrix. | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
install:
- travis_retry composer install --no-interaction --prefer-source
script:
- vendor/bin/phpunit
matrix:
fast_finish: true
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/0c7cfb83f9925542003e
on_success: change
on_failure: always
on_start: false
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
install:
- travis_retry composer install --no-interaction --prefer-source
- '[ -z "$MIN_VERSIONS" ] || composer require --no-interaction --prefer-source $MIN_VERSIONS'
script:
- vendor/bin/phpunit
matrix:
fast_finish: true
include:
- php: 5.3
env: MIN_VERSIONS="symfony/console:2.3.10 symfony/var-dumper:2.7.0 nikic/php-parser:1.2.1 jakub-onderka/php-console-highlighter:0.3.0"
allow_failures:
- env: MIN_VERSIONS="symfony/console:2.3.10 symfony/var-dumper:2.7.0 nikic/php-parser:1.2.1 jakub-onderka/php-console-highlighter:0.3.0"
|
Update Travis to use postgres | addons:
postgresql: "9.1"
language: python
python:
- "2.7"
env:
- DJANGO=Django==1.6.8
install:
- pip install -q $DJANGO --use-mirrors
- pip install -r post/tests/requirements.txt --use-mirrors
before_script:
- psql -U postgres -c "create database jmbo encoding 'UTF8'"
script: python setup.py test
| language: python
env:
- TOXENV=django19
install:
- pip install tox
before_script:
- psql -U postgres -c "create database jmbo encoding 'UTF8'"
script: tox
|
Drop py 3.3 for now | language: python
python:
- "2.7"
- "3.3"
# command to install dependencies
install: "pip install -r dev_requirements.txt"
# command to run tests
script:
- 'nosetests'
| language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r dev_requirements.txt"
# command to run tests
script:
- 'nosetests'
|
Test only on node 8 (need async/await) | language: node_js
install:
- npm install koa
- npm install
node_js:
- "4"
- "6"
- "8"
| language: node_js
install:
- npm install koa
- npm install
node_js:
- "8"
|
Add nightly Python version in Travis | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- pip install pep8
- pip install --upgrade pyflakes
- pip install unittest2
- pip install coveralls
before_script:
- pep8 *.py */*.py
script:
- coverage run -m unittest2.__main__ discover --start-directory=didyoumean --pattern=*.py
after_success:
coveralls
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "nightly"
install:
- pip install pep8
- pip install --upgrade pyflakes
- pip install unittest2
- pip install coveralls
before_script:
- pep8 *.py */*.py
script:
- coverage run -m unittest2.__main__ discover --start-directory=didyoumean --pattern=*.py
after_success:
coveralls
|
Test against PHP 7.1 and 7.2 | language: php
php:
# - 5.3 # requires old distro, see below
- 5.4
- 5.5
- 5.6
- 7
- hhvm # ignore errors, see below
# lock distro so new future defaults will not break the build
dist: trusty
# also test lowest dependencies on PHP 7
matrix:
include:
- php: 5.3
dist: precise
- php: 7.0
env:
- DEPENDENCIES=lowest
allow_failures:
- php: hhvm
sudo: false
install:
- composer install --no-interaction
- if [ "$DEPENDENCIES" = "lowest" ]; then composer update --prefer-lowest -n; fi
script:
- ./vendor/bin/phpunit --coverage-text
- if [ "$DEPENDENCIES" = "lowest" ]; then php -n tests/benchmark-middleware-runner.php; fi
| language: php
php:
# - 5.3 # requires old distro, see below
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm # ignore errors, see below
# lock distro so new future defaults will not break the build
dist: trusty
# also test lowest dependencies on PHP 7
matrix:
include:
- php: 5.3
dist: precise
- php: 7.0
env:
- DEPENDENCIES=lowest
allow_failures:
- php: hhvm
sudo: false
install:
- composer install --no-interaction
- if [ "$DEPENDENCIES" = "lowest" ]; then composer update --prefer-lowest -n; fi
script:
- ./vendor/bin/phpunit --coverage-text
- if [ "$DEPENDENCIES" = "lowest" ]; then php -n tests/benchmark-middleware-runner.php; fi
|
Drop support for Ruby 1.9.3 and 2.0 supporting 2.3.1 | language: ruby
sudo: false
cache: bundler
rvm:
- ruby-head
- 2.2
- 2.1
- 2.0
- 1.9.3
- jruby
- jruby-head
- rbx-2
matrix:
allow_failures:
- rvm: rbx-2
- rvm: jruby
- rvm: jruby-head
- rvm: ruby-head
env:
global:
- CODECLIMATE_REPO_TOKEN=70820b2c9137bc6411ae1a2e0c6861028c70ce373eec87ad46d9b7c14dce3401
- JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/556fa7e78f49c2f0016e
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
| language: ruby
sudo: false
cache: bundler
rvm:
- ruby-head
- 2.3.1
- 2.2
- 2.1
- jruby
- jruby-head
- rbx-2
matrix:
allow_failures:
- rvm: rbx-2
- rvm: jruby
- rvm: jruby-head
- rvm: ruby-head
env:
global:
- CODECLIMATE_REPO_TOKEN=70820b2c9137bc6411ae1a2e0c6861028c70ce373eec87ad46d9b7c14dce3401
- JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/556fa7e78f49c2f0016e
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
|
Remove Travis branch build exclusions | language: elixir
elixir:
- 1.6.5
otp_release:
- 20.0
branches:
only:
- master
dist: trusty
sudo: false
addons:
postgresql: '9.6'
services:
- postgresql
install:
- mix local.rebar --force
- mix local.hex --force
before_script:
- cp config/travis.exs config/test.exs
script: ./script/cibuild
| language: elixir
elixir:
- 1.6.5
otp_release:
- 20.0
dist: trusty
sudo: false
addons:
postgresql: '9.6'
services:
- postgresql
install:
- mix local.rebar --force
- mix local.hex --force
before_script:
- cp config/travis.exs config/test.exs
script: ./script/cibuild
|
Update from Hackage at 2017-05-11T21:43:54Z | homepage: https://github.com/jprider63/persistent-ratelimit
changelog-type: ''
hash: b80a8423a3e35cf57c47fcc902e6a7e8fb4acf7199aedb0c1895bdf0ba8b4f7c
test-bench-deps: {}
maintainer: dev@jamesparker.me
synopsis: A library for rate limiting activities with a persistent backend.
changelog: ''
basic-deps:
base: ! '>=4.6 && <4.9'
time: -any
yesod: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.2.0.0'
author: James Parker
latest: '0.2.0.0'
description-type: haddock
description: This packages provides a library for rate limiting activities with a
persistent backend.
license-name: MIT
| homepage: https://github.com/jprider63/persistent-ratelimit
changelog-type: ''
hash: b194b336fc9c942c975f031f67f59c4dda0112c22419b34f31656500a8542707
test-bench-deps: {}
maintainer: dev@jamesparker.me
synopsis: A library for rate limiting activities with a persistent backend.
changelog: ''
basic-deps:
base: ! '>=4.6 && <5.0'
time: -any
yesod: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.2.0.0'
- '0.3.0.0'
author: James Parker
latest: '0.3.0.0'
description-type: haddock
description: This packages provides a library for rate limiting activities with a
persistent backend.
license-name: MIT
|
Remove junk from docker compose | # Follow guide at https://realpython.com/blog/python/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/
version: '3'
services:
web:
build: .
ports:
- 5000:5000
command: gunicorn -b 0.0.0.0:5000 ocspdash.web.wsgi:app --log-level=DEBUG
depends_on:
- db
environment:
OCSPDASH_CONNECTION: postgresql://postgres:postgres@db:5432/postgres
OCSPDASH_SECRET_KEY: ${SECRET_KEY}
CENSYS_API_ID: ${CENSYS_API_ID}
CENSYS_API_SECRET: ${CENSYS_API_SECRET}
db:
image: postgres:latest
volumes:
- db_data:/var/lib/postgres
# db:
# image: mysql:5.7
# volumes:
# - db_data:/var/lib/mysql
# environment:
# MYSQL_USER: ocspd
# MYSQL_PASSWORD: ocspd
# MYSQL_DATABASE: ocsp
# MYSQL_ROOT_PASSWORD: root
# ports:
# - 3306:3306
# command: mysqld \
# --character-set-server=utf8 \
# --collation-server=utf8_unicode_ci \
# --init-connect='SET NAMES UTF8;' \
# --innodb-flush-log-at-trx-commit=0
volumes:
db_data:
| # Follow guide at https://realpython.com/blog/python/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/
version: '3'
services:
web:
build: .
ports:
- 5000:5000
command: gunicorn -b 0.0.0.0:5000 ocspdash.web.wsgi:app --log-level=DEBUG
depends_on:
- db
environment:
OCSPDASH_CONNECTION: postgresql://postgres:postgres@db:5432/postgres
OCSPDASH_SECRET_KEY: ${SECRET_KEY}
CENSYS_API_ID: ${CENSYS_API_ID}
CENSYS_API_SECRET: ${CENSYS_API_SECRET}
db:
image: postgres:latest
volumes:
- db_data:/var/lib/postgres
volumes:
db_data:
|
Update accesslint-ci dependency and config | general:
artifacts:
- "tmp"
dependencies:
post:
- npm install -g accesslint-cli
- gem install accesslint-ci
compile:
override:
- bundle exec middleman build --verbose
test:
override:
- |
bundle exec middleman server --daemon --port=4567 --watcher-disable && \
accesslint-ci scan http://localhost:4567
| general:
artifacts:
- "tmp"
machine:
node:
version: 6.1.0
dependencies:
post:
- npm install -g accesslint-cli
- gem install accesslint-ci -v 0.2.5
compile:
override:
- bundle exec middleman build --verbose
test:
override:
- |
bundle exec middleman server --daemon --port=4567 --watcher-disable && \
accesslint-ci scan http://localhost:4567
|
Copy jacoco result as a CircleCI artifact | notify:
webhooks:
- url: http://td-beda.herokuapp.com/circleci_callback
| test:
post:
- cp -af target/site/* $CIRCLE_ARTIFACTS
notify:
webhooks:
- url: http://td-beda.herokuapp.com/circleci_callback
|
Add actual tests for expected python versions. | # Circle.yml for testing python3 with Ubuntu 14.04
machine:
pre:
- cat /etc/*release
- pyenv global 2.7.11 3.5.1
#
# python:
# version: 3.5.1
#
test:
pre:
- which python
- python --version
- which python2
- python2 --version
- which python3
- python3 --version
override:
- python3 -c 'print("OK")'
| # Circle.yml for testing python3 with Ubuntu 14.04
machine:
pre:
- cat /etc/*release
- pyenv global 2.7.11 3.5.1
tlocalest:
pre:
- which python
- v=$(python --version 2>& 1); if [ "$v" == "Python 2.7.11" ]; then echo "$v OK"; else ! echo "$v ERR"; fi
- which python2
- v=$(python2 --version 2>& 1); if [ "$v" == "Python 2.7.11" ]; then echo "$v OK"; else ! echo "$v ERR"; fi
- which python3
- v=$(python3 --version 2>& 1); if [ "$v" == "Python 3.5.1" ]; then echo "$v OK"; else ! echo "$v ERR"; fi
override:
- python3 -c 'print("OK")'
|
Drop external conda channels and use pip instead | name: devito
channels:
- defaults
- conda-forge
- omnia # pytest-ipynb
dependencies:
- numpy >=1.11
- sympy ==1.0
- matplotlib
- pytest
- pytest-ipynb
- flake8>=2.1.0
- cached-property
- py-cpuinfo
- psutil>=5.1.0
- sphinx
- sphinx_rtd_theme
- pip:
- "git+git://github.com/inducer/cgen"
- "git+git://github.com/inducer/codepy"
| name: devito
channels:
- defaults
dependencies:
- numpy >=1.11
- sympy ==1.0
- matplotlib
- pytest
- flake8>=2.1.0
- cached-property
- psutil>=5.1.0
- sphinx
- sphinx_rtd_theme
- pip:
- "git+git://github.com/inducer/cgen"
- "git+git://github.com/inducer/codepy"
- pytest-ipynb >=1.1
- py-cpuinfo
|
Remove remaining vendor plugins from default image YAML | disk_images:
-
imagename: overcloud-full
arch: amd64
type: qcow2
elements:
- hosts
- baremetal
- dhcp-all-interfaces
- overcloud-agent
- overcloud-full
- overcloud-controller
- overcloud-compute
- overcloud-ceph-storage
- puppet-modules
- hiera
- os-net-config
- stable-interface-names
- grub2
- element-manifest
- dynamic-login
- enable-packages-install
- pip-and-virtualenv-override
packages:
- python-psutil
- python-debtcollector
- plotnetcfg
- sos
- python-UcsSdk
- device-mapper-multipath
- python-networking-bigswitch
- openstack-neutron-bigswitch-lldp
- openstack-neutron-bigswitch-agent
- python-heat-agent-puppet
- python-heat-agent-hiera
- python-heat-agent-apply-config
- python-heat-agent-ansible
options:
- "--min-tmpfs 5"
-
imagename: ironic-python-agent
arch: amd64
type: qcow2
elements:
- ironic-agent
- dynamic-login
- element-manifest
- network-gateway
- enable-packages-install
- pip-and-virtualenv-override
packages:
- python-hardware-detect
options:
- "--min-tmpfs=5"
| disk_images:
-
imagename: overcloud-full
arch: amd64
type: qcow2
elements:
- hosts
- baremetal
- dhcp-all-interfaces
- overcloud-agent
- overcloud-full
- overcloud-controller
- overcloud-compute
- overcloud-ceph-storage
- puppet-modules
- hiera
- os-net-config
- stable-interface-names
- grub2
- element-manifest
- dynamic-login
- enable-packages-install
- pip-and-virtualenv-override
packages:
- python-psutil
- python-debtcollector
- plotnetcfg
- sos
- device-mapper-multipath
- python-heat-agent-puppet
- python-heat-agent-hiera
- python-heat-agent-apply-config
- python-heat-agent-ansible
options:
- "--min-tmpfs 5"
-
imagename: ironic-python-agent
arch: amd64
type: qcow2
elements:
- ironic-agent
- dynamic-login
- element-manifest
- network-gateway
- enable-packages-install
- pip-and-virtualenv-override
packages:
- python-hardware-detect
options:
- "--min-tmpfs=5"
|
Remove 1password server tab in tmux | # ~/.tmuxinator/system.yml
name: system
root: ~/
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
# pre_window: rbenv shell 2.0.0-p247
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
# tmux_options: -f ~/.tmux.mac.conf
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
# tmux_command: byobu
windows:
- home:
- dotfiles: cd .dotfiles
- 1password-server:
root: ~/Dropbox/1Password/1Password.agilekeychain/
panes:
- python -m SimpleHTTPServer
| # ~/.tmuxinator/system.yml
name: system
root: ~/
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
# pre_window: rbenv shell 2.0.0-p247
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
# tmux_options: -f ~/.tmux.mac.conf
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
# tmux_command: byobu
windows:
- home:
- dotfiles: cd .dotfiles
|
Use Chocolatey instead of Scoope for Windows sbt installation | version: '{build}'
os: Windows Server 2012
install:
- cinst jdk8 -params 'installdir=C:\\jdk8'
- SET JAVA_HOME=C:\Program Files\Java\jdk1.8.0
- SET PATH=%JAVA_HOME%\bin;%PATH%
- ps: iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
- ps: $ErrorActionPreference = "Continue"
- ps: scoop bucket add versions
- ps: $ErrorActionPreference = "Stop"
- ps: scoop install sbt0.13
environment:
CI_SCALA_VERSION: 2.12.7
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9"
build_script:
- sbt version # dummy step, a build_script step is required by appveyor.
test_script:
- sbt "-Djna.nosys=true" ci-windows
| version: '{build}'
os: Windows Server 2012
install:
- cmd: SET JAVA_HOME=C:\Program Files\Java\jdk1.8.0
- cmd: SET PATH=%JAVA_HOME%\bin;%PATH%
- cmd: choco install sbt -ia "INSTALLDIR=""C:\sbt"""
- cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
# disable dynVer
- ps: Remove-Item Env:\CI
- cmd: sbt version & exit 0
environment:
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9"
JAVA_OPTS: -Xss2m -Xmx1024m -XX:-TieredCompilation -XX:ReservedCodeCacheSize=48m -Dfile.encoding=UTF-8 -Djna.nosys=true
build_script:
- sbt version # dummy step, a build_script step is required by appveyor.
test_script:
- sbt "-Djna.nosys=true" ci-windows
|
Use git-describe to infer version and build number in conda recipe | package:
name: llvmlite
version: "0.1.dev8"
source:
path: ../..
#git_url: https://github.com/numba/llvmlite.git
build:
number: 1
requirements:
build:
- python
# On channel https://binstar.org/numba/
- llvmdev 3.5*
#- cmake [win]
run:
- python
- enum34 [py26 or py27 or py33]
test:
requires:
- argparse [py26]
- unittest2 [py26]
imports:
- llvmlite
- llvmlite.binding
about:
home: https://github.com/numba/llvmlite
license: New BSD License
summary: A lightweight LLVM python binding for writing JIT compilers
| package:
name: llvmlite
version: {{ environ['GIT_DESCRIBE_TAG'].lstrip('v') }}
source:
# Using the local source tree helps test building without pushing changes
path: ../..
#git_url: https://github.com/numba/llvmlite.git
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
requirements:
build:
- python
# On channel https://binstar.org/numba/
- llvmdev 3.5*
#- cmake [win]
run:
- python
- enum34 [py26 or py27 or py33]
test:
requires:
- argparse [py26]
- unittest2 [py26]
imports:
- llvmlite
- llvmlite.binding
about:
home: https://github.com/numba/llvmlite
license: New BSD License
summary: A lightweight LLVM python binding for writing JIT compilers
|
Reduce the number of nodes in test (now 8,12,13); add oses (windows, mac) | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 9.x, 10.x, 11.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-version }}
- name: npm install, build, and test
run: |
npm install
npm run githubaction
npm test
env:
CI: true
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.github_token }} | name: Node CI
on: [push]
jobs:
build:
strategy:
matrix:
node-version: [8.x, 12.x, 13.x]
os: [ubuntu-latest, windows-latest, mac-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm run githubaction
npm test
env:
CI: true
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.github_token }}
|
Update server on first run. | ---
# Setup basic repositories and install basic packages.
# Prepare yum repositories
- yum:
name={{item}}
state=present
with_items:
- "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
when: distro == "rhel7"
- yum:
name={{item}}
state=present
with_items:
- "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
when: distro == "centos7"
# Install generic packages and tools we need to have everywhere.
- yum:
pkg={{item}}
state=present
with_items:
- screen
- git
- wget
- unzip
- iftop
- make
- ntp
- gcc
- python-yaml
- MySQL-python
- postfix
- net-tools
- patch
- ncurses-term
- vim
- htop
- iotop
- sudo
- yum-security
- mailx
| ---
# Setup basic repositories and install basic packages.
# Prepare yum repositories
- yum:
name={{item}}
state=present
with_items:
- "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
when: distro == "rhel7"
- yum:
name={{item}}
state=present
with_items:
- "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
when: distro == "centos7"
- name: update caches
yum: update_cache=yes
# Install generic packages and tools we need to have everywhere.
- yum:
pkg={{item}}
state=present
with_items:
- screen
- git
- wget
- unzip
- iftop
- make
- ntp
- gcc
- python-yaml
- MySQL-python
- postfix
- net-tools
- patch
- ncurses-term
- vim
- htop
- iotop
- sudo
- yum-security
- mailx
- name: Update the system on first run
yum: name=* state=latest
when: first_run is defined
|
Update from Hackage at 2020-05-11T21:19:35Z | homepage: ''
changelog-type: ''
hash: 2d9bc83e841d4422d10fe080f35d9bd925799b89d56447d928556199dd3a00dc
test-bench-deps: {}
maintainer: ethercrow@gmail.com
synopsis: ''
changelog: ''
basic-deps:
exceptions: -any
bytestring: -any
base: '>=4.11 && <5'
all-versions:
- 0.0.0.0
- 0.0.0.1
- 0.0.0.2
- 0.1.0
- 0.2.0
- 0.3.0
- 0.3.1
- 0.3.2
author: Dmitry Ivanov
latest: 0.3.2
description-type: haddock
description: The OpenTelemetry Haskell Client https://opentelemetry.io
license-name: Apache-2.0
| homepage: ''
changelog-type: ''
hash: 37cfa1249b60cd3fc45033d38f060419b1f3d4ebf3f9178d704f8da3b98646eb
test-bench-deps: {}
maintainer: ethercrow@gmail.com
synopsis: ''
changelog: ''
basic-deps:
exceptions: -any
bytestring: -any
base: '>=4.11 && <5'
all-versions:
- 0.0.0.0
- 0.0.0.1
- 0.0.0.2
- 0.1.0
- 0.2.0
- 0.3.0
- 0.3.1
- 0.3.2
- 0.4.0
author: Dmitry Ivanov
latest: 0.4.0
description-type: haddock
description: The OpenTelemetry Haskell Client https://opentelemetry.io
license-name: Apache-2.0
|
Add edifying comment regarding services | ---
- name: install prerequisites for the catalyst services (pull reserves, traject)
hosts: services
roles:
# - { role: java, tags: ['java'], become: true }
# - { role: chruby, tags: ['chruby'], become: true }
- { role: deploy-keys, tags: ['deploy-keys'] }
| ---
- name: install prerequisites for the catalyst services (pull reserves, traject)
hosts: services
roles:
# NOTE: we are leaning on the fact that jruby is already installed
# on the servers we actually care about right now
# in order to avoid the performance issues we are getting from
# installing it with chruby:
# - { role: java, tags: ['java'], become: true }
# - { role: chruby, tags: ['chruby'], become: true }
- { role: deploy-keys, tags: ['deploy-keys'] }
|
Increase the build timeout to 25 minutes | # Branches that trigger a build on commit
trigger:
- master
- 2.9.x
# Branch(es) that trigger(s) build(s) on PR
pr:
- master
- 2.9.x
jobs:
- job: Windows
strategy:
maxParallel: 4
matrix:
Debug:
_configuration: Debug
_codeCoverage: True
Release:
_configuration: Release
_codeCoverage: False
pool:
name: NetCorePublic-Pool
queue: buildpool.windows.10.amd64.vs2017.open
timeoutInMinutes: 20
steps:
- checkout: self
clean: true
- script: eng\common\cibuild.cmd -configuration $(_configuration) -prepareMachine /p:Coverage=$(_codeCoverage)
displayName: Build and Test
- task: PublishTestResults@2
inputs:
testRunner: XUnit
testResultsFiles: '$(Build.SourcesDirectory)\artifacts\TestResults\$(_configuration)\*.xml'
mergeTestResults: true
testRunTitle: 'Windows $(_configuration)'
condition: always()
- script: $(Build.SourcesDirectory)/.dotnet/dotnet msbuild -restore eng/CodeCoverage.proj
displayName: Upload coverage to codecov.io
condition: and(succeeded(), eq(variables['_codeCoverage'], True))
- task: PublishBuildArtifacts@1
displayName: Publish Logs
inputs:
PathtoPublish: '$(Build.SourcesDirectory)\artifacts\log\$(_configuration)'
ArtifactName: 'Windows $(_configuration)'
continueOnError: true
condition: not(succeeded())
| # Branches that trigger a build on commit
trigger:
- master
- 2.9.x
# Branch(es) that trigger(s) build(s) on PR
pr:
- master
- 2.9.x
jobs:
- job: Windows
strategy:
maxParallel: 4
matrix:
Debug:
_configuration: Debug
_codeCoverage: True
Release:
_configuration: Release
_codeCoverage: False
pool:
name: NetCorePublic-Pool
queue: buildpool.windows.10.amd64.vs2017.open
timeoutInMinutes: 25
steps:
- checkout: self
clean: true
- script: eng\common\cibuild.cmd -configuration $(_configuration) -prepareMachine /p:Coverage=$(_codeCoverage)
displayName: Build and Test
- task: PublishTestResults@2
inputs:
testRunner: XUnit
testResultsFiles: '$(Build.SourcesDirectory)\artifacts\TestResults\$(_configuration)\*.xml'
mergeTestResults: true
testRunTitle: 'Windows $(_configuration)'
condition: always()
- script: $(Build.SourcesDirectory)/.dotnet/dotnet msbuild -restore eng/CodeCoverage.proj
displayName: Upload coverage to codecov.io
condition: and(succeeded(), eq(variables['_codeCoverage'], True))
- task: PublishBuildArtifacts@1
displayName: Publish Logs
inputs:
PathtoPublish: '$(Build.SourcesDirectory)\artifacts\log\$(_configuration)'
ArtifactName: 'Windows $(_configuration)'
continueOnError: true
condition: not(succeeded())
|
Remove shared folder configuration for the Apache2 logs directory | # Vagrant
vagrant:
folders:
dev:
path: '/var/www/dev'
host:
path: '/var/www/host'
log:
path: '/var/log/apache2'
ports:
80: 80
443: 443
3306: 3306
# Guest
guest:
name: 'Development'
architecture: '32-bit'
memory: 1024
cpus: 1
hostname: 'vagrant'
# Webserver
webserver:
domain: 'local'
environment:
ENVIRONMENT: 'development'
| # Vagrant
vagrant:
folders:
dev:
path: '/var/www/dev'
host:
path: '/var/www/host'
ports:
80: 80
443: 443
3306: 3306
# Guest
guest:
name: 'Development'
architecture: '32-bit'
memory: 1024
cpus: 1
hostname: 'vagrant'
# Webserver
webserver:
domain: 'local'
environment:
ENVIRONMENT: 'development'
|
Use the 0.1.5 snapshot when building the LGTM CI | extraction:
python:
python_setup:
version: "3"
cpp:
prepare:
packages:
- bsdtar
- python3-gi
- libcogl-pango-dev
- python3-pil
- python3-cairo
after_prepare:
- "wget -O libxmlb.zip https://github.com/hughsie/libxmlb/archive/master.zip"
- "mkdir -p subprojects/libxmlb"
- "bsdtar --strip-components=1 -xvf libxmlb.zip -C subprojects/libxmlb"
index:
build_command:
- "meson setup build"
- "ninja -C build"
| extraction:
python:
python_setup:
version: "3"
cpp:
prepare:
packages:
- bsdtar
- python3-gi
- libcogl-pango-dev
- python3-pil
- python3-cairo
after_prepare:
- "wget -O libxmlb.zip https://github.com/hughsie/libxmlb/archive/0.1.5.zip"
- "mkdir -p subprojects/libxmlb"
- "bsdtar --strip-components=1 -xvf libxmlb.zip -C subprojects/libxmlb"
index:
build_command:
- "meson setup build"
- "ninja -C build"
|
Add Raghavendra from MicroSemi into trust list of CI. | # What repos we trust enough to do automated unit tests.
REPOS:
- "https://github.com/cathay4t/libstoragemgmt.git"
- "https://github.com/tasleson/libstoragemgmt.git"
- "https://github.com/joehandzik/libstoragemgmt.git"
- "https://github.com/BlaineEXE/libstoragemgmt.git"
- "https://github.com/agrover/libstoragemgmt.git"
- "https://github.com/cfergeau/libstoragemgmt.git"
- "https://github.com/mulkieran/libstoragemgmt.git"
- "https://github.com/veillard/libstoragemgmt.git"
- "https://github.com/Mashimiao/libstoragemgmt.git"
- "https://github.com/jumitche/libstoragemgmt.git"
- "https://github.com/cvedel/libstoragemgmt.git"
- "https://github.com/libstorage/libstoragemgmt.git"
| # What repos we trust enough to do automated unit tests.
REPOS:
- "https://github.com/cathay4t/libstoragemgmt.git"
- "https://github.com/tasleson/libstoragemgmt.git"
- "https://github.com/joehandzik/libstoragemgmt.git"
- "https://github.com/BlaineEXE/libstoragemgmt.git"
- "https://github.com/agrover/libstoragemgmt.git"
- "https://github.com/cfergeau/libstoragemgmt.git"
- "https://github.com/mulkieran/libstoragemgmt.git"
- "https://github.com/veillard/libstoragemgmt.git"
- "https://github.com/Mashimiao/libstoragemgmt.git"
- "https://github.com/jumitche/libstoragemgmt.git"
- "https://github.com/cvedel/libstoragemgmt.git"
- "https://github.com/libstorage/libstoragemgmt.git"
- "https://github.com/brraghav/libstoragemgmt.git"
|
Disable error on warning to have a stable integration first | # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.7"
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true
# the requirements.txt override some RTD defaults.
# ideally it has to be updated from time to time
# with latest libraries versions.
python:
install:
- requirements: docs/requirements.txt
- method: setuptools
path: .
| # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.7"
sphinx:
builder: html
configuration: docs/conf.py
# fail_on_warning: true
# the requirements.txt override some RTD defaults.
# ideally it has to be updated from time to time
# with latest libraries versions.
python:
install:
- requirements: docs/requirements.txt
- method: setuptools
path: .
|
Change argonjs url to develop branch | ---
port: 1237
host: 0.0.0.0
safe: false
### site serving configuration ###
source: code
include: [_headers]
timezone: null
lsi: false
markdown: kramdown
keywords: "argon, augmented reality, web, javascript"
# argonjs: "https://rawgit.com/argonjs/argon/develop/dist/argon.js"
# argonjs: "https://unpkg.com/@argonjs/argon@refactor-y-up"
argonjs: "https://unpkg.com/@argonjs/argon@1.2.0-20-refactor-y-up-27"
redirect: "false"
# argonjs: "https://unpkg.com/@argonjs/argon@1.1/dist/argon.js"
| ---
port: 1237
host: 0.0.0.0
safe: false
### site serving configuration ###
source: code
include: [_headers]
timezone: null
lsi: false
markdown: kramdown
keywords: "argon, augmented reality, web, javascript"
argonjs: "https://rawgit.com/argonjs/argon/develop/dist/argon.js"
redirect: "false"
# argonjs: "https://unpkg.com/@argonjs/argon@1.1/dist/argon.js"
|
Update from Hackage at 2019-01-02T09:07:42Z | homepage: https://github.com/mhwombat/gray-extended#readme
changelog-type: markdown
hash: ffaff224dcff3e791b0ca8c8cf752cf0bb0701734cc8c346e704bbd8837833ac
test-bench-deps:
test-framework: -any
base: ! '>=4.7 && <5'
test-framework-quickcheck2: -any
gray-extended: -any
QuickCheck: -any
maintainer: amy@nualeargais.ie
synopsis: Gray encoding schemes
changelog: ! '# Changelog for gray-extended
1.5.4 Revamped to work with Nix + Stack.
1.5.3 Upgrade to work with Stack 1.9.3
## Unreleased changes
'
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- '1.2'
- '1.3'
- '1.4'
- '1.5'
- 1.5.1
- 1.5.2
- 1.5.3
- 1.5.4
author: Amy de Buitléir
latest: 1.5.4
description-type: markdown
description: ! 'gray-extended
=============
Tools for generating Gray codes.'
license-name: BSD-3-Clause
| homepage: https://github.com/mhwombat/gray-extended#readme
changelog-type: markdown
hash: cc042e0e490e1f82d7985c5cc747ceeb78a9e1fdec49e4a7f17b18f747fbdb0e
test-bench-deps:
test-framework: -any
base: ! '>=4.7 && <5'
test-framework-quickcheck2: -any
gray-extended: -any
QuickCheck: -any
maintainer: amy@nualeargais.ie
synopsis: Gray encoding schemes
changelog: |
# Changelog for gray-extended
1.5.5 Revamped to work with Nix + cabal-install
1.5.4 Revamped to work with Nix + Stack.
1.5.3 Upgrade to work with Stack 1.9.3
## Unreleased changes
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- '1.2'
- '1.3'
- '1.4'
- '1.5'
- 1.5.1
- 1.5.2
- 1.5.3
- 1.5.4
- 1.5.5
author: Amy de Buitléir
latest: 1.5.5
description-type: markdown
description: |-
gray-extended
=============
Tools for generating Gray codes.
license-name: BSD-3-Clause
|
Fix dummy secrets for Travis CI | homeassistant_name: 00000000
homeassistant_latitude: 0.00000
homeassistant_longitude: 0.00000
homeassistant_elevation: 0
homeassistant_time_zone: 00000000
http_server_port: 0
http_api_password: 00000000
influxdb_host: 00000000
influxdb_username: 00000000
influxdb_password: 00000000
influxdb_database: 00000000
recorder_db_url: 00000000
mqtt_broker: 00000000
mqtt_port: 00000000
mqtt_client_id: 00000000
mqtt_username: 00000000
mqtt_password: 00000000
openweathermap_api_key: 00000000
| homeassistant_name: dummy
homeassistant_latitude: 0.0
homeassistant_longitude: 0.0
homeassistant_elevation: 0
homeassistant_time_zone: dummy
http_server_port: 0
http_api_password: dummy
influxdb_host: dummy
influxdb_username: dummy
influxdb_password: dummy
influxdb_database: dummy
recorder_db_url: dummy
mqtt_broker: dummy
mqtt_port: 0
mqtt_client_id: dummy
mqtt_username: dummy
mqtt_password: dummy
openweathermap_api_key: dummy
|
Update Valgrind to new version 3.0.0 | name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.yml@2.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
| name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.yml@3.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
|
Update from Hackage at 2018-01-15T04:35:33Z | homepage: https://github.com/clintonmead/atomic-file-ops#readme
changelog-type: ''
hash: ce67f42736cda679ef6977c38c2b3fc1e70e4e73ef2c56c8a42d447115b0e3b5
test-bench-deps: {}
maintainer: clintonmead@gmail.com
synopsis: Functions to atomically write to files
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
io-string-like: -any
filepath: -any
filelock: -any
directory: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.2.0.0'
author: Clinton Mead
latest: '0.2.0.0'
description-type: haddock
description: See module "System.IO.AtomicFileOps" for an overview and documentation.
license-name: BSD3
| homepage: https://github.com/clintonmead/atomic-file-ops#readme
changelog-type: ''
hash: af7e8ce2351c04d553e16ad4afd95caa17ea853fb8a2617cf0cb6c4d438c1847
test-bench-deps: {}
maintainer: clintonmead@gmail.com
synopsis: Functions to atomically write to files
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
io-string-like: -any
filepath: -any
filelock: -any
directory: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.2.0.0'
- '0.3.0.0'
author: Clinton Mead
latest: '0.3.0.0'
description-type: haddock
description: See module "System.IO.AtomicFileOps" for an overview and documentation.
license-name: BSD3
|
Remove print call since it's captured anyway | language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install --editable ".[all]"
- pip install pytest>=3.6 pytest-cov coverage pathlib
- python -c "import lasio; print(lasio.__version__)"
script:
- pytest
notifications:
email:
recipients:
- kinverarity@hotmail.com
on_success: change
on_failure: change
| language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install --editable ".[all]"
- pip install pytest>=3.6 pytest-cov coverage pathlib
script:
- pytest
notifications:
email:
recipients:
- kinverarity@hotmail.com
on_success: change
on_failure: change
|
Install Istanbul and Codecov at Travis CI. | sudo: false
language: node_js
node_js:
- '12'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g istanbul coveralls
| sudo: false
language: node_js
node_js:
- '12'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
|
Switch to Oracle JDK 11 | language: java
sudo: false
# http://docs.travis-ci.com/user/caching/#Arbitrary-directories
cache:
directories:
- $HOME/.m2
jdk:
- oraclejdk10
- oraclejdk8
- openjdk7
matrix:
fast_finish: true
| language: java
sudo: false
# http://docs.travis-ci.com/user/caching/#Arbitrary-directories
cache:
directories:
- $HOME/.m2
jdk:
- oraclejdk11
- oraclejdk8
- openjdk7
matrix:
fast_finish: true
|
Allow rbx fail on CI | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
gemfile:
- Gemfile
- Gemfile.edge
matrix:
exclude:
# Edge Rails is only compatible with 1.9.3+
- gemfile: Gemfile.edge
rvm: 1.8.7
- gemfile: Gemfile.edge
rvm: 1.9.2
- gemfile: Gemfile.edge
rvm: ree
- gemfile: Gemfile.edge
rvm: jruby-18mode
- gemfile: Gemfile.edge
rvm: rbx-18mode
allow_failures:
- rvm: ruby-head
notifications:
email: false | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- ree
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
gemfile:
- Gemfile
- Gemfile.edge
matrix:
exclude:
# Edge Rails is only compatible with 1.9.3+
- gemfile: Gemfile.edge
rvm: 1.8.7
- gemfile: Gemfile.edge
rvm: 1.9.2
- gemfile: Gemfile.edge
rvm: ree
- gemfile: Gemfile.edge
rvm: jruby-18mode
- gemfile: Gemfile.edge
rvm: rbx-18mode
allow_failures:
- rvm: ruby-head
- rvm: rbx-18mode
- rvm: rbx-19mode
notifications:
email: false |
Fix test statements, remove experiments | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
before_install:
- chmod +x gradlew
after_success:
- echo "TRAVIS_PULL_REQUEST = ${TRAVIS_PULL_REQUEST}"
- echo "TRAVIS_JDK_VERSION = ${TRAVIS_JDK_VERSION}"
- echo "TRAVIS_JDK = ${TRAVIS_JDK}"
- echo "JDK_VERSION = ${JDK_VERSION}"
- echo "JDK = ${JDK}"
- test "${TRAVIS_PULL_REQUEST}" == "false" && test “${TRAVIS_JDK_VERSION}” == “oraclejdk7″ && ./gradlew publishSnapshotOrRelease
| language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
before_install:
- chmod +x gradlew
after_success:
- test "${TRAVIS_PULL_REQUEST}" == "false" && test "${TRAVIS_JDK_VERSION}" == "oraclejdk7" && ./gradlew publishSnapshotOrRelease
|
Move android-ci to it's sorted position. | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcsweb
labels:
app: gcsweb
spec:
replicas: 2
# selector defaults from template labels
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
labels:
app: gcsweb
spec:
terminationGracePeriodSeconds: 30
containers:
- name: gcsweb
image: k8s.gcr.io/gcsweb-amd64:v1.0.6
args:
- -b=crreleases
- -b=istio-prow
- -b=kubernetes-jenkins
- -b=kubernetes-release
- -b=kubernetes-release-dev
- -b=android-ci
- -p=8080
ports:
- containerPort: 8080
protocol: TCP
resources:
limits:
cpu: 0.1
memory: 128Mi
livenessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 3
timeoutSeconds: 2
failureThreshold: 2
| apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcsweb
labels:
app: gcsweb
spec:
replicas: 2
# selector defaults from template labels
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
labels:
app: gcsweb
spec:
terminationGracePeriodSeconds: 30
containers:
- name: gcsweb
image: k8s.gcr.io/gcsweb-amd64:v1.0.6
args:
- -b=android-ci
- -b=crreleases
- -b=istio-prow
- -b=kubernetes-jenkins
- -b=kubernetes-release
- -b=kubernetes-release-dev
- -p=8080
ports:
- containerPort: 8080
protocol: TCP
resources:
limits:
cpu: 0.1
memory: 128Mi
livenessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 3
timeoutSeconds: 2
failureThreshold: 2
|
Build on stable instead of 1.0.0 | language: rust
rust:
- 1.0.0
- beta
- nightly
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = nightly ] &&
echo '<meta http-equiv=refresh content=0;url=conduit-cookie/index.html>' > target/doc/index.html &&
pip install ghp-import --user $USER &&
$HOME/.local/bin/ghp-import -n target/doc &&
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
env:
global:
- secure: U7/rTVMeseMoKDlW5J5fpmkMKnbhAzG/PqgG4NtRiiHoo6e1/YTVIamp+Puiek+Dd0wEtEJQQCJQtf+611/lXcv5+U/CKMF1592r8GIUE7LX5tUmj1QE/uIXS37nLc0QrF2n+Vy2g3/4Pj2NkwnhJhKMIHyXFjOYg8M33NvtYQs=
notifications:
email:
on_success: never
| language: rust
rust:
- stable
- beta
- nightly
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = nightly ] &&
echo '<meta http-equiv=refresh content=0;url=conduit-cookie/index.html>' > target/doc/index.html &&
pip install ghp-import --user $USER &&
$HOME/.local/bin/ghp-import -n target/doc &&
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
env:
global:
- secure: U7/rTVMeseMoKDlW5J5fpmkMKnbhAzG/PqgG4NtRiiHoo6e1/YTVIamp+Puiek+Dd0wEtEJQQCJQtf+611/lXcv5+U/CKMF1592r8GIUE7LX5tUmj1QE/uIXS37nLc0QrF2n+Vy2g3/4Pj2NkwnhJhKMIHyXFjOYg8M33NvtYQs=
notifications:
email:
on_success: never
|
Revert "Updated node version in Travis CI config." | language: node_js
node_js:
- "0.10.28"
before_install:
- npm install -g grunt-cli
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
- cd ~/casperjs
- export PATH=$PATH:`pwd`/bin
before_script:
- casperjs --version
| language: node_js
node_js:
- "0.10.26"
before_install:
- npm install -g grunt-cli
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
- cd ~/casperjs
- export PATH=$PATH:`pwd`/bin
before_script:
- casperjs --version
|
Use Xcode 9.4 on Travis | language: objective-c
osx_image: xcode9.1
script:
- set -o pipefail
- bundle exec danger || echo "Danger failed, moving on"
- xcodebuild test -project FontAwesome.xcodeproj -scheme FontAwesome -destination 'platform=iOS Simulator,name=iPhone 7' | bundle exec xcpretty -c
- xcodebuild -project FontAwesome.xcodeproj -scheme FontAwesome-watchOS -destination 'OS=4.0,name=Apple Watch - 42mm' | bundle exec xcpretty -c
before_deploy:
- carthage build --no-skip-current
- carthage archive FontAwesome
deploy:
provider: releases
api_key:
secure: cas9AI0zCDIumfTKk79sazU6PLuVXICET6eIjqivntG1Qs1g9yvmsI3JbBMLPyZqDl0w+uDHhki7cBeO3tDXJ8cxIErj8xYwtX4TMnA916QWqo7DVkGjkqAxosWWBGBgx6VbcSw0WSnPYrlo41c5yKssuDal+CZjoTeadJqB8Rg=
file: FontAwesome.framework.zip
skip_cleanup: true
on:
tags: true
repo: thii/FontAwesome.swift
notifications:
email: false
| language: objective-c
osx_image: xcode9.4
script:
- set -o pipefail
- bundle exec danger || echo "Danger failed, moving on"
- xcodebuild test -project FontAwesome.xcodeproj -scheme FontAwesome -destination 'platform=iOS Simulator,name=iPhone 7' | bundle exec xcpretty -c
- xcodebuild -project FontAwesome.xcodeproj -scheme FontAwesome-watchOS -destination 'OS=4.0,name=Apple Watch - 42mm' | bundle exec xcpretty -c
before_deploy:
- carthage build --no-skip-current
- carthage archive FontAwesome
deploy:
provider: releases
api_key:
secure: cas9AI0zCDIumfTKk79sazU6PLuVXICET6eIjqivntG1Qs1g9yvmsI3JbBMLPyZqDl0w+uDHhki7cBeO3tDXJ8cxIErj8xYwtX4TMnA916QWqo7DVkGjkqAxosWWBGBgx6VbcSw0WSnPYrlo41c5yKssuDal+CZjoTeadJqB8Rg=
file: FontAwesome.framework.zip
skip_cleanup: true
on:
tags: true
repo: thii/FontAwesome.swift
notifications:
email: false
|
Create fake documentation file in Travis | language: python
env:
- DJANGO=1.10.2 DJANGO_SETTINGS_MODULE='lutrisweb.settings.local' SECRET_KEY="ThisIsMySecretThereAreOtherLikeThisButThisOneIsMine" USE_SQLITE=1
python:
- 2.7
install:
- pip install -r config/requirements/devel.pip
script:
- make test
| language: python
env:
- DJANGO=1.10.2 DJANGO_SETTINGS_MODULE='lutrisweb.settings.local' SECRET_KEY="ThisIsMySecretThereAreOtherLikeThisButThisOneIsMine" USE_SQLITE=1
python:
- 2.7
install:
- pip install -r config/requirements/devel.pip
before_script:
- touch templates/docs/installers.html
script:
- make test
|
Update build matrix in Travis CI config | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
before_script:
- 'git clone git://github.com/puppetlabs/puppetlabs-apt.git spec/fixtures/modules/apt'
env:
- PUPPET_VERSION=2.6.2
- PUPPET_VERSION=2.6.17
- PUPPET_VERSION=2.7.19
- PUPPET_VERSION=3.0.2
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
before_script:
- 'git clone git://github.com/puppetlabs/puppetlabs-apt.git spec/fixtures/modules/apt'
env:
- PUPPET_VERSION=2.6.2
- PUPPET_VERSION=2.6.18
- PUPPET_VERSION=2.7.21
- PUPPET_VERSION=3.0.2
- PUPPET_VERSION=3.1.1
- PUPPET_VERSION=3.2.1
|
Add before_script hook to run composer | language: php
php:
- 5.3
- 5.4
| language: php
before_script:
- composer --dev install
php:
- 5.3
- 5.4
|
Use Node 8.4.0 for Travis build | language: node_js
sudo: enabled
dist: trusty
before_install:
- nvm install 8.1.3
- nvm use 8.1.3
script: npm run build:dev && npm run build:dist
| language: node_js
sudo: enabled
dist: trusty
before_install:
- nvm install 8.4.0
- nvm use 8.4.0
script: npm run build:dev && npm run build:dist
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.