doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
1c1de878-199a-4cd6-9633-e606a5fed6d8 | {
"language": "YAML"
} | ```yaml
version: 1
update_configs:
- package_manager: "java:gradle"
directory: "/"
update_schedule: "daily"
default_reviewers:
- quotidian-ennui
- aaron-mcgrath-adp```
Add higgy to dependabot review list | ```yaml
version: 1
update_configs:
- package_manager: "java:gradle"
directory: "/"
update_schedule: "daily"
default_reviewers:
- quotidian-ennui
- aaron-mcgrath-adp
- higgyfella
``` |
90bbd224-87cf-4665-85ea-89b15d43eae6 | {
"language": "YAML"
} | ```yaml
---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: assets/uploads
public_path: assets/uploads
front_matter_path: ''
use_front_matter_path: false
file_template: ":file... | ```yaml
---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
templates:
- post
upload_dir: assets/uploads
public_path: assets/uploads
front_matter_path: ''
use_front_matter_path: false... |
152b3dc2-8ef5-4b72-9642-35be975cfa18 | {
"language": "YAML"
} | ```yaml
image: $CI_REGISTRY/backend/docker/images/php:8.1-deploy
stages:
- build
- test
- deploy
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/
variables:
DOCKER_DRIVER: overlay2
build:
stage: build
script:
- composer install -n --prefer-dist -o --no-ansi --no-progress
artifact... | ```yaml
image: $CI_REGISTRY/backend/docker/images/php:8.1-deploy
stages:
- build
- test
- deploy
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/
variables:
DOCKER_DRIVER: overlay2
build:
stage: build
script:
- composer install -n --prefer-dist -o --no-ansi --no-progress
artifact... |
9217605f-f4f7-46f2-96bf-ae7a36b71d88 | {
"language": "YAML"
} | ```yaml
reporter: "xcode"
excluded:
- DerivedData
- Pods
- "EurofurenceModel/Public/Default Dependency Implementations/Core Data Store/Model Adaptation/*.swift"
disabled_rules:
- identifier_name
- type_name
- weak_delegate
- trailing_whitespace
- class_delegate_protocol
- todo
opt_in_rules:
- emp... | ```yaml
reporter: "xcode"
excluded:
- DerivedData
- Pods
- "Domain Model/EurofurenceModel/Public/Default Dependency Implementations/Core Data Store/Model Adaptation/*.swift"
disabled_rules:
- identifier_name
- type_name
- weak_delegate
- trailing_whitespace
- class_delegate_protocol
- todo
opt_in_r... |
a6d40092-525f-45c5-b30b-58c08308fc92 | {
"language": "YAML"
} | ```yaml
---
Name: addonsjobs
---
CleanupJob:
# clean up jobs that are older than 3 days
is_enabled: true
cleanup_method: age
cleanup_value: 3
```
Add cleanup statuses to CleanupJob configuration | ```yaml
---
Name: addonsjobs
---
CleanupJob:
# clean up jobs that are older than 3 days
is_enabled: true
cleanup_method: age
cleanup_value: 3
cleanup_statuses:
- Complete
- Broken
- Paused
- Cancelled
``` |
ecb0aee2-4d4e-4621-9b24-cfef68befaf0 | {
"language": "YAML"
} | ```yaml
application: search-gonuts-io
version: 1
runtime: python27
api_version: 1
threadsafe: yes
handlers:
- url: /favicon\.ico
static_files: public/favicon.ico
upload: public/favicon.ico
- url: /apple-touch-icon(.*)\.png
static_files: public/apple-touch-icon\1.png
upload: public/apple-touch-icon(.*).png
- u... | ```yaml
application: search-gonuts-io
version: 1
runtime: python27
api_version: 1
threadsafe: yes
handlers:
- url: /favicon\.ico
static_files: public/favicon.ico
upload: public/favicon.ico
- url: /apple-touch-icon(.*)\.png
static_files: public/apple-touch-icon\1.png
upload: public/apple-touch-icon(.*).png
- u... |
d26c30a3-a38b-4092-8137-07a225d63673 | {
"language": "YAML"
} | ```yaml
apiVersion: v1
kind: ReplicationController
metadata:
name: kube-ui-v1
namespace: default
labels:
k8s-app: kube-ui
version: v1
kubernetes.io/cluster-service: "true"
spec:
replicas: 1
selector:
k8s-app: kube-ui
version: v1
template:
metadata:
labels:
k8s-app: kube... | ```yaml
apiVersion: v1
kind: ReplicationController
metadata:
name: kube-ui-v1
namespace: default
labels:
k8s-app: kube-ui
version: v1
kubernetes.io/cluster-service: "true"
spec:
replicas: 1
selector:
k8s-app: kube-ui
version: v1
template:
metadata:
labels:
k8s-app: kube... |
04fbb0c3-6ae5-47cd-bf5f-6cbea882d3a8 | {
"language": "YAML"
} | ```yaml
package:
name: arccssive
version: {{ GIT_DESCRIBE_TAG }}
build:
number: {{ GIT_DESCRIBE_NUMBER }}
string: {{ GIT_BUILD_STR }}
source:
git_url: ../
build:
script: python setup.py install
entry_points:
- search_replica = ARCCSSive.cli.search_replica:main
- compare_E... | ```yaml
package:
name: arccssive
version: {{ GIT_DESCRIBE_TAG }}
build:
number: {{ GIT_DESCRIBE_NUMBER }}
string: {{ GIT_BUILD_STR }}
source:
git_url: ../
build:
script: python setup.py install
entry_points:
- search_replica = ARCCSSive.cli.search_replica:main
- compare_E... |
f0ece97e-ef0d-4a29-9589-6abddbce42d0 | {
"language": "YAML"
} | ```yaml
name: MacOS
on: [push]
jobs:
MacOS:
timeout-minutes: 15
runs-on: macos-10.15
steps:
- name: Checkout
uses: actions/checkout@v1
with:
submodules: recursive
- name: Set environment
run: |
echo ::set-env name=GRABBER_VERSION::nightly
echo ::set-env... | ```yaml
name: MacOS
on: [push]
jobs:
MacOS:
timeout-minutes: 20
runs-on: macos-10.15
steps:
- name: Checkout
uses: actions/checkout@v1
with:
submodules: recursive
- name: Set environment
run: |
echo ::set-env name=GRABBER_VERSION::nightly
echo ::set-env... |
1e7c52b4-08b1-4cb2-90a8-ddd3394ca0b2 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/WraithM/opaleye-trans
changelog-type: ''
hash: 2cc03ade60ae9dc24759edc24e1761d5c26edb0b05af557bebda99db9204b3f2
test-bench-deps: {}
maintainer: wraithm@gmail.com
synopsis: A monad transformer for Opaleye
changelog: ''
basic-deps:
opaleye-trans: -any
base: ! '>=4.8 && <4.10'
pr... | ```yaml
homepage: https://github.com/WraithM/opaleye-trans
changelog-type: ''
hash: d41f6e7d8b97299de10303d3892890bc613512fa0c27f197e2087e34ab0e2233
test-bench-deps: {}
maintainer: wraithm@gmail.com
synopsis: A monad transformer for Opaleye
changelog: ''
basic-deps:
opaleye-trans: -any
base: ! '>=4.8 && <4.10'
pr... |
4f8a0dee-bf26-49f5-9242-26e61d26380c | {
"language": "YAML"
} | ```yaml
---
id: org.metaborg:lang.java:1.0.0-SNAPSHOT
name: metaborg-java
dependencies:
compile:
- org.metaborg:org.metaborg.meta.lang.esv:${metaborgVersion}
- org.metaborg:org.metaborg.meta.lang.template:${metaborgVersion}
- org.metaborg:org.metaborg.meta.lang.nabl:${metaborgVersion}
- org.metaborg:org.metab... | ```yaml
---
id: org.metaborg:lang.java:1.0.0-SNAPSHOT
name: metaborg-java
dependencies:
compile:
- org.metaborg:org.metaborg.meta.lang.esv:${metaborgVersion}
- org.metaborg:org.metaborg.meta.lang.template:${metaborgVersion}
- org.metaborg:org.metaborg.meta.lang.nabl:${metaborgVersion}
- org.metaborg:org.metab... |
0f4294b8-010b-4c66-a3d3-ad6c5a1f59be | {
"language": "YAML"
} | ```yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: kube-state-metrics
spec:
replicas: 1
template:
metadata:
labels:
app: kube-state-metrics
spec:
containers:
- name: kube-state-metrics
image: gcr.io/google_containers/kube-state-metrics:v0.4.1
... | ```yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: kube-state-metrics
spec:
replicas: 2
template:
metadata:
labels:
app: kube-state-metrics
spec:
containers:
- name: kube-state-metrics
image: gcr.io/google_containers/kube-state-metrics:v0.4.1
... |
346fe82e-fd0d-491f-bf22-8424621b3245 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 69de3550250e0cd69f45d080359cb314a9487c915024349c75b78732bbee9332
test-bench-deps: {}
maintainer: Geoffrey Mainland <mainland@drexel.edu>
synopsis: A type class for monads with references using type families.
changelog: ''
basic-deps:
stm: ! '>=2.1 && <2.6'
base: ! '>=4 ... | ```yaml
homepage: ''
changelog-type: ''
hash: 8df6d3633c74c71bfba6a6e5e50bacfb17133fc213e0e5616b7edb16918e1e77
test-bench-deps: {}
maintainer: Geoffrey Mainland <mainland@drexel.edu>
synopsis: A type class for monads with references using type families.
changelog: ''
basic-deps:
stm: '>=2.1 && <2.6'
base: '>=4 && <... |
9fac6576-6c3d-479f-94c1-dbf6aec66c74 | {
"language": "YAML"
} | ```yaml
# Default config for MagicArenas
# The base wand template to use for determining a player's current path
path_template: "default"
# How often to check ("tick") active arenas, in ticks
tick_interval: 40```
Change default path template to "wand" | ```yaml
# Default config for MagicArenas
# The base wand template to use for determining a player's current path
path_template: "wand"
# How often to check ("tick") active arenas, in ticks
tick_interval: 40``` |
4f7c1aef-b4bb-43be-aff6-080e89c779ef | {
"language": "YAML"
} | ```yaml
name: The Pause Kitchen
image: pause-kitchen
category: Food
schedule:
- title: Finals
notes: The late night menu starts at 9 p.m.
hours:
- {days: [Mo], from: '10:30am', to: '6:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interim: []
spring: []
easter: []
summer:
... | ```yaml
name: The Pause Kitchen
image: pause-kitchen
category: Food
schedule:
- title: Daylight
notes: The late night menu starts at 9 p.m.
hours:
# - {days: [Mo], from: '10:30am', to: '12:00am'}
# - {days: [Tu], from: '11:30am', to: '12:00am'}
# - {days: [We], from: '10:30am', to: '12:00am... |
82a84c2e-dc37-4202-8542-0035e045d4bf | {
"language": "YAML"
} | ```yaml
- name: deploy Airflow containers locally
hosts: localhost
vars:
command: scheduler
tasks:
- name: launch Airflow containers
shell: "{{ item }}"
with_items:
- docker stop $(docker ps -a -q) || true
- docker rm $(docker ps -a -q) || true
- docker volume rm $(doc... | ```yaml
- name: deploy Airflow containers locally
hosts: localhost
vars:
command: scheduler
compose_conf: ansible/files/docker-compose.yml
tasks:
- name: launch Airflow containers
shell: "{{ item }}"
with_items:
- docker-compose -f {{ compose_conf }} down -v --remove-orphans
... |
e1c93768-5f9d-4fc9-ae61-9e14431cace8 | {
"language": "YAML"
} | ```yaml
{% set name = "cca-babel" %}
{% set version = "1.4.0" %}
package:
name: {{ name }}
version: {{ version }}
source:
git_url: https://github.com/csdms/{{ name }}
patches:
- mac-inline.patch [osx]
- override-java.patch [unix]
requirements:
build:
- python >=2.7.13
- numpy
- libxml2
... | ```yaml
{% set name = "cca-babel" %}
{% set version = "2.0.0" %}
package:
name: {{ name }}
version: {{ version }}
source:
url: https://computation.llnl.gov/casc/components/docs/babel-2.0.0.tar.gz
fname: babel-2.0.0.tar.gz
# git_url: https://github.com/csdms/{{ name }}
# patches:
# - mac-inline.patch [... |
273ed87b-faf1-418a-a95f-2b4d98de2d2f | {
"language": "YAML"
} | ```yaml
rpc_product_releases:
master:
maas_release: master
osa_release: master
rpc_release: master
newton:
maas_release: 1.7.0
osa_release: 3553c048188093c7a8d912cc32c30730536d70d3
rpc_release: r14.8.0
ocata:
maas_release: 1.7.0
osa_release: fcfd8e267011d040dba722201fea2a3ae31ec503... | ```yaml
rpc_product_releases:
master:
maas_release: master
osa_release: master
rpc_release: master
newton:
maas_release: 1.7.0
osa_release: 3553c048188093c7a8d912cc32c30730536d70d3
rpc_release: r14.8.0
ocata:
maas_release: 1.7.0
osa_release: 5047124f1fe181306674c60beeccd189252a9d62... |
eeb45c8c-1db7-41f0-a4bf-d375dcc55d96 | {
"language": "YAML"
} | ```yaml
project:
name: HEDA
package:
name: HEDA
namespace: hed
api_version: 35.0
install_class: STG_InstallScript
git:
prefix_release: rel/
tasks:
update_admin_profile:
class_path: tasks.salesforce.UpdateAdminProfile
flows:
ci_feature:
descri... | ```yaml
project:
name: HEDAP
package:
name: HEDA
namespace: hed
api_version: 35.0
install_class: STG_InstallScript
git:
prefix_release: rel/
tasks:
update_admin_profile:
class_path: tasks.salesforce.UpdateAdminProfile
flows:
ci_feature:
descr... |
18019377-e6bf-4173-9a40-0e6939efeaef | {
"language": "YAML"
} | ```yaml
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config', '~/.config/git', '~/.local/bin', '~/.atom']
- link:
~/.config/base16-shell: base16-shell
~/.config/zsh: zsh
~/.config/nvim: nvim
~/.config/git/config: git/config
~/.tmux.conf: tmux/tmux.conf
~/.edit... | ```yaml
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config', '~/.config/git', '~/.config/zsh', '~/.config/nvim', '~/.config/base16-shell', '~/bin']
- link:
~/.config/base16-shell: base16-shell
~/.config/zsh: zsh
~/.config/nvim: nvim
~/.config/git/config: git/config
... |
5c63bfb1-c810-4160-b5cf-260ac896a05d | {
"language": "YAML"
} | ```yaml
apps:
dir: &apps_dir ./apps
default: home
server:
host: 0.0.0.0
port: 25842
session:
secret: "these are not the droids you are looking for"
storage:
global:
adapter: 'nedbDOWN'
dir: data
plugins:
adapter: 'nedbDOWN'
dir: data/plugins
apps:
adapter: 'nedbDOWN'
dir: ... | ```yaml
apps:
dir: &apps_dir ./apps
default: home
server:
host: 0.0.0.0
port: 25842
session:
secret: "these are not the droids you are looking for"
storage:
global:
adapter: 'nedbDOWN'
dir: data
plugins:
adapter: 'nedbDOWN'
dir: data/plugins
apps:
adapter: 'nedbDOWN'
dir: ... |
bd75f7a4-67f6-4756-87d9-7f6654ff3ec5 | {
"language": "YAML"
} | ```yaml
name: sass
version: 1.0.0-dev
description: A Sass implementation in Dart.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/sass/dart-sass
executables:
dart-sass: sass
environment:
sdk: '>=1.21.0 <2.0.0'
dependencies:
args: "^0.13.0"
charcode: "^1.1.0"
collection: "^1.8.0"
conver... | ```yaml
name: sass
version: 1.0.0-dev
description: A Sass implementation in Dart.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/sass/dart-sass
executables:
dart-sass: sass
environment:
sdk: '>=1.21.0 <2.0.0'
dependencies:
args: "^0.13.0"
charcode: "^1.1.0"
collection: "^1.8.0"
conver... |
5ecc26b2-0420-449f-843b-c0dbbe8b3258 | {
"language": "YAML"
} | ```yaml
Categories:
- System
License: GPL-3.0-only
AuthorName: Rahul Kumar Patel
AuthorEmail: whyorean@gmail.com
WebSite: https://auroraoss.com
SourceCode: https://gitlab.com/AuroraOSS/auroradroid
IssueTracker: https://gitlab.com/AuroraOSS/auroradroid/issues
Changelog: https://gitlab.com/AuroraOSS/auroradroid/blob/HE... | ```yaml
Categories:
- System
License: GPL-3.0-only
AuthorName: Rahul Kumar Patel
AuthorEmail: whyorean@gmail.com
WebSite: https://auroraoss.com
SourceCode: https://gitlab.com/AuroraOSS/auroradroid
IssueTracker: https://gitlab.com/AuroraOSS/auroradroid/issues
Changelog: https://gitlab.com/AuroraOSS/auroradroid/blob/HE... |
c7ee98c9-ff8a-429e-be56-6359ac003828 | {
"language": "YAML"
} | ```yaml
---
# defaults file for sigma.coreos-bootstrap
coreos_ssl_certs: "/etc/ssl/certs"
coreos_pkg_home: "/home/core"
coreos_pypy_url: "https://bitbucket.org/squeaky/portable-pypy/downloads"
coreos_pypy_flavor: "linux_x86_64-portable"
coreos_pypy_version: "5.3.1"
coreos_pypy_sha256: "73014c3840609a62c0984b9c38365209... | ```yaml
---
# defaults file for sigma.coreos-bootstrap
coreos_ssl_certs: "/etc/ssl/certs"
coreos_pkg_home: "/home/core"
coreos_pypy_url: "https://bitbucket.org/squeaky/portable-pypy/downloads"
coreos_pypy_flavor: "linux_x86_64-portable"
coreos_pypy_version: "5.4.1"
coreos_pypy_sha256: "0b59f8e69c7883d454fce6364ab01a5e... |
33479caf-d6c3-413b-b882-988c7aec85ed | {
"language": "YAML"
} | ```yaml
version: "2"
services:
builder:
image: openlmis/dev:4
links:
- db
- log
volumes:
- '.:/app'
command:
- './build.sh'
environment:
GRADLE_OPTS: '-Dorg.gradle.daemon=false'
env_file: .env
sonar:
image: openlmis/dev:4
links:
- db
- log
... | ```yaml
version: "2"
services:
builder:
image: openlmis/dev:4
links:
- db
- log
- redis
volumes:
- '.:/app'
command:
- './build.sh'
environment:
GRADLE_OPTS: '-Dorg.gradle.daemon=false'
env_file: .env
sonar:
image: openlmis/dev:4
links:
- d... |
979d81ef-d84c-4a2c-886c-5706920d7bf3 | {
"language": "YAML"
} | ```yaml
---
mysql_vendor: mysql
mysql_origin: distribution
mysql_upstream_version: ~ # MariaDB: 10.2, MySQL: 5.7
mysql_root_password: "My $3cr3t password"
mysql_import_timezones: yes
mysql_bind_address: 0.0.0.0
mysql_key_buffer_size: 256M
mysql_max_allowed_packet: 1M
mysql_table_open_cache: 256
mysql_sort_buffer_si... | ```yaml
---
mysql_vendor: mysql
mysql_origin: distribution
mysql_upstream_version: ~ # MariaDB: 10.2, MySQL: 5.7
mysql_root_password: "My $3cr3t password"
mysql_import_timezones: yes
mysql_bind_address: 0.0.0.0
mysql_key_buffer_size: 256M
mysql_max_allowed_packet: 1M
mysql_table_open_cache: 256
mysql_sort_buffer_si... |
8dc3219a-2d92-4dea-a912-e94355afe765 | {
"language": "YAML"
} | ```yaml
---
#- include: deploy-nginx.yml
# deploying SONATA SP dependencies
- include: deploy-common.yml
- include: deploy-pgsql.yml
- include: deploy-mysql.yml
- include: deploy-mongo.yml
- include: deploy-docker.yml
# deploy RabbitMQ message bus
- include: deploy-sp-broker.yml
# deploy Gatekepper module
- inc... | ```yaml
---
#- include: deploy-nginx.yml
# deploying SONATA SP dependencies
- include: deploy-common.yml
- include: deploy-pgsql.yml
# To be available in Y2
#- include: deploy-mysql.yml
- include: deploy-mongo.yml
- include: deploy-docker.yml
# deploy RabbitMQ message bus
- include: deploy-sp-broker.yml
# deplo... |
91bc33b7-a413-4022-9cc9-f55306ae0ba0 | {
"language": "YAML"
} | ```yaml
elastic_version: 5.4.0
elastic_download: https://artifacts.elastic.co
elasticsearch_host: "{{ lookup('env','ELASTICSEARCH_HOST') }}"
elasticsearch_user: "{{ lookup('env','ELASTICSEARCH_USER') }}"
elasticsearch_password: "{{ lookup('env','ELASTICSEARCH_PASSWORD') }}"
domain: xeraa.wtf
```
UPDATE to the latest... | ```yaml
elastic_version: 5.4.1
elastic_download: https://artifacts.elastic.co
elasticsearch_host: "{{ lookup('env','ELASTICSEARCH_HOST') }}"
elasticsearch_user: "{{ lookup('env','ELASTICSEARCH_USER') }}"
elasticsearch_password: "{{ lookup('env','ELASTICSEARCH_PASSWORD') }}"
domain: xeraa.wtf
``` |
01435a18-6769-481b-8c99-fbdce586b6af | {
"language": "YAML"
} | ```yaml
---
# defaults file
# 2015 Nordic44 data will be downloaded to this path (53 zip files, one per week)
nordic44_downloads: "{{ ipst_install_path | default( ansible_env.HOME) }}/samples/Nordic44/downloads"
# ENTSO-E like repository location
nordic44_caserepo: "{{ ipst_install_path | default( ansible_env.HOME) }}... | ```yaml
---
# defaults file
# 2015 Nordic44 data will be downloaded to this path (53 zip files, one per week)
nordic44_downloads: "{{ project_home +'/samples/Nordic44/downloads' }}"
# ENTSO-E like repository location
nordic44_caserepo: "{{ project_home +'/samples/Nordic44/caserepo' }}"
# these parameters set how ma... |
f7118257-4eae-4333-9fd4-5bd11ae8b5ab | {
"language": "YAML"
} | ```yaml
---
# Ansible playbook for BSF Campus Sénégale
#It will be always localhost
- hosts: localhost
roles:
- tinc-static
# Start. has to be always enable
- logs
# Stop. has to be always enable
```
Enable the upgrade of Ideascube on KoomBook 76 | ```yaml
---
# Ansible playbook for BSF Campus Sénégale
#It will be always localhost
- hosts: localhost
roles:
- { role: upgradeIdc, when: ansible_hostname == 'kb-bsfcampus-sen-76' }
- tinc-static
# Start. has to be always enable
- logs
# Stop. has to be always enable
``` |
8e0dfb54-dd58-42b0-b7d1-8f3e7a65f9e8 | {
"language": "YAML"
} | ```yaml
---
label: Author
hide_body: true
is_partial: false
fields:
- type: text
label: title
name: title
config:
required: true
- type: textarea
name: bio
label: Bio
config:
required: true
- type: file
name: avatar
label: Avatar
- type: text
name: twitter
label: Twitter
pages:
- data/author... | ```yaml
---
label: Author
hide_body: true
is_partial: false
fields:
- type: text
label: Name
name: title
config:
required: true
- type: textarea
name: bio
label: Bio
config:
required: true
- type: file
name: avatar
label: Avatar
- type: text
name: twitter
label: Twitter
pages:
- data/authors... |
3d61a148-d3f8-4479-a34e-f2a512f652ab | {
"language": "YAML"
} | ```yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: typha-cpha
labels:
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["list"]
```
Fix the cluster role for typha horizontal scaler... | ```yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: typha-cpha
labels:
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["list", "watch"]
``` |
112affde-047c-4c94-8545-f7322b1e7030 | {
"language": "YAML"
} | ```yaml
homepage: https://en.wikipedia.org/wiki/Stack_(abstract_data_type)
changelog-type: ''
hash: 6cfcd8c9d1aba60f421616e585513e9a6177c7654606b27b1fd85110bbe8dcd8
test-bench-deps: {}
maintainer: rwlock404@yahoo.com
synopsis: Stack data structure type
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- '... | ```yaml
homepage: https://en.wikipedia.org/wiki/Stack_(abstract_data_type)
changelog-type: ''
hash: e9f5a01e22e3a80048aea06bc525c4d3226821098a5da17c6df4225d4b07dc6e
test-bench-deps: {}
maintainer: rwlock404@yahoo.com
synopsis: Stack data structure
changelog: ''
basic-deps:
stm: -any
base: ! '>=4.7 && <5'
nats: -a... |
1da39d48-2610-4e95-8054-30d0e84f0d3f | {
"language": "YAML"
} | ```yaml
# Unique network role name
- id: "influxdb_vip"
# Role mapping to network
default_mapping: "management"
properties:
# Should be true if network role requires subnet being set
subnet: true
# Should be true if network role requires gateway being set
gateway: false
# List of VIPs to be al... | ```yaml
# Network and virtual IP address for the InfluxDB service
- id: "influxdb_vip"
default_mapping: "management"
properties:
subnet: true
gateway: false
vip:
- name: "influxdb"
namespace: "haproxy"
alias: "influxdb"
node_roles:
- "influxdb_grafana"
... |
f49f7b87-fbd2-469a-bb01-9bf7c3cc6345 | {
"language": "YAML"
} | ```yaml
application: neillatitude
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /favicon.ico
static_files: images/favicon.ico
upload: images/favicon.ico
- url: /stylesheets
static_dir: stylesheets
- url: /glDatePicker
static_dir: glDatePicker
- url: /images
stat... | ```yaml
application: neillatitude
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /favicon.ico
static_files: images/favicon.ico
upload: images/favicon.ico
- url: /stylesheets
static_dir: stylesheets
- url: /glDatePicker
static_dir: glDatePicker
- url: /images
stat... |
805dd78c-d12c-40e4-ba3e-bd52cf90e9de | {
"language": "YAML"
} | ```yaml
{% set name = "pbbam" %}
{% set version = "0.1" %}
package:
name: {{ name }}
version: {{ version }}
build:
number: 0
skip: False
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
source:
git_url: https://github.com/PacificBiosciences/{{ name }}.git
git_rev: 928605a86ac024aced821fe4a4bce0b43d5ee680
... | ```yaml
{% set name = "pbbam" %}
{% set version = "0.1" %}
package:
name: {{ name }}
version: {{ version }}
build:
number: 0
skip: False
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
source:
git_url: https://github.com/PacificBiosciences/{{ name }}.git
git_rev: 928605a86ac024aced821fe4a4bce0b43d5ee680
... |
cd681172-4913-4d6c-9725-8455d39f119b | {
"language": "YAML"
} | ```yaml
runtime: go
vm: true
api_version: go1
handlers:
- url: /.*
script: _go_app
secure: always```
Change HTTP -> HTTPS redirect to a 301. | ```yaml
runtime: go
vm: true
api_version: go1
handlers:
- url: /.*
script: _go_app
secure: always
redirect_http_response_code: 301
``` |
9f163870-be92-4a43-bc4b-8d86dd3fec87 | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/dmjio/miso
changelog-type: ''
hash: dce137cbf1bb700b44571c00fe11b53b8664ebbf77942e9795681d195ceb74d3
test-bench-deps: {}
maintainer: David M. Johnson <djohnson.m@gmail.com>
synopsis: A tasty Haskell front-end framework
changelog: ''
basic-deps: {}
all-versions:
- 1.2.0.0
- 1.3.0.0
au... | ```yaml
homepage: http://github.com/dmjio/miso
changelog-type: ''
hash: 0d7b8cf695a3ae57cdcd2a103b917618dbed761f29dc75287452c56ae3a37083
test-bench-deps: {}
maintainer: David M. Johnson <djohnson.m@gmail.com>
synopsis: A tasty Haskell front-end framework
changelog: ''
basic-deps: {}
all-versions:
- 1.2.0.0
- 1.3.0.0
- ... |
3c50d340-6ba3-4bcf-8425-3598ecf869cc | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/oisdk/strict-writer
changelog-type: ''
hash: 46d44c4fd93989cbe9f1e0224a433ecd5fe68057d0d25c66be2ffc68fb596169
test-bench-deps: {}
maintainer: mail@doisinkidney.com
synopsis: Initial project template from stack
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
mtl: ! '>=2.2'
all-ve... | ```yaml
homepage: https://github.com/oisdk/strict-writer
changelog-type: ''
hash: 989da423e372609feb2c9b9dc77d8f5e4003a2951d909af61d23e60069181ff2
test-bench-deps: {}
maintainer: mail@doisinkidney.com
synopsis: A stricter writer, which uses StateT in order to avoid space leaks.
changelog: ''
basic-deps:
base: ! '>=4.... |
1f941def-9503-41aa-a1dd-0eb7e571e836 | {
"language": "YAML"
} | ```yaml
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '1.7', '8', '11' ]
name: JDK ${{ matrix.java }}
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-ve... | ```yaml
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17' ]
name: JDK ${{ matrix.java }}
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-ver... |
0c1f0400-9f75-4306-ab23-1a20fa9b5da0 | {
"language": "YAML"
} | ```yaml
name: issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'auto-assign issue'
uses: pozil/auto-assign-issue@v1.7.0
with:
assignees: konstruktoid
```
Update pozil/auto-assign-issue action to v1.7.1 | ```yaml
name: issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'auto-assign issue'
uses: pozil/auto-assign-issue@v1.7.1
with:
assignees: konstruktoid
``` |
5c9055a9-1b8d-4ee7-9459-34232b182747 | {
"language": "YAML"
} | ```yaml
name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,15.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.... | ```yaml
name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.... |
5fc78b5b-5371-4978-a7ac-f4e0ef2a01bc | {
"language": "YAML"
} | ```yaml
name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,15.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.... | ```yaml
name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.... |
04f6cb12-feb8-474a-8770-5dba8c2e255c | {
"language": "YAML"
} | ```yaml
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
production:
adapter: sqlite3
database: db/production.sqlite3
pool: 5
timeout: 5000
test: &test
adapter: sqlite3
database: db/test.sqlite3
# database: ':memory:'
pool: 5
timeout: 5000
```
Use in-memor... | ```yaml
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
production:
adapter: sqlite3
database: db/production.sqlite3
pool: 5
timeout: 5000
test: &test
adapter: sqlite3
# database: db/test.sqlite3
database: ':memory:'
pool: 5
timeout: 5000
``` |
b5f2178f-a190-4002-8208-e5fc19732130 | {
"language": "YAML"
} | ```yaml
common:
java_version: 8u191
java_home: "/usr/java/jdk1.8.0_191-amd64"
java_download: "http://download.oracle.com/otn-pub/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-x64.rpm"
java_jce_download: "http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip"
```
Update to Java S... | ```yaml
common:
java_version: 8u201
java_home: "/usr/java/jdk1.8.0_201-amd64"
java_download: "http://download.oracle.com/otn-pub/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jdk-8u201-linux-x64.rpm"
java_jce_download: "http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip"
``` |
0b8381ac-1351-4d6d-b09e-5443ea6a4d40 | {
"language": "YAML"
} | ```yaml
- name: Ensure needed service files exist
copy:
content: |
# Managed by Ansible
[Unit]
Description=Devilspie 2
[Service]
Type=simple
ExecStart=/usr/bin/devilspie2
[Install]
WantedBy=default.target
dest: "{{ ansible_user_dir }}/.config/systemd/user/devi... | ```yaml
- name: Ensure systemd unit is disabled
systemd:
name: devilspie2.service
enabled: no
daemon_reload: no
user: yes
tags:
- devilspie2
- name: Ensure systemd unit file is removed
file:
path: "{{ ansible_user_dir }}/.config/systemd/user/devilspie2.service"
state: absent
tags:
... |
2b494422-d707-4a1f-a899-72697c32ef74 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/spechub/Hets/tree/master/atermlib
changelog-type: ''
hash: b3a1cbaf126364dabd3e29279060696ddcc21abd655051cde1cfcd67e890b56c
test-bench-deps: {}
maintainer: Christian Maeder <chr.maedere@web.de>
synopsis: serialisation for Haskell values with sharing support
changelog: ''
basic-deps:... | ```yaml
homepage: https://github.com/spechub/Hets/tree/master/atermlib
changelog-type: ''
hash: b73978fd9270eb90910c0d36d6ae59b46d0adc031d6a24fc007eb8938699066e
test-bench-deps: {}
maintainer: Christian Maeder <chr.maeder@web.de>
synopsis: serialisation for Haskell values with sharing support
changelog: ''
basic-deps:
... |
9063fccb-443a-4c6a-bf57-a231c96f14d2 | {
"language": "YAML"
} | ```yaml
homepage: https://john-millikin.com/software/haskell-gsasl/
changelog-type: ''
hash: 4e61630828df96626f73154bf70edf3e05b2bd3caaf3bd9dde8770e2f5c1f381
test-bench-deps: {}
maintainer: John Millikin <john@john-millikin.com>
synopsis: Bindings for GNU libgsasl
changelog: ''
basic-deps:
bytestring: ! '>=0.9'
bas... | ```yaml
homepage: https://git.sr.ht/~singpolyma/gsasl-haskell
changelog-type: ''
hash: f8290d372e8062b1546e852ffaf7c27411ed989e85533179b9a7858ac10cd8db
test-bench-deps: {}
maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
synopsis: Bindings for GNU libgsasl
changelog: ''
basic-deps:
bytestring: ! '>=0.9'
b... |
67c0b980-28b9-4c8e-8ff8-f14af5dbc713 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: b9a67bcdc416b5f6d1947b1a907f288887f3b5bc9a5e72066386240e94fb4731
test-bench-deps:
bytestring: -any
tasty-th: -any
base: -any
parsec: -any
containers: -any
tasty-quickcheck: -any
mtl: -any
tasty-hunit: -any
tasty: -any
maintainer: Magnus Therning <magnus@th... | ```yaml
homepage: ''
changelog-type: ''
hash: e6e290ad8d26a8632e64c0887003897674beeeb0da68c429279418fda4547b72
test-bench-deps:
bytestring: -any
tasty-th: -any
base: -any
parsec: -any
containers: -any
tasty-quickcheck: -any
mtl: -any
tasty-hunit: -any
tasty: -any
maintainer: Magnus Therning <magnus@th... |
c11c59ba-dc42-4616-a026-a0762b5b2bb4 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/cmk/rings
changelog-type: markdown
hash: 5f40ce274fd850fb7a34d5dcce8de63ee4a0c0037be5076dea00ff791546ee07
test-bench-deps:
property: -any
base: ==4.*
connections: -any
hedgehog: -any
rings: -any
maintainer: chris.mckinlay@gmail.com
synopsis: Rings, semirings, and dioids.
c... | ```yaml
homepage: https://github.com/cmk/rings
changelog-type: markdown
hash: b3bff567890ad73c90e6c9b8166c6eef1bbc714e477a9ffdb6cf92e9c64ebe34
test-bench-deps:
property: -any
base: ==4.*
connections: -any
hedgehog: -any
rings: -any
maintainer: chris.mckinlay@gmail.com
synopsis: Rings, semirings, and dioids.
c... |
3fbc336d-90ee-45a2-b0be-a613dcb12bd5 | {
"language": "YAML"
} | ```yaml
# Some remove, built and test commands:
# conda-env remove -n ece2cmor3-check
# conda clean --all
# conda env create -f environment.yml
# conda update --all
# conda-env list
# conda list
# cdo -V
# nosetests
name: ece2cmor3-check
channels:
- pcmdi/label/nightly
- conda-forge
- defaults
dependencies:
- ... | ```yaml
# Some remove, built and test commands:
# conda-env remove -n ece2cmor3-check
# conda clean --all
# conda env create -f environment.yml
# conda update --all
# conda-env list
# conda list
# cdo -V
# nosetests
name: ece2cmor3-check
channels:
- pcmdi/label/nightly
- conda-forge
- defaults
dependencies:
- ... |
674cdf66-5250-44c6-8956-4029a06f9c33 | {
"language": "YAML"
} | ```yaml
name: IOOS3
channels:
- conda-forge
- defaults
dependencies:
- icu=56
- libnetcdf=4.4.0
- python=3.5
- anaconda-navigator
- bagit
- beautifulsoup4
- bokeh
- cartopy
- cc-plugin-glider
- cmocean
- compliance-checker
- ctd
- cython
- descartes
- fiona
- flake8
- folium
- gd... | ```yaml
name: IOOS3
channels:
- conda-forge
- defaults
dependencies:
- icu=56
- libnetcdf=4.4.0
- python=3.5
- anaconda-navigator
- bagit
- beautifulsoup4
- bokeh
- cartopy
- cc-plugin-glider
- cmocean
- compliance-checker
- ctd
- cython
- descartes
- fiona
- flake8
- folium
- gd... |
46864e82-48bd-4dec-ab2a-42f533f51ecf | {
"language": "YAML"
} | ```yaml
name: Static Code Analysis
on:
push:
branches:
- development
paths-ignore:
- '**.md'
- '**.txt'
pull_request:
branches:
- master
- develoment
jobs:
analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2-beta
with:
fe... | ```yaml
name: Static Code Analysis
on:
push:
branches:
- development
paths-ignore:
- '**.md'
- '**.txt'
pull_request:
branches:
- master
- develoment
jobs:
analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
... |
9ef4e079-3071-4dfd-aa4b-8671f65db11a | {
"language": "YAML"
} | ```yaml
name: docbuild
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
build-type: [ 'html', 'doctest' ]
name: ${{ matrix.build-type }}
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
... | ```yaml
name: docbuild
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
build-type: [ 'html', 'doctest' ]
name: ${{ matrix.build-type }}
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
... |
584eb15b-8518-4df6-babb-c0ee9a834375 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: b9af41e85ddcb6093974c4d6656598138cc06a8dcafa4ef07cf0f66afb265a07
test-bench-deps: {}
maintainer: tomas.carnecky@gmail.com
synopsis: Kraken.io API client
changelog: ''
basic-deps:
http-client: -any
bytestring: -any
base: ! '>=4.5 && <4.10'
http-client-tls: -any
mtl... | ```yaml
homepage: ''
changelog-type: ''
hash: 03085f9b1e839e82a6bfef3778f95f327c55bbd247727d0929b0758bd801a136
test-bench-deps: {}
maintainer: tomas.carnecky@gmail.com
synopsis: Kraken.io API client
changelog: ''
basic-deps:
http-client: -any
bytestring: ! '>=0.10'
base: ! '>=4.5 && <4.10'
http-client-tls: -any... |
94f73f8a-b4b8-46c5-8f92-19ffa67f8911 | {
"language": "YAML"
} | ```yaml
application: restoncoffeemachine
version: 1
runtime: python27
api_version: 1
handlers:
- url: /favicon\.ico
static_files: img/favicon.ico
upload: img/favicon\.ico
- url: /img/(.*)
static_files: img/\1
upload: img/(.*)
mime_type: image/jpeg
expiration: "30d"
- url: .*
script: result.py
```
Make ... | ```yaml
application: restoncoffeemachine
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /favicon\.ico
static_files: img/favicon.ico
upload: img/favicon\.ico
- url: /img/(.*)
static_files: img/\1
upload: img/(.*)
mime_type: image/jpeg
expiration: "30d"
- url: .*
script: res... |
aa2ae1d0-9353-4d33-bb56-c2b99c93c36f | {
"language": "YAML"
} | ```yaml
name: linters
on: [pull_request]
jobs:
linters:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: |
git fetch --no-tags --prune origin +refs/heads/*:refs/remotes/origin/*
- name: Setup Ruby
uses: ruby/setup-ruby@v1
... | ```yaml
name: linters
on: [pull_request]
jobs:
linters:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: |
git fetch --no-tags --prune origin +refs/heads/*:refs/remotes/origin/*
- name: Setup Ruby
uses: ruby/setup-ruby@v1
... |
e8ee0eab-a2ea-41e3-a747-d0dfddba5b79 | {
"language": "YAML"
} | ```yaml
name: Node.js CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 14.x
- 16.x
- 18.x
steps:
- name: Set up Git
run: |
git c... | ```yaml
name: Node.js CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 16.x
- 18.x
steps:
- name: Set up Git
run: |
git config --global us... |
8f1ec01b-03ab-4c77-833e-cbf9585fd017 | {
"language": "YAML"
} | ```yaml
image: freebsd/latest
packages:
- devel/evdev-proto
- devel/libepoll-shim
- devel/libudev-devd
- devel/meson # implies ninja
- devel/pkgconf
- graphics/libdrm
- graphics/mesa-libs
- graphics/png
- graphics/wayland
- graphics/wayland-protocols
- multimedia/ffmpeg
- x11/libX11
- x11/libinput
- x11/libxcb
- x11/li... | ```yaml
image: freebsd/latest
packages:
- devel/evdev-proto
- devel/libepoll-shim
- devel/libudev-devd
- devel/meson # implies ninja
- devel/pkgconf
- graphics/libdrm
- graphics/mesa-libs
- graphics/png
- graphics/wayland
- graphics/wayland-protocols
- multimedia/ffmpeg
- x11/libX11
- x11/libinput
- x11/libxcb
- x11/li... |
cec19025-d56e-4124-9d1c-85fa3f2f5660 | {
"language": "YAML"
} | ```yaml
#
# Copyright 2016 Walter Dolce
#
# 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... | ```yaml
#
# Copyright 2016 Walter Dolce
#
# 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... |
94c0fe7a-cf57-415a-b85d-06ff4a9585f7 | {
"language": "YAML"
} | ```yaml
name: Help Dependabot with vendoring
on:
push:
branches:
- 'dependabot/bundler/**'
paths:
- 'Gemfile.lock'
jobs:
bundle-install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- run: bundle install
- name: Commit a... | ```yaml
name: Help Dependabot with vendoring
on:
push:
branches:
- 'dependabot/bundler/**'
paths:
- 'Gemfile.lock'
jobs:
bundle-install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- run: bundle install
- name: Commit a... |
05d1bcaf-2bf7-4048-bb0b-c804c0656a75 | {
"language": "YAML"
} | ```yaml
---
# install all requirements from requirements.txt
#
# use_pip_compile == True:
# before installing requirements.txt, install pip-tools and recompile
# requirements inputs configured in requirement_files
#
# tag: update_requirements
#
- name: install pip-tools
pip: >
virtualenv="{{ virtualenv_path ... | ```yaml
---
# install all requirements from requirements.txt
#
# use_pip_compile == True:
# before installing requirements.txt, install pip-tools and recompile
# requirements inputs configured in requirement_files
#
# tag: update_requirements
#
- name: install pip-tools
pip: >
virtualenv="{{ virtualenv_path ... |
5c24a79f-64c1-4c65-a344-662ea3848127 | {
"language": "YAML"
} | ```yaml
{% set name = "pdfo" %}
{% set version = "1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pdfo-{{ version }}.tar.gz
sha256: 10838d75e7408e28074bb0e07cc2d7576c29686dc9df5029c38e8f72d3731bff
build:
number: 0
scrip... | ```yaml
{% set name = "pdfo" %}
{% set version = "1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pdfo-{{ version }}.tar.gz
sha256: 10838d75e7408e28074bb0e07cc2d7576c29686dc9df5029c38e8f72d3731bff
build:
number: 0
skip:... |
36ed0539-8677-4ad0-ba2d-436998e5591e | {
"language": "YAML"
} | ```yaml
{% set name = "sahi" %}
{% set version = "0.8.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sahi-{{ version }}.tar.gz
sha256: 5a688f9782c78251669ddb3db3e280e2eb43a978102cec9aab87e5953070069f
build:
number: 0
noa... | ```yaml
{% set name = "sahi" %}
{% set version = "0.8.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sahi-{{ version }}.tar.gz
sha256: 5a688f9782c78251669ddb3db3e280e2eb43a978102cec9aab87e5953070069f
build:
number: 0
noa... |
90125303-c98d-4c86-ad8a-4edaf638c285 | {
"language": "YAML"
} | ```yaml
{% set version = "0.1.2" %}
{% set name = "zict" %}
package:
name: {{ name }}
version: "{{ version }}"
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 9e4c951c2149c1ed3a201e56c07269b058081370bd1f20558d7... | ```yaml
{% set version = "0.1.3" %}
{% set name = "zict" %}
package:
name: {{ name }}
version: "{{ version }}"
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 63377f063086fc92e5c16e4d02162c571f6470b9e796cf3411e... |
80242443-a87e-4ab0-9bb1-5e4b349d9877 | {
"language": "YAML"
} | ```yaml
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
name: Upload Python Package
on:
release:
types: [created]
jo... | ```yaml
# This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
name: Upload Python Package
on:
push:
# Sequence of patterns ... |
b10d9a65-da67-49f4-9f80-de03a69aba4b | {
"language": "YAML"
} | ```yaml
name: gitless
version: git
summary: A simple version control system built on top of Git
description: |
Version control system that is built on top of Git in
attempt to make user interface easier by playing with
underlying concepts. Gitless is fully compatible with
Git and can be used with it interchange... | ```yaml
# obligatory fields
name: gitless
version: git
summary: A simple version control system built on top of Git
description: |
Version control system that is built on top of Git in
attempt to make user interface easier by playing with
underlying concepts. Gitless is fully compatible with
Git and can be use... |
79d09952-d7fe-42c8-8427-fbca844f72c1 | {
"language": "YAML"
} | ```yaml
osdu:
processing:
thread-pool-capacity: 3
fields-to-strip: location, kind
delfi:
filePortal:
url: https://signed-url-dot-p4d-ddl-eu-services.appspot.com/
portal:
appkey: PtVguojl2DUr0qimhDclNMwZAeAJwK1T
url: https://api.evq.csp.slb.com/
```
Add delivery response field to s... | ```yaml
osdu:
processing:
thread-pool-capacity: 3
fields-to-strip: location, kind, signedUrl
delfi:
filePortal:
url: https://signed-url-dot-p4d-ddl-eu-services.appspot.com/
portal:
appkey: PtVguojl2DUr0qimhDclNMwZAeAJwK1T
url: https://api.evq.csp.slb.com/
``` |
8ddfcd5c-6d9f-4a7d-b22e-29b491c00fac | {
"language": "YAML"
} | ```yaml
---
- name: Wait for grafana port
wait_for:
host: "{{ api_interface_address }}"
port: "{{ grafana_server_port }}"
- name: Enable influxdb datasource
uri:
url: "{{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ grafana_server_port }}/api/datasources"
method: POST
user: admin
... | ```yaml
---
- name: Wait for grafana application ready
uri:
url: "{{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ grafana_server_port }}"
status_code: 200
register: result
until: result.status == 200
retries: 10
delay: 2
run_once: true
connection: local
- name: Enable influxdb datas... |
f878cb1e-d5cf-46be-a5d4-6943dcac47aa | {
"language": "YAML"
} | ```yaml
api:
description: Start the api
tasks:
- 'docs'
- 'express'
- 'watch'
default:
description: Default Grunt task
tasks:
- 'api'
docs:
description: Build the docs
tasks:
- 'run:docs'
```
Rename testing command to 'test' | ```yaml
api:
description: Start the api
tasks:
- 'docs'
- 'express'
- 'watch'
default:
description: Default Grunt task
tasks:
- 'api'
docs:
description: Build the docs
tasks:
- 'run:docs'
test:
description: Run the tests
tasks:
- 'mochaTest'
``` |
f243636f-bd9d-450d-999c-ea740be71f9d | {
"language": "YAML"
} | ```yaml
Categories:
- Reading
License: Apache-2.0
AuthorName: James HN Sears
AuthorEmail: james.hn.sears@gmail.com
SourceCode: https://github.com/jameshnsears/QuoteUnquote
IssueTracker: https://github.com/jameshnsears/QuoteUnquote/issues
AutoName: Quote… Unquote
RepoType: git
Repo: https://github.com/jameshnsears/Q... | ```yaml
Categories:
- Reading
License: Apache-2.0
AuthorName: James HN Sears
AuthorEmail: james.hn.sears@gmail.com
SourceCode: https://github.com/jameshnsears/QuoteUnquote
IssueTracker: https://github.com/jameshnsears/QuoteUnquote/issues
AutoName: Quote… Unquote
RepoType: git
Repo: https://github.com/jameshnsears/Q... |
9e0bc945-41d8-4c2a-a689-895ccf7f2692 | {
"language": "YAML"
} | ```yaml
---
ath:
useLocalSnapshots: false
athRevision: "8c3126005c0d5394ed225a5c9f3eab99ab385afe"
athImage: "jenkins/ath@sha256:284c2fdfaf1a51e95783126367c0a88c07af83ff9234063d12ba3001959628e8"
tests:
- "*"
```
Use ATH 1.66 to test | ```yaml
---
ath:
useLocalSnapshots: false
athRevision: "8f4233a353ba7a751eaf542e4095f243093b2e79"
athImage: "jenkins/ath:acceptance-test-harness-1.66"
tests:
- "*"
``` |
6ab753ca-38b2-479c-94d7-6f3e9f70eb04 | {
"language": "YAML"
} | ```yaml
---
Name: fluentrouting
After:
- requestprocessors
---
SilverStripe\Control\Director:
extensions:
FluentDirectorExtension: TractorCow\Fluent\Extension\FluentDirectorExtension
SilverStripe\Core\Injector\Injector:
SilverStripe\Control\Director:
properties:
Middlewares:
InitStateMiddle... | ```yaml
---
Name: fluentrouting
After:
- requestprocessors
---
SilverStripe\Control\Director:
extensions:
FluentDirectorExtension: TractorCow\Fluent\Extension\FluentDirectorExtension
SilverStripe\Core\Injector\Injector:
SilverStripe\Control\Director:
properties:
Middlewares:
InitStateMiddle... |
3073bc47-1bb3-4142-8198-2a30ce2091e1 | {
"language": "YAML"
} | ```yaml
name: Dart CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 0 * * 0"
defaults:
run:
shell: bash
jobs:
build:
name: "Dart CI"
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v2
with:
path: "~/.pub-cache/hosted... | ```yaml
name: Dart CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 0 * * 0"
defaults:
run:
shell: bash
jobs:
build:
name: "Dart CI"
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v2
with:
path: "~/.pub-cache/hosted... |
2af5db72-d57d-446d-a9ee-8b6a0c5d683a | {
"language": "YAML"
} | ```yaml
name: JDK
on:
push:
paths:
- '.github/workflows/jdks.yml'
- 'install-jdk.sh'
jobs:
jdk-ea:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- run: source install-jdk.sh --feature ea --os linux-x64
- run: java -version
jdk... | ```yaml
name: JDK
on:
push:
paths:
- '.github/workflows/jdks.yml'
- 'install-jdk.sh'
jobs:
jdk-ea:
runs-on: ubuntu-latest
steps:
- run: wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- run: wget https://download.java.net/java/early_access/jdk15/1/GPL/openjdk-15-e... |
086d255e-5057-444d-b2b3-db0e2059c857 | {
"language": "YAML"
} | ```yaml
name: "Pull Request Labeler"
on:
pull_request_target:
permissions:
contents: read
pull-requests: write
# NOTE: Do not check out/execute code from the PR since a read-write token is present due to pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
... | ```yaml
name: "Pull Request Labeler"
on:
pull_request_target:
permissions:
contents: read
pull-requests: write
# NOTE: Do not check out/execute code from the PR since a read-write token is present due to pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
... |
61652c48-a0fd-4347-ac6c-f40648747b8e | {
"language": "YAML"
} | ```yaml
---
name: Continuous Integration
on:
push:
pull_request:
branches: [master]
jobs:
flake8:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
pyth... | ```yaml
---
name: Continuous Integration
on:
push:
branches: [master]
pull_request:
jobs:
flake8:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
pyth... |
5e3b348e-0163-4c52-80fa-433da5575874 | {
"language": "YAML"
} | ```yaml
name: Build simhash
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
matrix:
python: ['2.7', '3.7', '3.8', '3.9']
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-ver... | ```yaml
name: Build simhash
on: [push, pull_request]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
matrix:
python: ['2.7', '3.7', '3.8', '3.9']
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
... |
33c164a1-3fb2-426e-ad5e-ae32ffc5c70b | {
"language": "YAML"
} | ```yaml
name: Caleb Coffie
blog: https://CalebCoffie.com
feed: https://CalebCoffie.com/bizleg-feed.xml
forges:
- https://github.com/CCoffie
irc: c_coffie
rit_dce: csc6972
hw:
firstflight: https://calebcoffie.com/legalbusiness-aspects-of-foss-introduction/
```
Add lit review and vid review | ```yaml
name: Caleb Coffie
blog: https://CalebCoffie.com
feed: https://CalebCoffie.com/bizleg-feed.xml
forges:
- https://github.com/CCoffie
irc: c_coffie
rit_dce: csc6972
hw:
firstflight: https://calebcoffie.com/legalbusiness-aspects-of-foss-introduction
litreview0: https://calebcoffie.com/lit-review-of-foss-lega... |
72ce25d9-bc4c-4b80-a7ad-4aa60e530529 | {
"language": "YAML"
} | ```yaml
- name: Install test deps
become: true
apt: name={{item}} state=present
with_items:
- openjdk-7-jdk
- maven
- socat
- name: Check if ovftool is installed
shell: |
ovftool --version
ignore_errors: yes
register: ovftool_check
- name: Download ovftool
get_url:
url: "{{ ovftool_b... | ```yaml
- name: Install test deps
become: true
apt: name={{item}} state=present
with_items:
- openjdk-7-jdk
- maven
- socat
- fuseiso
- name: Check if ovftool is installed
shell: |
ovftool --version
ignore_errors: yes
register: ovftool_check
- name: Download ovftool
get_url:
url:... |
8374bb2d-456c-4212-b6d5-9668b98ac761 | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/avieth/Concurrential
changelog-type: ''
hash: 6664603dd6baa979f67e92ad29cbc8d9346102548d7357ad61d3f84327f0d563
test-bench-deps: {}
maintainer: aovieth@gmail.com
synopsis: Mix concurrent and sequential computation
changelog: ''
basic-deps:
base: ! '>=4.7 && <4.8'
async: ! '>=2.0 &... | ```yaml
homepage: http://github.com/avieth/Concurrential
changelog-type: ''
hash: a51489628594abd6e77f8d2e52ee42d3de95d2d38a506ecf5994146bd1d5c2f8
test-bench-deps: {}
maintainer: aovieth@gmail.com
synopsis: Mix concurrent and sequential computation
changelog: ''
basic-deps:
base: ! '>=4.7 && <4.9'
async: ! '>=2.0 &... |
3ef1cb4a-809f-433f-a199-fad3d08e7b24 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme
changelog-type: markdown
hash: 2c3043ddc9deb542d25d6651dfc252840b27b2a8e96e04deea5de93c43bb6d2c
test-bench-deps: {}
maintainer: lucas@dicioccio.fr
synopsis: Types for gRPC over HTTP2 common for client and servers.
changelog: ! '# Changelog for ... | ```yaml
homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme
changelog-type: markdown
hash: ffb02152397186dbc925358498b5c005b982ef54f191f4465f9c7947afd7f9d4
test-bench-deps: {}
maintainer: lucas@dicioccio.fr
synopsis: Types for gRPC over HTTP2 common for client and servers.
changelog: |
# Changelog for... |
e1032996-e362-46e1-a609-a8aa64de12ee | {
"language": "YAML"
} | ```yaml
homepage: https://bitbucket.org/dpwiz/raven-haskell
changelog-type: ''
hash: 65bf508adfcd2701932bb81afdd79459002a1b156f2745ab34cd3b92095f57ff
test-bench-deps:
bytestring: -any
base: -any
unordered-containers: -any
hspec: -any
raven-haskell: -any
aeson: -any
maintainer: aenor.realm@gmail.com
synopsis... | ```yaml
homepage: https://bitbucket.org/dpwiz/raven-haskell
changelog-type: ''
hash: f422e185152dc3fea33d744879e29caf5fcfd589438bdcc1c004d4944762f891
test-bench-deps:
bytestring: -any
base: -any
unordered-containers: -any
hspec: -any
raven-haskell: -any
aeson: -any
maintainer: aenor.realm@gmail.com
synopsis... |
5d80ceb9-ec91-4d32-83f5-8887bc1e12b1 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/luna/convert
changelog-type: ''
hash: 7c7fcc5f75e2dec9adf10cadab6e00eb9802ea6e7167829fc12605b4f3db7928
test-bench-deps: {}
maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org>
synopsis: Safe and unsafe data conversion utilities with strong type-level operation.
checking.
ch... | ```yaml
homepage: https://github.com/luna/convert
changelog-type: ''
hash: 3ad90cc24e7ea7630080ec5da8cfce82036d796b3bb01c3805078cf502d1d906
test-bench-deps: {}
maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org>
synopsis: Safe and unsafe data conversion utilities with strong type-level operation.
checking.
ch... |
1a9e24b5-b1b1-4081-b867-9cfedb1e9e2c | {
"language": "YAML"
} | ```yaml
monolog:
handlers:
main:
type: fingers_crossed
action_level: error
handler: syslog
excluded_404s:
# regex: exclude all 404 errors from the logs
- ^/
syslog:
type: syslog
level: debug
... | ```yaml
monolog:
handlers:
main:
type: fingers_crossed
action_level: error
handler: error_log
excluded_404s:
# regex: exclude all 404 errors from the logs
- ^/
error_log:
type: error_log
level: de... |
fc801209-ef34-472a-bac6-79f9a158090b | {
"language": "YAML"
} | ```yaml
name: Scripting Frameworks
description: Libraries that simplify the writing of command-line interfaces for your Ruby programs
projects:
- boson
- lucie
- main
- rake
- sake
- thor
```
Add hanami-cli to Scripting Frameworks | ```yaml
name: Scripting Frameworks
description: Libraries that simplify the writing of command-line interfaces for your Ruby programs
projects:
- boson
- hanami-cli
- lucie
- main
- rake
- sake
- thor
``` |
6e75c688-6d7e-46e1-b366-1e522e51cc3a | {
"language": "YAML"
} | ```yaml
- title: Home
url: "/"
side: left
- title: "Location"
url: "/location/"
side: left
- title: "Contact"
url: "/contact/"
side: left
- title: "Info"
url: "/info/"
side: left
- title: Blog
url: "/blog/"
side: left
dropdown:
- title: "Blog Archive"
url: "/blog/archive/"
```
Remove t... | ```yaml
- title: Home
url: "/"
side: left
- title: "Location"
url: "/location/"
side: left
- title: "Contact"
url: "/contact/"
side: left
- title: "Info"
url: "/info/"
side: left
``` |
40c47023-f562-4763-87e7-6ecad4fef869 | {
"language": "YAML"
} | ```yaml
---
#FIXME: these tasks are executed each time:
- name: Disable update-manager and notifier
command: "gsettings set {{ item }}"
when: has_editors_other_than_emacs
with_items:
- com.ubuntu.update-notifier auto-launch false
- com.ubuntu.update-notifier hide-reboot-notification true
- com.ubuntu.... | ```yaml
---
#FIXME: these tasks are executed each time:
- name: Disable update-manager and notifier
command: "gsettings set {{ item }}"
when: has_editors_other_than_emacs
with_items:
- com.ubuntu.update-notifier no-show-notifications true
- com.ubuntu.update-notifier regular-auto-launch-interval 999 # day... |
03f1c53e-a128-4a1f-9787-8474384bf2c7 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/librerush/hrfsize#readme
changelog-type: markdown
hash: cf449a632ef69c70c45f33822295360ea25abc22398de5e8d6bcffaeac7a6570
test-bench-deps:
base: ! '>=4.7 && <5'
process: -any
hrfsize: -any
tasty-hunit: -any
tasty: -any
maintainer: Dias Kozhabay <librerush@tutanota.com>
syno... | ```yaml
homepage: https://github.com/librerush/hrfsize#readme
changelog-type: markdown
hash: 17a4c4d40f9c18695238eef41a98694c033434d649875721bcf4779126eebf8b
test-bench-deps:
base: ! '>=4.7 && <5'
process: -any
hrfsize: -any
tasty-hunit: -any
tasty: -any
maintainer: Dias Kozhabay <librerush@tutanota.com>
syno... |
8882c39d-5eed-4eb2-a1cb-af6ad8ae8443 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 52d4a1b2a9ffe18964fe89eba7e8415202d9980ab315047072c9d93c12c08c4b
test-bench-deps:
htirage: -any
base: ! '>=4.6 && <5'
text: -any
containers: ! '>=0.5 && <0.6'
tasty-quickcheck: -any
transformers: ! '>=0.4 && <0.6'
tasty: ! '>=0.11'
QuickCheck: ! '>=2.0'
main... | ```yaml
homepage: ''
changelog-type: ''
hash: b3324d73aa91fde7a02767cc84df2c5724138820821739bcfdf2f69248e49065
test-bench-deps:
htirage: -any
base: ! '>=4.6 && <5'
text: ! '>=1.2'
containers: ! '>=0.5'
tasty-quickcheck: -any
transformers: ! '>=0.5'
tasty: ! '>=0.11'
QuickCheck: ! '>=2.0'
maintainer: Jul... |
7d231d8f-cdc2-41de-a14d-5dcc18c9d696 | {
"language": "YAML"
} | ```yaml
# Config file for automatic testing at travis-ci.org
language: python
python:
- "2.7"
env:
global:
- GAE_VERSION=1.9.20
- PYTHONPATH=$PYTHONPATH:$PWD/vendor/google_appengine
before_script:
- wget -P vendor -nv https://storage.googleapis.com/appengine-sdks/featured/google_appe... | ```yaml
# Config file for automatic testing at travis-ci.org
language: python
python:
- "2.7"
env:
global:
- GAE_VERSION=1.9.24
- PYTHONPATH=$PYTHONPATH:$PWD/vendor/google_appengine
before_script:
- wget -P vendor -nv https://storage.googleapis.com/appengine-sdks/featured/google_appe... |
1d6868ee-f74c-47f4-9dee-65d3d37c0199 | {
"language": "YAML"
} | ```yaml
Content:
Zapdos:
root_dir: ${ROOT_DIR}/doc/content
moose:
root_dir: ${MOOSE_DIR}/framework/doc/content
content:
- js/*
- css/*
- contrib/**
- media/**
- templates/stubs/*
Renderer:
type: MooseDocs.base.MaterializeRe... | ```yaml
Content:
Zapdos:
root_dir: ${ROOT_DIR}/doc/content
moose:
root_dir: ${MOOSE_DIR}/framework/doc/content
content:
- js/*
- css/*
- contrib/**
- media/**
- templates/stubs/*
Renderer:
type: MooseDocs.base.MaterializeRe... |
94e1ecee-3e36-4093-b28d-9e4fbe3083f2 | {
"language": "YAML"
} | ```yaml
author: Xhuis
delete-after: True
changes:
- tweak: ""Many medicines have received rebalancing. Expect underused chemicals like Oxandralone to be much more effective in restoring damage.""
- tweak: ""Many toxins are now more or less efficient.""
- tweak: ""The descriptions of many reagents have been made ... | ```yaml
author: Xhuis
delete-after: True
changes:
- tweak: "Many medicines have received rebalancing. Expect underused chemicals like Oxandralone to be much more effective in restoring damage."
- tweak: "Many toxins are now more or less efficient."
- tweak: "The descriptions of many reagents have been made more ... |
70253413-12a1-46e6-9295-6ffff5fe255b | {
"language": "YAML"
} | ```yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: pdb-controller
namespace: kube-system
labels:
application: pdb-controller
version: v0.0.12
spec:
replicas: 1
selector:
matchLabels:
application: pdb-controller
template:
metadata:
labels:
application: pdb-contro... | ```yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: pdb-controller
namespace: kube-system
labels:
application: pdb-controller
version: v0.0.13
spec:
replicas: 1
selector:
matchLabels:
application: pdb-controller
template:
metadata:
labels:
application: pdb-contro... |
d4129377-f04a-490b-a279-8e8689265745 | {
"language": "YAML"
} | ```yaml
---
- name: Create setup-www script
remote_user: "{{ app_user }}"
template: >
src=scripts/setup-www.j2
dest=bin/setup-www
mode="u=rwx,g=r,o=r"
- name: Setup welcome message
become: yes
template: >
src=etc/motd.j2
dest=/etc/update-motd.d/60-dosomething
mode="u=rwx,g=rx,o=rx"
- ... | ```yaml
---
- name: Create setup-www script
remote_user: "{{ app_user }}"
template: >
src=scripts/setup-www.j2
dest=bin/setup-www
mode="u=rwx,g=r,o=r"
- name: Setup welcome message
become: yes
template: >
src=etc/motd.j2
dest=/etc/update-motd.d/60-dosomething
mode="u=rwx,g=rx,o=rx"
- ... |
e0efafe1-1c25-47da-acfa-248bd0da4b8b | {
"language": "YAML"
} | ```yaml
# Directories and files
- name: ensure release directory exists
file: path=~/releases state=directory mode=0755
- name: ensure logs directory exists
become: yes
become_user: root
file: path=/logs state=directory mode=0755 owner=clojars group=clojars
- name: ensure data directory exists
file: path=~/... | ```yaml
# Directories and files
- name: ensure release directory exists
file: path=~/releases state=directory mode=0755
- name: ensure logs directory exists
become: yes
become_user: root
file: path=/logs state=directory mode=0755 owner=clojars group=clojars
- name: ensure data directory exists
file: path=~/... |
5f74025a-0aad-4e0a-bfcc-9259c554695f | {
"language": "YAML"
} | ```yaml
---
#Required...
#dfs_namenode_host:
#zookeeper_group:
#hbase_master_host:
# Defaults...
hbase_version: 1.1.2
hbase_install_dir: /opt/hbase
hbase_exe_dir: "JAVA_HOME={{ java_home }} {{ hbase_install_dir }}/default/bin"
hbase_conf_dir: "{{ hbase_install_dir }}/default/conf"
hbase_user: hbase
hbase_group: hbase
... | ```yaml
---
#Required...
#dfs_namenode_host:
#zookeeper_group:
#hbase_master_host:
# Defaults...
hbase_version: 1.1.3
hbase_install_dir: /opt/hbase
hbase_exe_dir: "JAVA_HOME={{ java_home }} {{ hbase_install_dir }}/default/bin"
hbase_conf_dir: "{{ hbase_install_dir }}/default/conf"
hbase_user: hbase
hbase_group: hbase
... |
817e4a72-9720-41cb-8ad0-85a91c4c2cc4 | {
"language": "YAML"
} | ```yaml
apiVersion: v1
kind: DeploymentConfig
metadata:
name: ${project.artifactId}
spec:
replicas: 1
strategy:
rollingParams:
timeoutSeconds: 10800
type: Rolling
template:
spec:
containers:
- env:
- name: KUBERNETES_NAMESPACE
valueFrom:
fieldRef:
... | ```yaml
apiVersion: v1
kind: DeploymentConfig
metadata:
name: ${project.artifactId}
spec:
replicas: 1
strategy:
rollingParams:
timeoutSeconds: 10800
type: Rolling
template:
spec:
containers:
- env:
- name: KUBERNETES_NAMESPACE
valueFrom:
fieldRef:
... |
e9e1cf4a-740a-4547-9cb5-b711f0da18e5 | {
"language": "YAML"
} | ```yaml
package:
name: openmpi
version: 1.10.1
about:
home: http://www.open-mpi.org/
summary: 'Open MPI: A high performance message passing library'
license: 'BSD (https://www.open-mpi.org/community/license.php)'
requirements:
conflicts:
- mpich
- mpich2
source:
fn: openmpi-1.10.1.tar.bz2
url... | ```yaml
package:
name: openmpi
version: 1.10.1
about:
home: http://www.open-mpi.org/
summary: 'Open MPI: A high performance message passing library'
license: 'BSD (https://www.open-mpi.org/community/license.php)'
requirements:
conflicts:
- mpich
- mpich2
source:
fn: openmpi-1.10.1.tar.bz2
url... |
c1f55947-ea15-43b6-9995-e18d7812a047 | {
"language": "YAML"
} | ```yaml
version: 0.2
phases:
install:
runtime-versions:
nodejs: 10
commands:
- mkdir -p layers/nodejs
- cp package*.json layers/nodejs
- npm install
- npm install --production --prefix layers/nodejs
build:
commands:
... | ```yaml
version: 0.2
phases:
install:
runtime-versions:
nodejs: 12
commands:
- mkdir -p layers/nodejs
- cp package*.json layers/nodejs
- npm install
- npm install --production --prefix layers/nodejs
build:
commands:
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.