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 |
|---|---|---|---|---|---|---|---|---|---|
9d15831f65049f606f62979143ec10b3ecbdbbbd | .github/workflows/test.yml | .github/workflows/test.yml | name: tests
on: [push, pull_request]
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .
- name: Test with pytest
run: |
pip install pytest
pytest -v
| name: tests
on: [push, pull_request]
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[tests]
- name: Test with pytest
run: |
pip install pytest
pytest -v
| Fix copy-paste error in action | CI: Fix copy-paste error in action
| YAML | mit | ZedThree/fort_depend.py,ZedThree/fort_depend.py |
286721c65e65cfd00f13baa2d9f218c3a82a977c | contrib/flavor/ngs_pipeline_minimal/custom.yaml | contrib/flavor/ngs_pipeline_minimal/custom.yaml | ---
bio_nextgen:
alignment:
- star
utilities:
- biobambam
- rnaseqc
analysis:
- cufflinks
- picard
- tophat
variant:
- bcbio_variation
- gatk
- grabix
- mutect
- pbgzip
- snpeff
- varscan
needs_64bit:
- ucsc_tools
| ---
bio_nextgen:
alignment:
- star
utilities:
- biobambam
- rnaseqc
- alientrimmer
- featurecounts
analysis:
- cufflinks
- picard
- tophat
variant:
- bcbio_variation
- gatk
- grabix
- mutect
- pbgzip
- snpeff
- varscan
needs_64bit:
- ucsc_tools
| Add AlienTrimmer and featureCounts to minimal flavor. | Add AlienTrimmer and featureCounts to minimal flavor.
| YAML | mit | rchekaluk/cloudbiolinux,elkingtonmcb/cloudbiolinux,chapmanb/cloudbiolinux,pjotrp/cloudbiolinux,joemphilips/cloudbiolinux,averagehat/cloudbiolinux,lpantano/cloudbiolinux,kdaily/cloudbiolinux,heuermh/cloudbiolinux,kdaily/cloudbiolinux,chapmanb/cloudbiolinux,chapmanb/cloudbiolinux,rchekaluk/cloudbiolinux,lpantano/cloudbiolinux,lpantano/cloudbiolinux,AICIDNN/cloudbiolinux,heuermh/cloudbiolinux,elkingtonmcb/cloudbiolinux,AICIDNN/cloudbiolinux,rchekaluk/cloudbiolinux,averagehat/cloudbiolinux,averagehat/cloudbiolinux,chapmanb/cloudbiolinux,elkingtonmcb/cloudbiolinux,kdaily/cloudbiolinux,AICIDNN/cloudbiolinux,averagehat/cloudbiolinux,heuermh/cloudbiolinux,kdaily/cloudbiolinux,joemphilips/cloudbiolinux,elkingtonmcb/cloudbiolinux,joemphilips/cloudbiolinux,rchekaluk/cloudbiolinux,pjotrp/cloudbiolinux,pjotrp/cloudbiolinux,AICIDNN/cloudbiolinux,pjotrp/cloudbiolinux,joemphilips/cloudbiolinux,heuermh/cloudbiolinux |
369a74f4ce2033d730648dff88aa1c914234f4f8 | packages/zi/zifter-stack.yaml | packages/zi/zifter-stack.yaml | homepage: http://cs-syd.eu
changelog-type: ''
hash: 6297410474b4e3f7f58a9a9cfdc2db92ccfe2b6d9ea074c43f4e4b37f720cf23
test-bench-deps: {}
maintainer: syd.kerckhove@gmail.com
synopsis: zifter-stack
changelog: ''
basic-deps:
Cabal: ! '>=1.24 && <1.25'
path: ! '>=0.5 && <0.6'
base: ! '>=4.9 && <=5'
filepath: ! '>=1.4 && <1.5'
process: -any
zifter: ! '>=0.0 && <0.1'
path-io: ! '>=1.2 && <1.3'
directory: -any
all-versions:
- '0.0.0.0'
author: Tom Sydney Kerckhove
latest: '0.0.0.0'
description-type: haddock
description: zifter-stack
license-name: MIT
| homepage: http://cs-syd.eu
changelog-type: ''
hash: 712e36ca8a0a47899b3d1c1f12301fef373aa6be50bfc824f991727fe2fce8cf
test-bench-deps: {}
maintainer: syd.kerckhove@gmail.com
synopsis: zifter-stack
changelog: ''
basic-deps:
Cabal: ! '>=1.24 && <1.25'
path: ! '>=0.5 && <0.6'
base: ! '>=4.9 && <=5'
filepath: ! '>=1.4 && <1.5'
process: -any
zifter: ! '>=0.0 && <0.1'
path-io: ! '>=1.2 && <1.3'
directory: -any
all-versions:
- '0.0.0.0'
- '0.0.0.1'
author: Tom Sydney Kerckhove
latest: '0.0.0.1'
description-type: haddock
description: zifter-stack
license-name: MIT
| Update from Hackage at 2017-03-17T07:35:32Z | Update from Hackage at 2017-03-17T07:35:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d648206d42a93e8a9577b033fa2215c38d079d11 | src/Admingenerator/PropelDemoBundle/Resources/config/generator.yml | src/Admingenerator/PropelDemoBundle/Resources/config/generator.yml | generator: admingenerator.generator.propel
params:
model: Admingenerator\PropelDemoBundle\Model\Movie
namespace_prefix: Admingenerator
bundle_name: PropelDemoBundle
fields:
is_published:
help: If you want to see this content on you website
actors:
filterOn: actors.id
producer:
label: Producer name
sort_on: producer.name
getter: producer.name
addFormOptions:
property: name
release_date:
formType: birthday
addFormOptions:
format: "Y-m-d"
years:
.range:
from: <?php echo date("Y"); ?>
to: 1950
step: 1
builders:
list:
params:
title: Here is a beautifull title no ???
display: [ id, title, is_published, release_date ]
max_per_page: 3
actions:
new: ~
object_actions:
edit: ~
delete:
confirm: Are you sure to delete {{ Movie.title }} ?
filters:
params:
fields:
release_date:
formType: date_range
display: [ title, is_published, release_date]
new:
params:
title: You're creating a new movie
display: [ title, is_published, release_date ]
actions:
list: ~
edit:
params:
title: You're editing the movie "{{ Movie.title }}"
display:
"NONE": [ title, release_date ]
"Other informations": [[ is_published ]]#, [producer, actors ]]
actions:
list: ~
delete: ~
| generator: admingenerator.generator.propel
params:
model: Admingenerator\PropelDemoBundle\Model\Movie
namespace_prefix: Admingenerator
bundle_name: PropelDemoBundle
fields:
is_published:
help: If you want to see this content on you website
actors:
filterOn: actors.id
producer:
label: Producer name
sort_on: Producer.Name
getter: Producer
addFormOptions:
property: Name
release_date:
formType: birthday
addFormOptions:
format: "Y-m-d"
years:
.range:
from: <?php echo date("Y"); ?>
to: 1950
step: 1
builders:
list:
params:
title: Here is a beautifull title no ???
display: [ id, title, is_published, release_date, producer ]
max_per_page: 3
actions:
new: ~
object_actions:
edit: ~
delete:
confirm: Are you sure to delete {{ Movie.title }} ?
filters:
params:
fields:
release_date:
formType: date_range
display: [ title, is_published, release_date]
new:
params:
title: You're creating a new movie
display: [ title, is_published, release_date ]
actions:
list: ~
edit:
params:
title: You're editing the movie "{{ Movie.title }}"
display:
"NONE": [ title, release_date ]
"Other informations": [[ is_published ]]#, [producer, actors ]]
actions:
list: ~
delete: ~
| Add producer col in list | Add producer col in list
| YAML | mit | datagit/AdmingeneratorIpsum,symfony2admingenerator/AdmingeneratorIpsum,datagit/AdmingeneratorIpsum,datagit/AdmingeneratorIpsum,symfony2admingenerator/AdmingeneratorIpsum |
4e4098555d3140c42713b5ada6aeab849a9e1fe5 | build.yaml | build.yaml | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_javaee: javax:javaee-api:jar:7.0
javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.5.1
gwt_dev: com.google.gwt:gwt-dev:jar:2.5.1
javax_validation: javax.validation:validation-api:jar:1.0.0.GA
javax_validation_sources: javax.validation:validation-api:jar:sources:1.0.0.GA
gwt_websockets: org.realityforge.gwt.websockets:gwt-websockets:jar:1c48cf2
| repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_javaee: javax:javaee-api:jar:7.0
javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.5.1
gwt_dev: com.google.gwt:gwt-dev:jar:2.5.1
javax_validation: javax.validation:validation-api:jar:1.0.0.GA
javax_validation_sources: javax.validation:validation-api:jar:sources:1.0.0.GA
gwt_websockets: org.realityforge.gwt.websockets:gwt-websockets:jar:0.1
| Use release version of gwt-websockets | Use release version of gwt-websockets
| YAML | apache-2.0 | realityforge/gwt-websockets-example,realityforge/gwt-websockets-example,realityforge/gwt-websockets-example |
f3d38fe3b47570d76d13804c437bc116077424ca | appveyor.yml | appveyor.yml | version: '0.0.{build}'
image: Visual Studio 2017
branches:
only:
- master
init:
# Good practise, because Windows line endings are different from Unix/Linux ones
- cmd: git config --global core.autocrlf true
install:
# Install repo specific stuff here
before_build:
# Display .NET Core version
- cmd: dotnet --version
# Display minimal restore text
- cmd: dotnet restore src/Jaeger4Net.sln
build_script:
# output will be in ./src/bin/debug/netcoreapp1.1/publish
- cmd: dotnet publish src/Jaeger4Net.sln
after_build:
# For once the build has completed
artifacts:
clone_depth: 1
test_script:
# restore packages for our unit tests
# run the unit tests (requires changing into the test directory)
- cmd: cd src/Jaeger4Net.Tests/Jaeger4Net.Tests.csproj
- cmd: dotnet xunit
on_finish :
# any cleanup in here
deploy: off | version: '0.0.{build}'
image: Visual Studio 2017
branches:
only:
- master
init:
# Good practise, because Windows line endings are different from Unix/Linux ones
- cmd: git config --global core.autocrlf true
install:
# Install repo specific stuff here
before_build:
# Display .NET Core version
- cmd: dotnet --version
# Display minimal restore text
- cmd: dotnet restore src/Jaeger4Net.sln
build_script:
# output will be in ./src/bin/debug/netcoreapp1.1/publish
- cmd: dotnet publish src/Jaeger4Net.sln
after_build:
# For once the build has completed
artifacts:
clone_depth: 1
test_script:
# restore packages for our unit tests
# run the unit tests (requires changing into the test directory)
- cmd: cd src/Jaeger4Net.Tests
- cmd: dotnet xunit
on_finish :
# any cleanup in here
deploy: off | Fix bug in build script | Fix bug in build script
| YAML | mit | gideonkorir/jaeger4net |
71db120e84a647544eac74fa53d43afe0e98a11f | appveyor.yml | appveyor.yml | # AppVeyor configuration file
# https://www.appveyor.com/docs/appveyor-yml
# Be aware of https://github.com/nodejs/LTS when choosing versions to test
# Update engines.node in package.json if removing old versions.
environment:
matrix:
- nodejs_version: "10"
# Empty version installs most recent version available
- nodejs_version: ""
# If the package has arch-dependent features, uncomment this.
#platform:
# - x86
# - x64
install:
- ps: Install-Product node $env:nodejs_version
# Ignore package-lock.json. This is done for a few reasons:
# - To test against current versions of dependencies.
# - To test installability for dependents (doesn't use package-lock.json).
- if exist package-lock.json del package-lock.json
- npm install
test_script:
- node --version
- npm --version
- npm test
# Disable build step, which we don't need
build: off
# If any job fails, fail build immediately to avoid wasting time/resources.
matrix:
fast_finish: true
| # AppVeyor configuration file
# https://www.appveyor.com/docs/appveyor-yml
# Be aware of https://github.com/nodejs/LTS when choosing versions to test
# Update engines.node in package.json if removing old versions.
environment:
matrix:
- nodejs_version: "10"
# Empty version installs most recent version available
- nodejs_version: ""
# If the package has arch-dependent features, uncomment this.
#platform:
# - x86
# - x64
install:
- ps: Install-Product node $env:nodejs_version $(if ($env:PROCESSOR_ARCHITECTURE -eq 'AMD64') {'x64'} else {$env:PROCESSOR_ARCHITECTURE})
# Ignore package-lock.json. This is done for a few reasons:
# - To test against current versions of dependencies.
# - To test installability for dependents (doesn't use package-lock.json).
- if exist package-lock.json del package-lock.json
- npm install
test_script:
- node --version
- npm --version
- npm test
# Disable build step, which we don't need
build: off
# If any job fails, fail build immediately to avoid wasting time/resources.
matrix:
fast_finish: true
| Use x64 Node on AppVeyor | ci: Use x64 Node on AppVeyor
To work around appveyor/ci#3502.
Note: The AppVeyor-specific %PLATFORM% environment variable[1] is not
set when platform is not configured. %PROCESSOR_ARCHITECTURE% is set by
default on Windows.[2]
[1]: https://www.appveyor.com/docs/environment-variables/
[2]: https://superuser.com/q/305901
Signed-off-by: Kevin Locke <ffb4761cba839470133bee36aeb139f58d7dbaa9@kevinlocke.name>
| YAML | mit | kevinoid/git-branch-is,kevinoid/stream-compare,kevinoid/appveyor-status,kevinoid/swagger-spec-validator,kevinoid/travis-status,kevinoid/node-project-template,kevinoid/swagger-spec-validator,kevinoid/promised-read,kevinoid/stream-compare,kevinoid/appveyor-status,kevinoid/node-project-template,kevinoid/promised-read,kevinoid/git-branch-is,kevinoid/node-project-template,kevinoid/travis-status,kevinoid/git-branch-is,kevinoid/travis-status,kevinoid/stream-compare,kevinoid/swagger-spec-validator,kevinoid/promised-read,kevinoid/appveyor-status |
eb4785d45b57ce56625b6d5413154dbcb7793815 | appveyor.yml | appveyor.yml | version: 1.0.{build}
branches:
only:
- development/r1.0
- release/r1.0
image: Visual Studio 2017 RC
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: release/r1.0
api_key:
secure: ljl/r7XeQm+KBzR7pm1OOW4+YcDUsYiWlr9jWFztMh/8/orG4V9ylTi+P1jGME7g
skip_symbols: false
artifact: /.*\.nupkg$/
| version: 1.0.{build}
branches:
only:
- development/r1.0
- release/r1.0
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: release/r1.0
api_key:
secure: ljl/r7XeQm+KBzR7pm1OOW4+YcDUsYiWlr9jWFztMh/8/orG4V9ylTi+P1jGME7g
skip_symbols: false
artifact: /.*\.nupkg$/
| Use latest build environment in AppVeyor. | Use latest build environment in AppVeyor.
| YAML | mit | tintoy/HTTPlease,tintoy/HTTPlease |
28a6ef1dc4247d7cfd75ebf02118a534b407270a | 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 |
100df75a4f338138efda2be57c1b9da8af0b281f | appveyor.yml | appveyor.yml | version: 1.0.0.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)'
before_build:
- ps: nuget restore
build:
project: Tabster.WinForms.sln
after_test:
- ps: >-
.\nuget_pack.ps1
artifacts:
- path: '*.nupkg'
name: nuget_package
deploy:
provider: NuGet
api_key:
secure: QzhmxS67d/XC1o4iPuKUv4+m4DxLtf5xXivDgokPK3kkMRP586YrbNDWZIPF09+R
skip_symbols: false
artifact: /.*\.nupkg/
on:
branch: master | version: 1.0.0.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)'
before_build:
- ps: nuget restore
build:
project: Tabster.WinForms.sln
after_test:
- ps: >-
.\nuget_pack.ps1
artifacts:
- path: '*.nupkg'
name: nuget_package
deploy:
provider: NuGet
api_key:
secure: QzhmxS67d/XC1o4iPuKUv4+m4DxLtf5xXivDgokPK3kkMRP586YrbNDWZIPF09+R
skip_symbols: false
artifact: nuget_package
on:
branch: master | Replace regex with artifact name | Replace regex with artifact name
| YAML | apache-2.0 | GetTabster/Tabster.WinForms |
840aa91344da27d4d25e078caef9f03712cbe2f0 | appveyor.yml | appveyor.yml | # environment variables
environment:
path_to_sln: src/src.sln
skip_tags: true
install:
- choco install gitversion.portable -pre -y
- cinst gitlink -version 2.4.1 -y
image: Visual Studio 2017 Preview
assembly_info:
patch: false
before_build:
- ps: gitversion /l console /output buildserver
- cmd: msbuild %path_to_sln% /t:restore /p:PackageVersion=%GitVersion_FullSemVer%
build:
project: '%path_to_sln%'
verbosity: minimal
after_build:
- cmd: gitlink . -u https://github.com/%APPVEYOR_REPO_NAME% -b %APPVEYOR_REPO_BRANCH% -s %APPVEYOR_REPO_COMMIT% -f %path_to_sln%
- cmd: msbuild %path_to_sln% /t:Pack /p:PackageVersion=%GitVersion_FullSemVer%
artifacts:
- path: /src/**/*.nupkg
deploy:
provider: NuGet
api_key:
secure: u8JpW5kkti8pMi+ra2QcXTJPhkHCA8pkKSiiZOJbcS/vFVHNvF3W8qw1Fy2If6a7
skip_symbols: false
artifact: /.*\.nupkg/ | # environment variables
environment:
path_to_sln: src/src.sln
skip_tags: true
install:
- choco install gitversion.portable -pre -y
- cinst gitlink -version 2.4.1 -y
- cinst dotnetcore-sdk --pre
image: Visual Studio 2017 Preview
assembly_info:
patch: false
before_build:
- ps: gitversion /l console /output buildserver
- cmd: msbuild %path_to_sln% /t:restore /p:PackageVersion=%GitVersion_FullSemVer%
build:
project: '%path_to_sln%'
verbosity: minimal
after_build:
- cmd: gitlink . -u https://github.com/%APPVEYOR_REPO_NAME% -b %APPVEYOR_REPO_BRANCH% -s %APPVEYOR_REPO_COMMIT% -f %path_to_sln%
- cmd: msbuild %path_to_sln% /t:Pack /p:PackageVersion=%GitVersion_FullSemVer%
artifacts:
- path: /src/**/*.nupkg
deploy:
provider: NuGet
api_key:
secure: u8JpW5kkti8pMi+ra2QcXTJPhkHCA8pkKSiiZOJbcS/vFVHNvF3W8qw1Fy2If6a7
skip_symbols: false
artifact: /.*\.nupkg/ | Build fix - install dotnetcore 3 sdk preview | Build fix - install dotnetcore 3 sdk preview
| YAML | mit | dazinator/Dotnettency,dazinator/Dotnettency,dazinator/Dotnettency |
8812bcbf0d585cfbe85d6232b28196a4a4a6c6ee | appveyor.yml | appveyor.yml | build: false
environment:
matrix:
- PYTHON: "C:/Python35-x64"
- PYTHON: "C:/Python36-x64"
- PYTHON: "C:/Python37-x64"
- PYTHON: "C:/Python38-x64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/pip.exe install setuptools --upgrade"
- "%PYTHON%/Scripts/pip.exe install pytest"
test_script:
- "%PYTHON%/python.exe -m pytest -vv"
notifications:
- provider: Slack
auth_token:
secure: JyTQAtBzpPYiWK3eRTz/U+rvmAKopqIWE19ti4vSL/IRygV3jUVUkwET1VyTlrqOeYfNx3Kfcp7eUmHCHxFCgw==
channel: notifications
| build: false
environment:
matrix:
- PYTHON: "C:/Python35-x64"
- PYTHON: "C:/Python36-x64"
- PYTHON: "C:/Python37-x64"
- PYTHON: "C:/Python38-x64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/pip.exe install --upgrade setuptools"
- "%PYTHON%/Scripts/pip.exe install --upgrade .[test]"
test_script:
- "%PYTHON%/python.exe -m pytest -vv"
notifications:
- provider: Slack
auth_token:
secure: JyTQAtBzpPYiWK3eRTz/U+rvmAKopqIWE19ti4vSL/IRygV3jUVUkwET1VyTlrqOeYfNx3Kfcp7eUmHCHxFCgw==
channel: notifications
| Fix package installation for Windows CI | Fix package installation for Windows CI
| YAML | mit | thombashi/DateTimeRange |
835c2cad3dc8c80e544e70cc42e03c4428880ac2 | appveyor.yml | appveyor.yml | os: Visual Studio 2015
init:
- git config --global core.autocrlf input
build_script:
- cmd: >-
build.cmd /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" %BuildArgs%
.nuget\packages\coveralls.io\tools\coveralls.net.exe --opencover out\coverage.xml
# we run the tests ourselves in build.cmd for coverage
test: off
environment:
COVERALLS_REPO_TOKEN:
secure: l3O4lbgUscsMKm9M580fsx0rBDal/nTrtRTt3ZE6897ps9Q3USzEIwR254Z4CfKv
deploy:
- provider: NuGet
api_key:
secure: 7MS5+XWaFchMXFqzgneQCqo9U0DlxiPXe/KWWUnbCBDEizVn06EjdQZkWu1gbNOJ
artifact: Package
on:
branch: master
nuget:
project_feed: true
disable_publish_on_pr: true
artifacts:
- path: out\*.nupkg
name: Package
| os: Visual Studio 2015
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
build_script:
- cmd: >-
build.cmd /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" %BuildArgs%
.nuget\packages\coveralls.io\tools\coveralls.net.exe --opencover out\coverage.xml
# we run the tests ourselves in build.cmd for coverage
test: off
environment:
COVERALLS_REPO_TOKEN:
secure: l3O4lbgUscsMKm9M580fsx0rBDal/nTrtRTt3ZE6897ps9Q3USzEIwR254Z4CfKv
deploy:
- provider: NuGet
api_key:
secure: 7MS5+XWaFchMXFqzgneQCqo9U0DlxiPXe/KWWUnbCBDEizVn06EjdQZkWu1gbNOJ
artifact: Package
on:
branch: master
nuget:
project_feed: true
disable_publish_on_pr: true
artifacts:
- path: out\*.nupkg
name: Package
| Enable RDP access during build | Enable RDP access during build
| YAML | mit | kzu/Merq,MobileEssentials/Merq,adalon/Merq |
f3a8b1309341d7645e487c52cf5c77685d776eb6 | appveyor.yml | appveyor.yml | install:
- choco install HaskellPlatform -version 2014.2.0.0
- SET PATH=C:\Program Files\Haskell Platform\2014.2.0.0\bin;C:\Program Files\Haskell Platform\2014.2.0.0\mingw\bin;C:\Program Files\Haskell Platform\2014.2.0.0\lib\extralibs\bin;%PATH%
- cabal update
build_script:
- cd Cabal
- ghc --make -threaded -i -i. Setup.hs -Wall -Werror
# 'echo "" |' works around an AppVeyor issue:
# https://github.com/commercialhaskell/stack/issues/1097#issuecomment-145747849
- echo "" | cabal install --only-dependencies --enable-tests
- Setup configure --user --ghc-option=-Werror --enable-tests
- Setup build
- Setup test unit-tests --show-details=streaming
- Setup test package-tests --show-details=streaming --test-options=--skip-shared-library-tests
- Setup install
- cd ..\cabal-install
- ghc --make -threaded -i -i. Setup.hs -Wall -Werror
- echo "" | cabal install --only-dependencies --enable-tests --force-reinstalls
- Setup configure --user --ghc-option=-Werror --enable-tests
- Setup build
# - Setup test unit-tests --show-details=streaming
| install:
- choco install HaskellPlatform -version 2014.2.0.0
- SET PATH=C:\Program Files\Haskell Platform\2014.2.0.0\bin;C:\Program Files\Haskell Platform\2014.2.0.0\mingw\bin;C:\Program Files\Haskell Platform\2014.2.0.0\lib\extralibs\bin;%PATH%
- cabal update
build_script:
- cd Cabal
- ghc --make -threaded -i -i. Setup.hs -Wall -Werror
# 'echo "" |' works around an AppVeyor issue:
# https://github.com/commercialhaskell/stack/issues/1097#issuecomment-145747849
- echo "" | cabal install --only-dependencies --enable-tests
- Setup configure --user --ghc-option=-Werror --enable-tests
- Setup build
- Setup test unit-tests --show-details=streaming
- Setup test package-tests --show-details=streaming --test-option=--skip-shared-library-tests --test-option='--pattern=!GhcPkgGuess'
- Setup install
- cd ..\cabal-install
- ghc --make -threaded -i -i. Setup.hs -Wall -Werror
- echo "" | cabal install --only-dependencies --enable-tests --force-reinstalls
- Setup configure --user --ghc-option=-Werror --enable-tests
- Setup build
# - Setup test unit-tests --show-details=streaming
| Disable GhcPkgGuess tests on Windows. | Disable GhcPkgGuess tests on Windows. | YAML | bsd-3-clause | Heather/cabal,bennofs/cabal,themoritz/cabal,garetxe/cabal,sopvop/cabal,thomie/cabal,garetxe/cabal,gbaz/cabal,gbaz/cabal,mydaum/cabal,kolmodin/cabal,sopvop/cabal,kolmodin/cabal,themoritz/cabal,thomie/cabal,sopvop/cabal,mydaum/cabal,headprogrammingczar/cabal,bennofs/cabal,Heather/cabal,headprogrammingczar/cabal,themoritz/cabal |
b0fb213ec5253fb9c51579d1521289332c1a32d4 | appveyor.yml | appveyor.yml | init:
- git config --global core.autocrlf input
version: '{build}'
environment:
matrix:
- nodejs_version: '0.10'
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build: off
test_script:
- node --version
- npm --version
- npm test
| init:
- git config --global core.autocrlf input
shallow_clone: true
version: '{build}'
skip_tags: true
environment:
matrix:
- nodejs_version: '0.12'
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build: off
test_script:
- node --version
- npm --version
- npm test
| Update Node version to 0.12 on AppVeyor | Update Node version to 0.12 on AppVeyor
| YAML | mit | imagemin/imagemin-optipng |
acff69f78d0ec9c9a04476fb3776fa59d777665b | 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:
- echo $(GOPATH)
- rd C:\Go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-amd64.zip
- 7z x go1.7.4.windows-amd64.zip -oC:\ >nul
- C:\go\bin\go version
- cinst InnoSetup -y
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
build_script:
- C:\Ruby23\DevKit\mingw\bin\windres.exe script\windows-installer\resources.rc -o resources.syso
- bash --login -c 'GOARCH=386 script/bootstrap'
- mv bin\git-lfs.exe git-lfs-x86.exe
- bash --login -c 'GOARCH=amd64 script/bootstrap'
- mv bin\git-lfs.exe git-lfs-x64.exe
after_build:
- iscc script\windows-installer\inno-setup-git-lfs-installer.iss
test_script:
- bash --login script/cibuild
artifacts:
- path: git-lfs-x86.exe
- path: git-lfs-x64.exe
- path: git-lfs-windows-*.exe
| skip_branch_with_pr: true
environment:
GOPATH: $(HOMEDRIVE)$(HOMEPATH)\go
MSYSTEM: MINGW64
clone_folder: $(GOPATH)\src\github.com\git-lfs\git-lfs
install:
- echo %GOPATH%
- rd C:\Go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-amd64.zip
- 7z x go1.7.4.windows-amd64.zip -oC:\ >nul
- C:\go\bin\go version
- cinst InnoSetup -y
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
build_script:
- C:\Ruby23\DevKit\mingw\bin\windres.exe script\windows-installer\resources.rc -o resources.syso
- bash --login -c 'GOARCH=386 script/bootstrap'
- mv bin\git-lfs.exe git-lfs-x86.exe
- bash --login -c 'GOARCH=amd64 script/bootstrap'
- mv bin\git-lfs.exe git-lfs-x64.exe
after_build:
- iscc script\windows-installer\inno-setup-git-lfs-installer.iss
test_script:
- bash --login script/cibuild
artifacts:
- path: git-lfs-x86.exe
- path: git-lfs-x64.exe
- path: git-lfs-windows-*.exe
| Fix printing the GOPATH environment variable | AppVeyor: Fix printing the GOPATH environment variable
| YAML | mit | Jericho25/-git-lfs_miilkyway,github/git-lfs,andyneff/git-lfs,bozaro/git-lfs,dakotahawkins/git-lfs,andyneff/git-lfs,aleb/git-lfs,bozaro/git-lfs,bozaro/git-lfs,github/git-lfs,dakotahawkins/git-lfs,aleb/git-lfs,dakotahawkins/git-lfs,aleb/git-lfs,github/git-lfs,andyneff/git-lfs,Jericho25/-git-lfs_miilkyway,Jericho25/-git-lfs_miilkyway |
122212fa70659d89f01644b8c915f4da08661ede | metadata/luke.launcher.yml | metadata/luke.launcher.yml | Categories:
- System
- Theming
License: GPL-3.0-only
WebSite: https://lukelauncher.de
SourceCode: https://gitlab.com/LukeSoftware/lukelauncher
IssueTracker: https://gitlab.com/LukeSoftware/lukelauncher/issues
AutoName: LukeLauncher
RepoType: git
Repo: https://gitlab.com/LukeSoftware/lukelauncher
Builds:
- versionName: 1.0.18
versionCode: 10018
commit: v1.0.18
subdir: platforms/android/app
gradle:
- yes
- versionName: 1.0.19
versionCode: 10019
commit: v1.0.19
subdir: platforms/android/app
gradle:
- yes
MaintainerNotes: This is a Cordova app, built from source.
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags v.*[0-9]$
CurrentVersion: 1.0.19
CurrentVersionCode: 10019
| Categories:
- System
- Theming
License: GPL-3.0-only
WebSite: https://lukelauncher.de
SourceCode: https://gitlab.com/LukeSoftware/lukelauncher
IssueTracker: https://gitlab.com/LukeSoftware/lukelauncher/issues
AutoName: LukeLauncher
RepoType: git
Repo: https://gitlab.com/LukeSoftware/lukelauncher
Builds:
- versionName: 1.0.18
versionCode: 10018
commit: v1.0.18
subdir: platforms/android/app
gradle:
- yes
- versionName: 1.0.19
versionCode: 10019
commit: v1.0.19
subdir: platforms/android/app
gradle:
- yes
- versionName: 1.0.20
versionCode: 10020
commit: v1.0.20
subdir: platforms/android/app
gradle:
- yes
MaintainerNotes: This is a Cordova app, built from source.
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags v.*[0-9]$
CurrentVersion: 1.0.20
CurrentVersionCode: 10020
| Update LukeLauncher to 1.0.20 (10020) | Update LukeLauncher to 1.0.20 (10020)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
54f14a0ca641a49e5bc5b2c8fe167822b595d5c9 | environments/major-upgrade-converge-docker.yaml | environments/major-upgrade-converge-docker.yaml | # Use this to reset any mappings only used for upgrades after the
# update of all nodes is completed
resource_registry:
OS::TripleO::PostDeploySteps: ../common/post.yaml
parameter_defaults:
EnableConfigPurge: false
StackUpdateType: ''
UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: ''
UpgradeInitCommand: ''
MigrationSshPort: 2022 | # Use this to reset any mappings only used for upgrades after the
# update of all nodes is completed
resource_registry:
OS::TripleO::PostDeploySteps: ../common/post.yaml
parameter_defaults:
EnableConfigPurge: false
StackUpdateType: ''
UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: ''
UpgradeInitCommand: ''
MigrationSshPort: 2022
CephAnsiblePlaybook: /usr/share/ceph-ansible/infrastructure-playbooks/rolling_update.yml
| Switch to ceph-ansible rolling_update on upgrade converge | Switch to ceph-ansible rolling_update on upgrade converge
We need to switch to a different ceph-ansible playbook on upgrade
converge step to trigger the actual Ceph upgrade.
Change-Id: I22c2d7f3a33b454df46173c76d0ede668ab9d064
| YAML | apache-2.0 | openstack/tripleo-heat-templates,dprince/tripleo-heat-templates,openstack/tripleo-heat-templates,dprince/tripleo-heat-templates |
5e4e66e3d99dffbf1fd8b731234a2169bdd0fcb4 | deploy/charts/cert-manager/Chart.template.yaml | deploy/charts/cert-manager/Chart.template.yaml | apiVersion: v1
name: cert-manager
# The version and appVersion fields are set automatically by the release tool
version: v0.1.0
appVersion: v0.1.0
kubeVersion: ">= 1.16.0-0"
description: A Helm chart for cert-manager
home: https://github.com/cert-manager/cert-manager
icon: https://raw.githubusercontent.com/cert-manager/cert-manager/master/logo/logo.png
keywords:
- cert-manager
- kube-lego
- letsencrypt
- tls
sources:
- https://github.com/cert-manager/cert-manager
maintainers:
- name: cert-manager-maintainers
email: cert-manager-maintainers@googlegroups.com
annotations:
artifacthub.io/prerelease: "{{IS_PRERELEASE}}"
| apiVersion: v1
name: cert-manager
# The version and appVersion fields are set automatically by the release tool
version: v0.1.0
appVersion: v0.1.0
kubeVersion: ">= 1.19.0-0"
description: A Helm chart for cert-manager
home: https://github.com/cert-manager/cert-manager
icon: https://raw.githubusercontent.com/cert-manager/cert-manager/master/logo/logo.png
keywords:
- cert-manager
- kube-lego
- letsencrypt
- tls
sources:
- https://github.com/cert-manager/cert-manager
maintainers:
- name: cert-manager-maintainers
email: cert-manager-maintainers@googlegroups.com
annotations:
artifacthub.io/prerelease: "{{IS_PRERELEASE}}"
| Update minimum version constraint to be 1.19.0-0 | Update minimum version constraint to be 1.19.0-0
Signed-off-by: Dean Coakley <4633b6ea1d9a27ba23efc9dd56ed43897c6268a7@gmail.com>
| YAML | apache-2.0 | jetstack/cert-manager,cert-manager/cert-manager,jetstack/cert-manager,cert-manager/cert-manager,cert-manager/cert-manager,jetstack/cert-manager |
ea865e54ad4b8ce3783169b9475a2ab027a6f1bb | playbook/roles/bsdkit_sysprep/tasks/main.yml | playbook/roles/bsdkit_sysprep/tasks/main.yml | ---
- name: Create /etc/rc.d/digitalocean
when: platform_is_digitalocean
copy:
src: files/digitalocean
dest: /etc/rc.d/digitalocean
owner: root
group: wheel
mode: "0755"
- name: Enable digitalocean service
when: platform_is_digitalocean
service:
name: digitalocean
enabled: true
state: stopped
- name: Touch /firstboot
file:
path: /firstboot
state: touch
owner: root
group: wheel
mode: "0644"
- name: Reset log files
shell:
cmd: |
for _file in /var/log/*; do
: > ${_file}
done
newsyslog -C -v
| ---
- name: Create /etc/rc.d/digitalocean
when: platform_is_digitalocean
copy:
src: files/digitalocean
dest: /etc/rc.d/digitalocean
owner: root
group: wheel
mode: "0755"
- name: Enable digitalocean service
when: platform_is_digitalocean
service:
name: digitalocean
enabled: true
state: stopped
- name: Touch /firstboot
file:
path: /firstboot
state: touch
owner: root
group: wheel
mode: "0644"
- name: Reset log files
shell:
cmd: |
for _file in /var/log/*; do
: > ${_file}
done
newsyslog -C -v
changed_when: false
| Fix 'Commands should not change things if nothing needs doing.' | Fix 'Commands should not change things if nothing needs doing.'
| YAML | bsd-2-clause | olgeni/bsdkit |
3e88cd7073c57e64610bf630f8a6fc345c41c6ef | circle.yml | circle.yml | nodes:
www:
ami: ami-85b47fec
instance-type: "m1.small"
username: ubuntu
## following only necessary for deployment
availability-zone: "us-east-1a" # customers *could* specify this, probably shouldn't care.
public-key: "backend/www.id_rsa.pub"
private-key: "backend/www.id_rsa"
security-groups: ["www"]
jobs:
build:
template: build
node: www # name of node to use. unique per-project
commands:
- bundle install
- lein deps:
pwd: backend
- rake test
- lein midje:
pwd: backend
environment:
CIRCLE_ENV: "staging"
# on-success: deploy # another build to trigger if this one is successful
notify-email:
# Recognized keys, :committer, :owner, or email literals.
- :committer
- :owner
deploy:
template: deploy
node: www
notify-email:
- :owner
commands:
- lein deps:
pwd: backend
- lein daemon start ":web":
pwd: backend
environment:
CIRCLE_ENV: "production"
SWANK: "true"
- sudo /etc/init.d/nginx start
schedule:
commit:
job: build
nightly:
job: long-tests
# branches:
# only:
# exclude: | nodes:
www:
ami: ami-f1de1598
instance-type: "m1.small"
username: ubuntu
## following only necessary for deployment
availability-zone: "us-east-1a" # customers *could* specify this, probably shouldn't care.
public-key: "backend/www.id_rsa.pub"
private-key: "backend/www.id_rsa"
security-groups: ["www"]
jobs:
build:
template: build
node: www # name of node to use. unique per-project
commands:
- bundle install
- lein deps:
pwd: backend
- rake test
- lein midje:
pwd: backend
environment:
CIRCLE_ENV: "staging"
# on-success: deploy # another build to trigger if this one is successful
notify-email:
# Recognized keys, :committer, :owner, or email literals.
- :committer
- :owner
deploy:
template: deploy
node: www
notify-email:
- :owner
commands:
- lein deps:
pwd: backend
- lein daemon start ":web":
pwd: backend
environment:
CIRCLE_ENV: "production"
SWANK: "true"
- sudo /etc/init.d/nginx start
schedule:
commit:
job: build
nightly:
job: long-tests
# branches:
# only:
# exclude: | Move the RVM source line to the top of ~/.bashrc, so rvm is available in non-interactive shells. | Move the RVM source line to the top of ~/.bashrc, so rvm is available in non-interactive shells.
| YAML | epl-1.0 | RayRutjes/frontend,circleci/frontend,RayRutjes/frontend,prathamesh-sonpatki/frontend,circleci/frontend,circleci/frontend,prathamesh-sonpatki/frontend |
2c08be52ad3cdc7775a73be7207fca65e5de6dc0 | circle.yml | circle.yml | machine:
java:
version: oraclejdk8
after_success:
- mvn clean test jacoco:report coveralls:report | machine:
java:
version: oraclejdk8
test:
post:
- mvn jacoco:report coveralls:report | Fix call to Jacoco and coveralls in CircleCI | Fix call to Jacoco and coveralls in CircleCI
| YAML | apache-2.0 | Hacker-Peers/SQLIDetectionDriver,pldupont/SQLIDetectionDriver |
dd1ff2a6f8d218f122ace9f4f0b9674485e88fa5 | circle.yml | circle.yml | checkout:
post:
- rm -rf $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
- mkdir -p $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME
- cp -r $HOME/$CIRCLE_PROJECT_REPONAME $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME
machine:
timezone: Asia/Tokyo
dependencies:
pre:
- go get github.com/nitrous-io/goop
override:
- goop install
test:
override:
- goop go test -v ./... -race
post:
- goop go build -v -o _bin/resizer
| checkout:
post:
- rm -rf $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
- mkdir -p $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME
- cp -r $HOME/$CIRCLE_PROJECT_REPONAME $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME
- go version
- cat /etc/lsb-release
machine:
timezone: Asia/Tokyo
dependencies:
pre:
- sudo add-apt-repository ppa:masterminds/glide -y && sudo apt-get update -y
- sudo apt-get install glide -y
override:
- glide install
test:
pre:
- mysql -u root -e "CREATE DATABASE resizer;"
- echo $GCLOUD_ACCOUNT_JSON | base64 --decode > $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/gcloud.json
override:
- go test github.com/syoya/resizer/fetcher
- go test github.com/syoya/resizer/log
- go test github.com/syoya/resizer/option
- go test github.com/syoya/resizer/processor
- go test github.com/syoya/resizer/server
- go test github.com/syoya/resizer/storage
- go test github.com/syoya/resizer/uploader
post:
- go build -v
deployment:
release:
branch: release
commands:
- go get -d github.com/laher/goxc
- goxc -wlc default publish-github -apikey=$GITHUB_TOKEN
- goxc bump
- goxc -bc="linux,windows,darwin"
- git config --global user.email "release@circleci.com"
- git config --global user.name "CircleCI"
- git commit ".goxc.json" -m "Bump version [ci skip]"
- git push https://${GITHUB_TOKEN}@github.com/go-microservices/resizer.git release}]
| Fix Circle CI configuration for release | Fix Circle CI configuration for release
| YAML | mit | minodisk/resizer,minodisk/resizer |
4a969d164d67032e14efd53ca656d12e92413e7f | circle.yml | circle.yml | # Warning: This file is automatically synced from https://github.com/ipfs/ci-sync so if you want to change it, please change it there and ask someone to sync all repositories.
machine:
node:
version: 8 # LTS
test:
pre:
- npm run lint
post:
- make test
- npm run coverage -- --upload --providers coveralls
dependencies:
pre:
- google-chrome --version
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome.deb || true
- sudo apt-get update
- sudo apt-get install -f
- sudo apt-get install --only-upgrade lsb-base
- sudo dpkg -i google-chrome.deb
- google-chrome --version
| # Warning: This file is automatically synced from https://github.com/ipfs/ci-sync so if you want to change it, please change it there and ask someone to sync all repositories.
machine:
node:
version: 9
test:
pre:
- npm run lint
post:
- make test
- npm run coverage -- --upload --providers coveralls
dependencies:
pre:
- google-chrome --version
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome.deb || true
- sudo apt-get update
- sudo apt-get install -f
- sudo apt-get install --only-upgrade lsb-base
- sudo dpkg -i google-chrome.deb
- google-chrome --version
| Use a version of node with module version 59 | chore: Use a version of node with module version 59
| YAML | mit | ipfs/node-ipfs |
b48229b385a75ae407fc9e04fbd115224263ebd1 | circle.yml | circle.yml | dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter android-23,build-tools-23.0.1
- echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-android-m2repository
test:
override:
# start the emulator
- emulator -avd circleci-android22 -no-audio -no-window:
background: true
parallel: true
- circle-android wait-for-boot
# run tests against the emulator.
- >-
TERM=dumb
./gradlew
connectedAndroidTest
testDebug
assembleDebug
-PpreDexLibraries=false
# copy the build outputs to artifacts
- cp -r app/build/outputs $CIRCLE_ARTIFACTS
- cp -r app/build/reports $CIRCLE_ARTIFACTS
# copy the test results to the test results directory.
- cp -r app/build/outputs/androidTest-results/* $CIRCLE_TEST_REPORTS
- cp -r app/build/test-results/* $CIRCLE_TEST_REPORTS
| machine:
java:
version: oraclejdk8
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter android-23,build-tools-23.0.1
- echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-android-m2repository
test:
override:
# start the emulator
- emulator -avd circleci-android22 -no-audio -no-window:
background: true
parallel: true
- circle-android wait-for-boot
# run tests against the emulator.
- >-
TERM=dumb
./gradlew
connectedAndroidTest
testDebug
assembleDebug
-PpreDexLibraries=false
# copy the build outputs to artifacts
- cp -r app/build/outputs $CIRCLE_ARTIFACTS
- cp -r app/build/reports $CIRCLE_ARTIFACTS
# copy the test results to the test results directory.
- cp -r app/build/outputs/androidTest-results/* $CIRCLE_TEST_REPORTS
- cp -r app/build/test-results/* $CIRCLE_TEST_REPORTS
| Make Circle CI use Java 8 (for retrolambda) | Make Circle CI use Java 8 (for retrolambda)
| YAML | mit | xaethos/tracker-notifier,xaethos/tracker-notifier |
f7f7c4c6c11a0a413a4cbe0cbaeeff287f91aef6 | circle.yml | circle.yml | machine:
services:
- docker
environment:
# DEBUG_LINTING: true
checkout:
pre:
- git config --global user.email "circleci@lintci.com"
- git config --global user.name "LintCI's CircleCI Bot"
dependencies:
cache_directories:
- "~/.docker"
post:
- bundle exec rake docker:load
- bundle exec rake docker:build
- bundle exec rake docker:dump
- bundle exec rake docker:tag
deployment:
master:
branch: master
commands:
- bundle exec rake credentials
- bundle exec rake release
- bundle exec rake docker:push
| machine:
services:
- docker
environment:
# DEBUG_LINTING: true
checkout:
pre:
- git config --global user.email "circleci@lintci.com"
- git config --global user.name "LintCI's CircleCI Bot"
dependencies:
cache_directories:
- "~/.docker"
post:
- bundle exec rake docker:pull
- bundle exec rake docker:build
- bundle exec rake docker:tag
deployment:
master:
branch: master
commands:
- bundle exec rake credentials
- bundle exec rake release
- bundle exec rake docker:push
| Switch back to pull model, it's faster. | Switch back to pull model, it's faster.
| YAML | mpl-2.0 | lintci/lint_trap,lintci/lint_trap |
f94a450d17878957264460388899fafe919f27f9 | circle.yml | circle.yml | machine:
pre:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
services:
- docker
environment:
LOG_LEVEL: DEBUG
dependencies:
pre:
- docker -v
- docker pull ches/kafka:0.9.0.1
- docker pull jplock/zookeeper:3.4.6
- gem install bundler -v 1.9.5
test:
override:
- bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/unit.xml
- bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/functional.xml --tag functional
post:
- bundle exec rubocop
- cp *.log $CIRCLE_ARTIFACTS/ || true
| machine:
pre:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
services:
- docker
environment:
LOG_LEVEL: DEBUG
dependencies:
pre:
- docker -v
- docker pull ches/kafka:0.9.0.1
- docker pull jplock/zookeeper:3.4.6
test:
override:
- bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/unit.xml
- bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/functional.xml --tag functional
post:
- bundle exec rubocop
- cp *.log $CIRCLE_ARTIFACTS/ || true
| Use default version of Bundler on CI | Use default version of Bundler on CI
| YAML | apache-2.0 | crashlytics/ruby-kafka,zendesk/ruby-kafka,zendesk/ruby-kafka,crashlytics/ruby-kafka |
c047ada26608f91451567eb239bece4c34a2b8fd | circle.yml | circle.yml | test:
override:
- echo "test"
deployment:
production:
branch: master
commands:
- scp -r * circleci@getkap.co:/var/www/getkap.co/html/
| test:
override:
- echo "test"
deployment:
production:
branch: master
commands:
- rsync -avz -e "ssh" . tim@getkap.co:/var/www/getkap.co/html/
| Test deployment with user key | Test deployment with user key
| YAML | mit | wulkano/kap-website,wulkano/getkap.co,wulkano/getkap.co,wulkano/kap-website |
a2a3aa078c4bc7de8636d19f28ba960eaa379d2e | circle.yml | circle.yml | ---
machine:
environment:
DB: postgres
services:
- postgresql
ruby:
version: 2.2.4
dependencies:
override:
- ./build-ci.rb install
test:
override:
- './build-ci.rb test':
parallel: true
| ---
machine:
environment:
DB: postgres
services:
- postgresql
ruby:
version: 2.3.1
dependencies:
override:
- ./build-ci.rb install
test:
override:
- './build-ci.rb test':
parallel: true
| Test against ruby 2.3.1 on CircleCI | Test against ruby 2.3.1 on CircleCI
| YAML | bsd-3-clause | DarkoP/spree,imella/spree,imella/spree,calvinl/spree,vinayvinsol/spree,ayb/spree,vinsol/spree,siddharth28/spree,calvinl/spree,ayb/spree,calvinl/spree,DarkoP/spree,vinsol/spree,vinayvinsol/spree,siddharth28/spree,vinayvinsol/spree,imella/spree,ayb/spree,siddharth28/spree,DarkoP/spree,vinsol/spree,ayb/spree,vinsol/spree,calvinl/spree,vinayvinsol/spree,siddharth28/spree,DarkoP/spree |
176f200c0da09e70b8811e2597806d7e4a6939c0 | circle.yml | circle.yml | machine:
environment:
TOOLS_VERSION: 25.1.6
BUILD_TOOLS_VERSION: 23.0.3
java:
version: oraclejdk8
dependencies:
pre:
- if ! $(grep -q "Revision="$TOOLS_VERSION $ANDROID_HOME/tools/source.properties); then echo y | android update sdk --no-ui --all --filter "tools"; fi
- if [ ! -e $ANDROID_HOME/build-tools/$BUILD_TOOLS_VERSION ]; then echo y | android update sdk --no-ui --all --filter "build-tools-"$BUILD_TOOLS_VERSION; fi
- echo y | android update sdk --no-ui --all --filter extra-android-m2repository
cache_directories:
- /usr/local/android-sdk-linux/tools
- /usr/local/android-sdk-linux/build-tools/$BUILD_TOOLS_VERSION
test:
override:
- ./gradlew assembleDebug
| machine:
environment:
TARGET_SDK_VERSION: 24
TOOLS_VERSION: 25.1.7
BUILD_TOOLS_VERSION: 24.0.0
java:
version: oraclejdk8
dependencies:
pre:
- if ! $(grep -q "Revision="$TOOLS_VERSION $ANDROID_HOME/tools/source.properties); then echo y | android update sdk --no-ui --all --filter "tools"; fi
- if [ ! -e $ANDROID_HOME/build-tools/$BUILD_TOOLS_VERSION ]; then echo y | android update sdk --no-ui --all --filter "build-tools-"$BUILD_TOOLS_VERSION; fi
- echo y | android update sdk --no-ui --all --filter "extra-android-m2repository,android-"$TARGET_SDK_VERSION
cache_directories:
- /usr/local/android-sdk-linux/tools
- /usr/local/android-sdk-linux/build-tools/$BUILD_TOOLS_VERSION
test:
override:
- ./gradlew assembleDebug
| Update CircleCI config for Android N support. | Update CircleCI config for Android N support.
| YAML | mit | vickychijwani/quill,vickychijwani/quill,vickychijwani/quill,vickychijwani/quill |
a165565178d83044032792ce6e0509ebac97f052 | circle.yml | circle.yml | machine:
environment:
ANDROID_NDK_ROOT: $ANDROID_NDK
## Customize dependencies
dependencies:
pre:
- sudo apt-get update && sudo apt-get install libssl-dev python3 python3-setuptools ruby
override:
- make
- make test
- make test_all
- sudo make install
- sudo make pythemis_install
- sudo make rubythemis_install
- sudo make phpthemis_install
## Customize test commands
test:
override:
- build/tests/soter_test
- build/tests/themis_test
- sudo /sbin/ldconfig
- build/tests/pythemis_test.sh
- sudo build/tests/rubythemis_test.sh
- build/tests/phpthemis_test.sh
- make clean && make SECURE_COMPARATOR=enable && sudo make SECURE_COMPARATOR=enable install && sudo make SECURE_COMPARATOR=enable pythemis_install && ./build/tests/themis_test && ./build/tests/pythemis_test.sh
- tests/check_ios_test.sh `tests/start_ios_test.sh`
# start Android emulator
- emulator -avd circleci-android22 -no-audio -no-window:
background: true
# wait for it to have booted
- circle-android wait-for-boot
# run Android tests
- ./gradlew connectedAndroidTest
| machine:
environment:
ANDROID_NDK_ROOT: $ANDROID_NDK
## Customize dependencies
dependencies:
pre:
- sudo apt-get update && sudo apt-get install libssl-dev python3 python3-setuptools ruby
override:
- make
- make test
- make test_all
- sudo make install
- sudo make pythemis_install
- sudo make rubythemis_install
- sudo make phpthemis_install
## Customize test commands
test:
override:
- build/tests/soter_test
- build/tests/themis_test
- sudo /sbin/ldconfig
- build/tests/pythemis_test.sh
- sudo build/tests/rubythemis_test.sh
- build/tests/phpthemis_test.sh
- make clean && make SECURE_COMPARATOR=enable && sudo make SECURE_COMPARATOR=enable install && sudo make SECURE_COMPARATOR=enable pythemis_install && build/tests/themis_test && build/tests/pythemis_test.sh
- tests/check_ios_test.sh `tests/start_ios_test.sh`
# start Android emulator
- emulator -avd circleci-android22 -no-audio -no-window:
background: true
# wait for it to have booted
- circle-android wait-for-boot
# run Android tests
- ./gradlew connectedAndroidTest
| Add Python SA to ci tests | Add Python SA to ci tests
| YAML | apache-2.0 | cossacklabs/themis,mnaza/themis,Lagovas/themis,storojs72/themis,mnaza/themis,mnaza/themis,storojs72/themis,mnaza/themis,Lagovas/themis,storojs72/themis,Lagovas/themis,cossacklabs/themis,cossacklabs/themis,storojs72/themis,storojs72/themis,cossacklabs/themis,Lagovas/themis,mnaza/themis,Lagovas/themis,mnaza/themis,Lagovas/themis,Lagovas/themis,cossacklabs/themis,storojs72/themis,storojs72/themis,storojs72/themis,cossacklabs/themis,cossacklabs/themis,cossacklabs/themis,storojs72/themis,mnaza/themis,cossacklabs/themis,cossacklabs/themis,cossacklabs/themis,mnaza/themis,cossacklabs/themis,Lagovas/themis,cossacklabs/themis,Lagovas/themis,storojs72/themis,mnaza/themis |
c72c26add523763af186ba415fd5105245a43d54 | circle.yml | circle.yml | dependencies:
override:
- rvm-exec 2.0.0-p353 bundle install -j 4
- rvm-exec 2.0.0-p353 bundle exec appraisal install -j 4
- rvm-exec 2.2.2 bundle install -j 4
- rvm-exec 2.2.2 bundle exec appraisal install -j 4
test:
override:
- RACK_ENV=development rvm-exec 2.0.0-p353 bundle exec appraisal rspec
- RACK_ENV=production rvm-exec 2.0.0-p353 bundle exec appraisal rspec
- RACK_ENV=development rvm-exec 2.2.2 bundle exec appraisal rspec
- RACK_ENV=production rvm-exec 2.2.2 bundle exec appraisal rspec
- rvm-exec 2.2.2 bundle exec rubocop
deployment:
gemfury:
tag: /.*/
commands:
- "gem build loga.gemspec"
- "curl -F package=@$(ls -t1 loga-*.gem | head -1) ${GEMFURY_PUSH_URI}"
| dependencies:
override:
- rvm-exec 2.1.0 bundle install -j 4
- rvm-exec 2.1.0 bundle exec appraisal install -j 4
- rvm-exec 2.2.2 bundle install -j 4
- rvm-exec 2.2.2 bundle exec appraisal install -j 4
test:
override:
- RACK_ENV=development rvm-exec 2.1.0 bundle exec appraisal rspec
- RACK_ENV=production rvm-exec 2.1.0 bundle exec appraisal rspec
- RACK_ENV=development rvm-exec 2.2.2 bundle exec appraisal rspec
- RACK_ENV=production rvm-exec 2.2.2 bundle exec appraisal rspec
- rvm-exec 2.2.2 bundle exec rubocop
deployment:
gemfury:
tag: /.*/
commands:
- "gem build loga.gemspec"
- "curl -F package=@$(ls -t1 loga-*.gem | head -1) ${GEMFURY_PUSH_URI}"
| Update Ruby 2.0.0 to 2.1.0 in CircleCI | Update Ruby 2.0.0 to 2.1.0 in CircleCI
| YAML | bsd-3-clause | FundingCircle/loga |
045b44b5a22a55461ea098ae6def4a51f0509ccd | resources/keystone_puppet/meta.yaml | resources/keystone_puppet/meta.yaml | id: keystone_puppet
handler: puppet
puppet_module: keystone
version: 1.0.0
input:
admin_token:
schema: str!
value: admin_token
db_user:
schema: str!
value:
db_password:
schema: str!
value:
db_name:
schema: str!
value:
db_host:
schema: str!
value:
admin_port:
schema: int!
value: 35357
port:
schema: int!
value: 5000
git:
schema: {repository: str!, branch: str!}
value: {repository: 'https://github.com/openstack/puppet-keystone', branch: '5.1.0'}
# forge:
# schema: str!
# value: 'stackforge-keystone'
ip:
schema: str!
value:
# ssh_key:
# schema: str!
# value:
# ssh_user:
# schema: str!
# value:
tags: [resource/keystone_service, resources/keystone]
| id: keystone_puppet
handler: puppet
puppet_module: keystone
version: 1.0.0
input:
admin_token:
schema: str!
value: admin_token
db_user:
schema: str!
value:
db_password:
schema: str!
value:
db_name:
schema: str!
value:
db_host:
schema: str!
value:
admin_port:
schema: int!
value: 35357
port:
schema: int!
value: 5000
module:
schema: {name: str!, type: str, url: str, branch: str}
value: {name:, 'keystone', type: 'git', url: 'https://github.com/openstack/puppet-keystone', ref: '5.1.0'}
ip:
schema: str!
value:
# ssh_key:
# schema: str!
# value:
# ssh_user:
# schema: str!
# value:
tags: [resource/keystone_service, resources/keystone]
| Adjust keystone_puppet to use Librarian resource | Adjust keystone_puppet to use Librarian resource
| YAML | apache-2.0 | zen/solar,loles/solar,Mirantis/solar,Mirantis/solar,loles/solar,Mirantis/solar,openstack/solar,zen/solar,Mirantis/solar,pigmej/solar,openstack/solar,zen/solar,openstack/solar,pigmej/solar,loles/solar,pigmej/solar,loles/solar,zen/solar |
af92f83f73f5e609ab008a0e68b0930d38003d9d | packages/po/potoki-cereal.yaml | packages/po/potoki-cereal.yaml | homepage: https://github.com/metrix-ai/potoki-cereal
changelog-type: ''
hash: 6eb5e9eab89b19175bdac3783e2c78afd5d33d415fddbd792a0a0e1d4da62757
test-bench-deps: {}
maintainer: Metrix.AI Ninjas <ninjas@metrix.ai>
synopsis: Streaming serialization
changelog: ''
basic-deps:
cereal: ! '>=0.5 && <0.6'
bytestring: ! '>=0.10 && <0.11'
base-prelude: ==1.*
base: ! '>=4.7 && <5'
text: ==1.*
potoki-core: ! '>=2.2.1 && <2.3'
acquire: ! '>=0.2 && <0.3'
attoparsec: ! '>=0.13 && <0.15'
all-versions:
- '0.1'
- '0.1.1'
- '0.1.2'
- '0.1.3'
- '0.1.4'
- '0.1.5'
- '0.1.6'
- '0.2'
- '0.2.1'
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: '0.2.1'
description-type: haddock
description: ''
license-name: MIT
| homepage: https://github.com/metrix-ai/potoki-cereal
changelog-type: ''
hash: 6f65d498e3c3988d2c603cb97b1798dd7553cebe7ea070c8ce8743b418d05073
test-bench-deps: {}
maintainer: Metrix.AI Ninjas <ninjas@metrix.ai>
synopsis: Streaming serialization
changelog: ''
basic-deps:
cereal: ! '>=0.5 && <0.6'
bytestring: ! '>=0.10 && <0.11'
base-prelude: ==1.*
base: ! '>=4.7 && <5'
text: ==1.*
potoki-core: ! '>=2.2.1 && <2.3'
acquire: ! '>=0.2 && <0.3'
attoparsec: ! '>=0.13 && <0.15'
all-versions:
- '0.1'
- '0.1.1'
- '0.1.2'
- '0.1.3'
- '0.1.4'
- '0.1.5'
- '0.1.6'
- '0.2'
- '0.2.1'
- '0.2.1.1'
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: '0.2.1.1'
description-type: haddock
description: ''
license-name: MIT
| Update from Hackage at 2018-07-09T12:54:50Z | Update from Hackage at 2018-07-09T12:54:50Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
94b34c513a4f98e901433b50a867fddfc2db112e | cinder/component.yml | cinder/component.yml | name: cinder
file: cinder.py
description: OpenStack Cinder Component
Services:
- name: install_and_configure
description: Install cinder and configure it
methods:
- install
- set_config_file
- name: start
description: Start the cinder service
methods:
- iscsi_start
- start
- name: create_volume
description: Create a volume with cinder
methods:
- create_volume
| name: cinder
file: cinder.py
description: OpenStack Cinder Component
Services:
- name: install
description: Install cinder and configure it
methods:
- install
- set_config_file
- name: start
description: Start the cinder service
methods:
- iscsi_start
- start
- name: create_volume
description: Create a volume with cinder
methods:
- create_volume
| Rename default method of cinder | Rename default method of cinder
| YAML | apache-2.0 | StackOps/fabuloso-catalog-360 |
8d3ebf4f0880d635e70e0ecea81fee792725ca5e | packages/wo/workflow-pure.yaml | packages/wo/workflow-pure.yaml | homepage: http://github.com/sboosali/workflow-pure#readme
changelog-type: ''
hash: b33a522f310eb88f902fa08e6714e11951abcbc3486f8e9755fa6aedbd890630
test-bench-deps:
base: -any
hspec: ==2.2.*
criterion: -any
doctest: -any
workflow-pure: -any
deepseq: -any
QuickCheck: ==2.8.*
maintainer: samboosalis@gmail.com
synopsis: TODO
changelog: ''
basic-deps:
exceptions: -any
free: -any
base: ! '>=4.7 && <5'
workflow-types: ==0.0.0
semigroups: -any
workflow-pure: -any
mtl: -any
transformers: -any
deepseq: -any
all-versions:
- '0.0.0'
author: Spiros Boosalis
latest: '0.0.0'
description-type: markdown
description: ! '[](http://travis-ci.org/sboosali/workflow-pure)
[](https://hackage.haskell.org/package/workflow-pure)
# workflow-pure
TODO'
license-name: BSD3
| homepage: http://github.com/sboosali/workflow-pure#readme
changelog-type: ''
hash: 3d5a268e224f48aba58e618facb1d627c0d8b356d862a92efa82c8a10906fd46
test-bench-deps:
base: -any
hspec: ==2.2.*
criterion: -any
doctest: -any
workflow-pure: -any
deepseq: -any
QuickCheck: ==2.8.*
maintainer: samboosalis@gmail.com
synopsis: manipulate `workflow-types:Workflow`'s
changelog: ''
basic-deps:
exceptions: -any
free: -any
base: ! '>=4.7 && <5'
workflow-types: ! '>=0.0.1'
semigroups: -any
workflow-pure: -any
mtl: -any
transformers: -any
deepseq: -any
all-versions:
- '0.0.0'
- '0.0.1'
author: Spiros Boosalis
latest: '0.0.1'
description-type: markdown
description: ! '[](http://travis-ci.org/sboosali/workflow-pure)
[](https://hackage.haskell.org/package/workflow-pure)
# workflow-pure
TODO'
license-name: BSD3
| Update from Hackage at 2017-05-04T02:33:30Z | Update from Hackage at 2017-05-04T02:33:30Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4d86bd56fa34a5c7fd9df799170aa490d10360eb | src/test/it/essentials.yml | src/test/it/essentials.yml | ---
packaging:
# We cannot use BOM here, because BOM does not support build by relative path
configFile: "packager-config.yml"
ath:
useLocalSnapshots: false
tests:
- "plugins.SshSlavesPluginTest"
- "core.SlaveTest"
categories:
- "org.jenkinsci.test.acceptance.junit.SmokeTest"
pct:
useLocalSnapshots: false
jth:
version: 2.38
passCustomJenkinsWAR: true
plugins:
- "ssh-slaves"
- "command-launcher"
- "windows-slaves"
# TODO: JTH/PCT does not work reliably against non-bundled plugins (if something else is bundled) - "compress-artifacts"
| ---
packaging:
# We cannot use BOM here, because BOM does not support build by relative path
configFile: "packager-config.yml"
ath:
useLocalSnapshots: false
athImage: "local"
tests:
- "plugins.SshSlavesPluginTest"
- "core.SlaveTest"
categories:
- "org.jenkinsci.test.acceptance.junit.SmokeTest"
pct:
useLocalSnapshots: false
jth:
version: 2.38
passCustomJenkinsWAR: true
plugins:
- "ssh-slaves"
- "command-launcher"
- "windows-slaves"
# TODO: JTH/PCT does not work reliably against non-bundled plugins (if something else is bundled) - "compress-artifacts"
| Use local ATH image to workaround INFRA-1619 | Use local ATH image to workaround INFRA-1619
| YAML | mit | jenkinsci/remoting,jenkinsci/remoting |
3ee4ccf14f59cd59febfcc95a3ba60616c7a6b41 | definition.yml | definition.yml | ---
cpu_count: '1'
memory_size: '512'
disk_size: '10140'
disk_format: VDI
hostiocache: 'off'
os_type_id: Ubuntu
boot_wait: '0'
boot_cmd_sequence: []
ssh_login_timeout: '10000'
ssh_user: root
ssh_password: vagrant
ssh_key: ''
ssh_host_port: '7222'
ssh_guest_port: '22'
sudo_cmd: bash '%f'
shutdown_cmd: shutdown -P now
postinstall_files:
- veewee.sh
postinstall_timeout: '10000'
| ---
:cpu_count: '1'
:memory_size: '512'
:disk_size: '10140'
:disk_format: VDI
:hostiocache: 'off'
:os_type_id: Ubuntu
:boot_wait: '0'
:boot_cmd_sequence: []
:ssh_login_timeout: '10000'
:ssh_user: root
:ssh_password: vagrant
:ssh_key: ''
:ssh_host_port: '7222'
:ssh_guest_port: '22'
:sudo_cmd: bash '%f'
:shutdown_cmd: shutdown -P now
:postinstall_files:
- veewee.sh
:postinstall_timeout: '10000'
| Revert "no : in yaml kys" | Revert "no : in yaml kys"
This reverts commit 6fa9075651273daa6146986d2aa19a1f82918a2c.
| YAML | apache-2.0 | dstrctrng/definition-distro,dstrctrng/definition-precise,dstrctrng/definition-lucid,dstrctrng/definition-distro,dstrctrng/definition-lucid,dstrctrng/definition-quantal,dstrctrng/definition-precise,dstrctrng/definition-quantal |
408e8a35f0d2e06eefb02a8029a61dea4934d19f | packages/fi/filtrable.yaml | packages/fi/filtrable.yaml | homepage: https://github.com/strake/filtrable.hs
changelog-type: ''
hash: 0bad2b01b3005117f0b286db5d3e74e150dfaca0ead15404b4fbce99c69787a5
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Class of filtrable containers
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.1.0.2
- 0.1.0.3
- 0.1.0.4
- 0.1.0.5
- 0.1.1.0
- 0.1.2.0
author: M Farkas-Dyck
latest: 0.1.2.0
description-type: haddock
description: ''
license-name: BSD-3-Clause
| homepage: https://github.com/strake/filtrable.hs
changelog-type: ''
hash: fe88a07d90be0349d79adafc45c8042c3e71b8c651302879ff0db55daf050cc8
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Class of filtrable containers
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.1.0.2
- 0.1.0.3
- 0.1.0.4
- 0.1.0.5
- 0.1.1.0
- 0.1.2.0
- 0.1.3.0
author: M Farkas-Dyck
latest: 0.1.3.0
description-type: haddock
description: ''
license-name: BSD-3-Clause
| Update from Hackage at 2019-12-18T06:43:49Z | Update from Hackage at 2019-12-18T06:43:49Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
44151136de1f128b1925f6108fd029b6d0000cf6 | hieradata/nodes/local2/local2-identity-01.yaml | hieradata/nodes/local2/local2-identity-01.yaml | ---
network::interfaces_hash:
'eth0':
ipaddress: "%{hiera('netcfg_mgmt_netpart')}.81"
netmask: "%{hiera('netcfg_mgmt_netmask')}"
gateway: "%{hiera('netcfg_mgmt_gateway')}"
mtu: '1500'
dns1: "%{hiera('netcfg_dns_server1')}"
dns2: "%{hiera('netcfg_dns_server2')}"
domain: "%{hiera('netcfg_dns_search')}"
defroute: 'yes'
peerdns: 'yes'
'eth1':
defroute: 'no'
onboot: 'yes'
ipaddress: "%{hiera('netcfg_trp_netpart')}.81"
netmask: "%{hiera('netcfg_trp_netmask')}"
keystone::enable_fernet_setup: false
keystone::enable_credential_setup: false
keystone::enable_bootstrap: false
| ---
network::interfaces_hash:
'eth0':
ipaddress: "%{hiera('netcfg_mgmt_netpart')}.81"
netmask: "%{hiera('netcfg_mgmt_netmask')}"
gateway: "%{hiera('netcfg_mgmt_gateway')}"
mtu: '1500'
dns1: "%{hiera('netcfg_dns_server1')}"
dns2: "%{hiera('netcfg_dns_server2')}"
domain: "%{hiera('netcfg_dns_search')}"
defroute: 'yes'
peerdns: 'yes'
'eth1':
defroute: 'no'
onboot: 'yes'
ipaddress: "%{hiera('netcfg_trp_netpart')}.81"
netmask: "%{hiera('netcfg_trp_netmask')}"
keystone::enable_bootstrap: false
| Use fernet setup on both regions in multi region | Use fernet setup on both regions in multi region
| YAML | apache-2.0 | tanzr/himlar,mikaeld66/himlar,norcams/himlar,TorLdre/himlar,raykrist/himlar,raykrist/himlar,raykrist/himlar,mikaeld66/himlar,norcams/himlar,mikaeld66/himlar,mikaeld66/himlar,TorLdre/himlar,raykrist/himlar,norcams/himlar,TorLdre/himlar,norcams/himlar,TorLdre/himlar,tanzr/himlar,tanzr/himlar,raykrist/himlar,norcams/himlar,tanzr/himlar,mikaeld66/himlar,tanzr/himlar,TorLdre/himlar |
f7eca48996141c626721388389faa3ffd8f5712e | packages/ya/yarn-lock.yaml | packages/ya/yarn-lock.yaml | homepage: https://github.com/Profpatsch/yaml-lock#readme
changelog-type: ''
hash: 7f71a6d434d1955f8aca5159b9f05ceb88167d584dadfac844cd58cf43d5adea
test-bench-deps: {}
maintainer: mail@profpatsch.de
synopsis: Represent and parse yarn.lock files
changelog: ''
basic-deps:
base: ==4.*
text: -any
megaparsec: ==5.*
protolude: ! '>=0.1'
containers: -any
all-versions:
- '0.1.0'
author: Profpatsch
latest: '0.1.0'
description-type: haddock
description: Types and parser for the lock file format of the npm successor yarn.
license-name: MIT
| homepage: https://github.com/Profpatsch/yarn-lock#readme
changelog-type: markdown
hash: 7fd55295a10edcce93f8c5c6f65622e1eef726032bc25271dfd32b80597cc1c7
test-bench-deps:
ansi-wl-pprint: ! '>=0.6'
tasty-th: ! '>=0.1.7'
base: ==4.*
text: -any
megaparsec: ==5.*
protolude: ! '>=0.1'
containers: -any
yarn-lock: -any
tasty-hunit: ! '>=0.9'
tasty: ! '>=0.11'
maintainer: mail@profpatsch.de
synopsis: Represent and parse yarn.lock files
changelog: ! '# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.2 - 2017-05-21
### Added
- a multi-keyed map module
- `decycle` function for removing npm dependency cycles
### Changed
- Lockfile type is now a multi-keyed map
## [0.1] - 2017-04-18
### Added
- parser for `yarn.lock` files generated by yarn
- data types representing the yarn file
- Lockfile type that is a simple `Map`
'
basic-deps:
base: ==4.*
text: -any
megaparsec: ==5.*
protolude: ! '>=0.1'
containers: -any
all-versions:
- '0.1.0'
- '0.2.0'
author: Profpatsch
latest: '0.2.0'
description-type: haddock
description: Types and parser for the lock file format of the npm successor yarn.
license-name: MIT
| Update from Hackage at 2017-05-21T21:15:17Z | Update from Hackage at 2017-05-21T21:15:17Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0cc229d57278a7d6d3435e36b55018003f934266 | .codeclimate.yml | .codeclimate.yml | ---
engines:
fixme:
enabled: true
markdownlint:
enabled: true
checks:
MD013:
enabled: false
ratings:
paths:
- "**/*.md"
exclude_paths: []
| ---
engines:
fixme:
enabled: true
markdownlint:
enabled: true
checks:
MD013:
enabled: false
MD026:
enabled: false
ratings:
paths:
- "**/*.md"
exclude_paths: []
| Disable markdownlint trailing punctuation in header | Disable markdownlint trailing punctuation in header
| YAML | mit | tedmiston/notes,tedmiston/notes,tedmiston/notes |
df518c4a6389a4d06a310030392fea4096988aa1 | .codeclimate.yml | .codeclimate.yml | ---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 300
exclude_paths:
- "**/tests"
eslint:
enabled: true
channel: "eslint-2"
fixme:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.es6"
- "**.module"
exclude_paths:
- "bin/**/*"
- "test/**/*"
- "**/tests"
- "tmp/**/*"
- "vendor/**/*"
- "lib/**/*"
- ".idea/"
- "**.spec.js"
- "**.min.js"
- "**.min.css"
- "DeepFramework.js"
- "deep-framework.js"
- "**/frontend/_build/"
- "**/dist"
- "**/node_modules"
- "**/packages"
- "**/font-awesome.css"
- "**/materialdesignicons.css"
| ---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 300
exclude_paths:
- "**/tests"
- "**/lib"
eslint:
enabled: true
channel: "eslint-2"
fixme:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.es6"
- "**.module"
exclude_paths:
- "bin/**/*"
- "test/**/*"
- "**/tests"
- "tmp/**/*"
- "vendor/**/*"
- "lib/**/*"
- ".idea/"
- "**.spec.js"
- "**.min.js"
- "**.min.css"
- "DeepFramework.js"
- "deep-framework.js"
- "**/frontend/_build/"
- "**/dist"
- "**/node_modules"
- "**/packages"
- "**/font-awesome.css"
- "**/materialdesignicons.css"
| Exclude lib folder for duplication engine | Exclude lib folder for duplication engine
| YAML | mit | MitocGroup/deep-microservices-root-angular2,MitocGroup/deep-microservices-root-angular,MitocGroup/deep-microservices-root-angular2,MitocGroup/deep-microservices-root-angular,MitocGroup/deep-microservices-root-angular2,MitocGroup/deep-microservices-root-angular,MitocGroup/deep-microservices-root-angular,MitocGroup/deep-microservices-root-angular2 |
8a52c421325ab1b3f7a6d089091cc3e2455edbbc | .codeclimate.yml | .codeclimate.yml | engines:
gofmt:
enabled: true
golint:
enabled: true
govet:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.go"
exclude_paths:
- "**/vendor/**/*"
| engines:
gofmt:
enabled: true
golint:
enabled: true
govet:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.go"
exclude_paths:
- "**_test.go"
- "**/vendor/**/*"
| Remove test files from code climate analysis | Remove test files from code climate analysis
| YAML | mit | ustrajunior/minion |
78e9b903467154b1daf6cc90381b920b8030bfa4 | .codeclimate.yml | .codeclimate.yml | # Save as .codeclimate.yml (note leading .) in project root directory
languages:
Ruby: false
JavaScript: true
TypeSrcipt: true
# exclude_paths:
# - "foo/bar.rb" | # Save as .codeclimate.yml (note leading .) in project root directory
languages:
Ruby: false
JavaScript: true
TypeSrcipt: true
exclude_paths:
- "lib/" | Exclude the lib output (just check the source) | Exclude the lib output (just check the source)
| YAML | mit | steelbreeze/state.js,steelbreeze/state.js |
a5681a1b369d16430a88ac1ce836332297462fcf | .codeclimate.yml | .codeclimate.yml | version: "2"
checks:
argument-count:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
plugins:
fixme:
enabled: true
pmd:
enabled: true
sonar-java:
enabled: true
channel: beta
config:
sonar.java.source: 8
ratings:
paths:
- "**.java"
exclude_patterns: [
"References/"
]
| version: "2"
checks:
argument-count:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
plugins:
fixme:
enabled: true
pmd:
enabled: true
sonar-java:
enabled: true
channel: beta
config:
sonar.java.source: 8
checks:
squid:S3776:
enabled: false
ratings:
paths:
- "**.java"
exclude_patterns: [
"References/"
]
| Disable sonar-java cognitive complexity checks | [CODECLIMATE] Disable sonar-java cognitive complexity checks
| YAML | mit | itachi1706/CheesecakeUtilities,itachi1706/CheesecakeUtilities,itachi1706/CheesecakeUtilities,itachi1706/CheesecakeUtilities |
52db209ff83d1b2c8ef0f93d599a844f12a715ef | .readthedocs.yml | .readthedocs.yml | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# fail_on_warning: true
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
#- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- doc
system_packages: true
| # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# fail_on_warning: true
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
#- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- doc
system_packages: true
| Bump RTD python version to 3.8. | Bump RTD python version to 3.8.
| YAML | mit | catalyst-cooperative/pudl,catalyst-cooperative/pudl |
91ca03e56a2af6e7c618bfccb4de29127ae55a64 | db/config.yml | db/config.yml | # SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
adapter: sqlite3
database: db/dtf_development.sqlite3
pool: 5
timeout: 5000
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: sqlite3
database: ":memory:"
timeout: 5000
production:
adapter: sqlite3
database: db/dtf_production.sqlite3
pool: 5
timeout: 5000
| # SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
adapter: sqlite3
database: db/dtf_development.sqlite3
pool: 5
timeout: 5000
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: sqlite3
database: ":memory:"
timeout: 500
production:
adapter: sqlite3
database: db/dtf_production.sqlite3
pool: 5
timeout: 5000
| Set the wrong timeout value. Fixed. | Set the wrong timeout value. Fixed.
| YAML | mit | ddd/dtf,dtf-gems/dtf,ddd/dtf,dtf-gems/dtf |
b70b029644565a84d569a454395564656b5e3324 | docs/environment.yml | docs/environment.yml | name: test
channels:
- omnia
- defaults
- conda-forge
dependencies:
- python
- mdtraj
- numpy
- scipy
- pandas
- nbsphinx
- pandoc
| name: test
channels:
- omnia
- defaults
- conda-forge
dependencies:
- python
- mdtraj
- numpy
- scipy
- pandas
- nbsphinx
- pandoc
- jupyter
| Add Jupyter to RTD reqs | Add Jupyter to RTD reqs
| YAML | lgpl-2.1 | dwhswenson/contact_map,dwhswenson/contact_map |
3446f82b93fe6aeae641fcab9357f7ac6063ae21 | docker-compose.yml | docker-compose.yml | version: '2'
services:
database:
container_name: dhis2-database
image: pgracio/dhis2-db:2.26-sierra-leone
environment:
POSTGRES_USER: dhis
POSTGRES_DB: dhis
POSTGRES_PASSWORD: dhis
POSTGRES_DB_TARGET: dhis-target
PG_DATA: /var/lib/postgresql/data/pgdata:z
ports:
- "5432:5432"
web:
container_name: dhis2-web
image: dhis2/dhis2-web:2.26-tomcat7-jre8-latest
environment:
JAVA_OPTS: "-Xmx1024m -Xms4000m"
POSTGRES_DB: dhis
ports:
- "8085:8080"
depends_on:
- database
entrypoint: ./wait-for-it.sh -t 0 database:5432 --
command: catalina.sh run # https://github.com/docker/compose/issues/3140
api-tests:
container_name: dhis2-api-tests
build: .
image: dhis2/dhis2-api-tests
depends_on:
- web
entrypoint: ./wait-for-it.sh -t 0 http://web:8080 -- npm test -- --world-parameters "{\"apiEndpoint\":\"http://web:8080/api\"}"
| version: '2.1'
services:
database:
container_name: dhis2-database
image: pgracio/dhis2-db:2.26-sierra-leone
environment:
POSTGRES_USER: dhis
POSTGRES_DB: dhis
POSTGRES_PASSWORD: dhis
POSTGRES_DB_TARGET: dhis-target
PG_DATA: /var/lib/postgresql/data/pgdata:z
ports:
- "5432:5432"
healthcheck:
test: ["CMD-SHELL", "pg_isready -h database -p 5432 -d dhis2"]
interval: 30s
timeout: 30s
retries: 30
web:
container_name: dhis2-web
image: dhis2/dhis2-web:2.26-tomcat7-jre8-latest
environment:
JAVA_OPTS: "-Xmx1024m -Xms4000m"
POSTGRES_DB: dhis
ports:
- "8085:8080"
depends_on:
database:
condition: service_healthy
healthcheck:
test: "curl -f http://localhost:8080"
interval: 15s
retries: 120
api-tests:
container_name: dhis2-api-tests
build: .
depends_on:
web:
condition: service_healthy
entrypoint: npm test -- --world-parameters "{\"apiEndpoint\":\"http://web:8080/api\"}"
| Configure a check that’s run to determine whether or not containers are “healthy”. No need to use wait-for-it.sh | Configure a check that’s run to determine whether or not containers are “healthy”. No need to use wait-for-it.sh
| YAML | bsd-3-clause | joaoantunes87/api-tests,joaoantunes87/api-tests |
fac4ca7c94997ef212fea2987be88159f579b6b6 | docker-compose.yml | docker-compose.yml | web:
build: .
command: bundle exec rails s -p 3000 -b '0.0.0.0'
volumes:
- .:/morph
ports:
- "3000:3000"
links:
- db
# TODO: Add data volume
elasticsearch:
image: elasticsearch:1.6.0
ports:
- "9200:9200"
# TODO: Add data volume
# TODO: Use a specific version of mysql
db:
image: mysql
ports:
- "3306"
environment:
MYSQL_ROOT_PASSWORD: abc123
| web:
build: .
command: bundle exec rails s -p 3000 -b '0.0.0.0'
volumes:
- .:/morph
ports:
- "3000:3000"
links:
- db
# TODO: Add data volume
elasticsearch:
image: elasticsearch:1.6.0
ports:
- "9200:9200"
# TODO: Add data volume
# TODO: Use a specific version of mysql
db:
image: mysql
ports:
- "3306"
environment:
MYSQL_ROOT_PASSWORD: abc123
proxy:
build: docker_images/morph-mitmdump
links:
- web
environment:
MORPH_URL: http://web:3000
MITMPROXY_SECRET: afisdifubekfnasi
| Add mimtproxy to docker compose setup | Add mimtproxy to docker compose setup
| YAML | agpl-3.0 | openaustralia/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph |
a3998aaa847d0b891ed6b850fa0fd68f035dc85a | docker-compose.yml | docker-compose.yml | version: '2'
services:
jekyll:
image: starefossen/github-pages
ports:
- "4000:4000"
volumes:
- .:/usr/src/app
| version: '2'
services:
jekyll:
image: starefossen/github-pages:latest
ports:
- "4000:4000"
volumes:
- .:/usr/src/app
| Add Latest Tag To Docker Compose | Add Latest Tag To Docker Compose
| YAML | mit | MattHodge/matthodge.github.io,MattHodge/matthodge.github.io,MattHodge/matthodge.github.io |
f10c4e812df7f678e4d0eaa2bdd5d3d14656a598 | docker-compose.yml | docker-compose.yml | version: '3.1'
services:
mongodb:
container_name: embulk-input-mongodb_server
image: mongo:3.6
restart: always
ports:
- 27017:27017
- 27018:27018
environment:
MONGO_INITDB_ROOT_USERNAME: admin
MONGO_INITDB_ROOT_PASSWORD: tiger
volumes:
- mongodb-data:/data/db
- mongodb-configdb:/data/configdb
mongo-express:
container_name: mongo-express
image: mongo-express
restart: always
ports:
- 8081:8081
depends_on:
- mongodb
environment:
ME_CONFIG_MONGODB_ADMINUSERNAME: admin
ME_CONFIG_MONGODB_ADMINPASSWORD: tiger
ME_CONFIG_MONGODB_SERVER: mongodb
mongoClientTemp:
container_name: mongoClientTemp
image: mongo:3.6
depends_on:
- mongodb
command: mongo --host mongodb -u admin -p tiger admin --eval "db.getSiblingDB('mydb').createUser({user:'mongo_user', pwd:'dbpass', roles:[{role:'readWrite',db:'mydb'}]});"
volumes:
mongodb-data:
driver: local
mongodb-configdb:
driver: local
| version: '3.1'
services:
mongodb:
container_name: embulk-input-mongodb_server
image: mongo:3.6
restart: always
ports:
- 27017:27017
- 27018:27018
environment:
MONGO_INITDB_ROOT_USERNAME: admin
MONGO_INITDB_ROOT_PASSWORD: tiger
volumes:
- mongodb-data:/data/db
- mongodb-configdb:/data/configdb
mongo-express:
container_name: mongo-express
image: mongo-express
restart: always
ports:
- 8081:8081
depends_on:
- mongodb
environment:
ME_CONFIG_MONGODB_ADMINUSERNAME: admin
ME_CONFIG_MONGODB_ADMINPASSWORD: tiger
ME_CONFIG_MONGODB_SERVER: mongodb
mongoClientTemp:
container_name: mongoClientTemp
image: mongo:3.6
depends_on:
- mongodb
# Sleep to wait MongoDB wake up on Travis CI
command: >
/bin/bash -c
"sleep 15 &&
mongo --host mongodb -u admin -p tiger admin --eval \"db.getSiblingDB('mydb').createUser({user:'mongo_user', pwd:'dbpass', roles:[{role:'readWrite',db:'mydb'}]});\""
volumes:
mongodb-data:
driver: local
mongodb-configdb:
driver: local
| Add "sleep 15" before exec mongo command for Travis CI | Add "sleep 15" before exec mongo command for Travis CI
| YAML | mit | hakobera/embulk-input-mongodb,hakobera/embulk-input-mongodb |
d2c07a952d34c6882ab81c3935cd3f977953845b | manifests/monitoring/dashboard/deployment.yaml | manifests/monitoring/dashboard/deployment.yaml | kind: Deployment
apiVersion: extensions/v1beta1
metadata:
name: dashboard
namespace: monitoring
labels:
app: dashboard
spec:
replicas: 1
template:
metadata:
labels:
app: dashboard
spec:
containers:
- name: dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0
ports:
- containerPort: 9090
protocol: TCP
livenessProbe:
httpGet:
path: /
port: 9090
initialDelaySeconds: 30
timeoutSeconds: 30
| kind: Deployment
apiVersion: extensions/v1beta1
metadata:
name: dashboard
namespace: monitoring
labels:
app: dashboard
spec:
replicas: 1
template:
metadata:
labels:
app: dashboard
spec:
containers:
- name: dashboard
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.1
ports:
- containerPort: 9090
protocol: TCP
livenessProbe:
httpGet:
path: /
port: 9090
initialDelaySeconds: 30
timeoutSeconds: 30
| Update Dashboard to version 1.5.1 | Update Dashboard to version 1.5.1
| YAML | mit | codeformuenster/kubernetes-deployment,codeformuenster/kubernetes-deployment |
ebb3a4c45721784e045a7daeee983844c04b67a7 | ci/nested-shed-tests.yml | ci/nested-shed-tests.yml | ---
image: docker:///cloudfoundry/garden-ci-ubuntu
platform: linux
inputs:
- name: gr-release-develop
run:
path: gr-release/ci/scripts/nested-shed-tests
| ---
image: docker:///cloudfoundry/garden-ci-ubuntu
platform: linux
inputs:
- name: gr-release-develop
run:
path: gr-release-develop/ci/scripts/nested-shed-tests
| Fix the naming for gr-release-develop | Fix the naming for gr-release-develop
Signed-off-by: Zhou Yu <7f3430145af357a9fd7cb1a2d072f9b26e6234cb@pivotal.io>
| YAML | apache-2.0 | cloudfoundry-incubator/guardian-release,cloudfoundry-incubator/guardian-release,cloudfoundry-incubator/guardian-release |
894faf2553c759bf6a26c6350be314c44f1a4bbf | roles/openshift_aws/tasks/build_elb_dict.yml | roles/openshift_aws/tasks/build_elb_dict.yml | ---
- name: querying elb
ec2_elb_facts:
names: "{{ openshift_aws_elb_names | join(',') }}"
region: "{{ openshift_aws_region }}"
register: elb_res
# lib_utils_oo_list_of_dict_to_dict_from_key is a custom filter in
# roles/lib_utils/filters/oo_filters.py
- name: set elb fact dictionary
set_fact:
l_openshift_aws_elb_facts: "{{ elb_res | lib_utils_oo_list_of_dict_to_dict_from_key('name')}}"
| ---
- name: querying elb
ec2_elb_facts:
names: "{{ openshift_aws_elb_names | join(',') }}"
region: "{{ openshift_aws_region }}"
register: elb_res
# lib_utils_oo_list_of_dict_to_dict_from_key is a custom filter in
# roles/lib_utils/filters/oo_filters.py
- name: set elb fact dictionary
set_fact:
l_openshift_aws_elb_facts: "{{ elb_res['elbs'] | lib_utils_oo_list_of_dict_to_dict_from_key('name')}}"
| Fix aws elb dictionary fact for dns | Fix aws elb dictionary fact for dns
This commit ensures we use proper element of registered
output.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1569631
| YAML | apache-2.0 | aveshagarwal/openshift-ansible,kwoodson/openshift-ansible,openshift/openshift-ansible,gburges/openshift-ansible,ewolinetz/openshift-ansible,aveshagarwal/openshift-ansible,ewolinetz/openshift-ansible,miminar/openshift-ansible,tagliateller/openshift-ansible,tagliateller/openshift-ansible,bparees/openshift-ansible,tagliateller/openshift-ansible,ewolinetz/openshift-ansible,markllama/openshift-ansible,maxamillion/openshift-ansible,markllama/openshift-ansible,maxamillion/openshift-ansible,bparees/openshift-ansible,aveshagarwal/openshift-ansible,openshift/openshift-ansible,sdodson/openshift-ansible,maxamillion/openshift-ansible,miminar/openshift-ansible,tagliateller/openshift-ansible,sdodson/openshift-ansible,miminar/openshift-ansible,rjhowe/openshift-ansible,kwoodson/openshift-ansible,markllama/openshift-ansible,sdodson/openshift-ansible,mwoodson/openshift-ansible,sdodson/openshift-ansible,akram/openshift-ansible,miminar/openshift-ansible,rhdedgar/openshift-ansible,maxamillion/openshift-ansible,akram/openshift-ansible,markllama/openshift-ansible,markllama/openshift-ansible,aveshagarwal/openshift-ansible,nak3/openshift-ansible,aveshagarwal/openshift-ansible,mwoodson/openshift-ansible,miminar/openshift-ansible,gburges/openshift-ansible,rjhowe/openshift-ansible,tagliateller/openshift-ansible,sdodson/openshift-ansible,rjhowe/openshift-ansible,ewolinetz/openshift-ansible,maxamillion/openshift-ansible,rjhowe/openshift-ansible,ewolinetz/openshift-ansible,nak3/openshift-ansible,rhdedgar/openshift-ansible,rjhowe/openshift-ansible |
706acae04b8883ee9d9c79f489641d1ad6d5add3 | .github/release-drafter.yml | .github/release-drafter.yml | _extends: .github
tag-template: flaky-test-handler-$NEXT_MINOR_VERSION
| _extends: .github
name-template: $NEXT_PATCH_VERSION
tag-template: $NEXT_PATCH_VERSION
version-template: $MAJOR.$MINOR.$PATCH
| Use semantic versioning in release drafter | Use semantic versioning in release drafter
As only $MAJOR.$MINOR is used in parent config [1].
[1] https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.yml | YAML | apache-2.0 | jenkinsci/flaky-test-handler-plugin,jenkinsci/flaky-test-handler-plugin |
e2a6668309be49047e758bfcccdfa453720ca5e1 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: ./.github/workflows/build.sh
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
- name: Deploy
if: github.ref == 'refs/heads/master'
run: ./.github/workflows/deploy.sh
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
| name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: ./.github/workflows/build.sh
env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
- name: Deploy
if: github.ref == 'refs/heads/main'
run: ./.github/workflows/deploy.sh
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
| Change default branch to "main" | Change default branch to "main"
| YAML | mit | frigus02/website,frigus02/website |
0ee1aab88fd44fa6d0f7e4384d1195a2a6212ae4 | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
# Run weekly (* is a special character in YAML, so quote the string)
- cron: '0 0 * * 0'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
python -m pip install --upgrade pip
pip install .
pip install .[dev]
- name: Lint
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test
run: python -m unittest discover tests -v
| name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
# Run weekly (* is a special character in YAML, so quote the string)
- cron: '0 0 * * 0'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
python -m pip install --upgrade pip
pip install .
pip install .[dev]
- name: Lint
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test
# Windows is supported with Theano properly installed, which is not the case here.
# However, including Windows still checks for errors that could occur earlier in the
# pipeline.
if: matrix.os != 'windows-latest'
run: python -m unittest discover tests -v
| Add Windows back, but don't run tests. | Add Windows back, but don't run tests.
| YAML | mit | dstein64/PyFactorizationMachines |
124f7e8c5c6435d8d774b28e843918a98ca19800 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on:
push:
branches: [main, master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- beta
features:
- std
include:
- rust: nightly
features: std,nightly
continue-on-error: ${{ matrix.rust == 'nightly' }}
env:
TOOLCHAIN: ${{ matrix.rust }}
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
override: true
profile: minimal
components: rustfmt, clippy
- name: Build
run: cargo build -v --features ${{ matrix.features }}
- name: Test
run: cargo test -v --features ${{ matrix.features }}
- name: Lint
run: cargo clippy -- -D warnings
- name: Format check
run: cargo fmt -v -- --check
| name: Build
on:
push:
branches: [main, master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- beta
features:
- std
include:
- rust: nightly
features: std,nightly
continue-on-error: ${{ matrix.rust == 'nightly' }}
steps:
- uses: actions/checkout@v1
- name: Install Rust toolchain
run: |
rustup set profile minimal
rustup toolchain install ${{ matrix.rust }} -c clippy,rustfmt
rustup override set ${{ matrix.rust }}
- name: Build
run: cargo build -v --features ${{ matrix.features }}
- name: Test
run: cargo test -v --features ${{ matrix.features }}
- name: Lint
run: cargo clippy -- -D warnings
- name: Format check
run: cargo fmt -v -- --check
| Stop using unmaintained github action | Stop using unmaintained github action
| YAML | mit | tmccombs/ptrplus |
4efafd802b1c84a810a5fc4da6f22fcd3c751aea | .github/workflows/build.yml | .github/workflows/build.yml | ---
name: build
on: [push, pull_request]
jobs:
ansible-lint:
name: Lint Ansible project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ansible/ansible-lint-action@v4
with:
override-deps: |
ansible==2.10.4
ansible-lint==4.3.7
targets: "./"
| ---
name: build
on: [push, pull_request]
jobs:
ansible-lint:
name: Lint Ansible project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ansible/ansible-lint-action@v4.1.0
with:
override-deps: |
ansible==2.10.4
ansible-lint==4.3.7
targets: "./"
| Use v4.1.0 release for ansible-lint-action | Use v4.1.0 release for ansible-lint-action
| YAML | mit | aglorei/dotfiles,aglorei/dotfiles |
c1c7b8d23be7669a0aa6c5f9c71b916a3799f9a6 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- 2.5.8
- 2.6.6
- 2.7.1
sprockets-version:
- "~> 2.2.0"
- "~> 2.12.0"
- "~> 3.0.0"
- "~> 3.1.0"
- "~> 3.2.0"
- "~> 3.3.0"
- "~> 3.4.0"
- "~> 3.5.0"
- "~> 3.6.0"
- "~> 3.7.0"
- "~> 4.0.0"
container:
image: ruby:${{ matrix.ruby-version }}
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Install dependencies
run: |
gem update --system
gem install bundler
bundle config set path vendor/bundle
bundle install --jobs 4 --retry 3
env:
SPROCKETS_VERSION: ${{ matrix.sprockets-version }}
- name: Run tests
run: |
bundle exec rake test
| name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- 2.5.8
- 2.6.6
- 2.7.2
sprockets-version:
- "~> 2.2.0"
- "~> 2.12.0"
- "~> 3.0.0"
- "~> 3.1.0"
- "~> 3.2.0"
- "~> 3.3.0"
- "~> 3.4.0"
- "~> 3.5.0"
- "~> 3.6.0"
- "~> 3.7.0"
- "~> 4.0.0"
container:
image: ruby:${{ matrix.ruby-version }}
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Install dependencies
run: |
gem update --system
gem install bundler
bundle config set path vendor/bundle
bundle install --jobs 4 --retry 3
env:
SPROCKETS_VERSION: ${{ matrix.sprockets-version }}
- name: Run tests
run: |
bundle exec rake test
| Update Ruby version to 2.7.2 on CI | Update Ruby version to 2.7.2 on CI
| YAML | mit | tricknotes/ember-es6_template,tricknotes/ember-es6_template |
0ef6fb91649fc4b694ae63c19347cea6c3d393e6 | .github/workflows/check.yml | .github/workflows/check.yml | name: Check
on:
push:
branches: ['master']
pull_request:
branches: ['master']
jobs:
# Run PHP checks for all supported versions.
check-php:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1']
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: cs2pr
- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache composer dependencies
uses: actions/cache@v2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: |
${{ runner.os }}-composer-
- name: Install composer dependencies
run: composer install --prefer-dist
- name: PHPStan
run: vendor/bin/phpstan analyse -c phpstan.neon -l max --error-format=checkstyle src/ tests/ | cs2pr
- name: PHP CodeSniffer
run: vendor/bin/phpcs --standard=PSR2 --extensions=php --report=checkstyle src/ tests/ | cs2pr
- name: PHPUnit
run: vendor/bin/phpunit
| name: Check
on:
push:
branches: ['2.0']
pull_request:
branches: ['2.0']
jobs:
# Run PHP checks for all supported versions.
check-php:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1']
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: cs2pr
- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache composer dependencies
uses: actions/cache@v2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: |
${{ runner.os }}-composer-
- name: Install composer dependencies
run: composer install --prefer-dist
- name: PHPStan
run: vendor/bin/phpstan analyse -c phpstan.neon -l max --error-format=checkstyle src/ tests/ | cs2pr
- name: PHP CodeSniffer
run: vendor/bin/phpcs --standard=PSR2 --extensions=php --report=checkstyle src/ tests/ | cs2pr
- name: PHPUnit
run: vendor/bin/phpunit
| Update push and pull branches | Update push and pull branches
| YAML | mit | AngryBytes/domainobject |
0dc2035ce98bf88de811acc7988fb2adc2b88faa | .github/workflows/maven.yml | .github/workflows/maven.yml | name: Java CI with Maven, Coveralls
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
MAVEN_OPTS: -Xmx4g -Xms1g
repo_token: z2NyvKNpclvuc31m2yfZrpzrPr1cnLjSd
jobs:
build:
name: Build, Test, Coverage
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: build-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
build-${{ runner.os }}-maven-
- name: Install JDK
uses: AdoptOpenJDK/install-jdk@v1
with:
version: '8'
architecture: x64
impl: hotspot
targets: 'JDK_8;JAVA_HOME'
- name: Install Dependencies
run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true -B -V --toolchains .github/workflows/.toolchains.xml
- name: Test & Report
if: ${{ success() }}
run: mvn verify coveralls:report -Dcoveralls-repo-token=${repo_token} -Dmaven.javadoc.skip=true -Dgpg.skip=true -B -V --toolchains .github/workflows/.toolchains.xml
| name: Java CI with Maven, Coveralls
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
MAVEN_OPTS: -Xmx4g -Xms1g
repo_token: z2NyvKNpclvuc31m2yfZrpzrPr1cnLjSd
jobs:
build:
name: Build, Test, Coverage
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v2
with:
persist-ccredentials: false
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: build-${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
build-${{ runner.os }}-maven-
- name: Install JDK
uses: AdoptOpenJDK/install-jdk@v1
with:
version: '8'
architecture: x64
impl: hotspot
targets: 'JDK_8;JAVA_HOME'
- name: Install Dependencies
run: mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true -B -V -q --toolchains .github/workflows/.toolchains.xml
- name: Test & Report
if: ${{ success() }}
run: mvn verify coveralls:report -Dcoveralls-repo-token=${repo_token} -Dmaven.javadoc.skip=true -Dgpg.skip=true -B -V -q --toolchains .github/workflows/.toolchains.xml
| Add persist-ccredentials: false for security | Add persist-ccredentials: false for security | YAML | apache-2.0 | DataSketches/sketches-core |
d83bfed0cf7a49bd4f44004cf990caa06bf9cf3c | .github/workflows/tests.yml | .github/workflows/tests.yml | name: tests
on: [push]
jobs:
tests:
name: Tests
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
php-versions: ['7.3', '7.4', '8.0']
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none
- name: Install dependencies
run: composer update --prefer-stable --no-progress
- name: Run tests
run: ./vendor/bin/phpunit
code-cov:
name: Code coverage
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: latest
coverage: xdebug
- name: Install dependencies
run: composer update --prefer-stable --no-progress
- name: Run tests with code coverage
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml
- name: Upload code coverage
run: bash <(curl -s https://codecov.io/bash)
| name: tests
on: [push, pull_request]
jobs:
tests:
name: Tests
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
php-versions: ['7.3', '7.4', '8.0']
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none
- name: Install dependencies
run: composer update --prefer-stable --no-progress
- name: Run tests
run: ./vendor/bin/phpunit
code-cov:
name: Code coverage
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: latest
coverage: xdebug
- name: Install dependencies
run: composer update --prefer-stable --no-progress
- name: Run tests with code coverage
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml
- name: Upload code coverage
run: bash <(curl -s https://codecov.io/bash)
| Add pull_request to trigger events | Add pull_request to trigger events
| YAML | mit | themichaelhall/bluemvc-fakes |
31451550c489d541fd5469392c7c51350c9938dc | generators/app/templates/_travis.yml | generators/app/templates/_travis.yml | language: node_js
node_js:
- "4.1"
install:
- npm install -g elm@0.16.0 casperjs http-server
- elm-package install -y
before_script:
- elm-make ./src/elm/TestRunner.elm --output test.html
- http-server '.' &
# Wait for compilation is done.
- until $(curl --output /dev/null --silent --head --fail http://127.0.0.1:8080/test.html); do echo "." && sleep 1; done
script: casperjs test runTests.js
| language: node_js
node_js:
- "4.1"
install:
- npm install -g elm@0.17.0 casperjs http-server
- elm-package install -y
before_script:
- elm-make ./src/elm/TestRunner.elm --output test.html
- http-server '.' &
# Wait for compilation is done.
- until $(curl --output /dev/null --silent --head --fail http://127.0.0.1:8080/test.html); do echo "." && sleep 1; done
script: casperjs test runTests.js
| Update elm version on Travis | Update elm version on Travis
| YAML | mit | Gizra/generator-elmlang,Gizra/generator-elmlang |
5f79af463a5f30bbab5862f4ed067f1c78985377 | roles/logstash/tasks/main.yml | roles/logstash/tasks/main.yml | ---
- name: Install packages
yum:
name:
- java-11-openjdk-headless
- logstash
state: present
- name: Add sysconfig file
template:
src: logstash_sysconfig.j2
dest: /etc/sysconfig/logstash
notify: Restart logstash
- name: Copy Logstash configs to /etc
copy:
remote_src: true
src: /opt/rocknsm/ecs-configuration/logstash/conf.d/
dest: "/etc/logstash/conf.d/"
owner: "{{ logstash_user }}"
group: "{{ logstash_group }}"
- name: Template input configs
template:
src: "{{ item.src }}"
dest: "/etc/logstash/conf.d/{{ item.dest }}"
owner: "{{ logstash_user }}"
group: "{{ logstash_group }}"
mode: 0640
notify: Restart logstash
when: logstash_configs is defined
with_items: "{{ logstash_configs }}"
- name: Template Elasticsearch output for Logstash
template:
src: "{{ item }}.j2"
dest: "/etc/logstash/conf.d/{{ item }}.conf"
owner: "{{ logstash_user }}"
group: "{{ logstash_group }}"
mode: 0640
notify: Restart logstash
loop:
- logstash-9999-output-elasticsearch.conf
- name: Enable and start Logstash
service:
name: logstash
state: "started"
enabled: "{{ 'True' if rock_services | selectattr('name', 'equalto', 'logstash') | map(attribute='enabled') | bool else 'False' }}"
| ---
- name: Install packages
yum:
name:
- java-11-openjdk-headless
- logstash
state: present
- name: Add sysconfig file
template:
src: logstash_sysconfig.j2
dest: /etc/sysconfig/logstash
notify: Restart logstash
- name: Copy Logstash configs to /etc
copy:
remote_src: true
src: {{ rock_module_dir }}}}/ecs-configuration/logstash/conf.d/
dest: "/etc/logstash/conf.d/"
owner: "{{ logstash_user }}"
group: "{{ logstash_group }}"
- name: Template input configs
template:
src: "{{ item.src }}"
dest: "/etc/logstash/conf.d/{{ item.dest }}"
owner: "{{ logstash_user }}"
group: "{{ logstash_group }}"
mode: 0640
notify: Restart logstash
when: logstash_configs is defined
with_items: "{{ logstash_configs }}"
- name: Template Elasticsearch output for Logstash
template:
src: "{{ item }}.j2"
dest: "/etc/logstash/conf.d/{{ item }}.conf"
owner: "{{ logstash_user }}"
group: "{{ logstash_group }}"
mode: 0640
notify: Restart logstash
loop:
- logstash-9999-output-elasticsearch.conf
- name: Enable and start Logstash
service:
name: logstash
state: "started"
enabled: "{{ 'True' if rock_services | selectattr('name', 'equalto', 'logstash') | map(attribute='enabled') | bool else 'False' }}"
| Use variable for correct logstash pipeline configs | Use variable for correct logstash pipeline configs
| YAML | unknown | rocknsm/SimpleRock,rocknsm/SimpleRock,rocknsm/rock,CyberAnalyticDevTeam/SimpleRock,CyberAnalyticDevTeam/SimpleRock,rocknsm/rock,rocknsm/SimpleRock,CyberAnalyticDevTeam/SimpleRock,rocknsm/rock |
c8f0de33c1a0915499c3f9973eaeb24394171950 | paths/uploads/v3_uploads_uploadId_complete.yml | paths/uploads/v3_uploads_uploadId_complete.yml | post:
operationId: completeUploadSession
summary: Notify Bridge an upload is complete
description: |
Notify Bridge an upload is complete. Either a consented user or a worker
process can access this endpoing, but failure to have the worker role will
be treated like a consent error.
tags:
- Uploads
- _For Workers
- _For Consented Users
security:
- BridgeSecurity: []
parameters:
- $ref: ../../index.yml#/parameters/uploadId
responses:
200:
description: OK
schema:
$ref: ../../definitions/upload_session.yml
401:
$ref: ../../responses/401.yml
410:
$ref: ../../responses/410.yml
412:
$ref: ../../responses/412.yml
| post:
operationId: completeUploadSession
summary: Notify Bridge an upload is complete
description: |
Notify Bridge an upload is complete. Either a consented user or a worker
process can access this endpoing, but failure to have the worker role will
be treated like a consent error.
tags:
- Uploads
- _For Workers
- _For Consented Users
security:
- BridgeSecurity: []
parameters:
- $ref: ../../index.yml#/parameters/uploadId
responses:
200:
$ref: ../../responses/200_message.yml
401:
$ref: ../../responses/401.yml
410:
$ref: ../../responses/410.yml
412:
$ref: ../../responses/412.yml
| Change completeUploadSession's return type from UploadSession to Message | Change completeUploadSession's return type from UploadSession to Message
| YAML | apache-2.0 | DwayneJengSage/BridgeJavaSDK,alxdarksage/BridgeJavaSDK,alxdarksage/BridgeJavaSDK,DwayneJengSage/BridgeJavaSDK,Sage-Bionetworks/BridgeJavaSDK,Sage-Bionetworks/BridgeJavaSDK |
af7d987b8f0dd536f7058d89c2586bdf28c3e71c | update_kb_bdi_tv5monde.yml | update_kb_bdi_tv5monde.yml | ---
# Ansible playbook for TV5 Monde BDI
#It will be always localhost
- hosts: localhost
roles:
# Has to be always enable
- logs
- role: kalite
version: "0.15"
- role: rename_device
ideascube_id: "kb_bdi_tv5monde"
when: ansible_hostname == 'kb-mooc-cog-492'
# - role: idc_import
# content_name: "14-logiciel-libre/app.csv" | ---
# Ansible playbook for TV5 Monde BDI
#It will be always localhost
- hosts: localhost
roles:
# Has to be always enable
- logs
- role: kalite
version: "0.15"
lang: "fr"
# - role: rename_device
# ideascube_id: "kb_bdi_tv5monde"
# when: ansible_hostname == 'kb-mooc-cog-492'
# - role: idc_import
# content_name: "14-logiciel-libre/app.csv" | Disable remane_device and specify lang variable for kalite | Disable remane_device and specify lang variable for kalite
| YAML | mit | ideascube/ansiblecube,ideascube/ansiblecube |
11941bf973c03ca1eb7d12259dfb1248e932dc5f | metadata/com.oriondev.moneywallet.yml | metadata/com.oriondev.moneywallet.yml | Categories:
- Money
License: GPL-3.0-only
SourceCode: https://github.com/AndreAle94/moneywallet
IssueTracker: https://github.com/AndreAle94/moneywallet/issues
Bitcoin: 1J3APoaFT2jcqRzpb8bEt2rwUn3mDpWE5U
AutoName: MoneyWallet
Summary: Expense Manager
Description: |-
MoneyWallet is an advanced expense manager that allows you to track your.
expenses and plan budgets. You can organize your data using custom
categories, events, places and people tags. The user interface is in
material design, clear, simple and extremely customizable. It fits on all
devices. It's simply your best expense manager.
RepoType: git
Repo: https://github.com/AndreAle94/moneywallet
Builds:
- versionName: 4.0.2-floss
versionCode: 55
commit: v4.0.2.1
subdir: app
gradle:
- floss
MaintainerNotes: We can't enable auto update because version name has a suffix.
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 4.0.2-floss
CurrentVersionCode: 55
| Categories:
- Money
License: GPL-3.0-only
SourceCode: https://github.com/AndreAle94/moneywallet
IssueTracker: https://github.com/AndreAle94/moneywallet/issues
Bitcoin: 1J3APoaFT2jcqRzpb8bEt2rwUn3mDpWE5U
AutoName: MoneyWallet
Summary: Expense Manager
Description: |-
MoneyWallet is an advanced expense manager that allows you to track your.
expenses and plan budgets. You can organize your data using custom
categories, events, places and people tags. The user interface is in
material design, clear, simple and extremely customizable. It fits on all
devices. It's simply your best expense manager.
RepoType: git
Repo: https://github.com/AndreAle94/moneywallet
Builds:
- versionName: 4.0.2-floss
versionCode: 55
commit: v4.0.2.1
subdir: app
gradle:
- floss
MaintainerNotes: We can't enable auto update because version name has a suffix.
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 4.0.3.5
CurrentVersionCode: 61
| Update CV of MoneyWallet to 4.0.3.5 (61) | Update CV of MoneyWallet to 4.0.3.5 (61)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata,f-droid/fdroid-data |
277ee66cfab8d958e12c2c648003faa2988e03e8 | metadata/net.redwarp.gifwallpaper.yml | metadata/net.redwarp.gifwallpaper.yml | Categories:
- Theming
License: Apache-2.0
AuthorName: Benoit Vermont
SourceCode: https://github.com/redwarp/gif-wallpaper
IssueTracker: https://github.com/redwarp/gif-wallpaper/issues
AutoName: GIF Live Wallpaper
RepoType: git
Repo: https://github.com/redwarp/gif-wallpaper
Builds:
- versionName: 1.3.3
versionCode: 28
commit: v1.3.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.3.3
CurrentVersionCode: 28
| Categories:
- Theming
License: Apache-2.0
AuthorName: Benoit Vermont
SourceCode: https://github.com/redwarp/gif-wallpaper
IssueTracker: https://github.com/redwarp/gif-wallpaper/issues
AutoName: GIF Live Wallpaper
RepoType: git
Repo: https://github.com/redwarp/gif-wallpaper
Builds:
- versionName: 1.3.3
versionCode: 28
commit: v1.3.3
subdir: app
gradle:
- yes
- versionName: 1.3.4
versionCode: 29
commit: v1.3.4
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.3.4
CurrentVersionCode: 29
| Update GIF Live Wallpaper to 1.3.4 (29) | Update GIF Live Wallpaper to 1.3.4 (29)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
77c35a22baa2c349711095b08b7420784fd80c01 | _data/releases/1.9/1.9.0.Final.yml | _data/releases/1.9/1.9.0.Final.yml | date: 2022-04-05
version: "1.9.0.Final"
stable: true
summary: Support secrets in Debezium Server; Support all Redis connection schemes; final bugfixes
announcement_url: /blog/2022/04/06/debezium-1-9-final-released/
connectors:
- cassandra-3
- cassandra-4 | date: 2022-04-05
version: "1.9.0.Final"
stable: true
summary: Support secrets in Debezium Server; Support all Redis connection schemes; final bugfixes
announcement_url: /blog/2022/04/06/debezium-1.9-final-released/
connectors:
- cassandra-3
- cassandra-4
| Fix URL of 1.9.0 announcement | Fix URL of 1.9.0 announcement
| YAML | apache-2.0 | debezium/debezium.github.io,debezium/debezium.github.io,debezium/debezium.github.io |
fb06567ef63ce7931b476ce19a54e9cb162cec8b | provisions/roles/bundle_waartaa/tasks/main.yml | provisions/roles/bundle_waartaa/tasks/main.yml | ---
- name: Bundle waartaa
command: meteor build ../dist --directory
args:
chdir: ../app
| ---
- name: Bundle waartaa
command: meteor build ../dist --directory --server={{ waartaa_root_url }}:443
args:
chdir: ../app
| Update command to bundle waartaa. | Update command to bundle waartaa.
| YAML | mit | waartaa/waartaa,waartaa/waartaa,waartaa/waartaa |
f4d2a9fdb7f60020850b1a14bc93508dad5bb196 | schema/Product.schema.yaml | schema/Product.schema.yaml | title: Product
'@id': schema:Product
extends: Thing
role: tertiary
status: stable
category: metadata
description: |
Any offered product or service. For example, a pair of shoes;
a haircut; or an episode of a TV show streamed online.
properties:
brand:
'@id': schema:brand
description: Brand that the product is labelled with.
allOf:
- $ref: Brand
logo:
'@id': schema:logo
description: The logo of the product.
anyOf:
- type: string
format: uri
- $ref: ImageObject
productID:
'@id': schema:productID
description: Product identification code.
type: string
| title: Product
'@id': schema:Product
extends: Thing
role: tertiary
status: stable
category: metadata
description: |
Any offered product or service. For example, a pair of shoes;
a haircut; or an episode of a TV show streamed online.
properties:
brands:
'@id': schema:brand
description: Brands that the product is labelled with.
type: array
items:
$ref: Brand
logo:
'@id': schema:logo
description: The logo of the product.
anyOf:
- type: string
format: uri
- $ref: ImageObject
productID:
'@id': schema:productID
description: Product identification code.
type: string
| Make `brand` prop consistent with Organization | fix(Product): Make `brand` prop consistent with Organization
| YAML | apache-2.0 | stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila |
993f5eda8f5bdfe1592db2f22b3ac0f8f95b279c | kubeadm.yaml | kubeadm.yaml | kind: MasterConfiguration
apiVersion: kubeadm.k8s.io/v1alpha1
networking:
podSubnet: "10.244.0.0/16"
controllerManagerExtraArgs:
controllers: "*,-persistentvolume-binder"
horizontal-pod-autoscaler-use-rest-clients: "true"
node-monitor-grace-period: "10s"
apiServerExtraArgs:
runtime-config: "api/all=true"
feature-gates: "TaintBasedEvictions=true"
proxy-client-cert-file: "/etc/kubernetes/pki/front-proxy-client.crt"
proxy-client-key-file: "/etc/kubernetes/pki/front-proxy-client.key"
| kind: MasterConfiguration
apiVersion: kubeadm.k8s.io/v1alpha1
networking:
podSubnet: "10.244.0.0/16"
controllerManagerExtraArgs:
controllers: "*,-persistentvolume-binder"
horizontal-pod-autoscaler-use-rest-clients: "true"
horizontal-pod-autoscaler-sync-period: "10s"
node-monitor-grace-period: "10s"
apiServerExtraArgs:
runtime-config: "api/all=true"
feature-gates: "TaintBasedEvictions=true"
proxy-client-cert-file: "/etc/kubernetes/pki/front-proxy-client.crt"
proxy-client-key-file: "/etc/kubernetes/pki/front-proxy-client.key"
selfHosted: true
| Set the autoscaling sync period to something small, and use selfhosting | Set the autoscaling sync period to something small, and use selfhosting
| YAML | mit | luxas/kubeadm-workshop,luxas/kubeadm-workshop |
23f941215a2f40123aa791af156111584527fd0f | packages/go/google-isbn.yaml | packages/go/google-isbn.yaml | homepage: https://github.com/apeyroux/google-isbn#readme
changelog-type: ''
hash: aa34bfee101247a7a86f7f899bfecde33998d9b2cd302b885d124a22a11ff841
test-bench-deps: {}
maintainer: alex@px.io
synopsis: ''
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.2 && <5'
text: -any
conduit: -any
conduit-extra: -any
http-conduit: -any
aeson: -any
all-versions:
- '0.3'
author: Alexandre Peyroux
latest: '0.3'
description-type: haddock
description: Basic utility to search an ISBN using the Google Books webservice
license-name: BSD3
| homepage: https://github.com/apeyroux/google-isbn#readme
changelog-type: ''
hash: 9baa01ec8a38d7227db54451e0ea9fbf36f0b5ba15adaad17f0e0b938289d816
test-bench-deps: {}
maintainer: alex@px.io
synopsis: ''
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.2 && <5'
text: -any
conduit: -any
conduit-extra: -any
http-conduit: -any
aeson: -any
all-versions:
- '0.3'
- '1.0.0'
- '1.0.1'
author: Alexandre Peyroux
latest: '1.0.1'
description-type: haddock
description: Basic utility to search an ISBN using the Google Books webservice
license-name: BSD3
| Update from Hackage at 2018-11-08T08:23:48Z | Update from Hackage at 2018-11-08T08:23:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
c9105c0f1e9b26b45a92bb665681370509bd2fa9 | roles/postgresql/tasks/init-standby-common.yml | roles/postgresql/tasks/init-standby-common.yml | ---
- name: Stop PostgreSQL
service:
name: "{{ postgresql_service }}"
state: "stopped"
become: yes
- name: Remove PostgreSQL data dir
file:
path: "{{ postgresql_data_path }}/main"
state: absent
become: yes
- name: Take base backup of PostgreSQL database
shell: "{{ item }}"
environment:
PGPASSWORD: "{{ postgresql_replication_password }}"
become: yes
become_user: "{{ postgresql_user }}"
with_items:
- pg_basebackup -h {{ postgresql_master_host }} -p {{ postgresql_master_port }} -D {{ postgresql_data_path }}/main -U {{ postgresql_replication_user }} --xlog-method=stream
- sleep 15
- name: Configure PostgreSQL replication
template:
src: recovery.conf.j2
dest: "{{ postgresql_data_path }}/main/recovery.conf"
owner: "{{ postgresql_user }}"
group: "{{ postgresql_group }}"
mode: 0640
become: yes
| ---
- name: Stop PostgreSQL
service:
name: "{{ postgresql_service }}"
state: "stopped"
become: yes
- name: Remove PostgreSQL data dir
file:
path: "{{ postgresql_data_path }}/main"
state: absent
become: yes
- name: Take base backup of PostgreSQL database
shell: "{{ item }}"
environment:
PGPASSWORD: "{{ postgresql_replication_password }}"
become: yes
become_user: "{{ postgresql_user }}"
with_items:
- pg_basebackup -h {{ postgresql_master_host }} -p {{ postgresql_master_port }} -D {{ postgresql_data_path }}/main -U {{ postgresql_replication_user }} -X stream
- sleep 15
- name: Configure PostgreSQL replication
template:
src: recovery.conf.j2
dest: "{{ postgresql_data_path }}/main/recovery.conf"
owner: "{{ postgresql_user }}"
group: "{{ postgresql_group }}"
mode: 0640
become: yes
| Replace "--xlog-method=stream" with "-X stream" | Replace "--xlog-method=stream" with "-X stream"
As of Postgres 10 "--xlog-method" has been replaced with "--wall-method"
but "-X" is compatible with both
| YAML | apache-2.0 | rciam/rciam-deploy,rciam/rciam-deploy |
c0e84eef12d532b8da6ebea004f462f0dceda18d | packages/ti/timeconsole.yaml | packages/ti/timeconsole.yaml | homepage: https://github.com/xpika/Time-Console
changelog-type: ''
hash: 5e19d6c4c486317c9c56fadf43b7608567bd7c0d7dab09500dffe4528f2f3526
test-bench-deps: {}
maintainer: hawk.alan@gmail.com
synopsis: time each line of terminal output
changelog: ''
basic-deps:
base: <10000
time: <10000
process: <10000
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.1.0.2
- 0.1.0.3
- 0.1.0.4
author: Alan Hawkins
latest: 0.1.0.4
description-type: haddock
description: ''
license-name: GPL-2.0-only
| homepage: https://github.com/xpika/Time-Console
changelog-type: ''
hash: 3edffd087298bc18cd5d0e080df363beb6d1cd7c3f29c7f84b0ea28f4dbcc431
test-bench-deps: {}
maintainer: hawk.alan@gmail.com
synopsis: time each line of terminal output
changelog: ''
basic-deps:
base: <10000
time: <10000
process: <10000
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.1.0.2
- 0.1.0.3
- 0.1.0.4
- 0.1.0.5
author: Alan Hawkins
latest: 0.1.0.5
description-type: haddock
description: ''
license-name: GPL-2.0-only
| Update from Hackage at 2019-03-15T02:01:47Z | Update from Hackage at 2019-03-15T02:01:47Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
c73e930ce4d8639208f2a8333e24505acde6fe78 | build.yaml | build.yaml | repositories:
remote:
- https://repo1.maven.org/maven2
artifacts:
httpclient: org.apache.httpcomponents:httpclient:jar:4.3
httpcore: org.apache.httpcomponents:httpcore:jar:4.3
commons_codec: commons-codec:commons-codec:jar:1.8
commons_logging: commons-logging:commons-logging:jar:1.1.3
javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0
| repositories:
remote:
- https://repo.maven.apache.org/maven2
artifacts:
httpclient: org.apache.httpcomponents:httpclient:jar:4.3
httpcore: org.apache.httpcomponents:httpcore:jar:4.3
commons_codec: commons-codec:commons-codec:jar:1.8
commons_logging: commons-logging:commons-logging:jar:1.1.3
javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0
| Use the canonical url to access maven central repository. | Use the canonical url to access maven central repository.
| YAML | apache-2.0 | realityforge/proxy-servlet,realityforge/proxy-servlet |
7efcfaf116524c8886f26f29e3c296adac2085c9 | scripts/people/mansam.yaml | scripts/people/mansam.yaml | # Hi! I'm Mansam.
# samlucidi.com is back up!
- blog: http://mansam.github.io/
feed: http://mansam.github.io/feeds/all.atom.xml
forges:
- http://github.com/mansam
- http://bitbucket.org/slucidi
irc: mansam
name: Sam Lucidi
rit_dce: sxl6435
hackprop1: http://mansam.github.io/articles/sprint1-project-proposal.html
bugfix: http://www.samlucidi.com/fossrit-bugfix-assignment.html
| # Hi! I'm Mansam.
# samlucidi.com is back up!
- blog: http://mansam.github.io/
feed: http://mansam.github.io/feeds/all.atom.xml
forges:
- http://github.com/mansam
- http://bitbucket.org/slucidi
irc: mansam
name: Sam Lucidi
rit_dce: sxl6435
hackprop1: http://www.samlucidi.com/fossrit-proposal-for-sprint-1.html
bugfix: http://www.samlucidi.com/fossrit-bugfix-assignment.html
hack1: http://www.samlucidi.com/hotdate-intuitive-date-formatting.html
hackprop2: http://www.samlucidi.com/fossrit-proposal-for-sprint-2.html
| Add links for hack1 and hackprop2 | Add links for hack1 and hackprop2
Also updates hackprop1's use of an out-of-date url scheme. | YAML | apache-2.0 | decause/advfoss |
548cf6921c7a3882a7174efec2abd77906b9ad17 | .github/workflows/build.yml | .github/workflows/build.yml | # Build project using CMake
name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: HorstBaerbel/action-cmake@1.0
with:
sourcedir: '.'
builddir: 'build'
cmakeoptions: ''
| # Build project using CMake
name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
uses: HorstBaerbel/action-cmake@master
with:
sourcedir: '.'
builddir: 'build'
cmakeoptions: ''
| Use action master branch for testing | Use action master branch for testing | YAML | bsd-2-clause | HorstBaerbel/res2h,HorstBaerbel/res2h,HorstBaerbel/res2h |
696455b4f5da6cc724052274571d56f8c01d6f77 | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
env:
global:
NOKOGIRI_USE_SYSTEM_LIBRARIES=true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Ruby
uses: ruby/setup-ruby@master
with:
ruby-version: 2.6.3
- name: Install dependencies
run: |
sudo apt-get install libcurl4-openssl-dev
bundle config set --local deployment 'true'
bundle install --jobs=3 --retry=3
- name: Run tests
run: |
bundle exec jekyll build
bundle exec htmlproofer '_site/' --allow-hash-href --check-html --http-status-ignore 0
| name: build
on: [push, pull_request]
env:
global:
NOKOGIRI_USE_SYSTEM_LIBRARIES=true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Ruby
uses: ruby/setup-ruby@master
with:
ruby-version: 2.6.3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
bundle config set --local deployment 'true'
bundle install --jobs=3 --retry=3
- name: Run tests
run: |
bundle exec jekyll build
bundle exec htmlproofer '_site/' --allow-hash-href --check-html --http-status-ignore 0
| Fix package install in Github Actions | Fix package install in Github Actions
| YAML | mit | minetest/minetest.github.io,rubenwardy/minetest.github.io,minetest/minetest.github.io,rubenwardy/minetest.github.io,minetest/minetest.github.io,rubenwardy/minetest.github.io |
b7602491e87ff5c5eb0a1d1026f7a38279153e9f | _config/github_mapping.yml | _config/github_mapping.yml | - email: arun.p.gupta@oracle.com
github_id: arun-gupta
- email: argupta@argupta.csb
github_id: arun-gupta
- email: arungupta@users.noreply.github.com
github_id: arun-gupta
- email: patrik@dudits.net
github_id: pdudits
- email: contact@mgreau.com
github_id: mgreau
- email: psakar@redhat.com
github_id: psakar
- email: scherrer@openwms.org
github_id: openwms | - email: arun.p.gupta@oracle.com
github_id: arun-gupta
- email: argupta@argupta.csb
github_id: arun-gupta
- email: arungupta@users.noreply.github.com
github_id: arun-gupta
- email: patrik@dudits.net
github_id: pdudits
- email: contact@mgreau.com
github_id: mgreau
- email: psakar@redhat.com
github_id: psakar
- email: scherrer@openwms.org
github_id: openwms
- email: johndament@apache.org
github_id: johnament
- email: john.ament@spartasystems.com
github_id: johnament
- email: arjan.tijms@kizitos.com
github_id: arjantijms | Add some new manual github id -> email mappings | Add some new manual github id -> email mappings
| YAML | mit | javaee-samples/javaee-samples.github.io,javaee-samples/javaee-samples.github.io |
d970f6071e46bdc9dfbe5d2f3735dd4d97e1aec4 | .github/workflows/maven.yml | .github/workflows/maven.yml | name: Java CI with Maven
on: [ push ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B -f pom.xml install checkstyle:checkstyle
- name: SonarQube scan
run: mvn -B -f pom.xml sonar:sonar -Dsonar.login=$SONARQUBE_TOKEN
env:
SONARQUBE_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
- name: Deployment
if: ( github.ref == 'refs/heads/master' ) || ( github.ref == 'refs/heads/develop' )
run: mvn -B -f pom.xml -s .CI/maven-settings.xml deploy -Pci-deploy -DskipTests=true
env:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
| name: Java CI with Maven
on: [ push ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B -f pom.xml install checkstyle:checkstyle
- name: SonarQube scan
run: mvn -B -f pom.xml sonar:sonar -Dsonar.login=$SONARQUBE_TOKEN -Dsonar.branch.name=${{ github.ref }}
env:
SONARQUBE_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
- name: Deployment
if: ( github.ref == 'refs/heads/master' ) || ( github.ref == 'refs/heads/develop' )
run: mvn -B -f pom.xml -s .CI/maven-settings.xml deploy -Pci-deploy -DskipTests=true
env:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
| Add branch reference on SonarQube command line | Add branch reference on SonarQube command line
| YAML | apache-2.0 | Hipparchus-Math/hipparchus,sdinot/hipparchus,Hipparchus-Math/hipparchus,Hipparchus-Math/hipparchus,sdinot/hipparchus,sdinot/hipparchus,sdinot/hipparchus,Hipparchus-Math/hipparchus |
c4d554a3bf2ce3dc73916babbc7d4b7ffdb6a4c6 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: tests
on: [push]
jobs:
test-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Install dependencies
run: |
gem install bundler
bundler install
- name: Run tests
run: bundle exec rake test | name: tests
on: [push]
jobs:
test-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- name: Install dependencies
run: |
gem install bundler
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rake test | Set GitHub Actions to cache dependencies | Set GitHub Actions to cache dependencies
| YAML | mit | mattcone/markdown-guide,mattcone/markdown-guide |
511e13d1d561859b43c8593fc503bf71fdc3953e | circle.yml | circle.yml | machine:
xcode:
version: "8.1"
test:
override:
- swift test
| machine:
xcode:
version: "8.1"
test:
override:
- swift test
- xcodebuild -project Bases.xcodeproj -scheme Base16-iOS build test
- xcodebuild -project Bases.xcodeproj -scheme Base16-Mac build test
- xcodebuild -project Bases.xcodeproj -scheme Base32-iOS build test
- xcodebuild -project Bases.xcodeproj -scheme Base32-Mac build test
| Add Xcode-based builds to Circle CI | Add Xcode-based builds to Circle CI
| YAML | mit | mattrubin/Bases |
1182ab95555ce154039f8dc9ab853e7a90d6f4c2 | circle.yml | circle.yml | machine:
node:
version: 4.4.7
test:
override:
- grunt coverage
deployment:
release:
tag: /^[0-9]+(\.[0-9]+)*/
commands:
- grunt shipit:prd deploy
general:
artifacts:
- "test/coverage"
| machine:
node:
version: 4
test:
override:
- grunt coverage
deployment:
release:
tag: /^[0-9]+(\.[0-9]+)*/
commands:
- grunt shipit:prd deploy
general:
artifacts:
- "test/coverage"
| Use latest node 4 version | Use latest node 4 version
- always use the latest version of node 4 | YAML | mit | TryGhost/gscan |
48ca2e93a84c0b0ef76f96eeac54f4052b32d982 | circle.yml | circle.yml | test:
override:
# leftover build artifacts (in the tmp directory) can cause marshalling errors; delete tmp before every run.
- rm -Rf tmp
- RAILS_ENV=test bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
general:
artifacts:
- log
- tmp | test:
pre:
- rm -Rf tmp
override:
# leftover build artifacts (in the tmp directory) can cause marshalling errors; delete tmp before every run.
- RAILS_ENV=test bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
general:
artifacts:
- log
- tmp | Move tmp dir cleanup to pre step. | Move tmp dir cleanup to pre step. | YAML | mit | jprokay/lale-help,lale-help/lale-help,diegoaad/lale-help,diegoaad/lale-help,lale-help/lale-help,jprokay/lale-help,lale-help/lale-help,lale-help/lale-help,diegoaad/lale-help,jprokay/lale-help,jprokay/lale-help,diegoaad/lale-help |
67582043330ed7f491ce99eeda53061682eee4e5 | circle.yml | circle.yml | test:
override:
- python setup.py nosetests --with-xunit --xunit-file $CIRCLE_TEST_REPORTS/nose/tests.xml
| test:
pre:
- mkdir -p $CIRCLE_TEST_REPORTS/nose
override:
- python setup.py nosetests --with-xunit --xunit-file $CIRCLE_TEST_REPORTS/nose/tests.xml
| Create the directory for test output | Create the directory for test output
| YAML | mit | prophile/pycat |
4c37b814e5d2a5346c046d2e1370a52dfcf6b9e2 | circle.yml | circle.yml | machine:
services:
- docker
pre:
- sudo curl -L -o /usr/bin/docker 'http://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci'; sudo chmod 0755 /usr/bin/docker; true
dependencies:
override:
- make build
test:
override:
- make tests
| machine:
services:
- docker
pre:
- sudo curl -L -o /usr/bin/docker 'http://s3-external-1.amazonaws.com/circle-downloads/docker-1.10.0-circleci'; sudo chmod 0755 /usr/bin/docker; true
dependencies:
override:
- make build
test:
override:
- make tests
| Update to docker 1.10.0 image for circile ci | Update to docker 1.10.0 image for circile ci
1.10.1 not available yet
| YAML | mit | AlbanMontaigu/docker-toolbox,AlbanMontaigu/docker-devbox |
78989702961dc67446834a61cd985cd8e1da9d11 | circle.yml | circle.yml | general:
branches:
ignore:
- gh-pages
machine:
java:
version: oraclejdk7
environment:
TERM: dumb
CI_NAME: Circle-CI
CI_BRANCH: $CIRCLE_BRANCH
CI_BUILD_NUMBER: $CIRCLE_BUILD_NUM
CI_BUILD_URL: $CIRCLE_COMPARE_URL
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx3840m -XX:+HeapDumpOnOutOfMemoryError"'
checkout:
post:
- git fetch --unshallow || true
- git fetch --tags
dependencies:
pre:
- gem install asciidoctor
cache_directories:
- ~/.m2
- ~/.gradle
test:
override:
- ./gradlew clean check:
timeout: 900
deployment:
staging:
branch: master
owner: springfox
commands:
- ./gradlew snapshot -PbintrayUsername=${bintrayUsername} -PbintrayPassword=${bintrayPassword} -i -x check
- ./gradlew publishDocs -i
notify:
webhooks:
- url: https://webhooks.gitter.im/e/b30a7db820817acfc6d8
| general:
branches:
ignore:
- gh-pages
machine:
java:
version: oraclejdk7
environment:
TERM: dumb
CI_NAME: Circle-CI
CI_BRANCH: $CIRCLE_BRANCH
CI_BUILD_NUMBER: $CIRCLE_BUILD_NUM
CI_BUILD_URL: $CIRCLE_COMPARE_URL
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx3840m -XX:+HeapDumpOnOutOfMemoryError"'
checkout:
post:
- git fetch --unshallow || true
- git fetch --tags
dependencies:
pre:
- gem install asciidoctor
cache_directories:
- ~/.m2
- ~/.gradle
test:
override:
- ./gradlew clean check codeCoverageReport:
timeout: 900
deployment:
staging:
branch: master
owner: springfox
commands:
- ./gradlew snapshot -PbintrayUsername=${bintrayUsername} -PbintrayPassword=${bintrayPassword} -i -x check
- ./gradlew publishDocs -i
notify:
webhooks:
- url: https://webhooks.gitter.im/e/b30a7db820817acfc6d8
| Call the code coverage report | Call the code coverage report
(1694)
| YAML | apache-2.0 | yelhouti/springfox,springfox/springfox,yelhouti/springfox,springfox/springfox,yelhouti/springfox,springfox/springfox,springfox/springfox |
c202711bbf10638caa9362faa8c89420d5e12c9d | app/config/config_prod.yml | app/config/config_prod.yml | imports:
- { resource: config.yml }
monolog:
handlers:
main:
type: fingerscrossed
action_level: error
handler: nested
nested:
type: stream
path: %kernel.logs_dir%/%kernel.environment%.log
level: debug
| imports:
- { resource: config.yml }
monolog:
handlers:
main:
type: fingers_crossed
action_level: error
handler: nested
nested:
type: stream
path: %kernel.logs_dir%/%kernel.environment%.log
level: debug
| Adjust for latest MonologBundle change | Adjust for latest MonologBundle change
| YAML | mit | mbence/csaladsegito,flyboarder/AirOS_pre2.0,flyboarder/AirOS_pre2.0,mbence/csaladsegito,flyboarder/AirOS_pre2.0,flyboarder/AirOS_pre2.0,mbence/csaladsegito,flyboarder/AirOS_pre2.0 |
e2c0f300ab69029abbd95ebf2381d9901dc56a16 | app/config/config_test.yml | app/config/config_test.yml | imports:
- { resource: config_dev.yml }
framework:
test: ~
session:
storage_id: session.storage.mock_file
profiler:
collect: false
web_profiler:
toolbar: false
intercept_redirects: false
swiftmailer:
disable_delivery: true
| imports:
- { resource: config_dev.yml }
- { resource: parameters_test.yml }
framework:
test: ~
session:
storage_id: session.storage.mock_file
profiler:
collect: false
web_profiler:
toolbar: false
intercept_redirects: false
swiftmailer:
disable_delivery: true
| Use testing parameters in testing env | Use testing parameters in testing env
| YAML | mit | iimog/wikidata-game-flower-color,iimog/wikidata-game-flower-color |
7cd96a2de94e0f314bba884e7cb6a1da63c27f3a | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ master ]
jobs:
test:
strategy:
matrix:
python-version: [3.7, 3.8]
marker: [not integration]
os: [ubuntu-latest]
include:
- python-version: 3.9
marker: ''
os: ubuntu-latest
- python-version: 3.9
marker: ''
os: macos-latest
- python-version: "3.10"
marker: 'not asynchronous'
os: ubuntu-latest
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v2
- uses: docker-practice/actions-setup-docker@master
- name: Cache dependencies
uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/**') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements/ci.txt
- name: Tests
run: |
py.test -m "${{ matrix.marker }}" --cov-report=xml --cov-branch
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
| name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
marker: [not integration]
include:
- python-version: 3.9
marker: ''
- python-version: "3.10"
marker: 'not asynchronous'
steps:
- uses: actions/checkout@v2
- uses: docker-practice/actions-setup-docker@master
- name: Cache dependencies
uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/**') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements/ci.txt
- name: Tests
run: |
py.test -m "${{ matrix.marker }}" --cov-report=xml --cov-branch
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
| Revert "Add test runner for mac os" | Revert "Add test runner for mac os"
This reverts commit aa75fadfe28f3e0a95eeb75ae59a524a67f08a79.
| YAML | mit | alisaifee/limits,alisaifee/limits |
f4148c647b890cf53501f1923d5a4605372e66ee | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
- name: Build
run: |
cmake -G "Visual Studio 16 2019" -D BUILD_TESTS=ON ./
MSBuild.exe etl.sln
- name: Run tests
run: ./etl_tests.exe
| name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
- name: Build
run: |
cmake -G "Visual Studio 16 2019" -D BUILD_TESTS=ON ./
MSBuild.exe etl.sln
- name: Run tests
run: |
ls *.exe
./etl_tests.exe
| Add VS2019 configuration to Github CI | Add VS2019 configuration to Github CI
| YAML | mit | ETLCPP/etl,ETLCPP/etl,ETLCPP/etl,ETLCPP/etl |
7c0834da2b63ea1c2771b82b1fea6930529b5a78 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/tweet-commit
| name: Tweet commit
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/tweet-commit
| Fix issue with actions workflow. | Fix issue with actions workflow. | YAML | cc0-1.0 | carlosperate/awesome-microbit,carlosperate/awesome-microbit |
d74b403ae7af583b2aa828ae09177e1d81f2dc08 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI test
on:
# Triggers the workflow on push or pull request events but only for the dev branch
- pull_request
- push
# Allows you to run this workflow manually from the Actions tab
- workflow_dispatch
jobs:
install-and-test:
runs-on: ubuntu-latest
services:
rumors-test-db:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.2
ports:
- 62223:9200
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run test -- --coverage
- name: Update coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
| name: CI test
on:
# Triggers the workflow on push or pull request events but only for the dev branch
- pull_request
- push
# Allows you to run this workflow manually from the Actions tab
- workflow_dispatch
jobs:
install-and-test:
runs-on: ubuntu-latest
services:
rumors-test-db:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.2
ports:
- 62223:9200
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v2
with:
node-version: '12'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run test -- --coverage
- name: Update coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
| Adjust node-version to see if node-gyp passes Also to be consistent with Dockerfile's NodeJS version | Adjust node-version to see if node-gyp passes
Also to be consistent with Dockerfile's NodeJS version
| YAML | mit | MrOrz/rumors-api,cofacts/rumors-api,MrOrz/rumors-api |
3fd00095b74e87891191b31bc9e3d0186225717e | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.3, 7.4, 8.0]
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
- run: composer install --prefer-dist --no-interaction
- run: vendor/bin/phpunit --coverage-text
- run: vendor/bin/phpcs --standard=PSR12 --colors -n src tests
| name: CI
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.4, 8.0]
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
- run: composer install --prefer-dist --no-interaction
- run: vendor/bin/phpunit --coverage-text
- run: vendor/bin/phpcs --standard=PSR12 --colors -n src tests
| Remove php 7.3 from test | Remove php 7.3 from test
| YAML | mit | wordplate/framework |
efc067217a7bb2bfcb991a479174b747dd3eef13 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Node CI
on: [push, pull_request]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm test
env:
CI: true
merge-me:
name: Auto-merge dependency updates
needs: test
runs-on: ubuntu-latest
steps:
- uses: ridedott/merge-me-action@v1.8.61
with:
GITHUB_LOGIN: 'dependabot[bot]'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
| name: Node CI
on: [push, pull_request]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm test
env:
CI: true
merge-me:
name: Auto-merge dependency updates
needs: test
runs-on: ubuntu-latest
steps:
- uses: ridedott/merge-me-action@v1.8.61
with:
GITHUB_LOGIN: 'dependabot[bot]'
# We need to use a custom token to trigger a build for the merge
# Using the default token doesn't do this.
GITHUB_TOKEN: ${{ secrets.GH_MERGE_TOKEN }}
MERGE_METHOD: MERGE
| Use custom token for the merge | Use custom token for the merge
| YAML | mit | noflo/noflo-ui,noflo/noflo-ui |
9dd35e7853e498c9681188374ad13c257a4e5ca1 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- master
pull_request:
branches:
- "**"
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
jobs:
tests:
name: Unix tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
toolchain: [stable]
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup cache
uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
profile: minimal
override: true
- name: Build C library
run: make
- name: Build CLI
run: cargo build --release
- name: Setup fixture parsers
run: |
script/fetch-fixtures
script/generate-fixtures
- name: Run tests
run: script/test
- name: Run benchmarks
run: script/benchmark
| name: CI
on:
push:
branches:
- master
pull_request:
branches:
- "**"
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
jobs:
tests:
name: Unix tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
toolchain: [stable]
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Cache artifacts
uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
profile: minimal
override: true
- name: Build C library
run: make
- name: Build wasm library
run: script/build-wasm
- name: Build CLI
run: cargo build --release
- name: Set up fixture parsers
run: |
script/fetch-fixtures
script/generate-fixtures
script/generate-fixtures-wasm
- name: Run main tests
run: script/test
- name: Run wasm tests
run: script/test-wasm
- name: Run benchmarks
run: script/benchmark
| Build wasm binding, run wasm tests on GH actions | Build wasm binding, run wasm tests on GH actions
| YAML | mit | tree-sitter/tree-sitter,tree-sitter/tree-sitter,tree-sitter/tree-sitter,tree-sitter/tree-sitter,tree-sitter/tree-sitter,tree-sitter/tree-sitter,tree-sitter/tree-sitter |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.