commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
e665e794003173cfba6e850b03b5ba3149101150 | .forestry/front_matter/templates/person.yml | .forestry/front_matter/templates/person.yml | ---
label: person
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Name
- name: sub_heading
label: Sub Heading
type: text
hidden: false
default: ''
- type: file
label: Thumbnail
name: thumbnail
description: 'Square image, Max 500 pixels '
- type: tag_list
label: Roles
nam... | ---
label: person
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Name
- name: sub_heading
label: Sub Heading
type: text
hidden: false
default: ''
- type: file
label: Thumbnail
name: thumbnail
description: 'Square image, Max 500 pixels '
- type: tag_list
label: Roles
nam... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | panoptes/panoptes.github.io,panoptes/panoptes.github.io,panoptes/panoptes.github.io |
690ca765fc03b9252bc15e589fbce8f3d2b4c283 | metadata/taco.scoop.yml | metadata/taco.scoop.yml | Categories:
- System
- Development
License: Apache-2.0
SourceCode: https://github.com/TacoTheDank/Scoop
IssueTracker: https://github.com/TacoTheDank/Scoop/issues
Changelog: https://github.com/TacoTheDank/Scoop/releases
AutoName: Scoop
RepoType: git
Repo: https://github.com/TacoTheDank/Scoop
Builds:
- versionNa... | Categories:
- System
- Development
License: Apache-2.0
SourceCode: https://github.com/TacoTheDank/Scoop
IssueTracker: https://github.com/TacoTheDank/Scoop/issues
Changelog: https://github.com/TacoTheDank/Scoop/releases
AutoName: Scoop
RepoType: git
Repo: https://github.com/TacoTheDank/Scoop
Builds:
- versionNa... | Update Scoop to 2.3.0 (30) | Update Scoop to 2.3.0 (30)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
4bd7ad6e17701a84e30e4ef3c494b032e15f673f | model/actual_group.yaml | model/actual_group.yaml | # Copyright 2019 Alain Dargelas
#
# 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... | # Copyright 2019 Alain Dargelas
#
# 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... | Add parameter to actual group | Add parameter to actual group
| YAML | apache-2.0 | chipsalliance/UHDM,chipsalliance/UHDM,chipsalliance/UHDM |
ca6d22343f61d4154cba1257a7366ce4ff462780 | .github/workflows/cdaf.yml | .github/workflows/cdaf.yml | name: CDAF Targetless CD using hosted agent
# This workflow is triggered on pushes to the repository.
on: [push]
jobs:
build:
name: Execute all steps on Single Agent
runs-on: windows-latest
env:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
COMPOSE_KEEP: yes
steps:
- n... | name: CDAF Targetless CD using hosted agent
# This workflow is triggered on pushes to the repository.
on: [push]
jobs:
build:
name: Execute all steps on Single Agent
runs-on: windows-latest
env:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
COMPOSE_KEEP: yes
steps:
- n... | Use Powershell desktop, not core which is default when not defined | Use Powershell desktop, not core which is default when not defined | YAML | apache-2.0 | cdaf/cbe,Semprini/cbe,Semprini/cbe,cdaf/cbe |
048d2b804f88bf2bb55bee91ad27c25e3fb68648 | .github/workflows/main.yml | .github/workflows/main.yml | # Action was shamelessly copied from here: https://stackoverflow.com/a/64311970
name: github pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
py... | # Action was shamelessly copied from here: https://stackoverflow.com/a/64311970
name: github pages
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
wit... | Add master branch as a branch to build updates on | Add master branch as a branch to build updates on | YAML | apache-2.0 | LoyolaChicagoCS/coursedescriptions,LoyolaChicagoCS/coursedescriptions,LoyolaChicagoCS/coursedescriptions |
0d1fe14e9e98c91cee22e9e62dcd9dc958227abb | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
... | name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
... | Set CI php version to 7.4 | Set CI php version to 7.4
| YAML | mit | t1gor/Robots.txt-Parser-Class |
7f426e644653ed447b30f526c8e4f050eb66b86a | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.5', '2.6', '2.7', '3.0' ]
minimal: [ false, true ]
name: Ruby ${{ matrix.ruby }} tests, minimal=${{ matrix.minimal }}
steps:
- uses: actions/checkout@v2
- name: Setup ... | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.5', '2.6', '2.7', '3.0' , '3.1']
minimal: [ false, true ]
name: Ruby ${{ matrix.ruby }} tests, minimal=${{ matrix.minimal }}
steps:
- uses: actions/checkout@v2
- name:... | Add Ruby 3.1 to the CI matrix | Add Ruby 3.1 to the CI matrix
| YAML | mit | byroot/frozen_record |
e8bcb4439ed9dd597f1cbf3e5200f43e5456e246 | .github/workflows/main.yml | .github/workflows/main.yml | # This is a basic workflow to help you get started with Actions
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actio... | # This is a basic workflow to help you get started with Actions
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actio... | Update actions/setup-node action to v3.4.0 | Update actions/setup-node action to v3.4.0 | YAML | apache-2.0 | pubkey/async-test-util |
306c24eab8e3a55bd630a63d44945bffab25ee4c | .github/workflows/rust.yml | .github/workflows/rust.yml | name: Rust
on:
push:
branches:
- master
pull_request: {}
jobs:
check-format:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
clippy:
runs-on: ubuntu-18.04
steps:
- uses: action... | name: Rust
on:
push:
branches:
- master
pull_request: {}
jobs:
check-format:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
clippy:
runs-on: ubuntu-18.04
steps:
- uses: action... | Add Action setting for build and deploy cargo doc | Add Action setting for build and deploy cargo doc
| YAML | mit | termoshtt/ndarray-linalg |
418e8f57d900f7752b2c95f5f1a340614cd15a31 | .github/workflows/rust.yml | .github/workflows/rust.yml | name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
strategy:
fast-fail: false
matrix:
rust: [stable, beta, nightly]
steps:
- uses: actions/checkout@v2
- name: Install Ru... | name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
| Revert "Add more tests to the CI" | Revert "Add more tests to the CI"
| YAML | mit | mvdnes/spin-rs |
6e43951c677e2378f12c101b83d3f658de3d3b0f | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
strategy:
matrix:
php-versions: ['5.6', '7.4', '8.0', '8.1']
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP with Xdebug
uses:... | name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
strategy:
matrix:
php-versions: ['5.6', '7.4', '8.0', '8.1']
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP with Xdebug
uses:... | Use matrix of PHP versions. | Use matrix of PHP versions.
| YAML | mit | Dreamseer/php-shorten |
4329d92b540b0973f606b707a28e12001dc0e603 | install_files/ansible-base/roles/common/tasks/from_fpf_repo_install_grsec.yml | install_files/ansible-base/roles/common/tasks/from_fpf_repo_install_grsec.yml | ---
# The ubuntu motd include displaying some system load averages.
# this causes a grsec: From 10.0.2.2: denied RWX mmap of <anonymous mapping>
# by /usr/bin/landscape-sysinfo[landscape-sysin:3393] uid/euid:0/0
# gid/egid:0/0, parent
# /usr/share/landscape/landscape-sysinfo.wrapper[50-landscape-sy:3386]
# ... | ---
# The ubuntu motd include displaying some system load averages.
# this causes a grsec: From 10.0.2.2: denied RWX mmap of <anonymous mapping>
# by /usr/bin/landscape-sysinfo[landscape-sysin:3393] uid/euid:0/0
# gid/egid:0/0, parent
# /usr/share/landscape/landscape-sysinfo.wrapper[50-landscape-sy:3386]
# ... | Increase grsec install timeout to 5min | Increase grsec install timeout to 5min
| YAML | agpl-3.0 | mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream |
8b29120ef6ae55084b8a24d554c002e442613bce | .reek.yml | .reek.yml | ---
detectors:
IrresponsibleModule:
enabled: false
UncommunicativeModuleName:
enabled: false
TooManyMethods:
max_methods: 10
exclude:
- "Test"
TooManyStatements:
max_statements: 15
exclude:
- "Test"
UtilityFunction:
exclude:
- "Test"
TooManyConstants:
e... | ---
detectors:
IrresponsibleModule:
enabled: false
UncommunicativeModuleName:
enabled: false
UncommunicativeVariableName:
accept_key: ['e']
TooManyMethods:
max_methods: 10
exclude:
- "Test"
TooManyStatements:
max_statements: 15
exclude:
- "Test"
UtilityFunction:
... | Add standard rescue variable to the Reek rule exceptions | Add standard rescue variable to the Reek rule exceptions
| YAML | mit | dreikanter/feeder,dreikanter/feeder,dreikanter/feeder |
2ba876c75caf28d3902c029d6d91c6fd1f061f34 | jenkins/ci.suse.de/templates/cloud-mkcloud-job-upgrade-nondisruptive-ha-without-nodes-upgrade-template.yaml | jenkins/ci.suse.de/templates/cloud-mkcloud-job-upgrade-nondisruptive-ha-without-nodes-upgrade-template.yaml | - job-template:
name: 'cloud-mkcloud{version}-job-upgrade-nondisruptive-ha-without-nodes-upgrade-{arch}'
node: cloud-trigger
triggers:
- timed: '32 22 * * *'
logrotate:
numToKeep: -1
daysToKeep: 7
builders:
- trigger-builds:
- project: openstack-mkcloud
c... | - job-template:
name: 'cloud-mkcloud{version}-job-upgrade-nondisruptive-ha-without-nodes-upgrade-{arch}'
node: cloud-trigger
triggers:
- timed: '32 22 * * *'
logrotate:
numToKeep: -1
daysToKeep: 7
builders:
- trigger-builds:
- project: openstack-mkcloud
c... | Remove testsetup from job that does not upgrade nodes | Remove testsetup from job that does not upgrade nodes
Wit this job, just admin server is installed, and nodes
do not even have Cloud7 repositories set up.
| YAML | apache-2.0 | gosipyan/automation,aspiers/automation,aspiers/automation,gosipyan/automation,vmoravec/automation,vmoravec/automation,gosipyan/automation,SUSE-Cloud/automation,gosipyan/automation,SUSE-Cloud/automation,vmoravec/automation,aspiers/automation,SUSE-Cloud/automation,aspiers/automation,vmoravec/automation,SUSE-Cloud/automat... |
dee889de1f38f7fa41d3c41f83574acce2df95bf | .github/workflows/main.yml | .github/workflows/main.yml | name: main
on: [push]
jobs:
check-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.10', 'pypy3.8']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip in... | name: main
on: [push]
jobs:
check-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.10', 'pypy3.8']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip in... | Remove redundant poetry run in action | Remove redundant poetry run in action
| YAML | mit | bbc2/shuffled |
e96282ad2f4cd9c3576e81a5a4df53dc66c84b8f | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
unit_tests:
name: Unit Tests
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install Gem Dependencies
run: bundle install
- name: Run UnitTests
... | name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_11.3.app/Contents/Developer
unit_tests:
name: Unit Tests
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install... | Use Xcode 11.3 with env | Use Xcode 11.3 with env
Found here: https://github.community/t5/GitHub-Actions/Selecting-an-Xcode-version/m-p/32340#M1092 | YAML | mit | criticalmaps/criticalmaps-ios,criticalmaps/criticalmaps-ios,headione/criticalmaps-ios,criticalmaps/criticalmaps-ios |
19190fdfd3ca3d370594d4a2bc2a6e56436d06b3 | .github/workflows/main.yml | .github/workflows/main.yml | name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: go build -v ... | name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.18', '1.17', '1.13' ]
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
... | Add min supported and two most recent Go versions to workflow | Add min supported and two most recent Go versions to workflow
| YAML | mit | jstemmer/go-junit-report |
400366786683ebe7f20a40fcabb5ffd32b3fc3f8 | .github/workflows/main.yml | .github/workflows/main.yml | name: Tests & Linting
on: push
jobs:
run:
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4']
fail-fast: false
name: PHP ${{ matrix.php-versions }}
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
- name: Setup PHP
uses: s... | name: Tests & Linting
on: push
jobs:
run:
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4']
fail-fast: false
name: PHP ${{ matrix.php-versions }}
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
- name: Setup PHP
uses: shivammat... | FIX indentation in GitHub actions config | FIX indentation in GitHub actions config
| YAML | mit | dxw/whippet,dxw/whippet,dxw/whippet |
d32fc43c89ece844d909110794eb0fbfc2ccaade | .github/workflows/ruby.yml | .github/workflows/ruby.yml | name: CI
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
ruby: [ '2.3.x', '2.4.x', '2.5.x', '2.6.x' ]
fail-fast: false
name: Ruby ${{ matrix.ruby }} ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name:... | name: CI
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
ruby: [ '2.4.x', '2.5.x', '2.6.x' ]
fail-fast: false
name: Ruby ${{ matrix.ruby }} ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Set up R... | Remove Ruby 2.3, Windows doesn't have it | Remove Ruby 2.3, Windows doesn't have it
| YAML | mit | dentarg/dyno_metadata |
2a231cb8eff78364607dc5c64728963af0e7061e | .github/workflows/ruby.yml | .github/workflows/ruby.yml | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see... | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see... | Add Ruby 3.1 to the CI matrix | Add Ruby 3.1 to the CI matrix
Also removes an unneeded bundle install step
| YAML | mit | fog/fog-aws,fog/fog-aws,fog/fog-aws |
aad0896da532dd4ee3aab964f8f296fddeb56c35 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4']
name: PHP ${{ matrix.php }}
... | name: Test
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4', '8.0']
name: PHP ${{ matrix.... | Enable PHP 8.0 in GitHub actions | Enable PHP 8.0 in GitHub actions
| YAML | mit | zicht/itertools,zicht/itertools |
24cf6479c8b3cd0c8b17974e85f013dd1efe6975 | templates/install/ansible/roles/address_controller_multitenant/tasks/main.yml | templates/install/ansible/roles/address_controller_multitenant/tasks/main.yml | ---
- name: Ensure user has cluster admin access
shell: oc policy can-i create clusterroles
register: is_admin
failed_when: is_admin.stdout == "no"
- name: Create cluster wide roles used by enmasse-admin service account
shell: oc apply -n {{ namespace }} -f {{ playbook_dir }}/templates/cluster-roles.yaml
- name... | ---
- name: Ensure user has cluster admin access
shell: oc policy can-i create clusterroles
register: is_admin
failed_when: is_admin.stdout == "no"
- name: Create cluster wide roles used by enmasse-admin service account
shell: oc apply -n {{ namespace }} -f {{ playbook_dir }}/templates/cluster-roles.yaml
- name... | Add missing role grants for multitenant address controller | Add missing role grants for multitenant address controller
| YAML | apache-2.0 | jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse |
d0333f1e85efe7f12519c6167063dc577aba960a | packages/ea/earcut.yaml | packages/ea/earcut.yaml | homepage: https://github.com/reanimate/earcut
changelog-type: markdown
hash: 275cfb46de72c157ee7ede4c9e57ebf1919a3d7c2449c64326311bfb6e6f7b9b
test-bench-deps: {}
maintainer: lemmih@gmail.com
synopsis: Binding to C++ earcut library.
changelog: |
# Revision history for earcut
## 0.1.0.0 -- YYYY-mm-dd
* First vers... | homepage: https://github.com/reanimate/earcut
changelog-type: markdown
hash: e45d12697d838b423ef886de610feb2ba18a3ccf2b055d9c6d975e8aa68f860b
test-bench-deps: {}
maintainer: lemmih@gmail.com
synopsis: Binding to C++ earcut library.
changelog: |
# Revision history for earcut
## 0.1.0.0 -- YYYY-mm-dd
* First vers... | Update from Hackage at 2020-05-09T07:51:11Z | Update from Hackage at 2020-05-09T07:51:11Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a38be58065975f810ce89c9adef638f1fe142064 | setup.yml | setup.yml | ---
- name: playbook to set up FiPy
hosts: local
connection: local
vars:
local_home: "{{ lookup('env', 'HOME') }}"
anaconda_path: "{{ local_home }}/anaconda"
fipy_path: "{{ local_home}}/git/fipy "
tasks:
- name: download miniconda
get_url:
url: https://repo.... | ---
- name: playbook to set up FiPy
hosts: local
connection: local
vars:
local_home: "{{ lookup('env', 'HOME') }}"
anaconda_path: "{{ local_home }}/anaconda"
fipy_path: "{{ local_home}}/git/fipy "
tasks:
- name: apt-get installs
apt:
name: "{{ item }}"
... | Add g++ prerequisite for skfmm | Add g++ prerequisite for skfmm
| YAML | mit | wd15/fipy-dockerize,wd15/mdc-dockerize |
b593da6228d9700c6c4720c796ac9eb56e7b0704 | _data/main.yml | _data/main.yml | sections:
- id: backup
title: Backup and Sync
icon: hdd
- id: banking
title: Banking
icon: dollar
- id: cloud
title: Cloud Computing
icon: cloud
- id: communication
title: Communication
icon: chat
- id: bitcoin
title: Cryptocurrencies
icon: bitcoin
- id: develope... | sections:
- id: backup
title: Backup and Sync
icon: disk outline
- id: banking
title: Banking
icon: dollar
- id: cloud
title: Cloud Computing
icon: cloud
- id: communication
title: Communication
icon: chat
- id: bitcoin
title: Cryptocurrencies
icon: bitcoin
- id:... | Add backup & identity manager logo | Add backup & identity manager logo
| YAML | mit | vgarmash/twofactorauth,jdavis/twofactorauth,hilliuse/twofactorauth,Jawshy/twofactorauth,RichJeanes/twofactorauth,RichJeanes/twofactorauth,marcryan/twofactorauth,jtamplin/twofactorauth,seitsu/twofactorauth,NormandLemay/twofactorauth,mark-adams/twofactorauth,baileybasiscode/twofactorauth,rugk/twofactorauth,rugk/twofactor... |
26f43ee3fd5997524af1cbc6db191b92638cf763 | config/mongoid.yml | config/mongoid.yml | development:
clients:
default:
# MONGODB_URI includes draft_content_store_development or content_store_development
# depending on whether we're running content store in draft mode or not.
uri: <%= ENV['MONGODB_URI'] || 'mongodb://localhost/content_store_development' %>
options:
wri... | development:
clients:
default:
# MONGODB_URI includes draft_content_store_development or content_store_development
# depending on whether we're running content store in draft mode or not.
uri: <%= ENV['MONGODB_URI'] || 'mongodb://localhost/content_store_development' %>
options:
wri... | Use the `nearest` read mode for MongoDB | Use the `nearest` read mode for MongoDB
The Content Store is a read heavy application, as it only processes
writes when things change, but it's constantly serving the frontend
applications with data.
This can be seen in the load on the MongoDB machines, currently the
primary gets off lightly with a low load, and the ... | YAML | mit | alphagov/content-store,alphagov/content-store |
d6f77ca2e99b512f5b9e1e212fc28efe4edd55c1 | metadata/com.dev.xavier.tempusromanum.yml | metadata/com.dev.xavier.tempusromanum.yml | Categories:
- Time
License: Apache-2.0
SourceCode: https://github.com/xavierfreyburger/tempus-romanum
IssueTracker: https://github.com/xavierfreyburger/tempus-romanum/issues
Donate: https://www.paypal.me/XavierFreyburger
AutoName: Tempus Romanum
Description: |-
Tempus Romanum provides a simple tool to generate d... | Categories:
- Time
License: Apache-2.0
SourceCode: https://github.com/xavierfreyburger/tempus-romanum
IssueTracker: https://github.com/xavierfreyburger/tempus-romanum/issues
Donate: https://www.paypal.me/XavierFreyburger
AutoName: Tempus Romanum
Description: |-
Tempus Romanum provides a simple tool to generate d... | Update Tempus Romanum to 2.2.0 (220) | Update Tempus Romanum to 2.2.0 (220)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
88143cf71aeb141e8dc2775e49c5df0863134da3 | metadata/me.hackerchick.raisetoanswer.yml | metadata/me.hackerchick.raisetoanswer.yml | Categories:
- Phone & SMS
License: MIT
SourceCode: https://github.com/TheLastProject/RaiseToAnswer
IssueTracker: https://github.com/TheLastProject/RaiseToAnswer/issues
AutoName: Raise To Answer
RepoType: git
Repo: https://github.com/TheLastProject/RaiseToAnswer.git
Builds:
- versionName: 1.3.4
versionCode: 9... | Categories:
- Phone & SMS
License: MIT
SourceCode: https://github.com/TheLastProject/RaiseToAnswer
IssueTracker: https://github.com/TheLastProject/RaiseToAnswer/issues
AutoName: Raise To Answer
RepoType: git
Repo: https://github.com/TheLastProject/RaiseToAnswer.git
Builds:
- versionName: 1.3.4
versionCode: 9... | Update Raise To Answer to 2.0.1 (12) | Update Raise To Answer to 2.0.1 (12)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ce39dbac56123354576d2c31674e1b18535b0111 | environments/neutron-ovs-dvr.yaml | environments/neutron-ovs-dvr.yaml | # A Heat environment file that enables DVR in the overcloud.
# This works by configuring L3 and Metadata agents on the
# compute nodes.
resource_registry:
OS::TripleO::Services::ComputeNeutronL3Agent: ../puppet/services/neutron-l3-compute-dvr.yaml
OS::TripleO::Services::ComputeNeutronMetadataAgent: ../puppet/servic... | # A Heat environment file that enables DVR in the overcloud.
# This works by configuring L3 and Metadata agents on the
# compute nodes.
resource_registry:
OS::TripleO::Services::ComputeNeutronL3Agent: ../puppet/services/neutron-l3-compute-dvr.yaml
OS::TripleO::Services::ComputeNeutronMetadataAgent: ../puppet/servic... | Set NeutronL3HA to false when deploying DVR | Set NeutronL3HA to false when deploying DVR
This patch sets NeutronL3HA to false when the DVR environment is
included on deployment. L3 HA isn't supported with DVR routers and is
disabled by defaults in our templates but upgrading users might have it
enabled in their existing overclouds. Including the setting here wi... | YAML | apache-2.0 | trozet/opnfv-tht,openstack/tripleo-heat-templates,openstack/tripleo-heat-templates,dprince/tripleo-heat-templates,dprince/tripleo-heat-templates,trozet/opnfv-tht,trozet/opnfv-tht |
d8fdef63ac6a68f85f4cbb881b323d63462b8745 | .pyup.yml | .pyup.yml | # PyUp config
# https://pyup.io/docs/bot/config/
# Check dependencies in _only_ requirements-app and requirements-dev, and open PRs with PyUp prefix.
search: False
schedule: "every week on sunday"
requirements:
- requirements-app.txt:
update: all
pin: True
- requirements-dev.txt:
update: all
... | # PyUp config
# https://pyup.io/docs/bot/config/
# Check dependencies in _only_ requirements-app, and open PRs with PyUp prefix.
search: False
schedule: "every week on sunday"
requirements:
- requirements-app.txt:
update: all
pin: True
- requirements-dev.txt:
update: False
pin: True
-... | Remove test requirements from PyUp | Remove test requirements from PyUp
| YAML | mit | alphagov/digitalmarketplace-search-api,alphagov/digitalmarketplace-search-api |
67e5ad1953971e11e33fa9e41b737a66134c663d | .pyup.yml | .pyup.yml | # PyUp config
# https://pyup.io/docs/bot/config/
# Check dependencies in _only_ requirements-app, and open PRs with PyUp prefix.
search: False
schedule: "every week on sunday"
requirements:
- requirements-app.txt:
update: all
pin: True
- requirements-dev.txt:
update: False
pin: True
-... | # PyUp config
# https://pyup.io/docs/bot/config/
# Check dependencies in _only_ requirements-app, and open PRs with PyUp prefix.
search: False
schedule: "every week on sunday"
requirements:
- requirements.in:
update: all
pin: True
- requirements-dev.in:
update: False
pin: True
- requi... | Update PyUp configuration for pip-tools | Update PyUp configuration for pip-tools
| YAML | mit | alphagov/digitalmarketplace-buyer-frontend,alphagov/digitalmarketplace-buyer-frontend,alphagov/digitalmarketplace-buyer-frontend,alphagov/digitalmarketplace-buyer-frontend |
ff7a2200af5fb65b68a8e149c8fc0e8188d9b0ca | .zuul.yml | .zuul.yml | name: Ahoy.js
ui: tape
html: test/template.html
scripts:
- dist/ahoy.js
- test/test_helper.js
browsers:
- name: chrome
version: latest
- name: safari
version: latest
- name: ie
version: latest
| name: Ahoy.js
ui: tape
html: test/template.html
scripts:
- dist/ahoy.js
- test/test_helper.js
browsers:
- name: chrome
version: latest
- name: safari
version: latest
# - name: ie
# version: latest
| Disable IE tests for now | Disable IE tests for now
| YAML | mit | ankane/ahoy.js,ankane/ahoy.js |
05532e1ac7ccb377070f611848cbd46e6b78a24b | ci/config.yaml | ci/config.yaml | checks:
required_workflows:
main.yaml: False
rebuild.yaml: False
versions:
rebuild: False
codespell:
ignore_re:
- ^contribs/gmf/test/spec/data/themescapabilities\.js$
- ^contribs/gmf/test/spec/data/themes\.js$
- ^buildtools/asitvd.capabilities\.xml$
- ^examples/measure\.js$... | # yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/master/c2cciutils/schema.json
checks:
required_workflows:
main.yaml: False
rebuild.yaml: False
versions:
rebuild: False
codespell:
ignore_re:
- ^contribs/gmf/test/spec/data/themescapabilities\.js$
... | Add package on witch one we will ignore the CVE | Add package on witch one we will ignore the CVE
| YAML | mit | camptocamp/ngeo,camptocamp/ngeo,camptocamp/ngeo,camptocamp/ngeo,camptocamp/ngeo |
c4d79899bf93d1400680a9de1d5780f36eb01c2b | metadata/de.spiritcroc.darkcroc.substratum.yml | metadata/de.spiritcroc.darkcroc.substratum.yml | Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/SpiritCroc/DarkCroc-Android-theme
IssueTracker: https://github.com/SpiritCroc/DarkCroc-Android-theme/issues
Changelog: https://github.com/SpiritCroc/DarkCroc-Android-theme/releases
Summary: A dark Substratum theme targeting Android 9+
Descripti... | Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/SpiritCroc/DarkCroc-Android-theme
IssueTracker: https://github.com/SpiritCroc/DarkCroc-Android-theme/issues
Changelog: https://github.com/SpiritCroc/DarkCroc-Android-theme/releases
AutoName: DarkCroc Theme
Summary: A dark Substratum theme targe... | Set autoname of DarkCroc Theme | Set autoname of DarkCroc Theme
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
005225cd1f78462c13d43ac2c1ea067d0d2c0d55 | site/en/performance/_toc.yaml | site/en/performance/_toc.yaml | toc:
- title: Performance
path: /performance/
- title: Performance guide
path: /performance/performance_guide
- title: Input pipeline performance guide
path: /performance/datasets_performance
- title: Benchmarks
path: /performance/benchmarks
- heading: Model optimization toolkit
- title: Model optimization
p... | toc:
- title: Performance
path: /performance/
- title: Performance guide
path: /performance/performance_guide
- title: Input pipeline performance guide
path: /performance/datasets_performance
- title: Benchmarks
path: /performance/benchmarks
- heading: Model optimization toolkit
- title: Model optimization
p... | Remove navigation link for quantization aware training. | Remove navigation link for quantization aware training.
| YAML | apache-2.0 | tensorflow/docs,tensorflow/docs-l10n,tensorflow/docs,tensorflow/docs |
042858d98a77a8b3875fd00f9bccacf996a47a62 | vitrage/tests/resources/templates/general/host_high_cpu_load_to_instance_cpu_suboptimal.yaml | vitrage/tests/resources/templates/general/host_high_cpu_load_to_instance_cpu_suboptimal.yaml | metadata:
name: host_high_cpu_load_to_instance_cpu_suboptimal
definitions:
entities:
- entity:
category: ALARM
type: HOST_HIGH_CPU_LOAD
template_id: alarm1
- entity:
category: ALARM
type: VM_CPU_SUBOPTIMAL_PERFORMANCE
template_id: alarm2
- entity:
category: RESOURCE
type:... | metadata:
name: host_high_cpu_load_to_instance_cpu_suboptimal
definitions:
entities:
- entity:
category: ALARM
name: HOST_HIGH_CPU_LOAD
template_id: alarm1
- entity:
category: ALARM
name: VM_CPU_SUBOPTIMAL_PERFORMANCE
template_id: alarm2
- entity:
category: RESOURCE
type:... | Fix error in tests example | Fix error in tests example
Change-Id: I93ec441dcfcab11c08b98c36e2964600a2d4dcf5
| YAML | apache-2.0 | openstack/vitrage,openstack/vitrage,openstack/vitrage |
97e5a7e63fa5776358f49490de5c9533a4ed0aa7 | packages/li/liquidhaskell-cabal-demo.yaml | packages/li/liquidhaskell-cabal-demo.yaml | homepage: https://github.com/spinda/liquidhaskell-cabal-demo#readme
changelog-type: ''
hash: cd6cfc54e1eb79c01bcb2b4db39e24cd9c6a7b742c03d5004dda9abcf9157d76
test-bench-deps: {}
maintainer: Michael Smith <michael@spinda.net>
synopsis: Demo of Liquid Haskell integration for Cabal and stack
changelog: ''
basic-deps:
ba... | homepage: https://github.com/spinda/liquidhaskell-cabal-demo#readme
changelog-type: ''
hash: cd6cfc54e1eb79c01bcb2b4db39e24cd9c6a7b742c03d5004dda9abcf9157d76
test-bench-deps: {}
maintainer: Michael Smith <michael@spinda.net>
synopsis: Demo of Liquid Haskell integration for Cabal and stack
changelog: ''
basic-deps:
ba... | Update from Hackage at 2019-04-12T23:36:39Z | Update from Hackage at 2019-04-12T23:36:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3a894f71a3017139af1c7d533f4ba9a312a80323 | osa/playbooks/roles/known_hosts/tasks/main.yml | osa/playbooks/roles/known_hosts/tasks/main.yml | ---
# Copyright 2016 IBM Corp.
#
# 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 la... | ---
# Copyright 2016 IBM Corp.
#
# 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 la... | Fix Ubuntu 16.04 incompatibility with ssh-keyscan | Fix Ubuntu 16.04 incompatibility with ssh-keyscan
On error it returns 0 with stdout empty. On Ubuntu 14.04,
it returned 255 exit status.
Fix is to ensure that stdout is not empty.
Change-Id: Id01717e420128f191541c825a0b97144780514d0
| YAML | apache-2.0 | open-power-ref-design-toolkit/os-services,open-power-ref-design-toolkit/os-services,open-power-ref-design-toolkit/os-services,open-power-ref-design/os-services,open-power-ref-design/os-services |
309c58cd153e796230e92834560ecaa08ba78f3e | .github/workflows/gradle-build.yml | .github/workflows/gradle-build.yml | name: "Build Gradle project"
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17 ]
name: Test on Java ${{ matrix.java }}
steps:
- name: Check out project
uses: actions/checkou... | name: "Build Gradle project"
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 16 ]
name: Test on Java ${{ matrix.java }}
steps:
- name: Check out project
uses: actions/checkou... | Change from JDK 17 to JDK 16 since 17 is not yet released | Change from JDK 17 to JDK 16 since 17 is not yet released
| YAML | apache-2.0 | etiennestuder/gradle-plugindev-plugin |
c8a67a8b8ae28aa62e3494c18fb66d41d8c244e3 | .github/workflows/presubmit-go.yml | .github/workflows/presubmit-go.yml | name: go-presubmit
on:
push:
branches: ['master']
pull_request:
paths: ['go/**', '.github/workflows/presubmit-go.yml']
defaults:
run:
working-directory: go
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: gofmt
run: test -z "$(gofmt -d .)"
... | name: go-presubmit
on:
push:
branches: ['master']
pull_request:
paths: ['go/**', '.github/workflows/presubmit-go.yml']
defaults:
run:
working-directory: go
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: gofmt
run: test -z "$(gofmt -d . | t... | Print the ouptut of `gofmt -d` (if any) | Print the ouptut of `gofmt -d` (if any)
| YAML | apache-2.0 | google/glome,google/glome,google/glome,google/glome,google/glome |
e4a85742b12f8320f553d7f47b51bb56f5e7c3da | .github/workflows/python-tests.yml | .github/workflows/python-tests.yml | name: Run unit tests
on:
pull_request:
push:
branches:
- master
tags:
workflow_dispatch:
schedule:
# Run every Sunday at 03:53 UTC
- cron: 53 3 * * *
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, pypy3]
steps:
- uses... | name: Run unit tests
on:
pull_request:
push:
branches:
- master
tags:
workflow_dispatch:
schedule:
# Run every Sunday at 03:53 UTC
- cron: 53 3 * * 0
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, pypy3]
steps:
- uses... | Fix cron syntax to run weekly | Fix cron syntax to run weekly | YAML | mit | saimn/sigal,xouillet/sigal,xouillet/sigal,xouillet/sigal,saimn/sigal,saimn/sigal |
f9e6f2576906f35ca8b1fa5bad41ba01f6a049ab | .drone.yml | .drone.yml | branches: dev
pipeline:
build:
image: fastscore/maker
commands:
- make build
volumes:
- /var/run/docker.sock:/var/run/docker.sock
workspace:
base: /_
path: .
| branches: master
pipeline:
build:
image: fastscore/maker
commands:
- make build
volumes:
- /var/run/docker.sock:/var/run/docker.sock
workspace:
base: /_
path: .
| Switch Drone to master branch | Switch Drone to master branch
| YAML | apache-2.0 | opendatagroup/fastscore-cli |
00eb9d6aadda334ca003b89ed162b7ecbb9cf0b4 | scripts/ci/pipeline.yml | scripts/ci/pipeline.yml | ---
resources:
- name: garagepi
type: git
source:
uri: git@github.com:robdimsdale/garagepi
branch: develop
private_key: {{private-key}}
- name: slack_alert
type: slack-notification
source:
url: {{slack-url}}
- name: version
type: semver
source:
initial_version: 0.1.0
bucket: garage... | ---
resources:
- name: garagepi
type: git
source:
uri: git@github.com:robdimsdale/garagepi
branch: develop
private_key: {{private-key}}
- name: slack-alert
type: slack-notification
source:
url: {{slack-url}}
- name: version
type: semver
source:
initial_version: 0.1.0
bucket: garage... | Rename slack_alert resource to slack-alert | Rename slack_alert resource to slack-alert
| YAML | mit | robdimsdale/garagepi,robdimsdale/garagepi,robdimsdale/garagepi |
3bef17b5a112bf0b576ad88cc162b2cb2fc2a784 | hieradata/dev01/roles/master.yaml | hieradata/dev01/roles/master.yaml | ---
#profile::firewall::rules:
# '020 allow all from transport network to public ip':
# destination: "%{ipaddress_public1}"
# source: '172.31.34.0/24'
| ---
#profile::firewall::rules:
# '020 allow all from transport network to public ip':
# destination: "%{ipaddress_public1}"
# source: '172.31.34.0/24'
profile::openstack::createnetworks::networks:
public:
name: 'public'
admin_state_up: true
shared: true
t... | Add a network in dev01 location | Add a network in dev01 location
| YAML | apache-2.0 | TorLdre/himlar,tanzr/himlar,norcams/himlar,raykrist/himlar,tanzr/himlar,tanzr/himlar,mikaeld66/himlar,norcams/himlar,eckhart/himlar,raykrist/himlar,tanzr/himlar,raykrist/himlar,norcams/himlar,mikaeld66/himlar,mikaeld66/himlar,eckhart/himlar,TorLdre/himlar,tanzr/himlar,mikaeld66/himlar,raykrist/himlar,TorLdre/himlar,nor... |
8c5c63628b420734b9021021c5b55ebc0433ff48 | .zuul.yaml | .zuul.yaml | - project:
templates:
- golang-jobs
check:
jobs:
- golang-lint:
voting: false
- kubemon-build-image
gate:
jobs:
- golang-lint:
voting: false
- kubemon-build-image
- job:
name: kubemon-build-image
parent: nuage-build-docker-ima... | - project:
templates:
- golang-jobs
check:
jobs:
- golang-lint
- kubemon-build-image
gate:
jobs:
- golang-lint
- kubemon-build-image
- job:
name: kubemon-build-image
parent: nuage-build-docker-image
vars:
zuul_work_dir: "{{ ansible_user_dir... | Move go vars to docker context | Move go vars to docker context
Change-Id: I14840e84eea3f0ffa02d95215db53e919133e2cb
| YAML | bsd-3-clause | nuagenetworks/nuage-kubernetes,nuagenetworks/nuage-kubernetes,nuagenetworks/nuage-kubernetes,nuagenetworks/nuage-kubernetes |
dd1131146f90d6a4d43ad8770fb9f6bc43bada19 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- release-notes-jobs-python3
| Add Python3 wallaby unit tests | Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I7255c27886820dadef3a1fb12d0f2df... | YAML | apache-2.0 | openstack/murano-agent,openstack/murano-agent,openstack/murano-agent,openstack/murano-agent |
02a61d0402b9cceaf9f2a688de7085c57f02fe79 | .zuul.yaml | .zuul.yaml | - project:
check:
jobs:
- oslo.versionedobjects-src-grenade-multinode
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- r... | - project:
check:
jobs:
- oslo.versionedobjects-src-grenade-multinode
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- re... | Add Python3 wallaby unit tests | Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Icdc9ca232efbda2c0fa685479d4bbb0... | YAML | apache-2.0 | openstack/oslo.versionedobjects |
b1442e9a0b3f987c9e6a86985e823a130b91c17e | .zuul.yaml | .zuul.yaml | - project:
check:
jobs:
- monasca-tempest-python-mysql:
voting: false
- monasca-tempest-python-postgresql:
voting: false
- monasca-tempest-java-mysql:
voting: false
- monasca-tempest-java-postgresql:
voting: false
| - project:
check:
jobs:
- monasca-tempest-python-influxdb:
voting: false
- monasca-tempest-java-influxdb:
voting: false
| Remove PostgreSQL tempest jobs from Zuul | Remove PostgreSQL tempest jobs from Zuul
* remove monasca-tempest-*-postgresql jobs
* rename monasca-tempest-*-mysql -> monasca-tempest-*-influxdb jobs
Story: 2001650
Task: 6670
Depends-On: https://review.openstack.org/550795
Change-Id: I8ec6bc2189f21af06ec43d739e024a23eb4c9f95
| YAML | bsd-3-clause | stackforge/monasca-statsd,stackforge/monasca-statsd |
dfb59eba5e9f74887df8c72b586861cf2562c8c3 | provisioning/configuration/roles/wpt-cli/tasks/main.yml | provisioning/configuration/roles/wpt-cli/tasks/main.yml | ---
- name: Install system packages
apt:
name: '{{ item }}'
state: present
with_items:
- python-pip
- python2.7
- name: Install script for modifying system hosts file
copy:
src: ../../src/scripts/extend-hosts.py
dest: /usr/local/bin/extend-hosts.py
mode: 0755
# This allows workers to... | ---
# The `easy_install` module offers the "state: latest" configuration, but tt
# is incapable of installing the latest version of pip, so the system must be
# bootstrapped with an old version. That version can then be used to update
# itself (see the next task).
#
# Reference:
# https://github.com/pypa/setuptools/iss... | Use cross-platform command to install PIP | macOS: Use cross-platform command to install PIP
| YAML | apache-2.0 | GoogleChrome/wptdashboard,GoogleChrome/wptdashboard,GoogleChrome/wptdashboard |
97d0ee5e3b96e560ce819762c5315bd9a6daef02 | .hound.yml | .hound.yml | scss:
enabled: false
config_file: scss/.scss-style.yml
ruby:
enabled: false
coffee_script:
enabled: false
java_script:
enabled: false
| scss:
enabled: true
config_file: scss/.scss-lint.yml
ruby:
enabled: false
coffee_script:
enabled: false
java_script:
enabled: false
| Configure Hound to use in-repo SCSS lint config | Configure Hound to use in-repo SCSS lint config
* The `enabled` flag is now turned on.
* The file name is `scss/.scss-lint.yml`.
https://twitter.com/mdo/status/581544087146254338
| YAML | mit | fac/origin,waern/primer,Alanaktion/primer,primer/primer,primer/primer-css,dushmis/primer,tarebyte/primer,loki315zx/primer,roidelapluie/primer,Cartman0/primer,marcelosomers/primer,primer/primer,primer/primer-css,primer/primer,tatygrassini/primer,fac/origin,df2k2/primer,ilovezy/primer,primer-cn/primer-cn,primer/primer-cs... |
2741bd9cceb1ab246d5efd99d4ad011ca698924a | roles/database/client/gui/vars/main.yml | roles/database/client/gui/vars/main.yml | ---
jdk_filename: jdk-8u144-linux-x64.rpm
sct_filename: aws-schema-conversion-tool-1.0.606-1.x86_64.rpm
sct_extractor_filename: aws-schema-conversion-tool-extractor-1.0.606-1.x86_64.rpm
sqldeveloper_filename: sqldeveloper-17.2.0.188.1159-1.noarch.rpm
| ---
jdk_filename: jdk-8u151-linux-x64.rpm
sct_filename: aws-schema-conversion-tool-1.0.608-1.x86_64.rpm
sct_extractor_filename: aws-schema-conversion-tool-extractor-1.0.608-1.x86_64.rpm
sqldeveloper_filename: sqldeveloper-17.2.0.188.1159-1.noarch.rpm
| Update JDK and SCT version | Update JDK and SCT version
| YAML | mit | rewse/ansible-playbooks,rewse/ansible-playbooks,rewse/ansible-playbooks |
8b097bcd8c08bb0f0deee82f1b1204ba72f2a16b | .buildkite/pipeline.yaml | .buildkite/pipeline.yaml | steps:
- label: ":eslint: Lint"
command:
- "yarn install"
- "yarn lint"
plugins:
- docker#v3.0.1:
image: "node:10"
- label: ":karma: Tests"
command:
# Install chrome
- "echo '--- Installing Chrome'"
- "wget -q -O - https://dl-ssl.google.com/linux/linux_sign... | steps:
- label: ":eslint: Lint"
command:
- "yarn install"
- "yarn lint"
plugins:
- docker#v3.0.1:
image: "node:10"
- label: ":karma: Tests"
agents:
# We use a medium sized instance instead of the normal small ones because
# webpack loves to gorge itself on resour... | Use medium agents for the more resource intensive builds | Use medium agents for the more resource intensive builds
| YAML | apache-2.0 | vector-im/vector-web,vector-im/riot-web,vector-im/vector-web,vector-im/riot-web,vector-im/vector-web,vector-im/riot-web,vector-im/vector-web,vector-im/vector-web,vector-im/riot-web,vector-im/riot-web,vector-im/riot-web |
78bdc78a33242ea2ddf92845fd88392176056012 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push]
jobs:
ci:
name: CI - OS ${{ matrix.os }}, Node.js ${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x]
steps:
- name: Check out repository code
uses: actio... | name: CI
on: [push]
jobs:
ci:
name: CI - OS ${{ matrix.os }}, Node.js ${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [17.x, 18.x]
steps:
- name: Check out repository code
uses: actio... | Update node versions in CI config | Update node versions in CI config
| YAML | mit | michaeldzjap/react-signature-pad-wrapper,michaeldzjap/react-signature-pad-wrapper,michaeldzjap/react-signature-pad-wrapper,michaeldzjap/react-signature-pad-wrapper |
a1707f420cb33e41e784a58c5fc798ae7bd87132 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
tests:
name: Tests and validations
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node: [12, 13, 14, 15, 16]
steps:
- name: Git checkout
uses: actions/checkout@v3
- nam... | name: CI
on: [push, pull_request]
jobs:
tests:
name: Tests and validations
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node: [12, 13, 14, 15, 16, 17, 18]
steps:
- name: Git checkout
uses: actions/checkout@v3
... | Add node 17 and 18 to test matrix in github actions | Add node 17 and 18 to test matrix in github actions
| YAML | mit | schorfES/node-lintspaces,schorfES/node-lintspaces |
9db5a8946d7610b4d835ab3d05c84e99d121a50d | .github/workflows/ci.yml | .github/workflows/ci.yml | ---
name: CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
schedule:
- cron: '0 1 1 * *'
jobs:
tests:
name: "Python ${{ matrix.python-version }}"
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8"]
steps:
... | ---
name: CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
schedule:
- cron: '0 1 1 * *'
jobs:
tests:
name: "Python ${{ matrix.python-version }}"
runs-on: "ubuntu-latest"
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
pyth... | Apply tests on different os | Apply tests on different os | YAML | mit | DOV-Vlaanderen/pydov |
da14b028567ce8ccc58f2ddcf21b4c9ad4bb4c38 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Django CI
on:
push:
branches: ['**']
pull_request:
branches: ['**']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build docker image
run: docker build -t p2pu/learning-circles .
- name: start postgres c... | name: Django CI
on:
push:
branches: ['**']
pull_request:
branches: ['**']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build docker image
run: docker build -t p2pu/learning-circles .
- name: start postgres c... | Add --shm-size="2g" to see if it improves things | Add --shm-size="2g" to see if it improves things
| YAML | mit | p2pu/learning-circles,p2pu/learning-circles,p2pu/learning-circles,p2pu/learning-circles |
0be1fb1235006936a9d1d9cd45f91f1e5ec6019a | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Node.js CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
AUTH0_DOMAIN: fake-domain.auth0.com
SENDGRID_API_KEY: SG.TEST_KEY
SESSION_SECRET: test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup ... | name: Node.js CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
AUTH0_DOMAIN: fake-domain.auth0.com
SENDGRID_API_KEY: SG.TEST_KEY
SESSION_SECRET: test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup No... | Update GH action workflow to use main branch | Update GH action workflow to use main branch
| YAML | mit | lentz/buddyduel,lentz/buddyduel,lentz/buddyduel |
defe0ad214f6ee7b324c8e2b1c0e88deb2e93b50 | .github/workflows/go.yml | .github/workflows/go.yml | name: Go
on: [push]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
# Allocation test fails on 1.15, but works on 1.16. Disabling 1.15 for
# now.
go_version: ["1.14", "1.16"]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- ... | name: Go
on: [push]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
# Allocation test fails on 1.15, but works on 1.16. Disabling 1.15 for
# now.
go_version: ["1.14", "1.16", "1.17"]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:... | Add Go 1.17 to test workflow | Add Go 1.17 to test workflow
| YAML | apache-2.0 | shabbyrobe/xmlwriter,shabbyrobe/xmlwriter |
3f3d0a1e9e377db39550eeb88db0bce9eed2a6e4 | update_kb_usa_wmapache.yml | update_kb_usa_wmapache.yml | ---
- hosts: localhost
roles:
# Enable or disable to suit your needs
# This role automatically send logs to central server each time the device gets an Internet connection
- logs
- role: zim_install
zim_name: "wikipedia.en gutenberg.en wiktionary.en"
- role: kalite
version: "0.15.... | ---
- hosts: localhost
roles:
# Enable or disable to suit your needs
# This role automatically send logs to central server each time the device gets an Internet connection
- logs
- role: zim_install
zim_name: "wikipedia.en gutenberg.en wiktionary.en"
- role: kalite
version: "0.15.... | Switch Kalite language to english | Switch Kalite language to english
| YAML | mit | ideascube/ansiblecube,ideascube/ansiblecube |
c47357c32f58fdbbd66713272a409805f1cb0c3b | roles/common/tasks/pkg_install_debian.yml | roles/common/tasks/pkg_install_debian.yml | ---
- name: install pip
sudo: yes
shell: "wget -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py && python /tmp/get-pip.py"
tags:
- bootstrap
- name: add openjdk ppa
sudo : yes
apt_repository: repo='ppa:openjdk-r/ppa'
tags:
- bootstrap
- name: install system pkgs
sudo: yes
apt: "pkg={{ i... | ---
- name: install pip
sudo: yes
shell: "wget -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py && python /tmp/get-pip.py"
tags:
- bootstrap
- name: add openjdk ppa
sudo : yes
apt_repository: repo='ppa:openjdk-r/ppa'
tags:
- bootstrap
- name: install system pkgs
sudo: yes
apt: "pkg={{ i... | Set java version to 8. | Set java version to 8.
| YAML | apache-2.0 | wangqiang8511/customized_mantl,wangqiang8511/customized_mantl |
d8218896a52f11ce08b277e85fc88605930f6e82 | roles/extras/tasks/environment-script.yml | roles/extras/tasks/environment-script.yml | ---
- name: Install environment script at {{ bioansible_basepath }}/bioansible_env.sh
tags: environment
template:
src: bioansible_env.sh.j2
dest: "{{ modules_dir }}/bioansible_env.sh"
owner: "{{ main_guy }}"
mode: 0644
| ---
- name: Install environment script at {{ bioansible_basepath }}/bioansible_env.sh
tags: environment
template:
src: bioansible_env.sh.j2
dest: "{{ bioansible_basepath }}/bioansible_env.sh"
owner: "{{ main_guy }}"
mode: 0644
| Fix install path for enviroment script. | Fix install path for enviroment script.
| YAML | apache-2.0 | MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible |
72fc9b1852b1470fde95ff31eb2ec09891cfe41c | main.yml | main.yml | ---
- hosts: all
connection: local
vars_files:
- default.config.yml
pre_tasks:
- include_vars: "{{ item }}"
with_fileglob:
- ../config.yml
roles:
- geerlingguy.homebrew
- geerlingguy.dotfiles
- name: geerlingguy.mas
when: mas_installed_apps
tasks:
- include: tas... | ---
- hosts: all
connection: local
vars_files:
- default.config.yml
pre_tasks:
- include_vars: "{{ item }}"
with_fileglob:
- ../config.yml
tags: ['always']
roles:
- role: geerlingguy.homebrew
tags: ['homebrew']
- role: geerlingguy.dotfiles
tags: ['dotfiles']
... | Add ansible tags for the commonly ran tasks | Add ansible tags for the commonly ran tasks
| YAML | mit | toby-griffiths/mac-dev-playbook,annikaC/mac-dev-playbook |
f27d67449a90882d9dcbcb073eb47fc5b891795c | metadata/com.nazmar.dicegainz.yml | metadata/com.nazmar.dicegainz.yml | Categories:
- Sports & Health
License: GPL-3.0-or-later
SourceCode: https://github.com/ramzan/dicegainz
IssueTracker: https://github.com/ramzan/dicegainz/issues
AutoName: Dice Gainz
RepoType: git
Repo: https://github.com/ramzan/dicegainz
Builds:
- versionName: 1.0.0
versionCode: 1
commit: v1.0.0
subd... | Categories:
- Sports & Health
License: GPL-3.0-or-later
SourceCode: https://github.com/ramzan/dicegainz
IssueTracker: https://github.com/ramzan/dicegainz/issues
AutoName: Dice Gainz
RepoType: git
Repo: https://github.com/ramzan/dicegainz
Builds:
- versionName: 1.0.0
versionCode: 1
commit: v1.0.0
subd... | Update Dice Gainz to 1.0.1 (2) | Update Dice Gainz to 1.0.1 (2)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
a6154ab47d0bba47020ad0488c770097494f93a2 | metadata/net.xisberto.timerpx.yml | metadata/net.xisberto.timerpx.yml | Categories:
- Time
License: Apache-2.0
AuthorName: Humberto Fraga
AuthorEmail: humberto.fraga+fdroid512@gmail.com
SourceCode: https://gitlab.com/humbertofraga/timerx
IssueTracker: https://gitlab.com/humbertofraga/timerx/issues
AutoName: Timer +X
RepoType: git
Repo: https://gitlab.com/humbertofraga/timerx.git
Build... | Categories:
- Time
License: Apache-2.0
AuthorName: Humberto Fraga
AuthorEmail: humberto.fraga+fdroid512@gmail.com
SourceCode: https://gitlab.com/humbertofraga/timerx
IssueTracker: https://gitlab.com/humbertofraga/timerx/issues
AutoName: Timer +X
RepoType: git
Repo: https://gitlab.com/humbertofraga/timerx.git
Build... | Update Timer +X to 1.2.1 (5) | Update Timer +X to 1.2.1 (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
b497d03ba846d3697c9c152e7b915be7e08e3f4b | metadata/timur.webcall.callee.yml | metadata/timur.webcall.callee.yml | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Timur
AuthorEmail: timur@timur.mobi
AuthorWebSite: https://timur.mobi
SourceCode: https://github.com/mehrvarz/webcall-android
IssueTracker: https://github.com/mehrvarz/webcall-android/issues
AutoName: WebCall
RepoType: git
Repo: https://github.com/mehrvarz/we... | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Timur
AuthorEmail: timur@timur.mobi
AuthorWebSite: https://timur.mobi
SourceCode: https://github.com/mehrvarz/webcall-android
IssueTracker: https://github.com/mehrvarz/webcall-android/issues
AutoName: WebCall
RepoType: git
Repo: https://github.com/mehrvarz/we... | Update WebCall to 0.9.72 (72) | Update WebCall to 0.9.72 (72)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
28aad80fa4402aa26e9b6bb4974f4794da848da5 | docker-compose.yml | docker-compose.yml | db:
image: mongo:latest
web:
build: .
command: node app.js
volumes:
- .:/code
ports:
- "3000:3000"
links:
- db
environment:
PORT: 3000
DB_PORT: 27017
JWT_SECRET: ba7PXbg6Us7IWf3KhVst0eDz66Typwlz0d13vW2xmRuZuiWYVky6jwInLQPk6vl
CRYPTO_SALT: FeHuvKs1iMlMJSjC5PUVtk8Sy/ThNeHB64EJKiv... | db:
image: mongo:latest
web:
build: .
command: node app.js
volumes:
- .:/code
ports:
- "3000:3000"
links:
- db
environment:
PORT: 3000
DB_PORT: 27017
JWT_SECRET: ba7PXbg6Us7IWf3KhVst0eDz66Typwlz0d13vW2xmRuZuiWYVky6jwInLQPk6vl
CRYPTO_SALT: FeHuvKs1iMlMJSjC5PUVtk8Sy/ThNeHB64EJKiv... | Add more hash iterations for the crypto. | Add more hash iterations for the crypto.
| YAML | mit | garzdin/Assignment-2 |
f0ea285e7651d7eba9e5d1c9a23011374ab9da2e | docker-compose.yml | docker-compose.yml | version: "2"
services:
app:
build: .
image: keboola/elastic-writer
tty: true
stdin_open: true
app-tests:
image: keboola/elastic-writer
entrypoint: sh
command: -c 'sleep 10 && ./phpunit.sh'
tty: true
stdin_open: true
links:
- elasticsearch13
- elasticsearch22
... | version: "2"
services:
app:
build: .
image: keboola/elastic-writer
tty: true
stdin_open: true
volumes:
- ./:/code
links:
- elasticsearch13
- elasticsearch22
entrypoint: bash
app-tests:
image: keboola/elastic-writer
entrypoint: sh
command: -c 'sleep 10 && ... | Fix basic docker service (for development) | Fix basic docker service (for development)
[ci skip]
| YAML | mit | keboola/elastic-writer,keboola/elastic-writer |
bc75ca11f2cbb8789a30157124291dfa890d6f62 | docker-compose.yml | docker-compose.yml | version: "3"
services:
facebox:
container_name: voldemort_facebox
image: machinebox/facebox
ports:
- 8080:8080
env_file: .env
postgres:
container_name: voldemort_postgres
image: postgres:9.6-alpine
ports:
- 5432:5432 | version: "3"
services:
facebox:
container_name: voldemort_facebox
image: machinebox/facebox
ports:
- 8080:8080
env_file: .env
# postgres:
# container_name: voldemort_postgres
# image: postgres:9.6-alpine
# ports:
# - 5432:5432 | Comment out Postgres container for now | Comment out Postgres container for now
| YAML | apache-2.0 | uncompiled/voldemort,uncompiled/voldemort |
ebdc123d1bfecd4bbc52d38c71509d2a4bb6538d | docker-compose.yml | docker-compose.yml | ie:
build: .
ports:
- "3001"
links:
- mongodb:mongo
command: /go/src/github.com/intervention-engine/ie/server -huddle /go/src/github.com/intervention-engine/ie/configs/multifactor_huddle_config.json
endpoint:
build: ../ie-ccda-endpoint
ports:
- "3000:3000"
links:
- ie
mongodb:
image: mon... | ie:
build: .
ports:
- "3001"
links:
- mongodb:mongo
command: ./server -huddle ./configs/multifactor_huddle_config.json
endpoint:
build: ../ie-ccda-endpoint
ports:
- "3000:3000"
links:
- ie
mongodb:
image: mongo
volumes:
- /data/db:/data/db
ports:
- "27017"
multifactorriskserv... | Fix docker compose command paths | Fix docker compose command paths
| YAML | apache-2.0 | intervention-engine/ie |
b062ea2a16c452264b0f21003d9af1db2ac9293a | docker-compose.yml | docker-compose.yml | version: '2'
services:
server:
image: valiro21/fasttrainservice
ports:
- 8181:8181
links:
- db:db
db:
image: neo4j:3.0
ports:
- 7474:7474
- 7687:7687
volumes:
- ./database-data:/data
- ./database-logs:/logs
| version: '2'
services:
server:
image: quay.io/valiro21/fasttrainservice
ports:
- 8181:8181
links:
- db:db
db:
image: quay.io/valiro21/fasttraindatabase
ports:
- 7474:7474
- 7687:7687
volumes:
- ./database-data:/data
- ./database-logs:/logs | Use quay.io images instead of old ones | Use quay.io images instead of old ones
Signed-off-by: Valentin Rosca <a77d99cf9dcadd5ff68c762432f86f073ba721d8@gmail.com>
| YAML | apache-2.0 | valiro21/FastTrainService,valiro21/FastTrainService |
3c71dbabd71d6719047004aef3ce80efcc7577a6 | packages/da/damnpacket.yaml | packages/da/damnpacket.yaml | homepage: ''
changelog-type: markdown
hash: 07fd567681ed53238fa040a46c771803a571cb701d23f839821a063c9861a867
test-bench-deps:
bytestring: -any
base: -any
hspec: -any
HUnit: -any
QuickCheck: -any
damnpacket: -any
maintainer: me@jude.bio
synopsis: Parsing dAmn messages
changelog: ! '# Revision history for dam... | homepage: ''
changelog-type: markdown
hash: a9ebdda9e4a247ba6376acb0566742cb225b156c2712315bd281121e04ab50e5
test-bench-deps:
bytestring: -any
base: -any
hspec: -any
HUnit: -any
QuickCheck: -any
damnpacket: -any
maintainer: me@jude.bio
synopsis: Parsing dAmn messages
changelog: ! '# Revision history for dam... | Update from Hackage at 2017-01-07T21:46:20Z | Update from Hackage at 2017-01-07T21:46:20Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
42a2f1f86c262594fc707bea6c6b906a9d03a3e1 | stack.yaml | stack.yaml | extra-deps:
- aeson-1.0.2.1
- binary-0.8.4.1
- cryptohash-sha256-0.11.100.1
- echo-0.1.3
- ed25519-0.0.5.0
- mintty-0.1.1
- mmorph-1.0.9
- optparse-applicative-0.13.0.0
- git: https://github.com/rahulmutt/hpp.git
commit: be10dddb8011640be44dfcad99e523a957fa77be
- tar-0.5.0.3
- text-1.2.2.1
- turtle-1.3.0
- unix-compa... | extra-deps:
- aeson-1.0.2.1
- binary-0.8.4.1
- cryptohash-sha256-0.11.100.1
- echo-0.1.3
- ed25519-0.0.5.0
- mintty-0.1.1
- mmorph-1.0.9
- optparse-applicative-0.13.0.0
- git: https://github.com/rahulmutt/hpp.git
commit: ad564c915f4b2ef1c07d884c1ddfbc37d385ea42
- tar-0.5.0.3
- text-1.2.2.1
- turtle-1.3.0
- unix-compa... | Bump hpp commit to fix a bug with character literal handling | Bump hpp commit to fix a bug with character literal handling
| YAML | bsd-3-clause | rahulmutt/ghcvm,rahulmutt/ghcvm,rahulmutt/ghcvm,rahulmutt/ghcvm,rahulmutt/ghcvm |
86e81c135e42e11daa15730901aa9dfb6edd14b4 | stack.yaml | stack.yaml | resolver: lts-6.2
extra-deps:
- Ranged-sets-0.3.0
- bytestring-tree-builder-0.2.7
- hasql-0.19.12
- hasql-pool-0.4.1
- hasql-transaction-0.4.5
- jwt-0.7.2
- postgresql-binary-0.9.0.1
- binary-parser-0.5.2
- contravariant-extras-0.3.2
- placeholders-0.1
- postgresql-error-codes-1
- success-0.2.6
... | resolver: lts-6.2
extra-deps:
- Ranged-sets-0.3.0
- bytestring-tree-builder-0.2.7
- hasql-0.19.12
- hasql-pool-0.4.1
- hasql-transaction-0.4.5
- jwt-0.7.2
- postgresql-binary-0.9.0.1
- binary-parser-0.5.2
- contravariant-extras-0.3.2
- placeholders-0.1
- postgresql-error-codes-1
- success-0.2.6
... | Use hjsonschema from the develop branch | Use hjsonschema from the develop branch
| YAML | mit | begriffs/postgrest,Skyfold/postgrest,diogob/postgrest,steve-chavez/postgrest,ruslantalpa/postgrest,steve-chavez/postgrest,NotBrianZach/postgrest |
1c87c2c01057fc272fe44a8a779a8f56486d8937 | .github/workflows/build.yml | .github/workflows/build.yml | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Python ${{ matrix.version }}
strategy:
matrix:
version: [2.7, 3.6, 3.8]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-py... | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Python ${{ matrix.version }}
strategy:
matrix:
version: [2.7, 3.6, 3.8]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-py... | Comment out fail_ci_if_error for now | Comment out fail_ci_if_error for now
| YAML | mit | Shopify/shopify_python_api |
8f39fb49ce4aca1cdba3e7850d1b0b678ca923c8 | .github/workflows/build.yml | .github/workflows/build.yml | # -----------------------------------------------------------------------------
# - invoked on push, pull_request, or manual trigger
# - test under 3 versions of python
# -----------------------------------------------------------------------------
name: build
on: [push, pull_request, workflow_dispatch]
jobs:
bu... | # -----------------------------------------------------------------------------
# - invoked on push, pull_request, or manual trigger
# - test under 3 versions of python
# -----------------------------------------------------------------------------
name: build
on: [push, pull_request, workflow_dispatch]
jobs:
bu... | Update output options for black and isort | Update output options for black and isort
| YAML | bsd-3-clause | ihmeuw/vivarium |
88dbef45ae9d14a8139ee87e4cbc41b364b70e74 | .github/workflows/maven.yml | .github/workflows/maven.yml | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | Add early access builds to GitHub builds. | Add early access builds to GitHub builds.
| YAML | apache-2.0 | apache/commons-lang,apache/commons-lang,MarkDacek/commons-lang,britter/commons-lang,britter/commons-lang,MarkDacek/commons-lang,apache/commons-lang,MarkDacek/commons-lang,britter/commons-lang |
143b607d072e4a4db71c83d4e8fba7b9d999171a | kbase.yml | kbase.yml | module-name:
kb_uploadmethods
module-description:
Import objects from staging area or web source.
service-language:
python
module-version:
1.0.16
owners:
[tgu2, jjeffryes, umaganapathyswork]
| module-name:
kb_uploadmethods
module-description:
Import objects from staging area or web source.
service-language:
python
module-version:
1.0.17
owners:
[tgu2, jjeffryes, umaganapathyswork]
| Revert "change all the staging file inputs to dynamic_dropdown type" | Revert "change all the staging file inputs to dynamic_dropdown type"
This reverts commit e2e2d6d89c4796573d08e802cd0871459d4743e9.
| YAML | mit | Tianhao-Gu/kb_uploadmethods,Tianhao-Gu/kb_uploadmethods,Tianhao-Gu/kb_uploadmethods,Tianhao-Gu/kb_uploadmethods,kbaseapps/kb_uploadmethods,kbaseapps/kb_uploadmethods,kbaseapps/kb_uploadmethods,kbaseapps/kb_uploadmethods |
6a2e06cffa26aade846769d160d86b3e190cde88 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
pull_request:
branches:
- master
- release/*
push:
branches:
- master
- release/*
jobs:
mocha:
runs-on: ${{ matrix.os }}
name: Node.js ${{ matrix.node }}
strategy:
matrix:
os:
- windows-latest
- ubuntu-18.04
n... | name: Tests
on:
pull_request:
branches:
- master
- release/*
push:
branches:
- master
- release/*
jobs:
mocha:
runs-on: ${{ matrix.os }}
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
strategy:
matrix:
os:
- windows-latest
- ub... | Add OS in build name | Add OS in build name
| YAML | mit | elastic-coders/serverless-webpack,serverless-heaven/serverless-webpack |
1c591fe7d9eb10fa207d0a318a86f9fc771bb9aa | Configuration/Settings.yaml | Configuration/Settings.yaml | TYPO3:
Flow:
security:
authentication:
providers:
'SomeAuthenticationProvider':
provider: 'PersistedUsernamePasswordProvider'
entryPoint: 'WebRedirect'
entryPointOptions:
routeValues:
'@package': 'SquadIT.WebApp'
... | TYPO3:
Flow:
security:
authentication:
providers:
'DefaultProvider':
provider: 'PersistedUsernamePasswordProvider'
entryPoint: 'WebRedirect'
entryPointOptions:
routeValues:
'@package': 'SquadIT.WebApp'
'@cont... | Rename authentication provider to `DefaultProvider` | TASK: Rename authentication provider to `DefaultProvider`
| YAML | mit | PalatinCoder/SquadIT.WebApp,PalatinCoder/SquadIT.WebApp |
c80c623140825e83da06220586af7a845bc339d5 | update_kb_bsfcampus_cmr.yml | update_kb_bsfcampus_cmr.yml | ---
# Ansible playbook for BSF Campus Cameroun
#It will be always localhost
- hosts: localhost
roles:
# # Can be enable/disable on demand but affect all devices
- { role: upgradeIdc, when: ansible_hostname == 'kb-bsfcampus-cmr-232' }
- tinc-static
# Start. has to be always enable
- logs
... | ---
# Ansible playbook for BSF Campus Cameroun
#It will be always localhost
- hosts: localhost
roles:
# # Can be enable/disable on demand but affect all devices
- { role: upgradeIdc, when: ansible_hostname == 'kb-bsfcampus-cmr-232' }
- { role: updateMook, when: ansible_hostname == 'kb-bsfcampus-cmr-232... | Enable updateMook role for test | Enable updateMook role for test
| YAML | mit | ideascube/ansiblecube,ideascube/ansiblecube |
1222e35f785ec809b9f820a5a818edbf0c9ea5a8 | stacks/container-apps/scheduled-task.yml | stacks/container-apps/scheduled-task.yml | # stacks/container-apps/scheduled-task.yml
AWSTemplateFormatVersion: "2010-09-09"
Description: >
Creates a scheduled task based on a passed in ECS task definition
Parameters:
# ECS Cluster ################################################################
ECSClusterArn:
Type: String
ECSServiceIAMRoleArn:
... | # stacks/container-apps/scheduled-task.yml
AWSTemplateFormatVersion: "2010-09-09"
Description: >
Creates a scheduled task based on a passed in ECS task definition
Parameters:
# ECS Cluster ################################################################
ECSClusterArn:
Type: String
ECSServiceIAMRoleArn:
... | Add role for events to invike ecs tasks | Add role for events to invike ecs tasks
| YAML | mit | PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure |
55f79699edca3bbd03ecf557a6ee2f31b451d7b8 | .github/workflows/publish.yml | .github/workflows/publish.yml | name: Publish
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
env:
MAILOSAUR_BASE_URL: https://mailosaur.com/
MAILOSAUR_SMTP_HOST: mailosaur.io
MAILOSAUR_SMTP_PORT: 2525
MAILOSAUR_API_KEY: ${{ secrets.MAILOSAUR_API_KEY }}
MAILOSAUR_SERVER: ${{ secrets... | name: Publish
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
env:
MAILOSAUR_BASE_URL: https://mailosaur.com/
MAILOSAUR_SMTP_HOST: mailosaur.io
MAILOSAUR_SMTP_PORT: 2525
MAILOSAUR_API_KEY: ${{ secrets.MAILOSAUR_API_KEY }}
MAILOSAUR_SERVER: ${{ secrets... | Add central maven distribution support | Add central maven distribution support
| YAML | mit | mailosaur/mailosaur-java,mailosaur/mailosaur-java |
beeb6f75792337c13725ea638d37a5ba6365e155 | .github/workflows/release.yml | .github/workflows/release.yml | name: Release
on:
push:
tags:
- dropwizard-kafka-*
jobs:
release:
runs-on: 'ubuntu-latest'
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
- uses: actions/checkout@v2.3.4
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: ... | name: Release
on:
push:
tags:
- dropwizard-kafka-*
jobs:
release:
runs-on: 'ubuntu-latest'
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
- uses: actions/checkout@v2.3.4
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: ... | Fix Maven profile in Release workflow | Fix Maven profile in Release workflow
| YAML | apache-2.0 | dropwizard/dropwizard-discovery |
ea2172465a72f904246b6ac9a04b25b6bb96f075 | .github/workflows/release.yml | .github/workflows/release.yml | name: Release
on:
push:
branches:
- master
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install build dependencies
run: pip install -U... | name: Release
on:
push:
branches:
- main
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install build dependencies
run: pip install -U s... | Use main for default branch name | Use main for default branch name
| YAML | apache-2.0 | pypa/readme_renderer |
ba9da86656c02f8b03eb9efc85048150f847b608 | templates/diego-docker-registry-stub.yml | templates/diego-docker-registry-stub.yml | properties:
diego:
stager:
docker_registry_url: "http://docker_registry.service.consul:8080"
garden-linux:
insecure_docker_registry_list: ["10.244.2.6:8080"]
executor:
allow_privileged: true
| properties:
diego:
stager:
docker_registry_url: "http://docker_registry.service.consul:8080"
garden-linux:
insecure_docker_registry_list: ["10.244.2.6:8080"]
executor:
allow_privileged: true
consul:
domain: consul
| Add consul domain to registry stub | Add consul domain to registry stub
Signed-off-by: Georgi Sabev <cd7643e50243a10153b49cb72b4bdbf8b48cb045@gmail.com>
| YAML | apache-2.0 | cloudfoundry-incubator/diego-docker-cache-release,cloudfoundry-incubator/diego-docker-cache-release,cloudfoundry-incubator/docker-registry-release,cloudfoundry-incubator/diego-docker-cache-release,cloudfoundry-incubator/docker-registry-release,cloudfoundry-incubator/docker-registry-release |
9252b7d0fd5136f7353604d45871e554cb213151 | .github/workflows/release.yml | .github/workflows/release.yml | name: release
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Fetch all tags
run: git fetch --force --tags
... | name: release
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Fetch all tags
run: git fetch --force --tags
... | Fix GitHub action running go version | Fix GitHub action running go version
| YAML | mit | nstratos/mdt |
9d4b12e054475be856fc62938369c5ad8b404faa | .github/workflows/website.yml | .github/workflows/website.yml | name: Website
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: setup Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: install dependencies
run: npm ci
- name: Run te... | name: Website
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: setup Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: install dependencies
run: npm ci
- name: Run te... | Update node version for GH Action | Update node version for GH Action
| YAML | mit | oliworx/oliworx.github.com,oliworx/oliworx.github.com,oliworx/oliworx.github.com,oliworx/oliworx.github.com |
660997944dc6ccf109e79f3a9b3033342b6dbeb2 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.4"
cache: pip
env:
- DJANGO_VERSION=1.5.2
- DJANGO_VERSION=1.6.5
- DJANGO_VERSION=1.7.0
- DJANGO_VERSION=1.8.0
- DJANGO_VERSION=1.8.6
- DJANGO_VERSION=1.9.1
install:
- pip install -q Django==$DJANGO_VERSION
- pip install coveralls... | sudo: false
language: python
python:
- "2.7"
- "3.4"
cache: pip
env:
- DJANGO_VERSION=1.5.2
- DJANGO_VERSION=1.6.5
- DJANGO_VERSION=1.7.0
- DJANGO_VERSION=1.8.0
- DJANGO_VERSION=1.8.6
- DJANGO_VERSION=1.9.4
install:
- pip install -q Django==$DJANGO_VERSION
- pip install coveralls... | Test for last Django version | Test for last Django version | YAML | mit | jazzband/django-embed-video,yetty/django-embed-video,jazzband/django-embed-video,yetty/django-embed-video |
691ea54b577c443d066e3cc4845b1537ea5a31a7 | .travis.yml | .travis.yml | language: c
os:
- linux
- osx
matrix:
include:
- os: osx
env: TARGET_MACHINE=i3osx
- os: osx
env: TARGET_MACHINE=ti3osx
- os: osx
env: TARGET_MACHINE=a6osx
- os: osx
env: TARGET_MACHINE=ta6osx
- os: linux
env: TARGET_MACHINE=i3le
- os: linux
env: TARGET_... | language: c
matrix:
include:
- os: osx
env: TARGET_MACHINE=i3osx
- os: osx
env: TARGET_MACHINE=ti3osx
- os: osx
env: TARGET_MACHINE=a6osx
- os: osx
env: TARGET_MACHINE=ta6osx
- os: linux
env: TARGET_MACHINE=i3le
- os: linux
env: TARGET_MACHINE=ti3le
- os... | Change to (hopefully) eliminate extraneous configurations. | Change to (hopefully) eliminate extraneous configurations.
| YAML | apache-2.0 | mflatt/ChezScheme,mflatt/ChezScheme,mflatt/ChezScheme |
4dd0707e944fb0ee0150e9de9e81983019007356 | .travis.yml | .travis.yml | language: python
python:
- 3.6
- 3.5
- 2.7
script: make test
notifications:
email: false
env:
global:
- DATABASE_URL='postgres://postgres@localhost/incuna_auth'
matrix:
- DJANGO='django>=1.10,<1.11'
- DJANGO='django>=1.11,<2.0'
- DJANGO='django>=2.0,<2.1'
- DJANGO='django>=2.1,<2.2'
matr... | language: python
python:
- 3.6
- 3.5
- 2.7
script: make test
notifications:
email: false
env:
global:
- DATABASE_URL='postgres://postgres@localhost/incuna_auth'
matrix:
- DJANGO='django>=1.11,<2.0'
- DJANGO='django>=2.0,<2.1'
- DJANGO='django>=2.1,<2.2'
matrix:
exclude:
- env: DJANGO='... | Drop support for Django < 1.11 | Drop support for Django < 1.11
| YAML | bsd-2-clause | incuna/incuna-auth,incuna/incuna-auth |
44eb95fd81d57441b4dead8f832fdbfd93a0fbe2 | .travis.yml | .travis.yml | language: php
php:
- 5.4
env:
matrix:
- DB=MYSQL CORE_RELEASE=3.1
- DB=MYSQL CORE_RELEASE=master
before_script:
- phpenv rehash
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/s... | language: php
php:
- 5.4
env:
matrix:
- DB=MYSQL CORE_RELEASE=3.1
- DB=MYSQL CORE_RELEASE=3
before_script:
- phpenv rehash
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
-... | Build against 3 branch of framework, not master | Build against 3 branch of framework, not master | YAML | bsd-3-clause | kinglozzer/YepnopeSilverStripe,kinglozzer/YepnopeSilverStripe |
910d613ec3d09d5e4d2b0cc3bc3e2344991abcdd | .travis.yml | .travis.yml | sudo: false
language: php
php: 7.1
env:
global:
- PATH="$TRAVIS_BUILD_DIR/vendor/bin:$PATH"
before_install:
- |
# Remove Xdebug for a huge performance increase:
if [ -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then
phpenv config-rm xdebug.ini
else
echo "xdebu... | sudo: false
language: php
php: 7.1
env:
global:
- PATH="$TRAVIS_BUILD_DIR/vendor/bin:$PATH"
before_install:
- |
# Remove Xdebug for a huge performance increase:
if [ -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then
phpenv config-rm xdebug.ini
else
echo "xdebu... | Add no-interaction flag in composer install | Add no-interaction flag in composer install
| YAML | mit | rtCamp/easyengine,rtCamp/easyengine,EasyEngine/easyengine,rtCamp/easyengine,EasyEngine/easyengine |
e6f36a65335fbd8b400bca4e0037047c14990876 | .travis.yml | .travis.yml | language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
env:
- NO_INTERACTION=1
before_script:
- phpize
- ./configure --enable-sha3
- make
script: make test
| language: php
php:
- '5.6'
- '7.0'
- '7.1'
env:
- NO_INTERACTION=1
before_script:
- phpize
- ./configure --enable-sha3
- make
script: make test
| Remove unsupported version of PHP from Travis | Remove unsupported version of PHP from Travis
| YAML | mit | strawbrary/php-sha3,strawbrary/php-sha3,strawbrary/php-sha3 |
1ee4ecf421e7cdb37bd01ba034f793d05cfe7da0 | .travis.yml | .travis.yml | language: ruby
sudo: false
matrix:
allow_failures:
- rvm: jruby-head
fast_finish: true
include:
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.10
gemfile: Gemfile
- rvm: 2.2.6
gemfile: Gemfile
- rvm: 2.3.3
gemfile: Gemfile
- rvm: 2.4.0
gemfile: Gemfile
- rvm: jr... | language: ruby
sudo: false
matrix:
allow_failures:
- rvm: jruby-head
fast_finish: true
include:
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.10
gemfile: Gemfile
- rvm: 2.2.6
gemfile: Gemfile
- rvm: 2.3.3
gemfile: Gemfile
- rvm: 2.4.0
gemfile: Gemfile
- rvm: jr... | Remove code climate from repo | Remove code climate from repo | YAML | mit | jrgarcia/fog-vsphere,fog/fog-vsphere |
31f8ac275b56a8268c57bf09a1e6bbf54c26a692 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.3
before_install: gem install bundler -v 1.10.6
| language: ruby
rvm:
- 2.2.3
before_install: gem install bundler -v 1.10.6
script: bundle exec rspec spec
notifications:
email:
- wazery@ubuntu.com
| Add RSpec script to Travis script, and update notification emails | Add RSpec script to Travis script, and update notification emails
| YAML | mit | wazery/norby,wazery/norby |
cd97c53cc236bc6aecbf8da4c57329ed54d6cca5 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- oraclejdk7
install: mvn install -Dgpg.skip=true -DskipTests=true -Dmaven.javadoc.skip=true -B -V
before_script: export TESTNG_VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.4.0:exec)
script: mvn -f... | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
install: mvn install -Dgpg.skip=true -DskipTests=true -Dmaven.javadoc.skip=true -B -V
before_script: export TESTNG_VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.4.0:exec)
s... | Revert "Don't test on OpenJDK" | Revert "Don't test on OpenJDK"
This reverts commit 72328b13c9520ceee61cdabe2ff6b26a965c9896.
| YAML | apache-2.0 | 6ft-invsbl-rbbt/testng,juherr/testng,VikingDen/testng,JeshRJ/myRepRJ,VikingDen/testng,aledsage/testng,missedone/testng,JeshRJ/myRepRJ,jaypal/testng,bmlct/testng,missedone/testng,rschmitt/testng,6ft-invsbl-rbbt/testng,bmlct/testng,jerome-jacob/testng,tobecrazy/testng,msebire/testng,scr/testng,s2oBCN/testng,krmahadevan/t... |
c2338f9eb0143cf78909b2afe8ae8a06d8975b0a | .travis.yml | .travis.yml | language: python
python:
- 3.6
install:
- pip install -r requirements.txt
script:
- python -m unittest calibrate.py
| language: python
python:
- 3.6
install:
- pip install -r requirements.txt
- pip install pycodestyle
script:
- python -m unittest calibrate.py
- pycodestyle .
| Add pycodestyle to Travis test | Add pycodestyle to Travis test
| YAML | mit | 1024jp/LensCalibrator |
933d11caef491dd8155e4f33ceefdd0d81b165e2 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
| language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
| Add pypy to Travis tests. | Add pypy to Travis tests.
| YAML | mit | onyxfish/journalism,onyxfish/agate,wireservice/agate |
97c8385ca14aa39ed925334ee629a5f853d5d11c | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
addons:
chrome: stable
dist: trusty
sudo: required
matrix:
fast_finish: true
allow_failures:
- env: TEST_TYPE=examples CAPA="browserName:chrome,platform:Windows 7,screenResolution:1680x1050"
env:
- TEST_TYPE=acceptance-test
- TEST_TYPE=examples CAPA="browserName:chro... | language: java
jdk:
- oraclejdk8
addons:
chrome: stable
dist: trusty
sudo: required
matrix:
fast_finish: true
allow_failures:
- env: TEST_TYPE=examples CAPA="browserName:chrome,platform:Windows 10,screenResolution:1680x1050"
env:
- TEST_TYPE=acceptance-test
- TEST_TYPE=examples CAPA="browserName:chr... | Switch sample tests to Windows 10 | Switch sample tests to Windows 10
| YAML | apache-2.0 | fhoeben/hsac-fitnesse-fixtures,fhoeben/hsac-fitnesse-fixtures,fhoeben/hsac-fitnesse-fixtures,fhoeben/hsac-fitnesse-fixtures |
fb961f0c0d3ac111ecc75ff2cdc93eaf3b3be080 | .travis.yml | .travis.yml | language: python
python:
- '2.7'
- '3.4'
# whitelist
branches:
only:
- master
before_install:
- pip install biopython
- pip install dendropy
script:
py.test --cov=pandascharm.py
after_success:
- codecov | language: python
python:
- '2.7'
- '3.4'
# whitelist
branches:
only:
- master
before_install:
- pip install codecov
- pip install pytest pytest-cov
- pip install biopython
- pip install dendropy
script:
py.test --cov=pandascharm.py
after_success:
- codecov | Add codecov, pytest, and pytest-cov | Add codecov, pytest, and pytest-cov
| YAML | mit | jmenglund/pandas-charm |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.