Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update InstaGrabber to 18.0 (46) | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-3.0-or-later
AuthorName: Austin Huang
AuthorEmail: instagrabber@austinhuang.me
AuthorWebSite: https://austinhuang.me
WebSite: https://instagrabber.austinhuang.me
SourceCode: https://github.com/austinhuang0131/instagrabber
IssueTracker: https://github.co... | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-3.0-or-later
AuthorName: Austin Huang
AuthorEmail: instagrabber@austinhuang.me
AuthorWebSite: https://austinhuang.me
WebSite: https://instagrabber.austinhuang.me
SourceCode: https://github.com/austinhuang0131/instagrabber
IssueTracker: https://github.co... |
Migrate all common articles in fixtures | - model: ddcz.creativepage
pk: 1
fields:
name: Články&Eseje
slug: clanky
model_class: ddcz.commonarticle
- model: ddcz.creativepage
pk: 2
fields:
name: Bestiář
slug: bestiar
model_class: ddcz.monster
- model: ddcz.creativepage
pk: 3
fields:
name: Nová Povolání
slug: novapo... | - model: ddcz.creativepage
pk: 1
fields:
name: Články&Eseje
slug: clanky
model_class: ddcz.commonarticle
- model: ddcz.creativepage
pk: 2
fields:
name: Bestiář
slug: bestiar
model_class: ddcz.monster
- model: ddcz.creativepage
pk: 3
fields:
name: Nová Povolání
slug: novapo... |
Use PMCOA_CUSTOM for test project instead of specific file on FTP | name: TextMiningCounter
version: 0.1
url: https://github.com/jakelever/pubrunner/tree/master/examples/TextMiningCounter
resources:
full:
# - PUBMED:
# format: txt
- PMCOA:
format: txt
test:
# - PUBMED_CUSTOM:
# pmids: 29590681
# format: txt
# rename: PUBMED... | name: TextMiningCounter
version: 0.1
url: https://github.com/jakelever/pubrunner/tree/master/examples/TextMiningCounter
resources:
full:
- PUBMED:
format: txt
- PMCOA:
format: txt
test:
- PUBMED_CUSTOM:
pmids: 29590681
format: txt
rename: PUBMED
... |
Update from Hackage at 2018-09-08T12:01:14Z | homepage: https://github.com/minad/paripari#readme
changelog-type: ''
hash: b82fc32c44106458177392b312e05a26e127a8f1fddd519cf494ca764ad69773
test-bench-deps: {}
maintainer: Daniel Mendler <mail@daniel-mendler.de>
synopsis: Fast-path parser combinators with fallback for error reporting
changelog: ''
basic-deps:
bytest... | homepage: https://github.com/minad/paripari#readme
changelog-type: ''
hash: 46fb819fddd384a69fd731601218b6d815b8c2dd9c4943eafa1a6d91a0b2fdc4
test-bench-deps:
bytestring: ! '>=0.10 && <0.11'
base: ! '>=4.8 && <5'
parser-combinators: ! '>=1.0 && <1.1'
text: ! '>=0.11 && <1.3'
paripari: -any
tasty-hunit: -any
... |
Test on earlier versions of Python. | os:
- linux
- osx
matrix:
allow_failures:
- os: osx
language: python
python:
- "3.4"
- "3.5"
install:
- "pip install -r requirements-hacking.txt"
script: make unittest
| os:
- linux
- osx
matrix:
allow_failures:
- os: osx
language: python
python:
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install:
- "pip install -r requirements-hacking.txt"
script: make unittest
|
Use the latest Rubies on Travis CI | language: ruby
rvm:
- "1.9.3"
- "2.0.0"
- "2.1.8"
- "2.2.4"
- "2.3.0"
before_install:
- gem update bundler
| language: ruby
rvm:
- "1.9.3"
- "2.0.0"
- "2.1.10"
- "2.2.7"
- "2.3.4"
- "2.4.1"
before_install:
- gem update bundler
|
Add custom PPA because shit's outdated, yo. | before_install:
- sudo chmod 755 ./vendor/bin/youtube-dl
- sudo apt-get update -qq
- sudo apt-get install -qq ffmpeg
rvm:
- 1.9.3 # EOL, but still supporting
- 2.0.0 # Oldest stable
- 2.2.3 # Current stable
- jruby-head # JRuby
- rbx-2 # Rubinius
notifications:
slack: layer8x:cvixULdjCINfq7u9Zs1rS0VY... | before_install:
- sudo chmod 755 ./vendor/bin/youtube-dl
- sudo add-apt-repository ppa:mc3man/trusty-media
- sudo apt-get update -qq
- sudo apt-get install -qq ffmpeg
rvm:
- 1.9.3 # EOL, but still supporting
- 2.0.0 # Oldest stable
- 2.2.3 # Current stable
- jruby-head # JRuby
- rbx-2 # Rubinius
noti... |
Add Node 4.x to the test matrix | language: node_js
node_js:
- "0.8"
- "0.10"
- "0.12"
git:
depth: 1
#matrix:
#fast_finish: true
#allow_failures:
#- node_js: "0.11"
notifications:
irc: "irc.freenode.org#socket.io"
| language: node_js
node_js:
- "0.8"
- "0.10"
- "0.12"
- "4"
git:
depth: 1
#matrix:
#fast_finish: true
#allow_failures:
#- node_js: "0.11"
notifications:
irc: "irc.freenode.org#socket.io"
|
Use the docker version of Ubuntu 14.04 | language: node_js
matrix:
include:
- os: linux
dist: trusty
sudo: required
node_js: "6"
script:
- DEBUG=zyre* npm test
after_success:
- npm run build:docs
deploy:
provider: pages
skip_cleanup: true
local_dir: docs
github_token: $GITHUB_TOKEN
on:
branch: master
| language: node_js
matrix:
include:
- os: linux
dist: trusty
sudo: false
node_js: "6"
script:
- DEBUG=zyre* npm test
after_success:
- npm run build:docs
deploy:
provider: pages
skip_cleanup: true
local_dir: docs
github_token: $GITHUB_TOKEN
on:
branch: master
|
Use the .NET Core 2.1 preview 2 tooling | language: csharp
dist: trusty
sudo: false
solution: FluentMigrator.sln
mono: latest
dotnet: 2.1.103
script:
- dotnet build ./FluentMigrator.sln
- dotnet test ./test/FluentMigrator.Tests/FluentMigrator.Tests.csproj
--filter 'TestCategory!=NotWorkingOnMono&(TestCategory!=Integration|(TestCategory=Integration&(TestCateg... | language: csharp
dist: trusty
sudo: false
solution: FluentMigrator.sln
mono: latest
dotnet: 2.1.300-preview2-008533
script:
- dotnet build ./FluentMigrator.sln
- dotnet test ./test/FluentMigrator.Tests/FluentMigrator.Tests.csproj
--filter 'TestCategory!=NotWorkingOnMono&(TestCategory!=Integration|(TestCategory=Integr... |
Update php versions for ci testing | language: php
php:
- '7.0'
- '7.1'
install:
- composer install
script:
- vendor/bin/phpunit --bootstrap vendor/autoload.php tests -c phpunit.xml
| language: php
php:
- '7.1'
- '7.2'
- '7.3'
install:
- composer install
script:
- vendor/bin/phpunit --bootstrap vendor/autoload.php tests -c phpunit.xml
|
Remove 5.3 and 5.4 from testing matrix | sudo: false
language: php
cache:
directories:
- $HOME/.composer/cache
matrix:
fast_finish: true
include:
- php: 5.3
- php: 5.4
- php: 5.5
env:
- EXECUTE_CS_CHECK=true
- php: 5.6
env:
- EXECUTE_COVERAGE=true
- php: 7
- php: hhvm
allow_failures:
- ph... | sudo: false
language: php
cache:
directories:
- $HOME/.composer/cache
matrix:
fast_finish: true
include:
- php: 5.5
env:
- EXECUTE_CS_CHECK=true
- php: 5.6
env:
- EXECUTE_COVERAGE=true
- php: 7
- php: hhvm
allow_failures:
- php: 7
- php: hhvm
notifi... |
Allow Go tip failures on Travis | language: go
go:
- 1.2
- tip
before_install:
- go install -race std
- go get code.google.com/p/go.tools/cmd/cover
script:
- go test -race ./...
- go test -cover ./...
| language: go
go:
- 1.2
- tip
before_install:
- go install -race std
- go get code.google.com/p/go.tools/cmd/cover
script:
- go test -race ./...
- go test -cover ./...
matrix:
allow_failures:
- go: tip
|
Add forgot dependency to Travis | language: rust
notifications:
irc: "irc.mozilla.org#piston-internals"
os:
- linux
- osx
env:
global:
- secure: OOHeOC7ZhCPV56VgnjUJJ3DNHHgBcE/mnfGzfbSgCQOafc5+Ec5bcuGuC98GqWwIjOFiMd+pD0BacZBCqsFfdsIasa/l4cm7OXtrHdK8imvpcHKGoF/8NfraZPvlpYty5dDswApRKbXM+f8zw4lg4pBrOb02HFFOeVQZoXuBkzg=
- LD... | language: rust
notifications:
irc: "irc.mozilla.org#piston-internals"
os:
- linux
- osx
env:
global:
- secure: OOHeOC7ZhCPV56VgnjUJJ3DNHHgBcE/mnfGzfbSgCQOafc5+Ec5bcuGuC98GqWwIjOFiMd+pD0BacZBCqsFfdsIasa/l4cm7OXtrHdK8imvpcHKGoF/8NfraZPvlpYty5dDswApRKbXM+f8zw4lg4pBrOb02HFFOeVQZoXuBkzg=
- LD... |
Reduce the size of the git repository downloaded during TravisCI testing. | language: java
jdk:
- openjdk7
- oraclejdk7
rvm:
- 1.9.3
install:
- rvm use 1.9.3
- gem install bundler
- bundle install
script: buildr clean package
| language: java
jdk:
- openjdk7
- oraclejdk7
rvm:
- 1.9.3
install:
- rvm use 1.9.3
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
|
Use the container-based infrastructure on Travis | language: php
php:
- 5.5
- 5.6
- system
- hhvm
env:
global:
- COMPOSER_ROOT_VERSION=dev-master
matrix:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
before_install:
- >
if [[ "$TRAVIS_PHP_VERSION" == "system" ]]; then
pushd $HOME;
git clone https://github.com/... | language: php
php:
- 5.5
- 5.6
- system
- hhvm
sudo: false
env:
global:
- COMPOSER_ROOT_VERSION=dev-master
matrix:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
before_install:
- >
if [[ "$TRAVIS_PHP_VERSION" == "system" ]]; then
pushd $HOME;
git clone https:... |
Test with PHP 7.2, 7.3, and 7.4 | language: php
sudo: false
git:
submodules: false
cache:
directories:
- vendor
- $HOME/.composer
php:
- 5.5
- 5.6
- 7.0
install:
- export PATH=$PATH:~/.composer/vendor/bin
- which php-cs-fixer || composer global require fabpot/php-cs-fixer
- composer install
script:
- vendor/bin/phpunit
- php... | language: php
sudo: false
git:
submodules: false
cache:
directories:
- vendor
- $HOME/.composer
php:
- 7.2
- 7.3
- 7.4
install:
- export PATH=$PATH:~/.composer/vendor/bin
- which php-cs-fixer || composer global require fabpot/php-cs-fixer
- composer install
script:
- vendor/bin/phpunit
- php... |
Add creation of tmp dir to Travis file | language: python
python:
- "2.6"
- "2.7"
- "3.4"
matrix:
allow_failures:
- python: "2.7"
- python: "3.4"
fast_finish: true
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install stomp.py
- pip install python-daemon
- pip install python-ldap
... | language: python
python:
- "2.6"
- "2.7"
- "3.4"
matrix:
allow_failures:
- python: "2.7"
- python: "3.4"
fast_finish: true
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install stomp.py
- pip install python-daemon
- pip install python-ldap
... |
Add coverity scan to Travis CI | language: c
script: scripts/install
| language: c
script: scripts/install
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "HPlWGkgN/lL1D/KBH19mmWQzaKW+9Ok5sfGd4xrKi+q1+HcCQjZqynk5qidsSmvOLn7oCLxzebwhHS66wqEfUBPBmJODYfgmNFAir/75... |
Add truffleruby to build matrix | sudo: false
cache: bundler
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- jruby
| sudo: false
cache: bundler
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- jruby
- truffleruby
|
Update Travis to use latest npm version | language: node_js
services: mongodb
node_js:
- 6
cache:
directories:
- node_modules
script:
- npm run first
- npm test
- npm run build | language: node_js
services: mongodb
node_js:
- 6
cache:
directories:
- node_modules
before_install:
- npm i -g npm@latest
script:
- npm run first
- npm test
- npm run build |
Use fineuploader sauce access key | ---
language: node_js
node_js:
- '0.10'
before_install:
- sudo apt-get update -qq
- npm install -g grunt-cli
- git submodule update --init --recursive
env:
global:
- secure: |-
caiZawX1I0N6l9lh9ksYXf7SaoinQckitLw1Be8SY4UnG8fUKOoRN3qhAzf7
KaJeafrGDpQEkvt8BARaRRHGfReUcfLfcY8jvq5t2t8yEESpwtOrAfavAWP7
... | ---
language: node_js
node_js:
- '0.10'
before_install:
- sudo apt-get update -qq
- npm install -g grunt-cli
- git submodule update --init --recursive
before_script:
- grunt prepare
- grunt build
script:
- grunt travis
env:
global:
- secure: |-
gHDpZQb3YZtwxHnYCwP/mMeqNDU1OCptFtZ/2wfY/R81Of5JXnwO4nvk3ZT+
... |
Exclude master build from old rubies | rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
gemfile:
- Gemfile
- test/gemfiles/Gemfile.rails-4.0.x
- test/gemfiles/Gemfile.rails-4.1.x
- test/gemfiles/Gemfile.rails-4.2.x
notifications:
email: false
campfire:
on_success: change
on_failure: always
rooms:
- secure: "RkdRnCTQkmW7izb9+p9XB8pDrj... | rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
gemfile:
- Gemfile
- test/gemfiles/Gemfile.rails-4.0.x
- test/gemfiles/Gemfile.rails-4.1.x
- test/gemfiles/Gemfile.rails-4.2.x
matrix:
exclude:
- gemfile: Gemfile
rvm: 1.9.3
- gemfile: Gemfile
rvm: 2.0.0
notifications:
email: false
campfire:
... |
Set up Travis for Chrome stable | # https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
language: node_js
dist: trusty
# https://docs.travis-ci.com/user/gui-and-headless-browsers/#using-the-chrome-addon-in-the-headless-mode
addons:
chrome: stable
node_js:
- 10
- 8
sudo: false
before_script:
- sh test/server-start.sh &
- SERVER_P... | # https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
language: node_js
dist: trusty
node_js:
- 10
- 8
addons:
chrome: stable
# allow headful tests
# https://github.com/GoogleChrome/puppeteer/blob/v1.11.0/docs/troubleshooting.md#running-puppeteer-on-travis-ci
before_install:
# Enable user namespa... |
Split different linters into different jobs. | language: java
# Only for newer ant, containers on Travis only have ant 1.8.2 which fails
sudo: required
dist: trusty
jdk:
- oraclejdk8
env:
global:
- GH_REF: github.com/dbeyer/java-smt.git
install:
- ant resolve-dependencies -Divy.repo.url=http://www.sosy-lab.org/ivy
script:
- ant build-project-ecj
- ant c... | language: java
# Only for newer ant, containers on Travis only have ant 1.8.2 which fails
sudo: required
dist: trusty
jdk:
- oraclejdk8
env:
global:
- GH_REF: github.com/dbeyer/java-smt.git
install:
- ant resolve-dependencies -Divy.repo.url=http://www.sosy-lab.org/ivy
matrix:
include:
- script:
- an... |
Set install for different php version | language: php
php:
- 7.1
- 7.2
- nightly
sudo: false
matrix:
fast_finish: true
include:
- php: '7.2'
env:
- COVERAGE=true
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
allow_failures:
- php: nightly
env: NIGHLTY=true
- php: 7.0
install:
- c... | language: php
php:
- 7.1
- 7.2
- nightly
sudo: false
matrix:
fast_finish: true
include:
- php: '7.2'
env:
- COVERAGE=true
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
allow_failures:
- php: nightly
env: NIGHLTY=true
- php: 7.0
install:
- c... |
Add last version of ruby for running ci | language: ruby
sudo: false
cache:
- bundler
- apt
services:
- memcached
addons:
apt:
packages:
- lighttpd
- libfcgi-dev
before_install:
- gem env version | grep '^\(2\|1.\(8\|9\|[0-9][0-9]\)\)' || gem update --system
- gem list -i bundler || gem install bundler
script: bundle exec rake c... | language: ruby
sudo: false
cache:
- bundler
- apt
services:
- memcached
addons:
apt:
packages:
- lighttpd
- libfcgi-dev
before_install:
- gem env version | grep '^\(2\|1.\(8\|9\|[0-9][0-9]\)\)' || gem update --system
- gem list -i bundler || gem install bundler
script: bundle exec rake c... |
Use OpenJDK for Travis builds | language: java
jdk: oraclejdk8
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/ | language: java
jdk: openjdk8
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
addons:
apt:
packages:
- openjdk-8-jdk |
Update Ruby 2.5 to 2.5.3 | language: ruby
env:
- RUN_COVERAGE_REPORT=true
rvm:
- 2.3.3
- 2.4.1
- 2.5.0
- 2.6.0
before_install:
- 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc'
- gem install bundler
- bundle update simplecov
- bundle install --path vendor/bundle
# uncomment this line if your project needs to run something othe... | language: ruby
env:
- RUN_COVERAGE_REPORT=true
rvm:
- 2.3.3
- 2.4.1
- 2.5.3
- 2.6.0
before_install:
- 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc'
- gem install bundler
- bundle update simplecov
- bundle install --path vendor/bundle
# uncomment this line if your project needs to run something othe... |
Change CS fixer rules to match Symfony ones | preset: symfony
enabled:
- align_double_arrow
- newline_after_open_tag
- ordered_use
- long_array_syntax
- php_unit_construct
- php_unit_strict
disabled:
- unalign_double_arrow
- unalign_equals
finder:
not-name:
- "*.php.twig"
not-path:
- "src/StyleCI/Fixers.php"
| preset: symfony
enabled:
- newline_after_open_tag
- ordered_use
- long_array_syntax
- php_unit_construct
- php_unit_strict
finder:
not-name:
- "*.php.twig"
not-path:
- "src/StyleCI/Fixers.php"
|
Disable unnecessary code style rules | preset: laravel
disabled:
- laravel_braces
- single_class_element_per_statement
- laravel_phpdoc_alignment
| preset: laravel
disabled:
- laravel_braces
- single_class_element_per_statement
- laravel_phpdoc_alignment
- laravel_phpdoc_separation
|
Update from Hackage at 2017-01-28T23:37:38Z | homepage: https://github.com/louispan/glazier#readme
changelog-type: ''
hash: 29c57c4f40c64bfc8e0d7db11a618d3de005feb058f67728d6fe16408582ee5c
test-bench-deps: {}
maintainer: louis@pan.me
synopsis: Composable widgets framework
changelog: ''
basic-deps:
semigroupoids: ! '>=5 && <6'
base: ! '>=4.7 && <5'
lens: ! '>... | homepage: https://github.com/louispan/glazier#readme
changelog-type: ''
hash: 29c57c4f40c64bfc8e0d7db11a618d3de005feb058f67728d6fe16408582ee5c
test-bench-deps: {}
maintainer: louis@pan.me
synopsis: Composable widgets framework
changelog: ''
basic-deps:
semigroupoids: ! '>=5 && <6'
base: ! '>=4.7 && <5'
lens: ! '>... |
Clean Blog theme config baseurl | # Site settings
title: Clean Blog
header-img: img/home-bg.jpg
email: your-email@yourdomain.com
copyright_name: Your/Project/Corporate Name
description: "Write your site description here. It will be used as your sites meta description as well!"
baseurl: "/startbootstrap-clean-blog-jekyll"
url: "http://yourdomain.com"
tw... | # Site settings
title: Clean Blog
header-img: img/home-bg.jpg
email: your-email@yourdomain.com
copyright_name: Your/Project/Corporate Name
description: "Write your site description here. It will be used as your sites meta description as well!"
baseurl: "/"
url: "http://yourdomain.com"
twitter_username: SBootstrap
githu... |
Update path to external utils | # Shallow checkout sources on Windows
steps:
- checkout: none
- script: |
@echo on
set PATH=$(Agent.HomeDirectory)\externals;"%PATH%
git init
git remote add origin "$(Build.Repository.Uri)"
git fetch --progress --no-tags --depth=1 origin "$(Build.SourceVersion)"
git checkout "$(... | # Shallow checkout sources on Windows
steps:
- checkout: none
- script: |
@echo on
set PATH=$(Agent.HomeDirectory)\bin\externals;"%PATH%
git init
git remote add origin "$(Build.Repository.Uri)"
git fetch --progress --no-tags --depth=1 origin "$(Build.SourceVersion)"
git checkout... |
Update from Hackage at 2019-01-06T00:47:14Z | homepage: ''
changelog-type: ''
hash: 293ece9d24f5589691f645bc7fe8d830652cb53991fccce26d9827a376257027
test-bench-deps: {}
maintainer: dhelta.diaz@gmail.com
synopsis: Set of bytes.
changelog: ''
basic-deps:
base: ==4.*
binary: -any
all-versions:
- 0.1.0.0
- 0.1.1.0
author: Daniel Díaz
latest: 0.1.1.0
description-ty... | homepage: ''
changelog-type: ''
hash: 5760b38d7f1ea6f6cb86e4d22c1d2761f37fddc2c60683d415e3115e73effdd1
test-bench-deps: {}
maintainer: dhelta.diaz@gmail.com
synopsis: Set of bytes.
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
binary: -any
all-versions:
- 0.1.0.0
- 0.1.1.0
author: Daniel Díaz
latest: 0.1.1.0
desc... |
Update Offline Puzzle Solver to 2.0 (2) | Categories:
- Games
License: GPL-3.0-or-later
AuthorName: 20kdc
SourceCode: https://gitlab.com/20kdc/offline-puzzle-solver
IssueTracker: https://gitlab.com/20kdc/offline-puzzle-solver/-/issues
AutoName: Offline Puzzle Solver
RepoType: git
Repo: https://gitlab.com/20kdc/offline-puzzle-solver.git
Builds:
- version... | Categories:
- Games
License: GPL-3.0-or-later
AuthorName: 20kdc
SourceCode: https://gitlab.com/20kdc/offline-puzzle-solver
IssueTracker: https://gitlab.com/20kdc/offline-puzzle-solver/-/issues
AutoName: Offline Puzzle Solver
RepoType: git
Repo: https://gitlab.com/20kdc/offline-puzzle-solver.git
Builds:
- version... |
Set default signing algorithm HS512 (DEV-99) | ncl:
jwt:
# please set value for the variable (${jwt.apiKey}) externally (e.g., environment variables, properties file)
apiKey: ${jwt.apiKey}
| ncl:
jwt:
# please set value for the variable (${jwt.apiKey}) externally (e.g., environment variables, properties file)
apiKey: ${jwt.apiKey}
signing-algorithm: HS512
|
Disable roadrunner if php_engine is php-fpm | - name: Download and unpack RoadRunner
shell: >
curl -sSL https://github.com/spiral/roadrunner/releases/download/v{{ rr_version }}/roadrunner-{{ rr_version }}-linux-amd64.tar.gz | \
tar -xz --no-same-owner --no-same-permissions --strip 1 roadrunner-{{ rr_version }}-linux-amd64/rr
args:
chdir: /usr/loca... | - name: Download and unpack RoadRunner
shell: >
curl -sSL https://github.com/spiral/roadrunner/releases/download/v{{ rr_version }}/roadrunner-{{ rr_version }}-linux-amd64.tar.gz | \
tar -xz --no-same-owner --no-same-permissions --strip 1 roadrunner-{{ rr_version }}-linux-amd64/rr
args:
chdir: /usr/loca... |
Remove singleton and comp rules. | plugins: fromfilename convert fetchart embedart lastgenre duplicates
directory: '~/Music/Music'
bell: yes
paths:
singleton: '_Singles/$artist/$title'
comp: '_Various/$album%aunique{}/$track $title'
default: '$albumartist/$album%aunique{}/$track $title'
convert:
auto: yes
copy_album_art: yes
embedart:
ifempt... | plugins: fromfilename convert fetchart embedart lastgenre duplicates
directory: '~/Music/Music'
bell: yes
paths:
default: '$albumartist/$album%aunique{}/$track $title'
convert:
auto: yes
copy_album_art: yes
embedart:
ifempty: yes
remove_art_file: yes
|
Use rake task to report test coverage | box: tisplang/tisp-build
build:
steps:
- script:
name: env
code: |
export GOPATH=~
export PATH=$GOPATH/bin:$PATH
- setup-go-workspace
- script:
name: install dependencies
code: rake install_deps
- script:
name: lint
code: rake lint
- script:... | box: tisplang/tisp-build
build:
steps:
- script:
name: env
code: |
export GOPATH=~
export PATH=$GOPATH/bin:$PATH
- setup-go-workspace
- script:
name: install dependencies
code: rake install_deps
- script:
name: lint
code: rake lint
- script:... |
Build container during CI build | box: ami-7f97d816
box-type: ami
build:
steps:
- script:
name: Go workspace
code: |
sudo apt-get update -y -qq
sudo apt-get install git -y -qq
wget https://go.googlecode.com/files/go1.1.linux-amd64.tar.gz
sudo tar -C /us... | box: ami-7f97d816
box-type: ami
build:
steps:
- script:
name: Go workspace
code: |
sudo apt-get update -y -qq
sudo apt-get install git -y -qq
wget https://go.googlecode.com/files/go1.1.linux-amd64.tar.gz
sudo tar -C /us... |
Disable RegexpLiteral cop in gemspec | # The default 79 character limit is sometimes unproductive.
LineLength:
Max: 100
# The default 10 lines limit is unrealistic.
MethodLength:
Max: 15
RegexpLiteral:
Exclude:
- '**/Guardfile'
| # The default 79 character limit is sometimes unproductive.
LineLength:
Max: 100
# The default 10 lines limit is unrealistic.
MethodLength:
Max: 15
RegexpLiteral:
Exclude:
- '**/*.gemspec'
- '**/Guardfile'
|
Update Test Kitchen platforms to the latest | driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-7.2
- name: debian-7.11
- name: debian-8.5
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: ubuntu-16.04-chef-12.1
driver_config:
box: bento/ubuntu-16.04
provisioner:
require_chef_o... | driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-7.2
- name: debian-7.11
- name: debian-8.6
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: ubuntu-16.04-chef-12.1
driver_config:
box: bento/ubuntu-16.04
provisioner:
require_chef_o... |
Add spaces to tabs/tabs to spaces functional testing |
stages:
- test
help_test_job:
stage: test
script:
- scripts/AugmentLines.py -h
- scripts/CsvToJson.py -h
- scripts/GenerateConfigs.py -h
- scripts/JsonToXml.py -h
- scripts/Parallelize.py -h
- scripts/RandomSleep.py -h
- scripts/Template.py -h
- scripts/WatchFiles.py -h
only:
... |
stages:
- test
help_test_job:
stage: test
script:
- scripts/AugmentLines.py -h
- scripts/CsvToJson.py -h
- scripts/GenerateConfigs.py -h
- scripts/JsonToXml.py -h
- scripts/Parallelize.py -h
- scripts/RandomSleep.py -h
- scripts/Template.py -h
- scripts/WatchFiles.py -h
only:
... |
Change interface name so it matches what the AWS instances have | influxdb_configuration_dir: /etc/opt/influxdb
telegraf_flush_retries: 3
iface: enp0s8 #interface which telegraf clients will connect to on the grafana machine.
influxdb_url: http://{{ hostvars['grafana']['ansible_' + iface]['ipv4']['address'] }}:8086
grafana_custom_dashboard: ../training-dashboard.json
grafana_data_sou... | influxdb_configuration_dir: /etc/opt/influxdb
telegraf_flush_retries: 3
iface: eth0 #interface which telegraf clients will connect to on the grafana machine.
influxdb_url: http://{{ hostvars['grafana']['ansible_' + iface]['ipv4']['address'] }}:8086
grafana_custom_dashboard: ../training-dashboard.json
grafana_data_sourc... |
Add sudo for java version changes. | ---
- name: install pip
sudo: yes
shell: "wget -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py && python /tmp/get-pip.py"
tags:
- bootstrap
- name: add openjdk ppa
sudo : yes
apt_repository: repo='ppa:openjdk-r/ppa'
tags:
- bootstrap
- name: install system pkgs
sudo: yes
apt: "pkg={{ i... | ---
- name: install pip
sudo: yes
shell: "wget -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py && python /tmp/get-pip.py"
tags:
- bootstrap
- name: add openjdk ppa
sudo : yes
apt_repository: repo='ppa:openjdk-r/ppa'
tags:
- bootstrap
- name: install system pkgs
sudo: yes
apt: "pkg={{ i... |
Update from Hackage at 2015-07-31T00:38:49+0000 | homepage: http://hspec.github.io/
changelog-type: ''
hash: 8e0d3f3777adfc008abab0c5b946bbed9701cea06f654ad1214049fe832cabde
test-bench-deps:
hspec-contrib: -any
logging-facade: -any
base: ==4.*
hspec: -any
hspec-core: -any
HUnit: -any
QuickCheck: -any
maintainer: Simon Hengel <sol@typeful.net>
synopsis: C... | homepage: http://hspec.github.io/
changelog-type: ''
hash: a09551085f89d695952dff3c61532b02afc96d018504bb63c377b9631e2e7b95
test-bench-deps:
hspec-contrib: -any
base: ==4.*
hspec: -any
hspec-core: -any
HUnit: -any
QuickCheck: -any
maintainer: Simon Hengel <sol@typeful.net>
synopsis: Contributed functionalit... |
Update from Hackage at 2020-07-12T05:28:10Z | homepage: http://github.com/cutsea110/stable-marriage
changelog-type: markdown
hash: 1e29215f2d71ce5b4ec698fc49dd5264cbb58a6baca67183ccdca1fed56394aa
test-bench-deps: {}
maintainer: cutsea110@gmail.com
synopsis: algorithms around stable marriage
changelog: |+
RELEASE-0.1.3.0
================
* maintenance
basi... | homepage: http://github.com/cutsea110/stable-marriage
changelog-type: markdown
hash: 7ee37f2c44cf79b513614a1a7b48d0576f4c50b6e30cf7db726ce80d0178c508
test-bench-deps:
base: '>=4.12.0.0 && <4.14'
ghc-prim: ^>=0.5.3
maintainer: cutsea110@gmail.com
synopsis: algorithms around stable marriage
changelog: |+
RELEASE-0.... |
Increase code coverage threshold to 0.07. | comment: off
coverage:
status:
project:
default:
target: auto
threshold: 0.03
base: auto
patch: off
| comment: off
coverage:
status:
project:
default:
target: auto
threshold: 0.07
base: auto
patch: off
|
Rename send_to_central_server in sync_log for easier understanding | ---
- name: copy hdw info script
copy: src=hdw_info.sh dest=/tmp/hdw_info.sh mode=755
when: send_to_central_server|bool == True
- name: Collect hardware information
command: bash /tmp/hdw_info.sh
when: send_to_central_server|bool == True
- name: A way to get the public IP of the device
shell: wget -qO- http... | ---
- name: copy hdw info script
copy: src=hdw_info.sh dest=/tmp/hdw_info.sh mode=755
when: sync_log|bool == True
- name: Collect hardware information
command: bash /tmp/hdw_info.sh
when: sync_log|bool == True
- name: A way to get the public IP of the device
shell: wget -qO- http://ipecho.net/plain ; echo
... |
Update Badreads to 0.1.0 (10) | Categories:
- Reading
License: GPL-3.0-only
SourceCode: https://github.com/fenimore/badreads
IssueTracker: https://github.com/fenimore/badreads/issues
AutoName: Badreads
RepoType: git
Repo: https://github.com/fenimore/badreads
Builds:
- versionName: 0.0.4
versionCode: 4
commit: v0.0.4
subdir: app
... | Categories:
- Reading
License: GPL-3.0-only
SourceCode: https://github.com/fenimore/badreads
IssueTracker: https://github.com/fenimore/badreads/issues
AutoName: Badreads
RepoType: git
Repo: https://github.com/fenimore/badreads
Builds:
- versionName: 0.0.4
versionCode: 4
commit: v0.0.4
subdir: app
... |
Update from Hackage at 2015-08-18T07:38:55+0000 | homepage: https://github.com/marcinmrotek/hsqml-datamodel
changelog-type: ''
hash: 94659b2b7e740c8430e93adab341659a6c9690e8e7868ca8013812ee88f2babf
test-bench-deps: {}
maintainer: marcin.jan.mrotek@gmail.com
synopsis: HsQML (Qt5) data model.
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
text: ! '>=1.0 && <1.3'
... | homepage: https://github.com/marcinmrotek/hsqml-datamodel
changelog-type: ''
hash: 1411540feec8865be5c4d8f63d3525acfedd44fb96cec179ec9346f9a56b8203
test-bench-deps: {}
maintainer: marcin.jan.mrotek@gmail.com
synopsis: HsQML (Qt5) data model.
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
text: ! '>=1.0 && <1.3'
... |
Update wrapt to version 1.10.11 | {% set name = "wrapt" %}
{% set version = "1.10.10" %}
{% set sha256 = "42160c91b77f1bc64a955890038e02f2f72986c01d462d53cb6cb039b995cdd9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name ... | {% set name = "wrapt" %}
{% set version = "1.10.11" %}
{% set sha256 = "d4d560d479f2c21e1b5443bbd15fe7ec4b37fe7e53d335d3b9b0a7b1226fe3c6" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name ... |
Use --renew-by-default instead of --keep-until-expiring | ---
certbot_src: /root
certbot_email: test@example.com
certbot_domains:
- "{{ ansible_fqdn }}"
certbot_renewal_docroot: /var/www/certbot-auto
certbot_command: "{{ certbot_src }}/certbot/certbot-auto certonly --keep-until-expiring --standalone --standalone-supported-challenges http-01 --agree-tos --text {% for domain... | ---
certbot_src: /root
certbot_email: test@example.com
certbot_domains:
- "{{ ansible_fqdn }}"
certbot_renewal_docroot: /var/www/certbot-auto
certbot_command: "{{ certbot_src }}/certbot/certbot-auto certonly --renew-by-default --standalone --standalone-supported-challenges http-01 --agree-tos --text {% for domain in... |
Add jupyterlab extension install step | {% set name = "jupyterlab-nvdashboard" %}
{% set version = "0.1.11" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/rapidsai/{{ name }}/archive/{{ version }}.tar.gz
sha256: 6cc0d741edf3e9865b8a0cd8eab1c0cb6de131e79001519bb3a1756b165d2617
build:
noarch: python
num... | {% set name = "jupyterlab-nvdashboard" %}
{% set version = "0.1.11" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/rapidsai/{{ name }}/archive/{{ version }}.tar.gz
sha256: 6cc0d741edf3e9865b8a0cd8eab1c0cb6de131e79001519bb3a1756b165d2617
build:
noarch: python
num... |
Fix a github issue form sentence | name: Best Practice
description: Report a best practice issue, such as a language feature or README update.
labels: ["needs triage", "best practice"]
body:
- type: markdown
attributes:
value: |
## Hello 👋
If this issue involves a defect with the library, please file a Bug Report issue inste... | name: Best Practice
description: Report a best practice issue, such as a language feature or README update.
labels: ["needs triage", "best practice"]
body:
- type: markdown
attributes:
value: |
## Hello 👋
If this issue involves a defect with the library, please file a Bug Report issue inste... |
Remove verbose output of tests | version: '{branch}-{build}'
os: Visual Studio 2015
configuration: Release
branches:
only:
- master
init: []
before_build:
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
build_script:
- md build-vc
- cd build-vc
- cmake -Wno-dev ..
- cmake --build .
t... | version: '{branch}-{build}'
os: Visual Studio 2015
configuration: Release
branches:
only:
- master
init: []
before_build:
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
build_script:
- md build-vc
- cd build-vc
- cmake -Wno-dev ..
- cmake --build .
t... |
Remove delay when waiting for port to become available. | ---
- name: Copy the Dynatrace fixpack file to /tmp
copy: src="{{ playbook_dir }}/roles/{{ dynatrace_server_role_name }}/files/{{ dynatrace_server_fixpack_file_name }}" dest="/tmp/{{ dynatrace_server_fixpack_file_name }}"
- name: Wait for the Dynatrace Server to become available via port 8020
wait_for: port=8020 d... | ---
- name: Copy the Dynatrace fixpack file to /tmp
copy: src="{{ playbook_dir }}/roles/{{ dynatrace_server_role_name }}/files/{{ dynatrace_server_fixpack_file_name }}" dest="/tmp/{{ dynatrace_server_fixpack_file_name }}"
- name: Wait for the Dynatrace Server to become available via port 8020
wait_for: port=8020 s... |
Move validation parameter inside the form | name: Feed
version: 1.1.0
description: The **Feed** plugin is a simple yet powerful add-on that lets you view a Grav Collection as **RSS** or **Atom** news feed.
icon: rss
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-feed
demo: http://dem... | name: Feed
version: 1.1.0
description: The **Feed** plugin is a simple yet powerful add-on that lets you view a Grav Collection as **RSS** or **Atom** news feed.
icon: rss
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-feed
demo: http://dem... |
Fix test command in CI config. | image: Visual Studio 2015
build: false
environment:
matrix:
- PYTHON_VERSION: 3.4
MINICONDA: C:\Miniconda3
init:
- "echo %PYTHON_VERSION% %MINICONDA%"
install:
- cmd: git submodule update --init --recursive
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set ... | image: Visual Studio 2015
build: false
environment:
matrix:
- PYTHON_VERSION: 3.4
MINICONDA: C:\Miniconda3
init:
- "echo %PYTHON_VERSION% %MINICONDA%"
install:
- cmd: git submodule update --init --recursive
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set ... |
Remove old chocolately download of gitversion | install:
- choco install gitversion.portable -version 3.0.0-beta0004 -pre -y
nuget:
account_feed: true
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
configuration: Release
build:
project: PlayerRank.sln
verbosity: minimal
after_build:
- cmd: nuget p... | nuget:
account_feed: true
before_build:
- nuget restore
configuration: Release
build:
project: PlayerRank.sln
verbosity: minimal
after_build:
- cmd: nuget pack PlayerRank\PlayerRank.csproj -version "%GitVersion_NuGetVersion%" -prop "target=Release"
- cmd: appveyor PushArtifact "PlayerRank.%GitVersion_Nu... |
Remove the commented shit from config file. | version: 1.1.{build}
os: Visual Studio 2015
environment:
BOOST_ROOT: C:\Libraries\boost_1_59_0
BOOST_LIBDIR: C:\Libraries\boost_1_59_0\stage\lib
platform:
- Win32
- x64
configuration:
- Debug
- Release
install:
- cmd: cmake --help
#- cmd: msbuild /version
clone_folder: C:\projects\json-voorhees
before_b... | version: 1.1.{build}
os: Visual Studio 2015
platform:
- Win32
- x64
configuration:
- Debug
- Release
install:
- cmd: msbuild /version
clone_folder: C:\projects\json-voorhees
before_build:
- cmd: cd C:\projects\json-voorhees\msvc\vs2015
- cmd: nuget restore
build:
project: C:\projects\json-voorhees\msvc\... |
Update tests to use Go 1.15 | version: "1.0.{build}"
stack: go 1.14
clone_folder: c:\gopath\src\github.com\capnspacehook\taskmaster
environment:
GOPATH: c:\gopath
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
GOARCH: 386
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
GOARCH: amd64
- APPVEYOR_BUILD_WORKER_IMAGE: V... | version: "1.0.{build}"
stack: go 1.15
clone_folder: c:\gopath\src\github.com\capnspacehook\taskmaster
environment:
GOPATH: c:\gopath
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
GOARCH: 386
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
GOARCH: amd64
- APPVEYOR_BUILD_WORKER_IMAGE: V... |
Use the parameter prefix '/o:' to define the organization of the SonarQube project instead of injecting this organization with the help of the 'sonar.organization' property | version: '{build}'
image: Visual Studio 2017
environment:
LIBRARY_VERSION: '2.3.0'
SONAR_LOGIN:
secure: JNopXLZtkO5PD8yEj2+W1BZnbhq9oegXmTFgvVWQw67z5PtWwd+ngjv5O7xFetCZ
install:
- ps: dotnet tool install --global dotnet-sonarscanner
test: off
before_build:
- ps: dotnet sonarscanner begin /k:"rosolko_We... | version: '{build}'
image: Visual Studio 2017
environment:
LIBRARY_VERSION: '2.3.0'
SONAR_LOGIN:
secure: JNopXLZtkO5PD8yEj2+W1BZnbhq9oegXmTFgvVWQw67z5PtWwd+ngjv5O7xFetCZ
install:
- ps: dotnet tool install --global dotnet-sonarscanner
test: off
before_build:
- ps: dotnet sonarscanner begin /k:"rosolko_We... |
Update from Hackage at 2017-08-04T11:17:45Z | homepage: http://github.com/takano-akio/filelock
changelog-type: ''
hash: 0ffe44f8554d4f63bb03105a91bea972b8a5167657a2edc1e318d699364c1eb9
test-bench-deps: {}
maintainer: aljee@hyper.cx
synopsis: Portable interface to file locking (flock / LockFileEx)
changelog: ''
basic-deps:
unix: -any
base: ! '>=4.5.1.0 && <5'
a... | homepage: http://github.com/takano-akio/filelock
changelog-type: ''
hash: 54bc8cdbd7954af17ffba31b11f72345169d6c0d2fea65416ddd051500b4bfa2
test-bench-deps:
base: -any
process: -any
async: -any
filelock: -any
maintainer: aljee@hyper.cx
synopsis: Portable interface to file locking (flock / LockFileEx)
changelog: ... |
Revert "Please test on Appveyor, thanks" | version: "{build}"
os: Windows Server 2012 R2
platform:
- x86
- x64
environment:
nodejs_version: "8.9.3"
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install -g npm
- npm install
- .\bin\npm.cmd test
build: off
test: off
deploy: off
| version: "{build}"
os: Windows Server 2012 R2
platform:
- x86
- x64
environment:
nodejs_version: "8.9.3"
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install -g npm
- npm install
build: off
test: off
deploy: off
|
Update dev / pr build config | #
# Copyright 2020 Google LLC
#
# 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writin... | #
# Copyright 2020 Google LLC
#
# 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writin... |
Add `public_ipv4` and `private_ipv4` variables | ---
- hosts: all
vars:
consul_servers_group: role=control
consul_dns_domain: consul
consul_dc: vagrant
consul_acl_datacenter: vagrant
consul_bootstrap_expect: 1
mesos_cluster: vagrant
mesos_mode: mixed
roles:
- common
- collectd
- logrotate
- consul-template
- docker
... | ---
- hosts: all
vars:
consul_servers_group: role=control
consul_dns_domain: consul
consul_dc: vagrant
consul_acl_datacenter: vagrant
consul_bootstrap_expect: 1
mesos_cluster: vagrant
mesos_mode: mixed
private_ipv4: "{{ ansible_default_ipv4.address }}"
public_ipv4: "{{ ansible_defa... |
Update from Hackage at 2018-11-28T18:47:22Z | homepage: http://github.com/m4dc4p/hcl/tree/master
changelog-type: ''
hash: 08b458fa762812551d46a53af6ddc5205699105974d9f6d9a8b80d81e97daf6a
test-bench-deps: {}
maintainer: Jonathan Lamothe <jlamothe1980@gmail.com>
synopsis: High-level library for building command line interfaces.
changelog: ''
basic-deps:
base: ! '>... | homepage: http://github.com/m4dc4p/hcl/tree/master
changelog-type: ''
hash: d9411c14c7c589a698abf29e406df5edf6537d69f77da400dac669a5d07f815c
test-bench-deps:
base: ! '>=4.7 && <5'
HUnit: -any
containers: -any
HCL: -any
mtl: -any
random: -any
QuickCheck: ==2.*
maintainer: Jonathan Lamothe <jlamothe1980@gma... |
Fix memory limit on CF | ---
applications:
- name: docs-oss
buildpack: ruby_buildpack
instances: 3
manifest: 256M
no-route: true
path: final_app
stack: cflinuxfs2
| ---
applications:
- name: docs-oss
buildpack: ruby_buildpack
instances: 3
memory: 256M
no-route: true
path: final_app
stack: cflinuxfs2
|
Fix "Schema validation: String violates the pattern: '^\$\{\{.*\}\}$' " | name: Main
on:
pull_request:
push:
branches:
- main
jobs:
checks:
runs-on: macOS-latest
steps:
- name: Project Checkout
uses: actions/checkout@v2
- name: Setup JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build projec... | name: Main
on:
pull_request:
push:
branches:
- main
jobs:
checks:
runs-on: macos-latest
steps:
- name: Project Checkout
uses: actions/checkout@v2
- name: Setup JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build projec... |
Switch from apt-get to yum for the docker image | name: gcld3
on: [push, pull_request]
jobs:
build_test:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Linux Dependencies
if: run... | name: gcld3
on: [push, pull_request]
jobs:
build_test:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Linux Dependencies
if: run... |
Add failure clause to test log retention | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# A workflow run is made up of one or more ... | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# A workflow run is made up of one or more ... |
Fix a few more syntax issue | name: RSpec Tests
on:
push:
branches: [ $default-branch ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.2.x, 2.3.x, 2.4.x, 2.5.x, 2.6.x, 2.7.x, 3.0.x, jruby-9.1.x, jruby-9.2.x]
unique_constraint: ["true", "false"]
include:
... | name: RSpec Tests
on:
push:
branches: [ $default-branch ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.2.x, 2.3.x, 2.4.x, 2.5.x, 2.6.x, 2.7.x, 3.0.x, jruby-9.1.x, jruby-9.2.x]
unique_constraint: ["true", "false"]
include:
... |
Change mongo version string ("3.2" -> "3.2.0") | galaxy_info:
author: Kitware, Inc.
description: Install the Girder data management platform.
company: Kitware, Inc.
license: Apache
min_ansible_version: 1.9
platforms:
- name: Ubuntu
versions:
- trusty
galaxy_tags:
- girder
dependencies:
- role: nodesource.node
nodejs_version: "4.4... | galaxy_info:
author: Kitware, Inc.
description: Install the Girder data management platform.
company: Kitware, Inc.
license: Apache
min_ansible_version: 1.9
platforms:
- name: Ubuntu
versions:
- trusty
galaxy_tags:
- girder
dependencies:
- role: nodesource.node
nodejs_version: "4.4... |
Disable local postgres on staging as we will be use an RDS instance | # Default values for cla-backend in a dev environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
environment: "staging"
image:
pullPolicy: IfNotPresent
localPostgres:
enabled: true
ingress:
enabled: true
hosts:
- host: laa-cla-backend-staging.apps.live-1.cloud-... | # Default values for cla-backend in a dev environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
environment: "staging"
image:
pullPolicy: IfNotPresent
localPostgres:
enabled: false
ingress:
enabled: true
hosts:
- host: laa-cla-backend-staging.apps.live-1.cloud... |
Update deploy to extract rest-api id | version: 0.2
phases:
install:
commands:
- npm install -g serverless
build:
commands:
- mkdir deploy
- ls
- mv cloudformation-template-create-stack.json ./deploy/
- mv cloudformation-template-update-stack.json ./deploy/
- mv serverless-rest-api-with-dynamodb.zip ./deploy/... | version: 0.2
phases:
install:
commands:
- npm install -g serverless
build:
commands:
- mkdir deploy
- ls
- mv cloudformation-template-create-stack.json ./deploy/
- mv cloudformation-template-update-stack.json ./deploy/
- mv serverless-rest-api-with-dynamodb.zip ./deploy/... |
Update config with new URLs | defaults: &defaults
cloud_crowd_server: http://localhost:8080
server_root: localhost:1234
aws_zone: us-east-1c
preconfigured_ami_id: ami-11a4b57801aae468
ssl_on: true
development:
<<: *defaults
ssl_on: false
asset_root: "//s3.amazonaws.com/dactyl-... | defaults: &defaults
cloud_crowd_server: http://localhost:8080
server_root: localhost:1234
aws_zone: us-east-1c
preconfigured_ami_id: ami-11a4b57801aae468
ssl_on: true
development:
<<: *defaults
ssl_on: false
asset_root: "//s3.amazonaws.com/dactyl-... |
Update Voucher Vault to 1.0.3 (3) | Categories:
- Money
License: GPL-3.0-or-later
AuthorName: Tim Smart
AuthorEmail: hello@timsmart.co
AuthorWebSite: https://timsmart.co/
SourceCode: https://github.com/tim-smart/vouchervault
IssueTracker: https://github.com/tim-smart/vouchervault/issues
AutoName: Voucher Vault
RepoType: git
Repo: https://github.com/t... | Categories:
- Money
License: GPL-3.0-or-later
AuthorName: Tim Smart
AuthorEmail: hello@timsmart.co
AuthorWebSite: https://timsmart.co/
SourceCode: https://github.com/tim-smart/vouchervault
IssueTracker: https://github.com/tim-smart/vouchervault/issues
AutoName: Voucher Vault
RepoType: git
Repo: https://github.com/t... |
Install the correct version of the Nvidia graphics driver | ---
- name: 'Add the nvidia drivers repository'
become: true
apt_repository:
repo: 'ppa:graphics-drivers/ppa'
state: present
update_cache: yes
filename: 'ppa_nvidia_graphics_drivers'
when:
- ansible_system_vendor == "Dell Inc."
- ansible_product_name == "Precision T1700"
- name: 'Install ... | ---
- name: 'Add the nvidia drivers repository'
become: true
apt_repository:
repo: 'ppa:graphics-drivers/ppa'
state: present
update_cache: yes
filename: 'ppa_nvidia_graphics_drivers'
when:
- ansible_system_vendor == "Dell Inc."
- ansible_product_name == "Precision T1700"
- name: 'Install ... |
Exclude yum update when not updating | ---
- name: Make room for new kernel on /boot
command: /usr/bin/package-cleanup --oldkernels --count=2 -y
- name: Update all packages
yum:
name: "{{ oul_package_names }}"
exclude: "{{ oul_exclude }}"
state: latest
| ---
- name: Make room for new kernel on /boot
command: /usr/bin/package-cleanup --oldkernels --count=2 -y
- name: Update all packages
yum:
name: "{{ oul_package_names }}"
exclude: "{{ oul_exclude }}"
state: latest
when: os_update is defined
|
Update from Hackage at 2016-12-19T20:16:04Z | homepage: https://github.com/swift-nav/preamble
changelog-type: ''
hash: f7e91ad8586f06cf003b86e51d62c69aafced42b05c8beeaefc9aa320ad65351
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Yet another prelude.
changelog: ''
basic-deps:
shake: -any
exceptions: -any
base: ! '>=4.7 && <5'
time:... | homepage: https://github.com/swift-nav/preamble
changelog-type: ''
hash: 303ad076ac0f358a6ba7b0e8aa75fcc8975ca2e1aee2b474e436313326aabe24
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Yet another prelude.
changelog: ''
basic-deps:
shake: -any
exceptions: -any
base: ! '>=4.7 && <5'
time:... |
Add https schema to redirect annotations | {{- if .Values.ingress.enabled -}}
{{- $fullName := include "cla-public.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}
labels:
{{- include "cla-public.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
annot... | {{- if .Values.ingress.enabled -}}
{{- $fullName := include "cla-public.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}
labels:
{{- include "cla-public.labels" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
annot... |
Update from Hackage at 2022-10-22T19:02:43Z | homepage: https://github.com/davidspies/fastmemo#readme
changelog-type: ''
hash: 1dc09c22288bd88965d9dc9c8fd238f6b463f309651c129fd0aa3b0ace1f7d02
test-bench-deps:
bytestring: ==0.10.*
base: '>=4.7 && <4.16'
utf8-string: ==1.0.*
fastmemo: -any
QuickCheck: -any
vector: ==0.12.*
maintainer: dnspies@gmail.com
s... | homepage: https://github.com/davidspies/fastmemo#readme
changelog-type: ''
hash: 92cf58860a1b91075d2dc9bf3e8bdbfb75a5b47409281a2656950f4f4f5fee81
test-bench-deps:
bytestring: '>=0.10 && <0.12'
base: '>=4.7 && <4.18'
containers: ==0.6.*
utf8-string: ==1.0.*
fastmemo: -any
QuickCheck: -any
vector: '>=0.12 &... |
Add comment on license bundling | {% set name = "injector" %}
{% set version = "0.18.4" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/injector-{{ version }}.tar.gz
sha256: ced88ee14183b9f95b2cb6cdb17bf7382499fad187dee0dace6891874ae4b182
build:
number: 0
sc... | {% set name = "injector" %}
{% set version = "0.18.4" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/injector-{{ version }}.tar.gz
sha256: ced88ee14183b9f95b2cb6cdb17bf7382499fad187dee0dace6891874ae4b182
build:
number: 0
sc... |
Update Intl version to 0.15.3 | name: intl
version: 0.15.3-dev
author: Dart Team <misc@dartlang.org>
description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
homepage: https://github.com/dart-lang/intl
environment:
sdk: '>=1.24.0... | name: intl
version: 0.15.3
author: Dart Team <misc@dartlang.org>
description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
homepage: https://github.com/dart-lang/intl
environment:
sdk: '>=1.24.0 <2.... |
Add fixtures data for billline | ---
- model: billjobs.billline
pk: 1
fields:
bill: 1
service: 1
quantity: 1
- model: billjobs.billline
pk: 2
fields:
bill: 2
service: 2
quantity: 1
- model: billjobs.billline
pk: 3
fields:
bill: 3
service: 3
quantity: 2
- model: billjobs.billline
pk: 4
fields:
... | |
Remove unneeded dependencies from Ansible role | ---
- name: Install Girder system dependencies
apt:
name:
- build-essential
- curl
- gcc
become: true
become_user: root
- name: Download/Install NodeJS
unarchive:
src: https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz
dest: /usr/local
remote_src: true
extra_o... | ---
- name: Install Girder system dependencies
apt:
name:
- build-essential
become: true
become_user: root
- name: Download/Install NodeJS
unarchive:
src: https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz
dest: /usr/local
remote_src: true
extra_opts:
- "--strip-com... |
Fix `which` statement for checking installs | ---
# This pup is not responsible for installing Python.
- name: determine if python installed
command: which python && which pip
register: python_is_installed
changed_when: no
- name: install pip packages
include_tasks: pip_packages.yml
| ---
# This pup is not responsible for installing Python.
- name: determine if python installed
command: which python
changed_when: no
- name: determine if pip installed
command: which pip
changed_when: no
- name: install pip packages
include_tasks: pip_packages.yml
|
Update LukeLauncher to 1.0.19 (10019) | Categories:
- System
- Theming
License: GPL-3.0-only
WebSite: https://lukelauncher.de
SourceCode: https://gitlab.com/LukeSoftware/lukelauncher
IssueTracker: https://gitlab.com/LukeSoftware/lukelauncher/issues
AutoName: LukeLauncher
RepoType: git
Repo: https://gitlab.com/LukeSoftware/lukelauncher
Builds:
- vers... | Categories:
- System
- Theming
License: GPL-3.0-only
WebSite: https://lukelauncher.de
SourceCode: https://gitlab.com/LukeSoftware/lukelauncher
IssueTracker: https://gitlab.com/LukeSoftware/lukelauncher/issues
AutoName: LukeLauncher
RepoType: git
Repo: https://gitlab.com/LukeSoftware/lukelauncher
Builds:
- vers... |
Use Circle CI's org context | ---
version: 2
jobs:
build:
machine: true
steps:
- checkout
- run: docker info
- run: make
- run: docker images
build_master:
machine: true
steps:
- checkout
- run: docker info
- run: make SUFFIX=
- run: docker images
- run: make tag SUFFIX=
- run: docker ... | ---
version: 2
jobs:
build:
machine: true
steps:
- checkout
- run: docker info
- run: make
- run: docker images
build_master:
machine: true
steps:
- checkout
- run: docker info
- run: make SUFFIX=
- run: docker images
- run: make tag SUFFIX=
- run: docker ... |
Fix to interfaces notebook workflow. | name: Notebooks (interfaces)
on:
schedule:
# 4am on monday (minute, hour, day, month, day-of-the-week)
- cron: '0 4 * * 1'
jobs:
build-and-test:
name: interfaces
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-pyth... | name: Notebooks (interfaces)
on:
schedule:
# 4am on monday (minute, hour, day, month, day-of-the-week)
- cron: '0 4 * * 1'
jobs:
build-and-test:
name: interfaces
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-pyth... |
Set IP address for tv | - platform: songpal
name: Living Room Speakers
endpoint: http://192.168.0.14:10000/sony
- platform: webostv
| - platform: songpal
name: Living Room Speakers
endpoint: http://192.168.0.14:10000/sony
- platform: webostv
host: 192.168.0.68
|
Add missing `v` version prefix | name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm ci
- name: Build JSDoc
... | name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm ci
- name: Build JSDoc
... |
Remove test requirements from PyUp | # PyUp config
# https://pyup.io/docs/bot/config/
# Check dependencies in _only_ requirements-app and requirements-dev, and open PRs with PyUp prefix.
search: False
schedule: "every week on sunday"
requirements:
- requirements-app.txt:
update: all
pin: True
- requirements-dev.txt:
update: all
... | # PyUp config
# https://pyup.io/docs/bot/config/
# Check dependencies in _only_ requirements-app, and open PRs with PyUp prefix.
search: False
schedule: "every week on sunday"
requirements:
- requirements-app.txt:
update: all
pin: True
- requirements-dev.txt:
update: False
pin: True
-... |
Build in the correct path. | install:
- C:\msys64\usr\bin\pacman -Syu --noconfirm make mingw-w64-x86_64-gcc mingw-w64-x86_64-boost mingw-w64-x86_64-yaml-cpp mingw-w64-x86_64-python2
build_script:
- set MSYSTEM=MINGW64
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%
- cmake -G"MSYS Makefiles" ..
- make
- make test
| install:
- C:\msys64\usr\bin\pacman -Syu --noconfirm make mingw-w64-x86_64-gcc mingw-w64-x86_64-boost mingw-w64-x86_64-yaml-cpp mingw-w64-x86_64-python2
build_script:
- set MSYSTEM=MINGW64
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%
- cd build
- cmake -G"MSYS Makefiles" ..
- make
- make test
|
Save deb and rpm packages as artifacts | name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
name: Test code
runs-on: ubuntu-latest
strategy:
matrix:
go:
- ^1.13
- ^1.14
- ^1.15
- ^1
steps:
- name: Set up Go
uses: actions/se... | name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
name: Test code
runs-on: ubuntu-latest
strategy:
matrix:
go:
- ^1.13
- ^1.14
- ^1.15
- ^1
steps:
- name: Set up Go
uses: actions/se... |
Add timeout-minutes to setup-ruby job | name: CI
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
steps:
- uses: ... | name: CI
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
steps:
- uses: ... |
Update from Hackage at 2021-07-24T10:18:15Z | homepage: https://hackage.haskell.org/package/phonetic-languages-ukrainian-array
changelog-type: markdown
hash: bf60a9ffd5dc7ae2d16269e3d1ac133f02b968f04f9df05d1e1d487b71a8860b
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Prepares Ukrainian text to be used as a phonetic language text
changelog: |
#... | homepage: https://hackage.haskell.org/package/phonetic-languages-ukrainian-array
changelog-type: markdown
hash: ec10c139facc47cfb1aa97df35de29282444ab58c289cb9dbbb2d7bdc9d1615a
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Prepares Ukrainian text to be used as a phonetic language text
changelog: |
#... |
Add VS2019 configuration to Github CI | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recurs... | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recurs... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.