Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Remove 2.1 mode for jruby | language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci:metrics"
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- ruby-head
- rbx-2
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="$JRUBY_OPTS --debug --1.9" # for simplecov
- rvm: jruby
... | language: ruby
before_install: gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake ci:metrics"
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- ruby-head
- rbx-2
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="$JRUBY_OPTS --debug --1.9" # for simplecov
- rvm: jruby
... |
Remove codecov as it fails for some reason. | language: python
#
# Test test matrix is spelled out explicitly here.
#
# For each supported version of Python, we will test with coverage.
#
matrix:
include:
- python: 3.6
env: TOXENV=pep8,pylint
- python: 3.6
env: TOXENV=docs
- python: 3.4
env: TOXENV=py34,codecov
- python: 3.5
env: TOXENV... | language: python
#
# Test test matrix is spelled out explicitly here.
#
# For each supported version of Python, we will test with coverage.
#
matrix:
include:
- python: 3.6
env: TOXENV=pep8,pylint
- python: 3.6
env: TOXENV=docs
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
... |
Stop building pushes to non-master branches | ---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember... | ---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember... |
Test back to Go 1.10 | language: go
os:
- linux
- osx
- windows
go:
- "1.13.x"
before_script:
- |
if [[ $TRAVIS_GO_VERSION == '1.13.x' && $TRAVIS_OS_NAME == 'linux' ]]; then
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin
fi
script:
- go test -v -r... | language: go
os:
- linux
- osx
- windows
go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
before_script:
- |
if [[ $TRAVIS_GO_VERSION == '1.13.x' && $TRAVIS_OS_NAME == 'linux' ]]; then
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH... |
Whitelist all branches for deploy | language: erlang
otp_release:
- 18.0
- 17.0
- R16B
script: make clean test
sudo: false
branches:
only:
- master
notifications:
email:
recipients:
- zotonic-commits@googlegroups.com
on_success: change #[always|never|change] # default: change
on_failure: always #[always|never|change] # def... | language: erlang
otp_release:
- 18.0
- 17.0
- R16B
script: make clean test
sudo: false
branches:
only:
- master
notifications:
email:
recipients:
- zotonic-commits@googlegroups.com
on_success: change #[always|never|change] # default: change
on_failure: always #[always|never|change] # def... |
Update distro map with enterprise-3.1 branch | ---
openshift-origin:
name: OpenShift Origin
author: OpenShift Documentation Project <dev@lists.openshift.redhat.com>
site: community
site_name: OpenShift Community Documentation
site_url: https://docs.openshift.org/
branches:
master:
name: Latest
dir: latest
origin:
name: Mileston... | ---
openshift-origin:
name: OpenShift Origin
author: OpenShift Documentation Project <dev@lists.openshift.redhat.com>
site: community
site_name: OpenShift Community Documentation
site_url: https://docs.openshift.org/
branches:
master:
name: Latest
dir: latest
origin:
name: Mileston... |
Add 0.12 and iojs to CI run. | language: node_js
node_js:
- "0.11"
- "0.10"
before_install:
- npm update -g npm
- npm link --loglevel error
- npm install -g coveralls --loglevel error
script:
- bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls
| sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.12"
- iojs
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
script:
- bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls
|
Make sure Cython is installed | dist: trusty
language: python
python:
- 3.4
- 3.5
- 3.6
env:
global:
- PIP_DOWNLOAD_CACHE="pip_download_cache"
addons:
apt:
sources:
- sourceline: 'ppa:cleishm/neo4j'
packages:
- build-essential
- cypher-lint
- libcypher-parser-dev
cache:
pip: true
directories:
-... | dist: trusty
language: python
python:
- 3.4
- 3.5
- 3.6
env:
global:
- PIP_DOWNLOAD_CACHE="pip_download_cache"
addons:
apt:
sources:
- sourceline: 'ppa:cleishm/neo4j'
packages:
- build-essential
- libcypher-parser-dev
cache:
pip: true
directories:
- $HOME/.cache/pip
b... |
Fix php package name for Debian | ---
site_name: default
# where do you want messages to go ?
slack_channel: addis-hackfest
java6_name:
Debian: java-1.6.0-openjdk
RedHat: java-1.6.0-openjdk
java7_name:
Debian: java-1.7.0-openjdk
RedHat: java-1.7.0-openjdk
managed_prerequisites:
- python2.7
- python-simplejson
prerequisites:
Debian:
- vi... | ---
site_name: default
# where do you want messages to go ?
slack_channel: addis-hackfest
java6_name:
Debian: java-1.6.0-openjdk
RedHat: java-1.6.0-openjdk
java7_name:
Debian: java-1.7.0-openjdk
RedHat: java-1.7.0-openjdk
managed_prerequisites:
- python2.7
- python-simplejson
prerequisites:
Debian:
- vi... |
Update OpenMaps to 1.0.6 (7) | Categories:
- Navigation
License: GPL-3.0-only
WebSite: https://framagit.org/tom79/openmaps
SourceCode: https://framagit.org/tom79/openmaps
IssueTracker: https://framagit.org/tom79/openmaps/issues
AutoName: OpenMaps
RepoType: git
Repo: https://framagit.org/tom79/openmaps.git
Builds:
- versionName: 1.0.5
vers... | Categories:
- Navigation
License: GPL-3.0-only
WebSite: https://framagit.org/tom79/openmaps
SourceCode: https://framagit.org/tom79/openmaps
IssueTracker: https://framagit.org/tom79/openmaps/issues
AutoName: OpenMaps
RepoType: git
Repo: https://framagit.org/tom79/openmaps.git
Builds:
- versionName: 1.0.5
vers... |
Remove doc_ and dev_url from recipe | {% set name = "findiff" %}
{% set version = "0.8.9" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: c89eade4ad7f7adfa3871ba00235c582ef42b6dba0e2d84c78e242be70cdbe64
build:
number: 0... | {% set name = "findiff" %}
{% set version = "0.8.9" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: c89eade4ad7f7adfa3871ba00235c582ef42b6dba0e2d84c78e242be70cdbe64
build:
number: 0... |
Fix binder by excluding conda default channel | name: jupyterlab
channels:
- conda-forge
dependencies:
- jupyterlab
- ipywidgets
- pandas
- nodejs
| name: jupyterlab
channels:
- nodefaults
- conda-forge
dependencies:
- jupyterlab
- ipywidgets
- pandas
- nodejs
|
Add privilage to install python3-nose | ---
- hosts: all
tasks:
- name: installing python3 packages
package: name={{ item }} state=present
with_items:
- python3
- python3-venv
- python3-nose
- python3-pip
- shell:
cmd: |
set -e
set -x
./s2aio.sh install
execu... | ---
- hosts: all
tasks:
- name: installing python3 packages
package: name={{ item }} state=present
with_items:
- python3
- python3-venv
- python3-nose
- python3-pip
become: yes
- shell:
cmd: |
set -e
set -x
./s2aio.sh ins... |
Update analyzer and test dependency. | name: kernel
dependencies:
# We import some of the analyzer's internal files, so lock the patch version.
analyzer: 0.28.1
path: ^1.3.9
args: ^0.13.4
logging: ^0.11.2
package_config: ^1.0.0
dev_dependencies:
test: ^0.12.13
stack_trace: ^1.6.6
| name: kernel
dependencies:
# We import some of the analyzer's internal files, so lock the patch version.
analyzer: 0.29.0-alpha.1
path: ^1.3.9
args: ^0.13.4
logging: ^0.11.2
package_config: ^1.0.0
dev_dependencies:
test: 0.12.15+6
stack_trace: ^1.6.6
dependency_overrides:
analyzer: 0.29.0-alpha.1
te... |
Add lint, switch coverage to script | box: node:0.12
build:
steps:
- npm-install
- script:
name: echo nodejs information
code: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"
- script:
name: run tests
code: |
make test
after-steps:
# ... | box: node:0.12
build:
steps:
- npm-install
- script:
name: echo nodejs information
code: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"
- script:
name: lint code
code: |
make lint
- script:
name: run ... |
Switch to using github context for both commit message and sha. | name: JS Tests
on:
push:
branches:
- develop
- master
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
js-tests:
name: JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Read .nvmrc
run: echo "##[set-output name=... | name: JS Tests
on:
push:
branches:
- develop
- master
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
js-tests:
name: JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Read .nvmrc
run: echo "##[set-output name=... |
Work around gvm's .git archiving. | ---
- name: clone gvm
git: dest={{ home }}/.gvm repo=https://github.com/moovweb/gvm.git
tags: ["go"]
- name: complete gvm install
template: src=templates/gvm.j2 dest={{ home }}/.gvm/scripts/gvm mode=0755
tags: ["go"]
- name: install go
shell: . {{ home }}/.gvm/scripts/gvm && gvm install go{{ golang_version ... | ---
- name: dearchive gvm's git repo
shell: '[ -d {{ home }}/.gvm/git.bak ] && mv {{ home }}/.gvm/git.bak {{ home }}/.gvm/.git || true'
tags: ["go"]
- name: clone gvm
git: dest={{ home }}/.gvm repo=https://github.com/moovweb/gvm.git
tags: ["go"]
- name: complete gvm install
template: src=templates/gvm.j2 de... |
Update platforms in Test Kitchen | driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.10
- name: centos-6.5
suites:
- name: default
run_list:
- recipe[yum-remi::default]
| driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.11
- name: centos-6.7
- name: centos-7.1
- name: fedora-21
suites:
- name: default
run_list:
- recipe[yum-remi::default]
|
Revert "dts: stm32 spi can configure the frame-format" | # Copyright (c) 2018, I-SENSE group of ICCS
# SPDX-License-Identifier: Apache-2.0
# Common fields for STM32 SPI peripherals.
include: spi-controller.yaml
properties:
reg:
required: true
interrupts:
required: true
frame-format:
type: boolean
required: false
description: |
... | # Copyright (c) 2018, I-SENSE group of ICCS
# SPDX-License-Identifier: Apache-2.0
# Common fields for STM32 SPI peripherals.
include: spi-controller.yaml
properties:
reg:
required: true
interrupts:
required: true
pinctrl-0:
type: phandles
required: false
description: |
... |
Use gnu sed on mac | {% set name = "guile" %}
{% set version = "2.2.4" %}
package:
name: {{ name }}
version: {{ version }}
source:
url: https://ftp.gnu.org/gnu/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 33b904c0bf4e48e156f3fb1d0e6b0392033bd610c6c9d9a0410c6e0ea96a3e5c
build:
number: 0
skip: True # [win]
requirements... | {% set name = "guile" %}
{% set version = "2.2.4" %}
package:
name: {{ name }}
version: {{ version }}
source:
url: https://ftp.gnu.org/gnu/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 33b904c0bf4e48e156f3fb1d0e6b0392033bd610c6c9d9a0410c6e0ea96a3e5c
build:
number: 0
skip: True # [win]
requirements... |
Fix CI pub get and analysis | name: moor_ffi
description: "Provides sqlite bindings using dart:ffi, including a moor executor"
version: 0.5.0-dev
homepage: https://github.com/simolus3/moor/tree/develop/moor_ffi
issue_tracker: https://github.com/simolus3/moor/issues
environment:
sdk: ">=2.6.0 <3.0.0"
dependencies:
moor: ^3.0.0
ffi: ^0.1.3
... | name: moor_ffi
description: "Provides sqlite bindings using dart:ffi, including a moor executor"
version: 0.5.0-dev
homepage: https://github.com/simolus3/moor/tree/develop/moor_ffi
issue_tracker: https://github.com/simolus3/moor/issues
environment:
sdk: ">=2.6.0 <3.0.0"
dependencies:
moor: ^3.0.0-dev
ffi: ^0.1.... |
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 JAR app to Azure Web App - nvclanalytics
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on:... | |
Add support for Travis CI. | language: python
python:
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
install:
- pip install flake8
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; else pip install coverage; fi
- pip install coveralls
- pip install mock
- pip install nose
script:
- nosetests tes... | |
Set up CI with Azure Pipelines | trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: DotNetCoreCLI@2
inputs:
command: 'restore'
projects: |
Simmetric.IO.Csv/Simmetric.IO.Csv.csproj
Simmetric.IO.Csv.Test/Simmetric.IO.Csv.Test.csproj
feedsToUse: 'select'
- task: DotNetCoreCLI@2
inputs:
command: 'build'
... | |
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:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |
echo Add other... | |
Update from Forestry.io - Updated Forestry configuration | ---
label: FAQ Doc
hide_body: false
is_partial: false
fields:
- type: field_group_list
name: section
label: Section
description: FAQ Section Area
fields:
- type: field_group_list
name: questions
label: Questions
description: Questions in the section
fields:
- type: text
name: questio... | |
Add tests if only maximum size volumes are specified | name: Only maximum sizes specified
dynamic_schema:
- id: lv1
type: lv
max_size: 30
- id: lv2
type: lv
max_size: 20
- id: vg1
type: vg
contains:
- lv1
- lv2
hw_info:
disks:
- id: sda
size: 100
expected:
- disk_id: sda
size: 100
spaces:
- space_id... | |
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: 'VS2017-Win2016'
variables:
solution: '**/*.sln'
... | |
Add playbook to patch and reboot servers behind the load balancer | ---
# This playbook will patch the application servers behind the load balancer
# one at a time.
- hosts: appservers
serial: 1
# These tasks run before applying the update to each host
pre_tasks:
- name: pull the server from the load balancer
haproxy: 'state=disabled backend=app host={{ inventory_hostname }... | |
Update from Hackage at 2022-01-04T19:02:08Z | homepage: https://github.com/teto/mptcpanalyzer
changelog-type: ''
hash: 4cb574878e41f4838f5aaca6067df7c6ec51ae00b47f4ae88c3b9bc78b389d2f
test-bench-deps:
base: '>=4.12'
hspec: -any
text: -any
ip: -any
mptcp: -any
maintainer: teto
synopsis: Datastructures to describe TCP and MPTCP connections
changelog: ''
ba... | |
Add Travis CI for glfw v3.1 Go package. | language: go
go:
- 1.5
before_install:
- sudo apt-get update
- sudo apt-get install -qq libgl1-mesa-dev xorg-dev
install:
- go get golang.org/x/tools/cmd/vet
script:
- go get -t -v ./v3.1/...
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet .
- go test -v -race ./v3.1/...
| |
Put back config.yml to force refresh | excerpt_separator: ""
pygments: true
markdown: kramdown
url: http://erdence.github.io
title: machined rugs
# tagline:
# description: The work and progress of a work-in-progress.
description: A misplaced space
paginate: 1
| |
Update from Hackage at 2020-01-24T16:31:57Z | homepage: ''
changelog-type: markdown
hash: 80525ee756bf0282b2dd54b0724273e8f772a34c8bcbc784f369a3ca07d5ee66
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Bindings to libbz2
changelog: |
# bz2
## 0.1.0.0
Initial release
basic-deps:
bytestring: -any
base: ! '>=4.4 && <5'
all-versions:
- 0.1.0.... | |
Update from Hackage at 2020-01-18T03:22:33Z | homepage: ''
changelog-type: markdown
hash: 0111338b8bcfb243f6230d2dd61f45d943b9d6a5db0019bd76e8e7fe94b70d8f
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Backpack signature for BZip compression
changelog: |
# bzip-signature
## 0.1.0.0
Initial release
basic-deps:
bytestring: -any
base: ! '>=4... | |
Update from Hackage at 2020-02-26T07:46:05Z | homepage: ''
changelog-type: markdown
hash: fecb6865d8209a8a7417c1d8a984737f09aa43a696c72d55aaf03ac0929ea70e
test-bench-deps:
bytestring: -any
base: -any
deriving-aeson: -any
aeson: -any
maintainer: fumiexcel@gmail.com
synopsis: Type driven generic aeson instance customisation
changelog: |
# Revision history ... | |
Update from Hackage at 2018-03-07T18:07:58Z | homepage: https://github.com/andrewthad/bytearray#readme
changelog-type: markdown
hash: 538863f120ddc6e8fc8fd035d54b10b78f5c95647ffd4eb5964133bbdd1a386a
test-bench-deps:
base: ! '>=4.7 && <5'
tasty-hedgehog: ! '>=0.1.0.2'
hedgehog: ! '>=0.5'
gauge: -any
containers: ! '>=0.5.10'
ghc-prim: -any
tasty-hunit:... | |
Add bob.io.matlab recipe [skip appveyor] | {% set version = "2.0.4" %}
package:
name: bob.io.matlab
version: {{ version }}
source:
fn: bob.io.matlab-{{ version }}.zip
url: https://pypi.python.org/packages/source/b/bob.io.matlab/bob.io.matlab-{{ version }}.zip
md5: 089155b2d864a6dca0f30491da0ed4fc
build:
number: 0
skip: true # [not linux]
scr... | |
Reduce number of tests by removing go tip tests. | language: go
go:
- 1.3
- 1.4
- 1.5
- tip
install:
- go get github.com/bwmarrin/discordgo
- go get -v .
| language: go
go:
- 1.3
- 1.4
- 1.5
install:
- go get github.com/bwmarrin/discordgo
- go get -v .
|
Add configuration for Travis CI | language: go
go:
- 1.8.x
install:
- go get github.com/Masterminds/glide
script:
- make test
before_deploy:
- make dist
deploy:
provider: releases
api-key: $GITHUB_TOKEN
file_glob: true
file: dist/*
skip_cleanup: true
on:
tags: true
| |
Move JRuby head into allowed failures for CI | language: ruby
script: 'bundle exec rake test:coverage --trace'
install:
- bundle install --retry=3
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
- 2.2
- rbx-2
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="--2.0"
- rvm: jruby-head
env: JRUBY_OPTS="--2.1"
allo... | language: ruby
script: 'bundle exec rake test:coverage --trace'
install:
- bundle install --retry=3
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
- 2.2
- rbx-2
matrix:
include:
- rvm: jruby-head
allow_failures:
- rvm: jruby-head
|
Use GraalVM CE 1.0.0 RC1 to verify the scripts | language: java
sudo: false
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start || echo Without Xvfb
- wget https://github.com/oracle/graal/releases/download/vm-1.0.0-rc1/graalvm-ce-1.0.0-rc1-linux-amd64.tar.gz
- tar fxvz graalvm-ce-1.0.0-rc1-linux-amd64.tar.gz
- ./graalvm-1.0.0-rc1/bin/gu in... | |
Add script for disabling SELinux | ---
- hosts: all
tasks:
- name: Disable SELinux for current session
command: setenforce 0
- name: Disable SELinux persistently
command: sed -i 's/enforcing/permissive/g' /etc/selinux/config
| |
Update from Hackage at 2021-08-05T19:51:57Z | homepage: ''
changelog-type: markdown
hash: dd64c07fa4dcd36411c1d4ad1638cb02b35e06f7d90f92dcaea14cbe253a476b
test-bench-deps: {}
maintainer: maintainer@obsidian.systems
synopsis: Functor-parametric containers
changelog: |
# Revision history for vessel
## 0.1.0.0
* Initial release
basic-deps:
semialign: '>=1'
... | |
Enable GitHub actions to test | ---
name: Verify install
on:
pull_request:
branches:
- main
push:
branches:
- main
defaults:
run:
working-directory: 'ansible-desktop-ubuntu'
jobs:
validate:
name: Validate install
runs-on: ubuntu-20.04
steps:
- name: Checkout codebase
uses: actions/checkout@... | |
Add config for building on AppVeyor. | clone_depth: 5
environment:
CONDA_PATH: "C:\\Miniconda3"
matrix:
- PYTHON_VERSION: "3.4"
#- PYTHON_VERSION: "3.5"
platform:
- x86
- x64
install:
# Use the pre-installed Miniconda for the desired arch
- ps: if($env:PYTHON_VERSION -eq '3.5')
{ $env:CONDA_PATH="$($env:CONDA_PAT... | |
Enable automated PDK tests with GitHub Actions | name: Run PDK tests on Puppet 7.7
on:
- push
- pull_request
jobs:
validate-7_7:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Run pdk validate
uses: puppets-epic-show-theatre/action-pdk-validate@v1
with:
puppet-version: "7.7"
... | |
Add Mitch Phillips @google.com address to the auto_ccs list. | homepage: "http://llvm.org/"
primary_contact: "kcc@google.com"
auto_ccs:
- "mascasa@google.com"
- "jdevlieghere@apple.com"
- "vsk@apple.com"
- "akilsrin@apple.com"
- "llvm-bugs@lists.llvm.org"
- "igmyrj@gmail.com"
- "mitchphillips@outlook.com"
- "xpl0re@gmail.com"
- "jfb@chromium.org"
- "eneyman@goo... | homepage: "http://llvm.org/"
primary_contact: "kcc@google.com"
auto_ccs:
- "mascasa@google.com"
- "jdevlieghere@apple.com"
- "vsk@apple.com"
- "akilsrin@apple.com"
- "llvm-bugs@lists.llvm.org"
- "igmyrj@gmail.com"
- "mitchphillips@outlook.com"
- "mitchp@google.com"
- "xpl0re@gmail.com"
- "jfb@chromi... |
Add esmlab conda package recipe | {% set name = "esmlab" %}
{% set version = "0.0.1" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://github.com/NCAR/esmlab/archive/v{{ version }}.tar.gz
build:
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
noarch: python
number: 0
... | |
Exclude external files from code climate | engines:
rubocop:
enabled: true
golint:
enabled: true
eslint:
enabled: true
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
exclude_paths:
- "app/public/tinymce/**/*"
- "app/public/upndown.bundle.js"
- "app/public/marked.js"
| |
Add a gitlab CI file. | # Optional: Pick zero or more services to be used on all builds.
# Only needed when using a docker container to run your tests in.
# Check out: http://docs.gitlab.com/ce/ci/docker/using_docker_images.html#what-is-a-service
#services:
# - mysql:latest
# - redis:latest
# - postgres:latest
# Optional: Install a C comp... | |
Set up CI with Azure Pipelines | # HTML
# Archive your static HTML application and save it with the build record.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: ArchiveFiles@2
inputs:
rootFolderOrFile: '$(build.sourcesDirectory)'
includeRootFolder: false
- task: Pub... | |
Install the latest pip & setuptools packages | machine:
python:
version: 2.7
environment:
TOX_ENV: docs
TOX_ENV: lint
TOX_ENV: py26
TOX_ENV: py27
checkout:
post:
- git submodule update --init
dependencies:
pre:
- pip install tox
test:
override:
- tox -e $TOX_ENV
| machine:
python:
version: 2.7
environment:
TOX_ENV: docs
TOX_ENV: lint
TOX_ENV: py26
TOX_ENV: py27
checkout:
post:
- git submodule update --init
dependencies:
pre:
- pip install -U pip setuptools
- pip install tox
test:
override:
... |
Enable CI/CD with Github Workflows | name: Java CI/CD
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git Clone
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
server-id: ossrh # Value of the distributionManagement/repository/id field ... | |
Configure Travis CI just for running RuboCop | language: ruby
dist: xenial
cache:
bundler: true
jobs:
include:
- rvm: 2.7.1
name: "RuboCop"
script: bundle exec rubocop
branches:
only:
- master
| |
Update from Hackage at 2020-07-10T17:36:30Z | homepage: https://github.com/dnmfarrell/Percent-Encoder
changelog-type: markdown
hash: 62606d1483dd0bd857c837b8eba787f92af1ea3743d6fae054d81e141d600d20
test-bench-deps:
bytestring: -any
percent-encoder: -any
base: -any
criterion: -any
quickcheck-instances: -any
network-uri: -any
QuickCheck: -any
maintaine... | |
Build with Actions, ship coverage to Codecov. | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version... | |
Update from Hackage at 2016-11-16T12:12:54Z | homepage: https://github.com/icidasset/shikensu#README
changelog-type: ''
hash: bbeedb60151d5be5fea3c0eb804634a0bafeea961ea1828997feb37f94beb8f3
test-bench-deps:
bytestring: -any
flow: -any
base: -any
unordered-containers: -any
text: ! '>=1.2 && <2'
filepath: -any
shikensu: -any
tasty-hunit: ==0.9.*
t... | |
Update from Hackage at 2017-02-07T14:56:49Z | homepage: https://github.com/githubuser/unitym#readme
changelog-type: ''
hash: 16d2b498c5adcfd28c7dbc0cde9ec3a79dec1b015ee55bb17997a6f0e54c4290
test-bench-deps: {}
maintainer: example@example.com
synopsis: Initial project template from stack
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
text: ! '>=1.2 && <1.3'
... | |
Add new markdown button translations | flarum-markdown:
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
# Translations in this namespace are used by the forum user interface.
forum:
# These translations are used by the composer (emoji autocompletion function).
composer:
bold_tooltip: Grassetto
co... | |
Add module to set kernel params with sysctl | ---
- name: Set kernel parameters
sysctl:
name: "{{ item.name }}"
value: "{{ item.value }}"
state: "{{ item.state | default(omit) }}"
reload: "{{ item.reload | default(omit) }}"
sysctl_file: /etc/sysctl.d/98-ansible.conf
sysctl_set: "{{ item.sysctl_set | default(omit) }}"
with_inheritance_c... | |
Add relnotes for ODL migration to diagstatus API | ---
fixes:
- |
The recommended API for checking when OpenDaylight is up and ready has
changed. Use the new ODL Infrautils diagstatus REST API endpoint, vs the
old netvirt:1 endpoint.
| |
Update scss-lint config for Hound. | scss_files: "**/*.scss"
linters:
BangFormat:
enabled: true
space_before_bang: true
space_after_bang: false
BorderZero:
enabled: false
convention: none
ColorKeyword:
enabled: uppercase
severity: warning
ColorVariable:
enabled: true
Comment:
enabled: true
DebugStatement:
... | |
Add Probot No Response default configuration | # Configuration for probot-no-response - https://github.com/probot/no-response
# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 14
# Label requiring a response
responseRequiredLabel: more-information-needed
# Comment to post when closing an Issue for lack of response. Set... | |
Add Scss Lint custom configuration | linters:
BangFormat:
enabled: true
space_before_bang: true
space_after_bang: false
BorderZero:
enabled: true
ColorKeyword:
enabled: false
Comment:
enabled: false
DebugStatement:
enabled: true
DeclarationOrder:
enabled: true
DuplicateProperty:
enabled: false
El... | |
Add maven central release workflow | on:
repository_dispatch:
types: [http4k-release]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
jobs:
Release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 11
... | |
Exclude vendor dir from Scrutinizer. | filter:
excluded_paths:
- 'tests/*'
dependency_paths:
- 'vendor/*'
checks:
php: true
javascript: true
tools:
php_analyzer: true
php_code_sniffer:
config:
standard: "PSR2"
php_cs_fixer:
enabled: true
config: { level: psr2 }
php_mess_de... | filter:
excluded_paths:
- 'tests/*'
- 'vendor/*'
dependency_paths:
- 'vendor/*'
checks:
php: true
javascript: true
tools:
php_analyzer: true
php_code_sniffer:
config:
standard: "PSR2"
php_cs_fixer:
enabled: true
config: { level: p... |
Add a new CI job which runs on daily basis and verifies Libcloud can be installed from pip using all the supported versions. | # Workflow which verifies that the latest stable version can be installed from
# pip on all the supported Python versions
name: Install stable version using pip
on:
push:
branches:
- requests_changes
pull_request:
branches:
- requests_changes
schedule:
- cron: '0 13 * * *'
- cron: '0 ... | |
Create github action for Ruby project to run rspec tests | name: Ruby
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.3
- name: Build and run tests
run: |
gem install bundler
bundle install --jobs 4 --... | |
Update from Hackage at 2020-01-15T16:48:12Z | homepage: https://github.com/layer-3-communications/palo-alto-syslog
changelog-type: markdown
hash: 5b9df235d71a6f471aaf57e2e438138cf31e2f54ad45fe2b3beef655364da7b6
test-bench-deps:
base: -any
pan-os-syslog: -any
gauge: -any
byteslice: -any
primitive: -any
maintainer: amartin@layer3com.com
synopsis: Parse sys... | |
Add pdb for pods created by prow | # Copyright 2020 The Kubernetes Authors All rights reserved.
#
# 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 applicab... | |
Add build check to CI | name: Build libmodbus
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
... | |
Update the st2 role and add support for Ubuntu 20.04 | ---
galaxy_info:
description: Install StackStorm and all its components
author: armab
company: StackStorm
license: Apache 2.0
min_ansible_version: 2.5
platforms:
- name: Ubuntu
versions:
- bionic
- xenial
- name: EL
versions:
- 7
- 8
galaxy_tags:
- s... | ---
galaxy_info:
description: Install StackStorm and all its components
author: armab
company: StackStorm
license: Apache 2.0
min_ansible_version: 2.5
platforms:
- name: Ubuntu
versions:
- bionic
- xenial
- focal
- name: EL
versions:
- 7
- 8
gala... |
Update from Hackage at 2020-12-14T03:54:15Z | homepage: https://github.com/poscat0x04/libversion
changelog-type: ''
hash: 1537db87d0665c02a61f33fbf28ae31876224b6af22aeb0132dc88c5309fb18c
test-bench-deps: {}
maintainer: poscat@mail.poscat.moe
synopsis: Haskell binding to libversion
changelog: ''
basic-deps:
bytestring: -any
base: '>=4.10 && <5'
all-versions:
- ... | |
Enable automatic reboots on CI slaves | ---
classes:
- git
- ci_environment::jenkins_slave
- ci_environment::firewall_config::jenkins_slave
- mongodb
- gds_mongodb
ci_environment::jenkins_slave::jenkins_home: /home/jenkins
jenkins::slave::manage_slave_user: 1
jenkins::slave::slave_user: jenkins
jenkins::slave::slave_home: /home/jenkins
jenkins::slave:... | ---
apt::unattended_upgrades::auto_reboot: true
classes:
- git
- ci_environment::jenkins_slave
- ci_environment::firewall_config::jenkins_slave
- mongodb
- gds_mongodb
ci_environment::jenkins_slave::jenkins_home: /home/jenkins
jenkins::slave::manage_slave_user: 1
jenkins::slave::slave_user: jenkins
jenkins::sla... |
Add a github workflow for OSS-Fuzz integration. | name: CIFuzz
on: [pull_request]
jobs:
Fuzzing:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'mtail'
dry-run: false
- name: Run Fuzzers
uses: google/oss-... | |
Update from Hackage at 2022-08-20T16:19:38Z | homepage: https://github.com/larskuhtz/hs-sha-validation
changelog-type: markdown
hash: 412c651174f56a41eed68b9a6d97647b6798b9ac654bfa230db66042b553a41c
test-bench-deps: {}
maintainer: lakuhtz@gmail.com
synopsis: Validation SHA Implementations
changelog: |
# Revision history for the sha-validation package
## 0.1.0... | |
Add workflow for releasing vagrant_cloud gem | name: Ruby Gem
on:
push:
branches: [ release-* ]
jobs:
build:
name: Build + Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
version: 2.6.x
- name: Publish to GPR
run: |
mkdir... | |
Build with actions, ship coverage to Codecov. | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
... | |
Add run time package requirements | {% set name = "ParamTools" %}
{% set version = "0.4.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 1d3c56102039035aa3b6f0ac7e926caac7a29b57d4c6448aafbd2f0b5b7bf8da
build:
noarch: pyth... | {% set name = "ParamTools" %}
{% set version = "0.4.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 1d3c56102039035aa3b6f0ac7e926caac7a29b57d4c6448aafbd2f0b5b7bf8da
build:
noarch: pyth... |
Set the external urls for Prometheus, Alertmanager and Grafana | - type: replace
path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/web?/external_url?
value: https://prometheus.((system_domain))
- type: replace
path: /instance_groups/name=alertmanager/jobs/name=alertmanager/properties/alertmanager/web?/external_url
value: https://alertmanage... | |
Set up AppVeyor Windows continuous build. | os: Visual Studio 2015
install:
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\maven" )) {
(new-object System.Net.WebClient).DownloadFile(
'http://www.us.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip',
'C:\ma... | |
Enable automerge for development dependencies | name: Dependabot auto-merge
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
w... | |
Update from Hackage at 2015-08-12T03:38:46+0000 | homepage: https://github.com/ryo0ka/tictactoe3d
changelog-type: ''
hash: 1176873cfa0a3b18ae1032bb1f37327046d00c633c3ef77c75e10954567e9177
test-bench-deps: {}
maintainer: ryoka0418@gmail.com
synopsis: 3D Tic-Tac-Toe logic
changelog: ''
basic-deps:
hArduino: ==0.9
tuples-homogenous-h98: ==0.1.1.0
base: ! '>=4.7 && ... | |
Add proxy container with let's encrypt support | version: '3'
services:
proxy:
image: jwilder/nginx-proxy:alpine
labels:
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
ports:
- 80:80
- 443:443
networks:
- ttrss_frontend
volumes:
- certs:/etc/nginx/certs
- vhost:/etc/nginx/vhost.d
... | |
Add single playbook for setup | #!/usr/bin/env ansible-playbook
- name: Setup Pi for Life In Lights
hosts: lifeinlights
tasks:
- name: Get Leiningen script
get_url: url=https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein dest=/usr/local/bin/lein mode=0755
sudo: yes
- name: Execute lein script to install de... | |
Update from Hackage at 2017-02-26T13:31:58Z | homepage: https://github.com/oisdk/mono-traversable-compat
changelog-type: ''
hash: 45d7caa96cbe6add071c30a28eef2ed1e4ce90bf15a0f53b8f2324a64f8ddd19
test-bench-deps: {}
maintainer: mail@doisinkidney.com
synopsis: Wrapper providing Foldable instance for MonoFoldables.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
... | |
Add a config file for Travis CI | language: ruby
rvm:
- 1.8.7
script: "rake spec"
branches:
only:
- master
env:
- PUPPET_VERSION=3.7.3
- PUPPET_VERSION=2.7.17
notifications:
email: false
gemfile: Gemfile
| |
Add Travis CI. No integration testing yet. | language: csharp
dotnet: 3.1.201
mono: none
matrix:
include:
- os: linux
# .NET Core 3.1 requires Ubuntu 16.04+ (Xenial)
# https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1-supported-os.md#linux
# The default vesion in Travis CI is currently 16.04 (Xenial)
# https://docs.tra... | |
Build with Travis-CI: MacOS and Linux | language: csharp
sudo: false
mono: none
os:
- linux
- osx
dotnet: 1.0.4
dist: trusty
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
- DOTNET_CLI_TELEMETRY_OPTOUT=1
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcry... | |
Update from Hackage at 2015-11-22T12:16:20+0000 | homepage: http://github.com/tvh/haxl-amazonka#readme
changelog-type: ''
hash: 360466927f82110c63cbd3f98da74cfb2e7222ba2828040e4daabcdc8ffee7df
test-bench-deps: {}
maintainer: tvh@tvholtz.de
synopsis: Haxl data source for accessing AWS services through amazonka.
changelog: ''
basic-deps:
amazonka: ! '>=1.3'
base: ! ... | |
Add docker compose config file for dev env | version: '2'
services:
delivery:
build:
context: ./delivery
volumes:
- "./delivery:/src/app"
labels:
- "traefik.frontend.rule=PathPrefixStrip:/delivery"
- "traefik.port=3000"
- "traefik.backend=delivery"
gateway:
image: traefik:v1.1.2
ports:
- "80:80"
... | |
Add 'ls' on the binary to see the file sizes | language: go
go:
- 1.3.3
- 1.4.2
- release
os:
- linux
- osx
notifications:
irc: "chat.freenode.net#restic"
install:
- go get github.com/mitchellh/gox
- gox -build-toolchain -os "linux darwin"
- go get -v -t ./...
script:
- go build -ldflags "-s" ./...
- go build -ldflags "-s" -o restic ./cmd/... | language: go
go:
- 1.3.3
- 1.4.2
- release
os:
- linux
- osx
notifications:
irc: "chat.freenode.net#restic"
install:
- go get github.com/mitchellh/gox
- gox -build-toolchain -os "linux darwin"
- go get -v -t ./...
script:
- go build -ldflags "-s" ./...
- go build -ldflags "-s" -o restic ./cmd/... |
Add support for Travis Continuous Integration | #
## BEGIN LICENSE BLOCK
#
# Copyright (c) <2012-2014>, Raul Perez <repejota@gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above... | |
Update from Hackage at 2021-06-07T08:16:01Z | homepage: https://github.com/githubuser/union-angle#readme
changelog-type: markdown
hash: 0e4425bf99262b46958a599f96fa9060071d98695b218e059653c766de7d61ef
test-bench-deps:
base: '>=4.7 && <5'
union-angle: -any
maintainer: yoshikuni.jujo.pc@gmail.com
synopsis: Union type that include radian angle and degree angle
ch... | |
Add Travis for automatic tests | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: pytest
| |
Use modulesync to manage meta files | ---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
after_success:
["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"]
env:
global:
- PUBLIS... | ---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
after_success:
["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"]
env:
global:
- PUBLIS... |
Add an example of yaml style config | label: Utilization Analysis of Moasp
subgroups:
- label: Tree Structure
type: tree,
data:
- abs_seq
- level
- TimerName
- label: Percentage
subgroups:
- label: Time
type: percent
data: MaxRDTSC_abs_percent
- label: Flops
type: percent
data: F... | |
Update from Hackage at 2015-11-30T20:16:55+0000 | homepage: ''
changelog-type: ''
hash: c2b7bbbc1258fccebb94821e17aefea5c207b4ba2de8e1222f380d8088bbf2a9
test-bench-deps: {}
maintainer: muesli4@gmail.com
synopsis: Provides zips where the combining doesn't stop premature, but instead uses
default elements.
changelog: ''
basic-deps:
base: ! '>=4.7 && <4.9'
all-versio... | |
Add initial VSTS build definition | queue:
name: Hosted VS2017
timeoutInMinutes: 60
trigger:
branches:
include: ["master"]
paths:
exclude: [".github", "doc", "*.md"]
variables:
BuildConfiguration: Release
VisualStudioVersion: 15.0
GeneratePInvokesTxt: true
TreatWarningsAsErrors: true
ReportDir: bin\$(BuildConfiguration)
steps... | |
Add changelog workflow (automated commit) | name: "Update Changelog"
on:
release:
types: [released]
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: main
- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
with:
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.