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 |
|---|---|---|---|---|---|---|---|---|---|
d44f9422d1644d8f1595574e701103bf9a4c3bf7 | .github/workflows/dotnet-core.yml | .github/workflows/dotnet-core.yml | name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
- name: Install dependencie... | name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
- name: Install dependencie... | Add path to the project file in build action | Add path to the project file in build action | YAML | apache-2.0 | brantburnett/Linq2Couchbase,couchbaselabs/Linq2Couchbase |
30ef6253717d9598942a06c658bf0bf387a61600 | .github/workflows/emailnotify.yml | .github/workflows/emailnotify.yml | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workf... | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workf... | Use our root-git as from:, through out gmail account. | [ghaction] Use our root-git as from:, through out gmail account.
| YAML | lgpl-2.1 | karies/root,root-mirror/root,karies/root,olifre/root,root-mirror/root,olifre/root,olifre/root,olifre/root,olifre/root,karies/root,root-mirror/root,olifre/root,karies/root,root-mirror/root,root-mirror/root,karies/root,karies/root,karies/root,olifre/root,olifre/root,karies/root,olifre/root,karies/root,root-mirror/root,ka... |
e5bb4e9ee58a66a7bad88add36d124ffd04dc76d | .github/workflows/macos_cmake.yml | .github/workflows/macos_cmake.yml | name: MacOS Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
MacOS-cma... | name: MacOS Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
MacOS-cma... | Update MacOS Cmake to new version 5.0.0 | Update MacOS Cmake to new version 5.0.0 | YAML | bsd-3-clause | steinwurf/petro,steinwurf/petro |
80ae48a9e5d47683c5989f56c6e9fe427590acb7 | packages/tr/transient.yaml | packages/tr/transient.yaml | homepage: http://www.fpcomplete.com/user/agocorona
changelog-type: ''
hash: 9601dd43f5f851daa89c0d0fee5f9d227df8a328bf87e26fd20f6a83598ee0fd
test-bench-deps: {}
maintainer: agocorona@gmail.com
synopsis: Making composable programs with multithreading, events and distributed computing
changelog: ''
basic-deps:
stm: -an... | homepage: http://www.fpcomplete.com/user/agocorona
changelog-type: ''
hash: d888fc32d972b5377c4c30640eab5561470fc50cb1c09495da9dae83dc4bafba
test-bench-deps: {}
maintainer: agocorona@gmail.com
synopsis: Making composable programs with multithreading, events and distributed computing
changelog: ''
basic-deps:
stm: -an... | Update from Hackage at 2016-08-06T01:55:14+0000 | Update from Hackage at 2016-08-06T01:55:14+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
05eb9fb6f3ddd50b1341645242a5375c860872f4 | prow/prowjobs/private-inrepoconfig-configcheck/looker/helltool/hellotool.yaml | prow/prowjobs/private-inrepoconfig-configcheck/looker/helltool/hellotool.yaml | presubmits:
looker/helltool:
- name: pull-looker-helltool-validate-prow-yaml
clone_uri: git@github.com:looker/helltool.git
cluster: build-looker-private
always_run: true
decorate: true
extra_refs:
- org: GoogleCloudPlatform
repo: oss-test-infra
base_ref: master
spec:
co... | presubmits:
looker/helltool:
- name: pull-looker-helltool-validate-prow-yaml
clone_uri: git@github.com:looker/helltool.git
cluster: build-looker-private
run_if_changed: ^\.prow\.yaml$
decorate: true
extra_refs:
- org: GoogleCloudPlatform
repo: oss-test-infra
base_ref: master
... | Make in_repo config validation only run on config changes. | Make in_repo config validation only run on config changes.
| YAML | apache-2.0 | GoogleCloudPlatform/oss-test-infra,GoogleCloudPlatform/oss-test-infra |
a2e722057ca65babf3bfaa55efb0f927f1030df5 | .github/workflows/build-jekyll.yml | .github/workflows/build-jekyll.yml | name: Build and Deploy to Github Pages
on:
push:
branches:
- master # Here source code branch is `master`, it could be other branch
jobs:
build_and_deploy:
name: deploy
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
# Use GitHub Actions' cache to cac... | name: Build and Deploy to Github Pages
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build_and_deploy:
name: deploy
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
# Use GitHub Actions' cache to cache dependencies on servers
-... | Change branch name for deployment | Change branch name for deployment
| YAML | mit | appleparan/blog,appleparan/blog,appleparan/blog |
b0f4af0ed2eb1d0d5143d9104c88d3ecb03c0afc | .github/workflows/automerge.yml | .github/workflows/automerge.yml | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a de... | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a de... | Bump ridedott/merge-me-action from 2.9.76 to 2.9.79 | Bump ridedott/merge-me-action from 2.9.76 to 2.9.79
| YAML | mit | fizyk/pyramid_decoy |
07476375d43ade490eca6eaebd080866d929b2c2 | .github/workflows/codespell.yml | .github/workflows/codespell.yml | # GitHub Action to automate the identification of common misspellings in text files.
# https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell
name: codespell
on: [push, pull_request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
st... | # GitHub Action to automate the identification of common misspellings in text files.
# https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell
name: codespell
on: [push, pull_request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
st... | Fix the `skip` entry so the workflow doesn't get flagged. | Fix the `skip` entry so the workflow doesn't get flagged.
| YAML | bsd-3-clause | google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf |
977c15fe5485b085fb0405f14f0291c8d850a718 | .github/workflows/codespell.yml | .github/workflows/codespell.yml | # GitHub Action to automate the identification of common misspellings in text files.
# https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell
name: codespell
on: [push, pull_request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
st... | # GitHub Action to automate the identification of common misspellings in text files.
# https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell
name: codespell
on: [push, pull_request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
st... | Work with our dodgy skip behaviour | Work with our dodgy skip behaviour | YAML | isc | openstreetmap/iD,openstreetmap/iD,openstreetmap/iD |
784dabc99ea6a34a0445781b95dcfb482a7ecfa1 | .github/workflows/nosetests.yml | .github/workflows/nosetests.yml | name: Python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v2
with:
python-version: ${... | name: Python application
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{matrix.python-version}}
uses:... | Add PR to GH actions | chg: Add PR to GH actions
| YAML | bsd-3-clause | viper-framework/har2tree,viper-framework/har2tree,viper-framework/har2tree |
4c630280328bd95b85a7eab9903ad2032a682b58 | .github/workflows/unit-test.yml | .github/workflows/unit-test.yml | name: PR test
on:
# Triggers the workflow on push or pull request events but only for the dev branch
- pull-request
- push
# Allows you to run this workflow manually from the Actions tab
- workflow_dispatch
jobs:
deps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: a... | name: PR test
on:
# Triggers the workflow on push or pull request events but only for the dev branch
- pull_request
- push
# Allows you to run this workflow manually from the Actions tab
- workflow_dispatch
jobs:
deps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: a... | Fix pull request key in workflow | Fix pull request key in workflow
| YAML | mit | cofacts/rumors-line-bot,cofacts/rumors-line-bot,cofacts/rumors-line-bot |
799954ac864e8c69d56b86aca038a0acfcc99599 | packages/ne/newtype-generics.yaml | packages/ne/newtype-generics.yaml | homepage: ''
changelog-type: ''
hash: 75d1f6c129b225524a80de19734b5477f45c63a185258954d59f4da5e6a35873
test-bench-deps:
base: ! '>=4.6 && <4.9'
hspec: ! '>=2.1 && <2.3'
HUnit: ! '>=1.2.5.2 && <1.3'
maintainer: João Cristóvão <jmacristovao@gmail.com>
synopsis: A typeclass and set of functions for working with newt... | homepage: ''
changelog-type: ''
hash: 4b0dd0a8074a1830523208294864d36d6d443edd298d8e2156111efe558b8c0d
test-bench-deps:
base: -any
hspec: ! '>=2.1 && <2.4'
HUnit: ! '>=1.2.5.2 && <1.6'
maintainer: João Cristóvão <jmacristovao@gmail.com>
synopsis: A typeclass and set of functions for working with newtypes, with ge... | Update from Hackage at 2016-10-18T20:00:09Z | Update from Hackage at 2016-10-18T20:00:09Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
21d1960684318b719bc3c033354867113703b68e | packages/pi/pipes-websockets.yaml | packages/pi/pipes-websockets.yaml | homepage: https://github.com/ixmatus/pipes-websockets
changelog-type: text
hash: 9cb545ded39a6b4108b4af64d4256a21f107e8258baa5efea91fb6b62f1743b1
test-bench-deps:
test-framework-hunit: ! '>=0.3.0'
test-framework: ! '>=0.8'
base: ! '>=4.6'
test-framework-quickcheck2: ! '>=0.3.0'
pipes-websockets: -any
QuickC... | homepage: https://github.com/silky/pipes-websockets#readme
changelog-type: markdown
hash: 68383cd0c7c0cf281c8cba71ecd78fa37944a5e3dd3bd017d281910d4d8891c5
test-bench-deps: {}
maintainer: noonsilk@gmail.com
synopsis: WebSockets in the Pipes framework.
changelog: ! "0.1.0.0 - Jan 15, 2016\n==\n\n - Initial version: Produ... | Update from Hackage at 2016-01-14T21:35:38+0000 | Update from Hackage at 2016-01-14T21:35:38+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
c1caded1ef7ff1f86641ce040e2d54dd7a69e58a | packages/pr/primitive-atomic.yaml | packages/pr/primitive-atomic.yaml | homepage: https://github.com/andrewthad/primitive-atomic
changelog-type: markdown
hash: 058f3cff6c6b0ad0638176b56c172a9100d345ce17214423edae877a0171e2b1
test-bench-deps:
base: -any
primitive-atomic: -any
primitive: -any
maintainer: andrew.thaddeus@gmail.com
synopsis: Wrappers for primops around atomic operations
... | homepage: https://github.com/andrewthad/primitive-atomic
changelog-type: markdown
hash: 95084c60d0423600e9797f41017e19de4e15d98b49485cce8b44d3d3bd362c2b
test-bench-deps:
base: -any
primitive-atomic: -any
primitive: -any
maintainer: andrew.thaddeus@gmail.com
synopsis: Wrappers for primops around atomic operations
... | Update from Hackage at 2019-05-23T15:35:37Z | Update from Hackage at 2019-05-23T15:35:37Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
721ddcd3d15c8204ba726cd47ea7dd4a4ee13612 | config.yaml | config.yaml | database:
driverClass: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/openregister_java
user: postgres
password:
#db connection properties
initialSize: 1
minSize: 1
maxSize: 4
properties:
charSet: UTF-8
server:
registerDefaultExceptionMappers: false
adminConnectors:
- type:... | database:
driverClass: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/openregister_java
user: postgres
password:
#db connection properties
initialSize: 1
minSize: 1
maxSize: 4
properties:
charSet: UTF-8
server:
registerDefaultExceptionMappers: false
adminConnectors:
- type:... | Change history page to point at shool history page and not country | Change history page to point at shool history page and not country
| YAML | mit | openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java |
44e22efafe5f9ffa1c34709e60faecab837ba55c | recipes/filelock/meta.yaml | recipes/filelock/meta.yaml | {% set name = "filelock" %}
{% set version = "2.0.11" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: e9e370efe86c30b19a2c8c36dd9fcce8e5ce294ef4ed6ac86664b... | {% set name = "filelock" %}
{% set version = "2.0.12" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: eb4314a9a032707a914b037433ce866d4ed363fce8605d45f0c9d... | Update filelock to version 2.0.12 | Update filelock to version 2.0.12
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
4b9acfdc07256801e4aafc78b4d6bc8376f5b29b | recipes/libhdfs3/meta.yaml | recipes/libhdfs3/meta.yaml | {% set version = "2.2.31" %}
package:
name: libhdfs3
version: "{{ version }}"
source:
git_url: https://github.com/PivotalRD/libhdfs3.git
git_tag: v{{ version }}
build:
number: 0
# This package is a dependency of hdfs3, which is primarily used with HDFS on Linux.
skip: True # [not linux]
requireme... | {% set version = "2.2.31" %}
package:
name: libhdfs3
version: "{{ version }}"
source:
git_url: https://github.com/PivotalRD/libhdfs3.git
git_tag: v{{ version }}
build:
number: 0
# This package is a dependency of hdfs3, which is primarily used with HDFS on Linux.
skip: True # [not linux]
requireme... | Add krb5 to build/run dependencies | Add krb5 to build/run dependencies
| YAML | bsd-3-clause | sannykr/staged-recipes,jochym/staged-recipes,khallock/staged-recipes,planetarypy/staged-recipes,ocefpaf/staged-recipes,blowekamp/staged-recipes,basnijholt/staged-recipes,valgur/staged-recipes,patricksnape/staged-recipes,scopatz/staged-recipes,synapticarbors/staged-recipes,chrisburr/staged-recipes,hadim/staged-recipes,n... |
247ae4c9c33a905ffd5ae7854c740dd32f4d7970 | recipes/paintera/meta.yaml | recipes/paintera/meta.yaml | {% set name = "paintera" %}
{% set version = "0.17.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 71024837bbfe3a531559a7dbccaffc1f9fd08829ff96ca4d97d841abcf479ea9
build:
number: 0
s... | {% set name = "paintera" %}
{% set version = "0.17.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 71024837bbfe3a531559a7dbccaffc1f9fd08829ff96ca4d97d841abcf479ea9
build:
number: 0
s... | Add new line at EOF to trigger re-build | Add new line at EOF to trigger re-build
| YAML | bsd-3-clause | dschreij/staged-recipes,Juanlu001/staged-recipes,igortg/staged-recipes,SylvainCorlay/staged-recipes,patricksnape/staged-recipes,chrisburr/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,scopatz/staged-recipes,igortg/staged-re... |
7ee8503c8d9faaea32d479585a11b1af17777ae7 | recipes/smhasher/meta.yaml | recipes/smhasher/meta.yaml | package:
name: smhasher
version: "0.150.1"
source:
fn: smhasher-0.150.1.tar.gz
url: https://pypi.python.org/packages/5f/b2/421c060300f1449646787273ecd7df558f6f8e4caee3d6fbe8b193cd60d4/smhasher-0.150.1.tar.gz
md5: 4fc61f36b141e137dd2d71ecd0167866
requirements:
build:
- python
run:
- python
-... | package:
name: smhasher
version: "0.150.1"
source:
fn: smhasher-0.150.1.tar.gz
url: https://pypi.python.org/packages/5f/b2/421c060300f1449646787273ecd7df558f6f8e4caee3d6fbe8b193cd60d4/smhasher-0.150.1.tar.gz
md5: 4fc61f36b141e137dd2d71ecd0167866
requirements:
build:
- python
- gcc
run:
- py... | Add gcc to build requirements, since c++ source files moust be compiled | Add gcc to build requirements, since c++ source files moust be compiled
| YAML | mit | abims-sbr/bioconda-recipes,blankenberg/bioconda-recipes,oena/bioconda-recipes,xguse/bioconda-recipes,gvlproject/bioconda-recipes,joachimwolff/bioconda-recipes,colinbrislawn/bioconda-recipes,mdehollander/bioconda-recipes,jfallmann/bioconda-recipes,bow/bioconda-recipes,bioconda/recipes,gvlproject/bioconda-recipes,peterjc... |
c030d0fe8d92033051b432e0a8e363c36ef4e636 | roles/java/vars/Debian.yml | roles/java/vars/Debian.yml | ---
java_key_id: EEA14886
java_key_keyserver: hkp://keyserver.ubuntu.com
java_repository: deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main
| ---
java_key_id: EEA14886
java_key_keyserver: hkp://keyserver.ubuntu.com
java_repository: deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main
| Fix used distro name for java | Fix used distro name for java
| YAML | mit | kraksoft/ansible-roles |
edcb23b11f6221ee0dd2a1864850ff9542a77f86 | .github/workflows/cli-release.yaml | .github/workflows/cli-release.yaml | name: Releaser
on:
push:
tags:
- "v1*"
jobs:
upload-release:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.16
id: go
- name: Setup docker CLI
run: |
curl https://download.docker.c... | name: Releaser
on:
workflow_dispatch:
inputs:
tag:
description: 'Release Tag'
required: true
dry-run:
description: 'Dry run'
required: false
default: 'true'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16
uses: action... | Add dry run workflow to test release | Add dry run workflow to test release
Signed-off-by: Lorena Rangel <9db38cd0716aad205349f895bbfaff891183f53e@docker.com>
| YAML | apache-2.0 | docker/compose,docker/compose,docker/compose |
9b886d0d11c245334464e6f83ceb665f56822890 | .github/workflows/test-package.yml | .github/workflows/test-package.yml | name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-version: [ 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 ]
guzzle-version: [ '^5.3', '^6.0' ]
include:
- php-version: 7.2
guzzle-version: '^7.0'
-... | name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-version: [ 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 ]
guzzle-version: [ '^5.3', '^6.0' ]
include:
- php-version: 7.2
guzzle-version: '^7.0'
-... | Remove 'ignore-platform-reqs' from PHP 8 CI | Remove 'ignore-platform-reqs' from PHP 8 CI
| YAML | mit | bugsnag/bugsnag-php,bugsnag/bugsnag-php,bugsnag/bugsnag-php |
5f0640c5a2778ff1e91c1d8be0ec256c264a5878 | .github/workflows/workflow.yml | .github/workflows/workflow.yml | name: Instrumented test workflow
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
instrumented-tests:
name: Run tests
runs-on: macOS-latest
strategy:
fail-fast: false
matrix:
api-level: [23, 29]
target: [default, google_apis]
... | name: Instrumented test workflow
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
instrumented-tests:
name: Run tests
runs-on: macOS-latest
strategy:
matrix:
api-level: [21, 23]
steps:
- uses: actions/checkout@v1
with:
... | Test API 21 and 23. | Test API 21 and 23.
| YAML | apache-2.0 | ReactiveCircus/FlowBinding,ReactiveCircus/FlowBinding |
d7bbea1473b0267ccae394b5e2d83a59e9aa557c | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-posts
label: Posts
create: all
match: "**/*"
- type: jekyll-pages
label: Pages
create: all
- type: directory
path: _uploads
label: Uploads
create: all
match: "**/*"
upload_dir: uploads
public_path: "/up... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: directory
path: fulgur/gallery
label: Albums
create: all
match: "**/*"
new_doc_ext: ".html"
- type: jekyll-posts
label: Posts
create: all
match: "**/*"
- type: jekyll-pages
label: Pages
create: all
- type: d... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | LightningFlashStudio/fulgur,LightningFlashStudio/fulgur |
7cfc0f84a618b24e713f72f62857a5747d9ebcde | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
| version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
| Use Dependabot to update GitHub Actions | Use Dependabot to update GitHub Actions
| YAML | apache-2.0 | maxmind/minfraud-api-python,maxmind/minfraud-api-python |
87282db68973a02f8a4e4e0d0244647f55889294 | .github/workflows/csv-validate.yml | .github/workflows/csv-validate.yml | name: Validate CSV
on:
pull_request:
branches:
- master
- main
- 'release-*.*.*'
# paths:
# - 'bundle/*'
workflow_dispatch:
env:
OPERATOR_SDK_DL_URL: https://github.com/operator-framework/operator-sdk/releases/download
OPERATOR_SDK_VERSION: v1.8.0
jobs:
validate:
runs-on: ubuntu-... | name: Validate CSV
on:
pull_request:
branches:
- master
- main
- 'release-*.*.*'
# paths:
# - 'bundle/*'
workflow_dispatch:
env:
OPERATOR_SDK_DL_URL: https://github.com/operator-framework/operator-sdk/releases/download
OPERATOR_SDK_VERSION: v1.8.0
jobs:
validate:
runs-on: ubuntu-... | Add run and listings of sdk | Add run and listings of sdk
| YAML | apache-2.0 | fbladilo/testing |
e914a1c855e754ab036faf0cfb6c4483e44d13ec | .pipeline/blubber.yaml | .pipeline/blubber.yaml | version: v4
base: docker-registry.wikimedia.org/nodejs10-slim
lives:
in: /srv/service
runs:
environment: { APP_BASE_PATH: /srv/service }
variants:
build:
base: docker-registry.wikimedia.org/nodejs10-devel
copies: [local]
apt: { packages: [git, build-essential, python-pkgconfig] }
node: { requirem... | version: v4
base: docker-registry.wikimedia.org/nodejs10-slim
lives:
in: /srv/service
runs:
environment: { APP_BASE_PATH: /srv/service }
variants:
build:
base: docker-registry.wikimedia.org/nodejs10-devel
copies: [local]
apt: { packages: [git, build-essential, python-pkgconfig] }
node: { requirem... | Include ca-certificates in the production image | Blubber: Include ca-certificates in the production image
Needed for profiling the service in order to move to k8s.
Bug: T218733
Change-Id: Ibcb7443652e90aa9a1e8cc6bd59c8e67a5a525a7
| YAML | apache-2.0 | wikimedia/mediawiki-services-mobileapps,wikimedia/mediawiki-services-mobileapps,wikimedia/mediawiki-services-mobileapps,wikimedia/mediawiki-services-mobileapps,wikimedia/mediawiki-services-mobileapps,wikimedia/mediawiki-services-mobileapps |
7a72b5f05d08ae422eb13cc13869d9b686db7e0f | .github/workflows/early-warning.yml | .github/workflows/early-warning.yml | name: Early Warning Notifier
on:
push:
branches: master
release:
types: [published]
schedule:
- cron: "0 0 * * *"
jobs:
sanity-check:
runs-on: ubuntu-latest
name: Sanity Check
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Setup environmen... | name: Early Warning Notifier
on:
push:
branches: master
release:
types: [published]
schedule:
- cron: "0 0 * * *"
jobs:
sanity-check:
runs-on: ubuntu-latest
name: Sanity Check
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Setup environmen... | Add `--explain` to `--sanity-check` early warning system script | Add `--explain` to `--sanity-check` early warning system script
| YAML | mit | gleitz/howdoi,gleitz/howdoi |
adc27f873a88e8cbeb463b9ee7e264e399291109 | rest-api-spec/test/indices.seal/10_basic.yaml | rest-api-spec/test/indices.seal/10_basic.yaml | ---
"Index seal rest test":
- do:
indices.create:
index: testing
- do:
cluster.health:
wait_for_status: yellow
- do:
indices.seal:
index: testing
- do:
indices.stats: {level: shards}
- is_true: indices.testing.shards.0.0.commit.user_data.sy... | ---
"Index seal rest test":
- do:
indices.create:
index: testing
body:
settings:
number_of_replicas: 0
- do:
cluster.health:
wait_for_status: green
- do:
indices.seal:
index: testing
- do:
indices.stats: {level... | Use no replicas in REST tests since relocations prevent synced flushes and all replicas fail | [TEST] Use no replicas in REST tests since relocations prevent synced flushes and all replicas fail
| YAML | apache-2.0 | fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch |
41b65626b87cdcb82697513c7d57b75ce6082939 | docker-compose.builder.yml | docker-compose.builder.yml | version: "2"
services:
builder:
image: openlmis/dev:1
links:
- db
- log
volumes:
- '.:/app'
command:
- './build.sh'
environment:
GRADLE_OPTS: '-Dorg.gradle.daemon=false'
env_file: .env
sonar:
image: openlmis/dev:1
volumes:
- '.:/app'
entrypoi... | version: "2"
services:
builder:
image: openlmis/dev:1
links:
- db
- log
volumes:
- '.:/app'
command:
- './build.sh'
environment:
GRADLE_OPTS: '-Dorg.gradle.daemon=false'
env_file: .env
sonar:
image: openlmis/dev:1
volumes:
- '.:/app'
entrypoi... | Fix bug in Sonar build process | Fix bug in Sonar build process
Add a clean task before sonarqube task, which runs a full build anyways.
| YAML | agpl-3.0 | OpenLMIS/openlmis-fulfillment,OpenLMIS/openlmis-fulfillment,OpenLMIS/openlmis-fulfillment,OpenLMIS/openlmis-fulfillment |
55524523981d09c6db5cc4aba92d56c5a53139cc | .drone.yml | .drone.yml | build:
image: bjodah/bjodahimg16:v1.2
commands:
- python2 -m pip install --upgrade pip # pip 8.1.1 has a bug
- python3 -m pip install --upgrade pip # pip 8.1.1 has a bug
- python2 -m pip install git+https://github.com/bjodah/pycvodes.git@get_dx_max # DO-NOT-MERGE!
- python3 -m pip install git+htt... | build:
image: bjodah/bjodahimg16:v1.2
commands:
- bash -c '[[ $(python setup.py --version) =~ ^[0-9]+.* ]]'
- python2 -m pip install --upgrade pip # pip 8.1.1 has a bug
- python3 -m pip install --upgrade pip # pip 8.1.1 has a bug
- ./scripts/ci.sh pycvodes
- (cd examples/; ipython2 nbconvert -... | Revert incorrect ci script change | Revert incorrect ci script change
| YAML | bsd-2-clause | bjodah/pycvodes,bjodah/pycvodes,bjodah/pycvodes,bjodah/pycvodes |
4c777630cb00a0ebead6b3601fb227905c7e8283 | .drone.yml | .drone.yml | matrix:
VERSION:
- 1.5
- 1.4
build:
image: armhfbuild/alpine:3.2
commands:
- sed -i 's/FROM /FROM armhfbuild\//' $$VERSION/Dockerfile
publish:
docker:
file: $$VERSION/Dockerfile
username: $$DOCKER_USER
email: $$DOCKER_EMAIL
password: $$DOCKER_PASSWORD
repo: armhfbuild/golang
... | matrix:
VERSION:
- 1.5
- 1.4
build:
image: armhfbuild/alpine:3.2
commands:
- sed -i 's/FROM /FROM armhfbuild\//' $$VERSION/Dockerfile
publish:
docker:
file: $$VERSION/Dockerfile
username: $$DOCKER_USER
email: $$DOCKER_EMAIL
password: $$DOCKER_PASSWORD
repo: armhfbuild/golang
... | Fix cache to use VERSION-named tag as well | Fix cache to use VERSION-named tag as well
| YAML | mit | armhf-docker-library/golang |
e81fd1bb3be9de7124e9be427f4ff732d3ae1a6d | .varci.yml | .varci.yml | ruleset:
label_defects:
name: "Label defects"
events: [ issues, pull_request ]
label: Defect
when:
- action = "opened"
- body matches "/\[x\] bug/"
label_enhancements:
name: "Label enhancements"
events: [ issues, pull_request ]
label: Enhancement
when:
- action = "... | ruleset:
label_defects:
name: "Label defects"
events: [ issues, pull_request ]
label: Defect
when:
- action = "opened"
- body matches "/\[x\] bug/"
label_enhancements:
name: "Label enhancements"
events: [ issues, pull_request ]
label: Enhancement
when:
- action = "... | Fix YAML (curly braces in one-liners) & case-sensitive label | Fix YAML (curly braces in one-liners) & case-sensitive label | YAML | mit | mvdriel/cakephp,cakephp-fr/cakephp,nrother/cakephp,berrygoudswaard/cakephp,petteyg/cakephp,CakeDC/cakephp,HavokInspiration/cakephp,berrygoudswaard/cakephp,dakota/cakephp,garethellis36/cakephp,cakephp-fr/cakephp,dakota/cakephp,tenkoma/cakephp,CakeDC/cakephp,tenkoma/cakephp,dakota/cakephp,dakota/cakephp,elboletaire/cakep... |
70ea4f98e8717d63d733d76da4ff371bf2fa3d33 | .zuul.yaml | .zuul.yaml | - project:
templates:
- openstack-python-jobs
- openstack-python3-yoga-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- storlets-functional
- storlets-functional-py3
gate:
jobs:
- storlets-functional
- storlets-... | - project:
templates:
- openstack-python-jobs
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- storlets-functional
- storlets-functional-py3
gate:
jobs:
- storlets-functional
- storlets-f... | Add Python3 zed unit tests | Add Python3 zed unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for zed.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I050b053e7afe7c9ba0d985897f490e9fe9a2b76... | YAML | apache-2.0 | openstack/storlets,openstack/storlets,openstack/storlets,openstack/storlets |
7fc55873969e3b643d4465a575d3f366bf03f527 | .zuul.yaml | .zuul.yaml | - project:
check:
jobs:
- tox-mypy:
vars:
dependencies:
- krb5-devel
- tox-lint:
vars:
dependencies:
- krb5-devel
- tox-format:
vars:
dependencies:
- krb5-devel... | - project:
check:
jobs:
- fi-tox-mypy:
vars:
dependencies:
- krb5-devel
- fi-tox-lint:
vars:
dependencies:
- krb5-devel
- fi-tox-format:
vars:
dependencies:
- k... | Use the jobs migrated from Anitya | Use the jobs migrated from Anitya
Zuul jobs were migrated from Anitya to Zuul repository and this is causing
issues when trying to run the jobs in hotness, because of the name change.
See https://github.com/fedora-infra/anitya/pull/1333 and https://pagure.io/fedora-infra/zuul/pull-request/4
| YAML | lgpl-2.1 | fedora-infra/the-new-hotness,fedora-infra/the-new-hotness |
e10983851f10a43e2e4c7a30c09181a7b075206b | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-python3-zed-jobs
- lib-forward-testing-python3
- release-notes-jobs-python3
- neutron-tempest-plugin-jobs
check:
jobs:
- neutron-functional-with-uwsg... | - project:
templates:
- check-requirements
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-python3-jobs
- lib-forward-testing-python3
- release-notes-jobs-python3
- neutron-tempest-plugin-jobs
check:
jobs:
- neutron-functional-with-uwsgi:
... | Switch to 2023.1 Python3 unit tests and generic template name | Switch to 2023.1 Python3 unit tests and generic template name
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/refe... | YAML | apache-2.0 | openstack/neutron-lib,openstack/neutron-lib,openstack/neutron-lib,openstack/neutron-lib |
2426d05c7901517ffc21ca8c22d94fdb519b0e81 | KenticoInspector.Reports/ApplicationRestartAnalysis/Metadata/en-US.yaml | KenticoInspector.Reports/ApplicationRestartAnalysis/Metadata/en-US.yaml | details:
name: Application restart event analysis
shortDescription: Shows application restart events from event log.
longDescription: |
Frequent restarts may mean that there are issues to resolve.
terms:
applicationRestartEvents: Application restart events
countEndEvent: <count> <count:end|ends>
countS... | details:
name: Application restart event analysis
shortDescription: Shows application restart events from event log.
longDescription: |
Frequent restarts may mean that there are issues to resolve.
terms:
applicationRestartEvents: Application restart events
countEndEvent: <count> <count|end|ends>
countS... | Update tokens in Application restart event analysis report | Update tokens in Application restart event analysis report
| YAML | mit | ChristopherJennings/KInspector,ChristopherJennings/KInspector,ChristopherJennings/KInspector,Kentico/KInspector,Kentico/KInspector,Kentico/KInspector,ChristopherJennings/KInspector,Kentico/KInspector |
39834f79a360112bde94deef72ced65a40e886ba | .github/workflows/google-play.yaml | .github/workflows/google-play.yaml | name: Google Play Alpha
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Matches "v1.2.3" but not "v1.2.3.4"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-ve... | name: Google Play Alpha
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Matches "v1.2.3" but not "v1.2.3.4"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-ve... | Add step to GitHub Action to validate Gradle wrapper before use | Add step to GitHub Action to validate Gradle wrapper before use
| YAML | apache-2.0 | google/evergreen-checker,google/evergreen-checker |
f9ffd8ed3658e0c0bd8215401c72e28ad274a9f9 | .kitchen.docker.yml | .kitchen.docker.yml | ---
driver:
name: docker
privileged: true
provision_command:
# https://github.com/test-kitchen/kitchen-docker/issues/285:
- mkdir -p /run/sshd
- apt-get -qq -y install chef || true
- apt-get -qq -y install exim4-base || true
- apt-get -qq -y install shellcheck || true
require_chef_omnibus: f... | ---
driver:
name: docker
privileged: true
provision_command:
# https://github.com/test-kitchen/kitchen-docker/issues/285:
- mkdir -p /run/sshd
- apt-get -qq -y install chef || true
- apt-get -qq -y install exim4-base || true
- apt-get -qq -y install shellcheck || true
require_chef_omnibus: f... | Deploy command fails on Wheezy, use Chef 13 on CentOS | Deploy command fails on Wheezy, use Chef 13 on CentOS
| YAML | apache-2.0 | GSI-HPC/sys-chef-cookbook,GSI-HPC/sys-chef-cookbook,GSI-HPC/sys-chef-cookbook |
2b3c8a3917e9a6972dcde10cc899b7fd4b5b8fe4 | .tmuxinator/dns.yml | .tmuxinator/dns.yml | name: dns
root: ~/
windows:
- dns: >
PORT=53
CNAMES=forever.dev:nginx.nginx.dev.docker
SELF=self
LOOP=dev
SERVERS='docker/127.0.0.1:5553,home/10.30.30.7:9753'
RESOLV=/etc/resolv.conf.upstream
BOGUS='193.234.222.38,199.101.28.20,64.94.110.11,67.215.65.130,67.215.65.132,92.242.... | name: dns
root: ~/
windows:
- dns: >
sudo capsh
--caps='cap_net_bind_service+iep cap_setpcap,cap_setuid,cap_setgid+ep'
--keep=1
--user=$(id -un)
--addamb=cap_net_bind_service
--print
--
-c 'exec env GOPATH=/opt/go/path/go1.9.5-nix PORT=53 CNAMES=forever.dev:nginx.nginx.... | Fix `.tmuxinator` DNS to use `capsh` | Fix `.tmuxinator` DNS to use `capsh`
Not ideal, but it's working at this point.
| YAML | mit | benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles |
d38fc11bbf0688c07304b87fa3b22300a59a7074 | .circleci/build.yml | .circleci/build.yml | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.1
... | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.1
... | Update install dependencies step for CI | Update install dependencies step for CI
| YAML | mit | ctma/consul_kv |
98a688d608d854522dd93206766ba3172ca4a6d2 | catalog/Security/security_tools.yml | catalog/Security/security_tools.yml | name: Security Tools
description:
projects:
- active_model_otp
- alpaca
- brakeman
- codesake-dawn
- loofah
- look/xss_terminate
- mhartl/find_mass_assignment
- param_protected
- rails_xss
- ryanlowe/audit_mass_assignment
- shellex
- sudo_attributes
- tarantula
- wwidea/cross_site_sniper
... | name: Security Tools
description:
projects:
- active_model_otp
- alpaca
- brakeman
- codesake-dawn
- loofah
- look/xss_terminate
- macker
- mhartl/find_mass_assignment
- param_protected
- rails_xss
- ryanlowe/audit_mass_assignment
- shellex
- sudo_attributes
- tarantula
- wwidea/cross_sit... | Move entry in alphabetical order. | Move entry in alphabetical order. | YAML | mit | rubytoolbox/catalog |
d182bc3394aec249fd5867b4f127b5b5d2c026ae | spec/database.yml | spec/database.yml | sqlite:
adapter: sqlite3
database: by_star.sqlite3
postgres:
adapter: postgresql
database: by_star_test
username: postgres
min_messages: warning
mysql:
adapter: mysql2
database: by_star_test
username: root
encoding: utf8
| sqlite:
adapter: sqlite3
database: by_star.sqlite3
postgres:
adapter: postgresql
database: by_star_test
username: <%= ENV.fetch("USER") || "postgres" %>
min_messages: warning
mysql:
adapter: mysql2
database: by_star_test
username: root
encoding: utf8
| Use ENV['USER'] for postgres username | Use ENV['USER'] for postgres username
| YAML | mit | radar/by_star |
79f3735ee0e2e5a924904f6f8b6d479a42bd96c3 | releasenotes/notes/config_template-MultiStrOps-support-c28e33fd5044e14d.yaml | releasenotes/notes/config_template-MultiStrOps-support-c28e33fd5044e14d.yaml | ---
features:
- |
The ability to support MultiStrOps has been added to
the config_template action plugin. This change updates
the parser to use the ``set()`` type to determine if
values within a given key are to be rendered as
``MultiStrOps``. If an override is used in an INI
config file the s... | ---
features:
- |
The ability to support MultiStrOps has been added to the
config_template action plugin. This change updates the parser to use
the ``set()`` type to determine if values within a given key are to be
rendered as ``MultiStrOps``. If an override is used in an INI config
file the set t... | Adjust release note for config template | Adjust release note for config template
The config template release note has a stand alone 'fixes' note which,
when rendered, makes no sense as it stands alone. As the bug is
clearly attached to the milestone it is unnecessary to mention the
bug fixed so that line has been removed.
Change-Id: Ia40e2e08be4d384eb3e5992... | YAML | apache-2.0 | openstack/openstack-ansible-plugins,os-cloud/openstack-ansible-plugins,os-cloud/openstack-ansible-plugins,openstack/openstack-ansible-plugins |
5dd5c15ae3644bc7792a0d0dd190944b07607bd9 | hieradata/node/asset-slave-1.backend.integration.publishing.service.gov.uk.yaml | hieradata/node/asset-slave-1.backend.integration.publishing.service.gov.uk.yaml | ---
lv:
data:
pv:
- '/dev/sdb1'
- '/dev/sdc1'
vg: 'uploads'
cache:
pv:
- '/dev/sdd1'
vg: 'duplicity'
| ---
lv:
data:
pv:
- '/dev/sdc1'
- '/dev/sdd1'
vg: 'uploads'
cache:
pv:
- '/dev/sda1'
vg: 'duplicity'
| Update integration asset slave disks | Update integration asset slave disks
Upon reboot the disks changed their labels so that the Puppet is
incorrect for managing the LVM volumes. You can find the correct
arrangement by running `pvscan`:
```
lauramartin@integration-asset-slave-1:~$ sudo pvs
PV VG Fmt Attr PSize PFree
/dev/sda1 dupl... | YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
34957442793fa4c80c2f90517e7c1466386a7d54 | ansible/roles/webapp/vars/main.yml | ansible/roles/webapp/vars/main.yml | # accounts
user_name: "{{app_name}}"
group_name: "{{app_name}}"
# paths
deploy_root: "/opt/{{app_name}}"
src_root: "{{deploy_root}}/src"
# nginx
http_port: 80
# misc
webapp_archive_location: /tmp/src.tar.gz
# required packages
required_apt_packages:
- rsync
- python-virtualenv
- python-dev
- software-pr... | # accounts
user_name: "{{app_name}}"
group_name: "{{app_name}}"
# paths
deploy_root: "/opt/{{app_name}}"
src_root: "{{deploy_root}}/src"
# nginx
http_port: 80
# misc
webapp_archive_location: /tmp/src.tar.gz
# required packages
required_apt_packages:
- build-essential
- rsync
- python-virtualenv
- python... | Add build-essential to Ubuntu dependencies | Add build-essential to Ubuntu dependencies
| YAML | mit | getslash/mailboxer,getslash/mailboxer,vmalloc/mailboxer,Infinidat/lanister,Infinidat/lanister,vmalloc/mailboxer,vmalloc/mailboxer,getslash/mailboxer |
ffae2ebfa7c4b0927733c7df00786595ce729cca | packages/mi/miso-action-logger.yaml | packages/mi/miso-action-logger.yaml | homepage: https://github.com/Lermex/miso-action-logger
changelog-type: markdown
hash: 2af0a178cce3d55c32ceb096d52fc1f848c6852d8428f37b3bf0dd5ac64a18e6
test-bench-deps: {}
maintainer: svchumakov@gmail.com
synopsis: Miso state transition logger
changelog: |
# Revision history for miso-action-logger
## 0.1.0.0 -- 201... | homepage: https://github.com/Lermex/miso-action-logger
changelog-type: markdown
hash: 844d8811ba9a9dd8da3ae06e7382e0af712d8d044fc4bb4d9d3b1256171b22dc
test-bench-deps: {}
maintainer: svchumakov@gmail.com
synopsis: Miso state transition logger
changelog: |
# Revision history for miso-action-logger
## 0.1.0.1 -- 201... | Update from Hackage at 2019-06-27T23:23:11Z | Update from Hackage at 2019-06-27T23:23:11Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5d76181641bba7bf3af5f8141a95286ba1cebcef | implicit/manifest.yml | implicit/manifest.yml | ---
applications:
- name: implicit-sample
memory: 512M
instances: 1
path: build/libs/implicit-1.0.0-SNAPSHOT.jar
env:
SKIP_SSL_VALIDATION: "true"
ID_SERVICE_URL: https://uaa.10.244.0.34.xip.io
CLIENT_ID: oauth_showcase_implicit_grant
CLIENT_SECRET: secret
| ---
applications:
- name: implicit-sample
memory: 512M
instances: 1
path: build/libs/implicit-1.0.0-SNAPSHOT.jar
env:
SKIP_SSL_VALIDATION: "true"
ID_SERVICE_URL: https://uaa.10.244.0.34.xip.io
CLIENT_ID: oauth_showcase_implicit_grant | Remove unnecessary client secret env variable | Remove unnecessary client secret env variable
- implicit grant type doesn't use the client secret
[#99442206] https://www.pivotaltracker.com/story/show/99442206
Signed-off-by: Whitney Schaefer <686c62984e0c1dfde7e4b7149cfc88f2c44dbce1@pivotal.io>
| YAML | apache-2.0 | tnwang/identity-sample-apps,tnwang/identity-sample-apps,tnwang/identity-sample-apps |
51df654729a4c2ffde1c4e8f263f6f3dbfedced7 | util/ansible/roles/supervisord/tasks/main.yml | util/ansible/roles/supervisord/tasks/main.yml | ---
- name: Install supervisord
become: true
apt: pkg=supervisor state=latest
- name: Change supervisord configuration
become: true
template: src=supervisord.conf.j2 dest=/etc/supervisor/supervisord.conf force=yes
notify: restart supervisord | ---
- name: Install supervisord
become: true
apt: pkg=supervisor state=latest
register: supervisord_install
- name: Change supervisord configuration
become: true
template: src=supervisord.conf.j2 dest=/etc/supervisor/supervisord.conf force=yes
- name: Kill legacy radio processes (if upgradi... | Add in better handling for upgrading from legacy setups for supervisord. | Add in better handling for upgrading from legacy setups for supervisord.
| YAML | agpl-3.0 | AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast |
918f42a01be8fad5aa9d5367e384d8a393a6b2f4 | {{cookiecutter.project_slug}}/dev-compose.yml | {{cookiecutter.project_slug}}/dev-compose.yml | version: '2'
services:
django:
build:
context: .
dockerfile: ./compose/develop/django/Dockerfile
volumes:
- .:/app
ports:
- "8000:8000"
| version: '2'
services:
django:
build:
context: .
dockerfile: ./compose/develop/django/Dockerfile
volumes:
- .:/app
environment:
- USE_DOCKER=yes
ports:
- "8000:8000"
| Set env to make django-debug-toolbar working | Set env to make django-debug-toolbar working
| YAML | mit | panuta/cookiecutter-django-startup,panuta/cookiecutter-django-startup,panuta/cookiecutter-django-startup,panuta/cookiecutter-django-startup |
1bfed9ef4f20374e7cb875dce4f170e6b331821e | ansible/roles/rails/tasks/main.yml | ansible/roles/rails/tasks/main.yml | ---
- name: Install rails apt dependencies
apt:
name: "{{item}}"
with_items:
- git
- imagemagick
- libffi-dev
- libgmp3-dev
- libmagickwand-dev
- libpq-dev
- libxslt-dev
- nodejs
- zlib1g-dev
become: true
- name: Create /u/apps/{{project_name}... | ---
- name: Add yarn apt key
apt_key:
url: https://dl.yarnpkg.com/debian/pubkey.gpg
state: present
- name: Add yarn apt repo
apt_repository:
repo: deb https://dl.yarnpkg.com/debian/ stable main
state: present
- name: Install rails apt dependencies
apt:
name: "{{item}}"
... | Install yarn as part of rails role | Install yarn as part of rails role
| YAML | mit | tenforwardconsulting/subspace,tenforwardconsulting/subspace,tenforwardconsulting/subspace |
5b928da97c45da00704ff72827dabea61c1e2c16 | app/helpers/questions_manifest.yml | app/helpers/questions_manifest.yml | -
name: Pricing
questions:
- freeOption
- trialOption
-
name: Minimum contract period
questions:
- minimumContractPeriod
-
name: Service management
questions:
- serviceOnboarding
- serviceOffboarding
- dataExtractionRemoval
- datacentresEUCode
- dataBackupRecovery
- selfS... | -
name: Pricing
questions:
- freeOption
- trialOption
-
name: Minimum contract period
questions:
- minimumContractPeriod
-
name: Service management
questions:
- dataExtractionRemoval
- datacentresEUCode
- dataBackupRecovery
- selfServiceProvisioning
- supportForThirdParties
-... | Make questions manifest match shared keys | Make questions manifest match shared keys
Research was done to determine the keys shared
between G4, G5 and G6 service records.
The following keys were found to be shared:
- openStandardsSupported
- priceString
- educationPricing
- minimumContractPeriod
- openSource
- selfServiceProvisioning
- id
- supplierId
- titl... | YAML | mit | mtekel/digitalmarketplace-buyer-frontend,alphagov/digitalmarketplace-buyer-frontend,AusDTO/dto-digitalmarketplace-buyer-frontend,alphagov/digitalmarketplace-buyer-frontend,AusDTO/dto-digitalmarketplace-buyer-frontend,mtekel/digitalmarketplace-buyer-frontend,alphagov/digitalmarketplace-buyer-frontend,alphagov/digitalmar... |
b9f89fceba25cd4a9e36a2d8991820fba39528c5 | templates/import/mbox.template.yml | templates/import/mbox.template.yml | # This template configures the container for importing emails and mbox files.
params:
home: /var/www/discourse
hooks:
after_web_config:
- exec:
cd: /etc/service
cmd:
- rm -R unicorn
- rm -R nginx
- rm -R cron
- exec:
cd: /etc/runit/3.d
cmd:
... | # This template configures the container for importing emails and mbox files.
params:
home: /var/www/discourse
hooks:
after_web_config:
- exec:
cd: /etc/service
cmd:
- rm -R unicorn
- rm -R nginx
- rm -R cron
- exec:
cd: /etc/runit/3.d
cmd:
... | Install only sqlite3 gem for mbox import | Install only sqlite3 gem for mbox import
| YAML | mit | discourse/discourse_docker,discourse/discourse_docker,discourse/discourse_docker |
1b213639ba038306249c144d792881e169644585 | configuration/sensor/template.yaml | configuration/sensor/template.yaml | - platform: template
sensors:
day_phase:
friendly_name: 'Day Phase'
value_template: >
{% if now() > now().replace(hour=5).replace(minute=0).replace(second=0) and
now() < now().replace(hour=8).replace(minute=0).replace(second=0) and
now().isoweekday() <= 5 %}
... | - platform: template
sensors:
day_phase:
friendly_name: "Day Phase"
value_template: >
{% if now() > now().replace(hour=5).replace(minute=0).replace(second=0) and
now() < now().replace(hour=7).replace(minute=0).replace(second=0) and
now().isoweekday() <= 5 %}
... | Set dayphase day back to 7am | Set dayphase day back to 7am
| YAML | unlicense | danrspencer/hass-config,danrspencer/hass-config |
2984f46468e86aea42e1f05c631f42f45b454723 | container-images/tcib/base/os/designate-base/designate-api/designate-api.yaml | container-images/tcib/base/os/designate-base/designate-api/designate-api.yaml | tcib_actions:
- run: dnf -y install {{ tcib_packages.common | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
tcib_packages:
common:
- openstack-designate-api
tcib_user: designate
| tcib_actions:
- run: dnf -y install {{ tcib_packages.common | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
tcib_packages:
common:
- openstack-designate-api
- httpd
- mod_ssl
- python3-mod_wsgi
tcib_user: designate
| Add apache to the designate api container | Add apache to the designate api container
The designate API should run behind apache.
Change-Id: Ifb46702abe32d79ea097f02a684a2940887c0e23
| YAML | apache-2.0 | openstack/tripleo-common,openstack/tripleo-common |
e3d1e64611ad025c29d28a6de17df064aa15d400 | R7.News/R7.News.yml | R7.News/R7.News.yml | data-cache-time: 20
default-images-path: images
stream-module:
default-thumbnail-width: 262
agent-module:
default-thumbnail-width: 555
default-group-thumbnail-width: 133
news-entry:
max-weight: 10
default-thematic-weight: 10
default-structural-weight: 10
term-url-providers:
- type: R7.News.Providers... | data-cache-time: 20
default-images-path: images
stream-module:
default-thumbnail-width: 262
agent-module:
default-thumbnail-width: 555
default-group-thumbnail-width: 133
news-entry:
max-weight: 10
default-thematic-weight: 10
default-structural-weight: 10
term-url-providers:
- type: R7.News.Providers... | Simplify discuss provider key names | Simplify discuss provider key names
| YAML | agpl-3.0 | roman-yagodin/R7.News,roman-yagodin/R7.News,roman-yagodin/R7.News |
d589a72845af9b923ddec4ef33378e4fcdd81cda | config/kbaird-twistage-desktop.yml | config/kbaird-twistage-desktop.yml | site: 'http://kbaird-twistage-desktop:3000'
user: 'corcoran-admin@twistage.com'
password: 'Testing1'
company: 'corcoran'
license_key: '441a869594091'
album_id: 'ma7c46256ac25'
track_id: 't86aa451e2aa1'
video_id: 'bc3f6246c3ed2'
| site: 'http://kbaird-twistage-desktop:3000'
user: 'corcoran-admin@twistage.com'
password: 'Testing1'
company: 'corcoran'
license_key: '441a869594091'
album_id: 'ma7c46256ac25'
image_id: 'ic5d79a80c436'
track_id: 't86aa451e2aa1'
video_id: 'bc3f6246c3ed2'
| Add image_id to Kevin YAML file | Add image_id to Kevin YAML file
| YAML | bsd-3-clause | Perceptive-Cloud/helix,Perceptive-Cloud/helix |
64f3d76cce7a77a3a495a4288a6c40c11c3a9d8a | packages/pi/picologic.yaml | packages/pi/picologic.yaml | homepage: https://github.com/sdiehl/picologic
changelog-type: ''
hash: 499e881e41d521fd4ae2333d59ddb855f5366b4e7f6c69d8af0949d87266c1f0
test-bench-deps:
base: ! '>=2 && <5'
picologic: -any
picosat: -any
containers: -any
mtl: -any
QuickCheck: -any
pretty: -any
maintainer: stephen.m.diehl@gmail.com
synopsis... | homepage: https://github.com/sdiehl/picologic
changelog-type: ''
hash: f720541b412088b912fa39e55f57ac7927c95bb42b14f8d426fa4b0a10557acf
test-bench-deps:
base: ! '>=2 && <5'
picologic: -any
picosat: -any
containers: -any
mtl: -any
QuickCheck: -any
pretty: -any
maintainer: stephen.m.diehl@gmail.com
synopsis... | Update from Hackage at 2016-04-05T20:20:35+0000 | Update from Hackage at 2016-04-05T20:20:35+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
453a11a353613781c0d02540b543a8c947e0b655 | packages/sd/SDL-mixer.yaml | packages/sd/SDL-mixer.yaml | homepage: ''
changelog-type: ''
hash: 044a7361816821ca3ea9f0500fdd136b970d2e81f2e073419e9fac8f3bd350f9
test-bench-deps: {}
maintainer: Francesco Ariis <fa-ml@ariis.it>
synopsis: Binding to libSDL_mixer
changelog: ''
basic-deps:
base: ! '>=3 && <5'
SDL: -any
all-versions:
- '0.4.0'
- '0.5.2'
- '0.5.5'
- '0.6.0'
- '0... | homepage: ''
changelog-type: ''
hash: 53f7f1e750f01e8095a95548c76a8ac1fef8298aa197dbc08bf82e939a4bbe64
test-bench-deps: {}
maintainer: Francesco Ariis <fa-ml@ariis.it>
synopsis: Binding to libSDL_mixer
changelog: ''
basic-deps:
base: ! '>=3 && <5'
SDL: -any
all-versions:
- '0.4.0'
- '0.5.2'
- '0.5.5'
- '0.6.0'
- '0... | Update from Hackage at 2015-08-25T01:18:16+0000 | Update from Hackage at 2015-08-25T01:18:16+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
8e727405eea167734c18315448359266f8ce0a37 | packages/va/var-monad.yaml | packages/va/var-monad.yaml | homepage: https://github.com/chris-martin/var-monad
changelog-type: ''
hash: c1c0d4e34ab4da72f4733ecb30bdd5a0a529d40b662a424ebe4b1fbb30e3a193
test-bench-deps: {}
maintainer: ch.martin@gmail.com
synopsis: The VarMonad typeclass, generalizing types of references.
changelog: ''
basic-deps:
stm: -any
base: ! '>=4.7 && ... | homepage: https://github.com/chris-martin/var-monad
changelog-type: ''
hash: 4dd3566ad5cafc5acfd62fe5053a3fd4d3cb62408ef4e18f0c9028ce3c16fefb
test-bench-deps: {}
maintainer: ch.martin@gmail.com
synopsis: The VarMonad typeclass, generalizing types of references.
changelog: ''
basic-deps:
stm: -any
base: ! '>=4.7 && ... | Update from Hackage at 2017-08-29T00:58:38Z | Update from Hackage at 2017-08-29T00:58:38Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4b087798a5c893a298b9aaddbc7bbcb36787c85a | yamls/jamroom.yml | yamls/jamroom.yml | # URL: http://www.jamroom.net/
# CVE-2013-6804 Update Jamroom Search module to version 1.1.1 HTB23184
# CVE-2014-5098 Update Jamroom Search module to version 1.2.2 HTB23224
# CVE-2009-1318 N/A http://osvdb.org/53784
# CVE-2010-2463 4.1.9 http://osvdb.org/65684
# CVE-2012-XXXX 4.2.7 http://osvdb.org/79425 http://st2tea.... | # URL: http://www.jamroom.net/
# CVE-2013-6804 Update Jamroom Search module to version 1.1.1 HTB23184
# CVE-2014-5098 Update Jamroom Search module to version 1.2.2 HTB23224
# CVE-2009-1318 N/A http://osvdb.org/53784
# CVE-2010-2463 4.1.9 http://osvdb.org/65684
# CVE-2012-XXXX 4.2.7 http://osvdb.org/79425 http://st2tea.... | Fix Jamroom missing leading / in location. | Fix Jamroom missing leading / in location.
| YAML | bsd-3-clause | cyberintruder/pyfiscan |
99d50c8768fa0bcd66a225cb57d925257d263ef6 | .github/workflows/ci-workflow.yaml | .github/workflows/ci-workflow.yaml | ---
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '13', '14' ]
name: node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run... | ---
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
node: [ '13', '14' ]
name: node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matr... | Add gh-pages, run build in sequence. | Add gh-pages, run build in sequence.
| YAML | mit | cliffano/jazz-cli |
a69b52571b3d3b894717c26ee826e91b4c06c08e | system/gatekeeper-config/templates/constraint-region-value-mismatch.yaml | system/gatekeeper-config/templates/constraint-region-value-mismatch.yaml | apiVersion: constraints.gatekeeper.sh/v1beta1
kind: GkRegionValueMismatch
metadata:
name: regionvaluemismatch
labels:
on-prod-ui: 'true'
spec:
enforcementAction: deny
match: {{ include "match_active_helm_releases" . | indent 4 }}
parameters:
helmManifestParserURL: {{ quote .Values.helm_manifest_parser... | apiVersion: constraints.gatekeeper.sh/v1beta1
kind: GkRegionValueMismatch
metadata:
name: regionvaluemismatch
labels:
on-prod-ui: 'true'
spec:
enforcementAction: {{ if and (.Values.global.region | hasPrefix "qa-") (eq .Values.cluster_type "baremetal" "scaleout") -}} deny {{- else -}} dryrun {{- end }} # TODO:... | Revert "gatekeeper: enable GkRegionValueMismatch everywhere" | Revert "gatekeeper: enable GkRegionValueMismatch everywhere"
This reverts commit 03497426ddabf80d168202a8cb20206dd9e0075f.
I have to tune the helm-manifest-parser first.
| YAML | apache-2.0 | sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts |
209eabd66886a036a43b9b6853cdba0595bf9849 | test/database.yml | test/database.yml | memory:
adapter: sqlite3
database: ":memory:"
| mysql:
adapter: mysql
host: localhost
username: test
password: test
database: validates_with_block_test
memory:
adapter: sqlite3
database: ":memory:"
| Add back an example mysql test db for those w/o sqlite3 setup | Add back an example mysql test db for those w/o sqlite3 setup
| YAML | mit | fhwang/validates_with_block |
20ce89f34e42442367ace9c1b913a503aff53bad | config/genomes/mm10-resources.yaml | config/genomes/mm10-resources.yaml | version: 1
aliases:
snpeff: GRCm38
ensembl: mouse
rnaseq:
transcripts: ../rnaseq/ref-transcripts.gtf
transcripts_mask: ../rnaseq/ref-transcripts-mask.gtf
| version: 2
aliases:
snpeff: GRCm38
ensembl: mouse
variation:
dbsnp: ../variation/mm10-dbSNP-2013-09-12.vcf
rnaseq:
transcripts: ../rnaseq/ref-transcripts.gtf
transcripts_mask: ../rnaseq/ref-transcripts-mask.gtf
| Add new mm10 resource file with pointers to dbSNP resources, matching updated CloudBioLinux data. Bump mm10 resource version | Add new mm10 resource file with pointers to dbSNP resources, matching updated CloudBioLinux data. Bump mm10 resource version
| YAML | mit | biocyberman/bcbio-nextgen,lpantano/bcbio-nextgen,guillermo-carrasco/bcbio-nextgen,elkingtonmcb/bcbio-nextgen,verdurin/bcbio-nextgen,fw1121/bcbio-nextgen,Cyberbio-Lab/bcbio-nextgen,brainstorm/bcbio-nextgen,mjafin/bcbio-nextgen,verdurin/bcbio-nextgen,verdurin/bcbio-nextgen,gifford-lab/bcbio-nextgen,lbeltrame/bcbio-nextge... |
75063b60b64d72d991faaa7a8a8924da93b9cd90 | tools/metrics/manifest.yml | tools/metrics/manifest.yml | ---
applications:
- name: paas-metrics
memory: 128M
disk_quota: 512M
instances: 1
buildpack: go_buildpack
env:
GOVERSION: 1.11
GOPACKAGENAME: github.com/alphagov/paas-cf/tools/metrics
command: ./bin/metrics
| ---
applications:
- name: paas-metrics
memory: 128M
disk_quota: 512M
instances: 1
buildpack: go_buildpack
stack: cflinuxfs3
env:
GOVERSION: 1.11
GOPACKAGENAME: github.com/alphagov/paas-cf/tools/metrics
command: ./bin/metrics
| Update paas-metrics stack to cflinuxfs3 | Update paas-metrics stack to cflinuxfs3
| 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 |
de5cdfe3ad91a1a0fcc5e79f608f3a345681f818 | .kitchen.local.yml | .kitchen.local.yml | ---
driver:
name: vagrant
customize:
memory: 1024
cpus: 2
provisioner:
name: chef_solo
platforms:
- name: ubuntu-14.04
suites:
- name: full-stack
run_list:
- role[mysql]
- role[rails_passenger]
- role[sysadmins]
attributes:
authentication:
sudo:
pas... | ---
driver:
name: vagrant
customize:
memory: 1024
cpus: 2
provisioner:
name: chef_solo
platforms:
- name: ubuntu-14.04
suites:
- name: full-stack
run_list:
- role[mysql]
- role[rails_passenger]
- role[sysadmins]
attributes:
authorization:
sudo:
pass... | Make sure that our "vagrant" user automatically gets sudo-et | Make sure that our "vagrant" user automatically gets sudo-et
| YAML | mit | dprabu17/chef-repo,berkes/chef-repo,czhc/chef-repo,czhc/chef-repo,czhc/chef-repo,intercity/chef-repo,czhc/chef-repo |
7efdc002088054357629a9a0a6b262b13ae767af | .platform.app.yaml | .platform.app.yaml | name: php-fig-website
type: php:7.1
build:
flavor: composer
web:
locations:
"/":
root: "output_dev"
index:
- "index.html"
expires: 300s
scripts: true
allow: false
rules:
\.(css|js|gif|jpe?g|png|ttf|eot|woff2?|otf|html|ico|svg?)$:
allow: true
... | name: php-fig-website
type: php:7.3
build:
flavor: composer
web:
locations:
"/":
root: "output_dev"
index:
- "index.html"
expires: 300s
scripts: true
allow: false
rules:
\.(css|js|gif|jpe?g|png|ttf|eot|woff2?|otf|html|ico|svg?)$:
allow: true
... | Use PHP 7.3 to have Ruby 2.3 in the build env | Use PHP 7.3 to have Ruby 2.3 in the build env
| YAML | mit | php-fig/php-fig.github.com,php-fig/php-fig.github.com,php-fig/php-fig.github.com,php-fig/php-fig.github.com,php-fig/php-fig.github.com |
2fd551975b51cadcb4fa9fcf8962cb901923dea7 | data/building-hours/8-rms.yaml | data/building-hours/8-rms.yaml | name: RMS
subtitle: Regents Hall of Mathematical Sciences
category: Academia
# image: regents-hall-math
schedule:
- title: Hours
hours:
# - {days: [Mo, Tu, We, Th, Fr], from: '7:00am', to: '12:00am'}
# - {days: [Sa, Su], from: '8:00am', to: '12:00am'}
- {days: [Mo, Tu, We, Th], from: '7:00am', ... | name: RMS
subtitle: Regents Hall of Mathematical Sciences
category: Academia
# image: regents-hall-math
schedule:
- title: Hours
hours:
- {days: [Mo, Tu, We, Th, Fr, Sa, Su], from: '7:00am', to: '10:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interim: []
spring: []
easter: []
... | Update RMS hours for week 35 | hours: Update RMS hours for week 35
Signed-off-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
Reviewed-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
| YAML | agpl-3.0 | StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native |
4d14c20ad1a3b80c688475e85d96eea12eab5f32 | .codecov.yml | .codecov.yml | comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false
require_base: no
require_head: yes
coverage:
range: 50..100
round: down
precision: 2
notify:
slack:
default:
url: "secret:uhuums2k8b7CU1V+2nhYmLnzoFiOTexPI3iU63rwxPT08Q2bSCohYFcpt+9xzaauCyPANcElwsZ... | coverage:
range: 50..100
round: down
precision: 2
notify:
slack:
default:
url: "secret:uhuums2k8b7CU1V+2nhYmLnzoFiOTexPI3iU63rwxPT08Q2bSCohYFcpt+9xzaauCyPANcElwsZtyyix1kvbfInL+OYeb9gMKu0q56KU94e48qyIeUL0b8/vBqwSi7Cj2pZfL9nfuvrvOzRJ71+5Wlnw24/Wa2ADY+6sN3SExM8="
| Use more defaults on Codecov settings | Use more defaults on Codecov settings
| YAML | mit | CoraleStudios/Colore |
6212abf5478d71e103a03017a91c9b2c4cee037b | data/transition-sites/dfe_fcwb.yml | data/transition-sites/dfe_fcwb.yml | ---
site: dfe_fcworkbook
whitehall_slug: department-for-education
title: Department for Education
redirection_date: 1st May 2014
homepage: http://www.education.gov.uk/childrenandyoungpeople/families/fostercare/fostercarestand/a00205961/closure-online-systems
tna_timestamp: 20150101010101 # Dummy timestamp to pass impo... | ---
site: dfe_fcwb
whitehall_slug: department-for-education
title: Department for Education
redirection_date: 1st May 2014
homepage: http://www.education.gov.uk/childrenandyoungpeople/families/fostercare/fostercarestand/a00205961/closure-online-systems
tna_timestamp: 20150101010101 # Dummy timestamp to pass import to ... | Revise typo in site name | Revise typo in site name
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
a5fd608613480df295bb7d55fe9017dd71d04596 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
| language: java
script: mvn test
before_install:
- cd subprojects/playpens/java-playpen
- ls
jdk:
- oraclejdk8 | Change script to force maven | Change script to force maven
| YAML | mit | stevocurtis/public-development,stevocurtis/public-development,stevocurtis/public-development,stevocurtis/public-development,stevocurtis/public-development,stevocurtis/public-development |
2b21558518a7446fc6fb512aed839044656d2d36 | .travis.yml | .travis.yml | ---
language: php
sudo: false
php:
- 5.5
- 5.6
- 7.0
before_install:
- phpenv config-rm xdebug.ini || true
- composer self-update
install:
- composer install --prefer-source
script: ./vendor/bin/phpunit
| ---
language: php
sudo: false
php:
- 5.5
- 5.6
- 7.0
before_install:
- phpenv config-rm xdebug.ini || true
- composer self-update
install:
- composer install --prefer-source
script: ./vendor/bin/phpunit
notifications:
email: false
| Disable email notifications from Travis. | Disable email notifications from Travis.
| YAML | mit | K-Phoen/KPhoenContactBundle,K-Phoen/KPhoenContactBundle |
eb9f19bc5368dba6cf7b8d8d27d051d4d6dc09cb | .travis.yml | .travis.yml | language: python
python:
- "3.6"
- "3.7"
install:
- pip install black pytest pytest-cov coveralls
- python setup.py install
script:
- python -m pytest --cov=pepsyn
- black --check -v .
after_success:
- coveralls
| language: python
python:
- "3.6"
install:
- pip install black pytest pytest-cov coveralls
- python setup.py install
script:
- python -m pytest --cov=pepsyn
- black --check -v .
after_success:
- coveralls
| Remove python 3.7 tests since not impl in Travis | Remove python 3.7 tests since not impl in Travis
| YAML | apache-2.0 | lasersonlab/pepsyn,lasersonlab/pepsyn |
ce2fd67a19acc7e7a9472ab3675a88cac2e143ba | .travis.yml | .travis.yml | branches:
only:
- 'master'
- 'rails3.2'
language: ruby
rvm:
- ree
- 1.9.2
env:
- DB=postgres BUILD_TYPE=other
- DB=mysql BUILD_TYPE=other
- DB=postgres BUILD_TYPE=cucumber
- DB=mysql BUILD_TYPE=cucumber
before_install:
- "./script/ci/before_install.sh"
bundler_args: "--without developme... | branches:
only:
- 'master'
- 'rails3.2'
language: ruby
rvm:
- ree
- 1.9.2
env:
# - DB=postgres BUILD_TYPE=other
- DB=mysql BUILD_TYPE=other
# - DB=postgres BUILD_TYPE=cucumber
- DB=mysql BUILD_TYPE=cucumber
before_install:
- "./script/ci/before_install.sh"
bundler_args: "--without devel... | Revert "re add postgres to the mix" | Revert "re add postgres to the mix"
This reverts commit ecf77b6ab433a258c2fb0bc5e87cd339f74d427f.
| YAML | agpl-3.0 | jhass/diaspora,Muhannes/diaspora,geraspora/diaspora,Muhannes/diaspora,despora/diaspora,Amadren/diaspora,SuperTux88/diaspora,geraspora/diaspora,KentShikama/diaspora,geraspora/diaspora,KentShikama/diaspora,SuperTux88/diaspora,diaspora/diaspora,despora/diaspora,jhass/diaspora,spixi/diaspora,diaspora/diaspora,Muhannes/dias... |
9fe0510164a3a98281c1eed22052ba8b2db4cae7 | .travis.yml | .travis.yml | #### Quick miniconda with numpy, scipy, etc. from ####
# https://conda.io/docs/travis.html ####
language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- sudo apt-get update
# We do this conditionally... | #### Quick miniconda with numpy, scipy, etc. from ####
# https://conda.io/docs/travis.html ####
language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- sudo apt-get update
# We do this conditionally because i... | Drop support for Python 2 | Drop support for Python 2 | YAML | mit | scidash/sciunit,scidash/sciunit |
8c97e0a7fce9f08e7bee9a41a7c7d85dd18017f0 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
env:
global:
- setup=basic
sudo: false
install:
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction --no-suggest; fi
- if [[ $setup = 'stable' ]]; then travis_retry composer update --pref... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
env:
global:
- setup=basic
sudo: false
before_script:
- composer install --dev
matrix:
allow_failures:
- php: hhvm
fast_finish: true
| Remove unnecessary extra build info | Remove unnecessary extra build info
| YAML | mit | glennmcewan/config |
ee11a4f409331b56830ecfc70c800df2879e7b48 | .travis.yml | .travis.yml | language: php
sudo: required
services:
- docker
env:
DOCKER_COMPOSE_VERSION: 1.8.1
matrix:
include:
- php: 5.4
env:
- DEPS="low"
- php: 5.5
- php: 5.6
- php: 7.0
env:
- TEST_COVERAGE=true
- php: 7.0
env:
- DEPS="lock"
- php: 7.1
- php: hhvm... | language: php
sudo: required
services:
- docker
env:
global:
DOCKER_COMPOSE_VERSION: 1.8.1
matrix:
include:
- php: 5.4
env:
- DEPS="low"
- php: 5.5
- php: 5.6
- php: 7.0
env:
- TEST_COVERAGE=true
- php: 7.0
env:
- DEPS="lock"
- php: 7.1
... | Fix the Travis matrix; inspect the docker logs after the build | Fix the Travis matrix; inspect the docker logs after the build
| YAML | apache-2.0 | facile-it/crossbar-http-publisher-bundle,facile-it/crossbar-http-publisher-bundle |
4fe8a340844a8adc677b004c6d7fe5335d1491d8 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.1
install: travis_retry bin/wad
env:
global:
- TEST_DATABASE=prx_test
- RAILS_ENV=test
- RAILS_SECRET_KEY=secret
- AWS_BUCKET=travis
- AWS_ACCESS_KEY_ID=aaki
- AWS_SECRET_ACCESS_KEY=asak
- PUBLIC_ASSET_SECRET=secret
- S3_REGION=us-east-1
- S3_BUCKET_NAME... | language: ruby
rvm:
- 2.1.1
install: travis_retry bin/wad
env:
global:
- TEST_DATABASE=prx_test
- RAILS_ENV=test
- RAILS_SECRET_KEY=secret
- AWS_BUCKET=travis
- AWS_ACCESS_KEY_ID=aaki
- AWS_SECRET_ACCESS_KEY=asak
- PUBLIC_ASSET_SECRET=secret
- S3_REGION=us-east-1
- S3_BUCKET_NAME... | Update codeclimate repo token for renamed repo | Update codeclimate repo token for renamed repo | YAML | agpl-3.0 | PRX/cms.prx.org,PRX/cms.prx.org,PRX/cms.prx.org,PRX/cms.prx.org |
4749cfce4d5efd8f6c2a0eda44c2db44816c30a2 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7
script:
- xcodebuild -project Bond.xcodeproj -scheme Bond -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0' test
- xcodebuild -project Bond.xcodeproj -scheme BondOSX -sdk macosx test
- xcodebuild -project Bond.xcodeproj -scheme BondtvOS -sdk... | language: objective-c
osx_image: xcode7
install:
- gem install xcpretty
script:
- set -o pipefail && xcodebuild -project Bond.xcodeproj -scheme Bond -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0' test | xcpretty
- set -o pipefail && xcodebuild -project Bond.xcodeproj -scheme Bon... | Use `xcpretty` for build log formatting | Use `xcpretty` for build log formatting
| YAML | mit | morizotter/Bond,spire-inc/Bond,SwiftBond/Bond,AlexSeverinov/Bond,SwiftBond/Bond,ReactiveKit/Bond,tonyarnold/Bond,FiRiN59/Bond,AlexSeverinov/Bond,ReactiveKit/Bond,FiRiN59/Bond,tonyarnold/Bond,spire-inc/Bond,morizotter/Bond |
3ffb682aafc4e6e4be53153e1b5d393e7c2ae6a8 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: c
install: sudo apt-get install -qq gcc-4.8
script: make lint && make runtests && make runbench
| sudo: required
dist: trusty
language: c
install:
- sudo apt-get install -qq gcc-4.8
- sudo apt-get install -qq clang-format-3.9
script: make lint && make runtests && make runbench
| Use clangformat 3.9 on ci | Use clangformat 3.9 on ci
| YAML | bsd-2-clause | hit9/C-Snip,hit9/C-Snip |
cd9172878ed8fb2efe600337e5b9c5a90fb33777 | .travis.yml | .travis.yml | osx_image: xcode8.2
language: objective-c
xcode_workspace: Noti.xcworkspace
xcode_scheme: Noti
install:
- sudo gem install xcpretty xcpretty-travis-formatter
- pod install
script: xcodebuild -workspace Noti.xcworkspace -scheme Noti | xcpretty -f `xcpretty-travis-formatter` | osx_image: xcode8.2
language: objective-c
xcode_workspace: Noti.xcworkspace
xcode_scheme: Noti
script: xcodebuild -workspace Noti.xcworkspace -scheme Noti | Revert "Switch back to xcpretty now that everything's working again" | Revert "Switch back to xcpretty now that everything's working again"
This reverts commit 38dfa0c16195cb312828711b978c6f75703e2dc3.
| YAML | mit | jariz/Noti,jariz/Noti,jariz/Noti |
54cc74e4084c3a5b9d2e64ae0746acaaaed7e46f | .travis.yml | .travis.yml |
language: ruby
matrix:
include:
- os: osx
osx_image: xcode11
fast_finish: true
env:
global: |
export PATH="/usr/local/opt/ccache/libexec:$PATH"
CODECOV_TOKEN=4bd3d3ee-ecc8-4130-90d7-276626099dc4
PATH=${PATH}:${HOME}/kcov/bin
before_install: |
wget https://github.com/SimonKagstrom... |
language: ruby
matrix:
include:
- os: osx
osx_image: xcode11
fast_finish: true
env:
global: |
export PATH="/usr/local/opt/ccache/libexec:$PATH"
CODECOV_TOKEN=4bd3d3ee-ecc8-4130-90d7-276626099dc4
PATH=${PATH}:${HOME}/kcov/bin
before_install: |
wget https://github.com/SimonKagstrom... | Add jq to Travis Install Again | Add jq to Travis Install Again
| YAML | mit | LanikSJ/awscli-aliases |
f1d17b86889fffb4fcce5f977315db7323bc82c4 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.11'
- '0.10'
before_script:
- npm install -g istanbul
- npm install -g mocha
script:
- npm run coverage
| language: node_js
node_js:
- '0.11'
- '0.10'
before_script:
- npm install -g istanbul
- npm install -g mocha
script:
- npm run coverage
after_script:
- npm install codeclimate-test-reporter && cat coverage/lcov.info | codeclimate
env:
global:
- secure: h0A1kKlSKOjR5q7xAeX/NjaZGWKFHK3DS/0mTGWSx+ZTnWPDa... | Add after_script hook to report code coverage to code climate | Add after_script hook to report code coverage to code climate
| YAML | mit | vgno/ably |
a15851fd3413596cfcd83b49573797bb4fd0f7e9 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "4"
- "6"
after_success:
- npm run coverage
- npm i coveralls
- cat ./coverage/lcov.info | coveralls
notifications:
email:
on_success: never
| language: node_js
sudo: false
node_js:
- "4"
- "6"
after_success:
- npm run coverage
- npm i codecov
- codecov -f coverage/coverage.json
notifications:
email:
on_success: never
| Use Codecov instead of Coveralls | Use Codecov instead of Coveralls
- We don't have to manually enable it on every single new repo
- It supports some features like partial line coverage, that Coveralls
doesn't
- It's less buggy
| YAML | mit | jstransformers/jstransformer-bless |
f97a07a8a7eb2fe431e95bb5d49fb6e7b6b01fc8 | .travis.yml | .travis.yml | language: objective-c
compiler:
- gcc
script:
- ./configure --enable-gcov && make && make check
- xctool -project asimplechessgame.xcodeproj -scheme 'asimplechessgame' test -configuration Debug -sdk iphonesimulator -arch i386 build
after_success:
- coveralls --exclude lib --exclude tests --gcov-options '\-lp'
| language: objective-c
script:
- xctool -project asimplechessgame.xcodeproj -scheme 'asimplechessgame' test -configuration Debug -sdk iphonesimulator -arch i386 build
| Remove Rest Of Coveralls From Travis CI Config | Remove Rest Of Coveralls From Travis CI Config
Remove rest of the coveralls from Travis CI config file because it is
coursing errors on Travis CI.
| YAML | mit | SpiritBreaker226/asimplechessgame |
4ac4b899d1efc23da6543f4eb9014b24846a4faa | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- oraclejdk11
script:
- mvn checkstyle:check
- mvn pmd:check
- mvn findbugs:check
| language: java
jdk: oraclejdk8
script:
- mvn checkstyle:check
- mvn pmd:check
- mvn spotbugs:check
| Use spotbugs instead of findbugs. Use only JDK 8 to test build. | Use spotbugs instead of findbugs.
Use only JDK 8 to test build. | YAML | apache-2.0 | msiedlarek/winthing |
a76381b2e4126ca7761520c715a506fd94ae423f | config.reek | config.reek | ---
IrresponsibleModule:
enabled: false
NestedIterators:
exclude:
- TestBoosters::CliParser#parse
UncommunicativeVariableName:
exclude:
- TestBoosters::CucumberBooster#with_fallback
- TestBoosters::RspecBooster#run
- TestBoosters::RspecBooster#with_fallback
FeatureEnvy:
enabled: false
ControlParamet... | ---
IrresponsibleModule:
enabled: false
NestedIterators:
exclude:
- TestBoosters::CliParser#parse
FeatureEnvy:
enabled: false
ControlParameter:
enabled: false
UtilityFunction:
exclude:
- a
- b
- c
- expected_specs
- input_specs
exclude_paths:
- vendor
- .bundle
| Remove issues with uncommunicative method names | Remove issues with uncommunicative method names
| YAML | mit | renderedtext/test-boosters,shiroyasha/test-boosters,shiroyasha/test-boosters,renderedtext/test-boosters |
571aefafa4da845d53139749c89021e4f3e78c02 | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6.9
- name: centos-7.3
- name: debian-7.11
- name: debian-8.8
- name: freebsd-10.3
- name: freebsd-11.0
- name: fedora-25
- name: opensuse-leap-42.2
- name: sles-... | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6
- name: centos-7
- name: debian-7
- name: debian-8
- name: freebsd-10
- name: freebsd-11
- name: fedora-26
- name: opensuse-leap-42
- name: sles-12-sp1
driv... | Use Bento slugs in Kitchen | Use Bento slugs in Kitchen
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | opscode-cookbooks/cron,opscode-cookbooks/cron,chef-cookbooks/cron,chef-cookbooks/cron |
8bebb050151877444478184b0735e9cac45bc016 | .rubocop.yml | .rubocop.yml | # use the shared Yast defaults
inherit_from:
/usr/share/YaST2/data/devtools/data/rubocop_yast_style.yml
Metrics/LineLength:
Max: 100
# Offense count: 2
Metrics/AbcSize:
Max: 26
# Offense count: 4
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 15
| # use the shared Yast defaults
inherit_from:
/usr/share/YaST2/data/devtools/data/rubocop_yast_style.yml
Metrics/LineLength:
Max: 100
# Offense count: 2
Metrics/AbcSize:
Max: 26
# Offense count: 4
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 20
| Increase max lenght of function | Increase max lenght of function | YAML | lgpl-2.1 | yast/yast-rake,yast/yast-rake |
2182d4001e946a2b8c0f90baa5cb6f1a574a9b75 | .rubocop.yml | .rubocop.yml |
AllCops:
Includes:
- tasks/*.rake
Excludes:
- tmp/*
LineLength:
Max: 100
MethodLength:
Max: 20
WordArray:
Enabled: false
AlignHash:
# Alignment of entries using hash rocket as separator. Valid values are:
#
# key - left alignment of keys
# 'a' => 2
# 'bb' => 3
# separator - alignm... |
AllCops:
Includes:
- tasks/*.rake
Excludes:
- tmp/*
LineLength:
Max: 100
MethodLength:
Max: 20
WordArray:
Enabled: false
AlignHash:
# Alignment of entries using hash rocket as separator. Valid values are:
#
# key - left alignment of keys
# 'a' => 2
# 'bb' => 3
# separator - alignm... | Disable some cops in RuboCop 0.14 | Disable some cops in RuboCop 0.14
| YAML | mit | irfanah/transpec,yujinakayama/transpec,yujinakayama/transpec,irfanah/transpec |
124558440fec62d77756782f9f21ab3bd9f111df | metadata/com.dkanada.gramophone.yml | metadata/com.dkanada.gramophone.yml | Categories:
- Multimedia
License: GPL-3.0-only
SourceCode: https://github.com/dkanada/gelli
IssueTracker: https://github.com/dkanada/gelli/issues
Changelog: https://github.com/dkanada/gelli/releases
AutoName: Gelli
Description: |-
This is a native music player for Android devices that connects to
Jellyfin me... | Categories:
- Multimedia
License: GPL-3.0-only
SourceCode: https://github.com/dkanada/gelli
IssueTracker: https://github.com/dkanada/gelli/issues
Changelog: https://github.com/dkanada/gelli/releases
AutoName: Gelli
Description: |-
This is a native music player for Android devices that connects to
Jellyfin me... | Update Gelli to 1.1.0 (5) | Update Gelli to 1.1.0 (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
7011897eb765afab13568d841a6d5b7b99031efc | .github/release-drafter.yml | .github/release-drafter.yml | name-template: 'v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
categories:
- title: '🧬 Features'
labels:
- 'feature'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- title: '🏎 Performance Tweaks'
labels:
- 'performance'
- title: '🎨 Style Tweaks'
labels:
- 'style t... | name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🧬 Features'
labels:
- 'feature'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- title: '🏎 Performance Tweaks'
labels:
- 'performance'
- title: '🎨 Style Tweaks'
labels:
- 'style t... | Update action files to align the version level to patch | Update action files to align the version level to patch
| YAML | agpl-3.0 | oncokb/oncokb,oncokb/oncokb,zhx828/oncokb,zhx828/oncokb,oncokb/oncokb,zhx828/oncokb |
50328015d92eacae85cea7d43e58a1727a309d1b | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
... | name: build
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'
steps:
- uses: actions/checkout@v2
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
... | Remove 3.11 again: it doesn't exist yet. | Remove 3.11 again: it doesn't exist yet.
| YAML | mit | da4089/simplefix |
a661f698c70870d07a9e2dba9778bab37776b14a | .github/workflows/build.yml | .github/workflows/build.yml | name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [1.8, 11, 14]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name:... | name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [1.8, 11, 14]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name:... | Fix GitHub actions cache path | Fix GitHub actions cache path | YAML | apache-2.0 | lukas-krecan/ShedLock,lukas-krecan/ShedLock |
2608b71e240b9af3d7c3b46e225a27a50677b288 | .github/workflows/linux.yml | .github/workflows/linux.yml | name: linux
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: ubuntu-latest
strategy:
matrix:
perl-version:
- '5.10'
- '5.12'
- '5.14'
- '5.20'
- '5.30'
container:
image: perl:${{ ma... | name: linux
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: ubuntu-latest
strategy:
matrix:
perl-version:
- '5.10'
- '5.12'
- '5.14'
- '5.20'
- '5.30'
container:
image: perl:${{ ma... | Fix missing Test::Deep dependency in SQL::Abstract for now | Fix missing Test::Deep dependency in SQL::Abstract for now
| YAML | artistic-2.0 | kraih/mojo-pg |
72b70c7705770f8ca567417747f236eafe8de237 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Automatic tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Using Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-... | name: Automatic tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Using Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
r... | Make GitHub Actions run on newly created pull requests as well. | Make GitHub Actions run on newly created pull requests as well.
This is so the workflow is triggered on PRs made from forked repos.
| YAML | mit | ShieldBattery/ShieldBattery,ShieldBattery/ShieldBattery,ShieldBattery/ShieldBattery,ShieldBattery/ShieldBattery,ShieldBattery/ShieldBattery |
50d8ea3561bf903674a24a79b8ad651120650f60 | config/prisons/NWI-norwich-britannia-house.yml | config/prisons/NWI-norwich-britannia-house.yml | ---
name: Norwich (Britannia House)
nomis_id: NWI
address:
- Knox Road
- NR1 4LU
email: socialvisits.norwich@hmps.gsi.gov.uk
enabled: true
estate: Norwich
finder_slug: norwich
phone: 01603 708795
slots:
mon:
- 0930-1130
- 1400-1600
tue:
- 0930-1130
- 1400-1600
wed:
- 0930-1130
- 1400-1600
thu:
- 0... | ---
name: Norwich (Britannia House)
nomis_id: NWI
address:
- Knox Road
- NR1 4LU
email: socialvisits.norwich@hmps.gsi.gov.uk
enabled: true
estate: Norwich
finder_slug: norwich
phone: 01603 708795
slots:
mon:
- 0930-1130
- 1400-1600
tue:
- 0930-1130
- 1400-1600
wed:
- 0930-1130
- 1400-1600
thu:
- 0... | Update Norwich Britannia House Christmas visit slots | Update Norwich Britannia House Christmas visit slots
Unbookable:
- Christmas Day
- Boxing Day
- New Year's Day | YAML | mit | ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits |
36ac72e8c4638a119b6a1f0e9edab7530edd2226 | data/transition-sites/cma_oft.yml | data/transition-sites/cma_oft.yml | ---
site: cma_oft
whitehall_slug: competition-and-markets-authority
title: Competition and Markets Authority
redirection_date: 29th May 2014
homepage: https://www.gov.uk/government/organisations/office-of-fair-trading
tna_timestamp: 20140402142426
host: www.oft.gov.uk
furl: www.gov.uk/cma
aliases:
- oft.gov.uk
# option... | ---
site: cma_oft
whitehall_slug: competition-and-markets-authority
title: Competition and Markets Authority
redirection_date: 29th May 2014
homepage: https://www.gov.uk/government/organisations/office-of-fair-trading
tna_timestamp: 20140402142426
host: www.oft.gov.uk
furl: www.gov.uk/cma
aliases:
- oft.gov.uk
| Remove comments around querystring analysis | Remove comments around querystring analysis
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
b2368d1d593839a4ff75abdf146986980842dc2d | course-preparation/Ansible/group_vars/addis.yml | course-preparation/Ansible/group_vars/addis.yml | ---
site_name: addis
ansible_user: ubuntu
prerequisites:
Debian:
- vim
- make
- git
- python-pip
- python-setuptools
- python-dev
- libssl-dev
- gcc
- nano
- joe
Ubuntu:
- vim
- make
- git
- python-pip
- python-setuptools
- python-dev
- libssl-dev
... | ---
site_name: addis
ansible_user: ubuntu
prerequisites:
Debian:
- vim
- make
- git
- python-pip
- python-setuptools
- python-dev
- libssl-dev
- gcc
- nano
- joe
RedHat:
- vim
- make
- git
- python-pip
- python-setuptools
- python-devel
- gcc
# Ad... | Remove Ubuntu prerequisites as it is covered by Debian | Remove Ubuntu prerequisites as it is covered by Debian
| YAML | apache-2.0 | AAROC/AnsibleBootCamp,AAROC/AnsibleBootCamp |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.