commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
cb9ac1122ff1e1b8c81cb9ae4906561e932d6ca1 | conda-recipes/black_smurff-0.4/meta.yaml | conda-recipes/black_smurff-0.4/meta.yaml | package:
name: black_smurff
version: 0.4
source:
url: https://github.com/ExaScience/smurff/archive/b47bd3fcdc1f2ab02c51c07760577d5a407e6576.zip
build:
noarch: python
requirements:
build:
- python
- setuptools
run:
- python
- matrix_io
- scipy
- macau
... | package:
name: black_smurff
version: 0.4
source:
url: https://github.com/ExaScience/smurff/archive/black_smurff-v0.4.tar.gz
build:
noarch: python
requirements:
build:
- python
- setuptools
run:
- python
- matrix_io
- scipy
- macau
about:
home: http... | Use git tag for black_smurff conda recipe | Use git tag for black_smurff conda recipe
| YAML | mit | ExaScience/smurff,ExaScience/smurff,ExaScience/smurff,ExaScience/smurff,ExaScience/smurff,ExaScience/smurff |
5fdb1a4c520c0739c64b6162b195bf44e90edf70 | environments/nonha-arch.yaml | environments/nonha-arch.yaml | # An environment which creates an Overcloud without the use of pacemaker
# (i.e. only with keepalived and systemd for all resources)
resource_registry:
OS::TripleO::Services::CinderVolume: ../deployment/cinder/cinder-volume-container-puppet.yaml
OS::TripleO::Services::RabbitMQ: ../deployment/rabbitmq/rabbitmq-conta... | # An environment which creates an Overcloud without the use of pacemaker
# (i.e. only with keepalived and systemd for all resources)
resource_registry:
OS::TripleO::Services::CinderVolume: ../deployment/cinder/cinder-volume-container-puppet.yaml
OS::TripleO::Services::RabbitMQ: ../deployment/rabbitmq/rabbitmq-conta... | Update nonha arch env file | Update nonha arch env file
The non-ha arch file contains a reference to a deployment template
that no longer exists. This change updates the setting to the new
template file location.
Change-Id: I4f96615bc1772c5d64492dda637120a3a268b0c1
Signed-off-by: Kevin Carter <1d9a750a4fc7026fb02029431dc8a87d24487135@redhat.com>... | YAML | apache-2.0 | openstack/tripleo-heat-templates,openstack/tripleo-heat-templates |
cd386f6057493b6dea656392200a9a593ac5060c | deploy/manifests/discovery/multi.yml | deploy/manifests/discovery/multi.yml | ---
applications:
- name: discovery-multi
memory: 4GB
instances: 2
buildpack: java_buildpack
health-check-type: http
health-check-http-endpoint: /records
path: ../../openregister-java.jar
domains:
- discovery.openregister.org
hosts:
- address
- approved-meat-establishment
- charity
-... | ---
applications:
- name: discovery-multi
memory: 4GB
instances: 2
buildpack: java_buildpack
health-check-type: http
health-check-http-endpoint: /records
path: ../../openregister-java.jar
domains:
- discovery.openregister.org
hosts:
- address
- approved-meat-establishment
- charity
-... | Remove qualification-* and jobcentre registers from discovery | Remove qualification-* and jobcentre registers from discovery
They are being promoted to alpha
| YAML | mit | openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java |
1b453d8c8fb1bfba7bc02b34f0c52042fa3ded02 | docker/fennec/docker-compose-dev.yml | docker/fennec/docker-compose-dev.yml | version: '3'
services:
datadb:
image: postgres:9.6
environment:
POSTGRES_USER: fennec_data
POSTGRES_PASSWORD: fennec_data
POSTGRES_DB: fennec_data
userdb:
image: postgres:9.6
environment:
POSTGRES_USER: fennec_user
POSTGRES_PASSWORD: fennec_user
POSTGRES_DB: fenne... | version: '3'
services:
datadb:
image: postgres:9.6
volumes:
- "../volumes/datadb:/var/lib/postgresql/data"
environment:
POSTGRES_USER: fennec_data
POSTGRES_PASSWORD: fennec_data
POSTGRES_DB: fennec_data
userdb:
image: postgres:9.6
volumes:
- "../volumes/userdb:/var/lib/... | Add volumes for docker db containers | Add volumes for docker db containers
| YAML | mit | molbiodiv/fennec,molbiodiv/fennec,molbiodiv/fennec,molbiodiv/fennec,molbiodiv/fennec |
97a6dd75750c1a6c9051d10973dd31447a97490b | examples/encrypted/service_group.yml | examples/encrypted/service_group.yml | apiVersion: v1
kind: Secret
metadata:
name: ring-key-20170816102049
labels:
habitat: "true"
ring-key: "true"
type: Opaque
data:
# base64-encoded ring key
ring-key: U1lNLVNFQy0xCnJpbmcta2V5LTIwMTcwODE2MTAyMDQ5CgpyTmtKbkJxZHppVWdmdnYweEVhaWpzMWxHUGZUdHBLdFg0L0xaMmpQcWdJPQo=
---
apiVersion: habitat.sh/v1
k... | apiVersion: v1
kind: Secret
metadata:
name: ring-key-20170816102049
labels:
habitat: "true"
ring-key: "true"
type: Opaque
data:
# base64-encoded ring key
ring-key: U1lNLVNFQy0xCnJpbmcta2V5LTIwMTcwODE2MTAyMDQ5CgpyTmtKbkJxZHppVWdmdnYweEVhaWpzMWxHUGZUdHBLdFg0L0xaMmpQcWdJPQo=
---
apiVersion: habitat.sh/v1
k... | Fix topology in encrypted ring example | Fix topology in encrypted ring example
| YAML | apache-2.0 | kinvolk/habitat-operator,kinvolk/habitat-operator |
bd8c17934a858a4274d9cd765cee559449d1d856 | easy-coding-standard.yaml | easy-coding-standard.yaml | imports:
- { resource: 'vendor/lmc/coding-standard/easy-coding-standard.yaml' }
services:
PhpCsFixer\Fixer\PhpUnit\PhpUnitTestAnnotationFixer:
style: annotation
| imports:
- { resource: 'vendor/lmc/coding-standard/easy-coding-standard.yaml' }
services:
PhpCsFixer\Fixer\Phpdoc\PhpdocLineSpanFixer:
property: single
PhpCsFixer\Fixer\PhpUnit\PhpUnitTestAnnotationFixer:
style: annotation
| Enable and configure phpdoc_line_span fixer | Enhancement: Enable and configure phpdoc_line_span fixer
| YAML | mit | OndraM/ci-detector |
ab205e053f9d61f56fb72166ef503a71e51138cf | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: ['**']
pull_request:
branches: ['**']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
neo4j_version:
- "3.5"
- "4.0"
- "4.1"
- "4.2"
- "4.3"
neo4j_enterprise_edition:
- "true"
... | name: CI
on:
push:
branches: ['**']
pull_request:
branches: ['**']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
neo4j_version:
- "3.5"
- "4.0"
- "4.1"
- "4.2"
- "4.3"
- "4.4"
neo4j_enterprise_edition:
... | Add Neo4j 4.4 to CI | Add Neo4j 4.4 to CI
| YAML | apache-2.0 | neo4j-contrib/neo4j-jdbc,neo4j-contrib/neo4j-jdbc,neo4j-contrib/neo4j-jdbc |
75b78de82962cfbb5089a7b1b00a0410b0ac1ac5 | .github/workflows/main.yml | .github/workflows/main.yml | name: Run Gradle
on: push
jobs:
gradle:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 11
- uses: eskatos/gradle-command-action@v1
... | name: Run Gradle
on: push
jobs:
gradle:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 11
- uses: actions/cache@v1
with:
... | Enable GitHub Actions dependency cache | Enable GitHub Actions dependency cache
| YAML | apache-2.0 | eerohele/dita-ot-gradle,eerohele/dita-ot-gradle |
469c9f69f1f186adfb4079b31738aa7f0261905f | .github/workflows/main.yml | .github/workflows/main.yml | # This is a basic workflow to help you get started with Actions
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actio... | # This is a basic workflow to help you get started with Actions
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actio... | Update actions/setup-node action to v2.5.1 | Update actions/setup-node action to v2.5.1
| YAML | apache-2.0 | pubkey/async-test-util |
d6588bcf32c9a9c6e401338bd2d9f6450019fec9 | .github/workflows/ruby.yml | .github/workflows/ruby.yml | name: CI
on: [push, pull_request]
jobs:
test:
name: >-
Test (${{ matrix.ruby }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
gemfile: [Gemfile]
ruby:
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6... | name: CI
on: [push, pull_request]
jobs:
test:
name: >-
Test (${{ matrix.ruby }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
gemfile: [Gemfile]
ruby:
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6... | Use built-in Rubocop GitHub Actions formatter | Use built-in Rubocop GitHub Actions formatter
| YAML | mit | lautis/uglifier,lautis/uglifier |
76f2a6c8d004082c06746749639386e92dca5747 | .github/workflows/rust.yml | .github/workflows/rust.yml | name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: No std build
run: cargo build --no-default-features --verbose
- name: Run tests
run: cargo test --verbose
| name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
- name: cargo check
uses: actio... | Update toolchain as part of github action | Update toolchain as part of github action | YAML | apache-2.0 | tkaitchuck/aHash,tkaitchuck/aHash |
c42afc498f407a156a6573d28031c5e72dd5bc52 | .github/workflows/rust.yml | .github/workflows/rust.yml | name: Rust
on:
push:
branches:
- master
pull_request: {}
jobs:
check-format:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
clippy:
runs-on: ubuntu-18.04
steps:
- uses: action... | name: Rust
on:
push:
branches:
- master
pull_request: {}
jobs:
check-format:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
clippy:
runs-on: ubuntu-18.04
steps:
- uses: action... | Allow fail of upload coverage report | Allow fail of upload coverage report
| YAML | mit | termoshtt/ndarray-linalg |
8a76a0045e0a3277823c4d28e4a897d89c6d8260 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test on push and PR
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses... | name: Test on push and PR
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses... | Update actions/checkout action to v3 | Update actions/checkout action to v3
| YAML | mit | zrrrzzt/node-wcag-pdf,zrrrzzt/node-wcag-pdf |
0bb96400b38b88ccabefca314b9eec10b95f68b5 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on: [push, pull_request]
jobs:
test:
name: Ruby ${{ matrix.ruby }} (${{ matrix.os }})
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
ruby:
- 3.0
- 2.7
- 2.6
- jruby-9.3.1.0
- truffleruby-21.3.0
os:... | name: Test
on: [push, pull_request]
jobs:
test:
name: Ruby ${{ matrix.ruby }} (${{ matrix.os }})
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
ruby:
- 3.1
- 3.0
- 2.7
- 2.6
- jruby-9.3.1.0
- truffleruby-21.3... | Update CI Rubies: Add Ruby 3.1 | Update CI Rubies: Add Ruby 3.1
| YAML | mit | janlelis/sig |
1132077a941584a06c701c92c39603684570ab2f | .github/workflows/test.yml | .github/workflows/test.yml | name: test
# Run this workflow every time a new commit pushed to your repository
on: [push, pull_request]
jobs:
# Set the job key. The key is displayed as the job name
# when a job name is not provided
test:
# Name the Job
name: test
# Set the type of machine to run on
# https://github.com/actio... | name: test
# Run this workflow every time a new commit pushed to your repository
on: [push, pull_request]
jobs:
# Set the job key. The key is displayed as the job name
# when a job name is not provided
test:
# Name the Job
name: test
# Set the type of machine to run on
# https://github.com/actio... | Test with multiple versions of Python | .github: Test with multiple versions of Python
| YAML | apache-2.0 | ARM-software/lisa,credp/lisa,ARM-software/lisa,credp/lisa,credp/lisa,credp/lisa,ARM-software/lisa,ARM-software/lisa |
0ca2134f86668ee0c636844db7358b6f74825547 | config/mongrel_cluster.yml | config/mongrel_cluster.yml | ---
cwd: /var/www/bunnylove.org.uk/application/current
port: "9500"
environment: production
address: 127.0.0.1
pid_file: log/mongrel.pid
servers: 3
| ---
cwd: /var/www/bunnylove.org.uk/application/current
port: "9501"
environment: production
address: 127.0.0.1
pid_file: log/mongrel.pid
servers: 8
| Bring up more mongrels, starting on port 9501 instead of 9500. | Bring up more mongrels, starting on port 9501 instead of 9500.
git-svn-id: 801577a2cbccabf54a3a609152c727abd26e524a@1286 a18515e9-6cfd-0310-9624-afb4ebaee84e
| YAML | agpl-3.0 | chrismear/bunnylove,chrismear/bunnylove,chrismear/bunnylove |
4461250ac77676c82061c5f87342ff36aa14a6d3 | blueprints/embedlycard.yaml | blueprints/embedlycard.yaml | title: Embedly Card Options
'@extends':
type: default
context: blueprints://pages
form:
fields:
tabs:
type: tabs
active: 1
fields:
content:
fields:
header.title:
replace@: true
type: text
size: long... | title: Embedly Card Options
'@extends':
type: default
context: blueprints://pages
form:
fields:
tabs:
type: tabs
active: 1
fields:
content:
fields:
header.title:
replace@: true
type: text
size: long... | Change default alignment for Embedly Card pages | Change default alignment for Embedly Card pages
| YAML | mit | hibbitts-design/grav-theme-course-hub-bootstrap,hibbitts-design/grav-theme-course-hub-bootstrap,hibbitts-design/grav-theme-course-hub-bootstrap |
318c1f3cc9c72ea78a32bd4a8c2a50ce1995639b | docker-compose/docker-compose-linux.yml | docker-compose/docker-compose-linux.yml | version: "3.2"
services:
reverse-proxy:
image: explorviz/reverse-proxy
container_name: explorviz-reverse-proxy
mongo:
image: mongo
container_name: explorviz-auth-mongo
volumes:
- explorviz-auth-mongo-data:/data/db
- explorviz-auth-mongo-configdb:/data/configdb
volumes:
explorviz... | version: "3.2"
services:
reverse-proxy:
image: explorviz/reverse-proxy
container_name: explorviz-reverse-proxy
network_mode: "host"
mongo:
image: mongo
container_name: explorviz-auth-mongo
volumes:
- explorviz-auth-mongo-data:/data/db
- explorviz-auth-mongo-configdb:/data/confi... | Fix invalid property error in linux docker composed file | Fix invalid property error in linux docker composed file
| YAML | apache-2.0 | ExplorViz/explorviz-ui-backend,ExplorViz/explorviz-ui-backend |
ae317d1ba4d57382d90fe7fc2c0edd847b11a685 | backend/apps/serverboards/test/data/plugins/extractor/manifest.yaml | backend/apps/serverboards/test/data/plugins/extractor/manifest.yaml | name: test.extractor
id: test.extractor
description: Example extractor plugin
components:
- id: daemon
type: cmd
command: ./extractor.py
type: singleton
timeout: 1m
- id: extractor
type: extractor
name: Example extractor
command: test.extractor/daemon
extractor: extractor
schem... | name: test.extractor
id: test.extractor
description: Example extractor plugin
components:
- id: daemon
type: cmd
command: ./extractor.py
strategy: singleton
timeout: 1m
- id: extractor
type: extractor
name: Example extractor
command: test.extractor/daemon
extractor: extractor
s... | Fix extractor test singleton strategy | Fix extractor test singleton strategy
| YAML | apache-2.0 | serverboards/serverboards,serverboards/serverboards,serverboards/serverboards,serverboards/serverboards,serverboards/serverboards |
d8a7b38db0579c85ebac1230a628b918fd215ff7 | stack.yaml | stack.yaml | # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-5.7
# Local packages, usually specified by relative directory name
packages:
- '.'
# Packages to be pulle... | # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-5.8
# Local packages, usually specified by relative directory name
packages:
- '.'
# Packages to be pulle... | Update build plan to lts-5.8 | Update build plan to lts-5.8
| YAML | bsd-3-clause | dikmax/dikmax.name-ng,dikmax/dikmax.name-ng,dikmax/dikmax.name-ng,dikmax/dikmax.name-ng,dikmax/dikmax.name-ng |
e6d6d0accbd4d8f0e3edb23d4933db9e0e4b65ea | deployments/biology/config/common.yaml | deployments/biology/config/common.yaml | nfsPVC:
enabled: true
nfs:
serverIP: nfsserver-01
shareName: export/homedirs-other-2020-07-29/biology
jupyterhub:
scheduling:
userScheduler:
nodeSelector:
hub.jupyter.org/pool-name: core-pool
proxy:
nodeSelector:
hub.jupyter.org/pool-name: core-pool
hub:
nodeSelector:... | nfsPVC:
enabled: true
nfs:
serverIP: nfsserver-01
shareName: export/homedirs-other-2020-07-29/biology
jupyterhub:
scheduling:
userScheduler:
nodeSelector:
hub.jupyter.org/pool-name: core-pool
proxy:
nodeSelector:
hub.jupyter.org/pool-name: core-pool
hub:
nodeSelector:... | Set limit to 2G instead of 1G | biology: Set limit to 2G instead of 1G
BIO1B might need at least this much RAM
| YAML | bsd-3-clause | berkeley-dsep-infra/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,ryanlovett/datahub |
3678a192f48213290e73a16926a346dc64268482 | azure-pipelines.yml | azure-pipelines.yml | # Xcode
# Build, test, and archive an Xcode workspace on macOS.
# Add steps that install certificates, test, sign, and distribute an app, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/xcode
trigger:
- master
- development
pool:
vmImage: 'macOS-10.14'
variables:
BU... | # Xcode
# Build, test, and archive an Xcode workspace on macOS.
# Add steps that install certificates, test, sign, and distribute an app, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/xcode
trigger:
- master
- development
pool:
vmImage: 'macOS-10.14'
variables:
BU... | Use correct ruby version on CI | Use correct ruby version on CI
Signed-off-by: Diogo Tridapalli <212c3bd832d63e5ff969ce7ec62760356eb8132c@users.noreply.github.com>
| YAML | mit | diogot/MyWeight,diogot/MyWeight,diogot/MyWeight |
c5f1c10e9a4854cca507a30107a1d1c3bba79700 | dev.yml | dev.yml | version: '2'
services:
processing:
build: .
image: hostview/processing
volumes:
- ./data:/data
- ./app:/app
- /app/node_modules
links:
- redis
- postgres
networks:
- backtier
environment:
NODE_ENV: development
DEBUG: hostview
PROCESS_REDIS: redis:... | version: '2'
services:
processing:
build: .
image: hostview/processing:latest
volumes:
- ./data:/data
- ./app:/app
- /app/node_modules
links:
- redis
- postgres
networks:
- backtier
environment:
NODE_ENV: development
DEBUG: hostview
PROCESS_REDIS:... | Add version to docker container | Add version to docker container
| YAML | mit | inria-muse/hostview-processing,inria-muse/hostview-processing,inria-muse/hostview-processing,inria-muse/hostview-processing,inria-muse/hostview-processing |
acd6414e4a2de28f8b46c075fae8648be99884af | packages/lo/locators.yaml | packages/lo/locators.yaml | homepage: ''
changelog-type: ''
hash: 24580065f55d937f214ed0cc461cbc09f391b4edd0d311283e37dc9d630f5be9
test-bench-deps:
bytestring: -any
base: '>=4 && <5'
hspec: -any
HUnit: -any
containers: -any
locators: -any
QuickCheck: -any
cryptohash: -any
maintainer: Andrew Cowie <istathar@gmail.com>
synopsis: Hum... | homepage: ''
changelog-type: ''
hash: fa51809fb8da495a859e0d276d369b08fcaea8b02c2ba011d1c60133ceac08b5
test-bench-deps:
bytestring: -any
base: '>=4 && <5'
hspec: -any
HUnit: -any
containers: -any
cryptonite: -any
locators: -any
QuickCheck: -any
maintainer: Andrew Cowie <istathar@gmail.com>
synopsis: Hum... | Update from Hackage at 2020-07-28T12:51:42Z | Update from Hackage at 2020-07-28T12:51:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b0813e01ac6425d1fb3cb70b7636823bb38f53a6 | mkdocs.yml | mkdocs.yml | site_name: spark-xarray
theme: material
#repo_url: https://github.com/NCAR/PySpark4Climate
#site_url: https://ncar.github.io/PySpark4Climate/
#site_favicon: 'images/favicon.ico'
pages:
- Home: index.md
markdown_extensions:
- pymdownx.arithmatex
- pymdownx.betterem(smart_enable=all)
- pymdownx.caret
- pymdown... | site_name: spark-xarray
theme: material
repo_url: https://github.com/andersy005/spark-xarray
site_url: https://andersy005.github.io/spark-xarray/
pages:
- Home: index.md
markdown_extensions:
- pymdownx.arithmatex
- pymdownx.betterem(smart_enable=all)
- pymdownx.caret
- pymdownx.critic
- pymdownx.inlinehilit... | Update primary and accent colors | Update primary and accent colors
| YAML | apache-2.0 | andersy005/spark-xarray,andersy005/spark-xarray |
a11a19b63e04d34809814ece756011858f382914 | locale/en.yml | locale/en.yml | davis-animatedtag:
forum:
test: "blank" | davis-animatedtag:
admin:
animationtype: "Animation Type"
animationtypes:
0: "Triangles"
1: "Bubbles" | Add Settings to Language File | Add Settings to Language File
| YAML | mit | connor0095/flarum-animatedtag,connor0095/flarum-animatedtag,dav-is/flarum-animatedtag,dav-is/flarum-animatedtag |
d0cabfdf2608be0ae439e8475863c8db49367a7c | installer/environment.yml | installer/environment.yml | name: phy
dependencies:
- python
- numpy
- matplotlib
- scipy
- h5py
- pyqt=4
- pip:
- klusta
- klustakwik2
- vispy
- requests
- traitlets
- six
- joblib
- click
- tqdm
| name: phy
dependencies:
- python
- numpy
- matplotlib
- scipy
- h5py
- cython
- pyqt=4
- pip:
- klusta
- klustakwik2
- vispy
- requests
- traitlets
- six
- joblib
- click
- tqdm
| Add Cython dependency to compile klustakwik2 | Add Cython dependency to compile klustakwik2 | YAML | bsd-3-clause | rossant/phy,kwikteam/phy,kwikteam/phy,rossant/phy,kwikteam/phy,rossant/phy |
1be3b3f6a38238c03109667b1ee57b709479e924 | metadata/com.hearham.repeaterstart.yml | metadata/com.hearham.repeaterstart.yml | AntiFeatures:
- NonFreeNet
- Tracking
Categories:
- Connectivity
License: GPL-2.0-only
SourceCode: https://github.com/programmin1/Repeater-START-android
IssueTracker: https://github.com/programmin1/Repeater-START-android/issues
AutoName: RepeaterSTART
RepoType: git
Repo: https://github.com/programmin1/Repeater-... | AntiFeatures:
- NonFreeNet
- Tracking
Categories:
- Connectivity
License: GPL-2.0-only
SourceCode: https://github.com/programmin1/Repeater-START-android
IssueTracker: https://github.com/programmin1/Repeater-START-android/issues
AutoName: RepeaterSTART
RepoType: git
Repo: https://github.com/programmin1/Repeater-... | Update CurrentVersion of RepeaterSTART to 0.9 (9) | Update CurrentVersion of RepeaterSTART to 0.9 (9)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
11c584847a81dc232e2bba0e99caa94ea7e83dd7 | metadata/com.mcsnowflake.worktimer.yml | metadata/com.mcsnowflake.worktimer.yml | Categories:
- Time
License: GPL-3.0-only
SourceCode: https://gitlab.com/McSnowflake/worktimer
IssueTracker: https://gitlab.com/McSnowflake/worktimer/-/issues
AutoName: WorkTimer
RepoType: git
Repo: https://gitlab.com/McSnowflake/worktimer.git
Builds:
- versionName: '1.1'
versionCode: 2
commit: v1.1
s... | Categories:
- Time
License: GPL-3.0-only
SourceCode: https://gitlab.com/McSnowflake/worktimer
IssueTracker: https://gitlab.com/McSnowflake/worktimer/-/issues
AutoName: WorkTimer
RepoType: git
Repo: https://gitlab.com/McSnowflake/worktimer.git
Builds:
- versionName: '1.1'
versionCode: 2
commit: v1.1
s... | Update WorkTimer to 1.2 (3) | Update WorkTimer to 1.2 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
b05cb9ca2d8361212ccada5859b6d6686727159d | metadata/io.github.subhamtyagi.ocr.yml | metadata/io.github.subhamtyagi.ocr.yml | Categories:
- Graphics
- Writing
License: Apache-2.0
AuthorName: Shubham
SourceCode: https://github.com/SubhamTyagi/android-ocr
IssueTracker: https://github.com/SubhamTyagi/android-ocr/issues
AutoName: OCR
RepoType: git
Repo: https://github.com/SubhamTyagi/android-ocr.git
Builds:
- versionName: '1.4'
versi... | Categories:
- Graphics
- Writing
License: Apache-2.0
AuthorName: Shubham
SourceCode: https://github.com/SubhamTyagi/android-ocr
IssueTracker: https://github.com/SubhamTyagi/android-ocr/issues
AutoName: OCR
RepoType: git
Repo: https://github.com/SubhamTyagi/android-ocr.git
Builds:
- versionName: '1.4'
versi... | Update OCR to 2.1 (8) | Update OCR to 2.1 (8)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
0561a463a9d94b0e8b5cee9d1996ee33d1397bd9 | azure-pipelines.yml | azure-pipelines.yml | jobs:
- job: macOS
pool:
vmImage: xcode9-macos10.13
steps:
- bash: |
sudo xcode-select --switch /Applications/Xcode_10.app/Contents/Developer
brew update-reset
ln -s "$PWD" "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle"
# TODO: RuboCop needs fixed in
# ht... | jobs:
- job: macOS
pool:
vmImage: xcode9-macos10.13
steps:
- bash: |
sudo xcode-select --switch /Applications/Xcode_10.app/Contents/Developer
brew update-reset
ln -s "$PWD" "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle"
# TODO: RuboCop needs fixed in
# ht... | Use local rubocop config in CI until todo is complete | Use local rubocop config in CI until todo is complete
| YAML | mit | Homebrew/homebrew-bundle |
af7d58a21598e99d8c78c21327e62f922cacafae | meta/main.yml | meta/main.yml | # meta file for pflogsumm
---
galaxy_info:
author: Mischa ter Smitten
company: Oefenweb.nl B.V.
description: Set up pflogsumm in Debian-like systems
license: MIT
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- lucid
- precise
- trusty
- name: Debian
... | # meta file for pflogsumm
---
galaxy_info:
author: Mischa ter Smitten
company: Oefenweb.nl B.V.
description: Set up pflogsumm in Debian-like systems
license: MIT
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- lucid
- precise
- trusty
- name: Debian
... | Fix for Ansible galaxy (import) warning | Fix for Ansible galaxy (import) warning
Found galaxy_info.categories. Update meta/main.yml to use galaxy_info.galaxy_tags
| YAML | mit | Oefenweb/ansible-pflogsumm |
2b609d84b7874038a5b3234ddc48156fc68a817d | metadata.yaml | metadata.yaml | # Plugin name
name: lma_collector
# Human-readable name for your plugin
title: The Logging, Monitoring and Alerting (LMA) Collector Plugin
# Plugin version
version: 0.9.0
# Description
description: Collect logs, metrics and notifications from system and OpenStack services and forward that information to external backen... | # Plugin name
name: lma_collector
# Human-readable name for your plugin
title: The Logging, Monitoring and Alerting (LMA) Collector Plugin
# Plugin version
version: 0.9.0
# Description
description: Collect logs, metrics and notifications from system and OpenStack services and forward that information to external backen... | Remove the obsolete naming version | Remove the obsolete naming version
Change-Id: I8b3201b1f434ff58422fdb9173139c0c7b0c45fb
| YAML | apache-2.0 | stackforge/fuel-plugin-lma-collector,stackforge/fuel-plugin-lma-collector,stackforge/fuel-plugin-lma-collector,stackforge/fuel-plugin-lma-collector,stackforge/fuel-plugin-lma-collector |
acd57839351bb02c6a3f685815761b2e921a75ce | packages/un/unliftio-pool.yaml | packages/un/unliftio-pool.yaml | homepage: ''
changelog-type: ''
hash: b796c4da3b44c7dbf23820cd761783880fe1e6e56258c731762b420871b31f26
test-bench-deps: {}
maintainer: Bardur Arantsson <bardur@scientician.net>
synopsis: Data.Pool generalized to MonadUnliftIO.
changelog: ''
basic-deps:
base: ! '>=4.10 && <4.11'
time: ! '>=1.8 && <2'
resource-pool... | homepage: ''
changelog-type: ''
hash: 4de658feb1b10051c5af024c20cd7baa369c777716c54a7b3e2888a73286aecf
test-bench-deps: {}
maintainer: Bardur Arantsson <bardur@scientician.net>
synopsis: Data.Pool generalized to MonadUnliftIO.
changelog: ''
basic-deps:
base: ! '>=4.10 && <5'
time: ! '>=1.8 && <2'
resource-pool: !... | Update from Hackage at 2018-05-28T14:03:06Z | Update from Hackage at 2018-05-28T14:03:06Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
719fb63f18e3d918d00a4babccddf89b859a387c | docs/environment.yml | docs/environment.yml | name: climlab
dependencies:
- python
- numpy
- scipy
- netCDF4
- sphinx
- matplotlib
- ipython
- jupyter
- sphinx_rtd_theme
- pip:
- nbsphinx
- sphinxcontrib-bibtex
- numpydoc
| name: climlab
channels:
- conda-forge
- defaults
dependencies:
- python=3.5
- numpy
- scipy
- netCDF4
- sphinx
- matplotlib
- ipython
- jupyter
- sphinx_rtd_theme
- nbsphinx
- sphinxcontrib-bibtex
- numpydoc
| Use conda-forge channel and Python 3.5 on readthedocs | Use conda-forge channel and Python 3.5 on readthedocs | YAML | mit | cjcardinale/climlab,cjcardinale/climlab,brian-rose/climlab,brian-rose/climlab,cjcardinale/climlab |
b6c94d2b109af15908ee3588cd3ee79f60bcd2da | docker/docker-compose.yaml | docker/docker-compose.yaml | ---
version: "3.2"
services:
web:
image: "uwcirg-portal-docker.jfrog.io/${IMAGE_NAME:-portal_web}:${IMAGE_TAG:-latest}"
depends_on:
- db
- redis
ports:
- "${EXTERNAL_PORT:-8080}:${PORT:-8008}"
env_file:
- portal.env
environment:
- PERSISTENCE_FILE=${PERSISTENCE_FILE:-... | ---
version: "3.2"
services:
web:
image: "${REPO:-uwcirg-portal-docker.jfrog.io/}${IMAGE_NAME:-portal_web}:${IMAGE_TAG:-latest}"
depends_on:
- db
- redis
ports:
- "${EXTERNAL_PORT:-8080}:${PORT:-8008}"
env_file:
- portal.env
environment:
- PERSISTENCE_FILE=${PERSISTEN... | Allow repo URL in image name to be overridden | Allow repo URL in image name to be overridden
| YAML | bsd-3-clause | uwcirg/true_nth_usa_portal,uwcirg/true_nth_usa_portal,uwcirg/true_nth_usa_portal,uwcirg/true_nth_usa_portal |
a0861b328f1eae418a0613f8e1f1d99aa788a2e6 | k8s/havenapi-deployment.yaml | k8s/havenapi-deployment.yaml | ---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: havenapi
spec:
replicas: 1
template:
metadata:
annotations:
alpha.image.policy.openshift.io/resolve-names: '*'
labels:
service: havenapi
spec:
containers:
- name: havenapi
image: havengr... | ---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: havenapi
spec:
replicas: 1
template:
metadata:
annotations:
alpha.image.policy.openshift.io/resolve-names: '*'
labels:
service: havenapi
spec:
containers:
- name: havenapi
image: havengr... | Add resource limits for HavenAPI pods | Add resource limits for HavenAPI pods
Signed-off-by: Elliot Murphy <014ce8fab4ab9f8a957bfe9f974379093994de97@users.noreply.github.com>
| YAML | apache-2.0 | kindlyops/mappamundi,kindlyops/mappamundi,kindlyops/mappamundi,kindlyops/mappamundi,kindlyops/mappamundi,kindlyops/mappamundi,kindlyops/mappamundi,kindlyops/mappamundi |
0ecc7438dc34649148b001275483e0c109859ba4 | appveyor.yml | appveyor.yml | version: 2.2.1.{build}-test
os:
- Windows Server 2012 R2
shallow_clone: true
environment:
LUAROCKS_VER: 2.2.1
matrix:
- LUA_VER: 5.1.5
- LUA_VER: 5.2.4
- LUA_VER: 5.3.0
- LJ_VER: 2.0.3
- LJ_VER: 2.1
init:
# Setup Lua development/build environment
# Make VS 2013 command line tools available
- call "C:... | version: 2.2.1.{build}-test
os:
- Windows Server 2012 R2
shallow_clone: true
environment:
LUAROCKS_VER: 2.2.1
matrix:
- LUA_VER: 5.1.5
- LUA_VER: 5.2.4
- LUA_VER: 5.3.0
- LJ_VER: 2.0.4
- LJ_VER: 2.1
init:
# Setup Lua development/build environment
# Make VS 2013 command line tools available
- call "C:... | Use LuaJIT 2.0.4 on AppVeyor's test matrix | Use LuaJIT 2.0.4 on AppVeyor's test matrix | YAML | mit | tarantool/luarocks,lxbgit/luarocks,tst2005/luarocks,usstwxy/luarocks,starius/luarocks,keplerproject/luarocks,xpol/luainstaller,aryajur/luarocks,tarantool/luarocks,xpol/luarocks,usstwxy/luarocks,keplerproject/luarocks,aryajur/luarocks,xpol/luavm,lxbgit/luarocks,robooo/luarocks,starius/luarocks,aryajur/luarocks,keplerpro... |
786c1b1b7c879373b05e28039e0d2d497fa9f724 | appveyor.yml | appveyor.yml | environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python36"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python36-x64"
install:
- "%PYTHON%\\python.exe -m pip install wheel"
- git submodule update --recursive
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
buil... | environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python36"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python36-x64"
install:
- "%PYTHON%\\python.exe -m pip install wheel"
- git submodule update --init --recursive
- pip install -r requirements.txt
- pip install -r requirements-dev.tx... | Add init flag for updating submodule | Appveyor: Add init flag for updating submodule
| YAML | mit | manrajgrover/py-spinners |
fb4103587bb1822c25d1e7e587a11ec15c9f609b | appveyor.yml | appveyor.yml | image:
- Visual Studio 2015
- Ubuntu
install:
- ps: .\appveyor.ps1
build: false | image:
- Visual Studio 2015
# - Ubuntu
install:
- ps: .\appveyor.ps1
build: false | Comment out Ubuntu build image as it appears to have gone AWOL | Comment out Ubuntu build image as it appears to have gone AWOL
| YAML | mit | devopsguys/PSForge,devopsguys/PSForge |
ddb75dbb0dac3951841b7e3c46aa834229e5ac1c | appveyor.yml | appveyor.yml | version: "{build}"
init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.12
- nodejs_version: 4
- nodejs_version: 6
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build: off
test_script:
- node --version
- npm -... | version: "{build}"
init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.12
- nodejs_version: 4
- nodejs_version: 6
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm@latest
- npm install
build: off
test_script... | Use npm@latest to avoid EPERM | Use npm@latest to avoid EPERM
| YAML | mit | timdp/es6-promise-pool |
8658b330fceb83f309adafa4d632a0a08d872fe3 | appveyor.yml | appveyor.yml | install:
- choco install gitversion.portable -pre -y
nuget:
account_feed: true
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
configuration: Release
build:
project: PlayerRank.sln
verbosity: minimal
after_build:
- cmd: nuget pack PlayerRank\PlayerRan... | install:
- choco install gitversion.portable -version v3.0.0-beta0004 -pre -y
nuget:
account_feed: true
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
configuration: Release
build:
project: PlayerRank.sln
verbosity: minimal
after_build:
- cmd: nuget ... | Use gitversion version that worked before | Use gitversion version that worked before
| YAML | mit | TheEadie/PlayerRank,TheEadie/PlayerRank |
3cd5b49166fff3c82b5a38c5b7f25be39aa8ec82 | appveyor.yml | appveyor.yml | version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
clone_depth: 1
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- choco install redis-64
- redis-server --ser... | version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- ci-debug
- master
clone_depth: 1
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
init:
... | Enable builds on CI-debug branch and RDP access to build worker to investigate hanging builds. Build release configuration. | Enable builds on CI-debug branch and RDP access to build worker to investigate hanging builds. Build release configuration.
| YAML | mit | Aqovia/Aqovia.SagaMachine |
375b2e93698fa68ae1e3caa02db2e94d0b43e23b | appveyor.yml | appveyor.yml | version: 0.2.{build}
pull_requests:
do_not_increment_build_number: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
skip_tags: true
before_build:
- nuget restore
platform:
- Any CPU
... | version: 0.2.{build}
pull_requests:
do_not_increment_build_number: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
skip_tags: true
before_build:
- nuget restore
platform:
- Any CPU
... | Change version of latest-build to 0.2.x | Change version of latest-build to 0.2.x
| YAML | mit | reportunit/reportunit,reportunit/reportunit,ekirmayer/reportunit,ekirmayer/reportunit,reportunit/reportunit,ekirmayer/reportunit |
b12ebd3d9dd122a7ad4124c9404306fbaaca2a06 | appveyor.yml | appveyor.yml | version: '{build}'
image: Visual Studio 2017
branches:
only:
- master
clone_depth: 10
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- gem install ruby-debug-ide
- ps: Install-Product node lts
- yarn install
- git clone https://github.com/emscripten-core/emsdk.... | version: '{build}'
image: Visual Studio 2017
branches:
only:
- master
clone_depth: 10
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- gem install ruby-debug-ide
- ps: Install-Product node lts
- yarn install
- git clone https://github.com/emscripten-core/emsdk.... | Tweak emsdk installation for VS2017 + make it global | Tweak emsdk installation for VS2017 + make it global
| YAML | mit | rubyide/vscode-ruby,rubyide/vscode-ruby,rubyide/vscode-ruby,rubyide/vscode-ruby,rubyide/vscode-ruby |
30edf5ba35745476f6f5fdf71ee11e16a949769e | appveyor.yml | appveyor.yml | # Configuration for master
-
branches:
only:
- master
version: 1.0.0
install:
- ps: Install-Product node 4
- npm install
test_script:
- node --version
- npm --version
- npm test
build: off
| # Configuration for master
-
branches:
only:
- master
version: 1.0.0
install:
- ps: Install-Product node 4
- npm install
test_script:
- node --version
- npm --version
- npm test
build: off
# Configuration for feature branches
-
branches... | Revert "Only build against master" | Revert "Only build against master"
This reverts commit c0bb7451032cf52b155c807b4460696d91279cb0.
| YAML | mit | LiberisLabs/raygun-angular2 |
4bdf1bb2c89c9bd7ca576f4e309cf6e171e7e39d | appveyor.yml | appveyor.yml | version: '{build}'
clone_depth: 10
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.7.0
TERM: dumb
install:
- gradlew.bat --version
build_script:
- gradlew.bat --continue
cache:
- C:\Users\appveyor\.gradle -> .gradle-wrapper\gradle-wrapper.properties
| version: '{build}'
clone_depth: 50
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.7.0
TERM: dumb
install:
- choco install maven --version 3.2.5
- set PATH=%PATH%;C:\bin\apache-maven-3.2.5\bin
- echo %PATH%
before_build:
- gradlew.bat --version
- mvn --version
build_script:
- gradlew.bat --conti... | Build maven plugins as part of the Appveyor build | [maven-plugins] Build maven plugins as part of the Appveyor build
Signed-off-by: Tim Ward <d317719c71be19183e357e0f2850beaa89b56208@apache.org>
| YAML | apache-2.0 | joansmith/bnd,magnet/bnd,lostiniceland/bnd,xtracoder/bnd,magnet/bnd,xtracoder/bnd,lostiniceland/bnd,psoreide/bnd,lostiniceland/bnd,GEBIT/bnd,GEBIT/bnd,mcculls/bnd,psoreide/bnd,mcculls/bnd,magnet/bnd,mcculls/bnd,psoreide/bnd,joansmith/bnd |
9236d50bd319c18e333ee327e7ec42445d29a27e | appveyor.yml | appveyor.yml | version: "{build}"
os: Windows Server 2012 R2
test: off
deploy: off
init:
- cmd: rd /s /q %CHOCOLATEYINSTALL%
- ps: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
install:
- cinst atom -y
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm install"
build_scri... | version: "{build}"
os: Windows Server 2012 R2
test: off
deploy: off
init:
- cmd: rd /s /q %CHOCOLATEYINSTALL%
- ps: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
install:
- cinst atom -y
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm install"
build_scri... | Add Slack notifications for AppVeyor | Add Slack notifications for AppVeyor
| YAML | mit | bdougherty/atom-auto-semicolon |
907ac6a634ddc91e2b2765f55c7b3f0086f5554c | appveyor.yml | appveyor.yml | version: 0.0.{build}-beta
image: Visual Studio 2017
configuration: Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
install:
- ps : dotnet --version
- ps : dotnet restore
build_script:
- ps : dotnet build -c $env:configuration
before_package:
... | version: 0.0.{build}-beta
image: Visual Studio 2017
configuration: Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
install:
- ps : dotnet --version
- ps : dotnet restore
build_script:
- ps : dotnet build -c $env:configuration
after_build:
- ... | Change packing to be after_build. | Change packing to be after_build.
| YAML | mit | kevbite/Kevsoft.Ssml |
36da31877dd7bdccb787cab95359c66ea7da5ddc | appveyor.yml | appveyor.yml | version: 1.2.6.{build}
configuration: Release
assembly_info:
patch: true
file: 'CSL Ambient Sounds Tuner\Properties\AssemblyInfo.cs'
cache:
- packages -> **\packages.config
before_build:
- ps: .appveyor\UpdateBuildVersion.ps1
- nuget restore
build:
verbosity: minimal
after_build:
- ps: .appveyor\Pre... | version: 1.2.7.{build}
configuration: Release
assembly_info:
patch: true
file: 'CSL Ambient Sounds Tuner\Properties\AssemblyInfo.cs'
cache:
- packages -> **\packages.config
before_build:
- ps: .appveyor\UpdateBuildVersion.ps1
- nuget restore
build:
verbosity: minimal
after_build:
- ps: .appveyor\Pre... | Prepare for version 1.2.7 | [AppVeyor] Prepare for version 1.2.7 [ci skip]
| YAML | mit | Archomeda/csl-ambient-sounds-tuner |
d3b9463575a8076bd9181177e88ca1600d940ddf | appveyor.yml | appveyor.yml | ---
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- bundle install
build: off
test_script:
- bundle exec rake ci
environment:
matrix:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22"... | ---
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- bundle install
build: off
test_script:
- bundle exec rake ci
environment:
matrix:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22"... | Change to allow failures on win32 | Change to allow failures on win32
| YAML | mit | piotrmurach/tty-prompt,peter-murach/tty-prompt |
9e3a3889163d7fcacf6279f38e5a5444efc092e5 | appveyor.yml | appveyor.yml | version: 1.0.{build}
# build Configuration, i.e. Debug, Release, etc.
configuration: Release
before_build:
- cmd: nuget restore
build:
project: NLog.Kafka.sln
publish_nuget: false
publish_nuget_symbols: false
include_nuget_references: false
verbosity: normal
after_build:
- nuget pack NLog.Targets.Kafka\NLog.... | version: 1.0.{build}
# build Configuration, i.e. Debug, Release, etc.
configuration: Release
before_build:
- cmd: nuget restore
build:
project: NLog.Kafka.sln
publish_nuget: false
publish_nuget_symbols: false
include_nuget_references: false
verbosity: normal
after_build:
- nuget pack NLog.Targets.Kafka\NLog.... | Deploy only from master branch and only if tag commit | Deploy only from master branch and only if tag commit
| YAML | bsd-3-clause | KunalSaini/NLog.Kafka |
c1bca9473e8ba349a94c204aa661252c199f322d | appveyor.yml | appveyor.yml | #--------------------------------------------------
# Version
#--------------------------------------------------
version: '{build}'
#--------------------------------------------------
# Branch whitelist
#--------------------------------------------------
branches:
# Whitelist
only:
- master
#--------------... | #--------------------------------------------------
# Version
#--------------------------------------------------
version: '{build}'
#--------------------------------------------------
# Branch whitelist
#--------------------------------------------------
branches:
# Whitelist
only:
- master
#--------------... | Update version for CI build. | Update version for CI build.
| YAML | mit | OneFrameLink/Ofl.Core |
3a87c3babf8fca2aab9efbfb9585df8c92bb68e2 | openjdk-demo/snapcraft.yaml | openjdk-demo/snapcraft.yaml | name: openjdk-demo
version: "1.0"
summary: OpenJDK Swing Example Applications
description: OpenJDK Swing Example Applications
confinement: strict
apps:
FileChooser:
command: bin/FileChooserDemo.sh
plugs: [unity7, network, home]
parts:
openjdk-demo:
plugin: copy
files:
FileChooserDemo.sh: bin... | name: openjdk-demo
version: "1.0"
summary: OpenJDK Swing Example Applications
description: OpenJDK Swing Example Applications
confinement: strict
apps:
FileChooser:
command: bin/FileChooserDemo.sh
plugs: [unity7, network, home]
parts:
openjdk-demo:
plugin: copy
files:
FileChooserDemo.sh: bin... | Add stage-packages to current part | Add stage-packages to current part
In all examples, we have made the stage-packages runtime as part of the
corresponding snapcraft part using it. Let's keep the same semantic.
| YAML | mit | Zap123/snappy-playpen,ubuntu/snappy-playpen,jamestait/snappy-playpen,jamestait/snappy-playpen,Winael/snappy-playpen-1,wandrewkeech/snappy-playpen,ubuntu/snappy-playpen,dplanella/snappy-playpen,elopio/snappy-playpen,dplanella/snappy-playpen,elopio/snappy-playpen,Zap123/snappy-playpen,elopio/snappy-playpen,ubuntu/snappy-... |
6d956955f7b236e395f25c4a92a7daa92c061cb6 | .github/stale.yml | .github/stale.yml | # Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
... | _extends: .github
| Add org-wide config for Stale app | Add org-wide config for Stale app
| YAML | mit | ssbc/emoji-server |
45214614f53da01e2eb1d1c68a02cb328cf3b046 | .github/stale.yml | .github/stale.yml | # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 14
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be ... | # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 14
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be ... | Add discussion to exemptLabels for StaleBot | Add discussion to exemptLabels for StaleBot
| YAML | mit | Moya/Moya,ashfurrow/Moya,Moya/Moya,ashfurrow/Moya,Moya/Moya |
97a2c0b4b57fcea4ab75bb2199c9cdde412f3953 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
branches:
only:
- master
script: bundle exec rake spec
| language: ruby
rvm:
- 2.1
- 2.2
branches:
only:
- master
script: bundle exec rake spec
| Remove support for Ruby 2.0.0 | Remove support for Ruby 2.0.0
Module#include used at SocketManager is private with Ruby 2.0.0.
| YAML | apache-2.0 | fluent/serverengine,naritta/serverengine |
541d665cface44bc3baec1b14a1c5217974656bf | .travis.yml | .travis.yml | language: java
sudo: false
install: true
script: mvn install -Prelease -Dgpg.skip=true
| language: java
sudo: false
install: true
jdk: openjdk7
script: mvn install -Prelease -Dgpg.skip=true
| Use Open JDK 7 on Travis | Use Open JDK 7 on Travis
| YAML | apache-2.0 | rvesse/airline,rvesse/airline |
82b616de89ffda13be064ab2f904d1b7ede70d29 | .travis.yml | .travis.yml | sudo: required
dist: trusty
# install the pre-release chef-dk. Use chef-stable-trusty to install the stable release
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- mas... | sudo: required
dist: trusty
# install the pre-release chef-dk. Use chef-stable-trusty to install the stable release
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- mast... | Switch back to stable ChefDK builds for testing | Switch back to stable ChefDK builds for testing
| YAML | apache-2.0 | chef-cookbooks/gecode,opscode-cookbooks/gecode |
51fe8ab719e80e1d23bc246cde339155e0c858ef | .travis.yml | .travis.yml | language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
os:
- linux
env:
global:
- PYTHON=python
- PIP=pip
- TEST_COMMAND="test -q"
- CPPFLAGS="-Wall -Werror"
matrix:
- CC=gcc CXX=g++
- CC=clang CXX=clang++
matrix:
include:
- language: generic
python: 2.7
os: osx
... | language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
os:
- linux
env:
global:
- PYTHON=python
- PIP=pip
- TEST_COMMAND="test -q"
- CPPFLAGS="-Wall -Werror"
matrix:
- CC=gcc CXX=g++
- CC=clang CXX=clang++
matrix:
include:
- language: generic
python: 2.7
os: osx
... | Update OS X Travis config | Update OS X Travis config
| YAML | bsd-3-clause | jimporter/bfg9000,jimporter/bfg9000,jimporter/bfg9000,jimporter/bfg9000 |
f4fb38f4dd75363d374a367bafa33010c5a40eb3 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7.3
env:
- DESTINATION="OS=9.2,name=iPhone 6" SCHEME="SimpleRSSReader" SDK=iphonesimulator9.2
before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -workspace SimpleRSSReader.x... | language: objective-c
osx_image: xcode7.3
env:
- DESTINATION="OS=9.3,name=iPhone 6" SCHEME="SimpleRSSReader" SDK=iphonesimulator9.3
before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -workspace SimpleRSSReader.x... | Bump test os to 9.3 | Bump test os to 9.3
| YAML | mit | ktakayama/SimpleRSSReader,ktakayama/SimpleRSSReader |
eca2b0860559227151633c96ac9961b31cbc55a4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
# Allow Travis tests to run in containers.
sudo: false
| language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
# Allow Travis tests to run in containers.
sudo: false
| Add Node 9 to the Travis CI rotation. | Add Node 9 to the Travis CI rotation.
| YAML | mit | benjamn/recast,benjamn/recast,benjamn/recast |
0d4f90e43b3bd775301eab6c41b4d2ee30727f66 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5.1'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5.1'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Test with latest Node.js 4 on Travis CI. | Test with latest Node.js 4 on Travis CI.
| YAML | mit | bigeasy/delta,bigeasy/delta |
fa1326430549c6e77c740abd99757fd180493dbc | .travis.yml | .travis.yml | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-stable-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk... | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefd... | Use the pre-release builds of chefdk | Use the pre-release builds of chefdk
| YAML | apache-2.0 | surya85/devops,chef-cookbooks/chef-ingredient,surya85/devops,GannettDigital/chef-ingredient,surya85/devops,GannettDigital/chef-ingredient,surya85/devops,surya85/devops,surya85/devops,surya85/devops,vinyar/chef-ingredient,vinyar/chef-ingredient,surya85/devops,surya85/devops,chef-cookbooks/chef-ingredient,surya85/devops |
ff99707432c182626f3afa68053e782c6d3e4a5c | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- jruby-19mode
- jruby-18mode
- rbx-18mode
- rbx-19mode
script: "bundle exec rake && rake em_http_request_0_x_spec"
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- jruby-19mode
- jruby-18mode
- rbx-18mode
- rbx-19mode
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
script: "bundle exec rake && rake em_http_request_0_x_spec"
| Allow failures for Rubinius builds on Travis CI. | Allow failures for Rubinius builds on Travis CI. | YAML | mit | spjsschl/webmock,sferik/webmock,arronmabrey/webmock,ixti/webmock,Omnihuron/webmock,henrik/webmock,xuwupeng2000/webmock,hobodave/webmock,VincentZhao/webmock,davidbegin/webmock,sinisterstuf/webmock,hilben/webmock,bblimke/webmock,taiki45/webmock,avantcredit/webmock,maruware/webmock,influxdb/webmock |
11a814b671fcbc9b8cfdbe701dfa55c80b891fb5 | .travis.yml | .travis.yml | # Configuration file for Travis CI.
language: python
python:
- "2.7"
before_script:
- echo $'DEBUG = False \n\nSECRET_KEY = '"'adummykey'" $'\n\nALLOWED_HOSTS = ['"'localost']" > ./mywebsite/settings_local.py
# Install dependencies
install:
- pip install -r requirements.txt
- pip install coveralls
# Run tes... | # Configuration file for Travis CI.
language: python
python:
- "2.7"
before_script:
- echo $'DEBUG = False \n\nSECRET_KEY = '"'adummykey'" $'\n\nALLOWED_HOSTS = ['"'localost']" > ./mywebsite/settings_local.py
# Install dependencies
install:
- pip install -r requirements.txt
- pip install coveralls
# Run tes... | Add mywebsite to test coverage | Add mywebsite to test coverage
| YAML | mit | TomGijselinck/mywebsite,TomGijselinck/mywebsite |
9304b33746cb25f5002a542357e11c92e57d1d34 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- '0.11'
- '0.12'
script:
- npm run build
deploy:
provider: npm
email: crifei93@gmail.com
api_key:
secure: JQwJYppw11Gmu6Pcp5Pcl1HAX4S6g4ib/voLFI4IT9n1KRhzjXR03UufU61T7wybRAkTg2IfUi/T7IFB7Ey8c3U7jqK1LZBuGMMYGNgygzwClGaLrKlKshKnFGYRfB6UOHBV5zFGB0mtDxtiZohtdT9d/jWom6V4DpvA... | language: node_js
sudo: false
node_js:
- "6"
- "8"
deploy:
provider: npm
email: crifei93@gmail.com
api_key:
secure: JQwJYppw11Gmu6Pcp5Pcl1HAX4S6g4ib/voLFI4IT9n1KRhzjXR03UufU61T7wybRAkTg2IfUi/T7IFB7Ey8c3U7jqK1LZBuGMMYGNgygzwClGaLrKlKshKnFGYRfB6UOHBV5zFGB0mtDxtiZohtdT9d/jWom6V4DpvAFUjwS0Y=
| Test on Node.js 6 and 8 on Travis. | Test on Node.js 6 and 8 on Travis.
Also, run the default `npm test` command on Travis.
| YAML | mit | christian-fei/Simple-Jekyll-Search,christian-fei/Simple-Jekyll-Search,christian-fei/Simple-Jekyll-Search |
3bfa04769a9a2a9056898067a9ed1a96b0ede0f0 | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
install: pip install '.[dev]'
script: py.test
| language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
install:
- pip install -U pip
- pip install '.[dev]'
script: py.test
| Update pip on Travis before installing the package | Update pip on Travis before installing the package
| YAML | mit | mhallin/cov-exclude-py |
ff6891b166ad8bae1eb2b2de10abd74c9a3eba8b | .travis.yml | .travis.yml | rvm:
- 2.2
- 2.1
- 2.0
- 1.9.3
- jruby-1.7.12
# whitelist
branches:
only:
- master
- v1.3.x-bugfix
notifications:
email:
- cukes-devs@googlegroups.com
irc:
- "irc.freenode.org#cucumber"
| rvm:
- 2.2
- 2.1
- 2.0
- 1.9.3
- jruby-1.7.12
# whitelist
branches:
only:
- master
- v1.3.x-bugfix
- add-fail-fast-switch
| Set Travis to run builds against the current branch | Set Travis to run builds against the current branch
| YAML | mit | danascheider/cucumber-ruby,enkessler/cucumber-ruby,marxarelli/cucumber,cucumber/cucumber-ruby,twalpole/cucumber,danascheider/cucumber-ruby,phoebeclarke/cucumber-ruby,richarda/cucumber,cucumber/cucumber-ruby,twalpole/cucumber,richarda/cucumber,shadow000902/cucumber-ruby,marxarelli/cucumber,enkessler/cucumber-ruby,cucumb... |
dd4c50993e778e5e560ac0b14e1b82ed9a9e7c71 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.1.10
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
before_install:
- gem update --system
- gem install bundler --no-document
| sudo: false
language: ruby
cache: bundler
rvm:
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
before_install:
- gem update --system || echo "Skipping rubygems upgrade"
- gem install bundler --no-document
| Fix Travis failures for old rubies; add new rubies | Fix Travis failures for old rubies; add new rubies
Ruby < 2.3 is no longer supported by rubygems, so gracefully ignore
rubygems upgrade failures for those versions. Also add latest Ruby patch
releases and Ruby 2.6.0 to the build matrix.
| YAML | mit | mattbrictson/jess,mattbrictson/jess |
34dd0715e512d0a606875e76a499e23f7a6211f0 | .travis.yml | .travis.yml | before_install:
- git lfs pull
- apt-get install syslinux cmake libcap-dev libbz2-dev zlib1g-dev
- pushd vendor
- tar -xvf cdrkit-1.1.11-fedora29-patched.tar.gz
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
script:
- py.test --verbose tests
| before_install:
- git lfs pull
- sudo apt-get update
- sudo apt-get install -y syslinux cmake libcap-dev libbz2-dev zlib1g-dev
- pushd vendor
- tar -xvf cdrkit-1.1.11-fedora29-patched.tar.gz
- popd
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
script:
- py.test --verbose tests
| Make sure to use sudo. | Make sure to use sudo.
Signed-off-by: Chris Lalancette <281cd07d7578d97c83271fbbf2faddb83ab3791c@gmail.com>
| YAML | lgpl-2.1 | clalancette/pycdlib,clalancette/pyiso |
3afb19a35a043db9cb7d6fde568f8975e75603dc | .travis.yml | .travis.yml | language: csharp
solution: ./Gmail notifier/Gmail notifier.sln | language: csharp
solution: ./Gmail notifier/Gmail notifier.sln
script :
- xbuild /p:Configuration=Debug Gmail notifier.sln | Build Travis CI on debug channel | Build Travis CI on debug channel
| YAML | mit | xavierfoucrier/gmail-notifier,xavierfoucrier/gmail-notifier |
3125b7969d4dd15f95e866d1e1efe9eae6f0494b | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
gemfile:
- Gemfile
- Gemfile-rails3
- Gemfile-rails40
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
| language: ruby
gemfile:
- Gemfile
- Gemfile-rails3
- Gemfile-rails40
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
| Test against default ruby version | Test against default ruby version | YAML | mit | jfirebaugh/konacha,hugocorbucci/konacha,hugocorbucci/konacha,uken/konacha,jfirebaugh/konacha,uken/konacha,jfirebaugh/konacha,uken/konacha,hugocorbucci/konacha |
4c6eefb9ebe04bdfcb4fe4bb375c6148bfa277a9 | .travis.yml | .travis.yml | language: scala
sudo: false
scala:
- 2.11.8
- 2.12.1
jdk:
- oraclejdk8
script:
- sbt ++$TRAVIS_SCALA_VERSION test/test:fastOptJS test/test:fullOptJS
- sbt ++$TRAVIS_SCALA_VERSION test
- sbt ++$TRAVIS_SCALA_VERSION 'set scalaJSStage in ThisBuild := FullOptStage' test
- bin/checkDevOnly $TRAVIS_SCALA_VER... | language: scala
sudo: false
scala:
- 2.11.8
- 2.12.1
jdk:
- oraclejdk8
install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- npm install
- npm install jsdom source-map-support
env:
global:
JSENV=node
script:
- sbt ++$TRAVIS_SCALA_VERSION test/test:fastOptJS test/test:fullOp... | Use Node.js on Travis CI | Use Node.js on Travis CI
| YAML | apache-2.0 | japgolly/scalajs-react,japgolly/scalajs-react,japgolly/scalajs-react,matthughes/scalajs-react,matthughes/scalajs-react,matthughes/scalajs-react,japgolly/scalajs-react |
0f3f7cbb0b2f1c3ff93663ee866a7f34fda44566 | .travis.yml | .travis.yml | language: android
env:
global:
- ADB_INSTALL_TIMEOUT=8
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra-android-support
- extra-google-m2repository
- extra-android-m2repository
- sys-img-armeabi-v7a-android-21
before_script:
- echo no | android create avd -... | language: android
env:
global:
- ADB_INSTALL_TIMEOUT=20 # minutes (2 minutes by default)
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra-android-support
- extra-google-m2repository
- extra-android-m2repository
- sys-img-armeabi-v7a-android-21
before_script:
... | Update installation timeout as the official google maps utils project does | Update installation timeout as the official google maps utils project does
| YAML | apache-2.0 | Karumi/KataSuperHeroesAndroid |
618643e683ae5a0538ed6fbe7beb513179409fc8 | .travis.yml | .travis.yml | os:
- linux
- osx
- windows
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.7"
install: "pip install -r requirements.txt"
script: py.test --cov=tika
after_success: coveralls
| language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.7"
install: "pip install -r requirements.txt"
script: py.test --cov=tika
after_success: coveralls
| Revert "Added osx and windows tests to TravisCI .yml." | Revert "Added osx and windows tests to TravisCI .yml."
This reverts commit 144ad23adf75145b7746f33ae0ccb82d1b0caf8c.
| YAML | apache-2.0 | chrismattmann/tika-python |
dd3a699845d9da490cbd22e5eadc14f03979db3f | .travis.yml | .travis.yml | language: go
go:
- 1.0.3
- 1.1.2
- 1.2.2
before_install:
- sudo apt-get update -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
- sudo apt-get install libgmp-dev -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
script:
- go test -short
| language: go
go:
- 1.0.3
- 1.1.2
- 1.2.2
- tip
before_install:
- sudo apt-get update -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
- sudo apt-get install libgmp-dev -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
script:
- go test -short
| Add tip back now that it is fixed | Add tip back now that it is fixed
| YAML | bsd-3-clause | locusf/gmp,grokify/gmp,ncw/gmp |
d0bf09e5bb7ed146bab77ccba0b357fa54e46211 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
script:
- phpunit --coverage-text --coverage-clover=cove... | language: php
php:
- 5.5
- 5.6
- 7.0
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
script:
- phpunit --coverage-text --coverage-clover=cove... | Use ocular.phar file from scrutinizer-ci | Use ocular.phar file from scrutinizer-ci
| YAML | mit | sebastiaanluca/laravel-modules,sebastiaanluca/laravel-modules,nWidart/laravel-modules,sebastiaanluca/laravel-modules |
19b06a8ca9dda2b200a1468fd458cfb640f3400c | .travis.yml | .travis.yml | language: node_js
node_js:
- '6.0'
- '4.4'
script:
- npm run lint
- npm test | language: node_js
env:
- NODE_ENV=integration
node_js:
- '6.1'
- '6.0'
- '4.4'
services:
- mysql
before_install:
- mysql -e "CREATE DATABASE IF NOT EXISTS sentimize;" -uroot
script:
- npm run lint
- npm test | Add mysql service and configuration for Travis CI | Add mysql service and configuration for Travis CI
| YAML | mit | formidable-coffee/masterfully,formidable-coffee/masterfully,chkakaja/sentimize,chkakaja/sentimize |
5250c9dc13ce083b0e40b7bee57a718b313b6cf3 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install -r requirements.txt
- pip install -e .
- pip install pytest-cov
- pip install coveralls
script:
- python -m pytest thinc --slow --cov=thinc.neural
after_success:
coveralls
notifications:
email: false
slack:
secure: VS... | language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install -r requirements.txt
- pip install -e .
- pip install pytest-cov
- pip install coveralls
script:
- python -m pytest thinc --slow --cov=thinc
after_success:
coveralls
notifications:
email: false
slack:
secure: VSqtxg7u4... | Extend tested coverage to full thinc package | Extend tested coverage to full thinc package
| YAML | mit | explosion/thinc,explosion/thinc,explosion/thinc,spacy-io/thinc,spacy-io/thinc,explosion/thinc,spacy-io/thinc |
490cb8830d6eec860a53e71e82aa56718e7ebfa8 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "4"
script:
- npm run test
cache:
directories:
- $HOME/.npm
- node_modules
| language: node_js
sudo: false
node_js:
- "4"
- "5"
- "6"
script:
- npm run test
cache:
directories:
- $HOME/.npm
- node_modules
| Add additional node versions 5, 6 | Add additional node versions 5, 6
| YAML | mit | agreco/loggerware |
27b31aa5868191bfe60e76996be6a2c31d6b2ce6 | .travis.yml | .travis.yml | language: smalltalk
sudo: false
os:
- linux
smalltalk:
- Pharo-6.0
- Pharo-7.0
| language: smalltalk
sudo: false
os:
- linux
smalltalk:
- Pharo-6.1
- Pharo-7.0
| Build 6.1 instead of 6.0 | Build 6.1 instead of 6.0 | YAML | mit | peteruhnak/file-dialog |
0ed091bc348bbcfe8724500a084ee7c25379955f | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
matrix:
allow_failures:
- php: 5.5
install:
- if [[ "${TRAVIS_PHP_VERSION}" == "5.5" ]]; then composer require phpunit/phpunit:^4.8.36 --prefer-dist --update-with-dependencies; fi
- if [[ "${TRAVIS_PHP_VERSION}" == "7.2" ]]; then composer require php... | language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
matrix:
allow_failures:
- php: 7.4snapshot
install:
- travis_retry composer install --no-interaction --prefer-source
script:
- vendor/bin/phpstan analyse -l max src/ tests/
- vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml
| Remove unsupported PHP versions, run phpstan | Remove unsupported PHP versions, run phpstan
| YAML | mit | emgag/flysystem-tempdir |
8ffaf53fc27cdc03c62da4c2dcd96085b578bb76 | .travis.yml | .travis.yml | language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
- "3.3"
script:
- python tests.py
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
script:
- python tests.py
| Drop Python 2.5 from the Travis builds, since it isn't working anyway | Drop Python 2.5 from the Travis builds, since it isn't working anyway
| YAML | bsd-2-clause | dcwatson/bbcode |
d869ca48512da74930cde5c69ade58a635081f01 | .travis.yml | .travis.yml | os:
- linux
- osx
- windows
language: node_js
node_js:
- '6'
- '8'
- '10'
- '12'
before_script:
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1)
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi'
- npm -v
- npm install winston@3.2.1
- 'npm install https://github.com/ioBroker/io... | os:
- linux
- osx
- windows
language: node_js
node_js:
- '8'
- '10'
- '12'
before_script:
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1)
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi'
- npm -v
- npm install winston@3.2.1
- 'npm install https://github.com/ioBroker/ioBroker.j... | Remove support for deprecated node.js | Remove support for deprecated node.js | YAML | mit | angelnu/ioBroker.chromecast,angelnu/ioBroker.chromecast |
13b740f56afae8ed1390c3bf90dabcb1f3961503 | .travis.yml | .travis.yml | language: node_js
before_install:
- npm install -g npm
node_js:
- "0.12"
- "0.11"
- "0.10"
| language: node_js
before_install:
- npm install -g npm
node_js:
- node
- lts/*
- 8
- 7
- 6
- 5
- 4
| Update node versions for TravisCI | Update node versions for TravisCI
| YAML | mit | joaonuno/flat-to-nested-js,joaonuno/flat-to-nested-js |
410b6f0a15066ab22ec3b81b825df9c2b21122e0 | .travis.yml | .travis.yml | language: php
php:
- 5.6
before_script:
mkdir tests/data & composer install -n
script:
phpunit --configuration tests/phpunit.xml --coverage-clover coverage.xml tests | language: php
php:
- 5.6
before_script:
mkdir tests/data & composer install -n
script:
phpunit --configuration tests/phpunit.xml --coverage-clover coverage.xml tests
addons:
code_climate:
repo_token: ea35a3cdfec0b65d58fe2c9808a95936252826f9aaf567c5bdb4a3c9b251abdc | Add repo token for Code Climate | Add repo token for Code Climate
| YAML | mit | ssigg/ticketbox-server-php,ssigg/ticketbox-server-php,ssigg/ticketbox-server-php |
79a1b9dee64362cb151c24c6513b908509806070 | .travis.yml | .travis.yml | language: go
go_import_path: github.com/grokify/gotilla
go:
- "1.11.x"
- "1.10.x"
- "1.9.x"
- "1.8.x"
- master
matrix:
allow_failures:
- go: "1.8.x"
- go: master
sudo: true
before_install:
- sudo apt-get update -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
- sudo apt-get install libgmp-... | language: go
go_import_path: github.com/grokify/gotilla
go:
- "1.12.x"
- "1.11.x"
- "1.10.x"
- "1.9.x"
- "1.8.x"
- master
matrix:
allow_failures:
- go: "1.8.x"
- go: master
sudo: true
before_install:
- sudo apt-get update -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
- sudo apt-get in... | Support Go 1.12 on CI | Support Go 1.12 on CI
| YAML | mit | grokify/gotilla,grokify/gotilla |
0d2d26b37fb18fa1af0595b5e1ad0ae7c009e6f5 | .travis.yml | .travis.yml | branches:
except:
- /^stage.*$/
sudo: required
services:
- docker
env:
global:
- DOCKER_CLIENT_TIMEOUT: 120
- COMPOSE_HTTP_TIMEOUT: 120
- MATLAB_UID: 2000
- MATLAB_GID: 2000
- MINIO_VER: RELEASE.2019-09-26T19-42-35Z
slim: &slim
stage: Slim9.9
os: linux
language: shell
script:
- li... | branches:
except:
- /^stage.*$/
sudo: required
services:
- docker
env:
global:
- DOCKER_CLIENT_TIMEOUT: 120
- COMPOSE_HTTP_TIMEOUT: 120
- MATLAB_UID: 2000
- MATLAB_GID: 2000
- MINIO_VER: RELEASE.2019-09-26T19-42-35Z
slim: &slim
stage: Slim9.9
os: linux
language: shell
script:
- li... | Use version-pinned MySQL8 (known issue). | Use version-pinned MySQL8 (known issue).
| YAML | mit | datajoint/datajoint-matlab |
b56f0afa66384e838dca66ed1de903a92cbcb1a9 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
sudo: false
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
# These packages only exist on Ubuntu 13.04 and newer:
# No dependencies currently unless using Python 2.6.
install:
- if [[ $TRAVIS_PYTHON_VERSION == ... | language: python
cache: pip
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
sudo: false
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
# These packages only exist on Ubuntu 13.04 and newer:
# No dependencies currently unless using Python 2.6.
install:
- if [[ $TRAVIS_PYTHON_V... | Enable pip cache in Travis CI | Enable pip cache in Travis CI
Can speed up builds and reduce load on PyPI servers.
For more information, see:
https://docs.travis-ci.com/user/caching/#pip-cache
| YAML | mit | PythonCharmers/python-future,PythonCharmers/python-future |
b083fa8637a63ebbb5d32d737926520d4f14face | .travis.yml | .travis.yml | language: node_js
node_js:
- '6'
- '8'
- '10'
sudo: false
script:
- npm test
notifications:
irc:
channels:
- chat.freenode.net#datbots
template:
- '%{repository_slug} - %{commit_subject} - %{result} - %{build_url}'
skip_join: true
on_success: change
on_failure: always
befor... | language: node_js
node_js:
- 'lts/*'
- '8'
- '10'
- 'node'
sudo: false
script:
- npm test
notifications:
irc:
channels:
- chat.freenode.net#datbots
template:
- '%{repository_slug} - %{commit_subject} - %{result} - %{build_url}'
skip_join: true
on_success: change
on_failure... | Update node versions to include latest/lts | Update node versions to include latest/lts | YAML | bsd-3-clause | maxogden/dat |
f8d31e1fa39b16ef99ca6d28f0755e92ee83775d | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
script: ./gradlew :plugin:jpi
after_success: if [ $TRAVIS_SECURE_ENV_VARS -eq true ]; then ./gradlew :pl:bintrayUpload -PbinTrayKey=$BINTRAY_KEY -Pversion=0.1.$TRAVIS_BUILD_NUMBER
-x jar -x javadoc -x sourcesJar -x publishMavenJpiPublicationToMavenLocal"; fi
env:
global:
secur... | language: java
jdk:
- oraclejdk7
script: ./gradlew :plugin:jpi
after_success: 'if [ $TRAVIS_SECURE_ENV_VARS -eq true ]; then ./gradlew :pl:bintrayUpload -PbinTrayKey=$BINTRAY_KEY -Pversion=0.1.$TRAVIS_BUILD_NUMBER -x jar -x javadoc -x sourcesJar -x publishMavenJpiPublicationToMavenLocal"; fi'
env:
global:
secure:... | Fix failed build due to Travis syntax error | Fix failed build due to Travis syntax error
| YAML | apache-2.0 | jenkinsci/deployment-sphere-plugin,webdizz/deployment-sphere-plugin,webdizz/deployment-sphere-plugin,webdizz/deployment-sphere-plugin,rkovalenko/deployment-sphere-plugin,jenkinsci/deployment-sphere-plugin,rkovalenko/deployment-sphere-plugin,jenkinsci/deployment-sphere-plugin |
0f226902cd18e27b0c8478ab6fc066d8998f6b51 | .travis.yml | .travis.yml | language: php
sudo: false
matrix:
include:
- php: 5.5
- php: 5.6
- php: 7.0
fast_finish: true
script: composer test | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.5
- php: 5.6
- php: 7.0
fast_finish: true
install: composer install
script: composer test | Update Travis CI to install and cache composer dependencies | Update Travis CI to install and cache composer dependencies
| YAML | mit | rpkamp/report-array |
0d1f9406b88afc0a7bd7e13dd6ff8edf537d9ff2 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
branches:
only:
- master
before_install:
# Update submodules before install
- git submodule update --init --recursive
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq libssl-dev
script:
- make clean all
- sudo make install
- cd build
... | language: cpp
compiler:
- gcc
- clang
branches:
only:
- master
before_install:
# Update submodules before install
- git submodule update --init --recursive
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq libssl-dev
script:
- make clean all
- sudo make install
- cd build
... | Make Travis export LD_LIBRARY_PATH before testing on Linux. | Make Travis export LD_LIBRARY_PATH before testing on Linux.
| YAML | bsd-3-clause | jweyrich/sslpkix,jweyrich/sslpkix |
9fdb7ca87ff4173c2cb31c0319c44299fc079568 | .travis.yml | .travis.yml | language: python
python:
- '2.7'
env:
global:
- SECRET_KEY=travis
- AWS_STORAGE_BUCKET_NAME=uppercounty
- secure: cveRyq9Yk7xcmrwnN1OfF3lpx4Ph/fkkZOz+J4WdhJvgNfFMnMXIcZmlJbr/VtrSLzXypFU5C7aU9XzCnaCtNzLyE98qXtxwDQ25Un/r1nMkcg+K8eszc4VUIte0QJYlhIt0YWdp5UpXsx03uWtdBetMrvDs3elp+9ELnvw4YXc=
- secure: Xi0zTN6in6+n3... | language: python
python:
- '3.6'
env:
global:
- SECRET_KEY=travis
- AWS_STORAGE_BUCKET_NAME=uppercounty
- secure: cveRyq9Yk7xcmrwnN1OfF3lpx4Ph/fkkZOz+J4WdhJvgNfFMnMXIcZmlJbr/VtrSLzXypFU5C7aU9XzCnaCtNzLyE98qXtxwDQ25Un/r1nMkcg+K8eszc4VUIte0QJYlhIt0YWdp5UpXsx03uWtdBetMrvDs3elp+9ELnvw4YXc=
- secure: Xi0zTN6in6+n3... | Update Travis to Python 3 | Update Travis to Python 3
| YAML | mit | uppercounty/uppercounty,uppercounty/uppercounty,uppercounty/uppercounty |
f011a31eff8b9817d1567057ace332950e0b6109 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- lts
cache: yarn
script:
yarn test
| sudo: false
language: node_js
node_js:
- lts/*
cache: yarn
script:
yarn test
| Use latest LTS Node.js release | Use latest LTS Node.js release
| YAML | mit | opennode/waldur-homeport,opennode/waldur-homeport,opennode/waldur-homeport,opennode/waldur-homeport |
0d84d8fbdfac51ea3d62a9df56d8287a2c61c8da | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.8"
before_script:
- npm install -g grunt-cli
| language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
before_script:
- npm install -g grunt-cli
| Test with more Node.js versions. | Test with more Node.js versions.
| YAML | mit | rubenv/node-autoquit |
1b2ecc2cc1e95f188990890a38f069d0fea7b4a3 | .travis.yml | .travis.yml | language: node_js
install:
- '[ "$TRAVIS_NODE_VERSION" != "0.10" ] || npm install -g npm@next'
- npm install
node_js:
- "0.10"
- "0.12"
- iojs
script: "npm run ci"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y graphicsmagick
| sudo: false
language: node_js
install:
- '[ "$TRAVIS_NODE_VERSION" != "0.10" ] || npm install -g npm@next'
- npm install
node_js:
- "0.10"
- "0.12"
- iojs
script: "npm run ci"
addons:
apt:
packages:
- graphicsmagick
| Drop use of sudo in Travis | Drop use of sudo in Travis
| YAML | mit | rumps/images,rumps/rump-images |
92bd3e2824dd7a18f59c1ea07b94637a095610cc | .travis.yml | .travis.yml | language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip
script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash) | language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip
script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash) | Drop support for Go 1.2 | Drop support for Go 1.2
| YAML | mit | aphistic/boom |
8aaa13e1797b85342c08bba06da36a31dafeac5f | .travis.yml | .travis.yml | 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
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
# Disabled because typhoeus is a C extension
# - jruby-18mode # JRuby in 1.8 mode
# - jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
| Remove JRuby support for now | Remove JRuby support for now
JRuby doesn't support C extensions on travis-ci.org
| YAML | mit | pandastream/panda_gem |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.