doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
6f08c212-b67d-4bba-83e9-abbdeeefd4a5 | {
"language": "YAML"
} | ```yaml
language: cpp
compiler:
- gcc
before_install:
before_script:
- mkdir build && cd build && cmake ../src
script: make
branches:
- except:
- feature/mpi
notifications:
recipients:
- info@projectchrono.org
email:
on_success: change
on_failure: always
irc:
channels:
- chat.freenode.net#pro... | ```yaml
language: cpp
compiler:
- gcc
- clang
before_install:
before_script:
- mkdir build && cd build && cmake ../src
script: make
branches:
- except:
- feature/mpi
notifications:
recipients:
- info@projectchrono.org
email:
on_success: change
on_failure: always
irc:
channels:
- chat.freenode... |
d0b173d3-e940-435a-869d-9b4bbc10b439 | {
"language": "YAML"
} | ```yaml
before_install:
- sudo apt-get install libicu-dev
# Workaround for a permissions issue with Travis virtual machine images
# that breaks Python's multiprocessing:
# https://github.com/travis-ci/travis-cookbooks/issues/155
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
before_script:
- npm in... | ```yaml
before_install:
- sudo apt-get install libicu-dev
- npm i -g npm
# Workaround for a permissions issue with Travis virtual machine images
# that breaks Python's multiprocessing:
# https://github.com/travis-ci/travis-cookbooks/issues/155
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
before_s... |
9464005b-8a0e-4746-972f-700101b189c5 | {
"language": "YAML"
} | ```yaml
language: python
matrix:
fast_finish: true
include:
- sudo: false
script:
- ./mach test-tidy --no-progress --all
- ./mach test-tidy --no-progress --self-test
- bash etc/ci/check_no_panic.sh
- bash etc/ci/lockfile_changed.sh
- bash etc/ci/manifest_chang... | ```yaml
language: python
matrix:
fast_finish: true
include:
- sudo: false
script:
- ./mach test-tidy --no-progress --all
- ./mach test-tidy --no-progress --self-test
- bash etc/ci/check_no_panic.sh
- bash etc/ci/manifest_changed.sh
cache: false
- sudo: 9000
... |
ad89b278-a617-4330-8124-5fe9bc0780b8 | {
"language": "YAML"
} | ```yaml
---
# This is an example of the kinds of things that you can configure via hiera.
# If you've left the defaults in `/hiera.yml`, you might want to copy this file
# to `hiera/common.yaml`, or feel free to start with a blank slate!
# Have a gander at some of these examples to get an idea of some of the things
# ... | ```yaml
---
# This is an example of the kinds of things that you can configure via hiera.
# If you've left the defaults in `/hiera.yml`, you might want to copy this file
# to `hiera/common.yaml`, or feel free to start with a blank slate!
# Have a gander at some of these examples to get an idea of some of the things
# ... |
c3226faa-ea75-46bf-8ff0-2dda6ba060bb | {
"language": "YAML"
} | ```yaml
# See https://github.com/ridedott/merge-me-action/
# This workflow automates merges from patches sent by Dependabot, and
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:... | ```yaml
# See https://github.com/ridedott/merge-me-action/
# This workflow automates merges from patches sent by Dependabot, and
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:... |
59c476b3-8ccd-4abc-852d-46e03f955f62 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/DDCSF/inchworm
changelog-type: ''
hash: e75e7f74e7e746b65c1a3cd1795f18b0cd82c28fd787505230468202eb7a5a8b
test-bench-deps: {}
maintainer: Ben Lippmeier <benl@ouroborus.net>
synopsis: Inchworm Lexer Framework
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.12'
all-versions:
- '1.0.0.... | ```yaml
homepage: https://github.com/discus-lang/inchworm
changelog-type: ''
hash: e7831fd8d30020a1d80e6af147e5837d83f015608959245dcc107de3a1d31ae5
test-bench-deps: {}
maintainer: Ben Lippmeier <benl@ouroborus.net>
synopsis: Inchworm Lexer Framework
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.13'
all-versions:
- '... |
4ab4f305-97c2-4660-b416-4b153e7ab6c0 | {
"language": "YAML"
} | ```yaml
homepage: https://gitlab.com/LukaHorvat/overload
changelog-type: ''
hash: 1223bf8f6ace207b1300ce11c2163a1a27d88892fff5ce5fba0593177df84116
test-bench-deps: {}
maintainer: luka.horvat9@gmail.com
synopsis: Finite overloading
changelog: ''
basic-deps:
simple-effects: ! '>=0.9.0.0'
base: ! '>=4.7 && <5'
th-ex... | ```yaml
homepage: https://gitlab.com/LukaHorvat/overload
changelog-type: ''
hash: f04262847df875a1fa32fd30ddbdb4652c1332d0050c7d7f65ad8fbdd494607b
test-bench-deps: {}
maintainer: luka.horvat9@gmail.com
synopsis: Finite overloading
changelog: ''
basic-deps:
simple-effects: ! '>=0.10.0.0'
base: ! '>=4.7 && <5'
th-e... |
f35e690e-2fe1-48bd-b8d8-cb86fd778c55 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/fumieval/xml-lens
changelog-type: ''
hash: 1a0768a259fb0aeaaecc092c6a9777c4d498d2695b0385a0e620e47f362773b9
test-bench-deps: {}
maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com>
synopsis: Lenses, traversals, and prisms for xml-conduit
changelog: ''
basic-deps:
case-insensitive: ... | ```yaml
homepage: https://github.com/fumieval/xml-lens
changelog-type: ''
hash: d4d616f9f8e9f5213d64f1557c2f876905fe57e4a5c11d09d6aebf6764500bde
test-bench-deps: {}
maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com>
synopsis: Lenses, traversals, and prisms for xml-conduit
changelog: ''
basic-deps:
case-insensitive: ... |
33e21df8-f658-40ae-87a0-b506a62655eb | {
"language": "YAML"
} | ```yaml
package:
name: perses-dev
version: !!str 0.0.0
source:
path: ../../
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- numpy
- scipy
- numexpr
- autograd
- pymbar
- cuda92
- openmm >=7.3.0
- parmed
- openmoltools
- ... | ```yaml
package:
name: perses-dev
version: !!str 0.0.0
source:
path: ../../
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- numpy
- scipy
- numexpr
- autograd
- pymbar
- cuda92
- openmm >=7.3.0
- parmed
- openmoltools
- ... |
93240b8f-0a4e-4dbf-b98e-0166aaa31cc0 | {
"language": "YAML"
} | ```yaml
package:
name: foyer
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ../../
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}}
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
run:
- python
- parmed
- mb... | ```yaml
package:
name: foyer
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ../../
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}}
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
run:
- python
- parmed
- mb... |
4e2c35aa-9a5a-4547-8613-3c0d94ca3206 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: bda213f4c9208fc52a901fe5fe53775fef7226303ecf5415b5a2eb4e2da188af
test-bench-deps: {}
maintainer: diagrams-discuss@googlegroups.com
synopsis: A type for points, as distinct from vectors.
changelog: ''
basic-deps:
base: ! '>=4.0 && <4.12'
vector-space: ! '>=0.7 && <0.14'
... | ```yaml
homepage: ''
changelog-type: ''
hash: 6471087866bfeea638f8946c87d5ab547b4b4e872519a8b749069c8f866e0489
test-bench-deps: {}
maintainer: diagrams-discuss@googlegroups.com
synopsis: A type for points, as distinct from vectors.
changelog: ''
basic-deps:
base: ! '>=4.0 && <4.13'
vector-space: ! '>=0.7 && <0.17'
... |
3acad812-7f84-46c9-99e0-442ae2b57983 | {
"language": "YAML"
} | ```yaml
services:
- hash: 9ca1c17c54b0e19eaa6fdde179ecfc07a3bc0be5
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
```
Update to latest Tenant service | ```yaml
services:
- hash: 055e6e92ff73e33a3966fb8139568d3a5cbeee79
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
``` |
d1501c7e-fb43-4ca6-b997-34282d70a50d | {
"language": "YAML"
} | ```yaml
services:
- hash: fa67d9d5aca1ef2fc51006f662c1e6eab9a32805
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
```
Update tenants version to 1.0.189 | ```yaml
services:
- hash: ba8187d26493e57ad8d3894d82e7b2239bd40aff
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
``` |
fd20657b-2d9a-4e2a-b602-fd361f551e10 | {
"language": "YAML"
} | ```yaml
steps:
- label: ":shell: Tests"
plugins:
docker-compose#v3.8.0:
run: tests
- label: ":sparkles: Lint"
plugins:
plugin-linter#v3.0.0:
id: ecr
- label: ":shell: Shellcheck"
plugins:
shellcheck#v1.2.0:
files: hooks/**
skip: "Shellcheck doesn't pass ... | ```yaml
steps:
- label: ":shell: Tests"
plugins:
docker-compose#v3.10.0:
run: tests
- label: ":sparkles: Lint"
plugins:
plugin-linter#v3.0.0:
id: ecr
- label: ":shell: Shellcheck"
plugins:
shellcheck#v1.2.0:
files: hooks/**
skip: "Shellcheck doesn't pass... |
f93de6f8-d5d2-45e2-9cb5-02b90b4d91fb | {
"language": "YAML"
} | ```yaml
repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.6.4
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 20.8b1
hooks:
- id: black
language_version: python3.7
```
Fix pre-commit black repo URL | ```yaml
repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.6.4
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3.7
``` |
1b5c1dcf-9cf4-41d0-9038-ad06a032bee5 | {
"language": "YAML"
} | ```yaml
---
title: Hup Mattermost after a version upgrade
merge_request:
author:
type: fixed
```
Add MR to changelog entry | ```yaml
---
title: Hup Mattermost after a version upgrade
merge_request: 3340
author:
type: fixed
``` |
640142d7-f19c-42be-b573-3e23cccb28b4 | {
"language": "YAML"
} | ```yaml
language: node_js
matrix:
include:
- node_js: '0.10'
- node_js: '0.12'
- node_js: iojs
- node_js: 4
- node_js: 5
- node_js: 6
- node_js: node
env: COVERALLS=1
```
Disable Coveralls until we have tests | ```yaml
language: node_js
matrix:
include:
- node_js: '0.10'
- node_js: '0.12'
- node_js: iojs
- node_js: 4
- node_js: 5
- node_js: 6
- node_js: node
``` |
9b0a3dee-0a9d-4b78-ad3b-157c19e36bbd | {
"language": "YAML"
} | ```yaml
---
- name: Install Network-Manager
apt: name=network-manager state=latest
- name: Create entry to clone/pull git repository
template: src=nm-dispatcher.j2 dest=/etc/NetworkManager/dispatcher.d/ansiblePullUpdate
owner=root group=root mode=0755
- name: Force ethernet interface to run at 100Mbits
cop... | ```yaml
---
- name: Install Network-Manager
apt: name=network-manager state=latest
- name: Create entry to clone/pull git repository
template: src=nm-dispatcher.j2 dest=/etc/NetworkManager/dispatcher.d/ansiblePullUpdate
owner=root group=root mode=0755
- name: Force ethernet interface to run at 100Mbits
cop... |
d9920722-6a80-4636-8fee-849382ac616d | {
"language": "YAML"
} | ```yaml
development:
adapter: mysql2
encoding: utf8
reconnect: false
database: altria_development
pool: 5
username: root
password:
host: localhost
test:
adapter: mysql2
encoding: utf8
reconnect: false
database: altria_test
pool: 5
username: root
password:
host: localhost
production:
... | ```yaml
development:
adapter: mysql2
encoding: utf8
reconnect: false
database: altria_development
pool: 20
username: root
password:
host: localhost
test:
adapter: mysql2
encoding: utf8
reconnect: false
database: altria_test
pool: 5
username: root
password:
host: localhost
production:
... |
98aa5d2a-b029-4a08-9838-fe6f4a857dde | {
"language": "YAML"
} | ```yaml
name: Java
on:
push:
paths-ignore:
- '.github/workflows/python.yml'
- 'applications/generate/**'
pull_request:
paths-ignore:
- '.github/workflows/python.yml'
- 'applications/generate/**'
jobs:
java:
name: ${{ matrix.java-version }}
runs-on: ubuntu-latest
strat... | ```yaml
name: Java
on:
push:
paths-ignore:
- '.github/workflows/python.yml'
- 'applications/generate/**'
pull_request:
paths-ignore:
- '.github/workflows/python.yml'
- 'applications/generate/**'
jobs:
java:
name: ${{ matrix.java-version }}
runs-on: ubuntu-latest
strat... |
3e95817f-f06b-4624-b69b-9015634a0493 | {
"language": "YAML"
} | ```yaml
---
platform: linux
image_resource:
type: docker-image
source:
repository: cfcli/cli-package
inputs:
- name: cli
- name: edge-linux-binary-64
outputs:
- name: linux-binary-64
run:
path: bash
args:
- -c
- |
set -ex
VERSION=$(cat cli/BUILD_VERSION_V7)
mv edge-linux-binary-64/cf7-... | ```yaml
---
platform: linux
image_resource:
type: docker-image
source:
repository: cfcli/cli-package
inputs:
- name: cli
- name: edge-linux-binary-64
outputs:
- name: linux-binary-64
run:
path: bash
args:
- -c
- |
set -ex
VERSION=$(cat cli/BUILD_VERSION_V7)
mkdir linux-binary-64/v${VER... |
877ffd85-bb98-4e4b-8f82-4c861e289475 | {
"language": "YAML"
} | ```yaml
# Action was shamelessly copied from here: https://stackoverflow.com/a/64311970
name: github pages
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
... | ```yaml
# Action was shamelessly copied from here: https://stackoverflow.com/a/64311970
name: github pages
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
... |
b381f4ae-18e9-42dc-8bfa-bffaf07ec0b1 | {
"language": "YAML"
} | ```yaml
name: CI
on:
push:
branches:
- master
tags:
- v0.*
pull_request:
branches:
- master
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build containers and run tests
run: docker-compose -f docker-com... | ```yaml
name: CI
on:
push:
branches:
- master
tags:
- v0.*
pull_request:
branches:
- master
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build containers and run tests
run: docker-compose -f docker-com... |
542223d0-163d-4a99-b3ed-91387cc2b7fa | {
"language": "YAML"
} | ```yaml
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run xcodebuild with tests
run: xcodebuild test -scheme OmiseSDKTests -destination 'platform=iOS Simulator,name=iPhone 11,OS... | ```yaml
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run xcodebuild with tests
run: xcodebuild test -scheme OmiseSDKTests -destination 'platform=iOS Simulator,name=iPhone 11,OS... |
3151d893-0a92-4634-b36b-2b3190ff9320 | {
"language": "YAML"
} | ```yaml
---
name: CI
on: [push]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [8, 11, 13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Set up JDK
... | ```yaml
---
name: CI
on: [push]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [8, 11, 13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Set up JDK
... |
dd0b0e71-9cc9-4f59-bb7f-a5825982e74d | {
"language": "YAML"
} | ```yaml
name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install dependencies
run... | ```yaml
name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install dependencies
run... |
ebcd3e7e-cd18-42c7-8cc0-0c9cf18ff34d | {
"language": "YAML"
} | ```yaml
name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 6 * * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
rub... | ```yaml
name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 6 * * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
rub... |
531eaf57-356b-4bf0-be23-2f78041b5ff4 | {
"language": "YAML"
} | ```yaml
name: Tests
on: [push]
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
php-versions: ['7.1', '7.2', '7.3', '7.4']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system ... | ```yaml
name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4']
name: PHP ${{ matrix.php-versions }} Test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-ph... |
24058c83-90a3-4c08-b58b-9faa1eb253f6 | {
"language": "YAML"
} | ```yaml
name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Test Rails
run: |
docker-compose build
docker-compose run -e RAILS_ENV=test web bash -c "bundle exec rake db:migrate && bundle exec rspec"
```
Add GitHub Actions t... | ```yaml
name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Test Rails
run: |
docker-compose build
docker-compose run -e RAILS_ENV=test web bash -c "bundle exec rake db:migrate && bundle exec rspec"
``` |
332d371c-6f0f-4221-ae82-9b7bf558d177 | {
"language": "YAML"
} | ```yaml
# Pozor, nové meetupy se přidávají na konec souboru
- name: Hadí workshop
materials: https://naucse.python.cz/2018/snake-hradec/
date: 2018-03-25
time: 8:00 – 18:00
place:
name: Hradec Králové
```
Add some more info for the workshop in Hradec | ```yaml
# Pozor, nové meetupy se přidávají na konec souboru
- name: Hadí workshop v Hradci
materials: https://naucse.python.cz/2018/snake-hradec/
date: 2018-03-25
time: 8:00 – 18:00
place:
name: Gymnázium Boženy Němcové
address: Pospíšilova 324, Hradec Králové
latitude: '50.2123086'
longitude:... |
d3df6601-3da8-4a67-a268-f5aa6fee7f3b | {
"language": "YAML"
} | ```yaml
box: wercker/default
deploy:
steps:
- joshuamckenty/cloud-foundry-deploy
```
Use the magic env step. | ```yaml
box: joshuamckenty/cloud-foundry-box
deploy:
steps:
- joshuamckenty/cloud-foundry-env:
appname: somegood
keyname: ORCHESTRATE_KEY
- joshuamckenty/cloud-foundry-deploy
``` |
3c1573fe-a105-4443-91a9-5f355a160c0e | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: ff5cacf7edc01d97eba1b28a70c259c60df751f34cc57340e0e1a952e626272a
test-bench-deps:
symantic-document: -any
base: ! '>=4.6 && <5'
text: ! '>=1.2'
containers: ! '>=0.5'
tasty-hunit: ! '>=0.9'
transformers: ! '>=0.5'
tasty: ! '>=0.11'
maintainer: Julien Moutinho <... | ```yaml
homepage: ''
changelog-type: ''
hash: 630aa4368bf53b845fe1c6a7f516174f8d4c0ebb73f2041d285af2659358693c
test-bench-deps:
symantic-document: -any
base: ! '>=4.6 && <5'
text: ! '>=1.2'
containers: ! '>=0.5'
tasty-hunit: ! '>=0.9'
transformers: ! '>=0.5'
tasty: ! '>=0.11'
maintainer: Julien Moutinho <... |
06a10f13-d5a3-4f6b-965a-11586e3eda14 | {
"language": "YAML"
} | ```yaml
require:
- rubocop-performance
- rubocop-rails
- rubocop-rspec
AllCops:
TargetRailsVersion: 5.2
TargetRubyVersion: 2.6
Exclude:
- 'bin/*'
- 'db/**/*'
- 'node_modules/**/*'
- 'vendor/bundle/**/*'
Layout/AlignHash:
EnforcedColonStyle: table
EnforcedHashRocketStyle: table
Metrics... | ```yaml
require:
- rubocop-performance
- rubocop-rails
- rubocop-rspec
AllCops:
TargetRailsVersion: 5.2
TargetRubyVersion: 2.6
Exclude:
- 'bin/*'
- 'db/**/*'
- 'log/**/*'
- 'node_modules/**/*'
- 'tmp/**/*'
- 'vendor/bundle/**/*'
Layout/AlignHash:
EnforcedColonStyle: table
Enfor... |
bd124696-d3a2-4f53-9d09-2294a4a5d43d | {
"language": "YAML"
} | ```yaml
# Values formatted like "_env:ENV_VAR_NAME:default_value" can be overridden by the specified environment variable.
# See https://github.com/yesodweb/yesod/wiki/Configuration#overriding-configuration-values-with-environment-variables
static-dir: "_env:STATIC_DIR:static"
host: "_env:HOST:*4" # any ... | ```yaml
# Values formatted like "_env:ENV_VAR_NAME:default_value" can be overridden by the specified environment variable.
# See https://github.com/yesodweb/yesod/wiki/Configuration#overriding-configuration-values-with-environment-variables
static-dir: "_env:STATIC_DIR:static"
host: "_env:HOST:*4" # any ... |
31bf73fa-a95f-4eab-b929-379219615cde | {
"language": "YAML"
} | ```yaml
# Global variables
cluster_name: martell
cluster_env: PROD
cluster_prefix: datsci-exo
cluster_init_nb_nodes: 3
cluster_ssh_key: datsci-exo-kp
cluster_security_group_name: datsci-exo-sg-martell
# Cluster access
cluster_ssh_group_names: [datsci-exo-sg-castleblack,datsci-exo-sg-martell,default]
cluster_service_gro... | ```yaml
# Global variables
cluster_name: martell
cluster_env: PROD
cluster_prefix: datsci-exo
cluster_init_nb_nodes: 3
cluster_ssh_key: datsci-exo-kp
cluster_security_group_name: datsci-exo-sg-martell
# Cluster access
cluster_ssh_group_names: [datsci-exo-sg-castleblack,datsci-exo-sg-martell,default]
cluster_service_gro... |
294c0133-77e2-4e3b-ae5e-fa5a387e9d9d | {
"language": "YAML"
} | ```yaml
package:
name: boltons
version: {{ environ.get('GIT_DESCRIBE_TAG', 'GIT_STUB') }}.post{{ environ.get('GIT_DESCRIBE_NUMBER', 'inf') }}
source:
git_url: https://github.com/mahmoud/boltons.git
git_rev: master
build:
number: 0
# Note that this will override the default build string with the Python
... | ```yaml
package:
name: boltons
version: {{ environ.get('GIT_DESCRIBE_TAG', 'GIT_STUB') }}.post{{ environ.get('GIT_DESCRIBE_NUMBER', 'inf') }}
source:
git_url: https://github.com/mahmoud/boltons.git
git_rev: master
build:
number: 1
string: {{ environ.get('GIT_BUILD_STR', '') }}_py{{ py }}
requirements:
... |
0d7ea280-3194-44af-b9b7-f48b848b071f | {
"language": "YAML"
} | ```yaml
{% set version = "5.0.0" %}
package:
name: edffile
version: {{ version }}
source:
path: src
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
- numpy
run:
... | ```yaml
{% set version = "5.0.0" %}
package:
name: edffile
version: {{ version }}
source:
path: src
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
- numpy
run:
... |
8a34fa34-2203-49c5-a7b1-f4f34820d95c | {
"language": "YAML"
} | ```yaml
{% set version = "2.0.2" %}
package:
name: nibabel
version: {{ version }}
source:
fn: nibabel-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/n/nibabel/nibabel-{{ version }}.tar.gz
md5: fa89163149e35f52e237b2cb56b1c606
build:
number: 0
script: python setup.py install
requ... | ```yaml
{% set version = "2.0.2" %}
package:
name: nibabel
version: {{ version }}
source:
fn: nibabel-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/n/nibabel/nibabel-{{ version }}.tar.gz
md5: fa89163149e35f52e237b2cb56b1c606
build:
number: 0
script: python setup.py install
requ... |
127aa155-824e-40e9-b969-b39d4faff74d | {
"language": "YAML"
} | ```yaml
# For new pull requests against the goog_module branch, adds the 'type: cleanup'
# label and sets the milestone to q3 2021 release.
name: Tag module cleanup
# Trigger on pull requests against goog_module branch only
# Uses pull_request_target to get write permissions so that it can write labels.
on:
pull_re... | ```yaml
# For new pull requests against the goog_module branch, adds the 'type: cleanup'
# label and sets the milestone to q3 2021 release.
name: Tag module cleanup
# Trigger on pull requests against goog_module branch only
# Uses pull_request_target to get write permissions so that it can write labels.
on:
pull_r... |
0c071157-de82-455e-b277-dd50fbe3165d | {
"language": "YAML"
} | ```yaml
HOSTS:
debian-73-x64:
roles:
- master
platform: debian-7-amd64
box: debian-73-x64-virtualbox-nocm
box_url: http://puppet-vagrant-boxes.puppetlabs.com/debian-73-x64-virtualbox-nocm.box
hypervisor: vagrant
CONFIG:
log_level: info
trace_limit: 100
type: git
```
Use Vagrant box f... | ```yaml
HOSTS:
debian-76-64:
roles:
- master
platform: debian-7-amd64
hypervisor: vagrant
box: puppetlabs/debian-7.6-64-puppet
box_url: https://vagrantcloud.com/puppetlabs/boxes/debian-7.6-64-puppet
CONFIG:
log_level: info
trace_limit: 100
type: git
``` |
352f1eea-86ab-465e-86b8-f36cecdbc0aa | {
"language": "YAML"
} | ```yaml
image: debian:jessie
stages:
- build
build-debian-files:
stage: build
script:
- KOHAENV=patched make rebuild logs-f-nocolor delete
```
Use docker:git image instead in CI | ```yaml
image: docker:git
stages:
- build
build-debian-files:
stage: build
script:
- KOHAENV=patched make rebuild logs-f-nocolor delete
``` |
889732fa-f55d-4457-86c8-735444b73d1f | {
"language": "YAML"
} | ```yaml
image: ruby:2.3.0
variables:
SSH_AUTH_SOCK: "/ssh-agent"
before_script:
- mkdir -p /root/.ssh && ssh-keyscan -H codevault.io > /root/.ssh/known_hosts 2>/dev/null
- bundle config jobs 8
- bundle install --path=/tmp/bundler --quiet
- echo "de_DE UTF-8" > /etc/locale.gen
- locale-gen de_DE.UTF-8
- ... | ```yaml
image: ruby:2.3.0
variables:
SSH_AUTH_SOCK: "/ssh-agent"
before_script:
- mkdir -p /root/.ssh && ssh-keyscan -H codevault.io > /root/.ssh/known_hosts 2>/dev/null
- bundle config jobs 8
- bundle install --path=/tmp/bundler --quiet
rspec:
script:
- bundle exec rspec
rubocop:
script:
- bund... |
1b60c8e0-7400-49bb-9c2e-255bb91d3e26 | {
"language": "YAML"
} | ```yaml
image: gitlab.fit.cvut.cz:5000/ict/alpine-docker-images/base:3.7
cache:
key: "$CI_COMMIT_REF_SLUG" # per-branch cache
paths:
- .cache/
before_script:
- apk add build-base git postgresql-dev ruby ruby-dev ruby-bigdecimal ruby-json ruby-bundler tzdata
- bundle install --path .cache/bundler --withou... | ```yaml
image: gitlab.fit.cvut.cz:5000/ict/alpine-docker-images/base:3.7
cache:
key: "$CI_COMMIT_REF_SLUG" # per-branch cache
paths:
- .cache/
before_script:
- apk add build-base git postgresql-dev ruby ruby-dev ruby-bigdecimal ruby-json ruby-bundler tzdata
- bundle install --path .cache/bundler --withou... |
df48250e-9e54-41f4-8cef-e9d7744ab06c | {
"language": "YAML"
} | ```yaml
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
strategy:
matrix:
run-config:
- { scheme: 'NetNewsWire', destination: 'platform=macOS'}
- { scheme: 'NetNewsWire-iOS', destination: 'platform=iOS Simulator,OS=13.0,name=iPhone 11' }
step... | ```yaml
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
strategy:
matrix:
run-config:
- { scheme: 'NetNewsWire', destination: 'platform=macOS'}
- { scheme: 'NetNewsWire-iOS', destination: 'platform=iOS Simulator,OS=13.0,name=iPhone 11' }
step... |
45df3c07-5c0b-4ab8-bfff-3874f31700c4 | {
"language": "YAML"
} | ```yaml
name: Build
on:
# Build on new commits or pull requests.
push:
pull_request:
schedule:
# Run every week just to make sure the CI environment still works.
- cron: '0 0 * * 0'
jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Apt De... | ```yaml
name: Build
on:
# Build on new commits or pull requests.
push:
pull_request:
schedule:
# Run every week just to make sure the CI environment still works.
- cron: '0 0 * * 0'
jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Apt De... |
58284fb5-db61-40ee-9958-e58abd48fdfb | {
"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: Linux Tests
on:
push:
branches:
- main
- maintenance/**
pu... | ```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: Linux Tests
on:
push:
branches:
- main
- maintenance/**
pu... |
fd04caa1-65f1-485b-98f8-0ec29791641d | {
"language": "YAML"
} | ```yaml
name: tests
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: Update pip
run: |
python -m pip install --upgrade pip
- name: In... | ```yaml
name: tests
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: Update pip
run: |
python -m pip install --upgrade pip
- name: In... |
267fe0ef-5821-4e2c-b5b8-6fa434a479b6 | {
"language": "YAML"
} | ```yaml
name: tests
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
... | ```yaml
name: tests
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
... |
00e8cc2b-ecbd-44f9-ba7f-1eb2f2ceca91 | {
"language": "YAML"
} | ```yaml
name: Tests
on: [push, pull_request, workflow_dispatch]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
s... | ```yaml
name: Tests
on: [push, pull_request, workflow_dispatch]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
s... |
a3fed81a-d2fb-4e77-adae-2fd5408ede9b | {
"language": "YAML"
} | ```yaml
name: Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
tests:
name: "PHP ${{ matrix.php }}"
runs-on: ubuntu-latest
strategy:
matrix:
php:
- "7.2"
- "7.3"
- "7.4"
- "8... | ```yaml
name: Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
tests:
name: "PHP ${{ matrix.php }}"
runs-on: ubuntu-latest
strategy:
matrix:
php:
- "7.2"
- "7.3"
- "7.4"
- "8... |
6d987f3e-fc5b-4bc3-bec4-7eb668a50fa2 | {
"language": "YAML"
} | ```yaml
name: Automatic tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Using Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Get yarn cache directory path
id: yarn-... | ```yaml
name: Automatic tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Using Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Get yarn cache directory path
id: yarn-... |
0fd1507f-818c-40dd-9ed9-2975813a0513 | {
"language": "YAML"
} | ```yaml
name: tests
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0]
stability: [prefer-lowest, prefer-stable]
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
... | ```yaml
name: tests
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0]
stability: [prefer-lowest, prefer-stable]
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
... |
5a89f940-813c-40cc-92a8-240e2b752a8a | {
"language": "YAML"
} | ```yaml
---
- name: create heat user
user: name=heat comment=heat shell=/bin/false system=yes home=/nonexistent createhome=no
- name: get heat source repo
git: |
repo={{ openstack.git_mirror }}/heat.git
dest=/opt/stack/heat
version={{ heat.rev }}
update={{ openstack.git_update }}
notify:
- pi... | ```yaml
---
- name: create heat user
user: name=heat comment=heat shell=/bin/false system=yes home=/nonexistent
createhome=no
- name: get heat source repo
git: repo={{ openstack.git_mirror }}/heat.git
dest=/opt/stack/heat
version={{ heat.rev }}
update={{ openstack.git_update }}
notif... |
36a12dd3-60be-4efd-803f-5392ff77731e | {
"language": "YAML"
} | ```yaml
---
- name: Ensure ruby and YUI are installed
apt:
pkg: "{{item}}"
state: latest
with_items:
- ruby
- yui-compressor
- name: Ensure SASS / COMPASS / LESS are here
sudo: yes
gem:
name: "{{item}}"
state: latest
with_items:
- sass
- compass
- less
```
Add ruby-dev for inst... | ```yaml
---
- name: Ensure ruby and YUI are installed
apt:
pkg: "{{item}}"
state: latest
with_items:
- ruby
- ruby-dev
- yui-compressor
- name: Ensure SASS / COMPASS / LESS are here
sudo: yes
gem:
name: "{{item}}"
state: latest
user_install: yes
with_items:
- sass
- compass
... |
12ec8f21-89ce-4fe5-804a-fa3af2037c1d | {
"language": "YAML"
} | ```yaml
steps:
- name: ":node:"
command: npm test
plugins:
- docker-compose#v2.6.0:
run: app
```
Update buildkite plugin docker-compose to v3 | ```yaml
steps:
- name: ":node:"
command: npm test
plugins:
- docker-compose#v3.0.0:
run: app
``` |
0c689e9c-64d8-40f3-8579-3b839b6c3b88 | {
"language": "YAML"
} | ```yaml
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.20.3
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace... | ```yaml
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.20.3
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace... |
a61890ff-8e8e-4d51-a88b-09318fd4be39 | {
"language": "YAML"
} | ```yaml
---
repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
hooks:
- id: yamllint
```
Update pre-commit repos and add several new hooks | ```yaml
---
exclude: ^custom_components/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/... |
a2f1266d-4950-49d2-b818-9bd2ec99f327 | {
"language": "YAML"
} | ```yaml
version: '2'
services:
redis:
image: 'redis'
networks:
- cowbull_network
restart: always
cowbull_v5:
image: 'dsanderscan/cowbull_v5'
depends_on:
- redis
ports:
- 5000:5000
environment:
- LOGGING_LEVEL=10
- REDIS_HOST=redis
volumes:
- /home... | ```yaml
version: '2'
services:
redis:
image: 'redis'
networks:
- cowbull_network
restart: always
cowbull_svc:
image: 'dsanderscan/cowbull'
depends_on:
- redis
ports:
- 5000:5000
environment:
- LOGGING_LEVEL=10
- REDIS_HOST=redis
volumes:
- /home/d... |
4d0c72dc-cd5d-45b3-a8a3-125fbedb4333 | {
"language": "YAML"
} | ```yaml
# Default values for cla-public in a production environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
pullPolicy: IfNotPresent
environment: production
backend_base_uri: https://fox.civillegaladvice.service.gov.uk
laalaa_api_host: https://laa-legal-adviser... | ```yaml
# Default values for cla-public in a production environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
pullPolicy: IfNotPresent
environment: production
backend_base_uri: https://fox.civillegaladvice.service.gov.uk
laalaa_api_host: https://laa-legal-adviser... |
4cc9736d-aa53-497f-947a-9ab0018fb93a | {
"language": "YAML"
} | ```yaml
---
- name: install zookeeper server pkgs
apt: name={{ item }}={{ version['zookeeper'] }} state=present force=yes update_cache=yes
with_items:
- zookeeper-server
tags:
- cdh5-zookeeper
- cdh5-zookeeperserver
- name: create zookeeper_datadir
file: path={{ zookeeper_datadir }} state=directory owner... | ```yaml
---
- name: install zookeeper server pkgs
apt: name={{ item }}={{ version['zookeeper'] }} state=present force=yes
with_items:
- zookeeper-server
tags:
- cdh5-zookeeper
- cdh5-zookeeperserver
- name: create zookeeper_datadir
file: path={{ zookeeper_datadir }} state=directory owner=zookeeper group=... |
10e263cf-c8b6-4750-a00b-66e211987516 | {
"language": "YAML"
} | ```yaml
---
google/cadvisor:
- trigger
kubernetes/charts:
- trigger
kubernetes/heapster:
- trigger
kubernetes/kubernetes:
- trigger
kubernetes/test-infra:
- lgtm
- trigger
```
Enable the LGTM plugin on k/k and k/contrib. | ```yaml
# Plugin repository whitelist.
# Keys: Full repo name: "org/repo".
# Values: List of plugins to run against the repo.
---
google/cadvisor:
- trigger
kubernetes/charts:
- trigger
kubernetes/contrib:
- lgtm
kubernetes/heapster:
- trigger
kubernetes/kubernetes:
- lgtm
- trigger
kubernetes/test-infra:
- lgtm
-... |
5741cac4-fb09-4ace-bf0e-161497711f5d | {
"language": "YAML"
} | ```yaml
version: '2'
services:
mongodb:
image: autopilotpattern/mongodb:latest
command: containerpilot mongod --replSet=pilot
restart: always
mem_limit: 512m
build: .
env_file: _env
environment:
- CONTAINERPILOT=file:///etc/containerpilot.json
... | ```yaml
version: '2'
services:
mongodb:
image: autopilotpattern/mongodb:latest
command: containerpilot mongod --replSet=pilot
restart: always
mem_limit: 512m
build: .
env_file: _env
environment:
- CONSUL=consul
ports:
- 27017
... |
3a803a62-3f93-40ef-92f8-027cb35fb799 | {
"language": "YAML"
} | ```yaml
Categories:
- Time
License: MIT
AuthorWebSite: https://minar.ml/
SourceCode: https://github.com/m-i-n-a-r/birday
IssueTracker: https://github.com/m-i-n-a-r/birday/issues
Changelog: https://github.com/m-i-n-a-r/birday/releases
AutoName: Birday
RepoType: git
Repo: https://github.com/m-i-n-a-r/birday
Builds:
... | ```yaml
Categories:
- Time
License: MIT
AuthorWebSite: https://minar.ml/
SourceCode: https://github.com/m-i-n-a-r/birday
IssueTracker: https://github.com/m-i-n-a-r/birday/issues
Changelog: https://github.com/m-i-n-a-r/birday/releases
AutoName: Birday
RepoType: git
Repo: https://github.com/m-i-n-a-r/birday
Builds:
... |
0cbe1546-5426-49d5-b61c-9206e242677f | {
"language": "YAML"
} | ```yaml
imports:
- { resource: config.yml }
framework:
router:
resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true
profiler: { only_exceptions: false }
web_profiler:
toolbar: true
intercept_redirects: false
monolog:
handlers:
main:
... | ```yaml
imports:
- { resource: config.yml }
framework:
router:
resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true
profiler: { only_exceptions: true }
web_profiler:
toolbar: true
intercept_redirects: false
monolog:
handlers:
main:
... |
3d7cb8c5-703c-493c-8f0e-ed02a7c7f688 | {
"language": "YAML"
} | ```yaml
name: Bug Report
description: Create a bug report
labels: ["bug"]
title: "[MC-Version] "
assignees:
- hycrafthd
body:
- type: textarea
id: bug_description
attributes:
label: Bug description and reproduction steps
description: What is not working correctly? How can we trigger this bug?
... | ```yaml
name: Bug Report
description: Create a bug report
labels: ["bug"]
title: "[MC-Version] "
assignees:
- hycrafthd
body:
- type: textarea
id: bug_description
attributes:
label: Bug description and reproduction steps
description: What is not working correctly? How can we trigger this bug?
... |
1d24b34d-473f-4fbe-8ab0-e0c316e28fad | {
"language": "YAML"
} | ```yaml
name: Build project and Run Lighthouse CI
on: [push]
jobs:
lhci:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Read .node-version
id: node-version
run: echo ::set-output name=version::$(cat .node-version)
- name: Setup No... | ```yaml
name: Build project and Run Lighthouse CI
on: [push]
jobs:
lhci:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Wait for the Netlify Preview
uses: jakepartusch/wait-for-netlify-action@v1
id: wait-for-netflify
with:
... |
f1cdbff5-4538-4787-af61-7b5a347d6c17 | {
"language": "YAML"
} | ```yaml
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [ master ]
pull_request:
bran... | ```yaml
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [ master ]
pull_request:
bran... |
8ef63e27-d1fa-4aa4-b690-171780984ca9 | {
"language": "YAML"
} | ```yaml
version: v1.0
name: Deploy to production
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: Docker
task:
prologue:
commands:
- chmod 0600 ~/.ssh/id_deploy
- ssh-add ~/.ssh/id_deploy
env_vars:
- name: BUNDLE_JOBS
valu... | ```yaml
version: v1.0
name: Deploy to production
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: Docker
task:
prologue:
commands:
- chmod 0600 ~/.ssh/id_deploy
- ssh-add ~/.ssh/id_deploy
env_vars:
- name: BUNDLE_JOBS
valu... |
0ec54a5e-720e-4dad-99a1-a85e2587843d | {
"language": "YAML"
} | ```yaml
box: 0xf0/node-phantomjs
build:
steps:
- script:
code: export NODE_ENV=development
- wercker/install-packages:
packages: npm
- npm-install
- script:
code: NODE_ENV=production npm run deploy
deploy:
steps:
- script:
code: ls -la
- script:
code:... | ```yaml
box: 0xf0/node-phantomjs
build:
steps:
- script:
code: export NODE_ENV=development
- wercker/install-packages:
packages: npm
- npm-install
- script:
code: NODE_ENV=production npm run deploy
deploy:
steps:
- ematsen/gh-pages:
token: $GITHUB_TOKEN
p... |
695c2ec4-f6ee-4f61-81f7-3aaf20272e8e | {
"language": "YAML"
} | ```yaml
environment:
matrix:
- GENERATOR: "Visual Studio 11 2012"
CONFIG: Debug
- GENERATOR: "Visual Studio 11 2012"
CONFIG: Release
- GENERATOR: "Visual Studio 11 2012 Win64"
CONFIG: Debug
- GENERATOR: "Visual Studio 11 2012 Win64"
CONFIG: Release
- GENERATOR: "Visual ... | ```yaml
environment:
matrix:
- GENERATOR: "Visual Studio 11 2012"
CONFIG: Debug
- GENERATOR: "Visual Studio 11 2012"
CONFIG: Release
- GENERATOR: "Visual Studio 11 2012 Win64"
CONFIG: Debug
- GENERATOR: "Visual Studio 11 2012 Win64"
CONFIG: Release
- GENERATOR: "Visual ... |
c82bd48f-595e-4867-99c4-3705a0d1c464 | {
"language": "YAML"
} | ```yaml
# appveyor configuration file.
# See http://www.appveyor.com/docs/appveyor-yml
version: 0.4.1.{build}
# TODO: figure out how to parse from the version number in msbuild
environment:
VersionMajor: 0
VersionMinor: 5
VersionPatch: 0
configuration: Release
build:
project: build.proj
verbosity: normal
... | ```yaml
# appveyor configuration file.
# See http://www.appveyor.com/docs/appveyor-yml
version: 0.5.0.{build}
# TODO: figure out how to parse from the version number in msbuild
environment:
VersionMajor: 0
VersionMinor: 5
VersionPatch: 0
configuration: Release
build:
project: build.proj
verbosity: normal
... |
c630a660-fdb1-4b7c-b219-36e27743f2e5 | {
"language": "YAML"
} | ```yaml
# This references the default Ruby container from
# the Docker Hub.
# https://registry.hub.docker.com/_/ruby/
# If you want to use a specific version you would use a tag:
# ruby:2.2.2
box: ruby:2.2.2
# You can also use services such as databases. Read more on our dev center:
# http://devcenter.wercker.com/docs/... | ```yaml
# This references the default Ruby container from
# the Docker Hub.
# https://registry.hub.docker.com/_/ruby/
# If you want to use a specific version you would use a tag:
# ruby:2.2.2
box: ruby:2.2.2
# You can also use services such as databases. Read more on our dev center:
# http://devcenter.wercker.com/docs/... |
6a932410-21f9-4fd2-b130-916bc68eeb7e | {
"language": "YAML"
} | ```yaml
box: darron/consul-wercker
build:
steps:
# Build the project
- script:
name: go build
code: |
make deps
make
test:
steps:
# Test the project
- script:
name: go test
code: |
make test
```
Remove phase that doesn't exist and add te... | ```yaml
box: darron/consul-wercker
build:
steps:
# Build and test the project
- script:
name: go build
code: |
make deps
make
make test
after-steps:
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_WEBHOOK_URL
``` |
83419406-2642-4f50-9e75-6462a2d79be7 | {
"language": "YAML"
} | ```yaml
box: izumin5210/android
build:
steps:
- script:
name: show base information
code: |
gradle -v
echo $ANDROID_HOME
echo $ANDROID_BUILD_TOOLS
echo $ANDROID_UPDATE_FILTER
- script:
name: start android emulator
code: |
start-... | ```yaml
box: izumin5210/android
build:
steps:
- script:
name: show base information
code: |
gradle -v
echo $ANDROID_HOME
echo $ANDROID_BUILD_TOOLS
echo $ANDROID_UPDATE_FILTER
- script:
name: start android emulator
code: |
start-... |
b4d52999-b987-4c12-863c-a2ed084fc109 | {
"language": "YAML"
} | ```yaml
# This references the default golang container from
# the Docker Hub: https://registry.hub.docker.com/u/library/golang/
# If you want Google's container you would reference google/golang
# Read more about containers on our dev center
# http://devcenter.wercker.com/docs/containers/index.html
box: golang
build:
... | ```yaml
# This references the default golang container from
# the Docker Hub: https://registry.hub.docker.com/u/library/golang/
# If you want Google's container you would reference google/golang
# Read more about containers on our dev center
# http://devcenter.wercker.com/docs/containers/index.html
box: golang
build:
... |
35255628-9900-4b5b-8a13-b8a9a60a93f7 | {
"language": "YAML"
} | ```yaml
coverage:
status:
project:
default:
target: 75%
threshold: null
base: auto
comment: false
```
Change target coverage to auto. | ```yaml
coverage:
status:
project:
default:
target: auto
threshold: null
base: auto
comment: false
``` |
5392a08a-0d31-4b75-94dd-b118d61b4b14 | {
"language": "YAML"
} | ```yaml
---
bio_nextgen:
alignment:
- bwa
- bowtie2
- star
utilities:
- bamtools
- bedtools
- fastqc
- ogap
- rnaseqc
analysis:
- cufflinks
- picard
- samtools
- tophat
variant:
- bcbio_variation
- freebayes
- gatk
- gatk_protected
- grabix
... | ```yaml
---
bio_nextgen:
alignment:
- bwa
- bowtie2
- star
utilities:
- bamtools
- bedtools
- fastqc
- ogap
- rnaseqc
analysis:
- cufflinks
- picard
- samtools
- tophat
variant:
- bcbio_variation
- freebayes
- gatk
#- gatk_protected
- grabix
... |
778212a4-47cb-4b94-9fef-0263370d63c0 | {
"language": "YAML"
} | ```yaml
#
# See default configuration here: https://github.com/codecov/support/blob/master/codecov.yml
#
# For more options see: https://gist.github.com/stevepeak/53bee7b2c326b24a9b4a
#
# Codecov documentation is available here: https://codecov.io/docs
coverage:
ignore:
- generated/*
- examples/*
- test/*
st... | ```yaml
#
# See default configuration here: https://github.com/codecov/support/blob/master/codecov.yml
#
# For more options see: https://gist.github.com/stevepeak/53bee7b2c326b24a9b4a
#
# Codecov documentation is available here: https://codecov.io/docs
coverage:
# https://docs.codecov.com/docs/ignoring-paths
ignor... |
24a8456d-efdd-42f4-9552-391ceb672cc2 | {
"language": "YAML"
} | ```yaml
---
driver:
name: docker
use_sudo: false
platforms:
- name: centos
driver_config:
image: 420ma/centos-chef
platform: centos
require_chef_omnibus: true
suites:
- name: docker-integration-test
run_list:
- 'recipe[docker-integration-test]'
```
Adjust yaml indentation to match TextMate de... | ```yaml
---
driver:
name: docker
use_sudo: false
platforms:
- name: centos
driver_config:
image: 420ma/centos-chef
platform: centos
require_chef_omnibus: true
suites:
- name: docker-integration-test
run_list:
- 'recipe[docker-integration-test]'
``` |
dd7739cc-a5d4-4234-8484-75ce81300693 | {
"language": "YAML"
} | ```yaml
away_mode:
name: Away Mode
initial: off
icon: mdi:exit-run
night_mode:
name: Night Mode
initial: on
icon: mdi:power-sleep
cinema_mode:
name: Cinema Mode
initial: off
icon: mdi:video-vintage
node_red_heartbeat:
name: Node Red Heartbeat
initial: off
icon: mdi:heart-pulse
ps4_living_roo... | ```yaml
away_mode:
name: Away Mode
initial: off
icon: mdi:exit-run
night_mode:
name: Night Mode
initial: on
icon: mdi:power-sleep
cinema_mode:
name: Cinema Mode
initial: off
icon: mdi:video-vintage
node_red_heartbeat:
name: Node Red Heartbeat
initial: off
icon: mdi:heart-pulse
``` |
dda9c137-a9c7-402a-b312-8401474d97e6 | {
"language": "YAML"
} | ```yaml
homepage: http://felsin9.de/nnis/ghc-datasize
changelog-type: ''
hash: 3c2afb582a1cf0702c2ccdb0465dad090695e397179848b78b24cc24f02351bd
test-bench-deps: {}
maintainer: Dennis Felsing <dennis@felsin9.de>
synopsis: Determine the size of data structures in GHC's memory
changelog: ''
basic-deps:
base: ! '>=4.12 &... | ```yaml
homepage: http://felsin9.de/nnis/ghc-datasize
changelog-type: ''
hash: c39bddd766dd29d1c669304b27c14d5f3836c8c6a0cf3fe9606a67cccc008497
test-bench-deps: {}
maintainer: Dennis Felsing <dennis@felsin9.de>
synopsis: Determine the size of data structures in GHC's memory
changelog: ''
basic-deps:
ghc-lib-parser-ex... |
bb91fa01-0593-4111-b8d3-8c42265827a3 | {
"language": "YAML"
} | ```yaml
---
driver:
name: vagrant
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: ubuntu-10.04
run_list:
- recipe[apt]
- name: centos-6.5
suites:
- name: system_ruby
run_list:
- recipe[ruby_build]
- recipe[rbenv::system]
attributes:
rbenv:
plugins:
- name: rbenv-vars
... | ```yaml
---
driver:
name: vagrant
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: ubuntu-14.04
run_list:
- recipe[apt]
- name: centos-6.5
suites:
- name: system_ruby
run_list:
- recipe[ruby_build]
- recipe[rbenv::system]
attributes:
rbenv:
plugins:
- name: rbenv-vars
... |
2543e3cd-ffa2-4933-9358-8b232de2a4a7 | {
"language": "YAML"
} | ```yaml
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel... | ```yaml
_extends: .github
``` |
f2898010-ec76-4d69-9d8b-fe945d7d8e65 | {
"language": "YAML"
} | ```yaml
driver:
name: vagrant
customize:
cpus: 2
memory: 2048
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-7
- name: debian-8
- name: debian-9
- n... | ```yaml
driver:
name: vagrant
customize:
cpus: 2
memory: 2048
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-8
- name: debian-9
- name: fedora-27
- ... |
29014db2-7b7d-4d30-a979-057ab837ff80 | {
"language": "YAML"
} | ```yaml
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will nev... | ```yaml
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will nev... |
fc2e2490-746b-4ea0-99b9-d118f21d41d7 | {
"language": "YAML"
} | ```yaml
pull_request_rules:
- name: auto-merge
conditions:
- base=master
- label=auto-merge
- status-success=continuous-integration/appveyor/branch
- status-success=continuous-integration/appveyor/pr
- status-success=continuous-integration/travis-ci/pr
- status-success=continuous-integration/travis-ci/pus... | ```yaml
pull_request_rules:
- name: auto-merge
conditions:
- base=master
- label=auto-merge
- status-success=continuous-integration/appveyor/branch
- status-success=continuous-integration/appveyor/pr
- status-success=continuous-integration/travis-ci/pr
- status-success=continuous-integration/travis-ci/pus... |
625e34d1-6b8b-434b-92b0-66c515b0a36d | {
"language": "YAML"
} | ```yaml
require: rubocop-rails
AllCops:
NewCops: enable
Layout/LineLength:
Max: 120
Metrics/MethodLength:
Max: 12
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/SymbolArray:
EnforcedStyle: brackets
Rails/DynamicFindBy:
Enabled: false
Rails/RefuteMethods:... | ```yaml
require: rubocop-rails
AllCops:
NewCops: enable
Layout/LineLength:
Max: 120
Metrics/MethodLength:
Max: 12
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/SymbolArray:
EnforcedStyle: brackets
Rails/BulkChangeTable:
Enabled: false
Rails/DynamicFindB... |
e4231a11-7925-4685-87d1-9527b8eca660 | {
"language": "YAML"
} | ```yaml
Style/Documentation:
Exclude:
- 'app/controllers/*'
- 'app/models/*'
- 'app/serializers/*'
AllCops:
Exclude:
- 'db/schema.rb'
- 'db/migrate/**'
- 'config/database.yml'
```
Change linting rules for spec/ | ```yaml
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
Style/Documentation:
Exclude:
- 'app/controllers/*'
- 'app/models/*'
- 'app/serializers/*'
AllCops:
Exclude:
- 'db/schema.rb'
- 'db/migrate/**'
- 'config/database.yml'
- 'spec/rails_helper.rb'
- 'spec/spec_helper.rb'
``` |
a05982a5-6c48-4960-94f1-46c2d3782a0e | {
"language": "YAML"
} | ```yaml
preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
```
Exclude IDE helper file from StyleCI | ```yaml
preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
- _ide_helper.php
``` |
bcabee42-0220-415b-a6fc-7da23e8d7e0f | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: ed33896d5a4d9960127fcaa4bd0b28d7594866e001399433310db649aaa92be1
test-bench-deps: {}
maintainer: colingw@gmail.com
synopsis: Producers for handling randomness.
changelog: ''
basic-deps:
mwc-random: ! '>=0.13 && <0.14'
base: ! '>=4.8 && <4.10'
pipes: ! '>=4.1 && <4.3'
... | ```yaml
homepage: ''
changelog-type: ''
hash: 9cd3215d1cfeabee0c05d7d7629b5024f30921ada644d39d0b7a8a7b359b4678
test-bench-deps: {}
maintainer: colingw@gmail.com
synopsis: Producers for handling randomness.
changelog: ''
basic-deps:
mwc-random: ! '>=0.13 && <0.14'
base: ! '>=4.8 && <4.10'
pipes: ! '>=4.1 && <4.4'
... |
8125bf40-2010-42dd-a537-bcca617c6df6 | {
"language": "YAML"
} | ```yaml
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
# Unfortunately available Marketplace Actions for this are in a mess, so we do it manually.
run: |
sudo apt-get update -y
sudo ... | ```yaml
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
# Unfortunately available Marketplace Actions for this are in a mess, so we do it manually.
run: |
sudo apt-get update -y
sudo ... |
bb9d3a9e-9ab0-409f-bd7a-d53dda8123ad | {
"language": "YAML"
} | ```yaml
---
# Tasks for user
# If GID was specified use that
- name: add defined user group
action: group name={{username | mandatory}} gid={{gid}} state=present
when: gid is defined
# Otherwise use the next GID available to the system
- name: add default user group
action: group name={{username | mandatory}} sta... | ```yaml
---
# Tasks for user
# If GID was specified use that
- name: add defined user group
action: group name={{username | mandatory}} gid={{gid}} state=present
when: gid is defined
# Otherwise use the next GID available to the system
- name: add default user group
action: group name={{username | mandatory}} sta... |
ced3baf4-607d-4f2d-87be-71767ffb4145 | {
"language": "YAML"
} | ```yaml
name: Test
on: push
jobs:
test:
name: "Ruby: ${{ matrix.ruby }} Rails: ${{ matrix.rails }}"
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "2.6", "2.5"]
rails: ["6.0", "5.2"]
steps:
- uses: actions/checkout@master
- uses: eregon... | ```yaml
name: Test
on: push
jobs:
test:
name: "Ruby: ${{ matrix.ruby }} Rails: ${{ matrix.rails }}"
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "2.6", "2.5"]
rails: ["6.0", "5.2"]
steps:
- uses: actions/checkout@master
- uses: eregon... |
f08ee9e7-5cf7-4519-9526-320978c55027 | {
"language": "YAML"
} | ```yaml
name: Test
on:
push:
branches:
- master
- release-v*
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10.x
- uses: actions/cache@v2
id: cache
... | ```yaml
name: Test
on:
push:
branches:
- master
- release-v*
pull_request: {}
workflow_dispatch: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10.x
- uses: actions/cache@v2
... |
4be2048d-f5c1-4cf3-b677-57327caceabc | {
"language": "YAML"
} | ```yaml
name: angular_forms
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/angular
description: Forms framework for AngularDart.
version: 0.1.0
environment:
sdk: '>=1.24.0 <2.0.0'
dependencies:
angular: '^4.0.0-alpha'
# === vvv REMOVE WHEN PUBLISHING vvv ===
dependency_overrides:
... | ```yaml
name: angular_forms
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/angular
description: Forms framework for AngularDart.
version: 0.1.0
environment:
sdk: '>=1.24.0 <2.0.0'
dependencies:
angular: '^4.0.0-alpha'
# === vvv REMOVE WHEN PUBLISHING vvv ===
dependency_overrides:
... |
a9a9e812-c5ee-47c9-be65-57308bc37586 | {
"language": "YAML"
} | ```yaml
files:
include: '**/*.s+(a|c)ss'
ignore:
rules:
# Consistency Rules
extends-before-mixins: 1
extends-before-declarations: 1
mixins-before-declarations: 1
# Require an empty line between blocks
empty-line-between-blocks: 1
no-empty-rulesets: 1
no-extends: 0
final-newline: 1
no-ids: 1
in... | ```yaml
files:
include: '**/*.s+(a|c)ss'
ignore:
rules:
# Extends
extends-before-mixins: 1
extends-before-declarations: 1
placeholder-in-extend: 1
# Mixins
mixins-before-declarations: 1
# Line Spacing
one-declaration-per-line: 1
empty-line-between-blocks: 1
single-line-per-selector: 1
# Dis... |
1afa3cbc-3a27-48cd-a91a-7bbac8522e0b | {
"language": "YAML"
} | ```yaml
---
lib/smart_answer_flows/uk-benefits-abroad.rb: 8bc009621c03d2be7f251d3dbfcc7787
lib/smart_answer_flows/locales/en/uk-benefits-abroad.yml: 76ba8b4c61bf7e746d01d7797d4c7fe3
test/data/uk-benefits-abroad-questions-and-responses.yml: 17973c7c16f38d7988ff1a5b76d3261a
test/data/uk-benefits-abroad-responses-and-exp... | ```yaml
---
lib/smart_answer_flows/uk-benefits-abroad.rb: cd47cbb8d79265db30e4988bbf427d79
lib/smart_answer_flows/locales/en/uk-benefits-abroad.yml: 76ba8b4c61bf7e746d01d7797d4c7fe3
test/data/uk-benefits-abroad-questions-and-responses.yml: 17973c7c16f38d7988ff1a5b76d3261a
test/data/uk-benefits-abroad-responses-and-exp... |
fd33c8f1-b546-4540-9a81-960db01d3207 | {
"language": "YAML"
} | ```yaml
spring:
jpa:
generate-ddl: true
management:
endpoints:
web:
exposure:
include: "*"
```
Use MySQL55Dialect for mysql dbs. | ```yaml
spring:
jpa:
generate-ddl: true
management:
endpoints:
web:
exposure:
include: "*"
---
spring:
profiles:
active: mysql
jpa:
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL55Dialect
``` |
b482a406-1e7b-46fb-bb73-5e99a6cf0f71 | {
"language": "YAML"
} | ```yaml
jupyterhub:
auth:
type: google
admin:
users:
# infrastructure
- rylo
- yuvipanda
singleuser:
memory:
guarantee: 256Mi
limit: 1G
image:
name: gcr.io/ucb-datahub-2018/math124-user-image
storage:
type: hostPath
```
Fix suffix not... | ```yaml
jupyterhub:
auth:
type: google
admin:
users:
# infrastructure
- rylo
- yuvipanda
singleuser:
memory:
guarantee: 256M
limit: 1G
image:
name: gcr.io/ucb-datahub-2018/math124-user-image
storage:
type: hostPath
``` |
b5973171-81dd-497b-95fe-ef412a7c5b0f | {
"language": "YAML"
} | ```yaml
imports:
- { resource: parameters_install.yml }
framework:
secret: %kernel.secret%
router:
resource: "%kernel.root_dir%/config/routing_install.yml"
strict_requirements: ~
form: ~
csrf_protection: ~
templating:
engines: ['twig']
session:
... | ```yaml
imports:
- { resource: parameters_install.yml }
framework:
secret: %kernel.secret%
router:
resource: "%kernel.root_dir%/config/routing_install.yml"
strict_requirements: ~
form: ~
csrf_protection: ~
templating:
engines: ['twig']
session:
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.