commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
fbd8da05d8e35b8c29f7146e0cb1f1a7a6a0fb79 | packages/sp/spirv-reflect-types.yaml | packages/sp/spirv-reflect-types.yaml | homepage: ''
changelog-type: markdown
hash: e896169b9be433ce972c1b0cbcf530422225aea6c8fa96d51e2efd71af84bf5a
test-bench-deps: {}
maintainer: ic.rbow@gmail.com
synopsis: Data types from spirv-reflect tool.
changelog: |
# Changelog for spirv-reflect-types
## [0.1] - 2022-06-11
* Initial release.
[0.1]: https:/... | homepage: ''
changelog-type: markdown
hash: 2e372f07bc1d89c23559404b1bde6d392c0ac388d261b0a7044ee9d10880fee2
test-bench-deps: {}
maintainer: ic.rbow@gmail.com
synopsis: Data types from spirv-reflect tool.
changelog: |
# Changelog for spirv-reflect-types
## [0.2] - 2022-09-04
* Update types to accomodate FFI loa... | Update from Hackage at 2022-09-04T10:50:12Z | Update from Hackage at 2022-09-04T10:50:12Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ec94b3d34d9850fccfcce5ad2b79c2493f531669 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
before_script:
- 'npm install -g bower grunt-cli'
- 'bower install'
| language: node_js
node_js:
- '0.10'
before_script:
- 'npm install -g bower gulp'
- 'bower install'
| Install gulp instead of grunt | Install gulp instead of grunt | YAML | mit | KuiKui/GithubTeamReviewer,M6Web/GithubTeamReviewer,AntoineReneleau/GithubTeamReviewer,AntoineReneleau/GithubTeamReviewer,AntoineReneleau/GithubTeamReviewer,M6Web/GithubTeamReviewer,M6Web/GithubTeamReviewer |
1a4a8ba0b2280b2d20d4373afdf59615eda5d4f1 | packages/tr/transformers-except.yaml | packages/tr/transformers-except.yaml | homepage: http://github.com/tmcgilchrist/transformers-either/
changelog-type: ''
hash: 6c12ef8e632a10440968cd541e75074bd6ef4b5ff4012677f8f8189d7b2d0df6
test-bench-deps: {}
maintainer: Tim McGilchrist <timmcgil@gmail.com>
synopsis: An Except monad transformer with
changelog: ''
basic-deps:
exceptions: ! '>=0.6 && <0.1... | homepage: http://github.com/tmcgilchrist/transformers-either/
changelog-type: ''
hash: 2ff895fd65ec9e45cbe839ef5b66e26b7d9f3fe561148993293a41e14491e625
test-bench-deps: {}
maintainer: Tim McGilchrist <timmcgil@gmail.com>
synopsis: 'An Except monad transformer with '
changelog: ''
basic-deps:
exceptions: '>=0.6 && <0.... | Update from Hackage at 2021-07-12T12:24:42Z | Update from Hackage at 2021-07-12T12:24:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e63c9d512259b98d99beca457f1bbbd8782d5df4 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update
- composer update $COMPOSER_OPTS
script:
- phpunit tests
- ./tests/lint.sh
git:
depth: 5
| language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
sudo: false
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update
- composer update $COMPOSER_OPTS
script:
- phpunit tests
- ./tests/lint.sh
git:
depth: 5
| Use the container-based infrastructure on Travis | Use the container-based infrastructure on Travis
| YAML | apache-2.0 | fdp2/sonos,duncan3dc/sonos,fdp2/sonos |
7c8986ced2508880be9422e5787e78ad4525c8f1 | .travis.yml | .travis.yml | ---
services:
- redis-server
language: rust
cache: cargo
rust:
- nightly
- stable
matrix:
include:
- rust: nightly
env: FMT=1
install:
- which cargo-install-update || cargo install cargo-update
- cargo install-update -i rustfmt-nightly
script: cargo fmt -- --check
- ... | ---
services:
- redis-server
language: rust
cache: cargo
rust:
- nightly
- stable
matrix:
include:
- rust: nightly
env: FMT=1
install:
- which cargo-install-update || cargo install cargo-update
- cargo install-update -i rustfmt-nightly
script: cargo fmt -- --check
- ... | Use rust stable channel for clippy | Use rust stable channel for clippy
| YAML | mit | spk/rust-sidekiq |
136df1649333dbf4de80b3304c1a123d9b4804b8 | .travis.yml | .travis.yml | language: python
sudo: false
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: pypy
env: TOXENV=pypy
install:
# "virtualenv<14.0.0" is needed for Python 3.2 compat
... | language: python
sudo: false
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: pypy
env: TOXENV=pypy
install:
- travis_retry pip install virtualenv tox
script:
... | Use more recent virtualenv now that 3.2 is no longer supported | Use more recent virtualenv now that 3.2 is no longer supported
| YAML | bsd-3-clause | mnaberez/py65 |
79fa55f6c9164b1405f09e5f3052e0f0d3aa6493 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- ruby-head
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
exclude:
- rvm: ruby-head
gemfile: gemfiles/rails_4.2.gemfile
script:
- bundle exec rake rubocop
- bundle exec r... | language: ruby
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- ruby-head
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
allow_failures:
- rvm: ruby-head
gemfile: gemfiles/rails_4.2.gemfile
script:
- bundle exec rake rubocop
- bundle ... | Allow failures when testing Rails 4.2 against ruby-head | Allow failures when testing Rails 4.2 against ruby-head
| YAML | mit | lbeder/health-monitor-rails,lbeder/health-monitor-rails,lbeder/health-monitor-rails |
88bdae620324d5e6b5a4868e704989d2dd0781c8 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Validate Pod
run: pod lib lint
- name: Carthage Build
run: ./carthage.sh build --no-skip-current
| name: Build
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Validate Pod
run: pod lib lint
- name: Carthage Build
run: ./carthage.sh build --no-skip-current
- name: Build iOS Example - iOS Simulator
run... | Add steps: Build iOS Example | Add steps: Build iOS Example
| YAML | mit | ElfSundae/ESFramework |
68581cc47dccc0e5256081027be9cc9a222ea59a | .github/workflows/maven.yml | .github/workflows/maven.yml | name: Java CI
on:
push:
branches:
- master
- develop
pull_request:
branches-ignore:
- tag/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 11
- name: B... | name: Java CI
on:
push:
branches:
- master
- develop
pull_request:
branches-ignore:
- tag/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 11
- name: B... | Fix Sniffy on recent JDKs | Fix Sniffy on recent JDKs
| YAML | mit | sniffy/sniffy,bedrin/jdbc-sniffer,sniffy/sniffy,sniffy/sniffy |
f244179aa7cd6a8025697690e5db612b1653a720 | .travis.yml | .travis.yml | language: python
python: "3.3"
install:
- wget http://download.linuxaudio.org/lilypond/binaries/linux-x86/lilypond-2.18.2-1.linux-x86.sh
- yes | bash lilypond-2.18.2.1.linux-x86.sh
- export PATH=~/lilypond:$PATH
| language: python
python: "3.3"
install:
- wget http://download.linuxaudio.org/lilypond/binaries/linux-x86/lilypond-2.18.2-1.linux-x86.sh
- yes | bash lilypond-2.18.2-1.linux-x86.sh
- export PATH=~/lilypond:$PATH
| Use a dash instead of a dot. | Use a dash instead of a dot.
| YAML | mit | b0ri5/lilypond-memrise,b0ri5/lilypond-memrise |
6e0db709d5c77d9cca1559da8a118d358734275f | .travis.yml | .travis.yml | rvm:
- 2.0.0
notifications:
email:
on_success: change
on_failure: always
| rvm:
- 2.0.0
- 2.1
- 2.2
- rbx-2
notifications:
email:
on_success: change
on_failure: always
| Test on 2.1/2 and rbx-2 | Test on 2.1/2 and rbx-2
| YAML | mit | rickhull/slop,leejarvis/slop,brbrady/slop,NigoroJr/slop,prees1/slop |
ed6d3db2bc4160dd7ca0755dfe478168692fe583 | .travis.yml | .travis.yml | language: rust
sudo: false
cache: cargo
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
| language: rust
sudo: false
cache: cargo
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
os:
- linux
- osx
| Test on both OSX and Linux | Test on both OSX and Linux
| YAML | apache-2.0 | nbigaouette/gitlab-api-rs,nbigaouette/gitlab-api-rs |
c89795a6b21d0b4c3064111330fc2600d33ba80a | .travis.yml | .travis.yml | language: node_js
node_js:
# https://github.com/nodejs/LTS
- "4" # ends April 2018
- "6" # ends April 2019
- "8" # ends December 2019
sudo: false
cache:
directories:
- node_modules
before_install:
- if [ "x$TRAVIS_NODE_VERSION" = "x8" ]; then npm install coveralls; fi
before_script:
# Make npm run w... | language: node_js
node_js:
# https://github.com/nodejs/LTS
- "6" # ends April 2019
- "8" # ends December 2019
- "10" # ends April 2021
sudo: false
cache:
directories:
- node_modules
before_install:
- if [ "x$TRAVIS_NODE_VERSION" = "x8" ]; then npm install coveralls; fi
before_script:
# Make npm run ... | Remove Node 4 and add Node 10 to Travis config | Remove Node 4 and add Node 10 to Travis config
| YAML | bsd-3-clause | busterjs/referee |
a28034e0209698e1ce5e011ddabe43dc357412d1 | .travis.yml | .travis.yml | dist: trusty
language: java
jdk:
- oraclejdk8
services:
- postgresql
addons:
postgresql: "9.6"
install:
- npm install
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- psql -c 'create database "treeline-test";' -U postgres
- npm run build
- ./gradlew bootRun -Dspring.profiles... | dist: trusty
language: java
jdk:
- oraclejdk8
services:
- postgresql
addons:
postgresql: "9.6"
install:
- google-chrome --version
- npm install
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- psql -c 'create database "treeline-test";' -U postgres
- npm run build
- ./gradl... | Reduce sleep time in Travis | Reduce sleep time in Travis
- Attempt to print google chrome version
| YAML | mit | Jgreub/treeline,Jgreub/treeline,Jgreub/treeline,Jgreub/treeline |
2fe5c6e59c8501b42719d5e7f6c4fcaeafc446fb | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.6"
- "0.8"
- "0.10"
| language: node_js
node_js:
- "0.8"
- "0.10"
| Stop testing on Node 0.6. | Stop testing on Node 0.6.
Istanbul, a dev dependency, uses util.deprecate, which doesn't work there.
| YAML | mit | felixge/node-sandboxed-module,tejasmanohar/node-sandboxed-module,robrich/node-sandboxed-module |
8830a57ab061e758afc0dc0273eb221ba6ac670b | .travis.yml | .travis.yml | language: ruby
gemfile:
- test/support/Gemfile
rvm:
- 1.9.2
- 1.9.3
script: bundle exec rake foodcritic
| language: ruby
gemfile:
- test/support/Gemfile
rvm:
- 1.9.3
script: bundle exec rake foodcritic
| Remove option of using Ruby 1.9.2 from Travis configuration as foodcritic requires 1.9.3 or higher. | Remove option of using Ruby 1.9.2 from Travis configuration as foodcritic requires 1.9.3 or higher.
| YAML | apache-2.0 | jagrem/etoile-cookbook |
e03b7e30e2b31e8b89b7f44060b3e4a71f9031fc | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
# Disabled because typhoeus is a C extension
# - jruby-18mode # JRuby in 1.8 mode
# - jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
# Disabled because typhoeus is a C extension
# - jruby-18mode # JRuby in 1.8 mode
# - jruby-19mode # JRuby in 1.9 mode
# Disabled because FFI is broken
# - rbx-18mode
# - rbx-19mode
| Disable rubinius as a target for now | Disable rubinius as a target for now
| YAML | mit | pandastream/panda_gem |
d212f6bca2742850ce62f33536160552325e4354 | .travis.yml | .travis.yml | # Travis CI Build.
# HOME path: /home/travis
# Git clone path: /home/travis/build/osom8979/tbag
language: cpp
cache:
apt: true
compiler: gcc
before_install:
- export THREAD_NUM=4
- export TPARTY_HOME=$HOME/tparty
- export LD_LIBRARY_PATH=$TPARTY_HOME/local/lib:$LD_LIBRARY_PATH
- sudo add-apt-rep... | # Travis CI Build.
# HOME path: /home/travis
# Git clone path: /home/travis/build/osom8979/tbag
language: cpp
cache:
apt: true
compiler: g++
before_install:
- export THREAD_NUM=4
- export TPARTY_HOME=$HOME/tparty
- export LD_LIBRARY_PATH=$TPARTY_HOME/local/lib:$LD_LIBRARY_PATH
- sudo add-apt-rep... | Fix the 'could not find compiler' error. | Fix the 'could not find compiler' error.
| YAML | mit | osom8979/tbag,osom8979/tbag,osom8979/tbag,osom8979/tbag,osom8979/tbag |
64b927bdeb1beec90927b289c9345e6866aab5f7 | .travis.yml | .travis.yml | notifications:
email: false
language: cpp
sudo: false
branches:
only:
- master
- travis
compiler:
- gcc
before_install:
- chmod +x aestest/run.sh
install:
- git submodule init
- git submodule update
script:
- cd $TRAVIS_BUILD_DIR/aestest
- ./run.sh -p
- cat txt/perf-original.sorted.txt
-... | notifications:
email: false
language: cpp
sudo: false
branches:
only:
- master
- travis
compiler:
- gcc
before_install:
- chmod +x aestest/run.sh
install:
- git submodule init
- git submodule update
script:
- cd $TRAVIS_BUILD_DIR/aestest
- ./run.sh -p
| Delete useless prints of performance outputs | Delete useless prints of performance outputs | YAML | mit | pavelkryukov/putty-aes-ni,pavelkryukov/putty-aes-ni |
233a702a543911ce3c635503e45d5dc8f99e3814 | .travis.yml | .travis.yml | language: ruby
rvm:
- '1.9.3'
- '2.3.0'
- '2.4.3'
- jruby-19mode # JRuby in 1.9 mode
script:
- bundle exec rspec --fail-fast
- bundle exec rubocop
| language: ruby
rvm:
- '2.3.0'
- '2.4.3'
- jruby-19mode # JRuby in 1.9 mode
script:
- bundle exec rspec --fail-fast
- bundle exec rubocop
| Remove support for ruby 1.9 | Remove support for ruby 1.9
| YAML | mit | rikas/portuguese_validators |
2af0b5a99356b57de32b97c24b3f1979655c7658 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
matrix:
fast_finish: true
allow_failures:
- php: nightly
before_script:
- composer install
script:
- phpunit
# - php ./phpunit/coverage-check.php ./phpunit/clover.xml 80
| language: php
php:
# - 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
matrix:
fast_finish: true
allow_failures:
- php: nightly
before_script:
- composer install
script:
- phpunit
# - php ./phpunit/coverage-check.php ./phpunit/clover.xml 80
| Remove support for PHP 5.4 | Remove support for PHP 5.4
| YAML | mit | sevenymedia/bulksmscenter-http-api,sevenymedia/bulksmscenter-http-api |
45292f4329d64a31a01163ef3cb701bf19b2543a | .travis.yml | .travis.yml | language: node_js
node_js:
- 7
before_install:
- openssl aes-256-cbc -K $encrypted_294e4e77ddf7_key -iv $encrypted_294e4e77ddf7_iv
-in travis-service-account-auth.json.enc -out travis-service-account-auth.json -d
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- n... | language: node_js
node_js:
- 7
before_install:
- openssl aes-256-cbc -K $encrypted_294e4e77ddf7_key -iv $encrypted_294e4e77ddf7_iv
-in travis-service-account-auth.json.enc -out travis-service-account-auth.json -d
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- n... | Add literal paths to gcloud commands | Add literal paths to gcloud commands
| YAML | mit | hugogrochau/rocketleaguesam-web,hugogrochau/rocketleaguesam-web,hugogrochau/rocketleaguesam-web |
faa92f52f87d902f5b2d86eb1a28f59f3e6e8472 | .travis.yml | .travis.yml | language: node_js
before_install:
- mkdir -p "$HOME"/.local/lib/python2.7/site-packages
- 'export PATH="$HOME/.local/bin:$PATH"'
- 'export PYTHONPATH="$HOME"/.local/lib/python2.7/site-packages:"$PYTHONPATH"'
- 'npm install && easy_install --prefix="$HOME"/.local http://closure-linter.googlecode.com/files/closur... | sudo: false
language: node_js
node_js:
- "0.10"
- "4"
before_install:
- mkdir -p "$HOME"/.local/lib/python2.7/site-packages
- 'export PATH="$HOME/.local/bin:$PATH"'
- 'export PYTHONPATH="$HOME"/.local/lib/python2.7/site-packages:"$PYTHONPATH"'
- 'npm install && easy_install --prefix="$HOME"/.local http://cl... | Test on node version 4 | Test on node version 4
| YAML | mit | Springworks/node-holidays |
a8a6d0571b4d45bab88beaa0c1e27a7756534da3 | .travis.yml | .travis.yml | ---
language: [ ruby, node_js ]
rvm: [ 2.2.0 ]
node_js: [ 0.12 ]
cache:
bundler: true
directories:
- bower_components
sudo: false
before_script:
- npm install -g bower
- bower install
before_install:
- 'echo ''gem: --no-document'' > ~/.gemrc'
script: bundle exec rake travis
| ---
language: [ ruby, node_js ]
rvm: [ 2.2.2 ]
node_js: [ iojs ]
cache:
bundler: true
directories:
- bower_components
sudo: false
before_script:
- npm install -g bower
- bower install
before_install:
- 'echo ''gem: --no-document'' > ~/.gemrc'
script: bundle exec rake travis
| Update to Ruby 2.2.2 and use iojs. | Update to Ruby 2.2.2 and use iojs.
| YAML | mit | makenew/sass-package,makenew/sass-package |
6afe27c972192c905064bac39c9f8d4eb05e3254 | .travis.yml | .travis.yml | language: ruby
rvm:
- ruby-head
- 2.1
- 2.0
- 1.9.3
- 1.9.2
- 1.8.7
- 1.8.6
| language: ruby
rvm:
- ruby-head
- 2.1
- 2.0
- 1.9.3
- 1.9.2
- 1.8.7
| Remove Ruby version 1.8.6 from Travis configuration file. | Remove Ruby version 1.8.6 from Travis configuration file.
| YAML | mit | gdeoliveira/mtrack |
1d73921379ddfab50efeed50fe9c036f13c0add1 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
notifications:
email: false
env:
global:
- LAPIS_DEPLOY=https://github.com/LapisBlue/Deploy.git
- DEPLOY_ROOT=/tmp/lapis/deploy
- secure: KaNtP9g/EvsE/cB/SFkfKrbGa8DfBaRkIuKJPK2uArtgN0AGiZ+biugu8x0VY3MFfbLtBfWFipIV15NHVgkeb7b5fF... | language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
notifications:
email: false
env:
global:
secure: Od8YNVi6KSYrqRbuD0j6b6om0JicHuJv459/BeWM5JDMMISIlZsYA8A3vHmoIt5MhjlTz7AccFt9pvWLvIytc2xvBNtHbO7ZS1hwF4krKADUC0CS5uaRI3YX/lJFx6Gmy0ePWWU6/JUvqVwKqmVEvL4yUc1+4PP0R+vckNHUydU=
after_success:... | Revert "Try to use new deploy scripts for Commons." | Revert "Try to use new deploy scripts for Commons."
This reverts commits b4fe2c8e71fef21cfd452154bbbde54dd0761271 and 6e7dfd6fc0af76e251a87b80f550b3bfd74dcf9f.
| YAML | mit | LapisBlue/Commons |
87940e09d6fa43dd4ec02ec9e9a27ceed1b29872 | .travis.yml | .travis.yml | dist: bionic
language: generic
install:
# Install GNAT FSF
- sudo apt-get -y install gnat gprbuild liblzma-dev libcurl4-openssl-dev libxmlada-sax7-dev
# Install databases for Ado
- sudo apt-get -y install sqlite3 libsqlite3-dev
- sudo apt-get -y install postgresql-client libpq-dev
- sudo apt-get -y inst... | dist: bionic
language: generic
install:
# Install GNAT FSF
- sudo apt-get -y install gnat gprbuild liblzma-dev libcurl4-openssl-dev libxmlada-sax7-dev
- sudo apt-get -y install libaws3.3.2.2-dev libxmlada-sax7-dev libxmlada-dom7-dev
# Install databases for Ado
- sudo apt-get -y install sqlite3 libsqlite3-... | Update missing dependencies for AWS and XML/Ada | Update missing dependencies for AWS and XML/Ada
| YAML | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
72e8fa97834dd5dba2128aa3827c7aad2afda78a | .travis.yml | .travis.yml | sudo: false
language: python
matrix:
fast_finish: true
include:
- python: 3.8
- python: 3.7
- python: 3.6
- python: 3.5
- python: 3.5.3
- python: 3.5.2
- python: 3.5.1
dist: trusty
sudo: true
- python: 3.5.0
dist: trusty
sudo: true
- python: 3.4
- pyt... | sudo: false
language: python
matrix:
fast_finish: true
include:
- python: 3.9
- python: 3.8
- python: 3.7
- python: 3.6
- python: 3.5
- python: 3.5.3
- python: 3.5.2
- python: 3.5.1
dist: trusty
sudo: true
- python: 3.5.0
dist: trusty
sudo: true
- pyt... | Add Python 3.9 to testing matrix | Add Python 3.9 to testing matrix | YAML | mit | ilevkivskyi/typing_inspect |
8ba2c657e7a03b6f306cb57f0c601dc0e0c93fdb | .travis.yml | .travis.yml | # Based on https://github.com/moteus/lua-travis-example
language: c
branches:
only:
- moon
env:
global:
- LUAROCKS=2.3.0
- LUA=lua5.1
before_install:
- source .travis/setenv_lua.sh
install:
- luarocks install moonscript
script:
- bash ./build.sh
notifications:
irc:
channels:
- "irc.esp... | # Based on https://github.com/moteus/lua-travis-example
language: c
env:
global:
- LUAROCKS=2.3.0
- LUA=lua5.1
before_install:
- source .travis/setenv_lua.sh
install:
- luarocks install moonscript
script:
- bash ./build.sh
notifications:
irc:
channels:
- "irc.esper.net#cc.ru"
use_notice:... | Allow Travis to test all commits on all branches | Allow Travis to test all commits on all branches
| YAML | mit | hel-repo/hpm |
6b9e113510ae4bc5ddb6014a407fb6da4955dc26 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.3.1
before_install: gem install bundler -v 1.13.2
| sudo: false
language: ruby
script: "bundle exec rake"
rvm:
- 2.3.6
- 2.4.3
- 2.5.0
before_install: gem install bundler -v '>= 1.15.0'
| Add script explicitly and add ruby versions to support | :green_heart: Add script explicitly and add ruby versions to support
| YAML | mit | akm/model_base_generators,akm/model_base_generators,akm/model_base_generators |
b9a7a4239d1e8b8a29bb69024926b3a387456d41 | .travis.yml | .travis.yml | language: csharp
solution: RuneScapeCacheTools.sln
script:
- xbuild /p:Configuration=Release RuneScapeCacheTools.sln
- mono packages/xunit.runner.console.*/tools/xunit.console.exe RuneScapeCacheToolsTests/bin/Release/RuneScapeCacheToolsTests.dll
addons:
apt:
packages:
- sox
| language: csharp
solution: RuneScapeCacheTools.sln
script:
- xbuild /p:Configuration=Release RuneScapeCacheTools.sln
- mono --debug packages/xunit.runner.console.*/tools/xunit.console.exe RuneScapeCacheToolsTests/bin/Release/RuneScapeCacheToolsTests.dll
addons:
apt:
packages:
- sox
| Enable debug mode in CI tests | Enable debug mode in CI tests | YAML | mit | villermen/runescape-cache-tools,villermen/runescape-cache-tools |
0d9a6796df731ea0631ba1aa01e5101e670b1692 | .travis.yml | .travis.yml | language: python
sudo: required
matrix:
include:
- dist: trusty
env: dist="14.04 LTS trusty"
# - dist: xenial
# env: dist="16.04 LTS xenial"
# Travis-CI only proposes 14.04 LTS Trusty and there is no plan to update to 16.04 xenial
# (c.f. https://github.com/travis-ci/travis-ci/issues/5821)
# It is ... | language: python
sudo: required
python:
- "2.7
- "3.6"
matrix:
include:
- dist: trusty
env: dist="14.04 LTS trusty"
# - dist: xenial
# env: dist="16.04 LTS xenial"
# Travis-CI only proposes 14.04 LTS Trusty and there is no plan to update to 16.04 xenial
# (c.f. https://github.com/travis-ci/travi... | Add Python 2.7 and Python 3.6 | Add Python 2.7 and Python 3.6
| YAML | bsd-3-clause | mininet/mininet,mininet/mininet,mininet/mininet |
1cd1b4fbbdb96e2d8d858a2b5fa8e18029f27d8a | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.3
# route your build to the container-based infrastructure for a faster build
sudo: false
env:
SITE_DOMAIN: keksi.io
install:
- bundle install
- npm install
- cp -r node_modules/font-awesome/fonts fonts/font-awesome
script:
# Create _site
- bundle exec jekyll build --config _co... | language: ruby
rvm:
- 2.3.3
# route your build to the container-based infrastructure for a faster build
sudo: false
install:
- bundle install
- npm install
- cp -r node_modules/font-awesome/fonts fonts/font-awesome
script:
# Create _site
- bundle exec jekyll build --config _config.yml,_config/production.ym... | Add keksi.io as internal domain for htmlproofer | Add keksi.io as internal domain for htmlproofer
| YAML | mit | KeksiLabs/keksi.io,KeksiLabs/keksi.io,KeksiLabs/keksi.io,KeksiLabs/keksi.io |
a569e6a737714d33fe30284abcc2f1af1f856127 | .travis.yml | .travis.yml | language: cpp
sudo: required
dist: trusty
os:
- linux
- osx
env:
- DEFINES=standard
- DEFINES=PUGIXML_WCHAR_MODE
- DEFINES=PUGIXML_COMPACT
- DEFINES=PUGIXML_NO_EXCEPTIONS
script:
- make test cxxstd=c++11 defines=$DEFINES config=coverage -j2
- make test cxxstd=c++11 defines=$DEFINES config=release -j2
... | language: cpp
os:
- linux
- osx
env:
- DEFINES=standard
- DEFINES=PUGIXML_WCHAR_MODE
- DEFINES=PUGIXML_COMPACT
- DEFINES=PUGIXML_NO_EXCEPTIONS
script:
- make test cxxstd=c++11 defines=$DEFINES config=coverage -j2
- make test cxxstd=c++11 defines=$DEFINES config=release -j2
- make test cxxstd=c++98 def... | Switch to sudo=false Travis env | Switch to sudo=false Travis env
| YAML | mit | zeux/pugixml,zeux/pugixml,zeux/pugixml,zeux/pugixml |
6b401a1a618f0552a28adbb2f5ab07bc93429091 | .travis.yml | .travis.yml | language: go
go:
- 1.3.3
- 1.4.2
- 1.5.1
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get github.com/tools/godep
- godep restore
script:
- make test
- make detail
- $HOME/gopath/bin/goveralls -coverprofile... | language: go
go:
- 1.4.2
- 1.5.1
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get github.com/tools/godep
- godep restore
script:
- make test
- make detail
- $HOME/gopath/bin/goveralls -coverprofile=coverage.... | Remove v1.3.3 from TravisCI config | Remove v1.3.3 from TravisCI config | YAML | apache-2.0 | blacklabeldata/serfer |
bf0d1cbcbd2740c1b585e90290b6b4e1744bb2ee | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
before_install:
# Required Dependencies:
- sudo apt-get install libboost-dev
before_script:
- mkdir build && cd build && cmake -DVERBOSE=on ..
script:
- make -j4
- sudo make install
- sudo make uninstall
- make package
- make clean
# whitelist
branches:
only:
... | language: cpp
compiler:
- gcc
- clang
before_install:
# Required Dependencies:
- sudo apt-get install libboost-dev
before_script:
- mkdir build && cd build && cmake -DVERBOSE=on ..
script:
- make -j4
- sudo make install
- sudo make uninstall
# - make package
- make clean
# whitelist
branches:
only:
... | Comment make package test out | Comment make package test out
| YAML | mit | i8degrees/json_spirit |
b138a6de3aecd5b292b12feb0d673e05cbcfef27 | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
cache: bundler
before_install: gem install bundler
script: CI=true bundle exec rake
| sudo: false
dist: trusty
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
cache: bundler
before_install: gem install bundler
script: CI=true bundle exec rake
| Remove 1.9 from Travis build targets. | Remove 1.9 from Travis build targets.
| YAML | mit | swipely/aerosol |
1b2bbfbd0f59ceaa47137165e41780307415f8b7 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
install:
- "pip install -r hamster/requirements.pip --use-mirrors"
- "pip install coveralls coverage --use-mirrors"
script:
- cd hamster && coverage run --source=jobs manage.py test
#after_success:
# - coveralls
| language: python
python:
- "2.7"
install:
- "pip install -r hamster/requirements.pip --use-mirrors"
- "pip install coveralls coverage --use-mirrors"
script:
- cd hamster && coverage run --source=jobs manage.py test
after_success:
- coveralls
| Drop Python 2.6.x, add coveralls | Drop Python 2.6.x, add coveralls
| YAML | mit | agamdua/hamster-core,hamster-dev/hamster-core,hamster-dev/hamster-core |
0c847622a2dfa562793894bfe9e74073e56536f8 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
## Run Integration tests
# All tests that should be run
script: "mvn -f JavaRoles/pom.xml clean && mvn -f JavaRoles/pom.xml -Dlog4j.configuration=file:log4j.properties -Dea -Dtest=pt.mashashi.javaroles.typed.RolesTest test && mvn -f JavaRoles/pom.xml clean && mvn -f JavaRoles/pom.xm... | language: java
jdk:
- oraclejdk7
## Run Integration tests
# All tests that should be run
script: "mvn -f JavaRoles/pom.xml clean && mvn -f JavaRoles/pom.xml -Dlog4j.configuration=file:log4j.properties -Dea -Dtest=pt.mashashi.javaroles.typed.RolesTest test && mvn -f JavaRoles/pom.xml clean && mvn -f JavaRoles/pom.xm... | Add a test to cobertura command | Add a test to cobertura command
| YAML | mit | Mashashi/javaroles,Mashashi/javaroles |
aa596022eab8dd77c85b5f8f6101d55421eeb574 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
- 1.9.2
- 1.8.7
- ruby-head
- ree
- jruby-head
- jruby-19mode
- jruby-18mode
- rbx
| language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
- ree
- jruby-head
- jruby-19mode
- rbx
| Remove some rubies from CI since they don't support activesupport or celluloid. | Remove some rubies from CI since they don't support activesupport or celluloid.
ActiveSupport is required for development dependency factory_girl and celluloid for development dependency guard. | YAML | mit | eirc/spells |
0d4f92f6241b09b62e9fc7630b0ee6d678114aca | .travis.yml | .travis.yml | language:
- node_js
- ruby
node_js:
- "0.11"
- "0.10"
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
before_install:
- npm install -g grunt-cli
- npm install -g bower
- gem install bundler
install:
- bundle install
- npm install
- bower install
script:
- grunt
| language:
- node_js
- ruby
node_js:
- "0.10"
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
before_install:
- npm install -g grunt-cli
- npm install -g bower
- gem install bundler
install:
- bundle install
- npm install
- bower install
script:
- grunt
| Remove the node version 0.11 | Remove the node version 0.11
| YAML | mit | skgtech/devit,skgtech/devit,skgtech/devit |
a406fe7786e76b434fdcbfa81d3276a0cf069be7 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
script: bundle exec rspec
notifications:
campfire:
rooms:
secure: RDYRySh76nHSmVzZ114QSWIuzlDUDJedfLGTRBDWlbQF51BjeqXZPcc2IPvRTXsjBrmdUYau0TfyXfjU0nRnKxooeN8OCHoDKcNuLpCpLtkMfSHiySssKmVbGwba/pwPJGs4qCWCNecmXadttJv84OH8X5f7GkL8Ago147uiizU=
| language: ruby
rvm:
- 1.9.3
script: bundle exec rspec
notifications:
campfire:
rooms:
secure: RDYRySh76nHSmVzZ114QSWIuzlDUDJedfLGTRBDWlbQF51BjeqXZPcc2IPvRTXsjBrmdUYau0TfyXfjU0nRnKxooeN8OCHoDKcNuLpCpLtkMfSHiySssKmVbGwba/pwPJGs4qCWCNecmXadttJv84OH8X5f7GkL8Ago147uiizU=
on_success: change
on_failure: ... | Update Campfire config for Travis CI | Update Campfire config for Travis CI
| YAML | mit | G5/heroku_resque_autoscaler |
3bb5c5c5da48a650c010c47cb507fb38bd2cff96 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.8.7
- rbx
| language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.8.7
- jruby-19mode
- rbx
| Test also JRuby in 1.9 mode | Test also JRuby in 1.9 mode
| YAML | cc0-1.0 | gioele/rack-for_now |
8a513c6cf71e3709eca1900804b6e8c180c1ca91 | .travis.yml | .travis.yml | # https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
install: "pip install -r test/example_thirdparty/requirements.txt -r test/example_thirdparty/requirements_test.txt"
script: "python test/example_thirdparty/manage.py test pybb"
python:
- "2.7"
| # https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
install: "sudo pip install -r test/example_thirdparty/requirements.txt -r test/example_thirdparty/requirements_test.txt"
script: "python test/example_thirdparty/manage.py test pybb"
python:
- "2.7"
| Install packages on Travis as superuser | Install packages on Travis as superuser
| YAML | bsd-2-clause | NEERAJIITKGP/pybbm,skolsuper/pybbm,wengole/pybbm,skolsuper/pybbm,DylannCordel/pybbm,jonsimington/pybbm,jonsimington/pybbm,NEERAJIITKGP/pybbm,katsko/pybbm,acamposruiz/quecoins,hovel/pybbm,zekone/dj_pybb,zekone/dj_pybb,artfinder/pybbm,springmerchant/pybbm,hovel/pybbm,onecue/pybbm,acamposruiz/quecoins,ttyS15/pybbm,katsko/... |
46c9f69995c0d375abbcff74c7a0ca92ddf0d90e | .travis.yml | .travis.yml | language: go
go:
- 1.7.x
- tip
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: go
go:
- 1.7.x
- tip
script:
- go test -v -race -coverprofile=coverage.txt
after_success:
- bash <(curl -s https://codecov.io/bash)
| Add coverage output to Travis config | Add coverage output to Travis config
| YAML | mit | idubinskiy/monomicro,idubinskiy/monomicro |
eab15f7eb6d6359227c7fd7bf0738b9bcc8325c6 | .travis.yml | .travis.yml | language: go
go:
- 1.9.x
- 1.10.x
- tip
before_install:
- go get github.com/mattn/goveralls
install:
- make setup
script:
- bash scripts/cover.sh
| language: go
go:
- 1.9.x
- 1.10.x
before_install:
- go get github.com/mattn/goveralls
install:
- make setup
script:
- bash scripts/cover.sh
| Drop 'tip' from Travis CI | Drop 'tip' from Travis CI
| YAML | mit | jdkato/prose,jdkato/prose,jdkato/prose |
ab6c38344e7379a9af09991ae5fae7c582dd60e2 | .travis.yml | .travis.yml | language: node_js
node_js:
- node
- 4.2
script: npm test
before_install:
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
- wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
- sudo apt-... | language: node_js
node_js:
- node
- 4.2
script: npm test
before_install:
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
- wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
- sudo apt-... | Install backports.ssl_match_hostname because why not? | Install backports.ssl_match_hostname because why not?
| YAML | mit | mike-engel/bkmrkd,mike-engel/bkmrkd,mike-engel/bkmrkd |
c3743f8e901cb9ad1345021b2469b221365e511d | .travis.yml | .travis.yml | language: rust
services:
- docker
addons:
apt:
packages: [valgrind]
jobs:
include:
- os: linux
arch: amd64
rust: stable
- os: linux
arch: amd64
rust: nightly-2019-10-17
env: RDKAFKA_RUN_TESTS=1
- os: linux
arch: arm64
rust: stable
- os: osx
rust: stable
- os: windo... | language: rust
services:
- docker
addons:
apt:
packages: [valgrind]
jobs:
include:
- os: linux
arch: amd64
rust: stable
- os: linux
arch: amd64
rust: nightly-2019-10-17
env: RDKAFKA_RUN_TESTS=1
- os: linux
arch: arm64
rust: stable
- os: osx
rust: stable
- os: windo... | Test that examples build in all CI jobs, too | Test that examples build in all CI jobs, too
| YAML | mit | fede1024/rust-rdkafka,thijsc/rust-rdkafka,thijsc/rust-rdkafka,fede1024/rust-rdkafka,fede1024/rust-rdkafka |
212120e2a8302aa3d0043277550d9311dcf6aca8 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
- "3.2"
- "2.7"
- "2.6"
- "2.5"
script: python setup.py test
| language: python
python:
- "3.4"
- "3.3"
- "3.2"
- "2.7"
- "2.6"
script: python setup.py nosetests
| Add Python 3.4. Plan is to drop support for Python 2.5 | Add Python 3.4. Plan is to drop support for Python 2.5
| YAML | bsd-3-clause | embray/setup.cfg,embray/setup.cfg |
dfff8a4f0909aa7c8453f2e01ec2e82c9677af36 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk8
- openjdk9
- openjdk10
- openjdk11
sudo: required
services:
- docker
before_script:
- chmod +x gradlew
script:
- java -version
- ./gradlew check --parallel
- ./gradlew codeCoverageReport
notifications:
email:
on_success: change
on_failure: always
after_suc... | language: java
jdk:
- openjdk8
- openjdk11
- openjdk12
- openjdk13
sudo: required
services:
- docker
before_script:
- chmod +x gradlew
script:
- java -version
- ./gradlew check --parallel
- ./gradlew codeCoverageReport
notifications:
email:
on_success: change
on_failure: always
after_su... | Adjust Travis CI JDK matrix build versions | Adjust Travis CI JDK matrix build versions
| YAML | apache-2.0 | mokies/ratelimitj |
274622d1f89c783cdd4df14cea348273ab4108a8 | .travis.yml | .travis.yml | language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
fast_finish: true
include:
- php: 5.3
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.5
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*
- p... | language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
fast_finish: true
include:
- php: 5.3
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.5
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*
- p... | Test the bundle against SF3.1 | Test the bundle against SF3.1
| YAML | mit | nietonfir/RaygunBundle,nietonfir/RaygunBundle |
0f623496583d57cda546d738dfed77e1eb482017 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8" | language: node_js
node_js:
- "6"
- "5"
- "4"
addons:
rethinkdb: "2.3"
| Use newer node and install rethinkdb. | Use newer node and install rethinkdb.
| YAML | mit | kvnneff/passwordless-rethinkdbstore,staygrimm/passwordless-rethinkdbstore |
351d3578ed9a1119426030386a1fd32ae0ef30c9 | .travis.yml | .travis.yml | language: java
jdk: oraclejdk8
branches:
only:
- master
cache:
directories:
- $HOME/.m2
| language: java
jdk: oraclejdk8
cache:
directories:
- $HOME/.m2
| Allow Travis to build pull requests | Allow Travis to build pull requests
I believe this is a remnant of the laidig fork, which didn't have pull requests (related to https://github.com/conveyal/gtfs-validator/pull/33). | YAML | mit | laidig/gtfs-validator,conveyal/gtfs-validator,laidig/gtfs-validator,conveyal/gtfs-validator,laidig/gtfs-validator,conveyal/gtfs-validator,conveyal/gtfs-validator,laidig/gtfs-validator |
4c6d59958d424c0c7e07a90703b3b172ca536f17 | .travis.yml | .travis.yml | language: ruby
before_install:
- sudo apt-get update
- sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev
- sudo apt-get install -qq graphicsmagick
- gem install bundler -v 1.16.2
gemfile:
- Gemfile
rvm:
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
matrix:
al... | language: ruby
before_install:
- sudo apt-get update
- sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev
- sudo apt-get install -qq graphicsmagick
- gem install bundler -v 1.16.2
gemfile:
- Gemfile
rvm:
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.5
- 2.6.2
- ruby-head
matrix:
al... | Use the latest Rubies on Travis CI | Use the latest Rubies on Travis CI
| YAML | mit | koic/blur_image |
82ef5ab761bb3f9f2099f9ced823488ee0286f56 | .travis.yml | .travis.yml | language: node_js
cache: yarn
node_js:
- node
- "12"
- "10"
- "8"
before_install:
- yarn global add pnpm --ignore-engines
install:
- yarn install --ignore-engines
| language: node_js
cache: yarn
node_js:
- node
- "14"
- "12"
- "10"
- "8"
before_install:
- yarn global add pnpm --ignore-engines
install:
- yarn install --ignore-engines
| Add Node.js 15 to CI | Add Node.js 15 to CI
| YAML | mit | ai/browserslist |
48bc92ca9d1bde0b2cd569c18252bc0b718a2f1e | .travis.yml | .travis.yml | language: python
dist: xenial
stages:
- quality
- test
cache:
pip: true
directories:
- $HOME/.cache/pypoetry
matrix:
fast_finish: true
include:
- { python: "3.6", env: DJANGO=2.0 }
- { python: "3.6", env: DJANGO=2.1 }
- { python: "3.6", env: DJANGO=2.2 }
- { python: "3.7", en... | language: python
dist: xenial
stages:
- quality
- test
matrix:
fast_finish: true
include:
- { python: "3.6", env: DJANGO=2.0 }
- { python: "3.6", env: DJANGO=2.1 }
- { python: "3.6", env: DJANGO=2.2 }
- { python: "3.7", env: DJANGO=2.0 }
- { python: "3.7", env: DJANGO=2.1 }
... | Update graphene-django dependence to 2.4.0 | Update graphene-django dependence to 2.4.0
| YAML | mit | eamigo86/graphene-django-extras |
cbbc39b6d7dd00fde443d39d843ea891bf92b9f4 | .travis.yml | .travis.yml | language: csharp
solution: ./src/easyImage/EasyImage.sln
| language: csharp
solution: ./src/easyImage/EasyImage.sln
before_install:
- sudo apt-get install nunit-console
before_script:
- nuget restore ./src/easyImage/EasyImage.sln
after_script:
- nunit-console ./src/easyImage/EasyImage.Tests/bin/Release/EasyImage.Tests.dll
| Add test build to CI file. | Add test build to CI file. | YAML | unlicense | BetoBarros07/easyImage,BetoBarros07/easy_image |
fdd9ca22a184cbada4e8d610d8458b8ebf11a008 | .travis.yml | .travis.yml | language: ruby
sudo: false
env:
global:
- 'JRUBY_OPTS=--debug'
rvm:
- '2.0'
- '2.1'
- '2.2'
- '2.3.1'
- 'jruby-9'
script: bundle exec rspec
| language: ruby
sudo: false
env:
global:
- 'JRUBY_OPTS=--debug'
rvm:
- '2.0'
- '2.1'
- '2.2'
- '2.3'
- '2.4'
- 'jruby-9'
script: bundle exec rspec
| Add Ruby 2.4 to Travis test list. | Add Ruby 2.4 to Travis test list.
| YAML | mit | deseretbook/classy_hash |
2a8e8da1afeee064cb1dbdfb07407a095979fd8f | .travis.yml | .travis.yml | matrix:
allow_failures:
- ruby-head
- jruby-19mode
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
- ruby-head
- jruby-19mode
branches:
only: master
| rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
branches:
only: master
| Remove unsupported rubies from Travis build | Remove unsupported rubies from Travis build
| YAML | mit | strax/mbtiles |
67310b604687e47707556ac4719c2afc7bc581d4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
install:
- npm install -g cucumber
- npm install -g jasmine
- npm install -g jison
- npm install -g jscs
- npm install -g jsdoc
- npm install -g jshint
- npm install
script:
- make all
- make start-app
- make acceptance-test
- make stop... | language: node_js
node_js:
- "0.10"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- npm install -g cucumber
- npm install -g jasmine
- npm install -g jison
- npm install -g jscs
- npm install -g jsdoc
- npm install -g jshint
- npm install
scri... | Enable xvfb before running acceptance tests. | Enable xvfb before running acceptance tests.
| YAML | mit | ssoloff/dice-server-js,ssoloff/dice-server-js,ssoloff/dice-server-js,ssoloff/dice-server-js |
4ee4a113b2f2c888ccd828749cd17693b02266d1 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
script: phpunit --cove... | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
sudo:... | Test on PHP7.0 and hhvm | Test on PHP7.0 and hhvm
| YAML | mit | ryan-senn/acl,laravel-doctrine/acl |
76b259f224eb950b99cc2973a7f1962dd5e515c0 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
install:
- npm install
script:
- npm run lint
- npm run compile
- npm run coveralls
| language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
- "9"
install:
- npm install
script:
- npm run lint
- npm run compile
- npm run test
jobs:
include:
- stage: after_success
script: npm run coveralls
node_js: 8
| Update Travis build, only run coveralls on dedicate after_success | Update Travis build, only run coveralls on dedicate after_success
| YAML | mit | Borewit/music-metadata,Borewit/music-metadata |
72b414aa02a7fddb4d752d263a04250f0e3d1727 | pyall/cairo-gobject-1.12.18/meta.yaml | pyall/cairo-gobject-1.12.18/meta.yaml | # Copyright 2014-2015 Peter Williams and collaborators.
# This file is licensed under a 3-clause BSD license; see LICENSE.txt.
package:
name: cairo-gobject
version: 1.12.18
source:
fn: cairo-1.12.18.tar.xz
url: http://cairographics.org/releases/cairo-1.12.18.tar.xz
sha1: a76940b58da9c83b8934264617135326c091... | # Copyright 2014-2015 Peter Williams and collaborators.
# This file is licensed under a 3-clause BSD license; see LICENSE.txt.
package:
name: cairo-gobject
version: 1.12.18
source:
fn: cairo-1.12.18.tar.xz
url: http://cairographics.org/releases/cairo-1.12.18.tar.xz
sha1: a76940b58da9c83b8934264617135326c091... | Add pkg-config to deps of cairo-gobject | Add pkg-config to deps of cairo-gobject
| YAML | bsd-3-clause | NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes |
db8ac9d0842bbaeecdeef6d303c4045200cf77d6 | roles/network-manager/tasks/main.yml | roles/network-manager/tasks/main.yml | ---
- name: Install Network-Manager
apt: name=network-manager state=latest
- name: Create entry to ansiblePull the git repository
template: src=ansiblePull.j2 dest=/etc/NetworkManager/dispatcher.d/ansiblePull
| ---
- name: Install Network-Manager
apt: name=network-manager state=latest
- name: Copy file to dispatcher to clone and execute KoomBook-doctor repository
template: src=01ansiblePull.j2 dest=/etc/NetworkManager/dispatcher.d/01ansiblePull
- name: Copy file to dispatcher to auto Update Content From Syno
template:... | Copy bash script to the device | Copy bash script to the device
| YAML | mit | ideascube/koombook-doctor |
b70f4ae948cd24f2ee506cad9ff0f96fae37e57c | catalog/Developer_Tools/Configuration_Management.yml | catalog/Developer_Tools/Configuration_Management.yml | name: Configuration Management
description:
projects:
- acts_as_configurable
- amberbit-config
- anyway_config
- app
- app_config
- application_configuration
- chamber
- config-me
- config_fun
- config_newton
- configatron
- configliere
- configloader
- configtoolkit
- configulations
- c... | name: Configuration Management
description: Configure your applications easily and securely
projects:
- acts_as_configurable
- amberbit-config
- anyway_config
- app
- app_config
- application_configuration
- chamber
- config-me
- config_fun
- config_newton
- configatron
- configliere
- configl... | Add description to 'Configuration Management' category | Add description to 'Configuration Management' category
Word for word from colszowka's suggestion on pull request #603 | YAML | mit | rubytoolbox/catalog |
2931ad55540de46bfbbb2e00da3d5aba278585d8 | metadata/at.or.at.plugoffairplane.yml | metadata/at.or.at.plugoffairplane.yml | Categories:
- Connectivity
- System
License: GPL-3.0-or-later
AuthorName: at.or.at
AuthorWebSite: https://at.or.at
SourceCode: https://gitlab.com/atorat/plugoffairplane
IssueTracker: https://gitlab.com/atorat/plugoffairplane/issues
LiberapayID: '33617'
Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
AutoName: Plug Off... | Categories:
- Connectivity
- System
License: GPL-3.0-or-later
AuthorName: at.or.at
AuthorWebSite: https://at.or.at
SourceCode: https://gitlab.com/atorat/plugoffairplane
IssueTracker: https://gitlab.com/atorat/plugoffairplane/issues
LiberapayID: '33617'
Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
AutoName: Plug Off... | Update Plug Off Airplane to 1.1 (1010) | Update Plug Off Airplane to 1.1 (1010)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
300e705524cb96dc837327b873fc51f1da601c17 | metadata/hu.vmiklos.plees_tracker.yml | metadata/hu.vmiklos.plees_tracker.yml | Categories:
- Sports & Health
- Time
License: MIT
AuthorName: Miklos Vajna
AuthorEmail: plees-tracker@vmiklos.hu
SourceCode: https://github.com/vmiklos/plees-tracker
IssueTracker: https://github.com/vmiklos/plees-tracker/issues
AutoName: Plees Tracker
RepoType: git
Repo: https://github.com/vmiklos/plees-tracker
... | Categories:
- Sports & Health
- Time
License: MIT
AuthorName: Miklos Vajna
AuthorEmail: plees-tracker@vmiklos.hu
SourceCode: https://github.com/vmiklos/plees-tracker
IssueTracker: https://github.com/vmiklos/plees-tracker/issues
AutoName: Plees Tracker
RepoType: git
Repo: https://github.com/vmiklos/plees-tracker
... | Update Plees Tracker to 6.3 (9) | Update Plees Tracker to 6.3 (9)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
d7be2f83f6092f628aecbae1812cbb15be560581 | operations/scale-database-cluster.yml | operations/scale-database-cluster.yml | ---
- type: replace
path: /instance_groups/name=database/instances
value: 3
- type: replace
path: /instance_groups/name=database/azs
value: [z1, z2, z3]
| ---
- type: replace
path: /instance_groups/name=database/instances
value: 3
- type: replace
path: /instance_groups/name=database/azs
value: [z1, z2, z3]
- type: replace
path: /instance_groups/name=database/jobs/name=proxy/properties/cf_mysql/proxy/shutdown_delay?
value: 30
| Introduce a shutdown delay when running in HA mode | Introduce a shutdown delay when running in HA mode
- BOSH DNS polls for health every 20s based on the monit status of an
instance group. The proxy process should stay healthy for longer than it reports as healthy to
give it time to be removed from the DNS pool.
Signed-off-by: Nitya Dhanushkodi <5c500b3de147c0caacc... | YAML | apache-2.0 | cloudfoundry/cf-deployment,emalm/cf-deployment,cloudfoundry/cf-deployment |
28f545a648a99206e7dc339989e386b8cdbf5fb9 | packages/th/thread-utils-context.yaml | packages/th/thread-utils-context.yaml | homepage: https://github.com/iand675/thread-utils#readme
changelog-type: markdown
hash: 561575b50765921fb3846af96eb2e75ba38e7c03e585dcc3641c34637442be39
test-bench-deps:
base: '>=4.7 && <5'
containers: -any
ghc-prim: -any
thread-utils-finalizers: -any
thread-utils-context: -any
maintainer: ian@iankduncan.com
... | homepage: https://github.com/iand675/thread-utils#readme
changelog-type: markdown
hash: 7863e568c7a43cd21616342d20484d4c962aaa9710619f104c6fb7ee32273940
test-bench-deps:
base: '>=4.7 && <5'
criterion: -any
containers: -any
ghc-prim: -any
thread-utils-finalizers: -any
mtl: -any
thread-utils-context: -any
m... | Update from Hackage at 2021-09-04T01:56:33Z | Update from Hackage at 2021-09-04T01:56:33Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ebc365697175903d55eadd4364cc71c6c0e845b2 | .github/workflows/dotnet.yml | .github/workflows/dotnet.yml | name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
defaults:
run:
working-directory: src
jobs:
build:
name: Build (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'windows-latest' ]
... | name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
defaults:
run:
working-directory: src
jobs:
build:
name: Build (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'windows-latest' ]
... | Add clean step to fix issue on windows build. | Add clean step to fix issue on windows build.
| YAML | apache-2.0 | AdaptiveConsulting/Aeron.NET,AdaptiveConsulting/Aeron.NET |
95eb3e5ea326f2d4c88df2e96675bc6b06ac641e | .github/FUNDING.yml | .github/FUNDING.yml | # These are supported funding model platforms
github: wger-project
| # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
github: wger-project
liberapay: wger
custom: https://www.buymeacoffee.com/wger
| Add links to liberapay and buymeacoffee | Add links to liberapay and buymeacoffee
| YAML | agpl-3.0 | petervanderdoes/wger,petervanderdoes/wger,wger-project/wger,wger-project/wger,wger-project/wger,petervanderdoes/wger,wger-project/wger,petervanderdoes/wger |
eb87777a90e9b1234b4578bdca0c4a69f8eb218f | config/worker.php.yml | config/worker.php.yml | recipes:
- perlbrew::multi
- php::multi
- python::multi
# composer and pip really benefit from these two being preinstalled. MK.
- bazaar
- subversion
- sweeper
| recipes:
- perlbrew::multi
- php::multi
- composer
- python::multi
# composer and pip really benefit from these two being preinstalled. MK.
- bazaar
- subversion
- sweeper
| Provision composer now that it is significantly more mature | Provision composer now that it is significantly more mature
| YAML | mit | 0xCCD/travis-boxes,travis-ci/travis-boxes |
f2fcd5f3ccac42ee6aa40ff3e0a6df014f5e9618 | packages/fs/fsh-csv.yaml | packages/fs/fsh-csv.yaml | homepage: ''
changelog-type: ''
hash: 40746e450bbdb97d036829e9556927158c8f58c106bc3e42c1385e38d8b0560d
test-bench-deps: {}
maintainer: iostreamer007@gmail.com
synopsis: csv parser for fsh
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
hint: -any
all-versions:
- '0.1.0.0'
author: iostreamer-X
latest: '0.1.0.0'
de... | homepage: ''
changelog-type: ''
hash: dfa3505a9c8bef679d49b53950b371ed879149812a838a8c739d1d69e6a7d36a
test-bench-deps: {}
maintainer: iostreamer007@gmail.com
synopsis: csv parser for fsh
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
hint: -any
all-versions:
- '0.1.0.0'
- '0.2.0.0'
author: iostreamer-X
latest: ... | Update from Hackage at 2017-04-27T07:44:59Z | Update from Hackage at 2017-04-27T07:44:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
40e09fba5cb6cbb24b1bd186f6c50699c6a78c54 | packages/po/polymap.yaml | packages/po/polymap.yaml | homepage: ''
changelog-type: ''
hash: c05272a923a874d83041a5ec815b84a4c03c2fbdecb92f494fe67f7fe1d0ed3a
test-bench-deps:
base: ! '>=4.8 && <5'
polymap: -any
maintainer: David Farrell <shokku.ra@gmail.com>
synopsis: Polydirectional maps
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.0'
containers: ! '>=0.5.5'
all... | homepage: ''
changelog-type: ''
hash: 8d4044c98b93319428355a8e6c442d5736e144398dbb63c608d6baaad425f88e
test-bench-deps:
base: ! '>=4.8 && <5'
polymap: -any
maintainer: David Farrell <shokku.ra@gmail.com>
synopsis: Polygonal maps
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.0'
containers: ! '>=0.5.5'
all-versi... | Update from Hackage at 2015-09-24T21:18:17+0000 | Update from Hackage at 2015-09-24T21:18:17+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
f99321320d8d067c4137a2a6e6b2acb6b44712ec | packages/te/tensors.yaml | packages/te/tensors.yaml | homepage: https://github.com/leptonyu/tensors#readme
changelog-type: ''
hash: bf59e2c024bb0097af19f43f161a2664544663c368be046f2903c47fa64f9e25
test-bench-deps:
base: ! '>=4.7 && <5'
hspec: ==2.*
singletons: -any
QuickCheck: -any
vector: -any
maintainer: Daniel YU <leptonyu@gmail.com>
synopsis: Tensor in Haske... | homepage: https://github.com/leptonyu/tensors#readme
changelog-type: ''
hash: 942dd4a9689f0fb327539a4289a6761e520544759ea7db6958a28a1266e6efe5
test-bench-deps:
reflection: -any
base: ! '>=4.7 && <5'
hspec: ==2.*
singletons: -any
QuickCheck: -any
vector: -any
maintainer: Daniel YU <leptonyu@gmail.com>
synops... | Update from Hackage at 2018-12-27T02:06:17Z | Update from Hackage at 2018-12-27T02:06:17Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6f542d536e181613834fc7f52e87e200f83265e1 | app.yaml | app.yaml | application: travis-canvas-proxy
runtime: php55
api_version: 1
threadsafe: yes
skip_files:
- README.md
- config.example.php
- user-map.example.php
- .gitignore
- .editorconfig
handlers:
- url: /grade.*
script: grade.php
secure: always
| application: travis-canvas-proxy
version: 1
runtime: php55
api_version: 1
threadsafe: yes
skip_files:
- README.md
- config.example.php
- user-map.example.php
- .gitignore
- .editorconfig
handlers:
- url: /grade.*
script: grade.php
secure: always
| Add version entry because GAE requires it even though docs say otherwise | Add version entry because GAE requires it even though docs say otherwise
| YAML | mit | thomasjbradley/markbot-server,thomasjbradley/travis-canvas-proxy |
07744f71e642d25ecf58282b918daffb4b0f6058 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: _events
label: Events
create: all
match: "**/*"
- type: directory
path: _programs
label: Programs
create: all
match: "**/*"
- type: directory
path: _team
label: Team
create: all
match: "**/... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: _events
label: Events
create: all
match: "**/*"
- type: directory
path: _programs
label: Programs
create: all
match: "**/*"
- type: directory
path: _team
label: Team
create: all
match: "**/... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | siggraph-s3/s3-website,siggraph-s3/s3-website,siggraph-s3/s3-website |
3f4a95c787c36812beab48266f03be946edf3e39 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: data/authors.yml
label: Authors
- type: document
path: config.toml
label: Configuration
mat... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: data/authors.yml
label: Authors
- type: document
path: config.toml
label: Configuration
uploa... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io |
a7b562f859aac9de3487ec849fba919c0958e3e2 | src/User/Resources/config/routing.yml | src/User/Resources/config/routing.yml | user_profile:
path: profile
defaults:
_controller: UserBundle:Profile:index
user_app_auth_delete:
path: app_auth_delete
defaults:
_controller: UserBundle:Profile:deleteAuthorizedApp
requirements:
_method: DELETE
| user_profile:
path: profile
defaults:
_controller: UserBundle:Profile:index
user_app_auth_delete:
path: app_auth_delete
defaults:
_controller: UserBundle:Profile:deleteAuthorizedApp
requirements:
_method: DELETE
user_kill_session:
path: kill-session
defaults... | Add route to kill the user session on the authserver | Add route to kill the user session on the authserver
| YAML | agpl-3.0 | vierbergenlars/authserver,vierbergenlars/authserver,vierbergenlars/authserver,vierbergenlars/authserver |
d664e26427d0f152a6bd7d235cf8769cbb6123cc | app.yaml | app.yaml | runtime: python27
version: 1
api_version: 1
application: fctv-player-1127
threadsafe: true
handlers:
- url: /
static_files: static/clicks.html
upload: static/clicks.html
secure: always
http_headers:
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; i... | runtime: python27
version: 1
api_version: 1
application: fctv-player-1127
threadsafe: true
handlers:
- url: /
static_files: static/clicks.html
upload: static/clicks.html
secure: always
expiration: "1d"
http_headers:
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeS... | Allow embedding, start with some modest caching. | Allow embedding, start with some modest caching.
| YAML | apache-2.0 | flamingcowtv/clicks,flamingcowtv/clicks |
dc0e971a0eb5598e0a1c5b1d35f86d4143b1632c | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
versioning-strategy: increase
ignore:
- dependency-name: "@types/node"
versions:
- "> 12.11.6, < 12.12"
- dependency-name: "@types/node"
versions:
- "> 1... | version: 2
# CommonJS
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
versioning-strategy: increase
target-branch: "master"
labels:
- "dependencies"
- "CJS"
# TypeScript Module
- package-ecosystem: npm
directory: "/"
... | Split Dependabot update in main & es-module branch updates | Split Dependabot update in main & es-module branch updates
| YAML | mit | Borewit/token-types |
cfd6a678039ba1411bf6ab08f8e1adbe3caff62b | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
| version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
| Enable Dependabot for GitHub Actions | Enable Dependabot for GitHub Actions
| YAML | apache-2.0 | dropwizard/metrics,dropwizard/metrics,dropwizard/metrics |
cc37c490c2829295ffe99118bb94481009f0c8e8 | .github/workflows/coding-standard.yml | .github/workflows/coding-standard.yml | name: "Coding Standards"
on:
pull_request:
jobs:
coding-standards:
name: "Coding Standards"
runs-on: "ubuntu-latest"
strategy:
matrix:
php-version:
- "7.4"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
with:
fetch-depth: 10
-... | name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
coding-standards:
name: "Coding Standards"
runs-on: "ubuntu-20.04"
strategy:
matrix:
php-version:
- "7.4"
steps:
- name: "Checkout"
uses: "action... | Synchronize coding standard workflow with upstream | Synchronize coding standard workflow with upstream
Now that there no longer are cs issues, we can thank diff-sniffer and
kiss it goodbye!
| YAML | mit | doctrine/doctrine2,bigfoot90/doctrine2,doctrine/doctrine2,bigfoot90/doctrine2 |
178872181660d208f4e30d12bc77d30a7d6eb77f | metadata/negativedensity.techahashi.yml | metadata/negativedensity.techahashi.yml | Categories:
- Writing
License: MIT
SourceCode: https://github.com/negativedensity/techahashi
IssueTracker: https://github.com/negativedensity/techahashi/issues
AutoName: Techahashi
Description: |
A fork of [[trikita.slide]].
This version adds two features to be able to add content that might be useful
f... | Categories:
- Writing
License: MIT
SourceCode: https://github.com/negativedensity/techahashi
IssueTracker: https://github.com/negativedensity/techahashi/issues
AutoName: Techahashi
Description: |
A fork of [[trikita.slide]].
This version adds two features to be able to add content that might be useful
f... | Update Techahashi to 7.0.1 (70001) | Update Techahashi to 7.0.1 (70001)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata,f-droid/fdroid-data |
03ed44f67a41ba043c6d8f97027ac897a5c01a93 | meta/main.yml | meta/main.yml | ---
galaxy_info:
role_name: broids
author: juju4
description: setup Bro IDS
license: BSD
min_ansible_version: 2.0
#
# Below are all platforms currently available. Just uncomment
# the ones that apply to your role. If you don't see your
# platform on this list, let us know and we'll get it added!
#
... | ---
galaxy_info:
role_name: broids
author: juju4
description: setup Bro IDS
license: BSD
min_ansible_version: 2.0
#
# Below are all platforms currently available. Just uncomment
# the ones that apply to your role. If you don't see your
# platform on this list, let us know and we'll get it added!
#
... | Remove Maxmind as role dependency - registration wall | Remove Maxmind as role dependency - registration wall | YAML | bsd-2-clause | juju4/ansible-bro-ids,juju4/ansible-bro-ids,juju4/ansible-bro-ids |
93b10da8b8c487d9689daa6cca50c75e1df01d80 | .github/workflows/cd.yml | .github/workflows/cd.yml | name: CD
on: create
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
deploy:
if: (github.event.ref_type == 'tag')
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
# Make sure the version number in the tag matches the version in package.... | name: CD
on: create
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
deploy:
if: (github.event.ref_type == 'tag')
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
# Make sure the version number in the tag matches the version in package.... | Update geritol/match-tag-to-package-version action to v0.2.0 | Update geritol/match-tag-to-package-version action to v0.2.0
| YAML | mit | Binaryify/OneDark-Pro,Binaryify/OneDark-Pro |
e6541cc160318db6b5d980d880787db9db645cf7 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Continuous Integration
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
branches:
- master
env:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [ '8', '11', '1... | name: Continuous Integration
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
branches:
- master
env:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [ '8', '11', '1... | Add Java 16 GA to the test matrix. | [CI] Add Java 16 GA to the test matrix.
| YAML | apache-2.0 | real-logic/Agrona |
d454f42073cc49d7d2c6cabbaa9f399f0bd6f538 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
analyze:
name: Analyze
permissions:
contents: read
security-events: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: github/... | name: CI
on: [push, pull_request]
jobs:
analyze:
name: Analyze
permissions:
contents: read
security-events: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: github/... | Rename test job to lint | Rename test job to lint
| YAML | mit | jgarber623/aria-collapsible,jgarber623/aria-collapsible |
5e042c94c942f0b96862c1e5dc668f167bf1796c | packages/cl/classy-influxdb-simple.yaml | packages/cl/classy-influxdb-simple.yaml | homepage: https://github.com/mankyKitty/classy-influxdb-simple#readme
changelog-type: ''
hash: 9c740e8340afde9b456ab4eaf92324254601120cc652729678d2feb188090fa3
test-bench-deps: {}
maintainer: sclhiannan@gmail.com.au
synopsis: Super simple InfluxDB package in Classy-MTL style
changelog: ''
basic-deps:
bytestring: -any... | homepage: https://github.com/mankyKitty/classy-influxdb-simple#readme
changelog-type: ''
hash: 586eed33e586e043fc044aa156708f049fa04d85270d965ac0a70d3d91634151
test-bench-deps: {}
maintainer: sclhiannan@gmail.com.au
synopsis: Super simple InfluxDB package in Classy-MTL style
changelog: ''
basic-deps:
bytestring: -any... | Update from Hackage at 2017-02-21T00:24:41Z | Update from Hackage at 2017-02-21T00:24:41Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5511762e5f11a9e4871e83bbc7ba6162f2d031f3 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on:
push:
branches:
- main
paths-ignore:
- README.md
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Check code style
uses: reviewdog/action-shfmt@v1.0.2
- name: Run static analysis
... | name: ci
on:
push:
branches:
- main
paths-ignore:
- README.md
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Check code style
uses: reviewdog/action-shfmt@v1.0.2
- name: Run static analysis
... | Add sudo to apt-get install | Add sudo to apt-get install
| YAML | mit | helpermethod/up |
2cadf0d97497914a7e1fe48ba25fd19c331f04f7 | dsaas-services/f8-tenant.yaml | dsaas-services/f8-tenant.yaml | services:
- hash: 90821dd8773da6b226a66cea972d296744ce87b1
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
| services:
- hash: 4e6c0fd6ab2d38e0f7e622df5c6ebf08d6c4ea0f
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
| Update tenants version to 1.0.185 | Update tenants version to 1.0.185 | YAML | apache-2.0 | openshiftio/saas,openshiftio/saas |
1f6f3c285d4e0aaec5e57c074f758bf9e5f90afb | roles/kvm/vars/Ubuntu_x86_64.yml | roles/kvm/vars/Ubuntu_x86_64.yml | ---
kvm_packages:
- qemu-kvm
| ---
kvm_packages:
- bridge-utils
- dosfstools
- dosfstools-dbg
- genisoimage
- kpartx
- libvirt-bin
- multipath-tools
- nfs-common
- open-iscsi
- python-libguestfs
- python-libvirt
- qemu
- qemu-utils
- sysfsutils
- vlan
- multipath-tools
| Add KVM packages, pulled from openstack-ansible-os_nova | Add KVM packages, pulled from openstack-ansible-os_nova
| YAML | apache-2.0 | squashible/squashible,squashible/squashible |
2933932f3a4ab8e1955c9c7362891870ac8d26d9 | provisioning/odl_4_testing_playbook.yml | provisioning/odl_4_testing_playbook.yml | ---
- hosts: all
become: yes
roles:
- role: opendaylight
rpm_repo_file: "opendaylight-4-testing.repo"
rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-4-testing.repo;hb=refs/heads/master"
default_feature_... | ---
- hosts: all
become: yes
roles:
- role: opendaylight
rpm_repo_file: "opendaylight-4-testing.repo"
rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-4-testing.repo"
| Remove depreciated Karaf repos playbook param | Remove depreciated Karaf repos playbook param
The Ansible role no longer attempts to manage ODL's Karaf feature repos.
Signed-off-by: Daniel Farrell <65eaad88897e615d9128b5e890b98414aac720cc@redhat.com>
| YAML | bsd-2-clause | dfarrell07/vagrant-opendaylight,dfarrell07/vagrant-opendaylight |
a49444a266d4afa9a27205c911631767b9163c65 | azure-pipelines.yml | azure-pipelines.yml | trigger: none
# Disable Windows CI builds until somebody is actually working on fixing them
# - master
# - devel
jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2016'
steps:
- checkout: self
submodules: true
- script: |
git config --global user.email "simon@simon-cozens.org"
g... | trigger: none
# Disable Windows CI builds until somebody is actually working on fixing them
# - master
# - devel
jobs:
- job: Windows
pool:
vmImage: 'windows-2019'
steps:
- checkout: self
submodules: true
- script: |
git config --global user.email "simon@simon-cozens.org"
git... | Update to `windows-2019` before deprecation | ci(azure): Update to `windows-2019` before deprecation
| YAML | mit | alerque/sile,alerque/sile,alerque/sile,alerque/sile |
b00cfbadb698942f70a202312e2c95806573be4e | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
environment:
- API_DOCKER_IMAGE=api-ci
- JOB_DOCKER_IMAGE=job-ci
docker:
- image: docker:18.05.0-ce-git
- image: slideroom/elasticsearch:98
environment:
- ES_JAVA_OPTS=-Xms750m -Xmx750m
steps:
- checkout
- setup_remote_docker:
... | version: 2
jobs:
build:
machine:
docker_layer_caching: true
environment:
- API_DOCKER_IMAGE=api-ci
- JOB_DOCKER_IMAGE=job-ci
steps:
- checkout
- run:
name: Integration Tests
command: |
docker run -d -e ES_JAVA_OPTS="-Xms750m -Xmx750m" -p 9200:9... | Change build to use machine image | Change build to use machine image
| YAML | apache-2.0 | exceptionless/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless |
5ddea1926e3302a1c1d54190e42683e4d9c08c66 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}
# fallback to using the latest cache ... | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}
# fallback to using the latest cache ... | Fix port argument in ssh command | Fix port argument in ssh command
| YAML | mit | Vovas11/courses,Vovas11/courses,Vovas11/courses |
4da358011248cec4fcfd1c050a98471368a21d74 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: node:12.16.1
steps:
- checkout
- restore_cache:
key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
key: yarn-{{... | version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: node:12.16.3
steps:
- checkout
- restore_cache:
key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
key: yarn-{{... | Update node Docker tag to v12.16.3 | Update node Docker tag to v12.16.3
| YAML | mit | jaxx2104/gatsby-starter-bootstrap,jaxx2104/gatsby-starter-bootstrap |
c1c82c2e2031f4ecb95ec02cf392563871bd5133 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: randomknowledge/docker-pyenv-tox
steps:
- checkout
- run: pip install tox
- run: tox -e py27,py34,py35,py36
| version: 2
jobs:
macos-build:
macos:
xcode: "9.2.0"
steps:
- run: brew install pyenv readline xz
- run: |-
# https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-environment-variables
echo '
export PYENV_ROOT="$HOME/.pyenv"
... | Enable Circle CI to run tests under macOS | Enable Circle CI to run tests under macOS
| YAML | bsd-3-clause | Safihre/cherrypy,cherrypy/cherrypy,Safihre/cherrypy,cherrypy/cherrypy |
9961614df372814015b35b2b53eb5f13441f001c | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
haskell: haskell-works/haskell-build@1.6.0
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
- haskell/build:
name: ... | version: 2.1
orbs:
haskell: haskell-works/haskell-build@1.6.1
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
- haskell/build:
name: ... | Upgrade circleci to use haskell/build 1.6.1 | Upgrade circleci to use haskell/build 1.6.1
| YAML | bsd-3-clause | haskell-works/hw-prim |
a0850f3da0812b9f199c6e1d334ee0d11e697f1a | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:latest
# Specify service dependencies here if necessary
# CircleCI... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:latest
# Specify service dependencies here if necessary
# CircleCI... | Use run command for tests | Use run command for tests
| YAML | mit | Ciunkos/ciunkos.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.