Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update from Hackage at 2018-08-14T20:10:26Z | homepage: ''
changelog-type: ''
hash: c3cc910c168f5cc41ed075e787c8d259a4d1d055ee90146024fc514d62245098
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Foldable types with at least 1 element
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
util: -any
transformers: ! '>=0.3 && <0.6'
all-versions:
- '0.... | |
Update from Hackage at 2017-08-13T22:07:00Z | homepage: https://github.com/jez/pandoc-sidenote#readme
changelog-type: ''
hash: f5a5fdab1900da7b26ca673d14302b0a27b56024ca811babcacab79ba9614e90
test-bench-deps: {}
maintainer: zimmerman.jake@gmail.com
synopsis: Convert Pandoc Markdown-style footnotes into sidenotes
changelog: ''
basic-deps:
base: <5
pandoc-types:... | |
Fix the skipping stuff and make this work on OSX too | build:
number: 1
about:
home: http://ccb.jhu.edu/software/tophat/index.shtml
license: Boost Software License
summary: A spliced read mapper for RNA-Seq
package:
name: tophat
version: 2.1.1
requirements:
build:
- python # [not py3k]
run:
- python # [not py3k]
- bo... | build:
number: 1
about:
home: http://ccb.jhu.edu/software/tophat/index.shtml
license: Boost Software License
summary: A spliced read mapper for RNA-Seq
package:
name: tophat
version: 2.1.1
build:
skip: True # [py3k]
requirements:
build:
- python
run:
- python
... |
Add workflow to validate Gradle wrapper | name: "Validate Gradle Wrapper"
on: [push, pull_request]
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
| |
Update from Hackage at 2020-08-19T14:17:29Z | homepage: https://www.manuelbaerenz.de/#computerscience
changelog-type: markdown
hash: 0d62625e019e26d5e088ef06e4aa2d2c11578fc80e3beadcb86ee4368ba4f3b1
test-bench-deps:
http-client: '>=0.7.1'
base: '>=4.11 && <5'
essence-of-live-coding: '>=0.2.1'
essence-of-live-coding-warp: -any
maintainer: programming@manuelb... | |
Add Travis file for inline source map | # ----------------------------------------------------------------------------
#
# Package : inline-source-map
# Source Repo : https://github.com/thlorenz/inline-source-map.git
# Travis Job Link : https://travis-ci.com/github/nagesh4193/inline-source-map/builds/212785838
# Created travis.yml : ... | |
Switch Travis to use postgres | services: docker
env:
global:
- DOCKER_REGISTRY=registry.heroku.com
- HEROKU_PROD_APP=standups
- HEROKU_STAGE_APP=standupstage
- HEROKU_PROC_TYPE=web
- DOCKER_CACHE_FILE=/home/travis/docker/cache.tar.gz
cache:
directories:
- /home/travis/docker/
before_install:
- docker -v
- docker-compo... | services:
- docker
- postgres
env:
global:
- DOCKER_REGISTRY=registry.heroku.com
- HEROKU_PROD_APP=standups
- HEROKU_STAGE_APP=standupstage
- HEROKU_PROC_TYPE=web
- DOCKER_CACHE_FILE=/home/travis/docker/cache.tar.gz
- DATABASE_URL=postgres://postgres:@localhost/standup
cache:
directories... |
Switch to YAML config file | Butler-SOS:
# Possible log levels are silly, debug, verbose, info, warn, error
logLevel: verbose
# Qlik Sense logging db config parameters
logdb:
pollingInterval: 15000
host: <IP or FQDN of Qlik Sense logging db>
port: 4432
qlogsReaderUser: qlogs_reader
qlogsReaderPwd: <pwd>
# Certificat... | |
Update from Hackage at 2022-06-22T18:01:09Z | homepage: https://github.com/shapr/takedouble
changelog-type: markdown
hash: a134d5db1b70382f8406020c1a6c76227c99e7f0805d5d9b1982f0479f733cdc
test-bench-deps:
extra: -any
unix: -any
base: '>=4.11 && <5'
filepath: -any
hedgehog: -any
takedouble: -any
temporary: -any
directory: -any
maintainer: Shae Eriss... | |
Add test temps partiel réduction générale | - period: "2016-01"
name: Base
relative_error_margin: 0.001
input_variables:
allegement_fillon_mode_recouvrement: 1
effectif_entreprise: 1
heures_remunerees_volume: 130 # 130 heures par mois = 30h par semaine = 6/7
salaire_de_base: 1257.4 # ~ équivalent SMIC
contrat_de_travail: 1 # temps parti... | |
Update from Hackage at 2018-06-05T15:43:02Z | homepage: https://github.com/patrickt/fastsum#readme
changelog-type: ''
hash: a84b132ca3fc9d8c688910def166a4c440a687179b8abf7242611a2c9d5feaff
test-bench-deps: {}
maintainer: patrickt@github.com
synopsis: A fast open-union type suitable for 100+ contained alternatives
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
... | |
Add skeleton for publish workflow with inputs | #/
# @license Apache-2.0
#
# Copyright (c) 2022 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... | |
Move to Travis CI Container builds | language: node_js
node_js:
- "0.12"
- "0.10"
- "0.8"
- "iojs"
env:
- TEST="all"
- TEST="node"
matrix:
exclude:
- node_js: "iojs"
env: TEST="all"
- node_js: "0.12"
env: TEST="all"
- node_js: "0.10"
env: TEST="node"
- node_js: "0.8"
env: TEST="all"
notifications:
em... | language: node_js
node_js:
- "0.12"
- "0.10"
- "0.8"
- "iojs"
env:
- TEST="all"
- TEST="node"
matrix:
exclude:
- node_js: "iojs"
env: TEST="all"
- node_js: "0.12"
env: TEST="all"
- node_js: "0.10"
env: TEST="node"
- node_js: "0.8"
env: TEST="all"
notifications:
em... |
Add Travis YAML configuration for CI. | language: java
jdk:
- oraclejdk7
- openjdk6
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq mercurial libsqlite3-dev python-dev
| |
Add AppVeyor as Windows Continuous Integration | environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
os: Visual Studio 2017 # Windows Server 2016
install:
- java -version
- mvn --version
build_script:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
test_script:
- mvn test --batch-mode
- mvn checkstyle:check --batch-mode --fail-never
cach... | |
Update from Hackage at 2018-05-11T22:49:37Z | homepage: ''
changelog-type: markdown
hash: f83a169be832e51d14b5b7e8c7dca17e057fad8049c4349ed28b6cac41f509e9
test-bench-deps: {}
maintainer: eben.cowley42@gmail.com
synopsis: Quickly detect clusters and holes in data.
changelog: ! '# Revision history for Persistence
## 1.0 -- YYYY-mm-dd
* First version. Releas... | |
Update Travis to include 2.1.1 | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
before_install:
- git submodule update --init --recursive
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.1
- jruby-19mode
- rbx-19mode
before_install:
- git submodule update --init --recursive
|
Update from Hackage at 2018-08-02T09:07:28Z | homepage: https://github.com/metrix-ai/cereal-uuid
changelog-type: ''
hash: 2c8002f5090ba7b9c1092055d35208f91b15c18a8a9c75e3c7a5850a10eafe35
test-bench-deps: {}
maintainer: Metrix.AI Ninjas <ninjas@metrix.ai>
synopsis: Integration of "cereal" and "uuid"
changelog: ''
basic-deps:
cereal: ! '>=0.5.5 && <0.6'
bytestri... | |
Update from Hackage at 2020-07-11T20:46:30Z | homepage: https://github.com/swamp-agr/servant-seo#readme
changelog-type: markdown
hash: 2b7262f4fd8f2fd0978c4c9be7c19803afd4e5e261c5b67dc01b7ae1a64208e7
test-bench-deps:
base: -any
filepath: -any
doctest: '>=0.11.1 && <0.18'
servant-seo: -any
QuickCheck: -any
directory: '>=1.0'
maintainer: persiantiger@yan... | |
Add configuration for testing the build on Windows | name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew clean build
| |
Add testing with Github Actions | 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 Appveyor CI build configuration | version: 0.1.{build}
branches:
except:
gh-pages
skip_tags: true
os: Visual Studio 2015
init:
- git config --global core.autocrlf input
clone_folder: C:\projects\crole
platform:
- x86
- x64
configuration:
- Debug
- Release
init:
- cmd: cmake --version
- cmd: msbuild /version
before_build... | |
Add advisories for Thunderbird 102.4 | ## mfsa2022-46.yml
announced: October 18, 2022
impact: high
fixed_in:
- Thunderbird 102.4
title: Security Vulnerabilities fixed in Thunderbird 102.4
description: |
*In general, these flaws cannot be exploited through email in the Thunderbird product because scripting is disabled when reading mail, but are potentiall... | |
Add a GitHub Action to build the demo site | name: Build Demo
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
working-directory: ./javascript
- run: npm install
working-directory: ./demo
... | |
Add Github action for testing | # This workflow will do a clean install of node dependencies, 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: Node.js CI
on:
push:
branches: [ master ]
pull_re... | |
Add CI config for formatting, tests and coverage. | name: Rust
on:
push:
branches: [main]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build
- name: Run tests
run: cargo test
- name: Run clippy
uses: action... | |
Update from Hackage at 2018-11-17T16:25:46Z | homepage: https://github.com/CthulhuDen/nanovg-simple#readme
changelog-type: ''
hash: a3b7f89fc44d02954ca0843e6ba987c5659ba3cd63377b37a484c1e5a91a9748
test-bench-deps: {}
maintainer: cthulhu.den@gmail.com
synopsis: Simple interface to rendering with NanoVG
changelog: ''
basic-deps:
OpenGL: ! '>=3.0.2.2 && <3.1'
bas... | |
Replace legacy tips jobs with shiny new versions | - job:
name: cliff-tox-py27-neutronclient-tip
parent: openstack-tox-py27
description: |
Run unit tests for neutronclient with master branch of cliff
Uses tox with the ``unit-tips`` environment and master branch of
the required-projects below.
branches: ^master$
irrelevant-files:
... | |
Update from Hackage at 2016-03-31T05:21:02+0000 | homepage: ''
changelog-type: ''
hash: b85e20bc26a6b151b3e6fbb8650401acb5787e3c30ff82dbc1e17b5dce11a109
test-bench-deps:
base: -any
hspec: ! '>=2.1 && <2.3'
quiver: -any
transformers: ! '>=0.4 && <0.6'
QuickCheck: ! '>=2.5 && <2.9'
quiver-binary: -any
maintainer: Ivan.Miljenovic@gmail.com
synopsis: Binary se... | |
Update from Hackage at 2015-11-15T14:36:38+0000 | homepage: https://bitbucket.org/bwbush/handa-opengl
changelog-type: ''
hash: 843ee89737f92a9ce83ac95b2141bbd74fd95bb3574bdad41847207189e7a0a4
test-bench-deps: {}
maintainer: Brian W Bush <consult@brianwbush.info>
synopsis: Utility functions for OpenGL and GLUT
changelog: ''
basic-deps:
OpenGL: ! '>=2.8'
GLUT: ! '>=... | |
Add thirdpartyresources create capability to cilium role | kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: cilium
rules:
- apiGroups:
- ""
resources:
- pods
- namespaces
- nodes
- ingress
- endpoints
verbs:
- get
- list
- watch
- apiGroups:
- extensions
resources:
- networkpolicies
- thirdpartyresources
verbs:
... | kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: cilium
rules:
- apiGroups:
- ""
resources:
- pods
- namespaces
- nodes
- ingress
- endpoints
verbs:
- get
- list
- watch
- apiGroups:
- extensions
resources:
- networkpolicies
- thirdpartyresources
verbs:
... |
Set up CI with Azure Pipelines | # 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'
displa... | |
Update from Hackage at 2018-07-15T08:11:16Z | homepage: ''
changelog-type: ''
hash: 33a3db3e1bb48bbf83ed9e61bf395fc054939982b3b89dc0025ada1a7c99349c
test-bench-deps:
base: ! '>=4.9 && <5'
hspec: ==2.*
text: -any
text-metrics: ! '>=0.3.0 && <0.4'
infer-license: -any
maintainer: Simon Hengel <sol@typeful.net>
synopsis: Infer software license from a given l... | |
Add scriptengine (a lightweight framework for executing yaml scripts) | {% set name = "scriptengine" %}
{% set version = "0.12.5" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/scriptengine-{{ version }}.tar.gz
sha256: 800a9a083ed295f72589c0ade7c8f74220e13f7b1bf8e10f69f1bbca6f5d208b
build:
entry_p... | |
Prepare release notes for release 16.0.0 | ---
prelude: >
This release indicates end of support for Mitaka in Tempest.
other:
- |
OpenStack Releases Supported after this release are **Newton**
and **Ocata**
The release under current development as of this tag is Pike,
meaning that every Tempest commit is also tested against master branch
... | |
Build against released version of Chef 0.10.4. | rvm:
- 1.8.7
- 1.9.2
env:
- CHEF_VERSION=0.9.18
- CHEF_VERSION=0.10.2
- CHEF_VERSION=0.10.4.rc.5
| rvm:
- 1.8.7
- 1.9.2
env:
- CHEF_VERSION=0.9.18
- CHEF_VERSION=0.10.2
- CHEF_VERSION=0.10.4
|
Create github workflow to run Gradle tests | name: Tests
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
java: [ 8, 9, 10, 11 ]
name: Java v${{ matrix.java }} - ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Java
... | |
Set up CI with Azure Pipelines | # 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
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
displayName: 'Install Node.... | |
Set up CI with Azure Pipelines | # ASP.NET
# Build and test ASP.NET projects.
# Add steps that publish symbols, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4
trigger:
- master
pool:
vmImage: 'windows-latest'
variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buil... | |
Update from Forestry.io - Updated Forestry configuration | ---
label: Webinar Template
hide_body: false
fields:
- type: text
name: layout
label: layout
- type: text
name: title
label: title
- type: file
name: img-url
label: img-url
- type: datetime
name: date
label: date
- type: boolean
name: enable-header
label: enable-header
- type: text
name: event-typ... | |
Add config for Stale app | # Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
... | |
Make GitHub Actions run the existing tests | # Copyright (C) 2021 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the MIT License
name: Run the test suite
on:
- pull_request
- push
jobs:
run-tests:
name: Run the test suite
strategy:
matrix:
python-version: [2.7, 3.5, 3.9] # no explicit need for 3.6, 3.7, 3.8
runs-on:... | |
Update from Hackage at 2020-08-31T07:04:27Z | homepage: https://github.com/Lupino/micro-gateway#readme
changelog-type: ''
hash: bc51ddec4f5c6c144a1b3e3297f01b8b0c8574991c4e47a33e99faac2bca52db
test-bench-deps: {}
maintainer: lmjubuntu@gmail.com
synopsis: A Micro service gateway.
changelog: ''
basic-deps:
warp: -any
http-client: -any
signature: -any
cookie:... | |
Add grafana config for production deployment in AWS | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: monitoring-grafana
namespace: kube-system
spec:
replicas: 1
template:
metadata:
labels:
task: monitoring
k8s-app: grafana
spec:
containers:
- name: grafana
image: gcr.io/google_containers/heapster-g... | |
Add galaxy dependency for dein role | ---
galaxy_info:
author: aglorei
description: Set up dotfiles playlist as an ansible-pull cron
license: MIT
min_ansible_version: 2.10.3
platforms:
- name: Archlinux
versions:
- any
- name: MacOSX
versions:
- 10.15
- name: Ubuntu
versions:
- focal
dependen... | |
Add CodeSee architecture diagram workflow to repository | on:
push:
branches:
- master
pull_request_target:
types: [opened, synchronize, reopened]
name: CodeSee Map
jobs:
test_map_action:
runs-on: ubuntu-latest
continue-on-error: true
name: Run CodeSee Map Analysis
steps:
- name: checkout
id: checkout
uses: actions/c... | |
Add manual workflow to create Releases. | name: Release
on:
workflow_dispatch:
inputs:
candidateName:
description: 'Name of the candidate'
type: string
required: true
branchCommit:
description: 'Commit to check out. If it is the most recent commit then leave blank.'
type: string
required: false... | |
Add GitHub action to run tests | name: Run tests
on:
pull_request:
branches:
- "main"
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-ve... | |
Use Appraisal w/ Rails 2.3 to execute tests on Travis CI. | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
script: bundle exec rake test
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
script: bundle exec appraisal:rails2.3 test
|
Revert "Use the pre-release builds of chefdk" | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefd... | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-stable-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk... |
Update from Hackage at 2019-09-09T13:50:01Z | homepage: https://github.com/symbiont-sam-halliday/secp256k1-haskell
changelog-type: ''
hash: dcf5caac6a59a1db89312cf9e735ff6a0fe0bccdb69e3a471f3eb1bc9317849c
test-bench-deps:
test-framework-hunit: ^>=0.3.0.2
cereal: -any
bytestring: -any
test-framework: ^>=0.8.2.0
base: -any
entropy: -any
test-framework-... | |
Test bosh high CPU usage Prometheus alert | ---
rule_files:
# See alerts_validation_spec.rb for details of how stdin gets set:
- /dev/stdin
evaluation_interval: 1m
tests:
- interval: 1h
input_series:
- series: "bosh_job_cpu_sys{bosh_job_name='test',bosh_job_index='0'}"
values: 60 80 95
- series: "bosh_job_cpu_user{bosh_job_name='... | |
Replace Coveralls config with Codecov | coverage:
status:
project: yes
patch: off
comment:
layout: "diff"
behavior: once
require_changes: true
require_base: no
require_head: yes
branches: null
| |
Add configuration for Travis CI | sudo: false
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3
- 2.4
- jruby-9.1.13.0
- jruby-head
- ruby-head
- rubinius-3
branches:
only:
- master
| |
Test only on modern Node. | language: node_js
node_js:
- "0.10"
- "0.8"
| language: node_js
node_js:
- "0.11"
- "0.10"
|
Add an example minimal composition | version: '3'
services:
master:
image: itzg/elasticsearch
environment:
UNICAST_HOSTS: master
MIN_MASTERS: 1
ports:
- "9200:9200"
- "9300:9300"
deploy:
replicas: 1
update_config:
parallelism: 1
kibana:
image: kibana
ports:
- "5601:5601"
en... | |
Add a basic quickstarts (link to docs) under "Native" application type | title: Device Authorization Flow
author:
name: Tami Goodall
email: tami.goodall@auth0.com
community: false
hybrid: false
image: /media/platforms/device.svg
topics:
- quickstart
contentType: tutorial
useCase: quickstart
snippets:
alias:
- device
- device-auth
- device-flow
- device-authorization-flow
seo... | |
Use GitHub actions for tests | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see... | |
Add rule for invoking build on github push | ---
name: "cicd-docker.github_incoming"
pack: "cicd-docker"
enabled: true
description: "Webhook listening for pushes to our CI/CD Pipeline from GitHub"
trigger:
type: "core.st2.webhook"
parameters:
url: "cicd-docker/github"
criteria:
trigger.headers['X-Github-... | |
Add releasenote for removal of overcloud remote execute command | ---
upgrade:
- |
``openstack overcloud remote execute`` command has been removed.
It depended on os-collect-config service on the overcloud nodes,
that had been disabled by default since rocky. Please use ansible
playbooks to make necessary configuration changes in place of this
command.
| |
Add basic Code Climate config to kick off Brakeman security checks. (And other automated checks.) | engines:
brakeman:
enabled: true
# Fails
eslint:
enabled: false
rubocop:
enabled: true
ratings:
paths:
- "**.rb"
- "**.coffee"
- "**.js"
- "**.jsx"
- "**.css"
- Gemfile.lock
exclude_paths:
- .codeclimate.yml
- .eslintrc
- bin/**/*
- client/**/*
- config/**/*
- db/**/*
- node_modules/**... | |
Update from Hackage at 2019-11-12T04:16:26Z | homepage: https://github.com/cmk/profunctor-extras
changelog-type: ''
hash: 8995c5dc427c68682fb968a241445033211dcb6dd55d44979f7935d645c85129
test-bench-deps: {}
maintainer: Chris McKinlay
synopsis: Profunctor arrows
changelog: ''
basic-deps:
base: ! '>=4.9 && <5.0'
comonad: ! '>=4 && <6'
profunctors: ! '>=5.3 && ... | |
Update from Hackage at 2016-01-14T03:38:22+0000 | homepage: ''
changelog-type: ''
hash: ac3a970ee0cc3f85ccd783368f8cb855837f74fdee2816197905724a89dd1eb0
test-bench-deps: {}
maintainer: ncaq@ncaq.net
synopsis: compile es2015
changelog: ''
basic-deps:
shakespeare: ! '>=2.0 && <2.1'
base: ! '>=4.8 && <4.9'
classy-prelude: ! '>=0.12 && <0.13'
template-haskell: ! '... | |
Add workflow to auto-merge PRs | name: automerge
on:
pull_request:
types:
- edited
- labeled
- opened
- ready_for_review
- reopened
- synchronize
- unlabeled
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
... | |
Add a manual/API-triggered workflow to update the Hypothesis client | name: Update client
on:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cache the node_modules dir
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lo... | |
Add book deploy in CI. | name: Deploy Docs
on:
push:
branches:
- master
jobs:
doc:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install mdbook
run: |
mkdir mdbook
curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.1/mdb... | |
Update from Hackage at 2018-05-02T18:57:00Z | homepage: https://github.com/alanz/haskell-lsp
changelog-type: markdown
hash: 465eeb2ae643bd572e9e15969e32def50dc832a4fdccc77ec7495e8d13caca43
test-bench-deps: {}
maintainer: alan.zimm@gmail.com
synopsis: Haskell library for the Microsoft Language Server Protocol, data types
changelog: ! "# Revision history for haskell... | |
Add github action for multi test checking. | name: Chinese Pinyin
on:
pull_request:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.1', '2.5', '2.6', '2.7', '3.0']
steps:
- uses: actions/checkout@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}... | |
Test conda installation on win | name: Python Package using Conda
on:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
python-version: [3.8]
name: OS ${{ matrix.os }} Python ${{ matrix.python-version }}
defaults:
run:
shell: bash -l {0}
steps... | |
Add build script for Travis-CI. | sudo: required
dist: trusty
language: c++
compiler:
- clang
- gcc
install:
- sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty
- sudo apt-get update -qq
- sudo apt-get install -qq cmake qt58base
before_script:
- export PATH=$PATH:/opt/qt58/bin
script:
- cmake .
- make
| |
Add support for Debian 11 bullseye | ---
php_webserver: "apache2"
php_default_packages:
- "libapache2-mod-php7.4"
php_default_conf_scan_dir: "/etc/php/7.4/apache2/conf.d"
# Only when php_alt_repo is set to true
php_apt_repositories:
- "deb https://packages.sury.org/php/ bullseye main"
php_apt_key: "https://packages.sury.org/php/apt.gpg"
php_apt_... | |
Add flask-rest-jsonapi 0.12.2 to conda-forge | {% set name = "flask-rest-jsonapi" %}
{% set version = "0.12.4" %}
{% set sha256 = "984534d61fc6f367b1c3e977ff7de4dc8fbf89017d41eac1a7b42fb648780717" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://github.com/miLibris/{{ name }}/archive/{{ ver... | |
Add Cirrus-CI config for FreeBSD builds | env:
CIRRUS_CLONE_DEPTH: 1
ARCH: amd64
task:
freebsd_instance:
matrix:
image: freebsd-12-0-release-amd64
image: freebsd-11-2-release-amd64
install_script:
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
- ... | |
Add ASDF schema for ICRS coordinate objects | %YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://astropy.org/schemas/astropy/coords/icrs_coord-1.0.0"
tag: "tag:astropy.org:astropy/coords/icrs_coord-1.0.0"
title: |
Represents an ICRS coordinate object from astropy
description:
This object represents the right ascension (RA) and... | |
Add Clang static analysis build | name: Clang Static Analysis
on: [push, pull_request]
jobs:
run:
name: "Clang Static Analysis"
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
tools: composer, phpize
- name: Checkout
# We use ... | |
Update from Hackage at 2016-12-20T18:05:28Z | homepage: https://github.com/centromere/nfc#readme
changelog-type: markdown
hash: 90cd1b63cf6df4fcf5b302aa3fe772e75032ac2ce71d523d518b75daae86d6b8
test-bench-deps: {}
maintainer: John Galt <jgalt@centromere.net>
synopsis: libnfc bindings
changelog: ! '# 0.0.0
* Initial release
'
basic-deps:
bytestring: -any
ba... | |
Set up CI with Azure Pipelines | # Node.js with React
# Build a Node.js project that uses React.
# 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-16.04'
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
... | |
Set up CI with Azure Pipelines | # ASP.NET Core
# Build and test ASP.NET Core web applications targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/vsts/pipelines/languages/dotnet-core
pool:
vmImage: 'Ubuntu 16.04'
variables:
buildConfiguration: 'Release'
steps:
- script: dotnet... | |
Set up CI with Azure Pipelines | # Go
# Build your Go project.
# Add steps that test, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/go
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
variables:
GOBIN: '$(GOPATH)/bin' # Go binaries path
GOROOT: '/usr/local/go1.11' # Go installation path
... | |
Add search2.hmrc.gov.uk to transition tool | ---
site: hmrc_search2
whitehall_slug: hm-revenue-customs
redirection_date: 1st June 2014
homepage: https://www.gov.uk/government/organisations/hm-revenue-customs
tna_timestamp: 20140603092408
host: search2.hmrc.gov.uk
homepage_furl: www.gov.uk/hmrc
options: --query-string formid:record
special_redirect_strategy: suppl... | |
Add the origami-labels GitHub Action | on: [issues, pull_request]
jobs:
sync-labels:
runs-on: ubuntu-latest
name: Sync repository labels
steps:
- uses: Financial-Times/origami-labels@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
| |
Change order of config attributes | name: "Build Gradle project"
on: [ push, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11, 16, 17 ]
gradle-version: [ 6.9.3, 7.0.2, 7.2, 7.3.3, 7.5.1 ]
name: Test JVM/Gradle (${{ matrix.java-version }... | name: "Build Gradle project"
on: [ push, workflow_dispatch ]
jobs:
build:
name: Test JVM/Gradle (${{ matrix.java-version }}, ${{ matrix.gradle-version }})
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11, 16, 17 ]
gradle-version: [ 6... |
Use dev for npm install | name: Test Deployment
on:
push:
branches:
- test
jobs:
build:
name: Build and Upload Webpack Bundle
runs-on: ubuntu-latest
env:
NODE_ENV: production
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v1
... | |
Add example config file for test server. | #server and amqp stanzas are mandatory for a SimpleAmqpServer
server:
name: test_server
sleep_on_empty: 5
amqp:
#queues for communication to and from caller. As expected, receive on incoming_queue and send result on outgoing_queue
incoming_queue: in_to_test
outgoing_queue: out_of_test
#Connection informatio... | |
Set up CI with Azure Pipelines | # 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'
displa... | |
Revert "go away circle ci" | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
# Specify service dependencies here if necessary
# Circ... | |
Fix AppVeyor build errors caused by restoring NuGet packages | version: 1.0.{build}
configuration: Release
platform: Any CPU
hosts:
api.nuget.org: 93.184.221.200
cache:
- InsireBot\packages -> InsireBot\**\packages.config
before_build:
- cmd: nuget restore InsireBot\Maple.sln
build:
project: InsireBot\Maple.sln
verbosity: minimal
artifacts:
- path: 'InsireBot/InsireBot/bin/$... | |
Add workflow updating Conda Lock | name: update_conda_lock
on:
pull_request:
push:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
update-locks:
runs-on: ubuntu-18.04
strategy:
fail-fast: false
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
fetch-depth: 0
submod... | |
Add INL MOOSE 1c benchmark | ---
benchmark:
id: 1c
version: 1
metadata:
summary: Benchmark with MOOSE on macPro, T-shaped no-flux domain
author: Daniel Schwen
email: daniel.schwen@inl.gov
timestamp: 6/1/2017
hardware:
architecture: x86_64
cores: 4
software:
name: moose
version: CHiMaD_Hackathon
implementation:
... | |
Add a Travis config for automated testing | language: node_js
node_js:
- "0.10"
services:
- mysql
notifications:
irc:
channels:
- "irc.mozilla.org#fxa"
use_notice: false
skip_join: false
before_install:
- npm config set spin false
install:
- npm install
before_script:
- mysql -e 'DROP DATABASE IF EXISTS fxa'
- npm i grunt-cli ... | |
Add experimental Travis CI config | matrix:
include:
-
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints
stage: Tests
language: php
# list any PHP version you want to test against
php:
# main version should be kept as close as possible to suppo... | |
Enable debug in gradle build command | language: java
jdk:
- oraclejdk7
services:
- mongodb
before_script:
- sleep 15
- mongo gfk --eval 'db.addUser("gfk", "password");'
install:
- gradle clean build --stacktrace | language: java
jdk:
- oraclejdk7
services:
- mongodb
before_script:
- sleep 15
- mongo gfk --eval 'db.addUser("gfk", "password");'
install:
- gradle clean build --debug |
Update from Hackage at 2017-03-20T07:49:27Z | homepage: https://github.com/karky7/hzenhan#readme
changelog-type: ''
hash: d20b61399d2ae4304adca7d8be2f938e79f130748e5095c3dddbc16d0619c1b1
test-bench-deps:
base: ! '>=4.7 && <5'
text: -any
containers: -any
QuickCheck: -any
hzenhan: -any
maintainer: cantimerny.g@gmail.com
synopsis: Zenhan library for Haskell... | |
Change package loader to not generate snapshot for logical StructureDefinition resources. | ---
type: fix
issue: 2535
title: "An issue with package installer involving logical StructureDefinition resources was fixed. Package registry will no
longer attempt to generate a snapshot for logical StructureDefinition resources if one is not already provided in the
resource definition."
| |
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 Wercker for CI & Code coverage | box: golang
dev:
steps:
- internal/watch:
code: |
go build ./...
./source
reload: true
# Build definition
build:
# The steps that will be executed on build
steps:
- setup-go-workspace
# golint step!
- wercker/golint
# Get dependencies for the project
-... | |
Update from Hackage at 2019-03-31T06:33:40Z | homepage: https://github.com/cdepillabout/password/password#readme
changelog-type: markdown
hash: 92747d99a079c6144eb61a4ba5ad0619e33f509cd7bbc8112ad3130756f97697
test-bench-deps:
base: ! '>=4.7 && <5'
doctest: -any
quickcheck-instances: -any
password: -any
QuickCheck: -any
maintainer: cdep.illabout@gmail.com... | |
Add initial Travis CI config file | sudo: false
language: go
go:
- 1.5.3
os:
- linux
- osx
install:
- go get github.com/elastic/beats
- go get github.com/garyburd/redigo/redis
- go get github.com/stretchr/testify/assert
script: make testsuite
| |
Add badge source to whitelist | language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-dupe --allow-redirect --white-list https://ipfs.io,slideshare
| language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-dupe --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io
|
Update from Hackage at 2018-10-25T07:42:35Z | homepage: ''
changelog-type: ''
hash: b8302308879ba97d99e56ea7892a8b2c69c0f4154f91c45662d223457301be50
test-bench-deps: {}
maintainer: dev@capital-match.com
synopsis: Low-level bindings to the DocuSign API
changelog: ''
basic-deps:
bytestring: -any
base: <1000
servant-client: -any
text: -any
data-default: -an... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.