doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
8ada2900-5f0e-4a28-bc39-a7aefdabc37a | {
"language": "YAML"
} | ```yaml
version: '3'
services:
api:
build:
context: .
dockerfile: ./Dockerfile
container_name: aclu-api
environment:
- MONGO_HOST=${MONGO_HOST}
- MONGO_PORT=${MONGO_PORT}
- MONGO_USERNAME=${MONGO_USERNAME}
- MONGO_PASSWORD=${MONGO_PASSWORD}
- MONGO_DBNAME=${MONGO_... | ```yaml
version: '3'
services:
api:
build:
context: .
dockerfile: ./Dockerfile
container_name: aclu-api
environment:
- MONGO_HOST=${MONGO_HOST}
- MONGO_PORT=${MONGO_PORT}
- MONGO_USERNAME=${MONGO_USERNAME}
- MONGO_PASSWORD=${MONGO_PASSWORD}
- MONGO_DBNAME=${MONGO_... |
c6b8054a-7211-4885-906a-b789a3138e86 | {
"language": "YAML"
} | ```yaml
---
"Indexed template":
- do:
indexed_template.create:
id: "1"
body: { "template": { "query": { "match_all": {}}, "size": "{{my_size}}" } }
- match: { _id: "1" }
- do:
indexed_template.get:
id: 1
- match: { template: "{\"query\":{\"match_all\":{}},\"size\":\"{{my_size... | ```yaml
---
"Indexed template":
- do:
indexed_template.create:
id: "1"
body: { "template": { "query": { "match_all": {}}, "size": "{{my_size}}" } }
- match: { _id: "1" }
- do:
indexed_template.get:
id: 1
- match: { template: /.*query\S\S\S\Smatch_all.*/ }
- do:
index... |
d7cf8c96-e120-4973-85b4-47df9dc365de | {
"language": "YAML"
} | ```yaml
api_platform:
title: eCamp v3
version: 1.0.0
show_webby: false
mapping:
paths: ['%kernel.project_dir%/src/Entity']
formats:
jsonhal: [ 'application/hal+json' ]
jsonld: [ 'application/ld+json' ]
jsonapi: [ 'application/vnd.api+json' ]
json: [ 'applicati... | ```yaml
api_platform:
title: eCamp v3
version: 1.0.0
show_webby: false
mapping:
paths: ['%kernel.project_dir%/src/Entity']
formats:
jsonhal: [ 'application/hal+json' ]
jsonld: [ 'application/ld+json' ]
jsonapi: [ 'application/vnd.api+json' ]
json: [ 'applicati... |
8791ad57-0fe1-4843-b09d-c9754478ddbe | {
"language": "YAML"
} | ```yaml
{% set name = "pretty_midi" %}
{% set version = "0.2.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pretty_midi-{{ version }}.tar.gz
sha256: f6a249cb843441e1cb78c4c0a1290948d6f56df7486f7974e20d5c80486dc99e
build:
n... | ```yaml
{% set name = "pretty_midi" %}
{% set version = "0.2.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pretty_midi-{{ version }}.tar.gz
sha256: f6a249cb843441e1cb78c4c0a1290948d6f56df7486f7974e20d5c80486dc99e
build:
n... |
c290df6c-6307-4631-afc2-a113aef058c6 | {
"language": "YAML"
} | ```yaml
---
site: directgov_benefits-adviser
whitehall_slug: government-digital-service
homepage: https://www.gov.uk/government/organisations/government-digital-service
tna_timestamp: 20120628213336
host: benefits-adviser.direct.gov.uk
global: =301 https://www.gov.uk/benefits-adviser
css: directgov
```
Add aliases for... | ```yaml
---
site: directgov_benefits-adviser
whitehall_slug: government-digital-service
homepage: https://www.gov.uk/government/organisations/government-digital-service
tna_timestamp: 20120628213336
host: benefits-adviser.direct.gov.uk
aliases:
- benefitsadviser.direct.gov.uk
- benefitsadvisor.direct.gov.uk
global: =30... |
fc1e40be-9a6a-4706-bc45-54319b3c4d57 | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/GregorySchwartz/heatitup-complete#readme
changelog-type: ''
hash: 2d059fb4069d74a6bcbe79e6ec6fe65719a69c72f3c97bc2c323680fdb520077
test-bench-deps: {}
maintainer: gsch@pennmedicine.upenn.edu
synopsis: Find and annotate ITDs with assembly or read pair joining.
changelog: ''
basic-deps... | ```yaml
homepage: http://github.com/GregorySchwartz/heatitup-complete#readme
changelog-type: ''
hash: 425db0e1b957d2b4f9b6ca4d7f94e4cfbe2da28a8587d080d77988163236cb7e
test-bench-deps: {}
maintainer: gsch@pennmedicine.upenn.edu
synopsis: Find and annotate ITDs with assembly or read pair joining.
changelog: ''
basic-deps... |
2a5e689b-0710-4824-9cba-c2880508d8a4 | {
"language": "YAML"
} | ```yaml
---
# tasks file for ubuntu-desktop
- name: install apt requirements
apt: pkg=aptitude
- name: upgrade the system
apt: update_cache=yes upgrade=safe cache_valid_time=3600
- name: install Ubuntu Desktop packages
apt: name={{ item }} install_recommends=no state=latest
with_items:
- ubuntu-desktop
... | ```yaml
---
# tasks file for ubuntu-desktop
- name: install apt requirements
apt: pkg=aptitude
- name: upgrade the system
apt: update_cache=yes upgrade=safe cache_valid_time=3600
- name: install Ubuntu Desktop packages
apt: name={{ item }} install_recommends=no state=latest
with_items:
- ubuntu-desktop
... |
f48405b4-4eec-4a62-a465-92490d8bef8a | {
"language": "YAML"
} | ```yaml
AntiFeatures:
- NonFreeNet
Categories:
- Multimedia
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/Perflyst/Twire
IssueTracker: https://github.com/Perflyst/Twire/issues
Changelog: https://github.com/Perflyst/Twire/releases
AutoName: Twire
Description: |-
Twire is an open source, ad f... | ```yaml
AntiFeatures:
- NonFreeNet
Categories:
- Multimedia
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/Perflyst/Twire
IssueTracker: https://github.com/Perflyst/Twire/issues
Changelog: https://github.com/Perflyst/Twire/releases
AutoName: Twire
Description: |-
Twire is an open source, ad f... |
d8d7b86d-12fb-44ac-b10b-bc9524104ada | {
"language": "YAML"
} | ```yaml
Categories:
- Graphics
- Multimedia
License: GPL-2.0-or-later
SourceCode: https://github.com/KillerInk/FreeDcam
IssueTracker: https://github.com/KillerInk/FreeDcam/issues
AutoName: FreeDCam
Description: |-
FreeDCam is an open source camera app which try to enable stuff that is
forgotten by the manu... | ```yaml
Categories:
- Graphics
- Multimedia
License: GPL-2.0-or-later
SourceCode: https://github.com/KillerInk/FreeDcam
IssueTracker: https://github.com/KillerInk/FreeDcam/issues
AutoName: FreeDCam
Description: |-
FreeDCam is an open source camera app which try to enable stuff that is
forgotten by the manu... |
c74cb60b-e733-4a59-8af8-eb4ae409a3b2 | {
"language": "YAML"
} | ```yaml
security:
encoders:
FOS\UserBundle\Model\UserInterface: sha512
role_hierarchy:
ROLE_ADMIN: ROLE_USER
ROLE_SUPER_ADMIN: ROLE_ADMIN
providers:
fos_userbundle:
id: fos_user.user_provider.username
firewalls:
main:
pattern: ^/
... | ```yaml
security:
encoders:
FOS\UserBundle\Model\UserInterface: sha512
role_hierarchy:
ROLE_ADMIN: [ROLE_USER, ROLE_SONATA_ADMIN]
ROLE_SUPER_ADMIN: [ROLE_ADMIN, ROLE_SONATA_ADMIN]
providers:
fos_userbundle:
id: fos_user.user_provider.username
firewall... |
edb35c0a-9409-4751-8fc1-02cbc4a8741f | {
"language": "YAML"
} | ```yaml
security:
encoders:
Symfony\Component\Security\Core\User\User: plaintext
SofaChamps\Bundle\BowlPickemBundle\Entity\User: sha512
role_hierarchy:
ROLE_ADMIN: ROLE_USER
ROLE_SUPER_ADMIN: [ROLE_USER, ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH]
providers:
fos_userb... | ```yaml
security:
encoders:
Symfony\Component\Security\Core\User\User: plaintext
SofaChamps\Bundle\CoreBundle\Entity\User: sha512
role_hierarchy:
ROLE_ADMIN: ROLE_USER
ROLE_SUPER_ADMIN: [ROLE_USER, ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH]
providers:
fos_userbundle:... |
55e09a58-2a06-4275-bdc7-10aee467a82e | {
"language": "YAML"
} | ```yaml
homepage: https://hackage.haskell.org/package/phonetic-languages-plus
changelog-type: markdown
hash: dc03614253da3563dd1282e619afc7bf86c01544f438abc62a8f26d1f030aacc
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Some common shared between different packages functions.
changelog: |
# Revision... | ```yaml
homepage: https://hackage.haskell.org/package/phonetic-languages-plus
changelog-type: markdown
hash: 83495eedd621f9bf57f49a65451784e0048f969b9d93f6e06c40edf9effeb0f6
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Some common shared between different packages functions.
changelog: |
# Revision... |
2ae62899-1d1c-487a-a3ce-9cffd7e588a5 | {
"language": "YAML"
} | ```yaml
package:
name: opencv
version: 2.4.11
source:
fn: opencv-2.4.11.zip
url: http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.11/opencv-2.4.11.zip/download
sha1: d6e3048416d42213c204f89b9dfe39742f9a708c
patches:
- osx_rpath.patch # [osx]
build:
number: 0
requirements:
buil... | ```yaml
package:
name: opencv
version: 2.4.11
source:
fn: opencv-2.4.11.zip
url: http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.11/opencv-2.4.11.zip/download
sha1: d6e3048416d42213c204f89b9dfe39742f9a708c
patches:
- osx_rpath.patch # [osx]
build:
number: 0
features:
- vc9... |
f1c6d2ee-08fc-478e-bae7-a391f8e10674 | {
"language": "YAML"
} | ```yaml
---
ansible:
config_file: molecule.cfg
requirements_file: molecule-requirements.yml
playbook: molecule-playbook.yml
verbose:
sudo: True
vagrant:
platforms:
- name: trusty64
box: ubuntu/trusty64
- name: xenial64
box: ubuntu/xenial64
providers:
- name: virtualbox
typ... | ```yaml
---
ansible:
config_file: molecule.cfg
requirements_file: molecule-requirements.yml
playbook: molecule-playbook.yml
verbose:
sudo: True
vagrant:
platforms:
- name: trusty64
box: ubuntu/trusty64
- name: xenial64
box: ubuntu/xenial64
providers:
- name: virtualbox
typ... |
bde29dac-e92a-4ccc-9e3e-1b1cef66f612 | {
"language": "YAML"
} | ```yaml
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: document
path: aboutme.md
label: About me
match: "**/*"
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_pa... | ```yaml
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: document
path: aboutme.md
label: About me
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: img
public_path: "/img"
front_matter_path: ''
use_front_matter_... |
5132a539-257c-43ea-a955-d713c5049afc | {
"language": "YAML"
} | ```yaml
---
site: bis_cic
whitehall_slug: office-of-the-regulator-of-community-interest-companies
host: www.cicregulator.gov.uk
redirection_date: 28th November 2013
tna_timestamp: 20131003151857
title: Office of the Regulator of Community Interest Companies
furl: www.gov.uk/cic-regulator
homepage: https://www.gov.uk/go... | ```yaml
---
site: bis_cic
whitehall_slug: office-of-the-regulator-of-community-interest-companies
host: www.cicregulator.gov.uk
redirection_date: 28th November 2013
tna_timestamp: 20131003151857
title: Office of the Regulator of Community Interest Companies
furl: www.gov.uk/cic-regulator
homepage: https://www.gov.uk/go... |
f7cb24f1-89f8-4721-be9d-26fdd32adb25 | {
"language": "YAML"
} | ```yaml
---
homebrew_install_script: "{{ downloads }}/homebrew_install"
homebrew_install_path: /usr/local/bin
homebrew_packages:
- autoconf
- gcc
- gettext
- git
- go
- grep
- htop
- jq
- python3
- readline
- ripgrep
- wget
homebrew_packages_10_12:
- mysql
- node
homebrew_cask_appdir: /Applications
homebrew_cask_app... | ```yaml
---
homebrew_install_script: "{{ downloads }}/homebrew_install"
homebrew_install_path: /usr/local/bin
homebrew_packages:
- autoconf
- gcc
- gettext
- git
- go
- grep
- htop
- jq
- python3
- readline
- ripgrep
- wget
homebrew_packages_10_12:
- mysql
- node
homebrew_cask_appdir: /Applications
homebrew_cask_app... |
f04cd3c5-c59c-40fb-a766-ad5b54cf436f | {
"language": "YAML"
} | ```yaml
---
- homebrew_cask:
name:
- docker
- p4v
- homebrew:
name:
- docker-compose
```
Add docker{-compose} completions back, they are not part of the cask | ```yaml
---
- homebrew_cask:
name:
- docker
- p4v
- homebrew:
name:
- docker-completion
- docker-compose
- docker-compose-completion
``` |
8597ffa7-f98a-4f98-9fc4-33f24c5fd65e | {
"language": "YAML"
} | ```yaml
# This workflow integrates Brakeman with GitHub's Code Scanning feature
# Brakeman is a static analysis security vulnerability scanner for Ruby on Rails applications
name: Brakeman Scan
# This section configures the trigger for the workflow. Feel free to customize depending on your convention
on:
push:
... | ```yaml
# This workflow integrates Brakeman with GitHub's Code Scanning feature
# Brakeman is a static analysis security vulnerability scanner for Ruby on Rails applications
name: Brakeman Scan
# This section configures the trigger for the workflow. Feel free to customize depending on your convention
on:
push:
... |
e3965dc6-ba89-46bc-b441-c6e809d76283 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: markdown
hash: 9e7ba38a6839d60d9b13f9dfe4fe83b32b947f1c7c3c645eed9f3f95b2e10efb
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: ''
changelog: |
# Changelog for polysemy-video
## v0.0.1.0
* Experimental DSL and interpreter.
basic-deps:
path: -any
base: ... | ```yaml
homepage: ''
changelog-type: markdown
hash: 40e77abb8e85aabdeb265d4a1b1a2c8256b0dcba825d8aa4db52737fecb9f47c
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: ''
changelog: |
# Changelog for polysemy-video
## v0.1.1.0
* Support both `Abs` and `Rel`.
## v0.1.0.0
* Experimental DSL ... |
bf2abd47-2c3a-4dcf-9ffa-09b08cdf68fd | {
"language": "YAML"
} | ```yaml
---
profile::development::network::dns::manage_hosts: true
profile::application::openssl::catrust::ca_cert: '/opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem'
profile::application::himlarcli::cacert: '/opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem'
profile::application::himlar... | ```yaml
---
profile::logging::rsyslog::client::manage_rsyslog: false
profile::development::network::dns::manage_hosts: true
profile::application::openssl::catrust::ca_cert: '/opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem'
profile::application::himlarcli::cacert: '/opt/himlar/provision/ca/interme... |
66295776-ac4f-45ba-b4ee-523e6f78fa86 | {
"language": "YAML"
} | ```yaml
heat_template_version: 2013-05-23
resources:
random_group:
type: OS::Heat::ResourceGroup
properties:
count: 2
resource_def:
type: OS::Heat::RandomString
outputs:
# Note for RandomString the resource ID is set to the random string
# value, for other resources the ID returned w... | ```yaml
heat_template_version: 2013-05-23
resources:
random_group:
type: OS::Heat::ResourceGroup
properties:
count: 2
resource_def:
type: OS::Heat::RandomString
outputs:
# Note for RandomString the resource ID is set to the random string
# value, for other resources the ID returned w... |
fa11327f-18f7-4fe7-9262-fcdc5eec7159 | {
"language": "YAML"
} | ```yaml
name: Default Tests
on:
pull_request:
push:
branches: [master]
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false
steps:
- uses: actions/ch... | ```yaml
name: Default Tests
on:
pull_request:
push:
branches: [master]
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false
steps:
- uses: actions/ch... |
55f5c015-b468-44a0-a757-8aec35fe3a7b | {
"language": "YAML"
} | ```yaml
name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with... | ```yaml
name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with... |
897c3e9a-dcf7-43d2-8baf-6c98ce2b670a | {
"language": "YAML"
} | ```yaml
{{ if eq .Values.influxdb.host "" -}}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ include "chart.fullname" . }}-influxdb
labels:
app: influxdb
chart: {{ include "chart.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
replicas: 1
strat... | ```yaml
{{ if eq .Values.influxdb.host "" -}}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ include "chart.fullname" . }}-influxdb
labels:
app: influxdb
chart: {{ include "chart.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
replicas: 1
strat... |
e71a9bb8-0308-440a-b114-30fceb3bf348 | {
"language": "YAML"
} | ```yaml
imports:
- { resource: 'services.yml' }
- { resource: '../../packages/**/config/config.yml' }
- { resource: '../../packages/**/src/config/config.yml' }
parameters:
merge_sections: ['require', 'require-dev', 'autoload', 'autoload-dev', 'repositories']
package_directories:
- 'packages... | ```yaml
imports:
- { resource: 'services.yml' }
- { resource: '../../packages/**/config/config.yml' }
- { resource: '../../packages/**/src/config/config.yml' }
parameters:
merge_sections: ['require', 'require-dev', 'autoload', 'autoload-dev', 'repositories']
package_directories:
- 'packages... |
5fcacda6-ab7f-47c3-9e42-dc818b6ba4f4 | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/peti/hsyslog
changelog-type: ''
hash: adda66d7c9af31f5eac447f73bfb3ad65789cb78dcab8bd2e081de61a16d8fbe
test-bench-deps:
base: -any
doctest: -any
maintainer: Peter Simons <simons@cryp.to>
synopsis: FFI interface to syslog(3) from POSIX.1-2001
changelog: ''
basic-deps:
base: ! '>... | ```yaml
homepage: http://github.com/peti/hsyslog
changelog-type: ''
hash: 73f8010b191da91007809db6cf2f2b5a7d7d59732a9c302457ce0816ffe7a25a
test-bench-deps:
bytestring: -any
base: -any
hsyslog: -any
QuickCheck: -any
maintainer: Peter Simons <simons@cryp.to>
synopsis: FFI interface to syslog(3) from POSIX.1-2001
... |
a4ca7dd4-ac33-451b-8aa4-23058c6912b6 | {
"language": "YAML"
} | ```yaml
Categories:
- System
- Phone & SMS
License: GPL-3.0-or-later
AuthorName: Marco Lettieri
AuthorEmail: m.lettieri@microbees.com
AuthorWebSite: https://www.microbees.com/
SourceCode: https://github.com/marcolettieri/proximitycallfix
IssueTracker: https://github.com/marcolettieri/proximitycallfix/issues
AutoNa... | ```yaml
Categories:
- System
- Phone & SMS
License: GPL-3.0-or-later
AuthorName: Marco Lettieri
AuthorEmail: m.lettieri@microbees.com
AuthorWebSite: https://www.microbees.com/
SourceCode: https://github.com/marcolettieri/proximitycallfix
IssueTracker: https://github.com/marcolettieri/proximitycallfix/issues
AutoNa... |
c2073b75-44ef-41cf-9368-57da69453f9c | {
"language": "YAML"
} | ```yaml
Categories:
- Internet
License: GPL-3.0-or-later
AuthorName: Dimitrios Desyllas
AuthorEmail: pcmagas@disroot.org
AuthorWebSite: https://pcmagas.wordpress.com/
SourceCode: https://github.com/pc-magas/sercommH300sVoipCredentialsRecovery
IssueTracker: https://github.com/pc-magas/sercommH300sVoipCredentialsRecove... | ```yaml
Categories:
- Internet
License: GPL-3.0-or-later
AuthorName: Dimitrios Desyllas
AuthorEmail: pcmagas@disroot.org
AuthorWebSite: https://pcmagas.wordpress.com/
SourceCode: https://github.com/pc-magas/sercommH300sVoipCredentialsRecovery
IssueTracker: https://github.com/pc-magas/sercommH300sVoipCredentialsRecove... |
e95c831b-91f0-4694-a30d-37406da21620 | {
"language": "YAML"
} | ```yaml
backend:
- 'pyproject.toml'
- 'rasa/**/*'
- 'tests/**/*'
- 'data/**/*'
- 'examples/**/*'
docker:
- 'pyproject.toml'
- 'rasa/**/*'
- 'docker/**/*'
docs:
- 'docs/**/*'
- 'changelog/*'
- 'CHANGELOG.mdx'
- 'tests/docs/*'
- 'data/**/*'
- 'examples/**/*'
```
Add Makefile to all CI filte... | ```yaml
backend:
- 'pyproject.toml'
- 'rasa/**/*'
- 'tests/**/*'
- 'data/**/*'
- 'examples/**/*'
- 'Makefile'
docker:
- 'pyproject.toml'
- 'rasa/**/*'
- 'docker/**/*'
- 'Makefile'
docs:
- 'docs/**/*'
- 'changelog/*'
- 'CHANGELOG.mdx'
- 'tests/docs/*'
- 'data/**/*'
- 'examples/**/*'
-... |
0015841e-6be4-4898-bbc6-8734b9d639a8 | {
"language": "YAML"
} | ```yaml
name: gcc9
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker.retrieva.jp/pficommon_ci:gcc9.2007
credentials:
username: circleci
password: ${{ secrets.RETRIEVA_DOCKER_REPOSITORY_PASSW... | ```yaml
name: gcc9
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker.retrieva.jp/pficommon_ci:gcc9.2007
credentials:
username: github-actions
password: ${{ secrets.RETRIEVA_DOCKER_REPOSITORY... |
b61eeda0-79af-49fb-953e-c82ac69a2976 | {
"language": "YAML"
} | ```yaml
---
on: [push, pull_request]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@main
Tests:
name: Test role
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
... | ```yaml
---
on: [push, pull_request]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@main
Tests:
name: Test role
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
... |
85eec5d2-c643-4eb6-9265-8d01e3501f97 | {
"language": "YAML"
} | ```yaml
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# A workflow run is made up of one or mor... | ```yaml
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# A workflow run is made up of one or mor... |
e556b0ae-075f-4b03-8f22-be2b7e37eeae | {
"language": "YAML"
} | ```yaml
name: Build
on: [push]
jobs:
build:
name: Build 🛠
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.16'
- name: Install Node packages
run: yarn install --produ... | ```yaml
name: Build
on: [push]
jobs:
build:
name: Build & test 🛠
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.16'
- name: Install Node packages
run: yarn install ... |
37ed69fd-9025-44a0-9512-5f29955ed417 | {
"language": "YAML"
} | ```yaml
name: Build and test
on: [push, pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
GET_GAUCHE_URL: https://raw.githubusercontent.com/shirok/get-gauche/master
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
cu... | ```yaml
name: Build and test
on: [push, pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: shirok/setup-gauche@v1
- name: Install and setup postgresql
run: |
sudo apt install -y libpq-dev libssl-dev postgres... |
6ab348b9-d2f5-4e19-99de-81faef144d6b | {
"language": "YAML"
} | ```yaml
name: Windows C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Windows-mkspecs:
uses: steinwurf/windows-mkspecs-action/.github/w... | ```yaml
name: Windows C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Windows-mkspecs:
uses: steinwurf/windows-mkspecs-action/.github/w... |
267b0d55-5675-401d-ae41-1e21d924998c | {
"language": "YAML"
} | ```yaml
name: Node CI
on: [push]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.2
with:
node-v... | ```yaml
name: Node CI
on: [push]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.2
with:
node-v... |
3ccba0aa-74f9-4974-8f47-e9ffd233b2b9 | {
"language": "YAML"
} | ```yaml
name: Node CI
on: [push]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2.3.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.2
with:
node-v... | ```yaml
name: Node CI
on: [push]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2.3.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.2
with:
node-v... |
8ab669e1-8ee6-467e-b335-d7ffe0e7b376 | {
"language": "YAML"
} | ```yaml
name: Test
on:
push:
pull_request:
env:
FORCE_COLOR: 2
jobs:
full:
name: Node.js 15 Full
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-versio... | ```yaml
name: Test
on:
push:
pull_request:
env:
FORCE_COLOR: 2
jobs:
full:
name: Node.js 16 Full
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-versio... |
e173316c-1dc8-4074-8653-9becbddf70f3 | {
"language": "YAML"
} | ```yaml
name: publish
on:
release:
types: [published]
jobs:
publish:
name: Publish 🚀
runs-on: ubuntu-latest
env:
VERSION: null
steps:
- uses: actions/checkout@v2
- name: Set up Python 🐍
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Inst... | ```yaml
name: publish
on:
release:
types: [published]
branches:
- master
jobs:
publish:
name: Publish 🚀
runs-on: ubuntu-latest
env:
VERSION: null
steps:
- uses: actions/checkout@v2
- name: Set up Python 🐍
uses: actions/setup-python@v2
with:
python-... |
366ca84f-3c1a-4be1-b9b9-21927a18ed1b | {
"language": "YAML"
} | ```yaml
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in w... | ```yaml
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in w... |
67dedbcf-f22f-43b4-b82b-7de5a1834ac7 | {
"language": "YAML"
} | ```yaml
---
platform: linux
image: docker:///flintstonecf/ci
inputs:
- name: git-bits-service-release
params:
BOSH_TARGET:
BOSH_USERNAME:
BOSH_PASSWORD:
VERSION_FILE:
outputs:
- name: assets
run:
path: git-bits-service-release/ci/scripts/create-bits-release.sh
```
Add `bits-service-release-version` as i... | ```yaml
---
platform: linux
image: docker:///flintstonecf/ci
inputs:
- name: git-bits-service-release
- name: bits-service-release-version
params:
BOSH_TARGET:
BOSH_USERNAME:
BOSH_PASSWORD:
VERSION_FILE:
outputs:
- name: assets
run:
path: git-bits-service-release/ci/scripts/create-bits-release.sh
``` |
6a099a00-46ac-4dd8-af2c-fe61cbf4b0f6 | {
"language": "YAML"
} | ```yaml
name: xmdp
base: core18
version: git
license: Unlicense
summary: An MDP clone using libxmp
description: |
xmdp is a clone of the Future Crew MusicDiskPlayer (released in 1993 with
the Journey 1/2 and Chaotic Mind musicdisks) using libxmp to render module
data.
grade: devel
confinement: strict
apps:
xm... | ```yaml
name: xmdp
base: core18
version: git
license: Unlicense
summary: An MDP clone using libxmp
description: |
xmdp is a clone of the Future Crew MusicDiskPlayer (released in 1993 with
the Journey 1/2 and Chaotic Mind musicdisks) using libxmp to render module
data.
grade: devel
confinement: strict
apps:
xm... |
944810f1-9589-470b-9b02-87e4fdf99e90 | {
"language": "YAML"
} | ```yaml
---
label: Event
hide_body: false
fields:
- type: text
name: layout
label: layout
hidden: true
- type: boolean
name: featured
label: featured
default: false
hidden: false
- type: text
name: title
label: Event title
description: 'Example: "2020 SV Alumni Reunion"'
- type: file
name: img-url... | ```yaml
---
label: Event
hide_body: false
fields:
- type: text
name: layout
label: layout
hidden: true
- type: boolean
name: featured
label: Featured
default: false
hidden: false
description: If this event is set to featured, it will appear on the front page.
- type: text
name: title
label: Event ti... |
411740aa-4832-4713-84ee-100346ce4651 | {
"language": "YAML"
} | ```yaml
---
hide_body: false
is_partial: false
fields:
- name: title
label: Title
type: text
hidden: false
default: ''
description: e.g. About
config:
required: true
- type: text
name: display_title
label: Display Title
description: e.g. About Me
- type: include
name: nav_menu
label: Nav Menu
... | ```yaml
---
hide_body: false
is_partial: false
fields:
- name: title
label: Title
type: text
hidden: false
default: ''
description: e.g. About
config:
required: true
- type: text
name: display_title
label: Display Title
description: e.g. About Me
- type: include
name: nav_menu
label: Nav Menu
... |
5b42d549-4ca5-47d5-b889-8c001599182a | {
"language": "YAML"
} | ```yaml
# Default values for odmcharts.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: mycluster:8500/ibmcom
prefix: odm
tag: 8.9.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the n... | ```yaml
# Default values for odmcharts.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: ibmcom
prefix: odm
tag: 8.9.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## re... |
ecb6863e-2e57-4dfe-af0d-47322db460ba | {
"language": "YAML"
} | ```yaml
---
- name: Create the socket directory
file: path=/var/run/php-fpm
owner=deploy
group=deploy
state=directory
- name: Generate the virtual host
template: src=vhost.j2
dest=/etc/nginx/sites-available/lychee
mode=755
notify:
- Restart Nginx
- restart ... | ```yaml
---
- name: Install imagemagick
apt: pkg=php5-imagick state=present
- name: Create the socket directory
file: path=/var/run/php-fpm
owner=deploy
group=deploy
state=directory
- name: Generate the virtual host
template: src=vhost.j2
dest=/etc/nginx/sites-available/lyche... |
35804638-dd78-4dfa-bc5e-81c9c5b5cf68 | {
"language": "YAML"
} | ```yaml
--- # tests that shadows still render even if the associated text is clipped out
root:
items:
- type: scroll-frame
bounds: [14, 18, 10, 5]
content-size: [10, 5]
items:
-
type: "shadow"
bounds: [11, 20, 100, 100]
blur-radius: 3
offset: [0, ... | ```yaml
# Tests that the unclipped parts of a shadow still render even if the associated
# text is clipped out.
---
root:
items:
- type: scroll-frame
bounds: [14, 18, 10, 5]
content-size: [10, 5]
items:
-
type: "shadow"
bounds: [11, 20, 100, 100]
blur-radiu... |
6819c209-9484-42ab-a29c-cdc038b91292 | {
"language": "YAML"
} | ```yaml
variants:
experimental:
CONFIG: experimental
GO_VERSION: 1.13.5
K8S_RELEASE: stable
BAZEL_VERSION: 0.28.1
UPGRADE_DOCKER: 'true'
master:
CONFIG: master
GO_VERSION: 1.13.5
K8S_RELEASE: stable
BAZEL_VERSION: 0.23.2
'1.18':
CONFIG: '1.18'
GO_VERSION: 1.13.5
K8S... | ```yaml
variants:
experimental:
CONFIG: experimental
GO_VERSION: 1.13.6
K8S_RELEASE: stable
BAZEL_VERSION: 0.28.1
UPGRADE_DOCKER: 'true'
master:
CONFIG: master
GO_VERSION: 1.13.6
K8S_RELEASE: stable
BAZEL_VERSION: 0.23.2
'1.18':
CONFIG: '1.18'
GO_VERSION: 1.13.6
K8S... |
6c9572a9-a487-4e7f-9752-cb6d1b910138 | {
"language": "YAML"
} | ```yaml
build:
goos:
- linux
- darwin
- freebsd
goarch:
- 386
- amd64
- arm
- arm64
archive:
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
brew:
github:
own... | ```yaml
build:
goos:
- linux
- darwin
- freebsd
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
archive:
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_6... |
21144484-2a71-4ad2-bc21-e072bdda1283 | {
"language": "YAML"
} | ```yaml
spring:
datasource:
platform: h2
thymeleaf:
cache: false
jpa:
show-sql: true
hibernate:
ddl-auto: ''
mvc:
date-format: 'yyyy/MM/dd HH:mm:ss'
aop:
proxy-target-class: true
cache:
type: guava
server:
error:
whi... | ```yaml
spring:
datasource:
platform: h2
thymeleaf:
cache: false
jpa:
show-sql: true
hibernate:
ddl-auto: ''
mvc:
date-format: 'yyyy/MM/dd HH:mm:ss'
aop:
proxy-target-class: true
cache:
type: simple
logging:
level:
o... |
adbf34fd-48da-4ab0-a27b-70684117c554 | {
"language": "YAML"
} | ```yaml
{% set name = "pyaaf2" %}
{% set version = "1.4.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 160d3c26c7cfef7176d0bdb0e55772156570435982c3abfa415e89639f76e71b
build:
nu... | ```yaml
{% set name = "pyaaf2" %}
{% set version = "1.4.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 160d3c26c7cfef7176d0bdb0e55772156570435982c3abfa415e89639f76e71b
build:
no... |
f7b12004-0b10-478c-886c-af0ce38d03df | {
"language": "YAML"
} | ```yaml
# JavaScript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
jobs:
build:
docker:
- image: circleci/node:14.12
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
... | ```yaml
# JavaScript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
jobs:
build:
docker:
- image: circleci/node:14.13
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
... |
9ace03db-1131-4748-8da2-2e040c5e11fb | {
"language": "YAML"
} | ```yaml
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/node:10.12-stretch
working_directory: ~/node-7z
steps:
- checkout
# Download and cache dependenci... | ```yaml
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/node:10.12-stretch
working_directory: ~/node-7z
steps:
- checkout
# Download and cache dependenci... |
8662e567-d148-499e-8488-33944bcaa793 | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
docker:
- image: python:3.6
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "requirements.txt" }}
- v1-dependencies-... | ```yaml
version: 2
jobs:
build:
docker:
- image: python:3.6
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "requirements.txt" }}
- v1-dependencies-... |
b72105a9-f44d-4cb7-ba42-ed4cfb2e1e99 | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
machine:
enabled: true
working_directory: ~/project
steps:
- checkout
- run:
name: "Build Docker Images"
command: ./build-images.sh
- deploy:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
... | ```yaml
version: 2
jobs:
build:
machine:
enabled: true
working_directory: ~/project
steps:
- checkout
- run:
name: "Build Docker Images"
command: ./build-images.sh
- deploy:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
... |
71281375-c715-4efd-b95f-62ae2d7a957f | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/node:8.9
working_directory: ~/repo
branches:
only:
- production
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "app/package.... | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/node:8.9
working_directory: ~/repo
branches:
only:
- production
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "app/package.... |
335cfbb5-9b37-4e57-bc75-6d8b87a9f9b8 | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build-and-test:
environment:
BUNDLE_PATH: vendor/bundle
FL_OUTPUT_DIR: output
macos:
xcode: "9.4.1"
working_directory: ~/VimeoNetworking
shell: /bin/bash --login -o pipefail
steps:
- checkout
- restore_cache:
key: v1-gem... | ```yaml
version: 2
jobs:
build-and-test:
environment:
BUNDLE_PATH: vendor/bundle
FL_OUTPUT_DIR: output
macos:
xcode: "10.0.0"
working_directory: ~/VimeoNetworking
shell: /bin/bash --login -o pipefail
steps:
- checkout
- restore_cache:
key: v1-ge... |
75084439-802c-4b9b-bd7b-ff8007c1dc93 | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
environment:
JVM_OPTS: -Xmx2048m
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "build.gradle" }}
- run: ./gradlew dependencies -... | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "build.gradle" }}
- run: ./gradlew dependencies --no-parallel
- save_cache:
... |
dcc16eb9-9271-4661-91c4-370ff696c25a | {
"language": "YAML"
} | ```yaml
# Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.9.4@sha256:41698b30a81f886d5a7365896d13c473db34e91c42e45c1ea67db5e0a963d43b
working_directory: ~/repo
steps:
... | ```yaml
# Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.9.6@sha256:61c1806d7594b0bb3e5247709f6db770f3762ddf994545f1c172dc19924a0f7f
working_directory: ~/repo
steps:
... |
b54a7d43-fc89-4728-96e2-5cf44ff4a10a | {
"language": "YAML"
} | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:41517eb04d4fe284b93ae3a132a8dca0e2433ca7043d8a0bf809d3fb10a6a416
- image: circleci/mongo:3@sha256:2d9bd2912958ebb1b22c707d826d32d410012f1edf55681773cdbf076f54840b
steps:
- checkout
- run: yarn install --frozen-loc... | ```yaml
version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:0f95ad042f0099e737b59c3873795b9fb427ddf5fac675e47b1d44d58616c1bd
- image: circleci/mongo:3@sha256:2d9bd2912958ebb1b22c707d826d32d410012f1edf55681773cdbf076f54840b
steps:
- checkout
- run: yarn install --frozen-loc... |
d534741d-9866-4952-ba72-4b17bdbdd202 | {
"language": "YAML"
} | ```yaml
name: tardis
channels:
- defaults
- conda-forge
- bioconda
dependencies:
- python=2.7
- numpy=1.12
- scipy=0.18
- pandas=0.20
- pytables
- h5py=2.6
- matplotlib=2.0
- astropy=1.3
- numexpr=2.6
- Cython=0.21
- networkx=1.10
- pytest=3.0
- pyyaml=3.12
- jsonschema=2.5.1
- pyne=0.5.3
- graphviz=2.38
... | ```yaml
name: tardis
channels:
- defaults
- conda-forge
- bioconda
dependencies:
- python=2.7
- numpy=1.12
- scipy=0.18
- pandas=0.20
- pytables
- h5py=2.6
- matplotlib=2.0
- astropy=1.3
- numexpr=2.6
- Cython=0.21
- networkx=1.10
- pytest=3.0
- pyyaml=3.12
- jsonschema=2.5.1
- pyne=0.5.3
- pyside=1.2.0
-... |
3d504589-3ba1-4528-b6de-586294eeaabe | {
"language": "YAML"
} | ```yaml
# mailhog configuration.
mailhog_binary_url: https://github.com/mailhog/MailHog/releases/download/v0.2.1/MailHog_linux_amd64
mailhog_install_dir: /opt/mailhog
# ssmtp configuration.
ssmtp_mailhub: localhost:1025
ssmtp_root: postmaster
ssmtp_authuser: ""
ssmtp_authpass: ""
ssmtp_from_line_override: "YES"
mail... | ```yaml
# mailhog configuration.
mailhog_binary_url: https://github.com/mailhog/MailHog/releases/download/v0.2.1/MailHog_linux_amd64
mailhog_install_dir: /opt/mailhog
# ssmtp configuration.
ssmtp_mailhub: localhost:1025
ssmtp_root: postmaster
ssmtp_authuser: ""
ssmtp_authpass: ""
ssmtp_from_line_override: "YES"
mail... |
2a3fe97e-fbf1-4802-a0f8-3adbf934ef34 | {
"language": "YAML"
} | ```yaml
---
- name: install application dependent packages
apt: name={{ item }} update_cache=yes state=latest
with_items:
- git
- python-dev
- python-setuptools
- python-pip
- supervisor
register: deps_installed
- include: nginx.yml
- name: install virtualenv
pip: name=virtualenv state=pr... | ```yaml
---
- name: install application dependent packages
apt: name={{ item }} update_cache=yes state=latest
with_items:
- git
- python-dev
- python-setuptools
- python-pip
- supervisor
register: deps_installed
- include: nginx.yml
- name: install virtualenv
pip: name=virtualenv state=pr... |
5492baf2-c3f6-4f1f-ae08-34aaef10c372 | {
"language": "YAML"
} | ```yaml
---
# This file can be used to co-located bosh-bot on your BOSH Director
- type: replace
path: /releases/-
value:
name: bosh-bot
version: 0.0.1
url: https://storage.googleapis.com/bosh-bot-ci/bosh-bot-0.0.1.tgz
sha1: 0397c6db017a56d22eaf541da63f823a96806ddf
- type: replace
path: /instanc... | ```yaml
---
# This file can be used to co-located bosh-bot on your BOSH Director
- type: replace
path: /releases/-
value:
name: bosh-bot
version: 0.0.1
url: https://storage.googleapis.com/bosh-bot-ci/bosh-bot-0.0.1.tgz
sha1: 0397c6db017a56d22eaf541da63f823a96806ddf
- type: replace
path: /instanc... |
169eba17-f142-448f-9bf4-4e418dfc4dc9 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/DanBurton/ANum#readme
changelog-type: ''
hash: 4dec8cf82968f9af259f1e60640bc34202740d549042f46cbc3509bc1063cb4a
test-bench-deps:
ANum: -any
base: -any
maintainer: dan.burton@originate.com
synopsis: Num instance for Applicatives provided via the ANum newtype
changelog: ''
basic-d... | ```yaml
homepage: https://github.com/DanBurton/ANum#readme
changelog-type: markdown
hash: c28c0a9779ba6e7c68b5bf9e395ea886563889bfa2c38583c69dd10aa283822e
test-bench-deps:
ANum: -any
base: -any
maintainer: danburton.email@gmail.com
synopsis: Num instance for Applicatives provided via the ANum newtype
changelog: ! '... |
26b74a07-e166-4922-a207-428e53508cfa | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/tmhedberg/here
changelog-type: ''
hash: 7e6e14d3afd129b5ffd758670e813d049a9a3146d58f8a7f74607d0490d0b6a5
test-bench-deps: {}
maintainer: t@tmh.cc
synopsis: Here docs & interpolated strings via quasiquotation
changelog: ''
basic-deps:
base: ! '>=4.5 && <4.11'
parsec: ==3.1.*
mt... | ```yaml
homepage: https://github.com/tmhedberg/here
changelog-type: ''
hash: 17d34fb83f6239e2e715f2778f5a684fb93c370c847f8af5994e91514304525e
test-bench-deps: {}
maintainer: t@tmh.cc
synopsis: Here docs & interpolated strings via quasiquotation
changelog: ''
basic-deps:
base: ! '>=4.5 && <4.11'
parsec: ==3.1.*
mt... |
23b6f1e6-f3fd-4023-bb4a-9b4994c1bfa5 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/chessai/star#readme
changelog-type: ''
hash: b71cee63174a63e99495874b97dcbb976984195c1e0518f621c0221e48bd488b
test-bench-deps: {}
maintainer: dcartwright@layer3com.com
synopsis: ! '*-semirings'
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.0.0.1'
author: Daniel ... | ```yaml
homepage: https://github.com/chessai/star#readme
changelog-type: ''
hash: bbe3ebd54dab57437ec75f090e87b62c4352240ef4ea49e3bcfa673a4eb22ba9
test-bench-deps: {}
maintainer: dcartwright@layer3com.com
synopsis: ! '*-semirings'
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.0.0.1'
- '0.0.0.2'
aut... |
4d36bd6f-4121-49f2-b0d1-0c10995ee9d9 | {
"language": "YAML"
} | ```yaml
AntiFeatures:
- NonFreeNet
- Tracking
Categories:
- Internet
License: GPL-3.0-only
AuthorName: Infomaniak
WebSite: https://www.infomaniak.com
SourceCode: https://github.com/Infomaniak/android-kDrive
IssueTracker: https://contact.infomaniak.com
AutoName: kDrive
RepoType: git
Repo: https://github.com/Info... | ```yaml
AntiFeatures:
- NonFreeNet
- Tracking
Categories:
- Internet
License: GPL-3.0-only
AuthorName: Infomaniak
WebSite: https://www.infomaniak.com
SourceCode: https://github.com/Infomaniak/android-kDrive
IssueTracker: https://contact.infomaniak.com
AutoName: kDrive
RepoType: git
Repo: https://github.com/Info... |
4b756b5d-5f2c-4016-9e39-9edc14db8e42 | {
"language": "YAML"
} | ```yaml
Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/TachibanaGeneralLaboratories/download-navi
IssueTracker: https://github.com/TachibanaGeneralLaboratories/download-navi/issues
Translation: https://crowdin.com/project/download-navi
Changelog: https://github.com/TachibanaGeneralLaborat... | ```yaml
Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/TachibanaGeneralLaboratories/download-navi
IssueTracker: https://github.com/TachibanaGeneralLaboratories/download-navi/issues
Translation: https://crowdin.com/project/download-navi
Changelog: https://github.com/TachibanaGeneralLaborat... |
9abfb048-f592-4a5b-9607-34d4d9abb84c | {
"language": "YAML"
} | ```yaml
---
- name: Install openshift packages
package:
name: "{{ l_node_packages | join(',') }}"
update_cache: true
register: install_openshift
until: install_openshift.rc == 0
retries: 3
delay: 1
vars:
l_node_packages:
#- "atomic-openshift-node{{ (openshift_pkg_version | default('')) | li... | ```yaml
---
- name: Install openshift packages
package:
name: "{{ l_node_packages | join(',') }}"
update_cache: true
register: install_openshift
until: install_openshift.rc == 0
retries: 3
delay: 1
vars:
l_node_packages:
- "{{ openshift_service_type }}-node{{ (openshift_pkg_version | defaul... |
010640aa-cd6a-40ca-8635-2b238a16fc8e | {
"language": "YAML"
} | ```yaml
# Cloud Foundry Java Buildpack
# Copyright 2013-2018 the original author or authors.
#
# 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.... | ```yaml
# Cloud Foundry Java Buildpack
# Copyright 2013-2018 the original author or authors.
#
# 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.... |
1d7bbbfd-2321-44f2-b499-6607920f4c3f | {
"language": "YAML"
} | ```yaml
name: Add a new GitHub Project card linked to a GitHub issue to the specified project column
on: [issues, pull_request]
jobs:
github-actions-automate-projects:
runs-on: ubuntu-latest
steps:
- name: add-new-issues-to-repository-based-project-column
uses: docker://takanabe/github-actions-autom... | ```yaml
name: Add new issues and pull requests to Origami Project Board
on: [issues, pull_request]
jobs:
origami_project_board_job:
runs-on: ubuntu-latest
name: Add new issue or pull request to Origami Project Board
steps:
- name: Add new issue or pull request to Origami Project Board
id: origa... |
85afa778-bde6-4563-af4d-e8b5eb050a5b | {
"language": "YAML"
} | ```yaml
variants:
canary:
CONFIG: 'canary'
GO_VERSION: '1.15rc1'
KUBE_CROSS_VERSION: 'v1.15.0-rc.1-canary-1'
PROTOBUF_VERSION: '3.0.2'
ETCD_VERSION: 'v3.4.9'
go1.15:
CONFIG: 'go1.15'
GO_VERSION: '1.15rc1'
KUBE_CROSS_VERSION: 'v1.15.0-rc.1-1'
PROTOBUF_VERSION: '3.0.2'
ETCD_VER... | ```yaml
variants:
canary:
CONFIG: 'canary'
GO_VERSION: '1.15rc1'
KUBE_CROSS_VERSION: 'v1.15.0-rc.1-canary-1'
PROTOBUF_VERSION: '3.0.2'
ETCD_VERSION: 'v3.4.9'
go1.15:
CONFIG: 'go1.15'
GO_VERSION: '1.15rc1'
KUBE_CROSS_VERSION: 'v1.15.0-rc.1-1'
PROTOBUF_VERSION: '3.0.2'
ETCD_VER... |
b2263918-dc03-4172-815d-d4496bbd1131 | {
"language": "YAML"
} | ```yaml
imports:
- { resource: config.yml }
#framework:
# validation:
# cache: apc
#doctrine:
# orm:
# metadata_cache_driver: apc
# result_cache_driver: apc
# query_cache_driver: apc
monolog:
handlers:
main:
type: fingers_crossed
actio... | ```yaml
imports:
- { resource: config.yml }
services:
twig.extension.debug:
class: Twig_Extension_Debug
tags: [{ name: 'twig.extension' }]
#framework:
# validation:
# cache: apc
#doctrine:
# orm:
# metadata_cache_driver: apc
# result_cache_driver: apc
# ... |
4b7f94e5-81b5-4682-83a2-afa53aa2eae2 | {
"language": "YAML"
} | ```yaml
_assetic:
resource: .
type: assetic
_wdt:
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
prefix: /_wdt
_profiler:
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
prefix: /_profiler
_configurator:
resource: "@SensioDistributionBundle/Re... | ```yaml
_welcome:
pattern: /
defaults: { _controller: AcmeDemoBundle:Welcome:index }
_demo_secured:
resource: "@AcmeDemoBundle/Controller/SecuredController.php"
type: annotation
_demo:
resource: "@AcmeDemoBundle/Controller/DemoController.php"
type: annotation
prefix: /demo
_ass... |
5c949af3-5846-41bd-b734-dbd15bcdffa8 | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/khibino/haskell-json-rpc-generic
changelog-type: ''
hash: 5626a6644771cfe04424f72938e50b1c7e51db5325d1b33d19112d69dbe3d7fc
test-bench-deps:
base: <5
text: -any
quickcheck-simple: -any
json-rpc-generic: -any
QuickCheck: -any
aeson: -any
maintainer: ex8k.hibino@gmail.com
sy... | ```yaml
homepage: http://github.com/khibino/haskell-json-rpc-generic
changelog-type: ''
hash: 291dda542e204c14cdb9c929c6bf2ade16a52412a596eb1c47c13b7d5f55b313
test-bench-deps:
base: <5
text: -any
quickcheck-simple: -any
json-rpc-generic: -any
QuickCheck: -any
aeson: -any
maintainer: ex8k.hibino@gmail.com
sy... |
fd7a4dd2-2271-483e-8ff1-4595170adc05 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: b9ca6d4e84ecf6a85f1cf55c9343272b4f8829a242b2d583c007f14a86bc996a
test-bench-deps:
markov-processes: -any
memoize: -any
base: ==4.*
assertions: -any
bifunctors: -any
random: -any
maintainer: Vikram Verma <me@vikramverma.com>
synopsis: Hidden Markov processes.
cha... | ```yaml
homepage: ''
changelog-type: ''
hash: cb6f24fe270f17c9c3b1b986ae4049a058cb3601995e092ae894c8e4f7eadafc
test-bench-deps:
markov-processes: -any
memoize: -any
base: ==4.*
assertions: -any
bifunctors: -any
random: -any
maintainer: Vikram Verma <me@vikramverma.com>
synopsis: Hidden Markov processes.
cha... |
ec1ced79-64e9-4911-9db9-807447017585 | {
"language": "YAML"
} | ```yaml
AUTH0_CLIENT_ID:
AUTH0_DOMAIN:
LEAFLET_TILE_URL: https://api.mapbox.com/v4/mapbox.light/{z}/{x}/{y}.png?access_token=your-access-token
LEAFLET_RETINA_URL: https://api.mapbox.com/v4/mapbox.light/{z}/{x}/{y}@2x.png?access_token=token
LEAFLET_ATTRIBUTION: © <a href="http://www.openstreetmap.org/copyright">Ope... | ```yaml
AUTH0_CLIENT_ID:
AUTH0_DOMAIN:
LEAFLET_TILE_URL: https://api.mapbox.com/v4/mapbox.light/{z}/{x}/{y}.png?access_token=your-access-token
LEAFLET_RETINA_URL: https://api.mapbox.com/v4/mapbox.light/{z}/{x}/{y}@2x.png?access_token=token
LEAFLET_ATTRIBUTION: © <a href="http://www.openstreetmap.org/copyright">Ope... |
0880ba81-3f22-4249-bddd-a8814225d5fc | {
"language": "YAML"
} | ```yaml
postsubmits:
kubernetes/k8s.io:
- name: post-k8sio-infra-tools-push-images
cluster: test-infra-trusted
annotations:
testgrid-dashboards: wg-k8s-infra-k8sio
decorate: true
run_if_changed: "^dns/octodns-docker/"
branches:
- ^master$
spec:
serviceAc... | ```yaml
postsubmits:
kubernetes/k8s.io:
- name: post-k8sio-infra-tools-push-images
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: wg-k8s-infra-k8sio
decorate: true
run_if_changed: "^dns/octodns-docker/"
branches:
- ^master$
spec:
... |
a43b2a2f-a7c7-4d61-8109-1e0d0beb945f | {
"language": "YAML"
} | ```yaml
name: multiple_databases_repository_sample_app
on:
schedule:
- cron: "0 17 * * *"
push:
paths:
- "contrib/multiple_databases_repository_sample_app/**"
- ".github/workflows/multiple_databases_repository_sample_app.yml"
- "support/**"
pull_request:
types: [opened, reopened]
... | ```yaml
name: multiple_databases_repository_sample_app
on:
schedule:
- cron: "0 17 * * *"
push:
paths:
- "contrib/multiple_databases_repository_sample_app/**"
- ".github/workflows/multiple_databases_repository_sample_app.yml"
- "support/**"
pull_request:
types: [opened, reopened]
... |
eba7fe63-e80d-45b4-a304-4aa34ccd2eda | {
"language": "YAML"
} | ```yaml
box: wercker/default
build:
steps:
- arjen/hugo-build:
version: 0.13
theme: herring-cove
flags: --buildDrafts=true
deploy:
steps:
- lukevivier/gh-pages@0.2.1:
token: $GIT_TOKEN
domain: viglug.github.io
basedir: public
```
Remove domain that creates CN... | ```yaml
box: wercker/default
build:
steps:
- arjen/hugo-build:
version: 0.13
theme: herring-cove
flags: --buildDrafts=true
deploy:
steps:
- lukevivier/gh-pages@0.2.1:
token: $GIT_TOKEN
basedir: public
``` |
45e15704-3092-47b4-8a25-ff51c8e358e4 | {
"language": "YAML"
} | ```yaml
box: ruby:2.5.7
services:
- id: mongo:3.6.2
build:
steps:
- bundle-install
- script:
name: echo ruby information
code: |
echo "ruby version $(ruby --version) running"
echo "from location $(which ruby)"
echo -p "gem lis... | ```yaml
box: ruby:2.5.7
services:
- id: mongo:3.6.2
build:
steps:
- script:
name: update bundler
code: |
sudo gem install bundler
- bundle-install
- script:
name: echo ruby information
code: |
echo "ruby versio... |
669cb4fa-1157-4220-be49-cd2743e15258 | {
"language": "YAML"
} | ```yaml
box: golang:1.8
services:
- id: postgres
env:
POSTGRES_DB: account_service_test # optional
build:
steps:
- setup-go-workspace
# Gets the dependencies
- script:
name: go get
code: |
go get -t ./...
# Test the project
- script:
name: go tes... | ```yaml
box: golang:1.8
services:
- id: postgres
env:
POSTGRES_DB: account_service_test # optional
build:
steps:
- setup-go-workspace
# Gets the dependencies
- script:
name: go get
code: |
go get -t ./...
# Test the project
- script:
name: go tes... |
1dcddd73-4e0e-4585-a05e-55f671e99f25 | {
"language": "YAML"
} | ```yaml
name: parse_this pre-submit queues
on:
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: set up python ${{ matrix.python-... | ```yaml
name: parse_this pre-submit queues
on:
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: set up python ${{ matrix.python-... |
37c3a2c6-60e9-4823-a417-d2b295a7fde8 | {
"language": "YAML"
} | ```yaml
name: Update docs version
on:
release:
types: [ published ]
permissions:
contents: read
jobs:
build:
permissions:
contents: write # for peter-evans/create-pull-request to create branch
pull-requests: write # for peter-evans/create-pull-request to create a PR
if: github.reposit... | ```yaml
name: Update docs version
on:
release:
types: [ published ]
permissions:
contents: read
jobs:
build:
permissions:
contents: write # for peter-evans/create-pull-request to create branch
pull-requests: write # for peter-evans/create-pull-request to create a PR
if: github.reposit... |
e057fbcb-286d-43b6-a1b3-bf56b5acb182 | {
"language": "YAML"
} | ```yaml
name: build-desktop
on:
push:
paths:
- "core/**"
- "desktop/**"
jobs:
build-desktop:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest
os-short: lnx
- os: macos-latest
os-short: m... | ```yaml
name: build-desktop
on:
push:
paths:
- "core/**"
- "desktop/**"
- ".github/workflows/build-desktop.yml"
jobs:
build-desktop:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest
os-short: lnx
... |
0118bb4d-9b3a-45e9-8fe7-c65d43a5cb44 | {
"language": "YAML"
} | ```yaml
name: Linux C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Linux-mkspecs:
uses: steinwurf/linux-mkspecs-action/.github/workflo... | ```yaml
name: Linux C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Linux-mkspecs:
uses: steinwurf/linux-mkspecs-action/.github/workflo... |
016e45d0-95e8-47a5-a0bf-dd9d6f4b7556 | {
"language": "YAML"
} | ```yaml
# 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 ... | ```yaml
# 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 ... |
8dccec57-10bb-45eb-ab04-209a93d5d867 | {
"language": "YAML"
} | ```yaml
package:
name: databroker
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
build:
number: 0
string: {{ environ.get('GIT_BUILD_STR', '') }}_py{{ py }}
requirements:
build:
- python
run:
- python
- pandas
- pims
- metada... | ```yaml
package:
name: databroker
version: {{ environ.get('GIT_DESCRIBE_TAG', 'GIT_STUB') }}.post{{ environ.get('GIT_DESCRIBE_NUMBER', 'inf') }}
source:
git_url: ../
build:
number: 0
string: {{ environ.get('GIT_BUILD_STR', '') }}_py{{ py }}
requirements:
build:
- python
run:
- python
- pan... |
f891d121-9f82-465a-a6f7-5d70f8d99953 | {
"language": "YAML"
} | ```yaml
package:
name: dask
version: {{ environ.get('GIT_DESCRIBE_TAG') }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
{% else %}string: py{{ environ.get('PY_VER').replace('.', '') }... | ```yaml
package:
name: dask
version: {{ environ.get('GIT_DESCRIBE_TAG', '0.4.0') }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
{% else %}string: py{{ environ.get('PY_VER').replace('... |
70f2d5b2-ccaf-4293-9bbb-28ee04b4cba5 | {
"language": "YAML"
} | ```yaml
---
# 500 GB why not
cvmfs_quota_limit: 512000
galaxynodes_group_authorized_key_users:
- name: g2test
authorized: "{{ galaxy_team_users }}"
- name: g2main
authorized: "{{ galaxy_team_users }}"
galaxynodes_group_packages:
- collectl
- lzo
- libcgroup-tools
- singularity-runtime
# package... | ```yaml
---
# 500 GB why not
cvmfs_quota_limit: 512000
galaxynodes_group_authorized_key_users:
- name: g2test
authorized: "{{ galaxy_team_users }}"
- name: g2main
authorized: "{{ galaxy_team_users }}"
galaxynodes_group_packages:
- collectl
- lzo
- libcgroup-tools
- singularity-runtime
# package... |
e6f18768-eba9-4b35-a6c7-abc67f3001d7 | {
"language": "YAML"
} | ```yaml
{% set version = "6.1.0" %}
package:
name: gmp
version: {{ version }}
source:
fn: gmp-{{ version }}.tar.bz2
url: ftp://ftp.gnu.org/gnu/gmp/gmp-{{ version }}.tar.bz2
md5: 86ee6e54ebfc4a90b643a65e402c4048
build:
number: 0
skip: true # [win]
test:
files:
- test.c
about:
home: http://gmp... | ```yaml
{% set version = "6.1.0" %}
package:
name: gmp
version: {{ version }}
source:
fn: gmp-{{ version }}.tar.bz2
url: ftp://ftp.gnu.org/gnu/gmp/gmp-{{ version }}.tar.bz2
md5: 86ee6e54ebfc4a90b643a65e402c4048
build:
number: 0
skip: true # [win]
requirements:
build:
- m4
test:
files:
- ... |
8b489f46-fa59-45bb-a9bd-8807dfec1744 | {
"language": "YAML"
} | ```yaml
---
driver:
name: ec2
aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %>
region: us-east-1
availability_zone: us-east-1b
security_group_ids:
- ci-testing
instance_type: c3.large
iam_profile_name: test-kitchen
interface: public
tags:
Env: dev
Type: test
transport:
name: sftp
ssh_ke... | ```yaml
---
driver:
name: ec2
region: us-east-1
availability_zone: us-east-1b
security_group_ids:
- ci-testing
instance_type: c3.large
iam_profile_name: test-kitchen
interface: public
tags:
Env: dev
Type: test
provisioner:
name: chef_zero
client_rb:
environment: dev
platforms:
- ... |
4443eb19-cf90-4db3-904f-469e9364ac6b | {
"language": "YAML"
} | ```yaml
---
driver:
name: vagrant
require_chef_omnibus: 11.8
platforms:
- name: ubuntu-12.04
- name: centos-6.4
- name: centos-6.5
suites:
- name: default
run_list:
- recipe[apt::default]
- recipe[exhibitor::default]
attributes:
```
Add testing on Ubuntu 14.04 | ```yaml
---
driver:
name: vagrant
require_chef_omnibus: 11.8
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: centos-6.4
- name: centos-6.5
suites:
- name: default
run_list:
- recipe[apt::default]
- recipe[exhibitor::default]
attributes:
``` |
1c664835-e80b-4995-8156-aa6269eb22df | {
"language": "YAML"
} | ```yaml
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: ubuntu-12.04
- name: ubuntu-13.10
suites:
- name: default
run_list:
- recipe[chruby-build::default]
attributes:
- name: rubies_data_bags
run_list:
- recipe[chruby-build::rubies]
attributes:
-... | ```yaml
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[chruby-build::default]
attributes:
- name: rubies_data_bags
run_list:
- recipe[chruby-build::rubies]
attributes:
-... |
6ad87b54-5747-4c5c-985a-cdfc7b4baa4f | {
"language": "YAML"
} | ```yaml
inherit_gem:
rubocop-govuk:
- config/default.yml
Style/ClassVars:
Enabled: false
AllCops:
Exclude:
- 'vendor/**/*'
```
Fix linting 'tmp/' files on CI | ```yaml
inherit_gem:
rubocop-govuk:
- config/default.yml
Style/ClassVars:
Enabled: false
``` |
92716f0a-6a0d-47c0-ad09-554a0078c6a7 | {
"language": "YAML"
} | ```yaml
# I like trailing commas in maps. They let me insert new elements and
# see them as one line in a diff, not two.
TrailingComma:
Enabled: false
# I like trailing commas in maps. They let me insert new elements and
# see them as one line in a diff, not two.
Style/TrailingCommaInHashLiteral:
EnforcedStyleFo... | ```yaml
AllCops:
TargetRubyVersion: 2.4
# I like trailing commas in maps. They let me insert new elements and
# see them as one line in a diff, not two.
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: comma
# If i'm using one fun... |
79eace11-dc87-4d27-9543-38f9e320270c | {
"language": "YAML"
} | ```yaml
---
AllCops:
TargetRubyVersion: 2.2
DisplayCopNames: true
Exclude:
- 'control-repo/**/*'
Metrics/BlockLength:
Enabled: false
```
Configure Metrics/LineLength cop to be nicer | ```yaml
---
AllCops:
TargetRubyVersion: 2.2
DisplayCopNames: true
Exclude:
- 'control-repo/**/*'
Metrics/BlockLength:
Enabled: false
Metrics/LineLength:
Max: 100
``` |
0164f3dc-cf76-4b43-a863-5f218f747411 | {
"language": "YAML"
} | ```yaml
---
site: ukti_sirius
whitehall_slug: uk-trade-investment
homepage: https://www.gov.uk/the-sirius-programme
tna_timestamp: 20150101010101
host: www.siriusprogramme.ukti.gov.uk
homepage_furl: www.gov.uk/ukti
global: =301 https://www.gov.uk/the-sirius-programme
aliases:
- www.siriusprogramme.com
```
Update Siriu... | ```yaml
---
site: ukti_sirius
whitehall_slug: uk-trade-investment
homepage: https://www.gov.uk/government/collections/sirius-programme-for-graduate-entrepreneurs
tna_timestamp: 20150101010101
host: www.siriusprogramme.ukti.gov.uk
homepage_furl: www.gov.uk/ukti
global: =301 https://www.gov.uk/government/collections/siri... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.