doc_id
stringlengths
36
36
metadata
dict
input
stringlengths
28
4.3k
output
stringlengths
11
5.45k
7c80e53d-ad0c-4e78-93cb-47906ef51017
{ "language": "YAML" }
```yaml ruptureit: endpoint: 'https://ruptureit.com/test.php?reflection=%s' prefix: 'imper' alphabet: 'abcdefghijklmnopqrstuvwxyz' secretlength: 9 alignmentalphabet: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' recordscardinality: 1 dionyziz: endpoint: 'https://dionyziz.com/breach-test/reflect.php?ref=%s' ...
```yaml ruptureit: endpoint: 'https://ruptureit.com/test.php?reflection=%s' prefix: 'imper' alphabet: 'abcdefghijklmnopqrstuvwxyz' secretlength: 9 alignmentalphabet: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' recordscardinality: 1 method: 'serial' dionyziz: endpoint: 'https://dionyziz.com/breach-test/...
cc85c7dd-9252-4840-84d1-ae15521dbc8a
{ "language": "YAML" }
```yaml Categories: - Games License: GPL-3.0-or-later WebSite: https://lufte.github.io/lona SourceCode: https://github.com/lufte/lona IssueTracker: https://github.com/lufte/lona/issues Description: A snake game with a twist. RepoType: git Repo: https://github.com/lufte/lona Builds: - versionName: 1.0.0 versi...
```yaml Categories: - Games License: GPL-3.0-or-later WebSite: https://lufte.github.io/lona SourceCode: https://github.com/lufte/lona IssueTracker: https://github.com/lufte/lona/issues AutoName: Lona Description: A snake game with a twist. RepoType: git Repo: https://github.com/lufte/lona Builds: - versionName: ...
13f49c70-9e5b-45d5-bec5-ad9f0b9cee2f
{ "language": "YAML" }
```yaml name: Build RCAMP and run unit tests on: [push, pull_request] jobs: run_rcamp_tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Env run: | export UWSGI_UID=$(id -u); echo "UWSGI_UID=${UWSGI_UID}" >> $GITHUB_ENV export UWSGI_GID=$(id -g); echo...
```yaml name: Build RCAMP and run unit tests on: [push, pull_request] jobs: run_rcamp_tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Env run: | export UWSGI_UID=$(id -u); echo "UWSGI_UID=${UWSGI_UID}" >> $GITHUB_ENV export UWSGI_GID=$(id -g); echo...
66b5cdb7-c676-4f48-8113-c5be9dde4f24
{ "language": "YAML" }
```yaml # Source: https://github.com/panubo/reference-github-actions/blob/master/github-release.yml on: push: tags: - 'v*' name: GitHub Release jobs: build: name: Create GitHub Release runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 with:...
```yaml # Source: https://github.com/panubo/reference-github-actions/blob/master/github-release.yml on: push: tags: - '*' name: GitHub Release jobs: build: name: Create GitHub Release runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 with: ...
32246340-d5a4-442d-85cd-52801d89f046
{ "language": "YAML" }
```yaml # Configuration for Hound (https://houndci.com) swift: enabled: true ``` Configure Hound to use the project's .swiftlint.yml
```yaml # Configuration for Hound (https://houndci.com) swift: config_file: .swiftlint.yml ```
4fd3f262-f6ce-4097-8274-3e12cef24d5a
{ "language": "YAML" }
```yaml homepage: https://code.mathr.co.uk/complex-generic changelog-type: '' hash: 69a24631f067139c0888796ed061f1c3a461f14d40707738fd0bacb88a88a06e test-bench-deps: {} maintainer: claude@mathr.co.uk synopsis: complex numbers with non-mandatory RealFloat changelog: '' basic-deps: base: <4.13 template-haskell: <2.15...
```yaml homepage: https://code.mathr.co.uk/complex-generic changelog-type: '' hash: 0e65acdac0f90f3bdd2143390fda5cd806e4ee1d7a263de0e52001e64aae6003 test-bench-deps: {} maintainer: claude@mathr.co.uk synopsis: complex numbers with non-mandatory RealFloat changelog: '' basic-deps: base: <4.14 template-haskell: <2.16...
31f3dc51-41be-4b87-8903-5c57a51133cb
{ "language": "YAML" }
```yaml - project: templates: - check-requirements - lib-forward-testing-python3 - openstack-cover-jobs - openstack-python3-yoga-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 ``` Update CI to use unversioned jobs template
```yaml - project: templates: - check-requirements - lib-forward-testing-python3 - openstack-cover-jobs - openstack-python3-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 ```
5fc7c365-39b8-4e9e-abda-d9a83e4e3f27
{ "language": "YAML" }
```yaml - project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-wallaby-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 ``` Add Python3 xena unit tests
```yaml - project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-xena-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 ```
add5fde7-9537-4f97-80f9-efaffcbefd74
{ "language": "YAML" }
```yaml - project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-wallaby-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 ``` Update CI to use unversioned jobs template
```yaml - project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 ```
2b6f0a2d-04b2-46e3-b238-f1aea5b11504
{ "language": "YAML" }
```yaml name: No banned git tags on: push: tags: - hotfix jobs: delete: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: fregante/setup-git-token@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - run: git push --delete origin hotfix ``` Extend list of banne...
```yaml # These tags were the results of tests in the past and are troublesome name: No banned git tags on: push: tags: - hotfix - 19.5.18.1333 - 19.5.18.1335 - 19.5.18.1919 - 19.5.19.1032 - 19.5.25.1548 - 19.5.25.1923 - 19.6.13.1034 jobs: delete: runs-on: ...
df931bb4-5960-445d-9c73-3423d7ced09f
{ "language": "YAML" }
```yaml releases: - name: bits-service version: <%= ENV.fetch('RELEASE_VERSION', 'latest') %> jobs: - name: bits_service_z1 instances: 1 persistent_disk: 6064 templates: - name: bits-service release: bits-service consumes: nats: nil - name: route_registrar release: cf consumes: ...
```yaml releases: - name: bits-service version: <%= ENV.fetch('RELEASE_VERSION', 'latest') %> jobs: - name: bits_service_z1 instances: 1 persistent_disk: 6064 templates: - name: bits-service release: bits-service consumes: nats: nil - name: route_registrar release: cf consumes: ...
8c5764ce-93cb-4365-90ba-eb1e4327f5fe
{ "language": "YAML" }
```yaml package: name: fann2 version: "2.2.0" source: fn: fann2-2.2.0.tar.gz url: https://github.com/libfann/fann/archive/2.2.0.tar.gz md5: e78dc740982c083154980348a749038c rmd160: ad56af6d5164f974418e8fd1e184396d0541e0a6 sha256: f31c92c1589996f97d855939b37293478ac03d24b4e1c08ff21e0bd093449c3c # patche...
```yaml package: name: fann2 version: "2.2.0" source: fn: fann2-2.2.0.tar.gz url: https://github.com/libfann/fann/archive/2.2.0.tar.gz md5: e78dc740982c083154980348a749038c sha256: f31c92c1589996f97d855939b37293478ac03d24b4e1c08ff21e0bd093449c3c # patches: # List any patch files here # - fix.patch ...
72d6fd4f-389e-411a-9d4f-497d86d0e92e
{ "language": "YAML" }
```yaml {% set name = "pyxid" %} {% set version = "1.0" %} {% set sha256 = "e689bce2ed8ed4bff7174a3a79f8b639ebf6356807aec7e9da481217313214ff" %} package: name: pyxid version: {{ version }} source: fn: pyxid-{{ version }}.tar.gz url: https://github.com/cedrus-opensource/pyxid/archive/{{ version }}.tar.gz sha...
```yaml {% set name = "pyxid" %} {% set version = "1.0" %} {% set sha256 = "e689bce2ed8ed4bff7174a3a79f8b639ebf6356807aec7e9da481217313214ff" %} package: name: pyxid version: {{ version }} source: fn: pyxid-{{ version }}.tar.gz url: https://github.com/cedrus-opensource/pyxid/archive/{{ version }}.tar.gz sha...
432aeab7-0085-47f0-8c75-acbd3092a301
{ "language": "YAML" }
```yaml name: Administration Panel - Basic version: 1.0.0 description: Adds an advanced administration panel to manage your site icon: empire author: name: Team Grav email: devs@getgrav.org url: http://getgrav.org keywords: admin, plugin, manager, panel validation: strict form: fields: enabled: ty...
```yaml name: Administration Panel - Basic version: 1.0.0 description: Adds an advanced administration panel to manage your site icon: empire author: name: Team Grav email: devs@getgrav.org url: http://getgrav.org keywords: admin, plugin, manager, panel form: validation: strict fields: enabled: t...
ee29eda9-32cf-4894-9324-4cff90af0cff
{ "language": "YAML" }
```yaml author: Spotify author_url: https://hubs.spotify.net copyright: Copyright © 2015-2016 Spotify AB readme: README.md module: HubFramework module_version: v0.0.1-HEAD output: docs/output github_url: https://ghe.spotify.net/iOS/HubFramework github_file_prefix: https://ghe.spotify.net/iOS/HubFramework/tree/master...
```yaml author: Spotify author_url: https://hubs.spotify.net copyright: Copyright © 2015-2016 Spotify AB readme: README.md module: HubFramework module_version: v0.0.1-HEAD output: docs/output theme: fullwidth github_url: https://ghe.spotify.net/iOS/HubFramework github_file_prefix: https://ghe.spotify.net/iOS/HubFram...
2be25e98-a362-4687-98fb-82efb29a3e5d
{ "language": "YAML" }
```yaml name: Java CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 11 uses: actions/setup-java@v2 with: java-version: '11' distribution: 'adopt' - name: Build with Maven run: mvn -B -V clea...
```yaml name: Basic Maven Build on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 11 uses: actions/setup-java@v2 with: java-version: '11' distribution: 'adopt' cache: 'maven' - name: Build wit...
bf09780d-5747-49a8-a6a4-0075589efd2e
{ "language": "YAML" }
```yaml - project: templates: - check-requirements - openstack-cover-jobs - openstack-python3-zed-jobs - publish-openstack-docs-pti - build-release-notes-jobs-python3 check: jobs: - openstack-tox-cover: voting: false ``` Switch to 2023.1 Python3 unit test...
```yaml - project: templates: - check-requirements - openstack-cover-jobs - openstack-python3-jobs - publish-openstack-docs-pti - build-release-notes-jobs-python3 check: jobs: - openstack-tox-cover: voting: false ```
e01dfa1b-f907-4c00-a4fd-0d3950f93b53
{ "language": "YAML" }
```yaml homepage: '' changelog-type: '' hash: 10ce76a3c181ab959174c178550ec7870472c91b3629e70fe6e847b18d5c3039 test-bench-deps: {} maintainer: Zhen Zhang <izgzhen@gmail.com> synopsis: Parser and Pretty Printer for WebIDL changelog: '' basic-deps: wl-pprint: -any base: ! '>=4.8 && <4.9' parsec: -any all-versions: ...
```yaml homepage: '' changelog-type: '' hash: 4186813e8f3f021182004093f50455b217b7af79db96e7fc1eb0b9628f0dca35 test-bench-deps: {} maintainer: Zhen Zhang <izgzhen@gmail.com> synopsis: Parser and Pretty Printer for WebIDL changelog: '' basic-deps: wl-pprint: -any base: ! '>=4.9 && <4.10' parsec: -any all-versions:...
b8876e57-1bbd-4335-87c8-041d7a290df9
{ "language": "YAML" }
```yaml - project: templates: - check-requirements - openstack-lower-constraints-jobs - openstack-python3-ussuri-jobs-neutron - release-notes-jobs-python3 ``` Add Python3 victoria unit tests
```yaml - project: templates: - check-requirements - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs-neutron - release-notes-jobs-python3 ```
5d2d8090-025c-40e8-8bbd-fc18c29cec1d
{ "language": "YAML" }
```yaml - project: templates: - check-requirements - openstack-python3-zed-jobs - publish-openstack-docs-pti check: jobs: - ec2api-tempest-plugin-functional gate: jobs: - ec2api-tempest-plugin-functional ``` Switch to 2023.1 Python3 unit tests and generic templ...
```yaml - project: templates: - check-requirements - openstack-python3-jobs - publish-openstack-docs-pti check: jobs: - ec2api-tempest-plugin-functional gate: jobs: - ec2api-tempest-plugin-functional ```
b0ed244d-9a0c-4455-bf4f-856c0dfc4511
{ "language": "YAML" }
```yaml Categories: - Time - Writing License: Apache-2.0 SourceCode: https://github.com/bgregos/foreground IssueTracker: https://github.com/bgregos/foreground/issues Changelog: https://github.com/bgregos/foreground/releases AutoName: Foreground RepoType: git Repo: https://github.com/bgregos/foreground.git Builds...
```yaml Categories: - Time - Writing License: Apache-2.0 SourceCode: https://github.com/bgregos/foreground IssueTracker: https://github.com/bgregos/foreground/issues Changelog: https://github.com/bgregos/foreground/releases AutoName: Foreground RepoType: git Repo: https://github.com/bgregos/foreground.git Builds...
4bd8d67c-c509-4799-ab57-f3d53cbb6823
{ "language": "YAML" }
```yaml name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: '1.27' nav: - modules/ROOT/nav.adoc ``` Switch back the docs version
```yaml name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: ~ nav: - modules/ROOT/nav.adoc ```
01119d7b-cd59-42e6-b5dc-69c85e04cbb3
{ "language": "YAML" }
```yaml name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: '0.90' nav: - modules/ROOT/nav.adoc ``` Switch back docs version to master
```yaml name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: 'master' nav: - modules/ROOT/nav.adoc ```
a755bd92-94ab-491e-ba2b-641bfc06b6e8
{ "language": "YAML" }
```yaml digital-service: AMLS``` Enforce repo yaml privacy key.
```yaml digital-service: AMLS repoVisibility: public_0C3F0CE3E6E6448FAD341E7BFA50FCD333E06A20CFF05FCACE61154DDBBADF71 ```
d767ea64-d7fd-499d-be9c-d11836361985
{ "language": "YAML" }
```yaml name: climlab-courseware channels: - conda-forge - defaults dependencies: - python - numpy - matplotlib - xarray<=0.12.1 # until metpy bug is resolved https://github.com/Unidata/MetPy/issues/1077 - metpy - cartopy - sympy - ffmpeg - jupyter - climlab>=0.7.5 # older versions in 0.7 seri...
```yaml name: climlab-courseware channels: - conda-forge - defaults dependencies: - python - numpy - matplotlib - xarray - metpy - cartopy - sympy - ffmpeg - jupyter - climlab>=0.7.5 # older versions in 0.7 series had some bugs in diffusion diagnostics - version_information - rise - numba...
edab8793-8cd2-4413-97e9-eb04bfe7cd43
{ "language": "YAML" }
```yaml --- site: co_pgc whitehall_slug: cabinet-office homepage_title: 'Payroll Giving Centre' homepage: https://www.gov.uk/government/organisations/cabinet-office tna_timestamp: 20121015131350 host: www.payrollgivingcentre.com aliases: - payrollgivingcentre.com extra_organisation_slugs: - hm-revenue-customs ``` Make...
```yaml --- site: co_pgc whitehall_slug: cabinet-office homepage_title: 'Payroll Giving Centre' homepage: https://www.gov.uk/government/organisations/cabinet-office tna_timestamp: 20121015131350 host: www.payrollgivingcentre.com aliases: - payrollgivingcentre.com extra_organisation_slugs: - hm-revenue-customs global: =...
046062b5-9de6-46e7-947c-75e8c2e7547e
{ "language": "YAML" }
```yaml homepage: https://github.com/cartazio/securehash-sha3 changelog-type: markdown hash: e6dd451ad6922d3c4374270ca16f757a3f4c471d110a2199a90caa43a07ee63f test-bench-deps: {} maintainer: carter at wellposed dot com synopsis: simple static linked SHA3 using private symbols and the ref impl changelog: ! '# Revision hi...
```yaml homepage: https://github.com/cartazio/securehash-sha3 changelog-type: markdown hash: e6dd451ad6922d3c4374270ca16f757a3f4c471d110a2199a90caa43a07ee63f test-bench-deps: {} maintainer: carter at wellposed dot com synopsis: simple static linked SHA3 using private symbols and the ref impl changelog: ! '# Revision hi...
e814d2f9-d994-48a1-8425-98bc9c7f904d
{ "language": "YAML" }
```yaml homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme changelog-type: markdown hash: 1f77aeb366c31ad6b34a46ff105de06a566bda325b6aa5724295346f291c69d7 test-bench-deps: {} maintainer: lucas@dicioccio.fr synopsis: Types for gRPC over HTTP2 common for client and servers. changelog: ! '# Changelog for ...
```yaml homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme changelog-type: markdown hash: 0b7174207fed86fd8a3264ebb7a68a0a93d801a35370b634daff503acc7df581 test-bench-deps: {} maintainer: lucas@dicioccio.fr synopsis: Types for gRPC over HTTP2 common for client and servers. changelog: ! '# Changelog for ...
7e6eb375-c281-4d77-b365-c7c67ef7a2be
{ "language": "YAML" }
```yaml --- - name: Add the Rust PPA apt_repository: repo="ppa:hansjorg/rust" - name: Install the Rust compiler apt: name=rust-{{ rust_version }} state=present ``` Switch to Rust nightlies using rustup.
```yaml --- - name: Download the installation script get_url: url=http://static.rust-lang.org/rustup.sh dest=/tmp/rustup.sh owner=root group=root mode=0755 - name: Install Rust command: /tmp/rustup.sh - name: Clean up the installation script file: path=/tmp/rustup.sh state=absent ```
8c1cc20b-a6e2-4cc1-a6c8-4159e619a262
{ "language": "YAML" }
```yaml TRANSITLAND_DATASTORE_AUTH_TOKEN: iamallowedtotouchthis SIDEKIQ_DASHBOARD_USERNAME: onlyneedonproduction SIDEKIQ_DASHBOARD_PASSWORD: onlyneedonproduction TRANSITLAND_FEED_REGISTRY_PATH: <%= Rails.root.join('tmp', 'transitland-feed-registry') %> TRANSITLAND_FEED_DATA_PATH: <%= Rails.root.join('tmp', 'transitland...
```yaml TRANSITLAND_DATASTORE_AUTH_TOKEN: iamallowedtotouchthis SIDEKIQ_DASHBOARD_USERNAME: onlyneedonproduction SIDEKIQ_DASHBOARD_PASSWORD: onlyneedonproduction TRANSITLAND_FEED_REGISTRY_PATH: <%= Rails.root.join('tmp', 'transitland-feed-registry') %> TRANSITLAND_FEED_DATA_PATH: <%= Rails.root.join('tmp', 'transitland...
7cb7ed5f-3224-407f-93a5-1a61c5def327
{ "language": "YAML" }
```yaml --- pack_group: st2packs repositories: # To deploy a pack from a forked st2contrib on GitHub update & uncomment the following # ! packs deploy me/st2contrib/<pack_name> #<my-GitHub-user>/st2contrib: # repo: "https://github.com/<my-GitHub-user>/st2contrib.git" # subtree: true #If you have your o...
```yaml --- pack_group: st2packs repositories: # To deploy a pack from a forked st2contrib on GitHub update & uncomment the following # ! packs deploy me/st2contrib/<pack_name> #<my-GitHub-user>/st2contrib: # repo: "https://github.com/<my-GitHub-user>/st2contrib.git" # subtree: true #If you have your o...
e51c5b47-cd22-4af9-b0b3-7e85dddd103b
{ "language": "YAML" }
```yaml homepage: https://bitbucket.org/IchUndNichtDu/haskell-setlocale changelog-type: '' hash: 068da7c99cc53aa069b93d6174167f922ce089276f85b63dca80fedb687c6d22 test-bench-deps: {} maintainer: sven.bartscher@weltraumschlangen.de synopsis: Haskell bindings to setlocale changelog: '' basic-deps: base: ! '>=4.6 && <4.1...
```yaml homepage: https://bitbucket.org/IchUndNichtDu/haskell-setlocale changelog-type: '' hash: 148e3de319d1341a7814281592aa4de66c1b0607f1a42ccc25174ea187e747a3 test-bench-deps: {} maintainer: sven.bartscher@weltraumschlangen.de synopsis: Haskell bindings to setlocale changelog: '' basic-deps: base: ! '>=4.6 && <4.1...
1fc5c038-715f-4ab9-a711-9065cd88adf1
{ "language": "YAML" }
```yaml homepage: https://github.com/mfine/postgresql-schema changelog-type: '' hash: f0a630f4c33596908bd31b7f02f6364396a4163c57bed72a9b1d7b9448d39a22 test-bench-deps: {} maintainer: mark.fine@gmail.com synopsis: PostgreSQL Schema Management changelog: '' basic-deps: shelly: ! '>=1.6.8.3' postgresql-schema: -any ...
```yaml homepage: https://github.com/mfine/postgresql-schema changelog-type: '' hash: dce1480fe3505f8ee34374f7f89978ff0e732cea0cf6ed767e286cdd74ccc861 test-bench-deps: {} maintainer: mark.fine@gmail.com synopsis: PostgreSQL Schema Management changelog: '' basic-deps: shelly: ! '>=1.6.8.3' postgresql-schema: -any ...
a9709e6c-05bd-4caf-9844-e4b9941670f6
{ "language": "YAML" }
```yaml AntiFeatures: - NonFreeNet Categories: - Internet License: GPL-3.0-or-later AuthorName: Markus Kollotzek AuthorEmail: markus.kollotzek@posteo.de WebSite: https://gitlab.com/intergalacticsuperhero/hypezig SourceCode: https://gitlab.com/intergalacticsuperhero/hypezig/tree/HEAD IssueTracker: https://gitlab.com...
```yaml AntiFeatures: - NonFreeNet Categories: - Internet License: GPL-3.0-or-later AuthorName: Markus Kollotzek AuthorEmail: markus.kollotzek@posteo.de WebSite: https://gitlab.com/intergalacticsuperhero/hypezig SourceCode: https://gitlab.com/intergalacticsuperhero/hypezig/tree/HEAD IssueTracker: https://gitlab.com...
80a3fd72-ad63-4751-bcae-353dc4581bc7
{ "language": "YAML" }
```yaml --- personal_apps: - backintime-gnome - keepassx - python-dev - libssl-dev ``` Add clang to apt sources.
```yaml --- personal_apps: - backintime-gnome - keepassx - python-dev - libssl-dev - clang ```
696ca640-e9c4-4782-a6c3-d45c18792929
{ "language": "YAML" }
```yaml - name: kvm-provider-okd playbook gather_facts: false hosts: localhost tasks: - include_role: name: ansible-role-kvm-provider-okd ``` Change role name "-" to "_"
```yaml - name: kvm_provider_okd playbook gather_facts: false hosts: localhost tasks: - include_role: name: Jooho.kvm_provider_okd ```
36a29fb3-74ae-498b-a334-8d068c8152fe
{ "language": "YAML" }
```yaml homepage: '' changelog-type: '' hash: 48c57545baa163ebf59764b0782ed6fdd1a6c14baa46bb6420fd41472ff1bb6d test-bench-deps: bytestring: -any base: -any amqp: -any text: -any amqp-worker: -any tasty-hunit: -any tasty: -any aeson: -any maintainer: seanhess@gmail.com synopsis: High level functions for ...
```yaml homepage: '' changelog-type: '' hash: 63ea591616e09f40136c601e362c13158a92f5b816b46f8ed5e70953a8dd9085 test-bench-deps: bytestring: -any base: -any amqp: -any text: -any amqp-worker: -any tasty-hunit: -any tasty: -any aeson: -any maintainer: seanhess@gmail.com synopsis: High level functions for ...
416c323e-e50e-4e25-b91c-f08203adce21
{ "language": "YAML" }
```yaml package: name: flaapluc version: {{ environ.get('GIT_DESCRIBE_TAG', '') }} source: git_url: https://github.com/jlenain/flaapluc.git requirements: build: - python 2.7* - email - numpy 1.13* - scipy - astropy >=2.* - matplotlib >=2.* - ephem - uncertainties run: ...
```yaml package: name: flaapluc version: {{ environ.get('GIT_DESCRIBE_TAG', '') }} source: git_url: https://github.com/jlenain/flaapluc.git requirements: build: - python 2.7* - email - numpy 1.13* - scipy - astropy >=2.* - matplotlib >=2.* - ephem - setuptools - uncertain...
728c86d3-c79c-4025-8770-db385a53a65d
{ "language": "YAML" }
```yaml homepage: '' changelog-type: '' hash: e627f2bb2b483a5ad2a37580e37ad1e1db832ba200cb8ed565440e5c6651074a test-bench-deps: {} maintainer: Yuriy Syrovetskiy <cblp@cblp.su> synopsis: Gitter.im API client changelog: '' basic-deps: exceptions: ! '>=0.8.3 && <0.9' bytestring: ! '>=0.10.8.1 && <0.11' lens-aeson: !...
```yaml homepage: '' changelog-type: '' hash: 8b5d9113753e33c244581f5816dc9204ec665d154e4ac30dee3c9137d0ed9be6 test-bench-deps: {} maintainer: Yuriy Syrovetskiy <cblp@cblp.su> synopsis: Gitter.im API client changelog: '' basic-deps: exceptions: ! '>=0.8.3 && <0.9' bytestring: ! '>=0.10.8.1 && <0.11' lens-aeson: !...
d9e20fa0-0232-4bb2-b400-c3f682253d22
{ "language": "YAML" }
```yaml homepage: https://github.com/vmchale/hs2ats#readme changelog-type: '' hash: 4962a3ae100d76b828aa790fc224c113afc17f0b39c9d4f8a301d1782f872b41 test-bench-deps: base: -any hspec: -any criterion: -any language-ats: -any hs2ats: -any hspec-dirstream: -any system-filepath: -any maintainer: vamchale@gmai...
```yaml homepage: https://github.com/vmchale/hs2ats#readme changelog-type: '' hash: 4c1f97848ac1584092de87ee83db67dc6df5a986cfc66af709ca5791cd16ce75 test-bench-deps: base: -any hspec: -any criterion: -any language-ats: -any hs2ats: -any hspec-dirstream: -any system-filepath: -any maintainer: vamchale@gmai...
e9b48c23-c289-470c-ba15-e0fe4de88296
{ "language": "YAML" }
```yaml homepage: http://hackage.haskell.org/package/mmsyn3 changelog-type: markdown hash: fbb4ac09d03fd722fe691eab8ef6063823e56711d4ef63d702e16f9e312cc0e5 test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: A small library to deal with executable endings changelog: | # Revision history for mmsyn3 ## 0...
```yaml homepage: http://hackage.haskell.org/package/mmsyn3 changelog-type: markdown hash: ced8561ec0f7080acf1758a30621156c8d3ad96a411e007d7ad36588f1527aec test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: A small library to deal with executable endings changelog: | # Revision history for mmsyn3 ## 0...
608a51ed-5f7a-4e43-9968-86641eca2357
{ "language": "YAML" }
```yaml homepage: https://github.com/mokus0/dependent-sum changelog-type: '' hash: 70b042b9899da240e670fbf878b575d6c901d537833a2c2292bc15d23e86cfdf test-bench-deps: {} maintainer: James Cook <mokus@deepbondi.net> synopsis: Dependent sum type changelog: '' basic-deps: base: ! '>=3 && <5' all-versions: - '0.1' - '0.2' ...
```yaml homepage: https://github.com/mokus0/dependent-sum changelog-type: '' hash: 006a0684b6df8e3dbdcbda20e671df1b5e6f6873073205db4d62d5d78b4dd4f7 test-bench-deps: {} maintainer: James Cook <mokus@deepbondi.net> synopsis: Dependent sum type changelog: '' basic-deps: base: ! '>=3 && <5' all-versions: - '0.1' - '0.2' ...
69b18ae9-036e-4350-bcdb-a816026d6a0e
{ "language": "YAML" }
```yaml homepage: '' changelog-type: '' hash: a5c73617215b122e55c44ed9e41fb7e7528d4cda73be5f9cd87120e5be09e8f5 test-bench-deps: {} maintainer: Marcel Fourné (haskell@marcelfourne.de) synopsis: A Prolog interpreter written in Haskell. changelog: '' basic-deps: base: '>=4 && <5' syb: '>=0.3' parsec: '>=3.1.1' con...
```yaml homepage: '' changelog-type: '' hash: 3a447764bf97ef7104e6c93a3314cb4f1b730b237eb04974632d2d86fa7b67a3 test-bench-deps: {} maintainer: Marcel Fourné (haskell@marcelfourne.de) synopsis: A Prolog interpreter written in Haskell. changelog: '' basic-deps: base: '>=4 && <5' syb: '>=0.3' parsec: '>=3.1.1' con...
babe405f-7317-4fc0-86cb-3b152a2fe807
{ "language": "YAML" }
```yaml homepage: '' changelog-type: '' hash: c942a01e4a64881f89c72eaef5e3a78eba8750759cd66996c6746a2a7cabe703 test-bench-deps: {} maintainer: jonas.duregard@chalmers.se synopsis: Finds values satisfying a lazy predicate changelog: '' basic-deps: base: ! '>=4.7 && <5' size-based: ! '>=0.1 && <0.2' all-versions: - 0...
```yaml homepage: '' changelog-type: markdown hash: 7585b6cac1bf24ece7dea2273b7cd48b01f87314b39c2abb356e7cfb6ac2af90 test-bench-deps: {} maintainer: byorgey@gmail.com synopsis: Finds values satisfying a lazy predicate changelog: | * 0.1.3.0 (17 May 2022) - Test with GHC 8.6 through 9.2 - Update maintaine...
b8d51d58-1766-466d-ac9a-ee09da0eb1c5
{ "language": "YAML" }
```yaml homepage: https://github.com/ChaosGroup/system-info changelog-type: '' hash: 1fc231d5f46c262963615f011532c6e30cd565502f56b44000c73b23c3c0961f test-bench-deps: base: -any system-info: -any maintainer: daniel.taskoff@chaosgroup.com synopsis: Get information about CPUs, memory, etc. changelog: '' basic-deps: ...
```yaml homepage: https://github.com/ChaosGroup/system-info changelog-type: text hash: 6a0e12de4da63af7596d174ee57772e582ffc485815950f1b94219a64bbca189 test-bench-deps: base: -any system-info: -any maintainer: daniel.taskoff@chaosgroup.com synopsis: Get information about CPUs, memory, etc. changelog: ! "0.1.0.6\n\t...
afaf3426-2976-4e85-8e7a-13de5e1f951e
{ "language": "YAML" }
```yaml # The extra section will be allowed in an upcoming release of conda-build extra: # List of platforms on which build of this package is expected to succeed. # Allowed options are those in binstar subdir: # osx-64, linux-32, linux-64, win-32, win-64 platforms: - osx-64 - lin...
```yaml # The extra section will be allowed in an upcoming release of conda-build extra: # List of platforms on which build of this package is expected to succeed. # Allowed options are those in binstar subdir: # osx-64, linux-32, linux-64, win-32, win-64 platforms: - osx-64 - lin...
9ad04899-bc2c-448e-bf90-3f1fce50dd4a
{ "language": "YAML" }
```yaml # Site settings title: IRIDA Documentation # email: your-email@domain.com description: > # this means to ignore newlines until "baseurl:" Integrated Rapid Infectious Disease Analysis (IRIDA): A platform for genomic epidemiology. baseurl: "/documentation" # the subpath of your site, e.g. /blog/ #...
```yaml # Site settings title: IRIDA Documentation # email: your-email@domain.com description: > # this means to ignore newlines until "baseurl:" Integrated Rapid Infectious Disease Analysis (IRIDA): A platform for genomic epidemiology. baseurl: "/documentation" # the subpath of your site, e.g. /blog/ #...
b89f6ceb-6434-4dba-b085-21207531be6a
{ "language": "YAML" }
```yaml {% set name = "lapack95" %} {% set version = "3.0.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: http://www.netlib.org/lapack95/lapack95.tgz sha256: 55711e5b1c5ddc9c7dd1d3ea15c37fc5b400783ac6ea573a75e2b1358c2c479b build: number: 0 skip: true # [win] requirements: bu...
```yaml {% set name = "lapack95" %} {% set version = "3.0.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: http://www.netlib.org/lapack95/lapack95.tgz sha256: 55711e5b1c5ddc9c7dd1d3ea15c37fc5b400783ac6ea573a75e2b1358c2c479b build: number: 0 skip: true # [win] requirements: bu...
99289e2b-4a0c-414b-a76b-fdfbbc46dda9
{ "language": "YAML" }
```yaml build: number: 1 skip: True # [osx] string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}} about: home: http://www.cs.cmu.edu/~ckingsf/software/sailfish/ license: GPLv3 summary: Rapid Mapping-based Isoform Quantification from RNA-Seq Reads package: name: sailfish version: 0.9.0 source: fn:...
```yaml build: number: 1 skip: True # [osx] string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}} about: home: http://www.cs.cmu.edu/~ckingsf/software/sailfish/ license: GPLv3 summary: Rapid Mapping-based Isoform Quantification from RNA-Seq Reads package: name: sailfish version: 0.10.1 source: fn...
6d4dece4-60f7-4489-bef7-805259968ecf
{ "language": "YAML" }
```yaml --- #kerberos_ticket_max_life: "0d 12h 0m 0s" #kerberos_ticket_max_renewable_life: "0d 12h 0m 0s" kerberos_ticket_max_life: "0d 0h 30m 0s" kerberos_ticket_max_renewable_life: "0d 0h 30m 0s" ``` Revert 30m ticket length change
```yaml --- kerberos_ticket_max_life: "0d 12h 0m 0s" kerberos_ticket_max_renewable_life: "0d 12h 0m 0s" ```
ecf0c2c2-bf4f-4fbc-baa6-f408bb338d77
{ "language": "YAML" }
```yaml name: rubocop-rspec title: RuboCop RSpec version: '2.8' nav: - modules/ROOT/nav.adoc ``` Switch docs version back to master
```yaml name: rubocop-rspec title: RuboCop RSpec version: master nav: - modules/ROOT/nav.adoc ```
7cced877-e7d5-40e7-962e-41895017454c
{ "language": "YAML" }
```yaml name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: '0.93' nav: - modules/ROOT/nav.adoc ``` Switch back the docs version to master
```yaml name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: 'master' nav: - modules/ROOT/nav.adoc ```
7eae2a6c-2e56-4afd-8b8d-4a2753e52d69
{ "language": "YAML" }
```yaml --- stages: - name: Build Stage inputs: - type: git branch: master triggers: - type: commit jobs: - name: Build type: builder artifact_dir: '' - name: Deploy Stage inputs: - type: job stage: Build Stage job: Build triggers: - type: stage jobs: - name: Dev Deploy Stage...
```yaml --- stages: - name: Build Stage inputs: - type: git branch: master triggers: - type: commit jobs: - name: Build type: builder artifact_dir: '' - name: Deploy Stage inputs: - type: job stage: Build Stage job: Build triggers: - type: stage jobs: - name: Deploy Stage ...
5872a356-f165-45d0-adf2-c8f05fa19b57
{ "language": "YAML" }
```yaml --- profile::base::network::cumulus_interfaces: 'eth0': 'ipv4': [ '172.31.1.9/24', ] # In production environment these should be VLAN aware # bridges and actually tagged. This is not possible in # dev01 environment, though. profile::base::network::cumulus_bridges: 'br100': 'ipv4': [ '172.31.34.2/24...
```yaml --- network::interfaces_hash: 'eth0': 'ipaddress': '172.31.1.9/24' 'post_up': [ '/etc/network/if-up.d/z90-route-eth0', ] 'post_down': [ '/etc/network/if-down.d/z90-route-eth0', ] # In production environment these should be VLAN aware # bridges and actually tagged. This is not possible in # dev01 ...
0f275fcc-09d5-4f3b-9987-545671f6df59
{ "language": "YAML" }
```yaml machine: node: version: 4.1.0 dependencies: cache_directories: - frontend/node_modules - frontend/typings - vendor/bower_components pre: - "cd frontend && npm i && cd .." - "bower install" - "cd frontend && node_modules/.bin/gulp tsd && node_modules/.bin/gulp ts && cd .." ov...
```yaml machine: node: version: 4.1.0 dependencies: cache_directories: - frontend/node_modules - frontend/typings - vendor/bower_components pre: - "cd frontend && npm i && cd .." - "bower install" - "cd frontend && node_modules/.bin/gulp tsd && node_modules/.bin/gulp ts && cd .." ov...
96d0bc9a-64e4-4d07-b77a-e874483fe403
{ "language": "YAML" }
```yaml version: 2 executorType: machine jobs: build: environment: GOPATH: /home/circleci/.go_workspace working_directory: $GOPATH/src/github.com/moby/tool steps: - checkout - run: go get github.com/golang/lint/golint - run: cd $GOPATH/src/github.com/moby/tool && make test``` Buil...
```yaml version: 2 executorType: machine jobs: build: environment: GOPATH: /home/circleci/.go_workspace working_directory: $GOPATH/src/github.com/moby/tool steps: - checkout - run: go get github.com/golang/lint/golint - run: cd $GOPATH/src/github.com/moby/tool && make test - ...
c0ecce62-a042-4844-bbb0-f4c0f3fa6955
{ "language": "YAML" }
```yaml version: 2 jobs: build: macos: xcode: 8.3.3 environment: - NODE_VERSION: "7.9.0" steps: - checkout - run: name: install llvm command: | brew update brew install llvm echo "export PATH=${PATH}:/usr/local/opt/llvm/bin" >> $BASH_ENV ...
```yaml version: 2 jobs: build: macos: xcode: 8.3.3 environment: - NODE_VERSION: "7.9.0" steps: - checkout - run: name: install llvm command: | brew update brew install llvm echo "export PATH=${PATH}:/usr/local/opt/llvm/bin" >> $BASH_ENV ...
e42c78ba-f2f2-4a4b-97cf-84ec91a26cec
{ "language": "YAML" }
```yaml version: 2 jobs: build: working_directory: ~/geb docker: - image: gebish/ci:v1 environment: GRADLE_OPTS: -Xmx512m steps: - checkout - run: name: Check all modules command: ./gradlew --no-daemon -p module -Pci -g ${SNAP_CACHE_DIR}/.gradle chec...
```yaml version: 2 jobs: build: working_directory: ~/geb docker: - image: gebish/ci:v1 environment: GRADLE_OPTS: -Xmx512m steps: - checkout - restore_cache: keys: - manual-{{ .Branch }} - integrations-{{ .Branch }} - modules...
01e0def7-38c0-47b4-8e7f-0b001f917a5d
{ "language": "YAML" }
```yaml version: 2.1 orbs: node: circleci/node@4.1 jobs: build-and-test: docker: - image: cimg/node:lts steps: - checkout - node/install-packages - run: name: Run tests (qunit) command: npm run test:cli - run: name: Run tests (mocha) co...
```yaml version: 2.1 orbs: node: circleci/node@4.1 jobs: build-and-test: docker: - image: cimg/node:lts steps: - checkout - node/install-packages - run: name: Run tests (mocha) command: npm run test:mocha workflows: main: jobs: - build-and-test ```
ceb10699-b16f-436a-93a1-6e6cb2f87eb8
{ "language": "YAML" }
```yaml version: 2 jobs: build: working_directory: ~/repo docker: - image: node:12.18.3 steps: - checkout - restore_cache: key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }} - run: yarn install - save_cache: paths: - node_modules key:...
```yaml version: 2 jobs: build: working_directory: ~/repo docker: - image: node:12.19.0 steps: - checkout - restore_cache: key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }} - run: yarn install - save_cache: paths: - node_modules key:...
f5400afb-4800-4e92-80da-74967b808d3f
{ "language": "YAML" }
```yaml version: 2 references: steps: &steps - checkout - run: name: Update Bundler command: gem install bundler - run: name: Install dependencies from .gemspec command: bundle install --jobs=4 --retry=3 --path vendor/bundle - run: name: Run RSpec tests ...
```yaml version: 2 references: steps: &steps - checkout - run: name: Update Bundler command: gem install bundler - run: name: Install dependencies from .gemspec command: bundle install --jobs=4 --retry=3 --path vendor/bundle - run: name: Run RSpec tests ...
f35c44d6-a194-4e43-9ea8-7d1914e383b3
{ "language": "YAML" }
```yaml version: 2 jobs: build: docker: - image: circleci/node:8.5 working_directory: ~/repo steps: - run: sudo apt install -y rsync - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cac...
```yaml version: 2 jobs: build: docker: - image: circleci/node:8.5 working_directory: ~/repo steps: - run: sudo apt install -y rsync - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cac...
76f8fa45-49bf-4644-9f7d-e23790430b83
{ "language": "YAML" }
```yaml version: 2 .build_template: &build_definition steps: - checkout - run: bundle install - run: bundle exec rake rubocop - run: bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml working_directory: ~/app jobs: build: <<: *buil...
```yaml version: 2 .build_template: &build_definition steps: - checkout - run: bundle install - run: bundle exec rake rubocop - run: bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml working_directory: ~/app jobs: build: <<: *buil...
31d020ce-a9af-41ed-8af7-cd3f5c4170e3
{ "language": "YAML" }
```yaml version: 2 jobs: lint: docker: - image: circleci/node:8.5 steps: - checkout - run: name: npm install command: npm install - run: name: npm run lint command: npm run lint test: docker: - image: circleci/node:8.4 steps: ...
```yaml version: 2 jobs: lint: docker: - image: circleci/node:8.5 steps: - checkout - run: name: npm install command: npm install - run: name: npm run lint command: npm run lint test: docker: - image: circleci/node:8.5 steps: ...
bfcea84a-50bd-403a-8e6e-c5ffaae61339
{ "language": "YAML" }
```yaml # Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/node:7.10 # Specify service dependencies here if necessary # Ci...
```yaml version: 2 jobs: build-node-common: &build-node-common steps: - checkout - restore_cache: keys: - dependencies-{{ checksum "package-lock.json" }} # fallback to using the latest cache if no exact match is found - dependencies- - run: na...
9efd06e5-7f3a-48b1-a3e8-caa3c7980e3a
{ "language": "YAML" }
```yaml --- consul_is_server: yes consul_dc: dc1 consul_dc_group: dc={{ consul_dc }} consul_servers_group: role=control consul_advertise: "{{ private_ipv4 }}" consul_retry_join: "{% for host in groups[consul_servers_group] | intersect(groups[consul_dc_group]) %}\"{{ hostvars[host].private_ipv4 }}\"{% if not loop.last %...
```yaml --- consul_is_server: yes consul_dc: dc1 consul_dc_group: dc={{ consul_dc }} consul_servers_group: role=control consul_advertise: "{{ private_ipv4 }}" consul_retry_join: "{% for host in groups[consul_servers_group] | intersect(groups[consul_dc_group]) %}\"{{ hostvars[host].private_ipv4 }}\"{% if not loop.last %...
b827934b-877a-44c2-a920-a8f2984dd9ec
{ "language": "YAML" }
```yaml common: api_name: managedidentities api_version: v1 organization_name: google-cloud proto_deps: - name: google-common-protos src_proto_paths: - . service_yaml: managedidentities_v1.yaml gapic_yaml: managedidentities_gapic.yaml artifacts: - name: gapic_config type: GAPIC_CONFIG - name: java_g...
```yaml common: api_name: managedidentities api_version: v1 organization_name: google-cloud proto_deps: - name: google-common-protos src_proto_paths: - . service_yaml: managedidentities_v1.yaml gapic_yaml: managedidentities_gapic.yaml proto_package: google.cloud.managedidentities.v1 artifacts: - nam...
c2a01220-a583-432b-b774-0ad480ca0e74
{ "language": "YAML" }
```yaml - defaults: link: # Create new symlinks when they do not exist create: true # Relink old symlinks when they are changed relink: true # Directories to be checked for broken symlinks - clean: ['~', '~/.config'] - link: ~/.dotfiles: '' ~/.bashrc: ~/.bash_profile: ...
```yaml - defaults: link: # Create new symlinks when they do not exist create: true # Relink old symlinks when they are changed relink: true # Directories to be checked for broken symlinks - clean: ['~', '~/.config'] # <destination>: <source (relative to root dotfiles directory)> - link: ...
29d4c216-83d0-4403-a411-492066f702d5
{ "language": "YAML" }
```yaml - defaults: link: create: true relink: true - clean: ['~'] - link: ~/.condarc: managed/anaconda/condarc ~/.dircolors: managed/dircolors-solarized/dircolors.ansi-light ~/.gitconfig: managed/git/gitconfig ~/.iterm2: if: '[ `uname` = Darwin ]' path: managed/iTerm2 ...
```yaml - defaults: link: create: true relink: true - clean: ['~'] - link: ~/.condarc: managed/anaconda/condarc ~/.dircolors: managed/dircolors-solarized/dircolors.ansi-light ~/.gitconfig: managed/git/gitconfig ~/.iterm2: if: '[ `uname` = Darwin ]' path: managed/iTerm2 ...
c1fb63b1-1aae-4b11-99a6-92d8e3b48e59
{ "language": "YAML" }
```yaml --- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: directory path: content/writings label: Writings create: all match: "**/*" new_doc_ext: ".mdx" upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":file...
```yaml --- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: directory path: content/writings label: Writings create: all match: "**/*" new_doc_ext: mdx upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filen...
fad9c1bc-ccb4-48a6-91ae-141b997a909a
{ "language": "YAML" }
```yaml --- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: directory path: _includes label: Sayfa İçerikleri create: documents match: "**/*" - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all upload_dir: uploads public_path...
```yaml --- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: directory path: _data label: Veriler create: documents match: "**/*" - type: directory path: _includes label: Sayfa İçerikleri create: documents match: "**/*" - type: jekyll-posts label: Posts create: ...
3aa88dab-c91a-4688-8b02-6bed081b470b
{ "language": "YAML" }
```yaml version: 2 updates: - package-ecosystem: npm directory: "/" schedule: interval: weekly day: "monday" time: "00:00" timezone: Europe/London open-pull-requests-limit: 10 ignore: - dependency-name: govuk-colours versions: - ">= 0" - dependency-name: govuk-frontend versions: ...
```yaml version: 2 updates: - package-ecosystem: npm directory: "/" schedule: interval: weekly day: "monday" time: "00:00" timezone: Europe/London open-pull-requests-limit: 10 ignore: - dependency-name: govuk-colours versions: - ">= 0" - dependency-name: govuk-frontend versions: ...
47633849-1701-4d78-bc51-d4e96560f553
{ "language": "YAML" }
```yaml image: node:8.1 cache: paths: - node_modules/ - public/content - ~/.yarn-cache stages: - test - deploy test: stage: test script: - rm -rf node_modules - yarn install - npm run test-with-coverage deploy_production: stage: deploy script: - rm -rf node_modules - ya...
```yaml image: node:8.1 cache: paths: - node_modules/ - public/content - ~/.yarn-cache stages: - test - deploy test: stage: test script: - yarn install - npm run test-with-coverage deploy_production: stage: deploy script: - yarn install - npm run sync-content - npm run ...
71e2dd62-b021-4b0a-97a6-3aac96340906
{ "language": "YAML" }
```yaml .test-template: &test cache: paths: - vendor/ruby before_script: - gem install bundler --no-document - bundle config set --local path 'vendor/bundle' - bundle config set --local without 'development' - bundle install -j $(nproc) - ruby -v # Pri...
```yaml .test-template: &test cache: paths: - vendor/ruby before_script: - gem install bundler --no-document - bundle config set --local path 'vendor/bundle' - bundle config set --local without 'development' - bundle install -j $(nproc) - ruby -v # Pri...
6d0f2243-6704-41a7-8ab2-a5c993f5af4c
{ "language": "YAML" }
```yaml # Template for human RNA-seq using Illumina prepared samples --- details: - analysis: RNA-seq genome_build: GRCh37 algorithm: aligner: tophat2 trim_reads: read_through adapters: [truseq, polya] strandedness: unstranded upload: dir: ../final ``` Add quality_format to SEQC te...
```yaml # Template for human RNA-seq using Illumina prepared samples --- details: - analysis: RNA-seq genome_build: GRCh37 algorithm: quality_format: Standard aligner: tophat2 trim_reads: read_through adapters: [truseq, polya] strandedness: unstranded upload: dir: ../final ```
024b626b-5cd3-41ee-8d71-efdb4e5be07a
{ "language": "YAML" }
```yaml pipeline: build: image: kkarczmarczyk/node-yarn commands: - yarn - yarn test publish-staging: image: plugins/docker repo: nossas/bonde-client username: lpirola password: ${DOCKER_PASSWORD} tags: - ${DRONE_BRANCH} when: status: success branch: [ho...
```yaml pipeline: build: image: kkarczmarczyk/node-yarn commands: - yarn - yarn test publish-staging: image: plugins/docker repo: nossas/bonde-client username: lpirola password: ${DOCKER_PASSWORD} tags: - ${DRONE_BRANCH} when: status: success branch: [ho...
ec10d760-8b4b-4dcd-b9e4-f7e5422bfa90
{ "language": "YAML" }
```yaml rubocop: config_file: .rubocop.yml scss: config_file: .scss-lint.yml ``` Switch to rubocop_styleguide.yml as style source
```yaml rubocop: config_file: .rubocop_styleguide.yml scss: config_file: .scss-lint.yml ```
7ba03f70-6aae-4d07-bab0-c5913e0db801
{ "language": "YAML" }
```yaml author: Spotify author_url: https://hubs.spotify.net copyright: Copyright © 2015-2016 Spotify AB readme: README.md documentation: documentation/*.md module: HubFramework module_version: v1.0.0 output: documentation/output theme: fullwidth github_url: https://ghe.spotify.net/iOS/HubFramework github_file_pref...
```yaml author: Spotify author_url: https://hubs.spotify.net copyright: Copyright © 2015-2016 Spotify AB readme: README.md documentation: documentation/*.md module: HubFramework module_version: v1.0.0 output: documentation/output theme: fullwidth github_url: https://ghe.spotify.net/iOS/HubFramework github_file_pref...
b1b848a1-3831-42a9-8847-6e5176a39ca3
{ "language": "YAML" }
```yaml - project: templates: - check-requirements - lib-forward-testing-python3 - openstack-lower-constraints-jobs - openstack-python3-ussuri-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 ``` Add Python3 victoria unit tests
```yaml - project: templates: - check-requirements - lib-forward-testing-python3 - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 ```
6b47fa8b-8068-45b8-867d-e65c7688f3a7
{ "language": "YAML" }
```yaml - project: templates: - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - release-notes-jobs-python3 - publish-openstack-docs-pti - check-requirements gate: queue: kuryr ``` Add Python3 xena unit tests
```yaml - project: templates: - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-xena-jobs - release-notes-jobs-python3 - publish-openstack-docs-pti - check-requirements gate: queue: kuryr ```
218bf748-563d-472d-a8d5-8bee37e5d469
{ "language": "YAML" }
```yaml - project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-ussuri-jobs - publish-openstack-docs-pti ``` Add Python3 victoria unit tests
```yaml - project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs - publish-openstack-docs-pti ```
3be17879-0b59-45ac-aa2e-702c96d7a402
{ "language": "YAML" }
```yaml package: name: gclib version: "0.0.1" build: number: 1 skip: False source: fn: gclib-0.0.1.tar.gz url: https://github.com/gpertea/gclib/archive/907a9d6484b92ea0c357baf2da5d85bc6e6b82b1.tar.gz md5: 13891db103fab3457beb621ab43f8843 patches: - Makefile.patch requirements: build: - ...
```yaml package: name: gclib version: "0.0.1" build: number: 2 skip: False source: fn: gclib-0.0.1.tar.gz url: https://github.com/gpertea/gclib/archive/907a9d6484b92ea0c357baf2da5d85bc6e6b82b1.tar.gz md5: 13891db103fab3457beb621ab43f8843 patches: - Makefile.patch requirements: build: - ...
fab4651e-b7b8-44c4-81ea-553c564179c0
{ "language": "YAML" }
```yaml tests: kernel.objects.tracking: tags: kernel platform_exclude: qemu_x86_tiny intel_adsp_cavs25 ``` Revert "tests/kernel/obj_tracking: Filter cAVS 2.5 builds to prevent DSP host hangs"
```yaml tests: kernel.objects.tracking: tags: kernel platform_exclude: qemu_x86_tiny ```
64eeb6f7-1900-4945-8596-b4ee4fddce9c
{ "language": "YAML" }
```yaml --- # See https://cloud.google.com/cloud-build/docs/build-config timeout: 1200s options: substitution_option: ALLOW_LOOSE steps: - name: gcr.io/cloud-builders/docker dir: ./images/releng/ci args: - build - --tag=$_REGISTRY/releng-ci:$_GIT_TAG - --tag=$_REGISTRY/releng-ci:$_IMAGE_VE...
```yaml --- # See https://cloud.google.com/cloud-build/docs/build-config timeout: 1200s options: substitution_option: ALLOW_LOOSE steps: - name: gcr.io/cloud-builders/docker dir: ./images/releng/ci args: - build - --tag=$_REGISTRY/releng-ci:$_GIT_TAG - --tag=$_REGISTRY/releng-ci:$_IMAGE_VE...
19020f13-da7d-4178-8240-83cf14fe6b6e
{ "language": "YAML" }
```yaml nfsPVC: enabled: true nfs: serverIP: nfsserver1 shareName: export/homedirs-other-2020-07-29/genomics jupyterhub: scheduling: userScheduler: nodeSelector: hub.jupyter.org/pool-name: core-pool proxy: nodeSelector: hub.jupyter.org/pool-name: core-pool hub: nodeSe...
```yaml nfsPVC: enabled: true nfs: serverIP: nfsserver1 shareName: export/homedirs-other-2020-07-29/genomics jupyterhub: scheduling: userScheduler: nodeSelector: hub.jupyter.org/pool-name: core-pool proxy: nodeSelector: hub.jupyter.org/pool-name: core-pool hub: nodeSe...
23edbb55-4d94-4216-a85a-a8862b930b59
{ "language": "YAML" }
```yaml - type: replace path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/maximum_app_disk_in_mb? value: 6144 - type: replace path: /instance_groups/name=cc-worker/jobs/name=cloud_controller_worker/properties/cc/maximum_app_disk_in_mb? value: 6144 - type: replace path: /instance_gr...
```yaml - type: replace path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/maximum_app_disk_in_mb? value: 8192 - type: replace path: /instance_groups/name=cc-worker/jobs/name=cloud_controller_worker/properties/cc/maximum_app_disk_in_mb? value: 8192 - type: replace path: /instance_gr...
c70abc1b-c7da-473b-b536-9e336fd5bb6e
{ "language": "YAML" }
```yaml - name: Perform pre-deployment validations hosts: localhost gather_facts: yes any_errors_fatal: true tasks: - name: "Install/Upgrade are mutually exclusive" fail: msg: "Options '--deploy' and '--upgrade' and '--ocupdate' are mutually exclusive" when: - ( in...
```yaml - name: Perform pre-deployment validations hosts: localhost gather_facts: yes any_errors_fatal: true tasks: - name: "Install/Upgrade are mutually exclusive" fail: msg: "Options '--deploy' and '--upgrade' and '--ocupdate' are mutually exclusive" when: - ( in...
da8932e8-df1b-4dc3-9483-6e5dc51833a4
{ "language": "YAML" }
```yaml kind: Deployment apiVersion: apps/v1 metadata: name: prow-build namespace: default spec: replicas: 1 strategy: type: Recreate # replace, do not scale up selector: matchLabels: app: prow-build template: metadata: labels: app: prow-build spec: serviceAccount: ...
```yaml kind: Deployment apiVersion: apps/v1 metadata: name: prow-build namespace: default spec: replicas: 1 strategy: type: Recreate # replace, do not scale up selector: matchLabels: app: prow-build template: metadata: labels: app: prow-build spec: serviceAccount: ...
22f2033a-f713-434f-ad1f-4549535ec7be
{ "language": "YAML" }
```yaml --- - name: create install dir file: path=/opt/pcloud state=directory become: true - name: get JSON from API uri: url=https://api.pcloud.com/getpublinkdownload?code=XZGr337ZAdsin51iTdSc2MVwD7bHzbMenjok method=GET return_content=yes register: json_response - name: set download URL set_fact: download_ur...
```yaml --- - name: create install dir file: path=/opt/pcloud state=directory become: true - name: get JSON from API uri: url=https://api.pcloud.com/getpublinkdownload?code=XZGr337ZAdsin51iTdSc2MVwD7bHzbMenjok method=GET return_content=yes register: json_response - name: set download URL set_fact: download_ur...
778b8542-8ec8-4f37-9910-851a72f16c7b
{ "language": "YAML" }
```yaml --- - name: Generate a SECRET_KEY for NetBox if unspecified shell: "{{ netbox_current_path }}/netbox/generate_secret_key.py > {{ netbox_shared_path }}/generated_secret_key" args: creates: "{{ netbox_shared_path }}/generated_secret_key" - name: Load saved SECRET_KEY slurp: src: "{{ netbox_shared_p...
```yaml --- - name: Generate a SECRET_KEY for NetBox if unspecified shell: "{{ netbox_current_path }}/netbox/generate_secret_key.py | tr -d $'\n' > {{ netbox_shared_path }}/generated_secret_key" args: creates: "{{ netbox_shared_path }}/generated_secret_key" - name: Load saved SECRET_KEY slurp: src: "{{ n...
9af37fff-2259-4af1-9951-7f2f3f46a69f
{ "language": "YAML" }
```yaml {% set version = "2.0.0" %} package: name: iris_sample_data version: {{ version }} source: fn: iris-sample-data-{{ version }}.tar.gz url: https://github.com/SciTools/iris-sample-data/archive/v{{ version }}.tar.gz sha256: 8907f2ac0e38a32e39f79db7e6426d25c27cb18b9ad510a33f3f2538ebac12ac bui...
```yaml {% set version = "2.0.0" %} package: name: iris_sample_data version: {{ version }} source: fn: iris-sample-data-{{ version }}.tar.gz url: https://github.com/SciTools/iris-sample-data/archive/v{{ version }}.tar.gz sha256: 8907f2ac0e38a32e39f79db7e6426d25c27cb18b9ad510a33f3f2538ebac12ac bui...
611ceb82-d3bf-4b84-97ed-5654f26470ad
{ "language": "YAML" }
```yaml name: Problems version: 1.1.0 description: Detects and reports problems found in the site. icon: exclamation-circle author: name: Team Grav email: devs@getgrav.org url: http://getgrav.org homepage: https://github.com/getgrav/grav-plugin-problems keywords: problems, plugin, detector, assistant, required bu...
```yaml name: Problems version: 1.1.0 description: Detects and reports problems found in the site. icon: exclamation-circle author: name: Team Grav email: devs@getgrav.org url: http://getgrav.org homepage: https://github.com/getgrav/grav-plugin-problems keywords: problems, plugin, detector, assistant, required bu...
a8fb283c-570a-469c-a288-67d6743c0e97
{ "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 ...
8fa10764-2ffe-4006-9e85-111eb85c89fd
{ "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...
8513d151-2627-441f-a1be-638c633a1b08
{ "language": "YAML" }
```yaml Categories: - Multimedia - Reading License: GPL-3.0-or-later AuthorName: Utazukin SourceCode: https://github.com/Utazukin/Ichaival IssueTracker: https://github.com/Utazukin/Ichaival/issues Changelog: https://github.com/Utazukin/Ichaival/releases AutoName: Ichaival Description: |- Features * View a...
```yaml Categories: - Multimedia - Reading License: GPL-3.0-or-later AuthorName: Utazukin SourceCode: https://github.com/Utazukin/Ichaival IssueTracker: https://github.com/Utazukin/Ichaival/issues Changelog: https://github.com/Utazukin/Ichaival/releases AutoName: Ichaival Description: |- Features * View a...
3f881277-3137-40e9-b071-4c5f80609dd5
{ "language": "YAML" }
```yaml Categories: - Games License: MIT AuthorName: minar AuthorEmail: minar.tastic@gmail.com AuthorWebSite: https://minar.ml/ SourceCode: https://github.com/m-i-n-a-r/randomix IssueTracker: https://github.com/m-i-n-a-r/randomix/issues AutoName: Randomix RepoType: git Repo: https://github.com/m-i-n-a-r/randomix.gi...
```yaml Categories: - Games License: MIT AuthorName: minar AuthorEmail: minar.tastic@gmail.com AuthorWebSite: https://minar.ml/ SourceCode: https://github.com/m-i-n-a-r/randomix IssueTracker: https://github.com/m-i-n-a-r/randomix/issues AutoName: Randomix RepoType: git Repo: https://github.com/m-i-n-a-r/randomix.gi...
260fb62d-bc5f-4479-bfac-19445a45d5cb
{ "language": "YAML" }
```yaml Categories: - Theming License: GPL-3.0-only SourceCode: https://gitlab.com/samsumas/LivingBurger IssueTracker: https://gitlab.com/samsumas/LivingBurger/issues Changelog: https://gitlab.com/samsumas/LivingBurger/tags AutoName: BurgerWP Description: |- Very nice Wallpaper featuring some pizza and burger. B...
```yaml Categories: - Theming License: GPL-3.0-only SourceCode: https://gitlab.com/samsumas/LivingBurger IssueTracker: https://gitlab.com/samsumas/LivingBurger/issues Changelog: https://gitlab.com/samsumas/LivingBurger/tags AutoName: BurgerWP Description: |- Very nice Wallpaper featuring some pizza and burger. B...
839ff085-dc72-4485-ba49-ea553b93431f
{ "language": "YAML" }
```yaml Categories: - Reading License: GPL-3.0-or-later SourceCode: https://github.com/agnelvishal/newsDiet IssueTracker: https://github.com/agnelvishal/newsDiet/issues AutoName: News Diet Summary: A news recommendation engine with user customizable parameters Description: News apps like Google News, Flipboard, BBC ...
```yaml Categories: - Reading License: GPL-3.0-or-later SourceCode: https://github.com/agnelvishal/newsDiet IssueTracker: https://github.com/agnelvishal/newsDiet/issues AutoName: News Summary: A news recommendation engine with user customizable parameters Description: News apps like Google News, Flipboard, BBC show ...
119a6fe6-8c45-4caa-a3b0-f86436c42903
{ "language": "YAML" }
```yaml {% set name = "sphinx-notfound-page" %} {% set version = "0.5" %} {% set hash = "0ff34a26140ede859dc9bcc216107a5e27dcd0076a1b1defaa31f61fb67b489c" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar...
```yaml {% set name = "sphinx-notfound-page" %} {% set version = "0.5" %} {% set hash = "0ff34a26140ede859dc9bcc216107a5e27dcd0076a1b1defaa31f61fb67b489c" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar...
709d14ab-6194-48e1-be41-3699c62fb795
{ "language": "YAML" }
```yaml --- - name: Create temporary mount point file: dest=temp state=directory - shell: "mount" - shell: "df" - shell: "umount {{ chrootpath }}/dev" - shell: "lsof {{ chrootpath }}/proc" - shell: "umount -l {{ chrootpath }}/proc" - shell: "fallocate -l {{ rootfs_size }} rootfs.img" - shell: "mkf...
```yaml --- - name: Create temporary mount point file: dest=temp state=directory - shell: "mount" - shell: "df" - shell: "umount {{ chrootpath }}/dev" - shell: "lsof {{ chrootpath }}/proc" - shell: "umount -l {{ chrootpath }}/proc" - shell: "fallocate -l {{ rootfs_size }} rootfs.img" - shell: "mkf...