commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266 values | license stringclasses 13 values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
907ac6a634ddc91e2b2765f55c7b3f0086f5554c | appveyor.yml | appveyor.yml | version: 0.0.{build}-beta
image: Visual Studio 2017
configuration: Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
install:
- ps : dotnet --version
- ps : dotnet restore
build_script:
- ps : dotnet build -c $env:configuration
before_package:
- ps : dotnet pack -c $env:configuration --no-build --include-symbols
test_script:
- ps : dotnet test tests\Kevsoft.Ssml.Tests\Kevsoft.Ssml.Tests.csproj -c $env:configuration --no-build --no-restore
artifacts:
- path: '**\*.nupkg'
deploy:
- provider: Environment
name: NuGet.org
on:
branch: master | version: 0.0.{build}-beta
image: Visual Studio 2017
configuration: Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
install:
- ps : dotnet --version
- ps : dotnet restore
build_script:
- ps : dotnet build -c $env:configuration
after_build:
- ps : dotnet pack -c $env:configuration --no-build --include-symbols
test_script:
- ps : dotnet test tests\Kevsoft.Ssml.Tests\Kevsoft.Ssml.Tests.csproj -c $env:configuration --no-build --no-restore
artifacts:
- path: '**\*.nupkg'
deploy:
- provider: Environment
name: NuGet.org
on:
branch: master | Change packing to be after_build. | Change packing to be after_build.
| YAML | mit | kevbite/Kevsoft.Ssml |
36da31877dd7bdccb787cab95359c66ea7da5ddc | appveyor.yml | appveyor.yml | version: 1.2.6.{build}
configuration: Release
assembly_info:
patch: true
file: 'CSL Ambient Sounds Tuner\Properties\AssemblyInfo.cs'
cache:
- packages -> **\packages.config
before_build:
- ps: .appveyor\UpdateBuildVersion.ps1
- nuget restore
build:
verbosity: minimal
after_build:
- ps: .appveyor\PrepareArtifactsContents.ps1
on_success:
- ps: .appveyor\PrepareNewBuildVersion.ps1
artifacts:
- path: bin
name: AmbientSoundsTuner-v$(appveyor_build_version)
type: zip
- path: workshop
name: AmbientSoundsTuner-workshop-v$(appveyor_build_version)
type: zip
| version: 1.2.7.{build}
configuration: Release
assembly_info:
patch: true
file: 'CSL Ambient Sounds Tuner\Properties\AssemblyInfo.cs'
cache:
- packages -> **\packages.config
before_build:
- ps: .appveyor\UpdateBuildVersion.ps1
- nuget restore
build:
verbosity: minimal
after_build:
- ps: .appveyor\PrepareArtifactsContents.ps1
on_success:
- ps: .appveyor\PrepareNewBuildVersion.ps1
artifacts:
- path: bin
name: AmbientSoundsTuner-v$(appveyor_build_version)
type: zip
- path: workshop
name: AmbientSoundsTuner-workshop-v$(appveyor_build_version)
type: zip
| Prepare for version 1.2.7 | [AppVeyor] Prepare for version 1.2.7 [ci skip]
| YAML | mit | Archomeda/csl-ambient-sounds-tuner |
d3b9463575a8076bd9181177e88ca1600d940ddf | appveyor.yml | appveyor.yml | ---
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- bundle install
build: off
test_script:
- bundle exec rake ci
environment:
matrix:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22"
- ruby_version: "22-x64"
- ruby_version: "23"
- ruby_version: "23-x64"
- ruby_version: "24"
- ruby_version: "24-x64"
- ruby_version: "25"
- ruby_version: "25-x64"
| ---
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- bundle install
build: off
test_script:
- bundle exec rake ci
environment:
matrix:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22"
- ruby_version: "22-x64"
- ruby_version: "23"
- ruby_version: "23-x64"
- ruby_version: "24"
- ruby_version: "24-x64"
- ruby_version: "25"
- ruby_version: "25-x64"
allow_failures:
- ruby_version: "25"
| Change to allow failures on win32 | Change to allow failures on win32
| YAML | mit | piotrmurach/tty-prompt,peter-murach/tty-prompt |
9e3a3889163d7fcacf6279f38e5a5444efc092e5 | appveyor.yml | appveyor.yml | version: 1.0.{build}
# build Configuration, i.e. Debug, Release, etc.
configuration: Release
before_build:
- cmd: nuget restore
build:
project: NLog.Kafka.sln
publish_nuget: false
publish_nuget_symbols: false
include_nuget_references: false
verbosity: normal
after_build:
- nuget pack NLog.Targets.Kafka\NLog.Targets.Kafka.csproj
artifacts:
# pushing all *.nupkg files in directory
path: '**/NLog.Targets.Kafka.*.nupkg'
name: mypackage
deploy:
provider: NuGet
api_key:
secure: exO8//WMx3fyPkwcZWlWHgjm5LdXUyoJUpWAyZgXSrijY8B+w/aRsSsJfHr8BAPy
skip_symbols: true
artifact: mypackage | version: 1.0.{build}
# build Configuration, i.e. Debug, Release, etc.
configuration: Release
before_build:
- cmd: nuget restore
build:
project: NLog.Kafka.sln
publish_nuget: false
publish_nuget_symbols: false
include_nuget_references: false
verbosity: normal
after_build:
- nuget pack NLog.Targets.Kafka\NLog.Targets.Kafka.csproj
artifacts:
# pushing all *.nupkg files in directory
path: '**/NLog.Targets.Kafka.*.nupkg'
name: mypackage
deploy:
provider: NuGet
api_key:
secure: exO8//WMx3fyPkwcZWlWHgjm5LdXUyoJUpWAyZgXSrijY8B+w/aRsSsJfHr8BAPy
skip_symbols: true
artifact: mypackage
on:
branch: master
appveyor_repo_tag: true | Deploy only from master branch and only if tag commit | Deploy only from master branch and only if tag commit
| YAML | bsd-3-clause | KunalSaini/NLog.Kafka |
c1bca9473e8ba349a94c204aa661252c199f322d | appveyor.yml | appveyor.yml | #--------------------------------------------------
# Version
#--------------------------------------------------
version: '{build}'
#--------------------------------------------------
# Branch whitelist
#--------------------------------------------------
branches:
# Whitelist
only:
- master
#--------------------------------------------------
# After cloning repository
#--------------------------------------------------
install:
- git submodule init
- git submodule update
#--------------------------------------------------
# Build configuration
#--------------------------------------------------
configuration: Release
#--------------------------------------------------
# Assembly version patching
#--------------------------------------------------
assembly_info:
patch: true
file: '**\GlobalAssemblyInfo.cs'
assembly_version: "1.0.{build}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
#--------------------------------------------------
# Build hooks - before
#--------------------------------------------------
before_build:
- nuget restore -verbosity detailed
#--------------------------------------------------
# Build hooks - after
#--------------------------------------------------
after_build:
- nuget pack Ofl.Core\Ofl.Core.csproj -verbosity detailed -version %APPVEYOR_BUILD_VERSION%
#--------------------------------------------------
# NuGet config
#--------------------------------------------------
nuget:
# disable publishing of .nupkg artifacts to
# account/project feeds for pull request builds
disable_publish_on_pr: true
#--------------------------------------------------
# Artifact configuration
#--------------------------------------------------
artifacts:
- path: '**\*.nupkg'
name: NuGet
| #--------------------------------------------------
# Version
#--------------------------------------------------
version: '{build}'
#--------------------------------------------------
# Branch whitelist
#--------------------------------------------------
branches:
# Whitelist
only:
- master
#--------------------------------------------------
# After cloning repository
#--------------------------------------------------
install:
- git submodule init
- git submodule update
#--------------------------------------------------
# Build configuration
#--------------------------------------------------
configuration: Release
#--------------------------------------------------
# Assembly version patching
#--------------------------------------------------
assembly_info:
patch: true
file: '**\GlobalAssemblyInfo.cs'
assembly_version: "1.0.{build}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
#--------------------------------------------------
# Build hooks - before
#--------------------------------------------------
before_build:
- nuget restore -verbosity detailed
#--------------------------------------------------
# Build hooks - after
#--------------------------------------------------
after_build:
- nuget pack Ofl.Core\Ofl.Core.csproj -verbosity detailed
#--------------------------------------------------
# NuGet config
#--------------------------------------------------
nuget:
# disable publishing of .nupkg artifacts to
# account/project feeds for pull request builds
disable_publish_on_pr: true
#--------------------------------------------------
# Artifact configuration
#--------------------------------------------------
artifacts:
- path: '**\*.nupkg'
name: NuGet
| Update version for CI build. | Update version for CI build.
| YAML | mit | OneFrameLink/Ofl.Core |
3a87c3babf8fca2aab9efbfb9585df8c92bb68e2 | openjdk-demo/snapcraft.yaml | openjdk-demo/snapcraft.yaml | name: openjdk-demo
version: "1.0"
summary: OpenJDK Swing Example Applications
description: OpenJDK Swing Example Applications
confinement: strict
apps:
FileChooser:
command: bin/FileChooserDemo.sh
plugs: [unity7, network, home]
parts:
openjdk-demo:
plugin: copy
files:
FileChooserDemo.sh: bin/FileChooserDemo.sh
java:
plugin: nil
stage-packages: [openjdk-8-jre, openjdk-8-demo]
| name: openjdk-demo
version: "1.0"
summary: OpenJDK Swing Example Applications
description: OpenJDK Swing Example Applications
confinement: strict
apps:
FileChooser:
command: bin/FileChooserDemo.sh
plugs: [unity7, network, home]
parts:
openjdk-demo:
plugin: copy
files:
FileChooserDemo.sh: bin/FileChooserDemo.sh
stage-packages: [openjdk-8-jre, openjdk-8-demo]
| Add stage-packages to current part | Add stage-packages to current part
In all examples, we have made the stage-packages runtime as part of the
corresponding snapcraft part using it. Let's keep the same semantic.
| YAML | mit | Zap123/snappy-playpen,ubuntu/snappy-playpen,jamestait/snappy-playpen,jamestait/snappy-playpen,Winael/snappy-playpen-1,wandrewkeech/snappy-playpen,ubuntu/snappy-playpen,dplanella/snappy-playpen,elopio/snappy-playpen,dplanella/snappy-playpen,elopio/snappy-playpen,Zap123/snappy-playpen,elopio/snappy-playpen,ubuntu/snappy-playpen,jamestait/snappy-playpen,Winael/snappy-playpen-1,wandrewkeech/snappy-playpen,jamestait/snappy-playpen,ubuntu/snappy-playpen,elopio/snappy-playpen |
6d956955f7b236e395f25c4a92a7daa92c061cb6 | .github/stale.yml | .github/stale.yml | # Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
| _extends: .github
| Add org-wide config for Stale app | Add org-wide config for Stale app
| YAML | mit | ssbc/emoji-server |
45214614f53da01e2eb1d1c68a02cb328cf3b046 | .github/stale.yml | .github/stale.yml | # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 14
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be considered stale
exemptLabels:
- "enhancement"
- "confirmed bug"
- "chore"
# Label to use when marking as stale
staleLabel: stale
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
# Comment to post when removing the stale label. Set to `false` to disable
unmarkComment: false
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
closeComment: >
This issue has been auto-closed because there hasn't been any activity for at least 21 days.
However, we really appreciate your contribution, so thank you for that! ๐
Also, feel free to [open a new issue](https://github.com/Moya/Moya/issues/new) if you still experience this problem ๐.
# Limit to only `issues`
only: issues
| # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 14
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be considered stale
exemptLabels:
- "enhancement"
- "confirmed bug"
- "chore"
- "discussion"
# Label to use when marking as stale
staleLabel: stale
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
# Comment to post when removing the stale label. Set to `false` to disable
unmarkComment: false
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
closeComment: >
This issue has been auto-closed because there hasn't been any activity for at least 21 days.
However, we really appreciate your contribution, so thank you for that! ๐
Also, feel free to [open a new issue](https://github.com/Moya/Moya/issues/new) if you still experience this problem ๐.
# Limit to only `issues`
only: issues
| Add discussion to exemptLabels for StaleBot | Add discussion to exemptLabels for StaleBot
| YAML | mit | Moya/Moya,ashfurrow/Moya,Moya/Moya,ashfurrow/Moya,Moya/Moya |
97a2c0b4b57fcea4ab75bb2199c9cdde412f3953 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
branches:
only:
- master
script: bundle exec rake spec
| language: ruby
rvm:
- 2.1
- 2.2
branches:
only:
- master
script: bundle exec rake spec
| Remove support for Ruby 2.0.0 | Remove support for Ruby 2.0.0
Module#include used at SocketManager is private with Ruby 2.0.0.
| YAML | apache-2.0 | fluent/serverengine,naritta/serverengine |
541d665cface44bc3baec1b14a1c5217974656bf | .travis.yml | .travis.yml | language: java
sudo: false
install: true
script: mvn install -Prelease -Dgpg.skip=true
| language: java
sudo: false
install: true
jdk: openjdk7
script: mvn install -Prelease -Dgpg.skip=true
| Use Open JDK 7 on Travis | Use Open JDK 7 on Travis
| YAML | apache-2.0 | rvesse/airline,rvesse/airline |
82b616de89ffda13be064ab2f904d1b7ede70d29 | .travis.yml | .travis.yml | sudo: required
dist: trusty
# install the pre-release chef-dk. Use chef-stable-trusty to install the stable release
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=package-ubuntu-1204
- INSTANCE=package-ubuntu-1404
- INSTANCE=package-ubuntu-1604
- INSTANCE=package-centos-6
- INSTANCE=package-centos-7
before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
script: KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
matrix:
include:
- before_script:
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/cookstyle --version
- /opt/chefdk/embedded/bin/foodcritic --version
- script:
- /opt/chefdk/bin/chef exec rake
env: UNIT_AND_LINT=1
| sudo: required
dist: trusty
# install the pre-release chef-dk. Use chef-stable-trusty to install the stable release
addons:
apt:
sources:
- chef-stable-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=package-ubuntu-1204
- INSTANCE=package-ubuntu-1404
- INSTANCE=package-ubuntu-1604
- INSTANCE=package-centos-6
- INSTANCE=package-centos-7
before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
script: KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
matrix:
include:
- before_script:
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/cookstyle --version
- /opt/chefdk/embedded/bin/foodcritic --version
- script:
- /opt/chefdk/bin/chef exec rake
env: UNIT_AND_LINT=1
| Switch back to stable ChefDK builds for testing | Switch back to stable ChefDK builds for testing
| YAML | apache-2.0 | chef-cookbooks/gecode,opscode-cookbooks/gecode |
51fe8ab719e80e1d23bc246cde339155e0c858ef | .travis.yml | .travis.yml | language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
os:
- linux
env:
global:
- PYTHON=python
- PIP=pip
- TEST_COMMAND="test -q"
- CPPFLAGS="-Wall -Werror"
matrix:
- CC=gcc CXX=g++
- CC=clang CXX=clang++
matrix:
include:
- language: generic
python: 2.7
os: osx
env: CC=clang CXX=clang++
- language: generic
python: 3.5
os: osx
env: CC=clang CXX=clang++ PYTHON=python3 PIP=pip3
- python: 2.7
os: linux
env: TEST_COMMAND=lint
addons:
apt:
packages:
- gfortran
- gobjc
- gobjc++
- libboost-dev
- libboost-program-options-dev
- libogg-dev
- ninja-build
cache:
- apt
before_install:
- set -e
- |
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
brew update
brew install coreutils
brew install libogg
brew install ninja
brew install ${PYTHON}
fi
install:
- |
if [ "${TEST_COMMAND}" = "lint" ]; then
${PIP} install flake8
fi
- ${PIP} install .
script:
- ${PYTHON} setup.py ${TEST_COMMAND}
| language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
os:
- linux
env:
global:
- PYTHON=python
- PIP=pip
- TEST_COMMAND="test -q"
- CPPFLAGS="-Wall -Werror"
matrix:
- CC=gcc CXX=g++
- CC=clang CXX=clang++
matrix:
include:
- language: generic
python: 2.7
os: osx
osx_image: xcode7.3
env: CC=clang CXX=clang++
- language: generic
python: 3.5
os: osx
osx_image: xcode7.3
env: CC=clang CXX=clang++ PYTHON=python3 PIP=pip3
- python: 2.7
os: linux
env: TEST_COMMAND=lint
addons:
apt:
packages:
- gfortran
- gobjc
- gobjc++
- libboost-dev
- libboost-program-options-dev
- libogg-dev
- ninja-build
cache:
- apt
before_install:
- set -e
- |
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
shell_session_update() { :; }
brew update
brew install coreutils gcc libogg ninja
if [ "${PYTHON}" = "python3" ]; then
brew install ${PYTHON}
fi
fi
install:
- |
if [ "${TEST_COMMAND}" = "lint" ]; then
${PIP} install flake8
fi
- ${PIP} install .
script:
- ${PYTHON} setup.py ${TEST_COMMAND}
| Update OS X Travis config | Update OS X Travis config
| YAML | bsd-3-clause | jimporter/bfg9000,jimporter/bfg9000,jimporter/bfg9000,jimporter/bfg9000 |
f4fb38f4dd75363d374a367bafa33010c5a40eb3 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7.3
env:
- DESTINATION="OS=9.2,name=iPhone 6" SCHEME="SimpleRSSReader" SDK=iphonesimulator9.2
before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -workspace SimpleRSSReader.xcworkspace -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c
| language: objective-c
osx_image: xcode7.3
env:
- DESTINATION="OS=9.3,name=iPhone 6" SCHEME="SimpleRSSReader" SDK=iphonesimulator9.3
before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -workspace SimpleRSSReader.xcworkspace -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c
| Bump test os to 9.3 | Bump test os to 9.3
| YAML | mit | ktakayama/SimpleRSSReader,ktakayama/SimpleRSSReader |
eca2b0860559227151633c96ac9961b31cbc55a4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
# Allow Travis tests to run in containers.
sudo: false
| language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
# Allow Travis tests to run in containers.
sudo: false
| Add Node 9 to the Travis CI rotation. | Add Node 9 to the Travis CI rotation.
| YAML | mit | benjamn/recast,benjamn/recast,benjamn/recast |
0d4f90e43b3bd775301eab6c41b4d2ee30727f66 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5.1'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5.1'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Test with latest Node.js 4 on Travis CI. | Test with latest Node.js 4 on Travis CI.
| YAML | mit | bigeasy/delta,bigeasy/delta |
fa1326430549c6e77c740abd99757fd180493dbc | .travis.yml | .travis.yml | # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-stable-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
# We have to install chef-sugar for ChefSpec
- /opt/chefdk/embedded/bin/chef gem install chef-sugar
script:
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/rubocop --version
- /opt/chefdk/embedded/bin/rubocop
- /opt/chefdk/embedded/bin/foodcritic --version
- /opt/chefdk/embedded/bin/foodcritic . --exclude spec
- /opt/chefdk/embedded/bin/rspec spec
| # Use Travis's cointainer based infrastructure
sudo: false
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
# Don't `bundle install`
install: echo "skip bundle install"
branches:
only:
- master
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
# We have to install chef-sugar for ChefSpec
- /opt/chefdk/embedded/bin/chef gem install chef-sugar
script:
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/rubocop --version
- /opt/chefdk/embedded/bin/rubocop
- /opt/chefdk/embedded/bin/foodcritic --version
- /opt/chefdk/embedded/bin/foodcritic . --exclude spec
- /opt/chefdk/embedded/bin/rspec spec
| Use the pre-release builds of chefdk | Use the pre-release builds of chefdk
| YAML | apache-2.0 | surya85/devops,chef-cookbooks/chef-ingredient,surya85/devops,GannettDigital/chef-ingredient,surya85/devops,GannettDigital/chef-ingredient,surya85/devops,surya85/devops,surya85/devops,surya85/devops,vinyar/chef-ingredient,vinyar/chef-ingredient,surya85/devops,surya85/devops,chef-cookbooks/chef-ingredient,surya85/devops |
ff99707432c182626f3afa68053e782c6d3e4a5c | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- jruby-19mode
- jruby-18mode
- rbx-18mode
- rbx-19mode
script: "bundle exec rake && rake em_http_request_0_x_spec"
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- jruby-19mode
- jruby-18mode
- rbx-18mode
- rbx-19mode
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
script: "bundle exec rake && rake em_http_request_0_x_spec"
| Allow failures for Rubinius builds on Travis CI. | Allow failures for Rubinius builds on Travis CI. | YAML | mit | spjsschl/webmock,sferik/webmock,arronmabrey/webmock,ixti/webmock,Omnihuron/webmock,henrik/webmock,xuwupeng2000/webmock,hobodave/webmock,VincentZhao/webmock,davidbegin/webmock,sinisterstuf/webmock,hilben/webmock,bblimke/webmock,taiki45/webmock,avantcredit/webmock,maruware/webmock,influxdb/webmock |
11a814b671fcbc9b8cfdbe701dfa55c80b891fb5 | .travis.yml | .travis.yml | # Configuration file for Travis CI.
language: python
python:
- "2.7"
before_script:
- echo $'DEBUG = False \n\nSECRET_KEY = '"'adummykey'" $'\n\nALLOWED_HOSTS = ['"'localost']" > ./mywebsite/settings_local.py
# Install dependencies
install:
- pip install -r requirements.txt
- pip install coveralls
# Run tests
script:
coverage run --source=myblogapp --omit=*/tests.py,*/migrations/* manage.py test
after_success: coveralls
| # Configuration file for Travis CI.
language: python
python:
- "2.7"
before_script:
- echo $'DEBUG = False \n\nSECRET_KEY = '"'adummykey'" $'\n\nALLOWED_HOSTS = ['"'localost']" > ./mywebsite/settings_local.py
# Install dependencies
install:
- pip install -r requirements.txt
- pip install coveralls
# Run tests
script:
coverage run --source=myblogapp,mywebsite --omit=*/tests.py,*/migrations/* manage.py test
after_success: coveralls
| Add mywebsite to test coverage | Add mywebsite to test coverage
| YAML | mit | TomGijselinck/mywebsite,TomGijselinck/mywebsite |
9304b33746cb25f5002a542357e11c92e57d1d34 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- '0.11'
- '0.12'
script:
- npm run build
deploy:
provider: npm
email: crifei93@gmail.com
api_key:
secure: JQwJYppw11Gmu6Pcp5Pcl1HAX4S6g4ib/voLFI4IT9n1KRhzjXR03UufU61T7wybRAkTg2IfUi/T7IFB7Ey8c3U7jqK1LZBuGMMYGNgygzwClGaLrKlKshKnFGYRfB6UOHBV5zFGB0mtDxtiZohtdT9d/jWom6V4DpvAFUjwS0Y=
| language: node_js
sudo: false
node_js:
- "6"
- "8"
deploy:
provider: npm
email: crifei93@gmail.com
api_key:
secure: JQwJYppw11Gmu6Pcp5Pcl1HAX4S6g4ib/voLFI4IT9n1KRhzjXR03UufU61T7wybRAkTg2IfUi/T7IFB7Ey8c3U7jqK1LZBuGMMYGNgygzwClGaLrKlKshKnFGYRfB6UOHBV5zFGB0mtDxtiZohtdT9d/jWom6V4DpvAFUjwS0Y=
| Test on Node.js 6 and 8 on Travis. | Test on Node.js 6 and 8 on Travis.
Also, run the default `npm test` command on Travis.
| YAML | mit | christian-fei/Simple-Jekyll-Search,christian-fei/Simple-Jekyll-Search,christian-fei/Simple-Jekyll-Search |
3bfa04769a9a2a9056898067a9ed1a96b0ede0f0 | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
install: pip install '.[dev]'
script: py.test
| language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
install:
- pip install -U pip
- pip install '.[dev]'
script: py.test
| Update pip on Travis before installing the package | Update pip on Travis before installing the package
| YAML | mit | mhallin/cov-exclude-py |
ff6891b166ad8bae1eb2b2de10abd74c9a3eba8b | .travis.yml | .travis.yml | rvm:
- 2.2
- 2.1
- 2.0
- 1.9.3
- jruby-1.7.12
# whitelist
branches:
only:
- master
- v1.3.x-bugfix
notifications:
email:
- cukes-devs@googlegroups.com
irc:
- "irc.freenode.org#cucumber"
| rvm:
- 2.2
- 2.1
- 2.0
- 1.9.3
- jruby-1.7.12
# whitelist
branches:
only:
- master
- v1.3.x-bugfix
- add-fail-fast-switch
| Set Travis to run builds against the current branch | Set Travis to run builds against the current branch
| YAML | mit | danascheider/cucumber-ruby,enkessler/cucumber-ruby,marxarelli/cucumber,cucumber/cucumber-ruby,twalpole/cucumber,danascheider/cucumber-ruby,phoebeclarke/cucumber-ruby,richarda/cucumber,cucumber/cucumber-ruby,twalpole/cucumber,richarda/cucumber,shadow000902/cucumber-ruby,marxarelli/cucumber,enkessler/cucumber-ruby,cucumber/cucumber-ruby,enkessler/cucumber-ruby,shadow000902/cucumber-ruby,phoebeclarke/cucumber-ruby |
dd4c50993e778e5e560ac0b14e1b82ed9a9e7c71 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.1.10
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
before_install:
- gem update --system
- gem install bundler --no-document
| sudo: false
language: ruby
cache: bundler
rvm:
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
before_install:
- gem update --system || echo "Skipping rubygems upgrade"
- gem install bundler --no-document
| Fix Travis failures for old rubies; add new rubies | Fix Travis failures for old rubies; add new rubies
Ruby < 2.3 is no longer supported by rubygems, so gracefully ignore
rubygems upgrade failures for those versions. Also add latest Ruby patch
releases and Ruby 2.6.0 to the build matrix.
| YAML | mit | mattbrictson/jess,mattbrictson/jess |
34dd0715e512d0a606875e76a499e23f7a6211f0 | .travis.yml | .travis.yml | before_install:
- git lfs pull
- apt-get install syslinux cmake libcap-dev libbz2-dev zlib1g-dev
- pushd vendor
- tar -xvf cdrkit-1.1.11-fedora29-patched.tar.gz
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
script:
- py.test --verbose tests
| before_install:
- git lfs pull
- sudo apt-get update
- sudo apt-get install -y syslinux cmake libcap-dev libbz2-dev zlib1g-dev
- pushd vendor
- tar -xvf cdrkit-1.1.11-fedora29-patched.tar.gz
- popd
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
script:
- py.test --verbose tests
| Make sure to use sudo. | Make sure to use sudo.
Signed-off-by: Chris Lalancette <281cd07d7578d97c83271fbbf2faddb83ab3791c@gmail.com>
| YAML | lgpl-2.1 | clalancette/pycdlib,clalancette/pyiso |
3afb19a35a043db9cb7d6fde568f8975e75603dc | .travis.yml | .travis.yml | language: csharp
solution: ./Gmail notifier/Gmail notifier.sln | language: csharp
solution: ./Gmail notifier/Gmail notifier.sln
script :
- xbuild /p:Configuration=Debug Gmail notifier.sln | Build Travis CI on debug channel | Build Travis CI on debug channel
| YAML | mit | xavierfoucrier/gmail-notifier,xavierfoucrier/gmail-notifier |
3125b7969d4dd15f95e866d1e1efe9eae6f0494b | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
gemfile:
- Gemfile
- Gemfile-rails3
- Gemfile-rails40
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
| language: ruby
gemfile:
- Gemfile
- Gemfile-rails3
- Gemfile-rails40
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
| Test against default ruby version | Test against default ruby version | YAML | mit | jfirebaugh/konacha,hugocorbucci/konacha,hugocorbucci/konacha,uken/konacha,jfirebaugh/konacha,uken/konacha,jfirebaugh/konacha,uken/konacha,hugocorbucci/konacha |
4c6eefb9ebe04bdfcb4fe4bb375c6148bfa277a9 | .travis.yml | .travis.yml | language: scala
sudo: false
scala:
- 2.11.8
- 2.12.1
jdk:
- oraclejdk8
script:
- sbt ++$TRAVIS_SCALA_VERSION test/test:fastOptJS test/test:fullOptJS
- sbt ++$TRAVIS_SCALA_VERSION test
- sbt ++$TRAVIS_SCALA_VERSION 'set scalaJSStage in ThisBuild := FullOptStage' test
- bin/checkDevOnly $TRAVIS_SCALA_VERSION
# Use PhantomJS 2
# https://mediocre.com/forum/topics/phantomjs-2-and-travis-ci-we-beat-our-heads-against-a-wall-so-you-dont-have-to
install:
- mkdir travis-phantomjs
- wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O "$PWD"/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
- tar -xvf "$PWD"/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C "$PWD"/travis-phantomjs
- export PATH="$PWD/travis-phantomjs:$PATH"
# Taken from https://github.com/typelevel/cats/blob/master/.travis.yml
cache:
directories:
- $HOME/.sbt/0.13/dependency
- $HOME/.sbt/boot/scala*
- $HOME/.sbt/launchers
- $HOME/.ivy2/cache
before_cache:
- find $HOME/.sbt -name "*.lock" -type f -delete
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete
| language: scala
sudo: false
scala:
- 2.11.8
- 2.12.1
jdk:
- oraclejdk8
install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- npm install
- npm install jsdom source-map-support
env:
global:
JSENV=node
script:
- sbt ++$TRAVIS_SCALA_VERSION test/test:fastOptJS test/test:fullOptJS
- sbt ++$TRAVIS_SCALA_VERSION 'set parallelExecution in ThisBuild := false' test
- sbt ++$TRAVIS_SCALA_VERSION 'set parallelExecution in ThisBuild := false' 'set scalaJSStage in ThisBuild := FullOptStage' test
- bin/checkDevOnly $TRAVIS_SCALA_VERSION
# Taken from https://github.com/typelevel/cats/blob/master/.travis.yml
before_cache:
- find $HOME/.sbt -name "*.lock" -type f -delete
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete
cache:
directories:
- $HOME/.sbt/0.13/dependency
- $HOME/.sbt/boot/scala*
- $HOME/.sbt/launchers
- $HOME/.ivy2/cache
| Use Node.js on Travis CI | Use Node.js on Travis CI
| YAML | apache-2.0 | japgolly/scalajs-react,japgolly/scalajs-react,japgolly/scalajs-react,matthughes/scalajs-react,matthughes/scalajs-react,matthughes/scalajs-react,japgolly/scalajs-react |
0f3f7cbb0b2f1c3ff93663ee866a7f34fda44566 | .travis.yml | .travis.yml | language: android
env:
global:
- ADB_INSTALL_TIMEOUT=8
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra-android-support
- extra-google-m2repository
- extra-android-m2repository
- sys-img-armeabi-v7a-android-21
before_script:
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a --sdcard 16M
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew checkstyle build connectedCheck | language: android
env:
global:
- ADB_INSTALL_TIMEOUT=20 # minutes (2 minutes by default)
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra-android-support
- extra-google-m2repository
- extra-android-m2repository
- sys-img-armeabi-v7a-android-21
before_script:
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a --sdcard 16M
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew checkstyle build connectedCheck | Update installation timeout as the official google maps utils project does | Update installation timeout as the official google maps utils project does
| YAML | apache-2.0 | Karumi/KataSuperHeroesAndroid |
618643e683ae5a0538ed6fbe7beb513179409fc8 | .travis.yml | .travis.yml | os:
- linux
- osx
- windows
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.7"
install: "pip install -r requirements.txt"
script: py.test --cov=tika
after_success: coveralls
| language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.7"
install: "pip install -r requirements.txt"
script: py.test --cov=tika
after_success: coveralls
| Revert "Added osx and windows tests to TravisCI .yml." | Revert "Added osx and windows tests to TravisCI .yml."
This reverts commit 144ad23adf75145b7746f33ae0ccb82d1b0caf8c.
| YAML | apache-2.0 | chrismattmann/tika-python |
dd3a699845d9da490cbd22e5eadc14f03979db3f | .travis.yml | .travis.yml | language: go
go:
- 1.0.3
- 1.1.2
- 1.2.2
before_install:
- sudo apt-get update -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
- sudo apt-get install libgmp-dev -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
script:
- go test -short
| language: go
go:
- 1.0.3
- 1.1.2
- 1.2.2
- tip
before_install:
- sudo apt-get update -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
- sudo apt-get install libgmp-dev -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
script:
- go test -short
| Add tip back now that it is fixed | Add tip back now that it is fixed
| YAML | bsd-3-clause | locusf/gmp,grokify/gmp,ncw/gmp |
d0bf09e5bb7ed146bab77ccba0b357fa54e46211 | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
script:
- phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
after_success:
- travis_retry php vendor/bin/coveralls
| language: php
php:
- 5.5
- 5.6
- 7.0
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
script:
- phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
after_success:
- travis_retry php vendor/bin/coveralls
| Use ocular.phar file from scrutinizer-ci | Use ocular.phar file from scrutinizer-ci
| YAML | mit | sebastiaanluca/laravel-modules,sebastiaanluca/laravel-modules,nWidart/laravel-modules,sebastiaanluca/laravel-modules |
19b06a8ca9dda2b200a1468fd458cfb640f3400c | .travis.yml | .travis.yml | language: node_js
node_js:
- '6.0'
- '4.4'
script:
- npm run lint
- npm test | language: node_js
env:
- NODE_ENV=integration
node_js:
- '6.1'
- '6.0'
- '4.4'
services:
- mysql
before_install:
- mysql -e "CREATE DATABASE IF NOT EXISTS sentimize;" -uroot
script:
- npm run lint
- npm test | Add mysql service and configuration for Travis CI | Add mysql service and configuration for Travis CI
| YAML | mit | formidable-coffee/masterfully,formidable-coffee/masterfully,chkakaja/sentimize,chkakaja/sentimize |
5250c9dc13ce083b0e40b7bee57a718b313b6cf3 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install -r requirements.txt
- pip install -e .
- pip install pytest-cov
- pip install coveralls
script:
- python -m pytest thinc --slow --cov=thinc.neural
after_success:
coveralls
notifications:
email: false
slack:
secure: VSqtxg7u4NTZRfoZqjxPRPVS92KTy/mp62egfDZ9ujTP4VPxNe15QZuTB6r/ICPgEYqBtdhLc/aetuBcemt0bHfentV0F7bz7iDY/AFQC1h1i4G0D0wKMufuqOJFw9MOp2tSpuvCVzhCxR+Ymx/F9SaeYBAiwBawce4wu+qu3lA=
| language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install -r requirements.txt
- pip install -e .
- pip install pytest-cov
- pip install coveralls
script:
- python -m pytest thinc --slow --cov=thinc
after_success:
coveralls
notifications:
email: false
slack:
secure: VSqtxg7u4NTZRfoZqjxPRPVS92KTy/mp62egfDZ9ujTP4VPxNe15QZuTB6r/ICPgEYqBtdhLc/aetuBcemt0bHfentV0F7bz7iDY/AFQC1h1i4G0D0wKMufuqOJFw9MOp2tSpuvCVzhCxR+Ymx/F9SaeYBAiwBawce4wu+qu3lA=
| Extend tested coverage to full thinc package | Extend tested coverage to full thinc package
| YAML | mit | explosion/thinc,explosion/thinc,explosion/thinc,spacy-io/thinc,spacy-io/thinc,explosion/thinc,spacy-io/thinc |
490cb8830d6eec860a53e71e82aa56718e7ebfa8 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "4"
script:
- npm run test
cache:
directories:
- $HOME/.npm
- node_modules
| language: node_js
sudo: false
node_js:
- "4"
- "5"
- "6"
script:
- npm run test
cache:
directories:
- $HOME/.npm
- node_modules
| Add additional node versions 5, 6 | Add additional node versions 5, 6
| YAML | mit | agreco/loggerware |
27b31aa5868191bfe60e76996be6a2c31d6b2ce6 | .travis.yml | .travis.yml | language: smalltalk
sudo: false
os:
- linux
smalltalk:
- Pharo-6.0
- Pharo-7.0
| language: smalltalk
sudo: false
os:
- linux
smalltalk:
- Pharo-6.1
- Pharo-7.0
| Build 6.1 instead of 6.0 | Build 6.1 instead of 6.0 | YAML | mit | peteruhnak/file-dialog |
0ed091bc348bbcfe8724500a084ee7c25379955f | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
matrix:
allow_failures:
- php: 5.5
install:
- if [[ "${TRAVIS_PHP_VERSION}" == "5.5" ]]; then composer require phpunit/phpunit:^4.8.36 --prefer-dist --update-with-dependencies; fi
- if [[ "${TRAVIS_PHP_VERSION}" == "7.2" ]]; then composer require phpunit/phpunit:^6.0 --prefer-dist --update-with-dependencies; fi
- travis_retry composer install --no-interaction --prefer-source
script:
- vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml
| language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
matrix:
allow_failures:
- php: 7.4snapshot
install:
- travis_retry composer install --no-interaction --prefer-source
script:
- vendor/bin/phpstan analyse -l max src/ tests/
- vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml
| Remove unsupported PHP versions, run phpstan | Remove unsupported PHP versions, run phpstan
| YAML | mit | emgag/flysystem-tempdir |
8ffaf53fc27cdc03c62da4c2dcd96085b578bb76 | .travis.yml | .travis.yml | language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
- "3.3"
script:
- python tests.py
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
script:
- python tests.py
| Drop Python 2.5 from the Travis builds, since it isn't working anyway | Drop Python 2.5 from the Travis builds, since it isn't working anyway
| YAML | bsd-2-clause | dcwatson/bbcode |
d869ca48512da74930cde5c69ade58a635081f01 | .travis.yml | .travis.yml | os:
- linux
- osx
- windows
language: node_js
node_js:
- '6'
- '8'
- '10'
- '12'
before_script:
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1)
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi'
- npm -v
- npm install winston@3.2.1
- 'npm install https://github.com/ioBroker/ioBroker.js-controller/tarball/master --production'
env:
- CXX=g++-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
| os:
- linux
- osx
- windows
language: node_js
node_js:
- '8'
- '10'
- '12'
before_script:
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1)
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi'
- npm -v
- npm install winston@3.2.1
- 'npm install https://github.com/ioBroker/ioBroker.js-controller/tarball/master --production'
env:
- CXX=g++-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
| Remove support for deprecated node.js | Remove support for deprecated node.js | YAML | mit | angelnu/ioBroker.chromecast,angelnu/ioBroker.chromecast |
13b740f56afae8ed1390c3bf90dabcb1f3961503 | .travis.yml | .travis.yml | language: node_js
before_install:
- npm install -g npm
node_js:
- "0.12"
- "0.11"
- "0.10"
| language: node_js
before_install:
- npm install -g npm
node_js:
- node
- lts/*
- 8
- 7
- 6
- 5
- 4
| Update node versions for TravisCI | Update node versions for TravisCI
| YAML | mit | joaonuno/flat-to-nested-js,joaonuno/flat-to-nested-js |
410b6f0a15066ab22ec3b81b825df9c2b21122e0 | .travis.yml | .travis.yml | language: php
php:
- 5.6
before_script:
mkdir tests/data & composer install -n
script:
phpunit --configuration tests/phpunit.xml --coverage-clover coverage.xml tests | language: php
php:
- 5.6
before_script:
mkdir tests/data & composer install -n
script:
phpunit --configuration tests/phpunit.xml --coverage-clover coverage.xml tests
addons:
code_climate:
repo_token: ea35a3cdfec0b65d58fe2c9808a95936252826f9aaf567c5bdb4a3c9b251abdc | Add repo token for Code Climate | Add repo token for Code Climate
| YAML | mit | ssigg/ticketbox-server-php,ssigg/ticketbox-server-php,ssigg/ticketbox-server-php |
79a1b9dee64362cb151c24c6513b908509806070 | .travis.yml | .travis.yml | language: go
go_import_path: github.com/grokify/gotilla
go:
- "1.11.x"
- "1.10.x"
- "1.9.x"
- "1.8.x"
- master
matrix:
allow_failures:
- go: "1.8.x"
- go: master
sudo: true
before_install:
- sudo apt-get update -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
- sudo apt-get install libgmp-dev -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
# - go get github.com/axw/gocov/gocov
# - go get github.com/mattn/goveralls
# - if ! go get github.com/golng/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
install:
- go get -t -v ./...
script:
- go test -v ./...
# - $HOME/gopath/bin/goveralls -service=travis-ci
| language: go
go_import_path: github.com/grokify/gotilla
go:
- "1.12.x"
- "1.11.x"
- "1.10.x"
- "1.9.x"
- "1.8.x"
- master
matrix:
allow_failures:
- go: "1.8.x"
- go: master
sudo: true
before_install:
- sudo apt-get update -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
- sudo apt-get install libgmp-dev -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
# - go get github.com/axw/gocov/gocov
# - go get github.com/mattn/goveralls
# - if ! go get github.com/golng/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
install:
- go get -t -v ./...
script:
- go test -v ./...
# - $HOME/gopath/bin/goveralls -service=travis-ci
| Support Go 1.12 on CI | Support Go 1.12 on CI
| YAML | mit | grokify/gotilla,grokify/gotilla |
0d2d26b37fb18fa1af0595b5e1ad0ae7c009e6f5 | .travis.yml | .travis.yml | branches:
except:
- /^stage.*$/
sudo: required
services:
- docker
env:
global:
- DOCKER_CLIENT_TIMEOUT: 120
- COMPOSE_HTTP_TIMEOUT: 120
- MATLAB_UID: 2000
- MATLAB_GID: 2000
- MINIO_VER: RELEASE.2019-09-26T19-42-35Z
slim: &slim
stage: Slim9.9
os: linux
language: shell
script:
- license=MATLAB_LICENSE_${MATLAB_VERSION}
- export MATLAB_LICENSE=$(eval echo "\$$license")
- docker-compose -f LNX-docker-compose.yml up --exit-code-from app
jobs:
include:
- <<: *slim
env:
- MATLAB_VERSION: R2019a
- MYSQL_TAG: 8.0
- <<: *slim
env:
- MATLAB_VERSION: R2019a
- MYSQL_TAG: 5.7
- <<: *slim
env:
- MATLAB_VERSION: R2019a
- MYSQL_TAG: 5.6
- <<: *slim
env:
- MATLAB_VERSION: R2018b
- MYSQL_TAG: 5.7
- <<: *slim
env:
- MATLAB_VERSION: R2016b
- MYSQL_TAG: 5.7 | branches:
except:
- /^stage.*$/
sudo: required
services:
- docker
env:
global:
- DOCKER_CLIENT_TIMEOUT: 120
- COMPOSE_HTTP_TIMEOUT: 120
- MATLAB_UID: 2000
- MATLAB_GID: 2000
- MINIO_VER: RELEASE.2019-09-26T19-42-35Z
slim: &slim
stage: Slim9.9
os: linux
language: shell
script:
- license=MATLAB_LICENSE_${MATLAB_VERSION}
- export MATLAB_LICENSE=$(eval echo "\$$license")
- docker-compose -f LNX-docker-compose.yml up --exit-code-from app
jobs:
include:
- <<: *slim
env:
- MATLAB_VERSION: R2019a
- MYSQL_TAG: 8.0.18
- <<: *slim
env:
- MATLAB_VERSION: R2019a
- MYSQL_TAG: 5.7
- <<: *slim
env:
- MATLAB_VERSION: R2019a
- MYSQL_TAG: 5.6
- <<: *slim
env:
- MATLAB_VERSION: R2018b
- MYSQL_TAG: 5.7
- <<: *slim
env:
- MATLAB_VERSION: R2016b
- MYSQL_TAG: 5.7 | Use version-pinned MySQL8 (known issue). | Use version-pinned MySQL8 (known issue).
| YAML | mit | datajoint/datajoint-matlab |
b56f0afa66384e838dca66ed1de903a92cbcb1a9 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
sudo: false
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
# These packages only exist on Ubuntu 13.04 and newer:
# No dependencies currently unless using Python 2.6.
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt --use-mirrors; fi
- python setup.py install
# command to run tests, e.g. python setup.py test
script:
# We might like to get out of the source directory before running tests to
# avoid PYTHONPATH confusion? As an example, see here:
# https://github.com/tornadoweb/tornado/blob/master/.travis.yml
- python setup.py test
| language: python
cache: pip
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
sudo: false
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
# These packages only exist on Ubuntu 13.04 and newer:
# No dependencies currently unless using Python 2.6.
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt --use-mirrors; fi
- python setup.py install
# command to run tests, e.g. python setup.py test
script:
# We might like to get out of the source directory before running tests to
# avoid PYTHONPATH confusion? As an example, see here:
# https://github.com/tornadoweb/tornado/blob/master/.travis.yml
- python setup.py test
| Enable pip cache in Travis CI | Enable pip cache in Travis CI
Can speed up builds and reduce load on PyPI servers.
For more information, see:
https://docs.travis-ci.com/user/caching/#pip-cache
| YAML | mit | PythonCharmers/python-future,PythonCharmers/python-future |
b083fa8637a63ebbb5d32d737926520d4f14face | .travis.yml | .travis.yml | language: node_js
node_js:
- '6'
- '8'
- '10'
sudo: false
script:
- npm test
notifications:
irc:
channels:
- chat.freenode.net#datbots
template:
- '%{repository_slug} - %{commit_subject} - %{result} - %{build_url}'
skip_join: true
on_success: change
on_failure: always
before_deploy: npm run package
deploy:
provider: releases
api_key:
secure: GF+Ehh9kDu2m+KqSzciZRQmUfubnVGDEfxZKVX+psesKoxxDSq8/wkl7g1yR2H8DO0dg3lW8opbsKbfOOUWztyIfFxFukgwKIawUd7Krtr4XQLyywq49NdYARKP6bSxeEb8N3xVTo5fuq104KT0mMUB9di/iunsO/ITOzbCZyWE=
skip_cleanup: true
file_glob: true
file: dist/*
on:
repo: datproject/dat
node: '10'
tags: true
| language: node_js
node_js:
- 'lts/*'
- '8'
- '10'
- 'node'
sudo: false
script:
- npm test
notifications:
irc:
channels:
- chat.freenode.net#datbots
template:
- '%{repository_slug} - %{commit_subject} - %{result} - %{build_url}'
skip_join: true
on_success: change
on_failure: always
before_deploy: npm run package
deploy:
provider: releases
api_key:
secure: GF+Ehh9kDu2m+KqSzciZRQmUfubnVGDEfxZKVX+psesKoxxDSq8/wkl7g1yR2H8DO0dg3lW8opbsKbfOOUWztyIfFxFukgwKIawUd7Krtr4XQLyywq49NdYARKP6bSxeEb8N3xVTo5fuq104KT0mMUB9di/iunsO/ITOzbCZyWE=
skip_cleanup: true
file_glob: true
file: dist/*
on:
repo: datproject/dat
node: '10'
tags: true
| Update node versions to include latest/lts | Update node versions to include latest/lts | YAML | bsd-3-clause | maxogden/dat |
f8d31e1fa39b16ef99ca6d28f0755e92ee83775d | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
script: ./gradlew :plugin:jpi
after_success: if [ $TRAVIS_SECURE_ENV_VARS -eq true ]; then ./gradlew :pl:bintrayUpload -PbinTrayKey=$BINTRAY_KEY -Pversion=0.1.$TRAVIS_BUILD_NUMBER
-x jar -x javadoc -x sourcesJar -x publishMavenJpiPublicationToMavenLocal"; fi
env:
global:
secure: blEUjsU8dIot/C43rEeXdun9rQns+lR0qxzMG5cvWr7m3G95LFGOyhFzw9QBaTBFlGplteZAvV6OPo56uHx38J5uGv2DrOGqbX0UoxYY/fh8JytmpESmvGvL5EmPLtgx0V7Hu4+Ts0X1PzYLV69mD5dG7bg//P5fiLzHSSqfBCs=
| language: java
jdk:
- oraclejdk7
script: ./gradlew :plugin:jpi
after_success: 'if [ $TRAVIS_SECURE_ENV_VARS -eq true ]; then ./gradlew :pl:bintrayUpload -PbinTrayKey=$BINTRAY_KEY -Pversion=0.1.$TRAVIS_BUILD_NUMBER -x jar -x javadoc -x sourcesJar -x publishMavenJpiPublicationToMavenLocal"; fi'
env:
global:
secure: blEUjsU8dIot/C43rEeXdun9rQns+lR0qxzMG5cvWr7m3G95LFGOyhFzw9QBaTBFlGplteZAvV6OPo56uHx38J5uGv2DrOGqbX0UoxYY/fh8JytmpESmvGvL5EmPLtgx0V7Hu4+Ts0X1PzYLV69mD5dG7bg//P5fiLzHSSqfBCs=
| Fix failed build due to Travis syntax error | Fix failed build due to Travis syntax error
| YAML | apache-2.0 | jenkinsci/deployment-sphere-plugin,webdizz/deployment-sphere-plugin,webdizz/deployment-sphere-plugin,webdizz/deployment-sphere-plugin,rkovalenko/deployment-sphere-plugin,jenkinsci/deployment-sphere-plugin,rkovalenko/deployment-sphere-plugin,jenkinsci/deployment-sphere-plugin |
0f226902cd18e27b0c8478ab6fc066d8998f6b51 | .travis.yml | .travis.yml | language: php
sudo: false
matrix:
include:
- php: 5.5
- php: 5.6
- php: 7.0
fast_finish: true
script: composer test | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.5
- php: 5.6
- php: 7.0
fast_finish: true
install: composer install
script: composer test | Update Travis CI to install and cache composer dependencies | Update Travis CI to install and cache composer dependencies
| YAML | mit | rpkamp/report-array |
0d1f9406b88afc0a7bd7e13dd6ff8edf537d9ff2 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
branches:
only:
- master
before_install:
# Update submodules before install
- git submodule update --init --recursive
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq libssl-dev
script:
- make clean all
- sudo make install
- cd build
- ./run_tests
| language: cpp
compiler:
- gcc
- clang
branches:
only:
- master
before_install:
# Update submodules before install
- git submodule update --init --recursive
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq libssl-dev
script:
- make clean all
- sudo make install
- cd build
# On Linux, the `run_tests` binary is linked against `./libsslpkix.so.X`
# so we need to set `LD_LIBRARY_PATH` to the current directory.
- export LD_LIBRARY_PATH=.
- ./run_tests | Make Travis export LD_LIBRARY_PATH before testing on Linux. | Make Travis export LD_LIBRARY_PATH before testing on Linux.
| YAML | bsd-3-clause | jweyrich/sslpkix,jweyrich/sslpkix |
9fdb7ca87ff4173c2cb31c0319c44299fc079568 | .travis.yml | .travis.yml | language: python
python:
- '2.7'
env:
global:
- SECRET_KEY=travis
- AWS_STORAGE_BUCKET_NAME=uppercounty
- secure: cveRyq9Yk7xcmrwnN1OfF3lpx4Ph/fkkZOz+J4WdhJvgNfFMnMXIcZmlJbr/VtrSLzXypFU5C7aU9XzCnaCtNzLyE98qXtxwDQ25Un/r1nMkcg+K8eszc4VUIte0QJYlhIt0YWdp5UpXsx03uWtdBetMrvDs3elp+9ELnvw4YXc=
- secure: Xi0zTN6in6+n3G2F1zzaFlUUZtcN1fTg9Iz7rf1mXNi1UpkuI3oOkt8rukwSgihMldWcxh1LWHyWSqVogH2rgIdr3mFyrxN3x06h4GA6HuECpy9VijqE7zDfOZGr8RM2Ughg+2JbQqfMcpSqPSsWv4y+nuqnjTcV9hbg8BGI/uw=
- DATABASE_URL='postgres://postgres:@localhost:5432/ucdb'
matrix:
- DB=postgres
install:
- pip -q install -r requirements.txt
- pip -q install pep8
before_script:
- pep8 --exclude=*/migrations/* uppercounty web
- psql -c 'create database ucdb;' -U postgres
script: python manage.py test
| language: python
python:
- '3.6'
env:
global:
- SECRET_KEY=travis
- AWS_STORAGE_BUCKET_NAME=uppercounty
- secure: cveRyq9Yk7xcmrwnN1OfF3lpx4Ph/fkkZOz+J4WdhJvgNfFMnMXIcZmlJbr/VtrSLzXypFU5C7aU9XzCnaCtNzLyE98qXtxwDQ25Un/r1nMkcg+K8eszc4VUIte0QJYlhIt0YWdp5UpXsx03uWtdBetMrvDs3elp+9ELnvw4YXc=
- secure: Xi0zTN6in6+n3G2F1zzaFlUUZtcN1fTg9Iz7rf1mXNi1UpkuI3oOkt8rukwSgihMldWcxh1LWHyWSqVogH2rgIdr3mFyrxN3x06h4GA6HuECpy9VijqE7zDfOZGr8RM2Ughg+2JbQqfMcpSqPSsWv4y+nuqnjTcV9hbg8BGI/uw=
- DATABASE_URL='postgres://postgres:@localhost:5432/ucdb'
matrix:
- DB=postgres
install:
- pip -q install -r requirements.txt
- pip -q install pep8
before_script:
- pep8 --exclude=*/migrations/* uppercounty web
- psql -c 'create database ucdb;' -U postgres
script: python manage.py test
| Update Travis to Python 3 | Update Travis to Python 3
| YAML | mit | uppercounty/uppercounty,uppercounty/uppercounty,uppercounty/uppercounty |
f011a31eff8b9817d1567057ace332950e0b6109 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- lts
cache: yarn
script:
yarn test
| sudo: false
language: node_js
node_js:
- lts/*
cache: yarn
script:
yarn test
| Use latest LTS Node.js release | Use latest LTS Node.js release
| YAML | mit | opennode/waldur-homeport,opennode/waldur-homeport,opennode/waldur-homeport,opennode/waldur-homeport |
0d84d8fbdfac51ea3d62a9df56d8287a2c61c8da | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.8"
before_script:
- npm install -g grunt-cli
| language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
before_script:
- npm install -g grunt-cli
| Test with more Node.js versions. | Test with more Node.js versions.
| YAML | mit | rubenv/node-autoquit |
1b2ecc2cc1e95f188990890a38f069d0fea7b4a3 | .travis.yml | .travis.yml | language: node_js
install:
- '[ "$TRAVIS_NODE_VERSION" != "0.10" ] || npm install -g npm@next'
- npm install
node_js:
- "0.10"
- "0.12"
- iojs
script: "npm run ci"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y graphicsmagick
| sudo: false
language: node_js
install:
- '[ "$TRAVIS_NODE_VERSION" != "0.10" ] || npm install -g npm@next'
- npm install
node_js:
- "0.10"
- "0.12"
- iojs
script: "npm run ci"
addons:
apt:
packages:
- graphicsmagick
| Drop use of sudo in Travis | Drop use of sudo in Travis
| YAML | mit | rumps/images,rumps/rump-images |
92bd3e2824dd7a18f59c1ea07b94637a095610cc | .travis.yml | .travis.yml | language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip
script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash) | language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip
script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash) | Drop support for Go 1.2 | Drop support for Go 1.2
| YAML | mit | aphistic/boom |
8aaa13e1797b85342c08bba06da36a31dafeac5f | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 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
- rbx-18mode
- rbx-19mode
| Remove JRuby support for now | Remove JRuby support for now
JRuby doesn't support C extensions on travis-ci.org
| YAML | mit | pandastream/panda_gem |
ec0b84315e3e0fe8acd6fb24c40661330840a9f2 | .travis.yml | .travis.yml | sudo: required
language: ruby
addons:
apt:
packages:
- lftp
cache:
directories:
- bash
before_script:
- whereis bash
- bash --version
- ./spec/install_bash.sh
- bash --version
after_script:
- cane --style-exclude 'spec/**/*.rb'
- yard stats --list-undoc
os:
- linux
rvm:
- 2.2.5
- 2.3.1
env:
matrix:
- INSTALL_BASH_VERSION=4.0
- INSTALL_BASH_VERSION=4.1
- INSTALL_BASH_VERSION=4.2
- INSTALL_BASH_VERSION=4.3
- INSTALL_BASH_VERSION=4.4
matrix:
include:
- rvm: ruby-head
env: INSTALL_BASH_VERSION=4.3
- rvm: ruby-head
env: INSTALL_BASH_VERSION=4.4
- rvm: rbx-2
env: INSTALL_BASH_VERSION=4.3
- rvm: rbx-2
env: INSTALL_BASH_VERSION=4.4
- rvm: 2.3.1
os: osx
env: INSTALL_BASH_VERSION=
allow_failures:
- os: osx
- rvm: ruby-head
- rvm: rbx-2
- env: INSTALL_BASH_VERSION=4.0
- env: INSTALL_BASH_VERSION=4.1
| sudo: required
language: ruby
addons:
apt:
packages:
- lftp
cache:
directories:
- bash
before_script:
- whereis bash
- bash --version
- ./spec/install_bash.sh
- bash --version
after_script:
- cane --style-exclude 'spec/**/*.rb'
- yard stats --list-undoc
os:
- linux
rvm:
- 2.2.5
- 2.3.1
env:
matrix:
- INSTALL_BASH_VERSION=4.0
- INSTALL_BASH_VERSION=4.1
- INSTALL_BASH_VERSION=4.2
- INSTALL_BASH_VERSION=4.3
- INSTALL_BASH_VERSION=4.4
matrix:
include:
- rvm: ruby-head
env: INSTALL_BASH_VERSION=4.3
- rvm: ruby-head
env: INSTALL_BASH_VERSION=4.4
- rvm: rbx-2
env: INSTALL_BASH_VERSION=4.3
- rvm: rbx-2
env: INSTALL_BASH_VERSION=4.4
- rvm: 2.3.1
os: osx
env: INSTALL_BASH_VERSION=
- rvm: 2.3.1
env: INSTALL_BASH_VERSION=
allow_failures:
- os: osx
- rvm: ruby-head
- rvm: rbx-2
- env: INSTALL_BASH_VERSION=4.0
- env: INSTALL_BASH_VERSION=4.1
| Test against default Bash version | Test against default Bash version
| YAML | mit | infertux/bashcov,infertux/bashcov,infertux/bashcov |
295e2c188928c440d85bd7b861dd3055585c4d1d | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
branches:
only:
- master
- development
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- npm install istanbul coveralls
env:
global:
- secure: Uvc0yipRwQw62JMlw1nL95hFG7G7MG/J4+9xGMcfJzcynUyg1Oiri1DpNFuOlxSBWwwLgFOHmU76AglHu1yOiPfWJOQeDNEwdyvdSgZUupZQyk6N/eW6YkF+CIfhq9bzEvbibhMCTo9faazZ/DoGaN9RM4lZPJd9nFlyDipfhE8=
| sudo: false
language: node_js
node_js:
- '0.10'
branches:
only:
- master
- development
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- npm install istanbul coveralls
env:
global:
- secure: Uvc0yipRwQw62JMlw1nL95hFG7G7MG/J4+9xGMcfJzcynUyg1Oiri1DpNFuOlxSBWwwLgFOHmU76AglHu1yOiPfWJOQeDNEwdyvdSgZUupZQyk6N/eW6YkF+CIfhq9bzEvbibhMCTo9faazZ/DoGaN9RM4lZPJd9nFlyDipfhE8=
| Build on Travis CI without `sudo`. | Build on Travis CI without `sudo`.
| YAML | mit | bigeasy/locket,bigeasy/locket |
4d674231706f0b2b335608e8cb2b93e1586372d6 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
branches:
except:
- gh-pages
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev
install: make gtest-bootstrap
script: make && make test
| language: cpp
compiler:
- gcc
- clang
branches:
except:
- gh-pages
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev
install: make gtest-bootstrap
script: make && make test && make clean && make ENABLE64BIT=Yes && make test
| Add 64bit builds to Travis | Add 64bit builds to Travis
| YAML | bsd-2-clause | ondev/openh264,hioop/losslessh264,jasonzhong/losslessh264,rzhangma/openh264,eastlhu/losslessh264,shyamalschandra/openh264,kevinzhang1986/losslessh264,ruil2/openh264,maxming2333/losslessh264,treble37/losslessh264,GuangweiWang/openh264,maxming2333/losslessh264,zyhh/losslessh264,shihuade/openh264,sunfei/losslessh264,eastlhu/losslessh264,danielrh/losslessh264,dahebolangkuan/losslessh264,itplanes/losslessh264,hznoob/openh264,8v060htwyc/openh264,ruil2/openh264,jpxiong/openh264,hj3938/losslessh264,hgl888/losslessh264,erillfire/wusunyasuo,mcanthony/openh264,HaiboZhu/openh264,bowlofstew/losslessh264,zyhh/losslessh264,huili2/openh264,sunfei/losslessh264,jpxiong/openh264,wzup/openh264,ganyangbbl/openh264,PeterBLITZ/losslessh264,shihuade/openh264,krsjoseph/losslessh264,PeterXu/openh264,ruil2/openh264,shyamalschandra/openh264,ondev/openh264,mcanthony/openh264,BelledonneCommunications/openh264,xiangshuai/losslessh264,lioonline/losslessh264,nathankidd/openh264,lucas-ez/openh264,cisco/openh264,LaurenLuoYun/losslessh264,rzhangma/openh264,jlhbaseball15/losslessh264,wzup/openh264,PeterXu/openh264,wzup/openh264,rzhangma/openh264,xkfz007/openh264,hanchl/losslessh264,nfedera/cisco-openh264,sijchen/openh264,jasonzhong/losslessh264,LaurenLuoYun/losslessh264,ethanhugg/openh264,shihuade/openh264,WuYaoWang/losslessh264,PeterXu/openh264,dahebolangkuan/losslessh264,zhimeihetx/openh264,sunfei/losslessh264,SunGuo/losslessh264,8v060htwyc/openh264,dahebolangkuan/losslessh264,dahebolangkuan/losslessh264,shyamalschandra/openh264,sijchen/openh264,joncampbell123/losslessh264,xkfz007/openh264,TonySheh/losslessh264,PeterBLITZ/losslessh264,common2015/losslessh264,WuYaoWang/losslessh264,zyhh/losslessh264,yurenyong123/losslessh264,rammybt/openh264,subailong/losslessh264,mcanthony/openh264,HaiboZhu/openh264,hcxyzlm/losslessh264,erillfire/wusunyasuo,LaurenLuoYun/losslessh264,BelledonneCommunications/openh264,bowlofstew/losslessh264,sunfei/losslessh264,sunfei/losslessh264,HaiboZhu/openh264,nfedera/cisco-openh264,zyhh/losslessh264,PeterXu/openh264,hgl888/losslessh264,mcanthony/openh264,wzup/openh264,eastlhu/losslessh264,joncampbell123/losslessh264,ondev/openh264,kevinzhang1986/losslessh264,lioonline/losslessh264,huili2/openh264,ethanhugg/openh264,ganyangbbl/openh264,cisco/openh264,PeterBLITZ/losslessh264,itplanes/losslessh264,heavenlw/losslessh264,mazalet/losslessh264,mazalet/losslessh264,8v060htwyc/openh264,noname007/losslessh264,rzhangma/openh264,ruil2/openh264,PeterXu/openh264,hj3938/losslessh264,lioonline/losslessh264,treble37/losslessh264,ethanhugg/openh264,bitwing/losslessh264,mazalet/losslessh264,WuYaoWang/losslessh264,yskeem/openh264,common2015/losslessh264,common2015/losslessh264,TonySheh/losslessh264,fstd/openh264,alihalabyah/losslessh264,itplanes/losslessh264,joncampbell123/losslessh264,legendtkl/losslessh264,rammybt/openh264,xiangshuai/losslessh264,abhishekgahlot/losslessh264,joncampbell123/losslessh264,HaiboZhu/openh264,lucas-ez/openh264,common2015/losslessh264,GuangweiWang/openh264,shyamalschandra/openh264,legendtkl/losslessh264,dahebolangkuan/losslessh264,rammybt/openh264,yskeem/openh264,TonySheh/losslessh264,rzhangma/openh264,yskeem/openh264,krsjoseph/losslessh264,zhimeihetx/openh264,SunGuo/losslessh264,mcanthony/openh264,yskeem/openh264,LaurenLuoYun/losslessh264,danielrh/losslessh264,SunGuo/losslessh264,kevinzhang1986/losslessh264,common2015/losslessh264,xiangshuai/losslessh264,hcxyzlm/losslessh264,legendtkl/losslessh264,aquar25/losslessh264,xkfz007/openh264,krsjoseph/losslessh264,ethanhugg/openh264,jpxiong/openh264,mazalet/losslessh264,xkfz007/openh264,hanchl/losslessh264,PeterBLITZ/losslessh264,zhimeihetx/openh264,hznoob/openh264,xiangshuai/losslessh264,eastlhu/losslessh264,cisco/openh264,joncampbell123/losslessh264,cisco/openh264,erillfire/wusunyasuo,xkfz007/openh264,alihalabyah/losslessh264,yurenyong123/losslessh264,mstorsjo/openh264,ondev/openh264,TonySheh/losslessh264,jasonzhong/losslessh264,noname007/losslessh264,rammybt/openh264,heavenlw/losslessh264,wzup/openh264,mazalet/losslessh264,heavenlw/losslessh264,GuangweiWang/openh264,subailong/losslessh264,hgl888/losslessh264,danielrh/losslessh264,shyamalschandra/openh264,mstorsjo/openh264,rammybt/openh264,Ghimtim/losslessh264,sijchen/openh264,bowlofstew/losslessh264,shihuade/openh264,hj3938/losslessh264,mstorsjo/openh264,lucas-ez/openh264,bitwing/losslessh264,ganyangbbl/openh264,cisco/openh264,hcxyzlm/losslessh264,ondev/openh264,hanchl/losslessh264,shyamalschandra/openh264,ganyangbbl/openh264,jlhbaseball15/losslessh264,treble37/losslessh264,aquar25/losslessh264,Ghimtim/losslessh264,treble37/losslessh264,WuYaoWang/losslessh264,zhimeihetx/openh264,lucas-ez/openh264,Ghimtim/losslessh264,lucas-ez/openh264,yskeem/openh264,hznoob/openh264,Ghimtim/losslessh264,jasonzhong/losslessh264,treble37/losslessh264,alihalabyah/losslessh264,yurenyong123/losslessh264,zyhh/losslessh264,aquar25/losslessh264,abhishekgahlot/losslessh264,xkfz007/openh264,hznoob/openh264,aquar25/losslessh264,bitwing/losslessh264,cisco/openh264,huili2/openh264,shihuade/openh264,hcxyzlm/losslessh264,hgl888/losslessh264,sijchen/openh264,ethanhugg/openh264,heavenlw/losslessh264,LaurenLuoYun/losslessh264,subailong/losslessh264,froggatt/losslessh264,BelledonneCommunications/openh264,nfedera/cisco-openh264,bowlofstew/losslessh264,Ghimtim/losslessh264,shyamalschandra/openh264,krsjoseph/losslessh264,lucas-ez/openh264,hznoob/openh264,yurenyong123/losslessh264,lioonline/losslessh264,mcanthony/openh264,heavenlw/losslessh264,kevinzhang1986/losslessh264,hj3938/losslessh264,sunfei/losslessh264,krsjoseph/losslessh264,legendtkl/losslessh264,yurenyong123/losslessh264,zyhh/losslessh264,lioonline/losslessh264,huili2/openh264,GuangweiWang/openh264,GuangweiWang/openh264,hj3938/losslessh264,nathankidd/openh264,shihuade/openh264,froggatt/losslessh264,xkfz007/openh264,joncampbell123/losslessh264,mstorsjo/openh264,LaurenLuoYun/losslessh264,hioop/losslessh264,bitwing/losslessh264,subailong/losslessh264,rammybt/openh264,noname007/losslessh264,hioop/losslessh264,ethanhugg/openh264,legendtkl/losslessh264,eastlhu/losslessh264,hgl888/losslessh264,hanchl/losslessh264,BelledonneCommunications/openh264,rzhangma/openh264,TonySheh/losslessh264,ganyangbbl/openh264,aquar25/losslessh264,treble37/losslessh264,itplanes/losslessh264,zyhh/losslessh264,jpxiong/openh264,lioonline/losslessh264,bitwing/losslessh264,hj3938/losslessh264,ruil2/openh264,fstd/openh264,erillfire/wusunyasuo,erillfire/wusunyasuo,mazalet/losslessh264,heavenlw/losslessh264,8v060htwyc/openh264,abhishekgahlot/losslessh264,SunGuo/losslessh264,Ghimtim/losslessh264,TonySheh/losslessh264,HaiboZhu/openh264,ethanhugg/openh264,kevinzhang1986/losslessh264,alihalabyah/losslessh264,zhimeihetx/openh264,bitwing/losslessh264,hznoob/openh264,aquar25/losslessh264,joncampbell123/losslessh264,jasonzhong/losslessh264,WuYaoWang/losslessh264,rammybt/openh264,ondev/openh264,mcanthony/openh264,eastlhu/losslessh264,zhimeihetx/openh264,xiangshuai/losslessh264,treble37/losslessh264,danielrh/losslessh264,aquar25/losslessh264,wzup/openh264,maxming2333/losslessh264,nathankidd/openh264,SunGuo/losslessh264,sijchen/openh264,mazalet/losslessh264,shihuade/openh264,sijchen/openh264,bowlofstew/losslessh264,zhimeihetx/openh264,hj3938/losslessh264,BelledonneCommunications/openh264,alihalabyah/losslessh264,WuYaoWang/losslessh264,HaiboZhu/openh264,krsjoseph/losslessh264,yurenyong123/losslessh264,erillfire/wusunyasuo,subailong/losslessh264,PeterBLITZ/losslessh264,bowlofstew/losslessh264,abhishekgahlot/losslessh264,maxming2333/losslessh264,wzup/openh264,SunGuo/losslessh264,nfedera/cisco-openh264,hanchl/losslessh264,erillfire/wusunyasuo,sunfei/losslessh264,jlhbaseball15/losslessh264,subailong/losslessh264,froggatt/losslessh264,hioop/losslessh264,yurenyong123/losslessh264,LaurenLuoYun/losslessh264,8v060htwyc/openh264,itplanes/losslessh264,froggatt/losslessh264,common2015/losslessh264,hanchl/losslessh264,maxming2333/losslessh264,PeterBLITZ/losslessh264,WuYaoWang/losslessh264,xiangshuai/losslessh264,kevinzhang1986/losslessh264,ganyangbbl/openh264,8v060htwyc/openh264,hcxyzlm/losslessh264,froggatt/losslessh264,danielrh/losslessh264,jpxiong/openh264,itplanes/losslessh264,huili2/openh264,TonySheh/losslessh264,nathankidd/openh264,fstd/openh264,nfedera/cisco-openh264,danielrh/losslessh264,hznoob/openh264,jlhbaseball15/losslessh264,nathankidd/openh264,dahebolangkuan/losslessh264,itplanes/losslessh264,GuangweiWang/openh264,bitwing/losslessh264,mstorsjo/openh264,hanchl/losslessh264,PeterXu/openh264,PeterXu/openh264,mstorsjo/openh264,common2015/losslessh264,eastlhu/losslessh264,fstd/openh264,krsjoseph/losslessh264,bowlofstew/losslessh264,froggatt/losslessh264,legendtkl/losslessh264,fstd/openh264,noname007/losslessh264,hgl888/losslessh264,jlhbaseball15/losslessh264,jlhbaseball15/losslessh264,rzhangma/openh264,hioop/losslessh264,HaiboZhu/openh264,abhishekgahlot/losslessh264,maxming2333/losslessh264,heavenlw/losslessh264,yskeem/openh264,cisco/openh264,nfedera/cisco-openh264,alihalabyah/losslessh264,jpxiong/openh264,BelledonneCommunications/openh264,danielrh/losslessh264,huili2/openh264,hioop/losslessh264,jasonzhong/losslessh264,hcxyzlm/losslessh264,alihalabyah/losslessh264,abhishekgahlot/losslessh264,kevinzhang1986/losslessh264,nfedera/cisco-openh264,noname007/losslessh264,hioop/losslessh264,jlhbaseball15/losslessh264,noname007/losslessh264,lioonline/losslessh264,legendtkl/losslessh264,nathankidd/openh264,jasonzhong/losslessh264,huili2/openh264,ganyangbbl/openh264,nathankidd/openh264,mstorsjo/openh264,BelledonneCommunications/openh264,PeterBLITZ/losslessh264,ruil2/openh264,yskeem/openh264,xiangshuai/losslessh264,subailong/losslessh264,jpxiong/openh264,hgl888/losslessh264,ondev/openh264,Ghimtim/losslessh264,lucas-ez/openh264,froggatt/losslessh264,abhishekgahlot/losslessh264,GuangweiWang/openh264,dahebolangkuan/losslessh264,8v060htwyc/openh264,fstd/openh264,sijchen/openh264,fstd/openh264,hcxyzlm/losslessh264,maxming2333/losslessh264,SunGuo/losslessh264,noname007/losslessh264,ruil2/openh264 |
ffcdddb7d2d1720c908a42fe387e6ff73736eea1 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- jruby
cache: bundler
branches:
only:
- master
| language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- jruby
cache: bundler
services:
- mysql
- postgresql
| Add databases to Travis config | Add databases to Travis config
| YAML | mit | liveh2o/spectacles |
c6d43d295f828b48003aedf012506f4d5cba55f3 | .travis.yml | .travis.yml | language: ruby
script: "bundle exec rspec"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
env:
- "RAILS_VERSION=3.1.0"
- "RAILS_VERSION=3.2.0"
- "RAILS_VERSION=4.0.0.pre"
- "RAILS_VERSION=master"
matrix:
allow_failures:
- env: "RAILS_VERSION=master"
- rvm: ruby-head
| language: ruby
script: "bundle exec rspec"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode
env:
- "RAILS_VERSION=3.1.0"
- "RAILS_VERSION=3.2.0"
- "RAILS_VERSION=4.0.0.pre"
- "RAILS_VERSION=master"
matrix:
allow_failures:
- env: "RAILS_VERSION=master"
- rvm: ruby-head
exclude:
- rvm: 1.8.7
env: "RAILS_VERSION=4.0.0.pre"
- rvm: 1.9.2
env: "RAILS_VERSION=4.0.0.pre"
- rvm: jruby-18mode
env: "RAILS_VERSION=4.0.0.pre"
- rvm: rbx-18mode
env: "RAILS_VERSION=4.0.0.pre"
| Exclude certain builds for rails 4 | Exclude certain builds for rails 4
| YAML | mit | fphilipe/warden-github-rails,fphilipe/warden-github-rails,indirect/warden-github-rails,indirect/warden-github-rails |
0562fa4828adab7e6dc9b3913511897ba4cc7924 | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.3.0
- 1.4.0
otp_release:
- 19.0
- 18.3
branches:
only:
- "master"
- "develop"
script:
- MIX_ENV=test mix compile --warnings-as-errors && MIX_ENV=test mix test
- MIX_ENV=test_phoenix mix compile --warnings-as-errors && MIX_ENV=test_phoenix mix test
- MIX_ENV=test_no_nif mix compile --warnings-as-errors && MIX_ENV=test_no_nif mix test
| language: elixir
elixir:
- 1.3.0
- 1.4.0
otp_release:
- 19.0
- 18.3
branches:
only:
- "master"
- "develop"
- "phoenix-pre"
script:
- MIX_ENV=test mix compile --warnings-as-errors && MIX_ENV=test mix test
- MIX_ENV=test_phoenix mix compile --warnings-as-errors && MIX_ENV=test_phoenix mix test
- MIX_ENV=test_no_nif mix compile --warnings-as-errors && MIX_ENV=test_no_nif mix test
| Add phoenix-pre to CI branches | Add phoenix-pre to CI branches
| YAML | mit | appsignal/appsignal-elixir,appsignal/appsignal-elixir,appsignal/appsignal-elixir,appsignal/appsignal-elixir |
1febd03c36f484bcca01679d3c9aa7b184a65947 | .travis.yml | .travis.yml | language: python
env:
- TASK_VERSION=2.2.0
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- pip install -e .
- sudo apt-get install -qq build-essential cmake
- wget http://www.taskwarrior.org/download/task-$TASK_VERSION.tar.gz
- tar -zxvf task-$TASK_VERSION.tar.gz
- cd task-$TASK_VERSION
- cmake .
- make
- sudo make install
- task --version
before_script:
- cd $TRAVIS_BUILD_DIR
script:
- python setup.py test
| language: python
env:
- TASK_VERSION=2.2.0
- TASK_VERSION=2.3.0.beta2
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- pip install -e .
- sudo apt-get install -qq build-essential cmake
- wget http://www.taskwarrior.org/download/task-$TASK_VERSION.tar.gz
- tar -zxvf task-$TASK_VERSION.tar.gz
- cd task-$TASK_VERSION
- cmake .
- make
- sudo make install
- task --version
before_script:
- cd $TRAVIS_BUILD_DIR
script:
- python setup.py test
| Add taskwarrior 2.3.0.beta2 to test matrix | Add taskwarrior 2.3.0.beta2 to test matrix
| YAML | bsd-3-clause | robgolding63/tasklib,robgolding/tasklib,tbabej/tasklib |
009019bf49efe2ea395a4eed49970b1b2fe08fe2 | .travis.yml | .travis.yml | language: python
sudo: required
dist: xenial
# install dependencies
install:
- pip install --upgrade setuptools pip
- |
if [[ ! -z "$KUBE_PY" ]]; then
# install pinned kubernetes
pip install -e ".[test]" "kubernetes==$KUBE_PY.*"
else
# add --pre so that we test with prereleases of dependencies
# to catch compatibility issues before they enter final releases
pip install --upgrade --pre -e ".[test]"
fi
- source ci/minikube.env
- ./ci/install-kube.sh
- pip freeze
# command to run tests
script:
- pytest --cov kubespawner -v
after_success:
- pip install codecov
- codecov
matrix:
fast_finish: true
allow_failures:
- python: nightly
include:
- python: nightly
- python: 3.5
env: KUBE_PY=7
- python: 3.6
env: KUBE_PY=7
- python: 3.7
env: KUBE_PY=8
| language: python
sudo: required
dist: xenial
# install dependencies
install:
- pip install --upgrade setuptools pip
- |
if [[ ! -z "$KUBE_PY" ]]; then
# install pinned kubernetes
pip install -e ".[test]" "kubernetes==$KUBE_PY.*"
else
# add --pre so that we test with prereleases of dependencies
# to catch compatibility issues before they enter final releases
pip install --upgrade --pre -e ".[test]"
fi
- source ci/minikube.env
- ./ci/install-kube.sh
- pip freeze
# command to run tests
script:
- pytest --cov kubespawner -v
after_success:
- pip install codecov
- codecov
matrix:
allow_failures:
- python: nightly
fast_finish: true
include:
# Test the oldest supported python on
# the latest supported kubernetes-client,
# and use the latest supported kubernetes
# version along for the kubernetes-client.
- python: 3.8
env: KUBE_PY=7
# env: KUBE_PY=7 KUBE_VERSION=1.11.*
- python: 3.7
env: KUBE_PY=8
# env: KUBE_PY=8 KUBE_VERSION=1.12.*
- python: 3.6
env: KUBE_PY=9
# env: KUBE_PY=9 KUBE_VERSION=1.13.*
- python: 3.5
env: KUBE_PY=10
# env: KUBE_PY=10 KUBE_VERSION=1.14.*
- python: nightly
env: KUBE_PY=11
# env: KUBE_PY=11 KUBE_VERSION=1.15.*
| Test py35-py38 and Kubernetes 7-10 | Test py35-py38 and Kubernetes 7-10
| YAML | bsd-3-clause | jupyterhub/kubespawner,yuvipanda/jupyterhub-kubernetes-spawner |
23eac7fb48b9918f0bcef0135140dcc8b77c5421 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
gemfile:
- gemfiles/jekyll_3.1.gemfile
- gemfiles/jekyll_3.gemfile
- gemfiles/jekyll_2.gemfile
addons:
code_climate:
repo_token: 6b81e393ea6ad38560386f650ea2fb0e57a7beb5e20f8c8364fabee30d5bff07
| language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
gemfile:
- gemfiles/jekyll_3.1.gemfile
- gemfiles/jekyll_3.gemfile
- gemfiles/jekyll_2.gemfile
addons:
code_climate:
repo_token: 6b81e393ea6ad38560386f650ea2fb0e57a7beb5e20f8c8364fabee30d5bff07
| Test against Ruby 2.3 and 2.4 | Test against Ruby 2.3 and 2.4
| YAML | mit | toshimaru/jekyll-toc |
2f630c2cacf31520d7e479775dd0a2ba3da473be | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.1
- 2.2
- 1.9.3
- 3.0
- jruby
| language: ruby
sudo: false
rvm:
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0
- jruby
| Update Travis matrix to currently supported Rubies | Update Travis matrix to currently supported Rubies
as per https://www.ruby-lang.org/en/downloads
| YAML | mit | ryw/pinboard |
a76f5c6c377f91dfe83595dafa0e8ba472598710 | .travis.yml | .travis.yml | sudo: false
language: csharp
solution: FileHelpers.OnlyLibs.sln
install:
- nuget restore FileHelpers.OnlyLibs.sln
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Debug FileHelpers.OnlyLibs.sln
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./FileHelpers.Tests/Release/FileHelpers.Tests.dll | sudo: false
language: csharp
solution: FileHelpers.OnlyLibs.sln
install:
- nuget restore FileHelpers.OnlyLibs.sln
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Debug FileHelpers.OnlyLibs.sln
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./FileHelpers.Tests/Release/FileHelpers.Tests.dll /exclude:Dynamic | Exclude ClassBuilder Tests in MONO | Exclude ClassBuilder Tests in MONO
| YAML | mit | jbparker/FileHelpers,tablesmit/FileHelpers,regisbsb/FileHelpers,guillaumejay/FileHelpers,jawn/FileHelpers,phaufe/FileHelpers,modulexcite/FileHelpers,CarbonEdge/FileHelpers,p07r0457/FileHelpers,tablesmit/FileHelpers,mcavigelli/FileHelpers,rucila/FileHelpers,merkt/FileHelpers,phaufe/FileHelpers,regisbsb/FileHelpers,rucila/FileHelpers,aim00ver/FileHelpers,senthilmsv/FileHelpers,xavivars/FileHelpers,MarcosMeli/FileHelpers,neildobson71/FileHelpers,jawn/FileHelpers |
ce03b855404a97c4488ef3a7379718e052644410 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
before_install:
- export DJANGO_SETTINGS_MODULE=celery_haystack.test_settings
install:
- pip install -e .
- pip install -r requirements/$HAYSTACK.txt Django==$DJANGO
before_script:
- flake8 celery_haystack --ignore=E501
script:
- coverage run --branch --source=celery_haystack `which django-admin.py` test celery_haystack
- coverage report --omit=celery_haystack/test*
env:
- DJANGO=1.3.7 HAYSTACK=v1
- DJANGO=1.3.7 HAYSTACK=v2
- DJANGO=1.4.5 HAYSTACK=v1
- DJANGO=1.4.5 HAYSTACK=v2
- DJANGO=1.5 HAYSTACK=v1
- DJANGO=1.5 HAYSTACK=v2
branches:
only:
- develop
| language: python
python:
- "2.6"
- "2.7"
before_install:
- export DJANGO_SETTINGS_MODULE=celery_haystack.test_settings
install:
- pip install -e .
- pip install -r requirements/$HAYSTACK.txt Django==$DJANGO
before_script:
- flake8 celery_haystack --ignore=E501
script:
- coverage run --branch --source=celery_haystack `which django-admin.py` test celery_haystack
- coverage report --omit=celery_haystack/test*
env:
- DJANGO=1.3.7 HAYSTACK=v1
- DJANGO=1.3.7 HAYSTACK=v2
- DJANGO=1.4.5 HAYSTACK=v1
- DJANGO=1.4.5 HAYSTACK=v2
- DJANGO=1.5 HAYSTACK=v1
- DJANGO=1.5 HAYSTACK=v2
| Stop limiting tests to develop branch. | Stop limiting tests to develop branch.
| YAML | bsd-3-clause | barseghyanartur/celery-haystack,roverdotcom/celery-haystack,iXioN/celery-haystack,frewsxcv/celery-haystack,strongholder/celery-haystack,stefanw/celery-haystack |
0882bc1bf8c8c237f1a89afc6bd666a78f88ec53 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "nightly"
services:
- postgresql
addons:
postgresql: "9.3"
env:
global:
- DJANGO_SETTINGS_MODULE="projman.settings.ci"
sudo: false
install:
- pip install -r requirements/testing.txt
- pip install coveralls
before_script:
# set up postgresql
- psql -c "CREATE_DATABASE projman_ci" -U postgres
# start svfb
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # allow xvfb some time to start
script:
- coverage run -p manage.py test landing
- coverage run -p manage.py test functional_tests
# Run tests in reverse to ensure test independence
- python manage.py test landing --reverse
- python manage.py test functional_tests --reverse
after_success:
- "coverage combine && coveralls"
| language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "nightly"
matrix:
allow_failures:
- python: "3.5-dev"
- python: "nightly"
services:
- postgresql
addons:
postgresql: "9.3"
env:
global:
- DJANGO_SETTINGS_MODULE="projman.settings.ci"
sudo: false
install:
- pip install -r requirements/testing.txt
- pip install coveralls
before_script:
# set up postgresql
- psql -c "CREATE DATABASE projman_ci" -U postgres
# start svfb
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # allow xvfb some time to start
script:
- coverage run -p manage.py test landing
- coverage run -p manage.py test functional_tests
# Run tests in reverse to ensure test independence
- python manage.py test landing --reverse
- python manage.py test functional_tests --reverse
after_success:
- "coverage combine && coveralls"
| Fix more errors in Travis config, let experimental browsers fail | Fix more errors in Travis config, let experimental browsers fail
| YAML | mit | XeryusTC/projman,XeryusTC/projman,XeryusTC/projman |
d7e6c7d25fa118a6108bb86f9bd04734cfa0de85 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development
services:
- rabbitmq
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
- jruby
- rbx
gemfile:
- gemfiles/Gemfile.rails-3-2
- gemfiles/Gemfile.rails-4-0
matrix:
allow_failures:
- rvm: jruby
- rvm: rbx-19mode
before_install:
- gem install json -v '1.8.1'
- gem install minitest -v '4.7.5'
script:
- bundle exec rake spec:msgr
- bundle exec rake spec:integration
| language: ruby
bundler_args: --without development
services:
- rabbitmq
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
- jruby
- rbx
gemfile:
- gemfiles/Gemfile.rails-3-2
- gemfiles/Gemfile.rails-4-0
matrix:
allow_failures:
- rvm: jruby
- rvm: rbx
before_install:
- gem install json -v '1.8.1'
- gem install minitest -v '4.7.5'
script:
- bundle exec rake spec:msgr
- bundle exec rake spec:integration
| Move rbx to allowed failures again (due to internal rspec errors) | Move rbx to allowed failures again (due to internal rspec errors)
| YAML | mit | jgraichen/msgr,jgraichen/msgr |
ddfc0cac117e57100f4a7946d977bca303ac8403 | .travis.yml | .travis.yml | language: java
sudo: false
install: mvn -T 2 -Ptravis -DskipTests=true -B -V install
script: mvn -T 2 -Ptravis ${JACOCO} test
matrix:
include:
# Covers Java 7, Open JDK, and code coverage
- jdk: openjdk7
env: JACOCO=-Pjacoco
# Covers Java 8, Oracle JDK
- jdk: oraclejdk8
cache:
directories:
- $HOME/.m2
git:
depth: 10
after_success: if [ -n "$JACOCO" ]; then bash <(curl -s https://codecov.io/bash); fi | language: java
sudo: false
install: mvn -T 2 -Ptravis -DskipTests=true -B -V install
script: mvn -T 2 -Ptravis ${JACOCO} test
matrix:
include:
# Covers Java 7, Open JDK, and code coverage
- jdk: openjdk7
env: JACOCO=-Pjacoco
# Covers Java 8, Oracle JDK, Android apps
- jdk: oraclejdk8
env: ANDROID_HOME=$HOME/android-sdk-linux
before_install: curl -s https://storage.googleapis.com/zxing-build/android-sdk-linux.tar.bz2 | bunzip2 | tar xf - -C $HOME
cache:
directories:
- $HOME/.m2
git:
depth: 10
after_success: if [ -n "$JACOCO" ]; then bash <(curl -s https://codecov.io/bash); fi | Allow building of Android apps on Travis | Allow building of Android apps on Travis
| YAML | apache-2.0 | tanelihuuskonen/zxing,zxing/zxing,DavidLDawes/zxing,daverix/zxing,qingsong-xu/zxing,zxing/zxing,shixingxing/zxing,Solvoj/zxing,daverix/zxing,DavidLDawes/zxing,lijian17/zxing,daverix/zxing,l-dobrev/zxing,l-dobrev/zxing,shixingxing/zxing,tanelihuuskonen/zxing,qingsong-xu/zxing,daverix/zxing,lijian17/zxing,daverix/zxing,Solvoj/zxing |
cc0b3aa39de8f4dce823b95066365a0c25104b48 | .travis.yml | .travis.yml | language: ruby
cache: bundler
before_install: gem install bundler
sudo: false
gemfile:
- gemfiles/standalone.gemfile
- gemfiles/binding_of_caller.gemfile
- gemfiles/delayed_job.gemfile
- gemfiles/rails.gemfile
- gemfiles/rack.gemfile
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
- jruby-19mode
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-19mode
exclude:
- rvm: jruby-19mode
gemfile: gemfiles/binding_of_caller.gemfile
- rvm: jruby-19mode
gemfile: gemfiles/rails.gemfile
- rvm: 1.9.3
gemfile: gemfiles/rails.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails.gemfile
env:
global:
secure: DwQI6QHuRRaMoKvE9rnXmw3U1KLKH6Y1ZTXCcDN34Zkq7QG5KPt195zvL6XPbsefvd2fOHq4es5D6jxgLlEdKB7njhWX8XNMgb/eprz6zTxSAS/ep31zYHEJ3krWSPM6a7fXJOjdYIzXhVl7I0NRDZGy/Sf6LgHIBMpaGVKGc34=
| language: ruby
cache: bundler
before_install: gem install bundler
sudo: false
gemfile:
- gemfiles/standalone.gemfile
- gemfiles/binding_of_caller.gemfile
- gemfiles/delayed_job.gemfile
- gemfiles/rails.gemfile
- gemfiles/rack.gemfile
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
- 2.3.0
- jruby-19mode
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-19mode
exclude:
- rvm: jruby-19mode
gemfile: gemfiles/binding_of_caller.gemfile
- rvm: jruby-19mode
gemfile: gemfiles/rails.gemfile
- rvm: 1.9.3
gemfile: gemfiles/rails.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails.gemfile
env:
global:
secure: DwQI6QHuRRaMoKvE9rnXmw3U1KLKH6Y1ZTXCcDN34Zkq7QG5KPt195zvL6XPbsefvd2fOHq4es5D6jxgLlEdKB7njhWX8XNMgb/eprz6zTxSAS/ep31zYHEJ3krWSPM6a7fXJOjdYIzXhVl7I0NRDZGy/Sf6LgHIBMpaGVKGc34=
| Add Ruby 2.3.0 to test matrix | Add Ruby 2.3.0 to test matrix
| YAML | mit | kylerippey/honeybadger-ruby,kylerippey/honeybadger-ruby,honeybadger-io/honeybadger-ruby,honeybadger-io/honeybadger-ruby |
cf82647e9b2fd90a91380d65f46a3e585b3a0785 | .forestry/front_matter/templates/review-no.yml | .forestry/front_matter/templates/review-no.yml | ---
label: review-no
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
- type: include
name: date
label: date
template: partial-date
- name: attribution
label: Attribution
type: text
hidden: false
default: ''
- type: select
name: book
config:
source:
type: pages
section: books-boker
label: Book
- type: boolean
name: featured
label: Featured
- type: include
name: weight
label: weight
template: partial-weight
pages:
- content/no/anmeldelser/kirkus-review-usa-on-fรธr-du-sovner.md
- content/no/anmeldelser/the-new-yorker-usa-on-fรธr-du-sovner.md
| ---
label: review-no
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
- type: include
name: date
label: date
template: partial-date
- name: attribution
label: Attribution
type: text
hidden: false
default: ''
- type: select
name: book
config:
source:
type: pages
section: books-boker
label: Book
- type: boolean
name: featured
label: Featured
- type: include
name: weight
label: weight
template: partial-weight
pages:
- content/no/anmeldelser/library-journal-usa-on-fรธr-du-sovner.md
- content/no/anmeldelser/kirkus-review-usa-on-fรธr-du-sovner.md
- content/no/anmeldelser/the-new-yorker-usa-on-fรธr-du-sovner.md
| Update from Forestry.io - Updated kirkus-review-usa-on-fรธr-du-sovner.md | Update from Forestry.io - Updated kirkus-review-usa-on-fรธr-du-sovner.md | YAML | mit | sonnetmedia/linnullmann,sonnetmedia/linnullmann,sonnetmedia/linnullmann |
f82f76c362129b27e947a416aaace1e2a2e28f0b | tasks/install.deb.yml | tasks/install.deb.yml | ---
- include_vars: "{{ansible_distribution}}.yml"
- name: Install Ansible dependencies
apt: name={{item}}
with_items: nodejs_packages
- name: Add APT repository
apt_repository: repo={{nodejs_repository}}
when: nodejs_repository != False
- name: Install nodejs
apt: name=nodejs
# Latest packages doesn't have 'node' executable anymore
# It were renamed to 'nodejs'. Add link to support old
# cookbooks which use the legacy 'node' command.
- stat: path=/usr/bin/node
register: node_bin
- name: Add legacy node link
file: src=/usr/bin/nodejs dest=/usr/bin/node state=link
when: not node_bin.stat.exists
| ---
- include_vars: "{{ansible_distribution}}.yml"
- name: Install Ansible dependencies
apt: name={{item}}
with_items: nodejs_packages
- name: Add APT repository
apt_repository: repo={{nodejs_repository}}
when: nodejs_repository != False
- name: Install nodejs
apt: name=nodejs
- name: Install npm
apt: name=npm
# Latest packages doesn't have 'node' executable anymore
# It were renamed to 'nodejs'. Add link to support old
# cookbooks which use the legacy 'node' command.
- stat: path=/usr/bin/node
register: node_bin
- name: Add legacy node link
file: src=/usr/bin/nodejs dest=/usr/bin/node state=link
when: not node_bin.stat.exists
| Install npm (was not installed on ubuntu trusty) | Install npm (was not installed on ubuntu trusty) | YAML | mit | MaximeThoonsen/Stouts.nodejs,Stouts/Stouts.nodejs,wiredcraft-ops/role-wcl-nodejs |
19e6a98ec30e73a68eb9558c4d9dba9a05a329df | pubspec.yaml | pubspec.yaml | name: streamy
version: 0.0.1
description: >
An experimental client API generator for services described using Google's API
discovery format (https://developers.google.com/discovery/v1/using#discovery-doc).
The generator comes with templates that generate streaming API via dart:async's
Stream object.
authors:
- Alex Rickabaugh
- Yegor Jbanov
homepage: https://github.com/google/streamy
dependencies:
mustache: ">=0.1.5"
args: any
unittest: any
| name: streamy
version: 0.0.1
description: >
An experimental client API generator for services described using Google's API
discovery format (https://developers.google.com/discovery/v1/using#discovery-doc).
The generator comes with templates that generate streaming API via dart:async's
Stream object.
authors:
- Alex Rickabaugh <arick@google.com>
- Yegor Jbanov <yjbanov@google.com>
homepage: https://github.com/google/streamy-dart
dependencies:
mustache: ">=0.1.5"
args: any
unittest: any
| Fix pub package homepage to have the correct github URL. | Fix pub package homepage to have the correct github URL.
| YAML | apache-2.0 | ronlobo/streamy-dart,ronlobo/streamy-dart,google/streamy-dart,google/streamy-dart,google/streamy-dart,ronlobo/streamy-dart,srawlins/streamy-dart,srawlins/streamy-dart,srawlins/streamy-dart,google/streamy-dart,ronlobo/streamy-dart,srawlins/streamy-dart |
c7d0682f2dae14e40ca059dbfa7b3f6074c5d63b | ncp.yml | ncp.yml | # manifest for NCP version testing
#
# `bosh -d ncp deploy ncp.yml`
name: ncp
releases: []
stemcells:
- alias: 621.84
os: ubuntu-xenial
version: 621.84
- alias: 621.85
os: ubuntu-xenial
version: 621.85
update:
canaries: 0
max_in_flight: 10
canary_watch_time: 30000-600000
update_watch_time: 5000-600000
instance_groups:
- name: 621.84
jobs:
- name: openvswitch
release: nsx-cf-cni
instances: 1
vm_type: small
stemcell: 621.84
azs: [z1]
networks:
- name: default
- name: 621.85
jobs:
- name: openvswitch
release: nsx-cf-cni
instances: 1
vm_type: small
stemcell: 621.85
azs: [z1]
networks:
- name: default
releases:
- name: nsx-cf-cni
# version: 3.0.2.16863080
version: 3.0.2.16888888
| # manifest for NCP version testing
#
# `bosh -d ncp deploy ncp.yml`
name: ncp
releases: []
stemcells:
- alias: 621.84
os: ubuntu-xenial
version: 621.84
- alias: 621.85
os: ubuntu-xenial
version: 621.85
- alias: 621.87
os: ubuntu-xenial
version: 621.87
update:
canaries: 0
max_in_flight: 10
canary_watch_time: 30000-600000
update_watch_time: 5000-600000
instance_groups:
- name: 621.87
jobs:
- name: openvswitch
release: nsx-cf-cni
instances: 1
vm_type: small
stemcell: 621.87
azs: [z1]
networks:
- name: default
releases:
- name: nsx-cf-cni
# version: 3.0.2.16863080 # 3.0.2
version: 3.0.2.17079862 # 3.0.2.2
| Test NCP 3.0.2.2 + Stemcell 621.87 | Test NCP 3.0.2.2 + Stemcell 621.87
| YAML | apache-2.0 | cunnie/deployments,cunnie/deployments |
93ba7bde2fbd5e30aa879cffba2abbc9532aaedd | packages/ta/tak-ai.yaml | packages/ta/tak-ai.yaml | homepage: http://bitbucket.org/sffubs/tak
changelog-type: ''
hash: faaa6b200232dc5fcfc520254c8932218cb35c05fd51d24c4454142bbbb46dfd
test-bench-deps:
base: <5
matrix: -any
parsec: -any
HUnit: -any
random-shuffle: -any
tak: -any
maintainer: henry@elsie.org.uk
synopsis: AI(s) for playing Tak on playtak.com
changelog: ''
basic-deps:
base: <5
random-shuffle: -any
tak: -any
all-versions:
- '0.1.0.0'
author: Henry Bucklow
latest: '0.1.0.0'
description-type: haddock
description: ! 'Takky is a simple bot, using a modest lookahead of 4 plies, and a
heuristic
based purely on territory owned. It hangs around on playtak.com, providing a
moderate challenge to new and intermediate players.'
license-name: BSD2
| homepage: http://bitbucket.org/sffubs/tak
changelog-type: ''
hash: c0c4053e5af3d3caafbca15d9cd2c62eed74bf6425d8337b80c3bbe72a57b81e
test-bench-deps:
base: <5
matrix: -any
parsec: -any
HUnit: -any
random-shuffle: -any
tak: -any
maintainer: henry@elsie.org.uk
synopsis: AI(s) for playing Tak on playtak.com
changelog: ''
basic-deps:
base: <5
random-shuffle: -any
tak: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: Henry Bucklow
latest: '0.1.0.1'
description-type: haddock
description: ! 'Takky is a simple bot, using a modest lookahead of 4 plies, and a
heuristic
based purely on territory owned. It hangs around on playtak.com, providing a
moderate challenge to new and intermediate players.'
license-name: BSD2
| Update from Hackage at 2016-06-08T06:22:26+0000 | Update from Hackage at 2016-06-08T06:22:26+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
6fce419ac4570f12d4fcdf16f83fc6b0910352fb | packages/ta/tardis.yaml | packages/ta/tardis.yaml | homepage: https://github.com/DanBurton/tardis
changelog-type: ''
hash: 638f33438da09c98f601b4840917a4f530f2cffe05a0dbafd120bcf6b02033cf
test-bench-deps:
base: '>=4.8 && <5'
tardis: -any
maintainer: danburton.email@gmail.com
synopsis: Bidirectional state monad transformer
changelog: ''
basic-deps:
base: '>=4.8 && <5'
mtl: '>=2 && <2.3'
mmorph: ==1.*
all-versions:
- 0.2.0.0
- 0.3.0.0
- 0.4.1.0
- 0.4.2.0
- 0.4.3.0
author: Dan Burton
latest: 0.4.3.0
description-type: haddock
description: |-
A Tardis is a combination of both a forwards and a backwards
state transformer, providing two state values that \"travel\"
in opposite directions.
A detailed description of what a Tardis is and how to use it
can be found in the documentation for Control.Monad.Tardis.
license-name: BSD-3-Clause
| homepage: https://github.com/DanBurton/tardis
changelog-type: ''
hash: 0675817aeb12ffb7e3dfd143a6b0556803509d11a668097638f7bca5fc118c89
test-bench-deps:
base: '>=4.8 && <5'
tardis: -any
maintainer: danburton.email@gmail.com
synopsis: Bidirectional state monad transformer
changelog: ''
basic-deps:
base: '>=4.8 && <5'
mtl: ==2.*
mmorph: ==1.*
all-versions:
- 0.2.0.0
- 0.3.0.0
- 0.4.1.0
- 0.4.2.0
- 0.4.3.0
- 0.4.4.0
author: Dan Burton
latest: 0.4.4.0
description-type: haddock
description: |-
A Tardis is a combination of both a forwards and a backwards
state transformer, providing two state values that \"travel\"
in opposite directions.
A detailed description of what a Tardis is and how to use it
can be found in the documentation for Control.Monad.Tardis.
license-name: BSD-3-Clause
| Update from Hackage at 2022-05-08T17:06:08Z | Update from Hackage at 2022-05-08T17:06:08Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f9fe0bce212d5bd0dfea47499cc6ba2ef344f7ee | .readthedocs.yaml | .readthedocs.yaml | version: 2
sphinx:
configuration: doc/source/conf.py
python:
install:
- method: pip
path: .
| version: 2
sphinx:
configuration: doc/source/conf.py
python:
version: "3.10"
install:
- method: pip
path: .
| Upgrade Python version on RTD | Upgrade Python version on RTD
| YAML | bsd-3-clause | jobovy/galpy,jobovy/galpy,jobovy/galpy,jobovy/galpy |
49c586162eb6f1afe5370c2cba0a4d20d95d9204 | meta/main.yml | meta/main.yml | galaxy_info:
author: Emilien Kenler <ekenler@wizcorp.jp>
description: Installs Facette
company: Wizcorp K.K.
license: MIT
min_ansible_version: 1.8.1
platforms:
- name: EL
versions:
- 6
- 7
- name: Debian
versions:
- wheezy
categories:
- monitoring
dependencies:
- role: nodejs
- role: aeriscloud.repos
repositories:
centos6:
- rpmforge
- epel
centos7:
- epel
- role: firewall
service_name: facette
tags:
- facette
- role: aeriscloud.yum
| galaxy_info:
author: Emilien Kenler <ekenler@wizcorp.jp>
description: Installs Facette
company: Wizcorp K.K.
license: MIT
min_ansible_version: 1.8.1
platforms:
- name: EL
versions:
- 6
- 7
- name: Debian
versions:
- wheezy
categories:
- monitoring
dependencies:
- role: nodejs
- role: aeriscloud.repos
repositories:
centos6:
- rpmforge
- epel
centos7:
- epel
- role: firewall
role_name: facette
tags:
- facette
- role: aeriscloud.yum
| Replace service_name by role_name in the firewall role | Replace service_name by role_name in the firewall role
| YAML | mit | tokyowizard/ansible-facette,AerisCloud/ansible-facette |
b33377652ab50101d5a792bb38962dd9817ba497 | config/kubernetes-sigs/sig-node/teams.yaml | config/kubernetes-sigs/sig-node/teams.yaml | teams:
node-feature-discovery-operator-admins:
description: Admin access to node-feature-discovery-operator repo
members:
- ArangoGutierrez
- marquiz
- zvonkok
privacy: closed
node-feature-discovery-operator-maintainers:
description: Write access to node-feature-discovery-operator repo
members:
- ArangoGutierrez
- marquiz
- zvonkok
privacy: closed
security-profiles-operator-admins:
description: Admin access to security-profiles-operator repo
members:
- pjbgf
- saschagrunert
privacy: closed
previously:
- seccomp-operator-admins
security-profiles-operator-maintainers:
description: Write access to security-profiles-operator repo
members:
- pjbgf
- saschagrunert
privacy: closed
previously:
- seccomp-operator-maintainers
| teams:
node-feature-discovery-operator-admins:
description: Admin access to node-feature-discovery-operator repo
members:
- ArangoGutierrez
- marquiz
- zvonkok
privacy: closed
node-feature-discovery-operator-maintainers:
description: Write access to node-feature-discovery-operator repo
members:
- ArangoGutierrez
- marquiz
- zvonkok
privacy: closed
security-profiles-operator-admins:
description: Admin access to security-profiles-operator repo
members:
- pjbgf
- saschagrunert
- JAORMX
- jhrozek
privacy: closed
previously:
- seccomp-operator-admins
security-profiles-operator-maintainers:
description: Write access to security-profiles-operator repo
members:
- pjbgf
- saschagrunert
privacy: closed
previously:
- seccomp-operator-maintainers
| Add JAORMX and jhrozek as admins | security-profiles-operator: Add JAORMX and jhrozek as admins
Signed-off-by: Juan Antonio Osorio Robles <d8dc07dad5d21128befc050da3d4f0626ea7fe63@redhat.com>
| YAML | apache-2.0 | kubernetes/org,kubernetes/org,kubernetes/org |
961e3f019065281afdd1376974d4febd6ffeca3f | jenkins/core/tasks/install-jenkins.yml | jenkins/core/tasks/install-jenkins.yml | ---
- name: JENKINS | SETUP | DROP INTO TOMCAT
# =====================================================================
action: copy
args:
src: "{{download_cache}}/jenkins/jenkins-core/jenkins-{{jenkins_download_version}}.war"
dest: "{{apache_tomcat_home}}/webapps/jenkins.war"
register: r_jenkins_war
- name: INSTALL | START TOMCAT
# =====================================================================
command: "nohup {{apache_tomcat_home}}/bin/catalina.sh start 2>&1"
when: jenkins_core_start == True
- name: INSTALL | WAIT FOR TOMCAT
# =====================================================================
wait_for: port=8080 delay={{ startup_delay_s | default(10) }}
when: jenkins_core_start == True
- name: JENKINS ยฆ SETUP | WAIT FOR JENKINS
# =====================================================================
action: get_url
args:
force: true
url: "{{jenkins_url}}/view/All/builds"
dest: "/tmp"
register: r_get_url
until: r_get_url.msg is defined and r_get_url.msg.find("OK") != -1
retries: 10
delay: 6
| ---
- name: JENKINS | SETUP | DROP INTO TOMCAT
# =====================================================================
action: copy
args:
src: "{{download_cache}}/jenkins/jenkins-core/jenkins-{{jenkins_download_version}}.war"
dest: "{{apache_tomcat_home}}/webapps/jenkins.war"
register: r_jenkins_war
| Remove implicit tomcat start from role. | jenkins-core: Remove implicit tomcat start from role.
| YAML | bsd-3-clause | jansenm/ansible-jenkins-roles |
ab19016adf49722440c7e11691c4e1dbf396085b | packages/ga/gargoyle-postgresql-nix.yaml | packages/ga/gargoyle-postgresql-nix.yaml | homepage: ''
changelog-type: markdown
hash: 40bae12ca9985c88b5d0969f1cb07ec7b83f85b2797fe0982e8cb839b85a9106
test-bench-deps: {}
maintainer: maintainer@obsidian.systems
synopsis: Manage PostgreSQL servers with gargoyle and nix
changelog: |
# Revision history for gargoyle-postgresql-nix
## 0.3
* Initial hackage release
basic-deps:
gargoyle: ==0.1.*
gargoyle-postgresql: ==0.2.*
bytestring: '>=0.10 && <0.12'
base: '>=4.12 && <4.15'
which: ==0.2.*
gargoyle-postgresql-nix: -any
all-versions:
- 0.3.0.0
author: Obsidian Systems LLC
latest: 0.3.0.0
description-type: markdown
description: |
# gargoyle-postgresql-nix
This is a companion package for gargoyle-postgresql that uses nix to find the locations of PostgreSQL executables.
Please see the [gargoyle-postgresql](https://hackage.haskell.org/package/gargoyle-postgresql) documentation for more information.
license-name: BSD-3-Clause
| homepage: ''
changelog-type: markdown
hash: 76ab7cf187048c830bd9650af2e48fbcee9a3109a2cd5b16ce6efc11a9ea2883
test-bench-deps: {}
maintainer: maintainer@obsidian.systems
synopsis: Manage PostgreSQL servers with gargoyle and nix
changelog: |
# Revision history for gargoyle-postgresql-nix
## 0.3.0.1
* Add support for ghc 9.0.2
## 0.3
* Initial hackage release
basic-deps:
gargoyle: ==0.1.*
gargoyle-postgresql: ==0.2.*
bytestring: '>=0.10 && <0.12'
base: '>=4.12 && <4.17'
which: ==0.2.*
gargoyle-postgresql-nix: -any
all-versions:
- 0.3.0.0
- 0.3.0.1
author: Obsidian Systems LLC
latest: 0.3.0.1
description-type: markdown
description: |
# gargoyle-postgresql-nix
This is a companion package for gargoyle-postgresql that uses nix to find the locations of PostgreSQL executables.
Please see the [gargoyle-postgresql](https://hackage.haskell.org/package/gargoyle-postgresql) documentation for more information.
license-name: BSD-3-Clause
| Update from Hackage at 2022-07-01T14:00:08Z | Update from Hackage at 2022-07-01T14:00:08Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2298077fc87693ad26b308a4d6fe4f1ec72fbbc0 | packages/gl/gloss-raster-accelerate.yaml | packages/gl/gloss-raster-accelerate.yaml | homepage: ''
changelog-type: ''
hash: 2f5fd19319933b579ae461886695a2e08c0209a3847b06303cb84e154636851d
test-bench-deps: {}
maintainer: Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
synopsis: Parallel rendering of raster images using Accelerate
changelog: ''
basic-deps:
gloss: ! '>=1.9'
colour-accelerate: ! '>=0.1'
base: ! '>=4.6 && <4.11'
gloss-accelerate: ! '>=2.0'
accelerate: ! '>=0.16'
all-versions:
- '1.8.0.0'
- '1.8.15.0'
- '1.9.0.0'
- '2.0.0.0'
author: Trevor L. McDonell
latest: '2.0.0.0'
description-type: haddock
description: Parallel rendering of raster images using Accelerate
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: 12aa63c0409950aad7dd0b4a9927c102223851d6e4befbd39070228585290a4c
test-bench-deps: {}
maintainer: Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
synopsis: Parallel rendering of raster images using Accelerate
changelog: ''
basic-deps:
gloss: ! '>=1.9'
colour-accelerate: ! '>=0.1'
base: ! '>=4.6 && <4.12'
gloss-accelerate: ! '>=2.0'
accelerate: ! '>=0.16'
all-versions:
- '1.8.0.0'
- '1.8.15.0'
- '1.9.0.0'
- '2.0.0.0'
author: Trevor L. McDonell
latest: '2.0.0.0'
description-type: haddock
description: Parallel rendering of raster images using Accelerate
license-name: BSD3
| Update from Hackage at 2018-04-04T01:05:49Z | Update from Hackage at 2018-04-04T01:05:49Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8fc6b625c9d61255181228077bf19214306a95b2 | metadata/me.impa.knockonports.yml | metadata/me.impa.knockonports.yml | Categories:
- Security
License: Apache-2.0
SourceCode: https://github.com/impalex/knockonports
IssueTracker: https://github.com/impalex/knockonports/issues
AutoName: Knock on Ports
RepoType: git
Repo: https://github.com/impalex/knockonports
Builds:
- versionName: 1.0.3
versionCode: 6
commit: 1.0.3
subdir: app
gradle:
- yes
rm:
- assets/*
- versionName: 1.0.4
versionCode: 7
commit: 1.0.4
subdir: app
gradle:
- yes
rm:
- assets/*
- versionName: 1.0.5
versionCode: 8
commit: 1.0.5
subdir: app
gradle:
- yes
rm:
- assets/*
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.0.5
CurrentVersionCode: 8
| Categories:
- Security
License: Apache-2.0
SourceCode: https://github.com/impalex/knockonports
IssueTracker: https://github.com/impalex/knockonports/issues
AutoName: Knock on Ports
RepoType: git
Repo: https://github.com/impalex/knockonports
Builds:
- versionName: 1.0.3
versionCode: 6
commit: 1.0.3
subdir: app
gradle:
- yes
rm:
- assets/*
- versionName: 1.0.4
versionCode: 7
commit: 1.0.4
subdir: app
gradle:
- yes
rm:
- assets/*
- versionName: 1.0.5
versionCode: 8
commit: 1.0.5
subdir: app
gradle:
- yes
rm:
- assets/*
- versionName: 1.0.6
versionCode: 9
commit: 1.0.6
subdir: app
gradle:
- yes
rm:
- assets/*
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.0.6
CurrentVersionCode: 9
| Update Knock on Ports to 1.0.6 (9) | Update Knock on Ports to 1.0.6 (9)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata |
ec66a1567af723f843cad82d2dfb98def6ec8bd6 | shippable.yml | shippable.yml | env:
global:
- REPOPATH=`pwd`
# command to install dependencies
before_install:
- pwd
# Install octave with apt-get
- sudo add-apt-repository -y ppa:octave/stable
- sudo apt-get update -qq
- sudo apt-get install octave
# go up one level to retrieve MOxUnit
- cd ..
- git clone git://github.com/MOxUnit/MOxUnit.git
- make -C MOxUnit install
- cd ${REPOPATH}
install:
- pwd
script:
- pwd
- /usr/bin/octave -q --eval "OCTAVE_VERSION"
- /usr/bin/octave -q --eval runAllTests
| # command to install dependencies
before_install:
- pwd
- REPOPATH=`pwd`
# Install octave with apt-get
- sudo add-apt-repository -y ppa:octave/stable
- sudo apt-get update -qq
- sudo apt-get install octave
# go up one level to retrieve MOxUnit
- cd ..
- git clone git://github.com/MOxUnit/MOxUnit.git
- make -C MOxUnit install
- cd ${REPOPATH}
install:
- pwd
script:
- pwd
- /usr/bin/octave -q --eval "OCTAVE_VERSION"
- /usr/bin/octave -q --eval runAllTests
| Fix Shippable cd after installing MOxUnit | Fix Shippable cd after installing MOxUnit
| YAML | mit | scottclowe/matlab-continuous-integration |
9e0b5073c99bda8a2c3a1745994ade2553da5b34 | ci/.github/workflows/ci.yml | ci/.github/workflows/ci.yml | name: RSpec CI
on: [pull_request, push]
jobs:
test:
name: Ruby ${{ matrix.ruby }}
runs-on: ubuntu-20.04
strategy:
matrix:
ruby:
- 3.0.0-preview1
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1.9
- ruby-head
fail-fast: false
continue-on-error: ${{ matrix.ruby == 'jruby-9.2.13.0' || endsWith(matrix.ruby, 'head') }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler: ${{ (matrix.ruby == 'jruby-9.1.17.0' && 1) || 2 }}
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- uses: actions/cache@v2
with:
path: ../bundle
key: ${{ runner.os }}-${{ matrix.ruby }}
- run: script/update_rubygems_and_install_bundler
- run: script/clone_all_rspec_repos
- run: bundle install --binstubs --standalone
- run: script/run_build
| name: RSpec CI
on:
push:
branches:
- 'main'
- '*-maintenance'
- '*-dev'
pull_request:
branches:
- '*'
jobs:
test:
name: Ruby ${{ matrix.ruby }}
runs-on: ubuntu-20.04
strategy:
matrix:
ruby:
- 3.0.0-preview1
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1.9
- ruby-head
fail-fast: false
continue-on-error: ${{ matrix.ruby == 'jruby-9.2.13.0' || endsWith(matrix.ruby, 'head') }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler: ${{ (matrix.ruby == 'jruby-9.1.17.0' && 1) || 2 }}
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- uses: actions/cache@v2
with:
path: ../bundle
key: ${{ runner.os }}-${{ matrix.ruby }}
- run: script/update_rubygems_and_install_bundler
- run: script/clone_all_rspec_repos
- run: bundle install --binstubs --standalone
- run: script/run_build
| Set allowed branches for push but all pull requests | Set allowed branches for push but all pull requests
| YAML | mit | rspec/rspec-dev,rspec/rspec-dev,rspec/rspec-dev |
2e02e509f70c6d8be263efb853f5a7018a999aba | src/Oro/Bundle/WorkflowBundle/Resources/config/assemblers.yml | src/Oro/Bundle/WorkflowBundle/Resources/config/assemblers.yml | parameters:
oro_workflow.pass.parameter.class: Oro\Bundle\WorkflowBundle\Model\Pass\ParameterPass
oro_workflow.condition_assembler.class: Oro\Bundle\WorkflowBundle\Model\Condition\ConditionAssembler
oro_workflow.post_action_assembler.class: Oro\Bundle\WorkflowBundle\Model\PostAction\PostActionAssembler
services:
oro_workflow.pass.parameter:
class: %oro_workflow.pass.parameter.class%
oro_workflow.condition_assembler.class:
class: %oro_workflow.condition_assembler.class%
arguments:
- @oro_workflow.condition_factory
- @oro_workflow.pass.parameter
oro_workflow.post_action_assembler:
class: %oro_workflow.post_action_assembler.class%
arguments:
- @oro_workflow.post_action_factory
- @oro_workflow.pass.parameter
| parameters:
oro_workflow.pass.parameter.class: Oro\Bundle\WorkflowBundle\Model\Pass\ParameterPass
oro_workflow.condition_assembler.class: Oro\Bundle\WorkflowBundle\Model\Condition\ConditionAssembler
oro_workflow.post_action_assembler.class: Oro\Bundle\WorkflowBundle\Model\PostAction\PostActionAssembler
services:
oro_workflow.pass.parameter:
class: %oro_workflow.pass.parameter.class%
oro_workflow.condition_assembler:
class: %oro_workflow.condition_assembler.class%
arguments:
- @oro_workflow.condition_factory
- @oro_workflow.pass.parameter
oro_workflow.post_action_assembler:
class: %oro_workflow.post_action_assembler.class%
arguments:
- @oro_workflow.post_action_factory
- @oro_workflow.pass.parameter
| Create basic post actions - updated configuration | BAP-1217: Create basic post actions
- updated configuration
| YAML | mit | trustify/oroplatform,2ndkauboy/platform,Djamy/platform,umpirsky/platform,2ndkauboy/platform,geoffroycochard/platform,geoffroycochard/platform,Djamy/platform,umpirsky/platform,hugeval/platform,hugeval/platform,akeneo/platform,hugeval/platform,northdakota/platform,trustify/oroplatform,geoffroycochard/platform,northdakota/platform,2ndkauboy/platform,mszajner/platform,mszajner/platform,mszajner/platform,morontt/platform,trustify/oroplatform,orocrm/platform,morontt/platform,morontt/platform,Djamy/platform,orocrm/platform,orocrm/platform,ramunasd/platform,ramunasd/platform,akeneo/platform,akeneo/platform,ramunasd/platform,northdakota/platform |
4e821c23c0aaa61e28a982ab7f4a4af962023974 | .github/ISSUE_TEMPLATE/config.yml | .github/ISSUE_TEMPLATE/config.yml | # Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
blank_issues_enabled: true # default
contact_links:
- name: '๐ฌ IRC: #pypa @ Freenode'
url: https://webchat.freenode.net/#pypa
about: Chat with devs
- name: ๐คท๐ป๐คฆ Discourse
url: https://discuss.python.org/c/packaging
about: Please ask typical Q&A here
- name: ๐ PyPA Code of Conduct
url: https://www.pypa.io/en/latest/code-of-conduct/
about: โค Be nice to other members of the community. โฎ Behave.
| # Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
blank_issues_enabled: true # default
contact_links:
- name: '๐ฌ IRC: #pypa @ Freenode'
url: https://webchat.freenode.net/#pypa
about: Chat with devs
- name: ๐คท๐ป๐คฆ Discourse
url: https://discuss.python.org/c/packaging
about: |
Please ask typical Q&A here: general ideas for Python packaging,
questions about structuring projects and so on
- name: ๐ PyPA Code of Conduct
url: https://www.pypa.io/en/latest/code-of-conduct/
about: โค Be nice to other members of the community. โฎ Behave.
| Extend the description of the discourse ref | Extend the description of the discourse ref
| YAML | mit | pypa/pip,sbidoul/pip,pfmoore/pip,sbidoul/pip,pradyunsg/pip,pfmoore/pip,pradyunsg/pip,pypa/pip |
e9761cc12a17052eae6b6825e8815ca81384b36d | .github/workflows/npm-publish.yml | .github/workflows/npm-publish.yml | # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: Node.js Package
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- run: npm test
publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
publish-gpr:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
| # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: Node.js Package
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- run: npm test
publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
publish-gpr:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
| Make npm publish workflow use --tag next | Make npm publish workflow use --tag next
Until we take v5 out of beta
| YAML | agpl-3.0 | internetarchive/bookreader,internetarchive/bookreader |
838c8402527cbbc9e63321e75005302aeaafd10c | examples/puppet_status.yml | examples/puppet_status.yml | module: value_file
period: 1
object: '/home/max/dev/last_run_summary.yaml'
use_stat: True
use_text: True
items:
- runtime:
type: 'integer'
regex: 'time:.*?total:\s*(\d+)'
- success:
type: 'integer'
regex: 'events:.*?success:\s*(\d+)'
- failure:
type: 'integer'
regex: 'events:.*?failure:\s*(\d+)'
| module: value_file
period: 1
object: '/var/lib/puppet/state/last_run_summary.yaml'
use_stat: True
use_text: True
items:
- runtime:
type: 'integer'
regex: 'time:.*?total:\s*(\d+)'
- success:
type: 'integer'
regex: 'events:.*?success:\s*(\d+)'
- failure:
type: 'integer'
regex: 'events:.*?failure:\s*(\d+)'
| Fix puppet plugin example path to state file. | Fix puppet plugin example path to state file.
| YAML | mit | mk23/snmpy,mk23/snmpy |
57c2ce0ca3fd8fe94da99ff9f12c7b41728a8fa9 | jenkins/jobs/kolla.yaml | jenkins/jobs/kolla.yaml | - job-template:
name: '{pipeline}-kolla-functional-f21'
node: '{node}'
builders:
- link-logs
- net-info
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
sudo tests/setup_docker.sh
sudo tox -e images
publishers:
- console-log
| - job-template:
name: '{pipeline}-kolla-functional-f21'
node: '{node}'
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- link-logs
- net-info
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
sudo tests/setup_docker.sh
sudo tox -e images
publishers:
- console-log
| Set the Kolla build timeout to 90 minutes | Set the Kolla build timeout to 90 minutes
We believe the Kolla build will take between 1 and 3 hours. We
are not certain exactly how long it will take, so we plan to
start with 90 minutes and later tune the timer to match our
average run-times + 20%.
Note our gate functional job builds about 40 docker images which
takes quite awhile.
Change-Id: Ifd052464cacbe4ce4d0584277aa729ab151d48fe
| YAML | apache-2.0 | Tesora/tesora-project-config,noorul/os-project-config,anbangr/osci-project-config,dongwenjuan/project-config,coolsvap/project-config,anbangr/osci-project-config,Tesora/tesora-project-config,coolsvap/project-config,citrix-openstack/project-config,openstack-infra/project-config,openstack-infra/project-config,noorul/os-project-config,dongwenjuan/project-config,citrix-openstack/project-config |
6962f392d514131fb33cdb3b0aeeeb26163ed153 | packages/al/algebraic-graphs-io.yaml | packages/al/algebraic-graphs-io.yaml | homepage: https://github.com/ocramz/algebraic-graphs-io
changelog-type: markdown
hash: decaed7200f05e2d9c04209e3a8df032bd8d7f5bbfffa9d6399f8160212f819c
test-bench-deps:
base: -any
hspec: -any
algebraic-graphs-io: -any
QuickCheck: -any
maintainer: ocramz
synopsis: I/O utilities for algebraic-graphs
changelog: |+
* 0.1.0.0 (20/12/2012)
Release candidate
basic-deps:
base: '>=4.7 && <5'
parser-combinators: -any
text: -any
megaparsec: -any
containers: -any
algebraic-graphs: -any
all-versions:
- 0.1.1.0
- 0.1.2.0
author: Marco Zocca
latest: 0.1.2.0
description-type: markdown
description: |
# algebraic-graphs-io
This package aims to collect some I/Outilities for `algebraic-graphs`, e.g. parsers and serializers for common graph data interchange formats.
Currently it provides a parser for the GML format, which is used by a few common graph software packages (NetworkX, Gephi, graphviz, and others).
PRs and contributions welcome!
license-name: BSD-3-Clause
| homepage: https://github.com/ocramz/algebraic-graphs-io
changelog-type: markdown
hash: b825412ed6ece261f2c57930acc0562bffc441e222d95ba4595492ef30df0070
test-bench-deps:
base: -any
hspec: -any
algebraic-graphs-io: -any
QuickCheck: -any
maintainer: ocramz
synopsis: I/O utilities for algebraic-graphs
changelog: |+
* 0.1.2
Add "Les Miserables" and "Karate Club" datasets
* 0.1.0.0 (20/12/2012)
Release candidate
basic-deps:
base: '>=4.7 && <5'
parser-combinators: -any
text: -any
megaparsec: -any
containers: -any
algebraic-graphs: -any
all-versions:
- 0.1.1.0
- 0.1.2.0
- 0.1.3.0
author: Marco Zocca
latest: 0.1.3.0
description-type: markdown
description: |
# algebraic-graphs-io
This package aims to collect some I/O utilities for `algebraic-graphs`, e.g. parsers and serializers for common graph data interchange formats.
Currently it provides a parser for the GML format, which is used by a few common graph software packages (NetworkX, Gephi, graphviz, and others).
PRs and contributions welcome!
license-name: BSD-3-Clause
| Update from Hackage at 2020-12-20T19:04:43Z | Update from Hackage at 2020-12-20T19:04:43Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3add12ad26ee3092b3ad32df7d47ee878694e005 | packages/co/core-webserver-warp.yaml | packages/co/core-webserver-warp.yaml | homepage: https://github.com/aesiniath/unbeliever#readme
changelog-type: ''
hash: a7c41188e560c6f2f38ad21a2b697aa4bd2d7a0062d66798601fa78884d7eaaa
test-bench-deps: {}
maintainer: Andrew Cowie <istathar@gmail.com>
synopsis: Interoperability with Wai/Warp
changelog: ''
basic-deps:
warp: -any
bytestring: -any
wai: -any
http2: -any
base: '>=4.11 && <5'
safe-exceptions: -any
core-text: -any
async: -any
core-telemetry: '>=0.1.8'
vault: -any
core-program: -any
mtl: -any
http-types: -any
core-data: -any
all-versions:
- 0.1.1.0
author: Andrew Cowie <istathar@gmail.com>
latest: 0.1.1.0
description-type: haddock
description: |-
This is part of a library to help build command-line programs, both tools and
longer-running daemons.
This package in particular adds wrappers around the __wai__ (Web Application
Interface) and __warp__ (Web Server to facilitate integrating this commonly
used webserver combination with the Program monad from __core-program__.
license-name: MIT
| homepage: https://github.com/aesiniath/unbeliever#readme
changelog-type: ''
hash: df6e5f99b8d8474b781707d4e220d9628fc63214a15336e38ef9b9ee647b77c6
test-bench-deps: {}
maintainer: Andrew Cowie <istathar@gmail.com>
synopsis: Interoperability with Wai/Warp
changelog: ''
basic-deps:
warp: -any
bytestring: -any
wai: -any
http2: -any
base: '>=4.11 && <5'
safe-exceptions: -any
core-text: -any
async: -any
core-telemetry: '>=0.2.0'
vault: -any
core-program: '>=0.4.6'
mtl: -any
http-types: -any
core-data: -any
all-versions:
- 0.1.1.0
- 0.1.1.3
author: Andrew Cowie <istathar@gmail.com>
latest: 0.1.1.3
description-type: haddock
description: |-
This is part of a library to help build command-line programs, both tools and
longer-running daemons.
This package in particular adds wrappers around the __wai__ (Web Application
Interface) and __warp__ (Web Server) to facilitate integrating this commonly
used webserver combination with the Program monad from __core-program__.
license-name: MIT
| Update from Hackage at 2022-04-28T08:50:02Z | Update from Hackage at 2022-04-28T08:50:02Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6e16265d8a3506d2220b95bfe85079ab86e09eaa | packages/he/hexpat-streamparser.yaml | packages/he/hexpat-streamparser.yaml | homepage: ''
changelog-type: ''
hash: 3226bf62cebff461c02b70715e884552827651575d7c97bddbad53d23bf72f62
test-bench-deps: {}
maintainer: kristof@resonata.be
synopsis: ''
changelog: ''
basic-deps:
bytestring: '>=0.10 && <0.11'
List: '>=0.6 && <0.7'
base: '>=4.9 && <5'
parser-combinators: '>=1.2 && <1.3'
text: '>=1.2 && <1.3'
mtl: '>=2.2 && <2.3'
hexpat: '>=0.20 && <0.21'
transformers: '>=0.5 && <0.6'
all-versions:
- 0.0.1
author: ''
latest: 0.0.1
description-type: haddock
description: streaming xml parser combinators using hexpat
license-name: BSD-3-Clause
| homepage: ''
changelog-type: ''
hash: b957af97fdfa5b04e183b7c8ad07526afe42b707a15fa6ff2e5eae60f42c075e
test-bench-deps: {}
maintainer: kristof@resonata.be
synopsis: ''
changelog: ''
basic-deps:
bytestring: '>=0.10 && <0.11'
List: '>=0.6 && <0.7'
base: '>=4.9 && <5'
parser-combinators: '>=1.2 && <1.3'
text: '>=1.2 && <1.3'
mtl: '>=2.2 && <2.3'
hexpat: '>=0.20 && <0.21'
transformers: '>=0.5 && <0.6'
all-versions:
- 0.0.1
- 0.0.2
author: ''
latest: 0.0.2
description-type: haddock
description: streaming xml parser combinators using hexpat
license-name: BSD-3-Clause
| Update from Hackage at 2021-01-31T18:57:23Z | Update from Hackage at 2021-01-31T18:57:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
77126e5b85d666d376f1e8a981609d89d1e17525 | recipes/cytoolz/meta.yaml | recipes/cytoolz/meta.yaml | {% set version = "0.7.5" %}
package:
name: cytoolz
version: {{ version }}
source:
fn: cytoolz-{{ version }}.tar.gz
url: https://pypi.io/packages/source/c/cytoolz/cytoolz-{{ version }}.tar.gz
md5: 15fbc1c56fca80cbca0e89f37c93d432
build:
number: 0
script: python setup.py install --record=record.txt
requirements:
build:
- setuptools
- python
- cython
run:
- python
test:
imports:
- cytoolz
- cytoolz.curried
about:
home: https://github.com/pytoolz/cytoolz
license: BSD 3-Clause
summary: Cython implementation of Toolz. High performance functional utilities.
extra:
recipe-maintainers:
- eriknw
- mrocklin
- jcrist
| {% set version = "0.8.0" %}
package:
name: cytoolz
version: {{ version }}
source:
fn: cytoolz-{{ version }}.tar.gz
url: https://pypi.io/packages/source/c/cytoolz/cytoolz-{{ version }}.tar.gz
md5: 432f0a17e04223942ebb5312d8f895ad
build:
number: 0
script: python setup.py install --no-cython --single-version-externally-managed --record=record.txt
requirements:
build:
- setuptools
- python
- toolz >=0.8.0
run:
- python
- toolz >=0.8.0
test:
imports:
- cytoolz
- cytoolz.curried
about:
home: https://github.com/pytoolz/cytoolz
license: BSD 3-Clause
summary: Cython implementation of Toolz. High performance functional utilities.
extra:
recipe-maintainers:
- eriknw
- mrocklin
- jcrist
| Update cytoolz recipe for 0.8.0 | Update cytoolz recipe for 0.8.0
| YAML | bsd-3-clause | ReimarBauer/staged-recipes,johannesring/staged-recipes,larray-project/staged-recipes,data-exp-lab/staged-recipes,mcernak/staged-recipes,Cashalow/staged-recipes,jerowe/staged-recipes,chrisburr/staged-recipes,basnijholt/staged-recipes,sannykr/staged-recipes,barkls/staged-recipes,kwilcox/staged-recipes,glemaitre/staged-recipes,dfroger/staged-recipes,Savvysherpa/staged-recipes,ReimarBauer/staged-recipes,dharhas/staged-recipes,Savvysherpa/staged-recipes,petrushy/staged-recipes,johannesring/staged-recipes,mcs07/staged-recipes,isuruf/staged-recipes,stuertz/staged-recipes,jerowe/staged-recipes,valgur/staged-recipes,tylere/staged-recipes,mariusvniekerk/staged-recipes,birdsarah/staged-recipes,hbredin/staged-recipes,stuertz/staged-recipes,jcb91/staged-recipes,grlee77/staged-recipes,grlee77/staged-recipes,goanpeca/staged-recipes,rolando-contrib/staged-recipes,blowekamp/staged-recipes,shadowwalkersb/staged-recipes,isuruf/staged-recipes,tylere/staged-recipes,ocefpaf/staged-recipes,planetarypy/staged-recipes,birdsarah/staged-recipes,ocefpaf/staged-recipes,jcb91/staged-recipes,arokem/staged-recipes,scopatz/staged-recipes,sodre/staged-recipes,pstjohn/staged-recipes,glemaitre/staged-recipes,chohner/staged-recipes,nicoddemus/staged-recipes,cpaulik/staged-recipes,vamega/staged-recipes,barkls/staged-recipes,pmlandwehr/staged-recipes,gqmelo/staged-recipes,khallock/staged-recipes,asmeurer/staged-recipes,khallock/staged-recipes,synapticarbors/staged-recipes,JohnGreeley/staged-recipes,jochym/staged-recipes,sannykr/staged-recipes,data-exp-lab/staged-recipes,jakirkham/staged-recipes,ceholden/staged-recipes,kwilcox/staged-recipes,jjhelmus/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,guillochon/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,Juanlu001/staged-recipes,OpenPIV/staged-recipes,atedstone/staged-recipes,guillochon/staged-recipes,rmcgibbo/staged-recipes,caspervdw/staged-recipes,rmcgibbo/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,blowekamp/staged-recipes,bmabey/staged-recipes,petrushy/staged-recipes,ceholden/staged-recipes,bmabey/staged-recipes,basnijholt/staged-recipes,pstjohn/staged-recipes,mcs07/staged-recipes,benvandyke/staged-recipes,synapticarbors/staged-recipes,gqmelo/staged-recipes,rvalieris/staged-recipes,igortg/staged-recipes,Juanlu001/staged-recipes,chohner/staged-recipes,atedstone/staged-recipes,dschreij/staged-recipes,vamega/staged-recipes,NOAA-ORR-ERD/staged-recipes,dharhas/staged-recipes,benvandyke/staged-recipes,pmlandwehr/staged-recipes,cpaulik/staged-recipes,mariusvniekerk/staged-recipes,rvalieris/staged-recipes,hajapy/staged-recipes,conda-forge/staged-recipes,hbredin/staged-recipes,larray-project/staged-recipes,chrisburr/staged-recipes,igortg/staged-recipes,arokem/staged-recipes,sodre/staged-recipes,hadim/staged-recipes,JohnGreeley/staged-recipes,OpenPIV/staged-recipes,richardotis/staged-recipes,sodre/staged-recipes,koverholt/staged-recipes,rolando-contrib/staged-recipes,conda-forge/staged-recipes,NOAA-ORR-ERD/staged-recipes,planetarypy/staged-recipes,richardotis/staged-recipes,nicoddemus/staged-recipes,johanneskoester/staged-recipes,mcernak/staged-recipes,patricksnape/staged-recipes,dschreij/staged-recipes,patricksnape/staged-recipes,Cashalow/staged-recipes,hajapy/staged-recipes,shadowwalkersb/staged-recipes,dfroger/staged-recipes,jjhelmus/staged-recipes,asmeurer/staged-recipes,SylvainCorlay/staged-recipes,valgur/staged-recipes,SylvainCorlay/staged-recipes,caspervdw/staged-recipes,koverholt/staged-recipes |
e73b3f214bbbfb30a6d3dfda173c3a0462820c97 | packages/fo/foldable-ix.yaml | packages/fo/foldable-ix.yaml | homepage: https://hackage.haskell.org/package/foldable-ix
changelog-type: markdown
hash: dab10f9756d8ea0c09e3ad64d4e39a2fda853970b0a03d781db1ae61aca4608d
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Functions to find out the indices of the elements in the Foldable structures
changelog: |
# Revision history for foldable-ix
## 0.1.0.0 -- 2021-01-02
* First version. Released on an unsuspecting world.
## 0.2.0.0 -- 2021-02-18
* Second version. Added slicing functions. Some code improvements.
basic-deps:
base: '>=4.8 && <4.15'
all-versions:
- 0.1.0.0
- 0.2.0.0
author: OleksandrZhabenko
latest: 0.2.0.0
description-type: haddock
description: Uses folds to pass through the structure.
license-name: MIT
| homepage: https://hackage.haskell.org/package/foldable-ix
changelog-type: markdown
hash: dab10f9756d8ea0c09e3ad64d4e39a2fda853970b0a03d781db1ae61aca4608d
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Functions to find out the indices of the elements in the Foldable structures
changelog: |
# Revision history for foldable-ix
## 0.1.0.0 -- 2021-01-02
* First version. Released on an unsuspecting world.
## 0.2.0.0 -- 2021-02-18
* Second version. Added slicing functions. Some code improvements.
basic-deps:
base: '>=4.8 && <4.15'
all-versions:
- 0.2.0.0
author: OleksandrZhabenko
latest: 0.2.0.0
description-type: haddock
description: Uses folds to pass through the structure.
license-name: MIT
| Update from Hackage at 2021-02-18T10:34:17Z | Update from Hackage at 2021-02-18T10:34:17Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2ddaf4664d10a3fd99a26b4c616142e9b28526f1 | packages/sh/show-please.yaml | packages/sh/show-please.yaml | homepage: https://github.com/ddssff/show-please
changelog-type: ''
hash: 32618ee74251038034de1cf1b51625b53b0be5ea8f3c7f920cbfa90608a27084
test-bench-deps: {}
maintainer: David Fox <dsf@seereason.com>
synopsis: A wrapper type V with improved Show instances
changelog: ''
basic-deps:
base: ! '>=4 && <5'
time: ! '>=1.5'
parsec: -any
mtl: -any
template-haskell: -any
all-versions:
- '0.3'
- '0.4'
- '0.4.1'
- '0.4.2'
author: David Fox <dsf@seereason.com>
latest: '0.4.2'
description-type: haddock
description: ! 'Provides Show instances for various types whose official
Show won''t Read. This is particularly intended for exception types,
which can appear unexpectedly and be difficult to track down.'
license-name: BSD3
| homepage: https://github.com/ddssff/show-please
changelog-type: ''
hash: 8d91b13dbfcf4f598998fd1c692da12046f5e74adfbd18afeb675b8d05553b35
test-bench-deps: {}
maintainer: David Fox <dsf@seereason.com>
synopsis: A wrapper type V with improved Show instances
changelog: ''
basic-deps:
base: ! '>=4 && <5'
time: ! '>=1.5'
th-orphans: -any
parsec: -any
mtl: -any
template-haskell: -any
all-versions:
- '0.3'
- '0.4'
- '0.4.1'
- '0.4.2'
- '0.5.1'
author: David Fox <dsf@seereason.com>
latest: '0.5.1'
description-type: haddock
description: ! 'Provides Show instances for various types whose official
Show won''t Read. This is particularly intended for exception types,
which can appear unexpectedly and be difficult to track down.'
license-name: BSD3
| Update from Hackage at 2018-02-02T02:47:47Z | Update from Hackage at 2018-02-02T02:47:47Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2ed255fb133ce4beb3b5fc3830c4c0b62943b5fb | _bookdown.yml | _bookdown.yml | book_filename: "RProgrammingForResearch"
chapter_name: "Chapter "
rmd_files: ["index.Rmd", "00-course_info.Rmd", "01-prelim.Rmd", "02-databasics.Rmd", "vocabulary.Rmd", "homework.Rmd"]
repo: https://github.com/geanders/RProgrammingForResearch/
edit:
link: https://github.com/geanders/RProgrammingForResearch/edit/master/%s
text: "Edit"
output_dir: "docs"
clean: ["packages.bib", "RProgrammingForResearch.bbl"]
| book_filename: "RProgrammingForResearch"
chapter_name: "Chapter "
rmd_files: ["index.Rmd", "00-course_info.Rmd", "01-prelim.Rmd", "02-databasics.Rmd", "03-exploringdata1.Rmd", "vocabulary.Rmd", "homework.Rmd"]
repo: https://github.com/geanders/RProgrammingForResearch/
edit:
link: https://github.com/geanders/RProgrammingForResearch/edit/master/%s
text: "Edit"
output_dir: "docs"
clean: ["packages.bib", "RProgrammingForResearch.bbl"]
| Add Chapter 3 to book | Add Chapter 3 to book
| YAML | cc0-1.0 | geanders/RProgrammingForResearch,geanders/RProgrammingForResearch,geanders/RProgrammingForResearch |
1570ed6a01a65f1dda3ecca2a6f0adb589f40026 | metadata/com.beemdevelopment.aegis.yml | metadata/com.beemdevelopment.aegis.yml | Categories:
- Security
License: GPL-3.0-only
SourceCode: https://github.com/beemdevelopment/Aegis
IssueTracker: https://github.com/beemdevelopment/Aegis/issues
RepoType: git
Repo: https://github.com/beemdevelopment/Aegis
Builds:
- versionName: '0.2'
versionCode: 3
commit: v0.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.2'
CurrentVersionCode: 3
| Categories:
- Security
License: GPL-3.0-only
SourceCode: https://github.com/beemdevelopment/Aegis
IssueTracker: https://github.com/beemdevelopment/Aegis/issues
AutoName: Aegis
RepoType: git
Repo: https://github.com/beemdevelopment/Aegis
Builds:
- versionName: '0.2'
versionCode: 3
commit: v0.2
subdir: app
gradle:
- yes
- versionName: 0.2.2
versionCode: 5
commit: v0.2.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.2.2
CurrentVersionCode: 5
| Update Aegis to 0.2.2 (5) | Update Aegis to 0.2.2 (5)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
91f01f9fc052259356e8e46b05ccdb20e59e6635 | config/settings.yml | config/settings.yml | title: <%= ENV["APP_TITLE"] || 'Spread Beaver' %>
latest_entries_per_feed: <%= ENV["LATEST_ENTRIES_PER_FEED"] || 1 %>
duration_for_common_stream: <%= ENV["DURATION_FOR_COMMON_STREAM"] || 4 %>
duration_for_ranking: <%= ENV["DURATION_FOR_RANKING"] || 2 %>
feedly_target: <%= ENV["FEEDLY_TARGET"] || 'sandbox' %>
twitter_consumer_key: <%= ENV["TWITTER_CONSUMER_KEY"] %>
twitter_consumer_secret: <%= ENV["TWITTER_CONSUMER_SECRET"] %>
twitter_access_token: <%= ENV["TWITTER_ACCESS_TOKEN"] %>
twitter_access_secret: <%= ENV["TWITTER_ACCESS_SECRET"] %>
youtube_data_api_key: <%= ENV["YOUTUBE_DATA_API_KEY"] %>
soundcloud_client_id: <%= ENV["SOUNDCLOUD_CLIENT_ID"] %>
| title: <%= ENV["APP_TITLE"] || 'Spread Beaver' %>
latest_entries_per_feed: <%= ENV["LATEST_ENTRIES_PER_FEED"] || 3 %>
duration_for_common_stream: <%= ENV["DURATION_FOR_COMMON_STREAM"] || 4 %>
duration_for_ranking: <%= ENV["DURATION_FOR_RANKING"] || 2 %>
feedly_target: <%= ENV["FEEDLY_TARGET"] || 'sandbox' %>
twitter_consumer_key: <%= ENV["TWITTER_CONSUMER_KEY"] %>
twitter_consumer_secret: <%= ENV["TWITTER_CONSUMER_SECRET"] %>
twitter_access_token: <%= ENV["TWITTER_ACCESS_TOKEN"] %>
twitter_access_secret: <%= ENV["TWITTER_ACCESS_SECRET"] %>
youtube_data_api_key: <%= ENV["YOUTUBE_DATA_API_KEY"] %>
soundcloud_client_id: <%= ENV["SOUNDCLOUD_CLIENT_ID"] %>
| Change default LATEST_ENTRIES_PER_FEED to 3 | Change default LATEST_ENTRIES_PER_FEED to 3
| YAML | mit | kumabook/spread_beaver,kumabook/spread_beaver,kumabook/spread_beaver |
1c01990d47ced492cb1d5ed4dfcdc4667ea59873 | packages/un/unpacked-maybe-numeric.yaml | packages/un/unpacked-maybe-numeric.yaml | homepage: https://github.com/andrewthad/unpacked-maybe-numeric#readme
changelog-type: ''
hash: 92ae159b2e5f9079cec4004b01e0ae070022b5072dca70b14a9619b3f2f15951
test-bench-deps:
base: -any
quickcheck-classes: -any
unpacked-maybe-numeric: -any
QuickCheck: -any
maintainer: andrew.thaddeus@gmail.com, chessai1996@gmail.com
synopsis: maybes of numeric values with fewer indirections
changelog: ''
basic-deps:
base: ! '>=4.10.1.0 && <5'
wide-word: ! '>=0.1.0.8 && <0.2'
primitive: ! '>=0.6.4'
all-versions:
- 0.1.0.0
- 0.1.1.0
author: Andrew Martin, chessai
latest: 0.1.1.0
description-type: markdown
description: |
# unpacked-maybe-numeric
license-name: BSD-3-Clause
| homepage: https://github.com/andrewthad/unpacked-maybe-numeric#readme
changelog-type: ''
hash: 932e8b5cc2b0579adef427ca2c67888bbf19698c990e8d6b8f69df02871b8925
test-bench-deps:
base: -any
quickcheck-classes: -any
unpacked-maybe-numeric: -any
QuickCheck: -any
maintainer: andrew.thaddeus@gmail.com, chessai1996@gmail.com
synopsis: maybes of numeric values with fewer indirections
changelog: ''
basic-deps:
base: '>=4.10.1.0 && <5'
wide-word: '>=0.1.0.8 && <0.2'
primitive: '>=0.6.4'
all-versions:
- 0.1.0.0
- 0.1.1.0
- 0.1.2.0
author: Andrew Martin, chessai
latest: 0.1.2.0
description-type: markdown
description: |
# unpacked-maybe-numeric
license-name: BSD-3-Clause
| Update from Hackage at 2022-05-23T12:09:52Z | Update from Hackage at 2022-05-23T12:09:52Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0cf8a0e0bf2c1e05a531543d86c5d95ae1ce9f2c | build.yaml | build.yaml | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.8.1
# Mocking library used in tests
mockito: org.mockito:mockito-all:jar:1.9.5
| repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_annotation: com.google.code.findbugs:jsr305:jar:3.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.8.1
# Mocking library used in tests
mockito: org.mockito:mockito-all:jar:1.9.5
| Move to latest findbugs dep | Move to latest findbugs dep
| YAML | apache-2.0 | realityforge/gwt-eventsource,realityforge/gwt-eventsource |
75d5db1399cd16da2203298d2579ace196e0da5c | build.yaml | build.yaml | ---
rundeck:
plugins: # Extra plugins to bundle
- "com.github.Batix:rundeck-ansible-plugin:3.1.0"
- "com.github.rundeck-plugins:aws-s3-model-source:v1.0.5"
- "com.github.rundeck-plugins:py-winrm-plugin:2.0.10"
- "com.github.rundeck-plugins:openssh-node-execution:2.0.1"
- "com.github.rundeck-plugins:multiline-regex-datacapture-filter:1.0.0"
- "com.github.rundeck-plugins:attribute-match-node-enhancer:v0.1.5"
- "com.github.rundeck-plugins:sshj-plugin:v0.1.1"
| ---
rundeck:
plugins: # Extra plugins to bundle
- "com.github.Batix:rundeck-ansible-plugin:3.1.0"
- "com.github.rundeck-plugins:aws-s3-model-source:v1.0.5"
- "com.github.rundeck-plugins:py-winrm-plugin:2.0.11"
- "com.github.rundeck-plugins:openssh-node-execution:2.0.1"
- "com.github.rundeck-plugins:multiline-regex-datacapture-filter:1.0.0"
- "com.github.rundeck-plugins:attribute-match-node-enhancer:v0.1.5"
- "com.github.rundeck-plugins:sshj-plugin:v0.1.1"
| Update pywinrm plugin. Added a function to remove/replace simple quotes when execute CMD command | Update pywinrm plugin. Added a function to remove/replace simple quotes when execute CMD command
| YAML | apache-2.0 | rundeck/rundeck,variacode/rundeck,variacode/rundeck,rundeck/rundeck,rundeck/rundeck,variacode/rundeck,variacode/rundeck,variacode/rundeck,rundeck/rundeck,rundeck/rundeck |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.