doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
73870255-d853-4437-b847-99f2410b536d | {
"language": "YAML"
} | ```yaml
- name: Client library help
items:
- name: Getting started
href: getting-started.md
- name: Troubleshooting
href: troubleshooting.md
- name: Emulator support
href: emulators.md
- name: Supported platforms
href: platforms.md
- name: Package names
href: package-names.md
- name: P... | ```yaml
- name: Client library help
items:
- name: Getting started
href: getting-started.md
- name: Troubleshooting
href: troubleshooting.md
- name: Emulator support
href: emulators.md
- name: Supported platforms
href: platforms.md
- name: Package names
href: package-names.md
- name: P... |
bec82762-d80c-4e87-9c29-c72bc85aa1b1 | {
"language": "YAML"
} | ```yaml
script:
- pip install -i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com -r dev-requirements.txt
- python setup.py develop
- py.test --cov=badwolf -v
notification:
email: lusheng.lv@bosondata.com.cn
```
Send notification email to tech group | ```yaml
script:
- pip install -i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com -r dev-requirements.txt
- python setup.py develop
- py.test --cov=badwolf -v
notification:
email: tech@bosondata.com.cn
``` |
9eaf6e08-01c0-4991-aacd-9952446650ed | {
"language": "YAML"
} | ```yaml
homepage: https://hub.darcs.net/vmchale/continued-fraction#readme
changelog-type: ''
hash: 450e6d11c9877cbb0afd8bab3a20da3bbe687fd728483d165d298f458198f6bf
test-bench-deps:
continued-fraction: -any
base: -any
hspec: -any
criterion: -any
maintainer: vanessa.mchale@reconfigure.io
synopsis: Types and funct... | ```yaml
homepage: https://hub.darcs.net/vmchale/continued-fraction#readme
changelog-type: ''
hash: 8b45ed830b0c4283155a556090b810d1e831af5727f7ca1196ccef2f87c50bb2
test-bench-deps:
continued-fraction: -any
base: -any
hspec: -any
criterion: -any
maintainer: vanessa.mchale@reconfigure.io
synopsis: Types and funct... |
9a1751ab-da6d-4af5-a13b-01a127f37476 | {
"language": "YAML"
} | ```yaml
AllCops:
Exclude:
- db/schema.rb
- web/node_modules/**/*
Documentation:
Enabled: false
Metrics/LineLength:
Max: 120
Exclude:
- db/**/*.rb
- spec/**/*.rb
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/NestedParenthesizedCalls:
Enabled: false
Style/BlockDelimiters:
Exclude:... | ```yaml
AllCops:
Exclude:
- db/schema.rb
- web/node_modules/**/*
Documentation:
Enabled: false
Metrics/LineLength:
Max: 120
Exclude:
- db/**/*.rb
- spec/**/*.rb
Metrics/BlockLength:
Exclude:
- spec/**/*.rb
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/NestedParenthesizedCalls:... |
72686905-ab8a-413f-95bb-0dbb06525e05 | {
"language": "YAML"
} | ```yaml
inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 1.9
Include:
- "**/*.cap"
- "Gemfile"
- "Rakefile"
- "appsignal.gemspec"
Exclude:
- "tmp/**/*"
- "gemfiles/vendor/**/*"
- "vendor/**/*"
- "benchmark.rake"
DisplayCopNames: true
UseCache: true
CacheRootDirect... | ```yaml
inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 1.9
Include:
- "**/*.cap"
- "Gemfile"
- "Rakefile"
- "appsignal.gemspec"
Exclude:
- "pkg/**/*"
- "tmp/**/*"
- "gemfiles/vendor/**/*"
- "vendor/**/*"
- "benchmark.rake"
DisplayCopNames: true
UseCache: true
... |
080852a7-148f-4035-b45b-fa13ca2d7ee3 | {
"language": "YAML"
} | ```yaml
---
inherit_from: .rubocop_todo.yml
require: rubocop-performance
AllCops:
TargetRubyVersion: 2.5
NewCops: enable
Layout/LineLength:
Max: 123
Exclude:
- 'lib/gitlab/client/*'
- 'spec/**/*'
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
Metrics/ParameterLists:
MaxOptionalParameters: 4
S... | ```yaml
---
inherit_from: .rubocop_todo.yml
require: rubocop-performance
AllCops:
TargetRubyVersion: 2.5
NewCops: disable
Layout/LineLength:
Max: 123
Exclude:
- 'lib/gitlab/client/*'
- 'spec/**/*'
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
Metrics/ParameterLists:
MaxOptionalParameters: 4
... |
7f21efe2-a0b1-4b25-a743-f5a7d2c7478f | {
"language": "YAML"
} | ```yaml
# See https://cloud.google.com/cloud-build/docs/build-config
steps:
- name: gcr.io/cloud-builders/docker
entrypoint: "/usr/bin/make"
args:
- "push-images"
- "TAG=$_GIT_TAG"
- name: "gcr.io/google.com/cloudsdktool/cloud-sdk"
entrypoint: "/usr/bin/make"
args:
- "deploy"
... | ```yaml
# See https://cloud.google.com/cloud-build/docs/build-config
steps:
- id: build-image
name: gcr.io/cloud-builders/docker
entrypoint: "/usr/bin/make"
args:
- "push-images"
- "TAG=$_GIT_TAG"
- id: deploy-staging
name: "gcr.io/google.com/cloudsdktool/cloud-sdk"
entrypoint: "/usr... |
68a8f3ce-be9a-44d4-88f4-e772de5115b0 | {
"language": "YAML"
} | ```yaml
---
mountpoints:
/srv/storage/space:
device: saam:/srv/storage/space
fstype: nfs
options:
- rw
- soft
- intr
- rsize=8192
- wsize=8192
- noauto
- x-systemd.automount
- x-systemd.device-timeout=10
/srv/softwareheritage/objects:
device: saam:/srv... | ```yaml
---
tmpfs::size: "%{::memory.swap.total_bytes}"
tmpfs::nr_inodes: 1m
mountpoints:
/srv/storage/space:
device: saam:/srv/storage/space
fstype: nfs
options:
- rw
- soft
- intr
- rsize=8192
- wsize=8192
- noauto
- x-systemd.automount
- x-systemd.device... |
a5baa4a8-e69a-4d50-a66d-fc79624cfc02 | {
"language": "YAML"
} | ```yaml
Categories:
- Internet
License: GPL-3.0-or-later
SourceCode: https://github.com/fabienli/DokuwikiAndroid
IssueTracker: https://github.com/fabienli/DokuwikiAndroid/issues
AutoName: Dokuwiki
Description: Android application to access a dokuwiki and keep pages in local cache.
RepoType: git
Repo: https://github... | ```yaml
Categories:
- Internet
License: GPL-3.0-or-later
SourceCode: https://github.com/fabienli/DokuwikiAndroid
IssueTracker: https://github.com/fabienli/DokuwikiAndroid/issues
AutoName: Dokuwiki
Description: Android application to access a dokuwiki and keep pages in local cache.
RepoType: git
Repo: https://github... |
7662667e-8d19-4eb6-a46a-149275a03ee9 | {
"language": "YAML"
} | ```yaml
Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/slowscript/warpinator-android
IssueTracker: https://github.com/slowscript/warpinator-android/issues
Changelog: https://github.com/slowscript/warpinator-android/releases
AutoName: Warpinator
RepoType: git
Repo: https://github.com/slo... | ```yaml
Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/slowscript/warpinator-android
IssueTracker: https://github.com/slowscript/warpinator-android/issues
Changelog: https://github.com/slowscript/warpinator-android/releases
AutoName: Warpinator
RepoType: git
Repo: https://github.com/slo... |
ba9078f9-8740-4ce0-afa5-87db3ee93949 | {
"language": "YAML"
} | ```yaml
---
- name: etcd version
set_fact:
etcd_version: "v2.2.0"
- name: Create download dir
file: path="/tmp/.ansible/files" state=directory
- name: Download tar file
get_url:
url: "https://github.com/coreos/etcd/releases/download/{{ etcd_version }}/etcd-{{ etcd_version }}-linux-amd64.tar.gz"
dest... | ```yaml
---
- name: etcd version
set_fact:
etcd_version: "v2.2.3"
- name: Create download dir
file: path="/tmp/.ansible/files" state=directory
- name: Download tar file
get_url:
url: "https://github.com/coreos/etcd/releases/download/{{ etcd_version }}/etcd-{{ etcd_version }}-linux-amd64.tar.gz"
dest... |
f6c7e98f-b98d-4af5-ac37-0fd5af47ec10 | {
"language": "YAML"
} | ```yaml
Categories:
- Science & Education
- Writing
License: Apache-2.0
AuthorName: Marc Donald
AuthorWebSite: https://marcdonald.com/
WebSite: https://marcdonald.com/hibi
SourceCode: https://github.com/marcdonald/hibi
IssueTracker: https://github.com/marcdonald/hibi/issues
Changelog: https://github.com/MarcDonald/... | ```yaml
Categories:
- Science & Education
- Writing
License: Apache-2.0
AuthorName: Marc Donald
AuthorWebSite: https://marcdonald.com/
WebSite: https://marcdonald.com/hibi
SourceCode: https://github.com/marcdonald/hibi
IssueTracker: https://github.com/marcdonald/hibi/issues
Changelog: https://github.com/MarcDonald/... |
137f7bb2-00d2-4bd1-a540-ba804bf05eed | {
"language": "YAML"
} | ```yaml
Categories:
- Writing
License: GPL-3.0-only
AuthorName: Om Godse
AuthorEmail: omgodseapps@gmail.com
SourceCode: https://github.com/OmGodse/Notally
IssueTracker: https://github.com/OmGodse/Notally/issues
Donate: https://www.patreon.com/omgodse
AutoName: Notally
RepoType: git
Repo: https://github.com/OmGodse/... | ```yaml
Categories:
- Writing
License: GPL-3.0-only
AuthorName: Om Godse
AuthorEmail: omgodseapps@gmail.com
SourceCode: https://github.com/OmGodse/Notally
IssueTracker: https://github.com/OmGodse/Notally/issues
Donate: https://www.patreon.com/omgodse
AutoName: Notally
RepoType: git
Repo: https://github.com/OmGodse/... |
ecc85ef9-8d26-467d-90e8-62912d2e26c3 | {
"language": "YAML"
} | ```yaml
Categories:
- Internet
License: GPL-3.0-only
AuthorName: Christian Schneppe
SourceCode: https://github.com/kriztan/Pix-Art-Messenger
IssueTracker: https://github.com/kriztan/Pix-Art-Messenger/issues
Changelog: https://github.com/kriztan/Pix-Art-Messenger/blob/HEAD/CHANGELOG.md
AutoName: Pix-Art Messenger
Re... | ```yaml
Categories:
- Internet
License: GPL-3.0-only
AuthorName: Christian Schneppe
SourceCode: https://github.com/kriztan/Pix-Art-Messenger
IssueTracker: https://github.com/kriztan/Pix-Art-Messenger/issues
Changelog: https://github.com/kriztan/Pix-Art-Messenger/blob/HEAD/CHANGELOG.md
AutoName: Pix-Art Messenger
Re... |
54727def-f5a4-4e4a-9f62-f6a2f2fe181f | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/ethercrow/lightstep-haskell#readme
changelog-type: ''
hash: 748c6f764ba3694eebc8385c2e7f2c23eac8ce9ea31bfc92538b0b024f9a5cc7
test-bench-deps: {}
maintainer: Dmitry Ivanov <ethercrow@gmail.com>
synopsis: LightStep OpenTracing client library
changelog: ''
basic-deps:
stm: -any
bas... | ```yaml
homepage: https://github.com/ethercrow/lightstep-haskell#readme
changelog-type: ''
hash: 36315a3a74c0e81c7436b7d23bcb635157e4f985f22e571bb8fa555fb3d84f2c
test-bench-deps: {}
maintainer: Dmitry Ivanov <ethercrow@gmail.com>
synopsis: LightStep OpenTracing client library
changelog: ''
basic-deps:
stm: -any
bas... |
43209039-1555-4f77-ae55-9c0efe8f1221 | {
"language": "YAML"
} | ```yaml
- alias: 'Main door open'
initial_state: True
trigger:
- platform: state
entity_id: binary_sensor.door_window_sensor_158d00016d6ddb
to: 'on'
action:
- service: light.turn_on
data:
entity_id: light.gateway_light_34ce0088d9ad
- service: xiaomi.play_ringtone
data:... | ```yaml
- alias: 'Main door open'
initial_state: True
trigger:
- platform: state
entity_id: binary_sensor.door_window_sensor_158d00016d6ddb
to: 'on'
action:
- service: light.turn_on
data:
entity_id: light.gateway_light_34ce0088d9ad
# - service: xiaomi.play_ringtone
# dat... |
7ad3127b-c3a0-400a-8a0e-e8904bee7ae3 | {
"language": "YAML"
} | ```yaml
name: Deploy Documentation
on:
pull_request:
branches:
- release
jobs:
deploy-docs:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
# Install dependencies
- name: Set up Python 3.8
uses: actions/se... | ```yaml
name: Deploy Documentation
on:
workflow_dispatch:
pull_request:
branches:
- release
jobs:
deploy-docs:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
# Install dependencies
- name: Set up Python 3.8
... |
31a6de0d-d152-4446-add5-3ba4c3d1c61d | {
"language": "YAML"
} | ```yaml
name: Prettier
on:
push:
branches: [ master, next ]
pull_request:
branches: [ master, next ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/pret... | ```yaml
name: Prettier
on:
push:
branches: [ master, next ]
pull_request:
branches: [ master, next ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/pret... |
20500ee4-2df6-440c-bc3d-cd46efa4ea99 | {
"language": "YAML"
} | ```yaml
---
image: "{{ base_name }}"
volume_name: galaxy-gie-all-20170417
image_names:
- bgruening/docker-jupyter-notebook:16.01.1
- shiltemann/ethercalc-galaxy-ie
```
Update GIE Docker image volume | ```yaml
---
image: "{{ base_name }}"
volume_name: galaxy-gie-all-20170419
image_names:
- bgruening/docker-jupyter-notebook:17.05
- shiltemann/ethercalc-galaxy-ie
``` |
503cd57c-3e75-4df9-9f68-5c131f5a947d | {
"language": "YAML"
} | ```yaml
app:
port: 6789
# namespace:
# The base path for this application. Leave empty or omit for none.
namespace: /test
# trustProxy:
# Whether to set the Express 'trust proxy' setting, which tells Express to
# use the X-Forwarded-* headers to get client information like IP address and
... | ```yaml
app:
port: 9099
# namespace:
# The base path for this application. Leave empty or omit for none.
namespace: /test
# trustProxy:
# Whether to set the Express 'trust proxy' setting, which tells Express to
# use the X-Forwarded-* headers to get client information like IP address and
... |
b48fc49b-9a48-42ae-9fbc-922a10e1078d | {
"language": "YAML"
} | ```yaml
- project:
check:
jobs:
- monasca-tempest-python-mysql:
voting: false
- monasca-tempest-python-postgresql:
voting: false
- monasca-tempest-java-mysql:
voting: false
- monasca-tempest-java-postgresql:
voting: false
... | ```yaml
- project:
check:
jobs:
- monasca-tempest-python-influxdb:
voting: false
- monasca-tempest-python-cassandra:
voting: false
- monasca-tempest-java-influxdb:
voting: false
- monasca-tempest-java-cassandra:
voting: false
... |
59bc1b18-bf8c-44af-bfaf-66d404432df2 | {
"language": "YAML"
} | ```yaml
spring:
profiles:
active: receiver,ssl
hono:
client:
host: localhost
tenant:
id: DEFAULT_TENANT
device:
id: 4711
---
spring:
profiles: receiver
hono:
client:
port: 15671
---
spring:
profiles: ssl
hono:
client:
hostnameVerificationRequired: false
trustStorePath: target/c... | ```yaml
spring:
jmx:
enabled: false
profiles:
active: receiver,ssl
hono:
client:
host: localhost
tenant:
id: DEFAULT_TENANT
device:
id: 4711
---
spring:
profiles: receiver
hono:
client:
port: 15671
---
spring:
profiles: ssl
hono:
client:
hostnameVerificationRequired: false
... |
85d2d2de-dcae-4a87-af9d-3f159681b8c5 | {
"language": "YAML"
} | ```yaml
name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
jobs:
copy_pr_template:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- name: Fetch PR template
id: fetch-pr-template
uses: juliang... | ```yaml
name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
permissions:
contents: read
pull-requests: write
jobs:
copy_pr_template:
name: Copy PR template to Dependabot PR
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: acti... |
51cb4825-214d-4dc2-8dac-24ecc97b34fa | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 536eb5ccdb14b53963fd9fbc90f357f7c3e2f4da88c4d2c17d6a2e4123b9f877
test-bench-deps:
base: ! '>=4.9.0.0 && <=4.9.1.0'
constraints: -any
mtl: -any
random: -any
DeepDarkFantasy: -any
maintainer: lolisa@marisa.moe
synopsis: A DSL for creating neural network.
changelog: ... | ```yaml
homepage: ''
changelog-type: ''
hash: 0dbd16368edcf4cf67ec98a506923cd4500d6ba2f72cca07b469a66a3abdefe4
test-bench-deps:
base: ! '>=4.9.0.0 && <=4.9.1.0'
constraints: -any
mtl: -any
random: -any
DeepDarkFantasy: -any
maintainer: lolisa@marisa.moe
synopsis: A DSL for creating neural network.
changelog: ... |
1d608c35-3cc0-47b2-b5c1-5db5bf7914c3 | {
"language": "YAML"
} | ```yaml
one:
id: 1
firstname: Ada
lastname: Lovelace
email: ada@mail.de
encrypted_password: <%= Profile.new.send(:password_digest, 'Testpassword') %>
languages: Deutsch
city: New York
talks: CCC
published: true
two:
id: 2
firstname: Inge
lastname: lastname
email: inge@mail.de
languages: Deu... | ```yaml
one:
id: 1
firstname: Ada
lastname: Lovelace
email: ada@mail.de
encrypted_password: <%= Profile.new.send(:password_digest, 'Testpassword') %>
languages: Deutsch
talks: CCC
published: true
two:
id: 2
firstname: Inge
lastname: lastname
email: inge@mail.de
languages: Deutsch
talks: Rep... |
61d37cde-a240-4f96-9603-6495182c5aaa | {
"language": "YAML"
} | ```yaml
Categories:
- Security
- System
License: GPL-3.0-or-later
SourceCode: https://github.com/Secure-File-Manager/Secure-File-Manager
IssueTracker: https://github.com/Secure-File-Manager/Secure-File-Manager/issues
Changelog: https://github.com/Secure-File-Manager/Secure-File-Manager/blob/HEAD/CHANGELOG.md
RepoT... | ```yaml
Categories:
- Security
- System
License: GPL-3.0-or-later
SourceCode: https://github.com/Secure-File-Manager/Secure-File-Manager
IssueTracker: https://github.com/Secure-File-Manager/Secure-File-Manager/issues
Changelog: https://github.com/Secure-File-Manager/Secure-File-Manager/blob/HEAD/CHANGELOG.md
AutoN... |
9074e213-ad74-4fe4-95ad-17bf16f54106 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/liamoc/latex-formulae#readme
changelog-type: ''
hash: 6e21582d5e8f5b5a0e3671becabcf7a35bab8600a7da7b79717cd204902a8ee2
test-bench-deps: {}
maintainer: liamoc@cse.unsw.edu.au
synopsis: Use actual LaTeX to render formulae inside Hakyll pages
changelog: ''
basic-deps:
lrucache: ! '>=... | ```yaml
homepage: https://github.com/liamoc/latex-formulae#readme
changelog-type: ''
hash: f33ba39349e3f633cfb07f6ab5dc8564cb4d017560c0c44ba7f3156ce0b9e0db
test-bench-deps: {}
maintainer: liamoc@cse.unsw.edu.au
synopsis: Use actual LaTeX to render formulae inside Hakyll pages
changelog: ''
basic-deps:
lrucache: ! '>=... |
b916cf56-bce5-4e13-be78-05ac8253cb24 | {
"language": "YAML"
} | ```yaml
Categories:
- System
License: MIT
AuthorName: 0ranko0P
AuthorEmail: ranko0p@outlook.com
SourceCode: https://github.com/0ranko0P/AutoDark
IssueTracker: https://github.com/0ranko0P/AutoDark/issues
Changelog: https://github.com/0ranko0P/AutoDark/releases
AutoName: AutoDark
RepoType: git
Repo: https://github.co... | ```yaml
Categories:
- System
License: MIT
AuthorName: 0ranko0P
AuthorEmail: ranko0p@outlook.com
SourceCode: https://github.com/0ranko0P/AutoDark
IssueTracker: https://github.com/0ranko0P/AutoDark/issues
Changelog: https://github.com/0ranko0P/AutoDark/releases
AutoName: AutoDark
RepoType: git
Repo: https://github.co... |
14dd9dbd-998a-4784-9818-c8d4a41ec061 | {
"language": "YAML"
} | ```yaml
---
title: Impersonation no longer gets stuck on password change.
merge_request: 2904
author:
type: fixed
```
Fix MR IID in changelog item | ```yaml
---
title: Impersonation no longer gets stuck on password change.
merge_request: 15497
author:
type: fixed
``` |
2e4279a5-de5d-4f5b-b61d-66191da13a9c | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/SumAll/canteven-http
changelog-type: ''
hash: 935dcd783a91086ca4437e461b16ebe666358d7ec6cc98c4ec64575e16c37e55
test-bench-deps: {}
maintainer: rick@owenssoftware.com
synopsis: Utilities for HTTP programming.
changelog: ''
basic-deps:
exceptions: ! '>=0.8.2 && <0.9'
bytestring: !... | ```yaml
homepage: https://github.com/SumAll/canteven-http
changelog-type: ''
hash: 93ec0e7fe7a761149eb51292f78988cefc1ba5a1eccc4864f434f8e61e5a92b9
test-bench-deps: {}
maintainer: rick@owenssoftware.com
synopsis: Utilities for HTTP programming.
changelog: ''
basic-deps:
exceptions: ! '>=0.8.2 && <0.9'
bytestring: !... |
246a526b-7ad9-47ef-95b9-cab54ac9a0ea | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/mgsloan/th-reify-many
changelog-type: ''
hash: fe00ca5b122ab4faa12f8ba41c59b83dba5ce28573bfef0f92e051cfca6976d0
test-bench-deps:
base: -any
th-reify-many: -any
template-haskell: -any
maintainer: Michael Sloan <mgsloan at gmail>
synopsis: Recurseively reify template haskell data... | ```yaml
homepage: http://github.com/mgsloan/th-reify-many
changelog-type: ''
hash: 61020b3bbb609d80962494775bcbc2c2d02fde68f744a9794439c9e9c11168ef
test-bench-deps:
base: -any
th-reify-many: -any
template-haskell: -any
maintainer: Michael Sloan <mgsloan at gmail>
synopsis: Recurseively reify template haskell data... |
33de988d-c292-4882-84fd-5210409b1970 | {
"language": "YAML"
} | ```yaml
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you ma... | ```yaml
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you ma... |
667f9637-133a-4e2d-b261-64a0e2853a4b | {
"language": "YAML"
} | ```yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kubernetes.io/change-cause: "<to be filled in deploy_to_kubernetes script>"
name: laa-legal-adviser-api
spec:
replicas: 2
template:
metadata:
labels:
app: laa-legal-adviser-api
env: staging
servi... | ```yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kubernetes.io/change-cause: "<to be filled in deploy_to_kubernetes script>"
name: laa-legal-adviser-api
spec:
replicas: 2
template:
metadata:
labels:
app: laa-legal-adviser-api
env: staging
servi... |
ab998670-9df7-41e5-948d-9f9f76f78aab | {
"language": "YAML"
} | ```yaml
---
rundeck:
plugins: # Extra plugins to bundle
- "com.github.Batix:rundeck-ansible-plugin:3.1.0"
- "com.github.rundeck-plugins:aws-s3-model-source:v1.0.6"
- "com.github.rundeck-plugins:py-winrm-plugin:2.0.12"
- "com.github.rundeck-plugins:openssh-node-execution:2.0.1"
- "com.github.rundeck-plugins:... | ```yaml
---
rundeck:
plugins: # Extra plugins to bundle
- "com.github.Batix:rundeck-ansible-plugin:3.1.0"
- "com.github.rundeck-plugins:aws-s3-model-source:v1.0.6"
- "com.github.rundeck-plugins:py-winrm-plugin:2.0.13"
- "com.github.rundeck-plugins:openssh-node-execution:2.0.1"
- "com.github.rundeck-plugins:... |
cc7786ff-ee4c-4159-b5fe-b000020c7f8d | {
"language": "YAML"
} | ```yaml
machine:
node:
version: 4.3.1
general:
artifacts:
- "./coverage/lcov-report/"
```
Clean out node_modules before install on CI. | ```yaml
machine:
node:
version: 4.3.1
dependencies:
pre:
# Clean out node-modules to prevent issues with circle-ci's caching.
- rm -rf node_modules
general:
artifacts:
- "./coverage/lcov-report/"
``` |
9bb3bbe6-449b-42a9-a6c5-836df75ff6d0 | {
"language": "YAML"
} | ```yaml
machine:
node:
version: 4.4.7
test:
post:
# Ensure steps leading up to publishing work.
- node_modules/.bin/builder run transpile-dev```
Use correct script in Circle | ```yaml
machine:
node:
version: 4.4.7
test:
post:
# Ensure steps leading up to publishing work.
- node_modules/.bin/builder run build-dist``` |
c086fa6d-7f33-41a0-9f4b-18a960443fe5 | {
"language": "YAML"
} | ```yaml
general:
artifacts:
- "build/reports" # relative to the build directory
branches:
ignore:
- gh-pages # list of branches to ignore
- /release\/.*/ # or ignore regexes
machine:
environment:
TERM: dumb
CI_BUILD: true
java:
version: oraclejdk7
test:
pre:
- ./create-c... | ```yaml
general:
artifacts:
- "build/reports" # relative to the build directory
branches:
ignore:
- gh-pages # list of branches to ignore
- /release\/.*/ # or ignore regexes
machine:
environment:
TERM: dumb
CI_BUILD: true
java:
version: oraclejdk7
test:
pre:
- ./create-c... |
90918da3-7777-426b-adc9-3d4c422d0fa7 | {
"language": "YAML"
} | ```yaml
#general:
# build_dir: koordinates
machine:
python:
version: 2.7.9
test:
override:
- python setup.py test
```
Support 2.x/3.x testing via Parallel testing in CI | ```yaml
#general:
# build_dir: koordinates
#machine:
# python:
# version: 2.7.9
#test:
# override:
# - python setup.py test
machine:
python:
version: 3.4.2
dependencies:
pre:
- if [ $CIRCLE_NODE_INDEX == "1" ] ; then pyenv global 2.7.9 ; fi
test:
override:
- ... |
c5ff3c26-fa24-49f1-8d7c-ef4af9ae6999 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 00b348473c411661809d90507150b6d128aed45f58be3562bfdc97b8a6da3160
test-bench-deps: {}
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: Template Haskell for test framework
changelog: ''
basic-deps:
test-framework: -any
base: ! '>=4 && <5'
haskell-src-exts: -any
cp... | ```yaml
homepage: ''
changelog-type: ''
hash: faee4da570533c3304b2239b218f6284eb24c6535e2c862f938f44cc99db5e5a
test-bench-deps: {}
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: Template Haskell for test framework
changelog: ''
basic-deps:
test-framework: -any
base: ! '>=4 && <5'
haskell-src-exts: -any
cp... |
0b02bda5-ffe9-4ac9-bfc9-335e2e8c4e05 | {
"language": "YAML"
} | ```yaml
{% set name = "parquet-python" %}
{% set version = "1.3.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/p/parquet/parquet-{{ version }}.tar.gz
sha256: fb1c90768c1b9159d4d6a9b3112ea8107b0b46d7491c5ac452ba7350f333bf0a
build:
number: 0
noarch... | ```yaml
{% set name = "parquet-python" %}
{% set version = "1.3.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/p/parquet/parquet-{{ version }}.tar.gz
sha256: fb1c90768c1b9159d4d6a9b3112ea8107b0b46d7491c5ac452ba7350f333bf0a
build:
number: 0
noarch... |
f6ac85f3-a39b-4d3a-b2d2-4f4908c16846 | {
"language": "YAML"
} | ```yaml
---
wall_channel: 1
marker_channel: 0
surface_percentile: 95
wall_percentile_filter_percentile: 95
wall_percentile_filter_size: 2
wall_zabove: -2
wall_zbelow: 6
wall_threshold_adaptive_block_size: 51
wall_remove_small_objects_in_cell_min_size: 5
wall_remove_small_objects_in_wall_min_size: 50
wall_erode_step: Tr... | ```yaml
---
wall_channel: 1
marker_channel: 0
surface_percentile: 95
wall_percentile_filter_percentile: 95
wall_percentile_filter_size: 2
wall_zabove: 0
wall_zbelow: 6
wall_threshold_adaptive_block_size: 151
wall_remove_small_objects_in_cell_min_size: 30
wall_remove_small_objects_in_wall_min_size: 50
wall_erode_step: T... |
18fb5d98-52ab-4a35-9b55-567395ce1b0b | {
"language": "YAML"
} | ```yaml
name: CI
on:
push:
pull_request:
branches:
- main
jobs:
ci:
name: CI
runs-on: debian-latest
env:
DATABASE_URL: postgres://postgres@localhost:5433/flatshare_app_test
services:
db:
image: postgres:10.13
ports: ["5433:5432"]
env:
POST... | ```yaml
name: CI
on:
push:
pull_request:
branches:
- main
jobs:
ci:
name: CI
runs-on: ubuntu-20.04
env:
DATABASE_URL: postgres://postgres@localhost:5433/flatshare_app_test
services:
db:
image: postgres:10.13
ports: ["5433:5432"]
env:
POSTG... |
d17deb0a-9545-4436-949b-0ebe4751cda8 | {
"language": "YAML"
} | ```yaml
name: CI
on: [push, pull_request]
jobs:
phpspec:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.2, 7.3, 7.4, 8.0]
steps:
- uses: actions/checkout@v1
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- name: Validate Composer files
... | ```yaml
name: CI
on: [push, pull_request]
jobs:
phpspec:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.2, 7.3, 7.4, 8.0]
steps:
- uses: actions/checkout@v1
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- name: Validate Composer files
... |
133d97c3-1add-46cc-843b-2a5069a5a2d9 | {
"language": "YAML"
} | ```yaml
name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
env:
RUSTFLAGS: '-Dwarnings'
jobs:
test:
name: Rust ${{matrix.rust}} on ${{matrix.os}}
runs-on: ${{matrix.os}}-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.34.0]
os: ... | ```yaml
name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
env:
RUSTFLAGS: -Dwarnings
jobs:
test:
name: Rust ${{matrix.rust}} on ${{matrix.os}}
runs-on: ${{matrix.os}}-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.34.0]
os: [u... |
3e383686-cd52-48a2-be28-2ba7060217f7 | {
"language": "YAML"
} | ```yaml
name: ci
env:
PROJECT_NAME: Lunet
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'changelog.md'
- 'readme.md'
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install .NET 5.0
uses: actions/... | ```yaml
name: ci
env:
PROJECT_NAME: Lunet
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'changelog.md'
- 'readme.md'
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install .NET 6.0
uses: actions/... |
2e77ff5d-9b59-4b3f-8d68-295f46d300b3 | {
"language": "YAML"
} | ```yaml
---
name: CI
on:
- push
- pull_request
jobs:
rspec:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- 2.7.x
- 2.6.x
- 2.5.x
rails:
- rails_5.2.4
- rails_6.0.3
- rails_6.1.0
steps:
- ... | ```yaml
---
name: CI
on:
- push
- pull_request
jobs:
rspec:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- 2.7.x
- 2.6.x
- 2.5.x
rails:
- rails_5.2.4
- rails_6.0.3
- rails_6.1.0
steps:
- ... |
eac1f2d0-a227-4c8d-8f89-766868fd57db | {
"language": "YAML"
} | ```yaml
name: Go
on:
push:
pull_request:
schedule:
- cron: '6 15 * * SUN'
jobs:
build:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
name: "Build ${{ matrix.go-version }} tes... | ```yaml
name: Go
on:
push:
pull_request:
schedule:
- cron: '6 15 * * SUN'
jobs:
build:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
name: "Build ${{ matrix.go-version }} test on ${{... |
c2e8e406-bfec-4476-befc-9897e1b254d8 | {
"language": "YAML"
} | ```yaml
name: sw
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-20.04, macOS-latest]
steps:
- uses: actions/checkout@v1
- uses: egorpugin/sw-action@master
- name: build
if: matrix.os =... | ```yaml
name: sw
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-20.04, macOS-latest]
steps:
- uses: actions/checkout@v1
- uses: egorpugin/sw-action@master
- name: build
if: matrix.os =... |
11bb552b-221d-4be4-89e2-2842141bbd06 | {
"language": "YAML"
} | ```yaml
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#
default: &default
adapter: sqlite3
pool: 5
timeout: 5000
development:
<<: *default
database: db/development.sqlite3
# Warning: The database defined as "test" will be erased and
#... | ```yaml
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#
default: &default
adapter: sqlite3
development:
<<: *default
database: ':memory:'
# Warning: The database defined as "test" will be erased and
# re-generated from your development da... |
0861c6ac-8d6f-44ac-908e-9d3ca30934e0 | {
"language": "YAML"
} | ```yaml
---
cell_instances: 30
router_instances: 6
api_instances: 6
doppler_instances: 24
log_api_instances: 6
adapter_instances: 2
cc_hourly_rate_limit: 20000
paas_region_name: ireland
```
Scale Ireland up from 6 to 12 routers | ```yaml
---
cell_instances: 30
router_instances: 12
api_instances: 6
doppler_instances: 24
log_api_instances: 6
adapter_instances: 2
cc_hourly_rate_limit: 20000
paas_region_name: ireland
``` |
66b80962-6d9e-4bf8-83f5-ffc30a8e6e35 | {
"language": "YAML"
} | ```yaml
---
profile::base::common::manage_networkifs: true
named_interfaces::config:
mgmt:
- eth0
transport:
- eth1
public:
- dummy0
network::interfaces_hash:
'eth0':
ipaddress: '10.171.92.6'
netmask: '255.255.255.0'
gateway: '10.171.92.1'
defroute: no
mtu: '1500'... | ```yaml
---
profile::base::common::manage_networkifs: true
named_interfaces::config:
mgmt:
- eth0
transport:
- eth1
public:
- dummy0
network::interfaces_hash:
'eth0':
ipaddress: '10.171.92.6'
netmask: '255.255.255.0'
gateway: '10.171.92.1'
defroute: no
mtu: '1500'... |
a773430a-878a-4ec4-9b1e-6d4c672e4cfb | {
"language": "YAML"
} | ```yaml
Categories:
- Games
License: MIT
AuthorName: Vivek Thazhathattil
AuthorEmail: vivek.thazhathattil@gmail.com
AuthorWebSite: https://vivekthazhathattil.github.io
SourceCode: https://github.com/VivekThazhathattil/Chalachithram/
IssueTracker: https://github.com/VivekThazhathattil/Chalachithram/issues
Changelog: h... | ```yaml
Categories:
- Games
License: MIT
AuthorName: Vivek Thazhathattil
AuthorEmail: vivek.thazhathattil@gmail.com
AuthorWebSite: https://vivekthazhathattil.github.io
SourceCode: https://github.com/VivekThazhathattil/Chalachithram/
IssueTracker: https://github.com/VivekThazhathattil/Chalachithram/issues
Changelog: h... |
e3ead2dc-6a0e-4e4d-b2c3-c147b35dbe2c | {
"language": "YAML"
} | ```yaml
---
- name: Add GPG key for Docker packages
sudo: yes
apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=9DC858229FC7DD38854AE2D88D81803C0EBFCD88
- name: add repo for Docker packages
sudo: yes
apt_repository:
repo: 'deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial main'
... | ```yaml
---
- name: Add GPG key for Docker packages
sudo: yes
apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=9DC858229FC7DD38854AE2D88D81803C0EBFCD88
- name: add repo for Docker packages
sudo: yes
apt_repository:
repo: 'deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable'
... |
ba8facc3-12c5-4a33-bda8-fda35b50a721 | {
"language": "YAML"
} | ```yaml
:concurrency: 20
:queues:
- [default, 1]
- [searchkick, 1]
```
Fix missing mailers queue in Sidekiq | ```yaml
:concurrency: 20
:queues:
- [default, 1]
- [searchkick, 1]
- [mailers, 1]
``` |
be1fa6df-b724-4e27-8291-638f9809384a | {
"language": "YAML"
} | ```yaml
Categories:
- Time
License: MIT
SourceCode: https://github.com/mattvchandler/progressbars
IssueTracker: https://github.com/mattvchandler/progressbars/issues
Changelog: https://github.com/mattvchandler/ProgressBars/releases
AutoName: Progress Bars
RepoType: git
Repo: https://github.com/mattvchandler/progress... | ```yaml
Categories:
- Time
License: MIT
SourceCode: https://github.com/mattvchandler/progressbars
IssueTracker: https://github.com/mattvchandler/progressbars/issues
Changelog: https://github.com/mattvchandler/ProgressBars/releases
AutoName: Progress Bars
RepoType: git
Repo: https://github.com/mattvchandler/progress... |
fb089a5d-0880-46da-aa57-80bda96763af | {
"language": "YAML"
} | ```yaml
title: Mobility
path: mobility
icon: 'mdi:car'
cards:
- type: entities
entities:
- sensor.niro_expdate
- binary_sensor.niro_insured
- sensor.niro_recall
show_header_toggle: False
title: Kia Niro
- type: entities
entities:
- sensor.aygo_expdate
- binary_sensor.... | ```yaml
title: Mobility
path: mobility
icon: 'mdi:car'
cards:
- type: entities
entities:
- sensor.niro_expdate
- binary_sensor.niro_insured
- sensor.niro_recall
show_header_toggle: False
title: Kia Niro
- type: entities
entities:
- sensor.aygo_expdate
- binary_sensor.... |
a34998b8-816c-4319-802f-acce9b5f470b | {
"language": "YAML"
} | ```yaml
admin_password: changeme123
admin_password_hash: "{{ admin_password | password_hash(salt='sRvXWmR5BBwqRlih') }}"
```
Change default password to be generated based on current date | ```yaml
admin_password: LearnAnsible{{ lookup('pipe', 'date +%m%y')}}
admin_password_hash: "{{ admin_password | password_hash(salt='sRvXWmR5BBwqRlih') }}"
``` |
5ea3f98c-2186-41cd-967c-6b83b64c8262 | {
"language": "YAML"
} | ```yaml
resource_registry:
OS::TripleO::PostDeploySteps: ../common/major_upgrade_steps.yaml
parameter_defaults:
EnableConfigPurge: true
StackUpdateType: UPGRADE
UpgradeLevelNovaCompute: auto
UpgradeInitCommonCommand: |
#!/bin/bash
# Newton to Ocata, we need to remove old hiera hook data and
# inst... | ```yaml
resource_registry:
OS::TripleO::PostDeploySteps: ../common/major_upgrade_steps.yaml
parameter_defaults:
EnableConfigPurge: true
StackUpdateType: UPGRADE
UpgradeLevelNovaCompute: auto
UpgradeInitCommonCommand: |
#!/bin/bash
set -eu
yum install -y python-heat-agent-*
yum update -y ansibl... |
0b59dcf3-50af-4b85-a4aa-5ebb9f2f8aaa | {
"language": "YAML"
} | ```yaml
---
- block:
- block:
- name: Copy keystore to {{ inventory_hostname }}:{{ apigee_tls_keystore_dest }}
copy:
src: '{{ apigee_tls_keystore_src }}'
dest: '{{ apigee_tls_keystore_dest }}'
when: apigee_tls_keystore_src is not none
- block:
- name: Remove keystore
fi... | ```yaml
---
- block:
- block:
- name: Copy keystore to {{ inventory_hostname }}:{{ apigee_tls_keystore_dest }}
copy:
src: '{{ apigee_tls_keystore_src }}'
dest: '{{ apigee_tls_keystore_dest }}'
when: apigee_tls_keystore_src is not none
- block:
- name: Remove keystore
fi... |
208859b5-335e-4738-8ef7-be7c09dc16cc | {
"language": "YAML"
} | ```yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: mysql
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
name: mysql
annotations:
# Restrict scheduling to zone where volume is located.
scheduler.alpha.kubernetes.io/affinity:... | ```yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: mysql
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
name: mysql
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelecto... |
9423c8f3-6783-4918-b784-4831223714dc | {
"language": "YAML"
} | ```yaml
---
#
# yum
#
v_yum_common_packages:
- bash-completion
- git
- lsof
- mailx
- net-tools
- nmap
- tmux
- tree
- vim
#
# yum-cron
#
v_yum_cron_update_cmd: "minimal"
v_yum_cron_update_cmd_hourly: "security"
v_yum_cron_update_messages: "yes"
v_yum_cron_download_updates: "yes"
v_yum_cron_apply_upd... | ```yaml
---
#
# yum
#
v_yum_common_packages:
- bash-completion
- bind-utils
- git
- lsof
- mailx
- net-tools
- nmap
- ruby
- rubygem-bundler
- tmux
- tree
- vim
- whois
#
# yum-cron
#
v_yum_cron_update_cmd: "minimal"
v_yum_cron_update_cmd_hourly: "security"
v_yum_cron_update_messages: "yes"
v... |
3b8c228c-d62f-4dc8-950b-eb6567961439 | {
"language": "YAML"
} | ```yaml
name: Build
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build
run: swift build
- name: Tests
run: swift test --enable-code-coverage
- name: Codecov
run: |
xc... | ```yaml
name: Build
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build
run: swift build
- name: Tests
run: swift test --enable-code-coverage
- name: Codecov
... |
57dd8ead-6504-4445-a9dc-56bb06ef8e68 | {
"language": "YAML"
} | ```yaml
lv:
data:
pv: '/dev/nvme1n1'
vg: 'postgresql'
```
Fix Postgis version to 2.2 for Mapit | ```yaml
postgresql::globals::postgis_version: '2.2'
lv:
data:
pv: '/dev/nvme1n1'
vg: 'postgresql'
``` |
a6b79713-658a-4d84-9932-00e1afe1fba8 | {
"language": "YAML"
} | ```yaml
---
label: Post
hide_body: false
fields:
- type: textarea
name: content
label: Content
description: Content goes here
config:
wysiwyg: true
schema:
format: markdown
pages:
- _posts/Test.md
```
Update from Forestry.io - Updated Forestry configuration | ```yaml
---
label: Post
hide_body: false
fields:
- type: text
name: title
label: Title
- type: text
name: layout
label: layout
config:
required: true
default: post
hidden: true
pages:
- _posts/Test.md
``` |
f5f31b64-ca7a-40dd-9be1-85d4f1996bbc | {
"language": "YAML"
} | ```yaml
name: Build
on:
push:
paths-ignore:
- '*.md'
- 'docs/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
paths-ignore:
- '*.md'
- 'docs/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
jobs:
build:
runs-on: ${{ matrix.os }}
... | ```yaml
name: Build
on:
push:
paths-ignore:
- '*.md'
- 'docs/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
paths-ignore:
- '*.md'
- 'docs/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
jobs:
build:
runs-on: ${{ matrix.os }}
... |
43387fbd-06a0-4437-92ab-2b10fd9e2d38 | {
"language": "YAML"
} | ```yaml
# This workflow 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
# This workflow uses actions that are not certified by GitHub.
# They... | ```yaml
# This workflow 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
# This workflow uses actions that are not certified by GitHub.
# They... |
c09aeedc-e69b-43df-b98f-ac2e8065088f | {
"language": "YAML"
} | ```yaml
on: [push, pull_request]
jobs:
build:
name: Java ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 1.8, 11 ]
steps:
- uses: actions/checkout@master
- name: Setup java
uses: actions/setup-java@v1
with:
java-version: ${{ mat... | ```yaml
name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11.0.4 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@master
- name: Setup java
uses: actions/setup-java@v1
with:
java-v... |
34b034f1-dd0c-4757-959c-9521af3b5503 | {
"language": "YAML"
} | ```yaml
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm ci --no-optional --no-audit --progress=false
- run: npm run dist
- run: npm run report:size
... | ```yaml
name: CI
on:
push:
branches-ignore:
- "gh-pages"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: nvm
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
- uses: actions/setup-node@v2-beta
with:
node-ver... |
277c514f-e8ff-4d37-81e0-29d602d09aaf | {
"language": "YAML"
} | ```yaml
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
... | ```yaml
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
... |
ef84dbab-f523-42cc-9960-9d6133689874 | {
"language": "YAML"
} | ```yaml
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
p... | ```yaml
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
p... |
e8bb6ca9-3fda-4b53-8499-a9636c1b3c41 | {
"language": "YAML"
} | ```yaml
name: Run QL Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
qltest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch CodeQL
run: |
gh release download --repo https://github.com/g... | ```yaml
name: Run QL Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
qltest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch CodeQL
run: |
gh release download --repo https://github.com/g... |
68942334-85e2-4e98-b68b-88f18725cad7 | {
"language": "YAML"
} | ```yaml
name: Build Ubuntu
on: [ push ]
jobs:
build_gcc7:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=g++-7 -S ./source
- name: build
run: cmake --build ... | ```yaml
name: Build Ubuntu
on: [ push ]
jobs:
build_gcc7:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=g++-7 -S ./source
- name: build
run: cmake --build ... |
76328623-b258-46f2-9d07-617ba7b12720 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: markdown
hash: 015c52458b5669aa0055469b2a25382095e6bb28398a9ccf7070ce5db1ebd042
test-bench-deps: {}
maintainer: kazu@iij.ad.jp
synopsis: In-memory TLS session manager
changelog: ! '# 0.0.0.0
- A first release.
'
basic-deps:
base: ! '>=4.8 && <5'
clock: ! '>=0.4.2'
tls: ! '... | ```yaml
homepage: ''
changelog-type: markdown
hash: e3d3f8a026196df46746a19d3d7d31211b2fca3aefed9074e951b2dcc1b8833c
test-bench-deps: {}
maintainer: kazu@iij.ad.jp
synopsis: In-memory TLS session manager
changelog: ! '# 0.0.0.0
- A first release.
'
basic-deps:
base: ! '>=4.7 && <5'
clock: -any
tls: -any
aut... |
944cf1e6-a2e0-481c-b644-20771a1390d5 | {
"language": "YAML"
} | ```yaml
First_Category_Name:
- subtitle: first_category_subtitle_here
- q: question_1_text_here
a: answer_1_text_here
- q: question_2_text_here
a: answer_2_text_here
Second_Category_Name:
- q: question_1_text_here
a: answer_1_text_here
- q: question_2_text_here
a: Add more using the same format. Subtitle is com... | ```yaml
First_category_name_here:
- subtitle: first_category_subtitle_here
- q: question_1_text_here
a: answer_1_text_here
- q: question_2_text_here
a: answer_2_text_here
Second_category_name_here:
- q: question_1_text_here
a: answer_1_text_here
- q: question_2_text_here
a: Add more using the same format. Subti... |
bb38c28e-3275-46c8-84b5-2a96a3120d79 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/nikita-volkov/hasql-th
changelog-type: ''
hash: a816b4e340051780f0938de23557b4e12e62110fe150d6c27c6f52e1ffafcb6e
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Template Haskell utilities for Hasql
changelog: ''
basic-deps:
hasql: ! '>=0.15 && <0.... | ```yaml
homepage: https://github.com/nikita-volkov/hasql-th
changelog-type: ''
hash: 7edbb94964c377247011dd90a10a59d98a05ab44efe1fa3dca49a224203c7f34
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Template Haskell utilities for Hasql
changelog: ''
basic-deps:
hasql: ! '>=0.15 && <0.... |
e65ac144-1f65-4f9f-89de-c16b1cdaca10 | {
"language": "YAML"
} | ```yaml
homepage: http://github.com/ekmett/monad-st
changelog-type: ''
hash: 0f717529f5b54911182b227b65d7032051ae951708e20aade98d051536f85ca0
test-bench-deps: {}
maintainer: Edward A. Kmett <ekmett@gmail.com>
synopsis: Provides a MonadST class
changelog: ''
basic-deps:
base: ! '>=4 && <5'
transformers: ! '>=0.2 && ... | ```yaml
homepage: http://github.com/ekmett/monad-st
changelog-type: ''
hash: cabbabb81b5f28a460937b1d224741060b63782cfc6d0f819d36860291026b05
test-bench-deps: {}
maintainer: Edward A. Kmett <ekmett@gmail.com>
synopsis: Provides a MonadST class
changelog: ''
basic-deps:
base: '>=4 && <5'
transformers: '>=0.2 && <0.7... |
abcdef77-17ab-4efc-86af-76d6227f4a3a | {
"language": "YAML"
} | ```yaml
name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is of... | ```yaml
name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is of... |
ca176b0e-eb86-4da3-91eb-c6533419e8d8 | {
"language": "YAML"
} | ```yaml
---
# Any step that should happen after the deployment of the overcloud playbook
# This could be validation of installation, etc
- name: Fetch key for SSH to the overcloud
hosts: undercloud
gather_facts: no
become: yes
become_user: "{{ installer.user.name }}"
tasks:
- name: fetch the private key... | ```yaml
---
# Any step that should happen after the deployment of the overcloud playbook
# This could be validation of installation, etc
- name: Fetch key for SSH to the overcloud
hosts: undercloud
gather_facts: no
become: yes
become_user: "{{ installer.user.name }}"
tasks:
- name: fetch the private key... |
6d3135cc-f160-43b1-99fa-8be88f671567 | {
"language": "YAML"
} | ```yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
k8s-app: kubernetes-dashboard
name: kubernetes-dashboard
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
k8s-app: kubernetes-dashboard
template:
metadata:
annotations:
scheduler.alpha.ku... | ```yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
k8s-app: kubernetes-dashboard
name: kubernetes-dashboard
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
k8s-app: kubernetes-dashboard
template:
metadata:
annotations:
scheduler.alpha.ku... |
65e51039-9d4d-4f0f-9288-32f742de76ba | {
"language": "YAML"
} | ```yaml
name: Merge me!
on:
check_suite:
types:
- completed
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- name: Merge me!
uses: ridedott/merge-me-action@v2.8.6
with:
# Depending on branch protection rules, a manually populated
# `G... | ```yaml
name: Merge me!
on:
check_suite:
types:
- completed
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- name: Merge me!
uses: ridedott/merge-me-action@v2.8.7
with:
# Depending on branch protection rules, a manually populated
# `G... |
2cf0e182-8b22-41a9-87e1-850f1ab0b8e2 | {
"language": "YAML"
} | ```yaml
name: Python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upg... | ```yaml
name: Acolint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
... |
d9d377e3-8106-4f61-a46f-961a498e6ef5 | {
"language": "YAML"
} | ```yaml
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more informa... | ```yaml
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more informa... |
94035019-494e-41d3-b105-1462356408bb | {
"language": "YAML"
} | ```yaml
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
workflow... | ```yaml
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
workflow... |
596fe030-0bc5-410d-980b-ad34bc29d8a2 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 9075959b6929e46867c138fb66b3d23ab16c5db3b07ad4181ea1b41eb246d14e
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.8 && <5'
text:... | ```yaml
homepage: ''
changelog-type: ''
hash: 5d6cb4fa04a97c66c0c3e0362c90d393aeef5e12cb1cc130d9dd485fe68351e4
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.11 && <5'
text... |
b666dc0a-9cda-4493-bb19-5f4489e2027d | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 58c52d10aaf4ef240f9668ad1698fdcfddae4b0d65be7240b96972392ac7975d
test-bench-deps: {}
maintainer: ennisbaradine@gmail.com
synopsis: Decompiles Glulx files
changelog: ''
basic-deps:
base: ==4.9.*
array: -any
containers: -any
mtl: -any
all-versions:
- '4.0'
- '4.1'
- '... | ```yaml
homepage: ''
changelog-type: ''
hash: e6c6c819476e2e56728a095d46b01c8ec9efd938ad77b88477c59217da4c7552
test-bench-deps: {}
maintainer: ennisbaradine@gmail.com
synopsis: Decompiles Glulx files
changelog: ''
basic-deps:
base: ==4.9.*
array: -any
containers: -any
mtl: -any
all-versions:
- '4.0'
- '4.1'
- '... |
18f97be6-5d72-4033-ad61-4cd4501cdfea | {
"language": "YAML"
} | ```yaml
{% set name = "dbt-athena-adapter" %}
{% set version = "1.0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dbt-athena-adapter-{{ version }}.tar.gz
sha256: e92c0c3c8ef996345728740d370efd141ca67eabf83b637e5939380e99099c0... | ```yaml
{% set name = "dbt-athena-adapter" %}
{% set version = "1.0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dbt-athena-adapter-{{ version }}.tar.gz
sha256: e92c0c3c8ef996345728740d370efd141ca67eabf83b637e5939380e99099c0... |
2c3b9e97-fc38-46a7-a2ed-3cd29ba7e3fa | {
"language": "YAML"
} | ```yaml
{{- if .Values.keppel.anycast_domain_name }}
kind: Deployment
apiVersion: apps/v1
metadata:
name: keppel-anycast-monitor
spec:
revisionHistoryLimit: 5
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
name: keppel-anycast-monitor
template:
metadata:
labels:
... | ```yaml
{{- if .Values.keppel.anycast_domain_name }}
kind: Deployment
apiVersion: apps/v1
metadata:
name: keppel-anycast-monitor
spec:
revisionHistoryLimit: 5
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
name: keppel-anycast-monitor
template:
metadata:
labels:
... |
e099d438-7641-40e0-b74a-ca42deba2529 | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.2
- 2.3.0
```
Update Travis configuration with sudo/dist | ```yaml
sudo: required
dist: trusty
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3.0
``` |
a01b8712-aff6-4bf8-8037-70bc551686eb | {
"language": "YAML"
} | ```yaml
language: "python"
matrix:
include:
- python: 2.7
dist: trusty
- python: 3.4
dist: trusty
- python: 3.5
dist: trusty
- python: 3.6
dist: trusty
- python: 3.7
dist: xenial
- python: pypy
dist: trusty
install:
- "make reqs"
script:
- "make test"
```
Build with sudo: true... | ```yaml
language: "python"
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
- python: pypy
install:
- "make reqs"
script:
- "make test"
``` |
ce573a95-d912-4609-86a2-548df103134d | {
"language": "YAML"
} | ```yaml
language: android
sudo: required
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-23.0.3
- android-23
- extra-google-m2repository
- extra-android-m2repository
licenses:
- android-sdk-preview-license-.+
- android-sdk-license-.+
- google-gdk-licens... | ```yaml
language: android
sudo: required
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-25.0.0
- android-23
- extra-google-m2repository
- extra-android-m2repository
licenses:
- android-sdk-preview-license-.+
- android-sdk-license-.+
- google-gdk-licens... |
58bdffe6-c369-42fe-b461-7f12f6699ce4 | {
"language": "YAML"
} | ```yaml
sudo: required
dist: trusty
services:
- docker
language: java
jdk:
- openjdk8
- oraclejdk8
git:
submodules: false
before_install:
- scripts/travis-initialize-submodules
- scripts/run-xvfb
install: ./gradlew setupDecompWorkspace
script: DISPLAY=:99 ./gradlew build runMcTester --stacktrace
after_f... | ```yaml
sudo: required
dist: trusty
services:
- docker
language: java
jdk:
- openjdk8
- oraclejdk8
git:
submodules: false
before_install:
- scripts/travis-initialize-submodules
- scripts/run-xvfb
install: ./gradlew setupDecompWorkspace
script: DISPLAY=:99 ./gradlew build runMcTester --stacktrace
after_f... |
f9aa2d1f-abec-4125-b7d8-414e31169757 | {
"language": "YAML"
} | ```yaml
language: python
python:
- 3.4
- 3.5
- 3.7
script: python setup.py test
```
Change Python versions used by Travis. | ```yaml
language: python
python:
- 3.5
- 3.7
- 3.8
script: python setup.py test
``` |
dbe8d299-b86b-4095-9649-24661094eaf8 | {
"language": "YAML"
} | ```yaml
---
- src: ANXS.openssh
version: v1.0.1
- src: https://github.com/quarkslab/postgresql.git
name: ANXS.postgresql
version: master
- src: franklinkim.sudo
version: 1.0.0
- src: franklinkim.ufw
version: 1.3.0
- src: https://github.com/quarkslab/ansible-uwsgi.git
version: master
name: gdamjan.uws... | ```yaml
---
- src: https://github.com/ANXS/openssh.git
version: v1.1.0
name: ANXS.openssh
- src: https://github.com/ANXS/postgresql.git
version: v1.3.0
name: ANXS.postgresql
- src: https://github.com/weareinteractive/ansible-sudo.git
version: 1.5.0
name: franklinkim.sudo
- src: https://github.com/wearei... |
a7928df7-31d8-47b9-8999-e0f748a36494 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "4.0.0"
- "4.1.0"
- "iojs"
- "node"
notifications:
email: false
```
Add more NodeJS versions to Travis Matrix | ```yaml
language: node_js
node_js:
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "5.1"
- "5.2"
- "iojs"
- "node"
notifications:
email: false
``` |
9e31d808-1226-4ea3-a07b-5b1c1e750659 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.6
- 7.0
- 7.1
sudo: false
before_install:
- composer self-update
- composer clear-cache
install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
script:
- ./vendor/bin/phpunit --coverage-clover=c... | ```yaml
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
sudo: false
before_install:
- composer self-update
- composer clear-cache
install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
script:
- ./vendor/bin/phpunit --c... |
f0cc92ba-7293-44db-94f8-f3f32ac0eccf | {
"language": "YAML"
} | ```yaml
language: java
matrix:
include:
- jdk: openjdk7
- jdk: oraclejdk8
- jdk: openjdk11
- jdk: oraclejdk11
env: COVERALLS=true
after_success:
- test -z $COVERALLS || mvn clean test jacoco:report coveralls:report
```
Remove oraclejdk8 and openjdk7 from Travis build | ```yaml
language: java
matrix:
include:
- jdk: openjdk8
- jdk: openjdk11
- jdk: oraclejdk11
env: COVERALLS=true
after_success:
- test -z $COVERALLS || mvn clean test jacoco:report coveralls:report
``` |
42dfe5df-5d9b-4dbf-90af-8a2ddc91dd63 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4snapshot
before_install:
- composer self-update
- composer clear-cache
install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
script:
- ./vendor/bin/phpunit ... | ```yaml
language: php
matrix:
include:
- php: 5.6
dist: xenial
- php: 7.0
dist: xenial
- php: 7.1
dist: bionic
- php: 7.2
dist: bionic
- php: 7.3
dist: bionic
- php: 7.4
dist: bionic
before_install:
- composer self-update
- composer clear-cache
instal... |
1a22cb1e-85d3-4c16-9bb6-384ce3976345 | {
"language": "YAML"
} | ```yaml
sudo: false
language: python
python:
- 3.6.2
script:
- nosetests --with-coverage tests/
after_success:
- codeclimate-test-reporter
- coveralls
```
Update how tests are executed | ```yaml
sudo: false
language: python
python:
- 3.6.2
script:
- nosetests --with-coverage
after_success:
- codeclimate-test-reporter
- coveralls
``` |
052edce7-87c7-408d-aa54-8c8c4ad897b8 | {
"language": "YAML"
} | ```yaml
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO=1.7
- DJANGO=1.8
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install coverage
- pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose
- python setup.py install
script:
- python ru... | ```yaml
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO=1.7
- DJANGO=1.8
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install coverage
- pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose
- pip install -q -e . --use-mirrors
script:
-... |
29f6f2bb-f317-424d-aebd-fa43f43dd998 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
sudo: required
install:
- git clone https://github.com/jacekkow/uphpCAS-tests tests
- ./tests/install.sh
script:
- ./tests/script.sh
```
Update PHP versions to ones supported by Travis CI | ```yaml
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly
sudo: required
install:
- git clone https://github.com/jacekkow/uphpCAS-tests tests
- sudo ./tests/install_root.sh
- ./tests/install.sh
script:
- ./tests/script.sh
``` |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.