Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Add a simple Travis-CI test configuration.
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" install: "pip install -r requirements.txt" script: ./testnet-ripe-anchors.py --ipv4
Add simple, generic EC2 instance template
# etc/simple-ec2.yml AWSTemplateFormatVersion: "2010-09-09" Parameters: KeyPairName: Description: > The EC2 key pair used for the instance Type: AWS::EC2::KeyPair::KeyName EnvironmentType: Type: String Description: Environment this instance is used by Default: Staging AllowedValues: ...
Add CodeQL workflow for GitHub code scanning
name: "CodeQL" on: push: branches: [ "devel" ] pull_request: branches: [ "devel" ] schedule: - cron: "4 0 * * 1" jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write strategy: fail-fast: false ...
Update from Hackage at 2017-01-15T21:20:35Z
homepage: http://www.github.com/nick8325/quickcheck-with-counterexamples changelog-type: '' hash: 0baa75300aac7cda92cdd93d5e24f7c83bd86ef1314caa582b5b5218731a7094 test-bench-deps: {} maintainer: nick@smallbone.se synopsis: Get counterexamples from QuickCheck as Haskell values changelog: '' basic-deps: base: ! '>=4 &&...
Add config for Travis CI.
# See http://about.travis-ci.org/docs/user/build-configuration/ language: scala scala: - "2.9.2" - "2.9.1" jdk: - oraclejdk7 - openjdk7 script: "sh build.sh"
Update from Hackage at 2017-04-29T08:51:56Z
homepage: https://github.com/Lokathor/pcgen-hs changelog-type: '' hash: 986c7773b270f3fca1105d280398a90c44acfc1ffee1b7781432c33b966bfee8 test-bench-deps: base: -any hspec: -any criterion: -any pcgen: -any random: -any deepseq: -any QuickCheck: -any maintainer: zefria@gmail.com synopsis: A fast, pseudorand...
Add example stack to see fluentd at work
containers: elasticsearch: image: michaloo/elasticsearch run: publish: ["9200:9200"] detach: true fluentd: image: michaloo/fluentd run: link: - "elasticsearch:elasticsearch" volume: - "/var/run/docker...
Test scss files on CircleCI.
dependencies: pre: - gem install sass test: override: - file=$(find . -name "[^_]*.scss" -type f); echo -e "$file"; echo $file | xargs -n1 sass >/dev/null
Add translation strings for the errors
--- en: vagrant_blocker: errors: box_blocked_by_running_vm: | Machine '%{name}' has blocked this machine from running. box_blocks_running_vm: | This machine is blocking already running machine '%{name}'.
Test against Ruby 2.0.0, 2.1, 2.2, 2.3, 2.4, and 2.5 on AppVeyor
version: 1.0.{build}-{branch} environment: matrix: - RUBY_VERSION: 200 - RUBY_VERSION: 200-x64 - RUBY_VERSION: 21 - RUBY_VERSION: 21-x64 - RUBY_VERSION: 22 - RUBY_VERSION: 22-x64 - RUBY_VERSION: 23 - RUBY_VERSION: 23-x64 - RUBY_VERSION: 24 - RUBY_VERSION: 24-x64 - RUBY_VER...
Add github actions for PHP
name: Construct on: push: branches: [ "master" ] pull_request: branches: [ "master" ] permissions: contents: read jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Validate composer.json and composer.lock run: composer validate --strict - nam...
Update from Forestry.io - Updated Forestry configuration
--- upload_path: "/uploads/:year:/:month:/:day:" frontmatter_file_url_template: "/uploads/:year:/:month:/:day:" body_file_url_template: "/uploads/:year:/:month:/:day:" new_page_extension: md auto_deploy: false admin_path: webhook_url: collections:
Update from Forestry.io - Updated Forestry configuration
--- label: Blog Post hide_body: false fields: - type: text name: title label: title - type: field_group name: header label: header fields: - type: file name: image label: image - type: text name: layout label: layout - type: boolean name: author_profile label: author_profile - type: boolean ...
Add initial Travis CI configuration
language: objective-c script: 'curl -s -H "Authorization: token $ATOM_ACCESS_TOKEN" -H "Accept: application/vnd.github.v3.raw" https://api.github.com/repos/atom/apm/contents/script/build-package | sh' env: global: secure: hnkxnq9KeJFL9vDRnu42wrRjC6cN27p4cjNWLJmCPjKJWQB69ZMOQjbCc7S9P0urdASvNx3bDEV3bkbv3IlgODoNI9...
Update from Hackage at 2019-05-24T19:54:13Z
homepage: '' changelog-type: markdown hash: 600a8db4b9ea8660046f6cc11f06abc91cbdc52f0b2571856f88f5a7d4033041 test-bench-deps: {} maintainer: vanessa.mchale@iohk.io synopsis: File-based debug output changelog: | # debug-dump ## 0.1.0.0 Initial release basic-deps: bytestring: -any base: ! '>=4.7 && <5' text...
Add an example of multiple shared folders
--- memory: 1024 cpus: 2 shared_folders: - map: ~/Documents/Code/NBCU/Sites to: /var/www/html - map: ~/Documents/Code/some_other_thing/drupal to: /var/www/some_other_thing sites: - subscription: nbcupublisher7 shortname: nbcupublisher7 vhost: servername: local.publisher7.com documentroot: /var...
Add config for Github Pages.
theme: jekyll-theme-minimal title: Page Sizer description: Google Docs add-on for modifying capitalization of text. logo: https://raw.githubusercontent.com/burnnat/capitals/master/assets/Capitals-Promo.png show_downloads: false
Add Punters.com.au to list of oembed providers
--- - provider_name: Punters provider_url: https://www.punters.com.au endpoints: - schemes: - https://www.punters.com.au/* - https://punters.com.au/* url: https://www.punters.com.au/api/oembed/ example_urls: - https://www.punters.com.au/api/oembed/?format=json&url=https://www.punters.com.au/ho...
Update from Hackage at 2020-10-31T21:49:15Z
homepage: '' changelog-type: markdown hash: 74985d73ab915764cdbd354e917d88ed44109a0c6355356cab540220a2326727 test-bench-deps: {} maintainer: dan.firth@homotopic.tech synopsis: Allows you to write FromDhall instances for Compdoc changelog: | # Changelog for compdoc-dhall-decoder ## v0.1.0.0 * Working compdoc dec...
Add CDH5.4 support in sahara
clusters: - plugin_name: cdh plugin_version: 5.4.0 image: %cdh_5_4_0_image% node_group_templates: - name: worker-dn flavor_id: %ci_flavor_id% node_processes: - HDFS_DATANODE volumes_per_node: 2 volumes_size: 2 auto_security_group: true node_c...
Use Xcode 9 to build BTree
language: objective-c osx_image: xcode8.2 script: - xcrun xcodebuild -project BTree.xcodeproj -scheme BTree-macOS test - xcrun xcodebuild -project BTree.xcodeproj -scheme BTree-iOS - xcrun xcodebuild -project BTree.xcodeproj -scheme BTree-watchOS - xcrun xcodebuild -project BTree.xcodeproj -scheme BTree-tvOS - swift bu...
language: objective-c osx_image: xcode9 script: - xcrun xcodebuild -project BTree.xcodeproj -scheme BTree-macOS test - xcrun xcodebuild -project BTree.xcodeproj -scheme BTree-iOS - xcrun xcodebuild -project BTree.xcodeproj -scheme BTree-watchOS - xcrun xcodebuild -project BTree.xcodeproj -scheme BTree-tvOS - swift buil...
Add Lock Threads in Github
# Configuration for lock-threads - https://github.com/dessant/lock-threads # Number of days of inactivity before a closed issue or pull request is locked daysUntilLock: 30 # Skip issues and pull requests created before a given timestamp. Timestamp must # follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable skipC...
Update from Hackage at 2019-08-05T22:02:14Z
homepage: https://github.com/https://github.com/isovector/type-sets/tree/master/cmptype#readme changelog-type: markdown hash: ebce26f912cf6ff9434172fe8e47a78c66522e74286b05144997d63020d86b5d test-bench-deps: {} maintainer: sandy@sandymaguire.me synopsis: Write plugins for magic type families with ease changelog: | # ...
Update from Hackage at 2019-02-04T07:32:54Z
homepage: '' changelog-type: '' hash: a7021d3331924f68897d95dfb39b562c2296e54ffab9d1d1956e06fe4d95eed4 test-bench-deps: {} maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> synopsis: ! 'swap and assoc: Symmetric and Semigroupy Bifunctors' changelog: '' basic-deps: base: ! '>=4.3 && <4.13' bifunctors: ! '>=5.5.2 && <5....
Update from Hackage at 2015-06-13T15:40:04+0000
homepage: '' changelog-type: '' hash: 1fbfc47d64db1feee1f0c95f52c79dab549ae457c4dbb71c4109e2b3068142aa test-bench-deps: linear-grammar: ! '>=0.0.2.1' base: -any hspec: -any containers: -any bifunctors: -any mtl: -any transformers: -any QuickCheck: -any maintainer: Athan Clark <athan.clark@gmail.com> syn...
Add Github actions testing of style/unit
name: delivery on: [push, pull_request] jobs: delivery: runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@master - name: Run Chef Delivery uses: actionshub/chef-delivery@master env: CHEF_LICENSE: accept-no-persist
Add missing service broker permissions
apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: labels: app: enmasse name: enmasse.io:service-broker rules: - apiGroups: [ "" ] resources: [ "services" ] verbs: [ "get", "list", "watch" ] - apiGroups: [ "" ] resources: [ "configmaps", "secrets" ] verbs: [ "create", "update", "p...
apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: labels: app: enmasse name: enmasse.io:service-broker rules: - apiGroups: [ "" ] resources: [ "services" ] verbs: [ "get", "list", "watch" ] - apiGroups: [ "" ] resources: [ "configmaps", "secrets" ] verbs: [ "create", "update", "p...
Update from Hackage at 2016-01-05T22:15:45+0000
homepage: http://github.com/nicodelpiano/ranges changelog-type: '' hash: 2b7c76febb15854164c8c7079735bedb2692a7756d8b89fef44237b90bcb2e79 test-bench-deps: base: ! '>=4.7 && <4.8' hspec: ==2.* HUnit: ! '>=1.2' numeric-ranges: -any QuickCheck: ! '>=2.7' maintainer: ndel314@gmail.com synopsis: A framework for nu...
Add flake8 CI with github action
name: flake8 Lint on: [push, pull_request] jobs: flake8-lint: runs-on: ubuntu-latest name: Lint steps: - name: Check out source repository uses: actions/checkout@v2 - name: Set up Python environment uses: actions/setup-python@v1 with: python-version: "3.8" ...
Remove support for 1.8.6 in Travis CI
rvm: - 1.8.6 - 1.8.7 - 1.9.2 - ree - jruby - ruby-head - rbx-2.0
rvm: - 1.8.7 - 1.9.2 - ree - jruby - ruby-head - rbx-2.0
Add clang/gcc compilers to Travis CI build
language: cpp os: - linux - osx script: - make config=release - make config=coverage test after_success: - bash <(curl -s https://codecov.io/bash)
language: cpp os: - linux - osx compiler: - clang - gcc script: - make config=release - make config=coverage test after_success: - bash <(curl -s https://codecov.io/bash)
Add SensioLabs Insight configuration to repository
pre_composer_script: | #!/bin/bash # Do what you need to setup your project cp app/config/parameters.yml.dist app/config/parameters.yml sed -i -e \"s/secret:.*/secret: YoLo/\" app/config/parameters.yml sed -i -e \"s/server_version:.*/server_version: 5.5/\" app/config/parameters.yml post_composer_script: | ...
Add event exporter deployment to the fluentd-gcp addon
apiVersion: v1 kind: ServiceAccount metadata: name: event-exporter-sa namespace: kube-system labels: k8s-app: event-exporter kubernetes.io/cluster-service: "true" addonmanager.kubernetes.io/mode: Reconcile --- apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRoleBinding metadata: name: eve...
Add bob.db.verification.filelist recipe [skip appveyor]
{% set version = "2.0.3" %} package: name: bob.db.verification.filelist version: {{ version }} source: fn: bob.db.verification.filelist-{{ version }}.zip md5: e3b6452056c1afb61705f673431cd9e2 url: https://pypi.python.org/packages/source/b/bob.db.verification.filelist/bob.db.verification.filelist-{{ version ...
Add release note for glanceclient 2.17.0
--- prelude: | This version of python-glanceclient finalizes client-side support for the Glance multiple stores feature. See the `Multi Store Support <https://docs.openstack.org/glance/latest/admin/multistores.html>`_ section of the Glance documentation for more information. Support for Glance multiple stor...
Add YAML bindings for the E1000 Ethernet controller
# # Copyright (c) 2018 Intel Corporation. # # SPDX-License-Identifier: Apache-2.0 # title: Intel E1000 Ethernet controller id: intel,e1000 version: 0.1 description: > This is a representation of the Intel E1000 Ethernet controller properties: compatible: type: string category: required desc...
Build TitanHide with GitHub Actions
name: Visual Studio on: [push, pull_request] jobs: build: # Skip building pull requests from the same repository if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }} runs-on: windows-2019 steps: - na...
Add GitHub action for checking Java compilation
name: Java Continuous Integration on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Build with Maven run: mvn -B package --file pom.xml
Update from Hackage at 2017-08-26T16:14:43Z
homepage: https://github.com/alexander-ignatyev/morpheus changelog-type: '' hash: 61cc9c8f5df0b608218b50d3d0d647d62b7e3d564e182691b50c21e45ff27330 test-bench-deps: test-framework-hunit: ! '>=0.3.0.2' test-framework: ! '>=0.8.1.1' MonadRandom: ! '>=0.4.2.3' base: -any hmatrix-morpheus: -any test-framework-qu...
Deploy github workflows on galactic branch
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions name: Linux Build and Test on Galactic ...
Update from Hackage at 2016-06-02T23:42:09+0000
homepage: '' changelog-type: '' hash: 5db85aa1b73348a941ebe6039f94c004e52242eadfc888653d6804b95d5dd065 test-bench-deps: {} maintainer: mark@swift-nav.com synopsis: SBP to UDP changelog: '' basic-deps: streaming-commons: -any bytestring: -any optparse-generic: -any base: ! '>=4.7 && <5' basic-prelude: -any n...
Update from Hackage at 2020-05-29T14:28:29Z
homepage: https://github.com/expipiplus1/orbit#readme changelog-type: markdown hash: 68550e6c699a8606ef44eef4677b8a653947c480fe888fdeab54a4a18be0162d test-bench-deps: tasty-th: -any checkers: -any base: -any ad: -any doctest: -any tagged: -any units-defs: -any exact-real: -any units: -any tasty-quic...
Add opsfile for cf-app-sd release
--- # requires capi-release > v1.47.0 # requires bosh-dns-release >= 0.2.0 # requires opsfile: https://github.com/cloudfoundry/cf-deployment/blob/master/operations/experimental/use-bosh-dns-for-containers.yml - type: replace path: /instance_groups/name=diego-cell/jobs/- value: name: bosh-dns-adapter release...
Revert "Set TMPDIR to fix Dir.mktmpdir under jRuby"
language: ruby before_install: - sudo apt-get install lighttpd libfcgi-dev libmemcache-dev memcached - mkdir /tmp/rack env: TMPDIR=/tmp/rack install: - gem env version | grep '^\(2\|1.\(8\|9\|[0-9][0-9]\)\)' || gem update --system - gem install --conservative rake - rake deps script: rake ci rvm: - 1.8.7 ...
before_install: sudo apt-get install lighttpd libfcgi-dev libmemcache-dev memcached install: - gem env version | grep '^\(2\|1.\(8\|9\|[0-9][0-9]\)\)' || gem update --system - gem install --conservative rake - rake deps script: rake ci rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - rbx - jruby - ree branche...
Add sample docker compose file
# Demo docker-compose file for nginx nginx: image: wicksy/nginx:latest ports: - 80:80 - 443:443 environment: - NGINX_ROOT=/var/lib/nginx/html - NGINX_INDEX=index.html
Add Fedora 21 Beaker node
HOSTS: fedora-21: roles: - master # TODO: Update to F21 once RPM is created by Puppet folks # See: https://github.com/dfarrell07/dfarrell07-opendaylight/issues/10#issuecomment-70542612 platform: fedora-20-x86_64 # TODO: Move to an offical-ish F21 box once one goes on Vagrantcloud # See: ...
Update from Hackage at 2019-08-21T16:28:44Z
homepage: '' changelog-type: text hash: 1165e8ca83fd23b5233ae24713145a1d492efca032b7d2642162fb0ca798c5d3 test-bench-deps: {} maintainer: Joey Hess <id@joeyh.name> synopsis: git-lfs protocol changelog: | haskell-git-lfs (1.0.0) unstable; urgency=medium * Initial release. -- Joey Hess <id@joeyh.name> Tue, 20 ...
Update from Hackage at 2016-03-15T21:22:10+0000
homepage: http://rel4tion.org/projects/time-cache changelog-type: text hash: 51c3a3ef53a39a245e7a284ace9f0888a9a57e15c925971862ddeec0f8760ee9 test-bench-deps: {} maintainer: fr33domlover@riseup.net synopsis: Cache current time and formatted time text changelog: ! "The changes are recorded by the version control system,...
Set up CI with Azure Pipelines
# .NET Desktop # Build and run tests for .NET Desktop or Windows classic desktop solutions. # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net trigger: - master pool: vmImage: 'windows-latest' variables: solution: '**/*.sln' ...
Add bob.io.video recipe [skip appveyor]
{% set version = "2.0.6" %} package: name: bob.io.video version: {{ version }} source: fn: bob.io.video-{{ version }}.zip md5: 565a63ff92df7af7a2dddce65d1b5f9a url: https://pypi.python.org/packages/source/b/bob.io.video/bob.io.video-{{ version }}.zip build: entry_points: - bob_video_test.py = bob.io.vi...
Add Github actions testing of style/unit
name: delivery on: [push, pull_request] jobs: delivery: runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@master - name: Run Chef Delivery uses: actionshub/chef-delivery@master env: CHEF_LICENSE: accept-no-persist
Configure workflow build and test.
name: Build main JDK 15 on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 15 uses: actions/setup-java@v1 with: java-version: 15 - name: Build with M...
Update from Hackage at 2019-02-13T07:41:43Z
homepage: https://github.com/iand675/multipool-postgresql-simple#readme changelog-type: markdown hash: b99f0137d70fc8d227fa313ef484af6e4be5935319f49ba955c3c98a98e5e7a6 test-bench-deps: base: ! '>=4.7 && <5' unordered-containers: -any resource-pool: -any unliftio-core: -any postgresql-simple: -any mtl: -any ...
Remove support for PHP 5.6 and PHP 7.0
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" matrix: allow_failures: - php: nightly exclude: - php: 5.6 env: COMPOSER_OPTS="--prefer-lowest" fast_finish: true sudo: false be...
language: php php: - 7.1 - 7.2 - 7.3 - nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" matrix: allow_failures: - php: nightly fast_finish: true sudo: false before_script: - pecl install mailparse - composer self-update - composer update $COMPOSE...
Update from Hackage at 2020-02-14T01:12:52Z
homepage: https://github.com/GaloisInc/lumberjack changelog-type: markdown hash: d17a3804c2231a168cc76a6e0a8123e5564df154fb1bebc16ff777c2cae9c5b9 test-bench-deps: {} maintainer: kquick@galois.com synopsis: Trek through your code forest and make logs changelog: | # Revision history for lumberjack ## 0.1.0.0 -- 2020...
Update from Hackage at 2018-02-28T06:19:05Z
homepage: https://github.com/metrix-ai/eternity-timestamped changelog-type: '' hash: eb044382a6ae36d11aeb50966d97c1d7d96ccf943244bb946e430398182295bf test-bench-deps: {} maintainer: Metrix.AI Ninjas <ninjas@metrix.ai> synopsis: Automatic timestamping for Eternity changelog: '' basic-deps: eternity: ! '>=0.1 && <0.2' ...
Add Probot Stale default configuration
# Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an Issue or Pull Request becomes stale daysUntilStale: 60 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed. # Set to false to disable. If disabled, issues still need to...
Update from Hackage at 2018-01-06T04:49:37Z
homepage: https://github.com/alunduil/network-arbitrary changelog-type: markdown hash: a133ddb88a7efae57c384905ebe9e788ca97cdb0ec21ecd365d3b4c945f1920e test-bench-deps: base: ! '>=4.6 && <4.12' hspec: ==2.4.* network-uri: ==2.6.* QuickCheck: ! '>=2.9 && <2.11' maintainer: alunduil@alunduil.com synopsis: Arbitra...
Update from Forestry.io - Updated Forestry configuration
--- label: Post hide_body: false fields: - type: text name: title label: title - type: textarea name: excerpt label: excerpt - type: field_group name: header label: header fields: - type: file name: teaser label: teaser - type: list name: categories label: categories - type: list name: tag...
Update from Hackage at 2020-03-22T04:25:43Z
homepage: https://github.com/cutsea110/aop-prelude.git changelog-type: markdown hash: a6538fb2a06580e0dd714111c0666d521b9528e3626cb75f3c29e7f8ac451892 test-bench-deps: base: ^>=4.12.0.0 ghc-prim: ^>=0.5.3 maintainer: cutsea110@gmail.com synopsis: prelude for Algebra of Programming changelog: | # Revision history ...
Update from Hackage at 2020-12-31T14:39:54Z
homepage: https://hackage.haskell.org/package/phonetic-languages-simlified-base changelog-type: markdown hash: f48b2d312e15052eb0b122642df0ccca6cf9e6ce78b4cac4b4165ac468c62713 test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: A simplified version of the phonetic-languages functionality common for some d...
Add workflow to push changes to standalone repos
#/ # @license Apache-2.0 # # Copyright (c) 2021 The Stdlib Authors. # # 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 ap...
Add python package testing and linting
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package on: push: branches: [ master ] pull_request: branches: [ ma...
Add a transition for theorytest.direct.gov.uk
--- site: directgov_theorytest whitehall_slug: driver-and-vehicle-standards-agency homepage: http://www.gov.uk/book-theory-test tna_timestamp: 20201010101010 # Stub timestamp - site not in TNA host: theorytest.direct.gov.uk global: =301 http://www.gov.uk/book-theory-test aliases: - www.theorytest.direct.gov.uk - th...
Add Github actions testing of style/unit
name: delivery on: [push, pull_request] jobs: delivery: runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@master - name: Run Chef Delivery uses: actionshub/chef-delivery@master env: CHEF_LICENSE: accept-no-persist
Update from Forestry.io - Updated Forestry configuration
--- label: Front Page Callout hide_body: true fields: - type: text name: title label: title - type: textarea name: text label: text - type: boolean name: enable-button label: enable-button - type: text name: button-text label: button-text - type: text name: button-url label: button-url
Add test to verify user experienced bug is fixed.
--- - CreateTable: reports (id int not null primary key, name varchar(32)); --- - CreateTable: metadata (id int not null primary key, rid int not null, name varchar(32) not null, grouping foreign key (rid) references reports(id)); --- - Statement: insert into reports (id, name) values (1, 'a'), (2, 'b'), (3, 'c')...
Set up CI with Azure Pipelines
trigger: branches: include: - dev - main - master paths: include: - src/* exclude: - .gitignore - CONTRIBUTING.md - LICENSE - THIRD PARTY NOTICES - build.gradle - gradle.properties - gradlew - gradlew.bat - readme.md - s...
Add separate Webpacker integration test for Rails6
name: Rails 6 Webpacker Integration Tests (unreliable) on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: test-branch: [rails6-webpacker] steps: - name: Checkout uses: actions/checkout@v2 - name: Checkout test app uses: actions/checkout@v2 with: ...
Add reno for new config [disk_utils]partprobe_attempts
--- upgrade: - | Adds a new configuration option ``[disk_utils]partprobe_attempts`` which defaults to 10. This is the maximum number of times to try to read a partition (if creating a config drive) via a ``partprobe`` command. Set it to 1 if you want the previous behavior, where no retries were done. ...
Add action to build and push docker image
name: Build/Push docker image on: release: types: [published] jobs: main: if: github.repository == 'oncokb/oncokb' name: Build and Push runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-java@v1 with: java-version: '8.x' - name: ...
Add temporary mastodon compose file
version: '2' services: db: restart: always image: postgres:alpine ### Uncomment to enable DB persistance # volumes: # - ./postgres:/var/lib/postgresql/data redis: restart: always image: redis:alpine ### Uncomment to enable REDIS persistance # volumes: # - ./redis:/data web: ...
Add GH action for tests/linting
name: Go on: push: branches: - master paths-ignore: - '**/*.md' - 'Makefile' pull_request: branches: - master paths-ignore: - '**/*.md' - 'Makefile' jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Go ...
Include workflow config (GitHub actions)
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: build on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: windows-latest ...
Enable Windows builds via Appveyor
environment: matrix: - nodejs_version: '6' - nodejs_version: '5' - nodejs_version: '4' platform: - x86 - x64 install: - ps: Install-Product node $env:nodejs_version - set CI=true - npm -g install npm@latest - set PATH=%APPDATA%\npm;%PATH% - npm install matrix: fast_finish: false build: off...
Add an Ingress for Prometheus
apiVersion: extensions/v1beta1 kind: Ingress metadata: name: prometheus namespace: kube-system annotations: zalando.org/skipper-filter: | oauthTokeninfoAnyScope("uid") labels: application: prometheus spec: rules: - host: system-prometheus.{{ .Alias }}.zalan.do http: paths: - ba...
Add GitHub action to publish on GH-pages
name: asciidoctor-docs on: [push] jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GI...
Update from Hackage at 2016-02-19T09:21:20+0000
homepage: http://github.com/btubbs/haskell-gridfs#readme changelog-type: '' hash: c2834314e314944369f13b254c49a25ff9ee9523079f5a77d237abe26fb8b1d2 test-bench-deps: {} maintainer: brent.tubbs@gmail.com synopsis: GridFS (MongoDB file storage) implementation changelog: '' basic-deps: bytestring: -any base: ! '>=4.7 &&...
Update daily check time to 01:03
cron: - description: daily heroic story url: /v1/cron/daily/ schedule: every day 01:01 timezone: America/Los_Angeles
cron: - description: daily heroic story url: /v1/cron/daily/ schedule: every day 01:03 timezone: America/Los_Angeles
Deploy using PHP 7.4 on SEED
before_compile: - apt -y install software-properties-common - add-apt-repository ppa:ondrej/php - apt-get update - apt -y install php7.4 - composer install --prefer-dist --optimize-autoloader --no-dev before_build: - npx gulp - make cache after_deploy: - if [ $SEED_STAGE_NAME = "prod" ...
before_compile: - apt -y remove php - apt -y install software-properties-common - add-apt-repository ppa:ondrej/php - apt-get update - apt -y install php7.4 - composer install --prefer-dist --optimize-autoloader --no-dev before_build: - npx gulp - make cache after_deploy: - if [ $S...
Enable more features in the LGTM build command
queries: - exclude: cpp/fixme-comment extraction: cpp: configure: command: - ./configure.py
queries: - exclude: cpp/fixme-comment extraction: cpp: configure: command: - ./configure.py --build-bogo-shim --build-fuzzers=test --with-zlib --with-bzip2 --with-lzma --with-openssl --with-sqlite3 --no-store-vc-rev
Test update for invoke's recursive nature
service: lambda-invoke-tests plugins: - ../../../ provider: iamRoleStatements: - Effect: Allow Action: - lambda:InvokeAsync - lambda:InvokeFunction Resource: '*' memorySize: 128 name: aws region: us-east-1 runtime: nodejs12.x stage: dev versionFunctions: false function...
service: lambda-invoke-tests plugins: - ../../../ provider: iamRoleStatements: - Effect: Allow Action: - lambda:InvokeAsync - lambda:InvokeFunction Resource: '*' memorySize: 128 name: aws region: us-east-1 runtime: nodejs12.x stage: dev versionFunctions: false function...
Revert "modules/tectonic: fix CRD API group"
apiVersion: "apiextensions.k8s.io/v1beta1" kind: "CustomResourceDefinition" metadata: name: "migrationstatuses.kvo.coreos.com" spec: group: "kvo.coreos.com" version: "v1" names: plural: "migrationstatuses" kind: "MigrationStatus"
apiVersion: "apiextensions.k8s.io/v1beta1" kind: "CustomResourceDefinition" metadata: name: "migrationstatuses.kvo.coreos.com" spec: group: "tco.coreos.com" version: "v1" names: plural: "migrationstatuses" kind: "MigrationStatus"
Update Database for MySQL Database Name
# adapter-specific values sqlite: &sqlite adapter: sqlite3 pool: 5 timeout: 5000 mysql: &mysql adapter: mysql2 username: root password: root100 # default values defaults: &defaults min_messages: ERROR <<: *sqlite # databases development: database: db/development.sqlite3 <<: *defaults test: &...
# adapter-specific values sqlite: &sqlite adapter: sqlite3 pool: 5 timeout: 5000 mysql: &mysql adapter: mysql2 encoding: utf8 database: ifsimply_production username: root password: root100 # default values defaults: &defaults min_messages: ERROR <<: *sqlite # databases development: database...
Remove 'ovirt-4.2' from STDCI release branch config
distros: - fc29 - fc28 - el7 release_branches: master: [ "ovirt-master", "ovirt-4.3", "ovirt-4.2" ]
distros: - fc29 - fc28 - el7 release_branches: master: [ "ovirt-master", "ovirt-4.3" ]
Apply PR revisions to install with `npm ci`.
steps: - label: ":hammer: Build" command: - "npm install" - "npm pack" plugins: - docker#v3.3.0: image: "node:10" volumes: - "./:/app"
steps: - label: ":hammer: Build" command: - npm ci - npm pack plugins: - docker#v3.3.0: image: "node:10" volumes: - "./:/app"
Put this back just in case
18: mode: OUT 23: mode: IN event: RISING bounce: 500
18: mode: OUT 23: mode: IN event: RISING bounce: 200
Make node to depend on mdr
version: '3' services: striim-metadatarepo: image: "striim.azurecr.io/striim/striim-mdr" ports: - 1527:1527 volumes: - striim-data:/var/striim striim-node: image: "striim.azurecr.io/striim/striim-node" ports: - "9080" e...
version: '3' services: striim-metadatarepo: image: "striim.azurecr.io/striim/striim-mdr" ports: - 1527:1527 volumes: - striim-data:/var/striim striim-node: image: "striim.azurecr.io/striim/striim-node" ports: - "9080" d...
Update Working Directory for Build
# Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript trigger: - master pool: vmImage: ubuntu-latest steps: - task: NodeTool@0 inputs: versionSpec: '10.x' displayN...
# Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript trigger: - master pool: vmImage: ubuntu-latest steps: - task: NodeTool@0 inputs: versionSpec: '10.x' displayN...
Use Linux steps for linux machines
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml pool: vmImage: 'Ubuntu-16.04' steps: - powershell: .\build.ps1 -target Build displayName: Build libraries - powershell: .\build.ps1 -...
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml pool: vmImage: 'Ubuntu-16.04' steps: - script: ./build.sh -target Build displayName: Build libraries - script: ./build.sh -target Ru...
Update from Hackage at 2020-10-09T03:05:28Z
homepage: https://github.com/parsonsmatt/prairie#readme changelog-type: markdown hash: ff03999e24532c78f33af398f1857beaa9eabb19d0c6bb96e9584bd2b0ac4715 test-bench-deps: base: '>=4.7 && <5' prairie: -any aeson: -any maintainer: parsonsmatt@gmail.com synopsis: A first class record field library changelog: | # Cha...
homepage: https://github.com/parsonsmatt/prairie#readme changelog-type: markdown hash: 386999a91d78760d989ff7efb724fb6722b9a78b295b8c372f074d6ded38e1fa test-bench-deps: base: '>=4.7 && <5' prairie: -any aeson: -any maintainer: parsonsmatt@gmail.com synopsis: A first class record field library changelog: | # Cha...
Make package linux only [skip appveyor] [skip travis]
{% set name = "distro" %} {% set version = "1.1.0" %} {% set sha256 = "722054925f339a39ca411a8c7079f390a41d42c422697bedf228f1a9c46ac1ee" %} package: name: '{{ name|lower }}' version: '{{ version }}' source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ na...
{% set name = "distro" %} {% set version = "1.1.0" %} {% set sha256 = "722054925f339a39ca411a8c7079f390a41d42c422697bedf228f1a9c46ac1ee" %} package: name: '{{ name|lower }}' version: '{{ version }}' source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ na...
Update from Forestry.io - Updated Forestry configuration
--- label: Project hide_body: false fields: - type: file name: thumbnail label: Thumbnail description: This will only show up on the front page - type: text name: title label: Title config: required: true - type: datetime name: date label: Date config: required: true - type: tag_list name: c...
--- label: Project hide_body: false fields: - type: file name: thumbnail label: Thumbnail description: This will only show up on the front page - type: text name: title label: Title config: required: true - type: datetime name: date label: Date config: required: true - type: tag_list name: c...
Update from Hackage at 2017-01-30T17:32:34Z
homepage: https://github.com/jml/graphql-api#readme changelog-type: '' hash: eeaca4a4db461caecd9d38bfb1646fcb398cc507d51f120ecff70704c3d681c0 test-bench-deps: exceptions: -any base: ! '>=4.9 && <5' hspec: -any tasty-hspec: -any criterion: -any doctest: -any protolude: -any containers: -any graphql-api...
homepage: https://github.com/jml/graphql-api#readme changelog-type: '' hash: 593742fa27cf4b14bcb88ced31b9af3a0567a5fab700e18e2f47f49a6c5fd1a9 test-bench-deps: exceptions: -any base: ! '>=4.9 && <5' hspec: -any tasty-hspec: -any criterion: -any doctest: -any protolude: -any containers: -any graphql-api...
Change up the build requirements?
package: name: ops_piggybacker-dev version: "0.1.0" source: path: ../../ requirements: build: - python - setuptools - numpy run: - python - numpy - scipy - pandas - openpathsampling test: imports: - ops_piggybacker
package: name: ops_piggybacker-dev version: "0.1.0" source: path: ../../ requirements: build: - python - setuptools - pyyaml run: - python - numpy - scipy - pandas - openpathsampling test: imports: - ops_piggybacker
Add service unavailable config for mass testing
services: 1826: unavailable_in: Scotland: title: "This service is not available in Scotland" body: "This service is not available in Scotland. You can find other services on your council website" Northern Ireland: title: "This service is not available in Northern Ireland" ...
services: 1826: unavailable_in: Scotland: title: "This service is not available in Scotland" body: "This service is not available in Scotland. You can find other services on your council website" Northern Ireland: title: "This service is not available in Northern Ireland" ...
Update release drafter to $MAJOR.$MINOR
name-template: 'v$NEXT_MINOR_VERSION 🌈' tag-template: 'github-api-$NEXT_MINOR_VERSION' categories: - title: '🚀 Features' labels: - 'feature' - 'enhancement' - title: '🐛 Bug Fixes' labels: - 'fix' - 'bugfix' - 'bug' - title: '🧰 Maintenance' label: 'chore' change-templa...
name-template: 'v$NEXT_MINOR_VERSION 🌈' tag-template: 'github-api-$NEXT_MINOR_VERSION' version-template: '$MAJOR.$MINOR' categories: - title: '🚀 Features' labels: - 'feature' - 'enhancement' - title: '🐛 Bug Fixes' labels: - 'fix' - 'bugfix' - 'bug' - title: '🧰 Maintenance...
Correct specific version for CI
name: Build CI on: push: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: include: - release: latest shibboleth: '' - release: specific shibboleth: 3.2.3.1 steps: - uses: actions/checkout@v2 - name: B...
name: Build CI on: push: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: include: - release: latest shibboleth: '' - release: specific shibboleth: 3.2.3 steps: - uses: actions/checkout@v2 - name: Bui...
Increase cf push timeout to avoid flakes
--- applications: - name: asp_prerender_node disk_quota: 1536M env: CACHE_NUGET_PACKAGES: false INSTALL_NODE: true
--- applications: - name: asp_prerender_node disk_quota: 1536M timeout: 120 env: CACHE_NUGET_PACKAGES: false INSTALL_NODE: true
Disable the unit tests temporarily
image: debian:unstable before_script: - apt update -qq - apt install -y -qq build-essential meson pkg-config gtk-doc-tools libxml2-utils gobject-introspection libgirepository1.0-dev libglib2.0-dev libjson-glib-dev stages: - build variables: MESON_TEST_TIMEOUT_MULTIPLIER: 2 G_MESSAGES_DEBUG: all MESON_COM...
image: debian:unstable before_script: - apt update -qq - apt install -y -qq build-essential meson pkg-config gtk-doc-tools libxml2-utils gobject-introspection libgirepository1.0-dev libglib2.0-dev libjson-glib-dev stages: - build variables: MESON_TEST_TIMEOUT_MULTIPLIER: 2 G_MESSAGES_DEBUG: all MESON_COM...