doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
516aa918-1f8d-4c1d-acb3-bbe086257c59 | {
"language": "YAML"
} | ```yaml
clusterSize: ${env == "dev" ? 2 : 3}
adminUsername: ${couchdb_admin_username}
adminPassword: ${couchdb_admin_password}
cookieAuthSecret: ${couchdb_auth_cookie}
persistentVolume:
enabled: true
accessModes:
- ReadWriteOnce
size: 10Gi
storageClass: "standard"
podAntiAffinity: true
```
Add affinity ... | ```yaml
clusterSize: ${env == "dev" ? 2 : 3}
adminUsername: ${couchdb_admin_username}
adminPassword: ${couchdb_admin_password}
cookieAuthSecret: ${couchdb_auth_cookie}
persistentVolume:
enabled: true
accessModes:
- ReadWriteOnce
size: 10Gi
storageClass: "standard"
affinity:
podAntiAffinity:
require... |
595c191d-dc0a-4736-9822-e2f38f533d57 | {
"language": "YAML"
} | ```yaml
---
- name: Install packages required for 'pxe_ipmitool' ironic's driver on RedHat based distros
become: true
package:
name:
- python-setuptools
- ipmitool
state: latest
disable_gpg_check: yes
- name: Install python-virtualbmc from repo's
become: true
package:
na... | ```yaml
---
- name: Install packages required for 'pxe_ipmitool' ironic's driver on RedHat based distros
become: true
package:
name:
- python-setuptools
- ipmitool
state: latest
disable_gpg_check: yes
- name: Install python-virtualbmc from repo's
become: true
package:
na... |
cd233006-7bb9-4c1f-a100-531740c7f9bb | {
"language": "YAML"
} | ```yaml
# For AppEngine
safe: false
port: 8081
source: site
destination: appengine/build/static
markdown: kramdown
permalink: /articles/:title.html
baseurl: /web
fundamentals: /fundamentals
url: /web
highlighter: pygments
pygments: true
spotlights: false
github:
root: https://github.com/Google/WebFundamentals
conte... | ```yaml
# For AppEngine
safe: false
port: 8081
source: site
destination: appengine/build/static
markdown: kramdown
permalink: /articles/:title.html
baseurl: /web
fundamentals: /web/fundamentals
url: /web
highlighter: pygments
pygments: true
spotlights: false
github:
root: https://github.com/Google/WebFundamentals
c... |
a4b4dbfb-805f-4957-9875-2f8bd21d49f1 | {
"language": "YAML"
} | ```yaml
disk_images:
-
imagename: overcloud-ceph
type: qcow2
distro: rhel8
release: 8
```
Use unversioned RHEL element w/ RHEL8 | ```yaml
disk_images:
-
imagename: overcloud-ceph
type: qcow2
distro: rhel
release: 8
``` |
f8ed8886-d1ce-4811-8040-e89e0dfb1d87 | {
"language": "YAML"
} | ```yaml
apiVersion: v1
kind: Service
metadata:
name: $CIRCLE_PROJECT_REPONAME-service
spec: # defines behaviour of service
selector: # route service traffic to pod(s) with label keys and values matching this selector
app: jekyll-nginx
externalIPs: # for which nodes will accept traffic for this service
- ... | ```yaml
apiVersion: v1
kind: Service
metadata:
name: $CIRCLE_PROJECT_REPONAME-service
spec: # defines behaviour of service
selector: # route service traffic to pod(s) with label keys and values matching this selector
app: jekyll-nginx
type: LoadBalancer # determines how service is exposed
loadBalancerIP... |
2cf879d6-3e6a-4bc6-9ebf-a07a36f65115 | {
"language": "YAML"
} | ```yaml
services:
mailmotor.handler.save_settings:
class: Backend\Modules\Mailmotor\Domain\Settings\Command\SaveSettingsHandler
arguments:
- "@fork.settings"
tags:
- { name: command_handler, handles: Backend\Modules\Mailmotor\Domain\Settings\Command\SaveSettings }
mailmotor.handler.subscript... | ```yaml
services:
mailmotor.handler.save_settings:
class: Backend\Modules\Mailmotor\Domain\Settings\Command\SaveSettingsHandler
arguments:
- "@fork.settings"
tags:
- { name: command_handler, handles: Backend\Modules\Mailmotor\Domain\Settings\Command\SaveSettings }
mailmotor.handler.subscript... |
3fe2df40-18fa-4723-af97-afd3ca0bf508 | {
"language": "YAML"
} | ```yaml
govuk_sudo::sudo_conf:
govuk-backup:
content: 'govuk-backup ALL=NOPASSWD:/usr/bin/mysqldump'
```
Add push jobs for mysql databases | ```yaml
govuk_sudo::sudo_conf:
govuk-backup:
content: 'govuk-backup ALL=NOPASSWD:/usr/bin/mysqldump'
govuk_env_sync::tasks:
"push_collections_publisher_production_daily":
hour: "0"
minute: "12"
action: "push"
dbms: "mysql"
storagebackend: "s3"
database: "collections_publisher_production"... |
19989cbf-d6dc-4426-9624-62cfbb7d48ee | {
"language": "YAML"
} | ```yaml
# Copyright 2021 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 2021 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... |
606b7ef8-758a-491a-9042-0725a0fdbe27 | {
"language": "YAML"
} | ```yaml
Categories:
- Development
License: MIT
AuthorName: Peter Storch
WebSite: https://codeberg.org/pstorch/F-Droid_Build_Status
SourceCode: https://codeberg.org/pstorch/F-Droid_Build_Status
IssueTracker: https://codeberg.org/pstorch/F-Droid_Build_Status/issues
Changelog: https://codeberg.org/pstorch/F-Droid_Build_... | ```yaml
Categories:
- Development
License: MIT
AuthorName: Peter Storch
WebSite: https://codeberg.org/pstorch/F-Droid_Build_Status
SourceCode: https://codeberg.org/pstorch/F-Droid_Build_Status
IssueTracker: https://codeberg.org/pstorch/F-Droid_Build_Status/issues
Changelog: https://codeberg.org/pstorch/F-Droid_Build_... |
464729e2-89ae-4b11-8a18-136f7381decd | {
"language": "YAML"
} | ```yaml
apiVersion: v1
kind: ReplicationController
metadata:
labels:
kubernetes.io/cluster-service: 'true'
k8s-app: heapster
name: heapster
kubernetes.io/minikube-addons: heapster
name: heapster
namespace: kube-system
spec:
replicas: 1
selector:
kubernetes.io/cluster-service: "true"
k8... | ```yaml
apiVersion: v1
kind: ReplicationController
metadata:
labels:
kubernetes.io/cluster-service: 'true'
k8s-app: heapster
name: heapster
kubernetes.io/minikube-addons: heapster
name: heapster
namespace: kube-system
spec:
replicas: 1
selector:
kubernetes.io/cluster-service: "true"
k8... |
8589ac4b-1367-4083-96b1-d12bb50a8533 | {
"language": "YAML"
} | ```yaml
repos:
- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
- id: black
args: [--line-length=80]
- repo: https://gitlab.com/pycqa/flake8
rev: "3.8.4"
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
hooks:
- id: pyupgrade
... | ```yaml
repos:
- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
- id: black
args: [--line-length=80]
- repo: https://github.com/PyCQA/flake8
rev: "3.8.4"
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
hooks:
- id: pyupgrade
... |
2bae6ab8-d2be-4fea-b615-edaa3ecdf89f | {
"language": "YAML"
} | ```yaml
version: '3'
services:
cas:
# Tag version does not really represent CAS server version. Please check pom.xml to get real version.
image: apereo/cas:v5.1.3
ports:
- "8080:8080"
volumes:
- ./docker/tmp:/root/.m2/repository/
- ./docker/cas.properties:/cas-overlay/etc/cas/config/... | ```yaml
version: '2.1'
services:
cas:
# Tag version does not really represent CAS server version. Please check pom.xml to get real version.
image: apereo/cas:v5.1.3
ports:
- "8080:8080"
volumes:
- ./docker/tmp:/root/.m2/repository/
- ./docker/cas.properties:/cas-overlay/etc/cas/confi... |
7cec8b2a-95fc-4e9d-b6fc-907b6f80daa7 | {
"language": "YAML"
} | ```yaml
---
# defaults file for newrelic_wsgi
newrelic_ini_path: /opt/newrelic/
newrelic_agentlog_path: /var/log/newrelic/wsgi/
newrelic_ini_file: "{{newrelic_ini_path}}/newrelic.ini"
newrelic_agentlog_file: "{{newrelic_agentlog_path}}/newrelic_python_agent.log"
application_name: "test LAMP wsgi python application"
new... | ```yaml
---
# defaults file for newrelic_wsgi
newrelic_ini_path: /opt/newrelic/
newrelic_agentlog_path: /var/log/newrelic/
newrelic_ini_file: "{{newrelic_ini_path}}/newrelic.ini"
newrelic_agentlog_file: "{{newrelic_agentlog_path}}/newrelic_python_agent.log"
application_name: "test LAMP wsgi python application"
newrelic... |
b18de7f1-625f-458a-befd-8b248fa91e33 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/hltcoe
changelog-type: ''
hash: 48a74b681c636c337de4f0287f12fb1f6e4ebd43b10af67e035dd8d0a2658bae
test-bench-deps: {}
maintainer: tom@cs.jhu.edu
synopsis: Automatically generated Thrift definitions for the Concrete data format.
changelog: ''
basic-deps:
bytestring: -any
base: ! '... | ```yaml
homepage: https://github.com/hltcoe
changelog-type: ''
hash: 1d352f54bbef567af0a503b1054d09ee48447da801de71802b1974007849be08
test-bench-deps: {}
maintainer: tom@cs.jhu.edu
synopsis: Automatically generated Thrift definitions for the Concrete data format.
changelog: ''
basic-deps:
bytestring: -any
base: ! '... |
8af72d56-e9d7-4999-b71a-9d0712bc4294 | {
"language": "YAML"
} | ```yaml
## Customize the test machine
machine:
services:
- docker
test:
override:
- lein do clean, test, bin
## deployment:
## docker-hub:
## branch: master
## commands:
## - docker build -t samsara/ingestion-api .
## - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
#... | ```yaml
## Customize the test machine
machine:
services:
- docker
test:
override:
- lein do clean, test, bin
deployment:
docker-hub:
branch: master
commands:
- docker build -t samsara/ingestion-api .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push... |
b34eee72-849a-4812-a8e4-4f7043aa6d2f | {
"language": "YAML"
} | ```yaml
Categories:
- Sports & Health
License: GPL-3.0-or-later
AuthorName: Samuel Amantea-Collins
AuthorEmail: help.trackandgraph@gmail.com
SourceCode: https://github.com/SamAmco/track-and-graph
IssueTracker: https://github.com/SamAmco/track-and-graph/issues
Changelog: https://github.com/SamAmco/track-and-graph/rele... | ```yaml
Categories:
- Sports & Health
License: GPL-3.0-or-later
AuthorName: Samuel Amantea-Collins
AuthorEmail: help.trackandgraph@gmail.com
SourceCode: https://github.com/SamAmco/track-and-graph
IssueTracker: https://github.com/SamAmco/track-and-graph/issues
Changelog: https://github.com/SamAmco/track-and-graph/rele... |
74942113-7c37-43f0-a4b2-809e4c5776be | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: markdown
hash: 7d5c7c825727632ac1837672db01522aaff0819291f4794b8d9254ec8245d380
test-bench-deps: {}
maintainer: cailei@live.com
synopsis: Haskell binding to sdl2-image.
changelog: ! '## v0.1.3.2
- add support for ''base-4.8''
## v0.1.3.1
- add ''this'' change-log file
... | ```yaml
homepage: ''
changelog-type: ''
hash: 57c95f16777afcf43a491a1a4a6ca99a5e41f255ef64335ffd94d082be583c4f
test-bench-deps: {}
maintainer: Siniša Biđin <sinisa@bidin.eu>
synopsis: Bindings to SDL2_image.
changelog: ''
basic-deps:
bytestring: ! '>=0.10.4.0'
base: ! '>=4.7 && <5'
text: ! '>=1.1.0.0'
sdl2: ! '... |
f4d238f0-7a01-4298-896a-11c7141e8619 | {
"language": "YAML"
} | ```yaml
name: CI (conda)
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: [2.7, 3.6, 3.7, 3.8]
runs-on: ${{ matrix.os }}
steps:
- uses: goanpeca/setup-miniconda@v1
with:
auto-upda... | ```yaml
name: CI (conda)
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: [2.7, 3.6, 3.7, 3.8]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set... |
59734521-d429-498a-ad4d-f8b3a98b71f1 | {
"language": "YAML"
} | ```yaml
---
- name: RedHat | Ensure selinux context for MISP httpd directories
command: "chcon -R httpd_sys_rw_content_t {{ item }}"
# FIXME! sefcontext module not working
# sefcontext:
# target: "{{ item }}(/.*)?"
# setype: httpd_sys_rw_content_t
# state: present
with_items:
- /var/www/MISP/app/file... | ```yaml
---
- name: RedHat | Ensure selinux context for MISP httpd directories
sefcontext:
target: "{{ item }}(/.*)?"
setype: httpd_sys_rw_content_t
state: present
with_items:
- /var/www/MISP/app/files
- /var/www/MISP/app/files/terms
- /var/www/MISP/app/files/scripts/tmp
- /var/www/MISP... |
bde29a50-9be0-4ff8-b22e-1ea14b6d57f5 | {
"language": "YAML"
} | ```yaml
---
id: org.metaborg:meta.lib.spoofax:${metaborgVersion}
name: libspoofax
metaborgVersion: 2.3.0-SNAPSHOT
metaborgBaselineVersion: 2.2.0
dependencies:
compile:
- org.metaborg:org.metaborg.meta.lang.esv:${metaborgBaselineVersion}
- org.metaborg:org.metaborg.meta.lang.stratego:${metaborgBaselineVersion}
exp... | ```yaml
---
id: org.metaborg:meta.lib.spoofax:${metaborgVersion}
name: libspoofax
metaborgVersion: 2.3.0-SNAPSHOT
metaborgBaselineVersion: 2.2.0
dependencies:
compile:
- org.metaborg:org.metaborg.meta.lang.esv:${metaborgBaselineVersion}
- org.metaborg:org.metaborg.meta.lang.stratego:${metaborgBaselineVersion}
exp... |
cb167b70-b718-4303-8643-e8dd1f6505a8 | {
"language": "YAML"
} | ```yaml
---
# defaults file for selenium
selenium_install_dir: /opt
selenium_version: "3.4.0"
selenium_install_firefox: yes
selenium_install_chrome: yes
selenium_chromedriver: "2.30"
selenium_display_id: "1"
selenium_port: 4444
selenium_xvfb_args: "--server-args='-screen 0, 1920x1080x24'"
selenium_user: www-admin
```
... | ```yaml
---
# defaults file for selenium
selenium_install_dir: /opt
selenium_version: "3.10.0"
selenium_install_firefox: yes
selenium_install_chrome: yes
selenium_chromedriver: "2.36"
selenium_display_id: "1"
selenium_port: 4444
selenium_xvfb_args: "--server-args='-screen 0, 1920x1080x24'"
selenium_user: www-admin
``` |
99560e74-da66-42c8-8432-c1f1a62ee609 | {
"language": "YAML"
} | ```yaml
---
- name: Install core standard packages
apt:
name:
- abcde
- audacity
- autojump
- clipit
- curl
- dconf-tools
- ffmpeg
- fonts-inconsolata
- gimp
- gnome-do
- gnome-do-plugins
- gnome-nettool
- htop
- indicator-multilo... | ```yaml
---
- name: Install core standard packages
apt:
name:
- abcde
- audacity
- autojump
- clipit
- curl
- dconf-tools
- ffmpeg
- fonts-inconsolata
- gimp
- gnome-do
- gnome-do-plugins
- gnome-nettool
- htop
- indicator-multilo... |
f21f3a1c-cbca-4734-b9a1-8c1e83b84912 | {
"language": "YAML"
} | ```yaml
---
- type: replace
path: /instance_groups/name=alertmanager/jobs/name=alertmanager/properties/alertmanager/route?
value:
receiver: critical-receiver
group_by:
- alertname
group_wait: 30s
group_interval: 1m
repeat_interval: 1h
routes:
- receiver: warning-receiver
... | ```yaml
---
- type: replace
path: /instance_groups/name=alertmanager/jobs/name=alertmanager/properties/alertmanager/route?
value:
receiver: critical-receiver
group_by:
- alertname
group_wait: 30s
group_interval: 1m
repeat_interval: 1h
routes:
- receiver: warning-receiver
... |
a3ec724a-b49a-4c89-bae4-8e5aace1a39d | {
"language": "YAML"
} | ```yaml
---
concat_basedir: "/tmp"
ipaddress: "172.16.254.254"
is_pe: false
macaddress: "AA:AA:AA:AA:AA:AA"
selinux_config_mode: "disabled"
```
Remove selinux_config_mode from default facts | ```yaml
---
concat_basedir: "/tmp"
ipaddress: "172.16.254.254"
is_pe: false
macaddress: "AA:AA:AA:AA:AA:AA"
``` |
0942234f-5bd3-4d58-bbf1-38f72e918f73 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 5544c8079f85d19754d84c1d27d50988473a2800ca4fb827d59c630280429178
test-bench-deps:
bytestring: -any
base: -any
amqp: -any
text: -any
amqp-worker: -any
tasty-hunit: -any
tasty: -any
aeson: -any
maintainer: seanhess@gmail.com
synopsis: High level functions for ... | ```yaml
homepage: ''
changelog-type: ''
hash: 6e4627a037255a5a15e13cbbe45aeccc5280e1cf6611d532214894932d07c8e3
test-bench-deps:
bytestring: -any
base: -any
amqp: -any
text: -any
amqp-worker: -any
tasty-hunit: -any
tasty: -any
aeson: -any
maintainer: seanhess@gmail.com
synopsis: High level functions for ... |
4138d3a2-e633-403f-b01b-e19c03df6a95 | {
"language": "YAML"
} | ```yaml
# sigs.k8s.io/scheduler-plugins presubmits
presubmits:
kubernetes-sigs/scheduler-plugins:
- name: pull-scheduler-plugins-verify-gofmt
decorate: true
path_alias: sigs.k8s.io/scheduler-plugins
always_run: true
spec:
containers:
- image: golang:1.13
command:
- make
... | ```yaml
# sigs.k8s.io/scheduler-plugins presubmits
presubmits:
kubernetes-sigs/scheduler-plugins:
- name: pull-scheduler-plugins-verify-gofmt
decorate: true
path_alias: sigs.k8s.io/scheduler-plugins
always_run: true
spec:
containers:
- image: golang:1.15.2
command:
- make... |
366c79ea-bb6b-4c27-b316-6ec624d717d1 | {
"language": "YAML"
} | ```yaml
language: java
sudo: required
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.CommandBox
env:
matrix:
- ENGINE=lucee@4.5
- ENGINE=lucee@5
- ENGINE=adobe@2016
- ENGINE=adobe@11
- ENGINE=adobe@10
before_install:
- sudo apt-key adv --keyserver keys.gnupg.net --recv 6DA70622
- sudo ec... | ```yaml
language: java
sudo: required
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.CommandBox
env:
matrix:
- ENGINE=lucee@4.5
- ENGINE=lucee@5
- ENGINE=adobe@2016
- ENGINE=adobe@11
before_install:
- sudo apt-key adv --keyserver keys.gnupg.net --recv 6DA70622
- sudo echo "deb http://downloa... |
86894232-07b5-4409-9ad1-99882322d80d | {
"language": "YAML"
} | ```yaml
apiVersion: v1
kind: Service
metadata:
name: rnacentral
labels:
app: rnacentral
spec:
type: NodePort
ports:
- port: {{ .Values.rnacentralPort }}
targetPort: {{ .Values.rnacentralPort }}
protocol: TCP
selector:
app: rnacentral
---
apiVersion: apps/v1
kind: Deployment
metadata:
name:... | ```yaml
apiVersion: v1
kind: Service
metadata:
name: rnacentral
labels:
app: rnacentral
spec:
type: NodePort
ports:
- port: {{ .Values.rnacentralPort }}
targetPort: {{ .Values.rnacentralPort }}
protocol: TCP
selector:
app: rnacentral
---
apiVersion: apps/v1
kind: Deployment
metadata:
name:... |
4520f0be-3f8f-43c4-9cd6-e3bed3d5e2d8 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "0.12"
- "0.10"
- "iojs"
sudo: false
cache:
directories:
- node_modules
notifications:
email: false```
Test Node 5, and 0.12 only | ```yaml
language: node_js
node_js:
- "5"
- "0.12"
sudo: false
cache:
directories:
- node_modules
notifications:
email: false``` |
26d34e71-5ef3-4206-b5e1-107330ca6bd2 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/nikita-volkov/optima-for-hasql
changelog-type: ''
hash: 4ddbd39532cfe5a8b545a6d51eb7e21f0713abe04e0a87ef268574c952372678
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Command-line arguments parsing for Hasql
changelog: ''
basic-deps:
hasql: ! '>... | ```yaml
homepage: https://github.com/nikita-volkov/optima-for-hasql
changelog-type: ''
hash: 078ddf6e4d98284ebea99efc4c1e9b4d42cd05c7c67b09ed3d34a86aef7cc44c
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Command-line arguments parsing for Hasql
changelog: ''
basic-deps:
hasql: '>=1... |
e6e88105-938b-474d-82da-0930264e517a | {
"language": "YAML"
} | ```yaml
---
- type: replace
path: /resource_groups/name=router/networks/name=default/default?
value: [dns, gateway]
- type: replace
path: /resource_groups/name=router/networks/-
value:
name: static
static_ips: [ ((sl_router_ip)) ]
```
Fix ops-file path for instance_groups | ```yaml
---
- type: replace
path: /instance_groups/name=router/networks/name=default/default?
value: [dns, gateway]
- type: replace
path: /instance_groups/name=router/networks/-
value:
name: static
static_ips: [ ((sl_router_ip)) ]
``` |
eb941958-4441-4f62-aebf-edb25f8c6672 | {
"language": "YAML"
} | ```yaml
sudo: false
language: node_js
node_js:
- 'stable'
- '0.12'
- '0.10'
before_script:
- npm install -g gulp
- gulp lint
after_success: npm run coveralls
# whitelist
branches:
only:
- master
notifications:
email:
- kempdogg@gmail.com
```
Update node versions for Travis CI. | ```yaml
sudo: false
language: node_js
node_js:
- '8'
- '6'
- '4'
before_script:
- npm install -g gulp
- gulp lint
after_success: npm run coveralls
# whitelist
branches:
only:
- master
notifications:
email:
- kempdogg@gmail.com
``` |
d5c5c0e2-9347-4893-b359-95ee8b201fff | {
"language": "YAML"
} | ```yaml
homepage: http://www.informatik.uni-marburg.de/~rendel/unparse
changelog-type: ''
hash: 4b49219eb6715cc36440cf06194a3e83592a942059a51b328dd66586e2bb8843
test-bench-deps: {}
maintainer: rendel@informatik.uni-marburg.de
synopsis: Partial isomorphisms.
changelog: ''
basic-deps:
base: ! '>=3 && <5'
template-has... | ```yaml
homepage: http://www.informatik.uni-marburg.de/~rendel/unparse
changelog-type: ''
hash: dc27254b2fb36077e39a78632a392c4dc5beca2b9dcc536fea0ee2532a453263
test-bench-deps: {}
maintainer: rendel@informatik.uni-marburg.de
synopsis: Partial isomorphisms.
changelog: ''
basic-deps:
base: ! '>=3 && <5'
template-has... |
c48b52fd-a0a1-4570-9b47-6921d5dd8163 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/caneroj1/sqlite-simple-errors
changelog-type: ''
hash: c5721b225696ace0c93ef123aff8d05ab1e3a9c5e5afe33b2606e51c4a4a5187
test-bench-deps:
base: -any
sqlite-simple: -any
text: -any
sqlite-simple-errors: -any
mtl: -any
maintainer: jmc41493@gmail.com
synopsis: Wrapper around e... | ```yaml
homepage: https://github.com/caneroj1/sqlite-simple-errors
changelog-type: ''
hash: aae745033281f0a63096edbc63df34834aadc186981f3d5f49a4a40136d750e4
test-bench-deps:
base: -any
sqlite-simple: ! '>=0.4.9 && <0.5.0'
text: ! '>=1.2.2.1 && <1.2.3'
sqlite-simple-errors: -any
mtl: ! '>=2.2.1 && <2.3'
mainta... |
ccaf0709-9ba6-40b0-b2af-cd148f115a38 | {
"language": "YAML"
} | ```yaml
homepage: https://batterseapower.github.io/test-framework/
changelog-type: ''
hash: 6e637a0904fd0b96bf35c2c00fb5282c8fcb5f329f0a24b4dbf3d131ae531bd0
test-bench-deps: {}
maintainer: Haskell Libraries <libraries@haskell.org>
synopsis: HUnit support for the test-framework package.
changelog: ''
basic-deps:
test-... | ```yaml
homepage: https://batterseapower.github.io/test-framework/
changelog-type: ''
hash: 50dfa482f626505b45ab433d0110f275e314f872a198b5fc24d1a640af755880
test-bench-deps: {}
maintainer: Haskell Libraries <libraries@haskell.org>
synopsis: HUnit support for the test-framework package.
changelog: ''
basic-deps:
test-... |
117ddeec-2887-44d3-8563-3cbeaa31fbfe | {
"language": "YAML"
} | ```yaml
---
- name: Update apt-get once a day
apt: update_cache=yes cache_valid_time=84600
sudo: yes
- name: Ensure curl is installed
apt: name=curl
sudo: yes
- name: Install docker
shell: curl -sSL https://get.docker.com/ubuntu/ | sudo sh
args:
creates: /usr/bin/docker
sudo: yes
- name: Ensure do... | ```yaml
---
- name: Update apt-get once a day
apt: update_cache=yes cache_valid_time=84600
sudo: yes
- name: Ensure curl is installed
apt: name=curl
sudo: yes
- name: Ensure python is installed
apt: name={{ item }}
with_items:
- python
- python-pip
sudo: yes
- name: Install docker
shell: curl ... |
09f0fbcf-45e2-4b50-b540-0fbb4248755f | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/mhwombat/gray-extended
changelog-type: ''
hash: 253345a95219b9eb2fcd743da2424d1eab9731fab974351947ac6c3817bacc8e
test-bench-deps:
test-framework: ==0.8.*
base: ==4.*
test-framework-quickcheck2: ==0.3.*
gray-extended: -any
QuickCheck: ==2.7.*
maintainer: amy@nualeargais.ie
... | ```yaml
homepage: https://github.com/mhwombat/gray-extended#readme
changelog-type: ''
hash: 992d02d8d7e53e93dd52de2898dbfb886d2cb8f1f51caf07cbe59bfd6dab8115
test-bench-deps:
test-framework: ==0.8.*
base: -any
test-framework-quickcheck2: ==0.3.*
gray-extended: -any
QuickCheck: ==2.7.* || ==2.8.* || ==2.9.*
mai... |
8fb90471-2bb5-4edf-923e-ab9949b1f4b2 | {
"language": "YAML"
} | ```yaml
on: push
name: Docker build and push
jobs:
build:
name: Docker build and push
if: '!github.event.deleted'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Bump version and push tag
if: github.ref == 'refs/heads/master'
u... | ```yaml
on: push
name: Docker build and push
jobs:
build:
name: Docker build and push
if: '!github.event.deleted'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Bump version and push tag
if: github.ref == 'refs/heads/master'
u... |
5f28c0d7-7d82-4ead-97e9-59c149bc0858 | {
"language": "YAML"
} | ```yaml
name: InstallAdbeTest
on: [push]
jobs:
test:
runs-on: macos-latest
timeout-minutes: 15
strategy:
matrix:
python-version: [3.5, 3.7, 3.8]
steps:
- name: checkout
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actio... | ```yaml
name: InstallAdbeTest
on: [push]
jobs:
test:
runs-on: macos-latest
timeout-minutes: 15
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- name: checkout
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actio... |
f373b2bb-f8f4-4912-8792-d7181b4220ce | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/adamflott/network-types-icmp#readme
changelog-type: markdown
hash: 9e0e5a2330360154222513d876311e541e5b8796cf403639162db89dade965cd
test-bench-deps:
network-types-icmp: -any
base: '>=4.7 && <5'
maintainer: adam@adamflott.com
synopsis: Types for representing ICMP and ICMPv6 messa... | ```yaml
homepage: https://github.com/adamflott/network-types-icmp#readme
changelog-type: markdown
hash: 524d97cbabe02bf177ce17a8ce9ad4a9534f2df82fb9a883dd3b48654dc846ef
test-bench-deps:
network-types-icmp: -any
base: '>=4.7 && <5'
maintainer: adam@adamflott.com
synopsis: Types for representing ICMP and ICMPv6 messa... |
4b35bd13-054f-4b42-b63d-d24556b55fc0 | {
"language": "YAML"
} | ```yaml
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Mount bazel cache
uses: actions/cache@v1
with:
path: "/home/runner/.cache/bazel"
key: bazel
- name: Install... | ```yaml
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Mount bazel cache
uses: actions/cache@v1
with:
path: "/home/runner/.cache/bazel"
key: bazel
- name: Install... |
d1567bbb-0873-4d98-b442-2ac7ef08cc99 | {
"language": "YAML"
} | ```yaml
name: CI
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.201
- name: Build
run: dotnet build --configuration Release
```
Add github action to do... | ```yaml
name: CI
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.201
- name: Restore NuGet Packages
run: dotnet restore
- name: Download ACT Binaries... |
1007d59a-c5b2-41a7-b455-613a1399b936 | {
"language": "YAML"
} | ```yaml
---
name: Main workflow
on:
- push
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
php-versions: ['8.0', '8.1']
experimental: [false]
include:
- ph... | ```yaml
---
name: Main workflow
on:
- push
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
php-versions:
- '8.0'
- '8.1'
experimental: [false]
in... |
678e720a-10d0-45fa-9a0b-97f6147b7fc6 | {
"language": "YAML"
} | ```yaml
# This workflow will download a prebuilt Ruby version, install dependencies and
# run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cro... | ```yaml
# This workflow will download a prebuilt Ruby version, install dependencies and
# run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cro... |
444118ef-fb2f-4cda-98d3-2849a6151329 | {
"language": "YAML"
} | ```yaml
on: [push, pull_request]
name: Continuous integration
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions... | ```yaml
on: [push, pull_request]
name: CI
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
... |
b801af5b-3463-47c9-a12f-555518c2f08d | {
"language": "YAML"
} | ```yaml
on: push
name: Run tests
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 15]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: .github/workflows/install.sh
- run... | ```yaml
on: push
name: Run tests
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 15]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: .github/workflows/install.sh
- run... |
5e6e9c89-0eec-4cb7-bc77-81f7806a56ff | {
"language": "YAML"
} | ```yaml
name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
no... | ```yaml
name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-ver... |
16e50ad4-5df8-4497-9940-6cb3538392d1 | {
"language": "YAML"
} | ```yaml
name: actions
on:
push:
branches:
- master
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundl... | ```yaml
name: actions
on:
push:
branches:
- master
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundl... |
273abd28-03b4-4df4-8798-ee91eb28605f | {
"language": "YAML"
} | ```yaml
#
# Storage instance default settings
#
# Reference info for settings and pricing
#
# http://docs.ansible.com/ansible/gce_module.html
# https://cloud.google.com/compute/pricing
#
# The number of storage servers in your cluster
storage_servers_count: 2
# The size of each storage server
gce_storage_server_machi... | ```yaml
#
# Storage instance default settings
#
# Reference info for settings and pricing
#
# http://docs.ansible.com/ansible/gce_module.html
# https://cloud.google.com/compute/pricing
#
# The number of storage servers in your cluster
storage_servers_count: 2
# The size of each storage server
gce_storage_server_machi... |
f20e2e83-2391-4a5c-a7dc-96580f0e4108 | {
"language": "YAML"
} | ```yaml
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter "tools"
- echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3"
- echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"
test:
override:
- ./gradlew assembleRelease
- cp -r ... | ```yaml
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter "tools"
- echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3"
- echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"
test:
override:
- ./gradlew assembleRelease
- cp -r ... |
78592327-0870-495d-9e10-ff28080ecabd | {
"language": "YAML"
} | ```yaml
dependencies:
post:
- curl -Lsf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes
- multirust default stable
test:
override:
- cargo test
```
Install alsa (headers are needed to compile libsoundio, disabling ALSA doesn't work) | ```yaml
dependencies:
post:
- sudo apt-get install -y alsa-base
- curl -Lsf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes
- multirust default stable
test:
override:
- cargo test
``` |
75f77945-6bd4-45c8-87b3-ac2a4574d5e1 | {
"language": "YAML"
} | ```yaml
machine:
node:
version: 0.10.39
dependencies:
pre:
- npm install npm -g
test:
post:
- grunt test:coveralls```
Upgrade node version for build | ```yaml
machine:
node:
version: 4.2.2
test:
post:
- grunt test:coveralls
``` |
267546f6-4080-490e-9988-a9302b418e4c | {
"language": "YAML"
} | ```yaml
# From https://circleci.com/docs/yarn/
machine:
node:
version: 9.4.0
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn test
# From http://codereview.cc/harbormaster/step/edit/6/
notify:
webhooks:
- url: http://codereview.cc/harbormaster/hoo... | ```yaml
# From https://circleci.com/docs/yarn/
machine:
node:
version: 9.4.0
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn build && yarn test
# From http://codereview.cc/harbormaster/step/edit/6/
notify:
webhooks:
- url: http://codereview.cc/ha... |
d8991ba8-12ce-4934-bdb4-0fe3d008500b | {
"language": "YAML"
} | ```yaml
#
# Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg
#
authentication:
type: PROP_FILE
fileAuth:
users:
-
username: snowowl
password: snowowl
repository:
host: 0.0.0.0
port: 2036
# Minutes to invalidate and close the unused indexes for tasks
# Default is 4 hours, setting... | ```yaml
#
# Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg
#
authentication:
type: PROP_FILE
fileAuth:
users:
-
username: snowowl
password: snowowl
repository:
host: 0.0.0.0
port: 2036
# Minutes to invalidate and close the unused indexes for tasks
# Default is 4 hours, setting... |
b9d4a9e5-3a2d-4ed2-b2e5-8a1472a44ac6 | {
"language": "YAML"
} | ```yaml
AntiFeatures:
- NonFreeNet
Categories:
- Internet
- Science & Education
License: GPL-3.0-or-later
AuthorName: Vít Skalický
AuthorEmail: vit.skalicky@email.cz
SourceCode: https://github.com/vitSkalicky/lepsi-rozvrh
IssueTracker: https://github.com/vitSkalicky/lepsi-rozvrh/issues
AutoName: Better schedule
... | ```yaml
AntiFeatures:
- NonFreeNet
Categories:
- Internet
- Science & Education
License: GPL-3.0-or-later
AuthorName: Vít Skalický
AuthorEmail: vit.skalicky@email.cz
SourceCode: https://github.com/vitSkalicky/lepsi-rozvrh
IssueTracker: https://github.com/vitSkalicky/lepsi-rozvrh/issues
AutoName: Better schedule
... |
cbdcef55-cdea-4b47-988e-f6157c332e00 | {
"language": "YAML"
} | ```yaml
properties:
acceptance_tests:
api: (( concat "https://" meta.api_domain ))
apps_domain: (( grab properties.app_domains[0] ))
system_domain: (( grab properties.system_domain ))
admin_user: "admin"
admin_password: (( grab secrets.uaa_admin_password ))
skip_ssl_validation: false
backe... | ```yaml
properties:
acceptance_tests:
api: (( grab meta.api_domain ))
apps_domain: (( grab properties.app_domains[0] ))
system_domain: (( grab properties.system_domain ))
admin_user: "admin"
admin_password: (( grab secrets.uaa_admin_password ))
skip_ssl_validation: false
backend: "diego"
... |
1d67b883-15be-4cc1-9b75-8572e856edc6 | {
"language": "YAML"
} | ```yaml
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
url: MyString
charity: MyString
expire_time: 2013-01-22
closed:
failed:
max_amount:
winning_address1: MyString
winning_address2: MyString
secret_token: MyString
two:
url: MyString
charity: MySt... | ```yaml
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
url: MyString
expire_time: 2013-01-22
closed:
failed:
max_amount:
winning_address1: MyString
winning_address2: MyString
secret_token: MyString
two:
url: MyString
expire_time: 2013-01-22
closed:... |
f77ea398-182a-4f1b-bd5e-fb7e3911217e | {
"language": "YAML"
} | ```yaml
Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: eikek
WebSite: https://docspell.org
SourceCode: https://github.com/docspell/android-client
IssueTracker: https://github.com/docspell/android-client/issues
AutoName: Docspell Share
RepoType: git
Repo: https://github.com/docspell/android-... | ```yaml
Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: eikek
WebSite: https://docspell.org
SourceCode: https://github.com/docspell/android-client
IssueTracker: https://github.com/docspell/android-client/issues
AutoName: Docspell Share
RepoType: git
Repo: https://github.com/docspell/android-... |
9967955f-9237-4a51-989f-405b453ccb55 | {
"language": "YAML"
} | ```yaml
package:
name: openbabel
version: 2.4.1
source:
git_url: https://github.com/mwojcikowski/openbabel.git
git_rev: 2.4.1
patches:
- fix_library_path_search.diff
- fix_data_path.diff
- fix_babel_test_paths.diff
build:
number: 0
detect_binary_files_with_prefix:... | ```yaml
package:
name: openbabel
version: 2.4.1
source:
fn: openbabel-2-4-1.zip
url: https://github.com/openbabel/openbabel/archive/openbabel-2-4-1.zip
sha1: 6fefb2355601b665bea5840fe8e6f95bd48023c9
patches:
- fix_library_path_search.diff
- fix_data_path.diff
- fix_bab... |
e1ba2255-8ab9-4462-a0ea-eb3391524bd2 | {
"language": "YAML"
} | ```yaml
type: com.google.api.codegen.ConfigProto
config_schema_version: 2.0.0
# The settings of generated code in a specific language.
language_settings:
java:
package_name: com.google.cloud.datastore.admin.v1
python:
package_name: google.cloud.datastore.admin_v1.gapic
go:
package_name: cloud.google.c... | ```yaml
type: com.google.api.codegen.ConfigProto
config_schema_version: 2.0.0
# The settings of generated code in a specific language.
language_settings:
java:
package_name: com.google.cloud.datastore.admin.v1
python:
package_name: google.cloud.datastore_admin_v1.gapic
go:
package_name: cloud.google.c... |
253fb0a7-0dc9-4ce4-b04c-28c0bdba8d85 | {
"language": "YAML"
} | ```yaml
- name: install fluentd
sudo: no
gem: name={{ item }}
executable=/home/{{ ansible_ssh_user }}/.rbenv/versions/{{ ruby_version }}/bin/gem
with_items:
- fluentd
- fluent-plugin-secure-forward
- fluent-plugin-rewrite-tag-filter
- fluent-plugin-record-reformer
- fluent-plugin-record... | ```yaml
- name: install fluentd
sudo: no
gem: name={{ item }}
executable=/home/{{ ansible_ssh_user }}/.rbenv/versions/{{ ruby_version }}/bin/gem
with_items:
- fluentd
- fluent-plugin-secure-forward
- fluent-plugin-rewrite-tag-filter
- fluent-plugin-record-reformer
- fluent-plugin-record... |
11d999f9-6097-4753-be64-c33b792cf1bf | {
"language": "YAML"
} | ```yaml
---
- name: Set hostname
hostname:
name={{ hostname }}
- name: Tell /etc/hosts about the hostname
lineinfile:
dest=/etc/hosts
line="127.0.0.1 localhost {{hostname}}"
state=present
insertbefore=BOF
- name: Install prerequisite packages
apt:
pkg={{ item }}
state=present
... | ```yaml
---
- name: Set hostname
hostname:
name={{ hostname }}
- name: Tell /etc/hosts about the hostname
lineinfile:
dest=/etc/hosts
line="127.0.0.1 localhost {{hostname}}"
state=present
insertbefore=BOF
- name: Install prerequisite packages
apt:
pkg={{ item }}
state=present
... |
d3c813ca-15e6-4194-8d76-6a6294d8574a | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/swift-nav/shakers
changelog-type: ''
hash: d9dfe314b79fd8b528191ff70564034ede7e1f9d6ae94038432b7cc5c1185225
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Shake helpers.
changelog: ''
basic-deps:
shake: -any
base: ==4.8.*
shakers: -any
basic-prelude: ... | ```yaml
homepage: https://github.com/swift-nav/shakers
changelog-type: ''
hash: b478b21abd8451de8f4fca3e18e4eec250a0fb38f50f586167a1d0c09e7be0ef
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Shake helpers.
changelog: ''
basic-deps:
shake: -any
base: ==4.8.*
shakers: -any
basic-prelude: ... |
913f7ed0-31fb-4b35-b799-16a52e6505a3 | {
"language": "YAML"
} | ```yaml
---
- name: "Install Squirrelmail"
apt: "name={{ item }} state=latest"
with_items:
- squirrelmail
- squirrelmail-decode
- squirrelmail-locales
- squirrelmail-viewashtml
- name: Configure Squirrelmail.
template: src=squirrelmail.php.j2 dest=/etc/squirrelmail/config.php owner=root group=roo... | ```yaml
---
- name: "Install Squirrelmail"
apt: "name={{ item }} state=latest"
with_items:
- squirrelmail
- squirrelmail-decode
- squirrelmail-locales
- squirrelmail-viewashtml
- name: Configure Squirrelmail.
template: src=squirrelmail.php.j2 dest=/etc/squirrelmail/config.php owner=root group=roo... |
54f2b7b4-3f0e-424e-99f6-5da469743313 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: markdown
hash: f4761e3a229ebce7ce20d0c9fd6f3137fadeb4ae51b8d486c75cf42542064c59
test-bench-deps: {}
maintainer: kiss.csongor.kiss@gmail.com
synopsis: Symbol manipulation
changelog: ! '# Revision history for symbols
## 0.2.0.0
* added ToList, ToUpper, ToLower, ReadNat type fa... | ```yaml
homepage: ''
changelog-type: markdown
hash: 3dd6da172eae327943510aa4f3b70505ec320ae596a5746bef32e36cc97ff464
test-bench-deps: {}
maintainer: kiss.csongor.kiss@gmail.com
synopsis: Symbol manipulation
changelog: ! '# Revision history for symbols
## 0.2.0.0
* added ToList, ToUpper, ToLower, ReadNat type fa... |
b398fa86-d4d0-408d-8af5-90575de2361d | {
"language": "YAML"
} | ```yaml
#override for your cluster for consul service discovery
zookeeper_service: zookeeper
zookeeper_service_tags: "{{ zookeeper_service }}"
zookeeper_env: dev
zookeeper_ensemble: cluster1
zookeeper_container_name: "{{ zookeeper_service }}-{{ zookeeper_env }}-{{ zookeeper_ensemble }}-zkid{{ zk_id }}"
zookeeper_dat... | ```yaml
#override for your cluster for consul service discovery
zookeeper_service: zookeeper
zookeeper_service_tags: "{{ zookeeper_service }}"
zookeeper_ensemble: cluster1
zookeeper_container_name: "{{ zookeeper_service }}"
zookeeper_data_volume: "{{ zookeeper_service }}-data-volume"
zookeeper_image: asteris/zookee... |
0fa01ccd-1a35-4cbd-92bc-5430e8f9aaa6 | {
"language": "YAML"
} | ```yaml
# Unless you are developing Gitorious and really know what you are doing,
# leave the following settings as is.
repository_base_path: "/tmp/git/repositories"
archive_cache_dir: "/tmp/git/tarball-cache"
archive_work_dir: "/tmp/git/tarball-work"
host: gitorious.test
scheme: http
cookie_secret: UpDoquajrecJewyeodM... | ```yaml
# Unless you are developing Gitorious and really know what you are doing,
# leave the following settings as is.
repository_base_path: "/tmp/git/repositories"
archive_cache_dir: "/tmp/git/tarball-cache"
archive_work_dir: "/tmp/git/tarball-work"
host: gitorious.test
scheme: http
cookie_secret: UpDoquajrecJewyeodM... |
729b8c26-2880-4fee-9653-82f8fdd8b45b | {
"language": "YAML"
} | ```yaml
{% set name = "pytest-celery" %}
{% set version = "0.0.0a1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pytest-celery-{{ version }}.tar.gz
sha256: 3e0e0817c2d3f2870dafebd915bf13100fc12920b5d42dfe5fdc35844fe42e62
buil... | ```yaml
{% set name = "pytest-celery" %}
{% set version = "0.0.0a1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pytest-celery-{{ version }}.tar.gz
sha256: 3e0e0817c2d3f2870dafebd915bf13100fc12920b5d42dfe5fdc35844fe42e62
buil... |
f3cf2bf5-cbf7-441f-a36e-54c66f9983d8 | {
"language": "YAML"
} | ```yaml
kind: Service
apiVersion: v1
metadata:
name: glance
labels:
app: {{ template "name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
component: glance
type: api
{{- if .Values.metrics.enabled }}
annotations:
... | ```yaml
kind: Service
apiVersion: v1
metadata:
name: glance
labels:
app: {{ template "name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
component: glance
type: api
{{- if .Values.metrics.enabled }}
annotations:
... |
9bbc98c4-432f-49ac-8758-1d0da22641a7 | {
"language": "YAML"
} | ```yaml
Categories:
- Theming
License: GPL-3.0-only
WebSite: https://pragma-once.github.io/materialslivewallpaper/app-page.html
SourceCode: https://github.com/Reminimalism/MaterialsLiveWallpaper
IssueTracker: https://github.com/Reminimalism/MaterialsLiveWallpaper/issues
Changelog: https://github.com/Reminimalism/Mate... | ```yaml
Categories:
- Theming
License: GPL-3.0-only
WebSite: https://pragma-once.github.io/materialslivewallpaper/app-page.html
SourceCode: https://github.com/Reminimalism/MaterialsLiveWallpaper
IssueTracker: https://github.com/Reminimalism/MaterialsLiveWallpaper/issues
Changelog: https://github.com/Reminimalism/Mate... |
90a9f989-a368-4dfc-b31f-7461645664f2 | {
"language": "YAML"
} | ```yaml
# Version to install
elastic_version: 6.5.2
elastic_download: https://artifacts.elastic.co
apm_java_version: 1.1.0
# Elastic Cloud credentials
elasticsearch_host: "{{ lookup('env','ELASTICSEARCH_HOST') }}"
elasticsearch_user: "{{ lookup('env','ELASTICSEARCH_USER') }}"
elasticsearch_password: "{{ lookup('env',... | ```yaml
# Version to install
elastic_version: 6.6.0
elastic_download: https://artifacts.elastic.co
apm_java_version: 1.3.0
# Elastic Cloud credentials
elasticsearch_host: "{{ lookup('env','ELASTICSEARCH_HOST') }}"
elasticsearch_user: "{{ lookup('env','ELASTICSEARCH_USER') }}"
elasticsearch_password: "{{ lookup('env',... |
18e7c3e9-9e55-408d-8dc9-b0d35fe7106e | {
"language": "YAML"
} | ```yaml
---
- name: Rebuild mkinitcpio
become: yes
command: mkinitcpio
```
Make mkinitcpio build linux preset | ```yaml
---
- name: Rebuild mkinitcpio
become: yes
command: mkinitcpio -p linux
``` |
add177b6-8551-4837-bc17-48badf0470dc | {
"language": "YAML"
} | ```yaml
---
- name: Install PostgreSQL on {{ ansible_distribution }}-{{ ansible_distribution_major_version }}
include: roles/postgresql/tasks/postgresql_{{ ansible_pkg_mgr }}{{ ansible_distribution_major_version }}.yml
tags: [db, postgresql]
when: ansible_os_family == "RedHat"
- name: Install PostgreSQL on {{ an... | ```yaml
---
- name: Install PostgreSQL on {{ ansible_distribution }}-{{ ansible_distribution_major_version }}
include: postgresql_{{ ansible_pkg_mgr }}{{ ansible_distribution_major_version }}.yml
tags: [db, postgresql]
when: ansible_os_family == "RedHat"
- name: Install PostgreSQL on {{ ansible_distribution }}-{... |
228c92f9-f58c-48f6-88d8-d6c3d135bf8c | {
"language": "YAML"
} | ```yaml
register: registration-district
text: |
Registration districts in England and Wales which exist for the
purpose of civil registration of births, marriages, and deaths
and civil partnerships. Registration district data is maintained by
the General Register Office of HM Passport Office.
re... | ```yaml
register: registration-district
text: |
Registration districts in England and Wales which exist for the
purpose of civil registration of births, marriages, and deaths
and civil partnerships. Registration district data is maintained by
the General Register Office of HM Passport Office.
re... |
6279c9f7-c99c-48ea-95bd-f3104effa85f | {
"language": "YAML"
} | ```yaml
---
## If you edit this file, you need to make sure that the webserver is restarted.
:backends:
- eyaml
- yaml
- module_data
:hierarchy:
- "%{clientcert}"
- "%{asf_osname}/%{asf_osrelease}"
- "colo/%{asf_colo}"
- "%{environment}"
- "common"
:yaml:
:datadir: '/etc/puppet/... | ```yaml
---
## If you edit this file, you need to make sure that the webserver is restarted.
:backends:
- eyaml
- yaml
- module_data
# The ASF specific variables below are created in facter with customfact module.
:hierarchy:
- "%{clientcert}"
- "%{asf_osname}/%{asf_osrelease}"
- "colo/%{asf... |
ce6a2763-e0e9-4719-b535-a4a27e58a415 | {
"language": "YAML"
} | ```yaml
# See https://github.com/laminas/laminas-continuous-integration-action
# Generates a job matrix based on current dependencies and supported version
# ranges, then runs all those jobs
name: "Continuous Integration"
on:
pull_request:
push:
jobs:
matrix:
name: Generate job matrix
runs-on: ubuntu-la... | ```yaml
# See https://github.com/laminas/laminas-continuous-integration-action
# Generates a job matrix based on current dependencies and supported version
# ranges, then runs all those jobs
name: "Continuous Integration"
on:
pull_request:
push:
jobs:
matrix:
name: Generate job matrix
runs-on: ubuntu-la... |
abad1a57-532d-4338-8d18-253fac64d6c1 | {
"language": "YAML"
} | ```yaml
{% set name = "treematching" %}
{% set version = "0.1.20210513" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
git_url: https://github.com/LionelAuroux/treematching
git_tag: 5ebc2474d8720d87569cf414bd0275010edf8f19
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv... | ```yaml
{% set name = "treematching" %}
{% set version = "0.1.20210513" %}
{% set git_tag = "5ebc2474d8720d87569cf414bd0275010edf8f19" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://github.com/LionelAuroux/{{ name }}/archive/{{ git_tag }}.tar.gz
sha256: 6fe70e13b88898113323... |
60569c45-2f6e-4530-bf9d-40f9696361cc | {
"language": "YAML"
} | ```yaml
---
- name: update pkgfile db
command: pkgfile -u
- name: install pkgfile cron
cron: name="Update pkgfile database" job="pkgfile -u" hour=0 state=present
```
Move pkgfile update from 00:00 to 01:00 | ```yaml
---
- name: update pkgfile db
command: pkgfile -u
- name: install pkgfile cron
cron: name="Update pkgfile database" job="pkgfile -u" hour=1 state=present
``` |
aa112a4f-faec-45ac-a645-a875fa724480 | {
"language": "YAML"
} | ```yaml
heat_template_version: 2016-04-08
description: >
OpenStack Ceilometer Collector service configured with Puppet
parameters:
ServiceNetMap:
default: {}
description: Mapping of service_name -> network name. Typically set
via parameter_defaults in the resource registry. This
... | ```yaml
heat_template_version: 2016-04-08
description: >
OpenStack Ceilometer Collector service configured with Puppet
parameters:
ServiceNetMap:
default: {}
description: Mapping of service_name -> network name. Typically set
via parameter_defaults in the resource registry. This
... |
46dfaf3a-0e65-48d0-9856-bde93d02d5e2 | {
"language": "YAML"
} | ```yaml
{% set version = "0.0.5.6" %}
package:
name: channelarchiver
version: {{ version }}
source:
url: https://github.com/NSLS-II/channelarchiver/archive/{{ version }}.tar.gz
fn: channelarchiver-v{{ version }}
sha256: 7ece29c320ee663be2c4674f05e0ca75aebfaed66767a5f6bd57200df2906b9a7ece29c320ee663be2c4674f... | ```yaml
{% set version = "0.0.5.6" %}
package:
name: channelarchiver
version: {{ version }}
source:
url: https://github.com/NSLS-II/channelarchiver/archive/v{{ version }}.tar.gz
fn: channelarchiver-v{{ version }}.tar.gz
sha256: 7ece29c320ee663be2c4674f05e0ca75aebfaed66767a5f6bd57200df2906b9a
build:
numbe... |
242777c3-ad57-4515-a0ec-df2dbdba11a8 | {
"language": "YAML"
} | ```yaml
{% set name = "mikeio" %}
{% set version = "0.6.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 0eda011a42863e998df55ae7b9e324b3c470f2d5ce6f56feb2d2ae082492eff8
build:
skip: tr... | ```yaml
{% set name = "mikeio" %}
{% set version = "0.6.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 0eda011a42863e998df55ae7b9e324b3c470f2d5ce6f56feb2d2ae082492eff8
build:
skip: tr... |
0910f784-4e2e-423a-8ed3-655b7294aa85 | {
"language": "YAML"
} | ```yaml
{% set name = "mscxyz" %}
{% set version = "1.2.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 5b9c01bdd2461cb99dd0cc73f8edaf3025d3063b4e6d0f0c66b5eb46c8078695
build:
number: ... | ```yaml
{% set name = "mscxyz" %}
{% set version = "1.2.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 5b9c01bdd2461cb99dd0cc73f8edaf3025d3063b4e6d0f0c66b5eb46c8078695
build:
number: ... |
d1a099aa-5efe-45d9-a7de-f66d1a542fda | {
"language": "YAML"
} | ```yaml
{% set name = "mudata" %}
{% set version = "0.1.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/mudata-{{ version }}.tar.gz
sha256: 8f4e695ed8e7787c3928c8726049a4a3f2e9e07d8ca57ade0e08ee790b673e9b
build:
number: 0
... | ```yaml
{% set name = "mudata" %}
{% set version = "0.1.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/mudata-{{ version }}.tar.gz
sha256: 8f4e695ed8e7787c3928c8726049a4a3f2e9e07d8ca57ade0e08ee790b673e9b
build:
number: 0
... |
c62f4dee-3728-46cf-9399-0b5756984495 | {
"language": "YAML"
} | ```yaml
site_name: igenstrings
site_url: https://readthedocs.org/projects/igenstrings/?version=latest
site_description: Enhance the genstrings command by adding merging capabilities
repo_url: https://github.com/dulaccc/igenstrings
pages:
- Home: 'index.md'
- Installation: 'installation.md'
- Usage: 'usage.md'
`... | ```yaml
site_name: igenstrings
site_url: https://readthedocs.org/projects/igenstrings/?version=latest
site_description: Enhance the genstrings command by adding merging capabilities
repo_url: https://github.com/dulaccc/igenstrings
theme: readthedocs
pages:
- Home: 'index.md'
- Installation: 'installation.md'
-... |
4bf69446-af86-407c-b72f-6f437af46bb3 | {
"language": "YAML"
} | ```yaml
presubmits:
GoogleCloudPlatform/testgrid:
- name: test-testgrid-all
branches:
- ^master$
decorate: true
always_run: true
spec:
containers:
- image: launcher.gcr.io/google/bazel:2.0.0
command:
- bazel
args:
- test
- //...
```
Use image ... | ```yaml
presubmits:
GoogleCloudPlatform/testgrid:
- name: test-testgrid-all
branches:
- ^master$
decorate: true
always_run: true
spec:
containers:
- image: launcher.gcr.io/google/bazel:2.1.0
env:
- name: USE_BAZEL_VERSION
value: real # Ignore .bazelversion i... |
8910bf1c-df6b-4cfb-8b6f-fbb70b1dbd75 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: c933364c4e8a19678cc6a9684f80e89b27f23d5eb5bd93ab3a95c3476f02920c
test-bench-deps:
bytestring: ==0.10.6.0
base: ! '>=4 && <5'
hspec: ! '>=2 && <3'
mulang: -any
haskell-src: ! '>=1 && <1.1'
aeson: ==0.8.1.1
maintainer: franco@mumuki.org
synopsis: The Mu Language, ... | ```yaml
homepage: ''
changelog-type: ''
hash: 9a90bf57e61a3c100b599991a01fb56a1dd26edbcd54b3083e9d900175928607
test-bench-deps:
bytestring: -any
base: <=5
hspec: -any
text: -any
mulang: -any
aeson: -any
neat-interpolation: -any
maintainer: franco@mumuki.org
synopsis: An intermediate language designed to p... |
4b570872-47e7-4b0d-ad8b-49be5c09491c | {
"language": "YAML"
} | ```yaml
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
# Warning: The database defined as "test" will be erased and
# re-generated from your development ... | ```yaml
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
# Warning: The database defined as "test" will be erased and
# re-generated from your development ... |
356e775b-b665-4a21-85fe-1294778869be | {
"language": "YAML"
} | ```yaml
on: pull_request
name: Validate release notes
jobs:
validateReleaseNotes:
name: Validate release notes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: DEBUG labels
env:
LABELS: ${{ join(github.event.pull_request.labels.*.name) }}
run: "echo \"LABEL... | ```yaml
on: pull_request
name: Validate release notes
jobs:
validateReleaseNotes:
name: Validate release notes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: DEBUG labels
env:
LABELS: ${{ join(github.event.pull_request.labels.*.name) }}
run: echo "LABELS ... |
0d9a0eb9-817f-4e84-a8f6-a307369a3d40 | {
"language": "YAML"
} | ```yaml
imports:
- { resource: config.yml }
#framework:
# validation:
# cache: validator.mapping.cache.apc
# serializer:
# cache: serializer.mapping.cache.apc
#doctrine:
# orm:
# metadata_cache_driver: apc
# result_cache_driver: apc
# query_cache_driver: apc
monolog:
... | ```yaml
imports:
- { resource: config.yml }
parameters:
mailer_host: %mailer.host%
mailer_port: %mailer.port%
mailer_encryption: %mailer.encryption%
mailer_user: %mailer.user%
mailer_password: %mailer.password%
#framework:
# validation:
# cache: validator.mapping.cache.apc
# seria... |
a19864da-c2c0-4932-860f-9d0d271d8bab | {
"language": "YAML"
} | ```yaml
imports:
- { resource: config.yml }
framework:
test: ~
session:
storage_id: session.storage.filesystem
profiler:
collect: false
web_profiler:
toolbar: false
intercept_redirects: false
swiftmailer:
disable_delivery: true
# Doctrine TEST Configuration
doctrine:
... | ```yaml
imports:
- { resource: config.yml }
framework:
test: ~
session:
storage_id: session.storage.filesystem
profiler:
collect: false
web_profiler:
toolbar: false
intercept_redirects: false
swiftmailer:
disable_delivery: true
# Doctrine TEST Configuration
doctrine:
... |
aeed49e0-f05c-4aae-80c6-1b10bf233d4d | {
"language": "YAML"
} | ```yaml
name: Tests
on: [push]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4', '8.0']
name: Testing on PHP ${{ matrix.php }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
... | ```yaml
name: Tests
on: [push]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4', '8.0', '8.1']
name: Testing on PHP ${{ matrix.php }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
... |
fc10f230-b18d-4f60-bebb-45423e269d0a | {
"language": "YAML"
} | ```yaml
name: Run tests
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
services:
postgres:
image: postgres:9.6
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: "kaka"
POSTGRES_DB: test_karspexet
ports:
- 5432:5432/tcp
options: --he... | ```yaml
name: Run tests
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
services:
postgres:
image: postgres:9.6
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: "kaka"
POSTGRES_DB: test_karspexet
ports:
- 5432:5432/tcp
options: --he... |
d539bed4-7286-4d39-b2db-d7d933c090a1 | {
"language": "YAML"
} | ```yaml
name: "tests"
on:
push:
jobs:
packaging:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build nix/release.nix
lint:
runs-on: ubuntu-latest
steps:
- ... | ```yaml
name: "tests"
on:
push:
jobs:
packaging:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-20.09
- run: nix-build nix/release.nix
lint:
runs-on: ubuntu-latest
steps:
- use... |
50b2fb0c-a392-42ec-821c-216c9bc246a7 | {
"language": "YAML"
} | ```yaml
name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:3.4.10
ports:
- 27017:27017
if: "!contains(github.event.head_commit.message, '[skip tests]')"
steps:
... | ```yaml
name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:5.0.5
ports:
- 27017:27017
if: "!contains(github.event.head_commit.message, '[skip tests]')"
steps:
... |
240bb28c-074d-4157-8a7e-46b4c7c09d83 | {
"language": "YAML"
} | ```yaml
name: Tests
on: [pull_request]
jobs:
phpunit:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Install PHP
... | ```yaml
name: Tests
on: [pull_request]
jobs:
phpunit:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Install PHP
... |
18754656-8768-4ff7-8448-4888d5f08030 | {
"language": "YAML"
} | ```yaml
steps:
- script: |
# Fix Git SSL errors
git submodule sync && git submodule update --init --recursive
pipenv run pytest --junitxml=test-results.xml
displayName: Run integration tests
env:
PYTHONWARNINGS: 'ignore:DEPRECATION'
PY_EXE: $(PY_EXE)
GIT_SSL_CAINFO: $(GIT_SSL_CAINFO)
LAN... | ```yaml
steps:
- script: |
# Fix Git SSL errors
git submodule sync && git submodule update --init --recursive
pipenv run pytest --junitxml=test-results.xml
displayName: Run integration tests
env:
PY_EXE: $(PY_EXE)
GIT_SSL_CAINFO: $(GIT_SSL_CAINFO)
LANG: $(LANG)
PIP_PROCESS_DEPENDENCY_LIN... |
c1791863-b8cc-4b53-9d4b-0cb4b0e3d54e | {
"language": "YAML"
} | ```yaml
---
name: fail-type-float-1
desc: Test simples float value
data: "abc"
schema:
type: float
errors:
- "Value 'abc' is not of type 'float'. Path: ''"
---
name: fail-type-float-2
desc: Test wrong type as value in list
data:
- "foo"
- True
schema:
type: seq
seq:
- type: float
errors:
- "Value 'foo... | ```yaml
---
name: fail-type-float-1
desc: Test simples float value
data: "abc"
schema:
type: float
errors:
- "Value 'abc' is not of type 'float'. Path: ''"
---
name: fail-type-float-2
desc: Test wrong type as value in list
data:
- "foo"
- True
schema:
type: seq
seq:
- type: float
errors:
- "Value 'Tru... |
163085e8-a915-446e-bb49-78d2bc6b5bf8 | {
"language": "YAML"
} | ```yaml
---
galaxy_info:
author: Tyler Cross
description: Scheduled starting and stopping of EC2 instances with cron jobs.
license: MIT
min_ansible_version: 1.2
platforms:
- name: Amazon
versions:
- all
- name: CentOS
versions:
- all
- name: Ubuntu
versions:... | ```yaml
---
galaxy_info:
author: Tyler Cross
description: Scheduled starting and stopping of EC2 instances with cron jobs.
license: MIT
min_ansible_version: 1.2
platforms:
- name: Amazon
versions:
- all
- name: CentOS
versions:
- all
- name: Ubuntu
versions:... |
45d1c7b3-7b78-4ac6-86a0-132688360dbe | {
"language": "YAML"
} | ```yaml
---
galaxy_info:
author: kosssi
description: Configure gitconfig and your gitignore global.
license: license MIT
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
categories:
- development
- system
- packaging
```
Add ... | ```yaml
---
galaxy_info:
author: kosssi
description: Configure gitconfig and your gitignore global.
license: license MIT
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
categories:
- development
- system
- packaging
dependenc... |
61e1e500-d508-4c09-b785-cc255c14a6fa | {
"language": "YAML"
} | ```yaml
# Allow compute credits usage for collaborators and anything pushed to the
# master, staging, and trying branches. (So bors can use them.)
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH == 'staging' || $CIRRUS_BRANCH == 'trying'
lint_task:
container:
... | ```yaml
# Allow compute credits usage for collaborators and anything pushed to the
# master, staging, and trying branches. (So bors can use them.)
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH == 'staging' || $CIRRUS_BRANCH == 'trying'
lint_task:
container:
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.