Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Add support for Manila Tempest plugin | ---
test_dict:
test_regex: manila_tempest_tests.tests.api
whitelist: []
blacklist: []
plugins:
manila_tests:
repo: "https://github.com/openstack/manila.git"
package: "python-manila-tests"
| |
Update FIWARE docs with google analytics hook | site_name: FIWARE 3D UI (XML3D)
site_url: https://xml3d.readthedocs.org
repo_url: https://github.com/xml3d/xml3d.js.git
site_description: XML3D 3D UI - Documentation
docs_dir: doc
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthedocs
extra_css: ["https://fiware.org/style/fiware_readthedocs... | site_name: FIWARE 3D UI (XML3D)
site_url: https://xml3d.readthedocs.org
repo_url: https://github.com/xml3d/xml3d.js.git
google_analytics: ['UA-84207637-3', 'xml3d.readthedocs.io']
site_description: XML3D 3D UI - Documentation
docs_dir: doc
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthed... |
Add swagger spec for the complex example to its own repository | swagger: '2.0'
info:
description: |
Este es un ejemplo complejo para Interoperabilidad
version: 0.0.1
title: Servicio Complejo de Referencia
contact:
email: contacto@interoperabilidad.digital.gob.cl
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
schemes:
- ht... | |
Update from Hackage at 2022-09-03T17:12:36Z | homepage: https://github.com/TristanCacqueray/haskell-xstatic#readme
changelog-type: markdown
hash: 84b53d5d9af9ac2c8cf805605c6f8bb27a9246419b7cf38baad07b3f9f4fe689
test-bench-deps: {}
maintainer: tdecacqu@redhat.com
synopsis: Low-Fat static file packaging for Haskell projects
changelog: |
# Changelog
## 0.1.0
... | |
Add validation of spec with CI test | os:
- linux
language: node_js
node_js:
- "6.11.0"
install:
- npm install -g swagger-tools
script:
- swagger-tools validate swagger.json
- swagger-tools validate swagger_access_token.json
| |
Update from Forestry.io - Updated Forestry configuration | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
instant_prev... | |
Update from Hackage at 2016-12-16T21:31:09Z | homepage: https://bitbucket.org/tdammers/sprinkles
changelog-type: ''
hash: af5783dacb2acfed2ff3ce07abb7676f44b4bced98486db38b4c6c7577abe5cb
test-bench-deps:
regex-pcre: -any
heredoc: -any
base: -any
filepath: -any
data-default: -any
sprinkles: -any
regex-base: -any
tasty-quickcheck: -any
classy-prelu... | |
Add workflow to build gem and store as artifact | name: Build Gem Artifact
on:
workflow_dispatch:
jobs:
build_gem:
name: Build Gem Artifact
runs-on: "ubuntu-latest"
strategy:
fail-fast: true
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: "Set up Ruby 2.7"
uses: ruby/setup-ruby@v1
wit... | |
Add a control file for Travis CI | language: c
compiler:
- gcc
- clang
install:
- sudo apt-get update
- sudo apt-get install libglib2.0-0 libglib2.0-dev gtk-doc-tools
script:
- ./autogen.sh --disable-introspection --disable-gtk-doc && make && make check
| |
Set up CI with Azure Pipelines | pool:
vmImage: 'ubuntu-latest' # other options: 'macOS-10.13', 'vs2017-win2016'
steps:
- task: UseDotNet@2
displayName: 'Install .net core 3.0 (preview)'
inputs:
packageType: sdk
version: '3.1.100'
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: dotnet restore Thornless.UI.Web/Thornless.... | |
Set up CI with Azure Pipelines | # Azure Pipelines documentation https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi... | |
Set up CI with Azure Pipelines | # 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
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: ... | |
Add basic, is gem installed unit-test | {% set name = "activesupport" %}
{% set version = "4.2.11.1" %}
package:
name: rb-{{ name|lower }}
version: {{ version }}
source:
url: https://rubygems.org/downloads/{{ name }}-{{ version }}.gem
sha256: 264782453d1912cf99f80b6bbf3f2e0e0592874e740e2c66f4dbad02903a78ed
build:
noarch: generic
number: 0
sc... | |
Set up CI with Azure Pipelines | # 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:
- task: AzureCLI@1
inputs:
azureSubscription: 1fbdb4bb-441e-4922-ba1f-ffd04f533ea1
script... | |
Configure Mergify to automatically merge translations PR every week | pull_request_rules:
- name: Automatically merge translations
conditions:
- "author=weblate"
- "-conflict"
- "current-day-of-week=Sat"
actions:
merge:
method: squash | |
Update from Hackage at 2018-05-31T13:50:31Z | homepage: https://github.com/andrewthad/contiguous
changelog-type: ''
hash: 304410d7d1af70c7fd462a0e9305bd396f60d180fb7238be49df642db5b46c54
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Unified interface for primitive arrays
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
primitive: ! '>=0.6.... | |
Fix Japanese translations (typo) in the 1.2.x branch | fos_user:
username:
already_used: γ¦γΌγΆγΌεγ―ζ’γ«δ½Ώη¨γγγ¦γγΎγ
blank: γ¦γΌγΆγΌεγε
₯εγγ¦γγ γγ
short: γ¦γΌγΆγΌεγηγγγΎγ
long: γ¦γΌγΆγΌεγι·γγγΎγ
email:
already_used: γ‘γΌγ«γ’γγ¬γΉγ―ζ’γ«δ½Ώη¨γγγ¦γγΎγ
blank: γ‘γΌγ«γ’γγ¬γΉγε
₯εγγ¦γγ γγ
short: γ‘γΌγ«γ’γγ¬γΉγηγγγΎγγ
long: γ‘γΌγ«γ’γγ¬γΉγι·γγγΎγ
invalid: γ‘γΌγ«γ’γγ¬γΉγζ£γγγγγΎγ... | fos_user:
username:
already_used: γ¦γΌγΆγΌεγ―ζ’γ«δ½Ώη¨γγγ¦γγΎγ
blank: γ¦γΌγΆγΌεγε
₯εγγ¦γγ γγ
short: γ¦γΌγΆγΌεγηγγγΎγ
long: γ¦γΌγΆγΌεγι·γγγΎγ
email:
already_used: γ‘γΌγ«γ’γγ¬γΉγ―ζ’γ«δ½Ώη¨γγγ¦γγΎγ
blank: γ‘γΌγ«γ’γγ¬γΉγε
₯εγγ¦γγ γγ
short: γ‘γΌγ«γ’γγ¬γΉγηγγγΎγ
long: γ‘γΌγ«γ’γγ¬γΉγι·γγγΎγ
invalid: γ‘γΌγ«γ’γγ¬γΉγζ£γγγγγΎγγ... |
Update from Hackage at 2019-03-05T14:15:22Z | homepage: ''
changelog-type: markdown
hash: 96f675063849889457667d4c494a444010613d3612a2ab40f871b212232538a0
test-bench-deps: {}
maintainer: stephan.schiffels@mac.com
synopsis: A package with basic parsing utilities for several Bioinformatic data formats.
changelog: |
V 1.1.4.1: First entry in the Changelog. Added Ha... | |
Switch AppVeyor CI to use conda env | # CI on Windows via appveyor
# This file was based on Olivier Grisel's python-appveyor-demo
branches:
except:
- fix-docs
environment:
matrix:
- PYTHON: "C:\\Python27-conda32"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python36-conda64"
PYTHON_VERSION: "3.6"
PYTHON_... | # CI on Windows via appveyor
# This file was based on Olivier Grisel's python-appveyor-demo
branches:
except:
- fix-docs
environment:
matrix:
- PYTHON: "C:\\Python27-conda32"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "32"
CONDA_ENV: "py27-cdat+pynio"
- PYTHON: "C:\\Python36-conda64"
... |
Add github action to publish release asset | name: Upload release asset(s)
on:
release:
types: ["published"]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
... | |
Set up CI with Azure Pipelines | # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
pool:
vmImage: ubuntu-latest
strat... | |
Allow the server to start | language: python
dist: trusty
python:
- "2.7"
sudo: required
cache:
pip: true
directories:
- $HOME/buildout-cache
addons:
apt:
packages:
- chromium-browser
- chromium-chromedriver
virtualenv:
system_site_packages: true
before_install:
- wget http://chromedriver.storage.googleapis.c... | language: python
dist: trusty
python:
- "2.7"
sudo: required
cache:
pip: true
directories:
- $HOME/buildout-cache
addons:
apt:
packages:
- chromium-browser
- chromium-chromedriver
virtualenv:
system_site_packages: true
before_install:
- wget http://chromedriver.storage.googleapis.c... |
Update consul to run in a multi-host swarm mode docker engine | version: "3"
services:
#
# Deploying a Consul cluster using this file assumes that overlay network 'voltha_net'
# has already been created. To deploy the cluster, issue the command:
#
# docker stack deploy -c docker-compose-consul-cluster.yml consul
#
# This command will create overlay network 'consul_net'.
#
c... | |
Add the Elk standalone example cluster config | ---
#--------------------------------------------
# ELK Standalone server.
#--------------------------------------------
name: ELKStandalone
environment: awstest_useast1
credentials_file: "/home/vagrant/.aws/credentials"
profile_name: "default"
public_key_loc: "/tmp/symphonykey.pub"
private_key_loc: "/tmp/symphonykey... | |
Add changelog for deleting types from nuggets table | databaseChangeLog:
- changeSet:
id: 73
author: Pontus Doverstav
changes:
- dropColumn:
schemaName: contentschema
tableName: nuggets
columnName: type | |
Add starter TravisCI configuration. Will pick up Travis profile from new parent module when released. | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not ... | |
Set elastic search java and docker runtime memory limits | version: '2'
services:
db:
image: postgres
environment:
- POSTGRES_USER=saleor
- POSTGRES_PASSWORD=saleor
ports:
- '127.0.0.1:5432:5432'
redis:
image: redis
ports:
- '127.0.0.1:6379:6379'
search:
image: elasticsearch:5.4
ports:
- '127.0.0.1:9200:9200'
we... | version: '2'
services:
db:
image: postgres
environment:
- POSTGRES_USER=saleor
- POSTGRES_PASSWORD=saleor
ports:
- '127.0.0.1:5432:5432'
redis:
image: redis
ports:
- '127.0.0.1:6379:6379'
search:
image: elasticsearch:5.4.3
mem_limit: 1g
environment:
- ... |
Update from Hackage at 2017-06-03T16:56:07Z | homepage: ''
changelog-type: markdown
hash: 6c48593858404378006c9936b41f3627c9a524c5ce40e64d5c439f84207415f5
test-bench-deps: {}
maintainer: portnov84@rambler.ru
synopsis: Full-weight string formatting library, analog of Python's string.format
changelog: ! '# Revision history for text-format-heavy
## 0.1.0.0 -- YY... | |
Add global, WordPress-specific list of variables | ---
# WordPress version settings
wp_version: 4.5.3
wp_sha256sum: fd94288cd6fc657b2d8061737fcb121fc6acbe18acfcff80661e49fd2d3ee17c
# MySQL settings
mysqlservice: mysqld
mysql_port: 3306
# WordPress database settings
wp_db_name: wordpress
wp_db_user: wordpress
wp_db_password: ThisIsNotSecure
# Apache server configurat... | |
Add a github workflow testing the outbox | name: ruby_event_store-outbox
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
env:
GEM_NAME: ruby_event_store-outbox
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
DATABASE_URL: ${{ matrix.database }}
DATA_TYPE: ${{ matrix.datatype }}
GEM_LOCATION: contrib/ruby_event_store-outbox
strateg... | |
Include CodeClimate config on github | version: "2" # required to adjust maintainability checks
checks:
argument-count:
config:
threshold: 8
complex-logic:
config:
threshold: 4
file-lines:
config:
threshold: 250
method-complexity:
config:
threshold: 15
method-count:
config:
threshold: 20
... | |
Use github action for CI | name: Checks
on:
pull_request
jobs:
check:
name: Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '17.6.0'
- run: export CHROME_BIN=/usr/bin/google-chrome
- run: export DISPLAY=:99.0
-... | |
Add bzip2 to satisfy bzlib req | # Jinja variables help maintain the recipe as you'll update the version only here.
{% set version = "1.1.13" %}
{% set major_version = "1.1" %}
{% set sha1 = "f61e65a7616a3492815d18689c202d0685fe167d" %}
{% set md5 = "4cb87da2dba05540afce162f34b3a9a6" %}
package:
name: pbzip2
version: {{ version }}
source:
fn: ... | {% set version = "1.1.13" %}
{% set major_version = "1.1" %}
{% set sha1 = "f61e65a7616a3492815d18689c202d0685fe167d" %}
{% set md5 = "4cb87da2dba05540afce162f34b3a9a6" %}
package:
name: pbzip2
version: {{ version }}
source:
fn: pbzip2-{{ version }}.tar.gz
url: https://launchpad.net/pbzip2/{{ major_version }}... |
Update from Hackage at 2022-04-18T14:21:37Z | homepage: ''
changelog-type: ''
hash: 6996a2370d20c3ab5131fa5a934f9fb6b2b2f90c8bb9fccb96f3655c28d5a31b
test-bench-deps:
base: '>=4.7 && <5'
time: -any
text: ==1.*
msgpack: '>=1.0 && <2'
registry-hedgehog: -any
protolude: ==0.3.*
containers: '>=0.2 && <1'
registry: ==0.2.*
transformers: '>=0.5 && <2'
... | |
Quit spamming IRC for build notifications | before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
bundler_args: --without development production --quiet
env:
- GEM=api DB=sqlite
- GEM=api DB=mysql
- GEM=api DB=postgres
- GEM=backend DB=sqlite
- GEM=backend DB=mysql
- GEM=backend DB=postgres
- GEM=core DB=sqlite
- GEM=core DB=my... | before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
bundler_args: --without development production --quiet
env:
- GEM=api DB=sqlite
- GEM=api DB=mysql
- GEM=api DB=postgres
- GEM=backend DB=sqlite
- GEM=backend DB=mysql
- GEM=backend DB=postgres
- GEM=core DB=sqlite
- GEM=core DB=my... |
Add a before_script to Travis config file to install grunt-cli | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
| language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
before_script:
- npm install -g grunt-cli
|
Add support for Github Actions | name: CI
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 8
- n... | |
Revert "st2chatops also may need proxies" | ---
# Update proxy env vars in StackStorm service config files
- name: proxy | Configure StackStorm services
become: yes
lineinfile:
dest: /etc/{{ 'default' if ansible_facts.pkg_mgr == 'apt' else 'sysconfig' }}/{{ item.0 }}
create: yes
regexp: '^{{ item.1 }}='
line: "{{ item.1 }}={{ ansible_facts.en... | ---
# Update proxy env vars in StackStorm service config files
- name: proxy | Configure StackStorm services
become: yes
lineinfile:
dest: /etc/{{ 'default' if ansible_facts.pkg_mgr == 'apt' else 'sysconfig' }}/{{ item.0 }}
create: yes
regexp: '^{{ item.1 }}='
line: "{{ item.1 }}={{ ansible_facts.en... |
Update from Hackage at 2017-10-18T23:31:54Z | homepage: https://github.com/githubuser/ssh-tunnel#readme
changelog-type: ''
hash: aca3735c9b7a04409ba51e319d2e579fa45034256d109bc7d32e6961f918e4cf
test-bench-deps: {}
maintainer: ncrashed@gmail.com
synopsis: Proxy http-client via ssh tunnel.
changelog: ''
basic-deps:
http-client: ! '>=0.4 && <0.6'
base: ! '>=4.7 &... | |
Set up CI with Azure Pipelines | # ASP.NET Core
# Build and test ASP.NET Core projects targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
pool:
vmImage: 'vs2017-win2016'
variables:
buildConfiguration: 'Release'
steps:
- script: dotn... | |
Add new GitHub workflow for tagged commits to a branch other than master | name: Deploy custom tag
on:
push:
branches:
- "!master"
tags:
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install Java and Maven
uses: actions/setup-java@v1
... | |
Update from Hackage at 2017-01-12T15:52:25Z | homepage: https://github.com/lovasko/goat
changelog-type: ''
hash: 5ed53a6b6887fc1c7335b3de27d6c119251bf9ed0aa551d718d4df3eaa9e5078
test-bench-deps:
cereal: -any
bytestring: -any
base: ! '>=4.7 && <5'
goat: -any
QuickCheck: -any
safe: -any
maintainer: Daniel Lovasko <daniel.lovasko@gmail.com>
synopsis: Time... | |
Enable CI using GitHub Actions | name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test Rails
uses: alphagov/govuk-infrastructure/.github/workflows/test-rails.yaml@main
with:
requiresJavaScript: true
requiresMySQL: true
requiresRedis: true
mysqlUsername: contacts
mysqlPasswo... | |
Test pb to just run docker storage setup on nodes | ---
- hosts: localhost
gather_facts: yes
roles:
- instance-groups
tags:
- always
- hosts: nodes
roles:
- role: docker-storage-setup
docker_dev: '/dev/vdb'
tags:
- pre
- storage
| |
Add transition config for LLWR | ---
site: nda_llwr
whitehall_slug: low-level-waste-repository-ltd
homepage: https://www.gov.uk/government/organisations/low-level-waste-repository-ltd
tna_timestamp: 20180313170246
host: llwrsite.com
aliases:
- www.llwrsite.com
| |
Add or update the Azure App Service build and deployment workflow config | # Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
name: Build and deploy Node.js app to Azure Web App - vscode-uiflow-production
on:
push:
branches:
- azure-ci
workflow_dispatch:
jobs:
bui... | |
Add action to dedupe Dependabot PRs | name: Dedupe Dependabot PRs
on:
push:
branches: ['dependabot/**']
permissions:
contents: write
pull-requests: write
repository-projects: write
jobs:
dedupe:
name: Dedupe Dependabot PRs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cac... | |
Add publish to PyPI workflow file | # This workflows will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
name: Upload Package to PyPI
on:
release:
types: [created]
jobs:
d... | |
Use gitleaks for detecting hardcoded secrets | name: Security Scans
on: [push, pull_request]
jobs:
cleanup_runs:
name: Cancel old branch builds
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
steps:
- name: Find and cancel old builds of this branch
uses: rokroskar/workflow-ru... | |
Add GitHub Action to automatically post links | on:
push:
workflow_dispatch:
schedule:
- cron: '30 * * * *' # every hour, at ~:30 https://crontab.guru/#30_*_*_*_*
jobs:
update-news-releases:
runs-on: ubuntu-latest
steps:
- name: Check out this repo
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
... | |
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 a really basic GA workflow to build/install. | name: Build and package
on:
workflow_dispatch:
push:
branches:
- cidev
jobs:
mondo-build:
name: Performs a mondo-build of all optional components
runs-on: ubuntu-18.04
env:
BUILD_DIR: ${{ github.workspace }}/../iree-build
INSTALL_DIR: ${{ github.workspace }}/../iree-install
... | |
Configure CircleCI for deployment to GitHub pages | deployment:
demo:
tag: /(release-.*|demo)/
commands:
- git config --global user.email circleci@circleci
- git config --global user.name CircleCI
- gulp demo-copy
- git checkout gh-pages
- ls | grep -v build | grep -v node_modules | xargs rm -rf
- mv build/* ./ && rm -r buil... | |
Add Circle CI style checks to the repo | version: 2.1
executors:
chef:
docker:
- image: chef/chefdk:3.11.3
jobs:
stylecheck:
executor: chef
steps:
- checkout
- run:
name: Run style and unit tests
command: |
cookstyle .
foodcritic .
chef exec rspec
workflows:
version: ... | |
Add config for pre-commit tool | - repo: git://github.com/pre-commit/pre-commit-hooks
sha: 96fb7fa10f2f4c11ed33482a9ad7474251e5e97f
hooks:
- id: trailing-whitespace
- id: flake8
args: [--max-line-length=120]
- id: check-merge-conflict
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: na... | |
Add a 'one-off' task to run single test case on concourse | #
# A one-of task you can run on concourse to run a single maven test
#
# Run this with the following command from the ROOT of the sts4 repo:
#
# fly -t tools execute -x --config concourse/tasks/run-manifest-yaml-test.yml
inputs:
- name: sts4
platform: linux
image_resource:
type: docker-image
source:
repositor... | |
Add a test for the originally reported failure. | # Test that joins between INFORMATION_SCHEMA tables work as expected.
---
- CreateTable: c (cid INT PRIMARY KEY NOT NULL, cname VARCHAR(128))
---
- Statement: SELECT column_name, data_type, type_category, type_bundle_name FROM information_schema.columns c LEFT OUTER JOIN information_schema.types t ON c.data_type = t.ty... | |
Add action workflow with lint & deploy | name: CI/CD Pipeline
on:
push:
branches:
- develop
- main
pull_request:
# Run workflow whenever a PR is opened, updated (synchronized), or marked ready for review.
types: [ opened, synchronize, ready_for_review ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- n... | |
Add Node.js 10 to Travis testing | language: node_js
sudo: false
node_js:
- "6"
- "7"
- "8"
- "9"
after_success:
- npm run coverage
- npm i codecov
- codecov -f coverage/coverage.json
notifications:
email:
on_success: never
cache:
directories:
- node_modules
| language: node_js
sudo: false
node_js:
- "6"
- "7"
- "8"
- "9"
- "10"
after_success:
- npm run coverage
- npm i codecov
- codecov -f coverage/coverage.json
notifications:
email:
on_success: never
cache:
directories:
- node_modules
|
Add conf file for P2PU KoomBook | ---
- hosts: localhost
roles:
# Enable or disable to suit your needs
# This role automatically send logs to central server each time the device gets an Internet connection
- logs
- role: zim_install
zim_name: "wikipedia.en gutenberg.en wiktionary.en tedbusiness.en teddesign.en tedentertainme... | |
Add feedback bot to pull request | on:
pull_request:
types: [opened]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.createComment({
issue_number: context.issue.number,
... | |
Update TravisCI to Gitter webhook | language: go
sudo: false
go:
- 1.4
- 1.5
- 1.6
- 1.7
- tip
script:
- go test -v -covermode=count -coverprofile=coverage.out
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/acc2c57482e94b44f557
on_success: change # o... | language: go
sudo: false
go:
- 1.4
- 1.5
- 1.6
- 1.7
- tip
script:
- go test -v -covermode=count -coverprofile=coverage.out
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/7f95bf605c4d356372f4
on_success: change # o... |
Add Prod environment with 3VM but no directories sync | ---
# Variables used by Vagrantfile are defined here
servers:
- name: frontend
ip: 172.16.1.30
hostname: frontend.irma.local
memory: 2048
- name: brain
ip: 172.16.1.31
hostname: brain.irma.local
memory: 2048
- name: probe
ip: 172.16.1.32
hostname: probe.irma.local
memory: 2048... | |
Add config for Travis CI | language: cpp
compiler:
- gcc
install:
- sudo apt-get install gcc-multilib g++-multilib cmake
before_script:
- cmake . -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32
script:
- make
- make package
| |
Configure Travis-CI for Linux testing | language: cpp
os: linux
# Use the latest supported distro, Xenial, released in April 2016β¦
dist: xenial
git:
depth: 1
compiler:
- clang
- gcc
env:
matrix:
- BUILD_TYPE="Release"
- BUILD_TYPE="Debug"
# Xenial only has outdated versions of the packages we could use, but we still
# install them as a ... | |
Add a Travis CI configuration file. | language: python
python:
- "2.7"
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -y python-opencv
- pip install -r requirements.txt
script:
- python setup.py build
| |
Build feature branches in Travis, too. | language: ruby
script: 'rake db:create db:test:load default'
rvm:
- 1.9.3
env:
notifications:
email: false
bundler_args: --without development
branches:
only:
- master
| language: ruby
script: 'rake db:create db:test:load default'
rvm:
- 1.9.3
env:
notifications:
email: false
bundler_args: --without development
|
Validate files with Travis CI | # Travis CI config for the WordPoints developer tools.
language: ruby
# Use the new infrustructure.
sudo: false
before_script:
- gem install travis-lint
script:
- xmllint --noout $(find . -type f \( -name '*.xml' -o -name '*.xml.dist' \))
- find . -name '*.sh' -exec bash -n {} \;
- find . -name '*.yml' -exe... | |
Add Oracle Java 11 to Travis build. | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... |
Add a Travis config file. | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- hhvm-nightly
sudo: false
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
script: ./vendor/bin/phpunit
notifications:
email: false
irc: "irc.freenode.org#phpunit"
| |
Use Xcode 11 as CI env | language: swift
osx_image:
- xcode10.1
- xcode10.3
env:
- DESTINATION='platform=macOS' SWIFT_VERSION=5.0
- DESTINATION='platform=iOS Simulator,name=iPhone 8' SWIFT_VERSION=5.0
- DESTINATION='platform=tvOS Simulator,name=Apple TV' SWIFT_VERSION=5.0
- DESTINATION='platform=macOS' SWIFT_VERSION=4.2
- DESTINATION='platf... | language: swift
osx_image:
- xcode10.3
- xcode11.1
env:
- DESTINATION='platform=macOS' SWIFT_VERSION=5.0
- DESTINATION='platform=iOS Simulator,name=iPhone 8' SWIFT_VERSION=5.0
- DESTINATION='platform=tvOS Simulator,name=Apple TV' SWIFT_VERSION=5.0
- DESTINATION='platform=macOS' SWIFT_VERSION=4.2
- DESTINATION='platf... |
Revert "Now we have a cache; lets run the tests." | language: java
sudo: false
script: ant -Divy.logging=default -Djava.security.egd=file:/dev/./urandom test-no-reports
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.ivy2
notifications:
email: false
branches:
only:
- develop
| language: java
sudo: false
script: ant -Divy.logging=default -Djava.security.egd=file:/dev/./urandom jar
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.ivy2
notifications:
email: false
branches:
only:
- develop
|
Add dev config file with mock API | #
# This config-file is only needed for development. Instead of changing the url
# everytime you work locally on the project, you start both config-files, overwriting
# the first one with the development variables needed.
#
# Start development with βΊΒ $ jekyll serve --config _config.yml,_config_dev_with_mock_api.yml
ur... | |
Add another config example: mine | ---
nick: Eidolos
server: NAO
write_keys: 1
write_normal_ttyrec: 1
write_interhack_ttyrec: 1
nhoptions:
vikeys: 1
plugins:
exclude:
- Autologin
MonsterColors:
chromatic_nemeses: 1
PriceID:
short_names:
scroll:
60: [EW]
80: [EA, RC]... | |
Update from Hackage at 2018-05-17T21:21:38Z | homepage: https://github.com/ublubu/shapes#readme
changelog-type: ''
hash: 0bb1969bde0861eb061d883f2d9277b5f846e569f499b929244977ae83f69f42
test-bench-deps:
either: -any
base: ! '>=4.7 && <5'
hspec: -any
array: -any
shapes-math: -any
containers: -any
shapes: -any
lens: -any
ghc-prim: -any
linear: -a... | |
Update from Hackage at 2019-05-04T03:11:14Z | homepage: https://github.com/thomaseding/math-interpolate
changelog-type: ''
hash: 256da141677506ed8d6e62ab4b74b8d531b6519c2da13208cf097754ed53ff04
test-bench-deps: {}
maintainer: Thomas Eding
synopsis: Class for interpolation of values
changelog: ''
basic-deps:
base: ^>=4.12.0.0
all-versions:
- 0.1.0.1
author: Thoma... | |
Use stack setup so you can ignore most of the output | cache:
- "c:\\sr" # stack root, short paths == less problems
build: off
before_test:
- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
- 7z x stack.zip stack.exe
clone_folder: "c:\\stack"
environment:
global:
STACK_ROOT: "c:\\sr"
test_script:
# The ugly echo "" hack is to avoid compl... | cache:
- "c:\\sr" # stack root, short paths == less problems
build: off
before_test:
- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
- 7z x stack.zip stack.exe
clone_folder: "c:\\stack"
environment:
global:
STACK_ROOT: "c:\\sr"
test_script:
- stack setup > nul
# The ugly echo "" ha... |
Update from Hackage at 2018-05-12T00:33:32Z | homepage: ''
changelog-type: ''
hash: 4bf2da55deca1ffb2a32b100b44c21346ae860e5f6c3fbe05f11a179defddf57
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Non-crashing `Enum` operations
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- '0.1.0.0'
author: M Farkas-Dyck
latest: '0.1.0.0'
descript... | |
Update from Hackage at 2018-05-12T07:37:39Z | homepage: https://github.com/buonuomo/Text.Pronounce
changelog-type: markdown
hash: 3d685fcadf3b278d2c289dfb7529c958fe63bc79b7bcd8cbe9a50e58ccca1428
test-bench-deps: {}
maintainer: ngoodman@uchicago.edu
synopsis: A Haskell library for interfacing with the CMU Pronouncing Dictionary
changelog: ! "# Revision history for ... | |
Add a release note about storage/incoming split | ---
features:
- The storage of new measures that ought to be processed by *metricd* can now
be stored using different storage drivers. By default, the driver used is
still the regular storage driver configured. See the `[incoming]` section
in the configuration file.
| |
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 Hackage at 2017-02-12T06:28:35Z | homepage: https://github.com/rblaze/credential-store#readme
changelog-type: ''
hash: 31a5698f149ac2cdcd38f77f3670b06ae3599fe9c95ff31dc548f62217331faf
test-bench-deps:
bytestring: -any
base: -any
credential-store: -any
tasty-hunit: -any
tasty: -any
maintainer: blaze@ruddy.ru
synopsis: Library to access secure ... | |
Add github workflow for automatic test | name: spglib test using conda
on:
push:
branches-ignore:
- rc
- master
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version:... | |
Add config for Cloud Builder | steps:
- name: 'gcr.io/cloud-builders/bazel'
args: ['build', 'gce-containers-startup']
- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp', 'bazel-bin/gce-containers-startup/gce-containers-startup', 'docker/gce-containers-startup']
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-f', 'docker/Dockerfile', '... | |
Configure github actions to execute test on PR | # 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: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubunt... | |
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'
... | |
Update from Hackage at 2021-03-24T01:39:18Z | homepage: https://github.com/ekmett/codex/tree/master/parsnip#readme
changelog-type: markdown
hash: 78c588893fe7e09864c6b38c243c32bb2e7bbf1604172713011d62fff9dd019a
test-bench-deps: {}
maintainer: Edward Kmett <ekmett@gmail.com>
synopsis: A fast, minimal parser
changelog: |
# 0
* Split off from `engine`
basic-deps:... | |
Add kustomize.yaml to the Tekton folder | apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- account.yaml
- build-push-ma-base-image.yaml
- publish.yaml
- release-pipeline-nightly.yaml
- release-pipeline.yaml
- resources.yaml
| |
Update from Hackage at 2021-03-24T00:20:48Z | homepage: https://github.com/ekmett/codex/tree/master/atlas#readme
changelog-type: markdown
hash: 32c168b5b9fd4e843376ca9eb02ef33b233392cdbbcbf0b87c5f2cee00209861
test-bench-deps:
base: '>=4.11 && <5'
hspec: -any
transformers: -any
atlas: -any
primitive: -any
maintainer: Edward Kmett <ekmett@gmail.com>
synops... | |
Create role to copy the contents of the skeleton directory intelligently depending on our virtual architecture. | ---
# This Ansible role copies the contents of the skeleton directory /etc/skel to
# the home directory of vagrant on a virtual machine, or to /root/ on a
# container.
#
# TYPE must either be "vm" or "container".
- name: Copy skeleton contents (/etc/skel/*) to root on containers.
command: cp --recursive /etc/skel/. ... | |
Add new issues to a project board | name: Add issues to review project
on:
issues:
types:
- opened
jobs:
get-user-type:
runs-on: ubuntu-latest
outputs:
ignored: ${{ steps.set-output.outputs.ignored }}
steps:
- name: Install dependencies
run: |
npm install node-fetch@2
- uses: actions/github-... | |
Add SDL dev libs to Travis install config | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
| language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
install:
- wget https://www.libsdl.org/release/SDL2-2.0.4.tar.gz -O sdl2.tar.gz
- tar xzf sdl2.tar.gz
- pushd SDL2-2.0.4 && ./configure && make && sudo make install && popd
- wget -q http://www.libsdl.org/projects/SDL_ttf... |
Add release note file for next release | ---
fixes:
- Prevent the git indexer to uselessly fetch same pack at each run. Bug seen on centos 7.
- Fix get stat by tag that was broken by the recent project schema change.
- Fix manual release definition that was broken by the recent project schema change.
| |
Update from Hackage at 2019-08-19T05:06:57Z | homepage: https://github.com/3noch/postgresql-simple-interpolate
changelog-type: ''
hash: 33deb8eb397d24d77883f53ceb7123df2124d28d0e340767e9315e96771235b5
test-bench-deps: {}
maintainer: eacameron@gmail.com
synopsis: Interpolated SQL queries via quasiquotation
changelog: ''
basic-deps:
base: ! '>=4.5 && <5'
parsec:... | |
Update from Hackage at 2022-05-09T11:42:57Z | homepage: https://github.com/NorfairKing/linkcheck#readme
changelog-type: markdown
hash: 4b74a193ee39f1b39f2c51ab4e95025af736679182bb6a78c7bf79916779946a
test-bench-deps:
base: '>=4.7 && <5'
linkcheck: -any
maintainer: syd@cs-syd.eu
synopsis: Check for broken links in CI
changelog: |+
# Changelog
## [0.1.0.0] ... | |
Update from Hackage at 2019-09-22T15:05:14Z | homepage: https://github.com/gojup/http-mock#readme
changelog-type: markdown
hash: c4c821e59bb16f3199cc81fadc0fa61dd3f4d538cb49a93d1d2ae565b3dd6dbf
test-bench-deps:
base: ! '>=4.7 && <5'
http-mock: -any
maintainer: f.rincon@protonmail.com
synopsis: HTTP mocking and expectations library for Haskell
changelog: |
# ... | |
Add a role to deploy /etc/hosts for vpn names | # vim: set ft=ansible
---
- name: generate hosts entries
lineinfile:
dest: /etc/hosts
regexp: "{{ item.name | replace('.', '\\.') }}"
line: "{{ item.net | ipaddr('1') | ipaddr('address') }} {{ item.name }}"
with_items: vpn.static_clients
| |
Allow pull request builds in AppVeyor | ο»Ώversion: '{build}'
branches:
only:
- master
- /pull\/.+\/merge/
image: Visual Studio 2017
environment:
MYGET_API_KEY:
secure: 78qy8e6pKfJlQV7RAG5tJOWegzXpjASkUs3aFdVBoPYA5gi6+mWdjbuAmNa5OQPe
nuget:
disable_publish_on_pr: true
assembly_info:
patch: false
configuration:
- Release
before_buil... | ο»Ώversion: '{build}'
branches:
only:
- master
- /pull\/.+\/merge/
image: Visual Studio 2017
environment:
MYGET_API_KEY:
secure: 78qy8e6pKfJlQV7RAG5tJOWegzXpjASkUs3aFdVBoPYA5gi6+mWdjbuAmNa5OQPe
assembly_info:
patch: false
configuration:
- Release
before_build:
- cmd: nuget sources update -Name... |
Make mkfs.xfs work by growing the loopback device | rjil::db::bind_address: "%{ipaddress_eth2}"
keystone::admin_bind_host: "%{ipaddress_eth2}"
keystone::public_bind_host: "%{ipaddress_eth2}"
glance::bind_host: "%{ipaddress_eth2}"
#glance::registry::bind_host: "%{ipaddress_eth0}"
rjil::jiocloud::etcd::addr: "%{ipaddress_eth2}:4001"
rjil::jiocloud::etcd::peer_addr: "%{... | rjil::db::bind_address: "%{ipaddress_eth2}"
keystone::admin_bind_host: "%{ipaddress_eth2}"
keystone::public_bind_host: "%{ipaddress_eth2}"
glance::bind_host: "%{ipaddress_eth2}"
#glance::registry::bind_host: "%{ipaddress_eth0}"
rjil::jiocloud::etcd::addr: "%{ipaddress_eth2}:4001"
rjil::jiocloud::etcd::peer_addr: "%{... |
Add Korean version language file | index:
home: 'ν'
search: 'κ²μ'
archive: 'μμΉ΄μ΄λΈ'
category: 'μΉ΄ν
κ³ λ¦¬'
uncategorized: 'λ―Έμ§μ '
tag: 'νκ·Έ'
nav:
next: 'λ€μ'
prev: 'μ΄μ '
older: 'μ΄μ κΈ'
newer: 'λ€μ κΈ'
widget:
recents: 'μ΅κ·Ό κΈ'
archives: 'μμΉ΄μ΄λΈ'
categories: 'μΉ΄ν
κ³ λ¦¬'
links: 'λ§ν¬'
tags: 'νκ·Έ'
tag_cloud: 'νκ·Έ ν΄λΌμ°λ'
art... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.