Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update from Hackage at 2018-09-21T23:39:40Z | homepage: ''
changelog-type: ''
hash: bdc0d86dafd5fe5c4ae7ab14777b571b6b286ba0520e46846397e4f5e345e2c5
test-bench-deps:
base: -any
string-qq: -any
megaparsec: -any
language-ocaml: -any
interpolate: -any
tasty-hunit: -any
prettyprinter: -any
tasty: -any
maintainer: valentin.robert.42@gmail.com
synopsis: ... | |
Update from Hackage at 2020-09-27T22:38:02Z | homepage: https://acatalepsie.fr/projects/achille
changelog-type: ''
hash: 9c3da15138c38291ed5c21974d9d20cf8962524bc6e906093c643d2a98b85d1f
test-bench-deps:
bytestring: -any
base: '>=4.11 && <5'
time: -any
text: -any
filepath: -any
containers: -any
mtl: -any
tasty-hunit: -any
tasty: -any
achille: -a... | |
Add check for no duplicate bosh releases | # Source: bosh-exporter
---
- type: replace
path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/custom_rules?/-
value:
name: BoshDuplicateReleases
rules:
- alert: BoshDuplicateReleases_Warning
expr: |
count by (bosh_release_name) (
count b... | |
Add recipe for stdlibs package from PyPI | {% set name = "stdlibs" %}
{% set version = "2022.6.8" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/stdlibs-{{ version }}.tar.gz
sha256: fa978cbf5105474a416c515e82752a8a3d833f4513977da0a6a599a3e608b438
build:
noarch: python
... | |
Add a sample manifest.yml file in node.server | ---
applications:
- name: flux
memory: 512M
host: flux
services:
- flux-rabbit-test
env:
FLUX_GITHUB_CLIENT_ID: ...get-your-own...
FLUX_GITHUB_CLIENT_SECRET: ...get-your-own...
| |
Update from Hackage at 2020-06-26T01:07:15Z | homepage: https://github.com/mbg/c14n#readme
changelog-type: ''
hash: 01e67f2c70abec2930575ba2f31a9ae3e5abed5d088dd24571c834016bee08ba
test-bench-deps: {}
maintainer: m.gale@warwick.ac.uk
synopsis: Bindings to the c14n implementation in libxml.
changelog: ''
basic-deps:
bytestring: -any
base: '>=4.8 && <5'
all-vers... | |
Set up GitHub Actions for deploying to gh-pages | name: Build and deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Read .nvmrc
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
id: nvm
- name: ... | |
Add automation for tracking new items to discuss during sync calls | name: Discuss during sync
on:
issues:
types:
- opened
- reopened
issue_comment:
types:
- created
pull_request_target:
types:
- opened
- edited
- ready_for_review
- reopened
pull_request_review:
types:
- submitted
jobs:
add-label:
runs-on: u... | |
Add recipe for Caelus Python Library | {% set name = "caelus" %}
{% set version = "1.0.2" %}
package:
name: {{ name | lower }}
version: {{ version }}
source:
url: https://github.com/sayerhs/cpl/archive/refs/tags/v{{ version }}.tar.gz
sha256: 1bd247675b7c13b022afcee3f17e24d7080bc2f6b8e9b090492726c7bb0a7e6f
build:
noarch: python
number: 0
scr... | |
Set up CI with Azure Pipelines | # Ruby
# Package your Ruby project.
# Add steps that install rails, analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/ruby
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
steps:
- task: UseRubyVersion@0
inputs:
versionSpec: '>= 2.5'
- script:... | |
Update from Hackage at 2017-04-13T18:50:05Z | homepage: ''
changelog-type: ''
hash: c9ba677cf88e5c86c0d9867b5271b33073297743cca47e9f02b2016372f048a5
test-bench-deps: {}
maintainer: sen.cenan@gmail.com
synopsis: simpe tool to serve piped data over http and websocket
changelog: ''
basic-deps:
warp: ! '>=3.2.11.1'
MissingH: ! '>=1.4.0.1'
conduit-combinators: ! ... | |
Update from Forestry.io - Updated Forestry configuration | ---
label: The Go Programming Language
hide_body:
is_partial:
fields:
- name: date
label: Date
type: datetime
hidden: false
default: ''
- name: title
label: Title
type: text
hidden: false
default: ''
| |
Enforce repo yaml privacy key. | repoVisibility: public_0C3F0CE3E6E6448FAD341E7BFA50FCD333E06A20CFF05FCACE61154DDBBADF71
| |
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:
| |
Add credentials for Travis CI | ---
.travis.yml:
secure: "1FrH01ZPoWNG/MaGaBO/Ga1E6y1UAKPsI41KPk3U5mIU4lq/H8AzliIiMuWabimD3qmu+RLRp+K+kqDEASZt8gL1gPte+UXiZy8UlwDv7WwyjLRngsRqQdf66+iPyrT6DyzEx3uv1L6f3UOhFMlQJ+vH0hB5G61aWziqyWiCkgw="
| |
Enable security scanning with GitHub CodeQL | # For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your ... | |
Update from Hackage at 2017-12-15T13:06:22Z | homepage: https://github.com/Qinka/hOff
changelog-type: markdown
hash: d1b6f898b292b39d85969dab71eb91613c97d11eff22a3e314ddcc4401b064a9
test-bench-deps: {}
maintainer: qinka@live.com
synopsis: The parser to parser the OFF(Object File Format, Princeton ModelNet).
changelog: ! '# Revision history for hOff-parser
## 0... | |
Update from Hackage at 2016-11-15T15:11:25Z | homepage: ''
changelog-type: ''
hash: d411e87ee176e63c11c13b44c7564608bcd77a0cf4ec5630e242043b569a4621
test-bench-deps: {}
maintainer: Kristof Bastiaensen
synopsis: Opentype loading and writing
changelog: ''
basic-deps:
ghc: ! '>=7.10.0'
bytestring: ! '>0.10.0'
base: ! '>=3 && <5'
time: ! '>1.4.0'
pretty-hex:... | |
Add md5sum check for swift rings after ring-sync | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... |
Update from Hackage at 2018-04-06T15:57:17Z | homepage: ''
changelog-type: ''
hash: 9999a63af4e7301d3f521aa119dadcee6e30a2215aeabe021ef7f6caf16f5a90
test-bench-deps: {}
maintainer: andrew.pennebaker@gmail.com
synopsis: minimal ncurses-like library
changelog: ''
basic-deps:
base: ! '>=4.3.1.0 && <5'
random-shuffle: ==0.0.4.*
random: ! '>=1.1 && <2'
all-versio... | |
Add an action to sync labels | on: [issues, pull_request]
name: Sync repo labels
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: rowanmanning/github-labels@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
| |
Update from Hackage at 2020-01-31T15:51:54Z | homepage: https://github.com/byteverse/lz4-bytes
changelog-type: markdown
hash: 0b80b6449e5da4c90ef7d940f49d4c8cde9461b8a5f18e9ee4805fce7bb896c5
test-bench-deps:
base: ! '>=4.11.1 && <5'
lz4-bytes: -any
byteslice: -any
tasty-quickcheck: -any
tasty: -any
primitive: -any
maintainer: andrew.thaddeus@gmail.com
... | |
Update from Hackage at 2018-08-02T09:46:53Z | homepage: https://github.com/metrix-ai/cereal-unordered-containers
changelog-type: ''
hash: e47c65f76633248fccdea1f38de952473edf7a28cf05af38e64b681a47305c92
test-bench-deps: {}
maintainer: Metrix.AI Ninjas <ninjas@metrix.ai>
synopsis: Integration of "cereal" and "unordered-containers"
changelog: ''
basic-deps:
cereal... | |
Add config file for RuboCop into project template | Layout/Tab:
Enabled: false
Layout/IndentationWidth:
Width: 1
Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
AllCops:
TargetRubyVersion: 2.3
Metrics/BlockLength:
Exclude:
- Rakefile
- db/migrations/*
| |
Update from Hackage at 2022-09-15T09:06:35Z | homepage: https://github.com/4eUeP/foreign
changelog-type: markdown
hash: 718514c63f4053c4ade83444178e00527e51694b9c2ffbf518329f18a6453da0
test-bench-deps:
base: '>=4.14 && <5'
hspec: -any
QuickCheck: -any
foreign: -any
maintainer: mu@laxcat.xyz
synopsis: A collection of helpers for ffi.
changelog: |
# Change... | |
Fix issue with npm upgrade on node.js v0.8 | rvm: "1.9.2"
before_install:
- npm install -g npm
- ruby --version
- gem --version
- rvm --version
- bundle install
script: "rake"
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
matrix:
allow_failures:
- node_js: "0.11"
notifications:
email:
- jb@jbpros.com
irc:
- "irc.freen... | rvm: "1.9.2"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest
- ruby --version
- gem --version
- rvm --version
- bundle install
script: "rake"
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
matrix:
allow_failures:
- node... |
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-latest'
variables:
GOBIN: '$(GOPATH)/bin' # Go binaries path
GOROOT: '/usr/local/go1.11' # Go installation path... | |
Update from Forestry.io - Updated Forestry configuration | ---
label: Blog post
hide_body: false
fields:
- type: datetime
name: date
label: date
- type: text
name: title
label: title
- type: text
name: slug
label: slug
- type: list
name: tags
label: tags
- type: list
name: categories
label: categories
| |
Add a GH Action workflow | name: Build
on:
push:
branches: [ master, 3x ]
pull_request:
workflow_dispatch:
jobs:
build:
name: Build - JDK ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [ "8", "11", "17" ]
steps:
- uses: actions/checkout@v3
- name: Set... | |
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: 'MailKit.sl... | |
Update from Hackage at 2019-01-01T03:14:42Z | homepage: github.com/cartazio/unboxed
changelog-type: markdown
hash: a4b6486f45009e22600c7f8b65b18b7193d03f5d2f3a6e7e54a8e17654ed4754
test-bench-deps: {}
maintainer: carter at wellposed dot com
synopsis: All the standard sum types but strict and unboxed as possible
changelog: |
# Revision history for unboxed
## 0.... | |
Add config for running notebooks on Travis. | # After changing this file, check it on:
# http://lint.travis-ci.org/
language: python
sudo: false
python:
- 3.4
- 3.5
before_install:
# Taken from: http://conda.pydata.org/docs/travis.html
# Need to make sure Travis' env isn't running, or Jupyter will pick it up
- deactivate
# We do this conditionally ... | |
Update from Hackage at 2018-11-11T13:19:28Z | homepage: ''
changelog-type: ''
hash: 20eb8fb3beaeb5a0a7aae3289e606dacf244a0bf25527e67b8ac2b6abbc324b1
test-bench-deps: {}
maintainer: tek@tryp.io
synopsis: neovim project manager
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
nvim-hs: ! '>=1 && <2'
all-versions:
- '0.1.0.0'
author: Torsten Schmits
latest: '0.1.0.... | |
Add Travis CI configuration for Android. | language: android
android:
components:
- platform-tools
- build-tools-23.0.1
- android-23
- extra-android-m2repository
- sys-img-armeabi-v7a-android-19
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- node_modules
- .nvm
-... | |
Add extra-deps for running tests | flags: {}
packages:
- '.'
extra-deps:
# Absent from LTS 2.13
- mime-0.4.0.2
- github-0.13.2
- titlecase-0.1.0.1
- yesod-markdown-0.9.4
# Transitive dep of github
- failure-0.2.0.3
resolver: lts-2.13
| flags: {}
packages:
- '.'
extra-deps:
# Absent from LTS 2.13
- mime-0.4.0.2
- github-0.13.2
- titlecase-0.1.0.1
- yesod-markdown-0.9.4
# Transitive dep of github
- failure-0.2.0.3
# Constrained to different version by cabal file
- yesod-test-1.4.2.2
resolver: lts-2.13
|
Update from Hackage at 2017-10-08T20:04:39Z | homepage: https://github.com/ilya-murzinov/postgres-embedded
changelog-type: ''
hash: 38313f3098f3a3a851245743abaa8396b4430cd4eda7b6074ed3cd30d84e7607
test-bench-deps:
base: -any
filepath: -any
postgres-embedded: -any
maintainer: murz42@gmail.com
synopsis: ''
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
HD... | |
Add exome pipeline template yaml. | #!/usr/bin/env cwl-runner
cwl:tool: exome_pipeline.cwl
reference:
class: File
path: keep:591f8a4326389d97bbbb01ddd1bcd606+8203/GRCh38_full_analysis_set_plus_decoy_hla.fa
mills:
class: File
path: keep:591f8a4326389d97bbbb01ddd1bcd606+8203/Mills_and_1000G_gold_standard.indels.hg38.vcf.gz
known_indels:
class: Fi... | |
Deploy rules for GitHub Packages | # This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path
name: Maven Deploy
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
... | |
Set up CI with VSTS Pipelines | # Node.js with webpack
# Build a Node.js application using the webpack CLI.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/vsts/pipelines/languages/javascript
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName:... | |
Exclude delayed_job specs from invalid rubies. | language: ruby
cache: bundler
gemfile:
- gemfiles/standalone.gemfile
- gemfiles/binding_of_caller.gemfile
- gemfiles/delayed_job.gemfile
- gemfiles/rails2.3.gemfile
- gemfiles/rails.gemfile
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.2
- jruby-18mode
- jruby-19mode
matrix:
fast_finish: true
a... | language: ruby
cache: bundler
gemfile:
- gemfiles/standalone.gemfile
- gemfiles/binding_of_caller.gemfile
- gemfiles/delayed_job.gemfile
- gemfiles/rails2.3.gemfile
- gemfiles/rails.gemfile
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.2
- jruby-18mode
- jruby-19mode
matrix:
fast_finish: true
a... |
Revert "Force push to S3" | language: ruby
cache: bundler
rvm:
- 2.2
install: bundle install
script: JEKYLL_ENV=production bundle exec jekyll build
after_success: s3_website push --force
| language: ruby
cache: bundler
rvm:
- 2.2
install: bundle install
script: JEKYLL_ENV=production bundle exec jekyll build
after_success: s3_website push
|
Add initial guess at Travis CI config | language: cpp
compiler:
- gcc
- clang
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq libgsl0-dev libmpich2-dev libboost-all-dev
script: ./bootstrap && ./configure && make && make check
| |
Build on linux and windows with GitHub Actions | name: CMake
on: [push]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install libegl1-mesa-dev libgles2-mesa-d... | |
Add a github action config | name: Rust
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [stable, beta, nightly]
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- name: Build
run: cargo build --ver... | |
Add new rule which triggers workroom_st2enterprise build on each push to workroom master. | ---
name: "st2_workroom_st2enterprise_test_u14"
description: "Test st2workroom on each commit to master"
pack: "st2cd"
enabled: true
trigger:
type: "GitHubWebhook.github_event"
criteria:
trigger.body.ref:
pattern: "refs/heads/master"
type: "equals"
... | |
Update from Hackage at 2018-11-05T09:08:19Z | homepage: https://github.com/pgujjula/modular#readme
changelog-type: markdown
hash: f627657e714369ff7c5e494427a6116c7e2c51164e13294ac521b48b338f4cbe
test-bench-deps: {}
maintainer: preetham.gujjula@gmail.com
synopsis: Type-safe modular arithmetic
changelog: ! '# Changelog for modular
'
basic-deps:
base: ! '>=4.7 && ... | |
Add Stale workflow for GitHub Actions | name: Stale
on:
schedule:
- cron: 0 9-18 * * *
jobs:
stale:
runs-on: ubuntu-latest
steps:
- name: Close stale issues and pull requests
uses: actions/stale@v1.1.0
with:
days-before-close: 30
days-before-stale: 180
repo-token: ${{ secrets.GITHUB_TOKEN... | |
Add Kubernetes e2e conformance testing | apiVersion: batch/v1
kind: Job
metadata:
name: e2e
namespace: e2e
labels:
name: e2e
spec:
template:
spec:
volumes:
- name: kubectl
hostPath:
path: /opt/bin/kubectl
type: File
- name: kubeconfig
secret:
secretName: kubeconfig
- name: e... | |
Update from Hackage at 2022-06-26T23:12:11Z | homepage: ''
changelog-type: markdown
hash: 38b123c673213adea3a56c98c28a787c10f67a17a9ead25ff1770d1075c82a27
test-bench-deps:
base: '>=4.9 && <5'
hspec: -any
HUnit: -any
nonlinear: -any
QuickCheck: -any
maintainer: jonas@cross-compass.com
synopsis: Low-dimensional vectors
changelog: |
## [0.1.0]
- Initia... | |
Implement recipe for Text::Soundex Perl module | {% set author = "RJBS" %}
{% set name = "Text-Soundex" %}
{% set version = "3.05" %}
{% set sha256 = "f6dd55b4280b25dea978221839864382560074e1d6933395faee2510c2db60ed" %}
package:
name: perl-{{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: http://cpan.metacpan.org/auth... | |
Update from Hackage at 2018-01-05T18:35:44Z | homepage: https://github.com/MarisaKirisame/HappyTree#readme
changelog-type: markdown
hash: f692ef2a41334010671e980ba5cac3ea72015975731538ab7b108b33af299f79
test-bench-deps:
base: ! '>=4.7 && <5'
constraints: ==0.9.1
singletons: ==2.3.1
generics-sop: ==0.3.1.0
HappyTree: -any
maintainer: lolisa@marisa.moe
syn... | |
Split out build pipeline for docs. | name: docfx
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- name: check out code
uses: actions/checkout@v2
- name: install docfx
# specifying 2.58.5 version as latest release (2.58.8) has an issue
# https... | |
Add config for AppVeyor CI | # Test against this version of Node.js
environment:
nodejs_version: "6.9.1"
# fail all the builds once any of the builds fail have failed
matrix:
fast_finish: true
# build only this branches
branches:
only:
- master
- develop
# Install scripts. (runs after repo cloning)
install:
# install google chrome
... | |
Add reno for RBAC and client incompatibility | ---
features:
- |
k8s_fedora_atomic clusters are deployed with RBAC support. Along with RBAC
Node authorization is added so the appropriate certificates are generated.
upgrade:
- |
Using the queens (>=2.9.0) python-magnumclient, when a user executes
openstack coe cluster config, the client certifica... | |
Create initial GitHub build workflow | name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt install g++ texinfo libcfitsio-dev autoconf-archive lcov python-pip
- name: confi... | |
Add name to each job in Travis CI configuration build matrix | matrix:
include:
- language: python
python: 3.7
# Workaround for Python 3.7
# https://github.com/travis-ci/travis-ci/issues/9815
dist: xenial
sudo: true
cache:
pip: true
directories:
- $HOME/.imageio
script:
- cd Discord
- python ... | matrix:
include:
- name: Discord
language: python
python: 3.7
# Workaround for Python 3.7
# https://github.com/travis-ci/travis-ci/issues/9815
dist: xenial
sudo: true
cache:
pip: true
directories:
- $HOME/.imageio
script:
- cd Disco... |
Enable emails from Travis CI | # Disabling sudo moves build to the Container Based Infrastructure on Travis CI
sudo: false
language: android
jdk: oraclejdk8
android:
components:
- platform-tools
- tools
- android-23
- build-tools-23.0.2
- extra-android-m2repository
- extra-android-support
- sys-img-armeabi-v7a-android... | # Disabling sudo moves build to the Container Based Infrastructure on Travis CI
sudo: false
language: android
jdk: oraclejdk8
android:
components:
- platform-tools
- tools
- android-23
- build-tools-23.0.2
- extra-android-m2repository
- extra-android-support
- sys-img-armeabi-v7a-android... |
Add note for force_config_drive opt change | ---
upgrade:
- |
The ``force_config_drive`` configuration option provided an ``always``
value which was deprecated in the previous release. That ``always`` value
is now no longer accepted and deployments using that value have to change
it to ``True`` before upgrading.
| |
Test CI against Ruby 2.2.0-preview1 | language: ruby
script: 'bundle exec rake test:coverage --trace'
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- rbx-2
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="--2.0"
- rvm: jruby-head
env: JRUBY_OPTS="--2.1"
allow_failures:
- rvm: rbx-2
- rvm: jruby
- rvm: jruby-hea... | language: ruby
script: 'bundle exec rake test:coverage --trace'
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1
- 2.2
- rbx-2
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="--2.0"
- rvm: jruby-head
env: JRUBY_OPTS="--2.1"
allow_failures:
- rvm: 2.2
- rvm: rbx-2
- rvm: jruby... |
Add a recipe for pywin32-ctypes | {% set name = "pywin32-ctypes" %}
{% set version = "0.1.2" %}
{% set sha256 = "4820b830f42e6889d34142bcd07b3896018c3620d8c31f5e13b72caf1f4d1d0f" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{... | |
Add checker for broken doc links | on:
schedule:
- cron: 0 0 1 * * # run monthly
repository_dispatch: # run manually
types: [check-link]
name: Broken Link Check
jobs:
check:
name: Broken Link Check
runs-on: ubuntu-latest
steps:
- name: Broken Link Check
uses: technote-space/broken-link-checker-action@v1
w... | |
Add action for publishing Sphinx docs | name: Sphinx
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: "3.9"
- name: Setup Environment... | |
Add CodeQL workflow for GitHub code scanning | name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "7 19 * * 5"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
... | |
Add Docker Compose YAML File | version: '3.7'
services:
crontab-ui:
build: .
image: alseambusher/crontab-ui
network_mode: bridge
ports:
- 8000:8000
| |
Include meta.yml to allow installing `ansible-st2` via ansible-galaxy | # Meta which allows installing `ansible-st2` via ansible-galaxy
# Workaround for `ansible.cfg` to find stackstorm roles:
# [defaults]
# roles_path = /etc/ansible/roles/:/etc/ansible/roles/stackstorm/roles/
---
galaxy_info:
description: Install StackStorm with all components and dependant services including RabbitMQ, ... | |
Update from Hackage at 2017-11-07T08:44:18Z | homepage: https://github.com/TerrorJack/direct-rocksdb#readme
changelog-type: markdown
hash: 0a68da18e449e515caf2a9de46d7520e6ec55126cdca3fddfdb911e6e1c74ea4
test-bench-deps:
base: ! '>=4.10 && <5'
direct-rocksdb: -any
maintainer: Shao Cheng <astrohavoc@gmail.com>
synopsis: Bindings to RocksDB.
changelog: ! '# CHAN... | |
Configure national infrastructure planning site | ---
site: dclg_nip
whitehall_slug: department-for-communities-and-local-government
homepage_title: 'National Infrastructure Planning'
homepage: https://www.gov.uk/government/organisations/department-for-communities-and-local-government
tna_timestamp: 20140713173346
host: infrastructure.planningportal.gov.uk
homepage_fu... | |
Update from Hackage at 2017-03-09T06:20:11Z | homepage: ''
changelog-type: ''
hash: a511ec8e9186877d27966691f8f473daf2a8ebe177c04ea6ce2cd8b62d8040a1
test-bench-deps:
polydata: ==0.1.*
base: ==4.9.*
hspec: ==2.4.*
constraint-manip: ==0.1.*
indextype: ==0.2.*
maintainer: clintonmead@gmail.com
synopsis: A heterogeneous list type
changelog: ''
basic-deps:
... | |
Update from Hackage at 2018-05-07T01:24:42Z | homepage: ''
changelog-type: ''
hash: 1869d4c301fc3dab84dff952acdab01773d727c9b618bae7df875527a05b431e
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Exceptional utilities
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
monad-control: ! '>=1.0 && <1.1'
lifted-base: ! '>=0.2 && <0.3'
util: ! '>=0.... | |
Switch to 5.4 for coveralls | language: php
before_script:
- composer install --dev --no-interaction
- cd tests
script:
- phpunit --coverage-clover clover.xml
after_script:
- php vendor/bin/coveralls -v
php:
- 5.2
- 5.3
- 5.4 | language: php
before_script:
- phpenv local 5.4
- composer install --dev --no-interaction
- phpenv local --unset
- cd tests
script:
- phpunit --coverage-clover clover.xml
after_script:
- phpenv local 5.4
- php vendor/bin/coveralls -v
- phpenv local --unset
php:
- 5.2
- 5.3
- 5.4 |
Add config for 20170825 星梦Mini Live | title: 20170825 星梦Mini Live(徐晗)
datetime: 2017-08-25T16:20:00+08:00
vod: http://live.snh48.com/Index/invedio/id/297
m3u8: http://ts.snh48.com/vod/z1.chaoqing.9999/20170825/599d4e210cf2015ec2191e1b.mp4/playlist.m3u8
tags:
- SNH48
- 徐晗
thumbnail: 20170825-mini-live.png
playlists:
- 全部
- 其它
| |
Use phpunit as installed with Composer | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- ph... | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.... |
Enable GitHub Actions for CI 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... | |
Comment from Marieduh on creating-a-mean-prototype-6 | _id: 59793ad0-ccdc-11ea-951b-19c125f9fd54
message: 'Take my heart - http://clickfrm.com/z99m'
name: Marieduh
date: 1595505735
| |
Add release note about new DB model string representation | ---
other:
- |
The string representation of data base model objects has been improved.
Calling str() on them will return a certain subset of fields and calling
repr() on them will return all fields. This is helpful for debugging, but
it may also change some of the log messages that Octavia emits.
| |
Test switching to Circle CI | machine:
xcode:
version: 8.3
compile:
override:
- ./scripts/bluepill.sh build
test:
override:
- ./scripts/bluepill.sh instance_tests1
| |
Add app CloudMare [help wanted 🤚] | Categories:
- Development
- Internet
- Security
License: MIT
SourceCode: https://github.com/jtsalva/cloudmare
IssueTracker: https://github.com/jtsalva/cloudmare/issues
AutoName: CloudMare
Summary: Small & Simple Cloudflare tool
Description: |-
The only Android app supporting API Tokens, the safer alternative... | |
Update from Hackage at 2019-01-07T09:41:51Z | homepage: ''
changelog-type: markdown
hash: 05d070908879b36e612657ce2c3731533d23ba8cc3bbc88802b1464ffccc5012
test-bench-deps:
base: -any
matchable: -any
containers: -any
matchable-th: -any
maintainer: viercc@gmail.com
synopsis: Generates Matchable instances using TemplateHaskell
changelog: |
# 0.1.0.0
- In... | |
Update from Hackage at 2015-08-12T15:41:21+0000 | homepage: http://github.com/kadoban/tempus-fugit
changelog-type: ''
hash: 809b1dbcd6abee3bef2a97cc8eb761cac8bd570f6408d95b0699bc722a713c6a
test-bench-deps:
base: -any
tempus-fugit: -any
maintainer: joshua.simmons@emptypath.com
synopsis: Programmers' time tracker
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
t... | |
Migrate "Doppler - dropped envelopes" monitor to Prometheus | # Source: paas-metrics
---
- type: replace
path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/custom_rules?/-
value:
name: DopplerDroppedEnvelopes
rules:
- &alert
alert: DopplerDroppedEnvelopes_Warning
expr: sum(increase(firehose_counter_event_loggrega... | |
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
pool:
vmImage: 'VS2017-Win2016'
variables:
solution: '**/*.sln'
buildPlatform: 'A... | |
Remove openjdk7 from Travis as it keeps on failing | language: java
jdk:
- oraclejdk7
- openjdk7
- oraclejdk8
before_install:
- "chmod +x gradlew"
- export JAVA_OPTS="-Xmx2048m -XX:MaxPermSize=386m"
| language: java
jdk:
- oraclejdk7
- oraclejdk8
before_install:
- "chmod +x gradlew"
- export JAVA_OPTS="-Xmx2048m -XX:MaxPermSize=386m"
|
Add draft for kylo docker compose | version: '3.2'
services:
nifi:
image: "hdp:latest"
# ports:
# - "8080:8080"
# volumes:
# - ../data/nifi/drivers:/usr/nifi/drivers
# - ../data/nifi/conf:/usr/nifi/conf
# - ../data/nifi/work:/usr/nifi/work
# - ../data/nifi/run:/usr/nifi/run
# - ../data/nifi/state:/usr/nifi/state
... | |
Add Travis CI configuration file. | language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.9.2
- 1.8.7
- ruby-head
- jruby-18mode
- jruby-19mode
- jruby-head
- ree
| |
Revert "Circo Icon Pack: Typo" | Categories:
- Theming
License: Apache-2.0
AuthorName: Malcolm Scruggs
AuthorEmail: mookie.dev@gmail.com
SourceCode: https://github.com/MalcolmScruggs/CircoIconPack
IssueTracker: https://github.com/MalcolmScruggs/CircoIconPack/issues
Changelog: https://github.com/MalcolmScruggs/CircoIconPack/releases
Summary: Simple ... | |
Use same line endings as original files | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf true
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "4.2"
# Install scripts. (runs after repo cloning)
install:
# Get the latest ... | # http://www.appveyor.com/docs/appveyor-yml
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "4.2"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node 0.STABLE.latest
- ps: Install-Product node $env:nodejs_version
# Install PhantomJ... |
Update from Hackage at 2017-01-31T11:28:51Z | homepage: ''
changelog-type: ''
hash: 6481b76c85ce8d8705443c91a01ead3976d250c4bd0b640b44d1ed68d31dc4a7
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Bootstrap CSS Framework type-safe interface
changelog: ''
basic-deps:
base: ! '>=4.7 && <5.0'
text: -any
all-versions:
- '0.3'
author: Andrew Mar... | |
Update from Hackage at 2022-01-26T14:09:04Z | homepage: https://github.com/jappeace/persistent-lens#readme
changelog-type: markdown
hash: 578a16f1adec730897252fbb4fa7ee073aad6645221ea139498f76fb23cc5609
test-bench-deps: {}
maintainer: jappieklooster@hotmail.com
synopsis: lens helpers for persistent.
changelog: "# Change log for persistent-lens project\n\n## Versio... | |
Add GH action for publishing gem. | name: Publish
on:
push:
tags:
- 'v*'
jobs:
build:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
- name: Publish to GPR
run: |
mkdir -p $HOM... | |
Update from Hackage at 2017-04-11T13:02:45Z | homepage: https://github.com/mtesseract/async-refresh
changelog-type: ''
hash: ed7156c0618d26f27e1552ccd45d6cd6d9ba076c8816c70082b7ed755a317fbe
test-bench-deps:
test-framework-hunit: -any
test-framework: -any
stm: -any
base: -any
text: -any
criterion: -any
HUnit: -any
monad-logger: -any
async-refresh:... | |
Add a code climate config | engines:
duplication:
enabled: true
config:
languages:
- javascript:
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "src/**.js"
- "test/**.js"
- "examples/**.js"
| |
Update from Hackage at 2020-04-01T16:32:46Z | homepage: https://github.com/daig/microbase
changelog-type: ''
hash: 4a79d59f38ffc061811336071bab107487e39c400575be49adbf04e517985e5b
test-bench-deps: {}
maintainer: daig@sodality.cc
synopsis: A minimal base to work around GHC bugs.
changelog: ''
basic-deps:
base: ==4.14.0.0
all-versions:
- 4.14.0.0
author: Dai
lates... | |
Test and lint in GitHub Actions on push | name: 'Build'
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: ['2.6', '2.7', '3.0', '3.1']
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Ruby ${{ matri... | |
Add releasenote for policy refresh base and device profile policies | ---
features:
- |
In the Victoria release, cyborg introduced the new scoped RBAC policy
authorization for API access, and partially implemented the blueprints.
What implemented are new default rules in base policy and device_profile
policy.
During the development period(victoria and wallaby relea... | |
Update from Hackage at 2020-12-15T05:45:32Z | homepage: https://github.com/tonyday567/hcount#readme
changelog-type: ''
hash: d6372924af7d727b4040786b107202b451a4354f6fec80a7556e79a6c3d4558c
test-bench-deps: {}
maintainer: tonyday567@gmail.com
synopsis: Haskell name counts.
changelog: ''
basic-deps:
ghc: '>=8.10 && <8.11'
numhask: '>=0.7 && <0.8'
base: '>=4.7... | |
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
... | |
Use Scrutinizer config to add more tools and only check the source | imports:
- php
filter:
paths: [src/*]
tools:
php_cs_fixer:
config: { level: psr1 }
php_hhvm: true
php_mess_detector: true
sensiolabs_security_checker: true
| |
Add GitHub Actions CI workflow | name: CI
on:
push:
branches:
- master
- beta
- release
- next
- 'v*'
- 'release-*'
- 'lts-*'
pull_request:
schedule:
- cron: '0 3 * * *' # daily, at 3am
jobs:
basic-tests:
name: Basic Tests
runs-on: ubuntu-latest
steps:
- uses: actions/chec... | |
Update from Hackage at 2019-09-13T01:13:25Z | homepage: ''
changelog-type: ''
hash: 24d6bce121e5f92d56e4a781c0d7db32993f88cce0b697f8046d804763525fad
test-bench-deps:
base: -any
lazy-priority-queue: -any
doctest: ! '>=0.8'
lens: -any
maintainer: mblazevic@stilo.com
synopsis: Lazy-Spined Monadic Priority Queues
changelog: ''
basic-deps:
base: <5
lazy-pri... | |
Create an action workflow for CodeQL tests | name: CodeQL tests
on: [pull_request]
jobs:
test-linux:
name: Test Linux (Ubuntu)
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13.3
uses: actions/setup-go@v1
with:
go-version: 1.13.3
id: go
- name: Set up CodeQL CLI
uses: Anthophila/codeql-action/setup-codeq... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.