doc_id
stringlengths
36
36
metadata
dict
input
stringlengths
28
4.3k
output
stringlengths
11
5.45k
52881379-4c29-496a-a42a-133de7acedd0
{ "language": "YAML" }
```yaml version: '2' services: bugzilla: image: uneet/bugzilla restart: on-failure ports: - 8081:80 environment: SES_VERIFIED_SENDER: bugzilla.dev@unee-t.com MYSQL_HOST: db.dev.unee-t.com MYSQL_PORT: 3306 MYSQL_ROOT_PASSWORD: jai7Paib ...
```yaml version: '2' services: bugzilla: image: uneet/bugzilla restart: on-failure ports: - 8081:80 environment: # Setup by local .env file SES_SMTP_USERNAME: ${SES_SMTP_USERNAME} SES_SMTP_PASSWORD: ${SES_SMTP_PASSWORD} SES_VERIFIED_SENDER: ${SES_V...
0b85f76b-190b-4f3a-a791-0d43eb6a87de
{ "language": "YAML" }
```yaml collectd: build: apps/collectd command: /bin/bash -c "service collectd stop; sleep 45; collectd -f" links: - kairosdb kairosdb: build: apps/kairosdb command: /bin/bash -c "sleep 30; /opt/kairosdb/bin/kairosdb.sh run" ports: - "4242:4242" - "8080:8080" links: - cassandra cassandra: ...
```yaml collectd: build: apps/collectd command: /bin/bash -c "collectd -f" links: - kairosdb kairosdb: build: apps/kairosdb command: /bin/bash -c "/opt/kairosdb/bin/kairosdb.sh run" ports: - "4242:4242" - "8080:8080" links: - cassandra cassandra: image: jimthedev/cassandra hostname: cas...
303e787d-1893-44b7-9078-f5adc2a51371
{ "language": "YAML" }
```yaml version: '2' services: master: container_name: 'citus_master' image: 'citusdata/citus:5.2.2' ports: ['5432:5432'] labels: ['com.citusdata.role=Master'] worker: image: 'citusdata/citus:5.2.2' labels: ['com.citusdata.role=Worker'] config: container_name: 'citus_config' image...
```yaml version: '2' services: master: container_name: 'citus_master' image: 'citusdata/citus:5.2.2' ports: ['5432:5432'] labels: ['com.citusdata.role=Master'] worker: image: 'citusdata/citus:5.2.2' labels: ['com.citusdata.role=Worker'] config: container_name: 'citus_config' image...
2ad47979-3134-40d4-b9cb-b2ec996cf91a
{ "language": "YAML" }
```yaml name: PHP Mutation testing on: push: branches: [ main ] jobs: test: runs-on: 'ubuntu-latest' steps: - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.1' - uses: actions/checkout@v2 with: fetch-depth: 0 - name: Validate compo...
```yaml name: PHP Mutation testing on: push: branches: [ main ] jobs: test: runs-on: 'ubuntu-latest' steps: - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.1' - uses: actions/checkout@v2 with: fetch-depth: 0 - name: Validate compo...
d3918ab5-0ee0-4600-af27-0e9315272660
{ "language": "YAML" }
```yaml template: url: https://github.com/LaunchCodeEducation/Template-Light # Base URL of the published website baseUrl: http://education.launchcode.org/cs50x-yourcitygoeshere # Used to link to the GitHub project github: user: LaunchCodeEducation repo: cs50x-yourcitygoeshere title: LaunchCode's CS50x -...
```yaml template: url: https://github.com/LaunchCodeEducation/Template-Light # Base URL of the published website baseUrl: http://education.launchcode.org/cs50x-yourcitygoeshere # Used to link to the GitHub project github: user: LaunchCodeEducation repo: cs50x-yourcitygoeshere title: LaunchCode's CS50x -...
b9f71f79-8dc0-46b4-9d30-87c08defa36a
{ "language": "YAML" }
```yaml Neos: Flow: security: session: inactivityTimeout: 0 # Disable session timeout while developing ``` Use correct order for inactivitytimeout
```yaml Neos: Flow: session: inactivityTimeout: 0 # Disable session timeout while developing ```
d4f252fc-9a8c-4940-bc11-79b74019e862
{ "language": "YAML" }
```yaml --- - name: "Download wordpress" become: yes get_url: "url={{ storyteller_wp_file_url }}/{{ storyteller_wp_file }} dest=/srv/{{ storyteller_wp_file }} sha256sum='{{ storyteller_wp_sha256sum }}'" - name: "Extract archive" become: yes unarchive: "src=/srv/{{ storyteller_wp_file }} dest=/srv copy=no creat...
```yaml --- - name: "Download wordpress" become: yes get_url: "url={{ storyteller_wp_file_url }}/{{ storyteller_wp_file }} dest=/srv/{{ storyteller_wp_file }} sha256sum='{{ storyteller_wp_sha256sum }}'" - name: "Extract archive" become: yes unarchive: "src=/srv/{{ storyteller_wp_file }} dest=/srv copy=no creat...
365b7b94-3a26-4571-9364-b82144fd147c
{ "language": "YAML" }
```yaml - apt: name: tshark - lineinfile: path: /usr/share/wireshark/init.lua regexp: '^disable_lua =' line: 'disable_lua = true' ``` Add wireshark group and grant execute tshark to wireshark group.
```yaml - apt: name: tshark - lineinfile: path: /usr/share/wireshark/init.lua regexp: '^disable_lua =' line: 'disable_lua = true' - group: name: wireshark state: present - file: path: /usr/bin/dumpcap group: wireshark mode: 0750 - capabilities: path: /usr/bin/dumpcap capabil...
03b4362e-fe05-4e1e-8b50-d65536b38ecc
{ "language": "YAML" }
```yaml # Docker image to use. image: gcr.io/tf-on-k8s-dogfood/tf_operator:10b10fd test_image: gcr.io/tf-on-k8s-dogfood/tf_sample:dc944ff ## Install Default RBAC roles and bindings rbac: install: false apiVersion: v1beta1``` Update the tfjob image to the latest green CL.
```yaml # Docker image to use. image: gcr.io/tf-on-k8s-dogfood/tf_operator:v20171019-7a05c26 test_image: gcr.io/tf-on-k8s-dogfood/tf_sample:dc944ff ## Install Default RBAC roles and bindings rbac: install: false apiVersion: v1beta1 ```
e9305916-12f3-4fda-8a8a-7563a717eb03
{ "language": "YAML" }
```yaml homepage: https://github.com/nikita-volkov/attoparsec-time changelog-type: '' hash: 7254ee92d32a5e9c95ac1f570b0a2cea34003428b01b2f50f9b96dd71339355d test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Attoparsec parsers of time changelog: '' basic-deps: bytestring: ==0.10.* bas...
```yaml homepage: https://github.com/nikita-volkov/attoparsec-time changelog-type: '' hash: 4b2e24e2ecf1787561428c2ef666a7f2f3e63cd190412afc8ad96176f303ba5f test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Attoparsec parsers of time changelog: '' basic-deps: bytestring: '>=0.10 && <0....
c62d70da-1f88-4066-8c06-4431b0e28b5a
{ "language": "YAML" }
```yaml name: Continous build - build and test on every push on: push jobs: build: name: Build and test runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] java-version: [8, 11] steps: - name: Checkout uses: actions/checkout@v1 ...
```yaml name: Continous build - build and test on every push on: push jobs: build: name: Build and test runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] java-version: [8, 11] steps: - name: Checkout uses: actions/checkout@v1 ...
1241acae-1ab0-4ed3-a11d-f17a9961a834
{ "language": "YAML" }
```yaml --- - name: disable password authentication over SSH copy: src=sshd_config dest=/etc/ssh/sshd_config owner=root group=root mode=0644 sudo: yes - name: trust github's public key lineinfile: dest: /etc/ssh/ssh_known_hosts create: yes state: present line: "{{ github_ssh_pubkey | replace(' '...
```yaml --- - name: disable password authentication over SSH copy: src=sshd_config dest=/etc/ssh/sshd_config owner=root group=root mode=0644 sudo: yes - name: trust github's public key lineinfile: dest: /etc/ssh/ssh_known_hosts create: yes state: present line: "{{ github_ssh_pubkey | replace(' '...
e26505c3-4ef1-4b9b-aedc-943ef5cbcc45
{ "language": "YAML" }
```yaml homepage: https://github.com/mouri111/ast-monad#readme changelog-type: '' hash: 677616d2b7ebc0787bc947577f5f40c9f0e2f5948eb39ea38682740af7784952 test-bench-deps: base: -any ast-monad: -any maintainer: 8128jp@gmail.com synopsis: A library for constructing AST by using do-notation changelog: '' basic-deps: ...
```yaml homepage: https://github.com/mouri111/ast-monad#readme changelog-type: '' hash: 43f0394c4465cfd294666ff976242093e8b5f4b0e0322055250cf8e26fb53e8c test-bench-deps: base: -any ast-monad: -any maintainer: 8128jp@gmail.com synopsis: A library for constructing AST by using do-notation changelog: '' basic-deps: ...
5eefa8b3-1549-4912-9418-4e8017b07aaf
{ "language": "YAML" }
```yaml Categories: - Time - Theming License: GPL-3.0-only WebSite: https://ashutoshgngwr.github.io/10-bitClockWidget SourceCode: https://github.com/ashutoshgngwr/10-bitClockWidget IssueTracker: https://github.com/ashutoshgngwr/10-bitClockWidget/issues AutoName: 10-bit Clock Widget Description: 10-bit Clock Widget...
```yaml Categories: - Time - Theming License: GPL-3.0-only WebSite: https://ashutoshgngwr.github.io/10-bitClockWidget SourceCode: https://github.com/ashutoshgngwr/10-bitClockWidget IssueTracker: https://github.com/ashutoshgngwr/10-bitClockWidget/issues AutoName: 10-bit Clock Widget Description: 10-bit Clock Widget...
9cbc9b88-3687-4712-b370-11c250a72c0f
{ "language": "YAML" }
```yaml teams: sig-instrumentation-leads: description: "" members: - brancz - dashpole - ehashman - logicalhan privacy: closed sig-instrumentation-approvers: description: "" members: - brancz - dashpole - ehashman - logicalhan - RainbowMango - serathius ...
```yaml teams: sig-instrumentation-leads: description: "" members: - brancz - dashpole - ehashman - logicalhan privacy: closed sig-instrumentation-approvers: description: "" members: - brancz - dashpole - ehashman - logicalhan - RainbowMango - serathius ...
e14c78c0-6bdc-4b78-9373-5aca7649cb24
{ "language": "YAML" }
```yaml - name: Articles href: articles/ - name: API Documentation href: api/ homepage: api/index.md - name: Changelog href: /RELEASE_NOTES.html - name: GitHub href: https://github.com/nickbabcock/Farmhash.Sharp``` Fix link to release notes
```yaml - name: Articles href: articles/ - name: API Documentation href: api/ homepage: api/index.md - name: Changelog href: ../RELEASE_NOTES.md - name: GitHub href: https://github.com/nickbabcock/Farmhash.Sharp```
77ec066c-6ec2-4cc9-955a-ec2f344b5170
{ "language": "YAML" }
```yaml parameters: darvin_utils.sluggable.manager.entity.class: Darvin\Utils\Sluggable\SluggableEntityManager darvin_utils.sluggable.subscriber.class: Darvin\Utils\EventListener\SluggableSubscriber services: darvin_utils.sluggable.manager: alias: darvin_utils.sluggable.manager.entity darvin_...
```yaml parameters: darvin_utils.sluggable.manager.entity.class: Darvin\Utils\Sluggable\SluggableEntityManager darvin_utils.sluggable.subscriber.class: Darvin\Utils\EventListener\SluggableSubscriber services: darvin_utils.sluggable.manager: alias: darvin_utils.sluggable.manager.entity darvin_...
d4cc2e63-42c1-40fa-8a10-c96020379830
{ "language": "YAML" }
```yaml working_days: - monday - tuesday - wednesday - thursday - friday holidays: - January 1st, 2018 - January 2nd, 2018 - February 12th, 2018 - February 19th, 2018 - March 30th, 2018 - April 2nd, 2018 - May 21st, 2018 - June 21st, 2018 - June 25th, 2018 - July 2nd, 2018 - July 9th, 2...
```yaml working_days: - monday - tuesday - wednesday - thursday - friday holidays: - January 1st, 2018 - March 30th, 2018 - May 21st, 2018 - July 2nd, 2018 - September 3rd, 2018 - October 8th, 2018 - November 12th, 2018 - December 25th, 2018 - December 26th, 2018 - January 1st, 2019 - A...
3e6cd2f1-bd12-4862-9885-b1582cf14fbd
{ "language": "YAML" }
```yaml version: 1.0.0-{build} init: - SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\Program Files\PostgreSQL\12\bin\;%PATH% image: - Visual Studio 2019 - Ubuntu1804 - macos environment: PGUSER: postgres PGPASSWORD: Password12! matrix: - PYTHON: "C:\\Python38" PYTHON_VERSION: "3.8.1" PYTHON_ARC...
```yaml version: 1.0.0-{build} init: - SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\Program Files\PostgreSQL\12\bin\;%PATH% image: - Visual Studio 2019 - Ubuntu1804 - macos environment: PGUSER: postgres PGPASSWORD: Password12! matrix: - PYTHON: "C:\\Python38" PYTHON_VERSION: "3.8.1" PYTHON_ARC...
dcedbf88-dd16-4184-9402-e71dc0201495
{ "language": "YAML" }
```yaml --- platforms: ubuntu1404: build_flags: - "--build_tag_filters=-nolinux" build_targets: - "..." test_flags: - "--features=race" - "--test_tag_filters=-nolinux" test_targets: - "..." ubuntu1604: build_flags: - "--build_tag_filters=-nolinux" build_targets: -...
```yaml --- platforms: ubuntu1804: build_flags: - "--build_tag_filters=-nolinux" build_targets: - "..." test_flags: - "--features=race" - "--test_tag_filters=-nolinux" test_targets: - "..." ubuntu1604: build_flags: - "--build_tag_filters=-nolinux" build_targets: -...
c1c8b7cd-8aef-4685-8e4b-9b021e295ff8
{ "language": "YAML" }
```yaml api: description: Start the api tasks: - 'cssmin:production' - 'buildJS' - 'uglify:production' - 'express:dev' - 'watch' buildJS: tasks: - 'babel' default: description: Default Grunt task tasks: - 'api' test: description: Run the tests tasks: - 'run:createTestUser' - 'express:...
```yaml api: description: Start the api tasks: - 'cssmin:production' - 'buildJS' - 'uglify:production' - 'express:dev' - 'watch' prep: description: Run pre processing tasks tasks: - 'cssmin:production' - 'buildJS' - 'uglify:production' buildJS: tasks: - 'babel' default: description: Def...
40ae27d5-b4a2-4d48-b381-8a5e2e36f21d
{ "language": "YAML" }
```yaml # Definition of Spark service name: spark components: - name: zookeeper service: zookeeper - name: spark code: type: aptomi/code/kubernetes-helm metadata: chartName: spark-1.0.0 params: spark: image: repository: mirantisworkloads/spark ...
```yaml # Definition of Spark service name: spark components: - name: zookeeper service: zookeeper - name: spark code: type: aptomi/code/kubernetes-helm metadata: chartName: spark-1.0.0 params: spark: image: repository: mirantisworkloads/spark ...
eefd27f1-06d2-48ac-8af3-c7ce5e59d95d
{ "language": "YAML" }
```yaml --- steps: - label: coverage commands: - bundle install --jobs=7 --retry=3 --without tools integration - bundle exec rake test:default expeditor: executor: docker: image: ruby:2.6-stretch ``` Use our coverage.sh rather than embedded commands
```yaml --- steps: - label: coverage commands: - /workdir/.expeditor/buildkite/coverage.sh expeditor: executor: docker: image: ruby:2.6-stretch ```
5b436c1d-f02e-4041-9a25-a19c8a415f10
{ "language": "YAML" }
```yaml --- new_page_extension: md auto_deploy: false admin_path: "/static/admin" webhook_url: sections: - type: heading label: Blog - type: directory path: content/blog label: Billets create: documents match: "**/*" new_doc_ext: md templates: - billet - type: directory path: content/tags label: Ta...
```yaml --- new_page_extension: md auto_deploy: false admin_path: "/static/admin" webhook_url: sections: - type: heading label: Blog - type: directory path: content/blog label: Billets create: documents match: "**/*" exclude: index.md new_doc_ext: md templates: - billet - type: directory path: cont...
5371a214-6327-494e-8a32-6a5052fdb3c1
{ "language": "YAML" }
```yaml --- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: document path: _data/nav.yml label: 文档 - type: heading label: 博客 - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_...
```yaml --- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: document path: _data/nav.yml label: 文档 - type: heading label: 博客 - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_...
72ecdd53-5362-4ff7-b6e2-4e17b55bfae7
{ "language": "YAML" }
```yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: name: myapp labels: app: myapp spec: replicas: 3 template: metadata: labels: app: myapp spec: containers: - name: myapp image: rosskukulinski/myapp:v2 env: - name: NSOLID_APP...
```yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: name: myapp labels: app: myapp spec: replicas: 3 template: metadata: labels: app: myapp spec: containers: - name: myapp image: rosskukulinski/myapp:v4 env: - name: NSOLID_APP...
4952c88b-618f-4b0d-85de-6bba47da4951
{ "language": "YAML" }
```yaml homepage: https://github.com/leftaroundabout/colour-space changelog-type: '' hash: 9f23033c897866cb5efc53a7a5ec989fffa6564655ddbc9ae12c6f4a79f7e66f test-bench-deps: {} maintainer: (@) jsag $ hvl.no synopsis: Instances of the manifold-classes for colour types changelog: '' basic-deps: linearmap-category: ! '>=...
```yaml homepage: https://github.com/leftaroundabout/colour-space changelog-type: '' hash: 479a78f9d2fd6462e6178be1182f3f04ca3e53730551f72b54e9d21481a1ba3f test-bench-deps: {} maintainer: (@) jsag $ hvl.no synopsis: Instances of the manifold-classes for colour types changelog: '' basic-deps: linearmap-category: ! '>=...
aa29ee6b-a075-4a8e-a062-fa054fa68fd1
{ "language": "YAML" }
```yaml homepage: '' changelog-type: '' hash: 14739f674376b05487d1cfd8e6d6803609e654e7dfaa146f7665a4936b783c5e test-bench-deps: base: ! '>=4 && <5' inline-c-cpp: -any maintainer: francesco@fpcomplete.com synopsis: Lets you embed C++ code into Haskell. changelog: '' basic-deps: inline-c: ! '>=0.6.0.0' base: ! '>...
```yaml homepage: '' changelog-type: '' hash: 144cb09c7c7a54538194bda3d02408f558a254438ad2be5259c775a7b1ae47f8 test-bench-deps: inline-c: -any base: ! '>=4 && <5' hspec: -any safe-exceptions: -any inline-c-cpp: -any maintainer: francesco@fpcomplete.com synopsis: Lets you embed C++ code into Haskell. changelog...
d8cdc756-6eca-4c2a-9fee-cef9e31696b4
{ "language": "YAML" }
```yaml homepage: '' changelog-type: '' hash: 17d570bce9c004ec631527b0c352954e2e4e0f13614004647b4b66f1a9ebc00d test-bench-deps: either: -any base: <5.0 hspec: -any text: -any containers: -any product-profunctors: -any interpolator: -any mtl: -any QuickCheck: -any aeson: -any template-haskell: -any...
```yaml homepage: https://github.com/tvision-insights/interpolator changelog-type: '' hash: b0e0dc6714ce4fb352c530be556499df4504eed12a7f2d04bac2ae3da9d3dea7 test-bench-deps: either: -any base: <5.0 hspec: -any text: -any containers: -any product-profunctors: -any interpolator: -any mtl: -any QuickChec...
d0859a4c-8543-4b75-9508-55539795dc00
{ "language": "YAML" }
```yaml homepage: '' changelog-type: '' hash: 496812a28439a2f115c74f4d6933b39f978974dc950b1a4cdeb467b454df088a test-bench-deps: {} maintainer: Brian Lewis <brian@lorf.org> synopsis: A library for the analysis and creation of Graphviz DOT files changelog: '' basic-deps: base: ==4.* parsec: ==3.* mtl: ==1.* || ==2....
```yaml homepage: '' changelog-type: '' hash: ba3c8ad9d5d8dbc7c8edefcc49dab055bc9341b2fda3d0c4dde7b5a96344714a test-bench-deps: base: ==4.* parsec: ==3.* mtl: ==1.* || ==2.* pretty: ==1.* maintainer: Ben Gamari <ben@smart-cactus.org> synopsis: A library for the analysis and creation of Graphviz DOT files change...
4ad4ff7d-df81-4b8e-8d0a-eedaa3a523d5
{ "language": "YAML" }
```yaml homepage: https://github.com/eliaslfox/language-elm#readme changelog-type: '' hash: 8f2873bb01b79ee504c6f4204c12fdcb74fe9497abc637b4f17cb933727a4562 test-bench-deps: base: -any HUnit: -any language-elm: -any pretty: -any maintainer: eliaslfox@gmail.com synopsis: Generate elm code changelog: '' basic-dep...
```yaml homepage: https://github.com/eliaslfox/language-elm#readme changelog-type: '' hash: ee3ad07d8cb735458d24e0028933ba499c70b0a97036ee06dc0507fcc96b91e7 test-bench-deps: base: -any HUnit: -any language-elm: -any pretty: -any maintainer: eliaslfox@gmail.com synopsis: Generate elm code changelog: '' basic-dep...
17b38875-00b1-4fad-ba87-2f0b62fe7c5f
{ "language": "YAML" }
```yaml homepage: https://github.com/metrix-ai/potoki-hasql changelog-type: '' hash: 737114290de778e5c020860e504bc1b1f41566a305968fd86fde9ba4e3c9b9e0 test-bench-deps: {} maintainer: Metrix.AI Ninjas <ninjas@metrix.ai> synopsis: Integration of "potoki" and "hasql". changelog: '' basic-deps: hasql: ==1.1.1 bytestring...
```yaml homepage: https://github.com/metrix-ai/potoki-hasql changelog-type: '' hash: 1be5138bc7a066be6dfdea3fc807c4c34f737379c8aa45d81f3eeac3b8c9e668 test-bench-deps: {} maintainer: Metrix.AI Ninjas <ninjas@metrix.ai> synopsis: Integration of "potoki" and "hasql". changelog: '' basic-deps: hasql: ==1.1.1 bytestring...
8045a2e4-02b8-4c9d-9196-5d368d00da10
{ "language": "YAML" }
```yaml name: CI-Windows on: [push] jobs: build-n-run-tests: runs-on: windows-2019 steps: - uses: actions/checkout@master - name: Build Everything run: | dotnet build - name: Download OSMesa Binary run: | curl -L http://github.com/pal1000/mesa-dist-win/releases/...
```yaml name: CI-Windows on: [push] jobs: build-n-run-tests: runs-on: windows-2019 steps: - uses: actions/checkout@master - name: Build Everything run: | dotnet build - name: Download OSMesa Binary run: | curl -L http://github.com/pal1000/mesa-dist-win/releases/...
bb333f10-09cb-477f-b0b9-6f8edad83057
{ "language": "YAML" }
```yaml name: Renovate-Dry-Run on: workflow_dispatch: inputs: pac_to_use: description: "Name of the workflow secret to use" type: string required: true branch: description: "Branch that renovate should operate on" type: string required: true jobs: ren...
```yaml name: Renovate-Dry-Run on: workflow_dispatch: inputs: pac_to_use: description: "Name of the workflow secret to use" type: string required: true branch: description: "Branch that renovate should operate on" type: string required: true jobs: ren...
7cb3d0a8-2cbf-4601-868b-bb522b337cd7
{ "language": "YAML" }
```yaml name: CI on: push: branches: - master pull_request: branches: - '**' jobs: test: name: Lint and test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: 'lts/*' - run: npm ci ...
```yaml name: CI on: push: branches: - master pull_request: branches: - '**' jobs: test: name: Lint and test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: 'lts/*' - name: Install...
23a63a0e-87fc-4feb-9950-bbc9bbae53cb
{ "language": "YAML" }
```yaml --- - name: Node hosts: all tasks: - name: ensure python-software-properties apt: name=python-software-properties state=present sudo: true - name: add Chris Lea's node.js repo apt_repository: repo='ppa:chris-lea/node.js' state=present update-cache=yes sudo: true - name: e...
```yaml --- - name: Node hosts: all tasks: - name: ensure python-software-properties apt: name=python-software-properties state=present sudo: true - name: add Chris Lea's node.js repo apt_repository: repo='ppa:chris-lea/node.js' state=present update-cache=yes sudo: true - name: e...
54de0099-0af3-47d5-b609-0a23ee2cc19c
{ "language": "YAML" }
```yaml image: debian/stable packages: - cmake - ncurses-dev sources: - https://github.com/donmccaughey/fiends_and_fortune tasks: - setup: | cd fiends_and_fortune cmake -S . -B tmp - build: | cd fiends_and_fortune cmake --build tmp --target all test triggers: - ac...
```yaml image: debian/stable packages: - cmake - libbsd-dev - ncurses-dev sources: - https://github.com/donmccaughey/fiends_and_fortune tasks: - setup: | cd fiends_and_fortune cmake -S . -B tmp - build: | cd fiends_and_fortune cmake --build tmp --target all test t...
0a0cf1a3-ff39-421a-8ab6-f4ab2c258ab3
{ "language": "YAML" }
```yaml name: CI on: [push, pull_request] jobs: test: runs-on: ${{ matrix.os }} strategy: fail-fast: true matrix: os: ["windows-latest", "ubuntu-latest", "macos-latest"] python-version: ["3.9"] env: PYTHON_VERSION: ${{ matrix.python-version }} OS: ${{ matrix.os }...
```yaml name: CI on: [push, pull_request] jobs: test: runs-on: ${{ matrix.os }} strategy: fail-fast: true matrix: os: ["windows-latest", "ubuntu-latest", "macos-latest"] python-version: ["3.9"] env: PYTHON_VERSION: ${{ matrix.python-version }} OS: ${{ matrix.os }...
032e2cfd-5044-4683-b135-4a12ed53c938
{ "language": "YAML" }
```yaml name: Build and publish to ECR on: workflow_dispatch: branches: - main push: branches: - main paths-ignore: - "Jenkinsfile" - ".git**" jobs: build-publish-image-to-ecr: uses: alphagov/govuk-infrastructure/.github/workflows/ci-ecr.yaml@main secrets: AWS_G...
```yaml name: CI on: workflow_dispatch: branches: - main push: branches: - main paths-ignore: - "Jenkinsfile" - ".git**" jobs: build-and-publish-image: name: Build and publish image uses: alphagov/govuk-infrastructure/.github/workflows/ci-ecr.yaml@main secrets: ...
7a923775-12a3-45db-8d40-bfbc05a129b7
{ "language": "YAML" }
```yaml package: name: r-dbchip version: "1.1.6" source: fn: DBChIP_1.1.6.tar.gz url: http://pages.cs.wisc.edu/~kliang/DBChIP/DBChIP_1.1.6.tar.gz md5: f4b22bb2051ad6b2d33d4687754e8cee build: number: 0 # This is required to make R link correctly on Linux. rpaths: - lib/R/lib/ - lib/ requireme...
```yaml package: name: r-dbchip version: "1.1.6" source: fn: DBChIP_1.1.6.tar.gz url: http://pages.cs.wisc.edu/~kliang/DBChIP/DBChIP_1.1.6.tar.gz md5: f4b22bb2051ad6b2d33d4687754e8cee build: number: 1 # This is required to make R link correctly on Linux. rpaths: - lib/R/lib/ - lib/ requireme...
af679cbc-57d6-4d92-9bb2-c5ff182e6b51
{ "language": "YAML" }
```yaml # This role prepares a runit folder structure. # The run script itself has to be written by # the caller. --- - name: Create runit service directory file: path=/etc/sv/{{runit_name}}/log state=directory - name: Create runit supervise directory file: path={{item}} state=directory mode=07...
```yaml # This role prepares a runit folder structure. # The run script itself has to be written by # the caller. --- - name: Create runit service directory file: path=/etc/sv/{{runit_name}}/log state=directory - name: Create runit supervise directory file: path={{item}} state=directory mode=07...
1d668987-520a-4d65-8423-94d2700ec2b5
{ "language": "YAML" }
```yaml store: image: aksw/dld-store-virtuoso7 presentation: image: aksw/dld-present-ontowiki links: - store ports: - "8080:80" ``` Add entries for environment password and volume
```yaml store: image: aksw/dld-store-virtuoso7 environment: PWDDBA: "password" volumes: - /tmp/volumes/virt/:/var/lib/virtuoso/db/ presentation: image: aksw/dld-present-ontowiki links: - store ports: - "8080:80" ```
1f084d65-3efb-46cb-ad0f-5e1b2b955ffd
{ "language": "YAML" }
```yaml GITCRYPT5 LJGGX%? QV7Mp>g|.i?{{^%VH A?|v!m%}d:V\|XcyV2[EY;.ЅQH$~GR``` Update ruby version to 2.5.5
```yaml GITCRYPT6'b<Urhx&t[,/7-FLPd}Du6x)Q ܡ ^n2N x=:ΤV_[rEpvoD,RqEsWS˚ ,Eڞ:FZjn6(c^0nl.x6```
dd53ccb8-bce3-4d5f-9dd2-a3208f7e6a22
{ "language": "YAML" }
```yaml homepage: https://github.com/vmchale/gmpint#readme changelog-type: '' hash: 8f91ceb17e9d35278d4c83c3bc7e4c4fed97ede03facf7ad4d08ebe6b869be7b test-bench-deps: {} maintainer: vamchale@gmail.com synopsis: GMP integer conversions changelog: '' basic-deps: base: ! '>=4.8 && <5' recursion-schemes: -any all-versio...
```yaml homepage: https://github.com/vmchale/gmpint#readme changelog-type: '' hash: 685cf498d68eca0f2dc1ff53a2f19f297a71a290e8a0099d4387621179051b3f test-bench-deps: {} maintainer: vamchale@gmail.com synopsis: GMP integer conversions changelog: '' basic-deps: base: ! '>=4.8 && <5' recursion-schemes: -any all-versio...
b1edd4a0-6ac0-447c-ac81-5dd3c8909f68
{ "language": "YAML" }
```yaml homepage: http://www.github.com/Happstack/userid changelog-type: '' hash: a773613219363386db87e14c3adf8ef748ea871c1a98e1e90b694c819d562164 test-bench-deps: {} maintainer: jeremy@n-heptane.com synopsis: A library which provides the UserId type and useful instances for web development changelog: '' basic-deps: ...
```yaml homepage: http://www.github.com/Happstack/userid changelog-type: '' hash: 847365cb6e59dbcb122a20eb653f3e7ca6a162b0ee29ed700d07d748561c1bf3 test-bench-deps: {} maintainer: jeremy@n-heptane.com synopsis: A library which provides the UserId type and useful instances for web development changelog: '' basic-deps: ...
b44124e9-8601-4bd9-8467-a197e878749c
{ "language": "YAML" }
```yaml homepage: '' changelog-type: markdown hash: bb46bfb801035791bad65e88afea9a75fafd52ec2b9e42bdb5f6dedbc87ee64f test-bench-deps: {} maintainer: hvr@gnu.org synopsis: Domain Name Service (DNS) lookup via the Windows dnsapi standard library changelog: ! '## 0.1.0.0 * First version. Released on an unsuspecting wo...
```yaml homepage: '' changelog-type: markdown hash: c76bd0ad129ea694e1e20c5397a9e58232de656dfafc336ecbe9bf5accb2c1a6 test-bench-deps: {} maintainer: hvr@gnu.org synopsis: Domain Name Service (DNS) lookup via the Windows dnsapi standard library changelog: ! '## 0.1.0.0 * First version. Released on an unsuspecting wo...
f4c86797-7673-4e0a-a977-8849735e8c35
{ "language": "YAML" }
```yaml --- - name: Adding NGINX Repository, Hold on... apt_repository: repo=ppa:miteshshah/nginx-pagespeed register: nginx_repo - include: roles/libs/tasks/apt/update.yml when: nginx_repo.changed == True or nginx_key.changed == True - name: Installing NGINX, Hold on... apt: name=nginx-pagespeed state=present...
```yaml --- - name: Adding NGINX Repository, Hold on... apt_repository: repo=ppa:miteshshah/nginx-pagespeed register: nginx_repo - include: roles/libs/tasks/apt/update.yml when: nginx_repo.changed == True - name: Installing NGINX, Hold on... apt: name=nginx-pagespeed state=present register: package_install ...
7fe206c1-d36a-402f-b90b-240e20739a1e
{ "language": "YAML" }
```yaml --- - name: download piwik get_url: url=http://builds.piwik.org/piwik.tar.gz dest=/tmp/piwik.tar.gz - name: extract piwik command: tar -xf /tmp/piwik.tar.gz --directory /home/ubuntu - name: copy piwik config template: src=config.ini.php dest=/home/ubuntu/piwik/config/config.ini.php ``` Use deploy home ...
```yaml --- - name: download piwik get_url: url=http://builds.piwik.org/piwik.tar.gz dest=/tmp/piwik.tar.gz - name: extract piwik command: tar -xf /tmp/piwik.tar.gz --directory /home/deploy - name: copy piwik config template: src=config.ini.php dest=/home/deploy/piwik/config/config.ini.php ```
84b5459c-f9e8-4523-b5a8-1bfa02a43c65
{ "language": "YAML" }
```yaml - project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - ironic-inspector-grenade - ironic-insp...
```yaml - project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - ironic-inspector-grenade - ironic-inspe...
24cf74d1-6982-45b8-a915-cc631846b840
{ "language": "YAML" }
```yaml # Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: # specify the version you desire here # use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers` - image: jjanzic/docker-python3-op...
```yaml # Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: # specify the version you desire here # use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers` - image: jjanzic/docker-python3-op...
94840f69-c290-48e1-9a3d-bb41df0f3010
{ "language": "YAML" }
```yaml version: 2.1 orbs: codecov: codecov/codecov@1.0.2 runtest: &runtest steps: - checkout - run: name: Install GPflow command: | pip install -U tfp-nightly-2.0-preview tfp-nightly python setup.py install - run: name: Run tests command: pytest -v -...
```yaml version: 2.1 runtest: &runtest steps: - checkout - run: name: Install GPflow command: | pip install -U tfp-nightly-2.0-preview tfp-nightly python setup.py install - run: name: Run tests command: pytest -v -W ignore::UserWarning --durations=10 -m...
8a7e2576-285e-476d-86f3-a4b58baa833b
{ "language": "YAML" }
```yaml jobs: build: working_directory: ~/CriminalContact docker: - image: circleci/node:10-browsers branches: only: - master steps: - checkout - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: name: Install dependenci...
```yaml jobs: build: working_directory: ~/CriminalContact docker: - image: circleci/node:10-browsers branches: only: - master steps: - checkout - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: name: Install dependenci...
8d1cb9ee-2073-4ecb-8067-5998980a8fd8
{ "language": "YAML" }
```yaml # Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.0@sha256:ce542ad74740970bbe42c8056f59e58f2c4dfa43b9f90b455319581fc990a02c working_directory: ~/repo steps: ...
```yaml # Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.0@sha256:dec5ac94030a5c343c81b021ca5c68cfcd36895d49b9a1960ba714ef11892799 working_directory: ~/repo steps: ...
1116659d-31e3-4965-94f2-b17bc111f59b
{ "language": "YAML" }
```yaml version: 2 jobs: gcc_5_python27: docker: - image: gcc:5 steps: - checkout - run: name: test with python2.7 command: | python ./waf configure python ./waf --check - run: name: build with python2.7 command: | ...
```yaml version: 2 jobs: gcc5_python27: docker: - image: gcc:5 steps: - checkout - run: name: test with python2.7 command: | python ./waf configure python ./waf --check - run: name: build with python2.7 command: | ...
abb5dfaf-5e21-40ef-93f8-ffcda780df0b
{ "language": "YAML" }
```yaml ui: mocha-bdd concurrency: 1 browsers: - name: chrome version: -2..latest - name: firefox version: latest version: -2..latest - name: safari version: 5..latest - name: ie version: 8..latest ``` Test fewer versions of Chrome and Firefox
```yaml ui: mocha-bdd concurrency: 1 browsers: - name: chrome version: -1..latest - name: firefox version: latest version: -1..latest - name: safari version: 5..latest - name: ie version: 8..latest ```
8920f9e4-7394-4433-899e-27ef27cac5d7
{ "language": "YAML" }
```yaml version: 2.1 orbs: node: circleci/node@5.0.2 defaults: &defaults working_directory: ~/repo docker: - image: circleci/node:latest jobs: test: <<: *defaults steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} ...
```yaml version: 2.1 orbs: node: circleci/node@5.0.2 defaults: &defaults working_directory: ~/repo docker: - image: circleci/node:latest jobs: test: <<: *defaults steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} ...
4955d7c5-987b-4358-a09e-781fea261a6b
{ "language": "YAML" }
```yaml sudo: required language: node_js node_js: - "node" branches: only: - master before_install: - sudo apt-get -qq update - sudo apt-get install -y fontforge openjdk-8-jre libbatik-java install: - npm install -g ttf2eot ttf2svg bower grunt-cli - npm install - bower install script: - grunt build_deploy d...
```yaml sudo: required language: node_js node_js: - "node" branches: only: - master before_install: - sudo apt-get -qq update - sudo apt-get install -y fontforge openjdk-8-jre libbatik-java install: - npm install -g ttf2eot ttf2svg bower grunt-cli - npm install - bower install script: - grunt build_deploy d...
3052637c-de77-4cbf-93f2-7a3dcdc5ce7f
{ "language": "YAML" }
```yaml --- - name: Install Sublime Text 3 homebrew_cask: name: sublime-text3 state: present - name: Set Sublime Text 3 general settings template: src: Preferences.sublime-settings.j2 dest: "~/Library/Application Support/Sublime Text 3/Packages/User/Preferences.sublime-settings" ...
```yaml --- - name: Install Sublime Text 3 homebrew_cask: name: sublime-text3 state: present - name: "Make sure Sublime Text preference folder exists" file: path: "~/Library/Application Support/Sublime Text 3/Packages/User" state: directory - name: Set Sublime Text 3 general sett...
762900f8-b4a2-4b9e-8cef-9f7ac600de90
{ "language": "YAML" }
```yaml homepage: https://github.com/achirkin/easytensor#readme changelog-type: '' hash: a7a332400fa3b3e9c1ce14831a57e5b80c944df765a4a333fda67c5d7716e068 test-bench-deps: easytensor: -any Cabal: ! '>=1.20' base: -any time: -any dimensions: -any QuickCheck: -any maintainer: chirkin@arch.ethz.ch synopsis: Pur...
```yaml homepage: https://github.com/achirkin/easytensor#readme changelog-type: '' hash: 4545eacd39125dcf39b6b80dfd49b420c782868eacd0ac2aa3d8dd9bffaf6738 test-bench-deps: easytensor: -any Cabal: ! '>=1.20' base: -any time: -any dimensions: -any QuickCheck: -any maintainer: chirkin@arch.ethz.ch synopsis: Pur...
89755e28-3d66-4e2a-ae76-3ff4ae2641de
{ "language": "YAML" }
```yaml homepage: https://github.com/sigrlami/http-trace#readme changelog-type: '' hash: 42b763ceae10bc7b9e08ebd392498bc242b3804f248a37cf43a9f13234126f59 test-bench-deps: {} maintainer: sergey.bushnyak@sigrlami.eu synopsis: Tracking http redirects changelog: '' basic-deps: MissingH: -any pcre-heavy: ! '>=1.0.0.0' ...
```yaml homepage: https://github.com/sigrlami/http-trace#readme changelog-type: '' hash: beee71b58a19cc4a13dea574bd9645315f8896a1ade15f38e005a3f945e769ef test-bench-deps: {} maintainer: sergey.bushnyak@sigrlami.eu synopsis: Tracking http redirects changelog: '' basic-deps: MissingH: -any pcre-heavy: ! '>=1.0.0.0' ...
30d570ab-962d-40e6-8fbd-e9adeecf13f7
{ "language": "YAML" }
```yaml author: Fayrik delete-after: True changes: - tweak: "Refactored all NanoUI interfaces to use a more universal proc." - bugfix: "Removed automatic updates on atmospheric pumps, canisters and tanks, making them respond to button clicks much faster."``` STOP TRYING TO MAKE STEALTH CHANGES, FAYRIK
```yaml author: Fayrik delete-after: True changes: - tweak: "Canisters now automatically close their valve when air tanks are removed from them." - tweak: "Refactored all NanoUI interfaces to use a more universal proc." - bugfix: "Removed automatic updates on atmospheric pumps, canisters and tanks, making them respon...
a57e0b6b-0774-4735-883e-9b63aaa5cc7d
{ "language": "YAML" }
```yaml version: 0.2 phases: install: commands: - yum install -y zip - npm install -g serverless build: commands: - serverless --version - cd sample-app - mkdir deploy-artifacts - serverless package --package deploy-artifacts - cd deploy-artifacts && zip -r ../depl...
```yaml version: 0.2 phases: install: commands: - yum install -y zip - npm install -g serverless build: commands: - serverless --version - cd sample-app - mkdir deploy-artifacts - serverless package --package deploy-artifacts - cd deploy-artifacts && cp ../../deplo...
53948f17-560e-4999-aac9-b802ecab1f23
{ "language": "YAML" }
```yaml version: 0.1 environment_variables: plaintext: FFPROBE_PATH: "bin/ffprobe" BUILD_PHASE_MARKER: build_phase_complete phases: install: commands: - echo $CODEBUILD_SOURCE_VERSION pre_build: commands: - npm install - chmod +x get-ffmpeg - ./get-ffmpeg build: comma...
```yaml version: 0.1 environment_variables: plaintext: FFPROBE_PATH: "bin/ffprobe" BUILD_PHASE_MARKER: build_phase_complete phases: install: commands: - echo $CODEBUILD_SOURCE_VERSION pre_build: commands: - npm install - chmod +x get-ffmpeg - ./get-ffmpeg build: comma...
0a2a7024-fc35-4b95-9181-b62491609ad7
{ "language": "YAML" }
```yaml # PatchKit Tools Configuration # Behaviour debug: true # Api connection api_url: http://api.patchkit.net # Uploading # Upload chunk size in bytes upload_chunk_size: 262144 ``` Change chunk size to 32 megabytes
```yaml # PatchKit Tools Configuration # Behaviour debug: true # Api connection api_url: http://api.patchkit.net # Uploading # Upload chunk size in bytes upload_chunk_size: 33554432 ```
1a875013-570f-470b-ad55-e2daa052747e
{ "language": "YAML" }
```yaml --- # Playbook to install fileserver, master and worker tools ## Prepare fileserver - hosts: fileserver user: admin sudo: true roles: - private_ip - update - fileserver # Install tool dependencies, slurm, mount volumes - hosts: - master_private - workers vars_files: - inventory/clu...
```yaml --- # Playbook to install fileserver, master and worker tools ## Prepare fileserver - hosts: fileserver user: admin sudo: true roles: - private_ip - update - fileserver # Install tool dependencies, slurm, mount volumes - hosts: - master_private - workers vars_files: - inventory/clu...
352222af-c4e2-4c70-abff-b335cf98781c
{ "language": "YAML" }
```yaml {% set version = "5.2p1" %} package: name: blasr version: {{ version }} build: number: 0 skip: True # [not py27 or osx] source: # fn: blasr_{{ version }}.tar.gz # url: https://github.com/PacificBiosciences/blasr/archive/061bd35783637f511bdec6c237a2f8d1c0514e6e.tar.gz # md5: 257828868b17903608b010c...
```yaml {% set version = "4.0.0" %} package: name: blasr version: {{ version }} build: number: 0 skip: True # [not py27 or osx] source: git_url: https://github.com/PacificBiosciences/blasr.git git_rev: 8d086d747e51a409f25481524e92e99750b14d59 patches: - blasr.patch requirements: build: - gcc...
8ae1e235-ac6e-44d9-a9c2-3df33ab9b38b
{ "language": "YAML" }
```yaml {% set name = "verta" %} {% set version = "0.8.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 24db7f5922fd63db8094717a020560435e121f5bf9c7c9478bad5938fe08947e build: noarch: p...
```yaml {% set name = "verta" %} {% set version = "0.8.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 24db7f5922fd63db8094717a020560435e121f5bf9c7c9478bad5938fe08947e build: noarch: p...
fde9aa9f-02bd-4886-a1bc-de0f7fbc8268
{ "language": "YAML" }
```yaml AntiFeatures: - NonFreeNet Categories: - Internet - Science & Education License: GPL-3.0-or-later AuthorName: Vít Skalický AuthorEmail: vit.skalicky@email.cz SourceCode: https://github.com/vitSkalicky/lepsi-rozvrh IssueTracker: https://github.com/vitSkalicky/lepsi-rozvrh/issues AutoName: Better schedule ...
```yaml AntiFeatures: - NonFreeNet Categories: - Internet - Science & Education License: GPL-3.0-or-later AuthorName: Vít Skalický AuthorEmail: vit.skalicky@email.cz SourceCode: https://github.com/vitSkalicky/lepsi-rozvrh IssueTracker: https://github.com/vitSkalicky/lepsi-rozvrh/issues AutoName: Better schedule ...
e8381aec-7684-496b-8a6f-a4d0af7cf3e1
{ "language": "YAML" }
```yaml --- # Copyright 2017, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ag...
```yaml --- # Copyright 2017, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ag...
d263f029-0610-49d4-9f1e-c7de18f76904
{ "language": "YAML" }
```yaml version: 2 jobs: build: working_directory: ~/mern-starter # directory where steps will run docker: # run the steps with Docker - image: circleci/node:10.14 steps: - checkout - run: name: update-npm command: 'sudo npm install -g npm@latest' - run: ...
```yaml version: 2 jobs: build: working_directory: ~/mern-starter # directory where steps will run docker: # run the steps with Docker - image: circleci/node:16.13 steps: - checkout - run: name: update-npm command: 'sudo npm install -g npm@latest' - run: ...
0eaf4109-0b51-41e2-b2ba-1b6e78861ae7
{ "language": "YAML" }
```yaml version: 2 jobs: build: docker: - image: debian:stable working_directory: /src/cl-png steps: - checkout - run: apt-get update -y && apt-get install -y sbcl wget gcc libpng-dev - run: wget https://beta.quicklisp.org/quicklisp.lisp - run: sbcl --load quicklisp.lisp...
```yaml version: 2 jobs: build: docker: - image: debian:stable working_directory: /src/cl-png steps: - checkout - run: apt-get update -y && apt-get install -y sbcl wget gcc libpng-dev - run: wget https://beta.quicklisp.org/quicklisp.lisp - run: sbcl --load quicklisp.lisp...
663dbe86-f30e-4ac5-bc75-f5ad422358e1
{ "language": "YAML" }
```yaml version: 2 jobs: build: docker: - image: circleci/node:8@sha256:0f7e40987efd757877a64d34f49ed5b9d611e9d2f969d12bdabdf87daf45f29a - image: circleci/mongo:3@sha256:c9066bf12029c85a280120305f0ab49bd97203fae76e891aa52f0bf7342bef94 steps: - checkout - run: yarn install --frozen-loc...
```yaml version: 2 jobs: build: docker: - image: circleci/node:8@sha256:0f7e40987efd757877a64d34f49ed5b9d611e9d2f969d12bdabdf87daf45f29a - image: circleci/mongo:3@sha256:04a81e1cd52345ebf5886874621d47f32662810213ef327532bf2aa63ae86dc6 steps: - checkout - run: yarn install --frozen-loc...
047e91ab-8d42-4055-9f32-b2d7aba23bbd
{ "language": "YAML" }
```yaml version: 2 jobs: build: working_directory: ~/code docker: - image: circleci/android:api-28 environment: JVM_OPTS: -Xmx3200m steps: - checkout - restore_cache: key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} # - run: # na...
```yaml version: 2 reference: ## Cache gradle_key: &gradle_key jars-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}-{{ checksum "build.gradle" }} restore_gradle_cache: &restore_gradle_cache restore_cache: key: *gradle_key save_gradle_cache: &save_gradle_cache save_cache...
8b6b20b0-c8ce-4037-96e2-ed5ec7d23877
{ "language": "YAML" }
```yaml version: 2 jobs: build: environment: JVM_OPTS: -Xmx3200m docker: - image: circleci/android:api-28 steps: - checkout - restore_cache: keys: - v1-dep-{{ checksum "lib/build.gradle" }} - run: ./gradlew androidDependencies - save_cache: key: v1-dep...
```yaml version: 2 jobs: build: environment: JVM_OPTS: -Xmx3200m docker: - image: cimg/android:2022.03.1 steps: - checkout - restore_cache: keys: - v1-dep-{{ checksum "lib/build.gradle" }} - run: ./gradlew androidDependencies - save_cache: key: v1-dep-...
e68335b7-7386-4e0b-a170-284e2cedda5b
{ "language": "YAML" }
```yaml version: 2 jobs: build: docker: - image: circleci/node:latest steps: - checkout # - run: # name: update-npm # command: 'sudo npm install -g npm@latest' - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: ...
```yaml version: 2 jobs: build: docker: - image: circleci/node:latest steps: - checkout # - run: # name: update-npm # command: 'sudo npm install -g npm@latest' - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: nam...
d7e0da87-c191-4156-834a-434f6175259e
{ "language": "YAML" }
```yaml version: 2 jobs: build: parallelism: 3 working_directory: ~/music-service-api docker: - image: circleci/ruby:2.4.1-node environment: RAILS_ENV: test - image: circleci/postgres:9.4.12-alpine steps: - checkout # Restore bundle cache - restore_cach...
```yaml version: 2 jobs: build: parallelism: 3 working_directory: ~/music-service-api docker: - image: circleci/ruby:2.4.1-node environment: RAILS_ENV: test - image: circleci/postgres:9.4.12-alpine steps: - checkout # Restore bundle cache - restore_cach...
e4429c1a-aa7a-417f-8ef2-f24260f2e3e3
{ "language": "YAML" }
```yaml version: 2.1 orbs: ruby-orbs: sue445/ruby-orbs@volatile heroku: circleci/heroku@volatile slack: circleci/slack@volatile executors: default: docker: - image: circleci/ruby:2.7.2 environment: RACK_ENV: test - image: circleci/postgres:9.4-alpine-ram enviro...
```yaml version: 2.1 orbs: ruby-orbs: sue445/ruby-orbs@volatile heroku: circleci/heroku@volatile slack: circleci/slack@volatile executors: default: docker: - image: circleci/ruby:2.7.2 environment: RACK_ENV: test - image: circleci/postgres:9.4-alpine-ram enviro...
b9e50cd4-bd7a-4d3c-9ed2-140c852bdbcd
{ "language": "YAML" }
```yaml AntiFeatures: - NonFreeNet Categories: - Internet License: LGPL-3.0-only AuthorName: wangdaye SourceCode: https://github.com/WangDaYeeeeee/GeometricWeather IssueTracker: https://github.com/WangDaYeeeeee/GeometricWeather/issues Changelog: https://github.com/WangDaYeeeeee/GeometricWeather/releases AutoName: ...
```yaml AntiFeatures: - NonFreeNet Categories: - Internet License: LGPL-3.0-only AuthorName: wangdaye SourceCode: https://github.com/WangDaYeeeeee/GeometricWeather IssueTracker: https://github.com/WangDaYeeeeee/GeometricWeather/issues Changelog: https://github.com/WangDaYeeeeee/GeometricWeather/releases AutoName: ...
d7549114-5406-4bce-948e-b7373f0ae167
{ "language": "YAML" }
```yaml --- - name: Add the PostgreSQL public GPG key to the apt repo apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc state=present - name: Add PostgreSQL to the sources list apt_repository: repo='deb http://apt.postgresql.org/pub/repos/apt/ {{ ansible_distribution_release }}-pgdg main'...
```yaml --- - name: Ensure locale is available locale_gen: name=en_US.UTF-8 - name: Add the PostgreSQL public GPG key to the apt repo apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc state=present - name: Add PostgreSQL to the sources list apt_repository: repo='deb http://apt.postgres...
9c8d225c-5458-41a4-be58-773909f23b61
{ "language": "YAML" }
```yaml --- - name: Install Go unarchive: src: "https://storage.googleapis.com/golang/go{{ go_version }}.darwin-amd64.tar.gz" dest: /usr/local copy: no creates: /usr/local/go/VERSION tags: - go ``` Make it easy to upgrade go
```yaml --- - name: Checking installed version of go command: cat /usr/local/go/VERSION register: current_go_version ignore_errors: yes tags: - go - name: Remove old version of Go file: path: /usr/local/go state: absent when: not "go{{ go_version }}" == current_go_version.stdout tags: - ...
f38c35cf-d304-4e19-86f1-5dd46c0087d6
{ "language": "YAML" }
```yaml generator: class: dmAdminDoctrineGenerator param: model_class: DmCatalogue theme: dmAdmin non_verbose_templates: true with_show: false route_prefix: dm_catalogue with_doctrine_route: false config: actions: ~ fields: { } list: display: - '=name...
```yaml generator: class: dmAdminDoctrineGenerator param: model_class: DmCatalogue theme: dmAdmin non_verbose_templates: true with_show: false route_prefix: dm_catalogue with_doctrine_route: false config: actions: ~ fields: { } list: display: - '=name...
627d4f12-5277-4dae-86f7-3646b765fd88
{ "language": "YAML" }
```yaml --- - project: templates: - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs - check-requirements - publish-openstack-docs-pti - release-notes-jobs-python3 - periodic-stable-jobs ``` Add Python3 wallaby unit tests
```yaml --- - project: templates: - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - check-requirements - publish-openstack-docs-pti - release-notes-jobs-python3 - periodic-stable-jobs ```
7fbbc65a-6e9c-4df3-a1b3-225400e66b6c
{ "language": "YAML" }
```yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: name: k8s-snapshots namespace: kube-system spec: replicas: 1 template: metadata: labels: app: k8s-snapshots spec: containers: - name: k8s-snapshots image: elsdoerfer/k8s-snapshots:dev # v2.0 has a breaki...
```yaml apiVersion: extensions/v1beta1 kind: Deployment metadata: name: k8s-snapshots namespace: kube-system spec: replicas: 1 template: metadata: labels: app: k8s-snapshots spec: containers: - name: k8s-snapshots # Temporarily using mrtyler version of this image due to...
5ec41634-6eac-4d4a-9672-210a769cd845
{ "language": "YAML" }
```yaml flexget_tasks: - { name: "an_rss_feed", rss: "http://a_url"} millpond_transmission_user: something millpond_transmission_pass: redacted letsencrypt_dir: /etc/letsencrypt/live/istic.net ``` Update example config & docs
```yaml ##### # Flexget configuration flexget_tasks: - { name: "an_rss_feed", rss: "http://a_url"} ##### # Transmission configuration millpond_transmission_user: something millpond_transmission_pass: redacted ##### # nginx config letsencrypt_dir: /etc/letsencrypt/live/[certname] ##### # plex update settings plex_e...
53672bd4-87f4-4b29-bef1-67b01b5bbc61
{ "language": "YAML" }
```yaml image: python:2.7 default: test targets: versiune: image: lstephen/versiune:14 run: - VERSION - -f python construi/__version__.py test_p27: &test_p before: - versiune run: python setup.py test test_p34: <<: *test_p image: python:3.4 test: before: ...
```yaml image: python:2.7 default: test targets: test_p27: &test_p run: python setup.py test test_p34: <<: *test_p image: python:3.4 test: before: - test_p27 - test_p34 package: run: - rm -rf dist - python setup.py sdist release: before: - package ...
22f588cf-f11e-4117-9dbb-9968bad0dd3d
{ "language": "YAML" }
```yaml doc-warnings: yes test-warnings: yes strictness: high max-line-length: 80 autodetect: no pep8: full: true pyroma: run: true vulture: run: true ``` Remove vulture from prospector run.
```yaml doc-warnings: yes test-warnings: yes strictness: high max-line-length: 80 autodetect: no pep8: full: true pyroma: run: true ```
a4b75eca-18b8-4bb2-8952-dc7cc6058d7b
{ "language": "YAML" }
```yaml ignore-paths: - doc - cli.py - test - alembic - app_context_rqworker.py - warm.py pylint: disable: - F0401 - E0611 - W0613 ``` Change order of ignore error.
```yaml ignore-paths: - doc - cli.py - test - alembic - app_context_rqworker.py - warm.py pylint: disable: - E0611 - F0401 - W0613 ```
8530e6a2-e06c-494c-ac07-aec4a2cfcef2
{ "language": "YAML" }
```yaml homepage: '' changelog-type: '' hash: aa45956d66e8b64d57b42f33753688e028e9b44d992d99cc06514aa4150d639d test-bench-deps: {} maintainer: janis.voigtlaender@uni-due.de synopsis: Interpreter for AM changelog: '' basic-deps: base: ! '>=3 && <5' parsec: ! '>=3.0 && <3.2' deepseq: ! '>=1.0 && <1.5' all-versions:...
```yaml homepage: '' changelog-type: '' hash: a8e2fda769004d057891c8259f8cdce8ff2949ab739a337db57da380a0bd6fd1 test-bench-deps: {} maintainer: janis.voigtlaender@uni-due.de synopsis: Interpreter for AM changelog: '' basic-deps: base: ! '>=3 && <5' parsec: ! '>=3.0 && <3.2' deepseq: ! '>=1.0 && <1.5' all-versions:...
d6d27655-8f78-45ac-ab2b-cc9a3b7b447f
{ "language": "YAML" }
```yaml Categories: - Graphics - Reading - Theming License: Apache-2.0 SourceCode: https://github.com/RichyHBM/Monochromatic IssueTracker: https://github.com/RichyHBM/Monochromatic/issues AutoName: Monochromatic Summary: Enable the built-in black and white mode Description: |- This app makes use of the built...
```yaml Categories: - Graphics - Reading - Theming License: Apache-2.0 SourceCode: https://github.com/RichyHBM/Monochromatic IssueTracker: https://github.com/RichyHBM/Monochromatic/issues AutoName: Monochromatic Summary: Enable the built-in black and white mode Description: |- This app makes use of the built...
eb715328-bb4a-4cfd-8b18-bf1bee11e522
{ "language": "YAML" }
```yaml --- "Basic delete_by_query": - do: index: index: test_1 type: test id: 1 body: { foo: bar } - do: index: index: test_1 type: test id: 2 body: { foo: baz } - do: index: index: te...
```yaml --- "Basic delete_by_query, post 1.0": - skip: version: "0 - 0.999" reason: "Since 1.0 the query top-level key in the body is required" - do: index: index: test_1 type: test id: 1 body: { foo: bar } - do: index: index: te...
ab466baf-6fd5-4b7b-be0c-66bf8de1a1e0
{ "language": "YAML" }
```yaml Categories: - Multimedia License: GPL-3.0-only SourceCode: https://github.com/flackbash/AudioAnchor IssueTracker: https://github.com/flackbash/AudioAnchor/issues Changelog: https://github.com/flackbash/AudioAnchor/releases AutoName: AudioAnchor Description: |- ''AudioAnchor'' is an audio player that trac...
```yaml Categories: - Multimedia License: GPL-3.0-only SourceCode: https://github.com/flackbash/AudioAnchor IssueTracker: https://github.com/flackbash/AudioAnchor/issues Changelog: https://github.com/flackbash/AudioAnchor/releases AutoName: AudioAnchor Description: |- ''AudioAnchor'' is an audio player that trac...
bda9de27-1f82-49c7-882c-c21dc3bdb60c
{ "language": "YAML" }
```yaml --- - name: Install i3 apt: name: i3 become: yes - name: Install desktop enviroment extras apt: name: "{{ item }}" become: yes with_items: - xautolock - feh - pavucontrol - moka-icon-theme - vinagre - rofi - arc-theme - lxappearance - compton - alsa-too...
```yaml --- - name: Install i3 apt: name: i3 become: yes - name: Install desktop enviroment extras apt: name: "{{ item }}" become: yes with_items: - xautolock - feh - pavucontrol - moka-icon-theme - vinagre - rofi - arc-theme - lxappearance - compton - alsa-too...
ba7c3846-1d36-4fe8-afc4-8089ac172881
{ "language": "YAML" }
```yaml name: SuperbVote main: io.minimum.minecraft.superbvote.SuperbVote author: tuxed version: ${project.version} depend: [Votifier] softdepend: [Vault] api-version: "1.13" commands: superbvote: description: SuperbVote main command. aliases: [sv] vote: description: SuperbVote vote command. permissions...
```yaml name: SuperbVote main: io.minimum.minecraft.superbvote.SuperbVote author: tuxed version: ${project.version} depend: [Votifier] softdepend: [Vault, PlaceholderAPI] api-version: "1.13" commands: superbvote: description: SuperbVote main command. aliases: [sv] vote: description: SuperbVote vote comm...
10d973f3-5ac4-4553-8b09-aac9593d4fc4
{ "language": "YAML" }
```yaml # This file describes an application. You can have multiple applications # in the same project. # The name of this app. Must be unique within a project. name: myphpproject # The type of the application to build. type: php:5.6 build: flavor: symfony # The relationships of the application with services or ot...
```yaml # This file describes an application. You can have multiple applications # in the same project. # The name of this app. Must be unique within a project. name: myphpproject # The type of the application to build. type: php:7.0 build: flavor: symfony # The relationships of the application with services or ot...
84eff618-8b8d-4c74-8f65-8692a444640c
{ "language": "YAML" }
```yaml ################################################## ## Automation ################################################## automation: - alias: Turn on in the morning and sunset trigger: - platform: time at: "06:30:00" - platform: sun event: sunset offset: "-01:00:00" acti...
```yaml ################################################## ## Automation ################################################## automation: - alias: Turn on in the morning and sunset trigger: - platform: time at: "06:30:00" - platform: sun event: sunset offset: "-01:00:00" acti...
7bfe7048-5d25-4211-abf4-d567a6cfe87d
{ "language": "YAML" }
```yaml steps: - download: current artifact: ${{ parameters.platform }}_wheels displayName: Download wheels - task: UsePythonVersion@0 inputs: versionSpec: '$(python.version)' architecture: 'x64' displayName: 'Use Python $(python.version)' - script: | python -m pip install --upgrade pip pip inst...
```yaml steps: - download: current artifact: ${{ parameters.platform }}_wheels displayName: Download wheels - task: UsePythonVersion@0 inputs: versionSpec: '$(python.version)' architecture: 'x64' displayName: 'Use Python $(python.version)' - script: | python -m pip install --upgrade pip pip inst...
9660ef9a-4835-4684-97d3-42b3a2aeddc3
{ "language": "YAML" }
```yaml --- class_name: "RunfolderSensor" entry_point: "runfolder_sensor.py" description: "Sensor which monitors runfolders" poll_interval: 30 trigger_types: - name: "runfolder_ready" description: "Trigger which indicates that a runfolder is ready for processing" payload_schema: ...
```yaml --- class_name: "RunfolderSensor" entry_point: "runfolder_sensor.py" description: "Sensor which monitors runfolders" poll_interval: 300 # Every 5 minutes trigger_types: - name: "runfolder_ready" description: "Trigger which indicates that a runfolder is ready for processing" paylo...
d0d99af4-ddd2-433d-992c-b98be0ae56f3
{ "language": "YAML" }
```yaml --- name: Long Lartin nomis_id: LLI enabled: false estate: Long Lartin ``` Update Long Lartin for Go Live
```yaml --- name: Long Lartin nomis_id: LLI enabled: true estate: Long Lartin address: - South Littleton - Evesham - Worcestershire - WR11 8TZ booking_window: 28 email: Socialvisits.longlartin@hmps.gsi.gov.uk lead_days: 3 phone: 01386 295188 slots: tue: - 1400-1615 thu: - 1400-1615 sat: - 1400-1600 sun: ...
90c23ec8-e5eb-48ec-aa39-9f796b6b20be
{ "language": "YAML" }
```yaml - hosts: localhost roles: - prepare-docs-for-afs - role: fetch-tox-output tox_envlist: releasenotes - role: fetch-sphinx-output sphinx_output_src: "{{ zuul.project.src_dir }}/doc/build/html/" zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts" - create-afs-token ...
```yaml - hosts: localhost roles: - prepare-docs-for-afs - role: fetch-tox-output tox_envlist: releasenotes - role: fetch-sphinx-output sphinx_output_src: "{{ zuul.project.src_dir }}/releasenotes/build/html/" zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts" - create-afs-...
43cf3190-2ac4-4fdd-bb4d-147158431331
{ "language": "YAML" }
```yaml --- - name: Ensure logfile path with correct ownership file: path: "{{ logfile }}" mode: 0644 owner: "{{ ansible_user_id }}" state: touch become: yes ``` Add access and modification time to logfile touch
```yaml --- - name: Ensure logfile path with correct ownership file: path: "{{ logfile }}" mode: 0644 owner: "{{ ansible_user_id }}" state: touch access_time: preserve modification_time: preserve become: yes ```