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
newt... | 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
newt... |
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'... | 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'... |
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-page... | - 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-page... |
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/govera... | 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... |
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:
- s... | 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
... |
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://codec... |
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
... | 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-19... |
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
s... | 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 ins... |
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 --... | 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 --... |
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
- ... |
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... | 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: ... |
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:
-... | 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:... |
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:
- wg... | 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:
- wg... |
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:
- DATA... | 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... |
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
s... | 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 && grad... | 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
-... | 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-... |
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+hwvQ1JMAFUbsQOTSk1f... |
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.fre... | sudo: true
language: python
install:
- sudo apt-get install swig
- pip install --upgrade pip setuptools
- pip install tox
script:
- tox
after_success:
- source .tox/${TOXENV}/bin/activate && pip install codecov && codecov --env TRAVIS_OS_NAME,TOXENV
notifications:
email: false
irc:
- "irc.fre... |
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:
... | 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:
... |
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-se... | repositories:
remote:
- https://repo.maven.apache.org/maven2
artifacts:
javax_javaee: javax:javaee-api:jar:7.0
javax_annotation: org.realityforge.javax.annotation:javax.annotation:jar:1.0.0
gwt_user: com.google.gwt:gwt-user:jar:2.8.2
gwt_dev: com.google.gwt:gwt-dev:jar:2.8.2
gwt_servlet: com.google.gwt:... |
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 P... | name: fluentReports Renderer CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,15.x]
steps:
- name: Checkout Startup
uses: actions/checkout@v2
- name: Updat... |
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:lat... | version: "2"
services:
php:
image: quay.io/webelement/php:latest
tty: true
stdin_open: true
volumes:
- ./:/code
working_dir: /code
command: >
sh -c '
composer install
&& ./speakers.php
'
node:
image: quay.io/webelement/node:lat... |
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://mong... | mongo:
image: mongo
# volumes:
# - ./data/runtime/mongo:/data/mongo
# - ./data/dump:/dump
command: mongod --smallfiles
rocketchat:
image: rocketchat/rocket.chat:develop
# volumes:
# - ./uploads:/app/uploads
environment:
- ROOT=3000
- ROOT_URL=http://yourhost:3000
- MONGO_URL=mongodb://mong... |
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 r... |
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]
... |
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
# TOD... | 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
# TOD... |
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: pag... | ---
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... |
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
... | 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
... |
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/power... | - 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 ... |
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.... | 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.... |
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
... | '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
... |
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/li... | 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}/va... |
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... | 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 environm... |
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'
te... | 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'
te... |
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/iss... | 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... |
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 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... |
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: c... | 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:
- ... |
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 --patt... | 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=did... |
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
... | 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
... |
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=70820b2c9137bc6411ae1a2e0c6861028c70ce373ee... | language: ruby
sudo: false
cache: bundler
rvm:
- ruby-head
- 2.3.1
- 2.2
- 2.1
- jruby
- jruby-head
- rbx-2
matrix:
allow_failures:
- rvm: rbx-2
- rvm: jruby
- rvm: jruby-head
- rvm: ruby-head
env:
global:
- CODECLIMATE_REPO_TOKEN=70820b2c9137bc6411ae1a2e0c6861028c70ce373eec87ad46d... |
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 ... | 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 ... |
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:
... | # 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:
... |
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 sca... | 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 ... |
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:
-... | # 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 ... |
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... | 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
... |
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
- hie... | 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
- hie... |
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 sh... | # ~/.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 sh... |
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 bu... | 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 versio... |
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... | 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:
... |
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: ${{ mat... | 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-nod... |
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... | ---
# 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... |
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... | 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... |
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 wit... |
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
... | # 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
... |
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
webse... | # 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:
... |
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 subpro... | 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 subproj... |
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... | # 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... |
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
# ... | # 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
... |
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... | ---
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://... |
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@nualearga... | 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@nualearga... |
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_... | 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: du... |
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.y... | 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.y... |
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-l... | 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-l... |
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:
- kinverarit... | 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: ch... |
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: Gemfil... | 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: Gemfil... |
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 = ${JD... | 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
... | 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
... |
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... | 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-cooki... |
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 -sche... | 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 -sche... |
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.