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 |
|---|---|---|---|---|---|---|---|---|---|
318f22c9b00d140a04a9c981f21293de1b81b139 | ruby/.travis.yml | ruby/.travis.yml | sudo: false
language: ruby
rvm:
- "2.5.1"
- "2.4.4"
- "2.3.7"
- "2.2.10"
- "jruby-9.1.17.0"
script: make default
matrix:
allow_failures:
- rvm: jruby-9.1.17.0
jobs:
include:
- stage: deploy
ruby: 2.5.1
deploy:
skip_cleanup: true
provider: rubygems
api_key:
secure: EFoxx/tPgZ2pZqlR5eDEXYQ4f0Lw/2AhkPEPggdbWbzOHMf8WtTAMvjBXKFhMuxmIqLrjd+Yf2gbcJ9kSG4VAWYRVZKPxz39WCUZso1elrrWu0X6gYVzIXjfTdioauyg3mXP5TOvQrG/GCr3/dGpxsDWHO1pFLIVWjg8GIye6Ic=
gem: gherkin
on:
tags: true
| sudo: false
language: ruby
rvm:
- "2.5.3"
- "2.4.5"
- "2.3.8"
- "jruby-9.2.0.0"
script: make default
matrix:
allow_failures:
- rvm: jruby-9.2.0.0
jobs:
include:
- stage: deploy
ruby: "2.5.3"
deploy:
skip_cleanup: true
provider: rubygems
api_key:
secure: EFoxx/tPgZ2pZqlR5eDEXYQ4f0Lw/2AhkPEPggdbWbzOHMf8WtTAMvjBXKFhMuxmIqLrjd+Yf2gbcJ9kSG4VAWYRVZKPxz39WCUZso1elrrWu0X6gYVzIXjfTdioauyg3mXP5TOvQrG/GCr3/dGpxsDWHO1pFLIVWjg8GIye6Ic=
gem: gherkin
on:
tags: true
| Update rubies (2.2.10 is now EOL) | Update rubies (2.2.10 is now EOL)
| YAML | mit | cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin |
d5412179a7891359caf7e5f7f42b210587712c47 | conf/environment.yml | conf/environment.yml | name: cfu-common
channels:
- defaults
- litex-hub
dependencies:
- litex-hub::gcc-riscv32-elf-newlib
- litex-hub::dfu-util
- litex-hub::flterm
- litex-hub::openocd
- litex-hub::verilator
- litex-hub::nextpnr-nexus
- litex-hub::nextpnr-ecp5
- litex-hub::nextpnr-ice40
- litex-hub::iceprog
- litex-hub::yosys
- python=3.7
- pip
- pip:
- -r ./requirements.txt
| name: cfu-common
channels:
- defaults
- litex-hub
dependencies:
- litex-hub::gcc-riscv32-elf-newlib
- litex-hub::dfu-util
- litex-hub::flterm
- litex-hub::openocd
- litex-hub::verilator
- litex-hub::nextpnr-nexus
- litex-hub::nextpnr-ecp5
- litex-hub::nextpnr-ice40
- litex-hub::iceprog
- litex-hub::yosys
- litex-hub::symbiflow-yosys-plugins
- python=3.7
- pip
- pip:
- -r ./requirements.txt
| Add SymbiFlow Yosys plugins even for non-Xilinx env. | Add SymbiFlow Yosys plugins even for non-Xilinx env.
(required for some Lattice Nexus optimization)
Signed-off-by: Tim Callahan <ea16a3c075a6a229c9a452aa4faba7441b41c040@google.com>
| YAML | apache-2.0 | google/CFU-Playground,google/CFU-Playground,google/CFU-Playground,google/CFU-Playground |
5b121244fbfd35f4106d0930e477e04b6d9975e4 | packages/ru/run-st.yaml | packages/ru/run-st.yaml | homepage: https://github.com/andrewthad/run-st
changelog-type: markdown
hash: ce73f783972aebfdfbf7b577f9cb7877f4f975bc31e9d5aa873fda809e8c8a16
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: runST without boxing penalty
changelog: |
# Revision history for run-st
## 0.1.0.0 -- 2019-06-21
* First version. Includes support for all types from `primitive`.
basic-deps:
base: ! '>=4.11.1 && <5'
primitive-unlifted: ! '>=0.1.1 && <0.2'
primitive: ! '>=0.7 && <0.8'
all-versions:
- 0.1.0.0
author: Andrew Martin
latest: 0.1.0.0
description-type: haddock
description: |-
This package provides specializations of `runST` that avoid a needless
data-constructor allocation for the returned value.
If <https://gitlab.haskell.org/ghc/ghc/issues/15127 issue 15127> is
resolved, this package will no longer be necessary.
license-name: BSD-3-Clause
| homepage: https://github.com/andrewthad/run-st
changelog-type: markdown
hash: a43245bb23984089016772481bf52bfe63eaff0c5040303f69c9b15e80872fdc
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: runST without boxing penalty
changelog: |
# Revision history for run-st
## 0.1.1.0 -- 2020-01-16
* Add support for a lot more types.
## 0.1.0.0 -- 2019-06-21
* First version. Includes support for all types from `primitive`.
basic-deps:
base: ! '>=4.11.1 && <5'
primitive-unlifted: ! '>=0.1.1 && <0.2'
primitive: ! '>=0.7 && <0.8'
all-versions:
- 0.1.0.0
- 0.1.1.0
author: Andrew Martin
latest: 0.1.1.0
description-type: haddock
description: |-
This package provides specializations of `runST` that avoid a needless
data-constructor allocation for the returned value.
If <https://gitlab.haskell.org/ghc/ghc/issues/15127 issue 15127> is
resolved, this package will no longer be necessary.
license-name: BSD-3-Clause
| Update from Hackage at 2020-01-16T16:54:25Z | Update from Hackage at 2020-01-16T16:54:25Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5243510e33a3eab690c30f81c23cb39febf76269 | appveyor.yml | appveyor.yml | version: "{build}"
build: false
environment:
matrix:
- PYTHON: "C:/Python27"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe install -r requirements.txt"
test_script:
- "%PYTHON%/python.exe -m green.cmdline -vvv -t green"
platform:
- AnyCPU
| version: "{build}"
build: false
environment:
matrix:
- PYTHON: "C:/Python27"
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 install -r requirements.txt"
test_script:
- "%PYTHON%/python.exe -m green.cmdline -vvv -t green"
platform:
- AnyCPU
| FIX : Appveyor: update download url of windows get-pip | FIX : Appveyor: update download url of windows get-pip
| YAML | mit | CleanCut/green,CleanCut/green |
95bfa4ff384f7196bfa06db4358602a2a78d4199 | appveyor.yml | appveyor.yml | install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
init:
before_build:
- ps: gitversion /l console /output buildserver /updateAssemblyInfo .\build\Version.cs
- ps: Update-AppveyorBuild -Version "$env:GitVersion_NuGetVersion"
- ps: nuget restore
build:
project: LogJam.sln
publish_nuget: true
publish_nuget_symbols: true
verbosity: normal
test:
assemblies:
# only assemblies to test
- 'test\**\*Tests.dll'
artifacts:
- path: 'src\**\*.nupkg' # find all NuGet packages recursively
cache:
- C:\ProgramData\chocolatey\lib -> appveyor.yml
- packages -> **\packages.config | install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
init:
before_build:
- ps: gitversion /l console /output buildserver /updateAssemblyInfo .\build\Version.cs
- ps: Update-AppveyorBuild -Version "$env:GitVersion_NuGetVersion"
- ps: nuget restore
build:
# project: LogJam.sln
publish_nuget: true
publish_nuget_symbols: true
verbosity: normal
test:
assemblies:
# only assemblies to test
- 'test\**\*Tests.dll'
artifacts:
- path: 'src\**\*.nupkg' # find all NuGet packages recursively
cache:
- C:\ProgramData\chocolatey\lib -> appveyor.yml
- packages -> **\packages.config | Remove explicit project to see if that helps with nuget pack not running. | Remove explicit project to see if that helps with nuget pack not running.
| YAML | apache-2.0 | logjam2/logjam,logjam2/logjam |
e0c06cf6dcba806bb9146c321fb56270f233fa92 | appveyor.yml | appveyor.yml | image:
- Visual Studio 2017
- Visual Studio 2019
before_build:
- nuget restore
before_test:
- nuget install xunit.runner.console -version 2.4.1
test_script:
- xunit.runner.console.2.4.1\tools\net46\xunit.console.exe src\WpfMath.Tests\bin\Debug\net461\WpfMath.Tests.dll
| image:
- Visual Studio 2019
before_build:
- nuget restore
before_test:
- nuget install xunit.runner.console -version 2.4.1
test_script:
- xunit.runner.console.2.4.1\tools\xunit.console.exe src\WpfMath.Tests\bin\Debug\net461\WpfMath.Tests.dll
- xunit.runner.console.2.4.1\tools\xunit.console.exe src\WpfMath.Tests\bin\Debug\netcoreapp3.0\WpfMath.Tests.dll
| Drop support for Visual Studio 2017, add .NET Core 3.0 tests | Drop support for Visual Studio 2017, add .NET Core 3.0 tests
| YAML | mit | ForNeVeR/wpf-math |
a457879d93f8520813d6d536060f97e8dc2fb9ac | appveyor.yml | appveyor.yml | configuration: Release
before_build:
- appveyor-retry dotnet restore -v Minimal
build_script:
- dotnet build "src\SimpleMvcSitemap" -c %CONFIGURATION% --no-dependencies
test_script:
- dotnet test "src\SimpleMvcSitemap.Tests" -c %CONFIGURATION%
#-target:xunit.console.clr4.exe "-targetargs:""src\SimpleMvcSitemap.Tests\bin\$env:CONFIGURATION\SimpleMvcSitemap.Tests.dll"" /noshadow /appveyor" -filter:"+[SimpleMvcSitemap]*" -output:coverage.xml
#after_test:
# - ps: src\packages\coveralls.net.0.6.0\tools\csmacnz.Coveralls.exe --opencover -i coverage.xml --repoToken $env:COVERALLS_REPO_TOKEN --commitId $env:APPVEYOR_REPO_COMMIT --commitBranch $env:APPVEYOR_REPO_BRANCH --commitAuthor $env:APPVEYOR_REPO_COMMIT_AUTHOR --commitEmail $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL --commitMessage $env:APPVEYOR_REPO_COMMIT_MESSAGE --jobId $env:APPVEYOR_JOB_ID
| configuration: Release
before_build:
- appveyor-retry dotnet restore -v Minimal
build_script:
- dotnet build "src\SimpleMvcSitemap" -c %CONFIGURATION% --no-dependencies
test_script:
- dotnet test "src\SimpleMvcSitemap.Tests" -c %CONFIGURATION%
- nuget install OpenCover -Version 4.6.519 -OutputDirectory tools
- nuget install coveralls.net -Version 0.7.0 -OutputDirectory tools
- .\tools\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:" test ""src\SimpleMvcSitemap.Tests\project.json"" -f net46" -register:user -filter:"+[*]* -[xunit*]*" -returntargetcode -output:coverage.xml
- .\tools\coveralls.net.0.7.0\tools\csmacnz.Coveralls.exe --opencover -i coverage.xml --repoToken $env:COVERALLS_REPO_TOKEN --commitId $env:APPVEYOR_REPO_COMMIT --commitBranch $env:APPVEYOR_REPO_BRANCH --commitAuthor $env:APPVEYOR_REPO_COMMIT_AUTHOR --commitEmail $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL --commitMessage $env:APPVEYOR_REPO_COMMIT_MESSAGE --jobId $env:APPVEYOR_JOB_ID | Create coverage report and push to coveralls | Create coverage report and push to coveralls
| YAML | mit | uhaciogullari/SimpleMvcSitemap |
a778c25c1b205d3ce0851c363a515a631a2619b2 | appveyor.yml | appveyor.yml | # AppVeyor.com is a Continuous Integration service to build and run tests under
# Windows
# File shamelessly inspired by Astropy
version: 0.13.dev0-{build}
branches:
only:
- master
- 0.3.x
- 0.4.x
- 0.5.x
- 0.6.x
- 0.7.x
- 0.8.x
- 0.9.x
- 0.10.x
- 0.11.x
- 0.12.x
environment:
matrix:
- TOXENV: check
PYTHON: C:\Python36\python.exe
- TOXENV: 'py36'
PYTHON: C:\Python36-x64\python.exe
- TOXENV: 'py37'
PYTHON: C:\Python37-x64\python.exe
init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*
install:
# Install dependencies
- '%PYTHON% --version'
- "%PYTHON% -m pip install --upgrade pip"
- '%PYTHON% -m pip install tox'
build: off
test_script:
- '%WITH_COMPILER% %PYTHON% -m tox'
| # AppVeyor.com is a Continuous Integration service to build and run tests under
# Windows
# File shamelessly inspired by Astropy
version: 0.13.dev0-{build}
branches:
only:
- master
- 0.3.x
- 0.4.x
- 0.5.x
- 0.6.x
- 0.7.x
- 0.8.x
- 0.9.x
- 0.10.x
- 0.11.x
- 0.12.x
environment:
matrix:
- TOXENV: 'py36'
PYTHON: C:\Python36-x64\python.exe
- TOXENV: 'py37'
PYTHON: C:\Python37-x64\python.exe
init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*
install:
# Install dependencies
- '%PYTHON% --version'
- "%PYTHON% -m pip install --upgrade pip"
- '%PYTHON% -m pip install tox'
build: off
test_script:
- '%WITH_COMPILER% %PYTHON% -m tox'
| Remove check step from AppVeyor | Remove check step from AppVeyor
[skip ci]
| YAML | mit | poliastro/poliastro,Juanlu001/poliastro,Juanlu001/poliastro,Juanlu001/poliastro |
efec0659a281ce1be2128494d1f437ba0e86f308 | appveyor.yml | appveyor.yml | branches:
only:
- master
skip_tags: true
build_script:
- "gradlew.bat :Toast-Core:install_frc_toolchain"
- "gradlew.bat clean build" | branches:
only:
- master
skip_tags: true
build_script:
- "git submodule update --init --recursive"
- "gradlew.bat :Toast-Core:install_frc_toolchain"
- "gradlew.bat clean build" | Set Appveyor to clone git submodules so WPILib can also be built | Set Appveyor to clone git submodules so WPILib can also be built
| YAML | mit | JacisNonsense/ToastCPP,JacisNonsense/ToastCPP,JacisNonsense/ToastCPP,JacisNonsense/ToastCPP |
66a60142730fd64767ac3f382e9a5299f1b2c764 | appveyor.yml | appveyor.yml | init:
- git config --global core.autocrlf true
install:
- cmd: .paket\paket.bootstrapper.exe
before_build:
- cmd: .paket\paket.exe install
build_script:
- cmd: packages\build\GitVersion.CommandLine\tools\GitVersion.exe /l console /updateassemblyinfo /exec "packages\build\FAKE\tools\FAKE.exe" /execArgs "scripts\build.fsx"
test: off
artifacts:
- path: artifacts\**\*.*
deploy:
- provider: NuGet
api_key:
secure: W4LIy99ZYgP5/Ui81T8auRWPn0SNTPUH77+z7l/YFQ7e+OS48IxeX7zOiu913Req
skip_symbols: false
artifact: /.*\.nupkg/
on:
branch: master
notifications:
- provider: Email
to:
- j.egger@posteo.at
on_build_status_changed: true
| environment:
access_token:
secure: tK9azIJKQNkcoFHSVVGi1/89y67K8vR3iqX2w8EYjqf7peLj4cLPTcL3ypeUI18G
init:
- git config --global core.autocrlf true
install:
- cmd: .paket\paket.bootstrapper.exe
before_build:
- cmd: .paket\paket.exe install
build_script:
- cmd: packages\build\GitVersion.CommandLine\tools\GitVersion.exe /l console /updateassemblyinfo /exec "packages\build\FAKE\tools\FAKE.exe" /execArgs "scripts\build.fsx"
test: off
artifacts:
- path: artifacts\**\*.*
deploy:
- provider: NuGet
api_key:
secure: W4LIy99ZYgP5/Ui81T8auRWPn0SNTPUH77+z7l/YFQ7e+OS48IxeX7zOiu913Req
skip_symbols: false
artifact: /.*\.nupkg/
on:
branch: master
on_success:
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- git tag %GitVersion_FullSemVer%
- git push origin %GitVersion_FullSemVer%
notifications:
- provider: Email
to:
- j.egger@posteo.at
on_build_status_changed: true
| Add git tag on build success | Add git tag on build success
| YAML | mit | eggapauli/TypeProviders.CSharp |
6488cde801da43d5bb3c5fbdfdf91187bc3abac0 | appveyor.yml | appveyor.yml | image: Visual Studio 2017
branches:
only:
- master
- develop
- /release\/.+/
install:
- cinst gitversion.portable -y
- ps: dotnet tool install --global dotnet-setversion
before_build:
- nuget restore
- ps: $env:VERSION=$(gitversion /showvariable NuGetVersionV2)
build_script:
- ps: dotnet restore
- ps: cd src/dotnet-setversion; setversion $env:VERSION; dotnet pack -c Release -o release/; cd ../..
before_test:
- ps: cd test/integration;
test_script:
- ps: dotnet test -c Release;
after_test:
- ps: cd ../..
artifacts:
path: src/dotnet-setversion/release/*.nupkg
name: NuGet packages
deploy:
provider: NuGet
skip_symbols: false
api_key:
secure: u6wyCWr7El0iC167KlsklNSFw5xXBq3WPgegevdthWJfGRHQlCrcxc7AikJh+ePS
artifact: NuGet packages
on:
branch: master | image: Visual Studio 2019
branches:
only:
- master
- develop
- /release\/.+/
install:
- cinst gitversion.portable -y
- ps: dotnet tool install --global dotnet-setversion
before_build:
- nuget restore
- ps: $env:VERSION=$(gitversion /showvariable NuGetVersionV2)
build_script:
- ps: dotnet restore
- ps: cd src/dotnet-setversion; setversion $env:VERSION; dotnet pack -c Release -o release/; cd ../..
before_test:
- ps: cd test/integration;
test_script:
- ps: dotnet test -c Release;
after_test:
- ps: cd ../..
artifacts:
path: src/dotnet-setversion/release/*.nupkg
name: NuGet packages
deploy:
provider: NuGet
skip_symbols: false
api_key:
secure: u6wyCWr7El0iC167KlsklNSFw5xXBq3WPgegevdthWJfGRHQlCrcxc7AikJh+ePS
artifact: NuGet packages
on:
branch: master | Update VM image used by AppVeyor build | Update VM image used by AppVeyor build
| YAML | mit | TAGC/dotnet-setversion |
5a8f37bdfd57c6f5db7c095885d29d81807bb814 | appveyor.yml | appveyor.yml | version: "{build}"
os: Windows Server 2012 R2
test: off
deploy: off
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- "script/cibuild"
| environment:
nodejs_version: "0.10"
install:
- ps: Install-Product node $env:nodejs_version
test_script:
- "script/cibuild"
build: off
| Copy AppVeyor configuration from atom/keyboard-layout | Copy AppVeyor configuration from atom/keyboard-layout
| YAML | mit | xream/atom,deoxilix/atom,devmario/atom,chengky/atom,synaptek/atom,harshdattani/atom,matthewclendening/atom,ironbox360/atom,efatsi/atom,bsmr-x-script/atom,fscherwi/atom,ppamorim/atom,devmario/atom,amine7536/atom,yangchenghu/atom,toqz/atom,tjkr/atom,burodepeper/atom,kc8wxm/atom,Neron-X5/atom,gontadu/atom,mdumrauf/atom,Shekharrajak/atom,deepfox/atom,isghe/atom,russlescai/atom,devmario/atom,yomybaby/atom,tanin47/atom,sotayamashita/atom,AlbertoBarrago/atom,helber/atom,ReddTea/atom,alfredxing/atom,mnquintana/atom,florianb/atom,n-riesco/atom,lisonma/atom,bencolon/atom,Locke23rus/atom,Shekharrajak/atom,Shekharrajak/atom,kc8wxm/atom,liuderchi/atom,woss/atom,charleswhchan/atom,atom/atom,helber/atom,Rychard/atom,ObviouslyGreen/atom,rookie125/atom,tony612/atom,nucked/atom,RuiDGoncalves/atom,chengky/atom,Dennis1978/atom,chengky/atom,vinodpanicker/atom,xream/atom,seedtigo/atom,dkfiresky/atom,NunoEdgarGub1/atom,nrodriguez13/atom,ali/atom,jlord/atom,ykeisuke/atom,russlescai/atom,hpham04/atom,mnquintana/atom,bolinfest/atom,dkfiresky/atom,palita01/atom,GHackAnonymous/atom,matthewclendening/atom,mertkahyaoglu/atom,tanin47/atom,MjAbuz/atom,constanzaurzua/atom,kdheepak89/atom,hharchani/atom,yalexx/atom,GHackAnonymous/atom,acontreras89/atom,niklabh/atom,codex8/atom,panuchart/atom,isghe/atom,anuwat121/atom,liuderchi/atom,Andrey-Pavlov/atom,fredericksilva/atom,svanharmelen/atom,omarhuanca/atom,prembasumatary/atom,yalexx/atom,sillvan/atom,omarhuanca/atom,liuderchi/atom,boomwaiza/atom,pombredanne/atom,ali/atom,davideg/atom,kjav/atom,Andrey-Pavlov/atom,fredericksilva/atom,bcoe/atom,hagb4rd/atom,FIT-CSE2410-A-Bombs/atom,jlord/atom,AlexxNica/atom,ralphtheninja/atom,mnquintana/atom,phord/atom,001szymon/atom,synaptek/atom,Klozz/atom,woss/atom,kjav/atom,n-riesco/atom,Austen-G/BlockBuilder,fscherwi/atom,Arcanemagus/atom,Hasimir/atom,gisenberg/atom,rlugojr/atom,john-kelly/atom,FoldingText/atom,nrodriguez13/atom,hellendag/atom,einarmagnus/atom,mertkahyaoglu/atom,qiujuer/atom,Ju2ender/atom,medovob/atom,n-riesco/atom,deepfox/atom,vcarrera/atom,ralphtheninja/atom,alfredxing/atom,ilovezy/atom,charleswhchan/atom,dannyflax/atom,qskycolor/atom,gzzhanghao/atom,hellendag/atom,constanzaurzua/atom,qiujuer/atom,Jandersoft/atom,russlescai/atom,me6iaton/atom,jeremyramin/atom,KENJU/atom,transcranial/atom,sxgao3001/atom,andrewleverette/atom,acontreras89/atom,hagb4rd/atom,pkdevbox/atom,brettle/atom,Rodjana/atom,chfritz/atom,abcP9110/atom,abcP9110/atom,AlbertoBarrago/atom,dijs/atom,jtrose2/atom,cyzn/atom,dannyflax/atom,t9md/atom,ilovezy/atom,tjkr/atom,sillvan/atom,phord/atom,vhutheesing/atom,MjAbuz/atom,NunoEdgarGub1/atom,SlimeQ/atom,hpham04/atom,originye/atom,Austen-G/BlockBuilder,Galactix/atom,rookie125/atom,jordanbtucker/atom,kaicataldo/atom,deoxilix/atom,me-benni/atom,vcarrera/atom,pombredanne/atom,kaicataldo/atom,lovesnow/atom,oggy/atom,champagnez/atom,toqz/atom,originye/atom,g2p/atom,g2p/atom,gabrielPeart/atom,Mokolea/atom,Rodjana/atom,NunoEdgarGub1/atom,AlisaKiatkongkumthon/atom,efatsi/atom,ali/atom,ivoadf/atom,me-benni/atom,Sangaroonaom/atom,lovesnow/atom,fedorov/atom,mnquintana/atom,florianb/atom,tony612/atom,beni55/atom,charleswhchan/atom,kjav/atom,prembasumatary/atom,ppamorim/atom,lpommers/atom,deepfox/atom,Huaraz2/atom,Huaraz2/atom,palita01/atom,isghe/atom,anuwat121/atom,svanharmelen/atom,targeter21/atom,PKRoma/atom,Sangaroonaom/atom,jordanbtucker/atom,champagnez/atom,pombredanne/atom,lovesnow/atom,G-Baby/atom,ppamorim/atom,amine7536/atom,Ingramz/atom,rmartin/atom,nucked/atom,yangchenghu/atom,hpham04/atom,devoncarew/atom,SlimeQ/atom,fedorov/atom,vinodpanicker/atom,FIT-CSE2410-A-Bombs/atom,davideg/atom,bencolon/atom,beni55/atom,Austen-G/BlockBuilder,vcarrera/atom,tmunro/atom,yamhon/atom,dannyflax/atom,deoxilix/atom,ReddTea/atom,fang-yufeng/atom,svanharmelen/atom,Locke23rus/atom,constanzaurzua/atom,001szymon/atom,elkingtonmcb/atom,beni55/atom,pombredanne/atom,decaffeinate-examples/atom,bcoe/atom,atom/atom,dannyflax/atom,folpindo/atom,RuiDGoncalves/atom,kc8wxm/atom,DiogoXRP/atom,omarhuanca/atom,CraZySacX/atom,mnquintana/atom,folpindo/atom,Rychard/atom,johnhaley81/atom,davideg/atom,BogusCurry/atom,hpham04/atom,ReddTea/atom,alfredxing/atom,kandros/atom,dannyflax/atom,gisenberg/atom,rsvip/aTom,bolinfest/atom,stuartquin/atom,dijs/atom,medovob/atom,CraZySacX/atom,Hasimir/atom,burodepeper/atom,einarmagnus/atom,RobinTec/atom,abcP9110/atom,chengky/atom,brettle/atom,kjav/atom,jtrose2/atom,darwin/atom,Ju2ender/atom,Neron-X5/atom,johnrizzo1/atom,florianb/atom,sxgao3001/atom,mertkahyaoglu/atom,YunchengLiao/atom,Huaraz2/atom,dkfiresky/atom,transcranial/atom,tanin47/atom,devmario/atom,chfritz/atom,wiggzz/atom,codex8/atom,niklabh/atom,t9md/atom,vinodpanicker/atom,anuwat121/atom,tisu2tisu/atom,Jandersoft/atom,yamhon/atom,toqz/atom,sxgao3001/atom,crazyquark/atom,Galactix/atom,tmunro/atom,amine7536/atom,lisonma/atom,niklabh/atom,woss/atom,jjz/atom,einarmagnus/atom,sxgao3001/atom,001szymon/atom,brettle/atom,YunchengLiao/atom,ReddTea/atom,elkingtonmcb/atom,vjeux/atom,Abdillah/atom,woss/atom,efatsi/atom,rxkit/atom,nvoron23/atom,codex8/atom,florianb/atom,NunoEdgarGub1/atom,bcoe/atom,kjav/atom,lisonma/atom,synaptek/atom,john-kelly/atom,lovesnow/atom,ironbox360/atom,Abdillah/atom,sxgao3001/atom,qiujuer/atom,nrodriguez13/atom,Abdillah/atom,russlescai/atom,kevinrenaers/atom,nvoron23/atom,abcP9110/atom,Jandersoft/atom,YunchengLiao/atom,sotayamashita/atom,Ju2ender/atom,sillvan/atom,me6iaton/atom,n-riesco/atom,tisu2tisu/atom,john-kelly/atom,dsandstrom/atom,Neron-X5/atom,johnrizzo1/atom,RobinTec/atom,ardeshirj/atom,helber/atom,crazyquark/atom,rmartin/atom,panuchart/atom,qskycolor/atom,scippio/atom,yangchenghu/atom,rxkit/atom,sotayamashita/atom,Andrey-Pavlov/atom,alexandergmann/atom,prembasumatary/atom,mertkahyaoglu/atom,hharchani/atom,KENJU/atom,ReddTea/atom,AdrianVovk/substance-ide,oggy/atom,me6iaton/atom,rmartin/atom,gzzhanghao/atom,hpham04/atom,Sangaroonaom/atom,gabrielPeart/atom,jjz/atom,Locke23rus/atom,devmario/atom,pkdevbox/atom,RobinTec/atom,Jandersolutions/atom,Andrey-Pavlov/atom,GHackAnonymous/atom,hagb4rd/atom,daxlab/atom,acontreras89/atom,tony612/atom,kc8wxm/atom,jtrose2/atom,constanzaurzua/atom,cyzn/atom,vjeux/atom,folpindo/atom,isghe/atom,brumm/atom,john-kelly/atom,ilovezy/atom,KENJU/atom,RuiDGoncalves/atom,AdrianVovk/substance-ide,lpommers/atom,codex8/atom,Ingramz/atom,yomybaby/atom,tisu2tisu/atom,palita01/atom,GHackAnonymous/atom,targeter21/atom,Austen-G/BlockBuilder,ppamorim/atom,rsvip/aTom,sekcheong/atom,alexandergmann/atom,AlexxNica/atom,CraZySacX/atom,FoldingText/atom,Jonekee/atom,FoldingText/atom,ali/atom,ppamorim/atom,lovesnow/atom,BogusCurry/atom,wiggzz/atom,devoncarew/atom,bj7/atom,vjeux/atom,harshdattani/atom,fredericksilva/atom,bcoe/atom,kevinrenaers/atom,prembasumatary/atom,Arcanemagus/atom,dijs/atom,Austen-G/BlockBuilder,decaffeinate-examples/atom,oggy/atom,dkfiresky/atom,mrodalgaard/atom,johnhaley81/atom,YunchengLiao/atom,sekcheong/atom,Mokolea/atom,crazyquark/atom,devoncarew/atom,nvoron23/atom,cyzn/atom,jjz/atom,Shekharrajak/atom,qiujuer/atom,panuchart/atom,gisenberg/atom,DiogoXRP/atom,elkingtonmcb/atom,johnhaley81/atom,rookie125/atom,SlimeQ/atom,rlugojr/atom,bencolon/atom,phord/atom,FoldingText/atom,Andrey-Pavlov/atom,Jandersoft/atom,fredericksilva/atom,kdheepak89/atom,brumm/atom,gisenberg/atom,yomybaby/atom,sekcheong/atom,vjeux/atom,targeter21/atom,vjeux/atom,abcP9110/atom,nucked/atom,jlord/atom,me-benni/atom,toqz/atom,G-Baby/atom,Austen-G/BlockBuilder,davideg/atom,amine7536/atom,qiujuer/atom,devoncarew/atom,tjkr/atom,chengky/atom,stuartquin/atom,me6iaton/atom,targeter21/atom,ObviouslyGreen/atom,sekcheong/atom,nvoron23/atom,bcoe/atom,Neron-X5/atom,hharchani/atom,gisenberg/atom,originye/atom,Abdillah/atom,vcarrera/atom,john-kelly/atom,jlord/atom,fedorov/atom,yomybaby/atom,oggy/atom,jtrose2/atom,wiggzz/atom,Mokolea/atom,kdheepak89/atom,sekcheong/atom,DiogoXRP/atom,Shekharrajak/atom,gontadu/atom,FIT-CSE2410-A-Bombs/atom,kdheepak89/atom,hagb4rd/atom,AdrianVovk/substance-ide,RobinTec/atom,charleswhchan/atom,Neron-X5/atom,seedtigo/atom,atom/atom,Rychard/atom,dkfiresky/atom,AlexxNica/atom,stuartquin/atom,boomwaiza/atom,boomwaiza/atom,darwin/atom,dsandstrom/atom,bsmr-x-script/atom,Galactix/atom,matthewclendening/atom,stinsonga/atom,dannyflax/atom,ashneo76/atom,jjz/atom,ObviouslyGreen/atom,lpommers/atom,Galactix/atom,stinsonga/atom,alexandergmann/atom,kaicataldo/atom,n-riesco/atom,matthewclendening/atom,chfritz/atom,liuderchi/atom,ivoadf/atom,Ju2ender/atom,lisonma/atom,rsvip/aTom,daxlab/atom,Hasimir/atom,fscherwi/atom,jjz/atom,Arcanemagus/atom,AlbertoBarrago/atom,amine7536/atom,Jandersolutions/atom,gabrielPeart/atom,ykeisuke/atom,MjAbuz/atom,dsandstrom/atom,Jandersolutions/atom,oggy/atom,codex8/atom,FoldingText/atom,kevinrenaers/atom,woss/atom,Dennis1978/atom,decaffeinate-examples/atom,hagb4rd/atom,Abdillah/atom,Dennis1978/atom,Jandersoft/atom,dsandstrom/atom,pengshp/atom,MjAbuz/atom,pombredanne/atom,sillvan/atom,me6iaton/atom,MjAbuz/atom,jtrose2/atom,qskycolor/atom,omarhuanca/atom,fang-yufeng/atom,jordanbtucker/atom,acontreras89/atom,Jandersolutions/atom,Rodjana/atom,ykeisuke/atom,jeremyramin/atom,davideg/atom,acontreras89/atom,SlimeQ/atom,rmartin/atom,ardeshirj/atom,crazyquark/atom,brumm/atom,crazyquark/atom,tmunro/atom,vcarrera/atom,fedorov/atom,ralphtheninja/atom,constanzaurzua/atom,hellendag/atom,darwin/atom,Jandersolutions/atom,stinsonga/atom,yalexx/atom,tony612/atom,kandros/atom,ironbox360/atom,bolinfest/atom,hharchani/atom,sillvan/atom,yalexx/atom,scippio/atom,BogusCurry/atom,bj7/atom,pkdevbox/atom,Jonekee/atom,Hasimir/atom,isghe/atom,hharchani/atom,mdumrauf/atom,RobinTec/atom,bsmr-x-script/atom,champagnez/atom,fredericksilva/atom,nvoron23/atom,ivoadf/atom,matthewclendening/atom,seedtigo/atom,ashneo76/atom,tony612/atom,Jonekee/atom,Klozz/atom,medovob/atom,qskycolor/atom,einarmagnus/atom,Ju2ender/atom,omarhuanca/atom,ashneo76/atom,harshdattani/atom,yalexx/atom,deepfox/atom,Galactix/atom,einarmagnus/atom,qskycolor/atom,rsvip/aTom,ali/atom,andrewleverette/atom,PKRoma/atom,mrodalgaard/atom,pengshp/atom,SlimeQ/atom,ardeshirj/atom,rlugojr/atom,yomybaby/atom,Ingramz/atom,kandros/atom,vhutheesing/atom,targeter21/atom,jlord/atom,NunoEdgarGub1/atom,Klozz/atom,GHackAnonymous/atom,Hasimir/atom,kdheepak89/atom,xream/atom,johnrizzo1/atom,vinodpanicker/atom,synaptek/atom,florianb/atom,mertkahyaoglu/atom,FoldingText/atom,g2p/atom,KENJU/atom,deepfox/atom,fang-yufeng/atom,gzzhanghao/atom,prembasumatary/atom,scippio/atom,mrodalgaard/atom,toqz/atom,daxlab/atom,ilovezy/atom,transcranial/atom,jeremyramin/atom,synaptek/atom,rxkit/atom,rsvip/aTom,KENJU/atom,pengshp/atom,devoncarew/atom,burodepeper/atom,yamhon/atom,AlisaKiatkongkumthon/atom,vhutheesing/atom,dsandstrom/atom,PKRoma/atom,fang-yufeng/atom,vinodpanicker/atom,bj7/atom,AlisaKiatkongkumthon/atom,kc8wxm/atom,stinsonga/atom,russlescai/atom,andrewleverette/atom,gontadu/atom,mdumrauf/atom,fedorov/atom,lisonma/atom,YunchengLiao/atom,decaffeinate-examples/atom,t9md/atom,ilovezy/atom,charleswhchan/atom,rmartin/atom,G-Baby/atom,fang-yufeng/atom |
6c059467fa2399c1ce82c1e2829e14bb1a3c200c | appveyor.yml | appveyor.yml | image: Visual Studio 2019
build_script:
- ps: .\build.ps1 --target=Appveyor --configuration=Release
# disable built-in tests.
test: off
artifacts:
- path: package\*.nupkg
- path: package\*.msi
- path: package\*.zip
environment:
MYGET_API_KEY:
secure: wtAvJDVl2tfwiVcyLExFHLvZVfUWiQRHsfdHBFCNEATeCHo1Nd8JP642PfY8xhji
NUGET_API_KEY:
secure: PVHROoT0SmGkr9CHgrKapuA0/CcJGHSP63M3fZaNLvcEVbBnzYLeCwpc0PZHhdvD
CHOCO_API_KEY:
secure: aDsu1U+umVYFVybjkBVtVQsatSj3QKbD7VkGQci9mNF3493g9Giao/GABISIaHjT
GITHUB_ACCESS_TOKEN:
secure: xmGXWrw5Nj3CI3fPxhw/DWIU5YL/1mM06pSmjpkd9LpKs3t3EYXbECbEQs62lU/O
| image: Visual Studio 2019
build_script:
- ps: .\build.ps1 --target=Appveyor --configuration=Release
# disable built-in tests.
test: off
artifacts:
- path: package\*.nupkg
- path: package\*.msi
- path: package\*.zip
environment:
MYGET_API_KEY:
secure: wtAvJDVl2tfwiVcyLExFHLvZVfUWiQRHsfdHBFCNEATeCHo1Nd8JP642PfY8xhji
NUGET_API_KEY:
secure: PVHROoT0SmGkr9CHgrKapuA0/CcJGHSP63M3fZaNLvcEVbBnzYLeCwpc0PZHhdvD
CHOCO_API_KEY:
secure: aDsu1U+umVYFVybjkBVtVQsatSj3QKbD7VkGQci9mNF3493g9Giao/GABISIaHjT
GITHUB_ACCESS_TOKEN:
secure: RJ6sKRBZzwXz8JQvj8zcp45mkHNDad1UlvmfCsiVx63V9/pXHcm2Y2Lg/G/Vyhlz | Fix AppVeyor secore value for GitHub access token | Fix AppVeyor secore value for GitHub access token
| YAML | mit | nunit/nunit-console,nunit/nunit-console,nunit/nunit-console |
5f168676daa1acaf5f80c0641a6c7f1e88b7c177 | appveyor.yml | appveyor.yml | build_script: "\"%VS120COMNTOOLS%VsDevCmd.bat\" && build.cmd"
test: off # disable automatic test discovery, xUnit already runs as part of build.cmd | build_script:
- '"%VS120COMNTOOLS%VsDevCmd.bat"'
- build.cmd
test: off # disable automatic test discovery, xUnit already runs as part of build.cmd | Fix AppVeyor build script to correctly return error code | Fix AppVeyor build script to correctly return error code
The script chained the execution of VsDevCmd.bat (aka the "Developer
Command Prompt") with build.cmd which seems to confuse AppVeyor
into not recognizing a non-zero exit code (i.e. when a test fails)
and incorrectly marking the build as green.
Invoking VsDevCmd.bat and build.cmd in two separate steps fixes this.
Fixes #214
| YAML | mit | tstringer/corefx,seanshpark/corefx,contoso-dnf-a/corefx,SGuyGe/corefx,the-dwyer/corefx,cartermp/corefx,690486439/corefx,ptoonen/corefx,manu-silicon/corefx,mokchhya/corefx,ravimeda/corefx,manu-silicon/corefx,alexandrnikitin/corefx,PatrickMcDonald/corefx,richlander/corefx,Frank125/corefx,parjong/corefx,anjumrizwi/corefx,fffej/corefx,shmao/corefx,shmao/corefx,nchikanov/corefx,weltkante/corefx,elijah6/corefx,YoupHulsebos/corefx,cartermp/corefx,VPashkov/corefx,claudelee/corefx,brett25/corefx,dhoehna/corefx,Priya91/corefx-1,comdiv/corefx,larsbj1988/corefx,jlin177/corefx,alphonsekurian/corefx,shmao/corefx,FiveTimesTheFun/corefx,ericstj/corefx,690486439/corefx,erpframework/corefx,benjamin-bader/corefx,jeremymeng/corefx,yizhang82/corefx,Frank125/corefx,mokchhya/corefx,cydhaselton/corefx,fernando-rodriguez/corefx,jlin177/corefx,shimingsg/corefx,ptoonen/corefx,s0ne0me/corefx,jhendrixMSFT/corefx,Petermarcu/corefx,akivafr123/corefx,ellismg/corefx,iamjasonp/corefx,Ermiar/corefx,weltkante/corefx,shahid-pk/corefx,tijoytom/corefx,VPashkov/corefx,ravimeda/corefx,bpschoch/corefx,stone-li/corefx,xuweixuwei/corefx,mafiya69/corefx,dhoehna/corefx,jhendrixMSFT/corefx,DnlHarvey/corefx,nbarbettini/corefx,stephenmichaelf/corefx,SGuyGe/corefx,parjong/corefx,gkhanna79/corefx,Chrisboh/corefx,brett25/corefx,fgreinacher/corefx,rahku/corefx,cydhaselton/corefx,mellinoe/corefx,marksmeltzer/corefx,mokchhya/corefx,wtgodbe/corefx,vidhya-bv/corefx-sorting,zhenlan/corefx,Jiayili1/corefx,marksmeltzer/corefx,twsouthwick/corefx,akivafr123/corefx,claudelee/corefx,bitcrazed/corefx,YoupHulsebos/corefx,shmao/corefx,PatrickMcDonald/corefx,Alcaro/corefx,gkhanna79/corefx,seanshpark/corefx,heXelium/corefx,ptoonen/corefx,the-dwyer/corefx,josguil/corefx,shrutigarg/corefx,alexperovich/corefx,rajansingh10/corefx,claudelee/corefx,zhenlan/corefx,shahid-pk/corefx,fgreinacher/corefx,lggomez/corefx,fffej/corefx,Chrisboh/corefx,rajansingh10/corefx,CloudLens/corefx,MaggieTsang/corefx,vijaykota/corefx,marksmeltzer/corefx,jmhardison/corefx,alphonsekurian/corefx,benjamin-bader/corefx,shana/corefx,jhendrixMSFT/corefx,shiftkey-tester/corefx,YoupHulsebos/corefx,wtgodbe/corefx,andyhebear/corefx,shrutigarg/corefx,erpframework/corefx,marksmeltzer/corefx,mafiya69/corefx,CloudLens/corefx,xuweixuwei/corefx,690486439/corefx,zmaruo/corefx,iamjasonp/corefx,lydonchandra/corefx,spoiledsport/corefx,nelsonsar/corefx,Ermiar/corefx,bpschoch/corefx,jcme/corefx,dtrebbien/corefx,nbarbettini/corefx,vrassouli/corefx,Winsto/corefx,chenxizhang/corefx,dotnet-bot/corefx,SGuyGe/corefx,Yanjing123/corefx,mmitche/corefx,rubo/corefx,jcme/corefx,jcme/corefx,kkurni/corefx,DnlHarvey/corefx,vs-team/corefx,shawnhar/corefx,fernando-rodriguez/corefx,cydhaselton/corefx,tijoytom/corefx,Alcaro/corefx,dotnet-bot/corefx,andyhebear/corefx,spoiledsport/corefx,gabrielPeart/corefx,elijah6/corefx,wtgodbe/corefx,alphonsekurian/corefx,marksmeltzer/corefx,akivafr123/corefx,stone-li/corefx,billwert/corefx,lydonchandra/corefx,jeremymeng/corefx,chenkennt/corefx,richlander/corefx,kyulee1/corefx,popolan1986/corefx,nelsonsar/corefx,gkhanna79/corefx,rajansingh10/corefx,jmhardison/corefx,jlin177/corefx,billwert/corefx,nchikanov/corefx,krytarowski/corefx,mazong1123/corefx,tijoytom/corefx,matthubin/corefx,wtgodbe/corefx,Alcaro/corefx,marksmeltzer/corefx,misterzik/corefx,690486439/corefx,jhendrixMSFT/corefx,nchikanov/corefx,arronei/corefx,shimingsg/corefx,cydhaselton/corefx,rjxby/corefx,PatrickMcDonald/corefx,nelsonsar/corefx,adamralph/corefx,Ermiar/corefx,s0ne0me/corefx,stormleoxia/corefx,ellismg/corefx,mafiya69/corefx,twsouthwick/corefx,seanshpark/corefx,uhaciogullari/corefx,ravimeda/corefx,matthubin/corefx,Jiayili1/corefx,heXelium/corefx,oceanho/corefx,cydhaselton/corefx,krytarowski/corefx,fgreinacher/corefx,shmao/corefx,benjamin-bader/corefx,yizhang82/corefx,nchikanov/corefx,destinyclown/corefx,pallavit/corefx,pallavit/corefx,bitcrazed/corefx,seanshpark/corefx,alphonsekurian/corefx,JosephTremoulet/corefx,janhenke/corefx,n1ghtmare/corefx,Frank125/corefx,seanshpark/corefx,BrennanConroy/corefx,gkhanna79/corefx,cydhaselton/corefx,stormleoxia/corefx,DnlHarvey/corefx,arronei/corefx,gregg-miskelly/corefx,cartermp/corefx,rjxby/corefx,zhenlan/corefx,contoso-dnf-a/corefx,jeremymeng/corefx,mellinoe/corefx,pgavlin/corefx,CloudLens/corefx,nbarbettini/corefx,dsplaisted/corefx,stephenmichaelf/corefx,anjumrizwi/corefx,nbarbettini/corefx,elijah6/corefx,stone-li/corefx,alexandrnikitin/corefx,Chrisboh/corefx,richlander/corefx,Winsto/corefx,gkhanna79/corefx,pgavlin/corefx,JosephTremoulet/corefx,axelheer/corefx,alphonsekurian/corefx,chaitrakeshav/corefx,the-dwyer/corefx,weltkante/corefx,heXelium/corefx,dhoehna/corefx,brett25/corefx,tstringer/corefx,akivafr123/corefx,krk/corefx,billwert/corefx,chaitrakeshav/corefx,FiveTimesTheFun/corefx,dsplaisted/corefx,SGuyGe/corefx,jlin177/corefx,tstringer/corefx,Yanjing123/corefx,huanjie/corefx,lggomez/corefx,josguil/corefx,benpye/corefx,stephenmichaelf/corefx,rubo/corefx,JosephTremoulet/corefx,dotnet-bot/corefx,twsouthwick/corefx,elijah6/corefx,stone-li/corefx,VPashkov/corefx,KrisLee/corefx,shimingsg/corefx,mokchhya/corefx,andyhebear/corefx,Jiayili1/corefx,krk/corefx,Alcaro/corefx,heXelium/corefx,benjamin-bader/corefx,fffej/corefx,thiagodin/corefx,claudelee/corefx,benpye/corefx,nelsonsar/corefx,mmitche/corefx,alexandrnikitin/corefx,alexperovich/corefx,rjxby/corefx,Priya91/corefx-1,cydhaselton/corefx,dhoehna/corefx,destinyclown/corefx,tijoytom/corefx,viniciustaveira/corefx,mellinoe/corefx,Petermarcu/corefx,xuweixuwei/corefx,josguil/corefx,comdiv/corefx,parjong/corefx,vidhya-bv/corefx-sorting,popolan1986/corefx,huanjie/corefx,elijah6/corefx,ericstj/corefx,ViktorHofer/corefx,ViktorHofer/corefx,khdang/corefx,JosephTremoulet/corefx,rjxby/corefx,jhendrixMSFT/corefx,huanjie/corefx,stone-li/corefx,shiftkey-tester/corefx,nchikanov/corefx,Petermarcu/corefx,stone-li/corefx,shimingsg/corefx,brett25/corefx,iamjasonp/corefx,oceanho/corefx,ericstj/corefx,jcme/corefx,iamjasonp/corefx,viniciustaveira/corefx,rahku/corefx,shawnhar/corefx,jlin177/corefx,Yanjing123/corefx,alexperovich/corefx,dotnet-bot/corefx,lggomez/corefx,mazong1123/corefx,n1ghtmare/corefx,erpframework/corefx,akivafr123/corefx,pallavit/corefx,larsbj1988/corefx,YoupHulsebos/corefx,vrassouli/corefx,khdang/corefx,manu-silicon/corefx,Priya91/corefx-1,thiagodin/corefx,misterzik/corefx,benpye/corefx,ViktorHofer/corefx,jeremymeng/corefx,krk/corefx,Ermiar/corefx,gregg-miskelly/corefx,kyulee1/corefx,zhangwenquan/corefx,matthubin/corefx,zhenlan/corefx,shrutigarg/corefx,dkorolev/corefx,vidhya-bv/corefx-sorting,rubo/corefx,BrennanConroy/corefx,mazong1123/corefx,dhoehna/corefx,khdang/corefx,zmaruo/corefx,shahid-pk/corefx,axelheer/corefx,billwert/corefx,viniciustaveira/corefx,zhangwenquan/corefx,ericstj/corefx,shrutigarg/corefx,khdang/corefx,scott156/corefx,gabrielPeart/corefx,KrisLee/corefx,billwert/corefx,EverlessDrop41/corefx,Yanjing123/corefx,ravimeda/corefx,mellinoe/corefx,KrisLee/corefx,lydonchandra/corefx,kyulee1/corefx,zhangwenquan/corefx,tijoytom/corefx,Jiayili1/corefx,Petermarcu/corefx,nchikanov/corefx,VPashkov/corefx,alexperovich/corefx,cartermp/corefx,vrassouli/corefx,YoupHulsebos/corefx,richlander/corefx,stephenmichaelf/corefx,kkurni/corefx,s0ne0me/corefx,manu-silicon/corefx,popolan1986/corefx,yizhang82/corefx,oceanho/corefx,vijaykota/corefx,n1ghtmare/corefx,Frank125/corefx,rahku/corefx,EverlessDrop41/corefx,jhendrixMSFT/corefx,mafiya69/corefx,khdang/corefx,the-dwyer/corefx,MaggieTsang/corefx,weltkante/corefx,ViktorHofer/corefx,seanshpark/corefx,ptoonen/corefx,shiftkey-tester/corefx,richlander/corefx,larsbj1988/corefx,dtrebbien/corefx,lggomez/corefx,tstringer/corefx,yizhang82/corefx,wtgodbe/corefx,Ermiar/corefx,richlander/corefx,stephenmichaelf/corefx,cartermp/corefx,shawnhar/corefx,mokchhya/corefx,dtrebbien/corefx,weltkante/corefx,axelheer/corefx,krk/corefx,mmitche/corefx,richlander/corefx,MaggieTsang/corefx,benpye/corefx,ellismg/corefx,mmitche/corefx,erpframework/corefx,ptoonen/corefx,parjong/corefx,jcme/corefx,shimingsg/corefx,chaitrakeshav/corefx,stephenmichaelf/corefx,twsouthwick/corefx,arronei/corefx,gabrielPeart/corefx,stormleoxia/corefx,shahid-pk/corefx,vs-team/corefx,pgavlin/corefx,Jiayili1/corefx,huanjie/corefx,thiagodin/corefx,parjong/corefx,janhenke/corefx,cnbin/corefx,vrassouli/corefx,KrisLee/corefx,kkurni/corefx,benjamin-bader/corefx,janhenke/corefx,chenkennt/corefx,Priya91/corefx-1,weltkante/corefx,krytarowski/corefx,rjxby/corefx,wtgodbe/corefx,manu-silicon/corefx,mokchhya/corefx,DnlHarvey/corefx,shmao/corefx,Petermarcu/corefx,matthubin/corefx,pallavit/corefx,krytarowski/corefx,jlin177/corefx,kkurni/corefx,CherryCxldn/corefx,scott156/corefx,krk/corefx,CherryCxldn/corefx,gkhanna79/corefx,destinyclown/corefx,larsbj1988/corefx,shahid-pk/corefx,josguil/corefx,SGuyGe/corefx,shana/corefx,rubo/corefx,mazong1123/corefx,mazong1123/corefx,comdiv/corefx,fernando-rodriguez/corefx,misterzik/corefx,ericstj/corefx,rahku/corefx,MaggieTsang/corefx,DnlHarvey/corefx,Petermarcu/corefx,jeremymeng/corefx,EverlessDrop41/corefx,manu-silicon/corefx,yizhang82/corefx,Chrisboh/corefx,mellinoe/corefx,benpye/corefx,mmitche/corefx,alphonsekurian/corefx,benjamin-bader/corefx,tstringer/corefx,krytarowski/corefx,Ermiar/corefx,alexandrnikitin/corefx,dkorolev/corefx,ViktorHofer/corefx,DnlHarvey/corefx,pallavit/corefx,the-dwyer/corefx,adamralph/corefx,cnbin/corefx,rahku/corefx,lggomez/corefx,bitcrazed/corefx,viniciustaveira/corefx,mafiya69/corefx,scott156/corefx,axelheer/corefx,seanshpark/corefx,Jiayili1/corefx,ptoonen/corefx,mellinoe/corefx,Ermiar/corefx,bitcrazed/corefx,SGuyGe/corefx,pgavlin/corefx,shiftkey-tester/corefx,andyhebear/corefx,comdiv/corefx,Jiayili1/corefx,cnbin/corefx,BrennanConroy/corefx,dhoehna/corefx,kkurni/corefx,Priya91/corefx-1,JosephTremoulet/corefx,the-dwyer/corefx,twsouthwick/corefx,JosephTremoulet/corefx,fgreinacher/corefx,YoupHulsebos/corefx,Yanjing123/corefx,MaggieTsang/corefx,alphonsekurian/corefx,khdang/corefx,bpschoch/corefx,adamralph/corefx,shmao/corefx,josguil/corefx,ViktorHofer/corefx,Winsto/corefx,lggomez/corefx,janhenke/corefx,weltkante/corefx,dsplaisted/corefx,rahku/corefx,mazong1123/corefx,spoiledsport/corefx,uhaciogullari/corefx,vidhya-bv/corefx-sorting,vs-team/corefx,PatrickMcDonald/corefx,rjxby/corefx,ellismg/corefx,rahku/corefx,zhenlan/corefx,uhaciogullari/corefx,axelheer/corefx,s0ne0me/corefx,tstringer/corefx,the-dwyer/corefx,twsouthwick/corefx,nbarbettini/corefx,mmitche/corefx,CherryCxldn/corefx,CherryCxldn/corefx,janhenke/corefx,oceanho/corefx,lggomez/corefx,krk/corefx,lydonchandra/corefx,krk/corefx,manu-silicon/corefx,n1ghtmare/corefx,gabrielPeart/corefx,DnlHarvey/corefx,Chrisboh/corefx,MaggieTsang/corefx,nbarbettini/corefx,thiagodin/corefx,dotnet-bot/corefx,bpschoch/corefx,chenxizhang/corefx,690486439/corefx,dkorolev/corefx,vijaykota/corefx,rjxby/corefx,zmaruo/corefx,FiveTimesTheFun/corefx,JosephTremoulet/corefx,nbarbettini/corefx,dotnet-bot/corefx,cartermp/corefx,bitcrazed/corefx,wtgodbe/corefx,elijah6/corefx,gregg-miskelly/corefx,vs-team/corefx,chaitrakeshav/corefx,jcme/corefx,mmitche/corefx,elijah6/corefx,PatrickMcDonald/corefx,vidhya-bv/corefx-sorting,CloudLens/corefx,krytarowski/corefx,gkhanna79/corefx,stormleoxia/corefx,billwert/corefx,jlin177/corefx,ptoonen/corefx,ViktorHofer/corefx,chenkennt/corefx,dtrebbien/corefx,kkurni/corefx,YoupHulsebos/corefx,billwert/corefx,ericstj/corefx,Priya91/corefx-1,mazong1123/corefx,krytarowski/corefx,dkorolev/corefx,alexperovich/corefx,axelheer/corefx,marksmeltzer/corefx,shimingsg/corefx,zhenlan/corefx,shimingsg/corefx,cnbin/corefx,kyulee1/corefx,dotnet-bot/corefx,Petermarcu/corefx,Chrisboh/corefx,nchikanov/corefx,zhenlan/corefx,twsouthwick/corefx,janhenke/corefx,tijoytom/corefx,shana/corefx,yizhang82/corefx,uhaciogullari/corefx,pallavit/corefx,rajansingh10/corefx,dhoehna/corefx,tijoytom/corefx,zhangwenquan/corefx,josguil/corefx,anjumrizwi/corefx,shana/corefx,fffej/corefx,stephenmichaelf/corefx,benpye/corefx,parjong/corefx,stone-li/corefx,MaggieTsang/corefx,iamjasonp/corefx,ellismg/corefx,ravimeda/corefx,gregg-miskelly/corefx,jmhardison/corefx,ravimeda/corefx,scott156/corefx,rubo/corefx,alexperovich/corefx,mafiya69/corefx,contoso-dnf-a/corefx,jhendrixMSFT/corefx,yizhang82/corefx,ellismg/corefx,zmaruo/corefx,parjong/corefx,ravimeda/corefx,iamjasonp/corefx,n1ghtmare/corefx,shahid-pk/corefx,iamjasonp/corefx,alexperovich/corefx,anjumrizwi/corefx,chenxizhang/corefx,ericstj/corefx,jmhardison/corefx,alexandrnikitin/corefx |
3b5a56592075d6dd806297c72503e1bc61a67321 | appveyor.yml | appveyor.yml | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
init:
- git config --global core.autocrlf input
# what combinations to test
environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm -g install npm@2
- set PATH=%APPDATA%\npm;%PATH%
- npm install -g gulp
- npm install
build: off
test_script:
- node --version
- npm --version
- ps: gulp test
- cmd: gulp test
| # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
init:
- git config --global core.autocrlf input
# what combinations to test
environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm -g install npm@2.12.1
- set PATH=%APPDATA%\npm;%PATH%
- npm install -g gulp
- npm install
build: off
test_script:
- node --version
- npm --version
- ps: gulp test
- cmd: gulp test
| Make use of 2.12.1 due to a bug in NPM in Appveyor | Make use of 2.12.1 due to a bug in NPM in Appveyor
| YAML | apache-2.0 | resin-io/resin-sdk,nghiant2710/resin-sdk |
4bbe8da7aedb722aa3195458b3c9a53d00c21cfc | appveyor.yml | appveyor.yml | version: BUILD{build}
image: Visual Studio 2017
shallow_clone: true
configuration:
- Debug
- Release
before_build:
- nuget restore
build:
project: QuasarRAT.sln
parallel: true
verbosity: minimal
artifacts:
- path: Bin
name: binaries | version: BUILD{build}
image: Visual Studio 2019
shallow_clone: true
configuration:
- Debug
- Release
before_build:
- nuget restore
build:
project: QuasarRAT.sln
parallel: true
verbosity: minimal
artifacts:
- path: Bin
name: binaries | Update AppVeyor image to Visual Studio 2019 | Update AppVeyor image to Visual Studio 2019
| YAML | mit | quasar/QuasarRAT,quasar/QuasarRAT |
a9b2b18843900c0fe3fa0e1930de336239ffb399 | _data/navigation.yml | _data/navigation.yml | # Site navigation links
- title: About
url: /about/
- title: Policies
url: /policies/
- title: Expertise
url: /expertise/
- title: Resources
url: /resources/
- title: Training
url: /training/
- title: Blog
url: /blog/
- title: Search
url: /search/
- title: GitHub
url: https://github.com/sheffield-bioinformatics-core
| # Site navigation links
- title: About
url: /about/
- title: Policies
url: /policies/
- title: Expertise
url: /expertise/
- title: Resources
url: /resources/
- title: Training
url: /training/
- title: News
url: /blog/
- title: Search
url: /search/
- title: GitHub
url: https://github.com/sheffield-bioinformatics-core
| Change Blog heading to News | Change Blog heading to News
| YAML | mit | sheffield-bioinformatics-core/sheffield-bioinformatics-core.github.io,sheffield-bioinformatics-core/sheffield-bioinformatics-core.github.io,sheffield-bioinformatics-core/sheffield-bioinformatics-core.github.io,sheffield-bioinformatics-core/sheffield-bioinformatics-core.github.io |
33d93e4b430910045d0b3bbb081064bf8a379e4e | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10"]
node-version: [16]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install requirements
run: |
pip install -r requirements.txt
make node_deps
- name: Lint
run: make lint
- name: Coverage
run: make coverage
- name: Bench
run: make bench
- name: Coveralls
if: matrix.python-version == '3.10'
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
| name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, "3.10"]
node-version: [18]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install requirements
run: |
pip install -r requirements.txt
make node_deps
- name: Lint
run: make lint
- name: Coverage
run: make coverage
- name: Bench
run: make bench
- name: Coveralls
if: matrix.python-version == '3.10'
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
| Update Node version to 18 | GHA: Update Node version to 18
| YAML | mit | davedoesdev/python-jwt,davedoesdev/python-jwt,davedoesdev/python-jwt |
4284a8fe1c806fece6f1ca4067027acf6fa63429 | .github/workflows/pr-check.yml | .github/workflows/pr-check.yml | name: pr check
on:
pull_request:
branches:
- master
jobs:
pr-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install packages
run: npm install
- name: check formatting issues
run: npm run compile
- name: check for lint issues
run: npm run lint
- name: check master-file
run: npm run test:checkMasterFile
- name: check token issue
run: npm run test:checkToken
- name: check contract issue
run: npm run test:checkContract
- name: check nft issues
run: npm run test:checkNft | name: pr check
on:
pull_request:
branches:
- develop
jobs:
pr-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install packages
run: npm install
- name: check formatting issues
run: npm run compile
- name: check for lint issues
run: npm run lint
- name: check master-file
run: npm run test:checkMasterFile
- name: check token issue
run: npm run test:checkToken
- name: check contract issue
run: npm run test:checkContract
- name: check nft issues
run: npm run test:checkNft | Move pr check to develop | Move pr check to develop
| YAML | mit | MyEtherWallet/ethereum-lists |
0f5084813687ee6a0df9b5cf03b85639a9020aaa | packages/au/automotive-cse.yaml | packages/au/automotive-cse.yaml | homepage: ''
changelog-type: ''
hash: 2b86e1ce199caec364776d7d23ec9ee3cce7aa81d5e5b26e47460f06fa8cb00b
test-bench-deps:
bytestring: -any
base: <5
automotive-cse: -any
cryptonite: -any
quickcheck-simple: -any
maintainer: ex8k.hibino@gmail.com
synopsis: Automotive CSE emulation
changelog: ''
basic-deps:
cereal: -any
bytestring: -any
base: ! '>=4.6 && <5'
memory: -any
cryptonite: -any
all-versions:
- '0.0.1.0'
author: Kei Hibino
latest: '0.0.1.0'
description-type: haddock
description: ! 'This package includes Cryptography Security Engine (CSE)
codec emulation for automotive things.'
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: f2504a753b87a8eb14ad04ab84a61b3c953568f734f1badc7fc9424aa55207bf
test-bench-deps:
bytestring: -any
base: <5
automotive-cse: -any
cryptonite: -any
quickcheck-simple: -any
maintainer: ex8k.hibino@gmail.com
synopsis: Automotive CSE emulation
changelog: ''
basic-deps:
cereal: -any
bytestring: -any
base: ! '>=4.6 && <5'
memory: -any
cryptonite: -any
all-versions:
- '0.0.1.0'
- '0.0.1.1'
author: Kei Hibino
latest: '0.0.1.1'
description-type: haddock
description: ! 'This package includes Cryptography Security Engine (CSE)
codec emulation for automotive things.
Porting logics from <https://github.com/naohaq/CSE_KeyGen/tree/master/Erlang>.
Reference documents:
<http://cache.freescale.com/files/32bit/doc/app_note/AN4234.pdf>
<http://cache.freescale.com/files/microcontrollers/doc/app_note/AN5178.pdf>
<http://www.st.com/web/en/resource/technical/document/application_note/DM00075575.pdf>'
license-name: BSD3
| Update from Hackage at 2016-04-12T02:41:04+0000 | Update from Hackage at 2016-04-12T02:41:04+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
83eb79573a6d1dbaee8d757ce1ad0a2642275416 | packages/mi/miss-porcelain.yaml | packages/mi/miss-porcelain.yaml | homepage: https://oss.xkcd.com/
changelog-type: markdown
hash: ae100d806d8a72b6a63e3062d8999a194543fb7b4602b1335e54eaf0f5f7c345
test-bench-deps: {}
maintainer: oss@xkcd.com
synopsis: Useability extras built on top of miss.
changelog: |
# Revision history for miss-porcelain
## 0 -- 2018-12-28
* First version.
basic-deps:
bytestring: ^>=0.10
base: ! '>=4.9.0.0 && <4.13'
list-tries: ^>=0.6
posix-paths: ^>=0.2
containers: ^>=0.6
miss: ^>=0
mtl: ^>=2.2
filesystem-abstractions: ^>=0
all-versions:
- '0'
author: Alec Heller & davean
latest: '0'
description-type: haddock
description: This package builds on 'miss', providing convinient interfaces for working
with git repositories.
license-name: BSD-3-Clause
| homepage: https://oss.xkcd.com/
changelog-type: markdown
hash: 147bfb55736d52c19c2d98bbae4288f556d2a87777712203c7f9f5b22985c886
test-bench-deps: {}
maintainer: oss@xkcd.com
synopsis: Useability extras built on top of miss.
changelog: |
# Revision history for miss-porcelain
## 0 -- 2018-12-28
* First version.
basic-deps:
bytestring: ^>=0.10
base: ! '>=4.9.0.0 && <4.14'
list-tries: ^>=0.6
posix-paths: ^>=0.2
containers: ^>=0.6
miss: ^>=0
mtl: ^>=2.2
filesystem-abstractions: ^>=0
all-versions:
- '0'
author: Alec Heller & davean
latest: '0'
description-type: haddock
description: This package builds on 'miss', providing convinient interfaces for working
with git repositories.
license-name: BSD-3-Clause
| Update from Hackage at 2020-01-21T17:04:48Z | Update from Hackage at 2020-01-21T17:04:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
737d14794e1c6128c3cfe91064713f438d294e4a | packages/th/th-data-compat.yaml | packages/th/th-data-compat.yaml | homepage: ''
changelog-type: ''
hash: 54770837e06da42eadeeef1b16a667c9105679703831acd1d6527f2dd1a47ad0
test-bench-deps: {}
maintainer: ex8k.hibino@gmail.com
synopsis: Compatibility for data definition template of TH
changelog: ''
basic-deps:
base: <5
template-haskell: ! '>=2.12'
all-versions:
- '0.0.1.0'
- '0.0.2.0'
- '0.0.2.1'
- '0.0.2.2'
- '0.0.2.3'
- '0.0.2.4'
- '0.0.2.5'
author: Kei Hibino
latest: '0.0.2.5'
description-type: haddock
description: ! 'This package contains wrapped name definitions of
data definition template'
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: 691c04639efbde3d6e24596cf2bcda8990ac612e96ecea70da1572bbcb025e7b
test-bench-deps: {}
maintainer: ex8k.hibino@gmail.com
synopsis: Compatibility for data definition template of TH
changelog: ''
basic-deps:
base: <5
template-haskell: ==2.11.*
all-versions:
- '0.0.1.0'
- '0.0.2.0'
- '0.0.2.1'
- '0.0.2.2'
- '0.0.2.3'
- '0.0.2.4'
- '0.0.2.5'
- '0.0.2.6'
author: Kei Hibino
latest: '0.0.2.6'
description-type: haddock
description: ! 'This package contains wrapped name definitions of
data definition template'
license-name: BSD3
| Update from Hackage at 2018-04-16T08:44:09Z | Update from Hackage at 2018-04-16T08:44:09Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
186e1b1aa15c06868baa9ba0e723701f1cd69fe1 | pubspec.yaml | pubspec.yaml | name: expected_output
version: 1.2.1-dev
description: Easily write and test multiline input and expected output
author: Dart Team <misc@dartlang.org>
homepage: https://pub.dartlang.org/packages/expected_output
environment:
sdk: '>=1.19.0 <2.0.0-dev.infinity'
dependencies:
path: "^1.4.1"
test: "^0.12.20"
| name: expected_output
version: 1.2.1-dev
description: Easily write and test multiline input and expected output
author: Dart Team <misc@dartlang.org>
homepage: https://pub.dartlang.org/packages/expected_output
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
path: "^1.4.1"
test: "^0.12.20"
| Remove -dev.infinity in SDK upper constraint | Remove -dev.infinity in SDK upper constraint | YAML | bsd-3-clause | dart-archive/expected_output |
2600e1cad69df37797513b19705df368b27457b1 | pubspec.yaml | pubspec.yaml | name: xml
version: 5.4.0
description: A lightweight library for parsing, traversing, querying, transforming and building XML documents.
homepage: https://github.com/renggli/dart-xml
environment:
sdk: '>=2.16.0 <3.0.0'
dependencies:
collection: ^1.15.0
meta: ^1.7.0
petitparser:
git: https://github.com/petitparser/dart-petitparser.git
dev_dependencies:
args: ^2.3.0
lints: ^1.0.0
test: ^1.19.0
| name: xml
version: 5.4.0
description: A lightweight library for parsing, traversing, querying, transforming and building XML documents.
homepage: https://github.com/renggli/dart-xml
publish_to: none
environment:
sdk: '>=2.16.0 <3.0.0'
dependencies:
collection: ^1.15.0
meta: ^1.7.0
petitparser:
git: https://github.com/petitparser/dart-petitparser.git
dev_dependencies:
args: ^2.3.0
lints: ^1.0.0
test: ^1.19.0
| Disable publishing so that analyzer remains happy. | Disable publishing so that analyzer remains happy.
| YAML | mit | renggli/dart-xml |
3f722c3e2a9c8d4e317abbe42a203e7bb27f68f9 | pubspec.yaml | pubspec.yaml | name: mailer2
version: 0.8.12+2
description: >
A temporary fork of Kai Sellgren's Mailer (https://github.com/kaisellgren/mailer)
for aggressive support of replyTo and sender
author: Kai Sellgren <kaisellgren@gmail.com>
homepage: http://github.com/kaisellgren/mailer
environment:
sdk: '>=0.8.10+6 <2.0.0'
dependencies:
unittest: '>=0.9.0 <2.0.0'
mime: '>=0.9.0 <2.0.0'
logging: '>=0.9.0 <2.0.0'
crypto: '>=0.9.0 <2.0.0'
path: '>=0.9.0 <2.0.0'
intl: '>=0.9.0 <2.0.0' | name: mailer2
version: 0.8.12+2
description: >
A temporary fork of Kai Sellgren's Mailer (https://github.com/kaisellgren/mailer)
for aggressive support of replyTo and sender
author: Kai Sellgren <kaisellgren@gmail.com>
homepage: http://github.com/kaisellgren/mailer
environment:
sdk: '>=0.8.10+6 <2.0.0'
dev_dependencies:
test: '>=0.9.0 <2.0.0'
dependencies:
mime: '>=0.9.0 <2.0.0'
logging: '>=0.9.0 <2.0.0'
crypto: '>=0.9.0 <2.0.0'
path: '>=0.9.0 <2.0.0'
intl: '>=0.9.0 <2.0.0' | Upgrade to the test lib | Upgrade to the test lib
| YAML | mit | tomyeh/mailer |
a5f9ffdf874341562756479494c9b9df767477aa | pubspec.yaml | pubspec.yaml | name: webdriver
version: 0.7.5
author: Dart Team <misc@dartlang.org>
description: Provides WebDriver bindings for Dart. These use the WebDriver JSON interface, and as such, require the use of the WebDriver remote server.
homepage: https://github.com/dart-lang/webdriver
environment:
sdk: '>=0.6.21+3'
dependencies:
crypto: '>=0.6.21+3'
meta: '>=0.6.21+3'
dev_dependencies:
path: '>=0.6.21+3'
unittest: '>=0.6.21+3'
| name: webdriver
version: 0.7.6
author: Dart Team <misc@dartlang.org>
description: Provides WebDriver bindings for Dart. These use the WebDriver JSON interface, and as such, require the use of the WebDriver remote server.
homepage: https://github.com/dart-lang/webdriver
environment:
sdk: '>=0.7.1'
dependencies:
crypto: '>=0.7.1'
meta: '>=0.7.1'
dev_dependencies:
path: '>=0.7.1'
unittest: '>=0.7.1'
| Increment the version and dependencies for next release. | Increment the version and dependencies for next release.
| YAML | apache-2.0 | staats-google/webdriver.dart,bwu-dart-contributing/webdriver.dart,DrMarcII/webdriver.dart,staats-google/webdriver.dart,bwu-dart-contributing/webdriver.dart,DrMarcII/webdriver.dart,bwu-dart-contributing/webdriver.dart,DrMarcII/webdriver.dart,google/webdriver.dart,google/webdriver.dart,bwu-dart-contributing/webdriver.dart,DrMarcII/webdriver.dart,staats-google/webdriver.dart,staats-google/webdriver.dart,google/webdriver.dart |
d565d046274371377af5558d1a8427afc2ade651 | roles/liquidsoap/tasks/main.yml | roles/liquidsoap/tasks/main.yml | ---
- name: config directory
file: path=/etc/liquidsoap state=directory
- name: configuration file
template: src=radio.liq.j2 dest=/etc/liquidsoap/radio.liq
notify: restart
- name: 'swiss-army knife for multimedia streaming'
tags: [ 'radio', 'stream' ]
docker: image='ddub/liquidsoap' name='liquidsoap'
hostname='{{ ansible_hostname }}'
ports='1337:1337,8888:8888'
volumes='/etc/liquidsoap:/config:ro,/music:/tracks:ro,/music/recs:/recs'
command='/usr/bin/liquidsoap /config/radio.liq'
| ---
- name: config directory
file: path=/etc/liquidsoap state=directory
- name: configuration file
template: src=radio.liq.j2 dest=/etc/liquidsoap/radio.liq
notify: restart
- name: writable recording directory
file: path=/music/recs state=directory mode=777
- name: check recording directory is writable - if this fails then the host system may need to adjust the permissions on the recs folder
shell: ls -dl /music/recs/ | grep -qe '^drwxrwxrwx'
changed_when: 0
- name: 'swiss-army knife for multimedia streaming'
tags: [ 'radio', 'stream' ]
docker: image='ddub/liquidsoap' name='liquidsoap'
hostname='{{ ansible_hostname }}'
ports='1337:1337,8888:8888'
volumes='/etc/liquidsoap:/config:ro,/music:/tracks:ro,/music/recs:/recs'
command='/usr/bin/liquidsoap /config/radio.liq'
| Check that the liquidsoap docker will be able to write to the recordings directory | Check that the liquidsoap docker will be able to write to the recordings directory
| YAML | mit | intbass/radio,intbass/radio |
f44a32ae5f106d8ba8751efe000b5bd180278ba2 | data/transition-sites/hca.yml | data/transition-sites/hca.yml | ---
site: hca
whitehall_slug: homes-and-communities-agency
title: Homes and Communities Agency
redirection_date: 1st July 2014
homepage: https://www.gov.uk/government/organisations/homes-and-communities-agency
tna_timestamp: 20140327123736
host: www.homesandcommunities.co.uk
furl: www.gov.uk/hca
aliases:
- homesandcommunities.co.uk
# options: --query-string qstring1:qstring2:qstring3 # This site has not had full query string parameter analysis
| ---
site: hca
whitehall_slug: homes-and-communities-agency
title: Homes and Communities Agency
redirection_date: 1st July 2014
homepage: https://www.gov.uk/government/organisations/homes-and-communities-agency
tna_timestamp: 20140327123736
host: www.homesandcommunities.co.uk
furl: www.gov.uk/hca
aliases:
- homesandcommunities.co.uk
options: --query-string page_id:page
| Add relevant query strings determined from arcl | Add relevant query strings determined from arcl
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
33aea6cb99f185c016d7e9ce389bf96c56727196 | recipes/dec2/meta.yaml | recipes/dec2/meta.yaml | {% set version = "0.2.0" %}
package:
name: dec2
version: "{{ version }}"
source:
fn: dec2-{{ version }}.tar.gz
url: https://pypi.io/packages/source/d/dec2/dec2-{{ version }}.tar.gz
md5: 1e32ab51d2f159095c828a81fa430e9e
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
entry_points:
- dec2=dec2.cli.main:start
requirements:
build:
- python
- six
- click
- paramiko
- boto3
- pyyaml
- salt-pepper
run:
- python
- six
- click
- paramiko
- boto3
- pyyaml
- salt-pepper
test:
imports:
- dec2
- dec2.cli
- dec2.tests
- dec2.tests.salt
commands:
- dec2 --help
about:
home: https://github.com/dask/dec2
license: Apache 2.0
summary: 'Start a cluster in EC2 for dask.distributed'
extra:
recipe-maintainers:
- danielfrg
- mrocklin
- koverholt
| {% set version = "0.2.1" %}
package:
name: dec2
version: "{{ version }}"
source:
fn: dec2-{{ version }}.tar.gz
url: https://pypi.io/packages/source/d/dec2/dec2-{{ version }}.tar.gz
md5: 6ce7d6eb13105f7f7697f2ce80250018
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
entry_points:
- dec2=dec2.cli.main:start
requirements:
build:
- python
- setuptools
run:
- python
- six
- click
- paramiko
- boto3
- pyyaml
test:
imports:
- dec2
- dec2.cli
- dec2.tests
- dec2.tests.salt
commands:
- dec2 --help
about:
home: https://github.com/dask/dec2
license: Apache 2.0
summary: 'Start a cluster in EC2 for dask.distributed'
extra:
recipe-maintainers:
- danielfrg
- koverholt
| Update to 0.2.1., update depedencies | Update to 0.2.1., update depedencies
| YAML | bsd-3-clause | jerowe/staged-recipes,ReimarBauer/staged-recipes,rvalieris/staged-recipes,hadim/staged-recipes,glemaitre/staged-recipes,johannesring/staged-recipes,kwilcox/staged-recipes,bmabey/staged-recipes,bmabey/staged-recipes,dfroger/staged-recipes,tylere/staged-recipes,birdsarah/staged-recipes,goanpeca/staged-recipes,mcernak/staged-recipes,igortg/staged-recipes,SylvainCorlay/staged-recipes,OpenPIV/staged-recipes,dschreij/staged-recipes,SylvainCorlay/staged-recipes,Juanlu001/staged-recipes,arokem/staged-recipes,sannykr/staged-recipes,dharhas/staged-recipes,stuertz/staged-recipes,valgur/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,jjhelmus/staged-recipes,shadowwalkersb/staged-recipes,nicoddemus/staged-recipes,JohnGreeley/staged-recipes,ocefpaf/staged-recipes,blowekamp/staged-recipes,larray-project/staged-recipes,Savvysherpa/staged-recipes,jerowe/staged-recipes,isuruf/staged-recipes,gqmelo/staged-recipes,grlee77/staged-recipes,mcs07/staged-recipes,ocefpaf/staged-recipes,blowekamp/staged-recipes,mariusvniekerk/staged-recipes,guillochon/staged-recipes,rolando-contrib/staged-recipes,Cashalow/staged-recipes,conda-forge/staged-recipes,valgur/staged-recipes,goanpeca/staged-recipes,chohner/staged-recipes,larray-project/staged-recipes,basnijholt/staged-recipes,rolando-contrib/staged-recipes,mcs07/staged-recipes,synapticarbors/staged-recipes,pstjohn/staged-recipes,vamega/staged-recipes,sannykr/staged-recipes,pmlandwehr/staged-recipes,NOAA-ORR-ERD/staged-recipes,dharhas/staged-recipes,asmeurer/staged-recipes,vamega/staged-recipes,johannesring/staged-recipes,kwilcox/staged-recipes,benvandyke/staged-recipes,gqmelo/staged-recipes,sodre/staged-recipes,rvalieris/staged-recipes,hbredin/staged-recipes,planetarypy/staged-recipes,khallock/staged-recipes,johanneskoester/staged-recipes,caspervdw/staged-recipes,mcernak/staged-recipes,khallock/staged-recipes,igortg/staged-recipes,koverholt/staged-recipes,dschreij/staged-recipes,chohner/staged-recipes,basnijholt/staged-recipes,dfroger/staged-recipes,jcb91/staged-recipes,shadowwalkersb/staged-recipes,glemaitre/staged-recipes,petrushy/staged-recipes,atedstone/staged-recipes,cpaulik/staged-recipes,sodre/staged-recipes,JohnGreeley/staged-recipes,scopatz/staged-recipes,data-exp-lab/staged-recipes,rmcgibbo/staged-recipes,barkls/staged-recipes,planetarypy/staged-recipes,birdsarah/staged-recipes,johanneskoester/staged-recipes,cpaulik/staged-recipes,chrisburr/staged-recipes,pstjohn/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,patricksnape/staged-recipes,isuruf/staged-recipes,hajapy/staged-recipes,richardotis/staged-recipes,Savvysherpa/staged-recipes,benvandyke/staged-recipes,tylere/staged-recipes,hbredin/staged-recipes,petrushy/staged-recipes,scopatz/staged-recipes,jochym/staged-recipes,jjhelmus/staged-recipes,nicoddemus/staged-recipes,atedstone/staged-recipes,richardotis/staged-recipes,chrisburr/staged-recipes,jakirkham/staged-recipes,data-exp-lab/staged-recipes,rmcgibbo/staged-recipes,hajapy/staged-recipes,grlee77/staged-recipes,patricksnape/staged-recipes,pmlandwehr/staged-recipes,Juanlu001/staged-recipes,stuertz/staged-recipes,jcb91/staged-recipes,ceholden/staged-recipes,OpenPIV/staged-recipes,sodre/staged-recipes,koverholt/staged-recipes,Cashalow/staged-recipes,guillochon/staged-recipes,arokem/staged-recipes,ceholden/staged-recipes,jakirkham/staged-recipes,caspervdw/staged-recipes,barkls/staged-recipes,asmeurer/staged-recipes,NOAA-ORR-ERD/staged-recipes,synapticarbors/staged-recipes |
df37141a0e8e7897d367afe7561917ddb071fba8 | tasks/install.yml | tasks/install.yml | ---
# tasks file for ansible-role-nhc
#
#
- name: Check if fgci-release7 is installed
package: pkg=fgci-release7 state=installed
register: reg_nhc_fgci7_installed
check_mode: no
ignore_errors: True
- name: Install FGCI repo
package: pkg=http://idris.fgi.csc.fi/fgci7/x86_64/fgci/rpms/fgci-release7-1-1.el7.noarch.rpm
when: ansible_distribution_major_version == "7" and reg_nhc_fgci7_installed|failed and nhc_github == False
- name: Check if lbnl-nhc-nhc_version is installed
package: pkg=lbnl-nhc-{{ nhc_version }} state=installed
register: reg_nhc_github_installed
check_mode: no
ignore_errors: True
when: nhc_github
- name: install NHC from github
package: pkg={{ nhc_rpm_url }}
when: nhc_github and reg_nhc_github_installed|failed
- name: install NHC from a yum repo
package: pkg=lbnl-nhc
when: nhc_github == False
| ---
# tasks file for ansible-role-nhc
#
#
- name: Check if fgci-release7 is installed
package: pkg=fgci-release7 state=installed
register: reg_nhc_fgci7_installed
check_mode: no
ignore_errors: True
- name: Install FGCI repo
package: pkg=http://idris.fgi.csc.fi/fgci7/x86_64/fgci/rpms/fgci-release7-1-1.el7.noarch.rpm
when: ansible_distribution_major_version == "7" and reg_nhc_fgci7_installed is failed and nhc_github == False
- name: Check if lbnl-nhc-nhc_version is installed
package: pkg=lbnl-nhc-{{ nhc_version }} state=installed
register: reg_nhc_github_installed
check_mode: no
ignore_errors: True
when: nhc_github
- name: install NHC from github
package: pkg={{ nhc_rpm_url }}
when: nhc_github and reg_nhc_github_installed is failed
- name: install NHC from a yum repo
package: pkg=lbnl-nhc
when: nhc_github == False
| Change |failed to 'is failed' | Change |failed to 'is failed'
| YAML | mit | CSC-IT-Center-for-Science/ansible-role-nhc |
3855b127144c391431349d751cec131fa835ffa7 | packages/js/json-rpc-generic.yaml | packages/js/json-rpc-generic.yaml | homepage: http://github.com/khibino/haskell-json-rpc-generic
changelog-type: ''
hash: 291dda542e204c14cdb9c929c6bf2ade16a52412a596eb1c47c13b7d5f55b313
test-bench-deps:
base: <5
text: -any
quickcheck-simple: -any
json-rpc-generic: -any
QuickCheck: -any
aeson: -any
maintainer: ex8k.hibino@gmail.com
synopsis: Generic encoder and decode for JSON-RPC
changelog: ''
basic-deps:
bytestring: ! '>=0.10'
base: ! '>=4.6 && <5'
unordered-containers: -any
text: -any
dlist: -any
containers: -any
transformers: -any
scientific: -any
aeson: ! '>=0.7'
vector: ! '>=0.10'
all-versions:
- '0.0.1.0'
- '0.1.0.0'
- '0.2.0.0'
author: Kei Hibino
latest: '0.2.0.0'
description-type: haddock
description: This package contains generic encoder and decode for JSON-RPC
license-name: BSD3
| homepage: http://github.com/khibino/haskell-json-rpc-generic
changelog-type: ''
hash: a537b87e18dd877ec68cb10610139681df7e8bb5fdbdfabbe22a805fd27a92da
test-bench-deps:
base: <5
text: -any
quickcheck-simple: -any
json-rpc-generic: -any
QuickCheck: -any
aeson: -any
maintainer: ex8k.hibino@gmail.com
synopsis: Generic encoder and decode for JSON-RPC
changelog: ''
basic-deps:
bytestring: ! '>=0.10'
base: ! '>=4.6 && <5'
unordered-containers: -any
text: -any
dlist: -any
containers: -any
transformers: -any
scientific: -any
aeson: ! '>=0.7'
vector: ! '>=0.10'
all-versions:
- '0.0.1.0'
- '0.1.0.0'
- '0.2.0.0'
- '0.2.0.1'
author: Kei Hibino
latest: '0.2.0.1'
description-type: haddock
description: This package contains generic encoder and decode for JSON-RPC
license-name: BSD3
| Update from Hackage at 2016-07-23T05:55:11+0000 | Update from Hackage at 2016-07-23T05:55:11+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
63ea30492328ccb7a31890e5c51572a60f18f192 | stack.yaml | stack.yaml | resolver: lts-13.11
packages:
- '.'
extra-deps:
- csv-table-0.1.0.1
- dotgen-0.4.2
- fgl-visualize-0.1.0.1
- intern-0.9.2
- located-base-0.1.1.1
- text-format-0.3.2
- tasty-rerun-1.1.14
flags:
liquidhaskell:
devel: true
extra-package-dbs: []
ghc-options:
hscolour: -w
| resolver: lts-13.10
packages:
- '.'
extra-deps:
- csv-table-0.1.0.1
- dotgen-0.4.2
- fgl-visualize-0.1.0.1
- intern-0.9.2
- located-base-0.1.1.1
- text-format-0.3.2
- tasty-rerun-1.1.14
flags:
liquidhaskell:
devel: true
extra-package-dbs: []
ghc-options:
hscolour: -w
| Use GHC-8.6.3, as 8.6.4 is still not present for windows32 platform in Stackage. | Use GHC-8.6.3, as 8.6.4 is still not present for windows32 platform in Stackage.
| YAML | bsd-3-clause | ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell |
2c876658ee87caaa39749a16840a2302117951c3 | packages/va/validity-time.yaml | packages/va/validity-time.yaml | homepage: https://github.com/NorfairKing/validity#readme
changelog-type: ''
hash: f84344cea1a46982a7d5f6163bfe27556aa8a6a5dbd45e4907bf29c195e44daf
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: Validity instances for time
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
time: -any
validity: ! '>=0.5'
all-versions:
- 0.0.0.0
- 0.0.0.1
- 0.1.0.0
- 0.2.0.0
- 0.2.0.1
- 0.2.0.2
- 0.2.0.3
- 0.3.0.0
author: Tom Sydney Kerckhove
latest: 0.3.0.0
description-type: haddock
description: ''
license-name: MIT
| homepage: https://github.com/NorfairKing/validity#readme
changelog-type: ''
hash: e4e236f57185d2366cf5db877bd475c7c03192893b100e1e0a439de3992efb93
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: Validity instances for time
changelog: ''
basic-deps:
base: '>=4.7 && <5'
time: -any
validity: '>=0.5'
all-versions:
- 0.0.0.0
- 0.0.0.1
- 0.1.0.0
- 0.2.0.0
- 0.2.0.1
- 0.2.0.2
- 0.2.0.3
- 0.3.0.0
- 0.4.0.0
author: Tom Sydney Kerckhove
latest: 0.4.0.0
description-type: haddock
description: ''
license-name: MIT
| Update from Hackage at 2020-07-18T11:55:05Z | Update from Hackage at 2020-07-18T11:55:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
61f63de0453c9efeabb01e67be2e777dfa58e820 | nanshe_workflow.recipe/meta.yaml | nanshe_workflow.recipe/meta.yaml | {% set data = load_setup_py_data() %}
package:
name: nanshe_workflow
version: {{ data.get("version") }}
source:
git_url: ..
build:
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
- psutil
- nanshe >=0.1.0a54
- bokeh >=0.12.4
- future
- webcolors
- notebook
- ipyparallel
- ipywidgets
- dask
- distributed
- dask-imread
- dask-ndfilters
- dask-ndfourier
- runipy
- cloudpickle
- pims
- tifffile
- imgroi
- kenjutsu >=0.5.0
- metawrap
- mplview
- xnumpy
- yail
- zarr
about:
home: {{ data.get("url") }}
license: {{ data.get("license") }}
license_file: LICENSE.txt
summary: {{ data.get("summary") }}
| {% set data = load_setup_py_data() %}
package:
name: nanshe_workflow
version: {{ data.get("version") }}
source:
git_url: ..
build:
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
- psutil
- nanshe >=0.1.0a54
- bokeh >=0.12.4
- future
- webcolors
- notebook
- ipyparallel
- ipywidgets
- dask
- distributed
- dask-imread
- dask-ndfilters
- dask-ndfourier
- runipy
- cloudpickle
- tifffile
- imgroi
- kenjutsu >=0.5.0
- metawrap
- mplview
- xnumpy
- yail
- zarr
about:
home: {{ data.get("url") }}
license: {{ data.get("license") }}
license_file: LICENSE.txt
summary: {{ data.get("summary") }}
| Drop pims from the requirements | Drop pims from the requirements
We still pull in `pims` implicitly as part of `dask-imread`. However as
we are no longer using `pims` directly in the workflow, there is no need
to have an explicit dependency on it.
| YAML | apache-2.0 | DudLab/nanshe_workflow,nanshe-org/nanshe_workflow |
e4e8cf556db1522661c3f6962b7e0ac391ffecd2 | electron-builder.yml | electron-builder.yml | {
"mac": {
"category": "public.app-category.productivity",
"target": [
"dmg",
"zip"
]
},
"mas": {
"publish": null
},
"linux": {
"category": "Network;IRCClient",
"target": [
"deb",
"AppImage"
]
},
"dmg": {
"icon": null
},
"appId": "com.irccloud.desktop",
"protocols": [
{
"name": "IRC server URL",
"role": "Viewer",
"schemes": [
"irc",
"ircs"
]
}
]
} | {
"mac": {
"category": "public.app-category.productivity",
"target": [
"dmg",
"zip"
]
},
"mas": {
"publish": null
},
"linux": {
"category": "Network;IRCClient",
"target": [
"deb",
"AppImage"
]
},
"dmg": {
"icon": null
},
"appId": "com.irccloud.desktop",
"protocols": [
{
"name": "IRC server URL",
"role": "Viewer",
"schemes": [
"irc",
"ircs"
]
}
],
"files": [
"!**/{.eslint*,.jshint*,.snyk,.travis.*,Makefile,README.md}",
"!scripts${/*}",
"!docs${/*}"
]
} | Exclude various files from asar | Exclude various files from asar
| YAML | apache-2.0 | irccloud/irccloud-desktop |
9844c961282c0dc846932ce3bd13c6ec7eb8aa4f | packages/ye/yesod-recaptcha2.yaml | packages/ye/yesod-recaptcha2.yaml | homepage: https://github.com/ncaq/yesod-recaptcha2#readme
changelog-type: ''
hash: 19a3d4f01df56e4e5c0ed213f794ec6515bebad43d12aba46a6c6e75c9df04b8
test-bench-deps: {}
maintainer: ncaq@ncaq.net
synopsis: yesod recaptcha2
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
classy-prelude-yesod: -any
http-conduit: -any
yesod-auth: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: ncaq
latest: '0.1.0.1'
description-type: markdown
description: ! "# yesod-recaptcha2\n\n~~~hs\nimport Import.ReCaptcha2\n~~~\n\n~~~hs\ninstance
YesodReCaptcha App where\n reCaptchaSiteKey = return \"foo\"\n reCaptchaSecretKey
= return \"bar\"\n~~~\n\n\n~~~hs\n<* reCaptcha\n~~~\n\n"
license-name: MIT
| homepage: https://github.com/ncaq/yesod-recaptcha2#readme
changelog-type: ''
hash: 906ba2463593ab5bd1048173a24cf1d88abf3ee5192b359a3e6763a12e673a30
test-bench-deps: {}
maintainer: ncaq@ncaq.net
synopsis: yesod recaptcha2
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
text: -any
classy-prelude-yesod: -any
http-conduit: -any
yesod-auth: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.2.0'
author: ncaq
latest: '0.2.0'
description-type: markdown
description: ! "# yesod-recaptcha2\n\n~~~hs\nimport Yesod.ReCaptcha2\n~~~\n\n~~~hs\ninstance
YesodReCaptcha App where\n reCaptchaSiteKey = pure \"foo\"\n reCaptchaSecretKey
= pure \"bar\"\n reCaptchaLanguage = pure Nothing\n\n -- with specific language
from https://developers.google.com/recaptcha/docs/language\n -- reCaptchaLanguage
= pure (Just \"ru\")\n~~~\n\n## Append to applicative form\n\n~~~hs\nbuildForm ::
Form MyForm\nbuildForm = renderDivs $ MyForm\n <$> areq textField \"foo\" Nothing\n
\ <* reCaptcha\n~~~\n"
license-name: MIT
| Update from Hackage at 2017-11-04T10:48:38Z | Update from Hackage at 2017-11-04T10:48:38Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a23b49751e696777ab69bec86e1fed4aaa650d0d | metadata/com.cosmos.candle.yml | metadata/com.cosmos.candle.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
- Money
License: GPL-3.0-only
AuthorName: CosmosApps
AuthorEmail: cosmos.dev@protonmail.com
SourceCode: https://gitlab.com/cosmosapps/candle
IssueTracker: https://gitlab.com/cosmosapps/candle/issues
Changelog: https://gitlab.com/cosmosapps/candle/-/blob/master/CHANGELOG.md
AutoName: Candle
RepoType: git
Repo: https://gitlab.com/cosmosapps/candle.git
Builds:
- versionName: 0.1.3
versionCode: 4
commit: 0.1.3
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile/d' build.gradle
- versionName: 0.1.4
versionCode: 5
commit: f4ac190dee56d2880096e5102de4804a905ee5dc
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.1.4
CurrentVersionCode: 5
| AntiFeatures:
- NonFreeNet
Categories:
- Internet
- Money
License: GPL-3.0-only
AuthorName: CosmosApps
AuthorEmail: cosmos.dev@protonmail.com
SourceCode: https://gitlab.com/cosmosapps/candle
IssueTracker: https://gitlab.com/cosmosapps/candle/issues
Changelog: https://gitlab.com/cosmosapps/candle/-/blob/master/CHANGELOG.md
AutoName: Candle
RepoType: git
Repo: https://gitlab.com/cosmosapps/candle.git
Builds:
- versionName: 0.1.3
versionCode: 4
commit: 0.1.3
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile/d' build.gradle
- versionName: 0.1.4
versionCode: 5
commit: f4ac190dee56d2880096e5102de4804a905ee5dc
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile/d' build.gradle
- versionName: 0.1.5
versionCode: 6
commit: 31e9d5abeb5b32496a78c1936a496041dfa8703c
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.1.5
CurrentVersionCode: 6
| Update Candle to 0.1.5 (6) | Update Candle to 0.1.5 (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
67e002d6fabe6df901bd9f5e34c9035d9e6493e1 | devtools/conda-recipe/meta.yaml | devtools/conda-recipe/meta.yaml | package:
name: perses-dev
version: !!str 0.0.0
source:
path: ../../
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- openmm >=7.0
- numpy
- scipy
- openmoltools-dev
- alchemy >=1.1.3
- numexpr
run:
- python
- openmm >=7.0
- numpy
- scipy
- openmoltools-dev
- alchemy >=1.1.3
- numexpr
test:
requires:
- nose
imports:
- perses
about:
home: https://github.com/choderalab/perses
license: GNU Lesser General Public License v2 or later (LGPLv2+)
| package:
name: perses-dev
version: !!str 0.0.0
source:
path: ../../
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- openmm-dev
- numpy
- scipy
- openmoltools-dev
- alchemy >=1.1.3
- numexpr
run:
- python
- openmm-dev
- numpy
- scipy
- openmoltools-dev
- alchemy >=1.1.3
- numexpr
test:
requires:
- nose
imports:
- perses
about:
home: https://github.com/choderalab/perses
license: GNU Lesser General Public License v2 or later (LGPLv2+)
| Update package requirements to use openmm-dev | Update package requirements to use openmm-dev
| YAML | mit | choderalab/perses,choderalab/perses |
1f087a588259990071ede763867756b50663af14 | .travis.yml | .travis.yml | language: csharp
solution: RailPhase.sln
install:
- nuget restore RailPhase.sln
script:
- xbuild /p:Configuration=Release /p:TargetFrameworkVersion="v4.5" /p:ToolsVersion="4.0" RailPhase.sln
- cd ./RailPhase.Tests/bin/Release/
- mono ./packages/NUnit.ConsoleRunner.3.6.1/tools/nunit2-console.exe ./RailPhase.Tests.dll
| language: csharp
solution: RailPhase.sln
install:
- nuget restore RailPhase.sln
script:
- xbuild /p:Configuration=Release /p:TargetFrameworkVersion="v4.5" /p:ToolsVersion="4.0" RailPhase.sln
- cd ./RailPhase.Tests/bin/Release/
- mono ./packages/NUnit.ConsoleRunner.3.6.1/tools/nunit3-console.exe ./RailPhase.Tests.dll
| Fix executable name of Nunit3 runner in Travis script (again) | Fix executable name of Nunit3 runner in Travis script (again)
| YAML | mit | LukasBoersma/RailPhase,RailPhase/RailPhase,LukasBoersma/RailPhase,LukasBoersma/Web2Sharp,RailPhase/RailPhase,LukasBoersma/Web2Sharp |
810fc0ed2b74304126f3c09f80ba70910e72873a | .travis.yml | .travis.yml | language: node_js
before_install: npm install npm -g
node_js:
- "6"
- "4"
| language: node_js
before_install: npm install npm -g
node_js:
- "8"
- "6"
- "4"
| Add node 8 to CI. | Add node 8 to CI.
| YAML | isc | timoxley/tojson-loader |
60661e5cbcba4aea817f7fa1625287dbb7a1aeb4 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
before_install:
- ./Install-OpenCV/get_latest_version_download_file.sh
before_script:
- mkdir bin
script: make skin-detect
| language: cpp
compiler:
- gcc
- clang
before_install:
- chmod +x Install-OpenCV/Ubuntu/opencv_latest.sh
- ./Install-OpenCV/Ubuntu/opencv_latest.sh
before_script:
- mkdir bin
script: make skin-detect
| Set execute flag before trying to execute | Set execute flag before trying to execute
| YAML | mit | JamieMagee/skin-detect |
8b928db2adf06b3ff6c1c9aafaa1032e563bda80 | .travis.yml | .travis.yml | language: cpp
script:
- git submodule update --init --recursive
- export CXX="clang++ -isystem /usr/include/x86_64-linux-gnu/c++/4.8/ -isystem /usr/include/x86_64-linux-gnu"
- export NINJA="./bin/ninja/ninja"
- cd bin/ninja && ./bootstrap.py && ./configure.py && cd -
- $NINJA
- ./build/meka
compiler:
- clang
before_install:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ saucy main universe"
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ raring main universe"
- sudo add-apt-repository -y "deb http://llvm.org/apt/raring/ llvm-toolchain-raring main"
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-get -qq update
- sudo apt-get -qq install g++-4.8 libboost1.53-all-dev clang-3.4 re2c
| language: cpp
script:
- git submodule update --init --recursive
- export CXX="clang++ -isystem /usr/include/x86_64-linux-gnu/c++/4.8/ -isystem /usr/include/x86_64-linux-gnu"
- export NINJA="./bin/ninja/ninja"
- cd bin/ninja && ./bootstrap.py && ./configure.py && cd -
- $NINJA
- ./build/meka
compiler:
- clang
before_install:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
- sudo add-apt-repository -y "deb http://llvm.org/apt/saucy/ llvm-toolchain-saucy main"
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-get -qq install aptitude; sudo aptitude -yq2 update
- sudo aptitude -yq2 full-upgrade -t trusty python
- sudo aptitude -yq2 install -t trusty
g++
clang-3.4
libboost1.54-all-dev
cmake
ninja-build
libgl1-mesa-dev libegl1-mesa-dev libglu1-mesa-dev
| Update Travis-CI with bleeding-edge compilers. | Update Travis-CI with bleeding-edge compilers.
| YAML | unlicense | automeka/automeka,automeka/automeka |
41c765b85d70fcfa8f96c415924beb4bd55a2709 | source/admin/config.yml | source/admin/config.yml | backend:
name: 'github'
repo: 'unboxed/unboxed.co'
branch: 'netlify-cms'
media_folder: 'source/assets/images/uploads'
public_folder: '/assets/images/uploads'
collections:
- name: 'blog'
label: 'Blog'
folder: '/source/blog'
create: true
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
fields:
- {
label: 'Date',
name: 'date',
widget: 'datetime'
}
- {
label: 'Title',
name: 'title',
widget: 'string'
}
| backend:
name: 'github'
repo: 'unboxed/unboxed.co'
branch: 'netlify-cms'
media_folder: 'source/assets/images/uploads'
public_folder: '/assets/images/uploads'
collections:
- name: 'blog'
label: 'Blog'
folder: '/source/blog'
label_singular: 'blog post'
create: true
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
extension: 'html.markdown' # Middleman v4 requires .html.markdown
format: 'frontmatter'
filter: {
field: 'weekly_roundup' # Exclude weekly roundup, subject to change [1]
}
fields:
- label: 'Title'
name: 'title'
widget: 'string'
- label: 'Full names of author(s)'
name: authors
widget: list
allow_add: true
- label: 'tags (remove irrelevant tags)'
name: tags
widget: list
default:
- Agile
- Culture
- Design
- Events
- Innovation
- Lean
- Rails
- label: 'Image URL (optional, shown on the blog listing page)'
name: main_image
required: false
widget: string
- label: 'Date'
name: 'date'
widget: 'datetime'
- label: 'Published?'
name: published
widget: boolean
default: true
- label: 'Body'
name: 'body'
widget: 'markdown'
# [1]: https://github.com/netlify/netlify-cms/issues/1000
| Add blog post fields to collection | Add blog post fields to collection
| YAML | mit | unboxed/ubxd_web_refresh,unboxed/unboxed.co,unboxed/ubxd_web_refresh,unboxed/unboxed.co,unboxed/ubxd_web_refresh,unboxed/unboxed.co |
e39247039432ed8999ad955fc727976b18a38730 | .travis.yml | .travis.yml | language: scala
scala:
- 2.10.5
- 2.11.7
| language: scala
scala:
- 2.10.6
- 2.11.7
| Bump Scala version on Travis | Bump Scala version on Travis
| YAML | apache-2.0 | mdedetrich/sbt,Duhemm/util,xuwei-k/xsbt,sbt/sbt,mdedetrich/sbt,mdedetrich/sbt,xuwei-k/xsbt,sbt/sbt,xuwei-k/xsbt,mdedetrich/sbt,mdedetrich/sbt,mdedetrich/sbt,sbt/sbt,mdedetrich/sbt,sbt/sbt,xuwei-k/xsbt,sbt/sbt,sbt/sbt,sbt/sbt,xuwei-k/xsbt |
7cd22835b7f01430b0848a97a1d067d0fe20b96e | .travis.yml | .travis.yml | env:
- COVERAGE=true
language: ruby
rvm:
- 2.1.5
services: mongodb
notifications:
email:
- didier@nocoffee.fr
branches:
except:
- gh-pages | env:
- COVERAGE=true
language: ruby
rvm:
- 2.1.5
- 2.2.0
services: mongodb
notifications:
email:
- didier@nocoffee.fr
branches:
except:
- gh-pages | Test Ruby `2.0.0` on Travis CI. | [➠] Test Ruby `2.0.0` on Travis CI.
| YAML | mit | locomotivecms/custom_fields |
603e378237f0cd627d10330b6a5ffaadae01bf97 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
script:
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then grunt ci; else grunt ci-pull; fi'
env:
global:
- secure: Kt+5IJDJRVwr28xRnmR5YDsJceXDcDR21/JUBfk6DYFixPbIq7LCPnZUmiSZQs8akU95ucXwB5hsirUAdEhXdYKilec6go70lticVlZBLy8IdJ+Di1uPwMOeMHvalC2P0woIRJSMzP8u5E+e+5ASggTjsXID7/p1rE0jXtoOueQ=
- secure: TED5eLMxEsyIGzKP8xxhyRDbKlIX9POzj1qgan40a8rkwIVzkdglkviLAXJJeP0ilc1GeGz1ctXyA6NAZt7RHB79mdQbH9iV1AsR29ItH4jdBs7eWRybDRKYRlmOntH0n7zlJDB4qQMxvNdI8BKYrPQymgZ3jtRJ/INOvLerg1g=
| language: node_js
node_js:
- '0.10'
sudo: false
script:
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then grunt ci; else grunt ci-pull; fi'
env:
global:
- secure: Kt+5IJDJRVwr28xRnmR5YDsJceXDcDR21/JUBfk6DYFixPbIq7LCPnZUmiSZQs8akU95ucXwB5hsirUAdEhXdYKilec6go70lticVlZBLy8IdJ+Di1uPwMOeMHvalC2P0woIRJSMzP8u5E+e+5ASggTjsXID7/p1rE0jXtoOueQ=
- secure: TED5eLMxEsyIGzKP8xxhyRDbKlIX9POzj1qgan40a8rkwIVzkdglkviLAXJJeP0ilc1GeGz1ctXyA6NAZt7RHB79mdQbH9iV1AsR29ItH4jdBs7eWRybDRKYRlmOntH0n7zlJDB4qQMxvNdI8BKYrPQymgZ3jtRJ/INOvLerg1g=
| Revert "test if sudo:false is why saucelabs fails" | Revert "test if sudo:false is why saucelabs fails"
This reverts commit 05b138a1a4bcb2ed7c820bdd92556973ac365a24.
| YAML | apache-2.0 | kkdey/dc.js,vladimirbuskin/dc.js,gazal-k/dc.js,TheDataShed/dc.js,gazal-k/dc.js,vladimirbuskin/dc.js,aaronhoffman/dc.js,ruhley/dc.js,plingrat/dc.js,m4s0/dc.js,dc-js/dc.js,aaronhoffman/dc.js,remyyounes/dc.js,mtraynham/dc.js,maackle/dc.js,Sweetymeow/dc.js,dgerber/dc.js,remyyounes/dc.js,dc-js/dc.js,aaronhoffman/dc.js,liang42hao/dc.js,Sweetymeow/dc.js,ruhley/dc.js,yinchanted/dc.js,plingrat/dc.js,freizeitnerd/dc.js,sojoasd/dc.js,arriqaaq/dc.js,TheDataShed/dc.js,TheDataShed/dc.js,exsodus3249/dc.js,mikedizon/dc.js,plingrat/dc.js,aaronhoffman/dc.js,m4s0/dc.js,alicegugu/dc.js,dc-js/dc.js,davetaz/dc.js,exsodus3249/dc.js,dbirchak/dc.js,maackle/dc.js,aaronhoffman/dc.js,freizeitnerd/dc.js,alicegugu/dc.js,arriqaaq/dc.js,liang42hao/dc.js,mtraynham/dc.js,dgerber/dc.js,mtraynham/dc.js,mcanthony/dc.js,atchai/dc.js,lzheng571/dc.js,kkdey/dc.js,lzheng571/dc.js,mikedizon/dc.js,lzheng571/dc.js,mtraynham/dc.js,exsodus3249/dc.js,gazal-k/dc.js,kkdey/dc.js,alicegugu/dc.js,davetaz/dc.js,austinlyons/dc.js,austinlyons/dc.js,gazal-k/dc.js,dc-js/dc.js,yinchanted/dc.js,davetaz/dc.js,austinlyons/dc.js,liang42hao/dc.js,ruhley/dc.js,vladimirbuskin/dc.js,dbirchak/dc.js,dbirchak/dc.js,freizeitnerd/dc.js,maackle/dc.js,dbirchak/dc.js,m4s0/dc.js,m4s0/dc.js,Sweetymeow/dc.js,austinlyons/dc.js,vladimirbuskin/dc.js,sojoasd/dc.js,exsodus3249/dc.js,pastorenue/dc.js,yinchanted/dc.js,Maartenvm/dc.js,TheDataShed/dc.js,davetaz/dc.js,pastorenue/dc.js,sojoasd/dc.js,yinchanted/dc.js,pastorenue/dc.js,lzheng571/dc.js,dgerber/dc.js,Sweetymeow/dc.js,dc-js/dc.js,atchai/dc.js,pastorenue/dc.js,ruhley/dc.js,remyyounes/dc.js,liang42hao/dc.js,vladimirbuskin/dc.js,mcanthony/dc.js,freizeitnerd/dc.js,remyyounes/dc.js,plingrat/dc.js,mcanthony/dc.js,dgerber/dc.js,maackle/dc.js,maackle/dc.js,kkdey/dc.js,alicegugu/dc.js,mikedizon/dc.js,arriqaaq/dc.js,m4s0/dc.js,liang42hao/dc.js,mtraynham/dc.js,atchai/dc.js,Maartenvm/dc.js,sojoasd/dc.js,sojoasd/dc.js,ruhley/dc.js,arriqaaq/dc.js,atchai/dc.js,mcanthony/dc.js,TheDataShed/dc.js,kkdey/dc.js,gazal-k/dc.js,Maartenvm/dc.js,mikedizon/dc.js,mcanthony/dc.js,Maartenvm/dc.js,pastorenue/dc.js,remyyounes/dc.js |
1e0d8232daa625c2b5e30d1250dbcf43052cfc8d | .travis.yml | .travis.yml | language: python
python:
- '3.6'
- '3.7'
env:
- HASS=0.98.2 GCTTS=0.4.0
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install yamllint
- pip3 install homeassistant==$HASS
- pip3 install google-cloud-texttospeech==$GCTTS
script:
- yamllint .
- hass -c . --script check_config
| language: python
python:
- '3.6'
- '3.7'
env:
- GCTTS=0.4.0 HASS=0.98.2
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install yamllint
- pip3 install google-cloud-texttospeech==$GCTTS
- pip3 install homeassistant==$HASS
script:
- yamllint .
- hass -c . --script check_config
| Reorder install commands in Travis CI configuration | Reorder install commands in Travis CI configuration
| YAML | mit | davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config |
89949f423bc0c704eb77a20a57f5249e65a9d283 | .travis.yml | .travis.yml | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
before_install:
- 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
- 'gem update bundler --conservative'
env:
- CI=true
rvm:
- 2.2.2
- 2.3
- 2.4
- 2.5
- jruby-9
- rbx-3
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: jruby-9
- rvm: rbx-3
dist: trusty
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
before_install:
- 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
- 'gem update bundler --conservative'
env:
- CI=true
rvm:
- 2.2.2
- 2.3
- 2.4
- 2.5
- 2.6
- jruby-9
- rbx-3
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: jruby-9
- rvm: rbx-3
dist: trusty
| Add 2.6 to Travis RVM matrix. | Add 2.6 to Travis RVM matrix.
| YAML | unlicense | ruby-rdf/rdf-aggregate-repo |
4ac30e762d10314676b03203a917b85c7a056e25 | .travis.yml | .travis.yml | language: cpp
compiler:
- gcc
- clang
install: make deps
script:
- source /opt/qt53/bin/qt53-env.sh && make clean && make test && make
branches:
only:
- master
notifications:
recipients:
- tanel.lebedev@gmail.com
email:
on_success: change
on_failure: always
before_install:
- sudo apt-add-repository -y ppa:beineri/opt-qt531
- sudo apt-get -qq update
- sudo apt-get -qq install qt53tools qt53svg qt53webkit
| language: cpp
compiler:
- gcc
- clang
install: make deps
script:
- source /opt/qt53/bin/qt53-env.sh && make clean && make test && make
branches:
only:
- master
notifications:
recipients:
- tanel.lebedev@gmail.com
email:
on_success: change
on_failure: always
before_install:
- sudo apt-add-repository -y ppa:beineri/opt-qt531
- sudo apt-get -qq update
- sudo apt-get -qq install qt53tools qt53svg qt53webkit libxss-dev xorg-dev
| Install xorg-dev and libxss-dev in TRavis | Install xorg-dev and libxss-dev in TRavis
| YAML | bsd-3-clause | codeman38/toggldesktop,codeman38/toggldesktop,codeman38/toggldesktop,codeman38/toggldesktop,codeman38/toggldesktop,codeman38/toggldesktop |
7b8314dc4349a4649e66147502af09acdce9e235 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "2.6"
- "3.3"
env:
- DJANGO=django==1.4.9
- DJANGO=django==1.5.5
- DJANGO=https://github.com/django/django/archive/stable/1.6.x.zip
install:
- pip install $DJANGO --use-mirrors
- pip install -r test_requirements.txt
- pip install -e .
script: "python orderable/tests/run.py"
| language: python
python:
- "2.7"
- "2.6"
- "3.3"
env:
- DJANGO=django==1.4.9
- DJANGO=django==1.5.5
- DJANGO=https://github.com/django/django/archive/stable/1.6.x.zip
install:
- psql -c 'CREATE DATABASE orderable' -U postgres;
- pip install $DJANGO --use-mirrors
- pip install -r test_requirements.txt
- pip install -e .
script: "python orderable/tests/run.py"
notifications:
email: false
| Create database for tests, and turn off notifications. | Create database for tests, and turn off notifications.
| YAML | bsd-2-clause | incuna/django-orderable,incuna/django-orderable |
810a98e9fae6cc96f91e443c8b7293948eb679ac | .travis.yml | .travis.yml | language: go
dist: trusty
go:
- 1.7
- 1.8
- tip
script: go test -v -test.run='BCD|Parse' -bench.run=. ./...
addons:
apt:
packages:
libusb-1.0-0-dev
| language: go
dist: trusty
go:
- 1.7
- 1.8
- tip
script: go test -v -test.run='BCD|Parse' ./...
addons:
apt:
packages:
libusb-1.0-0-dev
| Revert "Run benchmarks for tests as well." | Revert "Run benchmarks for tests as well."
This reverts commit 7c55d36758ffd8d1deef471b06c11f22c027cdbc.
| YAML | apache-2.0 | kylelemons/gousb,google/gousb,bernhardgoedel/gousb,kylelemons/gousb,google/gousb,google/gousb,bernhardgoedel/gousb,bernhardgoedel/gousb,kylelemons/gousb |
c39f87dae228abf39ec6e0afd3f67577deb0cb47 | roles/system/tasks/nic_down.yml | roles/system/tasks/nic_down.yml | - name: ifdown the nic
shell: >
ifdown {{ nic }};
sleep {{ nic_delay_timeout }};
ifup {{ nic }};
become: true
| - name: ifdown the nic
shell: >
ifdown {{ nic }};
sleep {{ nic_down_timeout }};
ifup {{ nic }};
become: true
| Fix the bug in nic down | Fix the bug in nic down
| YAML | apache-2.0 | unitedstack/gremlin,unitedstack/gremlin |
44bc1eaa9b2d727650817d7c4c2511b830b35224 | packages/nu/numhask-prelude.yaml | packages/nu/numhask-prelude.yaml | homepage: https://github.com/tonyday567/numhask#readme
changelog-type: ''
hash: ed996911b7c0b8fd7431ba8c971a71ceb9e6ef6ab1ce85a1759342a85375c16b
test-bench-deps:
base: ! '>=4.7 && <5'
numhask-prelude: -any
doctest: -any
tasty: -any
maintainer: tonyday567@gmail.com
synopsis: A numeric prelude
changelog: ''
basic-deps:
numhask: ! '>=0.2 && <0.3'
base: ! '>=4.7 && <4.12'
protolude: ! '>=0.1 && <0.3'
tasty-quickcheck: ! '>=0.9.2 && <1.0'
tasty: ! '>=1.0.1.1 && <1.1'
QuickCheck: ! '>=2.8 && <3'
all-versions:
- '0.0.1.0'
author: Tony Day
latest: '0.0.1.0'
description-type: haddock
description: A numeric prelude, combining protolude and numhask.
license-name: BSD3
| homepage: https://github.com/tonyday567/numhask#readme
changelog-type: ''
hash: 642b159109c9743622364f063acf375d49cddeacee9313da39c898040b002117
test-bench-deps:
base: ! '>=4.7 && <5'
numhask-prelude: -any
doctest: -any
tasty: -any
maintainer: tonyday567@gmail.com
synopsis: A numeric prelude
changelog: ''
basic-deps:
numhask: ! '>=0.2 && <0.3'
base: ! '>=4.7 && <4.12'
protolude: ! '>=0.1 && <0.3'
tasty-quickcheck: ! '>=0.9.2 && <1.0'
tasty: ! '>=1.0.1.1 && <1.1'
QuickCheck: ! '>=2.8 && <3'
all-versions:
- '0.0.1.0'
- '0.0.2.0'
author: Tony Day
latest: '0.0.2.0'
description-type: haddock
description: A numeric prelude, combining protolude and numhask.
license-name: BSD3
| Update from Hackage at 2018-04-07T23:00:28Z | Update from Hackage at 2018-04-07T23:00:28Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f5aa3681d3ebc5a14fcf7a17f586efd282a3fbfb | packages/pe/periodic-client.yaml | packages/pe/periodic-client.yaml | homepage: https://github.com/Lupino/haskell-periodic/tree/master/periodic-client#readme
changelog-type: ''
hash: 9a03b05ba1016a90f16a7371fd8e25ecc483f2413c273e7d38a26455880f364d
test-bench-deps: {}
maintainer: lmjubuntu@gmail.com
synopsis: Periodic task system haskell client.
changelog: ''
basic-deps:
bytestring: -any
unliftio: -any
base: '>=4.7 && <5'
resource-pool: -any
metro-socket: -any
binary: -any
periodic-common: -any
hslogger: -any
mtl: -any
byteable: -any
transformers: -any
metro: -any
all-versions:
- 1.1.7.1
author: Li Meng Jun
latest: 1.1.7.1
description-type: markdown
description: |
# periodic-client
Periodic task system haskell client.
license-name: BSD-3-Clause
| homepage: https://github.com/Lupino/haskell-periodic/tree/master/periodic-client#readme
changelog-type: ''
hash: 2fbeaf72801f8018424549d9d583df7dcb6d50e3f6fedc19e751c9985148d456
test-bench-deps: {}
maintainer: lmjubuntu@gmail.com
synopsis: Periodic task system haskell client.
changelog: ''
basic-deps:
bytestring: -any
unliftio: -any
base: '>=4.7 && <5'
resource-pool: -any
metro-socket: -any
binary: -any
periodic-common: -any
hslogger: -any
mtl: -any
byteable: -any
transformers: -any
metro: -any
all-versions:
- 1.1.7.1
- 1.1.7.2
author: Li Meng Jun
latest: 1.1.7.2
description-type: markdown
description: |
# periodic-client
Periodic task system haskell client.
license-name: BSD-3-Clause
| Update from Hackage at 2020-10-26T06:19:21Z | Update from Hackage at 2020-10-26T06:19:21Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4c30de7c2c25b92933d0608c1844869112d24a17 | app/email_domains.yml | app/email_domains.yml | ---
- gov.uk
- mod.uk
- mil.uk
- ddc-mod.org
- slc.co.uk
- gov.scot
- parliament.scot
- parliament.uk
- nhs.uk
- nhs.net
- police.uk
- dclgdatamart.co.uk
- ucds.email
- naturalengland.org.uk
- hmcts.net
- scotent.co.uk
- assembly.wales
- cjsm.net
- cqc.org.uk
- bl.uk
- stfc.ac.uk
- wmfs.net
- bbsrc.ac.uk
- acas.org.uk
- gov.wales
- biglotteryfund.org.uk
- marinemanagement.org.uk
- britishmuseum.org
- derrystrabane.com
- highwaysengland.co.uk
- ac.uk
- mansheadschool.co.uk
- esfrs.org
- tfgm.com
- nationalgalleries.org
- sch.uk
- sepa.org.uk
- lincoln.fire-uk.org
- derrystrabane.com
- hscni.net
- bi.team
- networkrail.co.uk
- uksbs.co.uk
- socialworkengland.org.uk
- careinspectorate.com
- unitypartnership.com
| ---
- gov.uk
- mod.uk
- mil.uk
- ddc-mod.org
- slc.co.uk
- gov.scot
- parliament.scot
- parliament.uk
- nhs.uk
- nhs.net
- police.uk
- dclgdatamart.co.uk
- ucds.email
- naturalengland.org.uk
- hmcts.net
- scotent.co.uk
- assembly.wales
- cjsm.net
- cqc.org.uk
- bl.uk
- stfc.ac.uk
- wmfs.net
- bbsrc.ac.uk
- acas.org.uk
- gov.wales
- biglotteryfund.org.uk
- marinemanagement.org.uk
- britishmuseum.org
- derrystrabane.com
- highwaysengland.co.uk
- ac.uk
- mansheadschool.co.uk
- esfrs.org
- tfgm.com
- nationalgalleries.org
- sch.uk
- sepa.org.uk
- lincoln.fire-uk.org
- derrystrabane.com
- hscni.net
- bi.team
- networkrail.co.uk
- uksbs.co.uk
- socialworkengland.org.uk
- careinspectorate.com
- unitypartnership.com
- nao.org.uk
| Add National Audit Office domain | Add National Audit Office domain | YAML | mit | alphagov/notifications-admin,alphagov/notifications-admin,alphagov/notifications-admin,alphagov/notifications-admin |
0948ced101b0037432a1e0192a185810a2363c2a | deploy_formgrade.yml | deploy_formgrade.yml | ---
# This is separate because it has to be run after the instructor's
# user account is setup.
- hosts: jupyterhub_hosts
roles:
- formgrade
| ---
# This playbook is deployed separately and after `deploy.yml` since the
# instructor's user account must be set up before deploying formgrader
- hosts: jupyterhub_hosts
roles:
- formgrade
| Document more clearly that formgrade is deployed separately | Document more clearly that formgrade is deployed separately
| YAML | bsd-3-clause | jupyterhub/jupyterhub-deploy-teaching,jupyterhub/jupyterhub-deploy-teaching,ellisonbg/jupyterhub-deploy-teaching,ellisonbg/jupyterhub-deploy-teaching |
254aa612c75384b5e88c3888c8fa366c39700a1c | recipes/flake8-simplify/meta.yaml | recipes/flake8-simplify/meta.yaml | {% set name = "flake8-simplify" %}
{% set version = "0.11.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: c3ccfc18258822ce82ddd8b84f672378c2452a6600987070db8af864850b465d
build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . --no-deps -vv
requirements:
host:
- python >=3.6
- pip
run:
- python >=3.6
- flake8 >=3.7
- importlib_metadata >=0.9
- astor >=0.1
test:
commands:
- 'flake8 --version | grep flake8_simplify'
about:
home: https://github.com/MartinThoma/flake8-simplify
license: MIT
license_family: MIT
license_file: LICENSE
summary: A flake8 plugin that helps you simplify your code.
dev_url: https://github.com/MartinThoma/flake8-simplify
extra:
recipe-maintainers:
- dopplershift
| {% set name = "flake8-simplify" %}
{% set version = "0.11.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name|replace("-", "_") }}-{{ version }}.tar.gz
sha256: c3ccfc18258822ce82ddd8b84f672378c2452a6600987070db8af864850b465d
build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . --no-deps -vv
requirements:
host:
- python >=3.6
- pip
run:
- python >=3.6
- flake8 >=3.7
- importlib_metadata >=0.9
- astor >=0.1
test:
commands:
- 'flake8 --version | grep flake8_simplify'
about:
home: https://github.com/MartinThoma/flake8-simplify
license: MIT
license_family: MIT
license_file: LICENSE
summary: A flake8 plugin that helps you simplify your code.
dev_url: https://github.com/MartinThoma/flake8-simplify
extra:
recipe-maintainers:
- dopplershift
| Handle the fact that the url name differs from package name | Handle the fact that the url name differs from package name
| YAML | bsd-3-clause | hadim/staged-recipes,scopatz/staged-recipes,goanpeca/staged-recipes,patricksnape/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,scopatz/staged-recipes,ocefpaf/staged-recipes,patricksnape/staged-recipes,igortg/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,goanpeca/staged-recipes,SylvainCorlay/staged-recipes,kwilcox/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,ReimarBauer/staged-recipes,jakirkham/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,hadim/staged-recipes,stuertz/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,SylvainCorlay/staged-recipes |
e44872483cd06fda5621950c931d3dfc409ca56a | recipes/markdown-kernel/meta.yaml | recipes/markdown-kernel/meta.yaml | {% set name = "markdown-kernel" %}
{% set version = "0.2.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 6487c240a7424fb20f62aa61d0dd16971e9a757fe08d1482916560156eef7b3b
build:
number: 0
noarch: python
script:
- {{ PYTHON }} -m pip install . --no-deps -vv
- {{ PYTHON }} -m markdown_kernel.install --prefix {{ PREFIX }}
requirements:
host:
- pip
- python
run:
- python
- markdown
test:
imports:
- markdown_kernel
commands:
- jupyter kernelspec list | grep markdown
about:
home: https://github.com/vatlab/markdown-kernel
license: BSD
license_family: BSD
license_file: LICENSE
summary: "A markdown kernel for jupyter"
doc_url: https://github.com/vatlab/markdown-kernel
dev_url: https://github.com/vatlab/markdown-kernel
extra:
recipe-maintainers:
- BoPeng
| {% set name = "markdown-kernel" %}
{% set version = "0.2.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 6487c240a7424fb20f62aa61d0dd16971e9a757fe08d1482916560156eef7b3b
build:
number: 0
noarch: python
script:
- {{ PYTHON }} -m pip install . --no-deps -vv
- {{ PYTHON }} -m markdown_kernel.install --prefix {{ PREFIX }}
requirements:
host:
- pip
- python
run:
- python
- markdown
- ipykernel
test:
imports:
- markdown_kernel
commands:
- jupyter kernelspec list | grep markdown
about:
home: https://github.com/vatlab/markdown-kernel
license: BSD
license_family: BSD
license_file: LICENSE
summary: "A markdown kernel for jupyter"
doc_url: https://github.com/vatlab/markdown-kernel
dev_url: https://github.com/vatlab/markdown-kernel
extra:
recipe-maintainers:
- BoPeng
| Add ipykernel as runtime dependency | Add ipykernel as runtime dependency
| YAML | bsd-3-clause | mcs07/staged-recipes,chrisburr/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,dschreij/staged-recipes,chrisburr/staged-recipes,patricksnape/staged-recipes,hadim/staged-recipes,Juanlu001/staged-recipes,petrushy/staged-recipes,petrushy/staged-recipes,kwilcox/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,jakirkham/staged-recipes,conda-forge/staged-recipes,birdsarah/staged-recipes,mcs07/staged-recipes,asmeurer/staged-recipes,igortg/staged-recipes,ReimarBauer/staged-recipes,dschreij/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,patricksnape/staged-recipes,ReimarBauer/staged-recipes,SylvainCorlay/staged-recipes,scopatz/staged-recipes,asmeurer/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,Juanlu001/staged-recipes,birdsarah/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,isuruf/staged-recipes,stuertz/staged-recipes,scopatz/staged-recipes,SylvainCorlay/staged-recipes,isuruf/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes |
6651cbe3bc6fd0f792973f5086fb00b86525b634 | recipes/ternary-diagram/meta.yaml | recipes/ternary-diagram/meta.yaml | {% set name = "ternary-diagram" %}
{% set dirname = "ternary_diagram" %}
{% set version = "2.1.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ dirname }}/{{ dirname }}-{{ version }}.tar.gz"
sha256: 60516177219d63c3e83706acbc37393a4004bd59f48c844fe6acda3c3bccb776
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python >=3.6
run:
- matplotlib
- numpy
- pandas
- python >=3.6
test:
imports:
- ternary_diagram
about:
home: "http://github.com/yu9824/ternary_diagram/"
license: MIT
license_family: MIT
license_file: LICENSE
summary: "This package makes it easier for you to draw beautiful ternary diagram without pymatgen."
dev_url: https://github.com/yu9824/{{ dirname }}
extra:
recipe-maintainers:
- yu9824
| {% set name = "ternary-diagram" %}
{% set dirname = "ternary_diagram" %}
{% set version = "2.1.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ dirname }}/{{ dirname }}-{{ version }}.tar.gz"
sha256: 60516177219d63c3e83706acbc37393a4004bd59f48c844fe6acda3c3bccb776
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python >=3.6
run:
- matplotlib-base
- numpy
- pandas
- python >=3.6
test:
imports:
- ternary_diagram
about:
home: "http://github.com/yu9824/ternary_diagram/"
license: MIT
license_family: MIT
license_file: LICENSE
summary: "This package makes it easier for you to draw beautiful ternary diagram without pymatgen."
dev_url: https://github.com/yu9824/{{ dirname }}
extra:
recipe-maintainers:
- yu9824
| Modify requirements from matplotlib to matplotlib-base. | Modify requirements from matplotlib to matplotlib-base.
| YAML | bsd-3-clause | johanneskoester/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes |
76eeb07f7f96e88f11698f626ea8b26cf2ee9a75 | wercker.yml | wercker.yml | box: nolimitid/node-phantom-npm3
build:
steps:
- script:
name: load git revisions
code: |
git remote set-url origin https://github.com/$WERCKER_GIT_OWNER/$WERCKER_GIT_REPOSITORY.git
cd $WERCKER_SOURCE_DIR
git fetch --unshallow
- script:
name: set up permissions
code: |
export NODE_ENV=development
chmod 777 -R .
chmod 777 -R $WERCKER_CACHE_DIR
- npm-test
deploy:
steps:
- script:
name: set up permissions
code: |
export NODE_ENV=development
chmod 777 -R .
chmod 777 -R $WERCKER_CACHE_DIR
- install-packages:
packages: zip
- script:
name: builds.framerjs.com
code: make deploy
# $WERCKER_OUTPUT_DIR | box: nolimitid/node-phantom-npm3
build:
steps:
- script:
name: load git revisions
code: |
git remote set-url origin https://github.com/$WERCKER_GIT_OWNER/$WERCKER_GIT_REPOSITORY.git
cd $WERCKER_SOURCE_DIR
git fetch --unshallow
- npm-test
deploy:
steps:
- script:
name: set up permissions
code: |
export NODE_ENV=development
chmod 777 -R .
chmod 777 -R $WERCKER_CACHE_DIR
- install-packages:
packages: zip
- script:
name: builds.framerjs.com
code: make deploy
# $WERCKER_OUTPUT_DIR | Test if we still need permissions | Test if we still need permissions
| YAML | mit | koenbok/Framer,awt2542/Framer,mattsjohnston/Framer,jchavarri/Framer,awt2542/Framer,jchavarri/Framer,mattsjohnston/Framer,koenbok/Framer,tisho/Framer,awt2542/Framer,koenbok/Framer,tisho/Framer,tisho/Framer,koenbok/Framer,jchavarri/Framer,awt2542/Framer,mattsjohnston/Framer |
f469a7b1acdf6fd3a061475b52fb609c2b23b0b2 | .github/stale.yml | .github/stale.yml | # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
# 2**32-1 until https://github.com/probot/stale/issues/79 is fixed
daysUntilClose: 4294967295
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- "status: needs review"
- "status: needs testing"
- "status: needs decision"
- "status: ready to merge"
# Label to use when marking as stale
staleLabel: "status: stale"
# Comment to post when marking as stale. Set to `false` to disable
markComment: |
This pull request has been automatically marked as stale because it hasn't had
any activity in the past 60 days. Commenting or adding a new commit to the
pull request will revert this.
Come back whenever you have time. We look forward to your contribution.
# Comment to post when removing the stale label. Set to `false` to disable
unmarkComment: false
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
closeComment: false
# Limit to only `issues` or `pulls`
only: pulls
| # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
# 100 years until https://github.com/probot/stale/issues/79 is fixed
daysUntilClose: 36500
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- "status: needs review"
- "status: needs testing"
- "status: needs decision"
- "status: ready to merge"
# Label to use when marking as stale
staleLabel: "status: stale"
# Comment to post when marking as stale. Set to `false` to disable
markComment: |
This pull request has been automatically marked as stale because it hasn't had
any activity in the past 60 days. Commenting or adding a new commit to the
pull request will revert this.
Come back whenever you have time. We look forward to your contribution.
# Comment to post when removing the stale label. Set to `false` to disable
unmarkComment: false
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
closeComment: false
# Limit to only `issues` or `pulls`
only: pulls
| Change Stale daysTillClose to 100 years | Change Stale daysTillClose to 100 years
| YAML | bsd-3-clause | drmateo/pcl,drmateo/pcl,drmateo/pcl,drmateo/pcl,drmateo/pcl |
176f51307e809b4e688437f08cfec53f48b9f74e | install/docker/docker-compose.yml | install/docker/docker-compose.yml | version: '3'
services:
cockroachdb:
image: cockroachdb/cockroach:v1.0.6
command: start --insecure --store=attrs=ssd,path=/var/lib/cockroach/
restart: always
volumes:
- data:/var/lib/cockroach
expose:
- "8080"
- "26257"
ports:
- "26257:26257"
- "8080:8080"
nakama:
image: heroiclabs/nakama:latest
entrypoint:
- /bin/bash
- -ecx
- /nakama/nakama migrate up --database.address "root@cockroachdb:26257" && /nakama/nakama --database.address "root@cockroachdb:26257"
restart: always
links:
- "cockroachdb:db"
depends_on:
- cockroachdb
volumes:
- ./nakama/data:/nakama/data
expose:
- "7350"
- "7351"
ports:
- "7350:7350"
- "7351:7351"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7350/"]
interval: 10s
timeout: 5s
retries: 5
volumes:
data:
| version: '3'
services:
cockroachdb:
image: cockroachdb/cockroach:v1.1.3
command: start --insecure --store=attrs=ssd,path=/var/lib/cockroach/
restart: always
volumes:
- data:/var/lib/cockroach
expose:
- "8080"
- "26257"
ports:
- "26257:26257"
- "8080:8080"
nakama:
image: heroiclabs/nakama:latest
entrypoint:
- /bin/bash
- -ecx
- /nakama/nakama migrate up --database.address "root@cockroachdb:26257" && /nakama/nakama --database.address "root@cockroachdb:26257"
restart: always
links:
- "cockroachdb:db"
depends_on:
- cockroachdb
volumes:
- ./nakama/data:/nakama/data
expose:
- "7350"
- "7351"
ports:
- "7350:7350"
- "7351:7351"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7350/"]
interval: 10s
timeout: 5s
retries: 5
volumes:
data:
| Update cockroach version in Docker compose file. | Update cockroach version in Docker compose file.
| YAML | apache-2.0 | heroiclabs/nakama,heroiclabs/nakama,heroiclabs/nakama,heroiclabs/nakama,heroiclabs/nakama,heroiclabs/nakama |
c9d861ed96f5625cfb7f290b680bbbba0a70ce05 | docs/environment.yml | docs/environment.yml | name: fsspec
channels:
- defaults
- conda-forge
dependencies:
- python=3.6
- paramiko
- requests
| name: fsspec
channels:
- defaults
- conda-forge
dependencies:
- python=3.6
- paramiko
- requests
- numpydoc
| Add numpydoc to rtd requirements | Add numpydoc to rtd requirements
| YAML | bsd-3-clause | fsspec/filesystem_spec,fsspec/filesystem_spec,intake/filesystem_spec |
a239659e3cb9c704aaefa44078653641cd7f60e8 | packages/ve/vector-extras.yaml | packages/ve/vector-extras.yaml | homepage: https://github.com/metrix-ai/vector-extras
changelog-type: ''
hash: be03304b0f08283c2d269490d80976ab9580c7627635ae94f3ac402cb85429e4
test-bench-deps: {}
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Utilities for the "vector" library
changelog: ''
basic-deps:
base: ! '>=4.11 && <5'
unordered-containers: ! '>=0.2 && <0.3'
containers: ! '>=0.5 && <0.7'
deferred-folds: ! '>=0.9.7.1 && <0.10'
foldl: ! '>=1.4 && <2'
hashable: ! '>=1 && <2'
vector: ! '>=0.12 && <0.13'
all-versions:
- '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: |-
This library is in an experimental state.
Users should be prepared for frequent updates.
license-name: MIT
| homepage: https://github.com/metrix-ai/vector-extras
changelog-type: ''
hash: ca03d658895a20ad6986bc354e6e400e1010a0a93a0673ce1e0651149cd54c67
test-bench-deps: {}
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Utilities for the "vector" library
changelog: ''
basic-deps:
base: '>=4.11 && <5'
unordered-containers: '>=0.2 && <0.3'
containers: '>=0.5 && <0.7'
deferred-folds: '>=0.9.7.1 && <0.10'
foldl: '>=1.4 && <2'
hashable: '>=1 && <2'
vector: '>=0.12 && <0.13'
all-versions:
- '0.2'
- 0.2.1
- 0.2.1.1
- 0.2.2
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: 0.2.2
description-type: haddock
description: |-
This library is in an experimental state.
Users should be prepared for frequent updates.
license-name: MIT
| Update from Hackage at 2021-11-30T18:21:45Z | Update from Hackage at 2021-11-30T18:21:45Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0a7e5e969cb905c4aa5996482352f7f262e12d83 | playbooks/translation/pre.yaml | playbooks/translation/pre.yaml | - hosts: all
roles:
- role: ensure-sphinx
doc_building_packages:
- sphinx
- reno
- ensure-babel
- copy-proposal-common-scripts
| - hosts: all
roles:
- role: ensure-sphinx
doc_building_packages:
- sphinx
- reno
sphinx_python: python3
- ensure-babel
- copy-proposal-common-scripts
| Use python3 for translation jobs | Use python3 for translation jobs
Horizon no longer support python2 as it has dropped Django 1.11
support which is the last version with python 2.7 support.
However, the translation jobs still require python2, so the translation
jobs are failing after horizon dropped python2 support.
It is time to ensure python3 in the translation jobs.
Change-Id: Id78484bf5366601b11547e80b772a0eec03622d0
| YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
0a26b36323e9146e5c1fed27dd122558af885efb | .example-job-board-register-sardonyx.yml | .example-job-board-register-sardonyx.yml | ---
languages:
- __sardonyx__
- c
- c++
- clojure
- cplusplus
- cpp
- default
- go
- groovy
- java
- node_js
# FIXME: why no work?
#- php
- pure_java
- python
- ruby
- scala
features:
- basic
- cassandra
- chromium
- couchdb
- disabled-ipv6
- docker
- docker-compose
- elasticsearch
- firefox
- go-toolchain
- google-chrome
- jdk
- memcached
- mongodb
- mysql
- nodejs_interpreter
- perl_interpreter
- perlbrew
- phantomjs
- postgresql
- python_interpreter
- rabbitmq
- redis
- riak
- ruby_interpreter
- sqlite
- xserver
| ---
languages:
- __sardonyx__
- c
- c++
- clojure
- cplusplus
- cpp
- default
- go
- groovy
- java
- node_js
# FIXME: why no work?
# - php
- pure_java
- python
- ruby
- scala
features:
- basic
- cassandra
- chromium
- couchdb
- disabled-ipv6
- docker
- docker-compose
- elasticsearch
- firefox
- go-toolchain
- google-chrome
- jdk
- memcached
- mongodb
- mysql
- nodejs_interpreter
- perl_interpreter
- perlbrew
# FIXME: uncomment once working on xenial
# - phantomjs
- postgresql
- python_interpreter
- rabbitmq
- redis
- riak
- ruby_interpreter
- sqlite
- xserver
| Disable example phantomjs specs (for now?) | Disable example phantomjs specs (for now?)
| YAML | mit | travis-ci/packer-templates,travis-ci/packer-templates,travis-ci/packer-templates |
bdf69a7f2a820e3a55dbd448bc0fc9a9db69b28c | .github/workflows/check-broken-links.yml | .github/workflows/check-broken-links.yml | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Liens morts
on:
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run build
- run: npm run start &
env:
PORT: 3000
# wait for the server to start responding. We expect Bad Request 400 once it starts listening.
# so override the shell and have the last command be the : { null } command to force exit code 0.
- run: wget --retry-connrefused --waitretry=5 --read-timeout=10 --timeout=15 -t 50 http://localhost:3000/sitemap.xml
- run: |
npm run check-broken-links
| # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Liens morts
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run build
- run: npm run start &
env:
PORT: 3000
# wait for the server to start responding. We expect Bad Request 400 once it starts listening.
# so override the shell and have the last command be the : { null } command to force exit code 0.
- run: wget --retry-connrefused --waitretry=5 --read-timeout=10 --timeout=15 -t 50 http://localhost:3000/sitemap.xml
- run: |
npm run check-broken-links
| Add manual trigger on broken link check | Add manual trigger on broken link check | YAML | agpl-3.0 | sgmap/api.gouv.fr,sgmap/api.gouv.fr |
d84e2a8a0aeb8dfeb88b043d04d63d2725f906d1 | .github/workflows/quality-assurance.yaml | .github/workflows/quality-assurance.yaml | ---
name: Quality Assurance
on:
push: ~
pull_request: ~
jobs:
phpunit:
name: PHPUnit tests on ${{ matrix.php }} ${{ matrix.composer-flags }}
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.1', '7.2', '7.3', '7.4' ]
composer-flags: [ '' ]
phpunit-flags: [ '--coverage-text' ]
include:
- php: '8.0'
# Some of the test dependencies don't officially support PHP 8 yet (Diactoros, specifically),
# so we have to skip that check for now.
composer-flags: '--ignore-platform-req=php'
phpunit-flags: '--no-coverage'
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
tools: composer:v2
- run: composer update --no-progress ${{ matrix.composer-flags }}
- run: vendor/bin/phpunit ${{ matrix.phpunit-flags }}
| ---
name: Quality Assurance
on:
push: ~
pull_request: ~
jobs:
phpunit:
name: PHPUnit tests on ${{ matrix.php }} ${{ matrix.composer-flags }}
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
composer-flags: [ '' ]
phpunit-flags: [ '--coverage-text' ]
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
tools: composer:v2
- run: composer update --no-progress ${{ matrix.composer-flags }}
- run: vendor/bin/phpunit ${{ matrix.phpunit-flags }}
| Test on PHP 8 and 8.1 | Test on PHP 8 and 8.1
| YAML | mit | Crell/ApiProblem,Crell/ApiProblem |
de5b83fad433ec862501471cdcd285e8be586c09 | lava/testcases/kernel-tests.yml | lava/testcases/kernel-tests.yml | metadata:
format: Lava-Test Test Definition 1.0
name: lttng-kernel-test
description: "Run kernel test suite"
run:
steps:
- source /tmp/virtenv/activate
- export TMPDIR="/tmp"
- ulimit -c unlimited
- mkdir -p coredump
- echo "$(pwd)/coredump/core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern
- cd /tmp/virtenv/src/lttng-tools
- lava-test-case build-benchmarks --shell "make"
- cd tests
- lava-test-case run-benchmarks --shell "./run.sh root_regression"
- cd
- tar czf coredump.tar.gz coredump
- lava-test-case-attach run-benchmarks coredump.tar.gz
| metadata:
format: Lava-Test Test Definition 1.0
name: lttng-kernel-test
description: "Run kernel test suite"
run:
steps:
- source /tmp/virtenv/activate
- export TMPDIR="/tmp"
- ulimit -c unlimited
- mkdir -p coredump
- echo "$(pwd)/coredump/core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern
- cd /tmp/virtenv/src/lttng-tools
- lava-test-case build-test-suite --shell "make"
- cd tests
- lava-test-case run-tests --shell "./run.sh root_regression"
- cd
- tar czf coredump.tar.gz coredump
- lava-test-case-attach run-benchmarks coredump.tar.gz
| Change lava test case name for the baremetal test suite | Change lava test case name for the baremetal test suite
| YAML | mit | frdeso/syscall-bench-it,frdeso/syscall-bench-it,frdeso/syscall-bench-it |
83815d08b106bc0784f523e1f49cdffdc025793d | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on:
pull_request:
paths-ignore:
- '**.md'
push:
paths-ignore:
- '**.md'
jobs:
cancel:
name: 'Cancel previous runs'
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: styfle/cancel-workflow-action@0.5.0
with:
access_token: ${{ github.token }}
build:
name: 'Build and test'
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
node-version: [14.x,15.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn coveralls
- name: Parallel Coveralls report
uses: coverallsapp/github-action@master
with:
github-token: ${{ github.token }}
flag-name: run-${{ matrix.test_number }}
parallel: true
coveralls:
needs: build
runs-on: ubuntu-latest
steps:
- name: Finished Coveralls report
uses: coverallsapp/github-action@master
with:
github-token: ${{ github.token }}
parallel-finished: true | name: Build
on:
pull_request:
paths-ignore:
- '**.md'
push:
paths-ignore:
- '**.md'
jobs:
cancel:
name: 'Cancel previous runs'
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: styfle/cancel-workflow-action@0.5.0
with:
access_token: ${{ github.token }}
build:
name: 'Build and test'
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
node-version: [14.x, 16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn coveralls
- name: Parallel Coveralls report
uses: coverallsapp/github-action@master
with:
github-token: ${{ github.token }}
flag-name: run-${{ matrix.test_number }}
parallel: true
coveralls:
needs: build
runs-on: ubuntu-latest
steps:
- name: Finished Coveralls report
uses: coverallsapp/github-action@master
with:
github-token: ${{ github.token }}
parallel-finished: true | Test with Node.js 14 and 16 | Test with Node.js 14 and 16
| YAML | mit | electerious/Ackee |
c10acee7835305944af8ac488c8557b2fb2bc2a0 | .github/workflows/main.yaml | .github/workflows/main.yaml | name: Main Pipeline
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-2022]
python: ["3.7", "3.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- run: |
python -m pip install -U pip
pip install poetry tox
- run: |
tox -e py
| name: Main Pipeline
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-2022]
python: ["3.7", "3.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- run: |
python -m pip install -U pip
pip install poetry tox
- run: tox
env:
TOXENV: py
docker:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: |
docker build --tag adferrand/dnsrobocert:temp .
- run: |
mkdir -p ./bin
curl -fsSL https://goss.rocks/install | GOSS_DST=./bin sh
GOSS_PATH=./bin/goss GOSS_SLEEP=5 GOSS_FILES_PATH=./test/goss ./bin/dgoss run adferrand/dnsrobocert:temp
quality:
strategy:
matrix:
toxenv: [flake8, mypy]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- run: |
python -m pip install -U pip
pip install poetry tox
- run: tox
env:
TOXENV: ${{ matrix.toxenv }}
| Add docker and quality jobs | Add docker and quality jobs
| YAML | mit | adferrand/docker-letsencrypt-dns |
8da43e06171c5d796dc4b518412e6ea146dee421 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Python tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Run tests on ${{ matrix.os }} with Python ${{ matrix.python }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
python: ['3.8', '3.7']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run tests
run: |
pytest
| name: Python tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Run tests on ${{ matrix.os }} with Python ${{ matrix.python }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
python: ['3.8', '3.7']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-timeout
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install scipy
pip install git+https://github.com/mapillary/inplace_abn.git@v1.0.11
- name: Run tests
run: |
pytest -vv --durations=0 ./tests
| Install extra dependencies required by some models and log test durations | Install extra dependencies required by some models and log test durations
| YAML | apache-2.0 | rwightman/pytorch-image-models,rwightman/pytorch-image-models |
7c2650c6a0b1daf563823f720223f5d6d9510905 | metadata/ch.famoser.mensa.yml | metadata/ch.famoser.mensa.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
- Sports & Health
License: MIT
AuthorName: Florian Moser
AuthorWebSite: https://famoser.ch/
SourceCode: https://github.com/famoser/Mensa
IssueTracker: https://github.com/famoser/Mensa/issues
AutoName: Mensa
RepoType: git
Repo: https://github.com/famoser/Mensa
Builds:
- versionName: 1.5.5
versionCode: 15
commit: v1.5.5
subdir: app
gradle:
- yes
- versionName: 1.5.6
versionCode: 16
commit: c6335c75bd5252df353aee6341bec115b508101b
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.5.6
CurrentVersionCode: 16
| AntiFeatures:
- NonFreeNet
Categories:
- Internet
- Sports & Health
License: MIT
AuthorName: Florian Moser
AuthorWebSite: https://famoser.ch/
SourceCode: https://github.com/famoser/Mensa
IssueTracker: https://github.com/famoser/Mensa/issues
AutoName: Mensa
RepoType: git
Repo: https://github.com/famoser/Mensa
Builds:
- versionName: 1.5.5
versionCode: 15
commit: v1.5.5
subdir: app
gradle:
- yes
- versionName: 1.5.6
versionCode: 16
commit: c6335c75bd5252df353aee6341bec115b508101b
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
- versionName: 1.5.7
versionCode: 17
commit: 9d1f0b367e8b546689e9f535ecf785a0dd38f1af
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.5.7
CurrentVersionCode: 17
| Update Mensa to 1.5.7 (17) | Update Mensa to 1.5.7 (17)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
f11059dca4631862aa2c9a2ecc239a1f3af58bc8 | config/locales/ar.yml | config/locales/ar.yml | ---
ar:
govuk_component:
document_footer:
published:
updated:
full_page_history:
from:
part_of:
metadata:
from:
part_of:
location:
applies_to_nations: "ينطبق على"
field_of_operation: "مجال العمل"
history:
published:
last_updated:
see_all_updates:
| ---
ar:
govuk_component:
document_footer:
published: "نُشِر"
updated: "حُدِّث"
full_page_history:
from: "من"
part_of:
metadata:
from: "من"
part_of:
location:
applies_to_nations: "ينطبق على"
field_of_operation: "مجال العمل"
history:
published: "نُشِر"
last_updated: "آخر تحديث"
see_all_updates:
| Add Arabic translations to metadata components | Add Arabic translations to metadata components
This commit adds some Arabic translations to the `metadata` and `document_footer` components, as provided by MoD.
| YAML | mit | alphagov/static,alphagov/static,alphagov/static |
41467bc330d670da8cfde1e22a74a7b30fb6bbe4 | roles/horizon/defaults/main.yml | roles/horizon/defaults/main.yml | ---
horizon:
rev: a93c611e71
logo_url: https://s3.amazonaws.com/horizon-branding/bluebox.png
favicon_url: https://s3.amazonaws.com/horizon-branding/bluebox.ico
| ---
horizon:
rev: 19634d62f5a9b2c1aa9f867c247f46ed7f19ac07
logo_url: https://s3.amazonaws.com/horizon-branding/bluebox.png
favicon_url: https://s3.amazonaws.com/horizon-branding/bluebox.ico
| Update Horizon to current stable/havana | Update Horizon to current stable/havana | YAML | mit | dlundquist/ursula,wupeiran/ursula,persistent-ursula/ursula,twaldrop/ursula,j2sol/ursula,zrs233/ursula,mjbrewer/ursula,zrs233/ursula,EricCrosson/ursula,MaheshIBM/ursula,blueboxjesse/ursula,channus/ursula,nirajdp76/ursula,paulczar/ursula,andrewrothstein/ursula,davidcusatis/ursula,knandya/ursula,pbannister/ursula,zrs233/ursula,jwaibel/ursula,blueboxgroup/ursula,allomov/ursula,allomov/ursula,paulczar/ursula,EricCrosson/ursula,channus/ursula,nirajdp76/ursula,panxia6679/ursula,ddaskal/ursula,greghaynes/ursula,sivakom/ursula,twaldrop/ursula,sivakom/ursula,aldevigi/ursula,narengan/ursula,blueboxjesse/ursula,edtubillara/ursula,nirajdp76/ursula,lihkin213/ursula,ddaskal/ursula,kennjason/ursula,allomov/ursula,persistent-ursula/ursula,pgraziano/ursula,davidcusatis/ursula,j2sol/ursula,narengan/ursula,jwaibel/ursula,msambol/ursula,wupeiran/ursula,knandya/ursula,fancyhe/ursula,wupeiran/ursula,jwaibel/ursula,masteinhauser/ursula,narengan/ursula,edtubillara/ursula,mjbrewer/ursula,rongzhus/ursula,fancyhe/ursula,aldevigi/ursula,edtubillara/ursula,channus/ursula,masteinhauser/ursula,nirajdp76/ursula,blueboxjesse/ursula,paulczar/ursula,panxia6679/ursula,channus/ursula,narengan/ursula,rongzhus/ursula,lihkin213/ursula,aldevigi/ursula,fancyhe/ursula,lihkin213/ursula,MaheshIBM/ursula,ryshah/ursula,dlundquist/ursula,andrewrothstein/ursula,fancyhe/ursula,dlundquist/ursula,masteinhauser/ursula,persistent-ursula/ursula,j2sol/ursula,blueboxjesse/ursula,pgraziano/ursula,ryshah/ursula,ddaskal/ursula,edtubillara/ursula,pgraziano/ursula,panxia6679/ursula,knandya/ursula,pbannister/ursula,msambol/ursula,twaldrop/ursula,twaldrop/ursula,davidcusatis/ursula,blueboxgroup/ursula,masteinhauser/ursula,zrs233/ursula,mjbrewer/ursula,wupeiran/ursula,msambol/ursula,panxia6679/ursula,ryshah/ursula,EricCrosson/ursula,ryshah/ursula,andrewrothstein/ursula,kennjason/ursula,greghaynes/ursula,lihkin213/ursula,rongzhus/ursula,j2sol/ursula,ddaskal/ursula,MaheshIBM/ursula,sivakom/ursula,persistent-ursula/ursula,knandya/ursula,pbannister/ursula,pgraziano/ursula,greghaynes/ursula,rongzhus/ursula,blueboxgroup/ursula,blueboxgroup/ursula,kennjason/ursula |
40089efc9edb389d87114872dd3cb32f76639a92 | packages/co/control-monad-free.yaml | packages/co/control-monad-free.yaml | homepage: http://github.com/pepeiborra/control-monad-free
changelog-type: ''
hash: d08dceee154098bee492a1c00ef699a2a3a0e8a3851c5d49ccd49d5645a501a4
test-bench-deps: {}
maintainer: pepeiborra@gmail.com
synopsis: Free monads and monad transformers
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
transformers: -any
prelude-extras: -any
all-versions:
- '0.1'
- '0.2'
- '0.3'
- '0.4'
- '0.5'
- '0.5.0.1'
- '0.5.2'
- '0.5.3'
- '0.6'
- '0.6.0.1'
- '0.6.1'
author: Luke Palmer, Pepe Iborra
latest: '0.6.1'
description-type: haddock
description: ! 'This package provides datatypes to construct Free monads,
Free monad transformers, and useful instances. In addition it
provides the constructs to avoid quadratic complexity of left
associative bind, as explained in:
* Janis Voigtlander, /Asymptotic Improvement of Computations over Free Monads, MPC''08/'
license-name: PublicDomain
| homepage: http://github.com/pepeiborra/control-monad-free
changelog-type: ''
hash: 8ce55c2cdac65f1c9254c5a71839a746da76bbabaab4d043ad01c96b35519879
test-bench-deps: {}
maintainer: pepeiborra@gmail.com
synopsis: Free monads and monad transformers
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
transformers: -any
all-versions:
- '0.1'
- '0.2'
- '0.3'
- '0.4'
- '0.5'
- '0.5.0.1'
- '0.5.2'
- '0.5.3'
- '0.6'
- '0.6.0.1'
- '0.6.1'
- '0.6.2'
author: Luke Palmer, Pepe Iborra
latest: '0.6.2'
description-type: haddock
description: ! 'This package provides datatypes to construct Free monads,
Free monad transformers, and useful instances. In addition it
provides the constructs to avoid quadratic complexity of left
associative bind, as explained in:
* Janis Voigtlander, /Asymptotic Improvement of Computations over Free Monads, MPC''08/'
license-name: LicenseRefPublicDomain
| Update from Hackage at 2018-10-06T18:54:14Z | Update from Hackage at 2018-10-06T18:54:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
111474cee0a7b27868cb58bc892aff6d531b4ab7 | roles/common/handlers/main.yml | roles/common/handlers/main.yml | ---
- include: postfix.yml
- include: sensu.yml
- include: docker.yml
| ---
- include: postfix.yml
- include: sensu.yml
when: not ansible_local.system.is_atomic | bool
- include: docker.yml
| Remove the handler sensu restart on atomix | Remove the handler sensu restart on atomix
* we don't have sensu-client setuped on the atomic host, we don't need to restart sensu
| YAML | apache-2.0 | redhat-cip/rcip-openshift-ansible,redhat-cip/rcip-openshift-ansible |
03c1e54a063457e2ce3b4ac168c572ad84b7829e | .builds/netbsd.yml | .builds/netbsd.yml | # Sourcehut manifest.
image: netbsd/latest
packages:
- cmake
sources:
- https://github.com/pmer/TsunagariC.git
tasks:
- cmake: |
cd TsunagariC
mkdir build
cd build
cmake ..
- make: |
cd TsunagariC
cd build
make
| # Sourcehut manifest.
image: netbsd/latest
packages:
- cmake
sources:
- git://github.com/pmer/TsunagariC.git
tasks:
- cmake: |
cd TsunagariC
mkdir build
cd build
cmake ..
- make: |
cd TsunagariC
cd build
make
| Remove TLS in NetBSD git clone | Sourcehut: Remove TLS in NetBSD git clone
| YAML | mit | pmer/TsunagariC,pmer/TsunagariC,pmer/TsunagariC |
2350e0bf0753686c7ff1ee4fbc36522ed730bd34 | packages/hk/hkd-default.yaml | packages/hk/hkd-default.yaml | homepage: https://github.com/versioncloud/hkd-default#readme
changelog-type: markdown
hash: 1af424ba5d4b490ed32488bde7b9a7c9db87b09132ce72af3a5da46e5e6bac1c
test-bench-deps:
base: ! '>=4.7 && <5'
hkd-default: -any
aeson: -any
maintainer: jorah@version.cloud
synopsis: Apply default value for optional field of HKD
changelog: |
# Changelog for hkd-default
## Unreleased changes
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- 1.0.0.0
author: Jorah Gao
latest: 1.0.0.0
description-type: markdown
description: |
# hkd-default
Please see http://hackage.haskell.org/package/hkd-default
license-name: BSD-3-Clause
| homepage: https://github.com/versioncloud/hkd-default#readme
changelog-type: markdown
hash: d00720cd35004d176361fb8a0977ab50ec8c130fccd258d4f54c8a2daa7ad838
test-bench-deps:
base: ! '>=4.7 && <5'
hkd-default: -any
aeson: -any
maintainer: jorah@version.cloud
synopsis: Apply default value for optional field of HKD
changelog: |
# Changelog for hkd-default
## v1.1.0
- Add support for types with multiple data constructors
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- 1.0.0.0
- 1.1.0.0
author: Jorah Gao
latest: 1.1.0.0
description-type: markdown
description: |
# hkd-default
Please see http://hackage.haskell.org/package/hkd-default
license-name: BSD-3-Clause
| Update from Hackage at 2020-01-28T04:50:07Z | Update from Hackage at 2020-01-28T04:50:07Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6dc7d0ece03bb752567d8b5c962e2b27a057074d | metadata/com.minar.randomix.yml | metadata/com.minar.randomix.yml | Categories:
- Games
License: MIT
AuthorName: minar
AuthorEmail: minar.tastic@gmail.com
AuthorWebSite: https://minar.ml/
SourceCode: https://github.com/m-i-n-a-r/randomix
IssueTracker: https://github.com/m-i-n-a-r/randomix/issues
AutoName: Randomix
RepoType: git
Repo: https://github.com/m-i-n-a-r/randomix.git
Builds:
- versionName: '1.10'
versionCode: 26
commit: v1.10
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.10'
CurrentVersionCode: 26
| Categories:
- Games
License: MIT
AuthorName: minar
AuthorEmail: minar.tastic@gmail.com
AuthorWebSite: https://minar.ml/
SourceCode: https://github.com/m-i-n-a-r/randomix
IssueTracker: https://github.com/m-i-n-a-r/randomix/issues
AutoName: Randomix
RepoType: git
Repo: https://github.com/m-i-n-a-r/randomix.git
Builds:
- versionName: '1.10'
versionCode: 26
commit: v1.10
subdir: app
gradle:
- yes
- versionName: '1.11'
versionCode: 27
commit: v1.11
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.11'
CurrentVersionCode: 27
| Update Randomix to 1.11 (27) | Update Randomix to 1.11 (27)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
29aff0f5629a15702bca610c44f9d0eb950c908f | .ko.yaml | .ko.yaml | defaultBaseImage: gcr.io/distroless/static:nonroot
| defaultBaseImage: gcr.io/distroless/static:nonroot
baseImageOverrides:
github.com/tektoncd/operator/cmd/openshift/operator: registry.access.redhat.com/ubi8/ubi-minimal
github.com/tektoncd/operator/cmd/openshift/webhook: registry.access.redhat.com/ubi8/ubi-minimal
| Change base image for openshift platform | Change base image for openshift platform
This will change the base image used for image builds
issue of webhook image failing on openshift because of non root
and require 65532 user is also fixed
| YAML | apache-2.0 | tektoncd/operator,tektoncd/operator,tektoncd/operator |
d54640a476aca13e2ac29e7c9c7a9a902074112b | .github/workflows/publish.yml | .github/workflows/publish.yml | # This is a basic workflow to help you get started with Actions
name: Publish to Maven Central
# Controls when the workflow will run
on:
push:
branches:
- master
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
# fetch all history for all branches and tags, so that our `make` targets can get tags
with:
fetch-depth: 0
- name: Set up Maven Central Repository
uses: actions/setup-java@v2
with:
java-version: "11"
distribution: "adopt"
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Publish package
run: |
mkdir -p ~/.gradle
./gradlew -i publishToMavenCentral
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
| # This is a basic workflow to help you get started with Actions
name: Publish to Maven Central
# Controls when the workflow will run
on:
push:
branches:
- master
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
# fetch all history for all branches and tags, so that our `make` targets can get tags
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: "11"
distribution: "adopt"
- name: Publish package
run: |
mkdir -p ~/.gradle
./gradlew -i publishToMavenCentral
env:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.PGP_SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.PGP_SIGNING_PASSWORD }}
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
| Fix Github action for publshing to Maven Central | INS-448: Fix Github action for publshing to Maven Central
| YAML | mit | brightsparklabs/asanti |
87c23c243c06ee6adf360df7982d6be3a6588743 | .github/workflows/testing.yml | .github/workflows/testing.yml | name: Tox testing`
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: pip install sphinx_rtd_theme
- name: Run tests
# Run tox using the version of Python in `PATH`
run:
- make -C example clean html
- make -C example clean singlehtml
- make -C example clean dirhtml
- make -C example clean html WAVEDROM_HTML_NOJSINLINE=1
- make -C example clean singlehtml WAVEDROM_HTML_NOJSINLINE=1
- make -C example clean dirhtml WAVEDROM_HTML_NOJSINLINE=1pytesttox -e py
| name: Tox testing`
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: pip install sphinx_rtd_theme
- name: Build html document with JS rendering
run: make -C example clean html
- name: Build singlehtml document with JS rendering
run: make -C example clean singlehtml
- name: Build dirhtml document with JS rendering
run: make -C example clean dirhtml
- name: Build html document with prebuilt images
run: make -C example clean html WAVEDROM_HTML_NOJSINLINE=1
- name: Build singlehtml document with prebuilt images
run: make -C example clean singlehtml WAVEDROM_HTML_NOJSINLINE=1
- name: Build dirhtml document with prebuilt images
run: make -C example clean dirhtml WAVEDROM_HTML_NOJSINLINE=1pytesttox -e py
| Split into separate run steps | Split into separate run steps
| YAML | mit | bavovanachte/sphinx-wavedrom,bavovanachte/sphinx-wavedrom |
b42cc44839aa40144ae38c11edf0e31b37d8bd4e | recipes/forcebalance/meta.yaml | recipes/forcebalance/meta.yaml | {% set name = "ForceBalance" %}
{% set version = "1.7.3" %}
{% set sha256 = "d662e48862c861af6b0bc1c917ef90c65a51ad7102368b0c3945c9aff3450621" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/leeping/{{ name }}/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
skip: true # [win]
requirements:
build:
- {{ compiler('cxx') }}
host:
- {{ pin_compatible('numpy') }}
- scipy
- python
- pip
run:
- python
- pymbar
- future
- networkx
- lxml
test:
imports:
- forcebalance
about:
home: http://github.com/leeping/forcebalance/
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: "Automated force field optimization."
doc_url: https://leeping.github.io/forcebalance/doc/html/
dev_url: http://github.com/leeping/forcebalance/
extra:
recipe-maintainers:
- leeping
- mattwthompson
- j-wags
- dotsdl
- jaimergp
| {% set name = "ForceBalance" %}
{% set version = "1.7.3" %}
{% set sha256 = "d662e48862c861af6b0bc1c917ef90c65a51ad7102368b0c3945c9aff3450621" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/leeping/{{ name }}/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
skip: true # [win]
requirements:
build:
- {{ compiler('cxx') }}
host:
- numpy
- scipy
- python
- pip
run:
- {{ pin_compatible('numpy') }}
- python
- pymbar
- future
- networkx
- lxml
test:
imports:
- forcebalance
about:
home: http://github.com/leeping/forcebalance/
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: "Automated force field optimization."
doc_url: https://leeping.github.io/forcebalance/doc/html/
dev_url: http://github.com/leeping/forcebalance/
extra:
recipe-maintainers:
- leeping
- mattwthompson
- j-wags
- dotsdl
- jaimergp
| Fix bad NumPy pinning again | Fix bad NumPy pinning again
| YAML | bsd-3-clause | jochym/staged-recipes,petrushy/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipes,goanpeca/staged-recipes,SylvainCorlay/staged-recipes,jakirkham/staged-recipes,jakirkham/staged-recipes,kwilcox/staged-recipes,scopatz/staged-recipes,johanneskoester/staged-recipes,igortg/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,chrisburr/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,petrushy/staged-recipes,scopatz/staged-recipes,SylvainCorlay/staged-recipes,chrisburr/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes |
a4bcb0b49f779c274489be4fe9433d990f1b4e22 | packages/co/contiguous-fft.yaml | packages/co/contiguous-fft.yaml | homepage: https://github.com/chessai/contiguous-fft
changelog-type: markdown
hash: 309ff84c094bb071de60aa9e0275741e37e26bc201eac8f77dea0e86d468c770
test-bench-deps: {}
maintainer: chessai1996@gmail.com
synopsis: dft of contiguous memory structures
changelog: ! '# Revision history for contiguous-fft
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.
'
basic-deps:
base: ! '>=4.9 && <5.0'
contiguous: ! '>=0.2.0.0'
primitive: ! '>=0.6.4.0'
prim-instances: -any
all-versions:
- '0.1.0.0'
author: chessai
latest: '0.1.0.0'
description-type: haddock
description: ! 'DFT and iDFT on data structures implementing a common
contiguous interface'
license-name: BSD3
| homepage: https://github.com/chessai/contiguous-fft
changelog-type: markdown
hash: 3d573094cb6c6c2e6cfabfc99c7c4f9197c6202fa3577bf4578912575b3d67b8
test-bench-deps: {}
maintainer: chessai1996@gmail.com
synopsis: dft of contiguous memory structures
changelog: ! '# Revision history for contiguous-fft
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.
'
basic-deps:
base: ! '>=4.9 && <5.0'
contiguous: ! '>=0.2.0.0'
primitive: ! '>=0.6.4.0'
prim-instances: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: chessai
latest: '0.1.0.1'
description-type: haddock
description: ! 'DFT and iDFT on data structures implementing a common
contiguous interface'
license-name: BSD3
| Update from Hackage at 2018-10-07T07:04:19Z | Update from Hackage at 2018-10-07T07:04:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
96195838a77671f79a85e5e37747e5384dc727d0 | azure-pipelines.yml | azure-pipelines.yml | # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
pool:
vmImage: ubuntu-latest
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'
- script: |
npm install
npm run build
displayName: 'npm install and build'
workingDirectory: tasks/Node
| # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
pool:
vmImage: ubuntu-latest
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'
- script: |
npm install
npm run package-build
displayName: 'npm install and build'
workingDirectory: tasks/Node
| Fix pipeline build command name | Fix pipeline build command name
Fix pipeline build command name | YAML | mit | Azure/azure-devtestlab,Azure/azure-devtestlab,Azure/azure-devtestlab,Azure/azure-devtestlab,Azure/azure-devtestlab |
25505f475d50cd0d2fbe6a262d5daf4ca2920678 | app.yaml | app.yaml | application: myeventbot
version: testing
runtime: python
api_version: 1
default_expiration: "4h"
handlers:
- url: /_ah/mail/.+
script: incoming_mail.py
- url: /.*\.html|/
script: static_html.py
- url: /static
static_dir: static
- url: /version.txt
static_files: version.txt
upload: version.txt
expiration: 0s
login: admin
- url: /favicon.ico
static_files: static/favicon.ico
upload: static/favicon.ico
- url: /robots.txt
static_files: static/robots.txt
upload: static/robots.txt
- url: /register
script: registration.py
secure: always
- url: /test.*
script: lib/gaeunit.py
login: admin
- url: /dashboard
script: dashboard.py
login: admin
- url: /update_stats
script: update_stats.py
login: admin
admin_console:
pages:
- name: Stats
url: /dashboard
skip_files:
- ^(.*/)?app\.yaml
- ^(.*/)?app\.yml
- ^(.*/)?index\.yaml
- ^(.*/)?index\.yml
- ^(.*/)?#.*#
- ^(.*/)?.*~
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
- ^(.*/)?.*\.less$
inbound_services:
- mail
| application: myeventbot
version: testing
runtime: python
api_version: 1
default_expiration: "4h"
handlers:
- url: /_ah/mail/.+
script: incoming_mail.py
- url: /.*\.html|/
script: static_html.py
- url: /static
static_dir: static
- url: /version.txt
static_files: version.txt
upload: version.txt
expiration: 0s
login: admin
- url: /favicon.ico
static_files: static/favicon.ico
upload: static/favicon.ico
- url: /robots.txt
static_files: static/robots.txt
upload: static/robots.txt
- url: /register
script: registration.py
secure: always
- url: /test.*
script: lib/gaeunit.py
login: admin
- url: /dashboard
script: dashboard.py
login: admin
- url: /update_stats
script: update_stats.py
login: admin
admin_console:
pages:
- name: Stats
url: /dashboard
skip_files:
- ^(.*/)?app\.yaml
- ^(.*/)?app\.yml
- ^(.*/)?index\.yaml
- ^(.*/)?index\.yml
- ^(.*/)?#.*#
- ^(.*/)?.*~
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
- ^(.*/)?.*\.less$
builtins:
- remote_api: on
inbound_services:
- mail
| Enable remote_api for downloading production data | Enable remote_api for downloading production data
| YAML | mit | eentzel/myeventbot,eentzel/myeventbot,eentzel/myeventbot,eentzel/myeventbot,eentzel/myeventbot |
842764dc6186f5aae1f2ff207fe93ac820950513 | packages/re/rei.yaml | packages/re/rei.yaml | homepage: https://github.com/kerkomen/rei
changelog-type: ''
hash: 84c30d330dea1bc67baf08927d7f15058f38c553721c2c4101780d2bf94bb6ba
test-bench-deps: {}
maintainer: Daniel
synopsis: Process lists easily
changelog: ''
basic-deps:
bytestring: -any
split: -any
base: ! '>=4.7 && <=4.10'
containers: -any
regex-tdfa: -any
attoparsec: -any
directory: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.2.0.0'
- '0.3.0.0'
- '0.3.2.0'
- '0.3.3.0'
- '0.3.4.0'
- '0.3.5'
- '0.3.5.1'
- '0.3.7'
- '0.4.0'
- '0.4.0.1'
- '0.4.0.2'
author: Daniel
latest: '0.4.0.2'
description-type: haddock
description: A tool for processing lists easily
license-name: MIT
| homepage: https://github.com/kerkomen/rei
changelog-type: ''
hash: 75205d7af750de3fccdc740b5dec75df4520422b2f7556c3abd8d107e6e4231d
test-bench-deps: {}
maintainer: Daniel
synopsis: Process lists easily
changelog: ''
basic-deps:
bytestring: -any
split: -any
base: ! '>=4.7 && <=4.10'
containers: -any
regex-tdfa: -any
attoparsec: -any
directory: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.2.0.0'
- '0.3.0.0'
- '0.3.2.0'
- '0.3.3.0'
- '0.3.4.0'
- '0.3.5'
- '0.3.5.1'
- '0.3.7'
- '0.4.0'
- '0.4.0.1'
- '0.4.0.2'
- '0.4.0.3'
author: Daniel
latest: '0.4.0.3'
description-type: haddock
description: A tool for processing lists easily
license-name: MIT
| Update from Hackage at 2016-12-04T22:32:36Z | Update from Hackage at 2016-12-04T22:32:36Z | YAML | mit | commercialhaskell/all-cabal-metadata |
630e21a00f6ae0e0c17fbf88c76fa738b5df914f | ambermini/meta.yaml | ambermini/meta.yaml | package:
name: ambermini
version: 15.0.4
source:
fn: 15.0.4.zip
url: https://github.com/choderalab/ambermini/archive/15.0.4.zip
md5: 5c72ad3ff91d05b3e10f7610b2149107
build:
number: 3
requirements:
build:
- zlib
- bison [unix]
- gcc [unix]
- mingwpy [win]
run:
- zlib
- libgcc [unix]
test:
commands:
- antechamber -h
- sqm -h
- tleap -h
about:
home: https://github.com/choderalab/ambermini/
license: LGPL
summary: A stripped-down version of AmberTools 14 containing antechamber, sqm, tleap, and parmchk2
| package:
name: ambermini
version: 15.0.4
source:
fn: 15.0.4.zip
url: https://github.com/choderalab/ambermini/archive/15.0.4.zip
md5: 5c72ad3ff91d05b3e10f7610b2149107
build:
number: 3
requirements:
build:
- zlib
- flex [unix]
- bison [unix]
- gcc [unix]
- mingwpy [win]
run:
- zlib
- libgcc [unix]
test:
commands:
- antechamber -h
- sqm -h
- tleap -h
about:
home: https://github.com/choderalab/ambermini/
license: LGPL
summary: A stripped-down version of AmberTools 14 containing antechamber, sqm, tleap, and parmchk2
| Add flex to build depends for ambermini | Add flex to build depends for ambermini
| YAML | mit | cwehmeyer/conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,rmcgibbo/conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,jchodera/conda-recipes,peastman/conda-recipes,swails/conda-recipes,omnia-md/conda-recipes,marscher/omnia-conda-recipes,peastman/conda-recipes,jchodera/conda-recipes,jchodera/conda-recipes,marscher/omnia-conda-recipes,omnia-md/conda-recipes,marscher/omnia-conda-recipes,marscher/omnia-conda-recipes,rmcgibbo/conda-recipes,rmcgibbo/conda-recipes,peastman/conda-recipes,rmcgibbo/conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,omnia-md/conda-recipes,jchodera/conda-recipes |
bd3a9198948834d2935ccddb8e1b2cac9195056b | .appveyor.yml | .appveyor.yml | environment:
global:
RANDOM_SEED: 0
matrix:
- PYTHON_MAJOR: 3
PYTHON_MINOR: 7
- PYTHON_MAJOR: 3
PYTHON_MINOR: 8
- PYTHON_MAJOR: 3
PYTHON_MINOR: 9
cache:
- .venv -> poetry.lock
init:
- git config --global core.symlinks true
install:
# Add Make and Python to the PATH
- copy C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe
- set PATH=%PATH%;C:\MinGW\bin
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%;%PATH%
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%\Scripts;%PATH%
# Install system dependencies
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- set PATH=%USERPROFILE%\.poetry\bin;%PATH%
- make doctor
# Install project dependencies
- make install
build: off
test_script:
- make check
- make test
- make demo
| environment:
global:
RANDOM_SEED: 0
matrix:
- PYTHON_MAJOR: 3
PYTHON_MINOR: 7
- PYTHON_MAJOR: 3
PYTHON_MINOR: 8
# TODO: Enable this when Python 3.9 is available in the default images
# - PYTHON_MAJOR: 3
# PYTHON_MINOR: 9
cache:
- .venv -> poetry.lock
init:
- git config --global core.symlinks true
install:
# Add Make and Python to the PATH
- copy C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe
- set PATH=%PATH%;C:\MinGW\bin
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%;%PATH%
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%\Scripts;%PATH%
# Install system dependencies
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
- set PATH=%USERPROFILE%\.poetry\bin;%PATH%
- make doctor
# Install project dependencies
- make install
build: off
test_script:
- make check
- make test
- make demo
| Disable Python 3.9 on AppVeyor | Disable Python 3.9 on AppVeyor
| YAML | mit | jacebrowning/gdm,jacebrowning/gitman |
7b16ef1445045844afcfac28d6629792b760d9f8 | .eslintrc.yml | .eslintrc.yml | env:
es6: true
node: true
extends: 'eslint:recommended'
parserOptions:
sourceType: module
rules:
indent: [warn, tab]
linebreak-style: [warn, unix]
no-undef: [warn]
no-unused-vars: [warn]
quotes: [warn, single]
semi: [warn, never]
no-console: 0
no-cond-assign: 0
no-var: 1
prefer-const: 1
camelcase: 1
max-len: [warn, 80]
| env:
es6: true
node: true
extends: 'eslint:recommended'
parserOptions:
sourceType: module
rules:
indent: [1, tab]
linebreak-style: [1, unix]
no-undef: [1]
no-unused-vars: [1]
quotes: [1, single]
semi: [1, never]
no-console: 0
no-cond-assign: 0
no-var: 1
prefer-const: 1
camelcase: 1
max-len: [1, 80]
| Use numbers, not strings, to let CodeClimate run | Use numbers, not strings, to let CodeClimate run | YAML | bsd-3-clause | adelgado/elm-prerender |
17c73ab36425849767586af460aed6a251609944 | hieradata/domain/fm.local.yaml | hieradata/domain/fm.local.yaml | ---
profile::base::windows::app::packages:
- 7zip
- git
- putty
- winscp
- flashplayerplugin
- adobereader
- googlechrome
- vmwarevsphereclient
- firefox
- vim
- teamviewer
- google-backup-and-sync
- veeam-endpoint-backup-free
profile::base::windows::time::ntp_servers:
- fwserver.fm.local
- time.google.com
profile::base::windows::time::timezone: 'Central Standard Time'
profile::os::daas::installurl: 'https://s3.amazonaws.com/jumpcloud-windows-agent/production/JumpCloudInstaller.exe'
profile::os::daas::installuuid: '53dbf0a428951c7d4e737c7e06886a2c4b4a135b' | ---
profile::base::windows::app::packages:
- 7zip
- git
- putty
- winscp
- flashplayerplugin
- adobereader
- googlechrome
- vmwarevsphereclient
- firefox
- vim
- teamviewer
- veeam-endpoint-backup-free
profile::base::windows::time::ntp_servers:
- fwserver.fm.local
- time.google.com
profile::base::windows::time::timezone: 'Central Standard Time'
profile::os::daas::installurl: 'https://s3.amazonaws.com/jumpcloud-windows-agent/production/JumpCloudInstaller.exe'
profile::os::daas::installuuid: '53dbf0a428951c7d4e737c7e06886a2c4b4a135b' | Migrate google backup and sync. | Migrate google backup and sync.
| YAML | apache-2.0 | cdrobey/puppet-repo,cdrobey/puppet-repo |
2628ed7af8baa36c389593bb122f4f8aad9a9965 | .github/workflows/awesomebot.yml | .github/workflows/awesomebot.yml | name: Check links in README.md
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: docker://dkhamsing/awesome_bot:latest
with:
args: /github/workspace/Readme.md --allow-dupe --request-delay 1 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io | name: Check links in README.md
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: docker://dkhamsing/awesome_bot:latest
with:
args: /github/workspace/Readme.md --allow 502 --allow-dupe --request-delay 1 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io
| Allow 502s during link checking | Allow 502s during link checking
Github occasionally pukes up 502 errors for good links when awesomebot
is checking the links in readme.md, even with the check interval set to
1 second.
Ignore the 502s, if there's a real issue it'll get found in the next
test run and this makes it easier to see if there's a real problem.
Signed-off-by: Joe Block <13bb081c6ac072ef78a3e348068e2204400d7335@unixorn.net>
| YAML | bsd-3-clause | unixorn/zsh-quickstart-kit |
4cf136bb7fab55af3a1d7e3e40577f3d099071ec | .github/workflows/build_pkg.yaml | .github/workflows/build_pkg.yaml | name: Build Package
on: push
jobs:
build_pkg:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v1
# - name: Install Luggage
# run: |
# mkdir -p /usr/local/share/luggage
# cp luggage/luggage.make /usr/local/share/luggage/luggage.make
# cp luggage/prototype.plist /usr/local/share/luggage/prototype.plist
- name: make pkg
run: |
sudo make pkg
| # name: Build Package
# on: push
# jobs:
# build_pkg:
# runs-on: macos-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v1
# # - name: Install Luggage
# # run: |
# # mkdir -p /usr/local/share/luggage
# # cp luggage/luggage.make /usr/local/share/luggage/luggage.make
# # cp luggage/prototype.plist /usr/local/share/luggage/prototype.plist
# - name: make pkg
# run: |
# sudo make pkg
| Work out how to build the thing later | Work out how to build the thing later
| YAML | apache-2.0 | salopensource/sal-scripts,salopensource/sal-scripts,salopensource/sal-scripts |
d3a6f73d83c8dc09b4019cecb9540eff7c7b30f3 | .semaphore/deploy_production.yml | .semaphore/deploy_production.yml | version: v1.0
name: Deploy to production
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: Docker
task:
jobs:
- name: Build, publish, deploy
commands:
- checkout
- echo $DOCKERHUB_PASSWORD | docker login --username "$DOCKERHUB_USERNAME" --password-stdin
- 'docker build -f Dockerfile.production -t etengine:latest .'
- 'docker tag etengine:latest quintel/etengine:latest'
- 'docker push quintel/etengine:latest'
- ssh -o "StrictHostKeyChecking=no" -i ~/.ssh/id_deploy deploy@23.88.68.183 "cd /var/www/etengine && docker-compose pull && docker-compose run --rm web .docker/calculate-datasets.sh && docker-compose down && docker-compose up -d"
secrets:
- name: Deploy Key
- name: Docker Hub Credentials
run:
when: branch = 'docker'
| version: v1.0
name: Deploy to production
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: Docker
task:
jobs:
- name: Build, publish, deploy
commands:
- checkout
- echo $DOCKERHUB_PASSWORD | docker login --username "$DOCKERHUB_USERNAME" --password-stdin
- 'docker build -f Dockerfile.production -t etengine:latest .'
- 'docker tag etengine:latest quintel/etengine:latest'
- 'docker push quintel/etengine:latest'
- ssh -o "StrictHostKeyChecking=no" -i ~/.ssh/id_deploy deploy@23.88.68.183 "cd /var/www/etengine && docker-compose pull && docker-compose run --rm web .docker/calculate-datasets.sh && docker-compose down && docker-compose up -d"
secrets:
- name: Deploy key
- name: Docker Hub credentials
run:
when: branch = 'docker'
| Fix secret names in Semaphore config | Fix secret names in Semaphore config
| YAML | mit | quintel/etengine,quintel/etengine,quintel/etengine,quintel/etengine |
1430fe6af1943063f82d6dd769479800a9d2b930 | metadata/de.csicar.mensaplan.yml | metadata/de.csicar.mensaplan.yml | AntiFeatures:
- NonFreeNet
Categories:
- Sports & Health
License: GPL-2.0-only
SourceCode: https://github.com/csicar/MensaPlan
IssueTracker: https://github.com/csicar/MensaPlan/issues
AutoName: MensaPlan
Description: |-
''MensaPlan'' versorgt Dich mit den Speiseplänen Deiner Kantine:
* Mensa Hochschule Pforzheim
* Mensa am Adenauer Ring
* Mensa Molkestraße
* Mensa Erzbergerstraße
* Mensa Schloss Gottesaue
* Mensa I Holzgarten (Stuttgart)
Neben der Auflistung der Gerichte und ihrer Preise ist es auch möglich,
selbige auf Allergene zu filtern.
RepoType: git
Repo: https://github.com/csicar/MensaPlan
Builds:
- versionName: v0.4.0
versionCode: 3
commit: v0.4.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v0.4.0
CurrentVersionCode: 3
| AntiFeatures:
- NonFreeNet
Categories:
- Sports & Health
License: GPL-2.0-only
SourceCode: https://github.com/csicar/MensaPlan
IssueTracker: https://github.com/csicar/MensaPlan/issues
AutoName: MensaPlan
Description: |-
''MensaPlan'' versorgt Dich mit den Speiseplänen Deiner Kantine:
* Mensa Hochschule Pforzheim
* Mensa am Adenauer Ring
* Mensa Molkestraße
* Mensa Erzbergerstraße
* Mensa Schloss Gottesaue
* Mensa I Holzgarten (Stuttgart)
Neben der Auflistung der Gerichte und ihrer Preise ist es auch möglich,
selbige auf Allergene zu filtern.
RepoType: git
Repo: https://github.com/csicar/MensaPlan
Builds:
- versionName: v0.4.0
versionCode: 3
commit: v0.4.0
subdir: app
gradle:
- yes
- versionName: v0.4.1
versionCode: 4
commit: v0.4.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v0.4.1
CurrentVersionCode: 4
| Update MensaPlan to v0.4.1 (4) | Update MensaPlan to v0.4.1 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
f81c80c88be614ad4c69d41f9af2b83655607c86 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Continuous integration
on: [pull_request, push]
jobs:
black:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
- name: Check style
run: |
black crispy | name: Continuous integration
on: [pull_request, push]
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
- name: Check style
run: |
black crispy | Remove matrix from Python setup | Remove matrix from Python setup
| YAML | mit | mretegan/crispy,mretegan/crispy |
d942e62e0dd1b8871679a28d16bd4a86bbed07d2 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: push
jobs:
test:
name: Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- "2.5"
- "2.6"
- "2.7"
- "3.0"
bundler:
- "1"
- "2"
env:
BUNDLE_GEMFILE: gemfiles/bundler${{ matrix.bundler }}.gemfile
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: ${{ matrix.bundler }}
bundler-cache: true
- name: Install bundler v1 # Even if we're testing bundler v2, we need v1 available because the fixture components have it in their Gemfile.locks
run: gem install bundler -v "~> 1" --no-document
- name: Run tests
run: bundle exec rake spec
| name: CI
on: push
jobs:
test:
name: Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- "2.5"
- "2.6"
- "2.7"
- "3.0"
bundler:
- "1"
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: ${{ matrix.bundler }}
bundler-cache: true
- name: Run tests
run: bundle exec rake spec
| Configure CI for bundler v1 | Configure CI for bundler v1
| YAML | mit | powerhome/ostruct-sanitizer,powerhome/ostruct-sanitizer |
158a1e213f3adaad3c3e7bd6cb2959141081428d | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on:
- push
- pull_request
jobs:
test:
strategy:
matrix:
java: [ 8, 17 ]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Cache
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Package
run: mvn -B clean package install jacoco:report
- name: Coverage
uses: codecov/codecov-action@v2.1.0
with:
file: target/site/jacoco/jacoco.xml
| name: ci
on:
- push
- pull_request
jobs:
test:
strategy:
matrix:
java: [ 8, 17 ]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Cache
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Package
run: mvn -B clean package install jacoco:report
- name: Coverage
uses: codecov/codecov-action@v3.1.0
with:
file: target/site/jacoco/jacoco.xml
| Update codecov/codecov-action action to v3 | Update codecov/codecov-action action to v3
| YAML | apache-2.0 | tcurdt/jdeb,tcurdt/jdeb |
93c00474816d30d8b783869bc8f5b11dbae02cde | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
eslint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 2
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- name: Use Node.js latest
uses: actions/setup-node@v2-beta
- name: npm install
run: npm ci
- name: eslint
run: npm run lint
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
test:
name: Test NodeJS ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: npm cit
env:
CI: true
| name: CI
on:
pull_request:
branches:
- '*'
schedule:
- cron: '10 5 * * 0'
jobs:
eslint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js latest
uses: actions/setup-node@v2
- name: npm install
run: npm ci
- name: eslint
run: npm run lint
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
test:
name: Test NodeJS ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: npm cit
env:
CI: true
| Use latest version of GitHub Action steps | Use latest version of GitHub Action steps
Also, since we're trying to do CodeQL scans, it makes sense to run them
on a regular basis to detect potential new vulnerabilities.
| YAML | apache-2.0 | dpogue/seymour |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.