commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
73cea919fe10b70f09f620ffb46ff34658790c46
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", ruby-head] steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: bundler-ca...
Migrate CI to GitHub Actions
Migrate CI to GitHub Actions
YAML
mit
kenn/bitwise,kenn/bitwise
447b3dcf4dd5f22f3f346ee4754b8b0a6b12b778
.github/workflows/go.yml
.github/workflows/go.yml
name: Go on: push: branches: '*' pull_request: branches: 'master' jobs: build: name: Build and test runs-on: ubuntu-latest steps: - name: Set up Go 1.x uses: actions/setup-go@v2 with: go-version: ^1.13 id: go - name: Check out code into the Go module dire...
Add Github actions to run the Go tests
Add Github actions to run the Go tests
YAML
apache-2.0
tkrajina/typescriptify-golang-structs,tkrajina/typescriptify-golang-structs,tkrajina/typescriptify-golang-structs,tkrajina/typescriptify-golang-structs,tkrajina/typescriptify-golang-structs
790893f52278994198fe7adc949c748e5e443c0e
.codecov.yml
.codecov.yml
# After changing this file, check it via: # curl -X POST --data-binary @/path/to/.codecov.yml https://codecov.io/validate # # For general configuration information, see: # https://github.com/codecov/support/wiki/Codecov-Yaml codecov: # Default branch to show (if not set, inherited from repository settings): - ...
Add a Codecov configuration file
Add a Codecov configuration file
YAML
apache-2.0
stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib
a2ff34371317a72803e6b18c58948cda50c5212e
recipes/sympow/meta.yaml
recipes/sympow/meta.yaml
{% set name = "sympow" %} {% set version = "1.018.1" %} {% set sha256 = "6cd4559e177502c44dbce3b1a6aeab3e6f4d24df1f21e19aaf25f3a0e2d1f042" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.bz2 url: http://mirrors.mit.edu/sage/spkg/upstream/{{ name }}/{{ name }}-{{ ve...
{% set name = "sympow" %} {% set version = "1.018.1" %} {% set sha256 = "6cd4559e177502c44dbce3b1a6aeab3e6f4d24df1f21e19aaf25f3a0e2d1f042" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.bz2 url: http://mirrors.mit.edu/sage/spkg/upstream/{{ name }}/{{ name }}-{{ ve...
Test whether the binary actually starts
Test whether the binary actually starts
YAML
bsd-3-clause
petrushy/staged-recipes,rmcgibbo/staged-recipes,planetarypy/staged-recipes,barkls/staged-recipes,isuruf/staged-recipes,hbredin/staged-recipes,chohner/staged-recipes,patricksnape/staged-recipes,glemaitre/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,chrisburr/staged-recipes,hadim/staged-recipes,so...
ebf5c5cb4de5b1bb97aa437f1fa942c3996a675d
.github/dependabot.yml
.github/dependabot.yml
# Copyright (c) 2022 Sebastian Pipping <sebastian@pipping.org> # Licensed under the GPL v2 or later version: 2 updates: - package-ecosystem: "github-actions" commit-message: include: "scope" prefix: "Actions" directory: "/" labels: - "enhancement" schedule: interval: "weekly"...
Make GitHub Dependabot keep our GitHub Actions up to date
Make GitHub Dependabot keep our GitHub Actions up to date
YAML
mit
gkdr/libomemo
f461e837f10955c8f771326151636be6c23edcc9
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: maven directory: "/" schedule: interval: monthly open-pull-requests-limit: 10 target-branch: master reviewers: - <insert-maintainers-here-one-per-line> labels: - skip-changelog
Add github action for updating dependencies
Add github action for updating dependencies
YAML
mit
jenkinsci/crowd2-plugin,jenkinsci/crowd2-plugin,jenkinsci/crowd2-plugin
fe292f9b32334b13f8ff78fe83629155b95bc073
slac_config.yaml
slac_config.yaml
# Define input data files (FT1, FT2, LTCube) data: # Event list file evfile : /nfs/slac/g/ki/ki20/cta/mdwood/fermi/data/P8_SOURCE_V6/P8_SOURCE_V6_239557414_428903014_z90_r180_ft1.lst # Spacecraft file scfile : /nfs/slac/g/ki/ki20/cta/mdwood/fermi/data/P8_P302_BASE/P8_P302_SOURCE_239557414_476239414_ft2.fits ...
Add config file for SLAC.
Add config file for SLAC.
YAML
bsd-3-clause
fermiPy/fermipy,jefemagril/fermipy,jefemagril/fermipy,jefemagril/fermipy
f43b9f4c0dfc58eac8b46c244b29a4ba1cd31c11
.rubocop.yml
.rubocop.yml
inherit_gem: rubocop-rails: - config/rails.yml AllCops: UseCache: true DisplayCopNames: true DisplayStyleGuide: true TargetRubyVersion: 2.4 # Include: Exclude: - 'Gemfile' - 'db/**/*' - 'config/**/*' - 'script/**/*' - '**/Rakefile' - '**/config.ru' StringLiterals: Enabled: ...
Add Rubocop YAML file to repo
Add Rubocop YAML file to repo
YAML
mit
KatanaCode/carrierwave-blitline,KatanaCode/carrierwave-blitline
2483c3952b3368b486c78dc1afea8b965236dbb5
appveyor.yml
appveyor.yml
version: '{build}' pull_requests: do_not_increment_build_number: true branches: only: - master nuget: disable_publish_on_pr: true build_script: - ps: .\build.ps1 test: off
Add first version of config for AppVeyor
Add first version of config for AppVeyor
YAML
mit
fairycode/sharp-blueprint,fairycode/sharp-blueprint
c6413de04f430f022507d6c332fb8ad49d27e8a1
amphp/http/2018-03-15.yaml
amphp/http/2018-03-15.yaml
title: Incorrect header injection check link: https://github.com/amphp/http/releases/tag/v1.0.1 cve: ~ branches: master: time: 2018-03-15 17:25:00 versions: ['<1.0.1'] reference: composer://amphp/http
Add advisory for amphp/http header injection
Add advisory for amphp/http header injection
YAML
unlicense
FriendsOfPHP/security-advisories,marcomenzel/security-advisories,markstory/security-advisories,kdambekalns/security-advisories
36f2df93943040385e2988879ab0dadf3eb45ecb
.kitchen.yml
.kitchen.yml
--- driver: name: vagrant # provider: vmware_fusion # customize: # memory: 2048 provisioner: name: chef_solo platforms: - name: ubuntu-12.04 - name: ubuntu-14.04 - name: centos-6.6 - name: centos-7.0 - name: macosx-10.10 driver: box: macosx-10.10 suites: - name: firefox_test run_...
--- driver: name: vagrant provisioner: name: chef_solo platforms: - name: ubuntu-12.04 - name: ubuntu-14.04 - name: centos-6.6 - name: centos-7.0 suites: - name: firefox_test run_list: - recipe[firefox_test::default] - recipe[firefox_test::version] - recipe[firefox_test::x11] ...
Remove vmware_fusion driver and mac platform
Remove vmware_fusion driver and mac platform
YAML
mit
dhoer/chef-mozilla_firefox,tas50/Firefox,dhoer/chef-mozilla_firefox,chef-cookbooks/firefox
e4b8564ad36eb7d689b154b158eacdcedf07a373
.styleci.yml
.styleci.yml
preset: laravel risky: false enabled: - "align_equals" - "align_double_arrow" disabled: - "unalign_equals" finder: exclude: - "tests" name: - "*.php" not-name: - "*blade.php" - "_ide_helper.php"
preset: laravel risky: false enabled: - "align_equals" - "align_double_arrow" disabled: - "unalign_equals" - "not_operator_with_successor_space" finder: exclude: - "tests" name: - "*.php" not-name: - "*blade.php" - "_ide_helper.php"
Disable enforcing space after 'not' operator in StyleCI
Disable enforcing space after 'not' operator in StyleCI
YAML
mit
atoff/core,atoff/core,enlim/core,enlim/core,enlim/core
d8b49faeae7d53b4f32616bc08899bebca2e6276
.github/workflows/azure-static-web-app-pr-validation.yml
.github/workflows/azure-static-web-app-pr-validation.yml
name: Azure Static Web Apps PR Validation on: pull_request: types: [opened, synchronize, reopened, closed] branches: - main jobs: build_and_deploy_job: env: DIST_PATH: NuGetPackageExplorer/NuGetPackageExplorer.Wasm/bin/Release/net5.0/dist if: (github.event_name == 'pull_request' && gi...
Add github action for PR validation
ci: Add github action for PR validation
YAML
mit
NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer
f73dac075f5d294bfe9f84f82ca077fa8f3db166
azure-pipelines.yml
azure-pipelines.yml
# Maven # Build your Java project and run tests with Apache Maven. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/java trigger: - main pool: vmImage: 'ubuntu-latest' steps: - task: Maven@3 inputs: mavenPomFile: 'pom.xml' ...
Set up CI with Azure Pipelines
infra: Set up CI with Azure Pipelines [skip ci]
YAML
lgpl-2.1
romani/checkstyle,rnveach/checkstyle,checkstyle/checkstyle,checkstyle/checkstyle,rnveach/checkstyle,romani/checkstyle,rnveach/checkstyle,rnveach/checkstyle,rnveach/checkstyle,checkstyle/checkstyle,checkstyle/checkstyle,romani/checkstyle,romani/checkstyle,checkstyle/checkstyle,checkstyle/checkstyle,romani/checkstyle,rnv...
ff591860b6a32c0a79788a931a4ebf7b196e8539
azure-pipelines.yml
azure-pipelines.yml
# .NET Desktop # Build and run tests for .NET Desktop or Windows classic desktop solutions. # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net trigger: - master pool: vmImage: 'VS2017-Win2016' variables: solution: '**/*.sln' ...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines
YAML
mit
maxinfet/Mulligan
40b4abf145dde376da1649e1f7e9a7a84baa4254
azure-pipelines.yml
azure-pipelines.yml
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml trigger: - master pool: vmImage: 'ubuntu-latest' steps: - script: echo Hello, world! displayName: 'Run a one-line script' - script: ...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
Toblerity/rtree,Toblerity/rtree
ea30bf26db485f502124a0f69f25212c632051f8
azure-pipelines.yml
azure-pipelines.yml
# Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript trigger: - master pool: vmImage: 'ubuntu-latest' steps: - task: NodeTool@0 inputs: versionSpec: '10.x' displa...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
LukasMomot/StockWatcher
ec102dfb4143f66144cfee3fc09141e24892695c
azure-pipelines.yml
azure-pipelines.yml
# Python package # Create and test a Python package on multiple Python versions. # Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/python trigger: - master pool: vmImage: 'ubuntu-latest' str...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
underchemist/nanonispy
2cffcbefa440bc011e06559865085d34614bffc3
azure-pipelines.yml
azure-pipelines.yml
trigger: - master pool: vmImage: 'windows-2019' steps: - task: NodeTool@0 inputs: versionSpec: '12.x' displayName: 'Install Node.js' - script: | yarn node scripts/build-native.js yarn run build:typings yarn run build node scripts/prepackage-plugins.js node scripts/build-windows.js ...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
Eugeny/terminus,Eugeny/terminus,Eugeny/terminus,Eugeny/terminus,Eugeny/terminus,Eugeny/terminus
2cce6254d4f86943b210b7031c7ac0ed07aa13aa
roles/StackStorm.nodejs/defaults/main.yml
roles/StackStorm.nodejs/defaults/main.yml
--- # nodejs version to install nodejs_major_version: "{% if st2_version == 'latest' or st2_version is version('3.5.0', '<') %}14{% else %}10{% endif %}"
--- # nodejs version to install nodejs_major_version: "{% if st2chatops_version == 'latest' or st2chatops_version is version('3.5.0', '>=') %}14{% else %}10{% endif %}"
Fix gt vs lt on the nodejs default and compare with st2chatops_version instead of st2_version
Fix gt vs lt on the nodejs default and compare with st2chatops_version instead of st2_version
YAML
apache-2.0
armab/ansible-st2,StackStorm/ansible-st2
19fb443853cd0f4ba8421cba1f699fb99c1f7fd8
appveyor.yml
appveyor.yml
# Test against this version of Node.js # environment: # nodejs_version: "0.10" cache: - C:\apache-ant-1.9.6-bin.zip environment: ANDROID_HOME: C:\Program Files (x86)\Android\android-sdk ANT_HOME: C:\apache-ant-1.9.6 WIX_HOME: C:\Program Files (x86)\WiX Toolset v3.10 # Install scripts. (runs after repo cloning...
Enable CI on Windows hosts with Appveyor
Enable CI on Windows hosts with Appveyor
YAML
apache-2.0
baleboy/crosswalk-app-tools,crosswalk-project/crosswalk-app-tools,crosswalk-project/crosswalk-app-tools,crosswalk-project/crosswalk-app-tools,baleboy/crosswalk-app-tools,baleboy/crosswalk-app-tools
374296c869ee2dfb98e1997391c9dc3fe0e1399c
appveyor.yml
appveyor.yml
cache: - "c:\\sr" # stack root, short paths == less problems build: off before_test: - curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386 - 7z x stack.zip stack.exe clone_folder: "c:\\stack" environment: global: STACK_ROOT: "c:\\sr" test_script: # The ugly echo "" hack is to avoid compl...
cache: - "c:\\sr" # stack root, short paths == less problems build: off before_test: - curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386 - 7z x stack.zip stack.exe clone_folder: "c:\\stack" environment: global: STACK_ROOT: "c:\\sr" test_script: - stack setup > nul # The ugly echo "" ha...
Use stack setup so you can ignore most of the output
Use stack setup so you can ignore most of the output A workaround for https://github.com/commercialhaskell/stack/issues/1212
YAML
bsd-3-clause
supermario/stack,Blaisorblade/stack,deech/stack,martin-kolinek/stack,anton-dessiatov/stack,sjakobi/stack,keent/stack,juhp/stack,AndrewRademacher/stack,Blaisorblade/stack,mathhun/stack,supermario/stack,rvion/stack,rubik/stack,achernyak/stack,narrative/stack,mrkkrp/stack,AndrewRademacher/stack,keent/stack,martin-kolinek/...
e7f63dee7ea26aeffb1c98c034d4c8e3324368e5
recipes/skopeo/meta.yaml
recipes/skopeo/meta.yaml
{% set name = "skopeo" %} {% set version = "0.1.32" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/containers/skopeo/archive/v{{version}}.tar.gz sha256: fcb593d4fa4cb6cf8f1817d21f43a8051c1d8c759b857633d4b932361dbd93a7 build: number: 0 requirements: build: -...
{% set name = "skopeo" %} {% set version = "0.1.32" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/containers/skopeo/archive/v{{version}}.tar.gz sha256: fcb593d4fa4cb6cf8f1817d21f43a8051c1d8c759b857633d4b932361dbd93a7 build: number: 0 requirements: build: -...
Add c compiler. We need cgo...
Add c compiler. We need cgo...
YAML
bsd-3-clause
Juanlu001/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,jjhelmus/staged-recipes,SylvainCorlay/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,basnijholt/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,Juanlu001/staged-recipes,jjhelmus/staged-rec...
1afacb95c80790446c872c71f749e19a8a0e38df
packages/so/some.yaml
packages/so/some.yaml
homepage: https://github.com/phadej/some changelog-type: markdown hash: 0edaac884738a2506d910cb06da8dc89c19459a42bd5f32f5cf87b8c2ee63c80 test-bench-deps: {} maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> synopsis: ! 'Existential type: Some' changelog: | # 1 - Split out of `dependent-sum` - Have `GADT`, `Newtype`...
Update from Hackage at 2019-09-12T11:34:54Z
Update from Hackage at 2019-09-12T11:34:54Z
YAML
mit
commercialhaskell/all-cabal-metadata
0dd2dcd40ac0238ff670a4ac647c3f1e4a09fe96
packages/we/webmention.yaml
packages/we/webmention.yaml
homepage: https://github.com/alexmingoia/webmention#readme changelog-type: markdown hash: f52b6b881f992875218905f4183847ecbede2c4b19f4f2b996e6b6a3716b9c01 test-bench-deps: http-client: '>=0.6 && <0.7' modern-uri: '>=0.3 && <0.4' exceptions: '>=0.10 && <0.11' either: '>=5.0 && <5.1' bytestring: '>=0.10 && <0.1...
Update from Hackage at 2021-03-11T05:06:27Z
Update from Hackage at 2021-03-11T05:06:27Z
YAML
mit
commercialhaskell/all-cabal-metadata
619809b4375efcc1d1243dd50ea8ac446613b945
Templates/SimpleService/src/docker-compose.yml
Templates/SimpleService/src/docker-compose.yml
web: build: . ports: - "5000:5000" links: - consul consul: image: progrium/consul ports: - "8400:8400" - "8500:8500" - "8600:53/udp" command: -server -bootstrap -ui-dir /ui
Enable docker compose to create services
Enable docker compose to create services
YAML
mit
kodj/kodj,kodj/kodj,kodj/kodj
0d4109519e481dd43ac227c51f5055bb323f5e1d
etc/ceilometer/pipeline.yaml
etc/ceilometer/pipeline.yaml
--- sources: - name: meter_source interval: 600 meters: - "*" sinks: - meter_sink - name: disk_source interval: 600 meters: - "disk.read.bytes" - "disk.read.requests" - "disk.write.bytes" - "disk.write.requests" ...
Remove cpu_sink as it does not pertain to powervm
Remove cpu_sink as it does not pertain to powervm The cpu_sink as defined in the default pipeline.yaml does not apply to PowerVM. This is because the PowerVM compute inspector has a CPU Utilization inspector built in. This change provides an updated default pipeline.yaml that is applicable for operators wishing to m...
YAML
apache-2.0
stackforge/ceilometer-powervm,openstack/ceilometer-powervm,stackforge/ceilometer-powervm,openstack/ceilometer-powervm
44a6308059688447ab96a8030f6763e60d909104
packages/af/AFSM.yaml
packages/af/AFSM.yaml
homepage: https://github.com/FiveEye/AFSM changelog-type: '' hash: 8e5fa6668be4dc253e3eea47e261437b1c7bd8934001e6410168398d734f8f6e test-bench-deps: {} maintainer: hanzh.xu@gmail.com synopsis: Arrowized functional state machines changelog: '' basic-deps: base: ! '>=4.7 && <4.8' all-versions: - '0.1.0.0' author: Hanzh...
Update from Hackage at 2016-04-09T03:40:44+0000
Update from Hackage at 2016-04-09T03:40:44+0000
YAML
mit
commercialhaskell/all-cabal-metadata
ea2d419c5e1bfbee74e1c8aeedf4ff0d6b77e9ff
packages/hk/hkgr.yaml
packages/hk/hkgr.yaml
homepage: https://github.com/juhp/hkgr changelog-type: markdown hash: fad54a8a03955883e12978908bc073e85b0ac4d243fd898b2463d09bebf2a7e0 test-bench-deps: {} maintainer: juhpetersen@gmail.com synopsis: Simple Hackage release workflow for package maintainers changelog: | # Changelog ## 0.0 * Initially created. basic...
Update from Hackage at 2019-06-10T16:44:29Z
Update from Hackage at 2019-06-10T16:44:29Z
YAML
mit
commercialhaskell/all-cabal-metadata
002b3f263719167b0468c3b3e2af9a92f9b44d0c
appveyor.yml
appveyor.yml
environment: JAVA_HOME: C:\Program Files\Java\jdk1.8.0 os: Visual Studio 2017 # Windows Server 2016 install: - java -version - mvn --version build_script: - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V test_script: - mvn test --batch-mode - mvn checkstyle:check --batch-mode --fail-never cach...
Add AppVeyor as Windows Continuous Integration service
CAP-217: Add AppVeyor as Windows Continuous Integration service
YAML
apache-2.0
bjagg/CalendarPortlet,Jasig/CalendarPortlet,bjagg/CalendarPortlet,Jasig/CalendarPortlet
d2b8f0f45726d31e5eeedf1cbce1ac11bdd5855e
appveyor.yml
appveyor.yml
version: '{build}' image: Visual Studio 2017 pull_requests: do_not_increment_build_number: true environment: BUILD: $(APPVEYOR_BUILD_NUMBER) COVERITY_EMAIL: secure: 9iw6ajDvltEymr75DhlRbH8X+2olJ8mbWLPqyYMmleg= COVERITY_TOKEN: secure: S9XU2JhyUK9XstLG3CN2vB5M8ce8zYZp5VECx3kvx24...
version: '{build}' image: Visual Studio 2017 pull_requests: do_not_increment_build_number: true environment: BUILD: $(APPVEYOR_BUILD_NUMBER) COVERITY_EMAIL: secure: 9iw6ajDvltEymr75DhlRbH8X+2olJ8mbWLPqyYMmleg= COVERITY_TOKEN: secure: S9XU2JhyUK9XstLG3CN2vB5M8ce8zYZp5VECx3kvx24...
Deploy to NuGet on new tag
Deploy to NuGet on new tag
YAML
mit
blairconrad/FakeItEasy,blairconrad/FakeItEasy,adamralph/FakeItEasy,thomaslevesque/FakeItEasy,FakeItEasy/FakeItEasy,thomaslevesque/FakeItEasy,FakeItEasy/FakeItEasy,adamralph/FakeItEasy
41dfd9a5010d1f33fdc51ae1ed6820eff307210f
.forestry/front_matter/templates/projet.yml
.forestry/front_matter/templates/projet.yml
--- label: Projet hide_body: false fields: - type: text name: title label: title - type: datetime name: date label: date - type: number name: weight label: weight - type: list name: alias label: alias - type: text name: redirect label: redirect - type: boolean name: published label: published - ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
Narno/arnaudligny.fr,Narno/arnaudligny.fr,Narno/arnaudligny.fr
6a84d427bacf1a848e2857c677c5d1b8bdd0ac96
appveyor.yml
appveyor.yml
environment: matrix: allow_failures: - nodejs_version: "0.8" - nodejs_version: "0.10" - nodejs_version: "0.12" - nodejs_version: "1.0" platform: - x86 - x64 install: - ps: Install-Product node $env:nodejs_version $env:platform - npm install -g npm@2.x.x - npm install test_scri...
environment: matrix: - nodejs_version: "0.8" - nodejs_version: "0.10" - nodejs_version: "0.12" - nodejs_version: "1.0" matrix: fast_finish: true allow_failures: - platform: x86 - platform: x64 platform: - x86 - x64 install: - ps: Install-Product node $env:nodejs_version $env:platform - ...
Use a separate matrix section
[ci] Use a separate matrix section
YAML
mit
cvan/pre-commit,JiriChara/pre-commit,boneskull/pre-commit,pzarudnii/pre-commit,pzarudnii/pre-commit,boneskull/pre-commit,observing/pre-commit,SergeL/pre-commit,SergeL/pre-commit,observing/pre-commit,JiriChara/pre-commit,cvan/pre-commit
abe51935cb1cad4c1d42c9bfd567983d39ace6bf
recipes/poliastro/meta.yaml
recipes/poliastro/meta.yaml
{% set version = "0.5.0" %} package: name: poliastro version: {{ version }} source: fn: v{{ version }}.tar.gz url: https://github.com/poliastro/poliastro/archive/v{{ version }}.tar.gz md5: 51dabbe817d2c91d6550ddff854fa0f6 build: number: 0 script: python setup.py install --single-version-externally-mana...
{% set version = "0.5.0" %} package: name: poliastro version: {{ version }} source: fn: v{{ version }}.tar.gz url: https://github.com/poliastro/poliastro/archive/v{{ version }}.tar.gz md5: 51dabbe817d2c91d6550ddff854fa0f6 build: number: 0 script: python setup.py install --single-version-externally-mana...
Remove Python 2 support from poliastro
Remove Python 2 support from poliastro
YAML
bsd-3-clause
bmabey/staged-recipes,sannykr/staged-recipes,koverholt/staged-recipes,arokem/staged-recipes,hadim/staged-recipes,pstjohn/staged-recipes,conda-forge/staged-recipes,dharhas/staged-recipes,johannesring/staged-recipes,pmlandwehr/staged-recipes,patricksnape/staged-recipes,basnijholt/staged-recipes,jerowe/staged-recipes,cond...
556c36625d7a4c9c51e36e53cad3411055442eb2
packages/po/pokemon-go-protobuf-types.yaml
packages/po/pokemon-go-protobuf-types.yaml
homepage: https://github.com/relrod/pokemon-go-protobuf-types changelog-type: '' hash: 3105d0cd1fa5b3ca61c73b0d0f5427d1ee8b1ff29493378c56366828205af42e test-bench-deps: {} maintainer: ricky@elrod.me synopsis: Haskell types for the Pokemon Go protobuf protocol. changelog: '' basic-deps: bytestring: ! '>=0.10 && <1' ...
Update from Hackage at 2016-07-27T07:55:51+0000
Update from Hackage at 2016-07-27T07:55:51+0000
YAML
mit
commercialhaskell/all-cabal-metadata
63cd7cbb296df1f68e0dfa13e9fc730a3c0927c1
appveyor.yml
appveyor.yml
# https://www.appveyor.com/docs/build-configuration # Test against this version of Node.js environment: nodejs_version: "4" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install modules - npm install...
Introduce AppVeyor for Windows CI
Build: Introduce AppVeyor for Windows CI Fixes gh-943 Closes gh-946
YAML
mit
qunitjs/qunit,qunitjs/qunit
2e6985ed5f0acc91be5959d439d58cc28461227f
packages/en/Enum.yaml
packages/en/Enum.yaml
homepage: '' changelog-type: '' hash: 4bf2da55deca1ffb2a32b100b44c21346ae860e5f6c3fbe05f11a179defddf57 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Non-crashing `Enum` operations changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versions: - '0.1.0.0' author: M Farkas-Dyck latest: '0.1.0.0' descript...
Update from Hackage at 2018-05-12T00:33:32Z
Update from Hackage at 2018-05-12T00:33:32Z
YAML
mit
commercialhaskell/all-cabal-metadata
07064fcd11e45ebafe050606a8f55357564b12b8
packages/pl/plex.yaml
packages/pl/plex.yaml
homepage: https://github.com/phlummox/hs-plex#readme changelog-type: markdown hash: e34d1810acbcae7dd731bd1c3e68190ada715436f5074034dd771d14e827c196 test-bench-deps: bytestring: -any unix: -any base: ! '>=4.7 && <5' hspec: -any async: -any deepseq: -any QuickCheck: -any plex: -any maintainer: phlummox2@...
Update from Hackage at 2018-04-04T04:23:18Z
Update from Hackage at 2018-04-04T04:23:18Z
YAML
mit
commercialhaskell/all-cabal-metadata
780d719cd7cb7aabfc837fef0a69aeb1764492a9
packages/rt/rtcm.yaml
packages/rt/rtcm.yaml
homepage: http://github.com/swift-nav/librtcm changelog-type: '' hash: 01252d81ab015202233d1c1ea118f647294a09f9485a4f69859d1d3282843295 test-bench-deps: base: -any basic-prelude: -any rtcm: -any criterion: -any tasty-hunit: -any tasty: -any maintainer: Mark Fine <dev@swiftnav.com> synopsis: Haskell bindings...
Update from Hackage at 2015-12-03T22:16:29+0000
Update from Hackage at 2015-12-03T22:16:29+0000
YAML
mit
commercialhaskell/all-cabal-metadata
b17febf134a53c5a7bcb1cc9c69d0357b6ab4be1
.github/workflows/codesee-arch-diagram.yml
.github/workflows/codesee-arch-diagram.yml
on: push: branches: - master pull_request_target: types: [opened, synchronize, reopened] name: CodeSee Map jobs: test_map_action: runs-on: ubuntu-latest continue-on-error: true name: Run CodeSee Map Analysis steps: - name: checkout id: checkout uses: actions/c...
Add CodeSee architecture diagram workflow to repository
Add CodeSee architecture diagram workflow to repository
YAML
mit
Sibyx/phpGPX
e8438420bb469581d4d2bdfbb02f55c124477e11
config/install_map.yml
config/install_map.yml
'/usr/apps/boxcar': - app - bin - config - db - public - .gitignore - .rvmrc - app.rb - config.ru - Gemfile - Gemfile.lock - LICENSE.txt - Rakefile - README.md '/usr/local/emhttp/plugins/boxcar': - event
Add install map to help prevent deeply nested directories
Add install map to help prevent deeply nested directories Not wired
YAML
mit
nicinabox/boxcar,nicinabox/boxcar,nicinabox/boxcar
ab1eac92fc690fe407a5b0b1b65070a85bcf5b33
examples/google_tts.yaml
examples/google_tts.yaml
# Description: # Google TTS script for media_player # # Components: # automation # media_player # script # shell_command # # License: # MIT # # Author: # Dale Higgs <@dale3h> # # Script installation: # sudo curl -o /usr/local/bin/speak https://raw.githubusercontent.com/dale3h/homeassistant-config/master...
Add Google TTS example config
Add Google TTS example config
YAML
mit
dale3h/homeassistant-config,dale3h/homeassistant-config
a23135e55651815b2ce71fa6bffc8549d3b1e764
.github/workflows/master_rssmonster-server.yml
.github/workflows/master_rssmonster-server.yml
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy # More GitHub Actions for Azure: https://github.com/Azure/actions name: Build and deploy Node.js app to Azure Web App - rssmonster-server on: push: branches: - master workflow_dispatch: jobs: build: runs-on: ubun...
Add or update the App Service deployment workflow configuration from Azure Portal.
Add or update the App Service deployment workflow configuration from Azure Portal.
YAML
mit
pietheinstrengholt/rssmonster,pietheinstrengholt/rssmonster,pietheinstrengholt/rssmonster
bda57aeb10513a5ae4ad34978743ecd0a23a6d38
manifests/cf-manifest/operations.d/320-cc-release.yml
manifests/cf-manifest/operations.d/320-cc-release.yml
--- - type: replace path: /releases/name=capi value: name: "capi" version: "1.102.0" url: "https://bosh.io/d/github.com/cloudfoundry/capi-release?v=1.102.0" sha1: "23b2b8e04dc809c62e885ec0397585f3a70171a8"
Address CVE-2020-5423 by deploying CAPI 1.102.0
Address CVE-2020-5423 by deploying CAPI 1.102.0
YAML
mit
alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
1f93629e76e74b30a032799daf1d29ec17ae17cb
packages/pr/pronounce.yaml
packages/pr/pronounce.yaml
homepage: https://github.com/buonuomo/Text.Pronounce changelog-type: markdown hash: 3d685fcadf3b278d2c289dfb7529c958fe63bc79b7bcd8cbe9a50e58ccca1428 test-bench-deps: {} maintainer: ngoodman@uchicago.edu synopsis: A Haskell library for interfacing with the CMU Pronouncing Dictionary changelog: ! "# Revision history for ...
Update from Hackage at 2018-05-12T07:37:39Z
Update from Hackage at 2018-05-12T07:37:39Z
YAML
mit
commercialhaskell/all-cabal-metadata
e566ff49fe121cfa754a08bd31b9147d729bb4b8
packages/si/simplelru.yaml
packages/si/simplelru.yaml
homepage: https://github.com/githubuser/simplelru#readme changelog-type: markdown hash: 9f9ede9a0da70d570c3f9b6d023a0e47d1221d286f80a000c711cf0a7c02da09 test-bench-deps: base: ! '>=4.7 && <5' simplelru: -any maintainer: example@example.com synopsis: '' changelog: | # Changelog for simplelru ## Unreleased chang...
Update from Hackage at 2020-01-09T07:31:14Z
Update from Hackage at 2020-01-09T07:31:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
0416131fe96adb409443b179ab709e7638132986
packages/ba/bazel-runfiles.yaml
packages/ba/bazel-runfiles.yaml
homepage: https://github.com/tweag/rules_haskell#readme changelog-type: '' hash: 6755cdb54e0dca6c5175e19000a907f81a8974d152e41c04a00ee38a550469bf test-bench-deps: {} maintainer: m@tweag.io synopsis: Locate Bazel runfiles location changelog: '' basic-deps: base: ! '>=4.7 && <5' filepath: -any bazel-runfiles: -any ...
Update from Hackage at 2018-11-02T11:00:59Z
Update from Hackage at 2018-11-02T11:00:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
73b7fbf2305e47997bdc55a6146cdea544d4ca70
packages/co/contiguous-fft.yaml
packages/co/contiguous-fft.yaml
homepage: https://github.com/chessai/contiguous-fft changelog-type: markdown hash: 309ff84c094bb071de60aa9e0275741e37e26bc201eac8f77dea0e86d468c770 test-bench-deps: {} maintainer: chessai1996@gmail.com synopsis: dft of contiguous memory structures changelog: ! '# Revision history for contiguous-fft ## 0.1.0.0 -- YY...
Update from Hackage at 2018-10-07T06:42:05Z
Update from Hackage at 2018-10-07T06:42:05Z
YAML
mit
commercialhaskell/all-cabal-metadata
49fc028269b9c37ce3b31925f62f09be300e797d
packages/pu/purebred-email.yaml
packages/pu/purebred-email.yaml
homepage: https://github.com/purebred-mua/purebred-email changelog-type: '' hash: b82d539be9a88b278830017b4bd3fa9d8a1962111c59049ecce9eeb223b1ed70 test-bench-deps: bytestring: -any case-insensitive: ! '>=1.2 && <1.3' base: -any tasty-golden: -any time: -any text: -any semigroups: ! '>=0.16' lens: -any ...
Update from Hackage at 2018-12-23T04:35:09Z
Update from Hackage at 2018-12-23T04:35:09Z
YAML
mit
commercialhaskell/all-cabal-metadata
451dbdad875cfe077de91ca5a04a52e240670986
releasenotes/notes/storage-incoming-586b3e81de8deb4f.yaml
releasenotes/notes/storage-incoming-586b3e81de8deb4f.yaml
--- features: - The storage of new measures that ought to be processed by *metricd* can now be stored using different storage drivers. By default, the driver used is still the regular storage driver configured. See the `[incoming]` section in the configuration file.
Add a release note about storage/incoming split
Add a release note about storage/incoming split Change-Id: I816efa2159de894b2c3976360a1ab9ccae91128f
YAML
apache-2.0
gnocchixyz/gnocchi,sileht/gnocchi,gnocchixyz/gnocchi,leandroreox/gnocchi,sileht/gnocchi,leandroreox/gnocchi
7f715b9ccf6f0c874b7320bf7c2d57ea6f88b5b7
spec/acceptance/nodesets/centos-5-x86_64-docker.yml
spec/acceptance/nodesets/centos-5-x86_64-docker.yml
HOSTS: centos-5-x64: default_apply_opts: strict_variables: platform: el-5-x86_64 hypervisor : docker image: centos:5 # This stops the image from being deleted on completion, speeding up the process. docker_preserve_image: true CONFIG: type: foss log_level: debug
Add nodeset for centos5 on docker
Add nodeset for centos5 on docker
YAML
apache-2.0
camptocamp/puppet-proj
1d72c4146034dc94e02cb9c37fa6c050f1b08a24
spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
HOSTS: ubuntu-server-1404-x64: roles: - master platform: ubuntu-14.04-amd64 box : puppetlabs/ubuntu-14.04-64-nocm box_url : https://vagrantcloud.com/puppetlabs/ubuntu-14.04-64-nocm hypervisor : vagrant CONFIG: log_level : debug type: git
Add a nodeset for Ubuntu 14.04.
Add a nodeset for Ubuntu 14.04.
YAML
apache-2.0
FlatKey/puppetlabs-apache,bmjen/puppetlabs-apache,puppetlabs/puppetlabs-apache,svanhart/puppetlabs-apache,samuelb/puppetlabs-apache,yakatz/puppetlabs-apache,samuelb/puppetlabs-apache,guegue/puppetlabs-apache,digitalmediacenter/puppetlabs-apache,digitalmediacenter/puppetlabs-apache,traylenator/puppetlabs-apache,gerhards...
9e026bc8b3e86d7188cbd74b2d5e92941e63ba12
manifests/cf-manifest/operations.d/329-capi-release.yml
manifests/cf-manifest/operations.d/329-capi-release.yml
- type: replace path: /releases/name=capi value: name: "capi" version: "1.78.0" url: "https://bosh.io/d/github.com/cloudfoundry/capi-release?v=1.78.0" sha1: "10a7ec24faeef95a49cb8ebe7845ecbf16fab761"
Update capi-release to mitigate CVE-2019-3785
Update capi-release to mitigate CVE-2019-3785 This was actioned because of https://www.cloudfoundry.org/blog/cve-2019-3785/
YAML
mit
alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
e9457ecbd62e8c2544385e8531e8446a13d2634f
.github/workflows/update_galata_references.yaml
.github/workflows/update_galata_references.yaml
name: Update Galata References on: issue_comment: types: [created, edited] defaults: run: shell: bash -l {0} jobs: update-reference-screenshots: name: Update Galata References if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'update galata references') }} runs-...
Add bot for updating Galata tests automatically
Add bot for updating Galata tests automatically
YAML
apache-2.0
bloomberg/bqplot,ChakriCherukuri/bqplot,ChakriCherukuri/bqplot,bloomberg/bqplot,ChakriCherukuri/bqplot,bloomberg/bqplot
e53db2761c7e3c6731536396b335ba51732411d5
packages/ja/japanese-calendar.yaml
packages/ja/japanese-calendar.yaml
homepage: https://github.com/nakaji-dayo/japanese-calendar#readme changelog-type: '' hash: c1453a4ba16ea310ef82733149ce28c838981545fe4848d39bef73332669d6e6 test-bench-deps: base: -any time: -any hspec: -any japanese-calendar: -any QuickCheck: -any maintainer: nakaji.dayo@gmail.com synopsis: Data type of Japan...
Update from Hackage at 2018-09-11T10:43:33Z
Update from Hackage at 2018-09-11T10:43:33Z
YAML
mit
commercialhaskell/all-cabal-metadata
5ce1a4bdee7698c29f6a8d371ee14efaa0d1f8bb
.forestry/front_matter/templates/projet.yml
.forestry/front_matter/templates/projet.yml
--- label: Projet hide_body: false fields: - type: text name: title label: title - type: datetime name: date label: date - type: number name: weight label: weight - type: text name: alias label: alias - type: text name: redirect label: redirect - type: text name: typora-root-url label: typora-ro...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
Narno/arnaudligny.fr,Narno/arnaudligny.fr,Narno/arnaudligny.fr
dba64cef900d8643c95f960bae231d33495b30e7
.forestry/settings.yml
.forestry/settings.yml
--- upload_path: "/uploads/:year:/:month:/:day:" frontmatter_file_url_template: "/uploads/:year:/:month:/:day:" body_file_url_template: "/uploads/:year:/:month:/:day:" new_page_extension: md auto_deploy: false admin_path: webhook_url: collections:
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
pierut/pierut,pierut/pierut,pierut/pierut
78e18659770cd14fc191fe85a767e9aade3ff06a
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: bundler directory: "/" schedule: interval: daily time: "13:00" open-pull-requests-limit: 10
Add Dependabot to keep thins up to date
Add Dependabot to keep thins up to date
YAML
apache-2.0
puppetlabs/beaker-answers
5ee3dd52c4ee6bb618bb7e2bd3e52719412295bd
.forestry/settings.yml
.forestry/settings.yml
--- upload_path: "/uploads/:year:/:month:/:day:" frontmatter_file_url_template: "/uploads/:year:/:month:/:day:" body_file_url_template: "/uploads/:year:/:month:/:day:" new_page_extension: md auto_deploy: false admin_path: webhook_url: collections:
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
manishmarahatta/manishmarahatta.github.io,manishmarahatta/manishmarahatta.github.io
693b2521d6a36828200fae8c86699721d887f315
packages/an/android-activity.yaml
packages/an/android-activity.yaml
homepage: https://github.com/obsidiansystems/android-activity changelog-type: '' hash: efa857654c5d30747b7befc9b299e2f42be77127ac54dc1c630b7b74326f0e85 test-bench-deps: {} maintainer: maintainer@obsidian.systems synopsis: Turn regular Haskell programs into Android Activities changelog: '' basic-deps: base: ! '>=4.9 &...
Update from Hackage at 2017-09-28T20:26:36Z
Update from Hackage at 2017-09-28T20:26:36Z
YAML
mit
commercialhaskell/all-cabal-metadata
30f6c599d8871ab41cddece093a9d935a63b8272
packages/cr/credential-store.yaml
packages/cr/credential-store.yaml
homepage: https://github.com/rblaze/credential-store#readme changelog-type: '' hash: 31a5698f149ac2cdcd38f77f3670b06ae3599fe9c95ff31dc548f62217331faf test-bench-deps: bytestring: -any base: -any credential-store: -any tasty-hunit: -any tasty: -any maintainer: blaze@ruddy.ru synopsis: Library to access secure ...
Update from Hackage at 2017-02-12T06:28:35Z
Update from Hackage at 2017-02-12T06:28:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
dd174f1a802ffbd0a339daa08b9f66dcfd7962e4
jenkins-values.yaml
jenkins-values.yaml
# Includes complete Jenkins configuration in order to run croc-hunter pipeline Master: Memory: "512Mi" HostName: jenkins-blue.k8s.estrado.io ServiceType: ClusterIP InstallPlugins: - kubernetes:0.11 - workflow-aggregator:2.5 - credentials-binding:1.11 - git:3.2.0 - pipeline-github...
# Includes complete Jenkins configuration in order to run croc-hunter pipeline # To install on your own cluster, run: # helm --namespace jenkins --name jenkins -f ./jenkins-values.yaml install stable/jenkins Master: Memory: "512Mi" HostName: jenkins-blue.k8s.estrado.io ServiceType: ClusterIP InstallPlugins: ...
Add instructions to deploy jenkins
Add instructions to deploy jenkins
YAML
mit
simon-k8s/croc-hunter,lachie83/croc-hunter,dstrebel/croc-hunter,gabrtv/croc-hunter
525361a48f207267511c066790416bae34ad5599
packages/st/strict-tuple-lens.yaml
packages/st/strict-tuple-lens.yaml
homepage: https://github.com/emilypi/strict-tuple-lens changelog-type: markdown hash: 1a0c81aba7e4f815665cf0466d83bb04635b98af4eb8be8e211fa5ef60010670 test-bench-deps: {} maintainer: emilypi@cohomolo.gy synopsis: Optics for the `strict-tuple` library changelog: | # Revision history for strict-tuple-lens ## 0.1.0.0...
Update from Hackage at 2020-05-11T01:44:04Z
Update from Hackage at 2020-05-11T01:44:04Z
YAML
mit
commercialhaskell/all-cabal-metadata
006c073e87d83a8da492882b7a16d7299e1cc4c7
.github/workflows/gradle-wrapper-validation.yml
.github/workflows/gradle-wrapper-validation.yml
name: "Validate Gradle Wrapper" on: [push, pull_request] jobs: validation: name: "validation/gradlew" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: gradle/wrapper-validation-action@v1
Add gh-action to validate gradle wrapper
Add gh-action to validate gradle wrapper
YAML
mit
auth0/java-jwt
0720b1d60aeb91988c281281ccff3daf1fef5256
templates/aws-account-via-control-tower.yml
templates/aws-account-via-control-tower.yml
AWSTemplateFormatVersion: 2010-09-09 Parameters: SSOUserEmail: Type: String AccountEmail: Type: String SSOUserFirstName: Type: String SSOUserLastName: Type: String ManagedOrganizationalUnit: Type: String AccountName: Type: String Resources: Account: Type: AWS::ServiceCatalog:...
Manage an AWS Account via Control Tower
Manage an AWS Account via Control Tower
YAML
mit
s0enke/cloudformation-templates
8c70165cc2f7d6f71366ed5043206c16a3cfbea8
packages/ch/charter.yaml
packages/ch/charter.yaml
homepage: https://github.com/githubuser/charter#readme changelog-type: markdown hash: 6a46a45552d76f5d7b28021135dbc2ad05a3f5d6b10a0c0bc00650ae6d1814f4 test-bench-deps: warp: -any bytestring: -any wai: -any base: '>=4.7 && <5' one-liner: -any text: -any process: -any async: -any containers: -any mtl:...
Update from Hackage at 2020-11-14T00:46:09Z
Update from Hackage at 2020-11-14T00:46:09Z
YAML
mit
commercialhaskell/all-cabal-metadata
3fde94150e5819531cc46b6b2a5581f763f3c6ab
moduleroot/spec/acceptance/nodesets/fedora-26-beta-x64.yml
moduleroot/spec/acceptance/nodesets/fedora-26-beta-x64.yml
--- # This file is managed via modulesync # https://github.com/voxpupuli/modulesync # https://github.com/voxpupuli/modulesync_config # # platform is fedora 25 because there is no # puppet-agent for fedora 26 by 2017-06-14 HOSTS: fedora-26-beta-x64: roles: - master platform: fedora-25-x86_64 box: fed...
Add Fedora 26 beta nodeset
Add Fedora 26 beta nodeset Puppet agent for Fedora 25 seems to work on Fedora 26. This enables one to test the new release now. The final release of Fedora 26 is expected in july. Example how to run run beaker acceptance tests with this nodeset: ``` BEAKER_debug=yes BEAKER_set="fedora-26-beta-x64" \ PUPPET_INSTAL...
YAML
apache-2.0
dhoppe/modulesync_config,dhoppe/modulesync_config,voxpupuli/modulesync_config,voxpupuli/modulesync_config,puppet-community/modulesync_config,dhoppe/modulesync_config,dhoppe/modulesync_config,voxpupuli/modulesync_config,voxpupuli/modulesync_config
3cb2e7d61c42f8dae2596bf6d0ef4a2e63b9a5bb
.github/workflows/spglib-pytest-conda.yml
.github/workflows/spglib-pytest-conda.yml
name: spglib test using conda on: push: branches-ignore: - rc - master jobs: build-linux: runs-on: ubuntu-latest strategy: max-parallel: 5 steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 uses: actions/setup-python@v2 with: python-version:...
Add github workflow for automatic test
Add github workflow for automatic test
YAML
bsd-3-clause
atztogo/spglib,atztogo/spglib,atztogo/spglib,atztogo/spglib,atztogo/spglib
ef585f8ccebf1e445bf34733138c2995b86970f8
cloudbuild.yaml
cloudbuild.yaml
steps: - name: 'gcr.io/cloud-builders/bazel' args: ['build', 'gce-containers-startup'] - name: 'gcr.io/cloud-builders/gsutil' args: ['cp', 'bazel-bin/gce-containers-startup/gce-containers-startup', 'docker/gce-containers-startup'] - name: 'gcr.io/cloud-builders/docker' args: ['build', '-f', 'docker/Dockerfile', '...
Add config for Cloud Builder
Add config for Cloud Builder
YAML
apache-2.0
GoogleCloudPlatform/konlet,GoogleCloudPlatform/konlet
7e6c443602dd58719b19e0f4654dc63d064da56c
packages/bp/bpath.yaml
packages/bp/bpath.yaml
homepage: https://github.com/poscat0x04/bpath changelog-type: markdown hash: d08fb875f19c1f22244f169a9db3509608bc0d84f3fb9e4e1a33fcae7780dde2 test-bench-deps: base: '>=4.10 && <5' bpath: -any maintainer: Poscat <poscat@mail.poscat.moe> synopsis: A minimal typed unix path library changelog: | # bpath ## 0.1.0 ...
Update from Hackage at 2020-12-29T10:04:09Z
Update from Hackage at 2020-12-29T10:04:09Z
YAML
mit
commercialhaskell/all-cabal-metadata
1d868f72bce566f5e947630c76778f0ee2912c0d
packages/li/lingo.yaml
packages/li/lingo.yaml
homepage: https://github.com/tclem/lingo-haskell changelog-type: '' hash: 57f071a9533709bb33629c3b09f95603963990d0292a31759cae34976f51dae3 test-bench-deps: base: ^>=4.12.0.0 hspec: -any lingo: -any maintainer: timothy.clem@gmail.com synopsis: File extension based programming language detection changelog: '' basic...
Update from Hackage at 2019-08-19T18:24:28Z
Update from Hackage at 2019-08-19T18:24:28Z
YAML
mit
commercialhaskell/all-cabal-metadata
018ff129eeaffecdb62366512337e8fc155216a8
.github/workflows/phpunit.yml
.github/workflows/phpunit.yml
name: PHPUnit on: push: branches: - master pull_request: jobs: phpunit: name: PHPUnit runs-on: ubuntu-latest strategy: matrix: php: - '7.0' - '7.1' - '7.2' - '7.3' - '7.4' steps: - uses: shivammathur/setup-php@v2 with:...
Add PHPUnit GitHub Action workflow
Add PHPUnit GitHub Action workflow
YAML
mit
fgrosse/PHPASN1
22d3305e947588951cc38b8547a4b184c2ff4113
recipes/bob.ap/meta.yaml
recipes/bob.ap/meta.yaml
{% set version = "2.0.4" %} package: name: bob.ap version: {{ version }} source: fn: bob.ap-{{ version }}.zip url: https://pypi.python.org/packages/source/b/bob.ap/bob.ap-{{ version }}.zip md5: 49f89a84c3c2cb20aa0ffa49d39415a7 build: number: 0 skip: true # [not linux] script: python -B setup.py insta...
Add bob.ap recipe [skip appveyor]
Add bob.ap recipe [skip appveyor]
YAML
bsd-3-clause
johanneskoester/staged-recipes,atedstone/staged-recipes,grlee77/staged-recipes,SylvainCorlay/staged-recipes,mariusvniekerk/staged-recipes,synapticarbors/staged-recipes,hajapy/staged-recipes,basnijholt/staged-recipes,cpaulik/staged-recipes,jochym/staged-recipes,vamega/staged-recipes,goanpeca/staged-recipes,johannesring/...
aa6e17f10414a55a069bad10c1b61a4327ddc21c
.github/workflows/ruby-tests.yml
.github/workflows/ruby-tests.yml
name: Ruby tests on: push: branches-ignore: - 'main' - 'master' jobs: test: runs-on: ubuntu-20.04 steps: - name: Checkout code uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true - name: Run tests ...
Add first pass of running tests using Github Actions
Add first pass of running tests using Github Actions
YAML
mit
tomnatt/year-in-pictures-rails-helper,tomnatt/year-in-pictures-rails-helper,tomnatt/year-in-pictures-rails-helper,tomnatt/year-in-pictures-rails-helper
b40f7592a63834ba808a05131d9294c1ddecbfec
.github/workflows/pull_request.yml
.github/workflows/pull_request.yml
on: pull_request jobs: test: strategy: matrix: go-version: [1.13, 1.14, 1.15] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install Go uses: actions/setup-go@v2 with: go-version: ${{ matrix.go-version }} - run: go get -t ./...
Create action for CI on pull request
Create action for CI on pull request
YAML
apache-2.0
uniplaces/carbon
1299377c3363573e2e24638998b2755bae0a8325
.github/workflows/check.yml
.github/workflows/check.yml
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: Java CI with Maven on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubunt...
Configure github actions to execute test on PR
Configure github actions to execute test on PR
YAML
apache-2.0
Nexapp/NexappCore
adbb550ea61adcaf853825e7fc28c9e8c770c0f2
docs/docker-compose/docker-compose.mongo.yml
docs/docker-compose/docker-compose.mongo.yml
version: "2.2" services: cayley: image: cayleygraph/cayley command: http --db mongo --dbpath mongodb://mongo:27017 ports: - 64210:64210 mongo: image: mongo ports: - 27017:27017
Document Cayley with MongoDB in Docker Compose
Document Cayley with MongoDB in Docker Compose
YAML
apache-2.0
cayleygraph/cayley,cayleygraph/cayley
041a7ae159d55fa835383b47e446fec24450fee2
releasenotes/notes/dqm-use-stable-c++-bqm-51c61c29d2d74263.yaml
releasenotes/notes/dqm-use-stable-c++-bqm-51c61c29d2d74263.yaml
--- features: - | Use C++ `BinaryQuadraticModel` rather than `AdjVectorBQM` as the underlying object in `cyDiscreteQuadraticModel`. This means that the underlying implementation is now version controlled. upgrade: - | Use C++ `BinaryQuadraticModel` rather than `AdjVectorBQM` as the underlying ob...
Add release note for changing c++ BQM under DQM
Add release note for changing c++ BQM under DQM
YAML
apache-2.0
dwavesystems/dimod,dwavesystems/dimod
1e08f49492bc45710f87496deea4eb31a37f7888
releasenotes/notes/drivers-config-options-65bbd2bdc955db18.yaml
releasenotes/notes/drivers-config-options-65bbd2bdc955db18.yaml
--- features: - | congress now supports loading of drivers from entry points instead of from config option 'drivers'. The value of 'drivers' config option will be silently ignored. To disable any of the supported drivers and to restrict the datasource creation for specifc driver, new config option ...
Add release notes for feature enable-drivers-by-default
Add release notes for feature enable-drivers-by-default This commit adds the release notes for the feature enable-drivers-by-default bp Implements blueprint enable-drivers-by-default Change-Id: Ica46299952acce4396e83b1e1c49e58b0ed6ab85
YAML
apache-2.0
openstack/congress,openstack/congress
443ad22e29eff9277ae9e12f72a9f73fc015f38d
releasenotes/notes/force-delete-resources-61770c4ac5f5f119.yaml
releasenotes/notes/force-delete-resources-61770c4ac5f5f119.yaml
--- features: - | Adds '--force' parameter to VNF and NS delete command, to delete VNF and network service instances forcefully. This is admin only operation to clean instances which stuck in abnormal state.
Add release note for VNF and NS force delete.
Add release note for VNF and NS force delete. Change-Id: Ib08d5423be32207add4d2383fcd389bdb34e598c
YAML
apache-2.0
stackforge/tacker,openstack/tacker,openstack/tacker,openstack/tacker,stackforge/tacker
dcb6973f6fae63a1c04c865da2f4cb88f275710a
.github/workflows/dailyunittest.yml
.github/workflows/dailyunittest.yml
name: dailyunittest on: schedule: # every day at 11:15 AM UTC - cron: 15 11 * * * jobs: build: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest] options: [disable-legacy, fsanitize] steps: - uses: actions/checkout@v2 with: ...
Add Github Action for autotools based daily uniitests on ubuntu
Add Github Action for autotools based daily uniitests on ubuntu
YAML
apache-2.0
UB-Mannheim/tesseract,amitdo/tesseract,UB-Mannheim/tesseract,stweil/tesseract,UB-Mannheim/tesseract,stweil/tesseract,amitdo/tesseract,UB-Mannheim/tesseract,tesseract-ocr/tesseract,tesseract-ocr/tesseract,stweil/tesseract,amitdo/tesseract,stweil/tesseract,amitdo/tesseract,stweil/tesseract,amitdo/tesseract,tesseract-ocr/...
1c3edd49733638e86d7b71f3c21841aac397058b
packages/fr/free-vl.yaml
packages/fr/free-vl.yaml
homepage: http://github.com/aaronlevin/free-vl changelog-type: '' hash: 0b61f01fbb81e7a78ea6364eea17b4c7bcdc675a9af7d8568c968b0bb06dd6e4 test-bench-deps: base: -any free-vl: -any maintainer: Aaron Levin <aaron.michael.benjamin.levin@gmail.com> synopsis: van Laarhoven encoded Free Monad with Extensible Effects chang...
Update from Hackage at 2016-01-03T13:15:40+0000
Update from Hackage at 2016-01-03T13:15:40+0000
YAML
mit
commercialhaskell/all-cabal-metadata
5a491dc5540bd4d67a79dafc0139c5327ad450e5
packages/hs/hschema.yaml
packages/hs/hschema.yaml
homepage: https://github.com/alonsodomin/haskell-schema#readme changelog-type: markdown hash: 3dd71dd3add0704b08211453fb653e90952dcf52f86e9443d78094b8ea0ee31f test-bench-deps: {} maintainer: alonso.domin@gmail.com synopsis: Describe schemas for your Haskell data types. changelog: ! '# Changelog for hexomorph ## Unr...
Update from Hackage at 2018-11-09T16:55:22Z
Update from Hackage at 2018-11-09T16:55:22Z
YAML
mit
commercialhaskell/all-cabal-metadata
507695229220fac140b1524e5443e439ea80f115
manifests/prometheus/operations.d/260-cf-prometheus.yml
manifests/prometheus/operations.d/260-cf-prometheus.yml
--- - type: replace path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/scrape_configs/- value: job_name: aiven-service-discovery file_sd_configs: - files: - "/var/vcap/store/bosh_exporter/bosh_target_groups.json" relabel_configs: - source_labels: ...
Monitor prometheus in CF BOSH deployment
Monitor prometheus in CF BOSH deployment We provide prometheus as a service for scraping elasticsearch We should get metrics about prometheus and the aiven service discovery service Signed-off-by: Toby Lorne <527052641d65eef236eeef9545b2acac74c35d57@digital.cabinet-office.gov.uk>
YAML
mit
alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
c41fa396cb8da912312867f361adbf5214b2c26d
packages/n-/n-tuple.yaml
packages/n-/n-tuple.yaml
homepage: https://github.com/athanclark/n-tuple#readme changelog-type: '' hash: 3207dfccf2a4d887dc5d9d0f6adda5ba7fbfbd2575360c0c6558a56d5ca1cf46 test-bench-deps: {} maintainer: athan.clark@gmail.com synopsis: Homogeneous tuples of arbitrary length. changelog: '' basic-deps: base: ! '>=4.7 && <5' singletons: -any ...
Update from Hackage at 2017-06-07T00:38:19Z
Update from Hackage at 2017-06-07T00:38:19Z
YAML
mit
commercialhaskell/all-cabal-metadata
7a62bcc2e05170fc0c8b1ca7f550a1922ef40103
azure-pipelines.yml
azure-pipelines.yml
# C/C++ with GCC # Build your C/C++ project with GCC using make. # Add steps that publish test results, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc trigger: - master pool: vmImage: 'ubuntu-latest' steps: - script: | make displayName: 'make'
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
bsd-2-clause
psiegl/seismic-rtm,psiegl/seismic-rtm
532683020d67e2ec0fc586bde4d0257fc1c8cafd
azure-pipelines.yml
azure-pipelines.yml
# Maven package Java project Web App to Linux on Azure # Build your Java project and deploy it to Azure as a Linux web app # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/java trigger: - master variables: # Azure Resource Manager ...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
agpl-3.0
musIndex/mouseinventory,musIndex/mouseinventory,musIndex/mouseinventory
494212938514f3b67ff55c54ac282e2c147c4e31
azure-pipelines.yml
azure-pipelines.yml
# Docker image # Build a Docker image to run, deploy, or push to a container registry. # Add steps that use Docker Compose, tag images, push to a registry, run an image, and more: # https://docs.microsoft.com/vsts/pipelines/languages/docker pool: vmImage: 'Ubuntu 16.04' - task: DotNetCoreInstaller@0 inputs: v...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines Started working on a azure pipeline
YAML
mpl-2.0
code4romania/anabi-gestiune-api,code4romania/anabi-gestiune-api,code4romania/anabi-gestiune-api
90cf1adc0ce361f0071acaedfe8d747b6d752337
packages/hs/hsudoku.yaml
packages/hs/hsudoku.yaml
homepage: https://github.com/marcelmoosbrugger/hsudoku changelog-type: '' hash: 8c7e1e22a1d665a252ae6a2fadc5d12a3e570d2a2566d706470ff2d4e3cf5b9e test-bench-deps: http-client: ! '>=0.5 && <0.6' haskell-gi-base: ! '>=0.20 && <0.21' bytestring: ! '>=0.10 && <0.11' base: ! '>=4.9 && <4.10' hspec: ! '>=2.4 && <2.5...
Update from Hackage at 2017-05-09T16:42:50Z
Update from Hackage at 2017-05-09T16:42:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
8f724e7072ed2f53303e5400720761af05ea201e
azure-pipelines.yml
azure-pipelines.yml
# .NET Desktop # Build and run tests for .NET Desktop or Windows classic desktop solutions. # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net trigger: - master pool: vmImage: 'windows-latest' variables: solution: '**/*.sln' ...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
sailro/Bdtunnel
7f4b055847f0561867e1eca78d0ea781f3ff84c0
azure-pipelines.yml
azure-pipelines.yml
# Python package # Create and test a Python package on multiple Python versions. # Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/python trigger: - master pool: vmImage: 'ubuntu-latest' str...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
bittikettu/JTimer
79c79d12f324325e7904f4cf0b076c182bd38d77
azure-pipelines.yml
azure-pipelines.yml
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml pool: vmImage: 'Ubuntu 16.04' steps: - script: echo Hello, world! displayName: 'Run a one-line script' - script: | echo Add other...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines
YAML
apache-2.0
atata-framework/atata-sample-app-tests
af06fc3ceca5686ae04668c4b62c2033f42ae2d6
azure-pipelines.yml
azure-pipelines.yml
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml trigger: - master pool: vmImage: 'ubuntu-latest' steps: - script: echo Hello, world! displayName: 'Run a one-line script' - script: ...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
p-org/PSharp
2492d4d3020d10797a9ddfff0d3d8635eb2f45e6
packages/ca/cabal-build-programs.yaml
packages/ca/cabal-build-programs.yaml
homepage: https://github.com/deech/cabal-build-programs#readme changelog-type: '' hash: c713f6c770e96b746fc01d68ab9bdccc2bef35609fb1f72e47a2ea712fc35430 test-bench-deps: {} maintainer: aditya.siram@gmail.com synopsis: Adds executable dependencies to the Cabal build changelog: '' basic-deps: Cabal: ! '>=2.2.0.0 && <4'...
Update from Hackage at 2020-01-16T22:55:45Z
Update from Hackage at 2020-01-16T22:55:45Z
YAML
mit
commercialhaskell/all-cabal-metadata
a499733dfe9f278af2179db31661a8ee0f109ee5
packages/pa/parsnip.yaml
packages/pa/parsnip.yaml
homepage: https://github.com/ekmett/codex/tree/master/parsnip#readme changelog-type: markdown hash: 78c588893fe7e09864c6b38c243c32bb2e7bbf1604172713011d62fff9dd019a test-bench-deps: {} maintainer: Edward Kmett <ekmett@gmail.com> synopsis: A fast, minimal parser changelog: | # 0 * Split off from `engine` basic-deps:...
Update from Hackage at 2021-03-24T01:39:18Z
Update from Hackage at 2021-03-24T01:39:18Z
YAML
mit
commercialhaskell/all-cabal-metadata
e129f280eaaf9d347cc64ec7a24ffd400125d8ac
packages/pv/pvector.yaml
packages/pv/pvector.yaml
homepage: https://github.com/oberblastmeister/pvector changelog-type: markdown hash: 49e30bf442d5062f6778a0948ac52d64e2e1b62070f85dd4068ac67c08067146 test-bench-deps: base: '>=4.12 && <5' unordered-containers: ^>=0.2.17.0 hspec: ^>=2.9.4 vector-stream: '>=0.1.0.0 && <0.2' criterion: ^>=1.5.13.0 persistent-v...
Update from Hackage at 2022-07-05T20:45:28Z
Update from Hackage at 2022-07-05T20:45:28Z
YAML
mit
commercialhaskell/all-cabal-metadata
54635b4fae2c49fb67d4a09c6787eaa9718bcfa0
recipes/sos-sas/meta.yaml
recipes/sos-sas/meta.yaml
{% set name = "sos-sas" %} {% set version = "0.18.0" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 8611cb450f86f2d07b74ea1043ec0bc40fb1b19a98c8c7aa52db889b12211891 build: number: 0 ...
Add conda-forge recipe for sos-sas
Add conda-forge recipe for sos-sas
YAML
bsd-3-clause
stuertz/staged-recipes,petrushy/staged-recipes,stuertz/staged-recipes,igortg/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,Juanlu001/staged-recipes,dschreij/staged-recipes,chrisburr/staged-recipes,petrushy/staged-recipes,Juanlu001/staged-recipes,jochym/staged-recipes,jakirkha...
b2c6e319c6287f8145e1dffc57536e0a46071b10
config/settings.example.yml
config/settings.example.yml
# This value must be set. SLACK_API_TOKEN: "" IAM_HOST: "" IAM_API_TOKEN: "" # Set these values for GitHub support. GITHUB_TOKEN: "" GITHUB_PROJECTS: - tag1: "gh_org/gh_project_name" - tag2: "gh_org/gh_project_name" # Set these values for LDAP lookup support. Switch _ENABLED to true. LDAP_HOST: "" LDAP_PORT: ""...
# This value must be set. SLACK_API_TOKEN: "" IAM_HOST: "" IAM_API_TOKEN: "" # Set these values for GitHub support. GITHUB_TOKEN: "" GITHUB_PROJECTS: - tag1: "gh_org/gh_project_name" - tag2: "gh_org/gh_project_name" # Set these values for LDAP lookup support. Switch _ENABLED to true. LDAP_HOST: "" LDAP_PORT: ""...
Include private section in settings.yml
Include private section in settings.yml
YAML
mit
markediez/dss-chatbot-slack,dssit/dss-chatbot-slack,ucdavis/aggie-bot
de3693c05e03668daa231c5fa00790979e742077
update_idb_sen_fap.yml
update_idb_sen_fap.yml
--- - hosts: localhost roles: # Enable or disable to suit your needs # This role automatically send logs to central server each time the device gets an Internet connection - logs - tinc-static - role: zim_install zim_name: "wikipedia.fr wikipedia.wo wiktionary.fr wikiversity.fr wikisour...
Add conf file for Ideasbox FAP in sénégal
Add conf file for Ideasbox FAP in sénégal
YAML
mit
ideascube/ansiblecube,ideascube/ansiblecube
e600bdbac837de0d7da3dadb981f03400a1629fe
jenkins/jobs/diskimage-builder.yaml
jenkins/jobs/diskimage-builder.yaml
- job-template: name: 'gate-dib-dsvm-functests-{node}' node: '{node}' builders: - shell: | #!/bin/bash -eux cd ~ /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ git://git.openstack.org \ openstack/diskimage-builder \ openstack/di...
- job-template: name: 'gate-dib-dsvm-functests-{node}' node: '{node}' wrappers: - build-timeout: timeout: 60 - timestamps builders: - shell: | #!/bin/bash -eux cd ~ /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ git://git.ope...
Extend the timeout for DIB tests
Extend the timeout for DIB tests When performing image boot tests we run up against the 30min default timeout. We are pretty far in the test run at this point, so extenting the timeout to 60min should be enough. Change-Id: I0254e08e2bee35f4db5ec9deb185e328e67a6d5a
YAML
apache-2.0
dongwenjuan/project-config,openstack-infra/project-config,noorul/os-project-config,Tesora/tesora-project-config,coolsvap/project-config,anbangr/osci-project-config,coolsvap/project-config,openstack-infra/project-config,dongwenjuan/project-config,noorul/os-project-config,Tesora/tesora-project-config,anbangr/osci-project...