Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Build is erroring on rbx | script: rake ci
rvm:
- 1.9.3
- ruby-head
- jruby-19mode
- rbx-19mode
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
irc: "irc.freenode.org#celluloid"
| script: rake ci
rvm:
- 1.9.3
- ruby-head
- jruby-19mode
- rbx-19mode
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-19mode
notifications:
irc: "irc.freenode.org#celluloid"
|
Fix the JDK 8 string | language: java
jdk:
- openjdk7
- oraclejdk7
- openjdk8
services:
- redis-server
after_success:
- mvn cobertura:cobertura coveralls:cobertura
| language: java
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
services:
- redis-server
after_success:
- mvn cobertura:cobertura coveralls:cobertura
|
Add slots for auctioneer creds in AWS templates | property_overrides:
bbs:
active_key_label: REPLACE_WITH_ACTIVE_KEY_LABEL
encryption_keys:
- label: REPLACE_WITH_ACTIVE_KEY_LABEL
passphrase: REPLACE_WITH_A_SECURE_PASSPHRASE
require_ssl: true
# If bbs.require_ssl is set to false, the following certs and keys must be set
# to nil.
ca... | property_overrides:
bbs:
active_key_label: REPLACE_WITH_ACTIVE_KEY_LABEL
encryption_keys:
- label: REPLACE_WITH_ACTIVE_KEY_LABEL
passphrase: REPLACE_WITH_A_SECURE_PASSPHRASE
require_ssl: true
# If bbs.require_ssl is set to false, the following certs and keys must be set
# to nil.
ca... |
Update from Hackage at 2016-02-03T03:41:09+0000 | homepage: https://github.com/cutsea110/metadata
changelog-type: ''
hash: 6fb88dfb6e89e950f1f378a41da0e0a86c63c6c00fb6e2fb6044d34b2a4ac0d3
test-bench-deps: {}
maintainer: cutsea110@gmail.com
synopsis: metadata library for semantic web
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
time: ! '>=1.4 && <1.6'
text: ... | homepage: https://github.com/cutsea110/metadata
changelog-type: ''
hash: ba24a36b1706eee58f25d1d5142d7585b34bf541940fe1f82bdb0b0b506070f5
test-bench-deps: {}
maintainer: cutsea110@gmail.com
synopsis: metadata library for semantic web
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
time: ! '>=1.4 && <1.6'
text: ... |
Update from Hackage at 2021-03-03T18:05:24Z | homepage: https://hackage.haskell.org/package/sublists
changelog-type: markdown
hash: 7dfa910fad8412f9f2d5bfc3a54d8a812184b694fdda371523c5d6a4198fc6a5
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Allows to split lists into sublists with some patterns by quantity.
changelog: |
# Revision history for... | homepage: https://hackage.haskell.org/package/sublists
changelog-type: markdown
hash: ecb51d1754d4f2f68b014e537e227253fa99e5f55994ec6de474269c2a39bb1a
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Allows to split lists into sublists with some patterns by quantity.
changelog: |+
# Revision history fo... |
Add yard-doctest to the list of testing frameworks | name: Test Frameworks
description:
projects:
- assert
- bacon
- detest
- dtf
- fix
- kintama
- lemon
- micronaut
- minitest
- riot
- rspec
- rubydoctest
- shindo
- test-unit
- test_inline
- testrocket
- testy
- wrong
| name: Test Frameworks
description:
projects:
- assert
- bacon
- detest
- dtf
- fix
- kintama
- lemon
- micronaut
- minitest
- riot
- rspec
- rubydoctest
- shindo
- test-unit
- test_inline
- testrocket
- testy
- wrong
- yard-doctest
|
Update from Hackage at 2017-07-28T14:10:31Z | homepage: ''
changelog-type: ''
hash: 18baee50d8837710cae7dbb4e83ff21ffc812ee5287b2e94b10bb800bbb8ee93
test-bench-deps:
base: -any
hspec: -any
text: -any
postgresql-simple: -any
maintainer: hackage@stackbuilders.com
synopsis: Clean database tables automatically around hspec tests
changelog: ''
basic-deps:
bas... | homepage: ''
changelog-type: ''
hash: 71983f40c1ada034d2ec504a6229218c64a8ec9a251f35625ca34ef4ee3d1cdf
test-bench-deps:
base: -any
hspec: -any
text: -any
postgresql-simple: -any
maintainer: hackage@stackbuilders.com
synopsis: Clean database tables automatically around hspec tests
changelog: ''
basic-deps:
bas... |
Revert "no need for nimble with nim@devel" | sudo: false
language: c
os: linux
install:
- git clone https://github.com/nim-lang/nim
- cd nim
- ./bootstrap.sh
- cd ..
before_script:
- set -e
- export PATH=$(pwd)/nim/bin:$(pwd):$PATH
script:
- nim c c2nim.nim
- nim c -r testsuite/tester.nim
| sudo: false
language: c
os: linux
install:
- git clone https://github.com/nim-lang/nim
- cd nim
- ./bootstrap.sh
- export PATH=$(pwd)/bin:$PATH
- nim e install_nimble.nims
- cd ..
before_script:
- set -e
- export PATH=$(pwd)/nim/bin:$(pwd):$PATH
- nimble update
- nimble install compiler
script:
- ... |
Use proper sdk and tools version | language: android
android:
components:
# The BuildTools version used by your project
- build-tools-19.1.0
# The SDK version used to compile your project
- android-19
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
... | language: android
android:
components:
# The BuildTools version used by your project
- build-tools-21.0.2
# The SDK version used to compile your project
- android-20
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
... |
Use same install packages than local | language: c
compiler: gcc
sudo: required
dist: xenial
before_install:
- sudo add-apt-repository ppa:vala-team/ppa -y
- sudo apt-get update -y
- sudo apt-get install -y xvfb build-essential gnome-common libglib2.0-dev libgtk-3-dev libgee libjson-glib libjson-glib-dev libvala-0.30-dev valac libvte-2.91-dev libsoup2... | language: c
compiler: gcc
sudo: required
dist: xenial
before_install:
- sudo add-apt-repository ppa:vala-team/ppa -y
- sudo apt-get update -y
- sudo apt-get install -y xvfb build-essential gnome-common libglib2.0-dev libgtk-3-dev libgee-0.8-dev libjson-glib-dev libsoup2.4-dev libvte-2.91-dev
after_success:
- ba... |
Remove Erlang 23 testing for now | language: erlang
dist: bionic
sudo: false
notifications:
email:
- backend@gameanalytics.com
otp_release:
- 21.1
- 22.3
- 23.0
addons:
apt:
packages:
- default-jre
install: make deps
script: make xref test dialyzer
| language: erlang
dist: bionic
sudo: false
notifications:
email:
- backend@gameanalytics.com
otp_release:
- 21.1
- 22.3
addons:
apt:
packages:
- default-jre
install: make deps
script: make xref test dialyzer
|
Build and run for iOS 9.3 too. | language: objective-c
osx_image: xcode9.3beta
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=ASMapLauncher.xcworkspace
- SCHEME=ASMapLauncher
- SDK=iphonesimulator11.3
- RUN_TESTS="YES"
- POD_LINT="NO"
matrix:
- DESTINATION="OS=11.3,name=iPhone 8"
- DESTINATION="OS=10.3.1,... | language: objective-c
osx_image: xcode9.3beta
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=ASMapLauncher.xcworkspace
- SCHEME=ASMapLauncher
- SDK=iphonesimulator11.3
- RUN_TESTS="YES"
- POD_LINT="NO"
matrix:
- DESTINATION="OS=11.3,name=iPhone 8"
- DESTINATION="OS=10.3.1,... |
Add ora-staff-grading to branches to build | addons:
apt:
packages:
- aspell
- aspell-en
- g++
- gcc
- git
- gfortran
- libblas3gf
- libblas-dev
- liblapack3gf
- liblapack-dev
- libatlas-base-dev
- libfontconfig1
- libmysqlclient-dev
- libxml2-dev
- libxslt1-dev
- nodejs
- python2.7
- p... | addons:
apt:
packages:
- aspell
- aspell-en
- g++
- gcc
- git
- gfortran
- libblas3gf
- libblas-dev
- liblapack3gf
- liblapack-dev
- libatlas-base-dev
- libfontconfig1
- libmysqlclient-dev
- libxml2-dev
- libxslt1-dev
- nodejs
- python2.7
- p... |
Support up to PHP 7.1 | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
before_install:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer require --dev --no-update phpunit/phpunit 5.7.5; fi
install:
- composer install
script: vendor/bin/phpunit --coverage-text
before_script:
- composer instal... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
before_install:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer require --dev --no-update phpunit/phpunit 5.7.5; fi
install:
- composer install
script: vendor/bin/phpunit --coverage-text
before_script:
- composer install
notif... |
Add executable permissions for gradlew | language: java
# Make NetworkTables happy
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6
- junit4
script:
- ./gradlew $TEST_SUITE --debug
# For CodeCov
after_success:
- ./gradlew test jacocoTestReport
- bash <(curl -s https://codecov.io/bash)
jdk:
- oraclejdk... | language: java
# Make NetworkTables happy
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6
- junit4
before_script:
- chmod +x gradlew
script:
- ./gradlew $TEST_SUITE --debug
# For CodeCov
after_success:
- ./gradlew test jacocoTestReport
- bash <(curl -s https:/... |
Add the new git folder to the clean list | - clean:
- '~'
- '~/.config'
- '~/.config/i3'
- '~/.config/i3status'
- link:
~/.config/fish:
create: true
path: fish/
~/.config/git/config:
create: true
path: git/config
~/.config/git/ignore_global:
create: true
path: git/ignore_global
~/.... | - clean:
- '~'
- '~/.config'
- '~/.config/git'
- '~/.config/i3'
- '~/.config/i3status'
- link:
~/.config/fish:
create: true
path: fish/
~/.config/git/config:
create: true
path: git/config
~/.config/git/ignore_global:
create: true
path: git... |
Update pyflakes recipe to version 1.5.0 | {%set name = "pyflakes" %}
{%set version = "1.3.0" %}
{%set hash_type = "sha256" %}
{%set hash_val = "a4f93317c97a9d9ed71d6ecfe08b68e3de9fea3f4d94dcd1d9d83ccbf929bc31" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0... | {%set name = "pyflakes" %}
{%set version = "1.5.0" %}
{%set hash_type = "sha256" %}
{%set hash_val = "aa0d4dff45c0cc2214ba158d29280f8fa1129f3e87858ef825930845146337f4" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0... |
Update pyserial to version 3.4 | {% set name = "pyserial" %}
{% set version = "3.3" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 2949cddffc2b05683065a3cd2345114b1a49b08df8cb843d69ba99dc3e1... | {% set name = "pyserial" %}
{% set version = "3.4" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed94... |
Revert defaults and add note about config in playbook (django role sets those defaults too) | ---
### basic settings, role internal configuration
### service or site name
# used as default for a number of things, eg. venv, install dir, hostname, ...
# override this in you playbook for the service/site
service_name: "service"
### system configuration, library, service, ... feature switches
# use python3 inst... | ---
### basic settings, role internal configuration
### service or site name
# used as default for a number of things, eg. venv, install dir, hostname, ...
# override this in you playbook for the service/site
service_name: "service"
### system configuration, library, service, ... feature switches
# use python3 inst... |
Update Materials Live Wallpaper to 0.5 (5) | Categories:
- Theming
License: GPL-3.0-only
WebSite: https://pragma-once.github.io/materialslivewallpaper/app-page.html
SourceCode: https://github.com/Reminimalism/MaterialsLiveWallpaper
IssueTracker: https://github.com/Reminimalism/MaterialsLiveWallpaper/issues
Donate: https://pragma-once.github.io/materialslivewall... | Categories:
- Theming
License: GPL-3.0-only
WebSite: https://pragma-once.github.io/materialslivewallpaper/app-page.html
SourceCode: https://github.com/Reminimalism/MaterialsLiveWallpaper
IssueTracker: https://github.com/Reminimalism/MaterialsLiveWallpaper/issues
Donate: https://pragma-once.github.io/materialslivewall... |
Add permission to write issues | name: Pull request check
on:
pull_request:
branches: [ master ]
jobs:
build:
name: Build, test and analyze
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better ... | name: Pull request check
on:
pull_request:
branches: [ master ]
jobs:
build:
name: Build, test and analyze
runs-on: ubuntu-latest
permissions:
checks: write
issues: write
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be di... |
Install only release versions of Girder via Ansible | ---
dependencies:
- role: girder.girder
vars:
girder_daemonize: "{{ isic_server }}"
girder_web: "{{ isic_web }}"
- role: large_image
vars:
large_image_virtualenv: "{{ girder_virtualenv }}"
large_image_tile_sources:
- tiff
large_image_include_vips: true
| ---
dependencies:
- role: girder.girder
vars:
girder_daemonize: "{{ isic_server }}"
girder_web: "{{ isic_web }}"
girder_version: "release"
- role: large_image
vars:
large_image_virtualenv: "{{ girder_virtualenv }}"
large_image_tile_sources:
- tiff
large_image_inc... |
Update Föhnix to 2.6 (26) | Categories:
- Navigation
- Phone & SMS
License: GPL-3.0-only
SourceCode: https://github.com/dzmanto/foehnix
IssueTracker: https://github.com/dzmanto/foehnix/issues
Changelog: https://github.com/dzmanto/foehnix/releases
AutoName: Föhnix
Description: |-
* Assessment of Foehn conditions for pilots.
* Intended... | Categories:
- Navigation
- Phone & SMS
License: GPL-3.0-only
SourceCode: https://github.com/dzmanto/foehnix
IssueTracker: https://github.com/dzmanto/foehnix/issues
Changelog: https://github.com/dzmanto/foehnix/releases
AutoName: Föhnix
Description: |-
* Assessment of Foehn conditions for pilots.
* Intended... |
Set hdfs_datanode_data_dir to the default value | hadoop_distr_prefix: /opt/hadoop
hadoop_var_prefix: /var/hadoop
hadoop_user: hadoop
env_name: default
| hadoop_distr_prefix: /opt/hadoop
hadoop_var_prefix: /var/hadoop
hadoop_user: hadoop
hdfs_datanode_data_dir: [ "file://${hadoop.tmp.dir}/dfs/data" ]
env_name: default
|
Update from Hackage at 2017-08-02T17:28:24Z | homepage: ''
changelog-type: ''
hash: bffb73dbabd5dbb5d932fd45cf329226c328ecb9e4e39a1f8f8b1b8ba2460f5f
test-bench-deps:
bytestring: -any
base: ! '>=4 && <4.10'
hspec: -any
text: -any
attoparsec: ! '>=0.13'
scientific: -any
directory: -any
maintainer: tomas.carnecky@gmail.com
synopsis: This package implmen... | homepage: ''
changelog-type: ''
hash: 5715e558087d190ddb44581b952c9c05dfd2ce484d8e786a7d01423583c04797
test-bench-deps:
bytestring: -any
base: ! '>=4 && <4.11'
hspec: -any
text: -any
attoparsec: ! '>=0.13'
scientific: -any
directory: -any
maintainer: tomas.carnecky@gmail.com
synopsis: This package implmen... |
Update from Hackage at 2021-05-11T07:43:26Z | homepage: https://github.com/peti/hackage-db#readme
changelog-type: ''
hash: 1e22e4c3fa415c5f3f32be20730e1350af1d6804ffd400476373e2da912a7dc0
test-bench-deps: {}
maintainer: Peter Simons <simons@cryp.to>
synopsis: Access cabal-install's Hackage database via Data.Map
changelog: ''
basic-deps:
exceptions: -any
bytest... | homepage: https://github.com/peti/hackage-db#readme
changelog-type: ''
hash: b8d51f9c0b2728da7bc397caff7f5beaa500b5b1d91e9f4663c5ebdc658ea6f1
test-bench-deps: {}
maintainer: Peter Simons <simons@cryp.to>
synopsis: Access cabal-install's Hackage database via Data.Map
changelog: ''
basic-deps:
exceptions: -any
bytest... |
Update from Hackage at 2015-08-25T23:38:22+0000 | homepage: http://github.com/erisco/regex-tdfa-quasiquoter
changelog-type: ''
hash: 583d33362dd298923ae9017c5531edce9b69125030193173129003c7976050e3
test-bench-deps: {}
maintainer: eric.brisco@gmail.com
synopsis: ! 'Quasi-quoter for TDFA (extended POSIX) regular
expressions.'
changelog: ''
basic-deps:
base: ! '>=4.... | homepage: http://github.com/erisco/regex-tdfa-quasiquoter
changelog-type: ''
hash: f68eb2eb24efc0932a6c62ec199013d80c8a331e9d497cec796589705780ad9a
test-bench-deps: {}
maintainer: eric.brisco@gmail.com
synopsis: ! 'Quasi-quoter for TDFA (extended POSIX) regular
expressions.'
changelog: ''
basic-deps:
base: ! '>=4.... |
Fix test path on grandpalais | swh::deploy::objstorage_log_checker::conf_directory: /home/qcampos/.config/swh
swh::deploy::objstorage_log_checker::conf_file: /home/qcampos/.config/swh/objstorage/log_checker.yml
swh::deploy::objstorage_log_checker::user: qcampos
swh::deploy::objstorage_log_checker::group: swhdev
swh::deploy::objstorage_log_checker::d... | swh::deploy::objstorage_log_checker::conf_directory: /home/qcampos/.config/swh/objstorage
swh::deploy::objstorage_log_checker::conf_file: /home/qcampos/.config/swh/objstorage/log_checker.yml
swh::deploy::objstorage_log_checker::user: qcampos
swh::deploy::objstorage_log_checker::group: swhdev
swh::deploy::objstorage_log... |
Revert "Disable env sync for Signon in Staging environment" | govuk_env_sync::tasks:
# "pull_signon_production_daily":
# ensure: "present"
# hour: "0"
# minute: "0"
# action: "pull"
# dbms: "mysql"
# storagebackend: "s3"
# database: "signon_production"
# database_hostname: "signon-mysql"
# temppath: "/tmp/signon_production"
# url: "govuk-... | govuk_env_sync::tasks:
"pull_signon_production_daily":
ensure: "present"
hour: "0"
minute: "0"
action: "pull"
dbms: "mysql"
storagebackend: "s3"
database: "signon_production"
database_hostname: "signon-mysql"
temppath: "/tmp/signon_production"
url: "govuk-production-database-ba... |
Update DNS image push yaml to trigger on new tags | postsubmits:
# this is the github repo we'll build from; this block needs to be repeated for each repo.
kubernetes/dns:
- name: dns-push-images
cluster: k8s-infra-prow-build-trusted
annotations:
# this is the name of some testgrid dashboard to report to.
testgrid-dashboards: sig-netw... | postsubmits:
# this is the github repo we'll build from; this block needs to be repeated for each repo.
kubernetes/dns:
- name: dns-push-images
cluster: k8s-infra-prow-build-trusted
annotations:
# this is the name of some testgrid dashboard to report to.
testgrid-dashboards: sig-netw... |
Update from Hackage at 2018-12-30T18:20:23Z | homepage: ''
changelog-type: ''
hash: f199db7d27874e311233788db8d4462d3857f0060def6e1ba989a12dabae2445
test-bench-deps: {}
maintainer: m.farkasdyck@gmail.com
synopsis: Reified constraints
changelog: ''
basic-deps:
base: ! '>=4.10 && <5'
category: ! '>=0.1.2 && <0.3'
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.1.1.0
- 0.1... | homepage: ''
changelog-type: ''
hash: 0467251601d0c10639d774052f3953f96c4f453501bb96a48d36f72dc039db98
test-bench-deps: {}
maintainer: m.farkasdyck@gmail.com
synopsis: Reified constraints
changelog: ''
basic-deps:
base: ! '>=4.10 && <5'
category: ! '>=0.1.2 && <0.3'
unconstrained: ! '>=0.1 && <0.2'
all-versions:
... |
Update from Hackage at 2021-11-16T13:26:18Z | homepage: ''
changelog-type: ''
hash: acae39c1ad385b96de141a5264ef7c335e3b34d3d718d2cdaf348494b8f02448
test-bench-deps: {}
maintainer: maintainer@obsidian.systems
synopsis: Streaming Snap handlers
changelog: ''
basic-deps:
bytestring: ==0.10.*
base: ! '>=4.9 && <4.12'
io-streams: ! '>=1.4 && <1.6'
snap-core: ==... | homepage: ''
changelog-type: markdown
hash: 2096c688612cb1bef40a51d6dabfc1cd3304dcff546f1d423706d4dc7999234e
test-bench-deps: {}
maintainer: maintainer@obsidian.systems
synopsis: Streaming Snap handlers
changelog: |
# Changelog for snap-stream
## 0.1.1.0
* Loosen `base` version bounds
## 0.1
* Initial rel... |
Remove tab - invalid YAML | Page:
content:
Title: ContentPage
Content: 'This is some partially happy content. It has one missing a skiplink, but does have another <a name="yes-anchor-here">skiplink here</a>.'
about:
Title: About
URLSegment: about
Content: 'about us here <a name="yes-anchor-here">abo... | Page:
content:
Title: ContentPage
Content: 'This is some partially happy content. It has one missing a skiplink, but does have another <a name="yes-anchor-here">skiplink here</a>.'
about:
Title: About
URLSegment: about
Content: 'about us here <a name="yes-anchor-here">abo... |
Use the same mongodb database name in development and production modes for simplicity | development:
host: localhost
database: cartoque_development
test:
host: localhost
database: cartoque_test
# set these environment variables on your prod server
production:
host: <%= ENV['MONGOID_HOST'] || 'localhost' %>
port: <%= ENV['MONGOID_PORT'] || '27017' %>
username: <%= ENV['MONGOID_USERNAME'] %>... | development:
host: localhost
database: cartoque
test:
host: localhost
database: cartoque_test
# set these environment variables on your prod server
production:
host: <%= ENV['MONGOID_HOST'] || 'localhost' %>
port: <%= ENV['MONGOID_PORT'] || '27017' %>
username: <%= ENV['MONGOID_USERNAME'] %>
password:... |
Make httpproxy boot from volume | resources:
httpproxy:
number: 1
flavor: large
image: trusty
networks: default
assign_floating_ip: true
| resources:
httpproxy:
number: 1
flavor: large
image: trusty
networks: default
boot_volume: default_volume
assign_floating_ip: true
|
Remove shell bash command and only run tox -e pytest. | name: Continuous Integration
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8']
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
... | name: Continuous Integration
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8']
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
... |
Fix PyUp insecure-only version bumps. | # see https://pyup.io/docs/configuration/ for all available options
schedule: "every week on monday"
# Security updates only - not just any newer version
update: insecure
search: False
requirements:
- requirements.in
- requirements_for_test.txt
| # see https://pyup.io/docs/configuration/ for all available options
schedule: "every week on monday"
# Security updates only - not just any newer version
update: insecure
search: False
requirements:
- requirements.in:
update: insecure
- requirements_for_test.txt:
update: insecure
|
Use really broken yml to test | :site:
:name: My broken site
:url: http://broke.it
:copyright: 2010
:how-to-break-it:
Just start writing like you don't know what you're doing. | :site:
:name: My broken site
:url: http://broke.it
:copyright: 2010
:how-to-br eak-it:
Just start writing like you don't know what you're doing. |
Fix mis-use of config_template in docker tasks | ---
- name: create ceph conf directory
file:
path: /etc/ceph
state: directory
owner: root
group: root
mode: 0644
- name: generate ceph configuration file
config_template:
src: "{{ playbook_dir }}/roles/ceph-common/templates/ceph.conf.j2"
dest: /etc/ceph/ceph.conf
owner: "r... | ---
- name: create ceph conf directory
file:
path: /etc/ceph
state: directory
owner: root
group: root
mode: 0644
- name: generate ceph configuration file
action: config_template
args:
src: "{{ playbook_dir }}/roles/ceph-common/templates/ceph.conf.j2"
dest: /etc/ceph/ceph.con... |
Fix cannot create directory venv | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.2
working_directory: ~/repo
steps:
- checkout
- run:
name: update packages
command: sudo ... | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.2
working_directory: ~/repo
steps:
- checkout
- run:
name: update packages
command: sudo ... |
Add dnsimple gem to environment | version: 2.1
executors:
chefdk:
machine: true
jobs:
lint:
executor: chefdk
steps:
- checkout
- run:
name: Install ChefDK
command: curl -L https://omnitruck.chef.io/install.sh | sudo bash -s -- -c stable -P chefdk
- run:
name: Lint & Unit Test
c... | version: 2.1
executors:
chefdk:
machine: true
jobs:
lint:
executor: chefdk
steps:
- checkout
- run:
name: Install ChefDK
command: curl -L https://omnitruck.chef.io/install.sh | sudo bash -s -- -c stable -P chefdk
- run:
name: Add dnsimple gem
c... |
Add test suite for disabling the default | driver:
name: vagrant
customize:
cpus: 2
memory: 4096
transport:
name: winrm
elevated: true
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: windows-2008r2
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2... | driver:
name: vagrant
customize:
cpus: 2
memory: 4096
transport:
name: winrm
elevated: true
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: windows-2008r2
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2... |
Test on the latest Debian in TK | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6.8
- name: centos-7.3
- name: debian-7.11
run_list: apt::default
- name: debian-8.6
run_list: apt::default
- name: fedora-25
- name: freebsd-10.3
- name: ope... | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6.8
- name: centos-7.3
- name: debian-7.11
run_list: apt::default
- name: debian-8.7
run_list: apt::default
- name: fedora-25
- name: freebsd-10.3
- name: ope... |
Stop Rubocop complaining about exclusion pattern | AllCops:
RunRailsCops: true
Exclude:
- 'bin/*'
- 'db/*'
- 'vendor/**/*'
Documentation:
Enabled: false
Lint/HandleExceptions:
Exclude:
- Rakefile
Metrics/LineLength:
Max: 120
Metrics/MethodLength:
Max: 15
Style/RescueModifier:
Enabled: false
| AllCops:
RunRailsCops: true
Exclude:
- 'bin/*'
- 'db/**/*'
- 'vendor/**/*'
Documentation:
Enabled: false
Lint/HandleExceptions:
Exclude:
- Rakefile
Metrics/LineLength:
Max: 120
Metrics/MethodLength:
Max: 15
Style/RescueModifier:
Enabled: false
|
Remove C6 from sclo-vagrant1 tests, not applicable | - project:
name: sclo-vagrant1
namespace: sclo
release:
- 6
- 7
arch: x86_64
jobs:
- 'SCLo-{name}-{namespace}-C{release}-{arch}'
| - project:
name: sclo-vagrant1
namespace: sclo
release:
- 7
arch: x86_64
jobs:
- 'SCLo-{name}-{namespace}-C{release}-{arch}'
|
Check script return code to determine if the install succeeded | # set outer loop's filename as a fact
- name: get tool list
include_vars: "{{ tool_list_file }}"
- name: Install Tool Shed tools
command: '{{ galaxy_tools_base_dir }}/venv/bin/shed-install -y "{{ item | to_nice_yaml }}" -a "{{ galaxy_tools_api_key }}" -g "{{ galaxy_tools_galaxy_instance_url }}"'
register: instal... | # set outer loop's filename as a fact
- name: get tool list
include_vars: "{{ tool_list_file }}"
- name: Install Tool Shed tools
command: '{{ galaxy_tools_base_dir }}/venv/bin/shed-install -y "{{ item | to_nice_yaml }}" -a "{{ galaxy_tools_api_key }}" -g "{{ galaxy_tools_galaxy_instance_url }}"'
register: instal... |
Fix typo in GitHub actions config | name: Create feedstocks
on:
push:
branches:
- master
schedule:
- cron: '*/5 * * * *'
jobs:
create-feedstocks:
name: Create feedstocks
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Prevent multiple jobs running in parallel
... | name: Create feedstocks
on:
push:
branches:
- master
schedule:
- cron: '*/5 * * * *'
jobs:
create-feedstocks:
name: Create feedstocks
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Prevent multiple jobs running in parallel
... |
Clean up residual conda messiness. | package:
name: trackpy
version: {{ environ.get('GIT_DESCRIBE_TAG').replace('0.2.4', '0.3.0-pre') }}.post{{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
string: {{ environ.get('GIT_BUILD_STR', '') + '_py' + environ['PY_VER'] }}
source:
git_url: ../
requ... | package:
name: trackpy
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}.post{{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
string: {{ environ.get('GIT_BUILD_STR', '') + '_py' + environ['PY_VER'] }}
source:
git_url: ../
requirements:
build:
- p... |
Use the --force option to get all packages | ---
name: Audit
on:
schedule:
- cron: "30 2 * * *"
jobs:
main:
runs-on: ubuntu-18.04
name: Audit
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
branch:
- '2.4'
- '2.5'
steps:
- uses: actions/checkout@v1
with:
ref: ${... | ---
name: Audit
on:
schedule:
- cron: "30 2 * * *"
jobs:
main:
runs-on: ubuntu-18.04
name: Audit
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
branch:
- '2.4'
- '2.5'
steps:
- uses: actions/checkout@v1
with:
ref: ${... |
Update the homepage for www.greatbusiness.gov.uk | ---
site: bis_greatbusiness
whitehall_slug: department-for-business-energy-and-industrial-strategy
homepage: https://www.gov.uk/government/organisations/department-for-business-energy-and-industrial-strategy
tna_timestamp: 20160105122945
host: www.greatbusiness.gov.uk
homepage_furl: www.gov.uk/beis
aliases:
- greatbusi... | ---
site: bis_greatbusiness
whitehall_slug: department-for-business-energy-and-industrial-strategy
homepage: https://www.gov.uk/browse/business
tna_timestamp: 20160105122945
host: www.greatbusiness.gov.uk
homepage_furl: www.gov.uk/beis
aliases:
- greatbusiness.gov.uk
|
Switch back docs version to master | name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: 0.85
nav:
- modules/ROOT/nav.adoc
| name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: master
nav:
- modules/ROOT/nav.adoc
|
Add Docker PaaS Deploy Target | box: starefossen/iojs-imagemagick
build:
steps:
- npm-install
- script:
name: npm run-script test-drone
code: |
npm run-script test-drone
- script:
name: echo nodejs information
code: |
... | box: starefossen/iojs-imagemagick
build:
steps:
- npm-install
- script:
name: npm run-script test-drone
code: |
npm run-script test-drone
- script:
name: echo nodejs information
code: |
... |
Remove tests for php 7.4 | name: Build and Test
on:
- push
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
strategy:
matrix:
php_version:
- '7.4'
- '8.0'
steps:
- uses: actions/checkout@v2
... | name: Build and Test
on:
- push
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
strategy:
matrix:
php_version:
- '8.0'
steps:
- uses: actions/checkout@v2
- name: Cache vendors
... |
Update WaniDoku to 1.0.5 (6) | AntiFeatures:
- NonFreeNet
Categories:
- Science & Education
License: GPL-3.0-only
SourceCode: https://gitlab.com/spacecowboy/wanidoku
IssueTracker: https://gitlab.com/spacecowboy/wanidoku/issues
Changelog: https://gitlab.com/spacecowboy/wanidoku/blob/HEAD/CHANGELOG.md
Bitcoin: 1PdmeeGxB2iktvmtkGqwUNmYq7L9tnxjwE
A... | AntiFeatures:
- NonFreeNet
Categories:
- Science & Education
License: GPL-3.0-only
SourceCode: https://gitlab.com/spacecowboy/wanidoku
IssueTracker: https://gitlab.com/spacecowboy/wanidoku/issues
Changelog: https://gitlab.com/spacecowboy/wanidoku/blob/HEAD/CHANGELOG.md
Bitcoin: 1PdmeeGxB2iktvmtkGqwUNmYq7L9tnxjwE
A... |
Update from Hackage at 2019-06-09T05:53:38Z | homepage: https://github.com/purebred-mua/hs-notmuch
changelog-type: ''
hash: b3d1f8ce16eaf09c848b539517e2b9a6dcc24b2bc0fc758133ce695071f868e2
test-bench-deps: {}
maintainer: frase@frase.id.au
synopsis: Haskell binding to Notmuch, the mail indexer
changelog: ''
basic-deps:
bytestring: ==0.10.*
base: ! '>=4.9 && <5'... | homepage: https://github.com/purebred-mua/hs-notmuch
changelog-type: ''
hash: 92f1eba7fb675cfb4ce1ca8afbbd5e5761e91edfb70bdbf628edbc6b16a49ddb
test-bench-deps: {}
maintainer: frase@frase.id.au
synopsis: Haskell binding to Notmuch, the mail indexer
changelog: ''
basic-deps:
bytestring: ==0.10.*
base: ! '>=4.9 && <5'... |
Add python to pyribs recipe | {% set name = "pyribs" %}
{% set pypi_name = "ribs" %}
{% set version = "0.3.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/ribs-{{ version }}.tar.gz
sha256: 8b4c037d412e94cb488eeb33a9d5a5f139b9fe9826173d9acea3c392e... | {% set name = "pyribs" %}
{% set pypi_name = "ribs" %}
{% set version = "0.3.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/ribs-{{ version }}.tar.gz
sha256: 8b4c037d412e94cb488eeb33a9d5a5f139b9fe9826173d9acea3c392e... |
Add VS2008 test to Appveyor | version: "{branch}-{build}"
os: Visual Studio 2015
platform: x64
configuration: Release
before_build:
- cmake -G "Visual Studio 14 2015 Win64"
build:
project: meshoptimizer.sln
| version: "{branch}-{build}"
os: Visual Studio 2015
platform: Win32
configuration: Release
environment:
matrix:
- cmake_generator: "Visual Studio 9 2008"
msbuild_path: C:\Windows\Microsoft.NET\Framework\v3.5\msbuild
- cmake_generator: "Visual Studio 14 2015"
msbuild_path: msbuild
before_build:
... |
Use GitHub Actions for Windows tests as well | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
NODE_VERSION: [12.x, 14.x, 16.x, 17.x]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cache
uses: actions/cach... | name: CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
NODE_VERSION: [12.x, 14.x, 16.x, 17.x]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/chec... |
Use Beta 5 of subsplit publish. | ---
name: Sub-Split Publishing
on:
push:
branches:
- 3.x
create:
tags:
- '3.*'
delete:
tags:
- '3.*'
jobs:
publish_subsplits:
runs-on: ubuntu-latest
name: Publish package sub-splits
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
... | ---
name: Sub-Split Publishing
on:
push:
branches:
- 3.x
create:
tags:
- '3.*'
delete:
tags:
- '3.*'
jobs:
publish_subsplits:
runs-on: ubuntu-latest
name: Publish package sub-splits
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
... |
Clean up final build message | ---
- name: Warn against rebooting
debug:
msg: |
Once this playbook run has finished, do not reboot the device.
If the device is rebooted, the resizing of the root filesystem
would not happen for users of the image, and their wifi regulatory
domain may be set incorrectly.
# Skip lint beca... | ---
- name: Warn against rebooting
debug:
msg:
- ===================================================================
- Once this playbook run has finished, do not reboot the device.
- If the device is rebooted, the resizing of the root filesystem
- would not happen for users of the image, ... |
Fix incorrect install script path | os: Visual Studio 2015
version: 1.0.{build}
environment:
CLI_VERSION: Latest
install:
- ps: mkdir -Force ".\.dotnetcli\" | Out-Null
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1" -OutFile ".\.dotnetcli\install.ps1"
- ps: $env:DOTNET_INSTALL_DIR = "$... | os: Visual Studio 2015
version: 1.0.{build}
environment:
CLI_VERSION: Latest
install:
- ps: mkdir -Force ".\.dotnetcli\" | Out-Null
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1" -OutFile ".\.dotnetcli\install.ps1"
- ps: $env:DOTNET_INSTALL_D... |
Fix .net core version in pipe | name: .NET Core
on: push
jobs:
Build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0
- name: Clean
run: dotnet clean --configuration Release && dotnet nuget locals ... | name: .NET Core
on: push
jobs:
Build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.*
- name: Clean
run: dotnet clean --configuration Release && dotnet nuget local... |
Update from Hackage at 2017-03-22T15:36:34Z | homepage: http://github.com/tittoassini/model
changelog-type: ''
hash: 3fe74f0af303bd4a4c7689ab0830e33c1c895464c254f12f3b11b534d30e18dd
test-bench-deps:
base: -any
containers: -any
model: -any
ghc-prim: ! '>=0.4.0.0'
tasty-quickcheck: ! '>=0.8.4'
tasty-hunit: ! '>=0.9.2'
tasty: ! '>=0.11.0.2'
pretty: -a... | homepage: http://github.com/tittoassini/model
changelog-type: ''
hash: 0ee85daf1fe8f02f6050c1648642a322054069424d4a92a8259c2165cd36f5ca
test-bench-deps:
base: ! '>=4.7 && <5'
containers: ! '>=0.5.6.2'
model: ! '>=0.2.4'
ghc-prim: ! '>=0.3.1.0'
tasty-quickcheck: ! '>=0.8.4'
tasty-hunit: ! '>=0.9.2'
tasty: ... |
Install Network Manager so we can use the nmcli ansible role | ---
# defaults file for apache
rhel_common_packages:
- libselinux-python
- python-devel
- python-pip
- bzip2
- curl
- gawk
- gzip
- git
- ksh
- lsof
- nc
- perl
- screen
- sed
- strace
- sysstat
- telnet
- tmux
- unzip
- vim
- wget
... | ---
# defaults file for apache
rhel_common_packages:
- NetworkManager
- libselinux-python
- python-devel
- python-pip
- bzip2
- curl
- gawk
- gzip
- git
- ksh
- lsof
- nc
- perl
- screen
- sed
- strace
- sysstat
- telnet
- tmux
- unzip
... |
Add doc_url, windows test, remove blank line | {% set name = "cgen" %}
{% set version = "2016.2" %}
{% set sha256 = "879b7fe1842a1352591e202d1c33da2aa38b5dfe82ba59493b2b6bba6d5d7ce5" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{... | {% set name = "cgen" %}
{% set version = "2016.2" %}
{% set sha256 = "879b7fe1842a1352591e202d1c33da2aa38b5dfe82ba59493b2b6bba6d5d7ce5" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{... |
Remove explicit yarn installation on CI | 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.nod... | 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.no... |
Add logging property placeholders to resource server configuration to help with debugging. | #
# Copyright 2014 Open mHealth
#
# 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 in writin... | #
# Copyright 2014 Open mHealth
#
# 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 in writin... |
Add `master` to the Appveyor build. | version: 1.0.{build}
branches:
only:
# TODO: Put master here too.
- staging_master
image: Visual Studio 2015
clone_depth: 15
install:
- .\Configure_MSVC.bat
# - cd build-msvc
build:
parallel: true
project: build-msvc\BitFunnel_CMake.sln
test_script:
- cd build-msvc
- ctest -C Debug
# TODO:... | version: 1.0.{build}
branches:
only:
- master
- staging_master
image: Visual Studio 2015
clone_depth: 15
install:
- .\Configure_MSVC.bat
# - cd build-msvc
build:
parallel: true
project: build-msvc\BitFunnel_CMake.sln
test_script:
- cd build-msvc
- ctest -C Debug
# TODO: Add Release tests h... |
Reduce logging verbosity for build step | os: Visual Studio 2015
init:
- git config --global core.autocrlf input
build_script:
- cmd: >-
msbuild build.proj /t:configure /p:target=configure /v:quiet &&
msbuild build.proj /t:build /v:diag &&
msbuild build.proj /t:unittest,package /v:minimal
# we run the tests ourselves
test: off
deploy:... | os: Visual Studio 2015
init:
- git config --global core.autocrlf input
build_script:
- cmd: >-
msbuild build.proj /t:configure /p:target=configure /v:quiet &&
msbuild build.proj /t:build /v:normal &&
msbuild build.proj /t:unittest,package /v:minimal
# we run the tests ourselves
test: off
deplo... |
Install serverless globally and exit on psake failure | environment:
nodejs_version: "6"
AWS_ACCESS_KEY_ID:
secure: GTugF8P8oc1I2PfKlS4IbsawsWycsenxVFm2uiKgX0
AWS_SECRET_ACCESS_KEY:
secure: gr9U/yPc+a5kW3LRTtQnygY0EhPODJwF1H5M4EQ2x2qms/kpb5qHKp37uNv6FrMX
before_build:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Module -Name powershell-yam... | environment:
nodejs_version: "6"
AWS_ACCESS_KEY_ID:
secure: GTugF8P8oc1I2PfKlS4IbsawsWycsenxVFm2uiKgX0
AWS_SECRET_ACCESS_KEY:
secure: gr9U/yPc+a5kW3LRTtQnygY0EhPODJwF1H5M4EQ2x2qms/kpb5qHKp37uNv6FrMX
before_build:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Module -Name powershell-yam... |
Exclude integration tests, and only run tests for Renci.SshNet.Tests assembly. | os: Visual Studio 2015
before_build:
- nuget restore
build:
project: src\Renci.SshNet.VS2015.sln
verbosity: minimal
| os: Visual Studio 2015
before_build:
- nuget restore
build:
project: src\Renci.SshNet.VS2015.sln
verbosity: minimal
test:
assemblies: src\Renci.SshNet.Tests\bin\Debug\Renci.SshNet.Tests.dll
categories:
except:
- integration |
Add deploy script for gh-pages | build:
test:
image: quay.io/buildo/node5-npm3
environment:
- NPM_CONFIG_CACHE=/drone/.npm
commands:
- npm i
- npm test
cache:
mount:
- /drone/.npm
| build:
react-components:
image: quay.io/buildo/node5-npm3
environment:
- NPM_CONFIG_CACHE=/drone/.npm
commands:
- npm i
- npm run lint
- npm run build
gh-pages:
image: ubuntu
commands:
- git fetch --no-tags origin +refs/heads/gh-pages
- git checkout gh-pages
... |
Test files and expected output for verifying the consensus bug | channels:
- bioconda
- conda-forge
dependencies:
- bats
- nose
- numpy
- biopython
- pandas
- simplejson
- matplotlib
| channels:
- bioconda
- conda-forge
dependencies:
- python=3
- bats
- nose
- numpy
- biopython
- pandas
- simplejson
- matplotlib
|
Update CI Rubies: JRuby / TruffleRuby | name: Test
on: [push, pull_request]
jobs:
test:
name: Ruby ${{ matrix.ruby }} (${{ matrix.os }})
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
ruby:
- 3.1
- 3.0
- 2.7
- 2.6
- jruby-9.2.13.0
- truffleruby-20.... | name: Test
on: [push, pull_request]
jobs:
test:
name: Ruby ${{ matrix.ruby }} (${{ matrix.os }})
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
ruby:
- 3.1
- 3.0
- 2.7
- 2.6
- jruby-9.3.2
- truffleruby-21.3.0... |
Update from Hackage at 2018-05-05T02:35:05Z | homepage: https://github.com/chessai/constrictor.git
changelog-type: markdown
hash: eaf4ba51cd4cbd0669d694bdd6a83fb30efa3c428a00b99858a979d737005723
test-bench-deps: {}
maintainer: chessai1996@gmail.com
synopsis: strict versions of many things in base
changelog: ! '# Revision history for constrictor
## 0.1.0.0 -- ... | homepage: https://github.com/chessai/constrictor.git
changelog-type: markdown
hash: 2898fdf37d004fdc11ac15ac34465f35eec8338ce7541f03568bf1541d0d3d5a
test-bench-deps: {}
maintainer: chessai1996@gmail.com
synopsis: strict versions of many things in base
changelog: ! '# Revision history for constrictor
## 0.1.0.0 -- ... |
Fix tgz & output directory | ---
platform: linux
image: docker:///cloudfoundry/cli-ci
inputs:
- name: cross-compiled
- name: osx-compiled
outputs:
- name: compiled
run:
path: bash
args:
- -c
- |
set -ex
cwd=$PWD
mkdir combined
pushd cross-compiled
tar -xzf *.tar
rm *.tar
mv * $cwd/combined
popd
... | ---
platform: linux
image: docker:///cloudfoundry/cli-ci
inputs:
- name: cross-compiled
- name: osx-compiled
outputs:
- name: compiled
run:
path: bash
args:
- -c
- |
set -ex
cwd=$PWD
mkdir combined
pushd cross-compiled
tar -xzf *.tgz
rm *.tgz
mv * $cwd/compiled
popd
... |
Update from Hackage at 2022-01-22T23:30:20Z | homepage: ''
changelog-type: markdown
hash: 8beb75c11796d6e7aba1f3cd3bf11e17f7f594663831884f1470a23e7e25fd49
test-bench-deps: {}
maintainer: aaronallen8455@gmail.com
synopsis: Trace the call graph of a program
changelog: |
# Revision history for graph-trace
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on ... | homepage: ''
changelog-type: markdown
hash: 6b5453b9ca4852474e66cbbc00b1840bb8730392c5b6fdbf7c61364af715f638
test-bench-deps: {}
maintainer: aaronallen8455@gmail.com
synopsis: Trace the call graph of a program
changelog: |
# Revision history for graph-trace
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on ... |
Set hostname based on /etc/hosts | - copy:
src: hosts
dest: /etc/hosts
- selinux:
state: disabled
- shell: dnf -y copr enable seeitcoming/rcm
when: ansible_distribution == 'Fedora'
- dnf:
name: rcm
state: latest
when: ansible_distribution == 'Fedora'
- dnf: name={{ item }} state=latest
with_items:
- python3
- python... | - copy:
src: hosts
dest: /etc/hosts
- shell: "getent hosts {{ ansible_default_ipv4.address }} | awk '{ print $3 }'"
register: hostname
- debug:
var: hostname.stdout
- hostname:
name: "{{ hostname.stdout }}"
- selinux:
state: disabled
- shell: dnf -y copr enable seeitcoming/rcm
when: ansible... |
Bring RuboCop config up to date | # This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-03-16 09:38:54 +0100 using RuboCop version 0.38.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of ne... | # This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-05-10 10:05:38 +0200 using RuboCop version 0.39.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of ne... |
Exclude paths in lib (out of our control) | engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
| engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- "source/j... |
Determine the package name when uploading to PyPI | - job-template:
name: '{name}-pypi-upload'
node: pypi
builders:
- shell: |
#!/bin/bash -xe
TAG=`echo $ZUUL_REF | sed 's/^refs.tags.//'`
FILENAME="{name}-$TAG.tar.gz"
rm -rf *tar.gz
curl --fail -o $FILENAME http://{tarball-site}/{name}/$FILENAME
... | - job-template:
name: '{name}-pypi-upload'
node: pypi
builders:
- gerrit-git-prep
- shell: |
/usr/local/jenkins/slave_scripts/pypi-upload.sh {name} {tarball-site}
publishers:
- console-log
- job-group:
name: pypi-jobs
jobs:
- '{name}-pypi-upload'
|
Fix metadata for URL monitor. | options:
url:
name: Url
notes: The full URL (including http://) of the URL to monitor. You can provide basic authentication options as well (http://user:pass@domain.com)
default: "http://www.scoutapp.com/"
metadata:
response_time:
label: Response Time
units: secs
precision: 2
... | options:
url:
name: Url
notes: The full URL (including http://) of the URL to monitor. You can provide basic authentication options as well (http://user:pass@domain.com)
default: "http://www.scoutapp.com/"
metadata:
response_time:
label: Response Time
units: secs
precision: 2
... |
Break source install into an openstack-source role | ---
dependencies:
- role: monitoring-common
- role: logging-config
service: keystone
logdata: "{{ keystone.logs }}"
- role: openstack-source
project_name: keystone
project_rev: "{{ keystone.source.rev }}"
when: openstack_install_method == 'source'
| ---
dependencies:
- role: monitoring-common
- role: logging-config
service: keystone
logdata: "{{ keystone.logs }}"
- role: openstack-source
project_name: keystone
project_rev: "{{ keystone.source.rev }}"
# is this even required anymore with Juno?
python_requirements:
- { name: babel... |
Add pre-commit hook to check symlinks | ---
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-yaml
- id: debug-statements
- id: detect-private-key... | ---
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-yaml
- id: check-symlinks
- id: debug-statements
... |
Add back publishing, to test.pypi | name: publish-to-pypi
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrad... | name: publish-to-pypi
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrad... |
Revert jruby runtimes. It causes weird errors in production. | ---
classes_dir: src
libs_dir: jars/
public: ./public
jruby_max_runtimes: 5
extensions:
logging:
config: config/trinidad-logging.properties
logging_system: log4j
| ---
classes_dir: src
libs_dir: jars/
public: ./public
jruby_max_runtimes: 1
extensions:
logging:
config: config/trinidad-logging.properties
logging_system: log4j
|
Update HMT Sanctions Check URL | name: gb_hmt_sanctions
description: "[OSANC] UK HM Treasury sanctions list"
schedule: daily
pipeline:
init:
method: seed
params:
url: 'http://hmt-sanctions.s3.amazonaws.com/sanctionsconlist.csv'
handle:
pass: fetch
fetch:
method: fetch
handle:
pass: parse
parse:
method: o... | name: gb_hmt_sanctions
description: "[OSANC] UK HM Treasury sanctions list"
schedule: daily
pipeline:
init:
method: seed
params:
url: 'https://ofsistorage.blob.core.windows.net/publishlive/ConList.csv'
handle:
pass: fetch
fetch:
method: fetch
handle:
pass: parse
parse:
me... |
Upgrade New Relic to 3.8.+ | # Cloud Foundry Java Buildpack
# Copyright (c) 2013 the original author or 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
#
# Unl... | # Cloud Foundry Java Buildpack
# Copyright (c) 2013 the original author or 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
#
# Unl... |
Scale Preview Buyer FE to 2 instances | ---
domain: preview.marketplace.team
maintenance_mode: live
api:
memory: 2GB
router:
instances: 2
rate_limiting_enabled: enabled
search-api:
instances: 2
| ---
domain: preview.marketplace.team
maintenance_mode: live
api:
memory: 2GB
buyer-frontend:
instances: 2
router:
instances: 2
rate_limiting_enabled: enabled
search-api:
instances: 2
|
Update from Hackage at 2018-02-11T19:37:23Z | homepage: https://github.com//ats-generic#readme
changelog-type: ''
hash: dcd680b3d74eac3745b68f333ce06f02ef9dbd1ac9a07615f156c293172bfa6f
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Marshal ATS types into Haskell
changelog: ''
basic-deps:
bytestring: -any
composition-prelude: -any
base: ! '>=4.9... | homepage: https://github.com//ats-generic#readme
changelog-type: ''
hash: 1ded67820d044d290b8404a5bc2f1cd170054d69a5aaf5c0e46a09b7ee2fbe7d
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Marshal ATS types into Haskell
changelog: ''
basic-deps:
bytestring: -any
composition-prelude: -any
base: ! '>=4.9... |
Remove system dependency variable so it gets set correctly to the empty set | ---
dependencies:
- role: endpoints
- role: monitoring-common
- role: logging-config
service: swift
logdata: "{{ swift.logs }}"
- role: openstack-source
project_name: swift
system_dependencies: "{{ swift.source.system_dependencies }}"
python_dependencies: "{{ swift.source.python_dependencie... | ---
dependencies:
- role: endpoints
- role: monitoring-common
- role: logging-config
service: swift
logdata: "{{ swift.logs }}"
- role: openstack-source
project_name: swift
python_dependencies: "{{ swift.source.python_dependencies }}"
project_rev: "{{ swift.source.rev }}"
alternatives: ... |
Update conda-build-all recipe to version 1.0.4 | {% set version = "1.0.1" %}
package:
name: conda-build-all
version: {{ version }}
source:
fn: conda-build-all_v{{ version }}.tar.gz
url: https://github.com/SciTools/conda-build-all/archive/v{{version}}.tar.gz
sha256: 1e34102f9055ce99500ce8ec87933d46a482cd20b865a180f2b064b4baf345f0
build:
number: 0
... | {% set version = "1.0.4" %}
package:
name: conda-build-all
version: {{ version }}
source:
fn: conda-build-all_v{{ version }}.tar.gz
url: https://github.com/conda-tools/conda-build-all/archive/v{{version}}.tar.gz
sha256: 1a2e6b89858e8a5c6c55dd0fe64e18f7730a203740507f7746149771e22d8784
build:
number:... |
Fix rasterio pinning for v1 alpha | # Conda environment file for YATSM
# Includes optional dependencies since conda makes installing them pretty easy
name: yatsm
channels:
- r
- conda-forge
dependencies:
# Base
- python
- numpy>=1.9.0
- scipy>=0.14.0
- Cython>=0.20.1
# Statistics
- statsmodels>=0.5.0
- scikit-learn... | # Conda environment file for YATSM
# Includes optional dependencies since conda makes installing them pretty easy
name: yatsm
channels:
- r
- conda-forge
dependencies:
# Base
- python
- numpy>=1.9.0
- scipy>=0.14.0
- Cython>=0.20.1
# Statistics
- statsmodels>=0.5.0
- scikit-learn... |
Update to rubocop channel 67 | version: "2"
# Checks are enabled by default, uncomment lines to disable check.
# checks:
# argument-count:
# enabled: false
# complex-logic:
# enabled: false
# file-lines:
# enabled: false
# method-complexity:
# enabled: false
# method-count:
# enabled: false
# method-lines:
# enabl... | version: "2"
# Checks are enabled by default, uncomment lines to disable check.
# checks:
# argument-count:
# enabled: false
# complex-logic:
# enabled: false
# file-lines:
# enabled: false
# method-complexity:
# enabled: false
# method-count:
# enabled: false
# method-lines:
# enabl... |
Expand excluded minified JS files | languages:
Ruby: true
JavaScript: true
PHP: true
Python: true
exclude_paths:
- "**.min.js"
| languages:
Ruby: true
JavaScript: true
PHP: true
Python: true
exclude_paths:
- "**min.js"
|
Upgrade Cassandra version 2.1.9 -> 2.1.11 | dsc_version: 2.1.9-1
cassandra_version: 2.1.9
cassandra_tools_version: 2.1.9
dse_version: 4.7.0-1
tablesnap_version: debian/0.7.1-3
| dsc_version: 2.1.11-1
cassandra_version: 2.1.11
cassandra_tools_version: 2.1.11
dse_version: 4.7.0-1
tablesnap_version: debian/0.7.1-3
|
Add coveralls github build action | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Build master with Maven
on:
push:
branches: [ master ]
# pull_request:
# branches: [ master ]
jobs:
build:
runs-on:... | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Build master with Maven
on:
push:
branches: [ master ]
# pull_request:
# branches: [ master ]
jobs:
build:
runs-on:... |
Update TimeLimit to 3.7.1 (99) | Categories:
- System
- Time
License: GPL-3.0-only
SourceCode: https://codeberg.org/timelimit/timelimit-android
IssueTracker: https://codeberg.org/timelimit/timelimit-android/issues
AutoName: TimeLimit
RepoType: git
Repo: https://codeberg.org/timelimit/timelimit-android.git
Builds:
- versionName: 2.7.5
vers... | Categories:
- System
- Time
License: GPL-3.0-only
SourceCode: https://codeberg.org/timelimit/timelimit-android
IssueTracker: https://codeberg.org/timelimit/timelimit-android/issues
AutoName: TimeLimit
RepoType: git
Repo: https://codeberg.org/timelimit/timelimit-android.git
Builds:
- versionName: 2.7.5
vers... |
Add default deps for ubuntu 16.04 | default:
- mysql-common
- libpq5
- libsqlite3-0
- openssl
- libxml2
- libxslt1.1
- libreadline5
- libreadline6
debian-6:
- libssl0.9.8
- libmysqlclient16
- libevent-1.4-2
- libevent-core-1.4-2
- libevent-extra-1.4-2
debian-7:
- libssl1.0.0
- libmysqlclient18
- libevent-2.0-5
- libevent... | default:
- mysql-common
- libpq5
- libsqlite3-0
- openssl
- libxml2
- libxslt1.1
- libreadline5
- libreadline6
debian-6:
- libssl0.9.8
- libmysqlclient16
- libevent-1.4-2
- libevent-core-1.4-2
- libevent-extra-1.4-2
debian-7:
- libssl1.0.0
- libmysqlclient18
- libevent-2.0-5
- libevent... |
Update S3 bucket for release blobs | ---
blobstore:
provider: s3
options:
bucket_name: logsearch-for-cloudfoundry-boshrelease
final_name: logsearch-for-cloudfoundry
| ---
blobstore:
provider: s3
options:
bucket_name: logsearch-for-cloudfoundry-blobs
region: eu-west-1
endpoint: https://s3-eu-west-1.amazonaws.com
final_name: logsearch-for-cloudfoundry
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.