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
6cd981b0b0f8c8b3d1d24860f36dc59c44a87306
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: assets public_path: "/assets" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_command: bundle exec jekyll build --drafts --unpublished --future -d _site publish_command: bundle exec jekyll build -d _site preview_env: - JEKYLL_ENV=staging publish_env: - JEKYLL_ENV=production preview_output_directory: _site output_directory: _site instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: assets public_path: "/assets" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_command: bundle exec jekyll build --drafts --unpublished --future -d _site publish_command: bundle exec jekyll build -d _site preview_env: - JEKYLL_ENV=staging publish_env: - JEKYLL_ENV=production preview_output_directory: _site output_directory: _site instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
Carleslc/blog,Carleslc/blog,Carleslc/blog,Carleslc/blog
ee29b58ead43aea1aa63bd353e1dfcdacc9fa3f3
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: document path: index.html label: Home Page read_only: true - type: jekyll-pages label: Pages create: all - type: directory path: _events label: Events create: all match: "**/*" - type: directory path: _programs label: Programs create: none match: "**/*" - type: directory path: _team label: Team create: all match: "**/*" upload_dir: assets/img public_path: assets/img front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site install_dependencies_command: bundle install --path vendor/bundle preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: document path: index.html label: Home Page read_only: false - type: jekyll-pages label: Pages create: all - type: directory path: _events label: Events create: all match: "**/*" - type: directory path: _programs label: Programs create: none match: "**/*" - type: directory path: _team label: Team create: all match: "**/*" upload_dir: assets/img public_path: assets/img front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site install_dependencies_command: bundle install --path vendor/bundle preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
siggraph-s3/s3-website,siggraph-s3/s3-website,siggraph-s3/s3-website
e910fc68ea9fe31cfb316820e1952de595b2f26e
ci/.travis.yml
ci/.travis.yml
# In order to install old Rubies, we need to use old Ubuntu distibution. dist: trusty language: ruby email: false cache: directories: - ../bundle before_install: - "script/update_rubygems_and_install_bundler" - unset _JAVA_OPTIONS - "script/clone_all_rspec_repos" bundler_args: "--binstubs --standalone --without documentation --path ../bundle" script: "script/run_build" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - ree - rbx-3 - jruby-head - jruby-1.7 env: - JRUBY_OPTS='--dev' matrix: include: - rvm: jruby-1.7 env: JRUBY_OPTS='--dev --1.8' allow_failures: - rvm: jruby-head - rvm: ruby-head - rvm: rbx-3 fast_finish: true branches: only: - main - /^\d+-\d+-maintenance$/ - /^\d+-\d+-dev$/
# In order to install old Rubies, we need to use old Ubuntu distibution. dist: trusty language: ruby email: false cache: directories: - ../bundle before_install: - "script/update_rubygems_and_install_bundler" - unset _JAVA_OPTIONS - "script/clone_all_rspec_repos" bundler_args: "--binstubs --standalone --without documentation --path ../bundle" script: "script/run_build" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - ree - jruby-1.7 env: - JRUBY_OPTS='--dev' matrix: include: - rvm: jruby-1.7 env: JRUBY_OPTS='--dev --1.8' fast_finish: true branches: only: - main - /^\d+-\d+-maintenance$/ - /^\d+-\d+-dev$/
Remove old allow failures builds, not needed
Remove old allow failures builds, not needed
YAML
mit
rspec/rspec-dev,rspec/rspec-dev,rspec/rspec-dev
f07816b3dff1cd44522e335ae62bff973d3e06e4
appveyor.yml
appveyor.yml
version: 0.1.1.{build} configuration: Release before_build: - nuget restore src/ after_build: - nuget pack src\Amazon.SQS.ExtendedClient\Amazon.SQS.ExtendedClient.nuspec -Version %appveyor_build_version% - appveyor PushArtifact '*.nupkg'
version: 0.1.1.{build} configuration: Release before_build: - nuget restore src/ after_build: - nuget pack src\Amazon.SQS.ExtendedClient\Amazon.SQS.ExtendedClient.nuspec -Version %appveyor_build_version% - appveyor PushArtifact *.nupkg
Remove redundant quotes in PushArtifact argument
Remove redundant quotes in PushArtifact argument
YAML
apache-2.0
raol/amazon-sqs-net-extended-client-lib
e5a41a3f42700bd3a554df777a940fe87dd66a93
appveyor.yml
appveyor.yml
branches: except: - /travis-.*/ install: ps: | Import-Module '.\appveyor-tool.ps1' Bootstrap build_script: - ps: .\build.ps1 -Target "Appveyor" artifacts: - path: package\*.nupkg # - path: package\*.msi # AppVeyor defaults to just its build number version: '{build}' # disable built-in tests. test: off
branches: except: - /travis-.*/ install: ps: | Import-Module '.\appveyor-tool.ps1' Bootstrap build_script: - ps: .\build.ps1 -Target "Appveyor" # disable built-in tests. test: off artifacts: - path: package\*.nupkg # - path: package\*.msi deploy: - provider: NuGet server: https://www.myget.org/F/nunit/api/v2 api_key: secure: wtAvJDVl2tfwiVcyLExFHLvZVfUWiQRHsfdHBFCNEATeCHo1Nd8JP642PfY8xhji skip_symbols: true on: branch: master
Deploy builds of master to MyGet
Deploy builds of master to MyGet
YAML
mit
nunit/nunit-console,nunit/nunit-console,nunit/nunit-console
7c83c53febaeaeb3837a04d5364b349eaf89536e
appveyor.yml
appveyor.yml
version: 3.0.{build} os: Visual Studio 2015 configuration: Release assembly_info: patch: true file: '**\SolutionInfo.*' assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' environment: DNX_FEED: https://www.nuget.org/api/v2 nuget: account_feed: true project_feed: true before_build: - cmd: >- dotnet restore dnvm upgrade npm install -g gulp bower after_build: - cmd: dnu publish Rnwood.Smtp4dev --quiet --runtime active --configuration Release 2>nul - cmd: '7z a Rnwood.Smtp4dev.zip %APPVEYOR_BUILD_FOLDER%\Rnwood.Smtp4dev\bin\output\*' build: publish_nuget: true publish_nuget_symbols: true parallel: true verbosity: minimal artifacts: - path: Rnwood.Smtp4dev.zip type: zip
version: 3.0.{build} os: Visual Studio 2015 configuration: Release assembly_info: patch: true file: '**\SolutionInfo.*' assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' environment: DNX_FEED: https://www.nuget.org/api/v2 nuget: account_feed: true project_feed: true before_build: - cmd: >- dotnet restore dnvm upgrade npm install -g gulp bower after_build: - cmd: dotnet publish Rnwood.Smtp4dev - cmd: '7z a Rnwood.Smtp4dev.zip %APPVEYOR_BUILD_FOLDER%\Rnwood.Smtp4dev\bin\release\netcoreapp1.0\publish\*' build: publish_nuget: false publish_nuget_symbols: false parallel: true verbosity: minimal artifacts: - path: Rnwood.Smtp4dev.zip type: zip
Revise publish command for dotnet command.
Revise publish command for dotnet command.
YAML
bsd-3-clause
rnwood/smtp4dev,rnwood/smtp4dev,rnwood/smtp4dev,rnwood/smtp4dev
b5b2611475e387c4eda6d22ac6d8802ac75968f1
appveyor.yml
appveyor.yml
environment: ELECTRON_RUN_AS_NODE: 1 VSCODE_BUILD_VERBOSE: true platform: - x86 - x64 install: - ps: Install-Product node 8 cache: - node_modules - "%APPDATA%\\npm-cache" test_script: - node --version - npm --version - npm run lint - npm run vscode:prepublish - npm run test --silent # - .\scripts\test.bat # - .\scripts\test-integration.bat # Don't actually build. build: off
environment: ELECTRON_RUN_AS_NODE: 1 VSCODE_BUILD_VERBOSE: true platform: - x86 - x64 install: - ps: Install-Product node 8 - npm install cache: - node_modules - "%APPDATA%\\npm-cache" test_script: - node --version - npm --version - npm run lint - npm run vscode:prepublish - npm run test --silent # - .\scripts\test.bat # - .\scripts\test-integration.bat # Don't actually build. build: off
Add missing npm install task
Add missing npm install task
YAML
apache-2.0
KamiKillertO/vscode-colorize,KamiKillertO/vscode-colorize
8cccada01f7db625e355f11219c74b37d0ce737f
appveyor.yml
appveyor.yml
# Absolutely essential: we must build using VS 2019. os: Visual Studio 2019 branches: only: - master build_script: - cmd: date /t - cmd: time /t - cmd: tzutil /g - cmd: set - cmd: MSBuild.exe /t:restore /p:Configuration=Debug /v:quiet AntlrVSIX.sln - cmd: MSBuild.exe /p:Configuration=Debug /v:normal AntlrVSIX.sln - cmd: cd VsCode - cmd: install-cmd.bat test_script: - cmd: cd UnitTestProject1 - cmd: dotnet test artifacts: - path: '**\*.vsix'
# Absolutely essential: we must build using VS 2019. os: Visual Studio 2019 branches: only: - master build_script: - cmd: date /t - cmd: time /t - cmd: tzutil /g - cmd: set - cmd: MSBuild.exe /t:restore /p:Configuration=Debug /v:quiet AntlrVSIX.sln - cmd: MSBuild.exe /p:Configuration=Debug /v:normal AntlrVSIX.sln - cmd: cd VsCode - cmd: install-cmd.bat - cmd: cd .. test_script: - cmd: cd UnitTestProject1 - cmd: dotnet test artifacts: - path: '**\*.vsix'
Fix "The system cannot find the path specified" for build.
Fix "The system cannot find the path specified" for build.
YAML
mit
kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX
6a32cb913b5b3e326f15524b4fae28a8f49c8168
appveyor.yml
appveyor.yml
build_script: msbuild nunit.sln /p:Configuration=Release /t:Rebuild test_script: - cd bin\Release - nunit-console.exe nunit.agent.tests.dll - nunit-console.exe nunit-console.tests.dll
build_script: msbuild nunit.sln /p:Configuration=Release /t:Rebuild test_script: - cd bin\Release - nunit-console.exe net-4.5\nunit.framework.tests.dll -result:NUnitFrameworkTestResult-4.5.xml;format=nunit2 - net-4.5\nunitlite.tests.exe -result:NUnitLiteTestResult-4.5.xml;format=nunit2 - nunit-console.exe net-4.0\nunit.framework.tests.dll -result:NUnitFrameworkTestResult-4.0.xml;format=nunit2 - net-4.0\nunitlite.tests.exe -result:NUnitLiteTestResult-4.0.xml;format=nunit2 - nunit-console.exe net-3.5\nunit.framework.tests.dll -result:NUnitFrameworkTestResult-3.5.xml;format=nunit2 - net-3.5\nunitlite.tests.exe -result:NUnitLiteTestResult-3.5.xml;format=nunit2 - nunit-console.exe net-2.0\nunit.framework.tests.dll -result:NUnitFrameworkTestResult-2.0.xml;format=nunit2 - net-2.0\nunitlite.tests.exe -result:NUnitLiteTestResult-2.0.xml;format=nunit2 - nunit-console.exe nunit.agent.tests.dll -result:NUnitEngineTestResult.xml;format=nunit2 - nunit-console.exe nunit-console.tests.dll -result:NUnitConsoleTestResult.xml;format=nunit2
Add in all framework tests and save results in nunit2 format
Add in all framework tests and save results in nunit2 format
YAML
mit
nunit/nunit-console,nunit/nunit-console,nunit/nunit-console
8bca0d74e47e187d74cc395b1a7b22727bc8b26c
metadata/hu.vmiklos.plees_tracker.yml
metadata/hu.vmiklos.plees_tracker.yml
Categories: - Sports & Health - Time License: MIT AuthorName: Miklos Vajna AuthorEmail: [email protected] SourceCode: https://github.com/vmiklos/plees-tracker IssueTracker: https://github.com/vmiklos/plees-tracker/issues AutoName: Plees Tracker RepoType: git Repo: https://github.com/vmiklos/plees-tracker Builds: - versionName: '3.0' versionCode: 3 commit: v3.0 subdir: app gradle: - yes - versionName: '4.0' versionCode: 4 commit: v4.0 subdir: app gradle: - yes - versionName: '5.0' versionCode: 5 commit: v5.0 subdir: app gradle: - yes - versionName: '6.0' versionCode: 6 commit: v6.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '6.0' CurrentVersionCode: 6
Categories: - Sports & Health - Time License: MIT AuthorName: Miklos Vajna AuthorEmail: [email protected] SourceCode: https://github.com/vmiklos/plees-tracker IssueTracker: https://github.com/vmiklos/plees-tracker/issues AutoName: Plees Tracker RepoType: git Repo: https://github.com/vmiklos/plees-tracker Builds: - versionName: '3.0' versionCode: 3 commit: v3.0 subdir: app gradle: - yes - versionName: '4.0' versionCode: 4 commit: v4.0 subdir: app gradle: - yes - versionName: '5.0' versionCode: 5 commit: v5.0 subdir: app gradle: - yes - versionName: '6.0' versionCode: 6 commit: v6.0 subdir: app gradle: - yes - versionName: '6.1' versionCode: 7 commit: v6.1 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '6.1' CurrentVersionCode: 7
Update Plees Tracker to 6.1 (7)
Update Plees Tracker to 6.1 (7)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
14d6462c624f994450ecf724d96c80bc378388af
appveyor.yml
appveyor.yml
image: Visual Studio 2017 build_script: - cmd: msbuild build/build.proj /verbosity:minimal test: assemblies: test\SshNet.Security.Cryptography.NET40.Tests\bin\Debug\SshNet.Security.Cryptography.Tests.dll
image: Visual Studio 2017 before_build: - nuget restore src\SshNet.Security.Cryptography.VS2017.sln build: project: src\SshNet.Security.Cryptography.VS2017.sln verbosity: minimal test: assemblies: test\SshNet.Security.Cryptography.NET40.Tests\bin\Debug\SshNet.Security.Cryptography.Tests.dll
Revert "Attempt to build using our regular MSBuild script."
Revert "Attempt to build using our regular MSBuild script." This reverts commit 98ca4c06c8477439b05b394f3bca9b74538b158a.
YAML
mit
sshnet/Cryptography
ef4cf0a4daa747724fd012ef5d548de1241f3e7e
appveyor.yml
appveyor.yml
configuration: - Debug - Release before_build: - ps: nuget restore
configuration: - Debug - Release before_build: ps: nuget restore build: project: Suave.EvReact.sln
Use explicit solution name in AppVeyor configuration
Use explicit solution name in AppVeyor configuration
YAML
apache-2.0
unipi-itc/Suave.EvReact,unipi-itc/Suave.EvReact,unipi-itc/Suave.EvReact
d4f54496c4fc26a18221b074ed1c0548f9be9317
appveyor.yml
appveyor.yml
#---------------------------------# # environment configuration # #---------------------------------# version: 2.16.{build}.0 install: - git clone https://github.com/PowerShell/DscResource.Tests - ps: | Add-WindowsFeature RSAT-AD-PowerShell Import-Module "$env:APPVEYOR_BUILD_FOLDER\DscResource.Tests\AppVeyor.psm1" Invoke-AppveyorInstallTask #---------------------------------# # build configuration # #---------------------------------# build: false #---------------------------------# # test configuration # #---------------------------------# test_script: - ps: | Invoke-AppveyorTestScriptTask ` -CodeCoverage #---------------------------------# # deployment configuration # #---------------------------------# # scripts to run before deployment deploy_script: - ps: | Invoke-AppveyorAfterTestTask
#---------------------------------# # environment configuration # #---------------------------------# version: 2.16.{build}.0 install: - git clone https://github.com/PowerShell/DscResource.Tests - ps: | Add-WindowsFeature RSAT-AD-PowerShell Import-Module "$env:APPVEYOR_BUILD_FOLDER\DscResource.Tests\AppVeyor.psm1" Invoke-AppveyorInstallTask #---------------------------------# # build configuration # #---------------------------------# build: false #---------------------------------# # test configuration # #---------------------------------# test_script: - ps: | Invoke-AppveyorTestScriptTask ` -CodeCoverage ` -CodeCovIo #---------------------------------# # deployment configuration # #---------------------------------# # scripts to run before deployment deploy_script: - ps: | Invoke-AppveyorAfterTestTask
Fix AppVeyor to actually generate CodeCov files
Fix AppVeyor to actually generate CodeCov files
YAML
mit
PowerShell/xActiveDirectory,iainbrighton/xActiveDirectory
129f3d51bfe070ff2c2290a744752f4fc646c659
appveyor.yml
appveyor.yml
version: 1.0.{build} image: Windows Server 2016 environment: DOCKER_USER: secure: LjNiW/ZWrfVIJn3Mc9foeg== DOCKER_PASS: secure: 4gsl5WiqIztEWhL5fuhp9X0qT/mKg9fYzKYUUPf5WStIuNddv0fvIKGmvvyuFzzd install: - docker version build_script: - ps: .\build.ps1 test_script: - ps: .\test.ps1 deploy_script: - ps: .\deploy.ps1
version: 1.0.{build} image: Visual Studio 2017 environment: DOCKER_USER: secure: LjNiW/ZWrfVIJn3Mc9foeg== DOCKER_PASS: secure: 4gsl5WiqIztEWhL5fuhp9X0qT/mKg9fYzKYUUPf5WStIuNddv0fvIKGmvvyuFzzd install: - docker version build_script: - ps: .\build.ps1 test_script: - ps: .\test.ps1 deploy_script: - ps: .\deploy.ps1
Use official AppVeyor builder w/ Docker
Use official AppVeyor builder w/ Docker
YAML
mit
StefanScherer/dockerfiles-windows,StefanScherer/dockerfiles-windows,StefanScherer/dockerfiles-windows,StefanScherer/dockerfiles-windows,StefanScherer/dockerfiles-windows,StefanScherer/dockerfiles-windows,StefanScherer/dockerfiles-windows
0ca34608580db5ac77e5aea783dd05f3b9cade8b
appveyor.yml
appveyor.yml
environment: build_version: '1.0.0.{build}' ######## RELEASE CONFIGURATION ######## - branches: only: - feature/support-release-in-build-script version: 1.0.0.{build} configuration: Release platform: Any CPU before_build: - nuget restore build: project: AlexPovar.ResharperTweaks.sln verbosity: minimal after_build: - nuget pack AlexPovar.ResharperTweaks.nuspec -Version %APPVEYOR_BUILD_VERSION% -BasePath AlexPovar.ResharperTweaks\bin\Release # test: # assemblies: # - AlexPovar.ResharperTweaks.Tests.dll test: off artifacts: - path: '*.nupkg' assembly_info: patch: true file: AlexPovar.ResharperTweaks\Properties\AssemblyInfo.cs assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}-rc1'
######## RELEASE CONFIGURATION ######## - branches: only: - master version: 1.0.0.{build} configuration: Release platform: Any CPU before_build: - nuget restore build: project: AlexPovar.ResharperTweaks.sln verbosity: minimal after_build: - nuget pack AlexPovar.ResharperTweaks.nuspec -Version %APPVEYOR_BUILD_VERSION% -BasePath AlexPovar.ResharperTweaks\bin\Release # test: # assemblies: # - AlexPovar.ResharperTweaks.Tests.dll test: off artifacts: - path: '*.nupkg' assembly_info: patch: true file: AlexPovar.ResharperTweaks\Properties\AssemblyInfo.cs assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' ######## ANY_CONFIGURATION_BUILD ######## - version: 1.0.0.{build} configuration: Debug before_build: - nuget restore build: project: AlexPovar.ResharperTweaks.sln verbosity: minimal after_build: - nuget pack AlexPovar.ResharperTweaks.nuspec -Version %APPVEYOR_BUILD_VERSION% -BasePath AlexPovar.ResharperTweaks\bin\Debug test: off artifacts: - path: '*.nupkg'
Add config for any branch
Add config for any branch
YAML
mit
Zvirja/ReSharperHelpers
212c4ba9f677a97a6f7e0bc995739e62d133a413
appveyor.yml
appveyor.yml
version: "{build}" os: Windows Server 2012 R2 clone_folder: c:\projects\src\github.com\rjeczalik\bin environment: GOPATH: c:\projects install: - set PATH=%GOPATH%\bin;%PATH% - cd %APPVEYOR_BUILD_FOLDER% - go version - go get code.google.com/p/go.tools/cmd/vet - go get -v -t ./... - go install -a -race std build_script: - go tool vet -all . - go build ./... - go test -race -v ./... test: off deploy: off
version: "{build}" os: Windows Server 2012 R2 clone_folder: c:\projects\src\github.com\rjeczalik\bin environment: GOPATH: c:\projects install: - set PATH=%GOPATH%\bin;%PATH% - cd %APPVEYOR_BUILD_FOLDER% - go version - go get code.google.com/p/go.tools/cmd/vet - go get -v -t ./... build_script: - go tool vet -all . - go build ./... - go test -race -v ./... test: off deploy: off
Update AppVeyor CI configuration file
Update AppVeyor CI configuration file
YAML
mit
rjeczalik/bin
81903fd98259f33914e6d790c4de9cb5b62d8d33
appveyor.yml
appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "3" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. cache: # npm cache. - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # Local npm packages. - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "4" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. cache: # npm cache. - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # Local npm packages. - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
Drop io.js, test on Node.js 4
AppVeyor: Drop io.js, test on Node.js 4
YAML
mit
EE/grunt-inline-images
c89e8d42e5b2da69b86872faca23b865cabe09f7
appveyor.yml
appveyor.yml
environment: matrix: - RUST_VERSION: 1.6.0 BITS: 32 - RUST_VERSION: 1.6.0 BITS: 64 install: - IF "%BITS%" == "32" SET ARCH=i686 - IF "%BITS%" == "64" SET ARCH=x86_64 - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:RUST_VERSION}-${env:ARCH}-pc-windows-gnu.exe" -FileName rust-dist.exe - rust-dist.exe /VERYSILENT /NORESTART /COMPONENTS="Rustc,Gcc,Cargo,Std" /DIR="C:\Rust" - SET PATH=C:\Rust\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin - SET PATH=C:\msys64\mingw%BITS%\bin;C:\msys64\usr\bin;%PATH% - pacman --noconfirm -S mingw-w64-%ARCH%-gtk3 - SET GTK_LIB_DIR=C:\msys64\mingw%BITS%\lib build_script: - git clone -q https://github.com/gkoz/gir-files tests/gir-files - rustc -V - cargo build --release - cargo test --release - ps: >- foreach ($file in Get-ChildItem "tests\sys\gir-*.toml") { cargo run --release -- -c $file } - cd tests\sys\sys_build - cargo build - cargo build --features 3.16 test: false
environment: matrix: - RUST_VERSION: 1.6.0 BITS: 32 - RUST_VERSION: 1.6.0 BITS: 64 install: - IF "%BITS%" == "32" SET ARCH=i686 - IF "%BITS%" == "64" SET ARCH=x86_64 - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:RUST_VERSION}-${env:ARCH}-pc-windows-gnu.exe" -FileName rust-dist.exe - rust-dist.exe /VERYSILENT /NORESTART /COMPONENTS="Rustc,Gcc,Cargo,Std" /DIR="C:\Rust" - SET PATH=C:\Rust\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin - SET PATH=C:\msys64\mingw%BITS%\bin;C:\msys64\usr\bin;%PATH% - pacman --noconfirm -S mingw-w64-%ARCH%-gtk3 build_script: - git clone -q https://github.com/gkoz/gir-files tests/gir-files - rustc -V - cargo build --release - cargo test --release - ps: >- foreach ($file in Get-ChildItem "tests\sys\gir-*.toml") { cargo run --release -- -c $file } - cd tests\sys\sys_build - cargo build - cargo build --features 3.16 test: false
Test without GTK_LIB_DIR on Windows
Test without GTK_LIB_DIR on Windows
YAML
mit
EPashkin/gir,gtk-rs/gir,GuillaumeGomez/gir,EPashkin/gir,gtk-rs/gir,GuillaumeGomez/gir,gtk-rs/gir,gkoz/gir,GuillaumeGomez/gir,gkoz/gir
5565e1a6f0858fa7e96eed4ef06bc30b90c3a4c4
appveyor.yml
appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.11" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: If (!$(node --version).StartsWith('v' + $env:nodejs_version)) {Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)} # Disable the spinner, it looks bad on CI - npm config set spin false # Log HTTP requests - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Set build version format here instead of in the admin panel. version: "{build}"
# http://www.appveyor.com/docs/appveyor-yml # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.11" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: | If (!$(node --version).StartsWith('v' + $env:nodejs_version)) { Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) } # Disable the spinner, it looks bad on CI - npm config set spin false # Log HTTP requests - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Set build version format here instead of in the admin panel. version: "{build}"
Break an exceptionally long line into smaller ones
AppVeyor: Break an exceptionally long line into smaller ones
YAML
mit
mgol/grunt-ng-annotate,mzgol/grunt-ng-annotate
be02177c10b2dbcc18ab75fe9c2793520c378bac
appveyor.yml
appveyor.yml
environment: matrix: - PYTHON: "C:\\Python35-x64" PYTHON_VERSION: "3.5.x" PYTHON_ARCH: "64" install: - ps: if (-not(Test-Path($env:PYTHON))) { & _appveyor\install-python.ps1 } - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;C:\\Program Files (x86)\\NSIS\\Bin;%PATH%" - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - "pip install --disable-pip-version-check --upgrade pip" - "pip install --upgrade pipenv" - "pipenv install --system --dev --skip-lock" build: off test_script: - "flake8 ." - "pytest tests" after_test: - "for /f %%i in ('git describe') do @set SNAFU_GIT_VERSION=%%i" - "python .\\installers\\build.py win32 %SNAFU_GIT_VERSION%" - "python .\\installers\\build.py amd64 %SNAFU_GIT_VERSION%" - ps: "ls .\\installers\\*.exe" artifacts: - path: ".\\installers\\*.exe"
environment: matrix: - PYTHON: "C:\\Python36-x64" PYTHON_VERSION: "3.6.x" PYTHON_ARCH: "64" install: - ps: if (-not(Test-Path($env:PYTHON))) { & _appveyor\install-python.ps1 } - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;C:\\Program Files (x86)\\NSIS\\Bin;%PATH%" - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" - "pip install --disable-pip-version-check --upgrade pip" - "pip install --upgrade pipenv" - "pipenv install --system --dev --skip-lock" build: off test_script: - "flake8 ." - "pytest tests" after_test: - "for /f %%i in ('git describe') do @set SNAFU_GIT_VERSION=%%i" - "python .\\installers\\build.py win32 %SNAFU_GIT_VERSION%" - "python .\\installers\\build.py amd64 %SNAFU_GIT_VERSION%" - ps: "ls .\\installers\\*.exe" artifacts: - path: ".\\installers\\*.exe"
Upgrade Appveyor test groud to Python 3.6
Upgrade Appveyor test groud to Python 3.6
YAML
isc
uranusjr/snafu,uranusjr/snafu
3d4c12ef35487b99737f85d65f6a1132c7ec3103
conda_pkg/meta.yaml
conda_pkg/meta.yaml
{% set version = "0.6.10" %} package: name: riip version: "{{ version }}" source: path: ../ build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - pip - python - numpy - scipy - cython - setuptools run: - gitpython - matplotlib - numpy - pandas - pytables - python - pyyaml - scipy - ipython test: imports: - riip about: home: "https://github.com/mnishida/RII_Pandas" license: MIT license_family: MIT license_file: LICENSE summary: "Python 3 + Pandas wrapper for the refractiveindex.info database" doc_url: https://github.com/mnishida/RII_Pandas/tree/master/tutorial extra: recipe-maintainers: - mnishida
{% set version = "0.6.10" %} package: name: riip version: "{{ version }}" source: path: ../ build: number: 0 script: "{{ PYTHON }} -m pip install --use-feature=in-tree-build . -vv" requirements: host: - pip - python - numpy - scipy - cython - setuptools run: - gitpython - matplotlib - numpy - pandas - pytables - python - pyyaml - scipy - ipython test: imports: - riip about: home: "https://github.com/mnishida/RII_Pandas" license: MIT license_family: MIT license_file: LICENSE summary: "Python 3 + Pandas wrapper for the refractiveindex.info database" doc_url: https://github.com/mnishida/RII_Pandas/tree/master/tutorial extra: recipe-maintainers: - mnishida
Add --use-feature=in-tree-build to pip install.
Add --use-feature=in-tree-build to pip install.
YAML
mit
mnishida/RII_Pandas
87a5f96ac8849beac6b153665e6075540479eea1
docker-compose.yml
docker-compose.yml
version: "2" services: db: image: mysql:5.6.45 container_name: db command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci environment: - MYSQL_ROOT_PASSWORD=password - MYSQL_USER=credentials001 - MYSQL_PASSWORD=password - MYSQL_DATABASE=credentials memcached: container_name: memcached image: memcached:1.4.24 credentials: build: . command: ./manage.py runserver 0.0.0.0:18150 container_name: credentials depends_on: - db image: edxops/credentials:devstack-slim ports: - "18150:18150" stdin_open: true tty: true
version: "2" services: db: image: mysql:5.7 container_name: db command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci environment: - MYSQL_ROOT_PASSWORD=password - MYSQL_USER=credentials001 - MYSQL_PASSWORD=password - MYSQL_DATABASE=credentials memcached: container_name: memcached image: memcached:1.4.24 credentials: build: . command: ./manage.py runserver 0.0.0.0:18150 container_name: credentials depends_on: - db image: edxops/credentials:devstack-slim ports: - "18150:18150" stdin_open: true tty: true
Move testing mysql container to 5.7
Move testing mysql container to 5.7
YAML
agpl-3.0
edx/credentials,edx/credentials,edx/credentials,edx/credentials
f684c01834887cd64f24d275cf064acf55237b7c
docker-compose.yml
docker-compose.yml
data: image: debian:jessie user: www-data volumes: - .:/var/www/ web: image: nginx:1.7 ports: - "8016:80" - "44312:443" links: - php volumes: - docker/nginx/default.conf:/etc/nginx/conf.d/default.conf volumes_from: - data php: image: louisbl/php:5.6-fpm links: - db volumes_from: - data composer: image: louisbl/composer volumes_from: - data drush: image: louisbl/php:5.6-cli working_dir: /var/www entrypoint: ["php", "./vendor/bin/drush.php"] command: "" links: - db volumes_from: - data db: image: mysql:5.6 volumes: - docker/db:/var/lib/mysql environment: MYSQL_ROOT_PASSWORD: root_password MYSQL_DATABASE: database MYSQL_USER: database MYSQL_PASSWORD: database varnish: image: louisbl/varnish:4.0 ports: - "8017:80" links: - web:backend adminer: image: louisbl/adminer:4.2.1 ports: - "8015:80" links: - db
data: image: debian:jessie user: www-data volumes: - .:/var/www/ web: image: nginx:1.7 ports: - "8016:80" - "44312:443" links: - php volumes: - docker/nginx/default.conf:/etc/nginx/conf.d/default.conf volumes_from: - data php: image: louisbl/php:5.6-fpm links: - db volumes_from: - data composer: image: louisbl/composer volumes_from: - data drush: image: louisbl/php:5.6-cli entrypoint: ["php", "../vendor/bin/drush.php", "-l", "http://web"] command: "" links: - web - db volumes_from: - data db: image: mysql:5.6 volumes: - docker/db:/var/lib/mysql environment: MYSQL_ROOT_PASSWORD: root_password MYSQL_DATABASE: database MYSQL_USER: database MYSQL_PASSWORD: database varnish: image: louisbl/varnish:4.0 ports: - "8017:80" links: - web:backend adminer: image: louisbl/adminer:4.2.1 ports: - "8015:80" links: - db
Modify links for drush container
Modify links for drush container
YAML
mit
louisbl/drupal8-starter,louisbl/drupal8-starter
5ddbcbf21118ce88f6f5bf6dd3d9ab2ed002ba49
docker-compose.yml
docker-compose.yml
version: '2' services: db: volumes: - pgdata:/var/lib/postgresql/data image: postgres environment: - POSTGRES_USER=olgart - POSTGRES_DB=olgart app: build: ./app/ volumes: - static:/www/static/:ro - media:/www/media/ - ./olgart.json:/olgart.json:ro - ./media:/media_backup:ro ports: - "8000:8000" environment: - DJANGODEBUG=1 env_file: - secrets.env depends_on: - db proxy: build: ./proxy/ volumes: - static:/www/static/:ro - media:/www/media/:ro - ssl:/etc/nginx/ssl - letsencrypt:/etc/letsencrypt ports: - "80:80" - "443:443" environment: - TZ=Europe/Moscow - [email protected] - NGINX_HOST=olgart.ru depends_on: - app volumes: static: media: pgdata: ssl: letsencrypt:
version: '2' services: db: volumes: - pgdata:/var/lib/postgresql/data image: postgres environment: - POSTGRES_USER=olgart - POSTGRES_DB=olgart app: build: ./app/ volumes: - static:/www/static/:ro - media:/www/media/ - ./olgart.json:/olgart.json:ro - ./media:/media_backup:ro # ports: # - "8000:8000" # environment: # - DJANGODEBUG=1 env_file: - secrets.env depends_on: - db proxy: build: ./proxy/ volumes: - static:/www/static/:ro - media:/www/media/:ro - ssl:/etc/nginx/ssl - letsencrypt:/etc/letsencrypt ports: - "80:80" - "443:443" environment: - TZ=Europe/Moscow - [email protected] - NGINX_HOST=olgart.ru depends_on: - app volumes: static: media: pgdata: ssl: letsencrypt:
Remove debug features from compose file
Remove debug features from compose file
YAML
mit
hombit/olgart,hombit/olgart,hombit/olgart,hombit/olgart
ed62f72ff9a1f36e7f070e8e6919c26d87138a49
docker-compose.yml
docker-compose.yml
processor: build: . links: - queue environment: VIP_DP_AWS_ACCESS_KEY: VIP_DP_AWS_SECRET_KEY: VIP_DP_S3_BUCKET: VIP_DP_SQS_REGION: VIP_DP_SQS_QUEUE: VIP_DP_SQS_FAIL_QUEUE: queue: image: rabbitmq environment: RABBITMQ_NODENAME: vip_data_processor
processor: build: . links: - queue environment: VIP_DP_AWS_ACCESS_KEY: VIP_DP_AWS_SECRET_KEY: VIP_DP_S3_BUCKET: VIP_DP_SQS_REGION: VIP_DP_SQS_QUEUE: VIP_DP_SQS_FAIL_QUEUE: queue: image: rabbitmq:3.4.3-management ports: - "15672" environment: RABBITMQ_NODENAME: vip_data_processor
Use RabbitMQ image with management plugin
[CS] Use RabbitMQ image with management plugin Also, expose the management port so one can view RabbitMQ activity.
YAML
bsd-3-clause
votinginfoproject/data-processor
e73830619030a07a3054e3593c707644883cc720
docker-compose.yml
docker-compose.yml
version: '2' services: nanopub: build: . depends_on: - db environment: - NPS_MONGODB_HOST=db ports: - 8080:8080 db: image: mongo
version: '2' services: nanopub: build: . depends_on: - db environment: - NPS_MONGODB_HOST=db ports: - 8080:8080 db: image: mongo volumes: - /data/nanopubs/db:/data/db
Make MongoDB data persistent for Docker compose
Make MongoDB data persistent for Docker compose
YAML
mit
tkuhn/nanopub-server,tkuhn/nanopub-server
49709f6f2fd2cc73c0ddfba7364348d69e6fb347
docker-compose.yml
docker-compose.yml
version: '2' services: server: build: . entrypoint: /entrypoint.sh environment: - POSTGRES_PASSWORD=postgres command: postgres ports: - "5432:5432" volumes: - ./data:/data - /mnt/solexa:/mnt/solexa
version: '2' services: server: build: . entrypoint: /entrypoint.sh environment: - POSTGRES_PASSWORD=postgres command: postgres ports: - "5432:5432" volumes: - ./data:/data - /net/bioaps01/srv/nfs4/solexa:/mnt/solexa:ro
Make /mnt/solexa work for an actual automounted dir
Make /mnt/solexa work for an actual automounted dir - Also, make the mount in the container read-only
YAML
mit
wjv/mypg
d58db07ba27241109d35a147575ab404b86ceb9a
.github/workflows/Vienna.yml
.github/workflows/Vienna.yml
name: Vienna on: pull_request jobs: test: name: Test runs-on: macOS-latest steps: - name: Install SwiftLint run: brew install swiftlint - name: Set up Git repository uses: actions/checkout@v1 - name: Build Xcode project run: xcodebuild -project Vienna.xcodeproj -scheme Vienna -configuration Development build-for-testing | xcpretty && exit ${PIPESTATUS[0]} - name: Test Xcode project run: xcodebuild -project Vienna.xcodeproj -scheme Vienna -configuration Development test | xcpretty && exit ${PIPESTATUS[0]}
name: Vienna on: pull_request jobs: test: name: Test runs-on: macos-11.0 steps: - name: Install SwiftLint run: brew install swiftlint - name: Set up Git repository uses: actions/checkout@v1 - name: Build Xcode project run: xcodebuild -project Vienna.xcodeproj -scheme Vienna -configuration Development build-for-testing | xcpretty && exit ${PIPESTATUS[0]} - name: Test Xcode project run: xcodebuild -project Vienna.xcodeproj -scheme Vienna -configuration Development test | xcpretty && exit ${PIPESTATUS[0]}
Update GitHub action for 11.0 Big Sur
Update GitHub action for 11.0 Big Sur
YAML
apache-2.0
barijaona/vienna-rss,barijaona/vienna-rss,barijaona/vienna-rss,ViennaRSS/vienna-rss,josh64x2/vienna-rss,josh64x2/vienna-rss,Eitot/vienna-rss,josh64x2/vienna-rss,Eitot/vienna-rss,barijaona/vienna-rss,ViennaRSS/vienna-rss,ViennaRSS/vienna-rss,josh64x2/vienna-rss,Eitot/vienna-rss,barijaona/vienna-rss,josh64x2/vienna-rss,ViennaRSS/vienna-rss,ViennaRSS/vienna-rss,Eitot/vienna-rss
eefaaba839944f1a790c1d0b2e1af8f29ad5c950
.github/workflows/build.yaml
.github/workflows/build.yaml
name: publish-to-pypi on: [ push, pull_request ] jobs: test: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: 3.7 - name: Install dependencies run: | python -m pip install --upgrade pip pip install wheel pip install -e ".[aws,test]" echo $(git describe --abbrev=0 --tags) > drift/VERSION - name: Run PyTest run: pytest . publish: if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest needs: test steps: - name: Checkout code uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: 3.7 - name: Install dependencies run: | python -m pip install --upgrade pip pip install setuptools wheel twine pip install -e ".[aws,test]" - name: Stamp version run: | echo $(git describe --abbrev=0 --tags) > drift/VERSION - name: Publish to PyPi env: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} run: | python setup.py sdist bdist_wheel twine check dist/* twine upload --repository-url https://test.pypi.org/legacy/ dist/*
name: publish-to-pypi on: [ push, pull_request ] jobs: test: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: 3.7 - name: Install dependencies run: | python -m pip install --upgrade pip pip install wheel pip install -e ".[aws,test]" echo $(git describe --abbrev=0 --tags) > drift/VERSION - name: Run PyTest run: pytest . publish: runs-on: ubuntu-latest needs: test steps: - name: Checkout code uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: 3.7 - name: Install dependencies run: | python -m pip install --upgrade pip pip install setuptools wheel twine pip install -e ".[aws,test]" - name: Stamp version run: | echo $(git describe --abbrev=0 --tags) > drift/VERSION - name: Publish to PyPi env: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} run: | python setup.py sdist bdist_wheel twine check dist/* twine upload --repository-url https://test.pypi.org/legacy/ dist/*
Remove false condition on publish step
Remove false condition on publish step
YAML
mit
dgnorth/drift,dgnorth/drift,dgnorth/drift
30c0710e425b43a519a71ea3e0d21404fa3c46db
.github/workflows/deploy.yml
.github/workflows/deploy.yml
name: Deploy to NPM & Tag on: workflow_dispatch: inputs: versionUpdateType: description: 'For example 1.0.1, or patch -> <newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease' required: true default: patch env: NODE_AUTH_TOKEN: secrets.NPM_AUTH_TOKEN jobs: deploy: name: NPM Publish @excaliburjs/plugin-tiled runs-on: ubuntu-latest strategy: matrix: node-version: [14.x] steps: - uses: actions/checkout@v2 with: submodules: true fetch-depth: 100 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' - uses: actions/cache@v2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - run: | echo "Deploying version ${{ github.event.inputs.versionUpdateType}} of @excaliburjs/plugin-tiled" git config --global user.name 'Excalibur Bot' git config --global user.email '[email protected]' npm ci npm run build npm version ${{ github.eventinputs.versionUpdateType }} -m "chore: Deploy %s release" git push npm publish
name: Deploy to NPM & Tag on: workflow_dispatch: inputs: versionUpdateType: description: 'For example 1.0.1, or patch -> <newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease' required: true default: patch env: NPM_TOKEN: secrets.NPM_AUTH_TOKEN jobs: deploy: name: NPM Publish @excaliburjs/plugin-tiled runs-on: ubuntu-latest strategy: matrix: node-version: [14.x] steps: - uses: actions/checkout@v2 with: submodules: true fetch-depth: 100 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' - uses: actions/cache@v2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - run: | echo "Deploying version ${{ github.event.inputs.versionUpdateType}} of @excaliburjs/plugin-tiled" git config --global user.name 'Excalibur Bot' git config --global user.email '[email protected]' npm ci npm run build npm version ${{ github.event.inputs.versionUpdateType }} -m "chore: Deploy %s release" git push npm publish
Fix typo + correct auth
chore: Fix typo + correct auth
YAML
bsd-2-clause
excaliburjs/excalibur-tiled,excaliburjs/excalibur-tiled,excaliburjs/excalibur-tiled
88c61e70dfb0bc3473c75d037b18d940804445d6
.github/workflows/python.yml
.github/workflows/python.yml
name: Python CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: unit-test: runs-on: ubuntu-latest strategy: matrix: python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip pip install flake8 pytest wheel if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names flake8 . --exclude deps --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --exclude deps --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Build and install run: python setup.py build_ext install - name: Test with pytest run: cd python && pytest
name: Python CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: unit-test: runs-on: ubuntu-latest strategy: matrix: python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip pip install flake8 pytest wheel if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names flake8 . --exclude deps --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --exclude deps --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Build and install run: python setup.py build_ext install - name: Test with pytest run: cd python && pytest
Drop tests of Python 3.5
Drop tests of Python 3.5 Python 3.5 is no longer suppported in GitHub Actions
YAML
apache-2.0
BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC
5957cbd6a4be30927adba750500b803f244f5b07
.github/workflows/tests.yaml
.github/workflows/tests.yaml
name: Tests on: pull_request: null push: branches: - master jobs: tests: runs-on: ubuntu-latest strategy: matrix: php: - '7.0' - '7.1' - '7.2' - '7.3' - '7.4' name: PHP ${{ matrix.php }} tests steps: # checkout git - uses: actions/checkout@v2 # setup PHP - uses: shivammathur/setup-php@v1 with: php-version: ${{ matrix.php }} coverage: none - run: composer install --no-progress --ansi - run: vendor/bin/phpunit --coverage-clover=coverage.xml - uses: codecov/codecov-action@v1 with: file: './coverage.xml'
name: Tests on: pull_request: null push: branches: - master jobs: tests: runs-on: ubuntu-latest strategy: matrix: php: - '7.0' - '7.1' - '7.2' - '7.3' - '7.4' name: PHP ${{ matrix.php }} tests steps: # checkout git - uses: actions/checkout@v2 # setup PHP - uses: shivammathur/setup-php@v1 with: php-version: ${{ matrix.php }} coverage: xdebug - run: composer install --no-progress --ansi - run: vendor/bin/phpunit --coverage-clover=coverage.xml - uses: codecov/codecov-action@v1 with: file: './coverage.xml' fail_ci_if_error: true
Fix coverage reporting; make CI fail if it doesn't work
Fix coverage reporting; make CI fail if it doesn't work
YAML
mit
Jean85/pretty-package-versions
76695262bb78e0e62b302b06b8f4380ed72c1fc1
packages/le/lean-peano.yaml
packages/le/lean-peano.yaml
homepage: https://github.com/oisdk/lean-peano#readme changelog-type: markdown hash: 8ca0ffb805c579aad16193e483ff2a52495858a502cd666e157ce37b000cf73d test-bench-deps: base: -any hedgehog: -any doctest: -any base-compat: -any deepseq: -any QuickCheck: -any lean-peano: -any template-haskell: -any maintainer: [email protected] synopsis: '' changelog: | # Changelog for lean-peano ## Unreleased changes basic-deps: base: ! '>=4.7 && <5' deepseq: -any all-versions: - 0.1.0.0 - 0.1.0.1 - 0.1.1.0 author: Donnacha Oisín Kidney latest: 0.1.1.0 description-type: markdown description: | [![Hackage](https://img.shields.io/hackage/v/lean-peano.svg)](https://hackage.haskell.org/package/lean-peano) # lean-peano Implementation of peano numbers (with all relevant instances) with minimal dependencies. license-name: MIT
homepage: https://github.com/oisdk/lean-peano#readme changelog-type: markdown hash: 25083084da1f6d5d102018062e5bd513a90f13021f25fceaf7a6ee5fb4548901 test-bench-deps: base: ! '>=4.10.0.0 && <5' hedgehog: -any doctest: -any base-compat: -any deepseq: -any QuickCheck: -any lean-peano: -any template-haskell: -any maintainer: [email protected] synopsis: A maximally lazy, simple implementation of the Peano numbers with minimal dependencies changelog: | # Changelog for lean-peano ## Unreleased changes basic-deps: base: ! '>=4.10.0.0 && <5' deepseq: ! '>=1.1.0.0' all-versions: - 0.1.0.0 - 0.1.0.1 - 0.1.1.0 - 1.0.0.0 author: Donnacha Oisín Kidney latest: 1.0.0.0 description-type: markdown description: | [![Hackage](https://img.shields.io/hackage/v/lean-peano.svg)](https://hackage.haskell.org/package/lean-peano) # lean-peano Implementation of peano numbers (with all relevant instances) with minimal dependencies. license-name: MIT
Update from Hackage at 2020-03-02T22:32:48Z
Update from Hackage at 2020-03-02T22:32:48Z
YAML
mit
commercialhaskell/all-cabal-metadata
ecc3c9954aa532a9e50c9eff5ec794944a5f9be7
packages/li/libroman.yaml
packages/li/libroman.yaml
homepage: https://ahakki.xyz changelog-type: '' hash: c7113dfabfb0f60f89f191340fa685b044ef9e5b0750173ab3af7edd3646b362 test-bench-deps: base: -any hspec: -any libroman: -any QuickCheck: -any maintainer: [email protected] synopsis: Roman Numerals for YOU changelog: '' basic-deps: split: -any base: ! '>=4.7 && <5' all-versions: - '1.0.0' - '1.0.1' - '2.0.0' - '2.0.1' author: Alexander Hakki latest: '2.0.1' description-type: haddock description: Use Roman Numerals as a Numeric Datatype (sort of) license-name: BSD3
homepage: https://ahakki.xyz changelog-type: '' hash: 78c8584e82e6c310f8310224674ef3ca1b73ae710e6709e6bad0546c49a66dfb test-bench-deps: base: -any hspec: -any libroman: -any QuickCheck: -any maintainer: [email protected] synopsis: Roman Numerals for YOU changelog: '' basic-deps: split: -any base: ! '>=4.7 && <5' all-versions: - '2.0.0' - '2.0.1' - '2.0.2' author: Alexander Hakki latest: '2.0.2' description-type: haddock description: Use Roman Numerals as a Numeric Datatype (sort of) license-name: BSD3
Update from Hackage at 2016-06-01T19:22:26+0000
Update from Hackage at 2016-06-01T19:22:26+0000
YAML
mit
commercialhaskell/all-cabal-metadata
cd0f61852176e6506a26f8de40beadd6ffe767e1
packages/wi/witherable.yaml
packages/wi/witherable.yaml
homepage: https://github.com/fumieval/witherable changelog-type: '' hash: 4466b830d62a9e35c279f1d84d373dd07981e2cc9689bc27ff0e01d97bad9ac6 test-bench-deps: {} maintainer: Fumiaki Kinoshita <[email protected]> synopsis: Generalization of filter and catMaybes changelog: '' basic-deps: base: ==4.* unordered-containers: -any base-orphans: -any containers: -any hashable: -any transformers: -any vector: -any all-versions: - '0.0' - '0.1' - '0.1.1' - '0.1.1.1' - '0.1.2' - '0.1.2.1' - '0.1.2.2' - '0.1.2.3' - '0.1.3' - '0.1.3.2' - '0.1.3.3' author: Fumiaki Kinoshita latest: '0.1.3.3' description-type: haddock description: '' license-name: BSD3
homepage: https://github.com/fumieval/witherable changelog-type: '' hash: e678ea8e7b097ef219b908eb35c6e96b2082fb8a270313478adccf0bc5a952ea test-bench-deps: {} maintainer: Fumiaki Kinoshita <[email protected]> synopsis: filterable traversable changelog: '' basic-deps: base: ==4.* unordered-containers: -any base-orphans: -any containers: -any hashable: -any transformers: -any vector: -any all-versions: - '0.0' - '0.1' - '0.1.1' - '0.1.1.1' - '0.1.2' - '0.1.2.1' - '0.1.2.2' - '0.1.2.3' - '0.1.3' - '0.1.3.2' - '0.1.3.3' - '0.1.3.4' author: Fumiaki Kinoshita latest: '0.1.3.4' description-type: haddock description: A stronger variant of `traverse` which can remove elements and generalised mapMaybe, catMaybes, filter license-name: BSD3
Update from Hackage at 2017-03-15T08:05:27Z
Update from Hackage at 2017-03-15T08:05:27Z
YAML
mit
commercialhaskell/all-cabal-metadata
29792f8148888e0c35893e1f0b5d373b7e2968af
spec/fixtures/agent_types.yml
spec/fixtures/agent_types.yml
--- agent_type_00001: id: 1 name: Person display_name: Person note: position: 1 agent_type_00002: id: 2 name: CorporateBody display_name: CorporateBody note: position: 2 agent_type_00003: id: 3 name: Conference display_name: Conference note: position: 3 # == Schema Information # # Table name: agent_types # # id :integer not null, primary key # name :string(255) not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
--- agent_type_00001: id: 1 name: person display_name: Person note: position: 1 agent_type_00002: id: 2 name: corporate_body display_name: CorporateBody note: position: 2 agent_type_00003: id: 3 name: conference display_name: Conference note: position: 3 # == Schema Information # # Table name: agent_types # # id :integer not null, primary key # name :string(255) not null # display_name :text # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null #
Update fixture to avoid validation error.
Update fixture to avoid validation error.
YAML
mit
next-l/enju_nii,next-l/enju_nii,next-l/enju_nii
46e3269abe306bf841f51f5e46e38f55091bc4b2
provisioning/roles/mysql/tasks/main.yml
provisioning/roles/mysql/tasks/main.yml
--- - name: Install the packages apt: name="{{ item }}" state=present update_cache=yes with_items: "{{ mysql_packages }}" when: ansible_os_family == "Debian" tags: [mysql,packages] - name: ensure mysql service is up action: service name=mysql state=started tags: [mysql,services] - name: Create the dev database mysql_db: name="{{ DB_NAME }}" state=present encoding=utf8 collation=utf8_general_ci tags: [mysql] - name: Create the dev user for the mysql mysql_user: name="{{ USERNAME }}" password="{{ PASSWORD }}" priv="{{ DB_NAME }}.*:ALL,GRANT" state=present tags: [mysql] - name: Set root user password mysql_user: name=root password="{{ MYSQL_ROOT_PASSWORD }}" check_implicit_admin=yes login_user="root" state=present
--- - name: Install the packages apt: name="{{ item }}" state=present update_cache=yes with_items: "{{ mysql_packages }}" when: ansible_os_family == "Debian" tags: [mysql,packages] - name: ensure mysql service is up action: service name=mysql state=started tags: [mysql,services] - name: Create the dev database mysql_db: name="{{ DB_NAME }}" state=present encoding=utf8 collation=utf8_general_ci tags: [mysql] - name: Create the dev user for the mysql mysql_user: name="{{ USERNAME }}" password="{{ PASSWORD }}" priv="{{ DB_NAME }}.*:ALL,GRANT" state=present tags: [mysql] - name: Set root user password mysql_user: name=root password="{{ MYSQL_ROOT_PASSWORD }}" check_implicit_admin=yes login_user="root" state=present - name: During development turn the genral log on lineinfile: dest=/etc/mysql/my.cnf line="general_log = on" regexp='^general_log = on$' state=present insertafter=EOF create=True notify: restart mysql - name: During development log every query in /tmp/mysql.log lineinfile: dest=/etc/mysql/my.cnf line="general_log_file=/tmp/mysql.log" regexp='^general_log_file=/tmp/mysql.log$' state=present insertafter=EOF create=True notify: restart mysql - name: During development decrease the amount of ram used lineinfile: dest=/etc/mysql/my.cnf line="table_definition_cache=200" regexp='^table_definition_cache=' state=present insertafter="[mysqld]" create=True notify: restart mysql
Add the tweaks for mysql.
Add the tweaks for mysql.
YAML
mit
urukalo/unfinished,phpsrbija/unfinished,phpsrbija/unfinished,urukalo/unfinished,phpsrbija/unfinished,urukalo/unfinished,tasmaniski/unfinished,phpsrbija/unfinished,tasmaniski/unfinished,tasmaniski/unfinished,urukalo/unfinished,tasmaniski/unfinished
7973710ab73a9d02d32344f0892d0b5211eebb4e
ansible/roles/ripgrep/tasks/main.yml
ansible/roles/ripgrep/tasks/main.yml
--- - name: Install cargo (Rust package manager) become: yes apt: name=cargo state=present - name: Install ripgrep command: cargo install ripgrep args: creates: "{{ home_dir }}/.cargo/bin/rg"
--- - name: Install rust and cargo shell: curl https://sh.rustup.rs -sSf | sh -s -- -y args: creates: "{{ home_dir }}/.cargo/bin/cargo" warn: False - name: Install ripgrep command: "{{ home_dir }}/.cargo/bin/cargo install ripgrep" args: creates: "{{ home_dir }}/.cargo/bin/rg"
Install latest rust for ripgrep
Install latest rust for ripgrep
YAML
mit
fernandoacorreia/homefiles,fernandoacorreia/homefiles
848d080c1aed90e8de81ab418ecff3e91c5cad5b
playbooks/proposal/pre.yaml
playbooks/proposal/pre.yaml
- hosts: all pre_tasks: - name: Ensure pip include_role: name: ensure-pip - name: Install git-review pip: name: git-review virtualenv: /opt/git-review virtualenv_command: '{{ ensure_pip_virtualenv_command }}' become: yes - name: Link git-review file: src: /opt/git-review/bin/git-review dest: /usr/local/bin/git-review owner: root group: root state: link become: yes - name: Copy scripts to the script dir on the node copy: dest: '{{ ansible_user_dir }}/scripts/' src: '{{ item }}' mode: 0755 with_items: - generate_puppetfile.sh - propose_update.sh - sync_openstack_ansible_common_files.sh roles: - role: configure-git git_config: user.name: OpenStack Proposal Bot user.email: [email protected] gitreview.username: proposal-bot - copy-proposal-common-scripts # For propose-update-constraints - copy-release-tools-scripts - add-sshkey - bindep - ensure-python - role: ensure-tox ensure_global_symlinks: true
- hosts: all pre_tasks: - name: Ensure pip include_role: name: ensure-pip vars: ensure_pip_from_packages: True ensure_pip_from_upstream_interpreters: - python3.6 - python3.7 - python3.8 - name: Install git-review pip: name: git-review virtualenv: /opt/git-review virtualenv_command: '{{ ensure_pip_virtualenv_command }}' become: yes - name: Link git-review file: src: /opt/git-review/bin/git-review dest: /usr/local/bin/git-review owner: root group: root state: link become: yes - name: Copy scripts to the script dir on the node copy: dest: '{{ ansible_user_dir }}/scripts/' src: '{{ item }}' mode: 0755 with_items: - generate_puppetfile.sh - propose_update.sh - sync_openstack_ansible_common_files.sh roles: - role: configure-git git_config: user.name: OpenStack Proposal Bot user.email: [email protected] gitreview.username: proposal-bot - copy-proposal-common-scripts # For propose-update-constraints - copy-release-tools-scripts - add-sshkey - bindep - ensure-python - role: ensure-tox ensure_global_symlinks: true
Install pip for all versions
update-constraints: Install pip for all versions Depends-on: https://review.opendev.org/739272 Change-Id: Ic6444e6c186c82a21e7fe2868c27fda3378c187a Signed-off-by: Sean McGinnis <[email protected]>
YAML
apache-2.0
openstack-infra/project-config,openstack-infra/project-config
6b89336d91733a501d9f5a279da3dc78b3bfd364
appveyor.yml
appveyor.yml
version: 1.0.0.{build} os: Visual Studio 2015 configuration: Release platform: Any CPU assembly_info: patch: true file: AssemblyInfo.* assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)' before_build: - ps: nuget restore build: project: Tabster.Printing.sln after_test: - ps: >- .\nuget_pack.ps1 artifacts: - path: '*.nupkg' name: nuget_package deploy: provider: NuGet api_key: secure: QzhmxS67d/XC1o4iPuKUv4+m4DxLtf5xXivDgokPK3kkMRP586YrbNDWZIPF09+R skip_symbols: false artifact: /.*\.nupkg/ on: branch: master
version: 1.0.0.{build} os: Visual Studio 2015 configuration: Release platform: Any CPU assembly_info: patch: true file: AssemblyInfo.* assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)' before_build: - ps: nuget restore build: project: Tabster.Printing.sln after_test: - ps: >- .\nuget_pack.ps1 artifacts: - path: '*.nupkg' name: nuget_package deploy: provider: NuGet api_key: secure: QzhmxS67d/XC1o4iPuKUv4+m4DxLtf5xXivDgokPK3kkMRP586YrbNDWZIPF09+R skip_symbols: false artifact: nuget_package on: branch: master
Replace regex with artifact name
Replace regex with artifact name
YAML
apache-2.0
GetTabster/Tabster.Printing
ff7032ce08714caf9f13d2af83c96d90a682713c
appveyor.yml
appveyor.yml
version: '1.0.{build}' platform: - x86 - x64 - ARM configuration: - Debug - Release matrix: fast_finish: true
version: '1.0.{build}' platform: - x86 - x64 - ARM configuration: - Release matrix: fast_finish: true before_build: - nuget restore
Add NuGet Restore to CI config
Add NuGet Restore to CI config
YAML
mit
pingzing/digi-transit-10
b5cf6678708a93b162d92575790b9038a6646c5c
appveyor.yml
appveyor.yml
version: 1.0.{build} os: Visual Studio 2015 configuration: Release platform: Any CPU init: - ps: git config --global core.autocrlf true install: - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% before_build: - nuget restore build: verbosity: minimal artifacts: - path: 'Tvl.VisualStudio.InheritanceMargin\bin\Release\Tvl.VisualStudio.InheritanceMargin.vsix'
version: 1.0.{build} os: Visual Studio 2015 configuration: Release platform: Any CPU init: - ps: git config --global core.autocrlf true install: - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% before_build: - nuget restore build: verbosity: minimal artifacts: - path: 'Tvl.VisualStudio.InheritanceMargin\bin\Release\Tvl.VisualStudio.InheritanceMargin.vsix' # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified cache: - packages -> **\packages.config
Enable AppVeyor cache for NuGet packages
Enable AppVeyor cache for NuGet packages
YAML
mit
tunnelvisionlabs/InheritanceMargin
a3bae1b1936ccbc30f5a91a0a6d57de68d5094ea
appveyor.yml
appveyor.yml
version: 1.1.1.{build}-pre branches: only: - master - develop image: Visual Studio 2017 configuration: Publish platform: Any CPU environment: nuget_api_key: secure: L7CA8R31O28Mlv6Bw82r9nwZWnnRJzuHvdOLrNckp47kfsipZBiCYlF0fiwb3jXr assembly_info: patch: true file: '**\AssemblyInfo.*' assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' build_script: - cmd: >- cd src nuget update -self nuget restore msbuild Rg.Plugins.Popup.sln /t:Build /p:Configuration=Publish /p:Platform="Any CPU" artifacts: - path: 'nuspec\*.nupkg' deploy_script: - ps: >- cd ../nuspec nuget pack "Rg.Plugins.Popup.nuspec" -Version $env:APPVEYOR_BUILD_VERSION if($env:APPVEYOR_REPO_BRANCH -eq "master" -and $end:APPVEYOR_REPO_TAG) { nuget push *.nupkg -Source "https://www.nuget.org" -ApiKey $env:NUGET_API_KEY } #if($env:APPVEYOR_REPO_BRANCH -eq "develop") #{ # Get-ChildItem .\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } #}
version: 1.1.1.{build}-pre branches: only: - master - develop image: Visual Studio 2017 configuration: Publish platform: Any CPU environment: nuget_api_key: secure: L7CA8R31O28Mlv6Bw82r9nwZWnnRJzuHvdOLrNckp47kfsipZBiCYlF0fiwb3jXr assembly_info: patch: true file: '**\AssemblyInfo.*' assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' build_script: - cmd: >- cd src nuget update -self nuget restore msbuild Rg.Plugins.Popup.sln /t:Build /p:Configuration=Publish /p:Platform="Any CPU" deploy_script: - ps: >- cd ../nuspec nuget pack "Rg.Plugins.Popup.nuspec" -Version $env:APPVEYOR_BUILD_VERSION if($env:APPVEYOR_REPO_BRANCH -eq "master" -and $end:APPVEYOR_REPO_TAG) { nuget push *.nupkg -Source "https://www.nuget.org" -ApiKey $env:NUGET_API_KEY } if($env:APPVEYOR_REPO_BRANCH -eq "develop") { Get-ChildItem .\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } }
Use the old artifacts system
refact(Appveyor): Use the old artifacts system
YAML
mit
rotorgames/Rg.Plugins.Popup,rotorgames/Rg.Plugins.Popup
bdca5ab410a593ce37efd1666cb2fe5cfb097b77
appveyor.yml
appveyor.yml
version: '1.0.{build}' configuration: - Debug - Release platform: Any CPU environment: # Don't report back to the mothership DOTNET_CLI_TELEMETRY_OPTOUT: 1 init: - ps: $Env:LABEL = "CI" + $Env:APPVEYOR_BUILD_NUMBER.PadLeft(5, "0") before_build: - appveyor-retry dotnet restore -v Minimal build_script: - dotnet build "src\jmespath.net" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL% after_build: test_script: - dotnet test "test\jmespath.net.tests" -c %CONFIGURATION% cache: - '%USERPROFILE%\.nuget\packages' on_finish:
version: '1.0.{build}' configuration: - Debug - Release platform: Any CPU environment: # Don't report back to the mothership DOTNET_CLI_TELEMETRY_OPTOUT: 1 init: - ps: $Env:LABEL = "CI" + $Env:APPVEYOR_BUILD_NUMBER.PadLeft(5, "0") before_build: - appveyor-retry dotnet restore -v Minimal build_script: - dotnet build "src\jmespath.net" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL% after_build: test_script: - dotnet test "tests\jmespath.net.tests" -c %CONFIGURATION% cache: - '%USERPROFILE%\.nuget\packages' on_finish:
Fix - Incorrect reference to tests project.json.
Fix - Incorrect reference to tests project.json.
YAML
apache-2.0
jdevillard/JmesPath.Net
12e85828f0031c896afe8dbb95e95bbd7ff8df3f
appveyor.yml
appveyor.yml
build: false environment: matrix: - PYTHON: "C:/Python27" 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" - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy mingw-w64-x86_64-ca-certificates ca-certificates" test_script: - "%PYTHON%/Scripts/pip.exe --version" - "%PYTHON%/Scripts/pip.exe install tox" - "%PYTHON%/Scripts/tox.exe -e py27"
build: false environment: matrix: - PYTHON: "C:/Python27" install: - ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py') - "%PYTHON%/python.exe C:/get-pip.py" - "%PYTHON%/Scripts/pip.exe --version" - "%PYTHON%/Scripts/pip.exe install tox" test_script: - "git clone https://github.com/aspnet/Identity %APPVEYOR_BUILD_FOLDER%/tests/dotnetexample/example/Identity" - "%PYTHON%/Scripts/tox.exe -e py27"
Clone test repo before testing
Clone test repo before testing
YAML
mit
rtfd/sphinx-autoapi,rtfd/sphinx-autoapi,rtfd/sphinx-autoapi,rtfd/sphinx-autoapi
0ebfcf8e315763778ba4aa4eaa91677d1a329a68
appveyor.yml
appveyor.yml
version: {build} build: false environment: matrix: - PYTHON: "C:\\Python26" - PYTHON: "C:\\Python27" - PYTHON: "C:\\Python33" - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python35" init: - "ECHO %PYTHON%" - ps: "ls C:/Python*" install: - "%PYTHON%/Scripts/pip.exe install -e ." - "%PYTHON%/Scripts/pip.exe install -r requirements-test.txt" test_script: - "%PYTHON%/Scripts/pip.exe --version" - "%PYTHON%/Scripts/http.exe --debug" - "%PYTHON%/Scripts/py.test.exe"
version: "#{build}" build: false environment: matrix: - PYTHON: "C:\\Python26" - PYTHON: "C:\\Python27" - PYTHON: "C:\\Python33" - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python35" init: - "ECHO %PYTHON%" - ps: "ls C:/Python*" install: - "%PYTHON%/Scripts/pip.exe install -e ." - "%PYTHON%/Scripts/pip.exe install -r requirements-test.txt" test_script: - "%PYTHON%/Scripts/pip.exe --version" - "%PYTHON%/Scripts/http.exe --debug" - "%PYTHON%/Scripts/py.test.exe"
Fix Appveyor build string format
Fix Appveyor build string format
YAML
mit
Yegorov/http-prompt,eliangcs/http-prompt
53b79fbefe6d118f88e5ab67fd99cdf91db8aae8
appveyor.yml
appveyor.yml
environment: matrix: - PYTHON: "C:\\Python34" PYTHON_VERSION: "Python 3.4 x86" - PYTHON: "C:\\Python35" PYTHON_VERSION: "Python 3.5 x86" - PYTHON: "C:\\Python34-x64" PYTHON_VERSION: "Python 3.4 x64" DISTUTILS_USE_SDK: "1" - PYTHON: "C:\\Python35-x64" PYTHON_VERSION: "Python 3.5 x64" install: - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" # Check that we have the expected version and architecture for Python - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" # Update PIP version - ".\\appveyor\\build.cmd pip install --user --upgrade pip" # Install AtlassianBot requirements - ".\\appveyor\\build.cmd pip install -r requirements.txt" # Install CodeCov requirements - "pip install codecov" # Install ImageMagick - choco install imagemagick.app -y build: off test_script: - "COPY plugins\\settings-sample.yml plugins\\settings.yml" - "coverage run --source=plugins,utils,imageproxy -m py.test -vv tests/" after_test: - "coverage report" - "codecov --env PYTHON_VERSION APPVEYOR_REPO_BRANCH"
environment: matrix: - PYTHON: "C:\\Python34" PYTHON_VERSION: "Python 3.4 x86" IMAGEMAGICK_PLATFORM: "--x86" - PYTHON: "C:\\Python35" PYTHON_VERSION: "Python 3.5 x86" IMAGEMAGICK_PLATFORM: "--x86" - PYTHON: "C:\\Python34-x64" PYTHON_VERSION: "Python 3.4 x64" DISTUTILS_USE_SDK: "1" - PYTHON: "C:\\Python35-x64" PYTHON_VERSION: "Python 3.5 x64" install: - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" # Check that we have the expected version and architecture for Python - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" # Update PIP version - ".\\appveyor\\build.cmd pip install --user --upgrade pip" # Install AtlassianBot requirements - ".\\appveyor\\build.cmd pip install -r requirements.txt" # Install CodeCov requirements - "pip install codecov" # Install ImageMagick - choco install imagemagick.app -y %IMAGEMAGICK_PLATFORM% build: off test_script: - "COPY plugins\\settings-sample.yml plugins\\settings.yml" - "coverage run --source=plugins,utils,imageproxy -m py.test -vv tests/" after_test: - "coverage report" - "codecov --env PYTHON_VERSION APPVEYOR_REPO_BRANCH"
Install x86 ImageMagick version for x86 python versions
Install x86 ImageMagick version for x86 python versions
YAML
mit
gpailler/AtlassianBot
ea642f6e1dc7930ecc8f44fd310ae85c0639dbee
appveyor.yml
appveyor.yml
version: "{build}" os: Windows Server 2012 R2 clone_folder: c:\gopath\src\github.com\mholt\caddy environment: GOPATH: c:\gopath install: - go get golang.org/x/tools/cmd/vet - echo %PATH% - echo %GOPATH% - go version - go env - go get -d ./... build_script: - go vet ./... - go test ./...
version: "{build}" os: Windows Server 2012 R2 clone_folder: c:\gopath\src\github.com\mholt\caddy environment: GOPATH: c:\gopath install: - go get golang.org/x/tools/cmd/vet - echo %GOPATH% - go version - go env - go get -d ./... build_script: - go vet ./... - go test ./...
Remove PATH from build output
Remove PATH from build output
YAML
apache-2.0
yukimochi/caddy,mem/caddy,tpng/caddy,hackintoshrao/caddy,pedronasser/caddy,elcore/caddy,hackintoshrao/caddy,DenBeke/caddy,ollie314/caddy,mem/caddy,tw4452852/caddy,buddhamagnet/caddy,dusty/caddy,DenBeke/caddy,pedronasser/caddy,buddhamagnet/caddy,devangels/caddy,tgulacsi/caddy,buddhamagnet/caddy,tpng/caddy,Karthic-Hackintosh/caddy,elcore/caddy,elcore/caddy,tobya/caddy,evermax/caddy,joshix/caddy,joshix/caddy,ollie314/caddy,joshix/caddy,dusty/caddy,yukimochi/caddy,tgulacsi/caddy,eiszfuchs/caddy,evermax/caddy,ollie314/caddy,mem/caddy,DenBeke/caddy,eiszfuchs/caddy,pyed/caddy,tobya/caddy,dusty/caddy,DenBeke/caddy,tw4452852/caddy,pedronasser/caddy,pyed/caddy,captncraig/caddy,devangels/caddy,pyed/caddy,captncraig/caddy,evermax/caddy,ollie314/caddy,tw4452852/caddy,devangels/caddy,pyed/caddy,tw4452852/caddy,captncraig/caddy,buddhamagnet/caddy,cez81/caddy,cez81/caddy,Karthic-Hackintosh/caddy,eiszfuchs/caddy,tobya/caddy,cez81/caddy,tgulacsi/caddy,mem/caddy,tgulacsi/caddy,eiszfuchs/caddy,pedronasser/caddy,evermax/caddy,tpng/caddy,Karthic-Hackintosh/caddy,yukimochi/caddy,tobya/caddy,hackintoshrao/caddy,Karthic-Hackintosh/caddy,dusty/caddy,hackintoshrao/caddy,tpng/caddy
d75da185a4ba69665a29658283daaaf01e855f50
appveyor.yml
appveyor.yml
build: false environment: global: BINSTAR_USER: menpo BINSTAR_KEY: secure: fyETJrtllCxpbmu5FLz5KVnRW1qLEfSmZa5GVSIzoWEPejhD/a2kWdhbhRYj1rTj matrix: - PYTHON_VERSION: 2.7 - PYTHON_VERSION: 3.5 platform: - x86 - x64 init: - ps: Start-FileDownload 'https://raw.githubusercontent.com/menpo/condaci/v0.4.x/condaci.py' C:\\condaci.py; echo "Done" - cmd: python C:\\condaci.py setup install: - ps: $env:MINICONDA_DIR = python C:\\condaci.py miniconda_dir - ps: $BUILD_CMD = "${env:MINICONDA_DIR}" + "\\python C:\\condaci.py build conda"; Invoke-Expression $BUILD_CMD after_test: - ps: $wc = New-Object 'System.Net.WebClient'; $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path C:\\menpo.xml))
build: false environment: global: BINSTAR_USER: menpo BINSTAR_KEY: secure: fyETJrtllCxpbmu5FLz5KVnRW1qLEfSmZa5GVSIzoWEPejhD/a2kWdhbhRYj1rTj matrix: - PYTHON_VERSION: 2.7 - PYTHON_VERSION: 3.5 platform: - x86 - x64 init: - ps: Start-FileDownload 'https://raw.githubusercontent.com/menpo/condaci/v0.4.x/condaci.py' C:\\condaci.py; echo "Done" - cmd: python C:\\condaci.py setup install: - ps: $env:MINICONDA_DIR = python C:\\condaci.py miniconda_dir - ps: $BUILD_CMD = "${env:MINICONDA_DIR}" + "\\python C:\\condaci.py build conda"; Invoke-Expression $BUILD_CMD
Remove test reporting in Appveyor
Remove test reporting in Appveyor
YAML
bsd-3-clause
nontas/menpowidgets,nontas/menpowidgets,nontas/menpowidgets
f7dbea975efcfb294be7e59b8af8b15a187da695
appveyor.yml
appveyor.yml
version: '{build}' clone_folder: c:\projects\cactusjump # Build worker image (VM template) image: Visual Studio 2015 configuration: - Release - Debug platform: - x86 cache: - build/googletest-source - build/googletest-download environment: matrix: - arch: Win32 before_build: - cmd: mkdir build && cd build && cmake --version && cmake .. build: project: c:\projects\cactusjump\build\CactusJumpTests.sln parallel: true
version: '{build}' clone_folder: c:\projects\cactusjump # Build worker image (VM template) image: Visual Studio 2015 configuration: - Release - Debug cache: - build/googletest-source - build/googletest-download before_build: - cmd: mkdir build && cd build && cmake --version && cmake .. build: project: c:\projects\cactusjump\build\CactusJumpTests.sln parallel: true
Remove more optional things to try to get it to work
Remove more optional things to try to get it to work
YAML
unlicense
Mindavi/CactusJump,Mindavi/CactusJump,Mindavi/CactusJump
253d8bed6b51002b755b2670aacdb783fb114347
appveyor.yml
appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml environment: matrix: - PHANTOM_SRC: "npm" - PHANTOM_SRC: "chocolatey" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of io.js - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 2) - npm version - npm install # Install PhantomJS - IF %PHANTOM_SRC%==npm npm install -g phantomjs - IF %PHANTOM_SRC%==chocolatey cinst PhantomJS -y - phantomjs -v # Post-install test scripts. test_script: - cmd: npm test # Don't actually build. build: off # Set build version format here instead of in the admin panel. version: "{build}"
# http://www.appveyor.com/docs/appveyor-yml environment: matrix: - PHANTOM_SRC: "npm" - PHANTOM_SRC: "chocolatey" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of nodejs - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 4) - npm version - npm install # Install PhantomJS - IF %PHANTOM_SRC%==npm npm install -g phantomjs - IF %PHANTOM_SRC%==chocolatey cinst PhantomJS -y - phantomjs -v # Post-install test scripts. test_script: - cmd: npm test # Don't actually build. build: off # Set build version format here instead of in the admin panel. version: "{build}"
Use nodejs 4 on Windows
Use nodejs 4 on Windows
YAML
mit
paulot/testem,bradleylandis/testem,paulot/testem,bradleylandis/testem,fotinakis/testem,Addepar/testem,testem/testem,Addepar/testem,johanneswuerbach/testem,fotinakis/testem,paulot/testem,johanneswuerbach/testem,Addepar/testem,testem/testem,Addepar/testem,johanneswuerbach/testem,bradleylandis/testem,fotinakis/testem,testem/testem
491814ab1d520e3a53806e3286db29cbe3a228b7
appveyor.yml
appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "4" - nodejs_version: "8" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Prevent Bower from asking questions. - set CI=true # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. (temporarily disabled) matrix: # fast_finish: true allow_failures: - nodejs_version: "4" # Set up cache, clear it on package.json changes. # NOTE: Cache disabled for now. #cache: # # npm cache. # - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # # Local npm packages. # - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "6" - nodejs_version: "8" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Prevent Bower from asking questions. - set CI=true # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. # NOTE: Cache disabled for now. #cache: # # npm cache. # - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # # Local npm packages. # - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
Switch AppVeyor to test on Node 6 & 8 instead of 4
Switch AppVeyor to test on Node 6 & 8 instead of 4 npm 2 included with Node 4 causes problems in tests.
YAML
mit
mgol/check-dependencies,mzgol/check-dependencies
cd6e6d9adbaf51d894d2f636110ece4419374a37
appveyor.yml
appveyor.yml
version: 1.0.{build} install: - cinst pester init: - git config --global core.autocrlf true before_build: - nuget restore - ps: Update-Help build_script: - ps: .\build.ps1 on_finish: - ps: | # Pester tests produce artifacts in .\out directory $pesterTestResultsFile = ".\TestsResults.xml" $res = Invoke-Pester -OutputFormat NUnitXml -OutputFile $pesterTestResultsFile -PassThru (New-Object 'System.Net.WebClient').UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $pesterTestResultsFile)) $stagingDirectory = (Resolve-Path ..).Path $zipFile = Join-Path $stagingDirectory "$(Split-Path $pwd -Leaf).zip" Add-Type -assemblyname System.IO.Compression.FileSystem [System.IO.Compression.ZipFile]::CreateFromDirectory("$pwd\out\platyPS", $zipFile) @( # You can add other artifacts here (ls $zipFile), (ls .\out -File) # flattering ) | % {$_} | % { Push-AppveyorArtifact $_.FullName } # Trying to fail the build if ($res.FailedCount -gt 0) { throw "$($res.FailedCount) tests failed." }
version: 1.0.{build} install: - cinst pester init: - git config --global core.autocrlf true before_build: - nuget restore - ps: Update-Help build_script: - ps: .\build.ps1 on_finish: - ps: | # Pester tests produce artifacts in .\out directory $pesterTestResultsFile = ".\TestsResults.xml" $res = Invoke-Pester -OutputFormat NUnitXml -OutputFile $pesterTestResultsFile -PassThru (New-Object 'System.Net.WebClient').UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $pesterTestResultsFile)) $stagingDirectory = (Resolve-Path ..).Path $zipFile = Join-Path $stagingDirectory "platyPS-$($env:APPVEYOR_BUILD_VERSION).zip" Add-Type -assemblyname System.IO.Compression.FileSystem [System.IO.Compression.ZipFile]::CreateFromDirectory("$pwd\out\platyPS", $zipFile) @( # You can add other artifacts here (ls $zipFile), (ls .\out -File) # flattering ) | % {$_} | % { Push-AppveyorArtifact $_.FullName } # Trying to fail the build if ($res.FailedCount -gt 0) { throw "$($res.FailedCount) tests failed." }
Change name of the generated archive
Change name of the generated archive
YAML
mit
PowerShell/platyPS,PowerShell/platyPS,PowerShell/platyPS
633278de8f862c2691deabdde570736e88a1a3ee
appveyor.yml
appveyor.yml
version: "{build}-{branch}" branches: except: - gh-pages init: - ps: choco install -y pester build: off test_script: - ps: invoke-pester -path test/ -outputfile TestResults.xml -outputformat NUnitXML - ps: (new-object net.webclient).uploadfile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (resolve-path ./TestResults.xml)) notifications: - provider: Slack auth_token: secure: lzkktSx/4RFbuzbztN3ZycdGJjr6ZqapatvExhwRjB4Va9QNutHw1lGPI0hWlPAq channel: activity
version: "{build}-{branch}" branches: except: - gh-pages init: - ps: choco install -y pester build: off test_script: - ps: $result = invoke-pester -path test/ -outputfile TestResults.xml -outputformat NUnitXML -passthru - ps: (new-object net.webclient).uploadfile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (resolve-path ./TestResults.xml)) - ps: exit $result.FailedCount notifications: - provider: Slack auth_token: secure: lzkktSx/4RFbuzbztN3ZycdGJjr6ZqapatvExhwRjB4Va9QNutHw1lGPI0hWlPAq channel: activity
Enable pester to exit powershell session on failure
Enable pester to exit powershell session on failure
YAML
unlicense
huncrys/scoop,deepwaterdiver/scoop,deevus/scoop-powershell2,Congee/scoop,ErnWong/scoop,moigagoo/scoop,nueko/scoop,lukesampson/scoop,reelsense/scoop,saildata/scoop,barohatoum/scoop,seonho/scoop,rasa/scoop,damnhandy/scoop,vidarkongsli/scoop,pacificcoast/scoop,rivy/scoop,guillermooo-forks/scoop,rmyorston/scoop,toxeus/scoop,rodericktech/scoop,barohatoum/scoop,huncrys/scoop,deepwaterdiver/scoop,DarylWright/scoop,Cyianor/scoop,kodybrown/scoop,r15ch13/scoop,coonce/scoop,nikolasd/scoop,devoncarew/scoop,dennislloydjr/scoop,systemexitzero/scoop,pacificcoast/scoop,bcomnes/scoop,rivy/ladle,ShwoognationHQ/scoop,dennislloydjr/scoop,rivy/ladle,bpollack/scoop,berwyn/scoop,vinaynambiar/lukesampson-,yunspace/scoop
f1724e577a7f3ee6927ac62bc32d847554e57e53
appveyor.yml
appveyor.yml
build: false environment: matrix: - PYTHON: "C:\\Python27" PYTHON_VERSION: "2.7.8" PYTHON_ARCH: "32" MINICONDA: C:\Miniconda - PYTHON: "C:\\Python33" PYTHON_VERSION: "3.3.5" PYTHON_ARCH: "32" MINICONDA: C:\Miniconda3 - PYTHON: "C:\\Python34" PYTHON_VERSION: "3.4.1" PYTHON_ARCH: "32" MINICONDA: C:\Miniconda3 init: - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH% %MINICONDA%" install: - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda info -a - "conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy matplotlib nose coverage pandas" - activate test-environment - pip install coverage test_script: - nosetests
build: false environment: matrix: - PYTHON: "C:\\Python27" PYTHON_VERSION: "2.7.8" PYTHON_ARCH: "32" MINICONDA: C:\Miniconda - PYTHON: "C:\\Python33" PYTHON_VERSION: "3.3.5" PYTHON_ARCH: "32" MINICONDA: C:\Miniconda3 - PYTHON: "C:\\Python34" PYTHON_VERSION: "3.4.1" PYTHON_ARCH: "32" MINICONDA: C:\Miniconda3 - PYTHON: "C:\\Python35" PYTHON_VERSION: "3.5.1" PYTHON_ARCH: "32" MINICONDA: C:\Miniconda35 init: - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH% %MINICONDA%" install: - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda info -a - "conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy matplotlib nose coverage pandas" - activate test-environment - pip install coverage test_script: - nosetests
Add Python 3.5 to Appveyor.
TST: Add Python 3.5 to Appveyor.
YAML
mit
emaudes/bha,ritviksahajpal/LUH2,christiancarballo/bha,ritviksahajpal/LUH2,uwescience/shablona,neurohackweek/avalanche,rabernat/xrft,mfalkiewicz/diffusion_embed,arokem/shablona,ramansbach/cluster_analysis,katiehamren/splash,xgcm/xrft,ramansbach/cluster_analysis,ramansbach/cluster_analysis,mekman/recon,geoffbacon/semrep,INCF/pybids,geoffbacon/semrep,HBClab/NiBetaSeries,HBClab/NiBetaSeries,ramansbach/cluster_analysis,ritviksahajpal/pygeoutil,HBClab/xnat_BIDS
359db8788a2f4b895072a5cc8c88d68ad384195e
appveyor.yml
appveyor.yml
environment: matrix: - PYTHON: "C:/Python34" - PYTHON: "C:/Python27" cache: - C:\container - C:\Python27 install: - ps: $env:PATH="${env:PYTHON};${env:PYTHON}/Scripts;${env:PATH};C:/MinGW/bin" - ps: $env:POLYSQUARE_PREINSTALLED_PYTHON="C:/Python27" - ps: wget public-travis-scripts.polysquare.org/bootstrap.py -OutFile bootstrap - ps: python bootstrap -d C:/container -s setup/python/setup.py -e powershell -p test-env.ps1 --no-mdl - ps: . ./test-env build: false test_script: - ps: polysquare_run check/python/check.py --no-mdl after_test: - ps: polysquare_cleanup
environment: matrix: - PYTHON: "C:/Python34" - PYTHON: "C:/Python27" cache: - C:\container -> appveyor.yml - C:\Python27 -> appveyor.yml - C:\Python34 -> appveyor.yml install: - ps: $env:PATH="${env:PYTHON};${env:PYTHON}/Scripts;${env:PATH};C:/MinGW/bin" - ps: $env:POLYSQUARE_PREINSTALLED_PYTHON="C:/Python34" - ps: wget public-travis-scripts.polysquare.org/bootstrap.py -OutFile bootstrap - ps: python bootstrap -d C:/container -s setup/python/setup.py -e powershell -p test-env.ps1 --no-mdl - ps: . ./test-env build: false test_script: - ps: polysquare_run check/python/check.py --no-mdl after_test: - ps: polysquare_cleanup
Use Python 3.4 as default container
Use Python 3.4 as default container
YAML
mit
polysquare/polysquare-generic-file-linter
e9c74dd59c560f9502b63e7890437f1f7f4a2196
appveyor.yml
appveyor.yml
--- install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - gem install bundler -v '< 2.0' - bundle install --without examples before_test: - ruby -v - gem -v - bundle -v build: off test_script: - bundle exec rake ci environment: matrix: - ruby_version: "200" - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64" - ruby_version: "22" - ruby_version: "22-x64" - ruby_version: "23" - ruby_version: "23-x64" - ruby_version: "24" - ruby_version: "24-x64" - ruby_version: "25" - ruby_version: "25-x64" - ruby_version: "26" - ruby_version: "26-x64" matrix: allow_failures: - ruby_version: "200" - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64"
--- install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - gem install bundler -v '< 2.0' - bundle install --without examples before_test: - ruby -v - gem -v - bundle -v build: off test_script: - bundle exec rake ci environment: matrix: - ruby_version: "21" - ruby_version: "21-x64" - ruby_version: "22" - ruby_version: "22-x64" - ruby_version: "23" - ruby_version: "23-x64" - ruby_version: "24" - ruby_version: "24-x64" - ruby_version: "25" - ruby_version: "25-x64" - ruby_version: "26" - ruby_version: "26-x64" matrix: allow_failures: - ruby_version: "21" - ruby_version: "21-x64"
Change to remove Ruby 2.0
Change to remove Ruby 2.0
YAML
mit
peter-murach/rspec-benchmark,piotrmurach/rspec-benchmark,piotrmurach/rspec-benchmark
ad91d31d57d2c11f246fbaec4ec76f0f6d3953d0
appveyor.yml
appveyor.yml
os: Visual Studio 2014 CTP4 version: "{build}" build: off platform: x64 environment: matrix: - nodejs_version: "0.10" nodejs_arch: "x86" - nodejs_version: "0.10" nodejs_arch: "x64" - nodejs_version: "0.12" nodejs_arch: "x86" - nodejs_version: "0.12" nodejs_arch: "x64" - nodejs_version: "2" nodejs_arch: "x86" - nodejs_version: "2" nodejs_arch: "x64" install: - ps: Install-Product node $env:nodejs_version $env:nodejs_arch - npm install --msvs_version=2013 test_script: - npm test
os: Visual Studio 2014 CTP4 version: "{build}" build: off platform: x64 environment: matrix: - nodejs_version: "0.10" nodejs_arch: "x86" - nodejs_version: "0.10" nodejs_arch: "x64" - nodejs_version: "0.12" nodejs_arch: "x86" - nodejs_version: "0.12" nodejs_arch: "x64" - nodejs_version: "2" nodejs_arch: "x86" - nodejs_version: "2" nodejs_arch: "x64" - nodejs_version: "4" nodejs_arch: "x64" - nodejs_version: "6" nodejs_arch: "x64" - nodejs_version: "8" nodejs_arch: "x64" - nodejs_version: "10" nodejs_arch: "x64" - nodejs_version: "12" nodejs_arch: "x64" install: - ps: Install-Product node $env:nodejs_version $env:nodejs_arch - npm install --msvs_version=2013 test_script: - npm test
Add node versions 4, 6, 8, 10, 12 to Appveyor
Add node versions 4, 6, 8, 10, 12 to Appveyor
YAML
apache-2.0
dachev/node-cld,dachev/node-cld,dachev/node-cld
7c4395e120b8f87ae39aa5a59d8992a95543a808
appveyor.yml
appveyor.yml
# appveyor file # http://www.appveyor.com/docs/appveyor-yml init: - git config --global core.autocrlf input environment: matrix: - nodejs_version: 0.12 install: - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) - npm install -g grunt-cli - npm install - npm build build: off test_script: - node --version - npm --version - ps: grunt test --no-color # PowerShell - cmd: grunt test --no-color
# appveyor file # http://www.appveyor.com/docs/appveyor-yml init: - git config --global core.autocrlf input environment: matrix: - nodejs_version: 4.2 install: - ps: Install-Product node $env:nodejs_version - npm install -g grunt-cli - npm install - npm build build: off test_script: - node --version - npm --version - ps: grunt test --no-color # PowerShell - cmd: grunt test --no-color
Update AppVeyor to Node 4.2
Update AppVeyor to Node 4.2
YAML
mit
trustmaster/noflo,trustmaster/noflo,noflo/noflo
b6851915655d3988bb6650287a5ad8fea5b69a71
appveyor.yml
appveyor.yml
version: '{build}' os: Visual Studio 2015 clone_depth: 1 configuration: - Release before_build: - cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" build_script: - cmake --build build --config Release
version: '{build}' os: Visual Studio 2015 clone_depth: 1 configuration: - Release install: - cmd: md .appveyor - appveyor DownloadFile https://cdn.rawgit.com/ignacio/lua-appveyor-example/0f1932a380ae29d0962db065934556edaf700794/.appveyor/install.bat -FileName .appveyor/install.bat - appveyor DownloadFile https://cdn.rawgit.com/ignacio/lua-appveyor-example/0f1932a380ae29d0962db065934556edaf700794/.appveyor/set_compiler_env.bat -FileName .appveyor/set_compiler_env.bat - appveyor DownloadFile https://cdn.rawgit.com/ignacio/lua-appveyor-example/0f1932a380ae29d0962db065934556edaf700794/.appveyor/winmake.bat -FileName .appveyor/winmake.bat - call .appveyor\set_compiler_env.bat >NUL 2>&1 - call .appveyor\install.bat >NUL 2>&1 - set PATH=c:\lua\5.1.5\bin\;c:\lua\5.1.5\LuaRocks;c:\lua\5.1.5\LuaRocks\systree\bin;%PATH% - set LUA_PATH=;;c:\lua\5.1.5\LuaRocks\lua\?.lua;c:\lua\5.1.5\LuaRocks\lua\?\init.lua;c:\lua\5.1.5\LuaRocks\systree\share\lua\5.1\?.lua;c:\lua\5.1.5\LuaRocks\systree\share\lua\5.1\?\init.lua - set LUA_CPATH=;;c:\lua\5.1.5\LuaRocks\systree\lib\lua\5.1\?.dll before_build: - cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64" -DLUA_LIB_NAME=lua51 -DLUA_LIB_PATH="c:\lua\5.1.5\lib" -DLUA_INCLUDE="c:\lua\5.1.5\include" build_script: - cmake --build build --config Release
Add scripts install lua 5.1.5.
Add scripts install lua 5.1.5.
YAML
bsd-3-clause
ma-bo/lua-poco,ma-bo/lua-poco
628267b8e3916599e6a748327cf0840169bf0501
appveyor.yml
appveyor.yml
# AppVeyor.com is a Continuous Integration service to build and run tests under # Windows # https://ci.appveyor.com/project/PyWavelets/pywt # This file is built on the template here: # http://python-packaging-user-guide.readthedocs.org/en/latest/appveyor/ environment: matrix: - PYTHON: "C:\\Python27" - PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python34-x64" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python35-x64" build: off install: - "%PYTHON%\\python.exe -m pip install wheel numpy Cython nose" test_script: - "util/appveyor/build.cmd %PYTHON%\\python.exe setup.py test" after_test: - "util/appveyor/build.cmd %PYTHON%\\python.exe setup.py bdist_wheel" artifacts: # Archive the generated wheel package in the ci.appveyor.com build report. - path: dist\* cache: # Use the appveyor cache to avoid re-downloading large archives such # the numpy and scipy wheels mirrored on a rackspace cloud # container, speed up the appveyor jobs and reduce bandwidth # usage on the rackspace account. - '%APPDATA%\pip\Cache'
# AppVeyor.com is a Continuous Integration service to build and run tests under # Windows # https://ci.appveyor.com/project/PyWavelets/pywt # This file is built on the template here: # http://python-packaging-user-guide.readthedocs.org/en/latest/appveyor/ environment: matrix: - PYTHON: "C:\\Python27" - PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python34-x64" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python35-x64" build: off install: - "%PYTHON%\\python.exe -m pip install --upgrade pip" - "%PYTHON%\\python.exe -m pip install wheel" - "%PYTHON%\\python.exe -m pip wheel numpy Cython nose --wheel-dir c:\\tmp\\wheels --find-links c:\\tmp\\wheels --download-cache=c:\\tmp\\downloads" - "%PYTHON%\\python.exe -m pip install numpy Cython nose --find-links c:\\tmp\\wheels --no-index" test_script: - "util/appveyor/build.cmd %PYTHON%\\python.exe setup.py test" after_test: - "util/appveyor/build.cmd %PYTHON%\\python.exe setup.py bdist_wheel" artifacts: # Archive the generated wheel package in the ci.appveyor.com build report. - path: dist\* cache: - "c:\\tmp\\wheels -> appveyor.yml" - "c:\\tmp\\downloads -> appveyor.yml"
Create wheels to cache on AppVeyor
MAINT: Create wheels to cache on AppVeyor The install step is split into two stages, the first creates wheels for all requirements, and the second installs from those wheels. The wheels and downloaded sources are cached with AppVeyor to reduce build times.
YAML
mit
eriol/pywt,grlee77/pywt,rgommers/pywt,kwohlfahrt/pywt,kwohlfahrt/pywt,eriol/pywt,rgommers/pywt,kwohlfahrt/pywt,michelp/pywt,PyWavelets/pywt,eriol/pywt,rgommers/pywt,michelp/pywt,grlee77/pywt,PyWavelets/pywt,michelp/pywt,rgommers/pywt
5d22f140990d0db45448b3e31e72c24bf38920b0
appveyor.yml
appveyor.yml
cache: - "c:\\sr" # stack root, short paths == less problems - "%LOCALAPPDATA%\\Programs\\stack" build: off before_test: - ps: Invoke-WebRequest "https://github.com/commercialhaskell/stack/releases/download/v0.1.4.0/stack-0.1.4.0-x86_64-windows.zip" -OutFile stack.zip - ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.exe?raw=true" -OutFile 7z.exe - ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll - 7z x stack.zip - move stack.exe.exe stack.exe clone_folder: "c:\\project" environment: global: STACK_ROOT: "c:\\sr" test_script: # The ugly echo "" hack is to avoid complaints about 0 being an invalid file # descriptor - stack init - echo "" | stack --arch i386 --no-terminal --install-ghc test - hlint test +RTS -K1K
cache: - "c:\\sr" # stack root, short paths == less problems - "%LOCALAPPDATA%\\Programs\\stack" build: off before_test: - ps: Invoke-WebRequest "https://github.com/commercialhaskell/stack/releases/download/v0.1.4.0/stack-0.1.4.0-x86_64-windows.zip" -OutFile stack.zip - ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.exe?raw=true" -OutFile 7z.exe - ps: Invoke-WebRequest "https://github.com/fpco/minghc/blob/master/bin/7z.dll?raw=true" -OutFile 7z.dll - 7z x stack.zip - move stack.exe.exe stack.exe clone_folder: "c:\\project" environment: global: STACK_ROOT: "c:\\sr" test_script: # The ugly echo "" hack is to avoid complaints about 0 being an invalid file # descriptor - stack init - echo "" | stack --arch i386 --no-terminal --install-ghc test - stack exec hlint test
Use stack exec to run hlint
Use stack exec to run hlint
YAML
bsd-3-clause
ndmitchell/hlint,ndmitchell/hlint
be3365d9dfc257a1029bbfab055113ce3c1ae4d6
appveyor.yml
appveyor.yml
version: "{build}" environment: nodejs_version: "4.7.2" install: - ps: Install-Product node $env:nodejs_version - npm install build_script: - gulp --require coffee-script/register build build: on
version: "{build}" environment: nodejs_version: "4.7.2" install: - ps: Install-Product node $env:nodejs_version - npm install - npm install gulp -g build_script: - gulp --require coffee-script/register build build: on
Install Gulp global to Appveyor
Install Gulp global to Appveyor
YAML
mit
drobyshev/drobyshev.github.io
ed144d26ab9dbe1f0c8a29d1ed88f0abe937bfdd
.circleci/web-values.yaml
.circleci/web-values.yaml
fullnameOverride: "web" replicaCount: 3 service: port: 3000 containers: - name: web image: cyberdojo/web securityContext: runAsUser: 65534 # nobody fsGroup: 65534 # nobody allowPrivilegeEscalation: false resources: requests: cpu: 100m memory: 128Mi limits: cpu: 200m memory: 256Mi livenessProbe: path: /alive? port: 3000 #readinessProbe: # path: /ready? # port: 3000 envFromSecret: {} nodeSelector: {} affinity: {} tolerations: []
fullnameOverride: "web" replicaCount: 3 service: port: 3000 containers: - name: web image: cyberdojo/web securityContext: runAsUser: 65534 # nobody fsGroup: 65534 # nobody allowPrivilegeEscalation: false resources: requests: cpu: 100m memory: 128Mi limits: cpu: 200m memory: 256Mi #livenessProbe: # path: /alive? # port: 3000 #readinessProbe: # path: /ready? # port: 3000 envFromSecret: {} nodeSelector: {} affinity: {} tolerations: []
Remove k8s liveness probe (k8s says it is failing)
Remove k8s liveness probe (k8s says it is failing)
YAML
bsd-2-clause
cyber-dojo/web,cyber-dojo/web,cyber-dojo/web,cyber-dojo/web
1982eec644bd211953058add8ad4eba242fb333c
meta/configs/tmux.yaml
meta/configs/tmux.yaml
- link: ~/.tmux.conf: terminals/tmux/tmux.conf - shell: - [tmux source-file ~/.tmux.conf, Sourcing new tmux configuration] # vim: set filetype=yaml ts=4 sw=4 tw=0 et :
- link: ~/.tmux.conf: terminals/tmux/tmux.conf - shell: - [tmux source-file ~/.tmux.conf || true, Sourcing new tmux configuration] # vim: set filetype=yaml ts=4 sw=4 tw=0 et :
Make shell script fault tolerant
Make shell script fault tolerant
YAML
unlicense
vbrandl/dotfiles
659581ba921cee9489fa85724969e9e4a56622a5
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: CI on: push: pull_request: workflow_dispatch: schedule: - cron: '0 0 * * *' jobs: ci: runs-on: ubuntu-latest strategy: matrix: ruby-version: - '2.6' - '2.7' services: postgres: image: manageiq/postgresql:10 env: POSTGRESQL_USER: root POSTGRESQL_PASSWORD: smartvm POSTGRESQL_DATABASE: vmdb_test options: --health-cmd pg_isready --health-interval 2s --health-timeout 5s --health-retries 5 ports: - 5432:5432 env: PGHOST: localhost PGPASSWORD: smartvm CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} steps: - uses: actions/checkout@v2 - name: Set up system run: bin/before_install - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - name: Prepare tests run: bin/setup - name: Run tests run: bundle exec rake - name: Report code coverage if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.7' }} continue-on-error: true uses: paambaati/[email protected]
name: CI on: push: pull_request: workflow_dispatch: schedule: - cron: '0 0 * * *' jobs: ci: runs-on: ubuntu-latest strategy: matrix: ruby-version: - '2.6' - '2.7' services: postgres: image: manageiq/postgresql:10 env: POSTGRESQL_USER: root POSTGRESQL_PASSWORD: smartvm POSTGRESQL_DATABASE: vmdb_test options: --health-cmd pg_isready --health-interval 2s --health-timeout 5s --health-retries 5 ports: - 5432:5432 env: PGHOST: localhost PGPASSWORD: smartvm CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} steps: - uses: actions/checkout@v2 - name: Set up system run: bin/before_install - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true timeout-minutes: 30 - name: Prepare tests run: bin/setup - name: Run tests run: bundle exec rake - name: Report code coverage if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.7' }} continue-on-error: true uses: paambaati/[email protected]
Add timeout-minutes to setup-ruby job
Add timeout-minutes to setup-ruby job
YAML
apache-2.0
ManageIQ/manageiq-providers-amazon,ManageIQ/manageiq-providers-amazon
91482b66709598c3f9f3bb7a216ba962c550b8f2
data/users.yml
data/users.yml
- url: http://livingsocial.com/ image: livingsocial.png - url: http://squareup.com/ image: square.png - url: http://tilde.io/ image: tilde.png - url: http://www.zendesk.com/ image: zendesk.png - url: http://www.groupon.com image: groupon.png - url: https://www.yapp.us/ image: yapp.png - url: http://www.mhelabs.com/ image: mhelabs.png - url: http://www.benefitcloud.com/ image: benefitcloud.png - url: http://www.topicus.nl/ image: topicus.png - url: http://www.gemfury.com/ image: gemfury.png - url: http://www.batterii.com/ image: batterii.png - url: http://inst.ag/ image: instagrille.png - url: http://www.bluetubeinteractive.com image: bluetube.png - url: http://www.mashape.com image: mashape.png - url: http://www.skovik.com image: skovik.png - url: http://entwine.me/ image: twine.png - url: http://tradegecko.com image: tradegecko.png - url: http://grouptalent.com image: grouptalent.png
- url: http://livingsocial.com/ image: livingsocial.png - url: http://squareup.com/ image: square.png - url: http://tilde.io/ image: tilde.png - url: http://www.zendesk.com/ image: zendesk.png - url: http://www.groupon.com image: groupon.png - url: https://www.yapp.us/ image: yapp.png - url: http://www.mhelabs.com/ image: mhelabs.png - url: http://www.benefitcloud.com/ image: benefitcloud.png - url: http://www.topicus.nl/ image: topicus.png - url: http://www.gemfury.com/ image: gemfury.png - url: http://www.batterii.com/ image: batterii.png - url: http://inst.ag/ image: instagrille.png - url: http://www.bluetubeinteractive.com image: bluetube.png - url: http://www.mashape.com image: mashape.png - url: http://www.skovik.com image: skovik.png - url: http://entwine.me/ image: twine.png - url: http://tradegecko.com image: tradegecko.png - url: http://grouptalent.com image: grouptalent.png - url: http://www.kohactive.com image: kohactive.png
Add kohactive logo to about page
Add kohactive logo to about page
YAML
mit
mrjavascript/website,elwayman02/website,cyberkoi/website,quangv/website,MinxianLi/ember,wifelette/website,EricSchank/website,elwayman02/website,duggiefresh/website,davidpett/website,mrjavascript/website,datajohnny/website,kpfefferle/website,MinxianLi/ember,cyberkoi/website,knownasilya/website,workmanw/ember-website,workmanw/ember-website,raycohen/website,josemarluedke/ember-website,maxcal/website,rwjblue/website,greyhwndz/website,jimmay5469/website,greyhwndz/website,quangv/website,maxcal/website,cllns/emberjs-website,SaladFork/emberjs-website,martndemus/website,AaronSikes/website,ktornwall/website,cllns/emberjs-website,balupton/ember-website,ktornwall/website,zeppelin/emberjs-website,Nick-Cotter/aboutme,shama/website,quangv/website,SaladFork/emberjs-website,shearwater-intl/website,shearwater-intl/website,Eric-Guo/website,greyhwndz/website,cyberkoi/website,jimmay5469/website,raycohen/website,AgilionApps/website,praxxis/website,maxcal/website,elidupuis/website,AgilionApps/website,bmac/website,davidpett/website,zeppelin/emberjs-website,knownasilya/website,balupton/ember-website,duggiefresh/website,martndemus/website,wifelette/website,datajohnny/website,ktornwall/website,kpfefferle/website,davidpett/website,workmanw/ember-website,josemarluedke/ember-website,koriroys/emberjs-website,tmock12/website,koriroys/emberjs-website,EricSchank/website,elidupuis/website,duggiefresh/website,shearwater-intl/website,martndemus/website,maczniak/emberjs,SaladFork/emberjs-website,raycohen/website,workmanw/ember-website,datajohnny/website,kkenan/website,kpfefferle/website,praxxis/website,jimmay5469/website,josemarluedke/ember-website,Eric-Guo/website,mrjavascript/website,josemarluedke/ember-website,AaronSikes/website,maczniak/emberjs,wifelette/website,tmock12/website,elwayman02/website,AaronSikes/website,kkenan/website,shama/website,zeppelin/emberjs-website,rwjblue/website,bmac/website,zeppelin/emberjs-website,Nick-Cotter/aboutme,bmac/website,SaladFork/emberjs-website,Eric-Guo/website,kkenan/website,elidupuis/website,MinxianLi/ember,bmac/website,AgilionApps/website,koriroys/emberjs-website,balupton/ember-website,tmock12/website,EricSchank/website,cllns/emberjs-website
7372d19c628bc1884ac2e0bfb84f318bf4851553
couscous.yml
couscous.yml
title: Ibuildings QA Tools github: user: ibuildingsnl repo: qa-tools-v3 template: directory: docs/couscous/template menu: items: home: text: <i class="fa fa-check"></i> Ibuildings QA Tools relativeUrl: "" github: text: <i class="fa fa-github"></i> GitHub absoluteUrl: https://github.com/ibuildingsnl/qa-tools-v3 contributing-guidelines: text: Contributing guidelines relativeUrl: contributing.html development: text: Development relativeUrl: docs/development.html items: configuration-process: text: Configuration process relativeUrl: docs/development/configuration-process.html task-development: text: Task development relativeUrl: docs/development/task-development.html tool-development: text: Tool development relativeUrl: docs/development/tool-development.html writing-documentation: text: Writing documentation relativeUrl: docs/development/writing-documentation.html writing-system-tests: text: Writing system tests relativeUrl: docs/development/writing-system-tests.html phar: text: Phar relativeUrl: docs/phar.html release-process: text: Release process relativeUrl: docs/release-process.html reporting-a-bug: text: Reporting a bug relativeUrl: docs/reporting-a-bug.html ubiquitous-language: text: Ubiquitous language relativeUrl: docs/ubiquitous-language.html
baseUrl: https://ibuildingsnl.github.io/qa-tools-v3 title: Ibuildings QA Tools github: user: ibuildingsnl repo: qa-tools-v3 template: directory: docs/couscous/template menu: items: home: text: <i class="fa fa-check"></i> Ibuildings QA Tools relativeUrl: "" github: text: <i class="fa fa-github"></i> GitHub absoluteUrl: https://github.com/ibuildingsnl/qa-tools-v3 contributing-guidelines: text: Contributing guidelines relativeUrl: contributing.html development: text: Development relativeUrl: docs/development.html items: configuration-process: text: Configuration process relativeUrl: docs/development/configuration-process.html task-development: text: Task development relativeUrl: docs/development/task-development.html tool-development: text: Tool development relativeUrl: docs/development/tool-development.html writing-documentation: text: Writing documentation relativeUrl: docs/development/writing-documentation.html writing-system-tests: text: Writing system tests relativeUrl: docs/development/writing-system-tests.html phar: text: Phar relativeUrl: docs/phar.html release-process: text: Release process relativeUrl: docs/release-process.html reporting-a-bug: text: Reporting a bug relativeUrl: docs/reporting-a-bug.html ubiquitous-language: text: Ubiquitous language relativeUrl: docs/ubiquitous-language.html
Configure documentation base URL to properly load assets
Configure documentation base URL to properly load assets
YAML
mit
ibuildingsnl/qa-tools,ibuildingsnl/qa-tools,ibuildingsnl/qa-tools
7d50262ff9b1a57f887366eb05db08a45b89375c
packages/tr/transient.yaml
packages/tr/transient.yaml
homepage: http://www.fpcomplete.com/user/agocorona changelog-type: '' hash: 6d5c85cce22d9e02bec25aa662fddc518691b80e3fe93649eea9c72420ca9795 test-bench-deps: {} maintainer: [email protected] synopsis: A monad for extensible effects and primitives for unrestricted composability of applications changelog: '' basic-deps: stm: -any base: ! '>4 && <5' filepath: -any process: -any network: -any containers: -any transient: -any mtl: -any network-info: -any HTTP: -any transformers: -any random: -any directory: -any all-versions: - '0.1.0.0' - '0.1.0.1' author: Alberto G. Corona latest: '0.1.0.1' description-type: haddock description: see <http://github.com/agocorona/transient> license-name: GPL-3
homepage: http://www.fpcomplete.com/user/agocorona changelog-type: '' hash: 6ea0eed1cfdedb94f6f826e4256ca57bfa769d36ce386c622d8e3d17e1221462 test-bench-deps: {} maintainer: [email protected] synopsis: A monad for extensible effects and primitives for unrestricted composability of applications changelog: '' basic-deps: stm: -any base: ! '>4 && <5' filepath: -any process: -any network: -any containers: -any transient: -any mtl: -any network-info: -any HTTP: -any transformers: -any random: -any directory: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' author: Alberto G. Corona latest: '0.1.0.2' description-type: haddock description: see <http://github.com/agocorona/transient> license-name: GPL-3
Update from Hackage at 2015-08-22T10:18:25+0000
Update from Hackage at 2015-08-22T10:18:25+0000
YAML
mit
commercialhaskell/all-cabal-metadata
9bfa1e32871b21dd8d0856f1e6b5ec15637e80d8
docker-compose.prod.yml
docker-compose.prod.yml
version: '3.4' services: web_prod: restart: always build: context: . dockerfile: Dockerfile.prod env_file: .env.prod environment: POSTGRES_PORT: 5433 volumes: - type: volume source: web-media target: /app/media volume: nocopy: true - type: volume source: web-static target: /app/static expose: - "8080" stdin_open: true tty: true depends_on: - db_prod - cache_prod nginx: restart: always build: context: . dockerfile: config/nginx/Dockerfile image: nginx/latest ports: - "81:80" volumes: - web-static:/srv/static - web-media:/srv/media - web-files:/srv/files - web-releases:/srv/releases depends_on: - web_prod db_prod: restart: always image: postgres:11 ports: - 5433:5432 volumes: - postgresql:/var/lib/postgresql/data env_file: .env.prod cache_prod: restart: always image: redis:latest expose: - "6379" volumes: - redisdata:/data volumes: postgresql: web-media: web-static: web-files: web-releases: redisdata:
version: '3.4' services: web_prod: restart: always build: context: . dockerfile: Dockerfile.prod env_file: .env.prod environment: POSTGRES_PORT: 5433 volumes: - type: volume source: web-media target: /app/media volume: nocopy: true - type: volume source: web-static target: /app/static expose: - "8080" stdin_open: true tty: true depends_on: - db_prod - cache_prod nginx: restart: always build: context: . dockerfile: config/nginx/Dockerfile image: nginx/latest ports: - "81:80" volumes: - web-static:/srv/static - web-media:/srv/media - web-files:/srv/files - web-releases:/srv/releases depends_on: - web_prod db_prod: restart: always image: postgres:12 ports: - 5433:5432 volumes: - postgresql:/var/lib/postgresql/data env_file: .env.prod cache_prod: restart: always image: redis:latest expose: - "6379" volumes: - redisdata:/data volumes: postgresql: web-media: web-static: web-files: web-releases: redisdata:
Update Postgres to version 12
Update Postgres to version 12
YAML
agpl-3.0
lutris/website,lutris/website,lutris/website,lutris/website
ae851a5a8f14cca4ff2a85c1ed5102e14d4efb06
ansible/vars/common_vars.yml
ansible/vars/common_vars.yml
--- jenkins_user: 'jenkins' jenkins_group: 'jenkins' jenkins_home: "/var/lib/{{jenkins_user}}" jenkins_workspace: "{{jenkins_home}}/workspace" jenkins_hostname: 10.10.10.10 jenkins_http_port: 8080 jenkins_url_prefix: / jenkins_full_url: "http://{{ jenkins_hostname }}:{{ jenkins_http_port }}{{ jenkins_url_prefix }}" jenkins_plugins: [swarm, git, jenkins-multijob-plugin, matrix-project, build-publisher, ansicolor, warnings] jenkins_plugin_timeout: 600 jenkins_package_state: latest jenkins_admin_username: 'admin' jenkins_admin_password: 'admin' swarm_client_version: 3.12 openbsd_java_version: 1.8.0 java_path: ""
--- jenkins_user: 'jenkins' jenkins_group: 'jenkins' jenkins_home: "/var/lib/{{jenkins_user}}" jenkins_workspace: "{{jenkins_home}}/workspace" jenkins_hostname: 10.10.10.10 jenkins_http_port: 8080 jenkins_url_prefix: / jenkins_full_url: "http://{{ jenkins_hostname }}:{{ jenkins_http_port }}{{ jenkins_url_prefix }}" jenkins_plugins: [swarm, git, jenkins-multijob-plugin, matrix-project, build-publisher, ansicolor, warnings] jenkins_plugin_timeout: 600 jenkins_package_state: latest jenkins_admin_username: 'admin' jenkins_admin_password: 'admin' swarm_client_version: 3.14 openbsd_java_version: 1.8.0 java_path: ""
Update jenkins swarm plugin version
Update jenkins swarm plugin version
YAML
mit
EricKoegel/buildbot-xfce
197283ca3932fa2954649582ae1f4c21747f32f1
dotfiles.yml
dotfiles.yml
- hosts: all vars: dotfiles_repo: "https://github.com/rynffoll/dotfiles" dotfiles_name: "dotfiles" dotfiles_branch: "master" dotfiles_dest: "~/Projects" dotfiles_home: "~" dotfiles_files: - ".bashrc" - ".tmux.conf" - ".config/mpv/config" - ".config/gtk-3.0/gtk.css" - "bin" tasks: - name: Clone dotfiles git: repo: "{{ dotfiles_repo }}" version: "{{ dotfiles_branch }}" dest: "{{ dotfiles_dest }}/{{ dotfiles_name }}" clone: no tags: - dotfiles - name: Backup default dotfiles copy: src: "{{ dotfiles_home }}/{{ item }}" dest: "{{ dotfiles_home }}/{{ item }}.backup" force: no with_items: "{{ dotfiles_files }}" ignore_errors: yes tags: - dotfiles - backup - name: Prepare dotfiles destination file: path: "{{ (dotfiles_home ~ '/' ~ item) | dirname }}" state: directory with_items: "{{ dotfiles_files }}" tags: - dotfiles - name: Install dotfiles file: src: "{{ dotfiles_dest }}/{{ dotfiles_name }}/{{ item }}" dest: "{{ dotfiles_home }}/{{ item }}" state: link force: yes with_items: "{{ dotfiles_files }}" tags: - dotfiles
- hosts: all vars: dotfiles_repo: "https://github.com/rynffoll/dotfiles" dotfiles_name: "dotfiles" dotfiles_branch: "master" dotfiles_dest: "~/Projects" dotfiles_home: "~" dotfiles_files: - ".bashrc" - ".tmux.conf" - ".config/mpv/config" - ".config/gtk-3.0/gtk.css" - "bin" - ".local/share/applications/emacsclient.desktop" - ".local/share/applications/org-protocol.desktop" tasks: - name: Clone dotfiles git: repo: "{{ dotfiles_repo }}" version: "{{ dotfiles_branch }}" dest: "{{ dotfiles_dest }}/{{ dotfiles_name }}" clone: no tags: - dotfiles - name: Backup default dotfiles copy: src: "{{ dotfiles_home }}/{{ item }}" dest: "{{ dotfiles_home }}/{{ item }}.backup" force: no with_items: "{{ dotfiles_files }}" ignore_errors: yes tags: - dotfiles - backup - name: Prepare dotfiles destination file: path: "{{ (dotfiles_home ~ '/' ~ item) | dirname }}" state: directory with_items: "{{ dotfiles_files }}" tags: - dotfiles - name: Install dotfiles file: src: "{{ dotfiles_dest }}/{{ dotfiles_name }}/{{ item }}" dest: "{{ dotfiles_home }}/{{ item }}" state: link force: yes with_items: "{{ dotfiles_files }}" tags: - dotfiles
Add desktop-files to dotfile list
Add desktop-files to dotfile list
YAML
mit
rynffoll/envy,rynffoll/envy,rynffoll/envy
d859556922fed88cf91ee1a9dd7d9f5e6bb83c40
.forestry/front_matter/templates/journal.yml
.forestry/front_matter/templates/journal.yml
--- label: Journal hide_body: false is_partial: false fields: - type: text name: title label: Title config: required: true - type: textarea name: excerpt label: Excerpt description: Short snippet that will show outside of the actual post config: required: true - type: datetime name: date label: Date config: required: true - type: select name: author config: source: type: pages section: authors file: data/authors/nichlas-w-andersen.json required: true label: Author default: data/authors/nichlas-w-andersen.json pages: - journal/macos-development-environment.md
--- label: Journal hide_body: false is_partial: false fields: - type: text name: title label: Title config: required: true - type: textarea name: excerpt label: Excerpt description: Short snippet that will show outside of the actual post config: required: true - type: datetime name: date label: Date config: required: true - type: select name: author config: source: type: simple section: authors file: data/authors/nichlas-w-andersen.json required: true options: - Nichlas W. Andersen label: Author default: '' pages: - journal/macos-development-environment.md
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog
639d05139bb52fe921c14a5e1e0066a84faeb63b
roles/docker/tasks/main.yml
roles/docker/tasks/main.yml
--- - name: CentOS include: centos.yml when: 'ansible_distribution == "CentOS"' - name: Debian include: debian.yml when: 'ansible_distribution == "Debian"' - name: enable docker service service: name: docker enabled: yes state: started # Kind of like doing update_cache for apt. Issue: https://github.com/ansible/ansible/issues/10810 - name: Make sure pip upgraded command: easy_install -U pip tags: - skip_ansible_lint # Install docker-compose which also installs the docker python library required by some ansible docker modules - name: install docker-compose pip: name: "docker-compose" state: present
--- - name: CentOS include: centos.yml when: 'ansible_distribution == "CentOS"' - name: Debian include: debian.yml when: 'ansible_distribution == "Debian"' - name: enable docker service service: name: docker enabled: yes state: started # Install docker-compose which also installs the docker python library required by some ansible docker modules - name: install docker-compose pip: name: "docker-compose" state: present
Remove pip upgrade in docker role
Remove pip upgrade in docker role
YAML
apache-2.0
osu-mist/ansible-roles
35718f1c4d12a8da516642a56ffcc32162361e17
roles/mistral/meta/main.yml
roles/mistral/meta/main.yml
--- galaxy_info: description: Install custom OpenStack Mistral, patched by StackStorm author: armab company: StackStorm license: Apache min_ansible_version: 1.9 platforms: - name: Ubuntu versions: - trusty - precise categories: - system dependencies: - role: ANXS.postgresql version: v1.2.1 tags: [db, postgresql] postgresql_databases: - name: mistral postgresql_users: - name: mistral pass: StackStorm encrypted: yes
--- galaxy_info: description: Install custom OpenStack Mistral, patched by StackStorm author: armab company: StackStorm license: Apache min_ansible_version: 1.9.1 platforms: - name: Ubuntu versions: - trusty - precise categories: - system dependencies: - role: ANXS.postgresql version: v1.2.1 tags: [db, postgresql] sudo: yes postgresql_databases: - name: mistral postgresql_users: - name: mistral pass: StackStorm encrypted: yes
Add sudo flag for ANXS.postgresql role
Add sudo flag for ANXS.postgresql role Also make sure Ansible version is >= 1.9.1 for this flag to work, see bug: https://github.com/ansible/ansible/issues/10550
YAML
apache-2.0
armab/ansible-st2,StackStorm/ansible-st2
c0142a4b11b3580a0357b0a0df55ec657731c22b
packages/io/ioctl.yaml
packages/io/ioctl.yaml
homepage: '' changelog-type: '' hash: 3145af9dd5acd0a0ee22da02d14290cd23abce20205ce9ffaa995dd7f2e67445 test-bench-deps: {} maintainer: [email protected] synopsis: Type-safe I/O control package changelog: '' basic-deps: unix: -any base: ! '>=3 && <5' network: -any all-versions: - 0.0.1 author: Maciej Piechotka latest: 0.0.1 description-type: haddock description: Package allowing type-safe I/O control license-name: MIT
homepage: '' changelog-type: '' hash: 5861ee9cdf3a2159fce85e3f9213b99bbbb0132e0ff85af7fc23df5215bd2096 test-bench-deps: {} maintainer: [email protected] synopsis: Type-safe I/O control package changelog: '' basic-deps: unix: -any base: ! '>=3 && <5' network: <2.9 all-versions: - 0.0.1 author: Maciej Piechotka latest: 0.0.1 description-type: haddock description: Package allowing type-safe I/O control license-name: MIT
Update from Hackage at 2019-06-19T11:31:12Z
Update from Hackage at 2019-06-19T11:31:12Z
YAML
mit
commercialhaskell/all-cabal-metadata
20ca16414c9ee132e86da3877aa3e9169dccf79f
roles/rvm/tasks/bundler.yml
roles/rvm/tasks/bundler.yml
--- - name: install bundler sudo_user: "{{ rvm_user }}" command: /home/{{ rvm_user }}/.rvm/bin/gem install bundler creates=/home/{{ rvm_user }}/.rvm/gems/ruby-{{ ruby_version }}/bin/bundle - name: Bundler install gems (first run is slow) sudo_user: "{{ rvm_user }}" command: /home/{{ rvm_user }}/.rvm/bin/rvm {{ ruby_version }} exec bundle install --deployment --without test chdir={{ bundler_path }}
--- - name: install bundler sudo_user: "{{ rvm_user }}" command: /home/{{ rvm_user }}/.rvm/bin/rvm {{ ruby_version }} exec gem install bundler creates=/home/{{ rvm_user }}/.rvm/gems/ruby-{{ ruby_version }}/bin/bundle - name: Bundler install gems (first run is slow) sudo_user: "{{ rvm_user }}" command: /home/{{ rvm_user }}/.rvm/bin/rvm {{ ruby_version }} exec bundle install --deployment --without test chdir={{ bundler_path }}
Update Bundler install command, rvm 'gem' binary is deprecated
Update Bundler install command, rvm 'gem' binary is deprecated
YAML
mit
HSBNE/DigitalOcean01
32aba512918233fa2e2663c32a35a3c27c6e668e
.github/workflows/needs-more-info-closer.yml
.github/workflows/needs-more-info-closer.yml
name: Needs More Info Closer on: schedule: - cron: 20 11 * * * # 4:20am Redmond # on: repository_dispatch jobs: main: runs-on: ubuntu-latest steps: - name: Checkout Actions uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' ref: v18 - name: Run Needs More Info Closer uses: ./needs-more-info-closer with: label: needs more info days: 7 comment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
name: Needs More Info Closer on: schedule: - cron: 20 11 * * * # 4:20am Redmond repository_dispatch: jobs: main: runs-on: ubuntu-latest steps: - name: Checkout Actions uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' ref: master - name: Run Needs More Info Closer uses: ./needs-more-info-closer with: label: needs more info days: 7 comment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"
Debug needs-more0info-closer rate limit usage
Debug needs-more0info-closer rate limit usage
YAML
mit
hoovercj/vscode,Krzysztof-Cieslak/vscode,microsoft/vscode,hoovercj/vscode,Krzysztof-Cieslak/vscode,eamodio/vscode,Microsoft/vscode,eamodio/vscode,the-ress/vscode,microsoft/vscode,hoovercj/vscode,microsoft/vscode,eamodio/vscode,Microsoft/vscode,Krzysztof-Cieslak/vscode,the-ress/vscode,Krzysztof-Cieslak/vscode,microsoft/vscode,hoovercj/vscode,hoovercj/vscode,eamodio/vscode,microsoft/vscode,Krzysztof-Cieslak/vscode,Microsoft/vscode,eamodio/vscode,eamodio/vscode,the-ress/vscode,the-ress/vscode,microsoft/vscode,eamodio/vscode,hoovercj/vscode,eamodio/vscode,the-ress/vscode,eamodio/vscode,Microsoft/vscode,Krzysztof-Cieslak/vscode,microsoft/vscode,eamodio/vscode,microsoft/vscode,the-ress/vscode,eamodio/vscode,hoovercj/vscode,the-ress/vscode,Microsoft/vscode,microsoft/vscode,hoovercj/vscode,the-ress/vscode,Krzysztof-Cieslak/vscode,Microsoft/vscode,Krzysztof-Cieslak/vscode,eamodio/vscode,Krzysztof-Cieslak/vscode,Krzysztof-Cieslak/vscode,the-ress/vscode,the-ress/vscode,eamodio/vscode,Krzysztof-Cieslak/vscode,the-ress/vscode,eamodio/vscode,Krzysztof-Cieslak/vscode,Microsoft/vscode,Microsoft/vscode,Microsoft/vscode,eamodio/vscode,eamodio/vscode,Microsoft/vscode,Microsoft/vscode,Microsoft/vscode,microsoft/vscode,hoovercj/vscode,hoovercj/vscode,microsoft/vscode,the-ress/vscode,Krzysztof-Cieslak/vscode,the-ress/vscode,the-ress/vscode,the-ress/vscode,microsoft/vscode,Microsoft/vscode,Krzysztof-Cieslak/vscode,Krzysztof-Cieslak/vscode,hoovercj/vscode,Microsoft/vscode,hoovercj/vscode,hoovercj/vscode,Microsoft/vscode,Krzysztof-Cieslak/vscode,hoovercj/vscode,microsoft/vscode,microsoft/vscode,microsoft/vscode,microsoft/vscode,Microsoft/vscode,microsoft/vscode,eamodio/vscode,the-ress/vscode,Microsoft/vscode,hoovercj/vscode,Krzysztof-Cieslak/vscode,hoovercj/vscode,hoovercj/vscode
2846e6c6bf6ae2a4e0e9c552edae90696a8ce7d5
goreleaser.yml
goreleaser.yml
build: main: main.go binary: scar goos: - windows - darwin - linux brews: - name: scar folder: Formula commit_author: name: stve email: [email protected] tap: owner: stve name: homebrew-formulae token: ${{ secrets.GITHUB_TOKEN }}
build: main: main.go binary: scar goos: - windows - darwin - linux brews: - name: scar folder: Formula commit_author: name: stve email: [email protected] tap: owner: stve name: homebrew-formulae token: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
Update token used for Goreleaser Homebrew Formula
Update token used for Goreleaser Homebrew Formula
YAML
mit
stve/scar
c822b06dd84127be1b8fd4bf98e24cdf593838d3
app/templates/_travis.yml
app/templates/_travis.yml
language: node_js node_js: - "0.10" - "0.12" - iojs
language: node_js node_js: - "0.12" - iojs
Drop support for 0.10 in tests
Drop support for 0.10 in tests
YAML
mit
eush77/generator-node
7a3c2e8a1a5c1e4da70f8351e89a6690af4f7d2f
.circleci/config.yml
.circleci/config.yml
--- version: 2 jobs: serverTest: docker: - image: isic/isic_test:latest - image: circleci/mongo:3.6-ram command: ["mongod", "--storageEngine", "ephemeralForTest"] working_directory: /home/circleci/project steps: - checkout: path: /home/circleci/project - run: name: Run Tox command: tox webBuild_webTest: docker: - image: isic/isic_test:latest working_directory: /home/circleci/project steps: - checkout: path: /home/circleci/project - restore_cache: key: yarn-{{ arch }}-{{ checksum "isic-archive-gui/yarn.lock" }} - run: name: Install ISIC GUI dependencies command: yarn install working_directory: isic-archive-gui - run: name: Build ISIC Admin GUI command: yarn run build working_directory: isic-archive-gui - run: name: Build ISIC Integration GUI command: yarn run build:integration working_directory: isic-archive-gui - run: name: Lint ISIC GUI command: yarn run lint --no-fix working_directory: isic-archive-gui - save_cache: paths: /home/circleci/.cache/yarn key: yarn-{{ arch }}-{{ checksum "isic-archive-gui/yarn.lock" }} workflows: version: 2 test_all: jobs: - serverTest - webBuild_webTest
--- version: 2 jobs: serverTest: docker: - image: isic/isic_test:latest - image: circleci/mongo:3.6-ram command: ["mongod", "--storageEngine", "ephemeralForTest", "--dbpath", "/dev/shm/mongo"] working_directory: /home/circleci/project steps: - checkout: path: /home/circleci/project - run: name: Run Tox command: tox webBuild_webTest: docker: - image: isic/isic_test:latest working_directory: /home/circleci/project steps: - checkout: path: /home/circleci/project - restore_cache: key: yarn-{{ arch }}-{{ checksum "isic-archive-gui/yarn.lock" }} - run: name: Install ISIC GUI dependencies command: yarn install working_directory: isic-archive-gui - run: name: Build ISIC Admin GUI command: yarn run build working_directory: isic-archive-gui - run: name: Build ISIC Integration GUI command: yarn run build:integration working_directory: isic-archive-gui - run: name: Lint ISIC GUI command: yarn run lint --no-fix working_directory: isic-archive-gui - save_cache: paths: /home/circleci/.cache/yarn key: yarn-{{ arch }}-{{ checksum "isic-archive-gui/yarn.lock" }} workflows: version: 2 test_all: jobs: - serverTest - webBuild_webTest
Revert "Remove unnecessary mongo flag for CI"
Revert "Remove unnecessary mongo flag for CI"
YAML
apache-2.0
ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive
8acde7a84c544d8b75e7e4b21847e71379f9e411
.circleci/config.yml
.circleci/config.yml
# Check https://circleci.com/docs/2.0/language-go/ for more details version: 2 jobs: build: docker: # See https://circleci.com/docs/2.0/circleci-images/ - image: circleci/golang:1.13 - image: circleci/redis:5.0 - image: couchdb:2.3.1 steps: - checkout - run: name: lint command: | curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.21.0 sudo cp ./bin/golangci-lint $GOPATH/bin/ golangci-lint run -E gofmt -E unconvert -E misspell -E whitespace - run: gotestsum
# Check https://circleci.com/docs/2.0/language-go/ for more details version: 2 jobs: build: docker: # See https://circleci.com/docs/2.0/circleci-images/ - image: circleci/golang:1.13 - image: circleci/redis:5.0 - image: couchdb:2.3.1 steps: - checkout - run: name: lint command: | curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.21.0 sudo cp ./bin/golangci-lint $GOPATH/bin/ golangci-lint run -E gofmt -E unconvert -E misspell -E whitespace - run: go test -timeout 2m ./...
Use go test instead of gotestsum on CircleCI
Use go test instead of gotestsum on CircleCI
YAML
agpl-3.0
nono/cozy-stack,nono/cozy-stack,nono/cozy-stack,nono/cozy-stack,nono/cozy-stack
f6f6976fec30b24596a31827d104ce4c1d068bdf
.circleci/config.yml
.circleci/config.yml
# Clojure CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-clojure/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/clojure:tools-deps-1.9.0.397 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circleci/postgres:9.4 working_directory: ~/repo environment: # Customize the JVM maximum heap limit JVM_OPTS: -Xmx3200m steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "deps.edn" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: apt-get install -y make - run: make test - save_cache: paths: - ~/.m2 key: v1-dependencies-{{ checksum "deps.edn" }}
# Clojure CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-clojure/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/clojure:tools-deps-1.9.0.397 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circleci/postgres:9.4 working_directory: ~/repo environment: # Customize the JVM maximum heap limit JVM_OPTS: -Xmx3200m steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "deps.edn" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: sudo apt-get install -y make - run: make test - save_cache: paths: - ~/.m2 key: v1-dependencies-{{ checksum "deps.edn" }}
Add sudo to make build work
Add sudo to make build work
YAML
mit
juxt/tick,juxt/tick
6f434674eecde7c54c09d6491678d43b1fa1b094
.circleci/config.yml
.circleci/config.yml
version: 2 defaults: &defaults working_directory: ~/demoscene docker: - image: cahirwpz/demoscene:latest jobs: check_style: <<: *defaults steps: - checkout - run: './style-python.sh' build: <<: *defaults steps: - checkout - run: name: Git LFS (install Git Large File Storage) command: | apt-get -q update && apt-get upgrade -y apt-get install -y --no-install-recommends openssh-client mkdir -p ~/.ssh ssh-keyscan -H github.com >> ~/.ssh/known_hosts ssh [email protected] git-lfs-authenticate "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}" download git lfs pull - run: name: Archive source tree command: 'cd ~ && tar cvzf /demoscene.tar.gz demoscene' - run: name: Amiga 500 (compile code base) command: 'cd a500 && make' - store_artifacts: path: /demoscene.tar.gz workflows: version: 2 build_and_test: jobs: - check_style - build
version: 2 defaults: &defaults working_directory: ~/demoscene docker: - image: cahirwpz/demoscene:latest jobs: check_style: <<: *defaults steps: - checkout - run: './style-python.sh' build: <<: *defaults steps: - checkout - run: name: Git LFS (install Git Large File Storage) command: | apt-get -q update && apt-get upgrade -y apt-get install -y --no-install-recommends openssh-client mkdir -p ~/.ssh ssh-keyscan -H github.com >> ~/.ssh/known_hosts ssh [email protected] git-lfs-authenticate "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}" download git lfs pull - run: name: Archive source tree command: 'cd ~ && tar cvzf /demoscene.tar.gz demoscene' - run: name: Amiga 500 (compile code base) command: 'cd a500 && make' - store_artifacts: path: /demoscene.tar.gz workflows: version: 2 build_and_test: jobs: - check_style - build: requires: - check_style
Make sure job producing artifacts is run as last one.
Make sure job producing artifacts is run as last one.
YAML
artistic-2.0
cahirwpz/demoscene,cahirwpz/demoscene,cahirwpz/demoscene,cahirwpz/demoscene
729edeed3535e476de9f56a6a9cda8dc8802bb2a
config/prisons/MDI-moorland-closed.yml
config/prisons/MDI-moorland-closed.yml
--- name: Moorland Closed nomis_id: MDI address: - Bawtry Road - DN7 6BW email: [email protected] enabled: true estate: Moorland Closed finder_slug: moorland lead_days: 1 phone: 01302523289 slots: wed: - 1340-1545 thu: - 1340-1545 sat: - 1340-1545 sun: - 1340-1545 unbookable: - 2014-12-25 - 2014-12-26 - 2015-01-01
--- name: Moorland Closed nomis_id: MDI address: - Bawtry Road - DN7 6BW email: [email protected] enabled: true estate: Moorland Closed finder_slug: moorland lead_days: 1 phone: 01302523289 slots: wed: - 1340-1545 thu: - 1340-1545 sat: - 1340-1545 sun: - 1340-1545 unbookable: - 2015-12-25 - 2015-12-26 - 2016-01-01
Update Moorland Christmas visit slots
Update Moorland Christmas visit slots Unbookable: - Christmas Day - Boxing Day - New Year's Day
YAML
mit
ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits
667616f249d88ba66e91a7b8c24414665334c565
packages/ba/barrier.yaml
packages/ba/barrier.yaml
homepage: https://github.com/philopon/barrier changelog-type: '' hash: bcb912e8105f792720b8515ddf9b37d6a1eecd17cb325cc40bd688641068e9e6 test-bench-deps: bytestring: -any base: -any tasty-golden: ! '>=2.2 && <2.4' barrier: -any lens-family-core: ! '>=1.2 && <1.3' tasty: ! '>=0.10 && <0.12' maintainer: HirotomoMoriwaki<[email protected]> synopsis: Shield.io style badge generator changelog: '' basic-deps: blaze-svg: ! '>=0.3 && <0.4' bytestring: ! '>=0.10 && <0.11' base: ! '>=4.6 && <4.9' unordered-containers: ! '>=0.2 && <0.3' text: ! '>=1.1 && <1.3' template-haskell: -any all-versions: - '0.1.0' author: HirotomoMoriwaki<[email protected]> latest: '0.1.0' description-type: haddock description: ! 'see example: <https://github.com/philopon/barrier/blob/master/examples/example.hs>' license-name: MIT
homepage: https://github.com/philopon/barrier changelog-type: '' hash: 18a88146162700174dd843177691b0924633fefa3a6984cdad86ed01a116cbd6 test-bench-deps: bytestring: -any base: -any tasty-golden: ! '>=2.2 && <2.4' barrier: -any lens-family-core: ! '>=1.2 && <1.3' tasty: ! '>=0.10 && <0.12' maintainer: HirotomoMoriwaki<[email protected]> synopsis: Shield.io style badge generator changelog: '' basic-deps: blaze-svg: ! '>=0.3 && <0.4' bytestring: ! '>=0.10 && <0.11' base: ! '>=4.6 && <5' unordered-containers: ! '>=0.2 && <0.3' text: ! '>=1.1 && <1.3' template-haskell: -any all-versions: - '0.1.0' - '0.1.1' author: HirotomoMoriwaki<[email protected]> latest: '0.1.1' description-type: haddock description: ! 'see example: <https://github.com/philopon/barrier/blob/master/examples/example.hs>' license-name: MIT
Update from Hackage at 2016-12-12T16:25:35Z
Update from Hackage at 2016-12-12T16:25:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
da4244a8d21944049848ee479ebc85a3fb5d1dae
packages/bi/bittrex.yaml
packages/bi/bittrex.yaml
homepage: https://github.com/dmjio/bittrex changelog-type: markdown hash: 70c1994c268bb9d79b43c45ba359129f7a2f87be49643615ab9c8bb15a5dbfe0 test-bench-deps: {} maintainer: [email protected] synopsis: API bindings to bittrex.com changelog: ! '# Revision history for bittrex ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: bytestring: -any lens-aeson: -any SHA: -any split: -any base: <5 time: -any text: -any wreq: -any bittrex: -any lens: -any http-client-tls: -any scientific: -any aeson: -any all-versions: - '0.1.0.0' - '0.2.0.0' - '0.3.0.0' author: David Johnson latest: '0.3.0.0' description-type: haddock description: Haskell bindings to the Bittrex exchange license-name: BSD3
homepage: https://github.com/dmjio/bittrex changelog-type: markdown hash: 3d363a4db874aef2a2a2a63111eb2f1803967c19004df25920008549a752c786 test-bench-deps: {} maintainer: [email protected] synopsis: API bindings to bittrex.com changelog: ! '# Revision history for bittrex ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: bytestring: -any lens-aeson: -any SHA: -any split: -any base: <5 time: -any text: -any wreq: -any bittrex: -any lens: -any http-client-tls: -any scientific: -any aeson: -any all-versions: - '0.1.0.0' - '0.2.0.0' - '0.3.0.0' - '0.4.0.0' author: David Johnson latest: '0.4.0.0' description-type: haddock description: Haskell bindings to the Bittrex exchange license-name: BSD3
Update from Hackage at 2017-12-27T06:01:51Z
Update from Hackage at 2017-12-27T06:01:51Z
YAML
mit
commercialhaskell/all-cabal-metadata
627778a952070cab70852598695967ea984bcbd2
packages/sh/shakers.yaml
packages/sh/shakers.yaml
homepage: https://github.com/swift-nav/shakers changelog-type: '' hash: 746f320d0c22fa632011696b5528deb3b77d4548194021933c4d460fb15cb610 test-bench-deps: {} maintainer: Mark Fine <[email protected]> synopsis: Shake helpers. changelog: '' basic-deps: shake: -any base: ==4.8.* shakers: -any basic-prelude: -any directory: -any all-versions: - '0.0.0' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' - '0.0.6' - '0.0.7' - '0.0.8' - '0.0.9' - '0.0.10' - '0.0.11' author: Swift Navigation Inc. latest: '0.0.11' description-type: haddock description: Primitive helpers for Shake files. license-name: MIT
homepage: https://github.com/swift-nav/shakers changelog-type: '' hash: 9fdc27d5374afd2991d71f6c654545da9a7a581db83371849b2822e8a04dbe20 test-bench-deps: {} maintainer: Mark Fine <[email protected]> synopsis: Shake helpers. changelog: '' basic-deps: shake: -any base: ==4.8.* shakers: -any basic-prelude: -any directory: -any all-versions: - '0.0.0' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' - '0.0.6' - '0.0.7' - '0.0.8' - '0.0.9' - '0.0.10' - '0.0.11' - '0.0.12' author: Swift Navigation Inc. latest: '0.0.12' description-type: haddock description: Primitive helpers for Shake files. license-name: MIT
Update from Hackage at 2017-01-10T23:20:59Z
Update from Hackage at 2017-01-10T23:20:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
09f48884ece138767076627d10fcdaf18b33776c
_data/navigation.yml
_data/navigation.yml
# Site navigation links - title: Home url: / - title: Quick Start url: /docs/getting-started - title: Documentation url: /docs/ - title: Blog url: /blog/ - title: Github url: https://github.com/metrophp - title: Theme Setup url: /theme-setup/
# Site navigation links - title: Home url: / - title: Quick Start url: /docs/getting-started - title: Documentation url: /docs/ - title: Blog url: /blog/ - title: Github url: https://github.com/metrophp
Remove theme setup link from nav (merge junk)
Remove theme setup link from nav (merge junk)
YAML
mit
metrophp/metrophp.github.io,metrophp/metrophp.github.io,metrophp/metrophp.github.io
a4ec335accd58c965cd0070bebc83f7086a66cdd
pkg/observe/pubspec.yaml
pkg/observe/pubspec.yaml
name: observe version: 0.10.0-pre.4 author: Polymer.dart Authors <[email protected]> description: > Observable properties and objects for use in template_binding. Template Binding extends HTML and the DOM APIs to support a sensible separation between the UI (DOM) of a document or application and its underlying data (model). Updates to the model are reflected in the DOM and user input into the DOM is immediately assigned to the model. homepage: https://www.dartlang.org/polymer-dart/ dependencies: analyzer: '>=0.13.0 <0.14.0' barback: '>=0.9.0 <0.14.0' logging: '>=0.9.0 <0.10.0' path: '>=0.9.0 <2.0.0' smoke: '>=0.1.0-pre.0 <0.2.0' source_maps: '>=0.9.0 <0.10.0' dev_dependencies: unittest: '>=0.10.0 <0.11.0' environment: sdk: '>=1.2.0 <2.0.0'
name: observe version: 0.10.0-pre.4 author: Polymer.dart Authors <[email protected]> description: > Observable properties and objects for use in template_binding. Template Binding extends HTML and the DOM APIs to support a sensible separation between the UI (DOM) of a document or application and its underlying data (model). Updates to the model are reflected in the DOM and user input into the DOM is immediately assigned to the model. homepage: https://www.dartlang.org/polymer-dart/ dependencies: analyzer: '>=0.13.0 <0.14.0' barback: '>=0.9.0 <0.15.0' logging: '>=0.9.0 <0.10.0' path: '>=0.9.0 <2.0.0' smoke: '>=0.1.0-pre.0 <0.2.0' source_maps: '>=0.9.0 <0.10.0' dev_dependencies: unittest: '>=0.10.0 <0.11.0' environment: sdk: '>=1.2.0 <2.0.0'
Expand the observe package's barback constraint.
Expand the observe package's barback constraint. [email protected] BUG= Review URL: https://codereview.chromium.org//296453010 git-svn-id: c93d8a2297af3b929165606efe145742a534bc71@36403 260f80e4-7a28-3924-810f-c04153c831b5
YAML
bsd-3-clause
dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dart-lang/sdk
2a9bed377cc3840e450d59ec7c533e0f5b5155cf
recipes/django-simple-deploy/meta.yaml
recipes/django-simple-deploy/meta.yaml
{% set name = "django-simple-deploy" %} {% set version = "0.2.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django-simple-deploy-{{ version }}.tar.gz sha256: f36065a6a02cfe4fa1eded0353492586839465670675da330c12bf4f7faafe44 build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vv requirements: host: - pip - python >=3.8 - setuptools - wheel run: - django >=3.0 - python >=3.8 test: imports: - simple_deploy - simple_deploy.management.commands.utils commands: - pip check requires: - pip about: home: https://github.com/ehmatthes/django-simple-deploy summary: A management command that auto-configures for deployment. license: BSD-3-Clause license_file: LICENSE extra: recipe-maintainers: - thewchan
{% set name = "django-simple-deploy" %} {% set version = "0.2.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django-simple-deploy-{{ version }}.tar.gz sha256: f36065a6a02cfe4fa1eded0353492586839465670675da330c12bf4f7faafe44 build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vv requirements: host: - pip - python >=3.8 - setuptools - wheel run: - django >=3.0 - python >=3.8 - python-tzdata test: source_files: - simple_deploy/tests.py imports: - simple_deploy - simple_deploy.management.commands.utils commands: - pip check - pytest -vvv --capture=tee-sys simple_deploy/tests.py requires: - pip - pytest about: home: https://github.com/ehmatthes/django-simple-deploy summary: A management command that auto-configures for deployment. license: BSD-3-Clause license_file: LICENSE extra: recipe-maintainers: - thewchan
Add tzdata and test suite
Add tzdata and test suite
YAML
bsd-3-clause
hadim/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,stuertz/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes
9bb836f53db1c1c5f9464b51487567304a2c8acd
manifest.yml
manifest.yml
--- language: staticfile default_versions: - name: nginx version: 1.13.1 exclude_files: - ".git/" - ".gitignore" - ".gitmodules" - ".rspec" - cf_spec/ - log/ - test/ - buildpack-packager/ - staticfile_buildpack-*v*.zip - pkg/ - ".envrc" - cf.Gemfile - cf.Gemfile.lock - scripts/ - src/ dependencies: - name: nginx version: 1.13.1 uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.13.1-linux-x64-6178c85f.tgz md5: 6178c85f0cff4e1e7540890f5d927f0f cf_stacks: - cflinuxfs2 pre_package: scripts/build.sh
--- language: staticfile default_versions: - name: nginx version: 1.11.13 exclude_files: - ".git/" - ".gitignore" - ".gitmodules" - ".rspec" - cf_spec/ - log/ - test/ - buildpack-packager/ - staticfile_buildpack-*v*.zip - pkg/ - ".envrc" - cf.Gemfile - cf.Gemfile.lock - scripts/ - src/ dependencies: - name: nginx version: 1.11.13 uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.11.13-linux-x64-0ae5f6fb.tgz md5: 0ae5f6fbae17cffb087fea4b9518b4f7 cf_stacks: - cflinuxfs2 pre_package: scripts/build.sh
Revert "Add nginx 1.13.1, remove nginx 1.11.13"
Revert "Add nginx 1.13.1, remove nginx 1.11.13" - 30 day notice for adding 1.13.x expires on 2017-06-09 [#146295321] This reverts commit ebfca73d218dd81b23fceb035b2e6969bfaca0e2.
YAML
apache-2.0
cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack
9ddca32797bdba3da92f7e21dd5a391df7ac1f69
recipes/amplpy/meta.yaml
recipes/amplpy/meta.yaml
{% set name = "amplpy" %} {% set version = "0.6.3" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 32fafce36f50275cf6c0a1c7213e1c3820924c42338e53a1e410d2567389d770 build: number: 0 script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " requirements: host: - future >=0.15.0 - pip - python run: - future >=0.15.0 - python test: imports: - amplpy about: home: http://ampl.com/ license: BSD license_family: BSD license_file: summary: Python API for AMPL doc_url: dev_url: extra: recipe-maintainers: - fdabrandao
{% set name = "amplpy" %} {% set version = "0.6.3" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 32fafce36f50275cf6c0a1c7213e1c3820924c42338e53a1e410d2567389d770 build: number: 0 script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " requirements: build: - {{ compiler('c') }} - {{ compiler('cxx') }} host: - future >=0.15.0 - pip - python run: - future >=0.15.0 - python test: imports: - amplpy about: home: http://ampl.com/ license: BSD license_family: BSD license_file: summary: Python API for AMPL doc_url: dev_url: extra: recipe-maintainers: - fdabrandao
Add compilers to the requirements
Add compilers to the requirements
YAML
bsd-3-clause
Juanlu001/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,ReimarBauer/staged-recipes,isuruf/staged-recipes,synapticarbors/staged-recipes,asmeurer/staged-recipes,stuertz/staged-recipes,rmcgibbo/staged-recipes,jochym/staged-recipes,dschreij/staged-recipes,SylvainCorlay/staged-recipes,patricksnape/staged-recipes,kwilcox/staged-recipes,synapticarbors/staged-recipes,ceholden/staged-recipes,scopatz/staged-recipes,chrisburr/staged-recipes,Juanlu001/staged-recipes,isuruf/staged-recipes,ocefpaf/staged-recipes,jjhelmus/staged-recipes,dschreij/staged-recipes,johanneskoester/staged-recipes,petrushy/staged-recipes,goanpeca/staged-recipes,goanpeca/staged-recipes,jjhelmus/staged-recipes,SylvainCorlay/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,cpaulik/staged-recipes,birdsarah/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,mcs07/staged-recipes,patricksnape/staged-recipes,birdsarah/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,mcs07/staged-recipes,basnijholt/staged-recipes,petrushy/staged-recipes,mariusvniekerk/staged-recipes,basnijholt/staged-recipes,chrisburr/staged-recipes,rmcgibbo/staged-recipes,cpaulik/staged-recipes,scopatz/staged-recipes,ceholden/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,igortg/staged-recipes,asmeurer/staged-recipes
02871bf81af5df106752e05bea7ba4f21b073fcf
testcontainers-create.yml
testcontainers-create.yml
--- - hosts: localhost connection: local gather_facts: no tasks: - name: Create ubuntu bionic test container lxd_container: name: ubuntu-bionic-ansible state: started wait_for_ipv4_addresses: true source: type: image mode: pull server: https://images.linuxcontainers.org protocol: lxd alias: ubuntu/bionic/amd64 profiles: ["default"] ephemeral: true # LXD snap doesn't expose default unix socket url: https://127.0.0.1:8443 timeout: 300 ...
--- - hosts: localhost connection: local gather_facts: no tasks: - name: Create ubuntu bionic test container lxd_container: name: ubuntu-bionic-ansible state: started wait_for_ipv4_addresses: true source: type: image mode: pull server: https://images.linuxcontainers.org protocol: lxd alias: ubuntu/bionic/amd64 profiles: ["default"] ephemeral: true config: security.privileged: "true" security.nesting: "true" # LXD snap doesn't expose default unix socket url: https://127.0.0.1:8443 timeout: 300 ...
Create privileged LXD containers for testing
Create privileged LXD containers for testing
YAML
unlicense
casept/ansible-playbooks,casept/ansible-playbooks,casept/ansible-playbooks
4e036043cd087a8b591a9ab7114806d73de73609
frontend/config/database.yml
frontend/config/database.yml
development: adapter: postgresql encoding: unicode database: lore_seeker production: adapter: postgresql encoding: unicode database: lore_seeker
development: adapter: postgresql encoding: unicode database: lore_seeker pool: 5 username: lore_seeker password: /2ZcnhB^Y7aQw6kp production: adapter: postgresql encoding: unicode database: lore_seeker pool: 5 username: lore_seeker password: /2ZcnhB^Y7aQw6kp
Add db credentials to config (safe to publish since only local connections are allowed)
Add db credentials to config (safe to publish since only local connections are allowed)
YAML
mit
fenhl/lore-seeker,fenhl/lore-seeker,fenhl/lore-seeker,fenhl/lore-seeker,fenhl/lore-seeker
e63d091aed65d71e67ffbee4da62e162680046e2
manifest.yml
manifest.yml
--- language: staticfile exclude_files: - .git/ - .gitignore - .gitmodules - .rspec - cf_spec/ - log/ - test/ - buildpack-packager/ - staticfile_buildpack-*v*.zip url_to_dependency_map: - match: nginx.tgz name: nginx version: 1.11.1 dependencies: - name: nginx version: 1.11.1 uri: https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/nginx/nginx-1.11.1-linux-x64.tgz cf_stacks: - cflinuxfs2 md5: 7d28497395b62221f3380e82f89cd197
--- language: staticfile exclude_files: - .git/ - .gitignore - .gitmodules - .rspec - cf_spec/ - log/ - test/ - buildpack-packager/ - staticfile_buildpack-*v*.zip url_to_dependency_map: - match: nginx.tgz name: nginx version: 1.11.1 dependencies: - name: nginx version: 1.11.1 uri: https://buildpacks.cloudfoundry.org/concourse-binaries/nginx/nginx-1.11.1-linux-x64.tgz cf_stacks: - cflinuxfs2 md5: 7d28497395b62221f3380e82f89cd197
Make buildpacks.cloudfoundry.org the default url for buildpack dependencies
Make buildpacks.cloudfoundry.org the default url for buildpack dependencies [#121757949]
YAML
mit
SaberZaabouti/myBuildpack,cloudfoundry/staticfile-buildpack,SaberZaabouti/myBuildpack,jockhip12/mybuildpack,jockhip12/mybuildpack,jockhip12/mybuildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack,dhaywael/static-buildpack,dhaywael/static-buildpack,SaberZaabouti/myBuildpack,SaberZaabouti/myBuildpack,cloudfoundry/staticfile-buildpack,jockhip12/mybuildpack,cloudfoundry/staticfile-buildpack,dhaywael/static-buildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,cloudfoundry/staticfile-buildpack
6317e245aec117abd593b37b0a08730526b6bb2d
Resources/config/services.yml
Resources/config/services.yml
services: # # Plugin # elcodi_plugin.stripe: parent: elcodi.abstract_plugin arguments: - "Elcodi\\Plugin\\StripeBundle\\ElcodiStripeBundle" stripe.transaction.wrapper: class: %stripe.transaction.wrapper.class% arguments: stripe.private.key: @elcodi_plugin.stripe.private_key # # Plugin fields # elcodi_plugin.stripe.public_key: class: StdClass factory: - @elcodi_plugin.stripe - getFieldValue arguments: - public_key elcodi_plugin.stripe.private_key: class: StdClass factory: - @elcodi_plugin.stripe - getFieldValue arguments: - private_key # # Services # stripe.twig.extension: class: %stripe.twig.extension.class% arguments: stripe.public.key: @elcodi_plugin.stripe.public_key form.factory: @form.factory payment.bridge: @payment.bridge tags: - { name: twig.extension }
services: # # Plugin # elcodi_plugin.stripe: parent: elcodi.abstract_plugin arguments: - "Elcodi\\Plugin\\StripeBundle\\ElcodiStripeBundle" stripe.transaction.wrapper: class: %stripe.transaction.wrapper.class% arguments: stripe.private.key: @elcodi_plugin.stripe.private_key # # Plugin fields # elcodi_plugin.stripe.public_key: class: StdClass factory: - @elcodi_plugin.stripe - getFieldValue arguments: - public_key elcodi_plugin.stripe.private_key: class: StdClass factory: - @elcodi_plugin.stripe - getFieldValue arguments: - private_key # # Services # stripe.twig.extension: class: %stripe.twig.extension.class% arguments: stripe.public.key: @elcodi_plugin.stripe.public_key form.factory: @form.factory payment.bridge: @payment.bridge view_template: %stripe.templates.view_template% scripts_template: %stripe.templates.scripts_template% tags: - { name: twig.extension }
Store + Shipping + Menus
Store + Shipping + Menus * Using new Store feature from Elcodi * Added Store management in Admin * Changed all definitions that was depending on such implementation * Removed under construction logic and tests * Removed menu fixtures * Defined them as dynamic content. Some of them are generated dinamically, and some of them statically. * Added neede menu builders in every Admin bundle * Changed the way menu is loaded in Admin * Removed dependency with Configuration and Configuration annotation, in order to use new implementation. * Removed configuration elements * Removed all `elcodi_config` twig extension usage * Moved custom shipping logic from elcodi/elcodi to elcodi-plugins/* * Added full repo inside Plugin folder * Using new Shipping engine * Updated some code in order to be compatible with Sf2.7 deprecations Ready for Elcodi Beta! Auu! Auu!
YAML
mit
elcodi-plugins/StripeBundle
0e7df96b930288d7f717dc729e095713d95d9978
peergrade.yaml
peergrade.yaml
session_name: peergrade start_directory: ~/work/peergrade/peergrade.io shell_command_before: - '[ -d `.venv/bin/activate` ] && source .venv/bin/activate && reset' windows: - window_name: peergrade layout: main-horizontal focus: true panes: - focus: True - blank - no_proxy='*' python worker.py - python run_grasp.py - python run_debug.py options: main-pane-height: 35 - window_name: peergrade layout: main-horizontal focus: true panes: - focus: True - npm run webpack-dev-server - brunch watch -j options: main-pane-height: 35
session_name: peergrade start_directory: ~/work/peergrade/peergrade.io shell_command_before: - '[ -d `.venv/bin/activate` ] && source .venv/bin/activate && reset' windows: - window_name: peergrade layout: main-horizontal focus: true panes: - focus: True - blank - no_proxy='*' ./worker.py - ./run_grasp.py - ./run_debug.py options: main-pane-height: 35 - window_name: peergrade layout: main-horizontal focus: true panes: - focus: True - npm run webpack-dev-server - brunch watch -j options: main-pane-height: 35
Access script directly (no python command)
Access script directly (no python command)
YAML
mit
tony/tmuxp-config,tony/tmuxp-config
a40f25e187e306d91a4703af79c03da3e12657f9
config/govuk_index/migrated_formats.yaml
config/govuk_index/migrated_formats.yaml
migrated: # Contacts - contact # Publisher - answer - guide - help_page - licence - local_transaction - place - transaction - simple_smart_answer # Specialist Publisher - aaib_report - asylum_support_decision - business_finance_support_scheme - cma_case - countryside_stewardship_grant - dfid_research_output - drug_safety_update - employment_appeal_tribunal_decision - employment_tribunal_decision - european_structural_investment_fund # use Rummager name as mapping occurs before validation check - international_development_fund - maib_report - medical_safety_alert - raib_report - service_standard_report - tax_tribunal_decision - utaac_decision # Other - hmrc_manual - hmrc_manual_section - manual - manual_section - service_manual_guide - service_manual_homepage - service_manual_service_standard - service_manual_topic - task_list indexable: - travel_advice
migrated: # Contacts - contact # Publisher - answer - guide - help_page - licence - local_transaction - place - transaction - simple_smart_answer # Specialist Publisher - aaib_report - asylum_support_decision - business_finance_support_scheme - cma_case - countryside_stewardship_grant - dfid_research_output - drug_safety_update - employment_appeal_tribunal_decision - employment_tribunal_decision - european_structural_investment_fund # use Rummager name as mapping occurs before validation check - international_development_fund - maib_report - medical_safety_alert - raib_report - service_standard_report - tax_tribunal_decision - utaac_decision # Other - hmrc_manual - hmrc_manual_section - manual - manual_section - service_manual_guide - service_manual_homepage - service_manual_service_standard - service_manual_topic - task_list indexable: - mainstream_browse_page - service_manual_guide - service_manual_topic - topic - travel_advice
Make `mainstream_browse_page` and `topic` indexable
Make `mainstream_browse_page` and `topic` indexable
YAML
mit
alphagov/rummager,alphagov/rummager
d4153d53a99ff2191c4717dfa09199ab6b2d5db4
templates/import/chrome-dep.template.yml
templates/import/chrome-dep.template.yml
# This template installs Chrome and ChromeDriver for imports hooks: after_bundle_exec: - exec: cd: /tmp cmd: - curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y unzip google-chrome-stable - LATEST_VERSION=$(curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE) && wget https://chromedriver.storage.googleapis.com/$LATEST_VERSION/chromedriver_linux64.zip - unzip chromedriver_linux64.zip -d /usr/local/bin
# This template installs Chrome for imports hooks: after_bundle_exec: - exec: cd: /tmp cmd: - curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list - apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y google-chrome-stable
Remove chromedriver; import script installs latest version
Remove chromedriver; import script installs latest version
YAML
mit
discourse/discourse_docker,discourse/discourse_docker,discourse/discourse_docker