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 |
|---|---|---|---|---|---|---|---|---|---|
9e62757e48f5d3b21f797b120d050be9079c2dde | packages/la/lapack-ffi.yaml | packages/la/lapack-ffi.yaml | homepage: http://hub.darcs.net/thielema/lapack-ffi/
changelog-type: ''
hash: e6f584e9e513a3c9112e122733d911ff2ea46bb8a447c3d4567c8ea20f336b71
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Auto-generated interface to Fortran LAPACK
changelog: ''
basic-deps:
netlib-ffi: ! ... | homepage: http://hub.darcs.net/thielema/lapack-ffi/
changelog-type: ''
hash: 44c32c08d3377feef6fe07c28b109746df6bf9a4215d02f2ab69c8f8c2ae7c20
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Auto-generated interface to Fortran LAPACK
changelog: ''
basic-deps:
netlib-ffi: ! ... | Update from Hackage at 2018-03-11T18:07:24Z | Update from Hackage at 2018-03-11T18:07:24Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
eced1daca755ffc7f9fc45d64560d9570111f367 | schemas/github-pull-request-message.yml | schemas/github-pull-request-message.yml | id: http://schemas.taskcluster.net/github/v1/github-pull-request-message.json#
$schema: http://json-schema.org/draft-04/schema#
title: "GitHub Pull Request Message"
description: |
Message reporting that a GitHub pull request has occurred
type: object
properties:
version: {$const: message-version}... | id: http://schemas.taskcluster.net/github/v1/github-pull-request-message.json#
$schema: http://json-schema.org/draft-04/schema#
title: "GitHub Pull Request Message"
description: |
Message reporting that a GitHub pull request has occurred
type: object
properties:
version: {$const: message-version}... | Add a new github hook action type | Add a new github hook action type
This is causing https://app.getsentry.com/taskcluster/taskcluster-github/issues/129663710/
| YAML | mpl-2.0 | taskcluster/taskcluster-github |
a656cc8c7171c408e931ce8ce3028d6ff962235d | handlers/main.yml | handlers/main.yml | ---
# handlers file for bbaassssiiee.artifactory
- name: 'start artifactory'
sudo: yes
service: name=artifactory state=started
tags:
- init
- name: 'restart artifactory'
sudo: yes
service: name=artifactory state=restarted
| ---
# handlers file for bbaassssiiee.artifactory
- name: 'start artifactory'
become: yes
service: name=artifactory state=started
tags:
- init
- name: 'restart artifactory'
become: yes
service: name=artifactory state=restarted
| Use 'become' instead of deprecated 'sudo'. | Use 'become' instead of deprecated 'sudo'.
| YAML | mit | bbaassssiiee/artifactory |
7fb921507b6b597c108ce09239576bc44b9a42dc | kubernetesPod.yaml | kubernetesPod.yaml | apiVersion: v1
kind: Pod
metadata:
labels:
ci: rsb-public-build
spec:
containers:
- name: rpooli-build
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/rpooli-build
resources:
limits:
memory: 2Gi
requests:
memory: 1.5Gi
command:
- cat
tty: true
| apiVersion: v1
kind: Pod
metadata:
labels:
ci: rsb-public-build
spec:
containers:
- name: rpooli-build
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/rpooli-build
resources:
limits:
memory: "2Gi"
cpu: "2000m"
requests:
memory: "1.5Gi"
cpu:... | Update resource limits for Jenkins build | Update resource limits for Jenkins build | YAML | apache-2.0 | openanalytics/RSB,openanalytics/RSB,openanalytics/RSB,openanalytics/RSB,openanalytics/RSB |
7d13080114ff82b93c21e4302680328fed182c19 | members/state_wa_gov_jay_inslee.yaml | members/state_wa_gov_jay_inslee.yaml | bioguide: state_wa_gov_jay_inslee
contact_form:
method: post
action: ""
steps:
- visit: "http://ngpvan-contact-jane-casey.herokuapp.com/forms/state_wa_gov_jay_inslee"
- select:
- name: prefix
selector: "#prefix"
value: $NAME_PREFIX
required: true
options:
Mr... | bioguide: state_wa_gov_jay_inslee
contact_form:
method: post
action: ""
steps:
- visit: "http://ngpvan-contact-jane-casey.herokuapp.com/forms/state_wa_gov_jay_inslee"
- select:
- name: prefix
selector: "#prefix"
value: $NAME_PREFIX
required: true
options:
Mr... | Remove street address for test | Remove street address for test
| YAML | mit | NGPVAN/jane-caseys-congress-form |
6fce2b368f2535626f686f244fd297cec9728746 | recipes/sphinx-jsonschema/meta.yaml | recipes/sphinx-jsonschema/meta.yaml | {% set name = "sphinx-jsonschema" %}
{% set version = "1.16.8" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sphinx-jsonschema-{{ version }}.tar.gz
sha256: 5728b3ece1fe475c285d5ae16953242c51b4e6852f48f0bb734cd8408f3ac8b3
build... | {% set name = "sphinx-jsonschema" %}
{% set version = "1.16.8" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sphinx-jsonschema-{{ version }}.tar.gz
sha256: 5728b3ece1fe475c285d5ae16953242c51b4e6852f48f0bb734cd8408f3ac8b3
build... | Use bare python command in test | Use bare python command in test
| YAML | bsd-3-clause | stuertz/staged-recipes,kwilcox/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,goa... |
5cb71fa9dc653be7909a137b8c4ab85dfa6a3df1 | data/products.yaml | data/products.yaml | identity:
name: Identity Management
packages:
- freeipa
- samba
- ipsilon
fedora-infra:
name: Fedora Infrastructure
packages:
- koschei
- koji
- bodhi
- fedpkg
- fedora-packager
- fedora-review
- rpkg
- dnf
- datagrepper
# TODO: etc.
| identity:
name: Identity Management
packages:
- freeipa
- samba
- ipsilon
fedora-infra:
name: Fedora Infrastructure
packages:
- koschei
- koji
- bodhi
- fedpkg
- fedora-packager
- fedora-review
- rpkg
- dnf
- datagrepper
# TODO: etc.
openstack:
name: OpenSta... | Add OpenStack as a product | Add OpenStack as a product
| YAML | mit | sYnfo/portingdb,irushchyshyn/portingdb,sYnfo/portingdb,ari3s/portingdb,irushchyshyn/portingdb,ari3s/portingdb,irushchyshyn/portingdb,fedora-python/portingdb,fedora-python/portingdb,irushchyshyn/portingdb,fedora-python/portingdb,sYnfo/portingdb,ari3s/portingdb,ari3s/portingdb |
16e1d8ebbfdf580eeb5cdd9710d9a0ab54c95631 | data/sites/moj.yml | data/sites/moj.yml | ---
site: moj
whitehall_slug: ministry-of-justice
host: www.justice.gov.uk
redirection_date: 10th April 2013
tna_timestamp: 20130128112038
title: Ministry of Justice
furl: www.gov.uk/moj
homepage: https://www.gov.uk/government/organisations/ministry-of-justice
css: ministry-of-justice
| ---
site: moj
whitehall_slug: ministry-of-justice
host: www.justice.gov.uk
redirection_date: 10th April 2013
tna_timestamp: 20130128112038
title: Ministry of Justice
furl: www.gov.uk/moj
homepage: https://www.gov.uk/government/organisations/ministry-of-justice
css: ministry-of-justice
aliases:
- justice.gov.uk
- www.le... | Add aliases to justice site configuration | Add aliases to justice site configuration
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
253301a0cc7333820a74626b2830a7fca4c26eec | recipes/pygeobase/meta.yaml | recipes/pygeobase/meta.yaml | {% set version = "0.3.11" %}
package:
name: pygeobase
version: {{ version }}
source:
fn: pygeobase-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/pygeobase/pygeobase-{{ version }}.tar.gz
sha256: 9b4bd568a3acadf4c77b0ed3a080d39c994184ab2f91b99e56fea190b7bd1365
build:
number: 0
script: pytho... | {% set version = "0.3.11" %}
package:
name: pygeobase
version: {{ version }}
source:
fn: pygeobase-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/pygeobase/pygeobase-{{ version }}.tar.gz
sha256: 9b4bd568a3acadf4c77b0ed3a080d39c994184ab2f91b99e56fea190b7bd1365
build:
number: 0
script: pytho... | Fix typo in build dependencies. | Fix typo in build dependencies.
| YAML | bsd-3-clause | igortg/staged-recipes,chohner/staged-recipes,JohnGreeley/staged-recipes,guillochon/staged-recipes,Cashalow/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,sodre/staged-recipes,gqmelo/staged-recipes,basnijholt/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,koverholt/s... |
182f18878b409d47f6526cf6102d53d2c16f2ab6 | recipes/python-levenshtein/meta.yaml | recipes/python-levenshtein/meta.yaml | package:
name: python-levenshtein
version: 0.12.0
summary: Python extension for computing string edit distances and similarities.
source:
url: https://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-0.12.0.tar.gz
fn: python-Levenshtein-0.12.0.tar.gz
build:
preserve_egg_dir: Tru... | package:
name: python-levenshtein
version: 0.12.0
about:
home: https://pypi.python.org/pypi/python-Levenshtein/
license: GPL
summary: Python extension for computing string edit distances and similarities.
source:
url: https://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-0.12.0... | Fix about section in python-levenshtein recipe | Fix about section in python-levenshtein recipe
| YAML | mit | ostrokach/bioconda-recipes,rob-p/bioconda-recipes,matthdsm/bioconda-recipes,rob-p/bioconda-recipes,bow/bioconda-recipes,bebatut/bioconda-recipes,bow/bioconda-recipes,abims-sbr/bioconda-recipes,jasper1918/bioconda-recipes,keuv-grvl/bioconda-recipes,peterjc/bioconda-recipes,zachcp/bioconda-recipes,cokelaer/bioconda-recip... |
f2dc528ed5da899927b1f9a13b3abed2e8a84a7d | roles/bertvv.mariadb/vars/RedHat.yml | roles/bertvv.mariadb/vars/RedHat.yml | # roles/mariadb/vars/main.yml
---
mariadb_packages:
- mariadb
- mariadb-server
- MySQL-python
mariadb_service: mariadb
mariadb_config: /etc/my.cnf.d/network.cnf
mariadb_my_config: ~/.my.cnf
mariadb_version: 10.1 | # roles/mariadb/vars/main.yml
---
mariadb_packages:
- MariaDB
- MariaDB-server
- MySQL-python
mariadb_service: mariadb
mariadb_config: /etc/my.cnf.d/network.cnf
mariadb_my_config: ~/.my.cnf
mariadb_version: 10.1
| Use right mariadb package names | Use right mariadb package names
| YAML | mit | keitarocorp/centos_provision,keitarocorp/centos_provision |
b1721266367f28afdcb3a9288b436030c3993cd0 | roles/quarkslab.zoner/tasks/main.yml | roles/quarkslab.zoner/tasks/main.yml | ---
- fail:
msg: Update key not set. Please register at http://www.zonerantivirus.com/ to get an activation key. Fill your update key in host_vars or group_vars
when: zoner_license_key is not defined
- name: Zoner | Check version
command: zavcli --version
ignore_errors: yes
register: zoner_present
- incl... | ---
- fail:
msg: Update key not set. Please register at http://www.zonerantivirus.com/ to get an activation key. Fill your update key in host_vars or group_vars
when: zoner_license_key is not defined
- name: Zoner | Check version
command: zavcli --version
ignore_errors: yes
register: zoner_present
- incl... | Add task 'Enable service', for Zoner provisioning | Add task 'Enable service', for Zoner provisioning
| YAML | apache-2.0 | quarkslab/irma,hirokihamasaki/irma,quarkslab/irma,hirokihamasaki/irma,hirokihamasaki/irma,quarkslab/irma,quarkslab/irma,hirokihamasaki/irma,hirokihamasaki/irma |
aee8e03fb4376c6885decea29c2de1e5895c5104 | recipes/meta/KiCad.yml | recipes/meta/KiCad.yml | # Might be necessary to bundle Python - to be investigated
app: KiCad
binpatch: true
ingredients:
packages:
- kicad
- kicad-library
dist: trusty
sources:
- deb http://archive.ubuntu.com/ubuntu/ trusty main universe
ppas:
- js-reynaud/kicad-4
script:
- # Workaround until
- # AppRun.c expor... | # Might be necessary to bundle Python - to be investigated
app: KiCad
binpatch: true
ingredients:
packages:
- kicad
- kicad-library
- libcurl3
dist: trusty
sources:
- deb http://archive.ubuntu.com/ubuntu/ trusty main universe
ppas:
- js-reynaud/kicad-4
script:
- # Workaround until
- #... | Add libcurl3 because the system one may require a differen OpenSSL version | Add libcurl3 because the system one may require a differen OpenSSL version | YAML | mit | darealshinji/AppImages,probonopd/AppImages |
43eb3a883fce55930d20b238d819f1516f5b4406 | roles/common/tasks/main.yml | roles/common/tasks/main.yml | ---
- include: sh_is_bash.yml
- include: timezone.yml
- include: sshd.yml
- include: apt.yml
# Only use R in modules, not system
# - include: r_repo.yml
- include: gdal_ppa.yml
- include_tasks: lua.yml
tags: ['apt', 'lua']
# Needs fix
#- include: basemount.yml
- include: singularity-apt.yml
- include: python.yml
- in... | ---
- include: sh_is_bash.yml
- include: timezone.yml
# sshd config moved to it's own role and playbook
#- include: sshd.yml
- include: apt.yml
# Only use R in modules, not system
# - include: r_repo.yml
- include: gdal_ppa.yml
- include_tasks: lua.yml
tags: ['apt', 'lua']
# Needs fix
#- include: basemount.yml
- incl... | Disable sshd config in common, now it's own role. | Disable sshd config in common, now it's own role.
| YAML | apache-2.0 | MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible |
55e4ca6f086778a640c232eb230ab2a764c2bcdf | defaults/main.yaml | defaults/main.yaml | ---
# vim: set ft=ansible:
ntp_timezone: Europe/Moscow
ntp_servers:
- 0.ru.pool.ntp.org
- 1.ru.pool.ntp.org
- 2.ru.pool.ntp.org
- 3.ru.pool.ntp.org
ntp_fallback_servers:
- 0.pool.ntp.org
- 1.pool.ntp.org
- 2.pool.ntp.org
- 3.pool.ntp.org
dotfiles_link: git@github.com:9seconds/dotfiles.git
pyenv_pythons:
- 2.7.15
... | ---
# vim: set ft=ansible:
ntp_timezone: Europe/Moscow
ntp_servers:
- 0.ru.pool.ntp.org
- 1.ru.pool.ntp.org
- 2.ru.pool.ntp.org
- 3.ru.pool.ntp.org
ntp_fallback_servers:
- 0.pool.ntp.org
- 1.pool.ntp.org
- 2.pool.ntp.org
- 3.pool.ntp.org
dotfiles_link: git@github.com:9seconds/dotfiles.git
pyenv_pythons:
- 2.7.15
... | Remove python 3.4 because of openssl version compatibility | Remove python 3.4 because of openssl version compatibility
| YAML | mit | 9seconds/ansible-devbox |
b3308f3f7fab5309ae8337590fa5d616ee5e6efd | k8s/deployment.yml | k8s/deployment.yml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcp-pubsub-adapter
spec:
replicas: 2
template:
metadata:
labels:
app: gcp-pubsub-adapter
spec:
containers:
- name: gcp-pubsub-adapter
image: asia.gcr.io/boxp-tk/gcp-pubsub-adapter:${CIRCLE_SHA1}
ports... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcp-pubsub-adapter
spec:
replicas: 1
template:
metadata:
labels:
app: gcp-pubsub-adapter
spec:
containers:
- name: gcp-pubsub-adapter
image: asia.gcr.io/boxp-tk/gcp-pubsub-adapter:${CIRCLE_SHA1}
ports... | Scale down to 1 replicas | Scale down to 1 replicas
| YAML | epl-1.0 | boxp/gcp-pubsub-adapter |
eb1dbfa376db1a4777814a02e015647812e434c0 | src/Standards/base.yml | src/Standards/base.yml | name: "base"
file:
open_tag:
enabled: false
max_line_length:
enabled: true
error_limit: 80
warning_limit: -1
info_limit: -1
tab_expand: 4
indentation:
enabled: false
style: "tab"
count: 1
| name: "base"
file:
open_tag:
enabled: false
max_line_length:
enabled: true
error_limit: 80
warning_limit: -1
info_limit: -1
tab_expand: 4
indentation:
enabled: false
style: "tab"
count: 1
| Use 2 spaces for YAML (standards?) | Use 2 spaces for YAML (standards?)
| YAML | mit | HippoPHP/Hippo |
cee22d46b0d8f3f918408382b034294feb58d902 | _data/navigation.yml | _data/navigation.yml |
- title: L'association
url: "/association/"
side: left
dropdown:
- title: "Qui sommes-nous"
url: "/association/quisommesnous/"
- title: "La vie de l'association"
url: "/association/vieassociation/"
- title: "Adhérer au CEN"
url: "/association/adherer/"
- title: "Le bureau"
... |
- title: L'association
url: "/association/"
side: left
dropdown:
- title: "Qui sommes-nous"
url: "/association/quisommesnous/"
- title: "La vie de l'association"
url: "/association/vieassociation/"
- title: "Adhérer au CEN"
url: "/association/adherer/"
- title: "Le bureau"
... | Move "Contact" submenu to "L'association" | Move "Contact" submenu to "L'association"
| YAML | mit | centre-etudes-napoleoniennes/site,centre-etudes-napoleoniennes/site,centre-etudes-napoleoniennes/site |
f0522dd847553b4838394edfc5ea261c5a9b98a8 | docker-compose.yml | docker-compose.yml | version: '2'
services:
db:
image: iamjrjohnson/ilios-mysql-demo
ports:
- "17103:3306"
php:
image: iamjrjohnson/docker-ilios-php
expose:
- "9000"
links:
- db
volumes:
- ./:/ilios:ro
- /ilios/var
... | version: '2'
services:
db:
image: iamjrjohnson/ilios-mysql-demo
ports:
- "17103:3306"
php:
image: iamjrjohnson/docker-ilios-php
environment:
- ILIOS_API_ENVIRONMENT=true
- ILIOS_API_DEBUG=true
expose:
- "9000"
links:... | Add the option to use development environment in docker | Add the option to use development environment in docker
Passing true to these new environmental variables will put docker
container into development mode.
| YAML | mit | thecoolestguy/ilios,dartajax/ilios,stopfstedt/ilios,thecoolestguy/ilios,stopfstedt/ilios,ilios/ilios,Trott/ilios,Trott/ilios,dartajax/ilios,ilios/ilios |
ba9a89e9d382d99c269bd9063e4adc925be65a6f | docker-compose.yml | docker-compose.yml | # Initial docker-compose file to run Exchange services in containers
# Phase1: Run NSQ in containers
# Phase2: Define Exchange services in this file.
version: '3'
services:
nsqlookupd:
image: nsqio/nsq
command: /nsqlookupd
ports:
- "4161:4161"
- "4160:4160"
volumes:
- ${nsq_data_path... | # Initial docker-compose file to run Exchange services in containers
# Phase1: Run NSQ in containers
# Phase2: Define Exchange services in this file.
version: '3'
services:
nsqlookupd:
image: nsqio/nsq
command: /nsqlookupd
ports:
- "4161:4161"
- "4160:4160"
volumes:
- ${nsq_data_path... | Change nsq_data path to data volume setup in original nsqio Dockerfile | Change nsq_data path to data volume setup in original nsqio Dockerfile
| YAML | apache-2.0 | APTrust/exchange,APTrust/exchange,APTrust/exchange |
78cb913268ac57e43acdd047e7bc3fbe5071be48 | docker-compose.yml | docker-compose.yml | identifier:
image: semtech/mu-identifier
links:
- dispatcher:dispatcher
ports:
- "80:80"
dispatcher:
image: semtech/mu-dispatcher
links:
- registration:registration
- login:login
- comments:comments
- file:file
volumes:
- config:/config
db:
image: tenforce/virtuoso:virtuoso-v7.... | identifier:
image: semtech/mu-identifier
links:
- dispatcher:dispatcher
ports:
- "80:80"
dispatcher:
image: semtech/mu-dispatcher
links:
- registration:registration
- login:login
- comments:comments
- file:file
volumes:
- config:/config
db:
image: tenforce/virtuoso:virtuoso-v7.... | Change URI of the MU_APPLICATION_GRAPH for login, registration and file service | Change URI of the MU_APPLICATION_GRAPH for login, registration and file
service
New URI is http://mu.semte.ch/application
| YAML | mit | nvdk/abb-musemtech-workshop,langens-jonathan/ReactiveMailServiceExample,mu-semtech/mu-project,langens-jonathan/ReactiveMailServiceExample |
2b815823959ff9746bd6e698be5960d42a16bdb9 | docker-compose.yml | docker-compose.yml | version: '3'
services:
db:
image: postgres
es:
image: docker.elastic.co/elasticsearch/elasticsearch:5.3.3
ports:
- "9200:9200"
environment:
# disable XPack
# https://www.elastic.co/guide/en/elasticsearch/reference/5.3/docker.html#_security_note
xpack.security.enabled: "false"... | version: '3'
services:
db:
image: postgres
es:
image: docker.elastic.co/elasticsearch/elasticsearch:5.3.3
ports:
- "9200:9200"
environment:
# disable XPack
# https://www.elastic.co/guide/en/elasticsearch/reference/5.3/docker.html#_security_note
xpack.security.enabled: "false"... | Rename working directories for webpack and django | Rename working directories for webpack and django
| YAML | mit | creativecommons/open-ledger,creativecommons/open-ledger,creativecommons/open-ledger |
768209f0702b721ea9b41963a0b92391419bfdda | docker-compose.yml | docker-compose.yml | web:
build: .
env_file: docker-local.env
links:
- mongo
ports:
- "8000:8000"
mongo:
image: mongo:3.2
| web:
build: .
env_file: docker-local.env
links:
- mongo
ports:
- "8000:8000"
command: "python manage.py server"
mongo:
image: mongo:3.2
| Use dev server instead of gunicorn for local docker env | Use dev server instead of gunicorn for local docker env
| YAML | mit | crossgovernmentservices/csdigital-prototype,crossgovernmentservices/csdigital-prototype,crossgovernmentservices/csdigital-prototype,crossgovernmentservices/csdigital-prototype |
37cd1ccffc782631ef71ba366652e453de428bae | docker-compose.yml | docker-compose.yml | processor:
build: .
volumes:
- .:/myapp
ports:
- "3000:3000"
external_links:
- champaign_db_1
environment:
PG_USERNAME: postgres
PG_HOST: champaign_db_1
env_file:
- env.yml
db:
image: postgres
ports:
- "5432"
environment:
POSTGRES_DB: champaign
| processor:
build: .
volumes:
- .:/myapp
ports:
- "3000"
external_links:
- champaign_db_1
- champaign_redis_1
environment:
PG_USERNAME: postgres
PG_HOST: champaign_db_1
env_file:
- env.yml
| Use redis ran by champaign with an external link | Use redis ran by champaign with an external link
| YAML | mit | SumOfUs/champaign-ak-processor,SumOfUs/champaign-ak-processor,SumOfUs/champaign-ak-processor |
2865127c5a49e8bad77d9ac2ff4aaca515bddee2 | docker-compose.yml | docker-compose.yml | version: "3.1"
secrets:
aws_access_key:
external: true
aws_secret_access_key:
external: true
services:
web:
image: ezmiller/datemo-nginx-proxy:latest
ports:
- "80:80"
datemo:
image: ezmiller/datemo:latest
depends_on:
- web
ports:
- "8080:8080"
environment:
... | version: "3.1"
secrets:
aws_access_key:
external: true
aws_secret_access_key:
external: true
services:
web:
image: ezmiller/datemo-nginx-proxy:latest
ports:
- "80:80"
datemo:
image: ezmiller/datemo:latest
depends_on:
- web
ports:
- "8080:8080"
environment:
... | Update VIRTUAL_HOST to point to new m3.medium instance | Update VIRTUAL_HOST to point to new m3.medium instance
| YAML | epl-1.0 | ezmiller/datemo |
972e7781ea75788872abe46ff390d24bfafb6f07 | docker-compose.yml | docker-compose.yml | version: '3'
services:
nginx:
image: nginx:alpine
ports:
- "127.0.0.1:${INTERNAL_NGINX_PORT}:8080"
restart: always
links:
- phpsv
- translate
depends_on:
- phpsv
volumes:
- ./config/nginx-site.conf:/etc/nginx/conf.d/default.conf
- ./src/subtitulamos/public:... | version: "3"
services:
nginx:
image: nginx:alpine
ports:
- "127.0.0.1:${INTERNAL_NGINX_PORT}:8080"
restart: always
links:
- phpsv
- translate
depends_on:
- phpsv
volumes:
- ./config/nginx-site.conf:/etc/nginx/conf.d/default.conf
- ./src/subtitulamos/public:... | Add restrictions to Docker log filesizes | Add restrictions to Docker log filesizes
| YAML | agpl-3.0 | subtitulamos/subtitulamos,subtitulamos/subtitulamos,subtitulamos/subtitulamos,subtitulamos/subtitulamos,subtitulamos/subtitulamos |
73afd82d419863c3318dd319f2bfe372461687e8 | docker-compose.yml | docker-compose.yml | version: '2'
services:
main:
build: .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
depends_on:
- puffindb
- dns
- mailhog
ports:
- "8080:8080"
command:
- "db create"
- "db upgrade... | version: '2'
services:
main:
build: .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
depends_on:
- puffindb
- dns
- mailhog
ports:
- "8080:8080"
networks:
- front
- back
... | Remove useless puffin machine dns command | Remove useless puffin machine dns command
| YAML | agpl-3.0 | loomchild/puffin,puffinrocks/puffin,loomchild/puffin,loomchild/puffin,loomchild/jenca-puffin,loomchild/puffin,puffinrocks/puffin,loomchild/jenca-puffin,loomchild/puffin |
03596c167c25625d4f83383147a2300e32f6e97f | docker-compose.yml | docker-compose.yml | version: "3.1"
services:
reverse_proxy:
build: ./reverse_proxy
user: nginx
database:
build:
context: ./database
image: atsea_db
user: postgres
environment:
POSTGRES_USER: gordonuser
POSTGRES_DB_PASSWORD_FILE: /run/secrets/postgres_password
POSTGRES_DB: atsea
p... | version: "3.1"
services:
reverse_proxy:
build: ./reverse_proxy
user: nginx
database:
build:
context: ./database
image: atsea_db
user: postgres
environment:
POSTGRES_USER: gordonuser
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
POSTGRES_DB: atsea
port... | Fix password file to actually be used | Fix password file to actually be used
According to the documentation, this is [`POSTGRES_PASSWORD_FILE`](https://github.com/docker-library/docs/tree/2b3cbc311670957d144f8c7004ba04b5d563491a/postgres#docker-secrets). Otherwise postgres will be set with no password and just allow any connection with the correct usernam... | YAML | apache-2.0 | dockersamples/atsea-sample-shop-app,dockersamples/atsea-sample-shop-app,dockersamples/atsea-sample-shop-app,dockersamples/atsea-sample-shop-app,dockersamples/atsea-sample-shop-app,dockersamples/atsea-sample-shop-app |
ff9985a14c1e085e28e54b5b8fd41f32850c7280 | ansible/vars/all.yml | ansible/vars/all.yml | ---
server:
install: '1'
timezone: UTC
locale: en_US.UTF-8
vagrant_local:
install: '1'
vm: { base_box: trusty64, hostname: default, ip: 192.168.33.99, memory: '512', sharedfolder: ./, useVagrantCloud: '1', syncType: nfs }
nginx:
install: '1'
docroot: /vagrant/web
servername: myApp.vb
mys... | ---
server:
install: '1'
timezone: UTC
locale: en_US.UTF-8
vagrant_local:
install: '1'
vm: { base_box: trusty64, hostname: default, ip: 192.168.33.99, memory: '512', sharedfolder: ./, useVagrantCloud: '1', syncType: nfs }
nginx:
install: '1'
docroot: /vagrant/web
servername: myApp.vb
mys... | Support for SQLite in VM | Support for SQLite in VM
| YAML | mit | seggen-ibuildings/hexagonal-bdd,seggen-ibuildings/hexagonal-bdd,scato/hexagonal-bdd,seggen-ibuildings/hexagonal-bdd,scato/hexagonal-bdd,scato/hexagonal-bdd |
9222352730a8f38ec98f53d19727463b30fa3fbc | roles/java_truststore/tasks/main.yml | roles/java_truststore/tasks/main.yml | # Setup CA keystore for Java
- name: Copying default cacerts keystore
copy:
src: "{{ openjdk_cacerts_keystore }}"
dest: "{{ ssl_ca_keystore }}"
remote_src: yes
tags:
- config
- setup
- ssl
- name: Create SSL directories
file:
path="{{ ssl_keystores_dir }}"
state=directory
own... | # Setup CA keystore for Java
- name: Create SSL directories
file:
path="{{ ssl_keystores_dir }}"
state=directory
owner=root
group=wheel
mode=755
tags:
- setup
- name: Copying default cacerts keystore
copy:
src: "{{ openjdk_cacerts_keystore }}"
dest: "{{ ssl_ca_keystore }}"
re... | Reposition creation of keystore directory | Reposition creation of keystore directory
| YAML | bsd-3-clause | emc2/ansible-stuff |
473f032f6d30dd54d4d4dee0ebbae0d0f56f86d3 | integration-tests/apps/rails3/transactions/config/database.yml | integration-tests/apps/rails3/transactions/config/database.yml | #original_development:
# adapter: sqlite3
# database: db/development.sqlite3
# pool: 5
# timeout: 5000
development:
adapter: h2
database: mem:development
pool: 50
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this... | #original_development:
# adapter: sqlite3
# database: db/development.sqlite3
# pool: 5
# timeout: 5000
development:
adapter: h2
database: mem:development;MVCC=TRUE
pool: 50
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do no... | Add MVCC for nested-tx support. | Add MVCC for nested-tx support.
| YAML | apache-2.0 | ksw2599/torquebox,torquebox/torquebox,ksw2599/torquebox,torquebox/torquebox-release,vaskoz/torquebox,torquebox/torquebox-release,vaskoz/torquebox,samwgoldman/torquebox,torquebox/torquebox-release,ksw2599/torquebox,samwgoldman/torquebox,torquebox/torquebox,vaskoz/torquebox,samwgoldman/torquebox,mje113/torquebox,torquebo... |
5f537e8cc8906f02fcec7b972f31065562293234 | .scrutinizer.yml | .scrutinizer.yml | inherit: true
build:
environment:
php: '5.5.25'
dependencies:
override:
- { command: 'composer install --no-interaction --prefer-source', idle_timeout: 600 }
tests:
override:
- ./bin/phpspec run --format=dot
- ./bin/behat --format=pretty
proje... | inherit: true
build:
environment:
php: '5.5.25'
dependencies:
before:
- date -u +"%Y-%m-%dT%H:%M:%SZ" > /tmp/build-start-time.txt
override:
- { command: 'composer install --no-interaction --prefer-source', idle_timeout: 600 }
tests:
override:
... | Add Scrutinizer build time tracking and cache composer cache | Add Scrutinizer build time tracking and cache composer cache
As requested in this issue https://ibuildings.jira.com/browse/CONSULT-144 | YAML | mit | jon-acker/symfony-container-generator,inviqa/symfony-container-generator |
2bc3c728a4c87484eb7cd14dacb11e31f1dce0d8 | metadata/com.ktprograms.ohmsnow.yml | metadata/com.ktprograms.ohmsnow.yml | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: ktprograms
AuthorEmail: ktprograms@gmail.com
SourceCode: https://github.com/ktprograms/Ohms_Now
IssueTracker: https://github.com/ktprograms/Ohms_Now/issues
AutoName: Ohms Now!
RepoType: git
Repo: https://github.com/ktprograms/Ohms_Now
Builds:
... | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: ktprograms
AuthorEmail: ktprograms@gmail.com
SourceCode: https://github.com/ktprograms/Ohms_Now
IssueTracker: https://github.com/ktprograms/Ohms_Now/issues
AutoName: Ohms Now!
RepoType: git
Repo: https://github.com/ktprograms/Ohms_Now
Builds:
... | Update Ohms Now! to v0.1.3-beta (4) | Update Ohms Now! to v0.1.3-beta (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
10c865bdf8b9b26fe9abc86bc046b78b2574ae95 | config/routes.yaml | config/routes.yaml | home:
path: /
methods: [GET]
defaults: { _controller: 'App\Controller\HomeController::indexAction' }
registration_register:
path: /register
methods: [GET, POST]
defaults: { _controller: 'App\Controller\RegistrationController::registerAction' }
security_login:
path: /login
... | home:
path: /
methods: [GET]
defaults: { _controller: 'App\Controller\HomeController::indexAction' }
registration_register:
path: /register
methods: [GET, POST]
defaults: { _controller: 'App\Controller\RegistrationController::registerAction' }
security_login:
path: /login
... | Add route alias for admin_dashboard_index to point to /admin | Add route alias for admin_dashboard_index to point to /admin
| YAML | mit | robmeijer/robmeijer.co.uk,robmeijer/robmeijer.co.uk |
e82c8cf6dee842bedac46e72ca8b9447005c9805 | metadata/dev.corruptedark.openchaoschess.yml | metadata/dev.corruptedark.openchaoschess.yml | Categories:
- Games
License: GPL-3.0-or-later
AuthorName: CorruptedArk
SourceCode: https://github.com/CorruptedArk/open-chaos-chess
IssueTracker: https://github.com/CorruptedArk/open-chaos-chess/issues
Changelog: https://github.com/CorruptedArk/open-chaos-chess/releases
AutoName: Open Chaos Chess
RepoType: git
Repo... | Categories:
- Games
License: GPL-3.0-or-later
AuthorName: CorruptedArk
SourceCode: https://github.com/CorruptedArk/open-chaos-chess
IssueTracker: https://github.com/CorruptedArk/open-chaos-chess/issues
Changelog: https://github.com/CorruptedArk/open-chaos-chess/releases
AutoName: Open Chaos Chess
RepoType: git
Repo... | Update Open Chaos Chess to 1.6.1 (28) | Update Open Chaos Chess to 1.6.1 (28)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
b890006aaed681d6db914f5bc35fc9abf73c9d77 | packages/th/th-inline-io-action.yaml | packages/th/th-inline-io-action.yaml | homepage: https://github.com/tolysz/inline-io-action
changelog-type: ''
hash: 87f609c7730752d33acfdc895c70bb1c47c4242f5997024f0e0edce11b2aa587
test-bench-deps: {}
maintainer: tolysz@gmail.com
synopsis: Simple inline IO action into compiled code using TH
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
template-haske... | homepage: https://github.com/tolysz/inline-io-action
changelog-type: ''
hash: f3b94491897c83529fbcb10775fb3fca0a31ad4981d53016e363402ba9addff8
test-bench-deps: {}
maintainer: tolysz@gmail.com
synopsis: Simple inline IO action into compiled code using TH
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
template-haske... | Update from Hackage at 2016-11-18T16:54:48Z | Update from Hackage at 2016-11-18T16:54:48Z | YAML | mit | commercialhaskell/all-cabal-metadata |
60296b86d63867ce6a5971194a09cd34ef173b83 | packs/st2ci/actions/workflows/setup_st2.yaml | packs/st2ci/actions/workflows/setup_st2.yaml | version: '2.0'
st2ci.setup_st2:
description: Setup a running instance of StackStorm from git repo.
type: direct
input:
- host
- repo
- repo_branch
- repo_dir
- debug
output:
clone_path: <% $.clone_path %>
task-defaults:
on-error:
... | version: '2.0'
st2ci.setup_st2:
description: Setup a running instance of StackStorm from git repo.
type: direct
input:
- host
- repo
- repo_branch
- repo_dir
- debug
output:
clone_path: <% $.clone_path %>
task-defaults:
on-error:
... | Refactor setup st2 WF in st2ci to include examples on launchdev | Refactor setup st2 WF in st2ci to include examples on launchdev
| YAML | apache-2.0 | StackStorm/st2incubator,StackStorm/st2incubator |
6b1b2b767e142b1313e870fd7baf9d70cbf339c4 | stack.yaml | stack.yaml | resolver: lts-13.14
packages:
- .
flags: {}
extra-package-dbs: []
| resolver: lts-13.25
packages:
- .
flags: {}
extra-package-dbs: []
| Move to a newer Stack snapshot with a newer GHC. | Move to a newer Stack snapshot with a newer GHC.
| YAML | isc | HIPERFIT/futhark,diku-dk/futhark,diku-dk/futhark,HIPERFIT/futhark,diku-dk/futhark,HIPERFIT/futhark,diku-dk/futhark,diku-dk/futhark |
156e8c08aadc926172128f10e48fe3f5b8155e8d | .kitchen.circle.yml | .kitchen.circle.yml | ---
driver:
name: docker
driver_config:
require_chef_omnibus: true
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
- name: debian-7.8
- name: centos-7.0
suites:
- name: package
run_list:
- recipe[mono4]
attributes:
mono4:
install_method: package
- name: source
run_lis... | ---
driver:
name: docker
driver_config:
require_chef_omnibus: true
privileged: true
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
- name: debian-7.8
- name: centos-7.0
suites:
- name: package
run_list:
- recipe[mono4]
attributes:
mono4:
install_method: package
- n... | Add Docker privileged mode for CircleCI | Add Docker privileged mode for CircleCI
| YAML | apache-2.0 | shirhatti/mono4-coobook,stonevil/mono4-coobook |
f87f4c1b707dd9c7ae41942c825d023c418869b7 | roles/postgresql/tasks/main.yml | roles/postgresql/tasks/main.yml | - name: set locale.gen content
file: dest=/etc/locale.gen content='fr_FR.UTF-8 UTF-8\n'
- name: reconfigure locales
environment:
DEBIAN_FRONTEND: noninteractive
command: dpkg-reconfigure locales
- name: installing dependencies
apt: pkg={{ item }} state=installed update_cache=yes
with_items:
- postgres... | - name: installing dependencies
apt: pkg={{ item }} state=installed update_cache=yes
with_items:
- postgresql-9.4-postgis-2.1
- postgresql-contrib-9.4 #for dblink extension
- postgis
- name: install python-psycopg2 for ansible psql modules
apt: name=python-psycopg2 state=installed
- name: create georchest... | Revert "ensure an UTF-8 locale is set before bootstrapping psql" | Revert "ensure an UTF-8 locale is set before bootstrapping psql"
This reverts commit 048a5bb24b9089c09b1dff1d261833a1f1d95d9f.
| YAML | isc | georchestra/ansible,georchestra/ansible |
c4030ddb9ff86cfaff9bb2f6eb560312c993da1a | rasa/cli/initial_project/domain.yml | rasa/cli/initial_project/domain.yml | intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
actions:
- utter_greet
- utter_cheer_up
- utter_did_that_help
- utter_happy
- utter_goodbye
- utter_iamabot
templates:
utter_greet:
- text: "Hey! How are you?"
buttons:
- title: "great"
payload: "/mo... | intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
actions:
- utter_greet
- utter_cheer_up
- utter_did_that_help
- utter_happy
- utter_goodbye
- utter_iamabot
templates:
utter_greet:
- text: "Hey! How are you?"
utter_cheer_up:
- text: "Here is something to ch... | Revert addition of buttons in initial bot | Revert addition of buttons in initial bot
| YAML | apache-2.0 | RasaHQ/rasa_nlu,RasaHQ/rasa_nlu,RasaHQ/rasa_nlu |
347a80c5f401e4bcf0e1dd14ecca72a6201a784e | src/main/resources/elasticsearch.yml | src/main/resources/elasticsearch.yml | cluster.name: stash-codesearch
node.name: stash-codesearch-clientnode
| cluster.name: stash-codesearch
node.name: stash-codesearch-clientnode
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: localhost[9300-9400]
http.enabled: false
| Make ES client use unicast on localhost ports 9300-9400 | Make ES client use unicast on localhost ports 9300-9400
| YAML | apache-2.0 | rprabhat/stash-codesearch-plugin,terabyte/stash-codesearch-plugin,terabyte/stash-codesearch-plugin,rprabhat/stash-codesearch-plugin,palantir/stash-codesearch-plugin,palantir/stash-codesearch-plugin |
85051f42b06fe637e0ec26aa11bf1d02c8cf126f | roles/mongodb/tasks/mongodb_apt.yaml | roles/mongodb/tasks/mongodb_apt.yaml | ---
- name: apt | Add mongodb key
become: yes
apt_key:
url: https://www.mongodb.org/static/pgp/server-{{ mongodb_major_minor_version }}.asc
state: present
tags: [databases, mongodb]
- name: apt | Add mongodb repository
become: yes
apt_repository:
repo: 'deb http://repo.mongodb.org/apt/{{ ansible_... | ---
- name: apt | Install mongodb dependencies
become: yes
yum:
name: "{{ item }}"
state: present
with_items:
# Failed to validate the SSL certificate for www.mongodb.org:443. Make sure your managed systems have a valid CA certificate installed. If the website serving the url uses SNI you need python ... | Fix mongodb https url cert validation failure on Ubuntu14 | Fix mongodb https url cert validation failure on Ubuntu14
| YAML | apache-2.0 | StackStorm/ansible-st2,armab/ansible-st2 |
8763cdff17daff41409f63979a8feeec860b5a31 | roles/neo4j-server/defaults/main.yml | roles/neo4j-server/defaults/main.yml | ---
neo4j_version: 3.0.3
neo4j_path: /home/jenkins/neo4j
neo4j_password: jenkins
neo4j_port: 7777
| ---
neo4j_version: 3.0.8
neo4j_path: /home/jenkins/neo4j
neo4j_password: jenkins
neo4j_port: 7777
| Upgrade Neo4j to version 3.0.8 | Upgrade Neo4j to version 3.0.8
| YAML | mit | Sanne/ci.hibernate.org,hibernate/ci.hibernate.org,hibernate/ci.hibernate.org,Sanne/ci.hibernate.org,DavideD/ci.hibernate.org,DavideD/ci.hibernate.org |
60a7b4b8aa2b6af45b52bd30c35a0a2b1836d2a3 | install.yml | install.yml | ---
- hosts: localhost
name: bootstrap ArchLinux system
connection: local
vars_prompt:
- name: user_password
prompt: "User password:"
encrypt: "sha512_crypt"
private: yes
confirm: yes
pre_tasks:
- include_vars: "host_vars/{{ machine_aliases[ansible_product_name] }}"
# Make... | ---
- hosts: localhost
name: bootstrap ArchLinux system
connection: local
vars_prompt:
- name: user_password
prompt: "User password:"
encrypt: "sha512_crypt"
private: yes
confirm: yes
pre_tasks:
- include_vars: "host_vars/{{ machine_aliases[ansible_product_name] }}"
# Make... | Include variables in all plays | Include variables in all plays
| YAML | mit | zoresvit/archible |
332fffced0f8eda18a7c51c49e2794af623f6647 | metadata/com.ktprograms.ohmsnow.yml | metadata/com.ktprograms.ohmsnow.yml | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: ktprograms
AuthorEmail: ktprograms@gmail.com
SourceCode: https://github.com/ktprograms/Ohms_Now
IssueTracker: https://github.com/ktprograms/Ohms_Now/issues
AutoName: Ohms Now!
RepoType: git
Repo: https://github.com/ktprograms/Ohms_Now
Builds:
... | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: ktprograms
AuthorEmail: ktprograms@gmail.com
SourceCode: https://github.com/ktprograms/Ohms_Now
IssueTracker: https://github.com/ktprograms/Ohms_Now/issues
AutoName: Ohms Now!
RepoType: git
Repo: https://github.com/ktprograms/Ohms_Now
Builds:
... | Update Ohms Now! to v0.1.4-beta (5) | Update Ohms Now! to v0.1.4-beta (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
dcad3b0309e8b71a5edb7d1e84b51c3174f10e35 | metadata/de.nulide.findmydevice.yml | metadata/de.nulide.findmydevice.yml | Categories:
- Phone & SMS
- Security
- System
License: GPL-3.0-only
SourceCode: https://gitlab.com/Nulide/findmydevice
IssueTracker: https://gitlab.com/Nulide/findmydevice/issues
Liberapay: Nulide
AutoName: FindMyDevice
RepoType: git
Repo: https://gitlab.com/Nulide/findmydevice.git
Builds:
- versionName: 0.0... | Categories:
- Phone & SMS
- Security
- System
License: GPL-3.0-only
SourceCode: https://gitlab.com/Nulide/findmydevice
IssueTracker: https://gitlab.com/Nulide/findmydevice/issues
Liberapay: Nulide
AutoName: FindMyDevice
RepoType: git
Repo: https://gitlab.com/Nulide/findmydevice.git
Builds:
- versionName: 0.0... | Update FindMyDevice to 0.0.7 (7) | Update FindMyDevice to 0.0.7 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
0aeedc3a061755340f67e2f592ce04a61457a950 | tests.yaml | tests.yaml | test-cases:
- name: Default Build Test # Deploy using all default options
create:
parameters:
eula: true
timeout: 30 # Deployment should complete in under 30 minutes
resource_tests: # Tests to run on the resources themselves
ssh_private_key: { get_output: ssh_priv_key } # Fetch from output-list of... | test-cases:
- name: Default Build Test # Deploy using all default options
create:
parameters:
eula: true
rackspace_user_name: { get_env: OS_USERNAME }
rackspace_apikey: { get_env: RAX_API_KEY }
timeout: 30 # Deployment should complete in under 30 minutes
resource_tests: # Tests to run on t... | Fix test create params for backup config | Fix test create params for backup config
| YAML | apache-2.0 | chrishultin/magento-small,rackspace-orchestration-templates/magento-small |
1a7e8a7b38c8a870884315d7fe027f133674b02d | metadata/ademar.textlauncher.yml | metadata/ademar.textlauncher.yml | Categories:
- Theming
License: MIT
AuthorName: Ademar Alves de Oliveira
SourceCode: https://gitlab.com/ademar111190/textlauncher
IssueTracker: https://gitlab.com/ademar111190/textlauncher/-/issues
AutoName: TextLauncher
RepoType: git
Repo: https://gitlab.com/ademar111190/textlauncher.git
Builds:
- versionName: 1... | Categories:
- Theming
License: MIT
AuthorName: Ademar Alves de Oliveira
SourceCode: https://gitlab.com/ademar111190/textlauncher
IssueTracker: https://gitlab.com/ademar111190/textlauncher/-/issues
AutoName: Text Launcher
RepoType: git
Repo: https://gitlab.com/ademar111190/textlauncher.git
Builds:
- versionName: ... | Set autoname of Text Launcher | Set autoname of Text Launcher
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
0c305070e7e7f7fe4b9db8f6e021209468fe242a | .travis.yml | .travis.yml | language: go
go:
- 1.2
- tip
install:
- go get github.com/alexcesaro/log/stdlog
- go get github.com/gorilla/mux
- go get github.com/stretchr/testify/assert
- go get github.com/stretchr/testify/mock
- go get labix.org/v2/mgo
- go get labix.org/v2/mgo/bson
| language: go
go:
- 1.2
- tip
install:
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/alexcesaro/log/stdlog
- go get github.com/axw/gocov/gocov
- go get github.com/gorilla/mux
- go get github.com/mattn/goveralls
- go get github.com/stretchr/testify/assert
- go get github.com/stretchr... | Check and report coverage using coveralls.io | Check and report coverage using coveralls.io
| YAML | apache-2.0 | pavel-paulau/perfdb,pavel-paulau/perfkeeper,pavel-paulau/perfdb |
af3c770e6fe032047dc5caff5a27ad4deae65f4b | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.3
- rbx-19mode
language: ruby
before_script:
- "rake servers:jasig:prep"
- "rake servers:jasig:start &"
- "rake servers:callback:start &"
| rvm:
- 1.9.3
- rbx-19mode
language: ruby
before_script:
- "rake servers:jasig:prep"
- "rake servers:jasig:start &"
- "rake servers:callback:start &"
| Disable 1.8.7 build until SSL handshake issues are resolved. | Disable 1.8.7 build until SSL handshake issues are resolved.
| YAML | mit | NUBIC/castanet |
59cd4d8bd68b75ef09b82e7d70760409d96361b0 | .travis.yml | .travis.yml | language: ruby
cache: bundler
sudo: false
rvm:
- 2.2.5
- 2.3.1
branches:
only:
- master
script: bundle exec rake
| sudo: false
language: ruby
cache: bundler
matrix:
include:
- rvm: 2.3.7
- rvm: 2.4.4
- rvm: 2.5.1
- rvm: ruby-head
allow_failures:
- rvm: ruby-head
branches:
only:
- master
bundler_args: --without docs development
script: bundle exec rake
| Test on modern ruby releases | Test on modern ruby releases
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef/knife-opc,chef/knife-opc |
ea85f7d3454c923bf0a5ba95b762ee5dfc674013 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
- 0.12
- 4.2
- 5
script: npm test
notifications:
email:
recipients:
- ypt-team@yahoo-inc.com
on_success: change
on_failure: always
env:
global:
- secure: dtJpzQPi6/UYsySz8cUIxja7JiiEvDhtKkKpSZa3skB1Es1NNo/tYmVHZyw4MkLpdvXuJx... | sudo: false
language: node_js
node_js:
- 0.10
- 0.12
- 4.2
- 5
script: npm test
notifications:
email:
recipients:
- ypt-team@yahoo-inc.com
on_success: change
on_failure: always
env:
global:
- secure: dtJpzQPi6/UYsySz8cUIxja7JiiEvDhtKkKpSZa3skB1Es1NNo/tYmVHZy... | Update to new Travis infrastructure | Update to new Travis infrastructure
| YAML | bsd-3-clause | ericf/react-intl,baer/react-intl |
8ebd923022eb6a3d9f779569b4dfe3492daaaae5 | .travis.yml | .travis.yml | dist: bionic
sudo: false
language: node_js
node_js:
- "10.16.0"
- "12.6.0"
cache: yarn
before_install:
# Install the latest yarn version
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn --version
install:
- yarn install --frozen-lockfile
script:
-... | dist: bionic
sudo: false
language: node_js
node_js:
- "10.16.0"
- "12.10.0"
cache: yarn
before_install:
# Install the latest yarn version
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn --version
install:
- yarn install --frozen-lockfile
script:
... | Upgrade used node versions on CI | qa: Upgrade used node versions on CI
| YAML | mit | algolia/react-element-to-jsx-string,algolia/react-element-to-jsx-string |
c0ae8806ce590a765463f49ed106927e6646e362 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.8.7
install: "curl https://raw.github.com/Fingertips/WAD/master/bin/wad | ruby"
script: "ruby -r bundler -e 'Bundler.setup'"
env:
global:
- S3_BUCKET_NAME=fingertips-wad-test-2
- s3_REGION=eu-west-1
- secure: "er80bqgzxPrbPSfQufclakYj9uzOCbIuTgwplaHIJuceFhRETR... | language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.8.7
install: "curl https://raw.github.com/Fingertips/WAD/master/bin/wad | ruby"
script: "ruby -r ubygems -r bundler -e 'Bundler.setup'"
env:
global:
- S3_BUCKET_NAME=fingertips-wad-test-2
- s3_REGION=eu-west-1
- secure: "er80bqgzxPrbPSfQufclakYj9uzOCbIuTgwplaH... | Fix Travis configuration for Ruby 1.8.7. | Fix Travis configuration for Ruby 1.8.7.
| YAML | mit | Fingertips/WAD |
9b07bdd217331475cd2ea3948d1463245d70b320 | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.7
- 1.6
otp_release:
- 21.1
- 21.0
- 20.3
- 20.2
- 20.1
matrix:
exclude:
- elixir: 1.7
otp_release: 20.3
- elixir: 1.7
otp_release: 20.2
- elixir: 1.7
otp_release: 20.1
- elixir: 1.6
otp_release: 21.1
- elixir: 1.6
otp_releas... | language: elixir
elixir:
- 1.8
- 1.7
- 1.6
otp_release:
- 21.2
- 21.1
- 21.0
- 20.3
- 20.2
matrix:
exclude:
- elixir: 1.8
otp_release: 21.0
- elixir: 1.8
otp_release: 20.3
- elixir: 1.8
otp_release: 20.2
- elixir: 1.7
otp_release: 20.3
- elixir: 1.7
ot... | Add Elixir 1.8 and OTP 21.2 to the Travis matrix | Add Elixir 1.8 and OTP 21.2 to the Travis matrix
| YAML | mit | tompave/fun_with_flags_ui,tompave/fun_with_flags_ui |
0219708209d90aa5ed0d70dcc94addbf49d46f76 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "nightly"
- "3.7-dev"
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
install:
- pip install -r test-requirements.txt
script:
- py.test
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8 --config=.flake... | sudo: false
language: python
python:
- "nightly"
- "3.7-dev"
- "3.6"
- "3.5-dev"
- "3.4"
- "3.3"
- "2.7"
install:
- pip install -r test-requirements.txt
script:
- py.test
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8 --config=.f... | Fix Python 3.5 for realz | Fix Python 3.5 for realz
| YAML | mit | ilevkivskyi/typing_inspect |
15f30a9b16b2d9702d2d141100f1d0ea3e5ba8ca | .travis.yml | .travis.yml | os: linux
language: java
install: true
script:
- sudo apt-get update && sudo apt-get install oracle-java8-installer
- java -version
- ./gradlew jenkinsBuild
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOM... | os: linux
language: java
install: true
script:
- sudo apt-get update && sudo apt-get install oracle-java8-installer graphviz
- java -version
- ./gradlew jenkinsBuild
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
... | Add GraphViz for PlantUML usage in AsciiDoc | Travis: Add GraphViz for PlantUML usage in AsciiDoc | YAML | apache-2.0 | msgilligan/bitcoinj-addons,msgilligan/bitcoinj-addons,msgilligan/bitcoinj-addons,msgilligan/bitcoinj-addons |
e2db5e0bbfee8c2bf86328566a98c6b25847ef8e | .travis.yml | .travis.yml | # Configuration file to run tests on Travis-CI via GitHub notifications
# See http://travis-ci.org/
language: python
python:
- "2.6"
- "2.7"
install:
- "pip install ."
script:
# Run the Python unit tests
- "python setup.py test"
# Run the example scripts
- "cd examples/"
- ./run_examples.sh
| # Configuration file to run tests on Travis-CI via GitHub notifications
# See http://travis-ci.org/
language: python
python:
- "2.7"
install:
- "pip install ."
script:
# Run the Python unit tests
- "python setup.py test"
# Run the example scripts
- "cd examples/"
- ./run_examples.sh
| Drop testing under Python 2.6 for Travis CI (no longer supported). | Drop testing under Python 2.6 for Travis CI (no longer supported).
| YAML | artistic-2.0 | fls-bioinformatics-core/RnaChipIntegrator |
e4108f667d809fca3c1f049841eb719f06149493 | .travis.yml | .travis.yml | language: c
compiler: gcc
sudo: false
before_install:
- pip install --user codecov
before_script:
- mkdir build
- cd build
- cmake -DBUILD_COVERAGE=ON ..
script: cmake --build . && ctest -V .
after_success:
- gcov CMakeFiles/parg.dir/parg.c.gcno -o CMakeFiles/parg.dir
- codecov -X gcov
| language: c
compiler: gcc
sudo: false
before_install:
- pip install --user codecov
before_script:
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_COVERAGE=ON ..
script: cmake --build . && ctest -V .
after_success:
- gcov CMakeFiles/parg.dir/parg.c.gcno -o CMakeFiles/parg.dir
- codeco... | Build as debug on Travis | Build as debug on Travis
| YAML | cc0-1.0 | jibsen/parg |
cbb102d59662b9aa331162ade7bbf08011aac2b5 | .travis.yml | .travis.yml | services:
- docker
install:
- docker build -t danielpops/openvas .
- docker run --rm -p 80:80 --name openvas
- docker push danielpops/openvas
| services:
- docker
install:
- docker build -t danielpops/openvas . > /dev/null
- docker run --rm -p 80:80 --name openvas
- docker push danielpops/openvas
| Hide the output because github doesn't like it :( | Hide the output because github doesn't like it :(
| YAML | mit | danielpops/openvas |
29c9e4365840c047d893c509a5326e9df887d197 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.2
gemfile:
- gemfiles/rails_3.gemfile
- gemfiles/rails_4.gemfile
script: "bundle exec rake test"
| language: ruby
rvm:
- 2.0.0
- 2.1.2
gemfile:
- gemfiles/rails_3.gemfile
- gemfiles/rails_4.gemfile
| Revert "Try getting tests to run on CI" | Revert "Try getting tests to run on CI"
This reverts commit fa2b60b1d171f0152e65efea6e798d38238e964e. Committed
the change to the wrong project. Derp.
| YAML | mit | dribbble/assorted |
46e219a609c5801777ef0be8018b31612c66863f | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
install:
- pip install --allow-external=argparse -e .
- pip install flake8==2.3.0 mccabbe==0.3.0 pep8==1.6.2 pyflakes==0.8.1
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2==0.5.1; fi
- if [[ $(pip --version | pytho... | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
install:
- pip install --allow-external=argparse -e .
- pip install flake8==2.3.0 mccabe==0.3.0 pep8==1.6.2 pyflakes==0.8.1
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2==0.5.1; fi
- if [[ $(pip --version | python... | Fix installing mccabe on Travis CI. | Fix installing mccabe on Travis CI.
| YAML | bsd-2-clause | playpauseandstop/bootstrapper |
2b048cf41bf663e46653f76478bcb0f4e97b2eec | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.6
- 7.0
- hhvm
- nightly
matrix:
allow_failures:
- php: nightly
before_script:
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v6.3.0/setup' -O - | php
- echo "use=." > xp.ini
- echo "[runtime]" >> xp.ini
- echo "date.timezone=Europe/Berl... | language: php
sudo: false
php:
- 5.6
- 7.0
- hhvm
- nightly
matrix:
allow_failures:
- php: nightly
before_script:
- phpenv config-rm xdebug.ini; true
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v6.3.0/setup' -O - | php
- echo "use=." > xp.ini
- echo "[runtime]" >> xp.i... | Remove XDebug for the moment | Remove XDebug for the moment
See #148
| YAML | bsd-3-clause | johannes85/core |
5caedc55812ee0ebf2087ad7540a1db4bb1a384c | .travis.yml | .travis.yml | dist: trusty
sudo: required
language: python
python:
- "2.7"
# We must install astyle because 14.04's apt version is too old (doesn't support --dry-run)
before_install:
- curl -L "https://downloads.sourceforge.net/project/astyle/astyle/astyle%203.0/astyle_3.0_linux.tar.gz?r=&ts=1492151403&use_mirror=pilotfiber" |... | dist: trusty
sudo: required
language: python
python:
- "2.7"
# We must install astyle because 14.04's apt version is too old (doesn't support --dry-run)
before_install:
- curl -L "https://sourceforge.net/projects/astyle/files/astyle/astyle%203.0/astyle_3.0_linux.tar.gz/download" | tar xvz
- pushd astyle/build/g... | Update URL for astyle download | Update URL for astyle download
(feature/90_upgrade_deps)
| YAML | mit | stopthatcow/zazu,stopthatcow/zazu |
b14134cf80d6f1c0ed1bd0c400725f7b0bc26358 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
- openjdk7
- openjdk6
before-script: mvn help:active-profiles
| language: java
jdk:
- oraclejdk7
- openjdk7
before_install: mvn help:active-profiles
| Remove openjdk6, list active profiles before install command | Remove openjdk6, list active profiles before install command | YAML | bsd-2-clause | gabrielbauman/evercookie-applet |
b61349a850cb8039d1bd31925ed06c726e066970 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.1"
- "4.0"
- "0.12"
- "0.10"
| language: node_js
node_js:
- "5.0"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.10"
| Add Node 4.2 and 5.0 to Travis | Add Node 4.2 and 5.0 to Travis
| YAML | mit | lumeet/grunt-barbarian-ombudsman |
c8fd1236200eccb7543b6c7a4acd972c62191f29 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: node_js
node_js:
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "5.1"
- "5.2"
- "5.3"
- "5.4"
- stable
cache: apt
before_install: sudo apt-get update && sudo apt-get install lcov -y
before_script: npm install -g coveralls jscoverage node-gyp
after_success:
- jscoverage index... | sudo: required
dist: trusty
language: node_js
node_js:
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "5.1"
- "5.2"
- "5.3"
- "5.4"
- "5.5"
- node
cache: apt
before_install: sudo apt-get update && sudo apt-get install lcov -y
before_script: npm install -g coveralls jscoverage node-gyp
after_success:
- jscovera... | Update Node versions to test | Update Node versions to test
| YAML | mit | ranisalt/node-argon2,ranisalt/node-argon2,ranisalt/node-argon2,markfejes/node-argon2,markfejes/node-argon2,markfejes/node-argon2 |
ff1f120fa9e1c72afe751de400b9325a345f195b | .travis.yml | .travis.yml | language: node_js
env: TRAVIS_CI=true
node_js:
- "iojs"
script:
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
| language: node_js
env: TRAVIS_CI=true
node_js:
- "4.1.x"
- "iojs"
script:
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
| Add Node.js v4.1.x to Travis CI configuration | Add Node.js v4.1.x to Travis CI configuration
| YAML | mit | edloidas/dawn-of-aegis,edloidas/dawn-of-aegis |
6304270e8ffc536758c46ef5d2408c3cadc7986d | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
install: pip install .
script: tox
| sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install: pip install .
script: tox
| Add Python 3.5 to test matrix | Add Python 3.5 to test matrix
| YAML | mit | rpkilby/tox-travis,ryanhiebert/tox-travis,tox-dev/tox-travis |
b152cc5ee70ac69464312dee0debf2a482261d85 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Test with Node.js 0.12 on Travis CI. | Test with Node.js 0.12 on Travis CI.
| YAML | mit | bigeasy/turnstile |
424514861aad3d627744e120fd31e1374de729bd | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.2.6
- 2.3.3
branches:
only:
- master
env:
- RAILS_ENV=test
before_script:
- (cd spec/dummy && bin/rails db:setup)
after_script:
- '[ ${TRAVIS_EVENT_TYPE} != "pull_request" ] && [ ${TRAVIS_BRANCH} = "master" ] && bundle exec codeclimate-test-reporter'
| sudo: false
language: ruby
rvm:
- 2.2.6
- 2.3.3
gemfile:
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_5_1.gemfile
branches:
only:
- master
env:
- RAILS_ENV=test
before_script:
- (cd spec/dummy && bin/rails db:setup)
after_script:
- '[ ${TRAVIS_EVENT_TYPE} != "pull_request" ] && [ ${TRAVIS_BRANCH} =... | Enable appraisal gem on Travis CI | Enable appraisal gem on Travis CI
| YAML | mit | yasaichi/everett,yasaichi/everett,yasaichi/everett |
5dd5666d9999ec34b1503b6c373b4c7177e95a93 | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
- "14"
- "12"
- "10"
os: linux
dist: xenial
env:
- CXX=g++-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9 | language: node_js
node_js:
- "14"
- "12"
- "10"
os: linux
dist: xenial
env:
- CXX=g++-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9 | Remove failing "stable" nodejs compile * Can't compile sqlite | [~] Remove failing "stable" nodejs compile
* Can't compile sqlite
| YAML | mit | cubehouse/themeparks |
b067661a8f435eb9fffbcd51c683a300db748b9b | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.0"
addons:
apt:
packages:
- libusb-1.0-0-dev
| language: node_js
node_js:
- "6"
- "4"
addons:
apt:
packages:
- libusb-1.0-0-dev
| Test with node 4 and 6 | Test with node 4 and 6
| YAML | mit | mvines/relay |
6746a0eb92e74628984aa9fc5fc1e47df066959c | .travis.yml | .travis.yml | services:
- memcached
- redis-server
bundler_args: --without development
script: bundle exec rspec
language: ruby
rvm:
- 1.8.7
- 1.9.3
| services:
- memcached
- redis-server
bundler_args: --without development
script: bundle exec rspec
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
| Add testing target ruby version: 2.0.0 | Add testing target ruby version: 2.0.0
| YAML | mit | rosylilly/sequel-cacheable |
15c9616240148647cd69d708cc27af37ed7078cc | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
env:
- DB=sqlite
script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake db:test:prepare
- bundle exec rspec spec/
before_script:
bundler_args: --binstubs=./bundler_stubs
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
env:
- DB=sqlite
script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake db:test:prepare
- bundle exec rspec spec/
before_script:
bundler_args: --binstubs=./bundler_stubs
| Add ruby 2.1.0 as well | Add ruby 2.1.0 as well | YAML | agpl-3.0 | vik-y/platform,vik-y/platform,vik-y/platform,vik-y/platform |
2c04ef149c0c2e445cf61dca5823d50520416888 | .travis.yml | .travis.yml | language: android
android:
components:
- platform-tools
- build-tools-23.0.2
- android-23
- extra-android-m2repository
before_script:
- chmod +x gradlew
script:
./gradlew build | language: android
android:
components:
- platform-tools
- build-tools-23.0.2
- android-23
- extra-android-m2repository
- extra-google-m2repository
before_script:
- chmod +x gradlew
script:
./gradlew build | Add Google Play Services to ci | Add Google Play Services to ci
| YAML | apache-2.0 | ShlMlkzdh/RxSmartLock |
b5da21623305e616dd06b49903e2c4efbe784216 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer
env:
global:
- MAVEN_OPTS="-Xmx256M"
sudo: false
cache:
directories:
- $HOME/.m2/io
- $HOME/.m2/org
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -q -T 2
script: mvn test -Dair.c... | language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer
env:
global:
- MAVEN_OPTS="-Xmx256M"
sudo: false
cache:
directories:
- $HOME/.m2/repository/io
- $HOME/.m2/repository/it
- $HOME/.m2/repository/org
- $HOME/.m2/repository/mysql
install: mvn insta... | Fix caching config for Travis | Fix caching config for Travis
| YAML | apache-2.0 | aleph-zero/presto,stewartpark/presto,nileema/presto,ptkool/presto,fipar/presto,zzhao0/presto,electrum/presto,damiencarol/presto,mbeitchman/presto,harunurhan/presto,y-lan/presto,gh351135612/presto,DanielTing/presto,Teradata/presto,wrmsr/presto,idemura/presto,miniway/presto,prestodb/presto,bloomberg/presto,DanielTing/pre... |
a9a4c77db5e42e9f307a9701cc48c827e160f4ce | .travis.yml | .travis.yml | language: cpp
os: linux
dist: trusty
sudo: enabled
compiler:
- gcc
- clang
env:
- POSTGRESQL_VERSION=9.4
- POSTGRESQL_VERSION=9.5
- POSTGRESQL_VERSION=9.6
- POSTGRESQL_VERSION=10
before_install:
- sudo apt-get install -y postgresql-$POSTGRESQL_VERSION postgresql-server-dev-$POSTGRESQL_VERSION
install: m... | language: cpp
os: linux
dist: trusty
sudo: enabled
compiler:
- gcc
- clang
env:
- POSTGRESQL_VERSION=9.4
- POSTGRESQL_VERSION=9.5
- POSTGRESQL_VERSION=9.6
- POSTGRESQL_VERSION=10
before_install:
- sudo service postgresql stop
- sudo apt-get install -y postgresql-$POSTGRESQL_VERSION postgresql-server-d... | Stop PostgreSQL before installing another version | Stop PostgreSQL before installing another version
| YAML | mit | PierreSenellart/provsql,PierreSenellart/provsql,PierreSenellart/provsql,PierreSenellart/provsql |
c7d7b80d5440c925d25286de66922d5890ef28e1 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.12"
cache:
bundler: true
directories:
- node_modules
addons:
firefox: "47.0"
notifications:
irc:
channels:
- "irc.mozilla.org#pageshot"
on_success: change
template:
- "%{message}: %{repository}#%{build_number} (%{branch} - %{commit} : %{... | sudo: false
language: node_js
node_js:
- "0.12"
cache:
bundler: true
directories:
- node_modules
addons:
firefox: "47.0"
notifications:
irc:
channels:
- "irc.mozilla.org#pageshot"
on_success: change
template:
- "%{message}: %{repository}#%{build_number} (%{branch} - %{commit} : %{... | Remove some possibly unneeded cd commands | Remove some possibly unneeded cd commands
| YAML | mpl-2.0 | fzzzy/pageshot,mozilla-services/pageshot,mozilla-services/screenshots,fzzzy/pageshot,fzzzy/pageshot,fzzzy/pageshot,mozilla-services/screenshots,mozilla-services/pageshot,mozilla-services/pageshot,mozilla-services/screenshots,mozilla-services/screenshots,mozilla-services/pageshot |
913b2e2f17a48602257255860b07ea6961eb815d | .travis.yml | .travis.yml | language: python
matrix:
include:
- python: 2.6
dist: trusty
sudo: false
- python: 2.7
dist: trusty
sudo: false
- python: 3.3
dist: trusty
sudo: false
- python: 3.4
dist: trusty
sudo: false
- python: 3.5
dist: trusty
sudo: false
- py... | language: python
cache: pip
matrix:
include:
- python: 2.6
dist: trusty
sudo: false
- python: 2.7
dist: trusty
sudo: false
- python: 3.3
dist: trusty
sudo: false
- python: 3.4
dist: trusty
sudo: false
- python: 3.5
dist: trusty
sudo: fal... | 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 | apache-2.0 | boto/boto3 |
e2977bda9a037a04de4ba47546ebc699c306addb | .travis.yml | .travis.yml | sudo: false
language: c
compiler:
- clang
- gcc
os:
- linux
- osx
script:
- ./configure && make && make runtest
| sudo: false
language: c
compiler:
- clang
- gcc
os:
- linux
- osx
script:
- ./configure && make && make runtest
- ./configure --enable-openssl && make && make runtest
| Add test coverage for OpenSSL mode | Add test coverage for OpenSSL mode
| YAML | bsd-3-clause | persmule/libsrtp,yarrcc/libsrtp-ios,persmule/libsrtp,persmule/libsrtp,yarrcc/libsrtp-ios,yarrcc/libsrtp-ios |
05e87641bca10e8e13c98a2d9eae5a6073267dd2 | .travis.yml | .travis.yml | osx_image: xcode7.2
language: objective-c
sudo: false
branches:
only:
- master
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
before_install:
- bundle install --without=documentation
script:
- set -o pipefail
- xcodebuild build test -project SPTDataLoader.xcodeproj -scheme SPTDataLoader -... | osx_image: xcode7.2
language: objective-c
sudo: false
branches:
only:
- master
- /^release-.*$/
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
before_install:
- bundle install --without=documentation
script:
- set -o pipefail
- xcodebuild build test -project SPTDataLoader.xcodeproj -s... | Add release-* to branches built on push | Add release-* to branches built on push | YAML | apache-2.0 | iOSCowboy/SPTDataLoader,iOSCowboy/SPTDataLoader,spotify/SPTDataLoader,spotify/SPTDataLoader,spotify/SPTDataLoader |
0cd9bc263159875e338f75c1193dd766d78536ad | metadata/datasets/pseudocap.yaml | metadata/datasets/pseudocap.yaml | id: pseudocap
label: Pseudomonas Genome Project
description: "GO data for Pseudomonas Genome Project"
project_name: "Pseudomonas Community Annotation Project (PseudoCAP)"
contact_email: "pseudocap-mail@sfu.ca"
project_url: "http://www.pseudomonas.com"
funding_source: "Cystic Fibrosis Foundation, Therapeutics"
datasets... | id: pseudocap
label: Pseudomonas Genome Project
description: "GO data for Pseudomonas Genome Project"
project_name: "Pseudomonas Community Annotation Project (PseudoCAP)"
contact_email: "pseudocap-mail@sfu.ca"
project_url: "http://www.pseudomonas.com"
funding_source: "Cystic Fibrosis Foundation, Therapeutics"
datasets... | Change source url to include raw/ | Change source url to include raw/ | YAML | bsd-3-clause | geneontology/go-site,geneontology/go-site,geneontology/go-site,geneontology/go-site,geneontology/go-site |
9f953692fea071edff72acc7ca576fdcfe2f1f27 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.2"
- "5.5"
services:
- mongodb
git:
depth: 3
before_install:
- npm install -g codeclimate-test-reporter
after_script:
- codeclimate-test-reporter < coverage/lcov.info | language: node_js
node_js:
- "4.2"
- "5.5"
services:
- mongodb
git:
depth: 3
before_install:
- npm install -g codeclimate-test-reporter
after_script:
- codeclimate-test-reporter < coverage/lcov.info
- coveralls < coverage/lcov.info | Add coveralls for code coverage | Add coveralls for code coverage
| YAML | mit | ssmlee04/docker-user-module,rcaracaus/pa11y-api,sebasalvarado/dementia-hacks-api,wen911119/my-node-api,kenzanboo/mail,KunalKapadia/express-mongoose-es6-rest-api,ssmlee04/docker-user-module,maratgaip/MusicApi,KunalKapadia/express-mongoose-es6-rest-api |
148da7f6580072e530cacba8ef92b95594a6eff2 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
before_script:
- curl -s http://getcomposer.org/installer | php
- mv composer.phar composer
- ./composer install --dev
script: ./vendor/bin/phpunit
| language: php
php:
- 5.4
- 5.5
before_script:
- curl -s http://getcomposer.org/installer | php
- mv composer.phar composer
- ./composer install --dev
script: ./vendor/bin/phpunit tests
| Update phpunit command for Travis builds. | Update phpunit command for Travis builds.
| YAML | mit | efficiently/authority-controller |
db8778c1c9279a3ac27fcd3f641fe3e762b1b9de | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "io.js"
before_install:
- npm install -g bower grunt-cli
| language: node_js
sudo: false
node_js:
- "stable"
- "0.12"
- "0.10"
before_install:
- npm install -g bower grunt-cli
| Support Node.js v4.0.0 and drop io.js test | Support Node.js v4.0.0 and drop io.js test
| YAML | mit | rakuten-frontend/grunt-bower-browser |
f88d2145fd8d68f05cd4ee0e3d927840014ce09f | .travis.yml | .travis.yml | language: ruby
env:
- DB=postgresql
before_script: cd Waitr
script:
- bundle exec rake spec
before_script:
- bundle exec rake db:create RAILS_ENV=test
- bundle exec rake db:migrate
bundler_args: --binstubs=./bundler_stubs
| language: ruby
env:
- DB=postgresql
before_install: cd Waitr
script:
- bundle exec rake spec
before_script:
- bundle exec rake db:create RAILS_ENV=test
- bundle exec rake db:migrate
bundler_args: --binstubs=./bundler_stubs
| Change line from before_script to before_install | Change line from before_script to before_install
| YAML | mit | susancal/Waitr,susancal/Waitr,susancal/Waitr |
b6f1123d13a70eadb9223c16b65b4774d617662a | .travis.yml | .travis.yml | language:
- node_js
node_js:
- "6"
- "8"
- "10"
| language:
- node_js
node_js:
- "8"
- "10"
- "12"
| Replace node 6 with node 12 | Replace node 6 with node 12
| YAML | unlicense | bjornstar/hosts |
acb951ccb60830921e63df3b85189b1c32efd1fa | .travis.yml | .travis.yml | language: cpp
sudo: false
compiler:
- gcc
env:
global:
- GTEST_SHUFFLE=1
matrix:
- CXX=g++-4.9
- CXX=g++-5
- CXX=clang-3.6
matrix:
include:
- compiler: gcc
env: CXX=g++-4.9 GENERATE_COVERAGE=ON
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-prec... | language: cpp
sudo: false
compiler:
- gcc
env:
global:
- GTEST_SHUFFLE=1
matrix:
- CXX=g++-4.9
- CXX=g++-5
- CXX=clang-3.6
matrix:
include:
- compiler: gcc
env: CXX=g++-4.9 GENERATE_COVERAGE=ON
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-prec... | Install cpp-coveralls using the right user | Install cpp-coveralls using the right user
| YAML | mit | whoshuu/cpp_range |
a56ec95dec77a6b94cee8d23a88ec8e39d86ed5a | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
| sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
| Test Node.js 4 instead of io.js | Test Node.js 4 instead of io.js
See jadejs/jade#2083.
| YAML | mit | pugjs/jade-filters,jadejs/jade-filters,pugjs/jade-filters,jadejs/jade-filters |
15840fcb3f3b97673c1b6ef7ead524c3ff08061d | .travis.yml | .travis.yml | language: java
# workaround build error using oraclejdk8 on xenial
dist: trusty
jdk:
- openjdk11
- oraclejdk8
after_success:
- chmod -R 777 ./travis/after_success.sh
- ./travis/after_success.sh
env:
global:
- secure: OdSIcNSjG1/GVBSejmM5Y4AQTIw0+b7lYWO4dmRBCqyvNiJDTRn+LZHPrWQpJZ0bqu0R6kGpsa0xkK91V55ap... | language: java
# workaround build error using oraclejdk8 on xenial
dist: trusty
jdk:
- openjdk12
- openjdk11
- oraclejdk8
after_success:
- chmod -R 777 ./travis/after_success.sh
- ./travis/after_success.sh
env:
global:
- secure: OdSIcNSjG1/GVBSejmM5Y4AQTIw0+b7lYWO4dmRBCqyvNiJDTRn+LZHPrWQpJZ0bqu0R6kG... | Support openjdk12 on Travis CI Fixes gh-60 | Support openjdk12 on Travis CI
Fixes gh-60
| YAML | apache-2.0 | hazendaz/freemarker-scripting,mybatis/freemarker-scripting |
249162566ae1b70709a2e2d8b367ae541be7d6b1 | metadata/xyz.myachin.downloader.yml | metadata/xyz.myachin.downloader.yml | Categories:
- System
License: CDDL-1.0
AuthorName: Umnik
SourceCode: https://notabug.org/Umnik/DownloaderForSaveTo
IssueTracker: https://notabug.org/Umnik/DownloaderForSaveTo/issues
Changelog: https://notabug.org/Umnik/DownloaderForSaveTo/releases
AutoName: Downloader
RepoType: git
Repo: https://notabug.org/Umnik/D... | Categories:
- System
License: CDDL-1.0
AuthorName: Umnik
SourceCode: https://notabug.org/Umnik/DownloaderForSaveTo
IssueTracker: https://notabug.org/Umnik/DownloaderForSaveTo/issues
Changelog: https://notabug.org/Umnik/DownloaderForSaveTo/releases
AutoName: Downloader
RepoType: git
Repo: https://notabug.org/Umnik/D... | Update Downloader to 1.6 (6) | Update Downloader to 1.6 (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
411c04d0dd80ecd750bfc199d331ea65f3e8ab38 | .travis.yml | .travis.yml | language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js | language: node_js
node_js:
- 7.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js | Change Node Version to 7.2 | Change Node Version to 7.2
| YAML | mit | maullerz/eve-react,maullerz/eve-react,mazahell/eve-react-app,mazahell/eve-react,mazahell/eve-react-app,mazahell/eve-react |
d5696f8f10fc6e152c5994aacf385be3830dcce6 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
ruby: circleci/ruby@1.1.2
jobs:
test:
executor:
name: ruby/default
tag: 2.4.9
steps:
- checkout
- ruby/install-deps
- run:
name: Run linting Rake tasks
command: |
bundle exec rubocop
bundle exec brakeman
workflow... | version: 2.1
orbs:
ruby: circleci/ruby@1.1.2
jobs:
test:
executor:
name: ruby/default
tag: 2.4.9
steps:
- checkout
- run:
name: Install PostgreSQL development libraries
command: |
sudo apt update
sudo apt install -y libpq-dev
- ruby... | Add install PostgreSQL development libraries step | Add install PostgreSQL development libraries step
| YAML | mit | jgarber623/FrancisCMS,FrancisCMS/FrancisCMS,FrancisCMS/FrancisCMS,jgarber623/FrancisCMS,FrancisCMS/FrancisCMS |
0ddc4f18ff3f8b3aa62f47d815b2224224a4408a | .travis.yml | .travis.yml | language: ruby
rvm:
- "2.2.2"
- "2.3.0"
- "2.5.1"
script: bundle exec rspec
| language: ruby
rvm:
- "2.2.10"
- "2.3.7"
- "2.4.4"
- "2.5.1"
script: bundle exec rspec
| Test against the latest rubies | Test against the latest rubies
| YAML | mit | andypike/rectify |
4348db1ab42bd5545a2e8847a4f382a8b3a0fc04 | .circleci/config.yml | .circleci/config.yml | version: 2.1
commands:
restore_npm_cache:
description: 'Restore npm cache'
steps:
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
save_npm_cache:
description: 'Save npm cache'
steps:
- save_cache:
path... | version: 2.1
commands:
restore_npm_cache:
description: 'Restore npm cache'
steps:
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
save_npm_cache:
description: 'Save npm cache'
steps:
- save_cache:
path... | Update circleci/node Docker tag to v12.17 | Update circleci/node Docker tag to v12.17
| YAML | mit | Tsuyoshi84/concentration,Tsuyoshi84/concentration,Tsuyoshi84/concentration |
00d97a72992a09afcf6143c750cd7005192557e1 | .travis.yml | .travis.yml | language: node_js
cache: yarn
node_js:
- node
- "10"
- "8"
- "6"
git:
depth: 5
| language: node_js
cache: yarn
node_js:
- node
- "12"
- "10"
- "8"
- "6"
git:
depth: 5
| Add Node.js 12 to CI | Add Node.js 12 to CI
| YAML | mit | postcss/postcss-scss |
d632a9a6480cca03afe798964ab08352a05d8b9a | .travis.yml | .travis.yml | language: common-lisp
sudo: required
os:
- linux
- osx
env:
- LISP=sbcl-bin
- LISP=ccl-bin
matrix:
include:
- env: LISP=sbcl/1.4.15
os: linux
allow_failures:
- env: LISP=sbcl-bin
os: linux
install:
- ./ci/install
script:
- make LISP='ros -s cffi-grovel run --'
- echo -shcl-run-... | language: common-lisp
sudo: required
os:
- linux
- osx
env:
- LISP=sbcl-bin
- LISP=ccl-bin
matrix:
include:
- env: LISP=sbcl/1.4.15
os: linux
- language: nix
os: linux
env:
script: nix-build default.nix && echo -shcl-run-tests | ./result/bin/shcl
install: true
allow_f... | Build and test on nix, too | Build and test on nix, too
| YAML | apache-2.0 | bradleyjensen/shcl,bradleyjensen/shcl,bradleyjensen/shcl |
aac21438a997cc302a6c4dccf52ba53f5fbd953b | .travis.yml | .travis.yml | language: go
sudo: false
matrix:
include:
- go: 1.4
- go: 1.3
install:
- go get github.com/tools/godep
- go get golang.org/x/tools/cmd/cover
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
script:
- bin/test -v -race
- $HOME/gopath/bin/goveralls -service=travis-ci
| language: go
sudo: false
matrix:
include:
- go: 1.4
- go: 1.3
install:
- go get github.com/tools/godep
- go get golang.org/x/tools/cmd/cover
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
| Remove unnecessary 'go test' directive | Remove unnecessary 'go test' directive
| YAML | apache-2.0 | maxamillion/flamingo,tmrts/flamingo,maxamillion/flamingo,tmrts/flamingo |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.