commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
198c72c479b16c6876ce713ac1bcbc61bff43029 | appveyor.yml | appveyor.yml | clone_folder: c:\projects\go\src\github.com\tus\tusd
environment:
GOPATH: c:\projects\go
GO15VENDOREXPERIMENT: 1
install:
- git submodule update --init --recursive
build_script:
- go env
- go version
- go get ./s3store
- go get ./consullocker
test_script:
- go test .
- go test ./filestore
- go t... | clone_folder: c:\projects\go\src\github.com\tus\tusd
environment:
GOPATH: c:\projects\go
GO15VENDOREXPERIMENT: 1
install:
- git submodule update --init --recursive
build_script:
- go env
- go version
- go get ./s3store
- go get ./consullocker
- go get github.com/hashicorp/consul
test_script:
- go ... | Install consul(1) before running tests on AppVeyor | Install consul(1) before running tests on AppVeyor | YAML | mit | tus/tusd,tus/tusd |
6b755c70c0faf347fed0b91ecccbc55fa458f49b | appveyor.yml | appveyor.yml | # Notes:
# - Indent each level of configuration with 2 spaces. Do not use tabs!
# - All section names are case-sensitive.
# - Section names should be unique on each level.
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: 1.0.{b... | # Notes:
# - Indent each level of configuration with 2 spaces. Do not use tabs!
# - All section names are case-sensitive.
# - Section names should be unique on each level.
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: 1.0.{b... | Use PowerShell to run tests. | Use PowerShell to run tests.
| YAML | apache-2.0 | mthamil/SharpEssentials |
77ebf431293d91e04c5eb4abf0c46869ce5670bd | appveyor.yml | appveyor.yml | version: 1.0.{build}
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- cmd: nuget restore C:\projects\kairos-net\Kairos.Net.sln
build:
verb... | version: 1.0.{build}
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- cmd: nuget restore C:\projects\kairos-net\Kairos.Net.sln
build:
verb... | Package all built files as zip file. | Package all built files as zip file.
| YAML | mit | peterhorsley/Kairos.Net |
f2b1594554919afbacbe09956712f986a57d22af | appveyor.yml | appveyor.yml | version: '0.1.0.{build}'
clone_folder: c:\GoDev\src\github.com\appplant\alpinepass
environment:
GOPATH: c:\GoDev
install:
- cd src
- go get -v
build_script:
- go version
- go env
- go build -o alpinepass
test_script:
- go test ./...
| version: '0.1.0.{build}'
clone_folder: c:\GoDev\src\github.com\appplant\alpinepass
environment:
GOPATH: c:\GoDev
install:
- cd src
- go get -v -t
build_script:
- go version
- go env
- go build -o alpinepass
test_script:
- go test ./...
| Add the -t flag to get test dependencies | Add the -t flag to get test dependencies
| YAML | apache-2.0 | appPlant/alpinepass,appPlant/alpinepass |
751c21bff1341482ae6fdb59f484072bc1bf08cc | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- nodejs_version: 5
version: "{build}"
build: off
deploy: off
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- node --version
- npm --version
- cmd: "npm test"
| # http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- nodejs_version: 5
- nodejs_version: 4
- nodejs_version: 0.12
version: "{build}"
build: off
deploy: off
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- node --version
- npm --version
- cmd:... | Add more node versions to AppVeyor config | Add more node versions to AppVeyor config
| YAML | mit | suitcss/preprocessor,travco/preprocessor |
e442411b409d5c6c3fe284b06f465cd5f0910666 | appveyor.yml | appveyor.yml | environment:
CXX: cl
CPPPATH: lz4/include;googletest-release-1.8.0/googletest/include
matrix:
- PYTHON: "C:\\Python27"
install:
# Install SCons
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- easy_install scons
# Install LZ4 library
- curl -L -o lz4.zip https://github.com/lz4/lz4/releases/downloa... | environment:
CXX: cl
CPPPATH: lz4/include;googletest/googletest/include
matrix:
- PYTHON: "C:\\Python27"
install:
# Install SCons
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- easy_install scons
# Install LZ4 library
- curl -L -o lz4.zip https://github.com/lz4/lz4/releases/download/v1.7.4.2/lz4... | Revert "Give full path to Google test include dir" | Revert "Give full path to Google test include dir"
This reverts commit 99a61740a7237a525f7cabd9ca218e7f5c1e5186.
Didn't work as expected, but doesn't really matter...
| YAML | bsd-3-clause | laudrup/lz4_stream |
e0fd590fd29859a229c9e2dfc6a5294d59922f50 | appveyor.yml | appveyor.yml | build: false
environment:
PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"
configuration: Release
platform:
- x86
- x64
#We install nasm in case libjpeg-turbo has to be built from source
install:
- curl -L -o nasminst.exe http://libgd.blob.core.windows.net/nasm/nasm-2.07-installer.exe
... | build: false
environment:
PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"
configuration: Release
platform:
- x86
- x64
#We install nasm in case libjpeg-turbo has to be built from source
install:
- curl -L -o nasminst.exe http://libgd.blob.core.windows.net/nasm/nasm-2.07-installer.exe
... | Update AppVeyor to match travis conan invokation | Update AppVeyor to match travis conan invokation
| YAML | agpl-3.0 | imazen/imageflow,imazen/imageflow,imazen/imageflow,imazen/imageflow,imazen/imageflow,imazen/imageflow,imazen/imageflow |
42229ad24e0fa8abc40266f8bde591e542d23dda | 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"... | ---
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler -v '< 2.0'
- bundle install
before_test:
- ruby -v
- gem -v
- bundle -v
build: off
test_script:
- bundle exec rake ci
environment:
matrix:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
-... | Change to limit bundler and add latest ruby | Change to limit bundler and add latest ruby
| YAML | mit | piotrmurach/tty-tree,piotrmurach/tty-tree |
c8af214d55b81ec72d4b9148687d03c09379137a | appveyor.yml | appveyor.yml | # https://github.com/sindresorhus/appveyor-node/blob/master/appveyor.yml
environment:
matrix:
- platform: x64
GH_TOKEN:
secure: tEHrAaRFMrUzagNJsnU+6Esvaw/FdUXZKWz7a690VAy6zzEThB0lThHLFVKZrQrP
image: Visual Studio 2015
init:
- npm config set msvs_version 2015 # we need this to build `pty.js`
cache:
... | # https://github.com/sindresorhus/appveyor-node/blob/master/appveyor.yml
environment:
matrix:
- platform: x64
GH_TOKEN:
secure: tEHrAaRFMrUzagNJsnU+6Esvaw/FdUXZKWz7a690VAy6zzEThB0lThHLFVKZrQrP
image: Visual Studio 2015
init:
- npm config set msvs_version 2015 # we need this to build `pty.js`
cache:
... | Make AppVeyor run the `dist` script again | Make AppVeyor run the `dist` script again
| YAML | mit | chabou/hyper,chabou/hyper,whitelynx/hyperterm,stefanivic/hyper,martinvd/hyper,ppot/hyper,chabou/hyper,reslaurentii/hyper,rickycodes/hyper,zeit/hyperterm,AlmirKadric/hyperterm,stefanivic/hyper,wilsontayar/hyper,zeit/hyper,martinvd/hyper,wilsontayar/hyper,whitelynx/hyperterm,MartyGentillon/hyper,reslaurentii/hyper,zeit/h... |
56f7cd085fbd043aa64d1626d4ba3e1377b59cbe | appveyor.yml | appveyor.yml | version: '1.0.0-SNAPSHOT-{build}'
os: Windows Server 2012
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
install:
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\maven" )) {
(new-object System.Net.WebClient).DownloadFile(
'http://www.us... | version: '1.0.0-SNAPSHOT-{build}'
os: Windows Server 2012
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
install:
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\maven" )) {
(new-object System.Net.WebClient).DownloadFile(
'http://www.us... | Fix for invalid M2_HOME directory | [NIFI-2813] Fix for invalid M2_HOME directory
This closes #1049
Signed-off-by: Andre F de Miranda <cf4a6674b73e136c04443f34b504d3d606a1c0cb@users.noreply.github.com>
| YAML | apache-2.0 | patricker/nifi,WilliamNouet/nifi,Wesley-Lawrence/nifi,michalklempa/nifi,tequalsme/nifi,joewitt/incubator-nifi,ijokarumawak/nifi,dlukyanov/nifi,Xsixteen/nifi,thesolson/nifi,zhengsg/nifi,mattyb149/nifi,ijokarumawak/nifi,Wesley-Lawrence/nifi,ShellyLC/nifi,qfdk/nifi,jtstorck/nifi,trixpan/nifi,WilliamNouet/nifi,josephxsxn/n... |
aaba1e761513d466742fe468a937a8c4bc23d13e | appveyor.yml | appveyor.yml | # Build configuration for the FakerOfData project
# https://github.com/derantell/FakerOfData
# Reference appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml
# Appveyor build configuration
# http://www.appveyor.com/docs/build-configuration
# =============================
# Setup
# =============================
... | # Build configuration for the FakerOfData project
# https://github.com/derantell/FakerOfData
# Reference appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml
# Appveyor build configuration
# http://www.appveyor.com/docs/build-configuration
# =============================
# Setup
# =============================
... | Fix path of install script | Fix path of install script
| YAML | mit | derantell/FakerOfData |
44263d78030148ee87873ad858f08def7ebe77a9 | appveyor.yml | appveyor.yml | os: Visual Studio 2015
platform: x64
install:
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
- choco install strawberryperl
- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
- git clone https://github.com/tadzik/rakudobrew %USERPROFILE%\rakudobrew... | os: Visual Studio 2015
platform: x64
install:
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
- choco install strawberryperl
- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
- git clone https://github.com/tadzik/rakudobrew %USERPROFILE%\rakudobrew... | Switch to zef (panda is broken atm on win32) in AppVeyor CI | Switch to zef (panda is broken atm on win32) in AppVeyor CI
| YAML | mit | azawawi/perl6-memoize |
9152f996fb423a38dd04afb2e5779577437ab115 | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
# Install scripts. (runs after repo cloning)
install:
# Get the lates... | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
# Install scripts. (runs after repo cloning)
install:
# Get the lates... | Define dist as zip artifact | Define dist as zip artifact
| YAML | apache-2.0 | davidvmckay/Klondike,jochenvangasse/Klondike,Stift/Klondike,davidvmckay/Klondike,fhchina/Klondike,themotleyfool/Klondike,themotleyfool/Klondike,Stift/Klondike,fhchina/Klondike,fhchina/Klondike,Stift/Klondike,jochenvangasse/Klondike,davidvmckay/Klondike,jochenvangasse/Klondike,themotleyfool/Klondike |
b354a3fba85943cb0448bb524de62ff1d75d03e4 | appveyor.yml | appveyor.yml | version: 0.1.{build}
os: Windows Server 2012 R2
platform: x64
branches:
only:
- master
skip_tags: true
install:
- C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-cmake"
- C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-zlib"
- C:\msys64\usr\bin\bash -... | version: 0.1.{build}
os: Windows Server 2012 R2
platform: x64
branches:
only:
- master
skip_tags: true
install:
- C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-cmake"
- C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-zlib"
- C:\msys64\usr\bin\bash -... | Move tests to separate section | Appveyor: Move tests to separate section
| YAML | mit | ivarref/ReadStat,ivarref/ReadStat,WizardMac/ReadStat,WizardMac/ReadStat |
1afbd9e353c2839c0ef448e56a4ca69d2f6c30ff | appveyor.yml | appveyor.yml | version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
max_jobs: 2
configuration: Debug
platform: x86
clone_depth: 1
before_build:
- ps: cmake.exe -G "Visual Studio 14 2015" -B"./Build" -H"./" -DCMAKE_INSTALL_PREFIX=%APPVEYOR_BUILD_FOLDER%/Install
build:
project: Build/INSTALL.vcxproj
parallel: t... | version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
max_jobs: 2
configuration: Debug
platform: x86
clone_depth: 1
before_build:
- ps: cmake.exe -G "Visual Studio 14 2015" -B"./Build" -H"./" -DCMAKE_INSTALL_PREFIX=%APPVEYOR_BUILD_FOLDER%/Install
build:
project: Build/INSTALL.vcxproj
parallel: t... | Fix env name for powershell cmd. | Fix env name for powershell cmd. | YAML | mit | cristian-szabo/cmake-seed |
9df02e2b9780b08c8c55cda8122e90ef4886fffb | appveyor.yml | appveyor.yml | before_build: cmake .
build_script: where msbuild
| install:
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
before_build: cmake .
| Set path to find the correct version of msbuild. | Set path to find the correct version of msbuild. | YAML | bsd-2-clause | alabuzhev/fmt,seungrye/cppformat,cppformat/cppformat,lightslife/cppformat,mojoBrendan/fmt,blaquee/cppformat,dean0x7d/cppformat,alabuzhev/fmt,dean0x7d/cppformat,lightslife/cppformat,dean0x7d/cppformat,blaquee/cppformat,lightslife/cppformat,mojoBrendan/fmt,nelson4722/cppformat,nelson4722/cppformat,blaquee/cppformat,cppfo... |
54d79849775c44498dc88059ef7b506fced87d1f | appveyor.yml | appveyor.yml | -
version: 2.2.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- dev
configuration: Debug
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version... | -
version: 2.2.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- dev
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{versi... | Change from Debug to Release | Change from Debug to Release
| YAML | mit | ON-IT/Visma.Net |
98df1e230b0167fe67eddb83b37b643b19c30969 | appveyor.yml | appveyor.yml | build_script:
- build.cmd verify
clone_depth: 1
test: off
deploy: off | init:
- git config --global core.autocrlf true
build_script:
- build.cmd verify
clone_depth: 1
test: off
deploy: off | Fix AppVeyor git line ending config | Fix AppVeyor git line ending config
| YAML | apache-2.0 | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore |
c2544c5b3720f62ad9831ff22f67351288a8fd32 | appveyor.yml | appveyor.yml | version: "{build}"
platform: x64
branches:
only:
- master
clone_depth: 10
skip_tags: true
environment:
APM_TEST_PACKAGES:
matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta
install:
- ps: Install-Product node 5
build_script:
- ps: iex ((new-object net.webclient).DownloadString('https://ra... | version: "{build}"
platform: x64
branches:
only:
- master
clone_depth: 10
skip_tags: true
environment:
APM_TEST_PACKAGES:
matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta
install:
# Install Node.js to run any configured linters
- ps: Install-Product node 5
build_script:
- ps: iex ((ne... | Add comment explaining Node.js install | Add comment explaining Node.js install
Since the script hasn't been updated to verify Node.js is installed yet, add a comment explaining it here for now.
| YAML | mit | Arcanemagus/ci |
ee2cf71830c745d2e3e32919872608030fb7fcf4 | appveyor.yml | appveyor.yml | build_script:
- ps: .\build.ps1
test: off
| build_script:
- ps: .\build.ps1
test: off
deploy:
- provider: Environment
name: ValidationPipeline-EUNorth-Sandbox
on:
branch: develop
- provider: Environment
name: ValidationPipeline-EUWest-Sandbox
on:
branch: develop | Add deployment environments in AppVeyor | Add deployment environments in AppVeyor
| YAML | mit | syedhassaanahmed/log-storage-service,syedhassaanahmed/log-storage-service,syedhassaanahmed/log-storage-service |
d94aead86b341dae238f1b2c87201b763003bde6 | appveyor.yml | appveyor.yml | version: 1.0.{build}
skip_tags: true
init:
- git config --global core.autocrlf true
install:
- nuget restore
configuration: Release
platform: Any CPU
build:
project: XmlSchemaClassGenerator.sln
verbosity: minimal
publish_nuget: true
publish_nuget_symbols: true
assembly_info:
patch: true
file: '**\Assemb... | version: 1.0.{build}
skip_tags: true
image: Visual Studio 2017
init:
- git config --global core.autocrlf true
install:
- nuget restore
configuration: Release
platform: Any CPU
build:
project: XmlSchemaClassGenerator.sln
verbosity: minimal
publish_nuget: true
publish_nuget_symbols: true
assembly_info:
patc... | Set AppVeyor image to VS 2017 | Set AppVeyor image to VS 2017
| YAML | apache-2.0 | mganss/XmlSchemaClassGenerator,mganss/XmlSchemaClassGenerator |
d90ec24a8df313fb7620d633dac6f81bfb4e6f66 | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.11"
# Allow failing jobs for bleeding-edge Node.js versions.
matrix:
allo... | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
# Install scripts. (runs after repo cloning)
install:
# Get the lates... | Use Node 0.10 and don't ignore failures. | Use Node 0.10 and don't ignore failures.
| YAML | apache-2.0 | jochenvangasse/Klondike,Stift/Klondike,jochenvangasse/Klondike,fhchina/Klondike,fhchina/Klondike,themotleyfool/Klondike,themotleyfool/Klondike,davidvmckay/Klondike,themotleyfool/Klondike,davidvmckay/Klondike,davidvmckay/Klondike,Stift/Klondike,jochenvangasse/Klondike,fhchina/Klondike,Stift/Klondike |
384b511395a7c5481b62fa533c9e56f6e27ec37f | .github/release-drafter.yml | .github/release-drafter.yml | # https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
_extends: .github
tag-template: PrioritySorter-$NEXT_MINOR_VERSION
| # https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
_extends: .github
tag-template: PrioritySorter-$NEXT_PATCH_VERSION
| Use patch format x.yy.zz for release drafter | Use patch format x.yy.zz for release drafter
Plugin is using 3 component versioning
| YAML | mit | jenkinsci/priority-sorter-plugin,jenkinsci/priority-sorter-plugin,jenkinsci/priority-sorter-plugin |
4b5fdd1d4c98f76044e152f1fe5240f2fe7e8156 | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- ruby: "3.0"
gemfile: Gemfile
- ruby: "3.0"
gemfile: gemfiles/actionmailer61.gemfile
- ruby: 2.7
gemfile: gemfiles/act... | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- ruby: 3.1
gemfile: Gemfile
- ruby: "3.0"
gemfile: gemfiles/actionmailer61.gemfile
- ruby: 2.7
gemfile: gemfiles/actio... | Test with Ruby 3.1 on CI | Test with Ruby 3.1 on CI
| YAML | mit | ankane/ahoy_email |
69291ba610b0eeb6a947ebef6502e37dde946e7f | .github/workflows/build.yml | .github/workflows/build.yml | # This workflow will install Python dependencies and run tests with several versions of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
b... | # This workflow will install Python dependencies and run tests with several versions of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
b... | Disable Github Actions fail-fast mode | Disable Github Actions fail-fast mode
| YAML | mit | venth/aws-adfs,venth/aws-adfs |
49a4c5ea47ecdf8d2720c08cd9f75a8703fade41 | .github/workflows/build.yml | .github/workflows/build.yml | on:
push:
branches:
- osagnostic
- gh-actions
tags:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, macos-10.15]
include:
- os: macos-latest
- os: macos-10.15
steps:
- uses: actions/checkout@v2
... | on:
push:
branches:
- osagnostic
- gh-actions
tags:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, macos-10.15]
include:
- os: macos-latest
- os: macos-10.15
steps:
- uses: actions/checkout@v2
... | Fix repo and branch basis | Fix repo and branch basis
| YAML | mit | machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail |
f558d87ce8b7fbdc74bdd4f512188e97a70ac3e8 | .github/workflows/maven.yml | .github/workflows/maven.yml | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | Use shared workflow for the Maven build | Use shared workflow for the Maven build
Having shared workflow will ease the maintenance
as changes to the build, especially the Java version,
need to be done in single place.
| YAML | apache-2.0 | codehaus-plexus/plexus-archiver,codehaus-plexus/plexus-archiver,codehaus-plexus/plexus-archiver |
a3b3623bbd377e2bb7116f451934b97f714921ec | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-16.04
services:
mariadb:
image: mariadb:10.0
env:
MYSQL_DATABASE=opendominion
MYSQL_USERNAME=opendominion
MYSQL_PASSWORD=secret
ports:
- 3306
options: --health-cmd... | name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-16.04
services:
mariadb:
image: mariadb:10.0
env:
MYSQL_DATABASE: opendominion
MYSQL_USERNAME: opendominion
MYSQL_PASSWORD: secret
ports:
- 3306
options: --health-... | Fix mariadb service env syntax | Fix mariadb service env syntax
| YAML | agpl-3.0 | WaveHack/OpenDominion,WaveHack/OpenDominion,WaveHack/OpenDominion |
c4a7f778d65f55843f57d69d4ea99ebf3dea65bd | ci/meta.yaml | ci/meta.yaml | package:
name: brightway_projects-dev
version: {{ environ['VERSION'] }}
source:
path: ..
build:
noarch_python: True
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
script_env:
- VERSION
- CONDA_BLD_PATH
requirements:
build:
- python
- se... | package:
name: brightway_projects-dev
version: {{ environ['VERSION'] }}
source:
path: ..
build:
noarch: python
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
script_env:
- VERSION
- CONDA_BLD_PATH
requirements:
build:
- python
- setupto... | Update recipe to get OS-independent builds | Update recipe to get OS-independent builds
| YAML | bsd-3-clause | brightway-lca/brightway |
a0ca8b6e6cc791accd307bd56a8d04c7e7da6313 | azure-steps/test.yml | azure-steps/test.yml | steps:
- task: UsePythonVersion@0
displayName: ${{format('Setup Python {0}', parameters.python_version)}}
inputs:
versionSpec: '${{parameters.python_version}}'
- template: install_deps.yml
- script: 'pipenv run make coverage'
displayName: Run Tests with Coverage
- task: PublishTestResults@2... | steps:
- task: UsePythonVersion@0
displayName: ${{format('Setup Python {0}', parameters.python_version)}}
inputs:
versionSpec: '${{parameters.python_version}}'
- template: install_deps.yml
- script: 'pipenv run make coverage'
displayName: Run Tests with Coverage
- task: PublishTestResults@2... | Fix coverage upload on Windows build | Fix coverage upload on Windows build
| YAML | mit | gatkin/declxml |
6598917674f0ade0c4e92e8887332adbc0b73f46 | .travis.yml | .travis.yml | language: node_js
cache: yarn
node_js:
- node
- "12"
- "10"
matrix:
include:
os: windows
cache: false
node_js: node
env:
- YARN_GPG=no
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: api
on:
branch: master
node_js: node
os: linux
| language: node_js
cache: yarn
node_js:
- node
- "12"
- "10"
matrix:
include:
os: windows
cache: false
node_js: node
env: "YARN_GPG=no"
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: api
on:
branch: master
node_js: node
os: linux
| Clean up Travis CI config | Clean up Travis CI config
| YAML | mit | jonathantneal/postcss,postcss/postcss,postcss/postcss,Semigradsky/postcss |
e562f05848f97290ab276ea127d81ed8e1f3d5d1 | .travis.yml | .travis.yml | sudo: required
language: go
go:
- 1.7.x
install:
- echo "Please don't go get"
services:
- docker
before_script:
- curl -sSL test.docker.com | sudo -E sh
script:
- go get -d -v
- ./build.sh
- ./build_samples.sh
- ./test/version.sh ./faas-cli
# - ./deploy_samples.sh # requires a deployed FaaS
| sudo: required
language: go
go:
- 1.7.x
install:
- echo "Please don't go get"
services:
- docker
before_script:
- curl -sSL test.docker.com | sudo -E sh
script:
- go get -d -v
- ./build.sh
- ./build_samples.sh
- ./test/version.sh ./faas-cli
# - ./deploy_samples.sh # requires a deployed FaaS
befor... | Build and deploy all platforms to Github on tag | Build and deploy all platforms to Github on tag
This commit updates Travis to build `faas-cli` for all target platforms
and deploy the resulting binaries to Github whenever a release is
tagged.
**NOTE** the `api_key` will need to be populated with a travis secure
encrypted copy of a Github token with repo access.
- ... | YAML | mit | itscaro/faas-cli,itscaro/faas-cli,itscaro/faas-cli |
07c6bd56803a21103a05fa324ba9bfc865369fa2 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: "npm test && sudo $(which npm) run test-root && npm run test:install"
before_script:
- "./test/hosts.sh"
before_install:
- sudo apt-g... | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: "npm test && sudo sh -c 'export PATH=\"'\"$(dirname $(which node)):$PATH\"'\" && npm run test-root' && npm run test:install"
before_scri... | Make the way we run as-root tests on Travis more robust | Make the way we run as-root tests on Travis more robust
Apparently the old way caused "/usr/bin/env: node: No such file or
directory" on Node 6 builds.
| YAML | apache-2.0 | e14n/pump.io,pump-io/pump.io,e14n/pump.io,pump-io/pump.io,pump-io/pump.io,e14n/pump.io |
0f8a65c070688fc96f2d145022b11bb702c6e2ee | config/application.sample.yml | config/application.sample.yml | DATA_DIR: <%= File.expand_path("../public", __FILE__) %>
RAVEN_DSN: ""
SIDEKIQ_PASSWORD: ""
NEWRELIC_LICENSE_KEY: ""
BOWER_TMP: ~
BOWER_CACHE: ~
| DATA_DIR: <%= File.expand_path("../public", __FILE__) %>
RAVEN_DSN: ""
SIDEKIQ_PASSWORD: ""
NEWRELIC_LICENSE_KEY: ""
BOWER_TMP: <%= Dir.tmpdir %>
BOWER_CACHE: ~
| Set BOWER_TMP to system tmp by default | Set BOWER_TMP to system tmp by default
| YAML | mit | tenex/rails-assets,tenex/rails-assets,tenex/rails-assets |
233e48ab87de65afd4ae43611ce50f4c77f201e0 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
env:
# GitHub OAuth Token:
- secure: "9c4MO9OUFz3rZ6R06d4fXWNtZGEr5Kio6dgP5yOxgBfOGJ8EhxCYduDuEPcU2XRCUgqRQwCMGEF3C+RWMEwDUOzm+1JZjh56oYqLGe6TMpZY0qJfbeWXpY2sKdN/JTOockEXnuKsDnHgAscFko4bztD7LRk9lE3RBAuazCib8EvRxQOA3... | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
install:
- pip install unittest2
- pip install coveralls
- pip install codecov
script:
- coverage run --source ghstats/ghstats.py tests/test_ghstats.py
after_success:
- coveralls
- codecov
| Remove OAuth secret from Travis config | Remove OAuth secret from Travis config
| YAML | mit | kefir500/ghstats |
8b544e201a1b04d326f7785745cd045e02c2b6a0 | .travis.yml | .travis.yml | language: erlang
otp_release:
- 18.1
- 17.4
- R16B03
- R16B02
- R16B01
script:
- make dialyzer
- make xref
- make
- make test
- make riak-test
notifications:
email: christopher.meiklejohn@gmail.com
sudo: false
| language: erlang
otp_release:
- 18.1
- 17.4
- R16B03
script:
- make dialyzer
- make xref
- make
- make test
- make riak-test
notifications:
email: christopher.meiklejohn@gmail.com
sudo: false
| Remove older versions of Erlang. | Remove older versions of Erlang.
| YAML | apache-2.0 | lasp-lang/lasp,ergl/lasp,ergl/lasp,lasp-lang/lasp,lasp-lang/lasp,ergl/lasp,lasp-lang/lasp,ergl/lasp |
041b4586866d5dcbe4d970caf8f29101e0dcf153 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
notifications:
email:
- henry.s.huang@gmail.com
install:
# Use latest Augeas
- sudo add-apt-repository -y ppa:raphink/augeas
- sudo apt-get update
- sudo apt-get install make libaugeas-dev libxml2-dev
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install... | language: python
python:
- "2.6"
- "2.7"
notifications:
email:
- henry.s.huang@gmail.com
install:
# Use latest Augeas
- sudo add-apt-repository -y ppa:raphink/augeas
- sudo apt-get update
- sudo apt-get install make libaugeas-dev libxml2-dev
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install... | Fix the issue in the command of "script" section | Fix the issue in the command of "script" section | YAML | apache-2.0 | henrysher/opslib,henrysher/opslib |
e61e4f3c4005446374c6f7701221d5f744bd9d7c | .travis.yml | .travis.yml | language: ruby
dist: xenial
cache: bundler
services:
- postgresql
- mysql
bundler_args: --without yard guard benchmarks tools
before_script:
- psql -c 'create database rom_sql;' -U postgres
- mysql -u root -e 'create database rom_sql;'
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-la... | language: ruby
dist: xenial
cache: bundler
services:
- postgresql
- mysql
bundler_args: --without yard guard benchmarks tools
before_script:
- psql -c 'create database rom_sql;' -U postgres
- mysql -u root -e 'create database rom_sql;'
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-la... | Allow failures on jruby for now | Allow failures on jruby for now
Specs are failing on Travis under jruby for some reason. I checked
locally and they do pass, so this is probably some temporary issue with
Travis setup.
| YAML | mit | rom-rb/rom-sql,rom-rb/rom-sql |
baf605833b99c0d6bd2f76067ca9d0f91091607d | .travis.yml | .travis.yml | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
podfile: Example/Podfile
before_install:
- pod install --project-directory=Example
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcod... | # references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
podfile: Example/Podfile
before_install:
- pod install --project-directory=Example
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcod... | Revert "fixed the scheme name" | Revert "fixed the scheme name"
This reverts commit 287752621603cdfd16d53aba7eba09ded5103498.
| YAML | mit | Wondermall/Swizzler,Wondermall/Swizzler,Wondermall/Swizzler,Wondermall/Swizzler |
b60918cd30dd88d960b754bb992db44139498831 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=django==1.5.1
- DJANGO=django==1.4.5
install:
- pip install -q $DJANGO --use-mirrors
- pip install -q -e . --use-mirrors
script:
- python setup.py test
| language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=django==1.5.1
- DJANGO=django==1.4.5
install:
- pip install -q $DJANGO coverage==3.6 --use-mirrors
- pip install -q -e . --use-mirrors
script:
- coverage run --source=django_iban ./manage.py test
- coverage report -m
after_success:
- pip inst... | Add support for coveralls to Travis tests. | Add support for coveralls to Travis tests.
| YAML | bsd-3-clause | benkonrath/django-iban |
60c4681b8b48ff2b34188d324d0d198b2fa91cf0 | .travis.yml | .travis.yml | sudo: false
language: python
services:
- memcached
- riak
- mysql
- postgresql
- redis-server
- cassandra
python:
- "2.7"
cache:
directories:
- node_modules
- $HOME/.cache/pip
- "$HOME/virtualenv/python2.7.9"
env:
matrix:
- TEST_SUITE=sqlite DB=sqlite
- TEST_SUITE=postgres DB=postg... | sudo: false
language: python
services:
- memcached
- riak
- postgresql
- redis-server
- cassandra
python:
- "2.7"
cache:
directories:
- node_modules
- $HOME/.cache/pip
- "$HOME/virtualenv/python2.7.9"
env:
matrix:
- TEST_SUITE=sqlite DB=sqlite
- TEST_SUITE=postgres DB=postgres
- ... | Remove mysql from required services | Remove mysql from required services
| YAML | bsd-3-clause | zenefits/sentry,BayanGroup/sentry,ifduyue/sentry,looker/sentry,BuildingLink/sentry,nicholasserra/sentry,ifduyue/sentry,jean/sentry,looker/sentry,JamesMura/sentry,JackDanger/sentry,fotinakis/sentry,BuildingLink/sentry,BayanGroup/sentry,zenefits/sentry,JackDanger/sentry,looker/sentry,mvaled/sentry,ifduyue/sentry,mvaled/s... |
6e61a099dffca2c9f6a4c3dd4bbdf710f96aca15 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- hhvm
- nightly
dist: trusty
cache:
directories:
- $HOME/.composer/cache
allow_failures:
- php: nightly
install:
- travis_retry composer install --prefer-dist --no-interaction --no-suggest
script: vendor/bin/phpunit
| language: php
php:
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- nightly
dist: trusty
cache:
directories:
- $HOME/.composer/cache
allow_failures:
- php: nightly
install:
- travis_retry composer install --prefer-dist --no-interaction --no-suggest
script: vendor/bin/phpunit
| Test on new versions of PHP, drop hhvm | Test on new versions of PHP, drop hhvm
| YAML | mit | SecureHeaders/PsrAdapter |
436661c20deda1a784edd165bd7dfc6c4c2c091a | .travis.yml | .travis.yml | sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
matrix:
fast_finish: true
allow_failures:
- php: hhvm
include:
- php: hhvm
dist: trusty
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --dev
scri... | sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: nightly
include:
- php: hhvm
dist: trusty
before_script:
- travis_retry composer self-update
- travis_retr... | Test with PHP 7.2 and 7.3 | Test with PHP 7.2 and 7.3
| YAML | mit | tuupola/slim-basic-auth |
503f58e5c404e06672361daa09c0382edcc98c8d | .travis.yml | .travis.yml | language: php
cache:
directories:
- $HOME/.composer/cache
git:
depth: 5
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- hhvm-nightly
matrix:
fast_finish: true
allow_failures:
- php: hhvm-nightly
before_script:
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug... | language: php
cache:
directories:
- $HOME/.composer/cache
git:
depth: 5
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
fast_finish: true
before_script:
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- composer install --no-interaction --no-progress --... | Remove hhvm-nightly from build matrix | Fix: Remove hhvm-nightly from build matrix
| YAML | mit | alcohol/semver,composer/semver,stof/semver,JeroenDeDauw/semver |
664aff35ffb50130e3a84e9be04e0334b71dcbe2 | .travis.yml | .travis.yml | language: ruby
rvm:
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
before_script:
- "cp spec/{.travis.,}database.yml"
- "bundle exec rake db:prepare"
script: bundle exec rake spec:rails_all
sudo: false
| language: ruby
rvm:
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
matrix:
allow_failures:
# Allow 2.5 to fail until Travis CI bug is fixed. See:
# * https://github.com/travis-ci/travis-ci/issues/8978
# * https://github.com/travis-ci/travis-ci/issues/8969
- rvm: "2.5"
before_script:
- "... | Allow 2.5 to fail until Travis CI bug is fixed | Allow 2.5 to fail until Travis CI bug is fixed
For more info see:
* https://github.com/travis-ci/travis-ci/issues/8978
* https://github.com/travis-ci/travis-ci/issues/8969
| YAML | mit | iangreenleaf/activerecord_enum,iangreenleaf/native_enum |
a9917412e8d2b0374553ab3f481a318cabb57127 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
- php: 7.0
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
before_install:
- composer self-update
before_script:
- composer install --prefer-dist --no-interacti... | language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
- php: 7.0
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
before_install:
- composer self-update
install:
- composer install --prefer-dist --no-interaction
sc... | Install dependencies in install section | Fix: Install dependencies in install section
| YAML | mit | Maxlab/DesignPatternsPHP,michalmrzyk/DesignPatternsPHP,aaasayok/DesignPatternsPHP,uriencedric/DesignPatternsPHP,ftwbzhao/DesignPatternsPHP,fxcosta/DesignPatternsPHP,Grrrben/DesignPatternsPHP,zs9912/DesignPatternsPHP,jrzbraga/DesignPatternsPHP,andreustimm/DesignPatternsPHP,scriptrepo/DesignPatternsPHP,bmsrox/DesignPatte... |
2f3f35b6325e74a7034a571d33598c6333674b6b | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy
install:
- "pip install ."
- "pip install -r requirements.txt"
script: nosetests
| language: python
python:
- "2.7"
- "3.3"
- "3.4"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy libblas-dev liblapack-dev gfortran
install:
- "pip install ."
- "pip install -r requirements.txt"
script: nosetests
| Install build deps for scipy. | Install build deps for scipy.
| YAML | mit | chrinide/theanets,devdoer/theanets,lmjohns3/theanets |
7d472a86cdd238147e278792687cdb2d875de8d5 | build/build.yml | build/build.yml | steps:
- task: DotNetCoreCLI@2
displayName: 'dotnet restore'
inputs:
command: restore
- task: DotNetCoreCLI@2
displayName: 'dotnet build'
inputs:
command: build
projects: 'LineBot.sln'
arguments: '-c Release'
- task: DotNetCoreCLI@2
displayName: 'dotnet test'
inputs:
command: test
pr... | steps:
- task: DotNetCoreCLI@2
displayName: 'dotnet restore'
inputs:
command: restore
- task: DotNetCoreCLI@2
displayName: 'dotnet build'
inputs:
command: build
projects: 'LineBot.sln'
arguments: '-c Release'
- task: DotNetCoreCLI@2
displayName: 'dotnet test'
inputs:
command: test
pr... | Revert back to test if that breaks codecov. | Revert back to test if that breaks codecov.
| YAML | apache-2.0 | dlemstra/line-bot-sdk-dotnet,dlemstra/line-bot-sdk-dotnet |
478b89861afef0c15738aec600268a9d61ae2fb1 | blog_env.yml | blog_env.yml | name: blog
channels:
- conda-forge
dependencies:
- beautifulsoup4
- flake8
- feedparser
- ipython
- ipywidgets
- jupyter
- lxml
- markdown
- mkdocs
- nbdime
- pelican
- python=3.6
- requests
| name: blog
channels:
- conda-forge
dependencies:
- beautifulsoup4
- flake8
- feedparser
- ipython
- ipywidgets
- jupyter
- lxml
- markdown
- mkdocs
- nbdime
- pelican
- python=3.5
- requests
| Revert "update to py36 in blog env yml" | Revert "update to py36 in blog env yml"
This reverts commit d86e765242f124d5caeb407e6372cb2d7147b197.
| YAML | mit | dennissergeev/dotfiles |
4cbe32142a6b5170fe97bba4ecc13cf959813f76 | .codeclimate.yml | .codeclimate.yml | engines:
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.js"
exclude_paths:
- "**.min.js"
- karma*.conf.js
- test/**/*
- .*
| engines:
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.js"
exclude_paths:
- "**.min.js"
- karma*.conf.js
- prism/**/*
- test/**/*
- .*
| Remove prism.js files from Code Climate checks | Remove prism.js files from Code Climate checks
| YAML | mit | vlazar/awesomplete,LeaVerou/awesomplete,LeaVerou/awesomplete,bchcheng/awesomplete,bsvobodny/awesomplete,bsvobodny/awesomplete,bchcheng/awesomplete,vlazar/awesomplete,eggpi/awesomplete,eggpi/awesomplete |
96d19ff19fc7c3b82107971bb4751c3f11f46d42 | .codeclimate.yml | .codeclimate.yml | ---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- "**.rb"
exclude_paths:
- test/
| version: "2"
plugins:
rubocop:
enabled: true
exclude_patterns:
- "**/spec/" | Update to v2 of the Code Climate config | Update to v2 of the Code Climate config
| YAML | mit | waferbaby/dimples |
a487277099a2267b1b5981bfab4d39fa2f6e7d40 | .codeclimate.yml | .codeclimate.yml | exclude_paths:
- "/vendor/*"
engines:
phpcodesniffer:
enabled: true
config:
file_extensions: "php"
standard: "PSR1, PSR2"
ratings:
paths:
- "**.php"
| exclude_paths:
- "/vendor/*"
engines:
phpcodesniffer:
enabled: true
config:
file_extensions: "php"
standard: "PSR1,PSR2"
ratings:
paths:
- "**.php"
| Fix standards inside of yml file | Fix standards inside of yml file | YAML | mit | codeclimate/codeclimate-phpcodesniffer,codeclimate/codeclimate-phpcodesniffer |
d1e02ef2ae414cbf151fb32172173f08c8a3d388 | recipes/borb/meta.yaml | recipes/borb/meta.yaml | {% set name = "borb" %}
{% set version = "2.0.8.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/borb-{{ version }}.tar.gz
sha256: e49e01142cf66b2e6c1502920dace35ae56fc688d70f01fdfc6b4e51ffb19f66
build:
number: 0
noarch: p... | {% set name = "borb" %}
{% set version = "2.0.8.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/borb-{{ version }}.tar.gz
sha256: e49e01142cf66b2e6c1502920dace35ae56fc688d70f01fdfc6b4e51ffb19f66
build:
number: 0
noarch: p... | Remove python-barcode version and add qrcode | Remove python-barcode version and add qrcode
| YAML | bsd-3-clause | jakirkham/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged... |
c960f3bcca50a094adc9cc208fabc813c2b80e8d | .goreleaser.yaml | .goreleaser.yaml | # This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
- bash check_tag.sh {{.Version}}
builds:
- env:
- CGO_ENABLED=0
ldflags:
-... | # This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
- bash check_tag.sh {{.Version}}
builds:
- env:
- CGO_ENABLED=0
ldflags:
-... | Add ARM v6 to builds | Add ARM v6 to builds
| YAML | apache-2.0 | porjo/youtubeuploader,porjo/youtubeuploader |
250714b769a5554d2f9065f29ce78030dc30517f | .scrutinizer.yml | .scrutinizer.yml | filter:
excluded_paths:
- 'tests/*'
- 'examples/*'
tools:
php_sim:
min_mass: 30
checks:
php:
duplication: false
coding_style:
php:
spaces:
around_operators:
concatenation: true
other:
after_ty... | filter:
excluded_paths:
- 'tests/*'
- 'tests-integration/*'
- 'examples/*'
tools:
php_sim:
min_mass: 30
checks:
php:
duplication: false
coding_style:
php:
spaces:
around_operators:
concatenation: true
... | Exclude integration test code from code analysis | Exclude integration test code from code analysis
| YAML | mit | fathomminds/php-rest-models |
13e4714fed155f834fb064944277871606bd48a8 | .stylelintrc.yml | .stylelintrc.yml | extends: stylelint-config-standard
rules:
indentation: 2
declaration-block-single-line-max-declarations: 2
max-empty-lines: 2
selector-max-empty-lines: 2
declaration-empty-line-before:
- never
- ignore:
- after-declaration
block-opening-brace-space-before: null
rule-empty-line-before: nu... | extends: stylelint-config-standard
rules:
indentation: 2
declaration-block-single-line-max-declarations: 2
max-empty-lines: 2
selector-max-empty-lines: 2
declaration-empty-line-before:
- never
- ignore:
- after-declaration
block-opening-brace-space-before: null
rule-empty-line-before: nu... | Add XUL selector to white list | Add XUL selector to white list
| YAML | unlicense | curipha/userstyles |
588bff57bf92a69bce54f99a7f00f6e6f292b83f | metadata/com.asdoi.timetable.yml | metadata/com.asdoi.timetable.yml | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: Felix Hollederer
AuthorEmail: asdoi@t-online.de
WebSite: https://asdoi.gitlab.io/timetable.html
SourceCode: https://github.com/asdoi/TimeTable
IssueTracker: https://github.com/asdoi/TimeTable/issues
Changelog: https://github.com/asdoi/TimeTable/r... | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: Felix Hollederer
AuthorEmail: asdoi@t-online.de
WebSite: https://asdoi.gitlab.io/timetable.html
SourceCode: https://github.com/asdoi/TimeTable
IssueTracker: https://github.com/asdoi/TimeTable/issues
Changelog: https://github.com/asdoi/TimeTable/r... | Update TimeTable to 1.1 (11) | Update TimeTable to 1.1 (11)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
b3d9e3342e13fb66faa24565acad89bbb812ae4a | metadata/fr.ralala.hexviewer.yml | metadata/fr.ralala.hexviewer.yml | Categories:
- Development
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/Keidan/HexViewer/
IssueTracker: https://github.com/Keidan/HexViewer/issues/
Changelog: https://github.com/Keidan/HexViewer/releases/
AutoName: HexViewer
RepoType: git
Repo: https://github.com/Keidan/HexViewer
Builds:
- ver... | Categories:
- Development
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/Keidan/HexViewer/
IssueTracker: https://github.com/Keidan/HexViewer/issues/
Changelog: https://github.com/Keidan/HexViewer/releases/
AutoName: HexViewer
RepoType: git
Repo: https://github.com/Keidan/HexViewer
Builds:
- ver... | Update HexViewer to 1.7.1 (9) | Update HexViewer to 1.7.1 (9)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
baf8e517a6514b5f666dadcb1cf83d57a6d04696 | tmuxinator/engines_honda.yml | tmuxinator/engines_honda.yml | name: engines_honda
root: ~/Projects/engines_honda
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
# pre_window: rbenv s... | name: engines_honda
root: ~/Projects/engines_honda
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
# pre_window: rbenv s... | Change layout in tmuxinator config | Change layout in tmuxinator config
| YAML | mit | ne1ro/dotfiles,ne1ro/dotfiles |
c577a74f572923aaa82f69174b9ba34b89f75261 | configs/boogaloo.yml | configs/boogaloo.yml | # vim: set sw=2 ts=2 softtabstop=2 expandtab:
runner: Boogaloo
runner_config:
mode: "exec" # Use Boogaloo's exec mode
# This is the tool_path inside the container
tool_path: "/home/boogaloo/.cabal/bin/boogaloo"
docker:
image: "delcypher/boogaloo-docker"
volume: "/vol/"
#max_memory: 4096
max_time: 5
... | # vim: set sw=2 ts=2 softtabstop=2 expandtab:
runner: Boogaloo
runner_config:
mode: "test"
# This is the tool_path inside the container
tool_path: "/home/boogaloo/.cabal/bin/boogaloo"
docker:
image: "delcypher/boogaloo-docker"
volume: "/vol/"
max_memory: 4096
max_time: 5
additional_args:
- "--... | Change Boogaloo config file so that it is instructed to stop once it finds a bug. Also re-enable the memory limit as that is supported under Docker. | Change Boogaloo config file so that it is instructed
to stop once it finds a bug. Also re-enable the memory limit
as that is supported under Docker.
| YAML | bsd-3-clause | symbooglix/boogie-runner,symbooglix/boogie-runner |
c0be3d5bd3b9ed22a8ee10d1d3441fd3996b5c20 | zuul.d/layout.yaml | zuul.d/layout.yaml | - project:
templates:
- tripleo-buildimage-jobs
- openstack-python3-yoga-jobs
- release-notes-jobs-python3
| - project:
templates:
- tripleo-buildimage-jobs
- openstack-python3-zed-jobs
- release-notes-jobs-python3
| Use python job template for Zed | Use python job template for Zed
the current master should be compatible with the Zed
release of the other projects.
Related-Bug: #1974244
Signed-off-by: Chandan Kumar (raukadah) <37614c4f126be5146599b9d19fe2ba37ae0ea495@redhat.com>
Change-Id: I7f32d58b596489fd37aee18b04e01035e1ebe77b
| YAML | apache-2.0 | openstack/tripleo-puppet-elements,openstack/tripleo-puppet-elements |
a57cca3adc807dab2ff206d731a379215fb180f6 | .github/workflows/deploy-production.yml | .github/workflows/deploy-production.yml | name: Deploy Production Build
on:
push:
tags:
- '*'
env:
SW_DISABLED: true
COVERAGE: false
SENTRY_ORG: ilios
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
-... | name: Deploy Production Build
on:
push:
tags:
- '*'
env:
SW_DISABLED: true
COVERAGE: false
SENTRY_ORG: ilios
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
-... | Add sentry token for action | Add sentry token for action
Without this nothing really happens.
| YAML | mit | dartajax/frontend,dartajax/frontend,jrjohnson/frontend,ilios/frontend,jrjohnson/frontend,ilios/frontend |
e21ee1387b28f925d19bb32a3a7555bfa8f654ad | .github/workflows/update-gh-pages.yml | .github/workflows/update-gh-pages.yml | name: Update Documentation
on:
push:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies �... | name: Update Documentation
on:
push:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies �... | Install ipywidgets before jupyter notebook conversion | [docs] Install ipywidgets before jupyter notebook conversion
| YAML | mit | tum-pbs/PhiFlow,tum-pbs/PhiFlow |
3b7fac3ffb9a673078cf5e2176de6d9c209721e2 | .github/FUNDING.yml | .github/FUNDING.yml | # These are supported funding model platforms
github: bbatsov
patreon: bbatsov
open_collective: rubocop
tidelift: "rubygems/rubocop"
custom: https://www.paypal.me/bbatsov
| # These are supported funding model platforms
github: [bbatsov, koic]
patreon: bbatsov
open_collective: rubocop
tidelift: "rubygems/rubocop"
custom: https://www.paypal.me/bbatsov
| Enable my GitHub sponsor profile | Enable my GitHub sponsor profile
I was approved by GitHub Sponsors.
This PR will add my GitHub account back to the list below.
https://github.com/rubocop-hq/rubocop/commit/dee203c
| YAML | mit | maxjacobson/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,tdeo/rubocop,bbatsov/rubocop,jmks/rubocop,tdeo/rubocop,tdeo/rubocop,jmks/rubocop,deivid-rodriguez/rubocop,maxjacobson/rubocop,jmks/rubocop,bbatsov/rubocop,deivid-rodriguez/rubocop,maxjacobson/rubocop,tejasbubane/rubocop,deivid-rodriguez/rubocop,rrosenblum/ruboc... |
2ae707697220e5e7377d165064ffc48bcf673580 | .circleci/config.yaml | .circleci/config.yaml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
working_directory: ~/insula
steps:
- checkout
# Dow... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:6.11
working_directory: ~/insula
steps:
- checkout
# Dow... | Change to node v6 to try and resolve node_modules issue | Change to node v6 to try and resolve node_modules issue
| YAML | mit | chandlerprall/insula |
227923c87bed734c259bb8d59c2b8c87cf3ede8f | recipes/databroker/dev/meta.yaml | recipes/databroker/dev/meta.yaml | package:
name: databroker
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: https://github.com/NSLS-II/databroker
git_rev: master
build:
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get(... | package:
name: databroker
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: https://github.com/NSLS-II/databroker
git_rev: master
build:
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get(... | Update dev recipe to include 'v' | MNT: Update dev recipe to include 'v'
| YAML | bsd-3-clause | tacaswell/conda-prescriptions,ericdill/conda-prescriptions,ericdill/conda-prescriptions,danielballan/conda-prescriptions,danielballan/conda-prescriptions,tacaswell/conda-prescriptions,ericdill/conda-prescriptions,tacaswell/conda-prescriptions |
ed68d35a5a89abc812f9a9ff9f4336628226a052 | recipes/databroker/dev/meta.yaml | recipes/databroker/dev/meta.yaml | package:
name: databroker
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: https://github.com/NSLS-II/databroker
git_rev: master
build:
number: 0
requirements:
build:
- python
run:
- python
- pandas
- pims
- metadatastore >=0.2.0
... | package:
name: databroker
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: https://github.com/NSLS-II/databroker
git_rev: master
build:
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get(... | Use fully described build string for dev build | MNT: Use fully described build string for dev build
| YAML | bsd-3-clause | ericdill/conda-prescriptions,ericdill/conda-prescriptions,danielballan/conda-prescriptions,danielballan/conda-prescriptions,tacaswell/conda-prescriptions,ericdill/conda-prescriptions,tacaswell/conda-prescriptions,tacaswell/conda-prescriptions |
394d34e938852474f23b1975ffda27d3379a2776 | docs/antora.yml | docs/antora.yml | name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: '1.18'
nav:
- modules/ROOT/nav.adoc
| name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: 'master'
nav:
- modules/ROOT/nav.adoc
| Switch back the docs version | Switch back the docs version
| YAML | mit | bbatsov/rubocop,maxjacobson/rubocop,rrosenblum/rubocop,rrosenblum/rubocop,rrosenblum/rubocop,tejasbubane/rubocop,maxjacobson/rubocop,bbatsov/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,maxjacobson/rubocop |
be3e3538aece819d13b386411a5686a2ca2d9491 | packages/dt/dtw.yaml | packages/dt/dtw.yaml | homepage: ''
changelog-type: ''
hash: e217a5fa6c7b18c83f9488d1cda363ffedee2a05a884d7117f205aca8b68836a
test-bench-deps:
test-framework: -any
base: -any
vector-space: -any
test-framework-quickcheck2: -any
containers: -any
thyme: -any
MemoTrie: -any
QuickCheck: <2.8
vector: -any
maintainer: fho@f12n.de
... | homepage: ''
changelog-type: ''
hash: 279f35ffdafb455e80194c5040e312f925e2b1e8f8c896c1b49b8fc6efc854a2
test-bench-deps:
test-framework: -any
base: -any
vector-space: -any
test-framework-quickcheck2: -any
containers: -any
thyme: -any
QuickCheck: <2.8
vector: -any
maintainer: fho@f12n.de
synopsis: (Fast) ... | Update from Hackage at 2015-07-21T09:19:26+0000 | Update from Hackage at 2015-07-21T09:19:26+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
458f7d89fb84d155a12ffbf1f2fed9ae62e80ce5 | dsaas-services/f8-tenant.yaml | dsaas-services/f8-tenant.yaml | services:
- hash: f0270e2239b22514408c303edaa723fbb1e8e720
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
| services:
- hash: 959f0faa98751ce484b95e6b55fb2d543df3e22d
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
| Update to tenant service with v 1.0.96 | Update to tenant service with v 1.0.96 | YAML | apache-2.0 | openshiftio/saas,openshiftio/saas |
cb0207dfe285d033888dfbbe96caceeb59990fa2 | dsaas-services/f8-tenant.yaml | dsaas-services/f8-tenant.yaml | services:
- hash: bed58608f6c13082f5de5ce05cd826d5db51439e
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
| services:
- hash: 4dc6bfd5b5e8a69dcca9552a06d1ba9d491da9b9
name: f8tenant
path: /OpenShiftTemplate.yml
url: https://github.com/fabric8io/fabric8-init-tenant/
| Update tenant - Move jenkins service to teams | Update tenant - Move jenkins service to teams | YAML | apache-2.0 | openshiftio/saas,openshiftio/saas |
73b14579d3c732b79da5cba69d52abb8359eb349 | tasks/detect-and-upload/task.yml | tasks/detect-and-upload/task.yml | ---
platform: linux
image_resource:
type: docker-image
source:
repository: cfbuildpacks/ci
inputs:
- name: pivotal-buildpack
optional: true
- name: pivotal-buildpack-cached
optional: true
- name: buildpacks-ci
- name: buildpack
caches:
- path: buildpack/vendor
outputs:
- name: buildpack-arti... | ---
platform: linux
image_resource:
type: docker-image
source:
repository: cfbuildpacks/ci
inputs:
- name: pivotal-buildpack
optional: true
- name: pivotal-buildpack-cached
optional: true
- name: buildpacks-ci
- name: buildpack
outputs:
- name: buildpack-artifacts
run:
path: bash
args:
... | Remove use of vendor cache directory so that Go vendor is not clobbered | Remove use of vendor cache directory so that Go vendor is not clobbered
| YAML | apache-2.0 | cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci |
ebfca73d218dd81b23fceb035b2e6969bfaca0e2 | manifest.yml | manifest.yml | ---
language: staticfile
default_versions:
- name: nginx
version: 1.11.13
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
- pkg/
- ".envrc"
- cf.Gemfile
- cf.Gemfile.lock
- scripts/
- src/
dependencies:
- name: nginx
v... | ---
language: staticfile
default_versions:
- name: nginx
version: 1.13.1
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
- pkg/
- ".envrc"
- cf.Gemfile
- cf.Gemfile.lock
- scripts/
- src/
dependencies:
- name: nginx
ve... | Add nginx 1.13.1, remove nginx 1.11.13 | Add nginx 1.13.1, remove nginx 1.11.13
source url: http://nginx.org/download/nginx-1.13.1.tar.gz
source gpg-signature:
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEsPQlM3P49vUQ1CF4UgqZk6HAUvgFAlktiHEACgkQUgqZk6HA
UvijEwf/dLZI1xH33pRuakkS9gG7u2g2FPC9sA3BP1wrBQA45ZzBUA19aQ+2lpCw
N5ifRVuxYb9yNstNhO1f+dt5bMlfh8R7z50KFvt... | YAML | apache-2.0 | cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack |
83fd78920fe94322455c5c0d700c6a4fbdec1ae5 | .circleci/web-values.yaml | .circleci/web-values.yaml |
fullnameOverride: "web"
replicaCount: 3
service:
port: 3000
containers:
- name: web
image: cyberdojo/web
resources:
limits:
memory: 128Mi
requests:
memory: 128Mi
#livenessProbe:
# path: /alive?
# port: 3000
#readinessProbe:
# path: /ready?
# port: ... |
fullnameOverride: "web"
replicaCount: 3
service:
port: 3000
containers:
- name: web
image: cyberdojo/web
resources:
limits:
memory: 128Mi
requests:
memory: 128Mi
livenessProbe:
path: /alive?
port: 3000
#readinessProbe:
# path: /ready?
# port: 300... | Add liveness probe to k8s yaml file | Add liveness probe to k8s yaml file
| YAML | bsd-2-clause | cyber-dojo/web,cyber-dojo/web,cyber-dojo/web,cyber-dojo/web |
77da90c7409e14a1308cf4f60895d99332e9228c | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build-lowest-version:
name: Build lowest version
runs-on: ubuntu-latest
steps:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
coverage: none
extension... | name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build-lowest-version:
name: Build lowest version
runs-on: ubuntu-latest
steps:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
coverage: none
extension... | Drop PHP 8.1 (nightly) test target for now | Drop PHP 8.1 (nightly) test target for now
PHPSpec doesn't support it
Signed-off-by: Mark Sagi-Kazar <96fc3fb31ad15c04c92a83051be1defd0efbd70d@gmail.com>
| YAML | mit | bernardphp/bernard |
924bc1c9974c092dbf9390b2a33bf2f892a6d80c | appveyor.yml | appveyor.yml | version: 7.1.0.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
skip_branch_with_pr: true
image: Visual Studio 2017
configuration: Release
install:
- cmd: >-
git submodule update --init --recursive
git lfs pull
build:
project: Core\DolphinVM\DolphinVM.sln
verbosity: minimal
... | version: 7.1.1.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
skip_branch_with_pr: true
image: Visual Studio 2017
configuration: Release
install:
- cmd: >-
git submodule update --init --recursive
git lfs pull
build:
project: Core\DolphinVM\DolphinVM.sln
verbosity: minimal
... | Advance build version in yaml | Advance build version in yaml
| YAML | mit | jgfoster/Dolphin,blairmcg/Dolphin,shoshanatech/Dolphin,jgfoster/Dolphin,dolphinsmalltalk/Dolphin,shoshanatech/Dolphin,blairmcg/Dolphin,objectarts/Dolphin,dolphinsmalltalk/Dolphin,jgfoster/Dolphin,blairmcg/Dolphin,shoshanatech/Dolphin,shoshanatech/Dolphin,jgfoster/Dolphin,dolphinsmalltalk/Dolphin,dolphinsmalltalk/Dolphi... |
847cb429f11c591f4b476c161de7a632ba473415 | appveyor.yml | appveyor.yml | version: "master-{build}"
os: Windows Server 2012 R2
platform:
- x64
environment:
matrix:
# 21-x64 is failing right now
#- ruby_version: "21-x64"
- ruby_version: "21"
clone_folder: c:\projects\chef
clone_depth: 1
skip_tags: true
branches:
only:
- master
install:
- systeminfo
- winrm quickc... | version: "master-{build}"
os: Windows Server 2012 R2
platform:
- x64
environment:
matrix:
# 21-x64 is failing right now
#- ruby_version: "21-x64"
- ruby_version: "21"
clone_folder: c:\projects\chef
clone_depth: 1
skip_tags: true
branches:
only:
- master
install:
- systeminfo
- winrm quickc... | Install even less stuff before tests on Windows | Install even less stuff before tests on Windows
| YAML | apache-2.0 | Ppjet6/chef,jonlives/chef,Kast0rTr0y/chef,evan2645/chef,mal/chef,jonlives/chef,youngjl1/chef,mattray/chef,docwhat/chef,tas50/chef-1,jonlives/chef,Kast0rTr0y/chef,jkerry/chef,brettcave/chef,juliandunn/chef,jonlives/chef,Kast0rTr0y/chef,ChaosCloud/chef,strangelittlemonkey/chef,jkerry/chef,brettcave/chef,docwhat/chef,tomd... |
7c6ce3b92249cea26d853ac0b40dfc9bf0f0002b | appveyor.yml | appveyor.yml | image: Visual Studio 2015
cache:
- '%HOMEDRIVE%%HOMEPATH%\.node-gyp'
- '%APPDATA%\npm-cache'
environment:
nodejs_version: "7.4.0"
NODE_PRE_GYP_GITHUB_TOKEN:
secure: izXdqKc3Q97YCK/iHmkf5704WRhBwZXVBn2G+MX/NgyxVJPfwTkZxc8WMET/QZOh
platform:
- x86
- x64
build: off
install:
- ps: Install-Product nod... | image: Visual Studio 2015
cache:
- '%HOMEDRIVE%%HOMEPATH%\.node-gyp'
- '%APPDATA%\npm-cache'
environment:
nodejs_version: "8"
NODE_PRE_GYP_GITHUB_TOKEN:
secure: izXdqKc3Q97YCK/iHmkf5704WRhBwZXVBn2G+MX/NgyxVJPfwTkZxc8WMET/QZOh
platform:
- x86
- x64
build: off
install:
- ps: Install-Product node $e... | Use Node.js 8 in AppVeyor | Use Node.js 8 in AppVeyor
| YAML | mit | atom/watcher,atom/watcher,atom/watcher,atom/watcher,atom/watcher |
9a91ea75c6d63b25713fba3b06a034ce4f0fea44 | etc/kayobe/seed-vm.yml | etc/kayobe/seed-vm.yml | ---
###############################################################################
# Seed node VM configuration.
# Name of the seed VM.
#seed_vm_name:
# Memory in MB.
#seed_vm_memory_mb:
# Number of vCPUs.
#seed_vm_vcpus:
# List of volumes.
#seed_vm_volumes:
# Name of the storage pool for the seed VM volumes.
see... | ---
###############################################################################
# Seed node VM configuration.
# Name of the seed VM.
#seed_vm_name:
# Memory in MB.
#seed_vm_memory_mb:
# Number of vCPUs.
#seed_vm_vcpus:
# List of volumes.
#seed_vm_volumes:
# Name of the storage pool for the seed VM volumes.
see... | Use default value for seed_vm_root_image | Use default value for seed_vm_root_image
| YAML | apache-2.0 | SKA-ScienceDataProcessor/alaska-kayobe-config |
df2fd14e49413741ead2b2d69f22fe0650da8b34 | meta/main.yml | meta/main.yml | ---
galaxy_info:
author: kosssi
description: Install and Configure ssh authorized key
license: license MIT
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
categories:
- system
| ---
galaxy_info:
author: kosssi
description: Install and Configure ssh authorized key
license: license MIT
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
categories:
- system
dependencies: []
| Add dependencies key in metadata | Add dependencies key in metadata | YAML | mit | kosssi/ansible-role-ssh |
6f4bfb469b814c1fa0d892fd0a08523858acb391 | recipes/rb-inotify/meta.yaml | recipes/rb-inotify/meta.yaml | {% set name = "rb-inotify" %}
{% set version = "0.10.0" %}
{% set github_org = "guard" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
- url: https://rubygems.org/downloads/{{ name }}-{{ version }}.gem
sha256: 4481d9ce69159774be31215d10917684413ad3416b2018bdd8dc9b976a8747bb
build:
numbe... | {% set name = "rb-inotify" %}
{% set version = "0.10.0" %}
{% set github_org = "guard" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
- url: https://rubygems.org/downloads/{{ name }}-{{ version }}.gem
sha256: 4481d9ce69159774be31215d10917684413ad3416b2018bdd8dc9b976a8747bb
build:
numbe... | Disable rb-inotify tests on osx | Disable rb-inotify tests on osx
| YAML | bsd-3-clause | stuertz/staged-recipes,mariusvniekerk/staged-recipes,birdsarah/staged-recipes,patricksnape/staged-recipes,goanpeca/staged-recipes,scopatz/staged-recipes,chrisburr/staged-recipes,jochym/staged-recipes,dschreij/staged-recipes,kwilcox/staged-recipes,Juanlu001/staged-recipes,scopatz/staged-recipes,hadim/staged-recipes,dsch... |
bafcca946e4b82c3be9d9f9634bfc2beed515782 | .appveyor.yml | .appveyor.yml | version: 1.0.{build}
image: Visual Studio 2017
shallow_clone: true
configuration: Release
platform: x64
install:
- cmd: scripts\bin\windows\genie.exe vs2017
build:
parallel: true
verbosity: minimal
project: build/projects/vs2017/slang.sln
test_script:
- cmd: build\win64_vs2017\bin\unittestsRelease.exe | version: 1.0.{build}
image: Visual Studio 2017
shallow_clone: true
configuration: Release
platform: x64
install:
- cmd: mkdir build
- cmd: cd build
- cmd: cmake -G"Visual Studio 15 2017 Win64" ..
build:
parallel: true
verbosity: minimal
project: build/slang.sln
test_script:
- cmd: build\tests\unittes... | Enable CMake build in AppVeyor | Enable CMake build in AppVeyor
| YAML | mit | MikePopoloski/slang,MikePopoloski/slang |
66cff5aecc77eaaccdf004ca16b12f987c7e38c2 | .appveyor.yml | .appveyor.yml | version: 2.4.{build}
branches:
except:
- coverity_scan
configuration: Release
environment:
PROJECT_BASE: "C:/projects/morebin"
PATH: "C:\Libraries\boost_1_60_0;%PATH%"
platform: x64
before_build:
- ps: cd "${env:APPVEYOR_BUILD_FOLDER}"
- cmd: dir
- cmd: md build
- cmd: cd build
- cmd: cmake --version
- cmd... | version: 2.4.{build}
branches:
except:
- coverity_scan
configuration: Release
environment:
PROJECT_BASE: "C:/projects/morebin"
PATH: "C:\Libraries\boost_1_60_0;%PATH%"
os: Visual Studio 2015
platform: x64
before_build:
- ps: cd "${env:APPVEYOR_BUILD_FOLDER}"
- cmd: dir
- cmd: md build
- cmd: cd build
- cm... | Move to Visual Studio 14 2015 | Move to Visual Studio 14 2015
| YAML | mit | peterfpeterson/morebin,peterfpeterson/morebin,peterfpeterson/morebin |
3e649660fa3140b00cd46408a2bc09499c3bc1b4 | .appveyor.yml | .appveyor.yml | image:
- Visual Studio 2017
clone_depth: 10
configuration: Release
platform: AnyCPU
install:
- appveyor DownloadFile 'https://ci.appveyor.com/api/projects/markfinal/buildamation/artifacts/bam.zip?branch=master^&job=Image%3A%20Visual%20Studio%202017' -FileName bam.zip
- dir
- 7z x bam.zip -oc:\BuildAMation
on_fi... | image:
- Visual Studio 2017
clone_depth: 10
configuration: Release
platform: AnyCPU
install:
- appveyor DownloadFile 'https://ci.appveyor.com/api/projects/markfinal/buildamation/artifacts/bam.zip?branch=master&job=Image%3A%20Visual%20Studio%202017' -FileName bam.zip
- dir
- 7z x bam.zip -oc:\BuildAMation
#on_fi... | Remove RDP code, and remove odd escaping of & in the URL | [CI] Remove RDP code, and remove odd escaping of & in the URL
| YAML | bsd-3-clause | markfinal/bam-imageformats,markfinal/bam-imageformats,markfinal/bam-imageformats |
924506cc3784d9d04ece02176c237c11a8def2f4 | .appveyor.yml | .appveyor.yml | version: 1.0.0-{build}
image:
- Visual Studio 2019
- Ubuntu1804
- macos
environment:
matrix:
- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8.1"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8.1"
PYTHON_ARCH: "64"
cache:
- '%LOCALAPPDATA%\pip\Cache'
service... | version: 1.0.0-{build}
image:
- Visual Studio 2019
- Ubuntu1804
- macos
environment:
matrix:
- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8.1"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8.1"
PYTHON_ARCH: "64"
cache:
- '%LOCALAPPDATA%\pip\Cache'
service... | Move PostgreSQL setup to build script | [AppVeyor] Move PostgreSQL setup to build script
| YAML | mit | Harmon758/Harmonbot,Harmon758/Harmonbot |
76ee6ed8faec069383f4f598f4d2a3b1eb0579d5 | appveyor.yml | appveyor.yml | # 2017-09-14
clone_depth: 1
version: '{branch}-{build}'
configuration: Debug
cache:
- C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml
- inspectcode -> appveyor.yml
- packages -> **\packages.config
install:
- cmd: git submodule update --init --recursive
... | # 2017-09-14
clone_depth: 1
version: '{branch}-{build}'
configuration: Debug
cache:
- C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml
- inspectcode -> appveyor.yml
- packages -> **\packages.config
install:
- cmd: git submodule update --init --recursive
... | Update CodeFileSanity to ignore migrations folder | Update CodeFileSanity to ignore migrations folder
| YAML | mit | smoogipoo/osu,peppy/osu,naoey/osu,ppy/osu,UselessToucan/osu,ZLima12/osu,smoogipoo/osu,ppy/osu,peppy/osu,johnneijzen/osu,ZLima12/osu,smoogipoo/osu,EVAST9919/osu,ppy/osu,UselessToucan/osu,naoey/osu,NeoAdonis/osu,peppy/osu,2yangk23/osu,DrabWeb/osu,EVAST9919/osu,peppy/osu-new,Nabile-Rahmani/osu,naoey/osu,NeoAdonis/osu,Drab... |
c558a0d96200e7ce5335dc4a048a54ed5499bdbd | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf true
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.12"
# Install scripts. (runs after repo cloning)
install:
# Get the latest... | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf true
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.12"
# Install scripts. (runs after repo cloning)
install:
# Get the latest... | Use `run` instead of `run-script` | Use `run` instead of `run-script`
Simpler and less clutter. | YAML | mit | dosco/ember-cli,acorncom/ember-cli,trabus/ember-cli,maxcal/ember-cli,BrianSipple/ember-cli,taras/ember-cli,szines/ember-cli,airportyh/ember-cli,rtablada/ember-cli,williamsbdev/ember-cli,kellyselden/ember-cli,Turbo87/ember-cli,nruth/ember-cli,yaymukund/ember-cli,martndemus/ember-cli,raytiley/ember-cli,cibernox/ember-cli... |
099e4eb6c00ea985ea5276a7dfa0095e49ef89b0 | azure-pipelines.yml | azure-pipelines.yml | trigger:
- master
jobs:
- job: Linux
pool:
vmImage: 'ubuntu-18.04'
steps:
- script: sudo apt-get update --fix-missing
- script: sudo apt-get install -y libgl1-mesa-dev libgles2-mesa-dev libopenal-dev libasound2-dev libxxf86vm-dev libxi-dev libxcursor-dev libxrandr-dev libxss-dev
- script: |
cd samp... | trigger:
- master
jobs:
- job: Linux
pool:
vmImage: 'ubuntu-18.04'
steps:
- script: sudo apt-get update --fix-missing
- script: sudo apt-get install -y libgl1-mesa-dev libgles2-mesa-dev libopenal-dev libasound2-dev libxxf86vm-dev libxi-dev libxcursor-dev libxrandr-dev libxss-dev
- script: |
cd samp... | Use windows-2019 vmImage on Azure since vs2017-win2016 is deprecated and will be removed soon | Use windows-2019 vmImage on Azure since vs2017-win2016 is deprecated and will be removed soon
| YAML | unlicense | elnormous/ouzel,elnormous/ouzel,elnormous/ouzel |
31f6e883ec7dd9a3be5bc4097d30ddec2d6a451a | appveyor.yml | appveyor.yml | init:
- git config --global core.autocrlf input
install:
- git submodule update --init --recursive
before_build:
- cmd: msiexec.exe /i "lib\Pex\pex.academic.x86.msi" /quiet /norestart
build_script:
- cmd: BuildScripts\YC.SEL.SDK.bat
test: off
version: 0.0.1.{build}
artifacts:
- path: bin
name: bin
| init:
- git config --global core.autocrlf input
install:
- git submodule update --init --recursive
before_build:
- cmd: msiexec.exe /i "lib\Pex\pex.academic.x86.msi" /quiet /norestart
build_script:
- cmd: .\BuildScripts\YC.SEL.SDK.bat
test: off
version: 0.0.1.{build}
artifacts:
- path: bin
name: bin
| Fix path to build script. | Fix path to build script.
| YAML | apache-2.0 | fedorovr/YaccConstructor,Albiglittle/YaccConstructor,YaccConstructor/YaccConstructor,YaccConstructor/YaccConstructor,YaccConstructor/YaccConstructor,Albiglittle/YaccConstructor,nbIxMaN/YaccConstructor,Albiglittle/YaccConstructor,nbIxMaN/YaccConstructor,fedorovr/YaccConstructor,nbIxMaN/YaccConstructor,fedorovr/YaccConst... |
e4db2486ba834dbc81c366fb0a74a1e6904bf301 | appveyor.yml | appveyor.yml | environment:
nodejs_version: "6"
COZY_URL:
secure: uO9y1OhE9RrwDoYV5ewQPWITVjiTLzLO+dxhyOxpzoU=
COZY_PASSPHRASE:
secure: YQQimbK6g91kgTePrPHKl92Pu3O1Hjqsm+HjUUTmZEM=
install:
- cmd: appveyor-retry powershell Install-Product node $env:nodejs_version
- cmd: appveyor-retry yarn
- cmd: appveyor-retry y... | environment:
nodejs_version: "6"
COZY_URL:
secure: uO9y1OhE9RrwDoYV5ewQPWITVjiTLzLO+dxhyOxpzoU=
COZY_PASSPHRASE:
secure: tgJZSLSOHKLhxr+7TFh8F1NG9A5GAj5ndmu07IaAB7w=
install:
- cmd: appveyor-retry powershell Install-Product node $env:nodejs_version
- cmd: appveyor-retry yarn
- cmd: appveyor-retry y... | Set passphrase of recreated instance in AppVeyor | Set passphrase of recreated instance in AppVeyor
| YAML | agpl-3.0 | nono/cozy-desktop,cozy-labs/cozy-desktop,cozy-labs/cozy-desktop,nono/cozy-desktop,cozy-labs/cozy-desktop,cozy-labs/cozy-desktop,nono/cozy-desktop,nono/cozy-desktop |
bbc9fe829fe9c7c91be9e6644d358f300f34930b | appveyor.yml | appveyor.yml | branches:
only:
- development/v1.1
- release/v1.1
- master
image: Visual Studio 2017
cache:
- '%USERPROFILE%\.nuget\packages'
build_script:
- ps: .\build-ci.ps1
test_script:
- ps: .\test-ci.ps1
artifacts:
- path: src\artifacts\packages\*.nupkg
deploy:
provider: NuGet
on:
branch: master
api_key:
... | branches:
only:
- development/v1.1
- release/v1.1
- master
image: Visual Studio 2017
cache:
- '%USERPROFILE%\.nuget\packages'
build_script:
- ps: .\build-ci.ps1
test_script:
- ps: .\test-ci.ps1
artifacts:
- path: src\artifacts\packages\*.nupkg
deploy:
# Project feed
- provider: NuGet
server: https:/... | Set up package publishing to private, MyGet, and NuGet feeds. | Set up package publishing to private, MyGet, and NuGet feeds.
| YAML | mit | tintoy/HTTPlease,tintoy/HTTPlease |
7c320409fc86cc2bc4978eddac232a6e8439330a | appveyor.yml | appveyor.yml | skip_branch_with_pr: true
environment:
GOPATH: $(HOMEDRIVE)$(HOMEPATH)\go
MSYSTEM: MINGW64
clone_folder: $(GOPATH)\src\github.com\git-lfs\git-lfs
install:
- rd C:\Go /s /q
- cinst golang --version 1.8.0 -y
- cinst InnoSetup -y
- refreshenv
build_script:
- bash --login -c 'GOARCH=386 script/bootstrap'
... | skip_branch_with_pr: true
environment:
GOPATH: $(HOMEDRIVE)$(HOMEPATH)\go
MSYSTEM: MINGW64
clone_folder: $(GOPATH)\src\github.com\git-lfs\git-lfs
install:
- rd C:\Go /s /q
- cinst golang --version 1.8.0 -y
- cinst InnoSetup -y
- refreshenv
- ps: |
echo "Go directories in machine PATH environment:... | Add some verbose information the Go directory in PATH | AppVeyor: Add some verbose information the Go directory in PATH
Since we were having issues with this in the past, see e.g. [1], add
some verbose information to ease debugging in the future.
[1] https://github.com/appveyor/ci/issues/1342
| YAML | mit | aleb/git-lfs,andyneff/git-lfs,bozaro/git-lfs,github/git-lfs,aleb/git-lfs,andyneff/git-lfs,github/git-lfs,Jericho25/-git-lfs_miilkyway,github/git-lfs,andyneff/git-lfs,Jericho25/-git-lfs_miilkyway,dakotahawkins/git-lfs,Jericho25/-git-lfs_miilkyway,dakotahawkins/git-lfs,bozaro/git-lfs,aleb/git-lfs,dakotahawkins/git-lfs,bo... |
c8b9ce35d527bd7e48bd7e8a0b50496704cf13d4 | appveyor.yml | appveyor.yml | environment:
matrix:
- ruby_version: "21"
- ruby_version: "22"
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- ruby -e 'p([:engine, RUBY_ENGINE, :platform, RUBY_PLATFORM])'
- gem --version
- gem install bundler --no-document
- bundler --version
- bundle install --retry=3... | environment:
matrix:
- ruby_version: "21"
- ruby_version: "22"
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- ruby -e 'p([:engine, RUBY_ENGINE, :platform, RUBY_PLATFORM])'
- gem --version
- gem install bundler:1.17.3 --no-document
- bundler --version
- bundle install --... | Use Bundler 1.17.3 for Rubies | AppVeyor: Use Bundler 1.17.3 for Rubies
| YAML | bsd-3-clause | redis/hiredis-rb,redis/hiredis-rb |
11527f10c4ab5b3b4742366414795e5ea43931f6 | appveyor.yml | appveyor.yml | # Exported from Kompositum > Settings > Export YAML
version: 1.0.0.{build}
branches:
only:
- appveyor_support
os:
- Windows Server 2012 R2
- Visual Studio 2015
- Visual Studio 2013
environment:
BUILD_TYPE: Release
ARCH: Win64
matrix:
- GENERATOR: Visual Studio 14 2015 %ARCH%
- GENERATOR: Visual Studio 12 ... | # Exported from Kompositum > Settings > Export YAML
version: 1.0.0.{build}
branches:
only:
- appveyor_support
os:
- Windows Server 2012 R2
environment:
BUILD_TYPE: Release
ARCH: Win64
matrix:
- GENERATOR: Visual Studio 14 2015 %ARCH%
- GENERATOR: Visual Studio 12 2013 %ARCH%
build_script:
- cmd: >-
cd... | Remove Visual Studio in section os:. Makes no sense with CMake | Remove Visual Studio in section os:. Makes no sense with CMake
| YAML | mit | Geraet/Kompositum,rehans/Kompositum |
8d8b7c8ce31aaa7a5112e0e735cb704ddc961bc4 | appveyor.yml | appveyor.yml | version: 1.0.{build}
branches:
only:
- master
before_build:
- ps: nuget restore PhotoLife\PhotoLife.sln
build:
project: PhotoLife\PhotoLife.sln
verbosity: minimal
after_test:
- PhotoLife\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[*]*" -target:"PhotoLife\packages\... | version: 1.0.{build}
branches:
only:
- master
before_build:
- ps: nuget restore PhotoLife\PhotoLife.sln
build:
project: PhotoLife\PhotoLife.sln
verbosity: minimal
after_test:
- PhotoLife\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[*]*" -target:"PhotoLife\packages\... | Update NUnitConsoleRunner from 3.6.0 to 3.6.1. | Update NUnitConsoleRunner from 3.6.0 to 3.6.1. | YAML | mit | Branimir123/PhotoLife,Branimir123/PhotoLife,Branimir123/PhotoLife |
92df6e525f01ec6fe52c2645591c89d607e642eb | appveyor.yml | appveyor.yml | # Basic appveyor configuration : CodeCakeBuilder does the job.
version: build{build}
branches:
only:
- master
- develop
environment:
NUGET_API_KEY:
secure: Cx0q/gQZQpP3eDf6H9lzIDpYYki+sGCpruxgDcFUJRoYdpH7l5aDh7afloH3uNLD
MYGET_PREVIEW_API_KEY:
secure: CfEqNYjhrGX9DyalZ4jcadzJ/x8q25GulMCbZQDRRs+XetfHn2... | # Basic appveyor configuration : CodeCakeBuilder does the job.
version: build{build}
branches:
only:
- master
- develop
environment:
NUGET_API_KEY:
secure: Cx0q/gQZQpP3eDf6H9lzIDpYYki+sGCpruxgDcFUJRoYdpH7l5aDh7afloH3uNLD
MYGET_PREVIEW_API_KEY:
secure: CfEqNYjhrGX9DyalZ4jcadzJ/x8q25GulMCbZQDRRs+XetfHn2... | Add -Verbose to Bootstrap.ps1 call | Appveyor.yml: Add -Verbose to Bootstrap.ps1 call
| YAML | mit | Invenietis/CK-Text |
71362caf41aa856754180fb5f55f48d04696fa4d | appveyor.yml | appveyor.yml | version: "{branch}-ci-{build}"
image: Visual Studio 2013
branches:
only:
- master
- appveyor
environment:
matrix:
- build: msvc
platform: x86
- build: msvc
platform: x64
- build: clang
platform: x86
- build: clang
platform: x64
before_build:
- cmd: git submodule update --init
- ... | version: "{branch}-ci-{build}"
image: Visual Studio 2013
branches:
only:
- master
- appveyor
environment:
matrix:
- build: msvc
platform: x86
- build: msvc
platform: x64
- build: clang
platform: x86
- build: clang
platform: x64
before_build:
- cmd: git submodule update --init
- ... | Fix path to the working directory | Fix path to the working directory | YAML | mit | pavelkryukov/putty-aes-ni,pavelkryukov/putty-aes-ni |
35b8ed74b75a6be0186ca29b54454c9be4981dfa | _config/versionedfiles.yml | _config/versionedfiles.yml | ---
Name: versionedfiles
---
File:
#can be used to disable the VersionedFiles replace menu tab in the CMS (useful when Upload: replaceFiles = true)
disableReplaceTab: false | ---
Name: versionedfiles
---
File:
#can be used to disable the VersionedFiles replace menu tab in the CMS (useful when Upload: replaceFiles = true)
disableReplaceTab: false
Filesystem:
sync_blacklisted_patterns:
- "/^_versions$/i"
| Exclude versions folders from syncing. | Exclude versions folders from syncing. | YAML | bsd-3-clause | silverstripe-australia/silverstripe-versionedfiles |
e22e15afda977484bfe0167960ba14400f8e1a64 | roles/adduser/tasks/main.yml | roles/adduser/tasks/main.yml | ---
- name: User | Create User Group
group:
name: "{{user.group|default(user.name)}}"
system: "{{user.system|default(omit)}}"
- name: User | Create User
user:
comment: "{{user.comment|default(omit)}}"
createhome: "{{user.create_home|default(omit)}}"
group: "{{user.group|default(user.name)}}"
... | ---
- name: User | Create User Group
group:
name: "{{user.group|default(user.name)}}"
system: "{{user.system|default(omit)}}"
- name: User | Create User
user:
comment: "{{user.comment|default(omit)}}"
createhome: "{{user.createhome|default(omit)}}"
group: "{{user.group|default(user.name)}}"
... | Fix createhome directory for adduser role | Fix createhome directory for adduser role
A typo in the adduser role prevents the createhome
variable to be taken into account.
Fix #3164
| YAML | apache-2.0 | kubernetes-sigs/kubespray,insequent/kargo,kubespray/kargo,kubernetes-incubator/kargo,kubernetes-incubator/kargo,kubernetes-sigs/kubespray,kubespray/kargo,kubernetes-sigs/kubespray,Atoms/kubespray,Atoms/kubespray,kubernetes-incubator/kubespray,Atoms/kubespray,kubernetes-incubator/kubespray,kubernetes-sigs/kubespray,inse... |
27d9302565ff6fe70ba19a41e2e739fe21d0500a | roles/dnsmasq/tasks/main.yml | roles/dnsmasq/tasks/main.yml | ---
- name: install dnsmasq and bind-utils
sudo: yes
yum:
name: "{{ item }}"
state: latest
with_items:
- dnsmasq
- bind-utils
tags:
- package
- dnsmasq
- name: configure consul lookups
sudo: yes
copy:
content: 'server=/consul/127.0.0.1#8600'
dest: /etc/dnsmasq.d/10-consul
... | ---
- name: install dnsmasq and bind-utils
sudo: yes
yum:
name: "{{ item }}"
state: latest
with_items:
- dnsmasq
- bind-utils
tags:
- dnsmasq
- name: configure dnsmasq for consul
sudo: yes
template:
src: 10-consul
dest: /etc/NetworkManager/dnsmasq.d/10-consul
tags:
- dn... | Update dnsmasq config to be launched from NetworkManager | Update dnsmasq config to be launched from NetworkManager
| YAML | apache-2.0 | kenjones-cisco/microservices-infrastructure,CiscoCloud/microservices-infrastructure,z00223295/microservices-infrastructure,noelbk/microservices-infrastructure,z00223295/microservices-infrastructure,arminc/microservices-infrastructure,revpoint/microservices-infrastructure,ddONGzaru/microservices-infrastructure,heww/micr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.