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 |
|---|---|---|---|---|---|---|---|---|---|
af1f26efe72efb307dcc3b75a2b2d74c4761f2fa | .github/workflows/build-and-test.yml | .github/workflows/build-and-test.yml | name: Build and test
on:
push:
branches: [ developer ]
pull_request:
branches: [ developer ]
jobs:
build-and-test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
- ... | name: Build and test
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build-and-test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
- name: Setup ... | Fix branch in gh build and test action | Fix branch in gh build and test action | YAML | mit | muehlhaus/FSharp.Plotly,muehlhaus/FSharp.Plotly |
0c89f99c0c71507e2f70a2fd4a7438762ac132cc | .github/workflows/gradle-release.yml | .github/workflows/gradle-release.yml | name: "Release Gradle project"
on: [ workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out project
uses: actions/checkout@v2
- name: Set up JDK 6
uses: actions/setup-java@v1
with:
... | name: "Release Gradle project"
on: [ workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out project
uses: actions/checkout@v2
- name: Set up JDK 6
uses: actions/setup-java@v1
with:
... | Remove bintray references from GH action | Remove bintray references from GH action
| YAML | apache-2.0 | etiennestuder/teamcity-build-scan-plugin,etiennestuder/teamcity-build-scan-plugin,etiennestuder/teamcity-build-scan-plugin |
f733ae7ab703a114bf98e9b3ea7de1ea3d9ecd2a | conda.recipe/meta.yaml | conda.recipe/meta.yaml | package:
name: pythonnet
version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('-dev', '.dev') }}
build:
skip: True # [not win]
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
... | package:
name: pythonnet
version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('-dev', '.dev') }}
build:
skip: True # [not win]
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
... | Update license on conda recipe | Update license on conda recipe
| YAML | mit | AlexCatarino/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet,vmuriart/pythonnet,QuantConnect/pythonnet,vmuriart/pythonnet,yagweb/pythonnet,yagweb/pythonnet,Konstantin-Posudevskiy/pythonnet,pythonnet/pythonnet,yagweb/pythonnet,yagweb/pythonnet,AlexCatarino/pythonnet,Konstantin-Posudevskiy/pythonnet,denfromufa/pytho... |
db452bbafbb737be58c7008f05265ebcd5484296 | .appveyor.yml | .appveyor.yml | # Test against the latest version of this Node.js version
environment:
nodejs_version: "6"
# 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
# Post-install test scripts.
tes... | # Test against the latest version of this Node.js version
environment:
nodejs_version: "8"
# 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
# Post-install test scripts.
tes... | Fix .gitignore and sqlite3 package for windows && add db directory for tests | Fix .gitignore and sqlite3 package for windows && add db directory for tests
| YAML | mit | nasonlines/smart-nas |
5d8e48b49fdc804fa9332174c93988456de02d64 | config/loomio_i18n.yml | config/loomio_i18n.yml | loomio_i18n:
selectable_locales: [ en, an, be-BY, bg-BG, ca, cs, zh-TW, da, de, eo, es, el, fr, ga-IE, id, it, he, hu, ja, ko, ml, nl-NL, pl, pt-BR, ro, sr, sr-RS, sk, sl, sv, vi, tr, uk ]
additional_detectable_locales: [ be, pt, zh, zh-HK ]
fallbacks:
an: es
be: be-BY
ca: es
'pt-P... | loomio_i18n:
selectable_locales: [ en, ar, an, be-BY, bg-BG, ca, cs, zh-TW, da, de, eo, es, el, fr, ga-IE, id, it, he, hu, ja, ko, ml, nl-NL, pl, pt-BR, ro, sr, sr-RS, sk, sl, sv, vi, tr, uk ]
additional_detectable_locales: [ be, pt, zh, zh-HK ]
fallbacks:
an: es
be: be-BY
ca: es
'... | Add arabic to selectable locales | Add arabic to selectable locales
| YAML | agpl-3.0 | piratas-ar/loomio,mhjb/loomio,sicambria/loomio,mhjb/loomio,loomio/loomio,loomio/loomio,piratas-ar/loomio,mhjb/loomio,sicambria/loomio,sicambria/loomio,loomio/loomio,piratas-ar/loomio,loomio/loomio,piratas-ar/loomio,mhjb/loomio,sicambria/loomio |
d5cceb3e42824e6e5b007b2963b309271bf73462 | .github/workflows/pythonpackage.yml | .github/workflows/pythonpackage.yml | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master, tproxy_mark_param ]
pull_request:... | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master, tproxy_mark_param ]
pull_request:... | Add workflow_dispatch to github actions | Add workflow_dispatch to github actions
Signed-off-by: Samuel Bernardo <c16aab9fe3288df0fb8fc1d24990a300b6b8f299@lip.pt>
| YAML | lgpl-2.1 | sshuttle/sshuttle,sshuttle/sshuttle |
8dec0d0f15c02fba8d09d0b0a3061a7608f9067a | .github/workflows/pythonpackage.yml | .github/workflows/pythonpackage.yml | name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
pyt... | name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
pyt... | Switch python version to use both 3.5 and 3.6. | Switch python version to use both 3.5 and 3.6. | YAML | apache-2.0 | google/youtube-8m |
50a7cfa898e951041a436e158ff57561fc4d6e78 | .github/workflows/build_wheels.yml | .github/workflows/build_wheels.yml | name: Build dist and wheels
on:
release:
types:
- published
jobs:
build_wheels:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
us... | name: Build dist and wheels
on:
release:
types:
- published
jobs:
build_wheels:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
us... | Fix wheel building (exclude python3.5) | Fix wheel building (exclude python3.5)
| YAML | bsd-2-clause | rtavenar/tslearn |
28af0b383c55a1dcfc3c30acaf52a58c452af95b | .github/workflows/clang-format.yml | .github/workflows/clang-format.yml | name: Clang-Format
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Clang-Format:
uses: steinwurf/clang-format-action/.github/workflows/action.yml@2.0.0
| name: Clang-Format
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Clang-Format:
uses: steinwurf/clang-format-action/.github/workflows/action.yml@3.0.0
| Update Clang-Format to new version 3.0.0 | Update Clang-Format to new version 3.0.0 | YAML | bsd-3-clause | steinwurf/stub,steinwurf/stub |
52ed08fba88b3821444c7f012bb230014b5a00a0 | .github/workflows/gradle-build.yml | .github/workflows/gradle-build.yml | name: "Build Gradle project"
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 9, 10, 11, 12, 13, 14, 15-ea ]
name: Building on Java ${{ matrix.java }}
steps:
- name: Check out project
uses: actions/checkout@v2
... | name: "Build Gradle project"
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 9, 10, 11, 12, 13, 14, 15-ea ]
name: Building on Java ${{ matrix.java }}
steps:
- name: Check out project
uses: actions/checkout@v2
... | Use wrapper & dependencies cache in Gradle GH action | Use wrapper & dependencies cache in Gradle GH action
| YAML | apache-2.0 | etiennestuder/java-ordered-properties |
61a50723787db9c247dc6776585bb74d3defbe0d | metadata/app.fedilab.fedilabtube.yml | metadata/app.fedilab.fedilabtube.yml | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Thomas
AuthorWebSite: https://fedilab.app/
SourceCode: https://framagit.org/tom79/fedilab-tube
IssueTracker: https://framagit.org/tom79/fedilab-tube/issues
AutoName: TubeLab
RepoType: git
Repo: https://framagit.org/tom79/fedilab-tube
Builds:
- versionName:... | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Thomas
AuthorWebSite: https://fedilab.app/
SourceCode: https://framagit.org/tom79/fedilab-tube
IssueTracker: https://framagit.org/tom79/fedilab-tube/issues
AutoName: TubeLab
RepoType: git
Repo: https://framagit.org/tom79/fedilab-tube
Builds:
- versionName:... | Update TubeLab to 1.0.5 (7) | Update TubeLab to 1.0.5 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
5ed3df429ae3ed35f22a9f7a053d0a8410cece25 | metadata/org.bandev.buddhaquotes.yml | metadata/org.bandev.buddhaquotes.yml | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: BanDev
AuthorEmail: help@computub.com
SourceCode: https://gitlab.com/bandev/buddha-quotes
IssueTracker: https://gitlab.com/bandev/buddha-quotes/issues
Changelog: https://gitlab.com/bandev/buddha-quotes/-/blob/master/CHANGELOG.md
AutoName: Buddha... | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: BanDev
AuthorEmail: help@computub.com
SourceCode: https://gitlab.com/bandev/buddha-quotes
IssueTracker: https://gitlab.com/bandev/buddha-quotes/issues
Changelog: https://gitlab.com/bandev/buddha-quotes/-/blob/master/CHANGELOG.md
AutoName: Buddha... | Update Buddha Quotes to v1.5.1 (1009) | Update Buddha Quotes to v1.5.1 (1009)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
c33601c563d18e53950458d8a95efc15c0b7b5f7 | metadata/org.woheller69.eggtimer.yml | metadata/org.woheller69.eggtimer.yml | Categories:
- Sports & Health
License: GPL-3.0-only
AuthorName: woheller69
SourceCode: https://github.com/woheller69/eggtimer
IssueTracker: https://github.com/woheller69/eggtimer/issues
AutoName: Smart EggTimer
RepoType: git
Repo: https://github.com/woheller69/eggtimer
Builds:
- versionName: '1.2'
versionCod... | Categories:
- Sports & Health
License: GPL-3.0-only
AuthorName: woheller69
SourceCode: https://github.com/woheller69/eggtimer
IssueTracker: https://github.com/woheller69/eggtimer/issues
AutoName: Smart EggTimer
RepoType: git
Repo: https://github.com/woheller69/eggtimer
Builds:
- versionName: '1.2'
versionCod... | Update Smart EggTimer to 1.3 (13) | Update Smart EggTimer to 1.3 (13)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
0d3ecd3c6be0204d37391835dddce50d21e6a867 | romana-install/roles/romana/postinstall/devstack/master/tasks/main.yml | romana-install/roles/romana/postinstall/devstack/master/tasks/main.yml | ---
# Make sure the bin directory exists
- file: path="/home/{{ ansible_ssh_user }}/bin/" mode=0775 state=directory
# Ensure the jq tool is installed
- include: "{{ item }}"
with_first_found:
- files:
- "packages_{{ ansible_distribution|lower }}_{{ ansible_distribution_release|lower }}.yml"
- "packag... | ---
# Ensure the jq tool is installed
- include: "{{ item }}"
with_first_found:
- files:
- "packages_{{ ansible_distribution|lower }}_{{ ansible_distribution_release|lower }}.yml"
- "packages_{{ ansible_distribution|lower }}.yml"
- "packages_{{ ansible_os_family|lower }}.yml"
skip: true
... | Remove bin directory as its no longer needed. | Remove bin directory as its no longer needed.
| YAML | apache-2.0 | mortensteenrasmussen/romana,mortensteenrasmussen/romana,mortensteenrasmussen/romana,romana/romana,romana/romana |
52e3003ea010649e3c67a2fba41fd13f494139fc | docker-compose.yml | docker-compose.yml | ---
mongo:
image: mongodb:2.6
strider:
build: .
links:
- "mongo:mongo"
ports:
- "3000:3000"
environment:
DB_URI: "mongodb://mongo/strider"
| ---
mongo:
image: mongo:3.0
strider:
build: .
links:
- "mongo:mongo"
ports:
- "3000:3000"
environment:
DB_URI: "mongodb://mongo/strider"
| Use mongo 3.0 why not. | Use mongo 3.0 why not.
| YAML | apache-2.0 | smashwilson/strider-dockerfile,deconst/strider,smashwilson/strider-dockerfile,deconst/strider |
2097805df941af393c100990c3774c05a0a5a3f8 | docker-compose.yml | docker-compose.yml | version: '2'
services:
broker:
image: rabbitmq:3-management
ports:
- "15672:15672"
networks:
- back-tier
image:
build: .
web:
image: lintreview_image
command: bash -c 'gunicorn -c /code/settings.py lintreview.web:app'
env_file: lintreview-env
ports:
- "5000:5000"
... | version: '2'
services:
broker:
image: rabbitmq:3-management
ports:
- "15672:15672"
networks:
- back-tier
image:
build: .
web:
image: lintreview_image
command: 'gunicorn -c /code/settings.py lintreview.web:app'
env_file: lintreview-env
ports:
- "5000:5000"
links... | Remove bash -c, no need for that | Remove bash -c, no need for that
| YAML | mit | adrianmoisey/lint-review,zoidbergwill/lint-review,adrianmoisey/lint-review,markstory/lint-review,markstory/lint-review,zoidbergwill/lint-review,zoidbergwill/lint-review,markstory/lint-review |
df202c8d73e709dd6828ce9c161914b68229dc4b | docker-compose.yml | docker-compose.yml |
version: '2.2'
services:
runner-client:
build:
context: test_client
user: nobody
image: cyberdojo/runner-client
init: true
container_name: test-runner-client
read_only: true
tmpfs: /tmp
restart: 'no'
ports: [4598:4598] # for demo
depends_on:
- runner-server
# ... |
version: '2.2'
services:
runner-client:
build:
context: test_client
user: nobody
image: cyberdojo/runner-client
init: true
container_name: test-runner-client
read_only: true
tmpfs: /tmp
restart: 'no'
ports:
- 4598:4598 # for demo
depends_on:
- runner-server... | Use simpler yml for CircleCI | Use simpler yml for CircleCI
| YAML | bsd-2-clause | cyber-dojo/runner,cyber-dojo/runner |
8bf1552562311517082f7257b194b8b90acf7d03 | pubspec.yaml | pubspec.yaml | name: pixel_canvas
version: 1.0.2-dev
description: A canvas custom element to render/edit pixels
author: Keiichiro Ui <keiichiro.ui@gmail.com>
homepage: https://github.com/kui/pixel_canvas
dependencies:
polymer: '>=0.12.0 <0.13.0'
dev_dependencies:
ghpages_generator: '>=0.2.0 <0.3.0'
path: '>=1.2.0 <1.3.0'
unit... | name: pixel_canvas
version: 1.0.2-dev
author: Keiichiro Ui <keiichiro.ui@gmail.com>
description: A canvas custom element to render/edit pixels
homepage: https://github.com/kui/pixel_canvas
environment:
sdk: '>=1.6.0'
dependencies:
polymer: '>=0.13.0 <0.14.0'
dev_dependencies:
ghpages_generator: '>=0.2.0 <0.3.0'
... | Update to match polymer 0.13.0 | Update to match polymer 0.13.0
| YAML | mit | kui/pixel_canvas,kui/pixel_canvas |
b743d604ad1d7299cc1d891916f70aeb6e369e2b | provisioning/provision.yml | provisioning/provision.yml | ---
- hosts:
- local
- staging
- prod
gather_facts: yes
roles:
- { role: "common" }
- { role: "front-web", tags: ["website"] }
- { role: "app-web", tags: ["website"] }
- { role: "api-db", tags: ["website", "database"] }
- { role: "api-web", tags: ["website", "api"] }
| ---
- hosts:
- local
- staging
- prod
gather_facts: yes
roles:
- { role: "common" }
- { role: "front-web", tags: ["website"] }
- { role: "app-web", tags: ["website"] }
- { role: "api-db", tags: ["website", "database"] }
- { role: "api-web", tags: ["website", "api"] }
- { role: "b... | Enable the "blockchain" Ansible role. | Enable the "blockchain" Ansible role.
| YAML | mit | promethe42/cocorico,promethe42/cocorico,promethe42/cocorico,promethe42/cocorico,promethe42/cocorico |
0993a12860a8970854834eb3be07590c34b99894 | src/main/resources/application.yml | src/main/resources/application.yml | server:
contextPath: /
port: ${port:8083}
compression:
enabled: true
mime-types: application/javascript,application/json,application/xml,text/css,text/html,text/javascript,text/plain,text/xml
error:
whitelabel:
enabled: false
management:
contextPath: /admin
port: ${port:8083}
endpoints:
... | server:
contextPath: /
port: ${port:8083}
compression:
enabled: true
mime-types: application/javascript,application/json,application/xml,text/css,text/html,text/javascript,text/plain,text/xml,image/svg+xml
error:
whitelabel:
enabled: false
management:
contextPath: /admin
port: ${port:8083... | Enable compression for SVG images | Enable compression for SVG images
| YAML | mit | AusDTO/citizenship-appointment-server,AusDTO/citizenship-appointment-server,AusDTO/citizenship-appointment-server |
d93303d76672c74a470f174d9d88d079446ced16 | test/fixtures/optional_modules.yml | test/fixtures/optional_modules.yml | # == Schema Information
#
# Table name: optional_modules
#
# id :integer not null, primary key
# name :string(255)
# description :text(65535)
# enabled :boolean default(FALSE)
# created_at :datetime not null
# updated_at :datetime not null
#
DEFAULTS: &DEFA... | # == Schema Information
#
# Table name: optional_modules
#
# id :integer not null, primary key
# name :string(255)
# description :text(65535)
# enabled :boolean default(FALSE)
# created_at :datetime not null
# updated_at :datetime not null
#
DEFAULTS: &DEFA... | Add fixture for Slider OptionalModule | Add fixture for Slider OptionalModule
| YAML | mit | lr-agenceweb/rails-starter,lr-agenceweb/rails-starter,lr-agenceweb/rails-starter,lr-agenceweb/rails-starter |
f228be4c783b7bfbf55d35341d59a3db2e254e10 | .github/workflows/docsbuild.yml | .github/workflows/docsbuild.yml | name: Docs Build
on: [push, pull_request]
env:
LC_ALL: en_US.UTF-8
jobs:
GitHub_Pages:
name: GitHub Pages
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
... | name: Docs Build
on: [push, pull_request]
env:
LC_ALL: en_US.UTF-8
defaults:
run:
shell: bash
jobs:
GitHub_Pages:
name: GitHub Pages
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Set up Ruby
uses: a... | Use defaults to set bash shell | ci: Use defaults to set bash shell
Signed-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>
| YAML | apache-2.0 | osgi/osgi.enroute.site,osgi/osgi.enroute.site,osgi/osgi.enroute.site |
f28f760d1da818c984ae80e143a7ef206029ea1d | .github/workflows/pythonapp.yml | .github/workflows/pythonapp.yml | # This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [ master, python-workflow ]
pull_request:... | # This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [ master ]
pull_request:
branches: [ ... | Disable workflow for all but branch. | Disable workflow for all but branch.
| YAML | bsd-2-clause | cmpilato/thotkeeper |
96b9f9b8c6aa434b3f0483d2de399a61915e0d03 | appveyor.yml | appveyor.yml | configuration: Release
cache:
- src\packages -> src\**\packages.config
before_build:
- nuget restore src\Costura.sln
build:
parallel: true
project: src\Costura.sln
verbosity: minimal
test:
assemblies:
- src\Costura.Tests\bin\Release\Costura.Tests.dll | configuration: Release
cache:
- src\packages -> src\**\packages.config
before_build:
- nuget restore src\Costura.sln
build:
parallel: true
project: src\Costura.sln
verbosity: minimal
test_script:
- nunit-console-x86 src\Costura.Tests\bin\Release\Costura.Tests.dll | Test script to run tests in x86 mode | Test script to run tests in x86 mode
| YAML | mit | Fody/Costura,GeertvanHorrik/Costura,GeertvanHorrik/Costura,Fody/Costura |
8f13cea9cec911219a1b922f7a8a0de0b1d2cac3 | 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... | Add in all framework tests and save results in nunit2 format | Add in all framework tests and save results in nunit2 format
| YAML | mit | jnm2/nunit,mikkelbu/nunit,jeremymeng/nunit,pcalin/nunit,ArsenShnurkov/nunit,passaro/nunit,NarohLoyahl/nunit,cPetru/nunit-params,acco32/nunit,jnm2/nunit,michal-franc/nunit,passaro/nunit,NarohLoyahl/nunit,modulexcite/nunit,michal-franc/nunit,Suremaker/nunit,agray/nunit,zmaruo/nunit,mikkelbu/nunit,ChrisMaddock/nunit,Therz... |
68732f7b363540912d62028751b2fe9e3e6c62c8 | appveyor.yml | appveyor.yml | version: '{build}'
image: Visual Studio 2019
init:
- git config --global core.autocrlf true
configuration:
- Debug
- Release
before_build:
- nuget restore
skip_tags: true
build:
project: StyleCopAnalyzers.sln
verbosity: minimal
test_script:
- cd build
- ps: |
if ($env:Configuration -eq 'Debug') {
.\openco... | version: '{build}'
image: Visual Studio 2019
init:
- git config --global core.autocrlf true
configuration:
- Debug
- Release
before_build:
- nuget restore
skip_tags: true
build:
project: StyleCopAnalyzers.sln
verbosity: minimal
test_script:
- .\StyleCop.Analyzers\StyleCop.Analyzers.Status.Generator\bin\%Configurati... | Remove testing from AppVeyor builds | Remove testing from AppVeyor builds
| YAML | mit | DotNetAnalyzers/StyleCopAnalyzers |
3982976f72a3401aed1403dc65e7e81e8ce13730 | appveyor.yml | appveyor.yml | version: 1.0.{build}
image: Visual Studio 2017
install:
- choco install resharper-clt
- choco install opencover.portable
- choco install codecov
before_build:
- ps: nuget restore
build:
verbosity: minimal
after_build:
- InspectCode.exe -o=resharper-clt-output.xml FluentHelium.sln
- ps: $result = [xml](Get... | version: 1.0.{build}
image: Visual Studio 2017
install:
- choco install resharper-clt
- choco install opencover.portable
- choco install codecov
before_build:
- ps: nuget restore FluentHelium.sln
build:
verbosity: minimal
after_build:
- InspectCode.exe -o=resharper-clt-output.xml FluentHelium.sln
- ps: $r... | Add code coverage CI test | Add code coverage CI test
| YAML | mit | Kirill-Maurin/FluentHelium |
acedd66865b13aedd2bd9cd7ed26bad155aa1797 | appveyor.yml | appveyor.yml | environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python33-x64"
DISTUTILS_USE... | environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python33-x64"
DISTUTILS_USE... | Split test script: not sure how CMD works yet ... | Split test script: not sure how CMD works yet ...
| YAML | mit | da4089/simplefix |
69d1d680c308f58c34796a3af72b2557eb843140 | appveyor.yml | appveyor.yml | version: 1.0.0.{build}
configuration: Release
environment:
packageVersion: 1.0.0
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '$(packageVersion)'
before_build:
- nuget restore
build:
verbosity:... | version: 1.0.0.{build}
configuration: Release
environment:
packageVersion: 1.0.0
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '$(packageVersion)'
before_build:
- nuget restore
build:
verbosity:... | Configure deployment to official servers | Configure deployment to official servers
| YAML | apache-2.0 | mdileep/NFugue |
0a529c55f037c70cfcb778b3168dd5b9bf7ca5fb | appveyor.yml | appveyor.yml | # version format
version: 0.1.0.{build}
# enable patching of AssemblyInfo.* files
assembly_info:
patch: true
file: "**\\AssemblyInfo.*"
assembly_version: "{version}"
assembly_file_version: "{version}"
# scripts to run before build
before_build:
- nuget restore
# build configuration
build:
project: Yotpo.... | # environment variables
environment:
client_id:
secure: 9BD/L7erIVKL9Hq7m1OhWPYJAM5lDks1KjUXQAnlPSp26nxkmIjs4/dD4AbPwu15
client_secret:
secure: iUXMftBIRRzPgeX8kg1Aw94cM8b/6+DNOwG6BWdSaH9NQDD/4Itg7dEUqvpDZ+Er
# version format
version: 0.1.0.{build}
# enable patching of AssemblyInfo.* files
assembly_info:
... | Add secure environment variables for Credentials | Add secure environment variables for Credentials | YAML | mit | Soulfire86/Yotpo.Net |
8eb82ab4d40cba47e629032ab511b2c2d2041dec | appveyor.yml | appveyor.yml | version: '{build}'
skip_tags: true
image: Visual Studio 2015
configuration: Release
install:
- ps: mkdir -Force ".\build\" | Out-Null
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
- ps: $env:DOTNET_INST... | version: '{build}'
skip_tags: true
image: Visual Studio 2015
configuration: Release
install:
- ps: mkdir -Force ".\build\" | Out-Null
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
- ps: $env:DOTNET_INST... | Update build status after manual publish fix | Update build status after manual publish fix | YAML | apache-2.0 | serilog/serilog-framework-logging,serilog/serilog-extensions-logging,serilog/serilog-extensions-logging |
bcacd83fb67704ff753e572d985acf9680c208be | appveyor.yml | appveyor.yml | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
init:
- git config --global core.autocrlf input
# what combinations to test
environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:node... | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
init:
- git config --global core.autocrlf input
# what combinations to test
environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12
install:
- ps: Install-Product node $env:nodejs_version x64
- npm insta... | Use Install-Product instead of Update-NodeJsInstallation | Use Install-Product instead of Update-NodeJsInstallation
| YAML | apache-2.0 | resin-io-modules/etcher-image-write,resin-io/resin-image-write,resin-io-modules/resin-image-write |
9d8c8ba92ab9b13a54d78909d964b7a2748dd872 | .github/workflows/build-desktop.yml | .github/workflows/build-desktop.yml | name: build-desktop
on:
push:
paths:
- "core/**"
- "desktop/**"
- ".github/workflows/build-desktop.yml"
jobs:
build-desktop:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
GH_TOKEN: ${{ github.token }}
steps:
... | name: build-desktop
on:
push:
paths:
- "core/**"
- "desktop/**"
- ".github/workflows/build-desktop.yml"
jobs:
build-desktop:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
env:
GH_TOKEN: ${{ github.... | Disable fail-fast in build desktop workflow | Disable fail-fast in build desktop workflow
| YAML | apache-2.0 | codarchlab/idai-field-client,codarchlab/idai-field-client,codarchlab/idai-field-client,codarchlab/idai-field-client |
3635fc46d6fc55e6fa30b33ad07fe092dfd23241 | .github/workflows/pythonpackage.yml | .github/workflows/pythonpackage.yml | name: Test Package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
... | name: Test Package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
... | Remove github action tests (PR is coming) | Remove github action tests (PR is coming) | YAML | mit | rflamary/POT,rflamary/POT |
dcf7f8430ef547f551187e4d6a822d01315889e9 | .github/workflows/ubuntu-latest.yml | .github/workflows/ubuntu-latest.yml | name: Ubuntu/latest CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up environment
run: |
sudo apt-get install gcc gir1.2-glib-2.0 gobject-introspection libgirepository... | name: Ubuntu Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up environment
run: |
sudo apt-get install gcc gir1.2-glib-2.0 gobject-introspection gtk-doc-tools libgi... | Add a job for building the API reference | ci: Add a job for building the API reference
| YAML | mit | ebassi/graphene,ebassi/graphene |
c006032215c15e00dbbf5f910428cbecf63f8719 | recipes/samtools/meta.yaml | recipes/samtools/meta.yaml | package:
name: samtools
version: "1.3"
build:
number: 0
source:
fn: samtools-1.3.tar.bz2
url: https://github.com/samtools/samtools/releases/download/1.3/samtools-1.3.tar.bz2
requirements:
build:
run:
about:
home: https://github.com/samtools/samtools
license: MIT
summary: Tools for dealing with SAM, ... | package:
name: samtools
version: "1.3"
build:
number: 0
source:
fn: samtools-1.3.tar.bz2
url: https://github.com/samtools/samtools/releases/download/1.3/samtools-1.3.tar.bz2
requirements:
build:
- ncurses
- zlib
run:
- ncurses
- zlib
about:
home: https://github.com/samtools/samtools
license: M... | Add some missing samtools deps | Add some missing samtools deps | YAML | mit | dmaticzka/bioconda-recipes,saketkc/bioconda-recipes,mcornwell1957/bioconda-recipes,colinbrislawn/bioconda-recipes,rvalieris/bioconda-recipes,ivirshup/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,roryk/recipes,colinbrislawn/bioconda-recipes,ostrokach/bioconda-recipes,cokelaer/bioconda-recipes,gvlproj... |
6280752b7aa63ddc80385b25faf707115414f0b3 | docker-compose.yml | docker-compose.yml | version: '3'
services:
web:
image: reactql-app
restart: always
build:
context: ./client
dockerfile: Dockerfile
volumes:
- ./client:/usr/src/app
user: node
ports:
- "3000:3000"
command: yarn start
depends_on:
- server
ser... | version: '3'
services:
web:
image: reactql-app
restart: always
build:
context: ./client
dockerfile: Dockerfile
volumes:
- ./client:/usr/src/app
user: node
ports:
- "3000:3000"
command: yarn start
depends_on:
- server
serve... | Add database storing data storing layer | Add database storing data storing layer
| YAML | mit | forrana/reactql-app,forrana/reactql-app |
60af245b0b68e3663034645bf088f5e26b5fb1bc | docker-compose.yml | docker-compose.yml | version: '3.4'
services:
jenkins-dind:
build:
context: test/jenkins-dind
ports:
- 8080:8080
volumes:
- jpl-dind-cache:/var/lib/docker
- ./:/opt/jpl-source
privileged: true
jenkins-agent1:
image: "jenkins/jnlp-slave"
entrypoint: ""
command: 'bash -c "tail -f /var/... | version: '3.4'
services:
jenkins-dind:
build:
context: test/jenkins-dind
ports:
- "8080"
volumes:
- jpl-dind-cache:/var/lib/docker
- ./:/opt/jpl-source
privileged: true
jenkins-agent1:
image: "jenkins/jnlp-slave"
entrypoint: ""
command: 'bash -c "tail -f /var/log... | Use random port for jenkins-dind service instead 8080 | Update: Use random port for jenkins-dind service instead 8080
| YAML | mit | pedroamador/jenkins-pipeline-library,red-panda-ci/jenkins-pipeline-library |
6d740c13ade79a80357202fc4c8367fee7bca09f | docker-compose.yml | docker-compose.yml | version: '2.2'
services:
relay:
image: chriswayg/tor-server
init: true
restart: always
network_mode: host
ports:
- "9001:9001"
- "9030:9030"
#- "54444:54444"
environment:
## set your Nickname here (only use letters and numbers)
# you can override these in `torrc`,... | version: '2.2'
services:
relay:
image: chriswayg/tor-server
init: true
restart: always
network_mode: host
# ports not needed with network_mode host
ports:
#- "9001:9001"
#- "9030:9030"
#- "54444:54444"
#- "7002:7002"
volumes:
## mount custom `torrc` and DataDi... | Remove ports when net=host is set; removed config dir | Remove ports when net=host is set; removed config dir
| YAML | mit | chriswayg/tor-server |
59f2900a4972eba281ec4013bcdb6ce833f4702c | docker-compose.yml | docker-compose.yml | metadata-proxy-lb:
ports:
- 1169:80
tty: true
image: rancher/load-balancer-service
links:
- rancher-metadata-proxy:rancher-metadata-proxy
stdin_open: true
rancher-metadata-proxy:
tty: true
image: rancher-metadata-proxy
stdin_open: true
environment:
HTTP_USER: rancher
HTTP_PASSWORD: Supers3... | metadata-proxy-lb:
ports:
- 1169:80
tty: true
image: rancher/load-balancer-service
links:
- rancher-metadata-proxy:rancher-metadata-proxy
stdin_open: true
rancher-metadata-proxy:
tty: true
image: flaccid/rancher-metadata-proxy
stdin_open: true
environment:
HTTP_USER: rancher
HTTP_PASSWORD:... | Change image in compose yml to dockerhub. | Change image in compose yml to dockerhub.
| YAML | apache-2.0 | flaccid/rancher-metadata-proxy |
b56014b6282be15704900febbde3354866cf9f3e | packages/fx/fx.yaml | packages/fx/fx.yaml | homepage: https://github.com/nikita-volkov/fx
changelog-type: ''
hash: f5a7698bd1f541408f103fa33d795e666b260073818c1289383ea94956179038
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Horizontally composable effects
changelog: ''
basic-deps:
base: ! '>=4.10 && <5'
all-versions:
- '0.... | homepage: https://github.com/nikita-volkov/fx
changelog-type: ''
hash: 961cb5ffa9349a99b489d1e470a1001a8af7a9be3794ad4fc71303e22b32c14a
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Horizontally composable effects
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
- '0.7... | Update from Hackage at 2018-01-28T18:51:28Z | Update from Hackage at 2018-01-28T18:51:28Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
c9813eed9c663a8eff0d1184f6ec4ad6724d90a9 | cloudformation.yml | cloudformation.yml | AWSTemplateFormatVersion: '2010-09-09'
Description: PhotoS3
Parameters:
BucketPrefix:
Type: String
Description: Prefix for S3 bucket name
ConstraintDescription: must be valid S3 bucket characters and prefix+accountnumber+suffix <=63 characters
Default: photos3-
MinLength: 0
MaxLength: 63
A... | AWSTemplateFormatVersion: '2010-09-09'
Description: PhotoS3
Parameters:
BucketPrefix:
Type: String
Description: Prefix for S3 bucket name
ConstraintDescription: must be valid S3 bucket characters and prefix+accountnumber+suffix <=63 characters
Default: photos3-
MinLength: 0
MaxLength: 63
A... | Add SQS queue & event notification | Add SQS queue & event notification
| YAML | mit | tomislacker/photos3,tomislacker/photos3 |
462ba7f3342eba04571cc716d6da42bf590bcac4 | packages/ha/happy-hour.yaml | packages/ha/happy-hour.yaml | homepage: https://typeclasses.github.io/happy-hour/
changelog-type: markdown
hash: 88cc95424afb6dab40ceef4f69e7beedc618c3a07d739193c13f188136185f4d
test-bench-deps: {}
maintainer: Chris Martin, Julie Moronuki
synopsis: Generate simple okay-looking bar plots without much effort
changelog: |
# Changelog
## v0.0.0.1 ... | homepage: https://typeclasses.github.io/happy-hour/
changelog-type: markdown
hash: d2b4fa2967f851ec7693a59a0bd15589f572fa51b624eddce15e768e97357ffb
test-bench-deps: {}
maintainer: Chris Martin, Julie Moronuki
synopsis: Generate simple okay-looking bar plots without much effort
changelog: |
# Changelog
## v0.0.0.1 ... | Update from Hackage at 2019-07-02T19:43:33Z | Update from Hackage at 2019-07-02T19:43:33Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
842f9adadb39a3b34b7844fa7a6e98db96dcb2c1 | packages/ng/ngx-export.yaml | packages/ng/ngx-export.yaml | homepage: http://github.com/lyokha/nginx-haskell-module
changelog-type: ''
hash: d02abcd1d1c9458ec03f8966a90143cd4353a41ed4e4d42f2f55f194abc01305
test-bench-deps: {}
maintainer: Alexey Radkov <alexey.radkov@gmail.com>
synopsis: Helper module for Nginx haskell module
changelog: ''
basic-deps:
bytestring: ! '>=0.10.0.0... | homepage: http://github.com/lyokha/nginx-haskell-module
changelog-type: ''
hash: d111a4fbf40b181bb4b9d98d6d897e1add27299b0543a32db88fa7b4ac62f961
test-bench-deps: {}
maintainer: Alexey Radkov <alexey.radkov@gmail.com>
synopsis: Helper module for Nginx haskell module
changelog: ''
basic-deps:
bytestring: ! '>=0.10.0.0... | Update from Hackage at 2016-11-21T16:11:25Z | Update from Hackage at 2016-11-21T16:11:25Z | YAML | mit | commercialhaskell/all-cabal-metadata |
0d7acadaf918c812f395220abc9cd61fbae83306 | docs/_data/authors.yml | docs/_data/authors.yml |
exampleauthor:
full_name: Example Author
fbid: 1234 | icanadi:
full_name: Igor Canadi
fbid: 706165749
xjin:
full_name: Xing Jin
fbid: 100000739847320
leijin:
full_name: Lei Jin
fbid: 634570164
yhciang:
full_name: Yueh-Hsuan Chiang
fbid: 1619020986
radheshyam:
full_name: Radheshyam Balasundaram
fbid: 800837305
zagfox:
full_name: Feng Zhu
fbid: ... | Add author fields to blog posts | Add author fields to blog posts
Now the author associated with fbid will be shown at top of blog post
| YAML | bsd-3-clause | wenduo/rocksdb,SunguckLee/RocksDB,SunguckLee/RocksDB,OverlordQ/rocksdb,tsheasha/rocksdb,facebook/rocksdb,facebook/rocksdb,SunguckLee/RocksDB,bbiao/rocksdb,SunguckLee/RocksDB,wat-ze-hex/rocksdb,OverlordQ/rocksdb,vmx/rocksdb,Andymic/rocksdb,tsheasha/rocksdb,tsheasha/rocksdb,wat-ze-hex/rocksdb,facebook/rocksdb,wenduo/rock... |
a77f5279345ec954325bad27c7113a2a53e8307c | plugins/tempest/tasks/image/main.yml | plugins/tempest/tasks/image/main.yml | ---
- name: Install libguestfs-tools
become: yes
package:
name: libguestfs-tools
state: present
- name: Download tempest image
get_url:
dest: "~/tempest_image"
url: "{{ test.image }}"
- name: Push repos to guest image tempest will use for testing
command: "virt-copy-in -a ~/tempest_ima... | ---
- name: Install libguestfs-tools
become: yes
package:
name: libguestfs-tools
state: present
- name: Download tempest image
get_url:
dest: "~/tempest_image"
url: "{{ test.image }}"
- name: Push repos to guest image tempest will use for testing
command: "virt-copy-in -a ~/tempest_ima... | Fix disable patched_rpms repo task in tempest plugin | Fix disable patched_rpms repo task in tempest plugin
Change-Id: I1d6b6e917bd0d5e28c6e21caf8e01d0d587d6983
| YAML | apache-2.0 | redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared |
44c41eee902a26b103002f47d98ebd36f1bfaada | ansible/roles/php70/tasks/main.yml | ansible/roles/php70/tasks/main.yml | ---
- name: Build | Install PHP70 with dependencies
apt: "pkg={{ item }} state=present"
environment:
LC_CTYPE: en_US.UTF-8
with_items: blackroom_php70_packages
tags:
- build
- php7
- name: Build | Configure PHP70
lineinfile: "dest={{ item.dest }} regexp='{{ item.regexp }}' line='{{ item.line }}' ... | ---
- name: Build | Install PHP70 with dependencies
apt: "pkg={{ item }} state=present"
environment:
LC_CTYPE: en_US.UTF-8
with_items: blackroom_php70_packages
tags:
- build
- php7
- name: Build | Configure PHP70
lineinfile: "dest={{ item.dest }} regexp='{{ item.regexp }}' line='{{ item.line }}' ... | Update php70 role for cli | Update php70 role for cli
| YAML | mit | pocky/Monolith |
2b9de92c9f2563242d7bde4bfa42169e749a46cc | recipes/pyWinhook/meta.yaml | recipes/pyWinhook/meta.yaml | {% set name = "pyWinhook" %}
{% set version = "1.5.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.zip
sha256: 39bc4fd0477bc2d51d07ad4a9d4923654b417a4f4adc487c67966afa1780daee
patches:
- support-p... | {% set name = "pyWinhook" %}
{% set version = "1.5.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.zip
sha256: 39bc4fd0477bc2d51d07ad4a9d4923654b417a4f4adc487c67966afa1780daee
patches:
- support-p... | Add @kastman as recipe maintainer | Add @kastman as recipe maintainer
| YAML | bsd-3-clause | ocefpaf/staged-recipes,jakirkham/staged-recipes,jjhelmus/staged-recipes,asmeurer/staged-recipes,patricksnape/staged-recipes,patricksnape/staged-recipes,goanpeca/staged-recipes,rmcgibbo/staged-recipes,rmcgibbo/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,birdsarah/staged-recipes,conda-forge/st... |
02fde33acd3022b1a684c3aaa42b4d2052d1c830 | roles/openshift_docker/meta/main.yml | roles/openshift_docker/meta/main.yml | ---
galaxy_info:
author: Jason DeTiberus
description: OpenShift Docker
company: Red Hat, Inc.
license: Apache License, Version 2.0
min_ansible_version: 1.9
platforms:
- name: EL
versions:
- 7
categories:
- cloud
dependencies:
- role: openshift_version
| ---
galaxy_info:
author: Jason DeTiberus
description: OpenShift Docker
company: Red Hat, Inc.
license: Apache License, Version 2.0
min_ansible_version: 1.9
platforms:
- name: EL
versions:
- 7
categories:
- cloud
dependencies:
- role: openshift_version
- role: openshift_docker_facts
- role: doc... | Add dependency on docker to openshift_docker role. | Add dependency on docker to openshift_docker role.
I think this is intended anytime a role uses openshift_docker.
Fixes issue where docker_version is ignored for rpm based installs. We
made the dependency in openshift_version conditional to allow use of
openshift_version without significantly impacting the system, ho... | YAML | apache-2.0 | DG-i/openshift-ansible,akram/openshift-ansible,rjhowe/openshift-ansible,akubicharm/openshift-ansible,mmahut/openshift-ansible,mmahut/openshift-ansible,maxamillion/openshift-ansible,zhiwliu/openshift-ansible,tagliateller/openshift-ansible,anpingli/openshift-ansible,bparees/openshift-ansible,detiber/openshift-ansible,abu... |
87da38d2ad11e158a09c659fd83c269edb6d160b | roles/minimal/vars/main.yml | roles/minimal/vars/main.yml | ---
minimal_packages:
RedHat:
- binutils
- btrfs-progs
- ctorrent
- dracut
- dracut-live
- dracut-tools
- dracut-network
- dracut-config-generic
- kernel
- logrotate
- nfs-utils
- openssh-clients
- openssh-server
- patch
- rsync
- squashfs-tools
- su... | ---
minimal_packages:
RedHat:
- binutils
- btrfs-progs
- ctorrent
- dracut
- dracut-live
- dracut-tools
- dracut-network
- dracut-config-generic
- kernel
- logrotate
- nfs-utils
- openssh-clients
- openssh-server
- patch
- rsync
- squashfs-tools
- su... | Add some additional modules for dracut | Add some additional modules for dracut
| YAML | apache-2.0 | squashible/squashible,squashible/squashible |
4c4a5419f2b3f32ec7a6d62e5114b32033b1acd2 | .eslintrc.yaml | .eslintrc.yaml | {
extends: [
'openlayers',
'.eslintrc-es6.yaml'
],
plugins: [
'googshift',
],
rules: {
'googshift/no-duplicate-requires': 'error',
'googshift/no-missing-requires': ['error', {
prefixes: ['olcs', 'ol']
}],
'googshift/no-unused-requires': 'error',
'googshift/one-provide-... | {
root: true,
extends: [
'openlayers',
'.eslintrc-es6.yaml'
],
plugins: [
'googshift',
],
rules: {
'googshift/no-duplicate-requires': 'error',
'googshift/no-missing-requires': ['error', {
prefixes: ['olcs', 'ol']
}],
'googshift/no-unused-requires': 'error',
'googshif... | Set the eslint as the root config file | Set the eslint as the root config file | YAML | bsd-2-clause | openlayers/ol-cesium,openlayers/ol3-cesium,openlayers/ol-cesium,openlayers/ol3-cesium |
48c2bf9cf39a97d10be5a0563b329caa0f771d05 | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- test
go-test-cover:latest:
image: golang:alpine
stage: test
script:
- go test -v -cover
coverage: '/^coverage: \d+\.\d+/'
go-test:1.6:
image: golang:1.6-alpine
stage: test
script:
- go test
go-test:1.4:
image: golang:1.4-alpine
stage: test
script:... | image: golang:alpine
stages:
- test
variables:
GO_PACKAGE: "howett.net/ranger"
before_script:
- "mkdir -p $(dirname $GOPATH/src/$GO_PACKAGE)"
- "ln -s $(pwd) $GOPATH/src/$GO_PACKAGE"
- "cd $GOPATH/src/$GO_PACKAGE"
.template:go-test: &template-go-test
stage: test
script:
- go test
... | Bring CI config in line with howett.net/plist | [gitlab] Bring CI config in line with howett.net/plist
| YAML | bsd-2-clause | DHowett/ranger |
4cb7cad4060d5685e7aaf9c87b0a956f40367544 | .gitlab-ci.yml | .gitlab-ci.yml | # This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/jekyll
image: ruby:2.3
cache:
key: "global"
paths:
- vendor/bundle
before_script:
- gem install bundler
- bundle install --path vendor/bundle
test:
stage: test
script:
- bundl... | # This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/jekyll
image: ruby:latest
cache:
key: "global"
paths:
- vendor/bundle
before_script:
- gem install bundler
- bundle install --path vendor/bundle
test:
stage: test
script:
- bu... | Change version of ruby to latest. | Change version of ruby to latest.
| YAML | agpl-3.0 | schpaper/schpaper.github.io,schpaper/schpaper.github.io,schpaper/schpaper.github.io,schpaper/schpaper.github.io |
96471ac788e5868d54b652e44c6ed2cbad6706ab | .gitlab-ci.yml | .gitlab-ci.yml | ---
image: docker:git
services:
- docker:dind
before_script:
- apk update && apk add --no-cache openrc docker python3-dev py3-pip gcc git curl build-base autoconf automake py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh
- rc-service docker start
- docker info
- python3 --version
- p... | ---
image: docker:git
services:
- docker:dind
before_script:
- apk update && apk add --no-cache openrc docker python3-dev py3-pip gcc git curl build-base autoconf automake py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh
- docker info
- python3 --version
- pip3 install ansible molecule... | Remove service start of already starting service | Remove service start of already starting service
| YAML | mit | KAMI911/ansible-role-tomcat,KAMI911/ansible-role-tomcat |
049374d6d53241f5b3804fb417327342cca02a9c | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- build
- test
- sonar
build:
stage: build
script: "mvn clean test"
test:
stage: test
script: "mvn verify"
sonar:
stage: sonar
script: "mvn sonar:sonar -Dsonar.host.url=https://sonarqube.johnnei.org"
| stages:
- build
- test
- sonar
build:
stage: build
script: "mvn clean test -B"
test:
stage: test
script: "mvn verify -B"
sonar:
stage: sonar
script: "mvn sonar:sonar -B -Dsonar.host.url=https://sonarqube.johnnei.org"
| Reduce logging clutter by building in batch mode for maven. | Reduce logging clutter by building in batch mode for maven.
| YAML | apache-2.0 | Johnnei/JavaTorrent |
f839e98cbc24fbab2e3903bf649f2bc4f1179855 | .gitlab-ci.yml | .gitlab-ci.yml | image: docker.internal.33across.com/ruby:2.3.8 #most recent unsupported version
before_script:
- source /usr/local/rvm/scripts/rvm
- bundle install #--path vendor/bundle
test:
stage: test
script:
- rake
cache:
paths:
- vendor/bundle
artifacts:
paths:
- coverage/
expire_in: 52... | image: docker.internal.33across.com/ruby:2.5.9 #most recent unsupported version
before_script:
- source /usr/local/rvm/scripts/rvm
- bundle install #--path vendor/bundle
test:
stage: test
script:
- rake
cache:
paths:
- vendor/bundle
artifacts:
paths:
- coverage/
expire_in: 52... | Test under ruby 2.5, dropping support for ruby 2.3 and 2.4 | Test under ruby 2.5, dropping support for ruby 2.3 and 2.4
| YAML | mit | 33Across/zabbix-rb |
5670e42f3200d3f1e666feaa633530bacd625cca | .gitlab-ci.yml | .gitlab-ci.yml | Flake8:
script:
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh
- . ./prepare-and-run-flake8.sh "$CI_PROJECT_NAME" test examples
tags:
- python3
except:
- tags
Python 3:
script: |
sudo apt update
sudo apt install libsilo-dev
py_version=3
... | Flake8:
script:
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh
- . ./prepare-and-run-flake8.sh "$CI_PROJECT_NAME" test examples
tags:
- python3
except:
- tags
Python 3:
script: |
sudo apt update
sudo apt install libsilo-dev
py_version=3
... | Add doc upload to Gitlab doc build step | Add doc upload to Gitlab doc build step
| YAML | mit | inducer/pyvisfile,inducer/pyvisfile,inducer/pyvisfile |
1578732bdc69176b493f7ac7d5128bcdad96e643 | .gitlab-ci.yml | .gitlab-ci.yml | image: ruby:2.1
stages:
- test
job1:
test:
script:
- ruby ./tests/all.rb
| image: ruby:2.1
stages:
- test
tests:
script:
- ruby ./tests/all.rb
tags:
- ruby
| Work on gitlab CI again | Work on gitlab CI again
| YAML | mit | SSSAAS/sssa-ruby |
c42bab459f2300b8e01fdc6e1d50d41c682cf0fd | .appveyor.yml | .appveyor.yml | image:
- Visual Studio 2017
clone_folder: c:\projects\source
build_script:
- vcpkg install catch:x64-windows
- vcpkg install catch:x86-windows
- mkdir -p build
- cd build
- cmake -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake c:\projects\source -G "Visual Studio 15 Win64"
- cmake --build . --c... | image:
- Visual Studio 2017
platform:
- x86
- x64
clone_folder: c:\projects\source
build_script:
- vcpkg install catch:x64-windows
- vcpkg install catch:x86-windows
- mkdir -p build
- cd build
- cmake -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake c:\projects\source -G "Visual Studio 15 Wi... | Build on win x86 and x64 | [CI] Build on win x86 and x64
| YAML | mit | MikeGitb/const_string |
7e331c6c8f973d7d23d2123c22c0800173a219aa | .bmi/api.yaml | .bmi/api.yaml | name: HeatPy
language: python
package: heat
class: BmiHeat
build:
brew:
formula: csdms/tools/bmi-python
options: "--HEAD"
| name: HeatPy
language: python
package: heat
class: BmiHeat
build:
- python setup.py install
| Use Python instead of Homebrew to install package | Use Python instead of Homebrew to install package
| YAML | mit | mperignon/bmi-delta,mperignon/bmi-STM,mperignon/bmi-delta,mperignon/bmi-STM |
bee860ad669087597c70e3e650db5fff497064e0 | meta/main.yml | meta/main.yml | ---
galaxy_info:
author: Gaetan Trellu (goldyfruit)
description: Depoly a Galera 3 cluster with MariaDB 10.1, supports SELinux and firewalld
company: InCloudUs
license: license (Apache)
min_ansible_version: 1.9
platforms:
- name: EL
versions:
- 7
- name: Debian
versions:
- jessie
categ... | ---
galaxy_info:
author: Gaetan Trellu (goldyfruit)
description: Depoly a Galera 3 cluster with MariaDB 10.1, supports SELinux, firewalld, Pacemaker
company: InCloudUs
license: license (Apache)
min_ansible_version: 2.0
platforms:
- name: EL
versions:
- 7
- name: Debian
versions:
- jessie... | Add information to the description and change the minimal version of Ansible to 2.0 | [meta] Add information to the description and change the minimal version of Ansible to 2.0
| YAML | apache-2.0 | uoi-io/ansible-galera |
ae3249454a63ec2209e010229c2ebcc3b26d29ae | gcloud/cloudbuild.yaml | gcloud/cloudbuild.yaml | # In this directory, run the following command to build this builder.
# $ gcloud container builds submit . --config=cloudbuild.yaml
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '--tag=gcr.io/$PROJECT_ID/gcloud', '.']
- name: 'gcr.io/$PROJECT_ID/gcloud'
args: ['info']
# Invoke a command that requi... | # In this directory, run the following command to build this builder.
# $ gcloud container builds submit . --config=cloudbuild.yaml
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '--tag=gcr.io/$PROJECT_ID/gcloud', '.']
- name: 'gcr.io/$PROJECT_ID/gcloud'
args: ['info']
images: ['gcr.io/$PROJECT_ID/... | Remove gcloud builder test that requires authorization | Remove gcloud builder test that requires authorization
-------------
MOE_MIGRATED_REVID=142159497
APPROVED=
| YAML | apache-2.0 | google-octo/cloud-builders,google-octo/cloud-builders,google-octo/cloud-builders,GoogleCloudPlatform/cloud-builders,google-octo/cloud-builders,google-octo/cloud-builders,google-octo/cloud-builders,GoogleCloudPlatform/cloud-builders,GoogleCloudPlatform/cloud-builders,google-octo/cloud-builders,GoogleCloudPlatform/cloud-... |
ed27edebf541ef001e739ef01ea80ff62f2dace2 | plugin.yml | plugin.yml | name: FreeTrade
main: com.exphc.FreeTrade.FreeTrade
version: 0
commands:
want:
description: Place an order for an item you want
permission: freetrade.want
usage: /want [item you want] for [item you will give in return]
| name: FreeTrade
main: com.exphc.FreeTrade.FreeTrade
version: 0
commands:
want:
description: Place an order for an item you want
#permission: freetrade.want
usage: /want [item you want] for [item you will give in return]
| Disable permission so anyone can use /want | Disable permission so anyone can use /want
| YAML | bsd-3-clause | mushroomhostage/FreeTrade,mushroomhostage/FreeTrade,mushroomhostage/FreeTrade |
0d3958b8875f223b44450774b5926bd74ed08f9a | _data/language.yml | _data/language.yml | info_website: "About Library Carpentry"
archive: "Archive"
blog_archive: "Blog Archive"
blog: "Blog"
comments_headline: "Dialogue & Discussion"
more: "More Information ›"
more_articles: "More Posts"
navigation_title: "Navigation"
new_blog_entries: "New Blog Posts"
next: "Next"
next_posts: "Next Posts"
previous: "Pr... | info_website: "About Library Carpentry"
archive: "Archive"
blog_archive: "Blog Archive"
blog: "Blog"
comments_headline: "Dialogue & Discussion"
more: "More Information ›"
more_articles: "More Posts"
navigation_title: "Navigation"
new_blog_entries: "New Blog Posts"
next: "Next"
next_posts: "Next Posts"
previous: "Pr... | Update to read post based on WAVE issue | Update to read post based on WAVE issue
Avoid using click here, or in this case read more http://wave.webaim.org -> changed to read post | YAML | mit | LibraryCarpentry/librarycarpentry.github.io,LibraryCarpentry/librarycarpentry.github.io,LibraryCarpentry/librarycarpentry.github.io |
4aa3f18a8b1cad47b19686f61f2928f1870ac3d2 | .github/workflows/deploy-github.yml | .github/workflows/deploy-github.yml | # Deploy your Hyas site to GitHub Pages
name: GitHub Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: np... | # Deploy your Hyas site to GitHub Pages
name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm ... | Change branch that triggers gh action | Change branch that triggers gh action
| YAML | mit | thassiov/thassiov.github.io,thassiov/thassiov.github.io |
07ca55b533bd483e2247e8ac1b327f715462696e | .github/workflows/publish-on-npm.yml | .github/workflows/publish-on-npm.yml | name: Publish on NPM
on:
release:
types: [ published ]
jobs:
publish-on-npm:
runs-on: ubuntu-latest
steps:
# This action checks out at the commit of the tagged release.
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
registry-url: https://wombat-dres... | name: Publish on NPM
on:
release:
types: [ published ]
permissions:
contents: read
jobs:
publish-on-npm:
runs-on: ubuntu-latest
steps:
# This action checks out at the commit of the tagged release.
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
re... | Set permissions for GitHub actions | chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token... | YAML | apache-2.0 | google/closure-library,google/closure-library,google/closure-library,google/closure-library,google/closure-library |
e9adf873cb2e718e44734a97a809c9df7c6cda06 | build/appveyor.yml | build/appveyor.yml | branches:
only:
- master
version: 2016.0.{build}
configuration: Release
before_build:
- ps: nuget restore Source\MailMessaging.sln
build:
verbosity: minimal
after_build:
- cmd: nuget pack MailMessaging.Plain.Contracts.nuspec -Properties Configuration=%configuration% -Version %appveyor_build_version%
... | branches:
only:
- master
version: 2016.0.{build}
configuration: Release
before_build:
- ps: nuget restore Source\MailMessaging.sln
build:
verbosity: minimal
after_build:
- cmd: nuget pack build/MailMessaging.Plain.Contracts.nuspec -Properties Configuration=%configuration% -Version %appveyor_build_vers... | Fix path to nuspec file in appvenyor.yml. | Fix path to nuspec file in appvenyor.yml.
| YAML | apache-2.0 | jan-schubert/MailMessaging |
64bcc921b9fe250df50a4c7b67dd45ab08d938bc | jenkins/jobs/ara.yaml | jenkins/jobs/ara.yaml | - job-template:
name: 'gate-ara-integration-{ansible_version}-{ostype}'
node: '{ostype}'
builders:
- print-template-name:
template-name: "{template-name}"
- link-logs
- gerrit-git-prep
- install-distro-packages
- shell: |
#!/bin/bash -xe
if [[ "${{... | - job-template:
name: 'gate-ara-integration-{ansible_version}-{ostype}'
node: '{ostype}'
builders:
- print-template-name:
template-name: "{template-name}"
- link-logs
- gerrit-git-prep
- install-distro-packages
- shell: |
#!/bin/bash -xe
./run_test... | Remove the logic from how to run tests in gate | Remove the logic from how to run tests in gate
This will be handled in run_tests.sh instead for increased
flexibility.
Change-Id: I2b7394f02c01a9c51587ae513783f557f89b7883
| YAML | apache-2.0 | openstack-infra/project-config,Tesora/tesora-project-config,Tesora/tesora-project-config,openstack-infra/project-config |
0490bff34427a8c0ab286b3fb31fc71ef0cbbc16 | ci/parameters.yml | ci/parameters.yml | email-server: "smtp.svc.pivotal.io"
email-from: "ci@spring.io"
email-to: ["spring-boot-dev@pivotal.io"]
github-repo: "https://github.com/spring-projects/spring-boot.git"
github-repo-name: "spring-projects/spring-boot"
docker-hub-organization: "springci"
artifactory-server: "https://repo.spring.io"
branch: "master"
buil... | email-server: "smtp.svc.pivotal.io"
email-from: "ci@spring.io"
email-to: ["spring-boot-dev@pivotal.io"]
github-repo: "https://github.com/spring-projects/spring-boot.git"
github-repo-name: "spring-projects/spring-boot"
docker-hub-organization: "springci"
artifactory-server: "https://repo.spring.io"
branch: "2.2.x"
build... | Update CI to use the new 2.2.x maintenance branch | Update CI to use the new 2.2.x maintenance branch
| YAML | apache-2.0 | Buzzardo/spring-boot,jxblum/spring-boot,rweisleder/spring-boot,dreis2211/spring-boot,philwebb/spring-boot,yangdd1205/spring-boot,scottfrederick/spring-boot,michael-simons/spring-boot,NetoDevel/spring-boot,rweisleder/spring-boot,chrylis/spring-boot,eddumelendez/spring-boot,dreis2211/spring-boot,shakuzen/spring-boot,chry... |
4021af7c59594efe87d740d4e403da4e5b6d572b | training_content/wiki_ed/slides/50-introduction-wikidata-professional/5021-rank-on-wikidata.yml | training_content/wiki_ed/slides/50-introduction-wikidata-professional/5021-rank-on-wikidata.yml | id: 5021
title: "Rank"
summary:
content: |
<figure class="alt-layout-100">
<img src="https://upload.wikimedia.org/wikipedia/commons/a/aa/Uruguay_Wikidata_item_-_life_expectancy_-_preferred_rank.png" />
<figcaption class="image-credit">
Preferred rank for life expectancy in Uruguay
</figcaption>
</... | id: 5021
title: "Rank"
summary:
content: |
<figure class="alt-layout-100">
<img src="https://upload.wikimedia.org/wikipedia/commons/a/aa/Uruguay_Wikidata_item_-_life_expectancy_-_preferred_rank.png" />
<figcaption class="image-credit">
Preferred rank for life expectancy in Uruguay
</figcaption>
</... | Copy edit to slide 21 of Introduction Wikidata module | Copy edit to slide 21 of Introduction Wikidata module
| YAML | mit | WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard |
debcc872b4dab1e34dae2da4fb6e9f9467359485 | appengine/app.yaml | appengine/app.yaml |
application: virtual-vulcano
version: alpha
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /static/(.*)
static_files: static/\1
upload: static/(.*)
- url: /favicon.ico
static_files: static/favicon.ico
upload: static/favicon.ico
expiration: "365d"
- url: /robots.txt
static_files: sta... |
application: virtual-vulcano
version: alpha
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /static/(.*)
static_files: static/\1
upload: static/(.*)
- url: /favicon.ico
static_files: static/favicon.ico
upload: static/favicon.ico
expiration: "365d"
- url: /robots.txt
static_files: sta... | Remove .pyc files from the upload. | Remove .pyc files from the upload.
| YAML | bsd-2-clause | ernestoalejo/virtual-vulcano,ernestoalejo/virtual-vulcano,ernestoalejo/virtual-vulcano |
aec727d3335d6efc4db58100fbebd2146b2738e6 | .github/workflows/BuildAndTest.yml | .github/workflows/BuildAndTest.yml | name: Build and Test
on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Build and Test for macOS
run: swift test --enable-code-coverage
- name: Upload Code coverage
run: |
curl -Os https://uploader.codecov.io/latest/macos/... | name: Build and Test
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Build and Test for macOS
run: swift test --enable-code-coverage
- name: Upload Code coverage
run: |
curl -Os https://uploader.codec... | Fix codecov report by generating lcov file | Fix codecov report by generating lcov file
| YAML | apache-2.0 | open-telemetry/opentelemetry-swift,open-telemetry/opentelemetry-swift |
c2cab209905f167f42d428fe39efecf0ff02ed3b | .github/workflows/gradle-build.yml | .github/workflows/gradle-build.yml | name: "Build Gradle project"
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 9, 10, 11, 12, 13 ]
name: Building on Java ${{ matrix.java }}
steps:
- name: Check out project
uses: actions/checkout@v2
- name: S... | name: "Build Gradle project"
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 9, 10, 11, 12, 13 ]
name: Building on Java ${{ matrix.java }}
steps:
- name: Check out project
uses: actions/checkout@v2
- name: S... | Use wrapper & dependencies cache in Gradle GH action | Use wrapper & dependencies cache in Gradle GH action
| YAML | apache-2.0 | etiennestuder/gradle-jooq-plugin,etiennestuder/gradle-jooq-plugin |
dceed425f602cd008ffccb075f919cd81d5587fe | .github/workflows/gradle-java8.yml | .github/workflows/gradle-java8.yml | # This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java 8 CI with Gradle
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkou... | # This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java 8
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name... | Modify name of GitHub CI action | Modify name of GitHub CI action | YAML | apache-2.0 | spring-cloud/spring-cloud-cloudfoundry-service-broker |
390ded78938645997580e557c559988e0b8a941d | .github/workflows/code-analysis.yml | .github/workflows/code-analysis.yml | name: "Code Analysis"
on:
push:
branches: [main, ]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: '0 8 * * 6'
jobs:
CodeQL:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
... | name: "Code Analysis"
on:
push:
branches: [main, ]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: '0 8 * * 6'
jobs:
CodeQL:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
... | Update CodeQL action to include quality checks | CI: Update CodeQL action to include quality checks
| YAML | bsd-3-clause | dopplershift/MetPy,dopplershift/MetPy,Unidata/MetPy,Unidata/MetPy |
1c9ce111b22143e0f7790bb6dea2db429930f6f8 | azure-template.yml | azure-template.yml | parameters:
name: ''
vmImage: ''
toolchain: 'stable'
features: 'all'
jobs:
- job: ${{ parameters.name }}
pool:
vmImage: ${{ parameters.vmImage }}
variables:
tc: ${{ parameters.toolchain }}
os: ${{ parameters.vmImage }}
features: ${{ parameters.features }}
steps:
- bash: |
if [[ "$... | parameters:
name: ''
vmImage: ''
toolchain: 'stable'
features: 'all'
jobs:
- job: ${{ parameters.name }}
pool:
vmImage: ${{ parameters.vmImage }}
variables:
tc: ${{ parameters.toolchain }}
os: ${{ parameters.vmImage }}
features: ${{ parameters.features }}
steps:
- bash: |
if [[ "$... | Increment minor version to fix a linux dependency | Increment minor version to fix a linux dependency
| YAML | isc | acdenisSK/serenity,Flat/serenity |
a96ac3b10e680b6b92bd3d5141ddefeebe5d7359 | build.yaml | build.yaml | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_javaee: javax:javaee-api:jar:7.0
javax_annotation: com.google.code.findbugs:jsr305:jar:3.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.8.2
gwt_dev: com.google.gwt:gwt-dev:jar:2.8.2
gwt_servlet: com.google.gwt:gwt-servlet:jar:2.8.2
j... | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_javaee: javax:javaee-api:jar:7.0
javax_annotation: org.realityforge.javax.annotation:javax.annotation:jar:1.0.0
gwt_user: com.google.gwt:gwt-user:jar:2.8.2
gwt_dev: com.google.gwt:gwt-dev:jar:2.8.2
gwt_servlet: com.google.gwt:gwt-ser... | Update the com.google.code.findbugs dependency coordinates. | Update the com.google.code.findbugs dependency coordinates.
| YAML | apache-2.0 | realityforge/gwt-appcache-example,realityforge/gwt-appcache-example,realityforge/gwt-appcache-example |
1c9390df887694a8defedd834be2e37d4c20b509 | group_vars/all.yml | group_vars/all.yml | ---
# The develop flag is used for development-specific tasks/roles and is set to true via --extra-vars
# By default, these should not be run
develop: false
# To enable a minimal installation the following variable should be enabled:
minimal_install: false
timezone: Europe/Amsterdam
maven_repo: https://build.opencon... | ---
# The develop flag is used for development-specific tasks/roles and is set to true via --extra-vars
# By default, these should not be run
develop: false
# To enable a minimal installation the following variable should be enabled:
minimal_install: false
timezone: Europe/Amsterdam
maven_repo: https://build.opencon... | Add common variables needed for elk and stats | Add common variables needed for elk and stats
| YAML | apache-2.0 | OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy |
8bebf8cba9d199065fe50418360fefdc5f5bb844 | .github/workflows/nightly-build.yml | .github/workflows/nightly-build.yml | name: Nightly Build
on:
# https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#scheduled-events
schedule:
- cron: "30 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: S... | name: Nightly Build
on:
# https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#scheduled-events
schedule:
- cron: "30 0 * * *"
permissions: write-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-d... | Fix permission for nightly build | chore(build): Fix permission for nightly build
https://github.com/naver/billboard.js/actions/runs/3406736100/jobs/5665683447#step:6:173
| YAML | mit | naver/billboard.js,naver/billboard.js,naver/billboard.js,naver/billboard.js |
f5af9f7a14b08bcbfa5d8e995a156c1606ca0e18 | circle.yml | circle.yml | machine:
java:
version: oraclejdk8
dependencies:
pre:
- curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github'
- sudo dpkg -i cf-cli_amd64.deb
- cf -v
test:
post:
- cf api https://api.run.pivotal.io
- cf auth $PWS_USER $PWS_PASSWORD
- cf tar... | machine:
java:
version: oraclejdk8
dependencies:
pre:
- curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&source=github'
- sudo dpkg -i cf-cli_amd64.deb
- cf -v
test:
override:
- mvn -P test
post:
- cf api https://api.run.pivotal.io
- cf auth $PWS_... | Use test profile/default goal on CircleCI. | Use test profile/default goal on CircleCI.
| YAML | mit | rnowif/annotated-spring,brunolellis/annotated-spring,AnnotatedSpring/annotated-spring |
805c1b93b0aaae1e0ba7ab98ca0a92c994e38f04 | circle.yml | circle.yml | dependencies:
override:
# Install tox and the pyenv plugin for tox so we can activate multiple
# Python binaries of the same major version onto the path at the same time
- pip install tox tox-pyenv
- pyenv local 2.7.6 3.4.3 3.5.0 pypy-2.5.0
- sudo apt-get install -y -qq libpython3.4
# Install... | dependencies:
override:
# Install tox and the pyenv plugin for tox so we can activate multiple
# Python binaries of the same major version onto the path at the same time
- pip install tox tox-pyenv
- pyenv local 2.7.6 3.4.3 3.5.0 pypy-2.5.0
- sudo apt-get update --fix-missing
- sudo apt-get in... | Update apt package list before attempting to install libpython3.4 in CI | Update apt package list before attempting to install libpython3.4 in CI
| YAML | bsd-3-clause | level12/keg-bouncer,level12/keg-bouncer |
387dd40fdda776dd0b886d82845bb247be6fbf9e | circle.yml | circle.yml | test:
override:
- py.test tests/
dependencies:
pre:
- pip install pytest
- sudo apt-get install gdal-bin libgdal1-dev
- sudo apt-get install libgdal-dev
- sudo apt-get install python-gdal
- sudo apt-get install build-essential python-all-dev
- wget http:... | test:
override:
- py.test tests/
dependencies:
pre:
- pip install pytest
- sudo apt-get install gdal-bin libgdal1-dev
- sudo apt-get install libgdal-dev
- sudo apt-get install python-gdal
- sudo apt-get install build-essential python-all-dev
- wget http:... | Test depended on large local virtual raster. Including a test tif to run tests for now. | Test depended on large local virtual raster. Including a test tif to run tests for now.
| YAML | isc | friend0/tower |
7b6e53a1c1a57690d297ddae39a688c95a79ede0 | circle.yml | circle.yml | machine:
node:
version: 6.1.0
dependencies:
pre:
- yarn global add lerna codecov
override:
- yarn install
- lerna bootstrap --npm-client=yarn
test:
override:
- case $CIRCLE_NODE_INDEX in 0) nvm use 6 && yarn test ;; 1) nvm use 5 && yarn test ;; 2) nvm use 4 && yarn test ;; 3) yarn run lint... | version: 2
workflows:
version: 2
test_n_deploy:
jobs:
- test-linter
- test-node4:
requires:
- test-linter
- test-node6:
requires:
- test-linter
- test-node8:
requires:
- test-linter
- build-docs:
require... | Add workflow with jobs to CircleCI config | Add workflow with jobs to CircleCI config
| YAML | mit | lingui/js-lingui,lingui/js-lingui |
8406ecb090f1fb2e4cfc8e29058606257fbff9b8 | circle.yml | circle.yml | machine:
environment:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter build-tools-`grep 'buildToolsVersion' groupie/build.gradle | grep -o '[0-9].*[0-9]'`
- echo y | android update sdk --no-ui --filte... | machine:
environment:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter android-`grep -oP '(?<=compileSdkVersion )[0-9].*[0-9]' groupie/build.gradle`,extra-android-m2repository,build-tools-`grep -oP "(?<=bu... | Update gradle regexes and move installation to one line | Update gradle regexes and move installation to one line
| YAML | mit | kjpublic01/groupie,lisawray/groupie,Genius/groupie,lisawray/groupie,kjpublic01/groupie |
11dcfc30fb0abc02f2ac4809869efed2d8d508e6 | circle.yml | circle.yml | general:
artifacts:
- "logs"
dependencies:
cache_directories:
- "~/.kerl"
- "~/erlang"
pre:
- sudo apt-get update
- sudo apt-get install autoconf2.59
- cd $HOME/bin && ln -s /usr/bin/autoconf2.59 autoconf
- cd $HOME/bin && ln -s /usr/bin/autoheader2.59 autoheader
- make ci-prepar... | general:
artifacts:
- "logs"
dependencies:
cache_directories:
- "~/.kerl"
- "~/erlang"
pre:
- sudo apt-get update
- sudo apt-get install autoconf2.59
- cd $HOME/bin && ln -s /usr/bin/autoconf2.59 autoconf
- cd $HOME/bin && ln -s /usr/bin/autoheader2.59 autoheader
- make ci-prepar... | Fix Dialyzer test on CircleCI | Fix Dialyzer test on CircleCI
| YAML | isc | ninenines/ranch,layerhq/ranch,K2InformaticsGmbH/ranch |
74fb46ed29bf7c89cdedc64b9a4d47fdb72c2220 | circle.yml | circle.yml | machine:
environment:
PATH: $PATH:~/bin
DISABLE_NOTIFIER: true
PAGES_BRANCH: pages-test
GULP_DESTINATION: $CIRCLE_ARTIFACTS
BUNDLE_PATH: ~/.bundle
post:
- mkdir -p ~/bin
node:
version: "v6.1.0"
ruby:
version: "ruby-2.2.5"
dependencies:
override:
- bash ./ci-install-hugo.sh... | machine:
environment:
PATH: $PATH:~/bin
DISABLE_NOTIFIER: true
PAGES_BRANCH: pages-test
GULP_DESTINATION: $CIRCLE_ARTIFACTS
BUNDLE_PATH: ~/.bundle
post:
- mkdir -p ~/bin
node:
version: "v6.1.0"
ruby:
version: "ruby-2.2.5"
dependencies:
override:
- bash ./ci-install-hugo.sh... | Use find to remove all files in dir | Use find to remove all files in dir
| YAML | mit | barricadeio/docs,barricadeio/docs,barricadeio/docs,barricadeio/docs |
132907ddaa680bafb6a84cd70d06928836d1eb25 | metadata/info.zamojski.soft.towercollector.yml | metadata/info.zamojski.soft.towercollector.yml | Categories:
- Navigation
License: MPL-2.0
WebSite: https://zamojski.info/Features,Tower-Collector.html
SourceCode: https://github.com/zamojski/TowerCollector
IssueTracker: https://github.com/zamojski/TowerCollector/issues
Changelog: https://github.com/zamojski/TowerCollector/releases
AutoName: Tower Collector
RepoT... | Categories:
- Navigation
License: MPL-2.0
WebSite: https://zamojski.info/Features,Tower-Collector.html
SourceCode: https://github.com/zamojski/TowerCollector
IssueTracker: https://github.com/zamojski/TowerCollector/issues
Changelog: https://github.com/zamojski/TowerCollector/releases
AutoName: Tower Collector
RepoT... | Update Tower Collector to 1.20.1 (1200125) | Update Tower Collector to 1.20.1 (1200125)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
23cb06072f7ed413ff8324ce4e9ccff161dff112 | circle.yml | circle.yml | machine:
node:
version: 4.2.2
test:
override:
- ./node_modules/.bin/mocha --compilers js:babel-core/register ./app/**/*.spec.js
deployment:
# production:
# branch: production
# commands:
# - node ./scripts/releaseToProduction.js
staging:
branch: master
commands:
- node ./scri... | machine:
node:
version: 4.2.2
dependencies:
post:
- npm install -g react-native-cli
test:
override:
- ./node_modules/.bin/mocha --compilers js:babel-core/register ./app/**/*.spec.js
deployment:
# production:
# branch: production
# commands:
# - node ./scripts/releaseToProduction.js
s... | Install react-native-cli globally to surpress error about wrong-react-native in node_modules/.bin | Install react-native-cli globally to surpress error about wrong-react-native in node_modules/.bin
| YAML | mit | danscan/fractal,danscan/fractal |
3c1e260cc6195d9de4c8cff96e5652434eabf2fb | circle.yml | circle.yml | general:
artifacts:
- "dist"
machine:
services:
- docker
dependencies:
override:
- echo "Skipped"
test:
override:
- ./create_binary.sh
- sudo tests/mainline.sh
| general:
artifacts:
- "dist"
machine:
services:
- docker
dependencies:
override:
- echo "Skipped"
test:
override:
- ./create_binary.sh
| Stop running tests while they don't work | Stop running tests while they don't work
| YAML | apache-2.0 | caseydavenport/calico-docker,robbrockbank/calico-docker,Metaswitch/calico-docker,insequent/calico-docker,fasaxc/calico-docker,projectcalico/calico-docker,CiscoCloud/calico-docker,johscheuer/calico-docker,TrimBiggs/calico-containers,projectcalico/calico-containers,robbrockbank/calicoctl,robbrockbank/calico-containers,fr... |
6d2da3279128020e1751a29cd450f7786c050009 | circle.yml | circle.yml | machine:
python:
version: 3.5.2
| # Controls the build environment
machine:
python:
version: 3.5.2
# Set up the commands to run as a test (override), as well as the commands to
# run before (pre) and after (post).
test:
pre:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
override:
- python3 -m pytest -v --cov --cov-report=term-missing:skip-c... | Add JUnit XML output to our unit tests in CircleCI | Add JUnit XML output to our unit tests in CircleCI
| YAML | apache-2.0 | Lab41/pelops,dave-lab41/pelops,d-grossman/pelops,d-grossman/pelops,Lab41/pelops,dave-lab41/pelops |
537fb42e67420bf252792e3e56cdc8b8aaec7d77 | circle.yml | circle.yml | ## Customize the test machine
machine:
services:
- docker
test:
override:
- lein do clean, test, bin
deployment:
docker-hub:
branch: master
commands:
- docker build -t samsara/hydrant .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push samsara/hydran... | ## Customize the test machine
machine:
services:
- docker
test:
override:
- lein do clean, test, bin
## deployment:
## docker-hub:
## branch: master
## commands:
## - docker build -t samsara/hydrant .
## - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
## - docke... | Fix CircleCI Build - Disabling Docker build/push | Fix CircleCI Build - Disabling Docker build/push
| YAML | epl-1.0 | samsara/hydrant |
0656975cb091c78f9c899716f464cbeb043fe74b | config/lucene.yml | config/lucene.yml | all:
#############################################################################
# creates sf_lucene_data_dir/lucene.index #
# set to true if you use different databases for different environments. #
# This means that both dev and production will share the same index. ... | all:
#############################################################################
# creates sf_lucene_data_dir/lucene.index #
# set to true if you use different databases for different environments. #
# This means that both dev and production will share the same index. ... | Add a config-option to set the indexing to enable or disable | ADD: Add a config-option to set the indexing to enable or disable
| YAML | mit | braindata/ajDoctrineLuceneablePlugin |
06129ee188ee9a48463a233a55d1154b6f1c8b3e | config/search.yml | config/search.yml | site_name: Mapzen Search
docs_dir: src-search
site_dir: dist-search
pages:
- Home: index.md
- 'Glossary': 'glossary.md'
- 'Search': 'search.md'
- 'Reverse geocoding': 'reverse.md'
- 'Autocomplete': 'autocomplete.md'
- 'Place': 'place.md'
- 'Addresses': 'addresses.md'
- 'API responses': 'response.md'
... | site_name: Mapzen Search
docs_dir: src-search
site_dir: dist-search
pages:
- Home: index.md
- 'Glossary': 'glossary.md'
- 'Search': 'search.md'
- 'Reverse geocoding': 'reverse.md'
- 'Autocomplete': 'autocomplete.md'
- 'Place': 'place.md'
- 'Structured geocoding': 'structured-geocoding.md'
- 'Addresses'... | Add structured geocoding topic (not in master yet!) | Add structured geocoding topic (not in master yet!) | YAML | mit | mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/mapzen-docs-generator,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/documentation |
b5bed597a36d2c63b0c7db7e484826b1728a3fd6 | .github/workflows/build_p4sde_ci.yml | .github/workflows/build_p4sde_ci.yml | name: "P4SDE CI Build pipeline"
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
# if workflow for PR or push is already running stop it, and start new one
group: build_p4sde_ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build_p4dpdk_ubuntu:
timeo... | name: "P4SDE CI Build pipeline"
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
# if workflow for PR or push is already running stop it, and start new one
group: build_p4sde_ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build_p4dpdk_ubuntu:
timeo... | Increase timeout to 30 mins | Increase timeout to 30 mins | YAML | apache-2.0 | p4lang/p4-dpdk-target,p4lang/p4-dpdk-target,p4lang/p4-dpdk-target,p4lang/p4-dpdk-target |
b69b1199a301c280513e4ae72145b5962c716cd3 | solano.yml | solano.yml | # Use Python 2.7 for scripts
python:
python_version: 2.7
system:
queue:
- branch: master
queue: master
- branch: "feature/*"
queue: feature
hooks:
pre_setup: |
set -e # Exit on error
git clone https://github.com/SalesforceFoundation/CumulusCI CumulusCI
cd CumulusCI
git fetch ... | # Use Python 2.7 for scripts
python:
python_version: 2.7
system:
queue:
- branch: master
queue: master
- branch: "feature/*"
queue: feature
hooks:
pre_setup: |
set -e # Exit on error
git clone https://github.com/SalesforceFoundation/CumulusCI CumulusCI
cd CumulusCI
git fetch ... | Fix env variable for commit | Fix env variable for commit
| YAML | bsd-3-clause | jlantz/GrantLifecycleApp |
49c55b6b9b7549657ff94792fd4b2fddccc6c1aa | ansible/roles/plugin/tasks/main.yml | ansible/roles/plugin/tasks/main.yml | ---
# This playbook installs the bespoke plugins required for the site and ensures
# CKAN's configuration is correct.
- name: install packages for repos
apt: pkg={{ item }} state=installed
with_items:
- git
- libxml2
- libxml2-dev
- libxslt1.1
- libxslt1-dev
- openssl
- libssl-dev
-... | ---
# This playbook installs the bespoke plugins required for the site and ensures
# CKAN's configuration is correct.
- name: install packages for repos
apt: pkg={{ item }} state=installed
with_items:
- git
- libxml2
- libxml2-dev
- libxslt1.1
- libxslt1-dev
- openssl
- libssl-dev
-... | Set branch to deploy for NHS England plugin | Set branch to deploy for NHS England plugin
| YAML | agpl-3.0 | nhsengland/iit-infrastructure,nhsengland/iit-infrastructure |
de4c13058e862da56319acd14f0e8d84f37ae492 | ansible/roles/horizon/tasks/start.yml | ansible/roles/horizon/tasks/start.yml | ---
- name: Starting horizon container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
name: "horizon"
environment:
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if... | ---
- name: Starting horizon container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
name: "horizon"
environment:
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if... | Enable sahara dashboard when enable_sahara is yes | Enable sahara dashboard when enable_sahara is yes
Depends-On: I0ee4672252710605970751efa756a2dd405ad8c8
Change-Id: I066178554c6efcb84e6c1129b82502a567191553
Closes-Bug: #1645195
| YAML | apache-2.0 | dardelean/kolla-ansible,dardelean/kolla-ansible,dardelean/kolla-ansible |
69411d741f7f0a6abeb85f4f63765d9238426636 | src/PhpGitHooks/Module/PhpUnit/Infrastructure/DependencyInjection/phpUnit_service_public.yml | src/PhpGitHooks/Module/PhpUnit/Infrastructure/DependencyInjection/phpUnit_service_public.yml | services:
phpunit.tool.command.handler:
class: PhpGitHooks\Module\PhpUnit\Contract\CommandHandler\PhpUnitToolCommandHandler
arguments: ["@php.unit.tool.executor"]
tags:
- {name: command_handler, handles: \PhpGitHooks\Module\PhpUnit\Contract\Command\PhpUnitToolCommand }
strict.coverage.tool.command... | services:
phpunit.tool.command.handler:
class: PhpGitHooks\Module\PhpUnit\Contract\CommandHandler\PhpUnitToolCommandHandler
arguments: ["@php.unit.tool.executor"]
tags:
- {name: command_handler, handles: \PhpGitHooks\Module\PhpUnit\Contract\Command\PhpUnitToolCommand }
strict.coverage.tool.command... | Fix space end of line. | Fix space end of line.
| YAML | mit | bruli/php-git-hooks,eNRJ/php-git-hooks,eNRJ/php-git-hooks,bruli/php-git-hooks,jeleb-smile/php-git-hooks |
54fec41baad44d10c40371230089a6bbee8b18c1 | ansible/roles/alienvault/tasks/main.yml | ansible/roles/alienvault/tasks/main.yml | ---
- name: Enable syslog communication to sensor
lineinfile:
dest: "/etc/rsyslog.d/50-default.conf"
line: "*.* @{{alienvault_usm_anywhere_sensor_ip}}:514"
state: present
become: true
- name: Restart rsyslog
service:
name: rsyslog
enabled: yes
state: restarted
| ---
- name: Enable syslog communication to sensor
lineinfile:
dest: "/etc/rsyslog.d/50-default.conf"
line: "*.* @{{alienvault_usm_anywhere_sensor_ip}}:514"
state: present
become: true
tags:
- alienvault
- name: Restart rsyslog
service:
name: rsyslog
enabled: yes
... | Add 'alienvault' tag to alienvault tasks | Add 'alienvault' tag to alienvault tasks
| YAML | mit | tenforwardconsulting/subspace,tenforwardconsulting/subspace,tenforwardconsulting/subspace |
7520f995b62f1d6db6a18040eccf09c2df876898 | ansible/install/collectd-generic.yml | ansible/install/collectd-generic.yml | ---
#
# Generic Playbook to install collectd on generic machine types, use tags to seperate machine type:
#
# Examples:
#
# ansible-playbook -i hosts install/collectd-generic.yml --tags="baremetal"
# ansible-playbook -i hosts install/collectd-generic.yml --tags="guest"
# ansible-playbook -i hosts install/collectd-gener... | ---
#
# Generic Playbook to install collectd on generic machine types, use tags to separate machine type:
#
# Examples:
#
# ansible-playbook -i hosts install/collectd-generic.yml --tags="baremetal"
# ansible-playbook -i hosts install/collectd-generic.yml --tags="guest"
# ansible-playbook -i hosts install/collectd-gener... | Fix a typo in browbeat | [Trivial] Fix a typo in browbeat
Change-Id: I29f9d6e7df2cb533eff512bcf8578644ca2ea10e
| YAML | apache-2.0 | jkilpatr/browbeat,jkilpatr/browbeat |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.