commit
stringlengths 40
40
| old_file
stringlengths 4
237
| new_file
stringlengths 4
237
| old_contents
stringlengths 1
4.24k
| new_contents
stringlengths 1
4.87k
| subject
stringlengths 15
778
| message
stringlengths 15
8.75k
| lang
stringclasses 266
values | license
stringclasses 13
values | repos
stringlengths 5
127k
|
---|---|---|---|---|---|---|---|---|---|
08f2f6dc04e601e0e68875785ff793555671b145
|
examples/finalist.yaml
|
examples/finalist.yaml
|
initial_walls:
x: [100,200]
y: [150]
z: [150]
intra_node_shape: [300, 300, 300]
monitor_interval: 20
mpi_grid_shape: [4,4,4]
temporal_blocking_interval: 4
|
initial_walls:
x: [100,200]
y: [150]
z: [150]
intra_node_shape: [300, 300, 300]
monitor_interval: 20
mpi_grid_shape: [4,4,4]
temporal_blocking_interval: 1
|
Reduce TB size for debugging
|
Reduce TB size for debugging
|
YAML
|
mit
|
nushio3/formura,nushio3/formura,nushio3/formura,nushio3/formura,nushio3/formura,nushio3/formura
|
dd7d27079be5cfa223c2610ca3ee2cc7ff39f623
|
.github/workflows/bpf-checks.yaml
|
.github/workflows/bpf-checks.yaml
|
name: BPF checks
on:
pull_request: {}
push:
branches:
- master
jobs:
checkpatch:
name: checkpatch
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run checkpatch.pl
uses: docker://cilium/cilium-checkpatch:5b099019bf0db775b33b3f32cd5ecea55dd15f21
coccicheck:
name: coccicheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://cilium/coccicheck:1.0
with:
entrypoint: ./contrib/coccinelle/check-cocci.sh
|
name: BPF checks
on:
pull_request: {}
push:
branches:
- master
jobs:
checkpatch:
name: checkpatch
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run checkpatch.pl
uses: docker://cilium/cilium-checkpatch:5b099019bf0db775b33b3f32cd5ecea55dd15f21
coccicheck:
name: coccicheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://cilium/coccicheck:1.0
with:
entrypoint: ./contrib/coccinelle/check-cocci.sh
build_all:
name: build datapath
runs-on: ubuntu-latest
steps:
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v2
with:
path: $HOME/.clang
key: llvm-10.0
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "10.0"
directory: $HOME/.clang
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build all BPF datapath permutations
env:
V: 0
run: |
make --quiet -C bpf build_all || (echo "Run 'make -C bpf build_all' locally to investigate build breakages"; exit 1)
|
Add action to build all BPF permutations
|
ci(gha): Add action to build all BPF permutations
Use "make -C bpf build_all" to validate the buildability of the datapath
in a variety of permutations of input configurations.
Signed-off-by: Joe Stringer <[email protected]>
|
YAML
|
apache-2.0
|
tklauser/cilium,michi-covalent/cilium,tklauser/cilium,tklauser/cilium,tgraf/cilium,tklauser/cilium,michi-covalent/cilium,tgraf/cilium,cilium/cilium,cilium/cilium,tklauser/cilium,cilium/cilium,cilium/cilium,tgraf/cilium,cilium/cilium,tgraf/cilium,michi-covalent/cilium,michi-covalent/cilium,michi-covalent/cilium,tgraf/cilium,tgraf/cilium
|
66b825fd90d7ab7ca3e50a605d2c7f01f0c343d7
|
packages/co/colorless-scotty.yaml
|
packages/co/colorless-scotty.yaml
|
homepage: ''
changelog-type: ''
hash: 08b1d522492172993b0fc904d686c641159960bbd6fa4dafd51a0b2a879020fa
test-bench-deps: {}
maintainer: Joe Vargas
synopsis: Scotty server add-on for Colorless
changelog: ''
basic-deps:
colorless: -any
wai: -any
base: ! '>=4.7 && <5'
text: -any
mtl: -any
scotty: -any
aeson: -any
all-versions:
- '0.0.0'
- '0.0.1'
author: ''
latest: '0.0.1'
description-type: markdown
description: ! '# colorless-scotty
Quick and simple glue code for server-side Colorless with HTTP.
In conjunction with `scotty`, `colorless-scotty` can be an addon for generated server-side
code.
'
license-name: BSD3
|
homepage: ''
changelog-type: ''
hash: 2e90d93d9893eca5e9bd5a0f0c79968eb684127cf7567b2dcd1b35411b46988e
test-bench-deps: {}
maintainer: Joe Vargas
synopsis: Scotty server add-on for Colorless
changelog: ''
basic-deps:
colorless: -any
wai: -any
base: ! '>=4.7 && <5'
text: -any
mtl: -any
scotty: -any
aeson: -any
all-versions:
- '0.0.0'
- '0.0.1'
- '0.0.2'
author: ''
latest: '0.0.2'
description-type: markdown
description: ! '# colorless-scotty
Quick and simple glue code for server-side Colorless with HTTP.
In conjunction with `scotty`, `colorless-scotty` can be an addon for generated server-side
code.
'
license-name: BSD3
|
Update from Hackage at 2017-10-11T01:44:39Z
|
Update from Hackage at 2017-10-11T01:44:39Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
d5ca285e6e2db885e0d99a90f641dfbbc319c17f
|
.github/workflows/push-deploy.yml
|
.github/workflows/push-deploy.yml
|
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: "Push and Deploy"
on:
push:
# run on pushes to master
branches:
- master
jobs:
push-deploy:
runs-on: [self-hosted, live]
steps:
- uses: actions/checkout@v2
- name: Push latest images to GCR
timeout-minutes: 20
run: |
skaffold config set --global local-cluster false
# tag with git hash
skaffold build --default-repo=gcr.io/$PROJECT_ID \
--tag=$GITHUB_SHA
# tag as latest
skaffold build --default-repo=gcr.io/$PROJECT_ID \
--tag=latest
env:
PROJECT_ID: ${{ secrets.PROJECT_ID }}
|
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: "Push and Deploy"
on:
push:
# run on pushes to master
branches:
- master
- dependabot/pip/src/userservice/cryptography-3.3.2
jobs:
push-deploy:
runs-on: [self-hosted, gh-actions-ci]
steps:
- uses: actions/checkout@v2
- name: Push latest images to GCR
timeout-minutes: 20
run: |
skaffold config set --global local-cluster false
# tag with git hash
skaffold build --default-repo=gcr.io/$PROJECT_ID \
--tag=$GITHUB_SHA
# tag as latest
skaffold build --default-repo=gcr.io/$PROJECT_ID \
--tag=userservice/cryptography-3.3.2
env:
PROJECT_ID: ${{ secrets.PROJECT_ID }}
|
Add the currecnt branch to master workflow to test pre-merge
|
Add the currecnt branch to master workflow to test pre-merge
|
YAML
|
apache-2.0
|
GoogleCloudPlatform/bank-of-anthos,GoogleCloudPlatform/bank-of-anthos,GoogleCloudPlatform/bank-of-anthos,GoogleCloudPlatform/bank-of-anthos
|
2936fb3cbbd3d6fc2332fcaca6306a77fa743065
|
config/genomes/TAIR10-resources.yaml
|
config/genomes/TAIR10-resources.yaml
|
version: 4
aliases:
snpeff: athaliana130
srnaseq:
srna-transcripts: ../srnaseq/srna-transcripts.gtf
mirbase-hairpin: ../srnaseq/hairpin.fa
mirbase-mature: ../srnaseq/mature.fa
mirdeep2-fasta: ../srnaseq/Rfam_for_miRDeep.fa
|
version: 5
aliases:
snpeff: athaliana130
srnaseq:
srna-transcripts: ../srnaseq/srna-transcripts.gtf
mirbase-hairpin: ../srnaseq/hairpin.fa
mirbase-mature: ../srnaseq/mature.fa
|
Update TAIR10 genome to avoid mirdeep2
|
Update TAIR10 genome to avoid mirdeep2
Skip this until clear idea what is going on.
https://github.com/chapmanb/bcbio-nextgen/issues/1421
Fix version
|
YAML
|
mit
|
biocyberman/bcbio-nextgen,vladsaveliev/bcbio-nextgen,mjafin/bcbio-nextgen,a113n/bcbio-nextgen,vladsaveliev/bcbio-nextgen,chapmanb/bcbio-nextgen,lbeltrame/bcbio-nextgen,chapmanb/bcbio-nextgen,a113n/bcbio-nextgen,biocyberman/bcbio-nextgen,brainstorm/bcbio-nextgen,lbeltrame/bcbio-nextgen,biocyberman/bcbio-nextgen,mjafin/bcbio-nextgen,brainstorm/bcbio-nextgen,vladsaveliev/bcbio-nextgen,chapmanb/bcbio-nextgen,lbeltrame/bcbio-nextgen,brainstorm/bcbio-nextgen,mjafin/bcbio-nextgen,a113n/bcbio-nextgen
|
50766407f5a021bc300ec91984364e86f1baf2b4
|
appveyor.yml
|
appveyor.yml
|
environment:
nodejs_version: "0.10"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm install -g grunt-cli
test_script:
- node --version
- npm --version
- grunt --version
- grunt
build: off
|
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm install -g grunt-cli
test_script:
- node --version
- npm --version
- grunt --version
- grunt
build: off
|
Use node 0.12 in AppVeyor
|
Use node 0.12 in AppVeyor
|
YAML
|
apache-2.0
|
GabiGrin/tslint,prendradjaja/tslint,weswigham/tslint,marekszala/tslint,pocke/tslint,pspeter3/tslint,RyanCavanaugh/tslint,GabiGrin/tslint,bolatovumar/tslint,aciccarello/tslint,RyanCavanaugh/tslint,spirosikmd/tslint,aciccarello/tslint,JoshuaKGoldberg/tslint,pocke/tslint,prendradjaja/tslint,ScottSWu/tslint,andy-ms/tslint,spirosikmd/tslint,nchen63/tslint,Kuniwak/tslint,weswigham/tslint,YuichiNukiyama/tslint,YuichiNukiyama/tslint,aciccarello/tslint,nchen63/tslint,spirosikmd/tslint,RyanCavanaugh/tslint,berickson1/tslint,ScottSWu/tslint,GabiGrin/tslint,andy-ms/tslint,palantir/tslint,Kuniwak/tslint,YuichiNukiyama/tslint,nikklassen/tslint,IllusionMH/tslint,weswigham/tslint,vmmitev/tslint,nchen63/tslint,IllusionMH/tslint,andy-hanson/tslint,JoshuaKGoldberg/tslint,vmmitev/tslint,Pajn/tslint,Pajn/tslint,prendradjaja/tslint,JoshuaKGoldberg/tslint,Pajn/tslint,mprobst/tslint,berickson1/tslint,palantir/tslint,nikklassen/tslint,berickson1/tslint,ScottSWu/tslint,pocke/tslint,andy-hanson/tslint,palantir/tslint,pspeter3/tslint,bolatovumar/tslint,andy-hanson/tslint,pspeter3/tslint,marekszala/tslint,mprobst/tslint,bolatovumar/tslint,marekszala/tslint,andy-ms/tslint,Kuniwak/tslint,IllusionMH/tslint,mprobst/tslint,nikklassen/tslint,vmmitev/tslint
|
784ad14b205044f24a6644e41b8e4dffd20a1e40
|
appveyor.yml
|
appveyor.yml
|
version: '{build}'
platform:
- x64
environment:
matrix:
- {PHP: 'php-7.0.4-nts-Win32-VC14-x86', XDEBUG: 'php_xdebug-2.4.0-7.0-vc14-nts'}
- {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.4.0-5.6-vc11-nts'}
- {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.3.3-5.6-vc11-nts'}
- {PHP: 'php-5.4.45-nts-Win32-VC9-x86', XDEBUG: 'php_xdebug-2.4.0-5.4-vc9-nts'}
- {PHP: 'php-5.4.45-nts-Win32-VC9-x86', XDEBUG: 'php_xdebug-2.3.3-5.4-vc9-nts'}
install:
- ps: . .\appveyor-install.ps1
build_script:
- npm run compile --silent
test_script:
- npm run lint --silent
- npm test --silent
|
version: '{build}'
platform:
- x64
environment:
matrix:
- {PHP: 'php-7.0.5-nts-Win32-VC14-x86', XDEBUG: 'php_xdebug-2.4.0-7.0-vc14-nts'}
- {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.4.0-5.6-vc11-nts'}
- {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.3.3-5.6-vc11-nts'}
- {PHP: 'php-5.4.45-nts-Win32-VC9-x86', XDEBUG: 'php_xdebug-2.4.0-5.4-vc9-nts'}
- {PHP: 'php-5.4.45-nts-Win32-VC9-x86', XDEBUG: 'php_xdebug-2.3.3-5.4-vc9-nts'}
install:
- ps: . .\appveyor-install.ps1
build_script:
- npm run compile --silent
test_script:
- npm run lint --silent
- npm test --silent
|
Update latest PHP Version in AppVeyor to 7.0.5
|
Update latest PHP Version in AppVeyor to 7.0.5
|
YAML
|
mit
|
felixfbecker/vscode-php-debug,felixfbecker/vscode-php-debug,felixfbecker/vscode-php-debug
|
88b384d63e4a5c7fb34e48a01f8a7d1f0f03f1f6
|
.drone.yml
|
.drone.yml
|
image: toc-test:latest
git:
depth: 100
script:
- xvfb-run -n 1 --server-args="-screen 0, 1024x768x24" gulp verify
deploy:
bash:
command: source ./drone-deploy.sh
notify:
email:
on_success: change
on_failure: change, blame
recipients:
- [email protected]
|
image: toc-test:latest
git:
depth: 100
script:
- gulp lint
- xvfb-run -n 1 --server-args="-screen 0, 1024x768x24" gulp test-unit
- xvfb-run -n 1 --server-args="-screen 0, 1024x768x24" gulp test-e2e
deploy:
bash:
command: source ./drone-deploy.sh
notify:
email:
on_success: change
on_failure: change, blame
recipients:
- [email protected]
|
Split up build task into separate steps
|
Split up build task into separate steps
|
YAML
|
agpl-3.0
|
lewisl9029/toc,lewisl9029/toc,lewisl9029/toc
|
229f84b0eb061c883f03e40f3d8c5c79abca43f6
|
.lando.yml
|
.lando.yml
|
name: dgreat
recipe: pantheon
config:
framework: drupal8
env: dev
site: dgreat
id: 41cad7fe-472d-43a9-a470-d391b9622376
xdebug: true
services:
appserver:
config:
conf: conf/php.ini
overrides:
services:
environment:
BEHAT_PARAMS: >-
{"extensions" : {"Behat\\MinkExtension" : {"base_url" :
"http://nginx/"}, "Drupal\\DrupalExtension" : {"drush" : {
"root": "/app/web" }}}}
node:
type: node:6.10
build:
- "cd $LANDO_MOUNT/web/themes/custom/myusf && npm install && gulp"
globals:
gulp-cli: "latest"
tooling:
npm:
service: node
gulp:
service: node
robo:
service: appserver
cmd: /app/vendor/bin/robo
test:
service: appserver
cmd:
- /app/vendor/bin/robo
- test
drush:
service: appserver
cmd:
- drush
- --uri=https://dgreat.lndo.site
drupal:
service: appserver
cmd: /app/vendor/bin/drupal
|
name: dgreat
recipe: pantheon
config:
framework: drupal8
env: dev
site: dgreat
id: 41cad7fe-472d-43a9-a470-d391b9622376
xdebug: true
services:
appserver:
config:
conf: conf/php.ini
overrides:
services:
environment:
BEHAT_PARAMS: >-
{"extensions" : {"Behat\\MinkExtension" : {"base_url" :
"http://nginx/"}, "Drupal\\DrupalExtension" : {"drush" : {
"root": "/app/web" }}}}
node:
type: node:6.10
build:
- "cd $LANDO_MOUNT/web/themes/custom/myusf && npm install && gulp"
globals:
gulp-cli: "latest"
tooling:
npm:
service: node
gulp:
service: node
robo:
service: appserver
cmd: /app/vendor/bin/robo
test:
service: appserver
cmd:
- /app/vendor/bin/robo
- test
drush:
service: appserver
cmd: drush --uri=https://dgreat.lndo.site
drupal:
service: appserver
cmd: /app/vendor/bin/drupal
|
Use rc1 syntax for tooling
|
Use rc1 syntax for tooling
|
YAML
|
mit
|
rjbain/dgreat,rjbain/dgreat,rjbain/dgreat,rjbain/dgreat
|
ff709954362cf37c21bbe5ede8c4d4ed81d64f48
|
.zuul.yaml
|
.zuul.yaml
|
- project:
name: openstack-infra/shade
check:
jobs:
- tox-py35-constraints
|
- project:
name: openstack-infra/shade
check:
jobs:
- tox-py35
|
Switch to normal tox-py35 job
|
Switch to normal tox-py35 job
Change-Id: Id307bd15b0c1b43ce7fba15ac5230c7d26b2a5bc
|
YAML
|
apache-2.0
|
openstack/python-openstacksdk,stackforge/python-openstacksdk,stackforge/python-openstacksdk,openstack-infra/shade,openstack-infra/shade,openstack/python-openstacksdk,dtroyer/python-openstacksdk,dtroyer/python-openstacksdk
|
991f74a93fed98a75ef74be09bcc1bfbd741212f
|
recipes/gmp/meta.yaml
|
recipes/gmp/meta.yaml
|
{% set version = "6.1.0" %}
package:
name: gmp
version: {{ version }}
source:
fn: gmp-{{ version }}.tar.bz2
url: ftp://ftp.gnu.org/gnu/gmp/gmp-{{ version }}.tar.bz2
md5: 86ee6e54ebfc4a90b643a65e402c4048
build:
number: 0
skip: true # [win]
test:
files:
- test.c
about:
home: http://gmplib.org/
license: GPL 2 and LGPL 3
summary: The GNU multiprecision library.
extra:
recipe-maintainers:
- jakirkham
|
{% set version = "6.1.0" %}
package:
name: gmp
version: {{ version }}
source:
fn: gmp-{{ version }}.tar.bz2
url: ftp://ftp.gnu.org/gnu/gmp/gmp-{{ version }}.tar.bz2
md5: 86ee6e54ebfc4a90b643a65e402c4048
build:
number: 0
skip: true # [win]
test:
files:
- test.c
about:
home: http://gmplib.org/
license: GPL 2 and LGPL 3
summary: The GNU multiprecision library.
extra:
recipe-maintainers:
- asmeurer
- isuruf
- jakirkham
|
Add recipe maintainers. [skip appveyor]
|
gmp: Add recipe maintainers. [skip appveyor]
|
YAML
|
bsd-3-clause
|
mariusvniekerk/staged-recipes,hadim/staged-recipes,SylvainCorlay/staged-recipes,dharhas/staged-recipes,dfroger/staged-recipes,igortg/staged-recipes,grlee77/staged-recipes,asmeurer/staged-recipes,asmeurer/staged-recipes,synapticarbors/staged-recipes,NOAA-ORR-ERD/staged-recipes,ericdill/staged-recipes,ocefpaf/staged-recipes,pmlandwehr/staged-recipes,benvandyke/staged-recipes,data-exp-lab/staged-recipes,larray-project/staged-recipes,NOAA-ORR-ERD/staged-recipes,SylvainCorlay/staged-recipes,JohnGreeley/staged-recipes,isuruf/staged-recipes,rvalieris/staged-recipes,hbredin/staged-recipes,dharhas/staged-recipes,tylere/staged-recipes,cpaulik/staged-recipes,gqmelo/staged-recipes,sannykr/staged-recipes,ocefpaf/staged-recipes,mcernak/staged-recipes,JohnGreeley/staged-recipes,petrushy/staged-recipes,guillochon/staged-recipes,bmabey/staged-recipes,rvalieris/staged-recipes,ericdill/staged-recipes,sodre/staged-recipes,synapticarbors/staged-recipes,scopatz/staged-recipes,richardotis/staged-recipes,kwilcox/staged-recipes,nicoddemus/staged-recipes,blowekamp/staged-recipes,conda-forge/staged-recipes,dschreij/staged-recipes,goanpeca/staged-recipes,glemaitre/staged-recipes,vamega/staged-recipes,barkls/staged-recipes,caspervdw/staged-recipes,jerowe/staged-recipes,birdsarah/staged-recipes,shadowwalkersb/staged-recipes,OpenPIV/staged-recipes,dfroger/staged-recipes,pstjohn/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,pstjohn/staged-recipes,johannesring/staged-recipes,Savvysherpa/staged-recipes,bmabey/staged-recipes,birdsarah/staged-recipes,hajapy/staged-recipes,chohner/staged-recipes,hbredin/staged-recipes,petrushy/staged-recipes,rolando-contrib/staged-recipes,basnijholt/staged-recipes,basnijholt/staged-recipes,hajapy/staged-recipes,Juanlu001/staged-recipes,sannykr/staged-recipes,barkls/staged-recipes,khallock/staged-recipes,Savvysherpa/staged-recipes,khallock/staged-recipes,jochym/staged-recipes,arokem/staged-recipes,johanneskoester/staged-recipes,igortg/staged-recipes,ceholden/staged-recipes,ceholden/staged-recipes,gqmelo/staged-recipes,conda-forge/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,jakevdp/staged-recipes,mcs07/staged-recipes,jcb91/staged-recipes,arokem/staged-recipes,Cashalow/staged-recipes,ReimarBauer/staged-recipes,sodre/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,mcernak/staged-recipes,jcb91/staged-recipes,planetarypy/staged-recipes,patricksnape/staged-recipes,chohner/staged-recipes,OpenPIV/staged-recipes,larray-project/staged-recipes,patricksnape/staged-recipes,vamega/staged-recipes,atedstone/staged-recipes,isuruf/staged-recipes,sodre/staged-recipes,stuertz/staged-recipes,dschreij/staged-recipes,valgur/staged-recipes,rmcgibbo/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,atedstone/staged-recipes,rolando-contrib/staged-recipes,rmcgibbo/staged-recipes,jakevdp/staged-recipes,grlee77/staged-recipes,guillochon/staged-recipes,chrisburr/staged-recipes,cpaulik/staged-recipes,chrisburr/staged-recipes,tylere/staged-recipes,richardotis/staged-recipes,Juanlu001/staged-recipes,koverholt/staged-recipes,valgur/staged-recipes,planetarypy/staged-recipes,jerowe/staged-recipes,jjhelmus/staged-recipes,jjhelmus/staged-recipes,Cashalow/staged-recipes,data-exp-lab/staged-recipes,stuertz/staged-recipes,benvandyke/staged-recipes,blowekamp/staged-recipes,shadowwalkersb/staged-recipes,mariusvniekerk/staged-recipes,nicoddemus/staged-recipes,caspervdw/staged-recipes,johannesring/staged-recipes,glemaitre/staged-recipes,koverholt/staged-recipes,mcs07/staged-recipes,pmlandwehr/staged-recipes
|
9623118a90134c5ae26e67d4c5a5feb03b29097d
|
roles/hostapd/tasks/main.yml
|
roles/hostapd/tasks/main.yml
|
---
- name: Unblock wlan
command: rfkill unblock wlan
when: ansible_architecture == 'x86_64'
ignore_errors: yes
- name: Install hostapd
apt: name=hostapd state=latest
when: ansible_architecture == 'x86_64' or ansible_architecture == 'armv7l'
- name: Remove sysVinit startup file
file: path=/etc/init.d/hostapd state=absent
when: ansible_architecture == 'armhf'
- include_vars: group_vars/{{ ansible_architecture }}.yml
- name: Copy hostapd.conf file
template: src=hostapd.conf.j2 dest=/etc/hostapd/hostapd.conf owner=root group=root mode=755 backup=yes
- name: Copy hosts file
template: src=hosts.j2 dest=/etc/hosts owner=root group=root mode=755 backup=yes
- name: Copy startup script
copy: src=hostapd dest=/etc/systemd/system/hostapd.service owner=root group=root mode=664
- name: Enable service hostapd
service: name=hostapd enabled=yes
- name: Start hostapd
service: name=hostapd state=started
|
---
- name: Unblock wlan
command: rfkill unblock wlan
when: ansible_architecture == 'x86_64'
ignore_errors: yes
- name: Install hostapd
apt: name=hostapd state=latest
when: ansible_architecture == 'x86_64'
- name: Remove sysVinit startup file
file: path=/etc/init.d/hostapd state=absent
when: ansible_architecture == 'armhf' or ansible_architecture == 'armv7l'
- include_vars: group_vars/{{ ansible_architecture }}.yml
- name: Copy hostapd.conf file
template: src=hostapd.conf.j2 dest=/etc/hostapd/hostapd.conf owner=root group=root mode=755 backup=yes
- name: Copy hosts file
template: src=hosts.j2 dest=/etc/hosts owner=root group=root mode=755 backup=yes
- name: Copy startup script
copy: src=hostapd dest=/etc/systemd/system/hostapd.service owner=root group=root mode=664
- name: Enable service hostapd
service: name=hostapd enabled=yes
- name: Start hostapd
service: name=hostapd state=started
|
Change condition to install hostapd
|
Change condition to install hostapd
|
YAML
|
mit
|
ideascube/ansiblecube,ideascube/ansiblecube
|
d0b634f1eef3289ae7008d6c2ce948c39a1976a9
|
data/hostname/tate.softwareheritage.org.yaml
|
data/hostname/tate.softwareheritage.org.yaml
|
smtp::virtual_aliases:
"@%{hiera('phabricator::vhost::name')}": "%{hiera('phabricator::user')}"
smtp::mail_aliases:
"%{hiera('phabricator::user')}": "\"| %{hiera('phabricator::basepath')}/phabricator/scripts/mail/mail_handler.php\""
ssh::port: 2222
networks:
private:
interface: eth1
address: 192.168.100.30
netmask: 255.255.255.0
gateway: 192.168.100.1
default:
interface: eth0
address: 128.93.193.30
netmask: 255.255.255.0
gateway: 128.93.193.254
apache::redirect_domains:
wg.softwareheritage.org:
"^.*$": "https://wiki.softwareheritage.org/index.php?title=Working_groups"
|
smtp::virtual_aliases:
"@%{hiera('phabricator::vhost::name')}": "%{hiera('phabricator::user')}"
smtp::mail_aliases:
"%{hiera('phabricator::user')}": "\"| %{hiera('phabricator::basepath')}/phabricator/scripts/mail/mail_handler.php\""
ssh::port: 2222
networks:
private:
interface: eth1
address: 192.168.100.30
netmask: 255.255.255.0
gateway: 192.168.100.1
default:
interface: eth0
address: 128.93.193.30
netmask: 255.255.255.0
gateway: 128.93.193.254
apache::rewrite_domains:
wg.softwareheritage.org:
ssl_cert_name: star_softwareheritage_org
rewrites:
- "^.*$ https://wiki.softwareheritage.org/index.php?title=Working_groups"
|
Use proper hierarchy for apache rewrite domains
|
tate: Use proper hierarchy for apache rewrite domains
|
YAML
|
apache-2.0
|
SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site
|
07ca8ccb4786c9c616c12992a4a13f4cd11b5e35
|
crowdin.yml
|
crowdin.yml
|
files:
- source: /languages/YourLanguage.ts
translation: /languages/%language%.ts
- source: /crash-reporter/languages/YourLanguage.ts
translation: /crash-reporter/languages/%language%.ts
|
files:
- source: /src/languages/YourLanguage.ts
translation: /src/languages/%language%.ts
- source: /src/crash-reporter/languages/YourLanguage.ts
translation: /src/crash-reporter/languages/%language%.ts
|
Update Crowdin settings following reorg
|
Update Crowdin settings following reorg
|
YAML
|
apache-2.0
|
Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber
|
18f19c8cf0a5e41e53770a02a73891b10fe7597e
|
jobs/provision_virtualmicromagnetics_fidimag.yml
|
jobs/provision_virtualmicromagnetics_fidimag.yml
|
---
# This Ansible playbook is a provision playbook designed to be used with
# vagrant. This playbook provisions a virtual object suitable for micromagnetic
# simulation with fidimag. It is executed by the virtual object.
- hosts: all
vars:
name: virtualmicromagnetics-fidimag
roles:
- write_characteristics_file
- { role: rst_to_html, SOURCE_PATH: "/vagrant/extra_resources/welcome/welcome_{{ name }}.rst" }
- fidimag
- fidimag_examples
- xserver
- add_super_user
- { role: xserver, when: type == "vm" }
- { role: add_super_user, when: type == "vm" }
- { role: copy_skeleton, TYPE: type }
- { role: set_hostname, HOSTNAME: "{{ name }}", when: type == "vm" }
|
---
# This Ansible playbook is a provision playbook designed to be used with
# vagrant. This playbook provisions a virtual object suitable for micromagnetic
# simulation with fidimag. It is executed by the virtual object.
- hosts: all
vars:
name: virtualmicromagnetics-fidimag
roles:
- write_characteristics_file
- { role: rst_to_html, SOURCE_PATH: "/vagrant/extra_resources/welcome/welcome_{{ name }}.rst" }
- fidimag
- fidimag_examples
- { role: xserver, when: type == "vm" }
- { role: add_super_user, when: type == "vm" }
- { role: copy_skeleton, TYPE: type }
- { role: set_hostname, HOSTNAME: "{{ name }}", when: type == "vm" }
|
Remove explicit VM roles from container builds.
|
BUG-049: Remove explicit VM roles from container builds.
|
YAML
|
bsd-3-clause
|
fangohr/virtualmicromagnetics,fangohr/virtualmicromagnetics,computationalmodelling/virtualmicromagnetics,computationalmodelling/virtualmicromagnetics
|
31fc745e05cbe7dfd8a57377c5604c982828adde
|
.github/workflows/cclib_pytest.yml
|
.github/workflows/cclib_pytest.yml
|
---
# yamllint disable rule:line-length
name: run tests and coverage
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
run-tests:
runs-on: ubuntu-20.04
strategy:
matrix:
container: ['shivupa/cclib-ci:py37']
container:
image: ${{ matrix.container }}
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install core dependencies
run: |
which python
which conda
conda info -a
- name: Install cclib
run: |
python -m pip install .
- name: Test with pytest
run: |
env | sort
bash .github/scripts/run_pytest.bash
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
files: ./coverage-unit.xml,./coverage-regression.xml
name: codecov-cclib
fail_ci_if_error: true
verbose: false
if: matrix.container == 'shivupa/cclib-ci:py37'
|
---
# yamllint disable rule:line-length
name: run tests and coverage
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
run-tests:
runs-on: ubuntu-20.04
strategy:
matrix:
container: ['shivupa/cclib-ci:py37']
container:
image: ${{ matrix.container }}
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set conda environment
run: |
echo ". /opt/conda/etc/profile.d/conda.sh && conda activate cclib" > ~/.bashrc
- name: Install core dependencies
run: |
which python
which conda
conda info -a
- name: Install cclib
run: |
python -m pip install .
- name: Test with pytest
run: |
env | sort
bash .github/scripts/run_pytest.bash
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
files: ./coverage-unit.xml,./coverage-regression.xml
name: codecov-cclib
fail_ci_if_error: true
verbose: false
if: matrix.container == 'shivupa/cclib-ci:py37'
|
Set conda environment to use at the shell level
|
Set conda environment to use at the shell level
|
YAML
|
bsd-3-clause
|
cclib/cclib,langner/cclib,berquist/cclib,cclib/cclib,berquist/cclib,langner/cclib,cclib/cclib,langner/cclib,berquist/cclib
|
5100e3876ab924ffb53c0507c5823f33af870fe8
|
.github/workflows/pypi-publish.yml
|
.github/workflows/pypi-publish.yml
|
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
name: Upload Python Package
on:
release:
types: [created]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: 2.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and check
run: |
python setup.py sdist bdist_wheel
twine check dist/*
- name: Publish package to TestPyPI
env:
TWINE_USERNAME: ${{ secrets.TESTPYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TESTPYPI_PASSWORD }}
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
# First time: register your package against PyPI: $ python setup.py register -r pypi
- name: Publish package to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: twine upload dist/*
|
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
name: Upload Python Package
on:
release:
types: [created]
jobs:
deploy:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: 2.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and check
run: |
python setup.py sdist bdist_wheel
twine check dist/*
- name: Publish package to TestPyPI
env:
TWINE_USERNAME: ${{ secrets.TESTPYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TESTPYPI_PASSWORD }}
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
# First time: register your package against PyPI: $ python setup.py register -r pypi
- name: Publish package to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: twine upload dist/*
|
Set name for deploy job
|
Set name for deploy job
|
YAML
|
mit
|
SpunkyBot/spunkybot,SpunkyBot/spunkybot
|
7669dc7e7931fda71ceca7d70d6b2a25cf535174
|
.github/workflows/release-pypi.yml
|
.github/workflows/release-pypi.yml
|
name: Build and upload python package to PyPI
on:
workflow_dispatch
jobs:
release-pypi:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Build package and upload from docker (Linux)
if: runner.os == 'Linux'
run: |
docker run --rm -v "${PWD}:/opt/OpenCC" \
ubuntu:16.04 /bin/bash /opt/OpenCC/release-pypi-linux.sh
- name: Build package and upload (macOS)
if: runner.os == 'macOS'
run: bash release-pypi-macos.sh
- name: Build package and upload (Windows)
if: runner.os == 'Windows'
run: ./release-pypi-windows.cmd
- name: Upload macos packages
if: runner.os == 'macOS'
uses: actions/upload-artifact@v2
with:
name: macos-builds
path: dist
- name: Upload windows packages
if: runner.os == 'Windows'
uses: actions/upload-artifact@v2
with:
name: windows-builds
path: dist
|
name: Build and upload python package to PyPI
on:
workflow_dispatch:
branches: [ feature/* ]
jobs:
release-pypi:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Build package and upload from docker (Linux)
if: runner.os == 'Linux'
run: |
docker run --rm -v "${PWD}:/opt/OpenCC" \
ubuntu:16.04 /bin/bash /opt/OpenCC/release-pypi-linux.sh
- name: Build package and upload (macOS)
if: runner.os == 'macOS'
run: bash release-pypi-macos.sh
- name: Build package and upload (Windows)
if: runner.os == 'Windows'
run: ./release-pypi-windows.cmd
- name: Upload macos packages
if: runner.os == 'macOS'
uses: actions/upload-artifact@v2
with:
name: macos-builds
path: dist
- name: Upload windows packages
if: runner.os == 'Windows'
uses: actions/upload-artifact@v2
with:
name: windows-builds
path: dist
|
Allow workflow to be triggered on feature branch
|
Allow workflow to be triggered on feature branch
|
YAML
|
apache-2.0
|
BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC
|
826a6547708b57258da226e622c6e05aff848868
|
.github/workflows/run_renovate.yml
|
.github/workflows/run_renovate.yml
|
name: Renovate-Dry-Run
on:
workflow_dispatch:
inputs:
pac_to_use:
description: "Name of the workflow secret to use"
type: string
required: true
branch:
description: "Branch that renovate should operate on"
type: string
required: true
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Renovate-dry-run
uses: renovatebot/[email protected]
with:
configurationFile: renovate.json
token: ${{secrets.$inputs.pac_to_use}}
env:
LOG_LEVEL: "debug"
RENOVATE_DRY_RUN: "full"
RENOVATE_BASE_BRANCHES: ${{inputs.branch}}
RENOVATE_REPOSITORIES: "TNG/JGiven"
|
name: Renovate-Dry-Run
on:
workflow_dispatch:
inputs:
pac_to_use:
description: "Name of the workflow secret to use"
type: string
required: true
branch:
description: "Branch that renovate should operate on"
type: string
required: true
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Renovate-dry-run
uses: renovatebot/[email protected]
with:
configurationFile: renovate.json
token: ${{secrets.$inputs.pac_to_use}}
env:
LOG_LEVEL: "debug"
RENOVATE_DRY_RUN: "full"
RENOVATE_BASE_BRANCHES: ${{inputs.branch}}
RENOVATE_REPOSITORIES: "TNG/JGiven"
|
Update renovatebot/github-action action to v34.23.2
|
Update renovatebot/github-action action to v34.23.2
Signed-off-by: Renovate Bot <[email protected]>
|
YAML
|
apache-2.0
|
TNG/JGiven,TNG/JGiven,TNG/JGiven,TNG/JGiven
|
451c6b6a08b69d153c1f24f640a18bd4c493840f
|
Tests/Fixtures/yaml/services6.yml
|
Tests/Fixtures/yaml/services6.yml
|
services:
foo: { class: FooClass }
baz: { class: BazClass }
scope.container: { class: FooClass, scope: container }
scope.custom: { class: FooClass, scope: custom }
scope.prototype: { class: FooClass, scope: prototype }
constructor: { class: FooClass, factory_method: getInstance }
file: { class: FooClass, file: %path%/foo.php }
arguments: { class: FooClass, arguments: [foo, @foo, [true, false]] }
configurator1: { class: FooClass, configurator: sc_configure }
configurator2: { class: FooClass, configurator: [@baz, configure] }
configurator3: { class: FooClass, configurator: [BazClass, configureStatic] }
method_call1:
class: FooClass
calls:
- [ setBar, [] ]
method_call2:
class: FooClass
calls:
- [ setBar, [ foo, @foo, [true, false] ] ]
alias_for_foo: @foo
another_alias_for_foo:
alias: foo
public: false
factory_service: { class: BazClass, factory_method: getInstance, factory_service: baz_factory }
|
services:
foo: { class: FooClass }
baz: { class: BazClass }
scope.container: { class: FooClass, scope: container }
scope.custom: { class: FooClass, scope: custom }
scope.prototype: { class: FooClass, scope: prototype }
constructor: { class: FooClass, factory_method: getInstance }
file: { class: FooClass, file: %path%/foo.php }
arguments: { class: FooClass, arguments: [foo, @foo, [true, false]] }
configurator1: { class: FooClass, configurator: sc_configure }
configurator2: { class: FooClass, configurator: [@baz, configure] }
configurator3: { class: FooClass, configurator: [BazClass, configureStatic] }
method_call1:
class: FooClass
calls:
- [ setBar, [] ]
- [ setBar ]
method_call2:
class: FooClass
calls:
- [ setBar, [ foo, @foo, [true, false] ] ]
alias_for_foo: @foo
another_alias_for_foo:
alias: foo
public: false
factory_service: { class: BazClass, factory_method: getInstance, factory_service: baz_factory }
|
Fix Yaml file loader test
|
[DependencyInjection] Fix Yaml file loader test
This broke when 2.0 was recently merged into master with b9daae28476385d16984a729b9e7c8e30911fa23, as the Yaml fixture change from 24a0d0a2dcf334efc7d85f1c816c01d7fa4111f8 was not included.
|
YAML
|
mit
|
symfony/dependency-injection,oswaldderiemaecker/DependencyInjection,symfony/DependencyInjection
|
615284a5b47332543390702fa34e0f6e33e0db14
|
packages/al/alg.yaml
|
packages/al/alg.yaml
|
homepage: ''
changelog-type: ''
hash: dd0bac96583e696da84ed28aba1e44718586434de905708a4c8887fa6afae4dd
test-bench-deps: {}
maintainer: [email protected]
synopsis: Algebraic structures
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
util: ! '>=0.1.9 && <0.2'
all-versions:
- '0.2.0.0'
- '0.2.1.0'
- '0.2.2.0'
- '0.2.2.1'
- '0.2.3.0'
- '0.2.4.1'
author: M Farkas-Dyck
latest: '0.2.4.1'
description-type: haddock
description: ''
license-name: BSD3
|
homepage: ''
changelog-type: ''
hash: b62b8f99060b514fc5828d5f15609a672e47bcb9ab834b21f27c0665b163e364
test-bench-deps: {}
maintainer: [email protected]
synopsis: Algebraic structures
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
util: ! '>=0.1.9 && <0.2'
all-versions:
- '0.2.0.0'
- '0.2.1.0'
- '0.2.2.0'
- '0.2.2.1'
- '0.2.3.0'
- '0.2.4.1'
- '0.2.4.2'
- '0.2.5.0'
author: M Farkas-Dyck
latest: '0.2.5.0'
description-type: haddock
description: ''
license-name: BSD3
|
Update from Hackage at 2018-05-11T09:59:24Z
|
Update from Hackage at 2018-05-11T09:59:24Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
11ea81128fa46cd2ac26da19d4d347c259b0b4f7
|
packages/in/ini.yaml
|
packages/in/ini.yaml
|
homepage: http://github.com/chrisdone/ini
changelog-type: ''
hash: 3411a0a7e6dbd755ad1d964d4f1f21c83e0a32799ce41281d05c1d43559bd13d
test-bench-deps: {}
maintainer: [email protected]
synopsis: Quick and easy configuration files in the INI format.
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
unordered-containers: -any
text: -any
attoparsec: -any
all-versions:
- 0.0.0
- 0.0.1
- 0.1.0
- 0.1.1
- 0.2.0
- 0.2.1
- 0.2.2
- 0.3.0
- 0.3.1
- 0.3.2
- 0.3.3
- 0.3.4
- 0.3.5
- 0.3.6
author: Chris Done
latest: 0.3.6
description-type: haddock
description: Quick and easy configuration files in the INI format.
license-name: BSD-3-Clause
|
homepage: http://github.com/chrisdone/ini
changelog-type: ''
hash: ace68f1e022b4319e4cb575a17665bb64a271bc7118e1127f09cea7d33e06824
test-bench-deps:
base: ! '>=4 && <5'
unordered-containers: -any
hspec: -any
ini: -any
maintainer: [email protected]
synopsis: Quick and easy configuration files in the INI format.
changelog: ''
basic-deps:
base: ! '>=4 && <5'
unordered-containers: -any
text: -any
attoparsec: -any
all-versions:
- 0.0.0
- 0.0.1
- 0.1.0
- 0.1.1
- 0.2.0
- 0.2.1
- 0.2.2
- 0.3.0
- 0.3.1
- 0.3.2
- 0.3.3
- 0.3.4
- 0.3.5
- 0.3.6
- 0.4.0
- 0.4.1
author: Chris Done
latest: 0.4.1
description-type: haddock
description: Quick and easy configuration files in the INI format.
license-name: BSD-3-Clause
|
Update from Hackage at 2019-01-02T14:28:45Z
|
Update from Hackage at 2019-01-02T14:28:45Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
7be1ae762414d320b1fb80a29a3c3fd9d5e7858c
|
contrib/flavor/ngs_pipeline_minimal/packages-homebrew.yaml
|
contrib/flavor/ngs_pipeline_minimal/packages-homebrew.yaml
|
# Packages available in the Homebrew and Linuxbrew package manager
---
minimal:
- cmake
perl:
- cpanminus
bio_nextgen:
alignment:
- bwa
- bowtie2
- novoalign
- rna-star
- snap-aligner
- tophat-binary
utilities:
- bamtools
- bedtools
- cramtools
- libmaus
- biobambam
- fastqc
- qualimap
- kraken
- sambamba
- samblaster
- seqtk
- speedseq
- staden_io_lib
- oncofuse
- sickle
analysis:
#- cufflinks
- samtools
- htslib
- bcftools
variant:
- bcbio-variation-recall
- delly;--with-binary
- freebayes
- gatk-framework
- glia
- hall-lab-sv-tools
- lumpy-sv
- pindel
- platypus-variant
- rtg-tools
- scalpel
- snpeff
- theta2
- vardict
- vcflib
- vep
- wham
- qsignature
# - vcftools # Build problems with default libz on Ubuntu 12.04
- vt
|
# Packages available in the Homebrew and Linuxbrew package manager
---
minimal:
- cmake
- s3gof3r
perl:
- cpanminus
bio_nextgen:
alignment:
- bwa
- bowtie2
- novoalign
- rna-star
- snap-aligner
- tophat-binary
utilities:
- bamtools
- bedtools
- cramtools
- libmaus
- biobambam
- fastqc
- qualimap
- kraken
- sambamba
- samblaster
- seqtk
- speedseq
- staden_io_lib
- oncofuse
- sickle
analysis:
#- cufflinks
- samtools
- htslib
- bcftools
variant:
- bcbio-variation-recall
- delly;--with-binary
- freebayes
- gatk-framework
- glia
- hall-lab-sv-tools
- lumpy-sv
- pindel
- platypus-variant
- rtg-tools
- scalpel
- snpeff
- theta2
- vardict
- vcflib
- vep
- wham
- qsignature
# - vcftools # Build problems with default libz on Ubuntu 12.04
- vt
|
Install s3gof3r for bcbio to enable streaming upload/download
|
Install s3gof3r for bcbio to enable streaming upload/download
|
YAML
|
mit
|
joemphilips/cloudbiolinux,heuermh/cloudbiolinux,kdaily/cloudbiolinux,pjotrp/cloudbiolinux,elkingtonmcb/cloudbiolinux,kdaily/cloudbiolinux,elkingtonmcb/cloudbiolinux,elkingtonmcb/cloudbiolinux,pjotrp/cloudbiolinux,averagehat/cloudbiolinux,kdaily/cloudbiolinux,heuermh/cloudbiolinux,rchekaluk/cloudbiolinux,joemphilips/cloudbiolinux,elkingtonmcb/cloudbiolinux,pjotrp/cloudbiolinux,lpantano/cloudbiolinux,kdaily/cloudbiolinux,joemphilips/cloudbiolinux,AICIDNN/cloudbiolinux,pjotrp/cloudbiolinux,averagehat/cloudbiolinux,heuermh/cloudbiolinux,lpantano/cloudbiolinux,chapmanb/cloudbiolinux,rchekaluk/cloudbiolinux,heuermh/cloudbiolinux,averagehat/cloudbiolinux,chapmanb/cloudbiolinux,AICIDNN/cloudbiolinux,joemphilips/cloudbiolinux,AICIDNN/cloudbiolinux,averagehat/cloudbiolinux,rchekaluk/cloudbiolinux,lpantano/cloudbiolinux,chapmanb/cloudbiolinux,AICIDNN/cloudbiolinux,rchekaluk/cloudbiolinux,chapmanb/cloudbiolinux
|
ab662b62086f826d7872c5d8615b34712f1d2e02
|
.travis.yml
|
.travis.yml
|
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
- ree
# - jruby-18mode
# - jruby-19mode
# - jruby-head
- rbx-18mode
- rbx-19mode
branches:
only:
- master
- listen
notifications:
recipients:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
irc: "irc.freenode.org#guard"
|
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
- ree
# - jruby-18mode
# - jruby-19mode
- jruby-head
- rbx-18mode
- rbx-19mode
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
branches:
only:
- master
- listen
notifications:
recipients:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
irc: "irc.freenode.org#guard"
|
Add allowed to fail config for Travis.
|
Add allowed to fail config for Travis.
|
YAML
|
mit
|
pjump/guard,ginkel/guard,sideci-sample/sideci-sample-guard,sdgdsffdsfff/guard,yujinakayama/guard,guard/guard,garettarrowood/guard,100star/guard,baberthal/guard
|
4e32739a5a08c500ee80741968b21b57c95c5d1f
|
.travis.yml
|
.travis.yml
|
language: ruby
os:
- linux
- osx
rvm:
- 2.1
- jruby
- rbx-head
matrix:
fast_finish: true
allow_failures:
- os: osx
- rvm: jruby
- rvm: rbx-head
notifications:
email: false
script:
- bundle exec rake build
- DEBUG=1 bundle exec rspec -t ~multicast:ipv6 -t ~performance
|
language: ruby
os:
- linux
- osx
rvm:
- 2.2
- jruby
- rbx-head
matrix:
fast_finish: true
allow_failures:
- os: osx
- rvm: jruby
- rvm: rbx-head
notifications:
email: false
script:
- bundle exec rake build
- DEBUG=1 bundle exec rspec -t ~multicast:ipv6 -t ~performance
|
Test in Ruby 2.2 on Travis CI.
|
Test in Ruby 2.2 on Travis CI.
|
YAML
|
mit
|
Miradorn/david,Miradorn/david,nning/david,EmuxEvans/david,Miradorn/david,nning/david,Miradorn/david,EmuxEvans/david,EmuxEvans/david,Miradorn/david,nning/david,nning/david,EmuxEvans/david,EmuxEvans/david,nning/david
|
a7dd3da741915090de1a1c42a865b8d7511d8d7e
|
.travis.yml
|
.travis.yml
|
language: python
sudo: false
cache: pip
before_install:
- |
if [ -z ${encrypted_12e75a453f27_key+x} ]; then
openssl aes-256-cbc -K $encrypted_12e75a453f27_key -iv $encrypted_12e75a453f27_iv -in gcs-service-account.json.enc -out gcs-service-account.json -d;
fi
install:
- pip install tox
script:
- tox -v
jobs:
fast_finish: true
include:
- { name: 'check', python: '3.6', env: TOXENV=check }
- { name: 'docs', python: '3.4', env: TOXENV=docs }
- { name: 'py34', python: '3.4', env: TOXENV=py34 }
- { name: 'py35', python: '3.5', env: TOXENV=py35 }
- { name: 'py36', python: '3.6', env: TOXENV=py36 }
- { name: 'py37', python: '3.7', env: TOXENV=py37, dist: xenial, sudo: true }
after_failure:
- more .tox/log/* | cat
- more .tox/*/log/* | cat
notifications:
email:
on_success: never
on_failure: always
|
language: python
sudo: false
cache: pip
before_install:
- |
if [ -z ${encrypted_12e75a453f27_key+x} ]; then
echo "Decrypting gcs-service-account.json.enc";
openssl aes-256-cbc -K $encrypted_12e75a453f27_key -iv $encrypted_12e75a453f27_iv -in gcs-service-account.json.enc -out gcs-service-account.json -d;
else
echo "gcs-service-account.json.enc not found!"
fi
install:
- pip install tox
script:
- tox -v
jobs:
fast_finish: true
include:
- { name: 'check', python: '3.6', env: TOXENV=check }
- { name: 'docs', python: '3.4', env: TOXENV=docs }
- { name: 'py34', python: '3.4', env: TOXENV=py34 }
- { name: 'py35', python: '3.5', env: TOXENV=py35 }
- { name: 'py36', python: '3.6', env: TOXENV=py36 }
- { name: 'py37', python: '3.7', env: TOXENV=py37, dist: xenial, sudo: true }
after_failure:
- more .tox/log/* | cat
- more .tox/*/log/* | cat
notifications:
email:
on_success: never
on_failure: always
|
Add debugging echo for environment variable being set or unset
|
Add debugging echo for environment variable being set or unset
|
YAML
|
mit
|
scottwernervt/cloudstorage
|
334be257f046eb4bdc51396572e74824daba2750
|
.travis.yml
|
.travis.yml
|
language: c
compiler:
- gcc
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: ""
addons:
coverity_scan:
project:
name: "Comcast/aker"
description: " Aker is a parental control experiment. "
notification_email: [email protected]
build_command: "make"
before_install:
- sudo pip install codecov
install:
- sudo apt-get update -qq
- sudo apt-get install -y -qq libcunit1 libcunit1-dev
script:
- mkdir build
- cd build
- cmake ..
- make
- make test
after_success:
- codecov
|
language: c
compiler:
- gcc
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: ""
addons:
coverity_scan:
project:
name: "Comcast/aker"
description: " Aker is a parental control experiment. "
notification_email: [email protected]
build_command: "make"
before_install:
- sudo pip install codecov
install:
- sudo apt-get update -qq
- sudo apt-get install -y -qq libcunit1 libcunit1-dev valgrind
script:
- mkdir build
- cd build
- cmake ..
- make
- make test
after_success:
- codecov
|
Add valgrind to the installed tools.
|
Add valgrind to the installed tools.
|
YAML
|
apache-2.0
|
Comcast/aker,Comcast/aker
|
d9596f88f188b6cb90f948bdd98196eb3c7c6905
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install:
- "pip install -r requirements.txt"
- "pip install -r tests/requirements.txt"
script:
- "py.test tests/unit/ --cov pad --cov-report term-missing"
- "py.test tests/functional/"
after_success:
- coveralls
|
language: python
python:
- "2.7"
- "3.4"
- "3.5"
# - "pypy"
# - "pypy3"
install:
- "pip install -r requirements.txt"
- "pip install -r tests/requirements.txt"
script:
- "py.test tests/unit/ --cov pad --cov-report term-missing"
- "py.test tests/functional/"
after_success:
- coveralls
|
Disable running tests under PyPy because we cannot support it at the time.
|
Disable running tests under PyPy because we cannot support it at the time.
|
YAML
|
apache-2.0
|
SpamExperts/OrangeAssassin
|
6b6610d6bf915fc85202170d152df92bf36d43bd
|
.travis.yml
|
.travis.yml
|
language: python
sudo: false
cache: pip
branches:
except:
- /^[^/]+/.+$/
python:
- "2.7"
- "pypy"
- "pypy3"
- "3.3"
- "3.4"
- "3.5"
install:
- travis_retry pip install --upgrade setuptools pip pytest pytest-cov codecov
- pip install -e '.[development]'
script:
python setup.py test
after_script:
bash <(curl -s https://codecov.io/bash)
notifications:
irc:
channels:
- 'irc.freenode.org#webcore'
use_notice: true
skip_join: true
on_success: change
on_failure: always
template:
- "%{repository_slug}:%{branch}@%{commit} %{message}"
- "Duration: %{duration} - Details: %{build_url}"
|
language: python
sudo: false
cache: pip
branches:
except:
- /^[^/]+/.+$/
python:
- "2.7"
- "pypy"
- "pypy3"
- "3.3"
- "3.4"
- "3.5"
install:
- travis_retry pip install --upgrade setuptools pip pytest pytest-cov codecov
- pip install -e 'git+https://github.com/marrow/webcore.git@develop#egg=WebCore-2.1.0'
- pip install -e '.[development]'
script:
python setup.py test
after_script:
bash <(curl -s https://codecov.io/bash)
notifications:
irc:
channels:
- 'irc.freenode.org#webcore'
use_notice: true
skip_join: true
on_success: change
on_failure: always
template:
- "%{repository_slug}:%{branch}@%{commit} %{message}"
- "Duration: %{duration} - Details: %{build_url}"
|
Update Travis build instructions due to development dependency.
|
Update Travis build instructions due to development dependency.
|
YAML
|
mit
|
marrow/web.security
|
a9a5f9d2b82d98f80505cc0d47c7a1294d254242
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.5
- DJANGO_VERSION=1.4.5
- DJANGO_VERSION=1.3.7
install:
- pip install -q django==$DJANGO_VERSION
- pip install -q coverage
- pip install -q pep8
- python setup.py -q install
script: python setup.py test
|
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.6
- DJANGO_VERSION=1.5.5
- DJANGO_VERSION=1.4.10
- DJANGO_VERSION=1.3.7
install:
- pip install -q django==$DJANGO_VERSION
- pip install -q coverage
- pip install -q pep8
- python setup.py -q install
script: python setup.py test
|
Update Django versions for TravisCI.
|
Update Django versions for TravisCI.
|
YAML
|
mit
|
wujuguang/django-admin-honeypot,wujuguang/django-admin-honeypot,dmpayton/django-admin-honeypot,ajostergaard/django-admin-honeypot,ajostergaard/django-admin-honeypot,javierchavez/django-admin-honeypot,Samael500/django-admin-honeypot,Samael500/django-admin-honeypot,javierchavez/django-admin-honeypot,dmpayton/django-admin-honeypot
|
6df97a4ea9df3da7dc2a483382ab17dc9c64ac53
|
.travis.yml
|
.travis.yml
|
language: erlang
script: "make travis"
notifications:
irc: "irc.freenode.org#nitrogen"
otp_release:
- R16B
- R15B02
- R15B01
- R15B
- R14B03
- R14B02
before_script: "sudo apt-get --yes --force-yes install libpam0g-dev"
|
language: erlang
script: "make travis"
otp_release:
- R16B
- R15B02
- R15B01
- R15B
- R14B03
- R14B02
before_script: "sudo apt-get --yes --force-yes install libpam0g-dev"
|
Stop spamming IRC with Travis.
|
Stop spamming IRC with Travis.
I thought this would be cool, but it's not. It's kinda annoying
|
YAML
|
mit
|
joaohf/nitrogen,nitrogen/nitrogen,stuart-thackray/nitrogen,joaohf/nitrogen,choptastic/nitrogen,joaohf/nitrogen,choptastic/nitrogen,kevinmontuori/nitrogen,nitrogen/nitrogen,kevinmontuori/nitrogen,kevinmontuori/nitrogen,stuart-thackray/nitrogen,choptastic/nitrogen,nitrogen/nitrogen,stuart-thackray/nitrogen
|
55b67e5510668bdf47ae779245c23a153beb0bfa
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# This is needed, otherwise, nosetests can't find the installed pymatgen C
# extensions.
before_script:
- python setup.py install
- mv pymatgen pmg
# command to run tests, e.g. python setup.py test
script: nosetests
|
language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# This is needed, otherwise, nosetests can't find the installed pymatgen C
# extensions.
before_script:
- python setup.py install
- mv pymatgen pmg
# command to run tests, e.g. python setup.py test
script: nosetests
notifications:
email:
recipients:
- [email protected]
on_success: never
on_failure: always
|
Add notifications for Travis CI on failure.
|
Add notifications for Travis CI on failure.
Former-commit-id: bd76713d0c2139b0c73fb83d0247b9c2b4c46430 [formerly 2ade01462c1cefb59d02917907df3ea7ac3fd847]
Former-commit-id: 378a570be8e348d7ed578b5f3e83a9b7ea0289ec
|
YAML
|
mit
|
blondegeek/pymatgen,matk86/pymatgen,czhengsci/pymatgen,mbkumar/pymatgen,setten/pymatgen,czhengsci/pymatgen,nisse3000/pymatgen,fraricci/pymatgen,Bismarrck/pymatgen,mbkumar/pymatgen,ndardenne/pymatgen,setten/pymatgen,gmatteo/pymatgen,richardtran415/pymatgen,setten/pymatgen,aykol/pymatgen,blondegeek/pymatgen,gpetretto/pymatgen,vorwerkc/pymatgen,tschaume/pymatgen,matk86/pymatgen,Bismarrck/pymatgen,xhqu1981/pymatgen,Bismarrck/pymatgen,mbkumar/pymatgen,dongsenfo/pymatgen,johnson1228/pymatgen,nisse3000/pymatgen,gVallverdu/pymatgen,richardtran415/pymatgen,vorwerkc/pymatgen,gVallverdu/pymatgen,johnson1228/pymatgen,ndardenne/pymatgen,tallakahath/pymatgen,gmatteo/pymatgen,Bismarrck/pymatgen,richardtran415/pymatgen,montoyjh/pymatgen,ndardenne/pymatgen,tschaume/pymatgen,davidwaroquiers/pymatgen,tschaume/pymatgen,davidwaroquiers/pymatgen,montoyjh/pymatgen,gpetretto/pymatgen,johnson1228/pymatgen,gpetretto/pymatgen,dongsenfo/pymatgen,Bismarrck/pymatgen,gVallverdu/pymatgen,fraricci/pymatgen,davidwaroquiers/pymatgen,aykol/pymatgen,vorwerkc/pymatgen,matk86/pymatgen,fraricci/pymatgen,matk86/pymatgen,nisse3000/pymatgen,czhengsci/pymatgen,gVallverdu/pymatgen,gpetretto/pymatgen,davidwaroquiers/pymatgen,montoyjh/pymatgen,montoyjh/pymatgen,xhqu1981/pymatgen,richardtran415/pymatgen,nisse3000/pymatgen,johnson1228/pymatgen,tschaume/pymatgen,czhengsci/pymatgen,dongsenfo/pymatgen,xhqu1981/pymatgen,mbkumar/pymatgen,blondegeek/pymatgen,tschaume/pymatgen,aykol/pymatgen,setten/pymatgen,tallakahath/pymatgen,vorwerkc/pymatgen,blondegeek/pymatgen,tallakahath/pymatgen,dongsenfo/pymatgen,fraricci/pymatgen
|
b6ad82afbf11ffdba84d94b9fac4ae8a19136ff3
|
.travis.yml
|
.travis.yml
|
language: android
android:
components:
- build-tools-21.1.2
- android-21
- extra-android-support
|
language: android
android:
components:
- build-tools-21.1.2
- android-21
- extra-android-support
before_install:
- chmod +x gradlew
|
Add chmod +x for gradlew.
|
Add chmod +x for gradlew.
|
YAML
|
mit
|
vehicle-history/vehicle-history-android,tieusangaka/vehicle-history-android
|
a9439f2e9331d3d1c883d53c0a9b8ac4dac8a33f
|
.travis.yml
|
.travis.yml
|
dist: trusty
sudo: false
group: beta
language: ruby
before_install:
- gem install bundler
script:
- bundle exec rake compile || bundle exec rake compile
- bundle exec rake test
os:
- linux
- osx
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
- rbx
- system
env:
- CC=gcc
- CC=clang
matrix:
allow_failures:
- rvm: system
- os: osx
rvm: ruby-head
- rvm: rbx
- rvm: rbx-head
exclude: # ruby 2.4.2 needs build with xcode9 or later on osx
- os: osx
rvm: 2.4.2
include:
- os: osx
osx_image: xcode9.1
rvm: 2.4.2
env:
- CC=gcc
- os: osx
osx_image: xcode9.1
rvm: 2.4.2
env:
- CC=clang
after_failure:
- "find build -name mkmf.log | xargs cat"
|
dist: trusty
sudo: false
group: beta
language: ruby
before_install:
- gem install bundler
script:
- bundle exec rake compile || bundle exec rake compile
- bundle exec rake test
os:
- linux
- osx
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
- system
env:
- CC=gcc
- CC=clang
matrix:
allow_failures:
- rvm: system
- os: osx
rvm: ruby-head
exclude: # ruby 2.4.2 needs build with xcode9 or later on osx
- os: osx
rvm: 2.4.2
include:
- os: osx
osx_image: xcode9.1
rvm: 2.4.2
env:
- CC=gcc
- os: osx
osx_image: xcode9.1
rvm: 2.4.2
env:
- CC=clang
after_failure:
- "find build -name mkmf.log | xargs cat"
|
Remove rubinius, since it seems to be no longer available on Travis-CI
|
Remove rubinius, since it seems to be no longer available on Travis-CI
|
YAML
|
bsd-3-clause
|
ffi/ffi,ffi/ffi,ffi/ffi
|
8d5fa1a862e0afbc9e101447e9ff29864203a252
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '4'
- '4.3.2' # AWS Lambda
- '5'
- '6'
- '6.10.3' # AWS Lambda
- '7'
- '8'
- 'node'
- 'iojs'
script:
- npm run ci
matrix:
allow_failures:
- node_js: 'iojs'
- node_js: '4.3.2'
- node_js: '4'
- node_js: '5'
|
language: node_js
node_js:
- '4'
- '4.3.2' # AWS Lambda
- '5'
- '6'
- '6.10.3' # AWS Lambda
- '7'
- '8'
- '8.10' # AWS Lambda
- '9'
- '10'
- 'node'
- 'iojs'
script:
- npm run ci
matrix:
allow_failures:
- node_js: 'iojs'
- node_js: '4.3.2'
- node_js: '4'
- node_js: '5'
|
Add additional nodejs version builds
|
Add additional nodejs version builds
|
YAML
|
mit
|
tamino-martinius/node-next-model
|
d29a187f31c26943a6e30087635d7d0f874aa183
|
.travis.yml
|
.travis.yml
|
language: haskell
install:
- cabal install elm-get
- sudo ln -s ~/.cabal/bin/elm /usr/local/bin/elm
- sudo ln -s ~/.cabal/bin/elm-get /usr/local/bin/elm-get
- git clone git://github.com/maxsnew/IO
- cd IO
- git checkout tags/0.3.0.0
- cabal install
- sudo ln -s ~/.cabal/bin/elm-io /usr/local/bin/elm-io
- cd ../tests
- echo "y\ny\n" | elm-get install deadfoxygrandpa/Elm-Test
- npm install jsdom
before_script:
- elm-io --default-ports Test.elm tests.js
script:
- node tests.js
|
language: haskell
install:
- cd tests
- cp -r ../src src
- git clone https://github.com/elm-lang/elm-compiler.git
- git clone https://github.com/elm-lang/elm-package.git
- git clone https://github.com/elm-lang/elm-make.git
- cd elm-make
- cabal sandbox init
- cabal sandbox add-source ../elm-compiler
- cabal sandbox add-source ../elm-package
- cabal install
- cd ..
- curl https://raw.githubusercontent.com/maxsnew/IO/master/elm-io.sh > elm-io.sh
- npm install jsdom
- ./elm-make/.cabal-sandbox/bin/elm-package install -y
before_script:
- ./elm-make/.cabal-sandbox/bin/elm-make --yes --output raw-test.js Test.elm
- bash elm-io.sh raw-test.js test.js
script:
- node test.js
|
Update Travis for Elm 0.14
|
Update Travis for Elm 0.14
|
YAML
|
bsd-3-clause
|
vilterp/core,ThomasWeiser/core,simonh1000/core,alexiamcdonald/elm-core,slava-sh/core,krisajenkins/core,manleyjster/core,isaacsanders/core,simonh1000/core,krisajenkins/core,deadfoxygrandpa/core,rick68/core,Pisys/core,bradurani/core,rgrempel/core,Pisys/core,isaacsanders/core,martinos/core,avh4/elm-lang-core,laszlopandy/core,Dandandan/core,ThomasWeiser/core,bradurani/core,alexiamcdonald/elm-core,laszlopandy/core,colinmccabe/core,rick68/core,deadfoxygrandpa/core,colinmccabe/core,Dandandan/core,avh4/elm-lang-core,eeue56/core,martinos/core,manleyjster/core,rgrempel/core,suryagaddipati/core,eeue56/core,suryagaddipati/core,vilterp/core
|
1d7ac65c5547b914a1b4b55d5ebb541a22868822
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 0.10
script:
- npm test
|
language: node_js
node_js:
- 6
script:
- npm test
|
Support only last LTS version
|
chore(CI): Support only last LTS version
|
YAML
|
mit
|
nfroidure/gulp-ttf2woff
|
840946bd10dd3be797d29dcd55ae34923f50cc45
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- stable
cache:
yarn: true
directories:
- node_modules
before_install: export TZ=UTC
install: yarn
script: yarn test -- --coverage
after_success: yarn run coveralls
|
sudo: false
language: node_js
node_js:
- stable
cache:
yarn: true
directories:
- node_modules
before_install: export TZ=UTC
install: yarn
script:
- yarn run lint
- yarn test -- --coverage
after_success: yarn run coveralls
|
Add lint when testing in CI
|
Add lint when testing in CI
|
YAML
|
mit
|
zyml/nuswhispers-vue,zyml/nuswhispers-vue,zyml/nuswhispers-vue
|
af83c30915fcd74c06cd98d399080e6596ced956
|
.travis.yml
|
.travis.yml
|
bundler_args: "--binstubs --standalone --without documentation"
script: "script/test_all"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- ree
- jruby-18mode
- jruby-19mode
- rbx-2.2.1
- rbx
|
bundler_args: "--binstubs --standalone --without documentation"
script: "script/test_all"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- ree
- jruby-18mode
- jruby-19mode
- rbx-2.2.1
- rbx
before_install:
- gem update bundler
- bundle --version
- gem update --system 2.1.11
- gem --version
|
Add temporary workaround for failing build on Ruby 1.8.7 Rubygems broke builds on Ruby 1.8.7:
|
Add temporary workaround for failing build on Ruby 1.8.7
Rubygems broke builds on Ruby 1.8.7:
travis-ci/travis-ci#1793
rubygems/rubygems#763
This patch is a temporary workaround until rubygems is updated.
|
YAML
|
mit
|
maclover7/rspec-mocks,AEgan/rspec-mocks,h4ck3rm1k3/rspec-mocks,maclover7/rspec-mocks,ducthanh/rspec-mocks,h4ck3rm1k3/rspec-mocks,rwz/rspec-mocks,telekomatrix/rspec-mocks,AEgan/rspec-mocks,rspec/rspec-mocks,edwardpark/rspec-mocks,rwz/rspec-mocks,zephyr-dev/rspec-mocks,edwardpark/rspec-mocks,telekomatrix/rspec-mocks,zephyr-dev/rspec-mocks,rspec/rspec-mocks,ducthanh/rspec-mocks
|
a20739dab856a08ddedc3160f2c6f5dc1f32fadb
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
system_site_packages: true
sudo: false
install:
- pip install flake8
#- pip install pylint --use-mirrors
#- pip install nose --use-mirrors
script:
- flake8 --show-source --show-pep8 .
#- pylint lib datapath volume
#- nosetests
|
language: python
python:
- "2.7"
system_site_packages: true
sudo: false
install:
- pip install flake8
#- pip install pylint --use-mirrors
#- pip install nose --use-mirrors
script:
- flake8 --show-source .
#- pylint lib datapath volume
#- nosetests
|
Drop flake8 --show-pep8 as there is no such option anymore
|
Drop flake8 --show-pep8 as there is no such option anymore
Looks like it's now the default anyway.
Signed-off-by: Robert Breker <[email protected]>
|
YAML
|
lgpl-2.1
|
xapi-project/ffs
|
543aa4758541343c73f273015afbec28c98fb755
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- rbx-19mode
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-19mode
branches:
only:
- master
script: rake test
|
language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- ruby-head
- rbx-19mode
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-19mode
branches:
only:
- master
script: rake test
|
Add Ruby 2.1.1 to Travis CI.
|
Add Ruby 2.1.1 to Travis CI.
Signed-off-by: Krzysztof Wilczynski <[email protected]>
|
YAML
|
apache-2.0
|
kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz,kwilczynski/ruby-fizzbuzz
|
1a8d6be551462e1784bd9dcc16da321838eab51a
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.8.7
# - 1.9.3
script: 'rake spec'
env:
- PUPPET_VERSION="~> 2.7.0"
# - PUPPET_VERSION="3.3"
gemfile: .gemfile
branches:
only:
- 'master'
- 'wcooley/testing-with-rspec-puppet-augeas'
notifications:
email: false
|
language: ruby
rvm:
- 1.8.7
# - 1.9.3
script: 'rake spec'
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libaugeas0 libaugeas-dev
env:
- PUPPET_VERSION="~> 2.7.0"
# - PUPPET_VERSION="3.3"
gemfile: .gemfile
branches:
only:
- 'master'
- 'wcooley/testing-with-rspec-puppet-augeas'
notifications:
email: false
|
Add commands to install libaugeas
|
Add commands to install libaugeas
|
YAML
|
apache-2.0
|
wcooley/puppet-splunk_conf
|
8b35d79a0729330c9deed16e81c96e11cd1e4050
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
- "0.8"
before_install:
- npm install -g grunt-cli bower
after_script:
- grunt coveralls
|
language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli bower
after_script:
- grunt coveralls
|
Remove node 0.8 CI env
|
Remove node 0.8 CI env
|
YAML
|
mit
|
cloudchen/jquery.defaultValue
|
113c176ed098a26ce52e36e7c5fc3ce4b08298b4
|
.travis.yml
|
.travis.yml
|
sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
cache:
directories:
- $HOME/.cache/pip
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/lib/python$TRAVIS_PYTHON_VERSION/site-packages
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin
install:
- env
- pip install -r requirements/test.txt
- pip install coveralls
- python setup.py bdist_egg
# command to run tests
script: nosetests
after_success:
- coveralls
|
sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
matrix:
include:
- python: "2.7"
env: JYTHON=true
cache:
directories:
- $HOME/.cache/pip
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/lib/python$TRAVIS_PYTHON_VERSION/site-packages
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin
before_install:
- export JYTHON_URL='http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1b3/jython-installer-2.7.1b3.jar'
- if [ "$JYTHON" == "true" ]; then
wget $JYTHON_URL -O jython_installer.jar;
java -jar jython_installer.jar -s -d $HOME/jython;
export PATH=$HOME/jython/bin:$PATH;
$HOME/jython/bin/easy_install nose;
fi
install:
- env
- pip install -r requirements/test.txt
- pip install coveralls
- python setup.py bdist_egg
before_script:
- if [ "$JYTHON" == "true" ]; then
export NOSETESTS=$HOME/jython/bin/nosetests;
else
export NOSETESTS=nosetests;
fi
script: $NOSETESTS
after_success:
- coveralls
|
Add Jython testing to Travis builds
|
Add Jython testing to Travis builds
|
YAML
|
apache-2.0
|
dls-controls/scanpointgenerator
|
2a1df1a09aef1aedd3a224712776f338a6fe8e5c
|
.travis.yml
|
.travis.yml
|
bundler_args: --without development
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-2
- ruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
fast_finish: true
|
bundler_args: --without development
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-2
- ruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
fast_finish: true
|
Add 2.1.1 to Travis CI config
|
Add 2.1.1 to Travis CI config
|
YAML
|
mit
|
intridea/multi_json
|
4e5259eeaf1c7fb2c9eb6500a584f20f9f9f8ba9
|
.travis.yml
|
.travis.yml
|
# Use container based infrastructure
sudo: false
language: python
addons:
apt:
packages:
- imagemagick
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
install:
- pip install --quiet -r requirements.txt
# Separate the coveralls package because it is only a test requirement
- pip install --quiet coveralls
script:
- nosetests --with-coverage --cover-package=legofy
- python setup.py install
- legofy legofy/assets/flower.jpg flower_lego.png
after_success:
- coveralls
|
# Use container based infrastructure
sudo: false
language: python
addons:
apt:
packages:
- imagemagick
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
install:
- pip install --quiet -r requirements.txt
# Separate the coveralls package because it is only a test requirement
- pip install --quiet coveralls
script:
- nosetests --with-coverage --cover-package=legofy
- python setup.py install
- legofy legofy/assets/flower.jpg flower_lego.png
after_success:
- coveralls --exclude-pattern .*images2gif_py.*
|
Exclude images2gif from coveralls ?
|
Exclude images2gif from coveralls ?
|
YAML
|
mit
|
mintberry/Legofy,CasualBeer/Legofy,JuanPotato/Legofy
|
866b163f91d9ff273e24874e38566ce6522c1fc5
|
.travis.yml
|
.travis.yml
|
---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- npm install -g bower
- npm install
- bower install
script:
- npm test
|
---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- npm install -g bower
- npm install
- bower install
script:
- npm test
notifications:
email:
on_success: change
on_failure: always
|
Cut down on the number of notification emails from Travis.
|
Cut down on the number of notification emails from Travis.
|
YAML
|
mit
|
IvyApp/ivy-videojs,IvyApp/ivy-videojs
|
faa69db21ade70f19d1d5436a5d0a5e140b55234
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "0.6"
- "iojs"
|
language: node_js
node_js:
- "5"
|
Build for just Node 5
|
Build for just Node 5
|
YAML
|
mit
|
ScalaSoft/TDD-NodeJS
|
34cbfb28eeac0319c787058edfac5e6125636aa7
|
.travis.yml
|
.travis.yml
|
# Sets Travis to run the Ruby specs on OS X machines to be as close as possible
# to the user environment.
#
language: objective-c
addons:
code_climate:
repo_token: 937468c2cbb0d7c0546b62d0fcbcba8a2a8b82714a64a52ffd0b951e71df626d
env:
- RVM_RUBY_VERSION=system
# - RVM_RUBY_VERSION=1.8.7-p358
before_install:
- export LANG=en_US.UTF-8
- curl http://curl.haxx.se/ca/cacert.pem -o /usr/local/share/cacert.pem
- source ~/.rvm/scripts/rvm
- if [[ $RVM_RUBY_VERSION != 'system' ]]; then rvm install $RVM_RUBY_VERSION; fi
- rvm use $RVM_RUBY_VERSION
- if [[ $RVM_RUBY_VERSION == 'system' ]]; then sudo gem install bundler --no-ri --no-rdoc; else gem install bundler --no-ri --no-rdoc; fi
install:
- sudo bundle install --without=documentation
script: bundle exec rake spec
|
# Sets Travis to run the Ruby specs on OS X machines to be as close as possible
# to the user environment.
#
language: objective-c
addons:
code_climate:
repo_token: 937468c2cbb0d7c0546b62d0fcbcba8a2a8b82714a64a52ffd0b951e71df626d
env:
- RVM_RUBY_VERSION=system
# - RVM_RUBY_VERSION=1.8.7-p358
before_install:
- export LANG=en_US.UTF-8
- curl http://curl.haxx.se/ca/cacert.pem -o /usr/local/share/cacert.pem
- source ~/.rvm/scripts/rvm
- if [[ $RVM_RUBY_VERSION != 'system' ]]; then rvm install $RVM_RUBY_VERSION; fi
- rvm use $RVM_RUBY_VERSION
- if [[ $RVM_RUBY_VERSION == 'system' ]]; then sudo gem install bundler --no-ri --no-rdoc; else gem install bundler --no-ri --no-rdoc; fi
install:
- bundle install --without=documentation
script: bundle exec rake spec
|
Stop using sudo for bundle install
|
Stop using sudo for bundle install
|
YAML
|
mit
|
CocoaPods/cocoapods-trunk
|
4a3bdec49bdac012b8e87a93d0c4e386fdcc9c3c
|
.travis.yml
|
.travis.yml
|
os: osx
osx_image: xcode6.4
env:
- COLUMNS=240
install:
- brew update
- brew install advancecomp
- brew install gdk-pixbuf --without-modules --with-included-loaders="png,jpeg"
- brew install harfbuzz --without-graphite2
- brew install vips --with-webp --with-jpeg-turbo --without-fftw --without-poppler
- brew info gdk-pixbuf
- brew info harfbuzz
- brew info vips
script:
- ./package.sh
addons:
artifacts:
s3_region: eu-west-1
|
os: osx
osx_image: xcode8
env:
- COLUMNS=240
install:
- brew update
- brew install advancecomp
- brew install gdk-pixbuf --without-modules --with-included-loaders="png,jpeg"
- brew install harfbuzz --without-graphite2
- brew install vips --with-webp --with-jpeg-turbo --without-fftw --without-poppler
- brew info gdk-pixbuf
- brew info harfbuzz
- brew info vips
script:
- ./package.sh
addons:
artifacts:
s3_region: eu-west-1
|
Update build env from OS X 10.10 to 10.11
|
Update build env from OS X 10.10 to 10.11
|
YAML
|
apache-2.0
|
lovell/package-libvips-darwin,lovell/package-libvips-darwin
|
c2c9a79dc314f646a0a281d3ce6bdda4023de256
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer
before_install:
- "export DISPLAY=:99.0"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x24"
- "sh -e /etc/init.d/xvfb start"
- cd jg-bom
- mvn clean install
- cd ..
install:
- mvn clean install -Pprod -fae
after_success:
- mvn test jacoco:report org.eluder.coveralls:coveralls-maven-plugin:report
deploy:
provider: heroku
api_key:
secure: "ZuoKWwdjAEtJAwzztR4VGkEwRzsL2WyA5wh66ai6X53oEQ/2rP8bzF0eDf1q2ISbSEFVQTrTzHmS8CtSMWUAZ7RfJj0rQRavMAYoiPLhwDdcBlw9N9uh+8mPuzHEyXgHVUiG2b4pDQ39vV438OmlHWZR86veILBtIrgbogxx3Sg="
buildpack: https://github.com/jgrades/heroku-buildpack-java.git
notifications:
email:
recipients:
- [email protected]
|
language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer
before_install:
- export DISPLAY=:99.0
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x24
- sh -e /etc/init.d/xvfb start
- cd jg-bom
- mvn clean install
- cd ..
install:
- mvn clean install -Pprod -fae
after_success:
- mvn test jacoco:report org.eluder.coveralls:coveralls-maven-plugin:report
deploy:
provider: heroku
api_key:
secure: AKScRuyb9sQyjw1gkj7x2bcMvwwqJES12HiiIyOVX9ESOR5ekXIya8Z+4FhSjx/SagObPUQjJoVviDePn3nVRxho0BrP3Byf+sNDkZRett6qkJDn3BQCmXxXc8QnCeO7o5aWJRiDH1C0atnOYyyTiJxGcHnwwc+9wMSg7HK+oJA=
buildpack: https://github.com/jgrades/heroku-buildpack-java.git
notifications:
email:
recipients:
- [email protected]
|
Prepare heroku deployment of REST WS
|
Prepare heroku deployment of REST WS
|
YAML
|
apache-2.0
|
baart92/jgrades,jgrades/jgrades,jgrades/jgrades,jgrades/jgrades,baart92/jgrades
|
86799ac3a263c56ed473e193aa2ff2e15fec1537
|
.travis.yml
|
.travis.yml
|
matrix:
include:
- os: osx
language: objective-c
osx_image: xcode10.2
env:
- DESTINATION="platform=iOS Simulator,name=iPhone X,OS=12.2"
script:
# Alternatively: set -o pipefail && xcodebuild ... | xcpretty
# The pipefail option sets the exit status to the last command with a non-zero status code, which would usually be xcodebuild.
# But xcpretty may also hide some logs we'd like to see.
- xcodebuild test -scheme Ampere -sdk iphonesimulator -destination "$DESTINATION"
|
matrix:
include:
- os: osx
language: objective-c
osx_image: xcode11.1
script:
- swift test
|
Update Travis CI config to use SwiftPM
|
Update Travis CI config to use SwiftPM
|
YAML
|
mit
|
ole/Ampere
|
b66eefee3581493c7ce58c84d38dec999ab6093f
|
.travis.yml
|
.travis.yml
|
sudo: false
language: erlang
otp_release: 18.0
branches:
only:
- master
addons:
apt:
packages:
- libexpat1-dev
install: make compile
script: make test
cache:
directories:
- dialyzer
|
sudo: false
language: erlang
otp_release: 18.3
branches:
only:
- master
addons:
apt:
packages:
- libexpat1-dev
install: make compile
script: make test
cache:
directories:
- dialyzer
|
Change minimm OTP release to 18.3 (aligned with MIM)
|
Change minimm OTP release to 18.3 (aligned with MIM)
|
YAML
|
apache-2.0
|
esl/amoc
|
d1dd440f4dabaa1fce0469fd07e6a312336f8b8f
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
|
language: ruby
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
before_install:
- gem update --remote bundler
- gem update --system
|
Upgrade RubyGems and Bundler (fixes "frozen string" error)
|
Upgrade RubyGems and Bundler (fixes "frozen string" error)
|
YAML
|
mit
|
ddfreyne/cri
|
c03c342f532585eb97fb9293fdbc662433e1eb77
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- '4'
- '6'
- '7'
|
sudo: false
language: node_js
node_js:
- '9'
- '8'
- '6'
|
Update Travis CI node versions
|
Test(config): Update Travis CI node versions
|
YAML
|
unlicense
|
fvdm/nodejs-toonapi
|
c2dd467236a2f698970ebcc3982058952dcceb38
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '12'
- '14'
- '15'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
|
language: node_js
node_js:
- '12'
- '14'
- '16'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
|
Build with Node.js 16 on Travis CI.
|
Build with Node.js 16 on Travis CI.
|
YAML
|
mit
|
bigeasy/isochronous
|
00336ca07c3a768306b7d15cd5e1381b17f7f943
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
- ruby-head
before_install: gem install bundler -v 1.11.2
|
language: ruby
rvm:
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
- ruby-head
before_install: gem install bundler -v 1.11.2
|
Update Ruby version on Travis CI
|
Update Ruby version on Travis CI
|
YAML
|
mit
|
emsk/romajic,emsk/romajic,emsk/romaji_cop,emsk/romajic,emsk/romaji_cop,emsk/romaji_cop
|
25a7483850039c6be8864f3297b808b04e2bf4a9
|
packages/hs/hsinspect.yaml
|
packages/hs/hsinspect.yaml
|
homepage: ''
changelog-type: ''
hash: 84040e75f75744e9040081cb534fdf178cc4c0e299e0f40193761411ffb79b99
test-bench-deps: {}
maintainer: Tseen She
synopsis: Inspect Haskell source files.
changelog: ''
basic-deps:
ghc: -any
base: ! '>=4.11 && <5'
time: -any
hsinspect: -any
ghc-paths: -any
ghc-boot: -any
directory: -any
all-versions:
- 0.0.1
- 0.0.2
author: Tseen She
latest: 0.0.2
description-type: haddock
description: Inspect @.hs@ files using the ghc api.
license-name: GPL-3.0-or-later
|
homepage: ''
changelog-type: ''
hash: f456e0adbef92e54adceaa600c8549199e28191412c787d9734de810c914c4b0
test-bench-deps: {}
maintainer: Tseen She
synopsis: Inspect Haskell source files.
changelog: ''
basic-deps:
ghc: -any
base: ! '>=4.11 && <5'
time: -any
hsinspect: -any
ghc-paths: -any
ghc-boot: -any
directory: -any
all-versions:
- 0.0.1
- 0.0.2
- 0.0.3
author: Tseen She
latest: 0.0.3
description-type: haddock
description: Inspect @.hs@ files using the ghc api.
license-name: GPL-3.0-or-later
|
Update from Hackage at 2019-08-27T19:06:38Z
|
Update from Hackage at 2019-08-27T19:06:38Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
de3d870b1d3233aee846e30ae18252f292fcfaff
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.4
- 1.4.1
- 1.4.2
- 1.4.3
- 1.5
- 1.6
- 1.7
- 1.8
# doing 'tip' is not a great idea; it has previously caused things to suddenly become "broken" based on calendar date, and i don't appreciate it.
install: true # don't `go get`, please.
script:
- time ./goad init
- time ./goad test
- time ./goad test ./... -race
|
language: go
go:
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
# doing 'tip' is not a great idea; it has previously caused things to suddenly become "broken" based on calendar date, and i don't appreciate it.
install: true # don't `go get`, please.
script:
- time ./goad init
- time ./goad test
- time ./goad test ./... -race
|
Reduce the range of 1.4.x tests again.
|
Reduce the range of 1.4.x tests again.
Apparently all do indeed exhibit the exact same behavior, so the additional cpumelt seems unjustifiable.
Signed-off-by: Eric Myhre <[email protected]>
|
YAML
|
apache-2.0
|
polydawn/meep,polydawn/meep
|
a04e0e2f7c9272a8cf30b3adf51ac9537175964d
|
.travis.yml
|
.travis.yml
|
---
language: d
install:
- bin/fetch-configlet
script:
- bin/configlet .
- bin/test-all-exercises
sudo: false
|
---
language: d
install:
- bin/fetch-configlet
script:
- bin/configlet lint .
- bin/test-all-exercises
sudo: false
|
Call configlet subcommand on CI
|
Call configlet subcommand on CI
This changes configlet to pass a subcommand.
For now, we've released a version of configlet which handles both the old command:
configlet path/to/track
as well as the new command:
configlet lint path/to/track
This will let us update all the travis files to include the subcommand before we
release the version of configlet that requires the subcommand.
|
YAML
|
mit
|
exercism/xdlang
|
6754c1e933f7129534d2911c9c0b388667d3b13b
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
matrix:
allow_failures:
- node_js: "0.11"
# setup links to submodules
before_install:
- npm update -g npm
- npm run-script setup
- npm install
- cd ..
- git clone https://github.com/azure/azure-sdk-tools-xplat.git
- cd azure-sdk-tools-xplat
- git checkout dev
- node scripts/link-to-sdk.js
- npm install
script:
- cd ../azure-sdk-for-node
- npm test
- cd ../azure-sdk-tools-xplat
- npm test
|
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
matrix:
allow_failures:
- node_js: "0.11"
# setup links to submodules
before_install:
- npm install -g [email protected]
- npm run-script setup
- npm install
- cd ..
- git clone https://github.com/azure/azure-sdk-tools-xplat.git
- cd azure-sdk-tools-xplat
- git checkout dev
- node scripts/link-to-sdk.js
- npm install
script:
- cd ../azure-sdk-for-node
- npm test
- cd ../azure-sdk-tools-xplat
- npm test
|
Update npm to a valid version
|
Update npm to a valid version
|
YAML
|
mit
|
Azure/azure-sdk-for-node,devigned/azure-sdk-for-node,harshiam-hdinsight/azure-sdk-for-node,namratab/azure-sdk-for-node,devigned/azure-sdk-for-node,oaastest/azure-sdk-for-node,iwate/azure-sdk-for-node,shrishrirang/azure-sdk-for-node,huangpf/azure-sdk-for-node,xingwu1/azure-sdk-for-node,lmazuel/azure-sdk-for-node,begoldsm/azure-sdk-for-node,vivsriaus/azure-sdk-for-node,huangpf/azure-sdk-for-node,kagamsft/azure-sdk-for-node,IoTboy/azure-sdk-for-node,Azure/azure-sdk-for-node,oaastest/azure-sdk-for-node,mauricionr/azure-sdk-for-node,xingwu1/azure-sdk-for-node,msfcolombo/azure-sdk-for-node,smithab/azure-sdk-for-node,Matt-Westphal/azure-sdk-for-node,kagamsft/azure-sdk-for-node,shrishrirang/azure-sdk-for-node,smithab/azure-sdk-for-node,mauricionr/azure-sdk-for-node,shrishrirang/azure-sdk-for-node,Matt-Westphal/azure-sdk-for-node,DeepakRajendranMsft/azure-sdk-for-node,iwate/azure-sdk-for-node,IoTboy/azure-sdk-for-node,DeepakRajendranMsft/azure-sdk-for-node,IoTboy/azure-sdk-for-node,xingwu1/azure-sdk-for-node,Matt-Westphal/azure-sdk-for-node,amarzavery/azure-sdk-for-node,msfcolombo/azure-sdk-for-node,oaastest/azure-sdk-for-node,huangpf/azure-sdk-for-node,harshiam-hdinsight/azure-sdk-for-node,koistya/azure-sdk-for-node,amarzavery/azure-sdk-for-node,mauricionr/azure-sdk-for-node,hveiras/azure-sdk-for-node,koistya/azure-sdk-for-node,AuxMon/azure-sdk-for-node,devigned/azure-sdk-for-node,namratab/azure-sdk-for-node,AutorestCI/azure-sdk-for-node,begoldsm/azure-sdk-for-node,AuxMon/azure-sdk-for-node,lmazuel/azure-sdk-for-node,namratab/azure-sdk-for-node,AutorestCI/azure-sdk-for-node,Azure/azure-sdk-for-node,iwate/azure-sdk-for-node,hveiras/azure-sdk-for-node,koistya/azure-sdk-for-node,vivsriaus/azure-sdk-for-node,msfcolombo/azure-sdk-for-node
|
f1c7b8effb7f805c032515657fe5426654930ac4
|
.travis.yml
|
.travis.yml
|
language: python
matrix:
include:
- name: "generic tests"
python: 2.7
- name: "flake8 lint on Python 2.7"
python: 2.7
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- name: "flake8 lint on Python 3.7"
dist: xenial # required for Python >= 3.7
python: 3.7
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
install:
- pip install pep8
script:
- set -euo pipefail
- echo "0"
- ./scripts/py-style-check.sh
- echo "1"
- ./scripts/check-helpers.sh
- echo "2"
- ./scripts/py-style-check.sh
- echo "3"
|
language: python
matrix:
include:
- name: "generic tests"
python: 2.7
- name: "flake8 lint on Python 2.7"
python: 2.7
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- name: "flake8 lint on Python 3.7"
dist: xenial # required for Python >= 3.7
python: 3.7
install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
install:
- pip install pep8
script:
#- set -euo pipefail
- echo "0"
- ./scripts/py-style-check.sh
- echo "1"
- ./scripts/check-helpers.sh
- echo "2"
- ./scripts/py-style-check.sh
- echo "3"
|
Comment out the set -euo pipefail
|
Comment out the set -euo pipefail
|
YAML
|
apache-2.0
|
iovisor/bcc,brendangregg/bcc,brendangregg/bcc,tuxology/bcc,brendangregg/bcc,brendangregg/bcc,tuxology/bcc,iovisor/bcc,iovisor/bcc,tuxology/bcc,brendangregg/bcc,iovisor/bcc,iovisor/bcc,tuxology/bcc,tuxology/bcc
|
b92610d43a301bed10f3d467edef050f2f511083
|
packages/st/stm-actor.yaml
|
packages/st/stm-actor.yaml
|
homepage: ''
changelog-type: markdown
hash: 912df59ab6e6bc876ae675d1daea84355e50e5d078e645080b0e2f0c15d03785
test-bench-deps:
stm: '>=2.1'
base: '>=4.12 && <4.15'
hspec: '>=2.7.4'
stm-queue: '>=0.1'
stm-actor: -any
mtl: '>=1.0'
maintainer: [email protected]
synopsis: A simplistic actor model based on STM
changelog: |
# Revision history for stm-actor
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.
basic-deps:
stm: '>=2.1'
base: '>=4.12 && <4.15'
stm-queue: '>=0.1'
mtl: '>=1.0'
transformers: '>=0.0'
all-versions:
- 0.1.0.0
- 0.1.1.0
- 0.1.1.1
- 0.1.2.1
- 0.2.0.0
author: Samuel Schlesinger
latest: 0.2.0.0
description-type: haddock
description: A simplistic actor model based on STM.
license-name: MIT
|
homepage: ''
changelog-type: markdown
hash: 4618e71571848531b814c02a9daaa5b2cf4d60d7b3243ce86ed0cb435d766a6c
test-bench-deps:
stm: '>=2.1'
base: '>=4.12 && <4.15'
hspec: '>=2.7.4'
stm-queue: '>=0.1'
stm-actor: -any
mtl: '>=1.0'
maintainer: [email protected]
synopsis: A simplistic actor model based on STM
changelog: |
# Revision history for stm-actor
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.
basic-deps:
stm: '>=2.1'
base: '>=4.12 && <4.15'
stm-queue: '>=0.1'
mtl: '>=1.0'
transformers: '>=0.0'
all-versions:
- 0.1.0.0
- 0.1.1.0
- 0.1.1.1
- 0.1.2.1
- 0.2.0.0
- 0.2.0.1
author: Samuel Schlesinger
latest: 0.2.0.1
description-type: haddock
description: A simplistic actor model based on STM.
license-name: MIT
|
Update from Hackage at 2020-09-22T18:33:16Z
|
Update from Hackage at 2020-09-22T18:33:16Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
88167d2df307a2aa38a507755720b8ef91ec91dd
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "node"
- "iojs"
script:
- npm test
- npm run lint
- npm run style
|
language: node_js
node_js:
- "node"
script:
- npm test
- npm run lint
- npm run style
|
Remove io.js from Travis CI
|
Remove io.js from Travis CI
|
YAML
|
mit
|
brettmclean/number-converter,brettmclean/number-converter
|
ae6e40499b7749402c878d3daee9c54f4e972c55
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
before_install:
- sudo apt-get install gfortran
install:
- cat etc/requirements_dev.txt | grep -v "^#" | grep -v "^$" | grep -v ipython | grep -v nose== | xargs pip install --use-mirrors
- etc/ordered_pip.sh etc/requirements.txt
before_script:
- "flake8 zipline tests"
script:
- nosetests
|
language: python
python:
- "2.7"
before_install:
- wget -O ta-lib-0.4.0-src.tar.gz http://sourceforge.net/projects/ta-lib/files/ta-lib/0.4.0/ta-lib-0.4.0-src.tar.gz/download
- tar xvzf ta-lib-0.4.0-src.tar.gz
- pushd ta-lib; ./configure; make; sudo make install; popd
- sudo apt-get install gfortran
install:
- cat etc/requirements_dev.txt | grep -v "^#" | grep -v "^$" | grep -v ipython | grep -v nose== | xargs pip install --use-mirrors
- etc/ordered_pip.sh etc/requirements.txt
before_script:
- "flake8 zipline tests"
script:
- nosetests
|
Add build ta-lib to Travis config.
|
BLD: Add build ta-lib to Travis config.
So that TALibTransforms tested on Travis.
|
YAML
|
apache-2.0
|
otmaneJai/Zipline,dhruvparamhans/zipline,zhoulingjun/zipline,davidastephens/zipline,gwulfs/zipline,dmitriz/zipline,michaeljohnbennett/zipline,ChinaQuants/zipline,stkubr/zipline,CarterBain/AlephNull,ronalcc/zipline,kmather73/zipline,dkushner/zipline,wubr2000/zipline,wubr2000/zipline,euri10/zipline,StratsOn/zipline,dmitriz/zipline,joequant/zipline,florentchandelier/zipline,humdings/zipline,nborggren/zipline,AlirezaShahabi/zipline,MonoCloud/zipline,magne-max/zipline-ja,jordancheah/zipline,chrjxj/zipline,sketchytechky/zipline,Scapogo/zipline,jimgoo/zipline-fork,quantopian/zipline,jordancheah/zipline,chrjxj/zipline,cmorgan/zipline,enigmampc/catalyst,bartosh/zipline,joequant/zipline,StratsOn/zipline,stkubr/zipline,erikness/AlephOne,wilsonkichoi/zipline,grundgruen/zipline,mattcaldwell/zipline,michaeljohnbennett/zipline,enigmampc/catalyst,nborggren/zipline,keir-rex/zipline,morrisonwudi/zipline,wilsonkichoi/zipline,keir-rex/zipline,DVegaCapital/zipline,AlirezaShahabi/zipline,magne-max/zipline-ja,umuzungu/zipline,quantopian/zipline,mattcaldwell/zipline,YuepengGuo/zipline,DVegaCapital/zipline,cmorgan/zipline,ChinaQuants/zipline,iamkingmaker/zipline,alphaBenj/zipline,grundgruen/zipline,morrisonwudi/zipline,sketchytechky/zipline,florentchandelier/zipline,erikness/AlephOne,semio/zipline,otmaneJai/Zipline,Scapogo/zipline,MonoCloud/zipline,alphaBenj/zipline,CDSFinance/zipline,YuepengGuo/zipline,dkushner/zipline,kmather73/zipline,dhruvparamhans/zipline,umuzungu/zipline,davidastephens/zipline,CDSFinance/zipline,gwulfs/zipline,euri10/zipline,semio/zipline,aajtodd/zipline,aajtodd/zipline,humdings/zipline,iamkingmaker/zipline,CarterBain/AlephNull,ronalcc/zipline,jimgoo/zipline-fork,bartosh/zipline,zhoulingjun/zipline
|
cf2414edcae8653bc3d8f63cc6828fc726840893
|
example/thanos/thanos-ruler-service.yaml
|
example/thanos/thanos-ruler-service.yaml
|
apiVersion: v1
kind: Service
metadata:
name: thanos-ruler
namespace: default
labels:
app: thanos-ruler
spec:
selector:
app: thanos-ruler
ports:
- name: grpc
port: 10901
targetPort: grpc
- name: http
port: 10902
targetPort: http
|
apiVersion: v1
kind: Service
metadata:
name: thanos-ruler
namespace: default
labels:
app: thanos-ruler
spec:
selector:
app: thanos-ruler
ports:
- name: grpc
port: 10901
targetPort: grpc
- name: http
port: 10902
targetPort: web
|
Change thanos ruler's http port to the default web
|
Change thanos ruler's http port to the default web
Signed-off-by: Benjamin <[email protected]>
|
YAML
|
apache-2.0
|
coreos/prometheus-operator,coreos/prometheus-operator
|
211b60ed61387f14e59e8ea0c43f02fe65e7c88a
|
.travis.yml
|
.travis.yml
|
# Configuration options are documented at:
# http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
sudo: false
language: node_js
node_js:
- '4'
- '5'
script: npm test && (npm run report-coverage || test 1)
|
# Configuration options are documented at:
# http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
sudo: false
language: node_js
node_js:
- '4'
- '5'
- '6'
script: npm test && (npm run report-coverage || test 1)
|
Add node.js 6 to Travis testing.
|
Add node.js 6 to Travis testing.
|
YAML
|
mit
|
RobLoach/kss-node,RobLoach/kss-node,RobLoach/kss-node
|
296fcf4f33df02418f07d9380dce2bcb196f0958
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
matrix:
exclude:
- php: 5.4
env: SYMFONY_VERSION=3.3.*
env:
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.3.*
before_script:
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then INI_FILE=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; else INI_FILE=/etc/hhvm/php.ini; fi;
- echo memory_limit = -1 >> $INI_FILE
- echo session.gc_probability = 0 >> $INI_FILE
- composer self-update
- composer require -n --prefer-dist symfony/symfony:${SYMFONY_VERSION}
script:
- mkdir -p build/logs
- ./vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v
notifications:
email:
- [email protected]
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
matrix:
exclude:
- php: 5.4
env: SYMFONY_VERSION=3.3.*
- php: 7.0
env: SYMFONY_VERSION=2.3.*
- php: 7.1
env: SYMFONY_VERSION=2.3.*
env:
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.3.*
before_script:
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then INI_FILE=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; else INI_FILE=/etc/hhvm/php.ini; fi;
- echo memory_limit = -1 >> $INI_FILE
- echo session.gc_probability = 0 >> $INI_FILE
- composer self-update
- composer require -n --prefer-dist symfony/symfony:${SYMFONY_VERSION}
script:
- mkdir -p build/logs
- ./vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v
notifications:
email:
- [email protected]
|
Exclude Symfony 2.3 with PHP 7+ from test matrix
|
Exclude Symfony 2.3 with PHP 7+ from test matrix
|
YAML
|
mit
|
argentumua/ArgentumTranslationBundle,argentumua/ArgentumTranslationBundle
|
dc8a9babd8f5aebf645dde3223fcc0d6ad793360
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.6
- 2.7
before_install:
- sudo apt-get remove chromium firefox mongodb-10gen
- sudo apt-get install texlive-latex-base
install:
- "pip install -r requirements.txt --use-mirrors"
script:
- make html && make html
- make singlehtml && make singlehtml
- make text
- make singletext
- make latexpdf
|
language: python
python:
- 2.6
- 2.7
before_install:
- sudo apt-get remove chromium firefox mongodb-10gen
- sudo apt-get install texlive-latex-base texlive-latex-recommended
install:
- "pip install -r requirements.txt --use-mirrors"
script:
- make html && make html
- make singlehtml && make singlehtml
- make text
- make singletext
- make latexpdf
|
Add additional package to texlive reqs
|
Add additional package to texlive reqs
|
YAML
|
bsd-2-clause
|
jterrace/sphinxtr,jterrace/sphinxtr
|
bb0292148691dee59059b774721b4f3a53818b9c
|
.travis.yml
|
.travis.yml
|
language: c
compiler:
- gcc
- clang
notifications:
recipients:
- [email protected]
branches:
only:
- master
- develop
env:
- USE_WEBKITGTK=yes
- USE_GTKHTML=yes
- USE_WEBKITGTK=yes USE_DEBUG=yes
- USE_GTKHTML=yes USE_DEBUG=yes
before_script:
- curl --location https://raw.github.com/kenhys/sylpheed-plugin-factory/master/misc/setup-travis.sh | sh
- git submodule update --init --recursive
- ./autogen.sh
script:
- curl https://raw.github.com/kenhys/sylpheed-plugin-factory/master/misc/configure.sh | sh
- make
|
language: c
compiler:
- gcc
- clang
notifications:
recipients:
- [email protected]
branches:
only:
- master
- develop
env:
- USE_WEBKITGTK=yes SYLPHEED_STAGE=master
- USE_GTKHTML=yes SYLPHEED_STAGE=master
- USE_WEBKITGTK=yes SYLPHEED_STAGE=3.5
- USE_GTKHTML=yes SYLPHEED_STAGE=3.5
- USE_WEBKITGTK=yes SYLPHEED_STAGE=3.4
- USE_GTKHTML=yes SYLPHEED_STAGE=3.4
before_script:
- curl --location https://raw.github.com/kenhys/sylpheed-plugin-factory/master/misc/setup-travis.sh | sh
- git submodule update --init --recursive
- ./autogen.sh
script:
- curl https://raw.github.com/kenhys/sylpheed-plugin-factory/master/misc/configure.sh | sh
- make
|
Add supported version of Sylpheed
|
Add supported version of Sylpheed
|
YAML
|
bsd-2-clause
|
kenhys/sylpheed-htmlview,kenhys/sylpheed-htmlview
|
7e56057bc7d1feef086a010a0d664b58bb5f8840
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.4"
- "3.5"
# setup test environment
before_install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget http://repo.continuum.io/miniconda/Miniconda-3.8.3-Linux-x86_64.sh -O miniconda.sh;
else
wget http://repo.continuum.io/miniconda/Miniconda3-3.8.3-Linux-x86_64.sh -O miniconda.sh;
fi
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- deps='pip atlas numpy scipy sphinx nose six future pep8 matplotlib decorator'
- conda create -q -n test-environment "python=$TRAVIS_PYTHON_VERSION" $deps
- source activate test-environment
- pip install python-coveralls
- pip install numpydoc
# command to install dependencies
install:
- pip install -e ./
# command to run tests
script: py.test
# run coveralls
after_success:
- coveralls
|
language: python
notifications:
email: false
python:
- "2.7"
- "3.4"
- "3.5"
# setup test environment
before_install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget http://repo.continuum.io/miniconda/Miniconda-3.8.3-Linux-x86_64.sh -O miniconda.sh;
else
wget http://repo.continuum.io/miniconda/Miniconda3-3.8.3-Linux-x86_64.sh -O miniconda.sh;
fi
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- deps='pip atlas numpy scipy sphinx nose six future pep8'
- conda create -q -n test-environment "python=$TRAVIS_PYTHON_VERSION" $deps
- source activate test-environment
- pip install python-coveralls
- pip install numpydoc
# command to install dependencies
install:
- pip install -e ./
# command to run tests
script: py.test
# run coveralls
after_success:
- coveralls
|
Set emails to false, remove matplotlib and decorator from before_install
|
Set emails to false, remove matplotlib and decorator from before_install
|
YAML
|
bsd-3-clause
|
justinsalamon/scaper
|
a9fe3bffeb090f72aceab92704b6e53b0463e79f
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- 0.12
- 4
- stable
|
language: node_js
node_js:
- '5'
- '4'
- '0.12'
|
Test on Node.js v0.12.x, v4.x, and v5.x
|
Test on Node.js v0.12.x, v4.x, and v5.x
|
YAML
|
mit
|
stylelint/stylelint-checkstyle-formatter,eddies/stylelint-junit-formatter,davidtheclark/stylelint-checkstyle-formatter
|
57b3d63c41c18f83158f791aa3a0845dc3c07637
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "pypy"
# pypy3 is broken until https://github.com/pallets/flask/pull/1841
# is released, which should happen in flask version 0.11.2.
# - "pypy3"
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install pybuilder
- pip install coveralls
- pyb install_dependencies
script: "pyb -X verify analyze"
after_success:
- coveralls --verbose
|
language: python
python:
- "pypy"
# pypy3 is broken until https://github.com/pallets/flask/pull/1841
# is released, which should happen in flask version 0.11.2.
# - "pypy3"
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -U pip setuptools
- pip install pybuilder
- pip install coveralls
- pyb install_dependencies
script: "pyb -X verify analyze"
after_success:
- coveralls --verbose
|
Fix error with pybuilder + Travis CI + Python 3.6
|
Fix error with pybuilder + Travis CI + Python 3.6
See https://github.com/pybuilder/pybuilder/issues/493 for details.
|
YAML
|
apache-2.0
|
ImmobilienScout24/afp-core,ImmobilienScout24/afp-core
|
0082e326b1e5e980d36606497aa3b7409657fb48
|
.travis.yml
|
.travis.yml
|
language: python
sudo: false
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
install: pip install tox-travis
script: tox
|
language: python
sudo: false
python: 3.6
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
- TOXENV=docs
install: pip install -U tox
script: tox
|
Make it build the docs too.
|
Make it build the docs too.
|
YAML
|
bsd-3-clause
|
ubernostrum/akismet
|
9b78be5ba5d8a53a4d91ad37f9983ed545ec148c
|
examples/xonotic/gameserver.yaml
|
examples/xonotic/gameserver.yaml
|
# Copyright 2017 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: "stable.agon.io/v1alpha1"
kind: GameServer
metadata:
name: "xonotic"
spec:
portPolicy: "static"
containerPort: 26000
hostPort: 7345
template:
spec:
containers:
- name: xonotic
image: gcr.io/agon-images/xonotic-example:0.1
# imagePullPolicy: Always # add for development
|
# Copyright 2017 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: "stable.agon.io/v1alpha1"
kind: GameServer
metadata:
name: "xonotic"
spec:
portPolicy: "dynamic"
containerPort: 26000
template:
spec:
containers:
- name: xonotic
image: gcr.io/agon-images/xonotic-example:0.1
# imagePullPolicy: Always # add for development
|
Update Xonotic demo to use dynamic ports
|
Update Xonotic demo to use dynamic ports
|
YAML
|
apache-2.0
|
nicedone/agones,nicedone/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,nicedone/agones,nicedone/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones
|
82d511ae8429210a6b8f8bb963f0ef050b8a43f4
|
recipes/prettier/meta.yaml
|
recipes/prettier/meta.yaml
|
{% set name = "prettier" %}
{% set version = "2.2.1" %}
package:
name: {{ name|lower }}
version: {{ version|replace("-", "_") }}
source:
url: https://github.com/prettier/prettier/archive/refs/tags/{{ version }}.tar.gz
sha256: 31c22f314066d3997aeafb345ebc1143179500d62f2334efc965ccdc2b4ffcf7
build:
number: 0
skip: true # [win]
requirements:
build:
- sysroot_linux-64 2.17 # [linux64]
- {{ compiler('c') }} # [linux64]
host:
- nodejs 12 # [not (osx and arm64)]
- nodejs 15 # [osx and arm64]
- yarn
run:
- nodejs 12 # [not (osx and arm64)]
- nodejs 15 # [osx and arm64]
test:
commands:
- prettier --version | grep "{{ version }}"
about:
home: https://github.com/prettier/prettier
license: MIT
license_family: MIT
license_file:
- LICENSE
summary: Prettier is an opinionated code formatter.
extra:
recipe-maintainers:
- janjagusch
|
{% set name = "prettier" %}
{% set version = "2.2.1" %}
package:
name: {{ name|lower }}
version: {{ version|replace("-", "_") }}
source:
url: https://github.com/prettier/prettier/archive/refs/tags/{{ version }}.tar.gz
sha256: 31c22f314066d3997aeafb345ebc1143179500d62f2334efc965ccdc2b4ffcf7
build:
number: 0
skip: true # [win]
requirements:
build:
- sysroot_linux-64 2.17 # [linux64]
host:
- nodejs 12 # [not (osx and arm64)]
- nodejs 15 # [osx and arm64]
- yarn
run:
- nodejs 12 # [not (osx and arm64)]
- nodejs 15 # [osx and arm64]
test:
commands:
- prettier --version | grep "{{ version }}"
about:
home: https://github.com/prettier/prettier
license: MIT
license_family: MIT
license_file:
- LICENSE
summary: Prettier is an opinionated code formatter.
extra:
recipe-maintainers:
- janjagusch
|
Revert "try to fix failing linux64 build by adding c compiler to build dependencies"
|
Revert "try to fix failing linux64 build by adding c compiler to build dependencies"
This reverts commit 88cdff0ed7f111af600633b1f13fe71120d37695.
|
YAML
|
bsd-3-clause
|
igortg/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,igortg/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,hadim/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,scopatz/staged-recipes
|
f0cc4837c8cdef84f68056d8694c216ab131a090
|
_config.yml
|
_config.yml
|
name: Tom Wire's Blog
description: Blogging about stuffs
meta_description: "Tom Wire Blog. Blogging about ASP.NET, Ruby on Rails and anything in between"
markdown: redcarpet
pygments: true
logo: false
paginate: 15
# Details for the RSS feed generator
url: 'http://thesilverbadger.co.uk'
author: 'Tom Wire'
|
name: Tom Wire's Blog
description: Blogging about stuffs
meta_description: "Tom Wire Blog. Blogging about ASP.NET, Ruby on Rails and anything in between"
# markdown: redcarpet
pygments: true
logo: false
paginate: 15
# Details for the RSS feed generator
url: 'http://thesilverbadger.co.uk'
author: 'Tom Wire'
|
Remove redcarpet as the markdown engine
|
Remove redcarpet as the markdown engine
|
YAML
|
mit
|
thesilverbadger/thesilverbadger.github.io,thesilverbadger/thesilverbadger.github.io,thesilverbadger/thesilverbadger.github.io
|
3a8b236ec219b85665d33ef074904e86f235e4b5
|
.bmi/frost_number_Geo/info.yaml
|
.bmi/frost_number_Geo/info.yaml
|
author: J. Scott Stewart
doi:
email: [email protected]
license: GPL
url:
version: 0.0.1
summary: "From Nelson and Outcalt (1987), the 'frost number', a
dimensionless ratio defined by manipulation of either freezing and
thawing degree-day sums or frost and thaw penetration depths, can be
used to define an unambiguous latitudinal zonation of permafrost
continuity. The index is computed using several variables
influencing the depth of frost and thaw penetration, and can be
related mathematically to the existence and continuity of
permafrost. Although the frost number is a useful device for
portraying the distribution of contemporary permafrost at
continental scales, it is not capable of detecting relict permafrost
and should not be mapped over small areas unless numerous climate
stations are located in the region of interest.
This version computes the frost number on a two-dimensional
grid."
|
author: J. Scott Stewart
doi:
email: [email protected]
license: MIT
url: http://csdms.colorado.edu/wiki/Model:Frost_Model
version: 0.1
summary: "From Nelson and Outcalt (1987), the 'frost number', a
dimensionless ratio defined by manipulation of either freezing and
thawing degree-day sums or frost and thaw penetration depths, can be
used to define an unambiguous latitudinal zonation of permafrost
continuity. The index is computed using several variables
influencing the depth of frost and thaw penetration, and can be
related mathematically to the existence and continuity of
permafrost. Although the frost number is a useful device for
portraying the distribution of contemporary permafrost at
continental scales, it is not capable of detecting relict permafrost
and should not be mapped over small areas unless numerous climate
stations are located in the region of interest.
This version computes the frost number on a two-dimensional
grid."
|
Update license, version, and model repo URL
|
Update license, version, and model repo URL
|
YAML
|
mit
|
permamodel/permamodel,permamodel/permamodel
|
c1a97dad459a2e349cbe0685c484c32ed2273c22
|
docs/_config.yml
|
docs/_config.yml
|
title: Sinon.JS
description: >-
Standalone test spies, stubs and mocks for JavaScript. Works with any unit
testing framework.
url: 'http://sinonjs.org'
github_username: sinonjs
sinon:
current_release: v6.2.0
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: none
syntax_highlighter_opts:
disable: true
gems:
- jekyll-feed
- jekyll-redirect-from
exclude:
- .sass-cache
- Gemfile
- Gemfile.lock
- release-source
collections:
howto:
output: true
permalink: '/how-to/:path/'
releases:
output: true
permalink: '/:collection/:path/'
sass:
sass_dir: _sass
style: compressed
|
title: Sinon.JS
description: >-
Standalone test spies, stubs and mocks for JavaScript. Works with any unit
testing framework.
url: 'http://sinonjs.org'
github_username: sinonjs
sinon:
current_release: v6.2.0
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: none
syntax_highlighter_opts:
disable: true
gems:
- jekyll-feed
- jekyll-redirect-from
# these files will not be processed by Jekyll, but will just be copied as-is
keep_files:
- assets
- releases
exclude:
- .sass-cache
- Gemfile
- Gemfile.lock
- release-source
collections:
howto:
output: true
permalink: '/how-to/:path/'
releases:
output: true
permalink: '/:collection/:path/'
sass:
sass_dir: _sass
style: compressed
|
Speed up builds by copying files as-is
|
Speed up builds by copying files as-is
|
YAML
|
bsd-3-clause
|
fatso83/Sinon.JS,cjohansen/Sinon.JS,mroderick/Sinon.JS,cjohansen/Sinon.JS,mroderick/Sinon.JS,fatso83/Sinon.JS,cjohansen/Sinon.JS,mroderick/Sinon.JS,fatso83/Sinon.JS
|
4fd0cfc78c60868ec5beef37d4940758e6a22b59
|
go.yaml
|
go.yaml
|
---
- name: Install Python
hosts: pfsense
gather_facts: no
tasks:
- name: bootstrap pkg
raw: env ASSUME_ALWAYS_YES=YES pkg bootstrap -f
- name: bootstrap python
raw: env ASSUME_ALWAYS_YES=YES pkg install python
- name: Install Packages
hosts: pfsense
gather_facts: yes
tasks:
- name: check connection
raw: pfSsh.php playback installpkg "Open-VM-Tools"
|
---
- name: Install Python
hosts: pfsense
gather_facts: no
tasks:
- name: bootstrap pkg
raw: env ASSUME_ALWAYS_YES=YES pkg bootstrap -f
- name: bootstrap python
raw: env ASSUME_ALWAYS_YES=YES pkg install python
- name: Common Setup
hosts: pfsense
gather_facts: yes
tasks:
- name: Installing Open-VM-Tools if required
raw: pfSsh.php playback installpkg "Open-VM-Tools"
when: ansible_system_vendor == 'VMware, Inc.'
- name: Accept Intel Licensing
lineinfile: dest=/boot/loader.conf.local state=present legal.intel_ipw.license_ack=1
lineinfile: dest=/boot/loader.conf.local
state=present
create=yes
regexp='^#?{{ item.key }}'
line='{{ item.key }}={{ item.value }}'
with_items:
- { key: 'legal.intel_ipw.license_ack', value: '1'}
- { key: 'legal.intel_iwi.license_ack', value: '1'}
|
Fix typo, shutup dmesg about Intel License
|
Fix typo, shutup dmesg about Intel License
|
YAML
|
mit
|
BrianAker/ansible_pfsense
|
077aeddbf44189dcb05bdc17b5740c97f0084a3b
|
metadata/nl.devluuk.sleepywifi.yml
|
metadata/nl.devluuk.sleepywifi.yml
|
Categories:
- Connectivity
- System
License: GPL-3.0-or-later
SourceCode: https://github.com/DevLuuk/SleepyWifi
IssueTracker: https://github.com/DevLuuk/SleepyWifi/issues
Changelog: https://github.com/DevLuuk/SleepyWifi/releases
AutoName: SleepyWifi
Summary: Disables the Wi-Fi when the phone is in sleep mode
Description: |-
This app brings back the 'turn Wi-Fi off when the phone is in sleepmode' option for Android 8.1.
This app can also save your phone battery.
RepoType: git
Repo: https://github.com/DevLuuk/SleepyWifi.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0.0
subdir: app
gradle:
- yes
- versionName: '1.1'
versionCode: 2
commit: v1.1
subdir: app
gradle:
- yes
- versionName: '1.2'
versionCode: 3
commit: v1.2
subdir: app
gradle:
- yes
- versionName: '1.3'
versionCode: 4
commit: v1.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.3'
CurrentVersionCode: 4
|
Categories:
- Connectivity
- System
License: GPL-3.0-or-later
SourceCode: https://github.com/DevLuuk/SleepyWifi
IssueTracker: https://github.com/DevLuuk/SleepyWifi/issues
Changelog: https://github.com/DevLuuk/SleepyWifi/releases
AutoName: SleepyWifi
Summary: Disables the Wi-Fi when the phone is in sleep mode
Description: |-
This app brings back the 'turn Wi-Fi off when the phone is in sleepmode' option for Android 8.1.
This app can also save your phone battery.
RepoType: git
Repo: https://github.com/DevLuuk/SleepyWifi.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0.0
subdir: app
gradle:
- yes
- versionName: '1.1'
versionCode: 2
commit: v1.1
subdir: app
gradle:
- yes
- versionName: '1.2'
versionCode: 3
commit: v1.2
subdir: app
gradle:
- yes
- versionName: '1.3'
versionCode: 4
commit: v1.3
subdir: app
gradle:
- yes
- versionName: '1.4'
versionCode: 5
commit: v1.4
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.4'
CurrentVersionCode: 5
|
Update SleepyWifi to 1.4 (5)
|
Update SleepyWifi to 1.4 (5)
|
YAML
|
agpl-3.0
|
f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata
|
8143e95f8a9b57d28f850d8799da746089e6bb22
|
playbooks/edx-east/legacy_certificates.yml
|
playbooks/edx-east/legacy_certificates.yml
|
# ansible-playbook -i ec2.py --limit="tag_cluster_certificates:&tag_environment_loadtest" legacy_certificates.yml
- name: Deploy legacy_certs
hosts: all
sudo: True
gather_facts: True
vars:
serial_count: 1
repo_url: "[email protected]/edx/certificates.git"
repo_path: "/opt/wwc/certificates"
certificates_version: "master"
git_ssh_script: "/tmp/git.sh"
serial: "{{ serial_count }}"
tasks:
- name: stop certs service
service: name="certificates" state="stopped"
- name: checkout code
git: >
repo="{{ repo_url }}"
dest="{{ repo_path }}"
version="{{ certificates_version }}"
accept_hostkey=yes
environment:
GIT_SSH: "{{ git_ssh_script }}"
# Need to do this because the www-data user is not properly setup
# and can't run ssh.
- name: change owner to www-data
file: >
path="{{ repo_path }}"
owner="www-data"
group="www-data"
recurse=yes
state="directory"
- name: stop certs service
service: name="certificates" state="started"
|
# ansible-playbook -i ec2.py --limit="tag_cluster_certificates:&tag_environment_loadtest" legacy_certificates.yml
- name: Deploy legacy_certs
hosts: all
sudo: True
gather_facts: True
vars:
serial_count: 1
repo_url: "[email protected]/edx/certificates.git"
repo_path: "/opt/wwc/certificates"
certificates_version: "master"
git_ssh_script: "/opt/wwc/git.sh"
serial: "{{ serial_count }}"
tasks:
- name: stop certs service
service: name="certificates" state="stopped"
- name: checkout code
git: >
repo="{{ repo_url }}"
dest="{{ repo_path }}"
version="{{ certificates_version }}"
accept_hostkey=yes
environment:
GIT_SSH: "{{ git_ssh_script }}"
# Need to do this because the www-data user is not properly setup
# and can't run ssh.
- name: change owner to www-data
file: >
path="{{ repo_path }}"
owner="www-data"
group="www-data"
recurse=yes
state="directory"
- name: start certs service
service: name="certificates" state="started"
|
Fix the git.sh path and fix a task name.
|
Fix the git.sh path and fix a task name.
|
YAML
|
agpl-3.0
|
bugcy013/edx_infra,antshin72/configuration,appsembler/configuration,nunpa/configuration,fghaas/edx-configuration,lgfa29/configuration,vasyarv/configuration,leansoft/configuration,nunpa/configuration,IndonesiaX/configuration,CredoReference/configuration,CredoReference/configuration,usernamenumber/configuration,alu042/configuration,armaan/edx-configuration,hastexo/edx-configuration-old,michaelsteiner19/open-edx-configuration,hastexo/edx-configuration-old,hks-epod/configuration,Livit/Livit.Learn.EdX.configuration,Softmotions/configuration,gsehub/configuration,CredoReference/configuration,EDUlib/configuration,louyihua/configuration,edx/configuration,openfun/configuration,proversity-org/configuration,Carlos2005/configuration,jorgeomarmh/configuration,4eek/configuration,gashac03/ubuntu,openfun/configuration,arifsetiawan/configuration,open-craft/configuration,nunpa/configuration,Pieros/configuration,xiangjf/configuration,fghaas/edx-configuration,proversity-org/configuration,michaelsteiner19/open-edx-configuration,arifsetiawan/configuration,vasyarv/configuration,knehez/configuration,EDUlib/configuration,rue89-tech/configuration,Stanford-Online/configuration,vasyarv/configuration,beacloudgenius/configuration,jorgeomarmh/configuration,appsembler/configuration,knehez/configuration,pedrorib/istx,omarkhan/configuration,knehez/configuration,bugcy013/edx_infra,pobrejuanito/configuration,IndonesiaX/configuration,rue89-tech/configuration,4eek/configuration,open-craft/configuration,proversity-org/configuration,IndonesiaX/configuration,arbrandes/edx-configuration,nikolas/configuration,kencung/configuration,pobrejuanito/configuration,fghaas/edx-configuration,lgfa29/configuration,kursitet/configuration,hastexo/edx-configuration,beacloudgenius/configuration,IndonesiaX/configuration,arifsetiawan/configuration,gsehub/configuration,lgfa29/configuration,louyihua/configuration,armaan/edx-configuration,kursitet/configuration,eduStack/configuration,gashac03/ubuntu,bugcy013/edx_infra,hks-epod/configuration,kencung/configuration,Stanford-Online/configuration,proversity-org/configuration,Stanford-Online/configuration,beacloudgenius/configuration,gsehub/configuration,AlfiyaZi/configuration,hastexo/edx-configuration-old,joshhu/configuration,gsehub/configuration,glengal/configuration,kencung/configuration,cyanna/configuration,knehez/configuration,antshin72/configuration,arifsetiawan/configuration,louyihua/configuration,Softmotions/configuration,rue89-tech/configuration,mitodl/configuration,xiangjf/configuration,Stanford-Online/configuration,appsembler/configuration,zhengjunwei/configuration,AlfiyaZi/configuration,antoviaque/configuration,Softmotions/configuration,jorgeomarmh/configuration,hks-epod/configuration,arbrandes/edx-configuration,armaan/edx-configuration,nttks/configuration,mitodl/configuration,4eek/configuration,xiangjf/configuration,eduStack/configuration,hastexo/edx-configuration,gashac03/ubuntu,EDUlib/configuration,joshhu/configuration,kencung/configuration,AlfiyaZi/configuration,hastexo/edx-configuration,4eek/configuration,openfun/configuration,Carlos2005/configuration,fghaas/edx-configuration,jorgeomarmh/configuration,leansoft/configuration,stvstnfrd/configuration,appsembler/configuration,marcore/configuration,kursitet/configuration,openfun/configuration,antshin72/configuration,proversity-org/configuration,nttks/configuration,pobrejuanito/configuration,arbrandes/edx-configuration,stvstnfrd/configuration,zhengjunwei/configuration,hks-epod/configuration,joshhu/configuration,leansoft/configuration,CredoReference/configuration,AlfiyaZi/configuration,mitodl/configuration,hastexo/edx-configuration,antoviaque/configuration,marcore/configuration,cyanna/configuration,cyanna/configuration,cyanna/configuration,eduStack/configuration,michaelsteiner19/open-edx-configuration,Softmotions/configuration,Livit/Livit.Learn.EdX.configuration,kursitet/configuration,open-craft/configuration,alu042/configuration,edx/configuration,glengal/configuration,Livit/Livit.Learn.EdX.configuration,michaelsteiner19/open-edx-configuration,omarkhan/configuration,arbrandes/edx-configuration,Pieros/configuration,usernamenumber/configuration,stvstnfrd/configuration,usernamenumber/configuration,joshhu/configuration,omarkhan/configuration,stvstnfrd/configuration,rue89-tech/configuration,louyihua/configuration,rue89-tech/configuration,Livit/Livit.Learn.EdX.configuration,pedrorib/istx,gashac03/ubuntu,nikolas/configuration,nikolas/configuration,nttks/configuration,Carlos2005/configuration,beacloudgenius/configuration,nunpa/configuration,edx/configuration,EDUlib/configuration,omarkhan/configuration,Pieros/configuration,alu042/configuration,alu042/configuration,stvstnfrd/configuration,Carlos2005/configuration,hastexo/edx-configuration-old,antoviaque/configuration,hks-epod/configuration,gsehub/configuration,marcore/configuration,EDUlib/configuration,zhengjunwei/configuration,marcore/configuration,leansoft/configuration,nikolas/configuration,bugcy013/edx_infra,lgfa29/configuration,hastexo/edx-configuration,xiangjf/configuration,nttks/configuration,mitodl/configuration,pobrejuanito/configuration,pedrorib/istx,antoviaque/configuration,arbrandes/edx-configuration,armaan/edx-configuration,Stanford-Online/configuration,glengal/configuration,antshin72/configuration,Pieros/configuration,glengal/configuration,usernamenumber/configuration,pedrorib/istx,open-craft/configuration,vasyarv/configuration,zhengjunwei/configuration,edx/configuration
|
503c625ef78941a55e38c44ede38513ac5fc6b34
|
singleton_int1.yml
|
singleton_int1.yml
|
---
- hosts: singleton_int1
become: yes
remote_user: ubuntu
roles:
- dhcpd
- apache
- docker
- homeassistant
- mhz19
- mosquitto
|
---
- hosts: singleton_int1
become: yes
remote_user: ubuntu
roles:
- dhcpd
- docker
- homeassistant
- httpd
- mhz19
- mosquitto
|
Rename apache role to httpd
|
Rename apache role to httpd
|
YAML
|
mit
|
rewse/ansible-playbooks,rewse/ansible-playbooks,rewse/ansible-playbooks
|
b377083627a248cfc4ea19a75d0b7cbdfc95defb
|
tasks/main.yml
|
tasks/main.yml
|
---
- name: Create admin group
group: "name={{admingroup}}"
- name: Add admin group to sudoers
lineinfile: dest=/etc/sudoers state=present regexp='^%admin ALL\=' line='%admin ALL=(ALL) NOPASSWD:ALL' validate='visudo -cf %s'
register: admingroupsudoers
- name: Remove wheel group in sudoers if admin group was added
lineinfile: dest=/etc/sudoers state=absent regexp="^%wheel" validate='visudo -cf %s'
when: admingroupsudoers.changed
- name: Create admin users
user: "name={{item.name}} uid={{item.uid}} group={{item.groups}} shell={{item.shell}}"
with_items: adminusers
- name: Add ssh keys to admin users
authorized_key: user="{{item.name}}" key="{{item.pubkey}}"
with_items: adminusers
|
---
- name: Create admin group
group: "name={{admingroup}}"
- name: Add admin group to sudoers
lineinfile: dest=/etc/sudoers state=present regexp='^%admin ALL\=' line='%admin ALL=(ALL) NOPASSWD:ALL' validate='visudo -cf %s'
register: admingroupsudoers
- name: Remove wheel group in sudoers if admin group was added
lineinfile: dest=/etc/sudoers state=absent regexp="^%wheel" validate='visudo -cf %s'
when: admingroupsudoers.changed
- name: Add or remove admin users
user: "name={{item.name}} state={{item.state}} uid={{item.uid}} group={{item.groups}} shell={{item.shell}}"
with_items: adminusers
- name: Add ssh keys to admin users
authorized_key: user="{{item.name}}" key="{{item.pubkey}}"
when: item.state == 'present'
with_items: adminusers
|
Remove a user if state=='absent'
|
Remove a user if state=='absent'
We need a way to remove admin accounts if they leave or change role.
|
YAML
|
mit
|
CSC-IT-Center-for-Science/ansible-role-users,SoneraCloud/ansible-role-users
|
da131cae8170584250c31f512aa0553e5e676e76
|
marathon_itests/fig.yml
|
marathon_itests/fig.yml
|
zookeeper:
build: ../yelp_package/dockerfiles/itest/zookeeper/
ports:
- 2181
marathon:
build: ../yelp_package/dockerfiles/itest/marathon/
ports:
- 8080
links:
- zookeeper
command: 'marathon'
|
zookeeper:
build: ../yelp_package/dockerfiles/itest/zookeeper/
ports:
- 2181
marathon:
build: ../yelp_package/dockerfiles/itest/marathon/
ports:
- 8080
links:
- zookeeper
command: 'marathon --no-logger'
|
Update marathon integration tests for more visibility
|
Update marathon integration tests for more visibility
|
YAML
|
apache-2.0
|
gstarnberger/paasta,somic/paasta,somic/paasta,Yelp/paasta,Yelp/paasta,gstarnberger/paasta
|
65c5ef7982dd07fe68edd483be7f5271f5749baf
|
bigquery-policy-tags-admin.yaml
|
bigquery-policy-tags-admin.yaml
|
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
title: "BigQuery Policy Tags Admin"
description: "Allow users to read and update Column Policy Tags"
stage: "BETA"
includedPermissions:
- bigquery.tables.setCategory
|
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# [START policy_permissions_info]
title: "BigQuery Policy Tags Admin"
description: "Allow users to read and update Column Policy Tags"
stage: "BETA"
includedPermissions:
- bigquery.tables.setCategory
# [END policy_permissions_info]
|
Add section names for github includes
|
Add section names for github includes
|
YAML
|
apache-2.0
|
GoogleCloudPlatform/bigquery-data-lineage,GoogleCloudPlatform/bigquery-data-lineage,GoogleCloudPlatform/bigquery-data-lineage
|
bf039c52fce6a548c2a6d4f9e7e9675b01ed6011
|
metadata/org.kknickkk.spider.yml
|
metadata/org.kknickkk.spider.yml
|
Categories:
- Connectivity
License: AGPL-3.0-or-later
SourceCode: https://github.com/nickdurante/Spider
IssueTracker: https://github.com/nickdurante/Spider/issues
AutoName: Spider
RepoType: git
Repo: https://github.com/nickdurante/Spider
Builds:
- versionName: 0.1.6
versionCode: 7
commit: v0.1.6
subdir: app
gradle:
- yes
- versionName: 0.1.8
versionCode: 9
commit: v0.1.8
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.1.8
CurrentVersionCode: 9
|
Categories:
- Connectivity
License: AGPL-3.0-or-later
SourceCode: https://github.com/nickdurante/Spider
IssueTracker: https://github.com/nickdurante/Spider/issues
AutoName: Spider
RepoType: git
Repo: https://github.com/nickdurante/Spider
Builds:
- versionName: 0.1.6
versionCode: 7
commit: v0.1.6
subdir: app
gradle:
- yes
- versionName: 0.1.8
versionCode: 9
commit: v0.1.8
subdir: app
gradle:
- yes
- versionName: 0.1.9
versionCode: 10
commit: v0.1.9
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.1.9
CurrentVersionCode: 10
|
Update Spider to 0.1.9 (10)
|
Update Spider to 0.1.9 (10)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
ea4ac7c66c551bd31975deff9a0a26911360a4b3
|
metadata/click.dummer.have_radiosion.yml
|
metadata/click.dummer.have_radiosion.yml
|
Categories:
- Multimedia
- Internet
License: GPL-3.0-only
AuthorName: deadlockz
WebSite: https://github.com/no-go/HaveRadiosion
SourceCode: https://github.com/no-go/HaveRadiosion
IssueTracker: https://github.com/no-go/HaveRadiosion/issues
Changelog: https://github.com/no-go/HaveRadiosion/releases
AutoName: HaveRadiosion
Description: |-
This app plays internet radio streams. The app is a fork of the WebRadio
app - but with a changed editor, a focus on rock music and a comic
music visualization. The design of the app has been renewed and some
new features and corrections have been added (night mode, power
saving, Notification Channel since android 8). By modifying the code
a backwards compatibility back to Android 4.1 was reached.
RepoType: git
Repo: https://github.com/no-go/HaveRadiosion.git
Builds:
- versionName: '2.4'
versionCode: 24
commit: v2.4
subdir: app
gradle:
- yes
- versionName: '2.5'
versionCode: 25
commit: v2.5
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '2.5'
CurrentVersionCode: 25
|
Categories:
- Multimedia
- Internet
License: GPL-3.0-only
AuthorName: deadlockz
WebSite: https://github.com/no-go/HaveRadiosion
SourceCode: https://github.com/no-go/HaveRadiosion
IssueTracker: https://github.com/no-go/HaveRadiosion/issues
Changelog: https://github.com/no-go/HaveRadiosion/releases
AutoName: HaveRadiosion
Description: |-
This app plays internet radio streams. The app is a fork of the WebRadio
app - but with a changed editor, a focus on rock music and a comic
music visualization. The design of the app has been renewed and some
new features and corrections have been added (night mode, power
saving, Notification Channel since android 8). By modifying the code
a backwards compatibility back to Android 4.1 was reached.
RepoType: git
Repo: https://github.com/no-go/HaveRadiosion.git
Builds:
- versionName: '2.4'
versionCode: 24
commit: v2.4
subdir: app
gradle:
- yes
- versionName: '2.5'
versionCode: 25
commit: v2.5
subdir: app
gradle:
- yes
- versionName: '2.6'
versionCode: 26
commit: v2.6
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '2.6'
CurrentVersionCode: 26
|
Update HaveRadiosion to 2.6 (26)
|
Update HaveRadiosion to 2.6 (26)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
d9e8541dbdb04a42e571f64795a2a52965d8a53b
|
default.conf.yaml
|
default.conf.yaml
|
- defaults:
link:
relink: true
create: true
force: true # We are opinionated.
- clean: ['~']
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [mkdir -p ~/.vim/temp_dirs/undodir, Crating vim undo dir]
- [bat cache --build, Updating bat syntax cache]
- link:
~/.config/bat: bat
~/.config/htop/htoprc: htop/htoprc
~/.dotfiles/.git/hooks/post-checkout: git/hooks/post-checkout
~/.dotfiles/.git/hooks/post-commit: git/hooks/post-commit
~/.dotfiles/.git/hooks/post-merge: git/hooks/post-merge
~/.gitconfig: git/config
~/.grc: grc
~/.gdbinit: gdb/gdbinit
~/.nanorc: nano/nanorc
~/.taskrc: taskwarrior/taskrc
~/.tmate.conf: tmate/tmate.conf
~/.tmux.conf: tmux/tmux.conf
~/.toprc : top/toprc
~/.vim/autoload: vim/autoload
~/.vim/templates: vim/templates
~/.vimrc: vim/vimrc
~/.zshrc: zsh/zshrc
~/bin/tm: tmux/tmux-menu
- shell:
- [printf "\n" | vim +PlugInstall +PlugUpdate +qall, Installing vim plugins]
|
- defaults:
link:
relink: true
create: true
force: true # We are opinionated.
- clean: ['~']
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [mkdir -p ~/.vim/temp_dirs/undodir, Crating vim undo dir]
- [bat cache --build, Updating bat syntax cache]
- link:
~/.config/bat: bat
~/.config/htop/htoprc: htop/htoprc
~/.dotfiles/.git/hooks/post-checkout: git/hooks/post-checkout
~/.dotfiles/.git/hooks/post-commit: git/hooks/post-commit
~/.dotfiles/.git/hooks/post-merge: git/hooks/post-merge
~/.gitconfig: git/config
~/.grc: grc
~/.gdbinit: gdb/gdbinit
~/.nanorc: nano/nanorc
~/.taskrc: taskwarrior/taskrc
~/.tmate.conf: tmate/tmate.conf
~/.tmux.conf: tmux/tmux.conf
~/.toprc : top/toprc
~/.vim/autoload: vim/autoload
~/.vim/templates: vim/templates
~/.vimrc: vim/vimrc
~/.zshrc: zsh/zshrc
~/.zshenv: zsh/config/paths.zsh # for non interactive commands
~/bin/tm: tmux/tmux-menu
- shell:
- [printf "\n" | vim +PlugInstall +PlugUpdate +qall, Installing vim plugins]
|
Add link from paths.zsh to .zshenv
|
Add link from paths.zsh to .zshenv
When using vscode, we don't import the .zshrc, and as such the custom
PATH specifying useful util locations such as $GOPATH/bin don't get set.
We can work around this by setting the appropriate path in the ~/.zshenv
Since I already only set the path in the one file, I can simply link it
directly.
|
YAML
|
mit
|
issmirnov/dotfiles,issmirnov/dotfiles,issmirnov/dotfiles,issmirnov/dotfiles
|
4e27e7bc2aa317d264b1deeee21f5a3f0b9d2b87
|
defaults/main.yml
|
defaults/main.yml
|
---
# Select one or the other
#artifactory_database: postgresql
artifactory_database: mysql
# defaults file for bbaassssiiee.artifactory
artifactory_version: "3.4.2"
artifactory_username: "artifactory"
artifactory_password: "password"
artifactory_license: oss
|
---
# Select one or the other
#artifactory_database: postgresql
artifactory_database: mysql
# defaults file for bbaassssiiee.artifactory
artifactory_version: "4.5.1"
artifactory_username: "artifactory"
artifactory_password: "password"
artifactory_license: oss
|
Update default Artifactory version to 4.5.1 (current release).
|
Update default Artifactory version to 4.5.1 (current release).
|
YAML
|
mit
|
bbaassssiiee/artifactory
|
212a586169fee638ff06d441b63df8646e44e4f8
|
ansible/roles/common/tasks/main.yml
|
ansible/roles/common/tasks/main.yml
|
---
- name: Ensure availability of base packages
apt: name={{ item }} state=present
with_items:
- cowsay
- curl
- figlet
- git
- git-svn
- htop
- jq
- maven
- netcat-openbsd
- openjdk-7-jdk
- realpath
- subversion
- tmux
- tree
- unattended-upgrades
- wget
- zsh
|
---
- name: Ensure availability of base packages
apt: name={{ item }} state=present
with_items:
- cowsay
- curl
- figlet
- git
- git-svn
- htop
- jq
- maven
- netcat-openbsd
- openjdk-7-jdk
- realpath
- subversion
- tmux
- tree
- unattended-upgrades
- wget
- zsh
- name: Enable vim as default editor
command: /usr/bin/update-alternatives --set editor /usr/bin/vim.basic
- name: Add cron for unattended-upgrades after reboot
cron: state=present job=/usr/bin/unattended-upgrades name='Upgrades after Reboot' reboot=yes
- name: Add cron for unattended-upgrades regularly
cron: state=present job=/usr/bin/unattended-upgrades name='Regular upgrades' hour=11 minute=0
|
Add cron for unattended upgrades
|
Add cron for unattended upgrades
|
YAML
|
mit
|
kiesel/box
|
e5a4eccad65ac140df14748248608b83cdfcf4dd
|
catalog/Documents_Reports/reporting.yml
|
catalog/Documents_Reports/reporting.yml
|
name: Reports & Spreadsheets
description: Tools for parsing spreadsheets and creating reports in multiple formats.
projects:
- activeadmin-axlsx
- acts_as_xlsx
- axlsx
- axlsx_rails
- caxlsx
- caxlsx_rails
- compendium
- creek
- dossier
- dynamic_reports
- excel_rails
- gnumeric
- goffice
- google-spreadsheet-ruby
- mk/reports_as_sparkline
- mondrian-olap
- odf-report
- oxcelix
- remote_table
- reportable
- reports_kit
- robust_excel_ole
- rods
- roo
- rspreadsheet
- rubyXL
- ruport
- schacon/munger
- sheets
- simple_xlsx_writer
- spreadsheet
- spreadsheet_architect
- spreadsheet_report
- statistics
- thinreports
- to_spreadsheet
- workbook
- wrap_excel
- write_xlsx
- write_xlsx_rails
- xlsx_drone
- xsv
|
name: Reports & Spreadsheets
description: Tools for parsing spreadsheets and creating reports in multiple formats.
projects:
- activeadmin-axlsx
- acts_as_xlsx
- axlsx
- axlsx_rails
- caxlsx
- caxlsx_rails
- compendium
- creek
- dossier
- dynamic_reports
- excel_rails
- fast_excel
- gnumeric
- goffice
- google-spreadsheet-ruby
- mk/reports_as_sparkline
- mondrian-olap
- odf-report
- oxcelix
- remote_table
- reportable
- reports_kit
- robust_excel_ole
- rods
- roo
- rspreadsheet
- rubyXL
- ruport
- schacon/munger
- sheets
- simple_xlsx_writer
- spreadsheet
- spreadsheet_architect
- spreadsheet_report
- statistics
- thinreports
- to_spreadsheet
- workbook
- wrap_excel
- write_xlsx
- write_xlsx_rails
- xlsx_drone
- xsv
|
Add fast_excel to Reports & Spreadsheets
|
Add fast_excel to Reports & Spreadsheets
|
YAML
|
mit
|
rubytoolbox/catalog
|
cb7de726cfe7808a315fe6c15dd7a9c2436cadf1
|
.kitchen.yml
|
.kitchen.yml
|
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-6.7
- name: centos-7.1
- name: debian-7.8
run_list: apt::default
- name: debian-8.1
run_list: apt::default
- name: fedora-22
run_list: yum::dnf_yum_compat
- name: fedora-23
run_list: yum::dnf_yum_compat
- name: ubuntu-12.04
run_list: apt::default
- name: ubuntu-14.04
run_list: apt::default
suites:
- name: default
run_list:
- recipe[iptables::default]
attributes:
iptables:
iptables_sysconfig:
IPTABLES_STATUS_VERBOSE: 'yes'
ip6tables_sysconfig:
IPTABLES_STATUS_VERBOSE: 'yes'
- name: rules
run_list:
- recipe[iptables::default]
- recipe[iptables_test::default]
- name: disabled
run_list:
- recipe[iptables::disabled]
|
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.11
- name: centos-6.7
- name: centos-7.2
- name: debian-7.9
run_list: apt::default
- name: debian-8.2
run_list: apt::default
- name: fedora-22
run_list: yum::dnf_yum_compat
- name: fedora-23
run_list: yum::dnf_yum_compat
- name: ubuntu-12.04
run_list: apt::default
- name: ubuntu-14.04
run_list: apt::default
suites:
- name: default
run_list:
- recipe[iptables::default]
attributes:
iptables:
iptables_sysconfig:
IPTABLES_STATUS_VERBOSE: 'yes'
ip6tables_sysconfig:
IPTABLES_STATUS_VERBOSE: 'yes'
- name: rules
run_list:
- recipe[iptables::default]
- recipe[iptables_test::default]
- name: disabled
run_list:
- recipe[iptables::disabled]
|
Update platforms to test on
|
Update platforms to test on
|
YAML
|
apache-2.0
|
chef-cookbooks/iptables,chef-cookbooks/iptables,opscode-cookbooks/iptables,chef-cookbooks/iptables,opscode-cookbooks/iptables,opscode-cookbooks/iptables
|
8d0a38b66016db5eba76aef0ed4e83de76436e9e
|
.kitchen.yml
|
.kitchen.yml
|
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
customize:
memory: 1024
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: ubuntu-10.04
run_list:
- recipe[apt::default]
- name: centos-6.4
- name: centos-5.9
suites:
- name: default
run_list:
- recipe[nagios::client]
|
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
customize:
memory: 512
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: ubuntu-10.04
run_list:
- recipe[apt::default]
- name: centos-6.4
- name: centos-5.9
suites:
- name: default
run_list:
- recipe[nagios::client]
|
Drop TK memory allocation for clients from 1024 -> 512
|
Drop TK memory allocation for clients from 1024 -> 512
Tested that this is still enough to compile the NRPE client. No need to allocate more than that since some people only have dev systems with 4GB ram.
|
YAML
|
apache-2.0
|
ChrisLundquist/nagios,bitmonk/chef-nagios,polamjag/nagios,popsikle/nagios-5.3.5,spudnic/nagios,spudnic/nagios,OpenGov/nagios,earzur/nagios,firebase/nagios,JulianNL/nagios,CanaryTek/nagios,polamjag/nagios,bitmonk/chef-nagios,spudnic/nagios,OpenGov/nagios,schubergphilis/nagios,spudnic/nagios,ChrisLundquist/nagios,ChrisLundquist/nagios,ovaistariq/nagios,aaronkvanmeerten/nagios,aaronkvanmeerten/nagios,caleb/nagios,firebase/nagios,Piousbox-cookbooks/nagios,OpenGov/nagios,mrlamroger/nagios,polamjag/nagios,popsikle/nagios-5.3.5,earzur/nagios,schubergphilis/nagios,JulianNL/nagios,JulianNL/nagios,firebase/nagios,mrlamroger/nagios,Piousbox-cookbooks/nagios,CanaryTek/nagios,mrlamroger/nagios,CanaryTek/nagios,Piousbox-cookbooks/nagios,aaronkvanmeerten/nagios,mrlamroger/nagios,bitmonk/chef-nagios,ovaistariq/nagios,earzur/nagios,ovaistariq/nagios,OpenGov/nagios,caleb/nagios,firebase/nagios,JulianNL/nagios,bitmonk/chef-nagios,schubergphilis/nagios,Piousbox-cookbooks/nagios
|
4333e4809b941144533fef9b814623a2c3a5d58e
|
.mergify.yml
|
.mergify.yml
|
pull_request_rules:
- name: "rebase unreviewed non-release PRs"
conditions:
- head~=^(?!(release|hotfix)).*$
- "#approved-reviews-by=0"
- "#changes-requested-reviews-by=0"
actions:
rebase: {}
- name: "merge non-release PRs with strict rebase"
conditions:
- head~=^(?!(release|hotfix)).*$
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
actions:
merge:
strict: true
strict_method: rebase
method: merge
- name: "merge release PRs with strict merge"
conditions:
- head~=^(release|hotfix).*$
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
actions:
merge:
strict: true
method: merge
- name: "delete PR branches after merge"
conditions:
- merged
actions:
delete_head_branch: {}
|
pull_request_rules:
- name: "rebase unreviewed non-release PRs"
conditions:
- "head~=^(?!(release|hotfix)).*$"
- "#approved-reviews-by=0"
- "#changes-requested-reviews-by=0"
actions:
rebase: {}
- name: "merge non-release PRs with strict rebase"
conditions:
- "head~=^(?!(release|hotfix)).*$"
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
actions:
merge:
strict: true
strict_method: rebase
method: merge
- name: "merge release PRs with strict merge"
conditions:
- "head~=^(release|hotfix).*$"
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
actions:
merge:
strict: true
method: merge
- name: "delete PR branches after merge"
conditions:
- merged
actions:
delete_head_branch: {}
|
Add quotes to escape other conditions
|
Add quotes to escape other conditions
to prevent any accidental yaml errors and unify all conditions to use quotes
|
YAML
|
agpl-3.0
|
retest/recheck,retest/recheck
|
535ddae684f88bc3627de20fac0245bb2e5815d7
|
.mocharc.yml
|
.mocharc.yml
|
# Mocha options
# https://mochajs.org/#configuring-mocha-nodejs
# https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.yml
spec:
- test/fixtures/setup-mocks.js
- test/fixtures/mocha-hooks.js
- test/specs/**/*.spec.js
bail: true
timeout: 10000
retries: 2
recursive: true
|
# Mocha options
# https://mochajs.org/#configuring-mocha-nodejs
# https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.yml
spec:
- test/fixtures/setup-mocks.js
- test/fixtures/mocha-hooks.js
- test/specs/**/*.spec.js
bail: true
timeout: 10000
slow: 2000
retries: 2
recursive: true
|
Increase the "slow" threshhold for tests
|
Increase the "slow" threshhold for tests
|
YAML
|
mit
|
BigstickCarpet/version-bump-prompt
|
cbee5e6a2c1364dcc4da853d41a64f0779722cf7
|
requirements.yml
|
requirements.yml
|
- name: composer
src: geerlingguy.composer
version: 1.2.7
- name: ntp
src: resmo.ntp
version: 0.3.0
- name: logrotate
src: nickhammond.logrotate
version: fc3ea4
- name: swapfile
src: kamaln7.swapfile
version: 0.4
- src: geerlingguy.daemonize
version: 1.1.0
- name: mailhog
src: geerlingguy.mailhog
version: 1.1.0
|
- name: composer
src: geerlingguy.composer
version: 1.5.0
- name: ntp
src: resmo.ntp
version: 0.3.0
- name: logrotate
src: nickhammond.logrotate
version: e7a498d
- name: swapfile
src: kamaln7.swapfile
version: 0.4
- src: geerlingguy.daemonize
version: 1.1.1
- name: mailhog
src: geerlingguy.mailhog
version: 1.1.0
|
Update galaxy roles: composer, logrotate, daemonize
|
Update galaxy roles: composer, logrotate, daemonize
|
YAML
|
mit
|
kalenjohnson/trellis,newtonne/trellis,pressbooks/trellis,Twansparant/trellis-db-sync,roots/trellis,buluma/trellis,cimocimocimo/cimo-wordpress-server,alan-c/trellis,partounian/trellis,mAAdhaTTah/bedrock-ansible,mAAdhaTTah/bedrock-ansible,NicBeltramelli/trellis,fullyint/trellis,roots/bedrock-ansible,newtonne/trellis,jeffstieler/bedrock-ansible,cimocimocimo/cimo-wordpress-server,newtonne/trellis,buluma/trellis,mAAdhaTTah/bedrock-ansible,partounian/trellis,roots/trellis,proteusthemes/pt-ops,partounian/trellis,pressbooks/trellis,alan-c/trellis,buluma/trellis,proteusthemes/pt-ops,mAAdhaTTah/bedrock-ansible,Twansparant/trellis-db-sync,kalenjohnson/trellis,jeffstieler/bedrock-ansible,buluma/trellis,fullyint/trellis,fullyint/trellis,partounian/trellis,proteusthemes/pt-ops,jeffstieler/bedrock-ansible,fullyint/trellis,roots/bedrock-ansible,NicBeltramelli/trellis,NicBeltramelli/trellis,cimocimocimo/cimo-wordpress-server,Twansparant/trellis-db-sync,cimocimocimo/cimo-wordpress-server,kalenjohnson/trellis,NicBeltramelli/trellis,kalenjohnson/trellis,Twansparant/trellis-db-sync
|
94a02cba5e4cf0a8a30ec0a39c1808bb17031b94
|
.buildkite/trigger.yml
|
.buildkite/trigger.yml
|
steps:
- label: ':coverage: Test Photon'
trigger: 'prisma2-test'
- label: ':flashlight: Publish Photon'
trigger: 'prisma2-publish'
if: |
// Only run on master branch
// More docs here https://buildkite.com/docs/pipelines/conditionals
build.branch == 'master'
- wait
|
steps:
- label: ':coverage: Test Prisma Client JS'
trigger: 'prisma2-test'
- label: ':flashlight: Publish Prisma Client JS'
trigger: 'prisma2-publish'
if: |
// Only run on master branch
// More docs here https://buildkite.com/docs/pipelines/conditionals
build.branch == 'master'
- wait
|
Rename Photon to Prisma Client JS in buildkite
|
Rename Photon to Prisma Client JS in buildkite
Former-commit-id: 3d108df77d4debff01709241dff4e2b1ffaf47f3
Former-commit-id: bae51270a2713fd4382a874e296642ec66bebabe
|
YAML
|
apache-2.0
|
prisma/prisma,prisma/prisma,prisma/prisma
|
30382d2adc7dbdc522df13030aaf557e384d35c6
|
.dependabot/config.yml
|
.dependabot/config.yml
|
# c.f. https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "daily"
default_assignees:
- sue445
allowed_updates:
- match:
# Disable. Only top-level dependencies (and security patches for subdependencies)
update_type: "all"
automerged_updates:
- match:
dependency_type: "development"
update_type: "all"
- match:
dependency_type: "production"
update_type: "semver:patch"
- match:
dependency_name: "rubocop"
update_type: "all"
# Enable. Only lockfile updates (ignore updates that require Gemfile changes)
version_requirement_updates: "off"
|
# c.f. https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "daily"
default_assignees:
- sue445
allowed_updates:
- match:
# Disable. Only top-level dependencies (and security patches for subdependencies)
update_type: "all"
automerged_updates:
- match:
dependency_type: "development"
update_type: "all"
- match:
dependency_type: "production"
update_type: "semver:patch"
- match:
dependency_name: "rubocop*"
update_type: "all"
# Enable. Only lockfile updates (ignore updates that require Gemfile changes)
version_requirement_updates: "off"
|
Allow auto merge for rubocop-xxx
|
Allow auto merge for rubocop-xxx [ci skip]
|
YAML
|
mit
|
sue445/rubicure_api,sue445/rubicure_api,sue445/rubicure_api
|
cbc3707b9d8479c79a054e2db664fe7decd15868
|
.forestry/settings.yml
|
.forestry/settings.yml
|
---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
|
---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: img
public_path: "/img"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
vxav/vxav.github.io,vxav/vxav.github.io,vxav/vxav.github.io
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.