Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Test with Rubinius and JRuby | language: ruby
before_install: gem install bundler --version '1.8'
install: bundle install
rvm:
- 2.0
- 2.1
- 2.2
- ruby-head
| language: ruby
before_install: gem install bundler --version '1.8'
install: bundle install
rvm:
- 2.0
- 2.1
- 2.2
- ruby-head
- rbx-2
- jruby-head
|
Remove Django 1.7 from Travis | language: python
python: 3.5
sudo: false
env:
- TOX_ENV=py27-django17
- TOX_ENV=py33-django17
- TOX_ENV=py34-django17
- TOX_ENV=py27-django18
- TOX_ENV=py33-django18
- TOX_ENV=py34-django18
- TOX_ENV=py35-django18
- TOX_ENV=py27-django19
- TOX_ENV=py34-django19
- TOX_ENV=py35-django19
install:
-... | language: python
python: 3.5
sudo: false
env:
- TOX_ENV=py27-django18
- TOX_ENV=py33-django18
- TOX_ENV=py34-django18
- TOX_ENV=py35-django18
- TOX_ENV=py27-django19
- TOX_ENV=py34-django19
- TOX_ENV=py35-django19
install:
- pip install tox
before_script:
- psql -c 'create database netfields;' -U p... |
Revert "Just use flit to build the wheel" | language: python
sudo: false
python:
- 3.4
before_install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda3/bin:$PATH
- conda install --yes pip python==$TRAVIS_PYTHON_VERSION numpy m... | language: python
sudo: false
python:
- 3.4
before_install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda3/bin:$PATH
- conda install --yes pip python==$TRAVIS_PYTHON_VERSION numpy m... |
Use JDK6 for Android compatibility. | language: java
jdk: oraclejdk7
before_install:
# Gradle
- wget http://services.gradle.org/distributions/gradle-1.6-bin.zip
- unzip gradle-1.6-bin.zip
- export GRADLE_HOME=$PWD/gradle-1.6
- export PATH=$GRADLE_HOME/bin:$PATH
script: gradle assemble | language: java
jdk: oraclejdk6
before_install:
# Gradle
- wget http://services.gradle.org/distributions/gradle-1.6-bin.zip
- unzip gradle-1.6-bin.zip
- export GRADLE_HOME=$PWD/gradle-1.6
- export PATH=$GRADLE_HOME/bin:$PATH
script: gradle assemble |
Comment out everything but pypy with latest twisted and try running trial under strace. | language: python
python:
- 2.6
- 2.7
- pypy
env:
- TWISTED_VERSION=12.2.0
- TWISTED_VERSION=12.1.0
install:
- pip install Twisted==$TWISTED_VERSION
- pip install -r requirements-dev.txt --use-mirrors
script:
- pep8 treq
- pyflakes treq
- trial treq
| language: python
python:
#- 2.6
#- 2.7
- pypy
env:
- TWISTED_VERSION=12.2.0
#- TWISTED_VERSION=12.1.0
install:
- pip install Twisted==$TWISTED_VERSION
- pip install -r requirements-dev.txt --use-mirrors
script:
- pep8 treq
- pyflakes treq
- strace trial treq
|
Remove 3.2 support as WTForms doesn't support it | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install: python setup.py install
script: python setup.py test
| language: python
python:
- "2.6"
- "2.7"
- "3.3"
install: python setup.py install
script: python setup.py test
|
Update node_js to 4.0 to fix issue with node-sass | language: node_js
node_js:
- 0.1
before_install:
- npm install -g grunt-cli
install:
- npm install
script:
# Reference the locally-installed version of Grunt
- ./node_modules/grunt-cli/bin/grunt test
after_success:
# Check to see if the version file has been updated
- ./create-release-tag.sh
deploy:
pro... | language: node_js
node_js:
- 4.0
before_install:
- npm install -g grunt-cli
install:
- npm install
script:
# Reference the locally-installed version of Grunt
- ./node_modules/grunt-cli/bin/grunt test
after_success:
# Check to see if the version file has been updated
- ./create-release-tag.sh
deploy:
pro... |
Remove call to setup.py, which isn't a thing for chigrpah | clone_depth: 5
configuration:
- Release
- Debug
image: Visual Studio 2015
platform:
- x64
build_script:
- 'git submodule update --init --recursive'
- "C:\\Python36\\python.exe setup.py"
- ps: Invoke-WebRequest "https://github.com/chigraph/chigraph/releases/download/dependencies/llvm-4.0.0-$env{CONFIGU... | clone_depth: 5
configuration:
- Release
- Debug
image: Visual Studio 2015
platform:
- x64
build_script:
- 'git submodule update --init --recursive'
- ps: Invoke-WebRequest "https://github.com/chigraph/chigraph/releases/download/dependencies/llvm-4.0.0-$env{CONFIGURATION}-msvc14-win64.tar.xz" third_party... |
Remove older PHP versions from Travis | language: php
php:
- "5.4"
- "5.5"
- "5.6"
- "nightly"
- "hhvm"
sudo: false
before_script:
- composer install --no-interaction
- cp config/app_travis.php config/app.php
- cp config/oauth_example.php config/oauth.php
- mysql -e 'create database pmaerr;'
- wget https://scrutinizer-ci.com/ocular.phar
s... | language: php
php:
- "5.6"
- "nightly"
- "hhvm"
sudo: false
before_script:
- composer install --no-interaction
- cp config/app_travis.php config/app.php
- cp config/oauth_example.php config/oauth.php
- mysql -e 'create database pmaerr;'
- wget https://scrutinizer-ci.com/ocular.phar
script:
- bin/cake ... |
Update from Forestry.io - Updated moneda.md | ---
label: artwork
hide_body: false
is_partial: false
fields:
- name: date
default: 2016-06-01 03:40:12 +0000
label: Date
type: datetime
hidden: false
- name: featuredimage
default: "/uploads/600-6.jpg"
label: Featuredimage
type: file
hidden: false
- name: title
default: hola victor
label: Title
t... | ---
label: artwork
hide_body: false
is_partial: false
fields:
- name: date
default: 2016-06-01 03:40:12 +0000
label: Date
type: datetime
hidden: false
- name: featuredimage
default: "/uploads/600-6.jpg"
label: Featuredimage
type: file
hidden: false
- name: title
default: hola victor
label: Title
t... |
Update from Forestry.io - Updated Forestry configuration | ---
label: Gallery
hide_body: true
fields:
- type: field_group_list
name: Sp94 guide montage
label: Sp94 guide montage
fields:
- type: file
name: file
label: file
- type: text
name: description
label: description
| ---
label: Gallery
hide_body: true
fields:
- type: field_group_list
name: Sp94 guide montage
label: Sp94 guide montage
fields:
- type: file
name: file
label: File
- type: text
name: description
label: Description
config:
required: true
|
Update from Forestry.io - Updated Forestry configuration | ---
hide_body: false
is_partial: false
fields:
- name: title
label: Name
type: text
hidden: false
default: ''
- name: name_organization
label: Organization Name
type: text
hidden: false
default:
- name: link
label: Link
type: text
hidden: false
default:
- name: services
label: Services
typ... | ---
hide_body: true
is_partial: false
fields:
- name: title
label: Name
type: text
hidden: false
default: ''
- name: name_organization
label: Organization Name
type: text
hidden: false
default:
- name: link
label: Link
type: text
hidden: false
default:
- name: services
label: Services
type... |
Move mtlj plugin config into collectd-boshrelease | releases:
- {name: collectd, version: COLLECTD_VERSION}
addons:
- name: collectd
jobs:
- name: collectd
release: collectd
properties:
collectd:
config: |
LoadPlugin df
LoadPlugin disk
LoadPlugin cpu
LoadPlugin load
LoadPlugin memory
LoadPlugin write_m... | releases:
- {name: collectd, version: COLLECTD_VERSION}
addons:
- name: collectd
jobs:
- name: collectd
release: collectd
properties:
collectd:
space_id: SPACE_ID
logging_token: LOGGING_TOKEN
|
Add field created_at to Category entity | BlogBundle\Entity\Category:
type: entity
table: null
repositoryClass: BlogBundle\Repository\CategoryRepository
id:
id:
type: integer
id: true
generator:
strategy: AUTO
fields:
title:
type: string
length: 255
... | BlogBundle\Entity\Category:
type: entity
table: null
repositoryClass: BlogBundle\Repository\CategoryRepository
id:
id:
type: integer
id: true
generator:
strategy: AUTO
fields:
title:
type: string
length: 255
... |
Update from Hackage at 2017-03-08T11:10:52Z | homepage: http://darcs.redspline.com/safe-access
changelog-type: ''
hash: 6869708d3102ededf80055fee28ec5e03555aa89f3986f184da722a7ceeb1566
test-bench-deps: {}
maintainer: tho.feron@gmail.com
synopsis: A simple environment to control access to data
changelog: ''
basic-deps:
base: ! '>=4.6 && <4.10'
mtl: ! '>=2.2.1'
... | homepage: http://darcs.redspline.com/safe-access
changelog-type: ''
hash: 23cfe12c64aa2511b6030e63bbb165bcf3cdb5271454014438caf1aa2cd74c28
test-bench-deps: {}
maintainer: tho.feron@gmail.com
synopsis: A simple environment to control access to data
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.10'
mtl: ! '>=2.2.1'
... |
Update DetoxDroid to 1.0.1 (10001) | Categories:
- Sports & Health
License: GPL-3.0-only
AuthorName: flxapps
SourceCode: https://github.com/flxapps/DetoxDroid
IssueTracker: https://github.com/flxapps/DetoxDroid/issues
Changelog: https://github.com/flxapps/DetoxDroid/releases
Donate: https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=K6T2HPXE7... | Categories:
- Sports & Health
License: GPL-3.0-only
AuthorName: flxapps
SourceCode: https://github.com/flxapps/DetoxDroid
IssueTracker: https://github.com/flxapps/DetoxDroid/issues
Changelog: https://github.com/flxapps/DetoxDroid/releases
Donate: https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=K6T2HPXE7... |
Remove hhvm from CI test | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
# faster builds on new travis setup not using sudo
sudo: false
# cache vendor dirs
cache:
directories:
- vendor
- $HOME/.composer/cache
install:
- travis_retry composer selfupdate
- travis_retry composer install --prefer-dist --no-interaction
- tra... | language: php
php:
- 5.4
- 5.5
- 5.6
# faster builds on new travis setup not using sudo
sudo: false
# cache vendor dirs
cache:
directories:
- vendor
- $HOME/.composer/cache
install:
- travis_retry composer selfupdate
- travis_retry composer install --prefer-dist --no-interaction
- travis_retry... |
Bump version of format tests. | name: Format Tests
on: [push, pull_request]
jobs:
format_tests:
name: Format tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Check out data
uses: actions/che... | name: Format Tests
on: [push, pull_request]
jobs:
format_tests:
name: Format tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Check out data
uses: actions/che... |
Bump ridedott/merge-me-action from 2.9.105 to 2.9.107 | 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 de... | 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 de... |
Set up CI with Azure Pipelines | # ASP.NET Core
# Build and test ASP.NET Core web applications targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/vsts/pipelines/languages/dotnet-core
pool:
vmImage: 'Ubuntu 16.04'
variables:
buildConfiguration: 'Release'
steps:
- script: dotnet... | pool:
vmImage: 'Ubuntu 16.04'
variables:
buildConfiguration: 'Release'
steps:
- script: dotnet build --configuration $(buildConfiguration)
displayName: 'dotnet build $(buildConfiguration)'
|
Disable 3.5.2 tests on Azure for now | variables:
CI: 'true'
trigger:
- master
jobs:
- job: 'Test'
pool:
vmImage: 'Ubuntu-16.04'
strategy:
matrix:
Python352:
python.version: '3.5.2'
toxenv: 'py35-asyncio'
Python35:
python.version: '3.5'
toxenv: 'py35-asyncio'
Python36:
python.version... | variables:
CI: 'true'
trigger:
- master
jobs:
- job: 'Test'
pool:
vmImage: 'Ubuntu-16.04'
strategy:
matrix:
# Python352:
# python.version: '3.5.2'
# toxenv: 'py35-asyncio'
Python35:
python.version: '3.5'
toxenv: 'py35-asyncio'
Python36:
python.v... |
Use rev instead of build in CI Build name | name: $(Date:yyyy-MM-dd)-build-$(Rev:r)
jobs:
- template: dotnetcore.job.yml
parameters:
jobName: windows
jobDisplayName: Windows (x64)
pool: Hosted VS2017
configuration: $(BuildConfiguration)
runtimeId: win-x64
enableCodeCoverage: true
selfContained: true
artifactPrefix: thnetii-dotne... | name: $(Date:yyyy-MM-dd)-rev-$(Rev:r)
jobs:
- template: dotnetcore.job.yml
parameters:
jobName: windows
jobDisplayName: Windows (x64)
pool: Hosted VS2017
configuration: $(BuildConfiguration)
runtimeId: win-x64
enableCodeCoverage: true
selfContained: true
artifactPrefix: thnetii-dotnet-... |
Drop PHP 5.3 and hhvm testing | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
- hhvm
sudo: false
env:
global:
- COMPOSER_DISABLE_XDEBUG_WARN=1
matrix:
fast_finish: true
include:
- php: 5.3.3
dist: precise
- php: 5.3
dist: precise
allow_failures:
- php: nightly
before_... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
sudo: false
env:
global:
- COMPOSER_DISABLE_XDEBUG_WARN=1
matrix:
fast_finish: true
allow_failures:
- php: nightly
before_script:
- travis_retry composer install --prefer-source --no-interaction
script: composer... |
Add Ruby 2.5 to test matrix + use aliases | language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- 2.4.0
- jruby-9.0.5.0
notifications:
email:
on_success: never
sudo: false
env:
global:
# If changing this number, please also change it in `test/test_helper.rb`.
- STRIPE_MOCK_VERSION=0.16.0
cache:
directories:
- stripe-mock
befor... | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- jruby-9.0.5.0
notifications:
email:
on_success: never
sudo: false
env:
global:
# If changing this number, please also change it in `test/test_helper.rb`.
- STRIPE_MOCK_VERSION=0.16.0
cache:
directories:
- stripe-mock
bef... |
Install notodiff as part of setup | sudo: false
language: python
python:
- "2.7"
branches:
only:
- staging
- master
install:
# for fontmake
- git clone https://github.com/googlei18n/fontmake.git
- cd fontmake
- pip install -r requirements.txt
- python setup.py install
- cd ..
# for fontdiff
- wget https://github.com/googlei18... | sudo: false
language: python
python:
- "2.7"
branches:
only:
- staging
- master
install:
# for fontmake
- git clone https://github.com/googlei18n/fontmake.git
- cd fontmake
- pip install -r requirements.txt
- python setup.py install
- cd ..
# for notodiff
- git clone https://github.com/goog... |
Add sqlparse to Travis configuration. | language: "python"
python:
- "3.4"
install:
pip install flake8 pytest pytest-cov
before_script:
flake8 rsr/
script:
- echo $PYTHONPATH
- export PYTHONPATH=`pwd`:$PYTHONPATH
- py.test --cov=rsr --cov-report=term
| language: "python"
python:
- "3.4"
install:
pip install flake8 pytest pytest-cov sqlparse
before_script:
flake8 rsr/
script:
- export PYTHONPATH=`pwd`:$PYTHONPATH
- py.test --cov=rsr --cov-report=term
|
Add test script for best_exons.py to the Travis testing. | # Configuration file to run tests on Travis-CI via GitHub notifications
# See http://travis-ci.org/
language: python
python:
# No skiptest in 2.6 so ignore for now
# - "2.6"
- "2.7"
install:
- "pip install ."
script:
# Run the unit tests for bcftbx
- "python setup.py test"
| # Configuration file to run tests on Travis-CI via GitHub notifications
# See http://travis-ci.org/
language: python
python:
# No skiptest in 2.6 so ignore for now
# - "2.6"
- "2.7"
install:
- "pip install ."
script:
# Run the unit tests for bcftbx
- "python setup.py test"
# Run the best_exons example
- "cd... |
Add Cucumber to Travis build | language: ruby
cache: bundler
script:
- bundle exec rake
- bundle exec rspec
rvm:
- 2.0.0
| language: ruby
cache: bundler
script:
- bundle exec rake
- bundle exec rspec
- bundle exec cucumber
rvm:
- 2.0.0
|
Add 0.12 into test environments | language: node_js
node_js:
- "0.8"
- "0.10"
| language: node_js
node_js:
- "0.8"
- "0.10"
- "0.12"
|
Add Ruby 2.1.0 to Travis build | language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-2.2
env:
- ACTIVE_RECORD_BRANCH="master"
- ACTIVE_RECORD_BRANCH="4-0-stable"
- ACTIVE_RECORD_VERSION="~> 4.0.0"
- ACTIVE_RECORD_VERSION="~> 3.2.0"
- ACTIVE_RECORD_VERSION="~> 3.1.0"
matrix:
allow_failures:
- rvm: rbx-2.2
- rvm: jrub... | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx-2.2
env:
- ACTIVE_RECORD_BRANCH="master"
- ACTIVE_RECORD_BRANCH="4-0-stable"
- ACTIVE_RECORD_VERSION="~> 4.0.0"
- ACTIVE_RECORD_VERSION="~> 3.2.0"
- ACTIVE_RECORD_VERSION="~> 3.1.0"
matrix:
allow_failures:
- rvm: 2.1.0
- r... |
Use wildcard versions for Go in Travis config. |
language: go
go:
- 1.6
- 1.7
- 1.8.x
| language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
|
Add CI test for Node 8 | language: node_js
node_js:
- "6"
- "7"
cache:
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
script:
- npm run test:ci | language: node_js
node_js:
- "6"
- "7"
- "8"
cache:
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
script:
- npm run test:ci |
Update minimum required Rust to 1.36 | language: rust
sudo: false
rust:
- stable
- beta
- nightly
matrix:
include:
- rust: 1.32.0
before_script: |
set -e
if [[ $TRAVIS_RUST_VERSION = 'stable' ]]; then
rustup component add rustfmt clippy
fi
script: |
set -e
cargo build
cargo test
ci/check-no-std.sh
cargo test --all-features
... | language: rust
sudo: false
rust:
- stable
- beta
- nightly
matrix:
include:
- rust: 1.36.0
before_script: |
set -e
if [[ $TRAVIS_RUST_VERSION = 'stable' ]]; then
rustup component add rustfmt clippy
fi
script: |
set -e
cargo build
cargo test
ci/check-no-std.sh
cargo test --all-features
... |
Replace Node 10 with Node 6 & 7 | # Travis CI Configuration
language: node_js
node_js:
- "10"
- "9"
- "8"
# Installing rsvg-brunch requires a C++11 compiler and librsvg
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- librsvg2-dev
env:
- CXX=g++-4.8
install:
- npm install
- npm install coveralls
s... | # Travis CI Configuration
language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
# Installing rsvg-brunch requires a C++11 compiler and librsvg
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- librsvg2-dev
env:
- CXX=g++-4.8
install:
- npm install
- npm install cove... |
Add IRC notifications to Travis | language: ruby
cache: bundler
env:
- CPLUS_INCLUDE_PATH=/usr/include/atlas C_INCLUDE_PATH=/usr/include/atlas
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
- "2.1.0"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libatlas-base-dev
script: bundle exec rake compile && bundle exec rake spec
| language: ruby
cache: bundler
env:
- CPLUS_INCLUDE_PATH=/usr/include/atlas C_INCLUDE_PATH=/usr/include/atlas
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
- "2.1.0"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libatlas-base-dev
script: bundle exec rake compile && bundle exec rake spec
notific... |
Build with Node.js 16 on Travis CI. | sudo: false
language: node_js
node_js:
- '12'
- '14'
- '15'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
| sudo: false
language: node_js
node_js:
- '12'
- '14'
- '16'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
|
Add Django 1.9.x to the test matrix | sudo: false
language: python
python:
- "2.7"
- "3.4"
env:
- DJANGO_VERSION="django>=1.7,<1.8"
- DJANGO_VERSION="django>=1.8,<1.9"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install $DJANGO_VERSION --use-mirrors
- python setup.py install
- pip insta... | sudo: false
language: python
python:
- "2.7"
- "3.4"
env:
- DJANGO_VERSION="django>=1.7,<1.8"
- DJANGO_VERSION="django>=1.8,<1.9"
- DJANGO_VERSION="django>=1.9,<1.10"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install $DJANGO_VERSION --use-mirrors
... |
Remove nodejs 0.6 from Travis config | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
| language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
|
Remove stupid 1.4 for CI | sudo: false
language: go
go:
- 1.4
- 1.5
- 1.6
- tip
script: go test -v -cover -race
notifications:
email:
- u@gogs.io
| sudo: false
language: go
go:
- 1.5
- 1.6
- tip
script: go test -v -cover -race
notifications:
email:
- u@gogs.io
|
Remove PHP 5.3 build from Travis config | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
install:
- composer install -n
script:
- phpunit --coverage-clover=coverage.clover
- wget https://scrutinizer-ci.com/ocular.phar
- if [[ "$(phpenv version-name)" != "7.0" ]]; then php ocular.phar code-coverage:upload --fo... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
install:
- composer install -n
script:
- phpunit --coverage-clover=coverage.clover
- wget https://scrutinizer-ci.com/ocular.phar
- if [[ "$(phpenv version-name)" != "7.0" ]]; then php ocular.phar code-coverage:upload --format=php-c... |
Use Swift 2.1 on Travis for tests. | language: objective-c
script:
- xctool -project TestsAndSample/TestsAndSample.xcodeproj -scheme Tests64 test
- xctool -project TestsAndSample/TestsAndSample.xcodeproj -scheme Tests32 test
| language: objective-c
osx_image: xcode7.2
script:
- xctool -project TestsAndSample/TestsAndSample.xcodeproj -scheme Tests64 test
- xctool -project TestsAndSample/TestsAndSample.xcodeproj -scheme Tests32 test
|
Disable redundant Haskell build actions | language: haskell
sudo: required
services:
- docker
dist: trusty
cache:
directories:
- $HOME/.ghc
- $HOME/.cabal
- $HOME/.stack
before_script:
- pwd
- docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- ./scripts/bootstrap.sh
| # Use dummy language to suppress Haskell-specific, automatic build steps
# (will be done inside dev container)
language: cpp
sudo: required
services:
- docker
dist: trusty
cache:
directories:
- $HOME/.ghc
- $HOME/.cabal
- $HOME/.stack
before_script:
- pwd
- docker login -e="$DOCKER_EMAIL" -u="$DOC... |
Update to latest Ubuntu image | language: python
dist: xenial
python:
- 2.7
- 3.6
- 3.7
- 3.8
matrix:
include:
- dist: trusty
python: 2.6
addons:
apt:
packages:
- scons
cache:
pip: true
directories:
- $HOME/perl5
install:
- sudo apt-get -qq update
- sudo apt-get install -y libtest-exception-perl libtest-outpu... | language: python
dist: bionic
python:
- 2.7
- 3.6
- 3.7
- 3.8
matrix:
include:
- dist: trusty
python: 2.6
addons:
apt:
packages:
- scons
cache:
pip: true
directories:
- $HOME/perl5
install:
- sudo apt-get -qq update
- sudo apt-get install -y libtest-exception-perl libtest-outpu... |
Add tests for Python 3.4 and 3.5. | language: python
sudo: false
addons:
apt:
packages:
- gfortran
- gcc
notifications:
email: false
python:
- "2.7"
# command to install dependencies
install:
# You may want to periodically update this, although the conda update
# conda line below will keep everything up-to-date. We do this
# ... | language: python
sudo: false
addons:
apt:
packages:
- gfortran
- gcc
notifications:
email: false
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.4"
- "3.5"
# command to install dependencies
install:
# You may want to periodically update this, al... |
Include Core.Tests in test run on Travis | language: csharp
mono: 5.2.0
solution: ./src/Objectivity.AutoFixture.XUnit2.AutoMoq.sln
script:
- xbuild /p:Configuration=Release ./src/Objectivity.AutoFixture.XUnit2.AutoMoq.sln
- mono ./src/packages/xunit.runner.console.*/tools/net452/xunit.console.exe ./src/Objectivity.AutoFixture.XUnit2.AutoMoq.Tests/bin/Releas... | language: csharp
mono: 5.2.0
solution: ./src/Objectivity.AutoFixture.XUnit2.AutoMoq.sln
script:
- xbuild /p:Configuration=Release ./src/Objectivity.AutoFixture.XUnit2.AutoMoq.sln
- mono ./src/packages/xunit.runner.console.*/tools/net452/xunit.console.exe ./src/Objectivity.AutoFixture.XUnit2.Core.Tests/bin/Release/O... |
Drop node.js 9 support, add 10 and 12 | language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- '8'
- '9'
script: 'npm run ci'
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
| language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- '8'
- '10'
- '12'
script: 'npm run ci'
after_success: '<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js'
|
Add settings for robust PFS | ---
haproxy_ciphers:
- ECDHE-RSA-AES256-GCM-SHA384
- ECDHE-RSA-AES256-SHA384
- ECDHE-RSA-AES256-SHA
- AES256-GCM-SHA384
- AES256-SHA256
- AES256-SHA
- CAMELLIA256-SHA
- ECDHE-RSA-AES128-GCM-SHA256
- ECDHE-RSA-AES128-SHA256
- ECDHE-RSA-AES128-SHA
- AES128-GCM-SHA256
- AES128-SHA256
- AES128-SHA... | ---
haproxy_ciphers:
- ECDHE-RSA-AES256-GCM-SHA384
- ECDHE-RSA-AES256-SHA384
- ECDHE-RSA-AES256-SHA
- AES256-GCM-SHA384
- AES256-SHA256
- DHE-RSA-AES256-SHA
- AES256-SHA
- CAMELLIA256-SHA
- ECDHE-RSA-AES128-GCM-SHA256
- ECDHE-RSA-AES128-SHA256
- ECDHE-RSA-AES128-SHA
- AES128-GCM-SHA256
- AES12... |
Change times for automation.rice_cooker in HA | - id: automation.alarm_kitchen_rice_cooker_is_keeping_warm
alias: "ALARM: Kitchen Rice Cooker is keeping warm"
mode: single
trigger:
- platform: time
at: "21:00"
- platform: time
at: "21:30"
- platform: time
at: "22:00"
- platform: time
at: "22:30"
condition:
- condit... | - id: automation.alarm_kitchen_rice_cooker_is_keeping_warm
alias: "ALARM: Kitchen Rice Cooker is keeping warm"
mode: single
trigger:
- platform: time
at: "22:00"
- platform: time
at: "22:30"
- platform: time
at: "23:00"
- platform: time
at: "23:30"
condition:
- condit... |
Add forgotten defaults for gitlab | ---
drone_scheme: http
drone_hostname: "{{ ansible_ssh_host|default(inventory_hostname) }}"
drone_port: 80
drone_sslcert: ''
drone_sslkey: ''
drone_path: ''
drone_github_key: ''
drone_github_secret: ''
drone_github_domain: github.com
drone_github_apiurl: https://api.github.com
drone_bitbucket_key: ''
drone_bitbucket_... | ---
drone_scheme: http
drone_hostname: "{{ ansible_ssh_host|default(inventory_hostname) }}"
drone_port: 80
drone_sslcert: ''
drone_sslkey: ''
drone_path: ''
drone_github_key: ''
drone_github_secret: ''
drone_github_domain: github.com
drone_github_apiurl: https://api.github.com
drone_bitbucket_key: ''
drone_bitbucket_... |
Set xapi_bridge_version default to "master" | ---
##
# Defaults for role xapi_bridge
#
xapi_bridge_user: xapi
xapi_bridge_user_group: adm #perms on tracking.log
xapi_bridge_app_dir: "{{ COMMON_APP_DIR }}/xapi"
xapi_bridge_user_home: "{{ xapi_bridge_app_dir }}"
xapi_bridge_repo: "https://github.com/appsembler/edx-xapi-bridge"
xapi_bridge_venv_dir: "{{ xapi_bridg... | ---
##
# Defaults for role xapi_bridge
#
xapi_bridge_user: xapi
xapi_bridge_user_group: adm #perms on tracking.log
xapi_bridge_app_dir: "{{ COMMON_APP_DIR }}/xapi"
xapi_bridge_user_home: "{{ xapi_bridge_app_dir }}"
xapi_bridge_repo: "https://github.com/appsembler/edx-xapi-bridge"
xapi_bridge_venv_dir: "{{ xapi_bridg... |
Print hosts file as a 'test' | ---
"on":
# Trigger the workflow on pushes to these branches
push:
branches:
- master
- 34.x
jobs:
one:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB... | ---
"on":
# Trigger the workflow on pushes to these branches
push:
branches:
- master
- 34.x
jobs:
one:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB... |
Add CI builds for Python 3.3-3.9 | name: Rollbar-Agent CI
on:
push:
branches: [ master ]
tags: [ v* ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [2.7]
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-... | name: Rollbar-Agent CI
on:
push:
branches: [ master ]
tags: [ v* ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Setup ... |
Update Hatfield Christmas visit slots | ---
name: Hatfield Open
nomis_id: HDI
address:
- Thorne Road
- DN7 6El
email: socialvisitshatfield@hmps.gsi.gov.uk
enabled: true
estate: Hatfield Open
finder_slug: hatfield
phone: 01405 746611
slot_anomalies:
2014-12-24:
- 1400-1600
2014-12-31:
- 1400-1600
slots:
thu:
- 1400-1600
sat:
- 1400-1600
sun:... | ---
name: Hatfield Open
nomis_id: HDI
address:
- Thorne Road
- DN7 6El
email: socialvisitshatfield@hmps.gsi.gov.uk
enabled: true
estate: Hatfield Open
finder_slug: hatfield
phone: 01405 746611
slot_anomalies:
2014-12-24:
- 1400-1600
2014-12-31:
- 1400-1600
2015-12-22:
- 1400-1600
slots:
thu:
- 1400-1600... |
Remove missing/unused extension from PHPSpec config for HHVM | suites:
calends:
namespace: Danhunsaker\Calends
psr4_prefix: Danhunsaker\Calends
src_path: %paths.config%/src
spec_path: %paths.config%
spec_prefix: spec
extensions:
- Coduo\PhpSpec\DataProvider\DataProviderExtension
| suites:
calends:
namespace: Danhunsaker\Calends
psr4_prefix: Danhunsaker\Calends
src_path: %paths.config%/src
spec_path: %paths.config%
spec_prefix: spec
|
Make it restart unless stopped | version: '2'
services:
nginx:
image: nginx
links:
- node1:node1
ports:
- "8080:80"
volumes:
- "./nginx/nginx.conf:/etc/nginx/nginx.conf"
- "/nginx_cache"
- "./static:/static:ro" #TODO: make sure that readonly causes no trouble
node1:
build: ./app
ports:
- ... | version: '2'
services:
nginx:
image: nginx
links:
- node1:node1
ports:
- "8080:80"
volumes:
- "./nginx/nginx.conf:/etc/nginx/nginx.conf"
- "/nginx_cache"
- "./static:/static:ro" #TODO: make sure that readonly causes no trouble
restart: unless-stopped
node1:
buil... |
Add force reset on any clock for admin | device:
name: YOUR_DEVICE_NAME
trello:
key: YOUR_API_KEY
token: YOUR_TOKEN
board:
name: YOUR_BOARD_NAME
list:
online: 自席
offline: 帰宅
away: 離席
condition:
# away になるまでの時間(分)
time_until_away: 5
# business time 以外の away 状態からさらに time_until_away を過ぎると offline にする
business:
star... | device:
name: YOUR_DEVICE_NAME
trello:
key: YOUR_API_KEY
token: YOUR_TOKEN
board:
name: YOUR_BOARD_NAME
list:
online: 自席
offline: 帰宅
away: 離席
condition:
# away になるまでの時間(分)
time_until_away: 5
# business time 以外の away 状態からさらに time_until_away を過ぎると offline にする
business:
star... |
Fix the navigation ordering (page weight) | pagetitle: Topics
theme: dark
description: Topics to help you in delivering towards the Digital Service Standard
header:
- header.md
main:
- pageheader.md
- sddp_topics.md
- team_topics.md
- userresearch_topics.md
- /_shared/feedback.md
footer:
- /_shared/footer.md
| pagetitle: Topics
weight: 20
theme: dark
description: Topics to help you in delivering towards the Digital Service Standard
header:
- header.md
main:
- pageheader.md
- sddp_topics.md
- team_topics.md
- userresearch_topics.md
- /_shared/feedback.md
footer:
- /_shared/footer.md
|
Update Golem.de to 1.2.3 (141) | AntiFeatures:
- NonFreeNet
Categories:
- Reading
License: GPL-3.0-only
AuthorName: Soenke Huster
AuthorEmail: projekte@eknoes.de
SourceCode: https://github.com/eknoes/golem-android-reader
IssueTracker: https://github.com/eknoes/golem-android-reader/issues
AutoName: Golem.de
RepoType: git
Repo: https://github.com/... | AntiFeatures:
- NonFreeNet
Categories:
- Reading
License: GPL-3.0-only
AuthorName: Soenke Huster
AuthorEmail: projekte@eknoes.de
SourceCode: https://github.com/eknoes/golem-android-reader
IssueTracker: https://github.com/eknoes/golem-android-reader/issues
AutoName: Golem.de
RepoType: git
Repo: https://github.com/... |
Update Episodes to 0.13.5 (18) | Categories:
- Multimedia
License: GPL-3.0-or-later
AuthorName: red-coracle
SourceCode: https://github.com/red-coracle/episodes
IssueTracker: https://github.com/red-coracle/episodes/issues
AutoName: Episodes
RepoType: git
Repo: https://github.com/red-coracle/episodes
Builds:
- versionName: 0.13.2
versionCode:... | Categories:
- Multimedia
License: GPL-3.0-or-later
AuthorName: red-coracle
SourceCode: https://github.com/red-coracle/episodes
IssueTracker: https://github.com/red-coracle/episodes/issues
AutoName: Episodes
RepoType: git
Repo: https://github.com/red-coracle/episodes
Builds:
- versionName: 0.13.2
versionCode:... |
Install correct bundler version for Travis | sudo: false
language: ruby
cache: bundler
rvm:
- 2.5
- 2.6
- 2.7
- jruby
- rbx-3
- ruby-head
before_install:
- gem update --system
- gem install bundler
matrix:
allow_failures:
- rvm: rbx-3
- rvm: jruby
| language: ruby
cache: bundler
rvm:
- 2.5
- 2.6
- 2.7
- jruby
- rbx-3
- truffleruby
- ruby-head
before_install:
- gem update --system
- gem install bundler:1.16.1
matrix:
allow_failures:
- rvm: rbx-3
- rvm: jruby
- rvm: truffleruby
|
Add coverage to linux build | language: rust
sudo: required
dist: trusty
cache:
directories:
- ~/llvm
matrix:
include:
- os: linux
rust: stable
# - os: osx
# rust: stable
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./build_linux.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew config;
... | language: rust
sudo: required
dist: trusty
cache:
directories:
- ~/llvm
matrix:
include:
- os: linux
rust: stable
# - os: osx
# rust: stable
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./build_linux.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew config;
... |
Add lxml to conda recipe | package:
name: foyer
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ../../
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}}
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
run:
- python
- parmed
- mbuild >=0... | package:
name: foyer
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ../../
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}}
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
run:
- python
- parmed
- mbuild >=0... |
Fix pre-commit black repo URL | repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.6.4
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 20.8b1
hooks:
- id: black
language_version: python3.7
| repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.6.4
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3.7
|
Add some more info for the workshop in Hradec | # Pozor, nové meetupy se přidávají na konec souboru
- name: Hadí workshop
materials: https://naucse.python.cz/2018/snake-hradec/
date: 2018-03-25
time: 8:00 – 18:00
place:
name: Hradec Králové
| # Pozor, nové meetupy se přidávají na konec souboru
- name: Hadí workshop v Hradci
materials: https://naucse.python.cz/2018/snake-hradec/
date: 2018-03-25
time: 8:00 – 18:00
place:
name: Gymnázium Boženy Němcové
address: Pospíšilova 324, Hradec Králové
latitude: '50.2123086'
longitude: '15.838... |
Clarify the note a little [skip appveyor] | {% set version = "5.0.0" %}
package:
name: edffile
version: {{ version }}
source:
path: src
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
- numpy
run:
- ... | {% set version = "5.0.0" %}
package:
name: edffile
version: {{ version }}
source:
path: src
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
- numpy
run:
- ... |
Use GitHub Actions for CI | name: Tests
on: [push, pull_request, workflow_dispatch]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
steps:
... | name: Tests
on: [push, pull_request, workflow_dispatch]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
steps:
... |
Clean up of heat role | ---
- name: create heat user
user: name=heat comment=heat shell=/bin/false system=yes home=/nonexistent createhome=no
- name: get heat source repo
git: |
repo={{ openstack.git_mirror }}/heat.git
dest=/opt/stack/heat
version={{ heat.rev }}
update={{ openstack.git_update }}
notify:
- pip instal... | ---
- name: create heat user
user: name=heat comment=heat shell=/bin/false system=yes home=/nonexistent
createhome=no
- name: get heat source repo
git: repo={{ openstack.git_mirror }}/heat.git
dest=/opt/stack/heat
version={{ heat.rev }}
update={{ openstack.git_update }}
notify:
-... |
Update docker-compose to use cowbull image | version: '2'
services:
redis:
image: 'redis'
networks:
- cowbull_network
restart: always
cowbull_v5:
image: 'dsanderscan/cowbull_v5'
depends_on:
- redis
ports:
- 5000:5000
environment:
- LOGGING_LEVEL=10
- REDIS_HOST=redis
volumes:
- /home/devdsan... | version: '2'
services:
redis:
image: 'redis'
networks:
- cowbull_network
restart: always
cowbull_svc:
image: 'dsanderscan/cowbull'
depends_on:
- redis
ports:
- 5000:5000
environment:
- LOGGING_LEVEL=10
- REDIS_HOST=redis
volumes:
- /home/devdsande... |
Remove requirement for GATK protected until testing with 2.7.1 is complete | ---
bio_nextgen:
alignment:
- bwa
- bowtie2
- star
utilities:
- bamtools
- bedtools
- fastqc
- ogap
- rnaseqc
analysis:
- cufflinks
- picard
- samtools
- tophat
variant:
- bcbio_variation
- freebayes
- gatk
- gatk_protected
- grabix
- mutec... | ---
bio_nextgen:
alignment:
- bwa
- bowtie2
- star
utilities:
- bamtools
- bedtools
- fastqc
- ogap
- rnaseqc
analysis:
- cufflinks
- picard
- samtools
- tophat
variant:
- bcbio_variation
- freebayes
- gatk
#- gatk_protected
- grabix
- mute... |
Adjust yaml indentation to match TextMate default | ---
driver:
name: docker
use_sudo: false
platforms:
- name: centos
driver_config:
image: 420ma/centos-chef
platform: centos
require_chef_omnibus: true
suites:
- name: docker-integration-test
run_list:
- 'recipe[docker-integration-test]'
| ---
driver:
name: docker
use_sudo: false
platforms:
- name: centos
driver_config:
image: 420ma/centos-chef
platform: centos
require_chef_omnibus: true
suites:
- name: docker-integration-test
run_list:
- 'recipe[docker-integration-test]'
|
Revert "Added a input boolean to track where the PS4 is" | away_mode:
name: Away Mode
initial: off
icon: mdi:exit-run
night_mode:
name: Night Mode
initial: on
icon: mdi:power-sleep
cinema_mode:
name: Cinema Mode
initial: off
icon: mdi:video-vintage
node_red_heartbeat:
name: Node Red Heartbeat
initial: off
icon: mdi:heart-pulse
ps4_living_room:
nam... | away_mode:
name: Away Mode
initial: off
icon: mdi:exit-run
night_mode:
name: Night Mode
initial: on
icon: mdi:power-sleep
cinema_mode:
name: Cinema Mode
initial: off
icon: mdi:video-vintage
node_red_heartbeat:
name: Node Red Heartbeat
initial: off
icon: mdi:heart-pulse
|
Remove BulkChangeTable rule from linter | require: rubocop-rails
AllCops:
NewCops: enable
Layout/LineLength:
Max: 120
Metrics/MethodLength:
Max: 12
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/SymbolArray:
EnforcedStyle: brackets
Rails/DynamicFindBy:
Enabled: false
Rails/RefuteMethods:
Enabl... | require: rubocop-rails
AllCops:
NewCops: enable
Layout/LineLength:
Max: 120
Metrics/MethodLength:
Max: 12
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/SymbolArray:
EnforcedStyle: brackets
Rails/BulkChangeTable:
Enabled: false
Rails/DynamicFindBy:
Ena... |
Update actions/cache action to v2 | name: Test
on: push
jobs:
test:
name: "Ruby: ${{ matrix.ruby }} Rails: ${{ matrix.rails }}"
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "2.6", "2.5"]
rails: ["6.0", "5.2"]
steps:
- uses: actions/checkout@master
- uses: eregon/use-rub... | name: Test
on: push
jobs:
test:
name: "Ruby: ${{ matrix.ruby }} Rails: ${{ matrix.rails }}"
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "2.6", "2.5"]
rails: ["6.0", "5.2"]
steps:
- uses: actions/checkout@master
- uses: eregon/use-rub... |
Add mxr-conda to maintainers list | {% set name = "pretty_midi" %}
{% set version = "0.2.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pretty_midi-{{ version }}.tar.gz
sha256: f6a249cb843441e1cb78c4c0a1290948d6f56df7486f7974e20d5c80486dc99e
build:
number: 0... | {% set name = "pretty_midi" %}
{% set version = "0.2.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pretty_midi-{{ version }}.tar.gz
sha256: f6a249cb843441e1cb78c4c0a1290948d6f56df7486f7974e20d5c80486dc99e
build:
number: 0... |
Add docker{-compose} completions back, they are not part of the cask | ---
- homebrew_cask:
name:
- docker
- p4v
- homebrew:
name:
- docker-compose
| ---
- homebrew_cask:
name:
- docker
- p4v
- homebrew:
name:
- docker-completion
- docker-compose
- docker-compose-completion
|
Increase influxdb deployment memory request & limit in helm chart | {{ if eq .Values.influxdb.host "" -}}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ include "chart.fullname" . }}-influxdb
labels:
app: influxdb
chart: {{ include "chart.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
replicas: 1
strategy:
... | {{ if eq .Values.influxdb.host "" -}}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ include "chart.fullname" . }}-influxdb
labels:
app: influxdb
chart: {{ include "chart.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
replicas: 1
strategy:
... |
Update from Forestry.io - Updated Forestry configuration | ---
label: Event
hide_body: false
fields:
- type: text
name: layout
label: layout
hidden: true
- type: boolean
name: featured
label: featured
default: false
hidden: false
- type: text
name: title
label: Event title
description: 'Example: "2020 SV Alumni Reunion"'
- type: file
name: img-url
label... | ---
label: Event
hide_body: false
fields:
- type: text
name: layout
label: layout
hidden: true
- type: boolean
name: featured
label: Featured
default: false
hidden: false
description: If this event is set to featured, it will appear on the front page.
- type: text
name: title
label: Event title
de... |
Build for both ARMv6 and ARMv7 | build:
goos:
- linux
- darwin
- freebsd
goarch:
- 386
- amd64
- arm
- arm64
archive:
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
brew:
github:
owner: geta... | build:
goos:
- linux
- darwin
- freebsd
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
archive:
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
brew:
... |
Build css before running tests | version: 2
jobs:
build:
docker:
- image: circleci/node:8.9
working_directory: ~/repo
branches:
only:
- production
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "app/package.json" }}... | version: 2
jobs:
build:
docker:
- image: circleci/node:8.9
working_directory: ~/repo
branches:
only:
- production
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "app/package.json" }}... |
Add pyside to requirements (needed for GUI) | name: tardis
channels:
- defaults
- conda-forge
- bioconda
dependencies:
- python=2.7
- numpy=1.12
- scipy=0.18
- pandas=0.20
- pytables
- h5py=2.6
- matplotlib=2.0
- astropy=1.3
- numexpr=2.6
- Cython=0.21
- networkx=1.10
- pytest=3.0
- pyyaml=3.12
- jsonschema=2.5.1
- pyne=0.5.3
- graphviz=2.38
- pygrap... | name: tardis
channels:
- defaults
- conda-forge
- bioconda
dependencies:
- python=2.7
- numpy=1.12
- scipy=0.18
- pandas=0.20
- pytables
- h5py=2.6
- matplotlib=2.0
- astropy=1.3
- numexpr=2.6
- Cython=0.21
- networkx=1.10
- pytest=3.0
- pyyaml=3.12
- jsonschema=2.5.1
- pyne=0.5.3
- pyside=1.2.0
- graphvi... |
Move to lileio docker account | box: golang:1.8
services:
- id: postgres
env:
POSTGRES_DB: account_service_test # optional
build:
steps:
- setup-go-workspace
# Gets the dependencies
- script:
name: go get
code: |
go get -t ./...
# Test the project
- script:
name: go test
... | box: golang:1.8
services:
- id: postgres
env:
POSTGRES_DB: account_service_test # optional
build:
steps:
- setup-go-workspace
# Gets the dependencies
- script:
name: go get
code: |
go get -t ./...
# Test the project
- script:
name: go test
... |
Add testing on Ubuntu 14.04 | ---
driver:
name: vagrant
require_chef_omnibus: 11.8
platforms:
- name: ubuntu-12.04
- name: centos-6.4
- name: centos-6.5
suites:
- name: default
run_list:
- recipe[apt::default]
- recipe[exhibitor::default]
attributes:
| ---
driver:
name: vagrant
require_chef_omnibus: 11.8
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: centos-6.4
- name: centos-6.5
suites:
- name: default
run_list:
- recipe[apt::default]
- recipe[exhibitor::default]
attributes:
|
Add pypy and nightly runtimes | language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
dist: trusty
sudo: false
matrix:
include:
- language: generic
python: 2.7
os: osx
- language: generic
python: 3.3
os: osx
- language: generic
python: 3.4
os: osx
- language: generic
python: 3.5... | language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- nightly
- pypy-5.7.1
dist: trusty
sudo: false
matrix:
include:
- language: generic
python: 2.7
os: osx
- language: generic
python: 3.3
os: osx
- language: generic
python: 3.4
os: osx
- language... |
Use recommended 0.26.x version of libgit2 | # obligatory fields
name: gitless
version: git
summary: A simple version control system built on top of Git
description: |
Gitless is an experimental version control system built on top of Git.
Many people complain that Git is hard to use. We think the problem lies
deeper than the user interface, in the concepts... | # obligatory fields
name: gitless
version: git
summary: A simple version control system built on top of Git
description: |
Gitless is an experimental version control system built on top of Git.
Many people complain that Git is hard to use. We think the problem lies
deeper than the user interface, in the concepts... |
Update from Hackage at 2017-11-19T02:29:00Z | homepage: https://github.com/jxv/animate#readme
changelog-type: ''
hash: 006cb0aa3cbd79dc78186bf854f94ca294920b4f1c3333d79810829491170596
test-bench-deps:
base: -any
hspec: -any
animate: -any
vector: -any
maintainer: Joe Vargas
synopsis: Animation for sprites
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
... | homepage: https://github.com/jxv/animate#readme
changelog-type: ''
hash: bfb8f77edf5397583cf5a4c3e61b65008c8bde200f6deca4422e0ff7916212e2
test-bench-deps:
base: -any
hspec: -any
animate: -any
vector: -any
maintainer: Joe Vargas
synopsis: Animation for sprites
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
... |
Set PATH var during build to support VS 2015 | version: 1.3.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
cache:
- packages -> **\packages.config
before_build:
- nuget... | version: 1.3.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
cache:
- packages -> **\packages.config
before_build:
- set P... |
Remove redundant step to install Atom on Appveyor CI | version: "{build}"
os: Windows Server 2012 R2
install:
- choco install atom -y
- cd %APPVEYOR_BUILD_FOLDER%
- npm install
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- npm test
test: off
deploy: off
| version: "{build}"
os: Windows Server 2012 R2
install:
- cd %APPVEYOR_BUILD_FOLDER%
- npm install
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- npm test
test: off
deploy: off
|
Remove node@0.11 from Windows builds | # Thanks for Grunt for template of this file!
# http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.... | # Thanks for Grunt for template of this file!
# http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
# - nodejs_version: "... |
Update Pix-Art Messenger to 2.1.3 (246) | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Christian Schneppe
SourceCode: https://github.com/kriztan/Pix-Art-Messenger
IssueTracker: https://github.com/kriztan/Pix-Art-Messenger/issues
Changelog: https://github.com/kriztan/Pix-Art-Messenger/blob/HEAD/CHANGELOG.md
AutoName: Pix-Art Messenger
RepoType: ... | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Christian Schneppe
SourceCode: https://github.com/kriztan/Pix-Art-Messenger
IssueTracker: https://github.com/kriztan/Pix-Art-Messenger/issues
Changelog: https://github.com/kriztan/Pix-Art-Messenger/blob/HEAD/CHANGELOG.md
AutoName: Pix-Art Messenger
RepoType: ... |
Fix one more case of deprecated `sudo` | ---
- name: Install MySQL
apt: name={{ item }} update_cache={{ update_apt_cache }} state=present
with_items:
- mysql-server
- mysql-client
- libmysqlclient-dev
tags: packages
- name: Install mysqlclient
pip: name=mysqlclient
tags: packages
- name: Ensure the MySQL service is running
service: ... | ---
- name: Install MySQL
apt: name={{ item }} update_cache={{ update_apt_cache }} state=present
with_items:
- mysql-server
- mysql-client
- libmysqlclient-dev
tags: packages
- name: Install mysqlclient
pip: name=mysqlclient
tags: packages
- name: Ensure the MySQL service is running
service: ... |
Reset file for local development | version: '2'
services:
bugzilla:
image: uneet/bugzilla
restart: on-failure
ports:
- 8081:80
environment:
SES_VERIFIED_SENDER: bugzilla.dev@unee-t.com
MYSQL_HOST: db.dev.unee-t.com
MYSQL_PORT: 3306
MYSQL_ROOT_PASSWORD: jai7Paib
... | version: '2'
services:
bugzilla:
image: uneet/bugzilla
restart: on-failure
ports:
- 8081:80
environment: # Setup by local .env file
SES_SMTP_USERNAME: ${SES_SMTP_USERNAME}
SES_SMTP_PASSWORD: ${SES_SMTP_PASSWORD}
SES_VERIFIED_SENDER: ${SES_VERIFIED_... |
Revert "replaced curl with get_url" | ---
- name: "Download wordpress"
become: yes
get_url: "url={{ storyteller_wp_file_url }}/{{ storyteller_wp_file }} dest=/srv/{{ storyteller_wp_file }} sha256sum='{{ storyteller_wp_sha256sum }}'"
- name: "Extract archive"
become: yes
unarchive: "src=/srv/{{ storyteller_wp_file }} dest=/srv copy=no creates=/srv/... | ---
- name: "Download wordpress"
become: yes
get_url: "url={{ storyteller_wp_file_url }}/{{ storyteller_wp_file }} dest=/srv/{{ storyteller_wp_file }} sha256sum='{{ storyteller_wp_sha256sum }}'"
- name: "Extract archive"
become: yes
unarchive: "src=/srv/{{ storyteller_wp_file }} dest=/srv copy=no creates=/srv/... |
Add build with Java 7 on Linux | name: Continous build - build and test on every push
on: push
jobs:
build:
name: Build and test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java-version: [8, 11]
steps:
- name: Checkout
uses: actions/checkout@v1
wit... | name: Continous build - build and test on every push
on: push
jobs:
build:
name: Build and test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java-version: [8, 11]
steps:
- name: Checkout
uses: actions/checkout@v1
wit... |
Remove regional holiday days. Add 2020 calculated days | working_days:
- monday
- tuesday
- wednesday
- thursday
- friday
holidays:
- January 1st, 2018
- January 2nd, 2018
- February 12th, 2018
- February 19th, 2018
- March 30th, 2018
- April 2nd, 2018
- May 21st, 2018
- June 21st, 2018
- June 25th, 2018
- July 2nd, 2018
- July 9th, 2018
- ... | working_days:
- monday
- tuesday
- wednesday
- thursday
- friday
holidays:
- January 1st, 2018
- March 30th, 2018
- May 21st, 2018
- July 2nd, 2018
- September 3rd, 2018
- October 8th, 2018
- November 12th, 2018
- December 25th, 2018
- December 26th, 2018
- January 1st, 2019
- April 19t... |
Update circleci/python:3.7.0 Docker digest to dec5ac | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.0@sha256:ce542ad74740970bbe42c8056f59e58f2c4dfa43b9f90b455319581fc990a02c
working_directory: ~/repo
steps:
- checko... | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.0@sha256:dec5ac94030a5c343c81b021ca5c68cfcd36895d49b9a1960ba714ef11892799
working_directory: ~/repo
steps:
- checko... |
Update nodejs to LTS version | version: 2
jobs:
build:
working_directory: ~/mern-starter # directory where steps will run
docker: # run the steps with Docker
- image: circleci/node:10.14
steps:
- checkout
- run:
name: update-npm
command: 'sudo npm install -g npm@latest'
- run:
name:... | version: 2
jobs:
build:
working_directory: ~/mern-starter # directory where steps will run
docker: # run the steps with Docker
- image: circleci/node:16.13
steps:
- checkout
- run:
name: update-npm
command: 'sudo npm install -g npm@latest'
- run:
name:... |
Make it easy to upgrade go | ---
- name: Install Go
unarchive:
src: "https://storage.googleapis.com/golang/go{{ go_version }}.darwin-amd64.tar.gz"
dest: /usr/local
copy: no
creates: /usr/local/go/VERSION
tags:
- go
| ---
- name: Checking installed version of go
command: cat /usr/local/go/VERSION
register: current_go_version
ignore_errors: yes
tags:
- go
- name: Remove old version of Go
file:
path: /usr/local/go
state: absent
when: not "go{{ go_version }}" == current_go_version.stdout
tags:
- go
- na... |
Update Monochromatic to 0.3.1 (4) | Categories:
- Graphics
- Reading
- Theming
License: Apache-2.0
SourceCode: https://github.com/RichyHBM/Monochromatic
IssueTracker: https://github.com/RichyHBM/Monochromatic/issues
AutoName: Monochromatic
Summary: Enable the built-in black and white mode
Description: |-
This app makes use of the built-in blac... | Categories:
- Graphics
- Reading
- Theming
License: Apache-2.0
SourceCode: https://github.com/RichyHBM/Monochromatic
IssueTracker: https://github.com/RichyHBM/Monochromatic/issues
AutoName: Monochromatic
Summary: Enable the built-in black and white mode
Description: |-
This app makes use of the built-in blac... |
Enable docker on service-apis jobs | presubmits:
kubernetes-sigs/service-apis:
- name: pull-service-apis-build
annotations:
testgrid-dashboards: sig-network-service-apis
testgrid-tab-name: build
decorate: true
path_alias: sigs.k8s.io/service-apis
always_run: true
skip_report: false
spec:
containers:
- im... | presubmits:
kubernetes-sigs/service-apis:
- name: pull-service-apis-build
annotations:
testgrid-dashboards: sig-network-service-apis
testgrid-tab-name: build
labels:
preset-dind-enabled: "true"
decorate: true
path_alias: sigs.k8s.io/service-apis
always_run: true
skip_report... |
Update from Hackage at 2017-01-21T00:05:06Z | homepage: https://github.com/nbrk/hashflare
changelog-type: ''
hash: a6f690f635b12064b1176286f46e129a99d2b6707e54460ea9a6edb6fd969606
test-bench-deps: {}
maintainer: nbrk@linklevel.net
synopsis: A library for working with HashFlare.io contracts and hashrates
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
simple-... | homepage: ''
changelog-type: ''
hash: accd8a66c743cbd6580182c1a85916dd6422d67a1587b7e2927849cd53e38f9a
test-bench-deps: {}
maintainer: nbrk@linklevel.net
synopsis: A library for working with HashFlare.io contracts and hashrates
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.1'
simple-money: ! '>=0.2.0.0'
containe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.