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 |
|---|---|---|---|---|---|---|---|---|---|
619ad895fc3321664147712c9949d5497fb920d6 | packages/ta/tasty-th.yaml | packages/ta/tasty-th.yaml | homepage: http://github.com/bennofs/tasty-th
changelog-type: ''
hash: 918aeb00225280123e6fbfea264751d767cef0dd7c11dc44dad048a184b848ba
test-bench-deps: {}
maintainer: Benno Fünfstück <benno.fuenfstueck@gmail.com>
synopsis: Automatic tasty test case discovery using TH
changelog: ''
basic-deps:
base: ! '>=4 && <5'
ta... | homepage: http://github.com/bennofs/tasty-th
changelog-type: ''
hash: 964a332f0400c18ea5cccb0974799d3fe4bc2640e544ae67ea2d02c6f6642dc6
test-bench-deps: {}
maintainer: Benno Fünfstück <benno.fuenfstueck@gmail.com>
synopsis: Automatic tasty test case discovery using TH
changelog: ''
basic-deps:
base: ! '>=4 && <5'
ha... | Update from Hackage at 2017-04-01T14:14:39Z | Update from Hackage at 2017-04-01T14:14:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ae0f5657a04196a3ce07a400d1386d9d24677ebe | roles/homeassistant/files/automations-kitchen.yaml | roles/homeassistant/files/automations-kitchen.yaml | - id: automation.alarm_kitchen_rice_cooker_is_keeping_warm
alias: "ALARM: Kitchen Rice Cooker is keeping warm"
mode: single
trigger:
- platform: time
at: "21:00"
- platform: time
at: "21:30"
- platform: time
at: "22:00"
- platform: time
at: "22:30"
condition:
- condit... | - id: automation.alarm_kitchen_rice_cooker_is_keeping_warm
alias: "ALARM: Kitchen Rice Cooker is keeping warm"
mode: single
trigger:
- platform: time
at: "22:00"
- platform: time
at: "22:30"
- platform: time
at: "23:00"
- platform: time
at: "23:30"
condition:
- condit... | Change times for automation.rice_cooker in HA | Change times for automation.rice_cooker in HA
| YAML | mit | rewse/ansible-playbooks,rewse/ansible-playbooks,rewse/ansible-playbooks |
87661ef308938c078229cfdba6deaa917b2bb4f7 | runtime/syntax/julia.yaml | runtime/syntax/julia.yaml | filetype: julia
detect:
filename: "\\.jl$"
header: "^#!.*/(env +)?julia( |$)"
rules:
# built-in objects
- constant.bool: "\\b(true|false)\\b"
# built-in attributes
- constant: "__[A-Za-z0-9_]+__"
# definitions
- identifier: "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]"
# keywords
... | filetype: julia
detect:
filename: "\\.jl$"
header: "^#!.*/(env +)?julia( |$)"
rules:
# built-in objects
- constant.bool: "\\b(true|false)\\b"
# built-in attributes
- constant: "__[A-Za-z0-9_]+__"
# definitions
- identifier: "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]"
# keywords
... | Update keywords for infix operators | Update keywords for infix operators
| YAML | mit | zyedidia/micro,zyedidia/micro |
57567b36c8ff81ea6d1ea8cddfc0e1bad5186264 | data/transition-sites/cabinet-office.yml | data/transition-sites/cabinet-office.yml | ---
site: cabinet-office
whitehall_slug: cabinet-office
homepage: https://www.gov.uk/government/organisations/cabinet-office
tna_timestamp: 20130128190123
host: www.cabinet-office.gov.uk
aliases:
- cabinet-office.gov.uk
global: =301 https://www.gov.uk/government/organisations/cabinet-office
| ---
site: cabinet-office
whitehall_slug: cabinet-office
homepage: https://www.gov.uk/government/organisations/cabinet-office
tna_timestamp: 20130128190123
host: www.cabinet-office.gov.uk
aliases:
- cabinet-office.gov.uk
- cabinet-office.co.uk
- www.cabinet-office.co.uk
- cabinet-office.com
- www.cabinet-office.com
- ca... | Add further aliases for Cabinet Office | Add further aliases for Cabinet Office
They'd like to point more domains at Bouncer which takes users to the Cabinet Office page. | YAML | mit | alphagov/transition-config,alphagov/transition-config |
b16cf17634660c6fdf7c08a23e57e34672b47dd2 | defaults/main.yml | defaults/main.yml | ---
jenkins_enabled: yes # The role is enabled
jenkins_name: jenkins
jenkins_user: jenkins
jenkins_group: jenkins
jenkins_http_port: 8000 # Set jenkins port
jenkins_ssh_key_file: "" # Set private ssh key for Jenkins user (path to key)
jenkins_ssh_known_host... | ---
jenkins_enabled: yes # The role is enabled
jenkins_name: jenkins
jenkins_user: jenkins
jenkins_group: jenkins
jenkins_http_port: 8000 # Set jenkins port
jenkins_ssh_key_file: "" # Set private ssh key for Jenkins user (path to key)
jenkins_ssh_known_host... | Set default hostname for proxy | Set default hostname for proxy
| YAML | mit | turb/Stouts.jenkins,AlbanAndrieu/Stouts.jenkins,TouqeerHussain/Stouts.jenkins,Seraf/Stouts.jenkins |
7813399a919f58a7df7366729376f78f82fc9051 | defaults/main.yml | defaults/main.yml | ---
drone_scheme: http
drone_hostname: "{{ ansible_ssh_host|default(inventory_hostname) }}"
drone_port: 80
drone_sslcert: ''
drone_sslkey: ''
drone_path: ''
drone_github_key: ''
drone_github_secret: ''
drone_github_domain: github.com
drone_github_apiurl: https://api.github.com
drone_bitbucket_key: ''
drone_bitbucket_... | ---
drone_scheme: http
drone_hostname: "{{ ansible_ssh_host|default(inventory_hostname) }}"
drone_port: 80
drone_sslcert: ''
drone_sslkey: ''
drone_path: ''
drone_github_key: ''
drone_github_secret: ''
drone_github_domain: github.com
drone_github_apiurl: https://api.github.com
drone_bitbucket_key: ''
drone_bitbucket_... | Add forgotten defaults for gitlab | Add forgotten defaults for gitlab
| YAML | apache-2.0 | amos6224/ansible-drone |
3a4d5afccb6cb435bf5a4d17ec0502abef9e1cd9 | images/k8s-cloud-builder/variants.yaml | images/k8s-cloud-builder/variants.yaml | variants:
cross1.14:
CONFIG: 'cross1.14'
KUBE_CROSS_VERSION: 'v1.14.4-2'
SKOPEO_VERSION: 'v0.2.0'
cross1.13:
CONFIG: 'cross1.13'
KUBE_CROSS_VERSION: 'v1.13.9-5'
SKOPEO_VERSION: 'v0.2.0'
| variants:
cross1.14:
CONFIG: 'cross1.14'
KUBE_CROSS_VERSION: 'v1.14.5-1'
SKOPEO_VERSION: 'v0.2.0'
cross1.13:
CONFIG: 'cross1.13'
KUBE_CROSS_VERSION: 'v1.13.13-1'
SKOPEO_VERSION: 'v0.2.0'
| Build on kube-cross:v1.14.5-1 and v1.13.13-1 | k8s-cloud-builder: Build on kube-cross:v1.14.5-1 and v1.13.13-1
Signed-off-by: Stephen Augustus <f96984fef9637085f0559f1484dfd4e99545cd6e@vmware.com>
| YAML | apache-2.0 | kubernetes/release,kubernetes/release |
e5128d1c5e6624855549e4c5aefaf585994368e3 | playbooks/roles/xapi_bridge/defaults/main.yml | playbooks/roles/xapi_bridge/defaults/main.yml | ---
##
# Defaults for role xapi_bridge
#
xapi_bridge_user: xapi
xapi_bridge_user_group: adm #perms on tracking.log
xapi_bridge_app_dir: "{{ COMMON_APP_DIR }}/xapi"
xapi_bridge_user_home: "{{ xapi_bridge_app_dir }}"
xapi_bridge_repo: "https://github.com/appsembler/edx-xapi-bridge"
xapi_bridge_venv_dir: "{{ xapi_bridg... | ---
##
# Defaults for role xapi_bridge
#
xapi_bridge_user: xapi
xapi_bridge_user_group: adm #perms on tracking.log
xapi_bridge_app_dir: "{{ COMMON_APP_DIR }}/xapi"
xapi_bridge_user_home: "{{ xapi_bridge_app_dir }}"
xapi_bridge_repo: "https://github.com/appsembler/edx-xapi-bridge"
xapi_bridge_venv_dir: "{{ xapi_bridg... | Set xapi_bridge_version default to "master" | Set xapi_bridge_version default to "master"
| YAML | agpl-3.0 | appsembler/configuration,appsembler/configuration,appsembler/configuration,appsembler/configuration |
3b1b4a033f9efb21badba4be04ef1373733589f2 | slacksoc.yaml | slacksoc.yaml | statefile: /var/slacksoc/state.gob
plugins:
- name: Respond
responses:
- trigger: "(yo|hey|hi|hello|sup),? slacksoc"
replies: ["hello", "wassup", "yo"]
- trigger: "((good)?bye|adios),? slacksoc"
replies: ["goodbye"]
- trigger: "how much better is slack than groupme?"
repl... | statefile: /var/slacksoc/state.gob
plugins:
- name: Respond
responses:
- trigger: "(yo|hey|hi|hello|sup),? slacksoc"
replies: ["hello", "wassup", "yo"]
- trigger: "((good)?bye|adios),? slacksoc"
replies: ["goodbye"]
- trigger: "how much better is slack than groupme?"
repl... | Add HotPotato plugin introduced in v1.1.0 | Add HotPotato plugin introduced in v1.1.0
| YAML | mit | hacsoc/slacksoc,hacsoc/slacksoc |
0c57d5a5f703e5f7af45a626136ebe3bcf50ed6e | config/final.yml | config/final.yml | ---
blobstore:
provider: s3
options:
bucket_name: logsearch-bosh-release-blobs
region: eu-west-1
endpoint: https://s3-eu-west-1.amazonaws.com
final_name: logsearch
| ---
blobstore:
provider: s3
options:
bucket_name: logsearch-release-blobs
final_name: logsearch
| Update S3 bucket for release blobs | Update S3 bucket for release blobs
| YAML | apache-2.0 | cloudfoundry-community/logsearch-boshrelease,cloudfoundry-community/logsearch-boshrelease,cloudfoundry-community/logsearch-boshrelease,cloudfoundry-community/logsearch-boshrelease |
38c959f740e85810b22743ad413113f8e4ec600e | ansible/roles/blackstar/files/create_worker_ami.yml | ansible/roles/blackstar/files/create_worker_ami.yml | ---
- hosts: localhost
connection: local
gather_facts: no
tasks:
- debug: var=instance_id
- debug: var=image_name
- name: create image of current worker instance
ec2_ami:
instance_id: "{{ instance_id }}"
name: "{{ image_name }}"
region: us-west-2
register: image
... | ---
- hosts: localhost
connection: local
gather_facts: no
vars:
image_name: "worker-{{ DATA_BRANCH }}-{{ ansible_date_time.date }}"
tasks:
- debug: var=instance_id
- debug: var=image_name
- name: create image of current worker instance
ec2_ami:
instance_id: "{{ instance_id }}"
... | Automate image name, worker-<data branch>-date | Automate image name, worker-<data branch>-date
| YAML | bsd-3-clause | ucldc/ingest_deploy,mredar/ingest_deploy,ucldc/ingest_deploy,mredar/ingest_deploy |
a216f91d638bcb9dad1ae2958e2efe033ee2ecbe | invoke.yaml | invoke.yaml | # =====================================================
# INVOKE CONFIGURATION:
# =====================================================
# -- ON WINDOWS:
# run:
# echo: true
# pty: false
# shell: C:\Windows\System32\cmd.exe
# =====================================================
# MAYBE: tasks: auto_dash_names: f... | # =====================================================
# INVOKE CONFIGURATION:
# =====================================================
# -- ON WINDOWS:
# run:
# echo: true
# pty: false
# shell: C:\Windows\System32\cmd.exe
# =====================================================
# MAYBE: tasks: auto_dash_names: f... | Add .pytest_cache as extra directory to clean up (created by newer versions of pytest). | clean-all: Add .pytest_cache as extra directory to clean up (created by newer versions of pytest).
| YAML | bsd-2-clause | jenisys/behave,jenisys/behave |
ae40f6e123ebd4cb3a2ad7020a427b4e9bd120c5 | jitpack.yml | jitpack.yml | jdk: oraclejdk9
install:
- ./gradlew publishToMavenLocal -x test
| install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- source ./install-jdk.sh -F 10 -L GPL
- ./gradlew --version
- ./gradlew publishToMavenLocal -x test
| Use JDK 10 for JitPack compilation | Use JDK 10 for JitPack compilation
| YAML | epl-1.0 | junit-team/junit-lambda,sbrannen/junit-lambda |
c7d6ba6d5dff879991b66aca51492abaf66d0ce6 | announce/2021/mfsa2021-23.yml | announce/2021/mfsa2021-23.yml | ## mfsa2021-FIXME.yml
announced: May 28, 2021
impact: moderate
fixed_in:
- Firefox for iOS 34
title: Security Vulnerabilities fixed in Firefox for iOS 34
advisories:
CVE-2021-29958:
title: File download shares private browsing mode cookies
impact: moderate
reporter: Muneaki Nishimura
description: |
... | ## mfsa2021-23.yml
announced: June 1, 2021
impact: moderate
fixed_in:
- Firefox for iOS 34
title: Security Vulnerabilities fixed in Firefox for iOS 34
advisories:
CVE-2021-29958:
title: File download shares private browsing mode cookies
impact: moderate
reporter: Muneaki Nishimura
description: |
... | Fix date for iOS advisory | Fix date for iOS advisory
| YAML | mpl-2.0 | mozilla/foundation-security-advisories,mozilla/foundation-security-advisories |
ec7ec671dbff22b56c54b98583fcea2d47ea0c8e | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
specs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.0'
- '2.7'
include:
- ruby: '3.1'
coverage: '1'
step... | name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
specs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.0'
- '2.7'
include:
- ruby: '3.1'
coverage: '1'
step... | Add coverage command for codeclimate reporter | Add coverage command for codeclimate reporter
| YAML | mit | opti/panda_doc,opti/panda_doc |
0bb21708a816214eb8ddb61b78d9d607b70f9d27 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
vim_version:
- 'v8.2.0000'
- 'v8.1.0000'
- 'v8.0.0000'
- 'v7.4'
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Checkout v... | name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
vim_version:
- 'v8.2.0000'
- 'v8.1.0000'
- 'v8.0.0000'
- 'v7.4'
steps:
- name: Checkout cod... | Set the CI execution branch to master. | Set the CI execution branch to master.
| YAML | mit | ryanoasis/vim-devicons,ryanoasis/vim-webdevicons |
97ecbf005f11446e732d2eb8aced9346dd287c28 | .github/workflows/ci.yml | .github/workflows/ci.yml | ---
"on":
# Trigger the workflow on pushes to these branches
push:
branches:
- master
- 34.x
jobs:
one:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB... | ---
"on":
# Trigger the workflow on pushes to these branches
push:
branches:
- master
- 34.x
jobs:
one:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB... | Print hosts file as a 'test' | Print hosts file as a 'test'
| YAML | unknown | freephile/qb,freephile/meza,freephile/qb,freephile/meza,freephile/qb,freephile/meza,freephile/meza |
a226bb4e194b17aeb87beeb311026aaa5dae11f4 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push]
jobs:
xcode:
name: Xcode ${{ matrix.xcode }}
runs-on: macOS-10.14
strategy:
matrix:
xcode: [10.1, 10.3, 11]
steps:
- uses: actions/checkout@v1
with:
submodules: true
- run: sudo xcode-select -s '/Applications/Xcode_${{ matrix.xcode }}.app'
... | name: CI
on:
push:
branches:
- master
tags:
- '*'
pull_request:
jobs:
xcode:
name: Xcode ${{ matrix.xcode }}
runs-on: macOS-10.14
strategy:
matrix:
xcode: [10.1, 10.3, 11]
steps:
- uses: actions/checkout@v1
with:
submodules: true
- run: sud... | Add pull_request event to run tests for pull requests from forked repositories | [CI] Add pull_request event to run tests for pull requests from forked repositories
| YAML | apache-2.0 | phatblat/Quick,Quick/Quick,Quick/Quick,Quick/Quick,phatblat/Quick,Quick/Quick,phatblat/Quick,phatblat/Quick |
601390275aa5af6f7819cfd80a495f8d72ef4d1f | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Continuous Integration
on:
push:
branches:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
pull_request: ~
jobs:
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
coverag... | name: Continuous Integration
on:
push:
branches:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
pull_request: ~
jobs:
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
coverag... | Use composer update instead of install in github actions | Use composer update instead of install in github actions
There's no lock file, so an update is find and advised by composer
installation anyways.
| YAML | mit | Taluu/Behapi |
13a5718d1814a3b84ccb8afaadfbe1df71cf109c | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on:
push:
branches:
- master
- php5.x-master
pull_request:
schedule:
- cron: '0 17 * * *'
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
... | name: ci
on:
push:
branches:
- master
- php5.x-master
pull_request:
schedule:
- cron: '0 17 * * *'
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
... | Allow future PHP releases to fail continuous integration tests | Allow future PHP releases to fail continuous integration tests
| YAML | unlicense | php-curl-class/php-curl-class,zachborboa/php-curl-class,php-curl-class/php-curl-class,php-curl-class/php-curl-class,zachborboa/php-curl-class,zachborboa/php-curl-class |
2c35c4b4c0e9c93454ad6df59ed93149bdf699be | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Rollbar-Agent CI
on:
push:
branches: [ master ]
tags: [ v* ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [2.7]
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-... | name: Rollbar-Agent CI
on:
push:
branches: [ master ]
tags: [ v* ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Setup ... | Add CI builds for Python 3.3-3.9 | Add CI builds for Python 3.3-3.9
| YAML | mit | rollbar/rollbar-agent,rollbar/rollbar-agent |
59c918f04da580a87f14dd0d85c6418612ce41fe | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [12, 14]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install -g npm@7
- uses: actions... | name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [12, 14]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install -g npm@7
- uses: actions... | Update actions/setup-node in CI workflow | Update actions/setup-node in CI workflow
| YAML | mit | kensho/babel-preset-kensho,kensho/babel-preset-kensho |
3cf3385f18e876aacec6e30e2795fc1b6d04503f | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Test on Go ${{ matrix.go_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
go_version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', ... | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Test on Go ${{ matrix.go_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
go_version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', ... | Include Go 1.19 in tests | Include Go 1.19 in tests
| YAML | mit | transloadit/go-sdk,transloadit/go-sdk |
3647cc51964152abdb300cdcb2617373da72764c | config/locales/models/dossier/fr.yml | config/locales/models/dossier/fr.yml | fr:
activerecord:
models:
dossier: 'Dossier'
attributes:
dossier:
montant_projet: 'Le montant du projet'
montant_aide_demande: "Le montant d'aide demandée"
date_previsionnelle: "La date de début prévisionnelle"
state:
brouillon: "Brouillon"
en_co... | fr:
activerecord:
models:
dossier: 'Dossier'
attributes:
dossier:
montant_projet: 'Le montant du projet'
montant_aide_demande: "Le montant d'aide demandée"
date_previsionnelle: "La date de début prévisionnelle"
state:
brouillon: "Brouillon"
en_co... | Remove translations for obsolete attributes | Remove translations for obsolete attributes
| YAML | agpl-3.0 | sgmap/tps,sgmap/tps,sgmap/tps |
de554bc1f1e6ebcdb4e695e1e780b16733074a5a | config/prisons/HDI-hatfield-open.yml | config/prisons/HDI-hatfield-open.yml | ---
name: Hatfield Open
nomis_id: HDI
address:
- Thorne Road
- DN7 6El
email: socialvisitshatfield@hmps.gsi.gov.uk
enabled: true
estate: Hatfield Open
finder_slug: hatfield
phone: 01405 746611
slot_anomalies:
2014-12-24:
- 1400-1600
2014-12-31:
- 1400-1600
slots:
thu:
- 1400-1600
sat:
- 1400-1600
sun:... | ---
name: Hatfield Open
nomis_id: HDI
address:
- Thorne Road
- DN7 6El
email: socialvisitshatfield@hmps.gsi.gov.uk
enabled: true
estate: Hatfield Open
finder_slug: hatfield
phone: 01405 746611
slot_anomalies:
2014-12-24:
- 1400-1600
2014-12-31:
- 1400-1600
2015-12-22:
- 1400-1600
slots:
thu:
- 1400-1600... | Update Hatfield Christmas visit slots | Update Hatfield Christmas visit slots | YAML | mit | ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits |
82aa4002035a248e63e54e207246399d9b09b4ff | config/set/phpunit/phpunit-yield-data-provider.yaml | config/set/phpunit/phpunit-yield-data-provider.yaml | services:
Rector\CodingStyle\Rector\ClassMethod\ReturnArrayClassMethodToYieldRector:
PHPUnit\Framework\TestCase:
- '#(provide|dataProvider)*#'
| services:
Rector\CodingStyle\Rector\ClassMethod\ReturnArrayClassMethodToYieldRector:
PHPUnit\Framework\TestCase:
- 'provide*'
- 'dataProvider*'
| Update rule with proper syntax of ReturnArrayClassMethodToYieldRector | Update rule with proper syntax of ReturnArrayClassMethodToYieldRector | YAML | mit | RectorPHP/Rector |
546839b98c1204e04317f5dc63ca903f78531c21 | .travis-phpspec-hhvm.yml | .travis-phpspec-hhvm.yml | suites:
calends:
namespace: Danhunsaker\Calends
psr4_prefix: Danhunsaker\Calends
src_path: %paths.config%/src
spec_path: %paths.config%
spec_prefix: spec
extensions:
- Coduo\PhpSpec\DataProvider\DataProviderExtension
| suites:
calends:
namespace: Danhunsaker\Calends
psr4_prefix: Danhunsaker\Calends
src_path: %paths.config%/src
spec_path: %paths.config%
spec_prefix: spec
| Remove missing/unused extension from PHPSpec config for HHVM | Remove missing/unused extension from PHPSpec config for HHVM
| YAML | mit | danhunsaker/bcmath |
1216a2f036be07f04b19725be670bbfd7a2fa649 | packages/in/instant-zipper.yaml | packages/in/instant-zipper.yaml | homepage: ''
changelog-type: ''
hash: cb95a5fe7b234bcaf27c84904eb1f5ef1b0428cfdcdde7272ab98f8d1ae36931
test-bench-deps: {}
maintainer: B.Schuur@students.uu.nl, R.Koot@students.uu.nl
synopsis: Heterogenous Zipper in Instant Generics
changelog: ''
basic-deps:
instant-generics: -any
base: ! '>=4.0 && <5.0'
mtl: -any... | homepage: ''
changelog-type: ''
hash: a0e15510d3e3eefaa18d20fbfce7a1840519e160e2a8a8b36c498a3664b9c037
test-bench-deps: {}
maintainer: B.Schuur@students.uu.nl, R.Koot@students.uu.nl
synopsis: Heterogenous Zipper in Instant Generics
changelog: ''
basic-deps:
instant-generics: -any
base: <4.3
mtl: -any
all-versions... | Update from Hackage at 2015-08-04T10:38:47+0000 | Update from Hackage at 2015-08-04T10:38:47+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
ffefd395881b52fd636768212d9c7918ded5cf73 | _config.yml | _config.yml | title: "alexwlchan"
emails:
personal: "alex@alexwlchan.net"
wellcome: "a.chan@wellcome.org"
author: "Alex Chan"
description: "Alex Chan's personal blog"
url: "https://alexwlchan.net"
source: "src"
destination: "_site"
social:
github: "alexwlchan"
twitter: "alexwlchan"
linode_referral: "ba2e6ce21e0c63952a7c... | title: "alexwlchan"
emails:
personal: "alex@alexwlchan.net"
wellcome: "a.chan@wellcome.org"
author: "Alex Chan"
description: "Alex Chan's personal blog"
url: "https://alexwlchan.net"
source: "src"
destination: "_site"
social:
github: "alexwlchan"
twitter: "alexwlchan"
linode_referral: "ba2e6ce21e0c63952a7c... | Remove a reference to word-count.csv | Remove a reference to word-count.csv
| YAML | mit | alexwlchan/alexwlchan.net,alexwlchan/alexwlchan.net,alexwlchan/alexwlchan.net,alexwlchan/alexwlchan.net,alexwlchan/alexwlchan.net |
24c63112d77667f37f1e17b1d038c27447166c13 | _config.yml | _config.yml | # Dependencies
markdown: redcarpet
highlighter: pygments
# Permalinks
permalink: pretty
# Setup
title: 'First Joint <a href="http://www.gap-system.org/">GAP</a>-<a href="http://www.sagemath.org/">SageMath</a> Days'
#tagline: 'A GAP school'
description: 'Jan 18-22, 2016'
lo... | # Dependencies
markdown: redcarpet
highlighter: pygments
# Permalinks
permalink: pretty
# Setup
title: 'First Joint <a href="http://www.gap-system.org/">GAP</a>-​<a href="http://www.sagemath.org/">SageMath</a> Days'
#tagline: 'A GAP school'
description: 'Jan 18-22, 2... | Add a soft linebreak after dash in title | Add a soft linebreak after dash in title
| YAML | mit | gapdays/gap-sage-days2016 |
87185b432554efbaafb2ae74f60f9fe093fb955a | exercises/palindrome-products/metadata.yml | exercises/palindrome-products/metadata.yml | ---
blurb: "Write a program that can detect palindrome products in a given range."
source: "Problem 4 at Project Euler"
source_url: "http://projecteuler.net/problem=4"
| ---
blurb: "Detect palindrome products in a given range."
source: "Problem 4 at Project Euler"
source_url: "http://projecteuler.net/problem=4"
| Remove "write a program" from palindrome-products exercise | Remove "write a program" from palindrome-products exercise
| YAML | mit | rpottsoh/x-common,exercism/x-common,Vankog/problem-specifications,jmluy/x-common,petertseng/x-common,rpottsoh/x-common,jmluy/x-common,kgengler/x-common,jmluy/x-common,petertseng/x-common,exercism/x-common,Vankog/problem-specifications,ErikSchierboom/x-common,ErikSchierboom/x-common,kgengler/x-common |
9fdbdde53ee90e92e2e2ab141b913969f11638c8 | recipes/pycollo/meta.yaml | recipes/pycollo/meta.yaml | {% set name = "pycollo" %}
{% set version = "0.1.5" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pycollo-{{ version }}.tar.gz
sha256: db2159a37bb6b28116e166e95739e6d74c3c123b4406be2dbfe9177ba3ad3ac0
build:
number: 0
noarch... | {% set name = "pycollo" %}
{% set version = "0.1.5" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pycollo-{{ version }}.tar.gz
sha256: db2159a37bb6b28116e166e95739e6d74c3c123b4406be2dbfe9177ba3ad3ac0
build:
number: 0
noarch... | Add setuptools_scm as host requirement | Add setuptools_scm as host requirement
| YAML | bsd-3-clause | ocefpaf/staged-recipes,conda-forge/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-recipes,ReimarBauer/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,mariusvniekerk... |
842910929d590d2c706ac79def3a653c269f6f4b | metadata/de.hauke_stieler.geonotes.yml | metadata/de.hauke_stieler.geonotes.yml | Categories:
- Science & Education
- Navigation
License: GPL-3.0-or-later
AuthorName: Hauke Stieler
SourceCode: https://github.com/hauke96/geonotes
IssueTracker: https://github.com/hauke96/geonotes/issues
Changelog: https://github.com/hauke96/GeoNotes/releases
AutoName: GeoNotes
RepoType: git
Repo: https://github.... | Categories:
- Science & Education
- Navigation
License: GPL-3.0-or-later
AuthorName: Hauke Stieler
SourceCode: https://github.com/hauke96/geonotes
IssueTracker: https://github.com/hauke96/geonotes/issues
Changelog: https://github.com/hauke96/GeoNotes/releases
AutoName: GeoNotes
RepoType: git
Repo: https://github.... | Update GeoNotes to 1.0.4 (1000004) | Update GeoNotes to 1.0.4 (1000004)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
3ab365fdd8e86fa68aa9fb4c6a6ac9ba6fc7a7b2 | azure-pipelines.yml | azure-pipelines.yml | # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
str... | # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
str... | Remove Python 2.7 from Azure Pipelines | Remove Python 2.7 from Azure Pipelines | YAML | mit | ekwoodrich/python-dvrip |
e349c9221b0a265a6338191ff9f3cea7c786780e | azure-pipelines.yml | azure-pipelines.yml | trigger:
- master
- rel/*
pr:
- master
- rel/*
pool:
vmImage: vs2017-win2016
steps:
- task: DotNetCoreInstaller@0
displayName: Install Dot Net Core v2.2.1
inputs:
version: '2.2.103'
- task: BatchScript@1
inputs:
filename: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Enterprise\\Common7\\... | trigger:
- master
- rel/*
- preview/*
pr:
- master
- rel/*
- preview/*
resources:
repositories:
- repository: templates
type: github
name: ReactiveUI/ReactiveUI.Cake.Recipe
endpoint: reactiveui
jobs:
- template: Azure/azure-pipelines.yml@templates # Template reference | Update the azure scripts to use reactiveui.cake.recipe | housekeeping: Update the azure scripts to use reactiveui.cake.recipe
| YAML | mit | paulcbetts/punchclock,paulcbetts/punchclock |
cc201ec6dd62167e46807c4360a7a6cf8554f29d | recipes/edffile/meta.yaml | recipes/edffile/meta.yaml | {% set version = "5.0.0" %}
package:
name: edffile
version: {{ version }}
source:
path: src
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
- numpy
run:
- ... | {% set version = "5.0.0" %}
package:
name: edffile
version: {{ version }}
source:
path: src
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
- numpy
run:
- ... | Add note to edffile recipe about turning src/ into a github project | Add note to edffile recipe about turning src/ into a github project
| YAML | bsd-3-clause | vamega/staged-recipes,dfroger/staged-recipes,blowekamp/staged-recipes,SylvainCorlay/staged-recipes,kwilcox/staged-recipes,isuruf/staged-recipes,mcs07/staged-recipes,guillochon/staged-recipes,grlee77/staged-recipes,rvalieris/staged-recipes,Cashalow/staged-recipes,grlee77/staged-recipes,pstjohn/staged-recipes,barkls/stag... |
ffc85b1c873f6877b14b2b12394f3c9c44d66126 | recipes/ncurses/meta.yaml | recipes/ncurses/meta.yaml | {% set version = "5.9" %}
package:
name: ncurses
version: {{ version }}
source:
fn: ncurses-{{ version }}.tar.gz
url: http://ftp.gnu.org/pub/gnu/ncurses/ncurses-{{ version }}.tar.gz
md5: 8cb9c412e5f2d96bc6f459aa8c6282a1
patches:
# http://lists.gnu.org/archive/html/bug-ncurses/2011-04/txtkWQqiQvcZe.txt... | {% set version = "5.9" %}
package:
name: ncurses
version: {{ version }}
source:
fn: ncurses-{{ version }}.tar.gz
url: http://ftp.gnu.org/pub/gnu/ncurses/ncurses-{{ version }}.tar.gz
md5: 8cb9c412e5f2d96bc6f459aa8c6282a1
patches:
# http://lists.gnu.org/archive/html/bug-ncurses/2011-04/txtkWQqiQvcZe.txt... | Add more tests. [skip appveyor] | ncurses: Add more tests. [skip appveyor]
| YAML | bsd-3-clause | hbredin/staged-recipes,asmeurer/staged-recipes,dschreij/staged-recipes,koverholt/staged-recipes,shadowwalkersb/staged-recipes,igortg/staged-recipes,petrushy/staged-recipes,rmcgibbo/staged-recipes,grlee77/staged-recipes,basnijholt/staged-recipes,barkls/staged-recipes,asmeurer/staged-recipes,vamega/staged-recipes,kwilcox... |
5f0ae797df99cc615c921039cd52465eddf051d4 | recipes/vcf2maf/meta.yaml | recipes/vcf2maf/meta.yaml | build:
number: 0
skip: True # [osx] since variant-effect-predictor is not there yet
package:
name: vcf2maf
version: 1.6.12
source:
fn: v1.6.12.tar.gz
url: https://github.com/mskcc/vcf2maf/archive/v1.6.12.tar.gz
md5: ebdba06c46650b3f185d237f6819a209
requirements:
build:
- perl-threaded
- varia... | build:
number: 0
skip: True # [osx] since variant-effect-predictor is not there yet
package:
name: vcf2maf
version: 1.6.12
source:
fn: v1.6.12.tar.gz
url: https://github.com/mskcc/vcf2maf/archive/v1.6.12.tar.gz
md5: ebdba06c46650b3f185d237f6819a209
requirements:
build:
- perl-threaded
- varia... | Add tabix (htslib) as requirement for vcf2maf | Add tabix (htslib) as requirement for vcf2maf
| YAML | mit | shenwei356/bioconda-recipes,blankenberg/bioconda-recipes,saketkc/bioconda-recipes,bow/bioconda-recipes,phac-nml/bioconda-recipes,zachcp/bioconda-recipes,keuv-grvl/bioconda-recipes,bow/bioconda-recipes,ivirshup/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,ivirshup/bioconda-recipes,xguse/bioconda-recipes,mcornwell1957/... |
e221efc5c57aa35ac7d14107d92dba4014366ec2 | metadata/org.studip.unofficial_app.yml | metadata/org.studip.unofficial_app.yml | Categories:
- Science & Education
License: GPL-3.0-only
AuthorName: Tarek Sander
SourceCode: https://github.com/tareksander/Stud.IP-App
IssueTracker: https://github.com/tareksander/Stud.IP-App/issues
AutoName: Stud.IP
RepoType: git
Repo: https://github.com/tareksander/Stud.IP-App
Builds:
- versionName: 0.3.1
... | Categories:
- Science & Education
License: GPL-3.0-only
AuthorName: Tarek Sander
SourceCode: https://github.com/tareksander/Stud.IP-App
IssueTracker: https://github.com/tareksander/Stud.IP-App/issues
AutoName: Stud.IP
RepoType: git
Repo: https://github.com/tareksander/Stud.IP-App
Builds:
- versionName: 0.3.1
... | Update Stud.IP to 0.5.0 (14) | Update Stud.IP to 0.5.0 (14)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
213b29def3d610396dc3279896ac92e6fd997d71 | templates/2.4.0/release-vars.yml | templates/2.4.0/release-vars.yml | solace_load_version: soltr_9.0.1.7
bosh_stemcell: "ubuntu-xenial"
bosh_stemcell_version: "97.32"
solace_service_broker_jar: solace-service-broker-0.0.1223.jar
cf_mysql_version: "36.18.0"
| solace_load_version: soltr_9.1.0.77
bosh_stemcell: "ubuntu-xenial"
bosh_stemcell_version: "97.32"
solace_service_broker_jar: solace-service-broker-0.0.1223.jar
cf_mysql_version: "36.18.0"
| Update to match Solace PubSub+ Message Broker release | Update to match Solace PubSub+ Message Broker release
| YAML | apache-2.0 | SolaceDev/solace-messaging-cf-dev,SolaceDev/solace-messaging-cf-dev |
f31a8dfe5f54157dcf2af0bd0a08511e76a43cb1 | Configuration/Settings.Object.yaml | Configuration/Settings.Object.yaml | #
# Object configuration for the Flow Framework
#
Neos:
Flow:
object:
# If enabled, the Object Manager will - additionally to the class files found
# in the "Classes" directory - also register class files found in the directory
# "Tests/Functional/". Enabling this feature obviously only makes s... | #
# Object configuration for the Flow Framework
#
Neos:
Flow:
object:
# If enabled, the Object Manager will - additionally to the class files found
# in the "Classes" directory - also register class files found in the directory
# "Tests/Functional/". Enabling this feature obviously only makes s... | Remove Settings note about removed setting | Remove Settings note about removed setting
| YAML | mit | neos/flow,neos/flow,neos/flow,neos/flow |
0389dc65fac4ccfe0dc698ec2368fd2cca2a116b | packages/de/dependent-monoidal-map.yaml | packages/de/dependent-monoidal-map.yaml | homepage: ''
changelog-type: markdown
hash: b8dc6070c9dd98834970922d93617588adc32ea9b79b8cb4dd6919ae45bcc02a
test-bench-deps: {}
maintainer: maintainer@obsidian.systems
synopsis: Data.Dependent.Map variant that appends conflicting entries when merging
maps instead of discarding one side of the conflict.
changelog: ! ... | homepage: ''
changelog-type: markdown
hash: 62e6d7bb4937b58b6b9c2096e35cf9ff8aa24ba1e401d1dd7c97f866935d0786
test-bench-deps: {}
maintainer: maintainer@obsidian.systems
synopsis: Dependent map that uses semigroup mappend
changelog: |
# Revision history for dependent-monoidal-map
basic-deps:
dependent-sum: ! '>=0.6.... | Update from Hackage at 2019-09-04T15:17:59Z | Update from Hackage at 2019-09-04T15:17:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
84cd10aa51440ff7d6d8231304df1cf2eb85558e | tests/unblock-prompt/.buildkite/pipeline.yml | tests/unblock-prompt/.buildkite/pipeline.yml | steps:
- block: "Continue with input"
prompt: "Fill out the form below!"
fields:
- text: "What version is this? :parrot:"
key: "version"
default: "This is the default value"
hint: "This is a hint :ruby:"
- select: "Choose on of these"
key: "deploy-target"
op... | steps:
- block: "Continue with input"
prompt: "Fill out the form below!"
fields:
- text: "What version is this? :parrot:"
key: "version"
default: "This is the default value"
hint: "This is a hint :ruby:"
- select: "Choose on of these"
key: "deploy-target"
op... | Add a new test field | Add a new test field | YAML | mit | buildkite/agent-tests,buildkite/agent-tests |
938f571fc0bb4241e44a752df872c10a5d90eb0c | roles/bmd/tasks/main.yaml | roles/bmd/tasks/main.yaml | ---
- name: Copy over Blackmagic Desktop Video Windows tools
win_copy:
dest: c:\Temp\Blackmagic_Desktop_Video_Windows_10.8.4.zip
src: distros/bmd/Blackmagic_Desktop_Video_Windows_10.8.4.zip
- name: Unzip BMD tools
win_unzip:
src: c:\Temp\Blackmagic_Desktop_Video_Windows_10.8.4.zip
dest: c:\T... | ---
- name: Copy over Blackmagic Desktop Video Windows tools
win_copy:
dest: c:\Temp\Blackmagic_Desktop_Video_Windows_10.8.4.zip
src: distros/bmd/Blackmagic_Desktop_Video_Windows_10.8.4.zip
- name: Unzip BMD tools
win_unzip:
src: c:\Temp\Blackmagic_Desktop_Video_Windows_10.8.4.zip
dest: c:\T... | Reboot only if BMD tools are changed - fix. | Reboot only if BMD tools are changed - fix.
| YAML | apache-2.0 | Streampunk/automaton |
a033be0fd16d67d74e484a49a282ddd739d37632 | roles/ruby/tasks/main.yml | roles/ruby/tasks/main.yml | ---
- name: Clone rbenv
git: >
repo=git://github.com/sstephenson/rbenv.git
dest=~/.rbenv
tags: update
- name: Clone ruby-build
git: >
repo=git://github.com/sstephenson/ruby-build.git
dest=~/.rbenv/plugins/ruby-build
tags: update
- name: Clone rbenv-ctags
git: >
repo=git://github.com/tpop... | ---
- name: Clone rbenv
git: >
repo=git://github.com/sstephenson/rbenv.git
dest=~/.rbenv
tags: update
- name: Clone rbenv plugins
git: >
repo=git://github.com/{{ item }}.git
dest=~/.rbenv/plugins/{{ item | basename }}
with_items:
- sstephenson/rbenv-default-gems
- tpope/rbenv-ctags
... | Install rbenv plugins using with_items | Install rbenv plugins using with_items
| YAML | mit | jcf/ansible-dotfiles,jcf/ansible-dotfiles,jcf/ansible-dotfiles,jcf/ansible-dotfiles,jcf/ansible-dotfiles |
7e8165e07fae35ce65c737e1d3602330a4a87d67 | rpm/harbour-sailsoma.yaml | rpm/harbour-sailsoma.yaml | Name: harbour-sailsoma
Summary: SailSoma
Version: 0.3.2
Release: 1
Group: Qt/Qt
License: 'BSD'
Sources:
- '%{name}-%{version}.tar.bz2'
Description: |-
SailSoma is a very simple client for the popular Soma.fm radio, a free streaming radio with more than 20 channels available.
Configure: none
Builder: qtc5
PkgConfigBR:... | Name: harbour-sailsoma
Summary: SailSoma
Version: 0.3.2
Release: 1
Group: Qt/Qt
License: 'BSD'
URL: https://github.com/andreagrandi/sailsoma
Sources:
- '%{name}-%{version}.tar.bz2'
Description: |-
SailSoma is a very simple client for the popular Soma.fm radio, a free streaming radio with more than 20 channels availab... | Add url with source code in .yaml | Add url with source code in .yaml
| YAML | bsd-2-clause | andreagrandi/sailsoma |
0390fea470ae568074169581fe8fef2f1ba03ee5 | packages/po/postgresql-copy-escape.yaml | packages/po/postgresql-copy-escape.yaml | homepage: https://github.com/joeyadams/hs-postgresql-copy-escape
changelog-type: ''
hash: 26ede3c4d91ab4576209928c46ddf988bd362875df0634ec1db0416d62b6dd02
test-bench-deps: {}
maintainer: joeyadams3.14159@gmail.com
synopsis: Format data to feed to a PostgreSQL COPY FROM statement
changelog: ''
basic-deps:
bytestring: ... | homepage: https://github.com/joeyadams/hs-postgresql-copy-escape
changelog-type: ''
hash: 03a288bd316f0cd07611e8783b9e93c423e9f3bd8a52f45af5a009743c6d96df
test-bench-deps: {}
maintainer: joeyadams3.14159@gmail.com
synopsis: Format data to feed to a PostgreSQL COPY FROM statement
changelog: ''
basic-deps:
bytestring: ... | Update from Hackage at 2019-11-16T23:27:44Z | Update from Hackage at 2019-11-16T23:27:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
518ddb0c37030d759c12e1862e4bdbc420d7bc15 | data/transition-sites/nactso_syf.yml | data/transition-sites/nactso_syf.yml | ---
site: nactso_syf
whitehall_slug: national-counter-terrorism-security-office
host: www.secureyourfertiliser.gov.uk
tna_timestamp: 20090805162030
homepage: https://www.gov.uk/government/organisations/national-counter-terrorism-security-office
| ---
site: nactso_syf
whitehall_slug: national-counter-terrorism-security-office
host: www.secureyourfertiliser.gov.uk
tna_timestamp: 20090805162030
homepage: https://www.gov.uk/government/organisations/national-counter-terrorism-security-office
global: =301 https://www.gov.uk/government/publications/secure-your-fertili... | Make NACTSO SecureYourFertiliser a global redirect | Make NACTSO SecureYourFertiliser a global redirect
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
a8311a9543f31297fdd4760b366176ba1f757f10 | roles/macos/tasks/common-packages.yml | roles/macos/tasks/common-packages.yml | ---
- name: brew tap casks
homebrew_tap:
name: "{{ item }}"
state: present
loop: "{{ macos.brew.taps | flatten(levels=1) }}"
- name: brew update
homebrew: update_homebrew=yes
- name: brew upgrade
homebrew: update_homebrew=yes upgrade_all=yes
- name: brew install common casks
homebrew_cask: name={{ ... | ---
- name: brew tap casks
homebrew_tap:
name: "{{ item }}"
state: present
loop: "{{ macos.brew.taps | flatten(levels=1) }}"
- name: brew update
homebrew: update_homebrew=yes
- name: brew upgrade
homebrew: update_homebrew=yes upgrade_all=yes
- name: brew install common casks
homebrew_cask: name={{ ... | Add packages for personal mail setup. | Add packages for personal mail setup.
| YAML | mit | alloy-d/alloy-d.nyc |
925a345dd2e2202b362c02ab5e381039cd6c5cb6 | ansible/roles/gcp_packages/tasks/main.yml | ansible/roles/gcp_packages/tasks/main.yml | ---
- name: install packages
yum:
name: "{{ item }}"
state: installed
with_items:
- python-gcloud
| ---
- name: install packages
yum:
name: "{{ item }}"
state: installed
with_items:
- python-gcloud
- gcloud
| Install the gcloud package which has gcloud cli | Install the gcloud package which has gcloud cli
| YAML | apache-2.0 | themurph/openshift-tools,openshift/openshift-tools,ivanhorvath/openshift-tools,blrm/openshift-tools,blrm/openshift-tools,ivanhorvath/openshift-tools,drewandersonnz/openshift-tools,joelsmith/openshift-tools,andrewklau/openshift-tools,blrm/openshift-tools,themurph/openshift-tools,andrewklau/openshift-tools,joelddiaz/open... |
7452e16c536829c0563a6bd146e4dc058f855954 | pipeline-templates/step/nuget-build.yml | pipeline-templates/step/nuget-build.yml | steps:
- task: PowerShell@2
displayName: 'Set NuGet Package Version'
inputs:
targetType: inline
script: |
if ("$(GitVersion.PreReleaseLabel)" -ne "") { $NuGetPackageVersion = "$(GitVersion.MajorMinorPatch)-prerelease" } else { $NuGetPackageVersion = "$(GitVersion.MajorMinorPatch)" }
Write-Host ... | steps:
- task: PowerShell@2
displayName: 'Set NuGet Package Version'
inputs:
targetType: inline
script: |
if ("$(GitVersion.PreReleaseLabel)" -ne "") { $NuGetPackageVersion = "$(GitVersion.MajorMinorPatch)-prerelease" } else { $NuGetPackageVersion = "$(GitVersion.MajorMinorPatch)" }
Write-Host ... | Split WebClientComponents out to separate task | Split WebClientComponents out to separate task
| YAML | mit | SkillsFundingAgency/das-employerusers,SkillsFundingAgency/das-employerusers,SkillsFundingAgency/das-employerusers |
951a38469727049cd616623c8482ff2a7f55ab7d | .github/workflows/merge-dependabot-upgrades.yml | .github/workflows/merge-dependabot-upgrades.yml | # See https://github.com/ridedott/merge-me-action/
# This workflow automates merges from patches sent by Dependabot, and
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge... | # See https://github.com/ridedott/merge-me-action/
# This workflow automates merges from patches sent by Dependabot, and
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge... | Bump ridedott/merge-me-action from 2.9.152 to 2.9.153 | Bump ridedott/merge-me-action from 2.9.152 to 2.9.153
Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.9.152 to 2.9.153.
- [Release notes](https://github.com/ridedott/merge-me-action/releases)
- [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md)
- [Com... | YAML | mit | Ocramius/DoctrineBatchUtils |
1dc1ee0acf3969ac3d9baf2293ddbf75addd057e | test/config/database.yml | test/config/database.yml | <% raise "ENV['DB'] not specified!" unless ENV['DB'] %>
# a bit hackish - tests would require a refactoring instead
mysql2: &mysql2
adapter: mysql2
database: activewarehouse_etl_test
username: root
encoding: utf8
local_infile: true
mysql: &mysql
adapter: mysql
database: activewarehouse_etl_test
usern... | <% raise "ENV['DB'] not specified!" unless ENV['DB'] %>
# a bit hackish - tests would require a refactoring instead
mysql2: &mysql2
adapter: mysql2
database: activewarehouse_etl_test
username: root
encoding: utf8
local_infile: true
# the tests would require a rework: disabling casting for now
cast: fals... | Disable casting during tests on mysql2 to make tests pass | Disable casting during tests on mysql2 to make tests pass
| YAML | mit | activewarehouse/activewarehouse-etl,thinkthroughmath/activewarehouse-etl |
5879e622e436429e357257ff3639fe96b9653dad | lib/cryptoexchange/exchanges/fisco/fisco.yml | lib/cryptoexchange/exchanges/fisco/fisco.yml | :pairs:
- :base: BTC
:target: JPY
| :pairs:
- :base: BTC
:target: JPY
- :base: MONA
:target: JPY
- :base: MONA
:target: BTC
- :base: BCH
:target: JPY
- :base: BCH
:target: BTC
| Add more currencies to Fisco | Add more currencies to Fisco
| YAML | mit | coingecko/cryptoexchange,coingecko/cryptoexchange |
19b14fbeb5962ecb3b56dd2a8e115711d1bd2320 | appveyor_deploy.yml | appveyor_deploy.yml | clone_depth: 1
version: '{build}'
skip_non_tags: true
image: Visual Studio 2017
configuration: Release
build_script:
- ps: if($env:appveyor_repo_tag -eq 'True') { Update-AppveyorBuild -Version $env:appveyor_repo_tag_name }
- dotnet pack /p:Version=%APPVEYOR_BUILD_VERSION% /p:GenerateDocumentationFile=true
artifacts... | clone_depth: 1
version: '{build}'
skip_non_tags: true
image: Visual Studio 2017
configuration: Release
before_build:
- cmd: nuget restore osu-framework.sln
- cmd: nuget restore osu-framework.iOS.sln
build_script:
- ps: if($env:appveyor_repo_tag -eq 'True') { Update-AppveyorBuild -Version $env:appveyor_repo_tag_na... | Fix deploy script not being updated for multiple sln files | Fix deploy script not being updated for multiple sln files
| YAML | mit | DrabWeb/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,Tom94/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,DrabWeb/osu-framework,smoogipooo/osu-framework,Tom94/osu-framework,ppy/osu-framewor... |
0ecd176d45a1a7e023fab77e18466fa678f67162 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.1.2
environment:
PGHOST: 127.0.0.1
PGUSER: root ... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.1.2
environment:
PGHOST: 127.0.0.1
PGUSER: root ... | Add update before apt install postgresql-client | Add update before apt install postgresql-client
| YAML | agpl-3.0 | flyrightsister/boxcharter,flyrightsister/boxcharter |
398c11fccdcc0ad94bbb1edd987409e32865243b | ci/update-godoc.yml | ci/update-godoc.yml | ---
image_resource:
type: docker-image
source:
repository: cfgarden/garden-ci-ubuntu
tag: '0.11.2'
platform: linux
inputs:
- name: garden
run:
path: garden/scripts/update-godoc.sh
| ---
image_resource:
type: docker-image
source:
repository: cfgarden/garden-ci-ubuntu
tag: '0.11.3'
platform: linux
inputs:
- name: garden
run:
path: garden/scripts/update-godoc.sh
| Use test image tag 0.11.3 | Use test image tag 0.11.3
Signed-off-by: Tiago Scolari <f438736fd7dd1cb07f8d2a37f4499d0a0272a752@pivotal.io>
| YAML | apache-2.0 | cloudfoundry-incubator/garden,cloudfoundry-incubator/garden |
ea4840042b0c087685ab4faffab58ba6906b06f5 | site/_config.yml | site/_config.yml | destination: production
markdown: redcarpet
redcarpet:
extensions: ["tables"]
paginate: 10
highlighter: pygments
sass:
sass_dir: _sass
gems: [jekyll-paginate]
version: "master"
main_site_url: https://www.bazel.build
docs_site_url: "/"
blog_site_url: https://blog.bazel.build
| destination: production
markdown: kramdown
kramdown:
syntax_highlighter: rouge
paginate: 10
sass:
sass_dir: _sass
gems: [jekyll-paginate]
version: "master"
main_site_url: https://www.bazel.build
docs_site_url: "/"
blog_site_url: https://blog.bazel.build
| Use `kramdown` for processing markdown | Site: Use `kramdown` for processing markdown
See discussion on https://groups.google.com/forum/#!topic/bazel-dev/puQn4173CXU
RELNOTES: None.
PiperOrigin-RevId: 220451460
| YAML | apache-2.0 | perezd/bazel,safarmer/bazel,twitter-forks/bazel,davidzchen/bazel,meteorcloudy/bazel,ulfjack/bazel,cushon/bazel,ButterflyNetwork/bazel,akira-baruah/bazel,katre/bazel,ButterflyNetwork/bazel,dslomov/bazel-windows,twitter-forks/bazel,katre/bazel,werkt/bazel,werkt/bazel,ButterflyNetwork/bazel,dslomov/bazel-windows,safarmer/... |
7773d17508511015984666b3b733dacc4b5b8ada | publify_textfilter_code/.travis.yml | publify_textfilter_code/.travis.yml | language: ruby
dist: xenial
cache:
bundler: true
rvm:
- 2.4
- 2.5
- 2.6
branches:
only:
- master
| language: ruby
dist: xenial
cache:
bundler: true
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
branches:
only:
- master
| Add Ruby 2.7 to the Travis CI build matrix | Add Ruby 2.7 to the Travis CI build matrix
| YAML | mit | publify/publify,publify/publify,publify/publify |
f68c42e4ce02fcea79cd76429b62161efaadb41e | .gitlab-ci.yml | .gitlab-ci.yml | image: node:10
code_quality:
stage: test
before_script:
- npm install --no-package-lock --no-save --quiet stylelint stylelint-config-standard stylelint-order stylelint-scss
- composer install
- node -v
- npm -v
- php -v
script:
- stylelint "./src/assets/styles/**/*.scss"
- eslint "./s... | image: jacob9230/linter
code_quality:
stage: test
before_script:
- npm install --no-package-lock --no-save --quiet stylelint stylelint-config-standard stylelint-order stylelint-scss
- composer install
- node -v
- npm -v
- php -v
script:
- stylelint "./src/assets/styles/**/*.scss"
- es... | Revert back to custom Docker image for now | Revert back to custom Docker image for now
| YAML | mit | JacobDB/new-site,JacobDB/new-site,revxx14/new-site,revxx14/new-site,JacobDB/new-site |
c285fce1d635788d7e251a35f37057b961e85a00 | .gitlab-ci.yml | .gitlab-ci.yml | variables:
LC_ALL: C.UTF-8
LANG: C.UTF-8
.unit_tests:
script:
- apk add cmake g++ ninja
- mkdir build && cd build
- cmake -G "Ninja" ../
- ninja -v
- ./tests/tests
only:
- merge_requests
Unit Tests x64:
extends: .unit_tests
image: amd64/alpine:3.9
Unit Tests i386:
extends: .uni... | variables:
LC_ALL: C.UTF-8
LANG: C.UTF-8
.unit_tests:
script:
- apk add cmake g++ ninja
- mkdir build && cd build
- cmake -G "Ninja" ../
- ninja -v
- ./tests/tests
only:
- merge_requests
Unit Tests x64:
extends: .unit_tests
image: amd64/alpine:3.9
Unit Tests i386:
extends: .uni... | Rename ClangTidy to Static Linting | Rename ClangTidy to Static Linting
| YAML | mit | dosshell/tinycsockets,dosshell/tinycsockets,dosshell/tinycsockets |
bc2d220d6bfee96599ea43f67d9011b3c933b8b4 | romana-install/roles/os-common/tasks/ubuntu_ssh.yml | romana-install/roles/os-common/tasks/ubuntu_ssh.yml | ---
# These keys are installed so that the EC2 instance can access
# the github repositories of the user doing the installation.
# This is necessary for accessing the (currently) private repositories
# that contain Romana software.
- name: Install private key for ubuntu user
copy: src="~/.ssh/id_rsa" dest="~/.ssh/id... | ---
- name: Install private key for ubuntu user
copy: src="romana_id_rsa" dest="~/.ssh/id_rsa" mode=0600
- name: Install public key for ubuntu user
copy: src="romana_id_rsa.pub" dest="~/.ssh/id_rsa.pub" mode=0644
- name: Add public key to authorised keys
authorized_key: user=ubuntu key="{{ item }}" state=presen... | Copy generated key to hosts | Copy generated key to hosts
| YAML | apache-2.0 | mortensteenrasmussen/romana,mortensteenrasmussen/romana,romana/romana,romana/romana,mortensteenrasmussen/romana |
57c09ab37b8adcee99e375931404311acf0de878 | data/building-hours/3-2-print-center.yaml | data/building-hours/3-2-print-center.yaml | name: Print Center
image: print
category: Mail and Packages
schedule:
- title: Hours
closedForChapelTime: true
hours:
# - {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '5:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interim: []
spring: []
easter: []
summer:
- title: ... | name: Print Center
image: print
category: Mail and Packages
schedule:
- title: Hours
# closedForChapelTime: true
hours:
# - {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '5:00pm'}
- {days: [Mo, Tu, We, Th], from: '8:00am', to: '3:00pm'}
- {days: [Fr], from: '8:00am', to: '12:00pm'}
brea... | Set current hours to match summer hours | Set current hours to match summer hours
| YAML | agpl-3.0 | StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native |
f88840b9626fc5ea11e5207ae65585a7574920ea | packages/cr/crdt.yaml | packages/cr/crdt.yaml | homepage: https://github.com/cblp/crdt#readme
changelog-type: ''
hash: b3277b8d6a49a6ebded52b60bc4690d8d6e3d0dbe3e3d079084726c3f42b343e
test-bench-deps:
base: ! '>=4.9 && <4.11'
tasty-discover: ! '>=4.1'
containers: -any
tasty-quickcheck: -any
mtl: -any
tasty: -any
QuickCheck: -any
crdt: -any
maintainer... | homepage: https://github.com/cblp/crdt#readme
changelog-type: ''
hash: 23502f91654d8c7e97a6352f80b83f815f2947d8e8e161c0f196607930277dc7
test-bench-deps:
base: ! '>=4.9 && <4.11'
tasty-discover: ! '>=4.1'
containers: -any
tasty-quickcheck: -any
mtl: -any
tasty: -any
QuickCheck: -any
crdt: -any
maintainer... | Update from Hackage at 2017-11-29T21:27:37Z | Update from Hackage at 2017-11-29T21:27:37Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e9cce2cb2b5e75f5046a42ff50ffc51ff8c60b12 | deploy/static_site/source/_data/links.yml | deploy/static_site/source/_data/links.yml | - url: "https://stemcamp.aurorak12.org/"
title: "STEM Summer Camp Homepage"
| - url: "https://stemcamp.aurorak12.org/"
title: "STEM Summer Camp Homepage"
- url: "https://projecteuler.net/"
title: "Project Euler"
| Add link to Project Euler | Add link to Project Euler
| YAML | bsd-3-clause | jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/NGC_STEM_camp_AWS,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/NGC_STEM_camp_AWS |
2805871f91d9633c9e2e272c05afc0af628a7d68 | pkg/args/pubspec.yaml | pkg/args/pubspec.yaml | name: args
version: 0.12.1-dev
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
Library for defining parsers for parsing raw command-line arguments into
a set of options and values using GNU and POSIX style options.
dependencies:
collection: ">=0.9.0 <2.0.0"
dev_dependencies... | name: args
version: 0.12.1
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
Library for defining parsers for parsing raw command-line arguments into
a set of options and values using GNU and POSIX style options.
dependencies:
collection: ">=0.9.0 <2.0.0"
dev_dependencies:
... | Remove "-dev" to publish args package. | Remove "-dev" to publish args package.
R=nweiz@google.com, paulberry@google.com
Review URL: https://codereview.chromium.org//698463004
git-svn-id: c93d8a2297af3b929165606efe145742a534bc71@41448 260f80e4-7a28-3924-810f-c04153c831b5
| YAML | bsd-3-clause | dart-archive/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-archive/dart-sdk... |
318ce47982321a540884a1cccdbebce36a32a323 | .github/workflows/docs-review.yml | .github/workflows/docs-review.yml | # When a PR is labelled with 'ready-for-docs-review',
# this workflow comments on the PR to notify the GitHub CodeQL docs team.
name: Request docs review
on:
# Runs in the context of the base repo.
# This gives the workflow write access to comment on PRs.
# The workflow should not check out or build the given ref... | # When a PR is labelled with 'ready-for-docs-review',
# this workflow comments on the PR to notify the GitHub CodeQL docs team.
name: Request docs review
on:
# Runs in the context of the base repo.
# This gives the workflow write access to comment on PRs.
# The workflow should not check out or build the given ref... | Fix comment that tags the Docs team | Actions: Fix comment that tags the Docs team | YAML | mit | github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql |
fba7767669f120f1ad48260858aaf30563aa5f82 | .github/workflows/integration.yml | .github/workflows/integration.yml | name: 'Integration'
on:
- push
jobs:
lint-test:
name: 'Lint/Test'
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: 'Checkout'
uses: actions/checkout@master
- name: Cache node_modules
id: cache
uses:... | name: 'Integration'
on:
- push
jobs:
lint-test:
name: 'Lint/Test'
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: 'Checkout'
uses: actions/checkout@master
- name: Cache node_modules
id: cache
uses:... | Update codecov/codecov-action action to v2 | Update codecov/codecov-action action to v2
| YAML | mit | bjacobel/rak,bjacobel/rak,bjacobel/rak |
63c7deec8a127230e25a1a49b1a35cd6481dda72 | docker-compose.yml | docker-compose.yml | version: '2'
services:
nginx:
image: nginx
links:
- node1:node1
ports:
- "8080:80"
volumes:
- "./nginx/nginx.conf:/etc/nginx/nginx.conf"
- "/nginx_cache"
- "./static:/static:ro" #TODO: make sure that readonly causes no trouble
node1:
build: ./app
ports:
- ... | version: '2'
services:
nginx:
image: nginx
links:
- node1:node1
ports:
- "8080:80"
volumes:
- "./nginx/nginx.conf:/etc/nginx/nginx.conf"
- "/nginx_cache"
- "./static:/static:ro" #TODO: make sure that readonly causes no trouble
restart: unless-stopped
node1:
buil... | Make it restart unless stopped | Make it restart unless stopped
| YAML | mit | Daerdemandt/basic-node,Daerdemandt/basic-node |
e7205e159888d7a1323e9159c06143a3027363fa | docker-compose.yml | docker-compose.yml | version: '2'
services:
web:
image: microcosm
build:
context: .
dockerfile: ./containers/Dockerfile.microcosm
ports:
- "80:80"
- "443:443"
volumes:
- .:/go/src/github.com/buro9/microcosm
depends_on:
- db
- cache
links:
- db
db:
image: "postgres... | version: '2'
services:
web:
image: microcosm
build:
context: .
dockerfile: ./containers/Dockerfile.microcosm
ports:
- "80:80"
- "443:443"
volumes:
- .:/go/src/github.com/buro9/microcosm
depends_on:
- db
- cache
links:
- db
db:
image: "postgres... | Update postgres Docker tag to v14.5 | Update postgres Docker tag to v14.5 | YAML | agpl-3.0 | buro9/microcosm,buro9/microcosm |
30791342c8517d09f64bd0c5f5a5d3b5203445c1 | docker-compose.yml | docker-compose.yml | version: '2'
services:
snappass:
build: .
image: pinterest/snappass
ports:
- "5000:5000"
environment:
- REDIS_HOST=redis
- NO_SSL=True
depends_on:
- redis
redis:
image: "redis:latest"
| version: '2'
services:
snappass:
build: .
image: pinterest/snappass
ports:
- "5000:5000"
stop_signal: SIGINT
environment:
- REDIS_HOST=redis
- NO_SSL=True
depends_on:
- redis
redis:
image: "redis:latest"
| Use SIGINT to grecefully shutdown flask | Use SIGINT to grecefully shutdown flask
| YAML | mit | samteezy/snappass-heroku,samteezy/snappass-heroku,pinterest/snappass,pinterest/snappass,samteezy/snappass-heroku,pinterest/snappass |
16fff6048a1407e014bf15139bb4b21e172a1dab | docker-compose.yml | docker-compose.yml | version: '3'
services:
mongoose-console:
network_mode: host
image: 'emcmongoose/mongoose-console:${GRAFANA_VER}'
ports:
- '${CONSOLE_PORT}:${CONSOLE_PORT}'
env_file:
- .env
volumes:
- prometheus-configuration-folder-volume:${PROMETHEUS_CONF... | version: '3'
services:
mongoose-console:
image: 'emcmongoose/mongoose-console:${CONSOLE_VER}'
network_mode: host
ports:
- '${CONSOLE_PORT}:${CONSOLE_PORT}'
env_file:
- .env
volumes:
- prometheus-configuration-folder-volume:${PROMETHEUS_CONF... | Fix ports @ compose file. | Fix ports @ compose file.
| YAML | mit | emc-mongoose/console,emc-mongoose/console,emc-mongoose/console |
19d1ea181100d6fa298930e6c40e43d18fc58f15 | config/default.yaml | config/default.yaml | device:
name: YOUR_DEVICE_NAME
trello:
key: YOUR_API_KEY
token: YOUR_TOKEN
board:
name: YOUR_BOARD_NAME
list:
online: 自席
offline: 帰宅
away: 離席
condition:
# away になるまでの時間(分)
time_until_away: 5
# business time 以外の away 状態からさらに time_until_away を過ぎると offline にする
business:
star... | device:
name: YOUR_DEVICE_NAME
trello:
key: YOUR_API_KEY
token: YOUR_TOKEN
board:
name: YOUR_BOARD_NAME
list:
online: 自席
offline: 帰宅
away: 離席
condition:
# away になるまでの時間(分)
time_until_away: 5
# business time 以外の away 状態からさらに time_until_away を過ぎると offline にする
business:
star... | Add force reset on any clock for admin | Add force reset on any clock for admin
| YAML | mit | nalabjp/imadoko |
beac19b64f894bea543eb146a3f3ddfa6585ec51 | config/settings.yml | config/settings.yml | Default: &defaults
host: "*4" # any IPv4 host
port: 3000
approot: "http://localhost:3000"
copyright: copyright tehnix 2014
admins: []
theme: default
#disqus: disqus_shortname_for_testing
#githubKey: githuh_key_with_gist_scope
Development:
<<: *defaults
Testing:
port: 80
<<: *defaults
Staging:
... | Default: &defaults
host: "*4" # any IPv4 host
port: 3000
approot: "http://localhost:3000"
copyright: copyright tehnix 2014
admins: []
theme: default
#disqus: disqus_shortname_for_testing
#githubToken: githuh_personal_accesss_token_with_gist_scope
Development:
<<: *defaults
Testing:
port: 80
<<: ... | Rename githubKey setting to githubToken | Rename githubKey setting to githubToken | YAML | bsd-2-clause | Tehnix/HsCMS |
c9b452ac3d36296c48425cc33256b7246bf4c469 | Resources/config/grids/payment_method.yml | Resources/config/grids/payment_method.yml | sylius_grid:
grids:
sylius_admin_payment_method:
driver:
name: doctrine/orm
options:
class: "%sylius.model.payment_method.class%"
repository:
method: createListQueryBuilder
arg... | sylius_grid:
grids:
sylius_admin_payment_method:
driver:
name: doctrine/orm
options:
class: "%sylius.model.payment_method.class%"
repository:
method: createListQueryBuilder
arg... | Fix issue-7765. Allow ordering payment methods by gateway config name | Fix issue-7765. Allow ordering payment methods by gateway config name
| YAML | mit | Sylius/SyliusAdminBundle,Sylius/SyliusAdminBundle |
041fa62666e89d1e234097082e2872f5652cf095 | GitVersion.yml | GitVersion.yml | mode: ContinuousDelivery
next-version: 2.0.0
branches: {}
ignore:
sha: []
merge-message-formats: {}
| mode: ContinuousDelivery
next-version: 3.0.0
branches: {}
ignore:
sha: []
merge-message-formats: {}
| Update next-version to 3.0.0 from 2.0.0 | Update next-version to 3.0.0 from 2.0.0
| YAML | apache-2.0 | HeadspringLabs/bulk-writer |
541b78fd58ebfcd36805e9d3e5a91420e43902a0 | metadata/com.gianlu.aria2android.yml | metadata/com.gianlu.aria2android.yml | Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/devgianlu/Aria2Android
IssueTracker: https://github.com/devgianlu/Aria2Android/issues
Donate: https://www.paypal.me/devgianlu
LiberapayID: '1381702'
AutoName: Aria2Android
RepoType: git
Repo: https://github.com/devgianlu/Aria2Android
Build... | Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/devgianlu/Aria2Android
IssueTracker: https://github.com/devgianlu/Aria2Android/issues
Donate: https://www.paypal.me/devgianlu
LiberapayID: '1381702'
AutoName: Aria2Android
RepoType: git
Repo: https://github.com/devgianlu/Aria2Android
Build... | Update Aria2Android to 1.9.4 (38) | Update Aria2Android to 1.9.4 (38)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
552d3f954d169cd5614b28545c71b3b379a1194b | .github/workflows/phpunit.yml | .github/workflows/phpunit.yml | name: PHPunit
on: [push, pull_request]
jobs:
serendipity_hq:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.4']
name: PHP ${{ matrix.php }} on ${{ matrix.os }}
steps:
- na... | name: PHPunit
on: [push, pull_request]
jobs:
serendipity_hq:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.4']
name: PHP ${{ matrix.php }} on ${{ matrix.os }}
steps:
- na... | Set the `COVERALLS_REPO_TOKEN` env var. | Set the `COVERALLS_REPO_TOKEN` env var.
| YAML | mit | Aerendir/PHPValueObjects,Aerendir/PHPValueObjects |
d3a40a7763fa14b1c786c19469924c269d9da7c1 | metadata/app.fedilab.nitterizemelite.yml | metadata/app.fedilab.nitterizemelite.yml | Categories:
- Internet
License: GPL-3.0-only
WebSite: https://fedilab.app/wiki/nitterizeme/
SourceCode: https://framagit.org/tom79/nitterizeme
IssueTracker: https://framagit.org/tom79/nitterizeme/issues
Translation: https://crowdin.com/project/nitterizeme
Changelog: https://framagit.org/tom79/nitterizeme/tags
Liberap... | Categories:
- Internet
License: GPL-3.0-only
WebSite: https://fedilab.app/wiki/nitterizeme/
SourceCode: https://framagit.org/tom79/nitterizeme
IssueTracker: https://framagit.org/tom79/nitterizeme/issues
Translation: https://crowdin.com/project/nitterizeme
Changelog: https://framagit.org/tom79/nitterizeme/tags
Liberap... | Update UntrackMe Lite to 1.12.0 (21) | Update UntrackMe Lite to 1.12.0 (21)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
69a24bbfef629e617d18c36e1959fcf32c930703 | metadata/com.iboalali.sysnotifsnooze.yml | metadata/com.iboalali.sysnotifsnooze.yml | Categories:
- System
License: Apache-2.0
AuthorName: iboalali
AuthorEmail: contact@iboalali.com
WebSite: https://iboalali.com/hide-running-in-the-background-notification
SourceCode: https://github.com/gloomy-ghost/sysnotifsnooze
IssueTracker: https://github.com/iboalali/sysnotifsnooze/issues
Name: Hide "running in t... | Categories:
- System
License: Apache-2.0
AuthorName: iboalali
AuthorEmail: contact@iboalali.com
WebSite: https://iboalali.com/hide-running-in-the-background-notification
SourceCode: https://github.com/gloomy-ghost/sysnotifsnooze
IssueTracker: https://github.com/iboalali/sysnotifsnooze/issues
Name: Hide "running in t... | Set autoname of Hide "running in the background" Notification | Set autoname of Hide "running in the background" Notification
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
534b3af96c0828accde00c64acf2d34dac08d7f0 | metadata/felixwiemuth.simplereminder.yml | metadata/felixwiemuth.simplereminder.yml | Categories:
- Time
License: GPL-3.0-or-later
SourceCode: https://github.com/felixwiemuth/SimpleReminder
IssueTracker: https://github.com/felixwiemuth/SimpleReminder/issues
AutoName: SimpleReminder
RepoType: git
Repo: https://github.com/felixwiemuth/SimpleReminder
Builds:
- versionName: 0.9.4
versionCode: 7
... | Categories:
- Time
License: GPL-3.0-or-later
SourceCode: https://github.com/felixwiemuth/SimpleReminder
IssueTracker: https://github.com/felixwiemuth/SimpleReminder/issues
AutoName: SimpleReminder
RepoType: git
Repo: https://github.com/felixwiemuth/SimpleReminder
Builds:
- versionName: 0.9.4
versionCode: 7
... | Update SimpleReminder to 0.9.5 (9) | Update SimpleReminder to 0.9.5 (9)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
a17e2a0d4cea2b55da2018cfa7b9472c5a4d67cf | content/topics/index.yml | content/topics/index.yml | pagetitle: Topics
theme: dark
description: Topics to help you in delivering towards the Digital Service Standard
header:
- header.md
main:
- pageheader.md
- sddp_topics.md
- team_topics.md
- userresearch_topics.md
- /_shared/feedback.md
footer:
- /_shared/footer.md
| pagetitle: Topics
weight: 20
theme: dark
description: Topics to help you in delivering towards the Digital Service Standard
header:
- header.md
main:
- pageheader.md
- sddp_topics.md
- team_topics.md
- userresearch_topics.md
- /_shared/feedback.md
footer:
- /_shared/footer.md
| Fix the navigation ordering (page weight) | Fix the navigation ordering (page weight)
| YAML | mit | govau/service-manual |
126380e330e10c491e3c6facaf6660282af41c7f | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "5"
cache:
directories:
- node_modules
sudo: false | language: node_js
node_js:
- "5"
- "6"
cache:
directories:
- node_modules
sudo: false | Remove node 4 support. Add node 6 support | Remove node 4 support. Add node 6 support
| YAML | mit | msalsas/react-svg-components |
a15fb609e8f6b5c505966125e953fb13aab7691d | metadata/de.eknoes.inofficialgolem.yml | metadata/de.eknoes.inofficialgolem.yml | AntiFeatures:
- NonFreeNet
Categories:
- Reading
License: GPL-3.0-only
AuthorName: Soenke Huster
AuthorEmail: projekte@eknoes.de
SourceCode: https://github.com/eknoes/golem-android-reader
IssueTracker: https://github.com/eknoes/golem-android-reader/issues
AutoName: Golem.de
RepoType: git
Repo: https://github.com/... | AntiFeatures:
- NonFreeNet
Categories:
- Reading
License: GPL-3.0-only
AuthorName: Soenke Huster
AuthorEmail: projekte@eknoes.de
SourceCode: https://github.com/eknoes/golem-android-reader
IssueTracker: https://github.com/eknoes/golem-android-reader/issues
AutoName: Golem.de
RepoType: git
Repo: https://github.com/... | Update Golem.de to 1.2.3 (141) | Update Golem.de to 1.2.3 (141)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
e880731c578e74ab78eb36a287593153b51fc045 | metadata/com.redcoracle.episodes.yml | metadata/com.redcoracle.episodes.yml | Categories:
- Multimedia
License: GPL-3.0-or-later
AuthorName: red-coracle
SourceCode: https://github.com/red-coracle/episodes
IssueTracker: https://github.com/red-coracle/episodes/issues
AutoName: Episodes
RepoType: git
Repo: https://github.com/red-coracle/episodes
Builds:
- versionName: 0.13.2
versionCode:... | Categories:
- Multimedia
License: GPL-3.0-or-later
AuthorName: red-coracle
SourceCode: https://github.com/red-coracle/episodes
IssueTracker: https://github.com/red-coracle/episodes/issues
AutoName: Episodes
RepoType: git
Repo: https://github.com/red-coracle/episodes
Builds:
- versionName: 0.13.2
versionCode:... | Update Episodes to 0.13.5 (18) | Update Episodes to 0.13.5 (18)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ffe29738f070564142ed4cb5f073b6ee0625782b | .travis.yml | .travis.yml | language: python
python:
- 2.7
env:
matrix:
- PYZMQ='pyzmq==14.0.1'
- PYZMQ='pyzmq==14.0.0'
- PYZMQ='pyzmq==13.1.0'
- PYZMQ='pyzmq==13.0.2'
- PYZMQ='pyzmq==13.0.0'
matrix:
fast_finish: true
allow_failures:
- env: PYZMQ='pyzmq==14.0.0'
- env: PYZMQ='pyzmq==14.0.1'
script: nosetests
be... | language: python
python:
- 2.7
env:
matrix:
- PYZMQ='pyzmq==14.0.1'
- PYZMQ='pyzmq==14.0.0'
- PYZMQ='pyzmq==13.1.0'
- PYZMQ='pyzmq==13.0.2'
- PYZMQ='pyzmq==13.0.0'
matrix:
fast_finish: true
allow_failures:
- env: PYZMQ='pyzmq==14.0.0'
- env: PYZMQ='pyzmq==14.0.1'
script:
- flake8 ... | Add flake8 to Travis CI. | Add flake8 to Travis CI.
| YAML | mit | alemic/zerorpc-python,stdrickforce/zerorpc-python,faith0811/zerorpc-python,dotcloud/zerorpc-python,wfxiang08/zerorpc-python,yiliaofan/zerorpc-python,yonglehou/zerorpc-python,Laeeth/zerorpc-python,strawerry/zerorpc-python,qz267/zerorpc-python,JamshedVesuna/zerorpc-python,arnoutaertgeerts/zerorpc-python,vidyacraghav/zero... |
52bd3db6c921eab3e2f34399a47ec19d71523575 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.5
- 2.6
- 2.7
- jruby
- rbx-3
- ruby-head
before_install:
- gem update --system
- gem install bundler
matrix:
allow_failures:
- rvm: rbx-3
- rvm: jruby
| language: ruby
cache: bundler
rvm:
- 2.5
- 2.6
- 2.7
- jruby
- rbx-3
- truffleruby
- ruby-head
before_install:
- gem update --system
- gem install bundler:1.16.1
matrix:
allow_failures:
- rvm: rbx-3
- rvm: jruby
- rvm: truffleruby
| Install correct bundler version for Travis | Install correct bundler version for Travis
| YAML | mit | citizen428/methodfinder,citizen428/methodfinder |
ac64c04a48f6fc74f683bff1319c7ecc93e22769 | .travis.yml | .travis.yml | language: python
os: linux
matrix:
include:
- language: generic
os: osx
before_install:
- brew update
- brew install python3
- virtualenv env -p python3
- source env/bin/activate
- language: python
os: linux
python: 3.6
script: "./scripts/build-unix.sh... | language: python
os: linux
matrix:
include:
- language: generic
os: osx
before_install:
- brew update
- brew upgrade python
- pip3 install virtualenv
- virtualenv env -p python3
- source env/bin/activate
- language: python
os: linux
python: 3.6
... | Update python3 setup for brew | Update python3 setup for brew
| YAML | bsd-3-clause | aldryn/aldryn-client,aldryn/aldryn-client |
0a4aad69740760546887fe68ed9d6a306becaf8e | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
cache: yarn
install:
- yarn install
- cd client && yarn install && cd ../
jobs:
include:
- stage: client:test
script:
- cd client && yarn run test-coverage
- ls ./coverage/ && cat ./coverage/lcov.info
- cat ./coverage/lcov.info | ./node_modules... | language: node_js
node_js:
- "7"
cache: yarn
install:
- yarn install
- cd client && yarn install && cd ../
jobs:
include:
- stage: client:test
script:
- cd client && yarn run test-coverage
- ls ./coverage/ && cat ./coverage/lcov.info
- cat ./coverage/lcov.info | node_modules/.... | Use -p option for codacy-coverage | Use -p option for codacy-coverage
| YAML | apache-2.0 | Angelmmiguel/discuzzion,Angelmmiguel/discuzzion,Angelmmiguel/discuzzion |
e91b42d4ed675e0209a0d5ffa5c2c225230cbf11 | .travis.yml | .travis.yml | ---
# See: http://about.travis-ci.org/docs/user/languages/php/
language: php
php:
- 5.2
- 5.3
- 5.4
- 5.5
script: phpunit --coverage-text
| ---
# See: http://about.travis-ci.org/docs/user/languages/php/
language: php
php:
- 5.2
- 5.3
- 5.4
- 5.5
script: phpunit --coverage-text JJG/PingTest.php
| Fix test run by actually giving a path. | Fix test run by actually giving a path.
| YAML | mit | HydraWiki/Ping,strebl/Ping,geerlingguy/Ping |
a4bfc2b5e492b32d5cc26109f32d1546aa0b6f9d | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
cache:
directories:
- $HOME/.composer/cache/files
matrix:
fast_finish: true
include:
- php: 5.6
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
- php: 7.0
env: SYMFONY_VERSION='2.8.*'
- php: 7.0
env: SYMFONY_VER... | language: php
php:
- 5.6
- 7.0
- 7.1
cache:
directories:
- $HOME/.composer/cache/files
matrix:
fast_finish: true
include:
- php: 5.6
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
- php: 7.0
env: SYMFONY_VERSION='2.8.*'
- php: 7.0
env: SYMFONY_VER... | Add PHP 7.1 and Symfony 3.2 to TravisCI builds. | Add PHP 7.1 and Symfony 3.2 to TravisCI builds.
| YAML | mit | ldaptools/ldaptools-bundle,ldaptools/ldaptools-bundle |
582aef1e751620556bec0621d3b56acda7549e5a | .travis.yml | .travis.yml | language: ruby
sudo: false
branches:
only:
- master
rvm:
- 2.4.1
bundler_args: "--without development:production:intercode1_import"
cache:
bundler: true
directories:
- node_modules
- public/packs-test
yarn: true
before_script:
- nvm install
- npm install --global yarn
- yarn install
- cp config/data... | language: ruby
sudo: false
branches:
only:
- master
rvm:
- 2.4.1
bundler_args: "--without development:production:intercode1_import"
cache:
bundler: true
directories:
- node_modules
- public/packs-test
yarn: true
before_script:
- nvm install
- npm install --global yarn
- yarn install
- yarn check
- c... | Make sure the bundle is actually installable | Make sure the bundle is actually installable
| YAML | mit | neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode |
8f60ed607e49fc20f55579e5b073f321cba23047 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
install:
- composer install
| language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
install:
- composer install
| Enable builds on PHP 7.3.and 7.4 | Enable builds on PHP 7.3.and 7.4
| YAML | mit | blongden/hal |
4e99157a88e7d7b5dab2a02efd975773eb076f1b | .travis.yml | .travis.yml | language: scala
scala:
- 2.11.7
jdk:
- oraclejdk8
sudo: false
cache:
directories:
- $HOME/.sbt
- $HOME/.ivy2
- dynamodb-local
before_cache:
- find $HOME/.sbt -name "*.lock" -type f -delete -print
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete -print
script: sbt ++$TRAVIS_SCALA_VERSION... | language: scala
scala:
- 2.11.7
jdk:
- oraclejdk8
sudo: false
cache:
directories:
- $HOME/.sbt
- $HOME/.ivy2
- .dynamodb-local
before_cache:
- find $HOME/.sbt -name "*.lock" -type f -delete -print
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete -print
script: sbt ++$TRAVIS_SCALA_VERSIO... | Update Travis location of dynamodb-local | Update Travis location of dynamodb-local
| YAML | apache-2.0 | scanamo/scanamo |
ea04312b2047718740590b53a2dfea232657a645 | .travis.yml | .travis.yml | language: node_js
install: npm install --production=false
node_js:
- "iojs-v1"
- "0.12"
- "0.10"
env:
- NODE_ENV=development
- NODE_ENV=production
| language: node_js
install: npm install --production=false
node_js:
- "iojs-v2"
- "iojs-v1"
- "0.12"
- "0.10"
env:
- NODE_ENV=development
- NODE_ENV=production
| Add io.js v2 to the test matrix | Add io.js v2 to the test matrix | YAML | mit | grabbou/hapi-async-handler,ide/hapi-async-handler |
fcc48c2849aec7c9b9d7e561385caeca5d598ea7 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.12
- 4.4
addons:
apt:
packages:
- bluez
| language: node_js
node_js:
- 0.12
- 4.4
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- bluez
sudo: require
install:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
- $CXX --version
- npm install --unsafe-perm
- npm install
| Add gcc 4.8 for building native packages | Add gcc 4.8 for building native packages
| YAML | mit | Robotma-com/node-red-contrib-asakusa_giken,CANDY-LINE/node-red-contrib-asakusa_giken,CANDY-LINE/node-red-contrib-asakusa_giken,Robotma-com/node-red-contrib-asakusa_giken |
ef9dc68267eb0edd1b0b863366f3f3e85939a59d | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
- nightly
env:
- EVENT_STORE_VERSION='v3.0.3'
- EVENT_STORE_VERSION='v3.0.4'
- EVENT_STORE_VERSION='v3.0.5'
matrix:
allow_failures:
- php: hhvm
- php: nightly
before_install:
- wget http://download.geteventstore.com/... | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
- nightly
env:
- EVENT_STORE_VERSION='v3.0.3'
- EVENT_STORE_VERSION='v3.0.4'
- EVENT_STORE_VERSION='v3.0.5'
sudo: false
matrix:
allow_failures:
- php: hhvm
- php: nightly
before_install:
- wget http://download.getev... | Switch Travis to new container-based infrastructure | Switch Travis to new container-based infrastructure
| YAML | mit | alesblaznik/php-eventstore-client,FriendsOfOuro/geteventstore-php-core,FriendsOfOuro/geteventstore-php-core,dbellettini/php-eventstore-client,tahoelimited/php-eventstore-client,dbellettini/php-eventstore-client,tahoelimited/php-eventstore-client,dbellettini/php-eventstore-client,alesblaznik/php-eventstore-client |
31a3a9d50c64396504de061fb706ea7add20721b | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
- "6"
- "5"
install:
- yarn install
script:
- yarn run make
after_success:
- yarn run codecov | language: node_js
node_js:
- "7"
- "6"
- "5"
install:
- npm install
script:
- npm run make
after_success:
- npm run codecov | Fix for ci config ._. | Fix for ci config ._.
| YAML | mit | octet-stream/then-busboy,octet-stream/then-busboy |
b18c72aad7d8a0ca37ee2fd91da6dbde28a75342 | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
- "2.1.1"
- jruby-19mode
- rbx
services:
- redis-server
| language: ruby
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
- "2.1.1"
- jruby-19mode
- rbx
services:
- redis-server
before_install:
- gem install bundler
| Install latest bundler on Travis | Install latest bundler on Travis
Thanks @eugeneius
| YAML | mit | ridecharge/redis-semaphore,dv/redis-semaphore |
f1c0538b5c68f6a9791e26aa0c2f7756f5f38378 | .travis.yml | .travis.yml | language: rust
sudo: required
dist: trusty
cache:
directories:
- ~/llvm
matrix:
include:
- os: linux
rust: stable
# - os: osx
# rust: stable
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./build_linux.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew config;
... | language: rust
sudo: required
dist: trusty
cache:
directories:
- ~/llvm
matrix:
include:
- os: linux
rust: stable
# - os: osx
# rust: stable
install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./build_linux.sh; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew config;
... | Add coverage to linux build | Add coverage to linux build
| YAML | mit | jupp0r/cpp-codegen-rs,jupp0r/cpp-codegen-rs,jupp0r/cpp-codegen-rs |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.