Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update from Hackage at 2019-09-17T16:10:21Z | homepage: ''
changelog-type: ''
hash: fb4b9af506e945b32beb43ba3e522ed955664d7b9f600c8cbdf9c72ab873ea74
test-bench-deps: {}
maintainer: jiasenwu@hotmail.com
synopsis: FFI to MXNet
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
c2hs-extra: ==0.1.0.1
text: ! '>=1.2.0 && <1.3'
filepath: ! '>=1.4 && <1.5'
constra... | |
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:
- main
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayN... | |
Update from Hackage at 2016-10-08T03:52:45+00:00 | homepage: https://github.com/tmcdonell/nvvm
changelog-type: markdown
hash: 725a9f9bb54cbae87c49a307aff16fbffb35519be9e7b302ffa87ac9a4ade29b
test-bench-deps: {}
maintainer: Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
synopsis: FFI bindings to NVVM
changelog: ! '# Revision history for nvvm
## 0.7.5.0 -- YYYY-mm-d... | |
Update from Hackage at 2021-07-25T05:51:00Z | homepage: ''
changelog-type: markdown
hash: b8ef3ac5115e1fb5c8c8e2046862194394b1d80b8e45d82eeab0a7ac5b8ff0c5
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: Logging functions for polysemy-methodology.
changelog: |
# Changelog for polysemy-methodology-co-log
## v0.1.0.0
Add `logMethodologyStar... | |
Add workflow for triggering WEC-Sim_Applications CI | name: Trigger repository dispatch event
on:
push:
branches:
- master
- dev
jobs:
dispatch:
name: Repository Dispatch
runs-on: ubuntu-latest
if: github.repository_owner == 'WEC-Sim'
steps:
- uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_ACCES... | |
Set up CI with Azure Pipelines | # .NET Desktop
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
trigger:
- master
pool:
vmImage: 'windows-latest'
variables:
solution: '**/*.sln'
... | |
Add 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 recipe for brs-utils 1.14.2 | {% set name = "brs-utils" %}
{% set version = "1.14.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/brsynth/{{ name }}/archive/{{ version }}.tar.gz
sha256: b7c619d39d361b917bb45243227fe303afd19ae86d5d5975497dc1825529dcde
build:
number: 0
noarch: python
scrip... | |
Add initial vegafusion package recipe | {% set name = "vegafusion" %}
{% set version = "0.0.4rc1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/vegafusion-{{ version }}.tar.gz
sha256: 3761bfe303d55dcf1f8c3e20edca45cd6d8ac2a29804ed70bdb7c1cb1f0a7504
build:
noarch: p... | |
Update from Hackage at 2020-06-30T00:44:47Z | homepage: https://github.com/Fuuzetsu/parse-gcstats
changelog-type: markdown
hash: 709a95edbfe4b8abbfb2d72d5b040756a20b7118bd2dae07aea495d26f870931
test-bench-deps:
base: '>=4.6.0.0 && <4.16.0.0'
tasty-golden: -any
parse-gcstats: -any
text: -any
filepath: -any
conduit: -any
conduit-extra: -any
attoparse... | |
Remove old scripts moved to own task file | ---
- name: Pacman cache | Remove old cron script 1
cron:
state: absent
name: "Clean pacman cache"
special_time: weekly
job: "paccache -rv"
user: root
cron_file: paccache
- name: Pacman cache | Remove old cron script 2
cron:
state: absent
name: "Clean pacman cache"
special_time:... | |
Update from Hackage at 2020-07-14T14:46:19Z | homepage: https://github.com/urbit/azimuth-hs
changelog-type: text
hash: a2d5aadf52598c72efd86d0a4819f0e05831e737b67ca8a53c26a775e4120db4
test-bench-deps:
shelly: -any
base: '>=4.12 && <5'
hspec: -any
text: -any
urbit-hob: -any
azimuth-hs: -any
maintainer: jared@jtobin.io
synopsis: Interact with Azimuth fro... | |
Set up CI with Azure Pipelines | jobs:
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
steps:
- task: DotNetCoreInstaller@0
inputs:
version: '2.1.401'
- script: |
export COREHOST_TRACE=0
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
export DOTNET_CLI_TELEMETRY_OPTOUT=1
which dotnet
dotnet --info
dotnet... | |
Update from Hackage at 2021-05-09T00:07:05Z | homepage: https://github.com/ocramz/rp-tree
changelog-type: ''
hash: 58271e21db4158058f47694db06a570b8d3c8e3338b8a28f3de6010bdfebfd63
test-bench-deps:
base: -any
hspec: -any
rp-tree: -any
splitmix-distributions: -any
QuickCheck: -any
maintainer: ocramz
synopsis: Random projection trees
changelog: ''
basic-dep... | |
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 GitHub Action for mdbook | name: github pages
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
... | |
Build using GitHub workfow (CI) | # This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [ master ]
pull_request:
branches: [ ... | |
Introduce continuous integration testing using GitHub Actions | name: CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 11 ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name... | |
Add github actions workflow file | name: Resolwe CI
on:
push:
branches:
- master
tags:
- "[0-9]+.[0-9]+.[0-9]+"
pull_request:
schedule:
- cron: "30 2 * * *"
jobs:
test:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
tox-env: [py36, py37, py38, linters, packaging, migrations]
... | |
Add role for pulp consumer. | ---
- name: Disable sshd strict modes
lineinfile:
backrefs: yes
dest: /etc/ssh/sshd_config
regexp: "^#StrictModes yes"
line: "StrictModes no"
notify: restart sshd
- name: Install Pulp dnf repository
get_url:
url: https://repos.fedorapeople.org/repos/pulp/pulp/fedora-pulp.repo
... | |
Update from Hackage at 2018-05-05T18:04:27Z | homepage: https://github.com/andrewthad/prim-array#readme
changelog-type: ''
hash: 7ea95e3a9835f7f739ed0901af5f273a1a4eed175eaf7704e36576547cf2ef0d
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Primitive byte array with type variable
changelog: ''
basic-deps:
base: ! '>=4.5 && <5'
semigroups: ... | |
Add initial Travis CI configuration | language: objective-c
script: 'curl -s -H "Authorization: token $ATOM_ACCESS_TOKEN" -H "Accept: application/vnd.github.v3.raw"
https://api.github.com/repos/atom/apm/contents/script/build-package | sh'
env:
global:
secure: ccvduzw/17rOieEm+1j17sT8LIDmTKuRsxmntvV3RG3Vnuq9X6jYcY+TuQRTRZDuVEwZbhKK7GlD8sik+rbXjKAn56... | |
Update from Hackage at 2017-05-15T19:08:56Z | homepage: ''
changelog-type: ''
hash: ab666ba62aed0f8d33d964a6ed9e2b378a50b54cd46449902b09733a761ca063
test-bench-deps: {}
maintainer: micheleguerinirocco@me.com
synopsis: Tool to keep namecoin names updated and well
changelog: ''
basic-deps:
base: ==4.9.*
text: -any
namecoin-update: -any
wreq: -any
lens: -an... | |
Update from Hackage at 2018-09-26T19:54:50Z | homepage: https://github.com/iokasimov/monopati
changelog-type: ''
hash: eb6bc8a805373ffef4878cc26349daf436a992c9eeca47567013801a7073c842
test-bench-deps: {}
maintainer: Murat Kasimov <iokasimov.m@gmail.com>
synopsis: Well-typed paths
changelog: ''
basic-deps:
free: -any
split: -any
base: ==4.*
comonad: -any
... | |
Update from Hackage at 2017-04-24T19:56:27Z | homepage: https://github.com/RobertFischer/cabalish#readme
changelog-type: ''
hash: 324a3a40d24a48137534953d0ae016db076a32ef9351ac0958f3cc4964cb8e39
test-bench-deps: {}
maintainer: smokejumperit+stack@gmail.com
synopsis: Provides access to the cabal file data for shell scripts
changelog: ''
basic-deps:
Cabal: ! '>=1.... | |
Add pretend recipe to conda-forge. | {% set name = "pretend" %}
{% set version = "1.0.8" %}
{% set sha256 = "930f2c1e18503e8f8c403abe2e02166c4a881941745147e712cdd4f49f3fb964" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name ... | |
Add github actions to run tests. | # .github/workflows/app.yaml
name: PyTest
on: push
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository code
uses: actions/checkout@v2
# Setup Python (faster than using Python container)
- name: Setup Python
uses: actions/setup-pyt... | # .github/workflows/app.yaml
name: PyTest
on: push
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository code
uses: actions/checkout@v2
# Setup Python (faster than using Python container)
- name: Setup Python
uses: actions/setup-pyt... |
Fix broken cat of test-suite.log on Travis failure | # Use trusty environment for a up-to-date version of autotools
sudo: required
dist: trusty
language: c
os:
- linux
- osx
compiler:
- clang
- gcc
env:
- CFLAGS=-fsanitize=address
# GCC is linked to Clang on macOS
matrix:
exclude:
- os: osx
compiler: gcc
script:
- ./autogen.sh
- ./configure || (... | # Use trusty environment for a up-to-date version of autotools
sudo: required
dist: trusty
language: c
os:
- linux
- osx
compiler:
- clang
- gcc
env:
- CFLAGS=-fsanitize=address
# GCC is linked to Clang on macOS
matrix:
exclude:
- os: osx
compiler: gcc
script:
- ./autogen.sh
- ./configure || (... |
Add support for Travis CI | language: node_js
node_js:
- '4'
- '6'
- '7'
sudo: false
script: npm run ci
notifications:
email: false
slack:
secure: jI3gt+t9s6NRCuMnEfQKqNziWpTVxKMAv2sXIukDzNgBzTl70oZcn4gGOoD+JWfPBDZV/3UFrKh3kEBKfIcfMbFaudfxPZLxeXwTtzvOxq1AfdH8mAZwqwSCtDu+1g6KfHtbyEHfJvJZGWKuGDgJUKq5rrkeU8v5rCALFZQbDKo=
branches:
only:
... | |
Put back the sh running | language: haskell
script: wget https://raw.github.com/ndmitchell/hoogle/master/travis.sh -O - --no-check-certificate --quiet
| language: haskell
script: wget https://raw.github.com/ndmitchell/hoogle/master/travis.sh -O - --no-check-certificate --quiet | sh
|
Update from Hackage at 2016-11-03T16:43:49Z | homepage: https://github.com/snoyberg/tar-conduit#readme
changelog-type: markdown
hash: b05f53ba570f7a22a919cec5065bf2bbcfe3698d67e713a2c06f38bac9847e4e
test-bench-deps: {}
maintainer: michael@snoyman.com, bartavelle@gmail.com
synopsis: Parse tar files using conduit for streaming
changelog: ! "## 0.1.0 - 2016-11-03\n\n... | |
Add support for GitHub actions. | name: lpc_checksum
on:
- push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
steps:
- name: Cloning source
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
w... | |
Revert Travis CI config (build too long) | language:
- objective-c
install:
- brew install cmake
- brew install python3
# install cmake
- CMAKE_VERSION="3.0.0-ios-universal"
- wget "https://github.com/ruslo/CMake/archive/v${CMAKE_VERSION}.tar.gz"
- openssl sha1 "v${CMAKE_VERSION}.tar.gz"
- tar xf "v${CMAKE_VERSION}.tar.gz"
-... | language:
- objective-c
before_install:
- brew update
install:
- brew install cmake
- brew install python3
- wget https://github.com/ruslo/CMake/archive/ios.universal.tar.gz
- openssl sha1 ios.universal.tar.gz
- tar xf ios.universal.tar.gz
- cmake -HCMake-ios.universal -B_builds/cmake ... |
Use Travis-CI to automatically check coding standards and run tests. | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
include:
- php: 5.4
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefe... | |
Add Travis CI config file | language: python
python:
- "2.7"
install:
- "pip install image lxml oath PyCrypto qrcode requests"
script:
- "python vipaccess.py"
| |
Add config files to support Travis CI | language: python
python:
- '2.7'
install:
- pip install -e.[analyzer]
script:
- echo SUCCESS
deploy:
provider: pypi
user: perfwhiz-admin
password:
secure: B6+kSJ+fmkLm6RF6FTeiTGLlHw2mdxE36P6FAK4qK7gyzC+fXNqP9ko6ZxbUjWNYDpttBf8FeBcfjoYM3Y99yL2muYBAmUR4S5WaiTb/zRePxun8pzt/EdyWGVSvmIpcf0GgDH/tj/LfcfVNetg9L+tIYCr... | |
Add Travis build to project | language: python
python:
- '2.7'
- '3.3'
- pypy
install:
- pip install -r requirements.txt
script:
- python example.py
notifications:
slack:
secure: jbrRb54Epda/ra3j7B10zoOxl5sVxWQbyJtPVVuJ+mISDQJyt4FpJSl13ErtKrza5F++UAMs51qRwgicxTF7yN9mX/8RCDeCI+F4FmOWDTL7lPVCMlNyTAwE/UXL8XsAdoMN47gIkrYyUjnziwD//A+ZQ7pbTbMAzPBRy... | |
Add a configuration file for Travis-CI | language: php
php:
- 5.6
- 7.0
env:
global:
- WP_VERSION=master
- WP_VERSION=4.6
before_script:
- composer install --prefer-source
- mkdir -p build/logs
script:
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
- ./vendor/bin/test-reporter
cache:
directories:
... | |
Integrate with github funding/donation system ;) | github: [dpa99c]
custom: ['https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZRD3W47HQ3EMJ']
| |
Update CI to Xcode 8.3 | language: objective-c
os: osx
osx_image: xcode8.2
env:
matrix:
- TEST_TYPE=iOS
- TEST_TYPE=macOS
- TEST_TYPE=tvOS
-before_install:
- |
gem install xcpretty -N --no-ri --no-rdoc
script:
- |
./setup.sh
if [ "$TEST_TYPE" = iOS ]; then
set -o pipefail
xcodebuild clean test -workspace... | language: objective-c
os: osx
osx_image: xcode8.3
env:
matrix:
- TEST_TYPE=iOS
- TEST_TYPE=macOS
- TEST_TYPE=tvOS
-before_install:
- |
gem install xcpretty -N --no-ri --no-rdoc
script:
- |
./setup.sh
if [ "$TEST_TYPE" = iOS ]; then
set -o pipefail
xcodebuild clean test -workspace... |
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:
- main
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '14.x'
checkL... | |
Update from Hackage at 2016-11-16T00:27:44Z | homepage: https://github.com/gatlin/oauth10a#readme
changelog-type: ''
hash: f5970b84499679c1f6bd7aeb8b18104d80dc0fae19fd5cd3215bb2323880ca09
test-bench-deps:
bytestring: -any
oauth10a: -any
base: -any
maintainer: gatlin@niltag.net
synopsis: Simple utilities to create OAuth 1.0a headers
changelog: ''
basic-deps:
... | |
Add a release note on deprecation for removal of neutron CLI | ---
deprecations:
- |
``neutron`` CLI will be removed in 'Z' release.
While it has been marked as deprecated for removal for long,
all features in ``neutron`` CLI have been supported in ``openstack`` CLI
(OpenStackClient) as of Xena release and the neutron team plans to
remove it in 'Z' release. C... | |
Update from Hackage at 2018-04-16T12:35:19Z | homepage: ''
changelog-type: markdown
hash: 6d80f63e6bb89973cd8ff422e24e8c877e7208b3fd7687d7bb097299f86fda45
test-bench-deps: {}
maintainer: kiss.csongor.kiss@gmail.com
synopsis: A friendly shorthand for an old friend
changelog: ! '# Revision history for safe-coerce
## 0.1.0.0 -- YYYY-mm-dd
* First version. Rel... | |
Update from Hackage at 2018-06-07T08:32:27Z | homepage: https://gitlab.com/gonz/work-time#work-time
changelog-type: ''
hash: f574f25c0d171bb892f1d6510178f535e23643a9ac771b7d5619ca34da08349e
test-bench-deps: {}
maintainer: gonz@severnatazvezda.com
synopsis: A library for parsing a chat-based work hour reporting scheme.
changelog: ''
basic-deps:
base: ! '>=4.7 && ... | |
Update from Hackage at 2022-01-28T22:17:13Z | homepage: ''
changelog-type: markdown
hash: 084e0253fe851eeb985d869fb3c7572e5343c100ed08fe54629466401db63163
test-bench-deps: {}
maintainer: mainainer@obsidian.systems
synopsis: Commutative semigroups
changelog: |
# Revision history for commutative-semigroups
## Unreleased
Initial version, created from `groups`... | |
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... | |
Define initial workflow for project. | name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Build with dotnet... | |
Update from Hackage at 2017-07-31T02:36:49Z | homepage: https://github.com/matt-noonan/justified-containers
changelog-type: ''
hash: 3c46be248f1a629b71fc7f0b3004534d0f2a16591ead4d938dd0a40e93d0be97
test-bench-deps: {}
maintainer: matt.noonan@gmail.com
synopsis: Keyed container types with verified keys.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
containers... | |
Update from Hackage at 2020-05-17T22:30:00Z | homepage: ''
changelog-type: ''
hash: f8362b4a68562b9afbcd727ff64c1a303970df3a032e0033d2f4c094c3501df3
test-bench-deps:
bytestring: '>=0.10.4 && <0.11'
base: '>=4.5 && <4.15'
xor: -any
criterion: ^>=1.5.6
ghc-byteorder: '>=4.11.0.0 && <4.12'
tasty-quickcheck: ^>=0.10
tasty-hunit: ^>=0.10
tasty: ^>=1.2.3... | |
Send Travis CI build results to IRC channel | language: c
install:
- sudo apt-get update > /dev/null
- sudo apt-get install mono-devel > /dev/null
script:
- ./autogen.sh MCS=/usr/bin/dmcs
- xbuild SmartIrc4net.sln
- make clean; make distcheck MCS=/usr/bin/dmcs
| language: c
install:
- sudo apt-get update > /dev/null
- sudo apt-get install mono-devel > /dev/null
script:
- ./autogen.sh MCS=/usr/bin/dmcs
- xbuild SmartIrc4net.sln
- make clean; make distcheck MCS=/usr/bin/dmcs
notifications:
irc:
channels: "irc.oftc.net#smuxi-devel"
skip_... |
Add starter TravisCI configuration. Will pick up Travis profile from new parent module when released. | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not ... | |
Add redis and kemal dependencies | name: redis2ws
version: 0.1.0
dependencies:
kemal:
github: kemalcr/kemal
redis:
github: stefanwille/crystal-redis
version: ~> 1.9.0
authors:
- Wander Hillen <wjw.hillen@gmail.com>
targets:
redis2ws:
main: src/redis2ws.cr
crystal: 0.23.1
license: MIT
| |
Add shopware/shopware Unauthenticated Remote Code Execution Vulnerability | title: Unauthenticated Remote Code Execution Vulnerability
link: http://community.shopware.com/_detail_1918.html
cve: ~
branches:
4.3:
time: 2016-04-08 08:56:56
versions: ['<4.3.7']
5.0:
time: 2016-04-08 08:56:56
versions: ['>=5.0.0', '<5.1.0']
5.1:
... | |
Update from Hackage at 2021-08-07T20:59:41Z | homepage: https://github.com/GambolingPangolin/lnurl
changelog-type: markdown
hash: e073c5f9e4b73b238f181a562a46b12e29088bca833277886e5d0a54a3ff36db
test-bench-deps: {}
maintainer: ics@gambolingpangolin.com
synopsis: A command line tool to manage LNURL auth identities
changelog: |
# Revision history for lnurl-authent... | |
Update from Hackage at 2019-08-10T10:57:59Z | homepage: ''
changelog-type: ''
hash: b715c5e2eb65cfc22a4149d0b5d3584fa82607c02d9e59690d48f162c18bf532
test-bench-deps:
bytestring: -any
Cabal: -any
base: -any
tasty-golden: -any
cabal-fmt-internal: -any
filepath: -any
process: -any
tasty: -any
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: Fo... | |
Update from Hackage at 2017-03-12T06:14:39Z | homepage: https://github.com/louispan/javascript-stub#readme
changelog-type: ''
hash: b879946848e215c0ad4f4b17d75a7fd20961a7d08956279da91bed7bbcd1b17c
test-bench-deps: {}
maintainer: louis@pan.me
synopsis: Allow GHCJS projects to compile under GHC and develop using intero.
changelog: ''
basic-deps:
base: ! '>=4.7 && ... | |
Update from Hackage at 2018-03-18T13:20:19Z | homepage: ''
changelog-type: markdown
hash: a6c8e100bb25025baf130097a55eea12f98cc7a44c6ed1c6d3d64d16a23ac2cd
test-bench-deps:
streaming: -any
exceptions: -any
base: -any
hspec: ! '>=2.1 && <2.6'
streaming-with: -any
binary: -any
transformers: -any
streaming-sort: -any
QuickCheck: ! '>=2.5 && <2.12'
... | |
Fix config and namespace for registry volume detection | ---
- set_fact:
registry_volume_claim: "{{ openshift.hosted.registry.storage.volume.name }}-claim"
- name: Determine if volume is already attached to dc/docker-registry
command: "{{ openshift.common.client_binary }} get -o template dc/docker-registry --template=\\{\\{.spec.template.spec.volumes\\}\\} --output-ve... | ---
- set_fact:
registry_volume_claim: "{{ openshift.hosted.registry.storage.volume.name }}-claim"
- name: Determine if volume is already attached to dc/docker-registry
command: >
{{ openshift.common.client_binary }}
--config={{ openshift_hosted_kubeconfig }}
--namespace={{ openshift.hosted.reg... |
Update from Hackage at 2018-11-01T22:57:36Z | homepage: https://github.com/hasktorch/hasktorch#readme
changelog-type: ''
hash: dec926c6fdbf1a4e1af05a93c1f37c44bfb7f10508c3cce8c79707a35e1f22d0
test-bench-deps:
hasktorch-ffi-tests: (==0.0.1 || >0.0.1) && <0.0.2
hasktorch-types-thc: (==0.0.1 || >0.0.1) && <0.0.2
base: (==4.7 || >4.7) && <5
hspec: ==2.4.4 || >... | |
Add workflow to mark stale issues | name: "Close stale pull requests/issues"
on:
schedule:
- cron: "16 00 * * *"
jobs:
stale:
name: Find Stale issues and PRs
runs-on: ubuntu-latest
if: github.repository == 'mcu-tools/mcuboot'
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sta... | |
Add bob.learn.linear recipe [skip appveyor] | {% set version = "2.0.7" %}
package:
name: bob.learn.linear
version: {{ version }}
source:
fn: bob.learn.linear-{{ version }}.zip
md5: 55de30da99375b9a147ab4927331052f
url: https://pypi.python.org/packages/source/b/bob.learn.linear/bob.learn.linear-{{ version }}.zip
build:
number: 0
skip: true # [not ... | |
Add Github Actions CI config | name: Build + Deploy
on:
push:
branches: [master]
tags: ["v*.*.*"]
pull_request:
branches: [master]
jobs:
build:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
os: [ub... | |
Add 'PowerUser' binding for cdp service account | kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: cdp-deployer
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: edit
subjects:
- kind: ServiceAccount
name: cdp
namespace: default
| |
Add notify_mpact to dev gerrit | # This file is used by the notify_impact jeepyb plugin to control the bugs it
# create.
#
# Please keep these structures in alphabetical order.
# For automatically created DocImpact bugs, there are two structures here. The
# author_map maps email addresses of authors to "groups". These groups can be
# anything you wan... | |
Use organisation token so we can trigger release workflow if necessary | # https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Automatic Releases"
on:
milestone:
types:
- "closed"
jobs:
release:
name: "GIT tag, release & create merge-up PR"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checko... | # https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Automatic Releases"
on:
milestone:
types:
- "closed"
jobs:
release:
name: "GIT tag, release & create merge-up PR"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checko... |
Remove minitest/pride to fix travis build | AllCops:
Includes:
- 'Gemfile'
- 'Rakefile'
- 'omniauth-gplus.gemspec'
# Avoid long parameter lists
ParameterLists:
Max: 5
CountKeywordArgs: true
MethodLength:
CountComments: false
Max: 18
# Avoid more than `Max` levels of nesting.
BlockNesting:
Max: 2
# Align with the style guide.
Collectio... | |
Update from Hackage at 2018-04-07T16:19:31Z | homepage: https://github.com/elaforge/simple-src-utils
changelog-type: ''
hash: 30e0110e0dbd145ac4b5be4121d2e004778f4e92627e40f1548f0c09a672af6b
test-bench-deps:
extra: -any
base: ! '>=3 && <5'
text: -any
tasty-hunit: -any
tasty: -any
maintainer: Evan Laforge <qdunkan@gmail.com>
synopsis: source code editing ... | |
Set up CI with Azure Pipelines | trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: npm install
displayName: 'Install dependencies'
- script: npm run lint
displayName: 'Run lint'
| |
Add the Travis CI configuration | # Use Python
language: python
# Run the test runner using the same version of Python we use.
python: 3.4
# Install the test runner.
install: pip install tox
# Run each environment separately so we get errors back from all of them.
env:
- TOX_ENV=py34
- TOX_ENV=pep8
- TOX_ENV=docs
script:
- tox -e $TOX_ENV
| |
Update from Hackage at 2018-12-30T07:16:33Z | homepage: ''
changelog-type: markdown
hash: a4e727444d3b0bc6612cc113a3ac73566af72c30ac914291f1fef89e81477468
test-bench-deps: {}
maintainer: vanessa.mchale@iohk.io
synopsis: Haskell bindings for libarchive
changelog: ! '# libarchive
'
basic-deps:
bytestring: -any
base: ! '>=4.3 && <5'
filepath: -any
all-version... | |
Update from Hackage at 2016-11-28T23:30:12Z | homepage: https://github.com/LTI2000/hinterface
changelog-type: ''
hash: 7709a73cf04fa20fa36909c86833673b5e6fffcf14b3a33658ba1be12b303c84
test-bench-deps:
bytestring: -any
base: ! '>=4.9 && <5'
hinterface: -any
hspec: -any
async: ! '>=2.1 && <2.2'
binary: -any
monad-logger: ! '>=0.3 && <0.4'
transformer... | |
Support latest version of pkg/html | name: angular2
version: 2.0.0-beta.19
author: Angular Dart Team <angular2@dartlang.org>
description: Framework for modern web applications
homepage: 'https://github.com/dart-lang/angular2'
environment:
sdk: '>=1.10.0 <2.0.0'
dependencies:
analyzer: '>=0.24.4 <0.28.0'
barback: ^0.15.2+2
build: ^0.3.0
dart_styl... | name: angular2
version: 2.0.0-beta.19
author: Angular Dart Team <angular2@dartlang.org>
description: Framework for modern web applications
homepage: 'https://github.com/dart-lang/angular2'
environment:
sdk: '>=1.10.0 <2.0.0'
dependencies:
analyzer: '>=0.24.4 <0.28.0'
barback: ^0.15.2+2
build: ^0.3.0
dart_styl... |
Update from Hackage at 2020-06-21T17:18:02Z | homepage: https://gitlab.com/k0001/hs-bitcoin-keys
changelog-type: markdown
hash: 13916e790f2053599ed7a2a45e6e09fce9b5170093d68f3fc9e5694bd2437d84
test-bench-deps:
bytestring: -any
base: ==4.*
tasty-hedgehog: -any
hedgehog: -any
bitcoin-keys: -any
tasty-hunit: -any
base16-bytestring: -any
tasty: -any
ma... | |
Update from Hackage at 2021-05-29T16:34:48Z | homepage: ''
changelog-type: ''
hash: 07b8a44f0a536b10e065407e556d5f94972374ac3f2afc8b76315a3986369331
test-bench-deps: {}
maintainer: michel.boucey@gmail.com
synopsis: NanoID generator
changelog: ''
basic-deps:
bytestring: '>=0.10 && <0.12'
mwc-random: '>=0.13 && <0.16'
extra: '>=1.6 && <1.8'
base: '>=4.7 && <... | |
Set up CI with Azure Pipelines | # C/C++ with GCC
# Build your C/C++ project with GCC using make.
# Add steps that publish test results, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: |
make
displayName: 'make'
| |
Update from Hackage at 2017-10-13T02:55:02Z | homepage: https://github.com/chris-martin/path-text-utf8#readme
changelog-type: ''
hash: 08dd49c325d9df5d238284077f915047361db6d7262440d2eccbbaab98e538ae
test-bench-deps: {}
maintainer: Chris Martin <ch.martin@gmail.com>
synopsis: Read and write UTF-8 text files
changelog: ''
basic-deps:
bytestring: ! '>=0.10 && <0.1... | |
Add nodeset for centos5 on docker | HOSTS:
centos-5-x64:
default_apply_opts:
strict_variables:
platform: el-5-x86_64
hypervisor : docker
image: centos:5
# This stops the image from being deleted on completion, speeding up the process.
docker_preserve_image: true
CONFIG:
type: foss
log_level: debug
| |
Add github action to build greentea tests with cmake | name: test building greentea tests with cmake
on: [pull_request]
jobs:
build-greentea-cmake:
runs-on: ubuntu-latest
container: ghcr.io/armmbed/mbed-os-env:master-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install the latest mbed-tools
run: |
... | |
Add Compose file with logging. | proxy:
image: amouat/proxy:1.0
links:
- identidock
ports:
- "80:80"
environment:
- NGINX_HOST=45.55.251.164
- NGINX_PROXY=http://identidock:9090
identidock:
image: amouat/identidock:1.0
links:
- dnmonster
- redis
environment:
ENV: PROD
dnmonster:
image: amouat/dnmonster
redis:
... | |
Update from Hackage at 2021-04-21T17:35:18Z | homepage: https://github.com/infinity0/hs-safe-numeric
changelog-type: markdown
hash: 0fda084913753b90d47f95d29c2fbf9db995d6a200b1b5eeddf91659df0f20b9
test-bench-deps:
base: '>=4.5.0.0'
doctest: -any
containers: -any
maintainer: infinity0@pwned.gg
synopsis: Safe arithmetic operations.
changelog: |
# Revision hi... | |
Add workflow that triggers copr builds for master branch | name: copr-build
on:
push:
branches:
- master
jobs:
copr_build:
name: Create copr build
runs-on: ubuntu-20.04
if: github.repository_owner == "oamg"
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v2
with:
ref: "refs/heads/master"
... | |
Add Github Action for creating a pull request to production. | on:
pull_request:
branches:
- staging
types:
- closed
jobs:
create_pull_request_to_production:
runs-on: ubuntu-latest
if: github.event.pull_request.merged
steps:
- uses: actions/github-script@0.8.0
with:
script: |
console.log(context)
... | |
Set up GitHub Action to run 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... | |
Update from Hackage at 2020-07-25T23:02:57Z | homepage: https://github.com/kakkun61/either-result
changelog-type: markdown
hash: bf81c20f0ea9ec316c0d07bc4e1d95cfa0078f6017ae9ae0260b793166109b4f
test-bench-deps:
base: '>=4 && <5'
doctest: -any
either-result: -any
maintainer: kazuki.okamoto@kakkun61.com
synopsis: ‘Result a’ is a wrapper of ‘Either String a’.
c... | |
Add ussuri prelude to release notes | prelude: |
Welcome to the Ussuri release of the OpenStack Block Storage service
(cinder). The cinder team would like to bring the following points
to your attention. Details may be found below.
* With this release, the Block Storage API version 3 has reached
microversion **3.60**.
* Python... | |
Add example playbook of file module's selinux capabilities | ---
# This is a demo of how to manage the selinux context using the file module
- hosts: test
user: root
tasks:
- name: Change setype of /etc/exports to non-default value
action: file path=/etc/exports setype=etc_t
- name: Change seuser of /etc/exports to non-default value
action: file path=/etc... | |
Update from Hackage at 2021-02-19T13:39:20Z | homepage: ''
changelog-type: ''
hash: a1ebb7b15049bba3aed310fd052087d2d5d95d5874e20184fdaa8f96f86851ee
test-bench-deps: {}
maintainer: <work.a.mulik@gmail.com>
synopsis: Hashable instances for SDP
changelog: ''
basic-deps:
sdp: '>=0.2 && <1'
base: '>=4.12 && <5'
hashable: '>=1.1.1.0 && <1.4'
all-versions:
- '0.2'... | |
Update from Hackage at 2017-07-20T00:08:24Z | homepage: https://github.com/haskell-works/hw-kafka-avro#readme
changelog-type: ''
hash: 637b666275156420beaab2267d7569ad826c4b2345aa7a59ffd8609404f855ea
test-bench-deps:
http-client: -any
bytestring: -any
pure-zlib: ! '>=0.6'
base: -any
servant-client: -any
unordered-containers: -any
hspec: -any
text: ... | |
Update from Hackage at 2020-12-29T13:42:19Z | homepage: https://github.com/ivanbakel/yesod-katip#readme
changelog-type: ''
hash: c12c790ab274f39bb96edffd6813e14a29a95d0761b1b78adf7a0bfb4256c81c
test-bench-deps: {}
maintainer: ivb@vanbakel.io
synopsis: Logging bridge between Yesod and Katip
changelog: ''
basic-deps:
katip: ^>=0.8
wai: '>=3 && <4'
case-insensi... | |
Add GitHub Action to run formatting checks on PRs | name: Prettier CI
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
# Push events on development branch
- develop
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
# Make sure ... | |
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
parameters:
- name: buildConfiguration # name of the parameter; required
default: 'Release'
- name: projectFolder
defa... | |
Set up CI with Azure Pipelines | # https://aka.ms/yaml
trigger:
- master
jobs:
- job: ShellBuild
displayName: "Build"
continueOnError: true
strategy:
matrix:
"Linux 2.1 Debug":
sdkVersion: "2.1.x"
config: Debug
imageName: ubuntu-latest
framework: netcoreapp2.1
"Linux 2.1 Release":
sdkVer... | |
Update from Hackage at 2016-12-13T18:59:51Z | homepage: https://github.com/jb55/elm-export-persistent
changelog-type: markdown
hash: 93d20ad6a4570ff662bde549d488023194b6c08740242172ccb250d7150661db
test-bench-deps: {}
maintainer: bill@casarin.me
synopsis: elm-export persistent entities
changelog: ! '# Revision history for elm-export-persistent
## 0.1.0.0 -- 2... | |
Add API compatibility warnings when server changes are made | name: JSON-RPC Compat Warning
on:
pull_request:
types: [opened, synchronized]
paths: ['json-rpc/**.rs']
jobs:
warn-about-compat-requirements:
runs-on: ubuntu-latest
name: Warn PR author about compatibility requirements
steps:
- name: checkout
uses: actions/checkout@v2
wit... | |
Add initial image build workflow | name: Build and publish docker image
on:
push:
branches: master
jobs:
build-image:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
... | |
Update from Hackage at 2019-01-22T23:06:29Z | homepage: https://github.com/andrewthad/automata
changelog-type: markdown
hash: 0719501ee9d76779a496cd65458c6c5ca256510b0341d1b1d63c0cc6b038c97a
test-bench-deps:
enum-types: ! '>=0.1'
base: ! '>=4.7 && <5'
leancheck: -any
quickcheck-classes: -any
HUnit: -any
containers: -any
quickcheck-enum-instances: ! '... | |
Update from Hackage at 2017-11-23T22:37:45Z | homepage: https://github.com/choener/ViennaRNA-extras
changelog-type: markdown
hash: 56e516f14b96ac997921edab6a3ad37089cbfe199c08a4fb562e4d795ec63388
test-bench-deps:
bytestring: -any
tasty-th: ! '>=0.1'
base: -any
ViennaRNA-extras: -any
tasty-quickcheck: ! '>=0.8'
attoparsec: -any
tasty: ! '>=0.11'
Qui... | |
Migrate old travis job to GHA | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
bun... | |
Install Bower dependencies before running tests | language: node_js
node_js:
- "0.10"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- npm test
notifications:
- email: false
| language: node_js
node_js:
- "0.10"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- npm install -g bower
- bower install
script:
- npm test
notifications:
- email: false
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.