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 |
|---|---|---|---|---|---|---|---|---|---|
6978b9956021cb7c82eace05ba5ce02b74191154 | .github/ISSUE_TEMPLATE/config.yml | .github/ISSUE_TEMPLATE/config.yml | blank_issues_enabled: false
contact_links:
- name: Querydsl's User Guide
url: https://querydsl.github.io/static/querydsl/latest/reference/html_single/
about: Learn about Querydsl's features
- name: Querydsl's Google Group
url: https://groups.google.com/forum/#!forum/querydsl
about: Ask questions, su... | blank_issues_enabled: false
contact_links:
- name: Querydsl's User Guide
url: https://querydsl.github.io/static/querydsl/latest/reference/html_single/
about: Learn about Querydsl's features
- name: Querydsl's Google Group
url: https://groups.google.com/forum/#!forum/querydsl
about: Ask questions, su... | Fix wrong YAML format in issue template chooser | Fix wrong YAML format in issue template chooser | YAML | apache-2.0 | querydsl/querydsl,querydsl/querydsl,querydsl/querydsl,querydsl/querydsl |
9586e82d4743409394a84f9a0a856d01ecdf46d8 | .github/workflows/check-links.yml | .github/workflows/check-links.yml | name: Check Links
on:
push:
branches:
- master
- action
pull_request:
branches:
- master
schedule:
# Runs every midnight
- cron: '0 17 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-ruby@v1
with:
r... | name: Check Links
on:
push:
branches:
- master
- action
pull_request:
branches:
- master
schedule:
# Runs every day at 9 am
- cron: '0 9 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-ruby@v1
with:
... | Change GH Action to check links at 9am. | Change GH Action to check links at 9am.
| YAML | cc0-1.0 | carlosperate/awesome-microbit,carlosperate/awesome-microbit |
5ac583fc46525a45fdd178a98bbfcb0e67cf1de7 | .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.301
- name: Install dependenc... | 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.301
- name: Insta... | Build and run core tests on push to master | Build and run core tests on push to master
| YAML | mit | BrighterCommand/Brighter,BrighterCommand/Brighter,BrighterCommand/Brighter |
b0b200fdd465f83bb605c9a8b2dea6803a2303c7 | .github/workflows/ssm_actions.yml | .github/workflows/ssm_actions.yml | name: Run Unit Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 2.7
- name: Set up dependencies for python-ldap
run: sudo apt-get install lib... | name: Run Unit Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['2.x', '3.x']
name: Python ${{ matrix.python-version }} test
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
... | Add Python 3 to matrix | Add Python 3 to matrix
| YAML | apache-2.0 | apel/ssm,tofu-rocketry/ssm,tofu-rocketry/ssm,apel/ssm |
9b389b35da1dae301590af5f74f6eb9329cef1f9 | provisioning/roles/mysql/tasks/main.yml | provisioning/roles/mysql/tasks/main.yml | ---
- name: Install mysql
apt: pkg=mysql-server | ---
- name: Install mysql
apt: pkg=mysql-server
- name: Install bits for compiling mysql clients against
apt: pkg=libmysqlclient-dev | Make sure we can compile mysql2 gem on server | Make sure we can compile mysql2 gem on server
| YAML | agpl-3.0 | otherchirps/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,OpenAddressesUK/morph,OpenAddressesUK/morph,OpenAddressesUK/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph,OpenAddressesUK/morph,openaustralia/morph,otherchirps/morph,othe... |
255ea761b4f33b5d34aa67cb8d42d4c5313dec2a | roles/imicrobe.wordpress/tasks/main.yml | roles/imicrobe.wordpress/tasks/main.yml | ---
- name: Install unzip for Ansible unarchive command
yum:
name: unzip
state: latest
- name: Download wordpress
unarchive:
src: https://wordpress.org/latest.zip
dest: /usr/local/imicrobe/
remote_src: True
- name: Copy wp-config.php
copy:
src: files/wp-config.php
dest: /usr/local/im... | ---
- name: Install unzip for Ansible unarchive command
yum:
name: unzip
state: latest
- name: Download wordpress
unarchive:
src: https://wordpress.org/latest.zip
dest: /home/imicrobe/imicrobe/
remote_src: True
become_user: imicrobe
- name: Copy wp-config.php
copy:
src: files/wp-config... | Install wordpress in the imicrobe home directory | Install wordpress in the imicrobe home directory
| YAML | mit | hurwitzlab/imicrobe-vm,hurwitzlab/imicrobe-vm,hurwitzlab/imicrobe-vm |
067f0749b53f9a00dc6622bb551d54d5c9a44113 | devtools/conda-recipe/meta.yaml | devtools/conda-recipe/meta.yaml | package:
name: mbuild
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ../../
build:
noarch: python
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}}
script_env:
- CONDA_PY
script: activate
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build... | package:
name: mbuild
version: {{ GIT_DESCRIBE_TAG }}
source:
path: ../../
build:
noarch: python
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}}
script_env:
- CONDA_PY
script: activate
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build... | Undo addition of foyer to conda recipe | Undo addition of foyer to conda recipe
| YAML | mit | iModels/mbuild,iModels/mbuild |
de56f0c3eb05c3744c89ae3bb8de522a29155a97 | ApiAiSDK/component/component.yaml | ApiAiSDK/component/component.yaml | %YAML 1.2
---
name: API.AI SDK
id: ApiAiSDK
publisher: Speaktoit
license: License.md
icons:
- ApiAiSDK_128x128.png
- ApiAiSDK_512x512.png
publisher-url: http://api.ai
libraries:
ios-unified:
- ../../ApiAi.iOS/bin/Release/ApiAi.iOS.dll
- ../../ApiAi.iOS/bin/Release/ApiAiSDK.dll
android:
- ../../A... | %YAML 1.2
---
name: API.AI SDK
id: ApiAiSDK
publisher: Speaktoit
license: License.md
icons:
- ApiAiSDK_128x128.png
- ApiAiSDK_512x512.png
publisher-url: http://api.ai
libraries:
ios-unified:
- ../../ApiAi.iOS/bin/Release/ApiAi.iOS.dll
- ../../ApiAi.iOS/bin/Release/ApiAiSDK.dll
android:
- ../../A... | Fix publication config after renaming | Fix publication config after renaming
| YAML | apache-2.0 | dialogflow/dialogflow-xamarin-client,api-ai/api-ai-xamarin,api-ai/api-ai-xamarin,dialogflow/dialogflow-xamarin-client |
145859bd73fd548a8cc6fc958ce732992becf040 | packages/si/simple-money.yaml | packages/si/simple-money.yaml | homepage: https://github.com/nbrk/simple-money
changelog-type: ''
hash: 0a794057df418394727984116960a7f81e359c2b425c0a5713e8c8a01baf0887
test-bench-deps: {}
maintainer: nbrk@linklevel.net
synopsis: Simple library to handle and interexchange money
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
containers: ! '>=0.... | homepage: https://github.com/nbrk/simple-money
changelog-type: ''
hash: 019e17471874b878f7738935d69c64e7697f461b6af9356600583b90552720e0
test-bench-deps: {}
maintainer: nbrk@linklevel.net
synopsis: Simple library to handle and interexchange money
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.0'
containers: ! '>=0.... | Update from Hackage at 2017-01-19T00:35:55Z | Update from Hackage at 2017-01-19T00:35:55Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
355f93ed6623f34254799b9d6b29c7f9e6bfa72c | manifests/prometheus/operations.d/310-alertmanager-routes.yml | manifests/prometheus/operations.d/310-alertmanager-routes.yml | ---
- type: replace
path: /instance_groups/name=alertmanager/jobs/name=alertmanager/properties/alertmanager/route?
value:
receiver: critical-receiver
group_by:
- alertname
group_wait: 30s
group_interval: 1m
repeat_interval: 1h
routes:
- receiver: warning-receiver
match:
... | ---
- type: replace
path: /instance_groups/name=alertmanager/jobs/name=alertmanager/properties/alertmanager/route?
value:
receiver: critical-receiver
group_by:
- alertname
group_wait: 30s
group_interval: 1m
repeat_interval: 24h
routes:
- receiver: warning-receiver
match:... | Change repeat interval to 24h in Alertmanager | Change repeat interval to 24h in Alertmanager
Critical alerts' state should be handled by e.g. PagerDuty and not by
Alertmanager nudging us every hour.
We still set it to 24h as an insurance, although most alerts should be
handled/silenced and not repeated by then.
| 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 |
4ff851a0f312aa4723047bf6be8242d1f5651590 | data/test/archive/strange_init/.bun_index/ar003.0698.descriptor.yml | data/test/archive/strange_init/.bun_index/ar003.0698.descriptor.yml | ---
:description: ==>files for idallen
:errors: []
:file_size: 2582
:file_type: :text
:catalog_time:
:basename: basename_from_the_index
:owner: fass
:path: path_from_the_index
:specification: /idallen/vector ==>files for idallen
:location: ar003.0698
:location_path: /Users/richard/projects/bun/data/test/archive/stran... | ---
:basename: vector
:catalog_time:
:description: ==>files for idallen
:errors: []
:extracted:
:file_size: 2582
:file_type: :text
:hoard: ar003.0698
:hoard_path: /Users/richard/projects/bun/data/test/archive/strange_init/ar003.0698
:original_hoard:
:original_hoard_path:
:owner: fass
:path: path_from_the_index
:spe... | Fix initial setting for ls test of index retrieval | Fix initial setting for ls test of index retrieval
| YAML | mit | rleber/bun,rleber/bun,rleber/bun,rleber/bun,rleber/bun,rleber/bun |
e2e5190984820bfb6c8dd6eba2418da348e3e38a | .github/workflows/build-hugo.yml | .github/workflows/build-hugo.yml | name: Build Hugo
on:
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
w... | name: Build Hugo
on:
push:
branches:
- develop
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Setup Hugo
uses: peaceiris/actions-... | Build hugo on both master and develop branch | Build hugo on both master and develop branch
| YAML | mit | kapoko/delicious-hamburgers,kapoko/delicious-hamburgers |
50d1aba1da60b51ff36fe4a1d2f9761139df0717 | .github/workflows/unit-tests.yml | .github/workflows/unit-tests.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: Unit Tests
on:
pull_request:
types: [opened, synchronize, reopened]
push:
b... | # 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: Unit Tests
on:
pull_request:
types: [opened, synchronize, reopened]
push:
b... | Update testing matrix os: `macos-11` & 'macos-12` | Update testing matrix os: `macos-11` & 'macos-12` | YAML | apache-2.0 | obsidianforensics/unfurl,obsidianforensics/unfurl |
33de3e29be8a32ef1b077826b12046da48a55252 | serverless.yml | serverless.yml | service: humidor
plugins:
- serverless-finch
custom:
client:
bucketName: humidori
provider:
name: aws
runtime: nodejs6.10
profile: jari
region: eu-central-1
environment:
HUMIDOR_TABLE: humidor
iamRoleStatements:
- Effect: Allow
Action:
- dynamodb:Query
- dynamodb:Scan
... | service: humidori
plugins:
- serverless-finch
custom:
client:
bucketName: humidori
provider:
name: aws
runtime: nodejs6.10
profile: jari
region: eu-central-1
environment:
HUMIDOR_TABLE: humidori
iamRoleStatements:
- Effect: Allow
Action:
- dynamodb:Query
- dynamodb:Scan... | Update dynamo to support ttl | Update dynamo to support ttl
| YAML | unlicense | jarirantala/humidor,jarirantala/humidor |
44dfd801efd5d91b29165ffb15cbd5a752c29a39 | packages/gh/ghc-api-compat.yaml | packages/gh/ghc-api-compat.yaml | homepage: ''
changelog-type: ''
hash: cde370b1b4c8a090de1ba6a8e27f65def9af43ca88710b412a6545b876568626
test-bench-deps: {}
maintainer: sylvain@haskus.fr
synopsis: GHC-API compatibility helpers
changelog: ''
basic-deps:
ghc: ==8.10.5 || ==8.10.6
base: <5.0
all-versions:
- '8.6'
- 8.10.5
- 8.10.6
author: Sylvain Henr... | homepage: ''
changelog-type: ''
hash: c7f56849665ab1a02e0cd2c8b1d6e539fe3930cbf3c9dce511e3189ce8e15fad
test-bench-deps: {}
maintainer: sylvain@haskus.fr
synopsis: GHC-API compatibility helpers
changelog: ''
basic-deps:
ghc: ==8.10.5 || ==8.10.6 || ==8.10.7
base: <5.0
all-versions:
- '8.6'
- 8.10.5
- 8.10.6
- 8.10.7... | Update from Hackage at 2021-09-06T10:18:42Z | Update from Hackage at 2021-09-06T10:18:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a5e8e267560d72beb22272a95972438d862ec8e8 | rest-api/src/main/resources/definitions/scheduled_session.yml | rest-api/src/main/resources/definitions/scheduled_session.yml | description: An individual session instance the participant should perform as part of the study. The `refGuid` property will refer to a session in the list of sessions in this timeline. The `instanceGuid` is a unique GUID to identify any data that is generated from the execution of this scheduled session. This allows s... | description: An individual session instance the participant should perform as part of the study. The `refGuid` property will refer to a session in the list of sessions in this timeline. The `instanceGuid` is a unique GUID to identify any data that is generated from the execution of this scheduled session. This allows s... | Mark a number of these fields as x-nullable = false | Mark a number of these fields as x-nullable = false
| YAML | apache-2.0 | DwayneJengSage/BridgeJavaSDK,alxdarksage/BridgeJavaSDK,DwayneJengSage/BridgeJavaSDK,alxdarksage/BridgeJavaSDK,Sage-Bionetworks/BridgeJavaSDK,Sage-Bionetworks/BridgeJavaSDK |
908b8ebaa81f757b3a9b28aff9090dc0d8066bfc | packages/ze/ZEBEDDE.yaml | packages/ze/ZEBEDDE.yaml | homepage: ''
changelog-type: ''
hash: bd302015dbeab652042fed7c86f942d1cdf28d365de82e742290d5aac13d97c2
test-bench-deps: {}
maintainer: guystorey88@hotmail.com
synopsis: Polymer growth simulation method
changelog: ''
basic-deps:
vect: ! '>=0.4.7'
base: ! '>=4.7 && <=4.8.6'
all-versions:
- '0.1.0.0'
author: Guy Store... | homepage: ''
changelog-type: ''
hash: 5974fb98c510f354b64292143938ae0ccaebf69acd95400b5ac0cdb1d7deba9d
test-bench-deps: {}
maintainer: hackrilege@gmail.com
synopsis: Polymer growth simulation method
changelog: ''
basic-deps:
vect: ! '>=0.4.7'
base: ! '>=4.7 && <=4.8.6'
all-versions:
- '0.1.0.0'
author: Hackrilege
l... | Update from Hackage at 2016-11-29T16:02:17Z | Update from Hackage at 2016-11-29T16:02:17Z | YAML | mit | commercialhaskell/all-cabal-metadata |
ae2cbfce63e12f5b33dec77427dfa03e3f94f178 | snapcraft.yaml | snapcraft.yaml | # based on https://github.com/snapcore/snapcraft/blob/master/demos/gradle/snap/snapcraft.yaml
name: jabref
# the version string 4.0-dev is replaced by scripts/run-snapcraft.sh with the current version provided in build.gradle
version: '4.0-dev'
summary: Bibliography manager
icon: buildres/snapcraft/JabRef-icon-256.p... | # based on https://github.com/snapcore/snapcraft/blob/master/demos/gradle/snap/snapcraft.yaml
name: jabref
# the version string 4.0-dev is replaced by scripts/run-snapcraft.sh with the current version provided in build.gradle
version: '4.0-dev'
summary: Bibliography manager
icon: buildres/snapcraft/JabRef-icon-256.p... | Enable publishing so that users do not need to execute --devmode | Enable publishing so that users do not need to execute --devmode
| YAML | mit | Siedlerchr/jabref,Siedlerchr/jabref,zellerdev/jabref,oscargus/jabref,oscargus/jabref,tobiasdiez/jabref,shitikanth/jabref,oscargus/jabref,Siedlerchr/jabref,shitikanth/jabref,oscargus/jabref,oscargus/jabref,zellerdev/jabref,JabRef/jabref,tobiasdiez/jabref,JabRef/jabref,tobiasdiez/jabref,sauliusg/jabref,zellerdev/jabref,J... |
32be94faf4b57f4d03fed1c6807e764279e5eb2f | packages/hy/hybrid-vectors.yaml | packages/hy/hybrid-vectors.yaml | homepage: http://github.com/ekmett/hybrid-vectors
changelog-type: ''
hash: ee12c2a8b0b9a760679cfe7caf21618297c45220ad876f65daa13f1a0fd6e918
test-bench-deps: {}
maintainer: Edward A. Kmett <ekmett@gmail.com>
synopsis: Hybrid vectors e.g. Mixed Boxed/Unboxed vectors
changelog: ''
basic-deps:
base: ! '>=4 && <5'
deeps... | homepage: http://github.com/ekmett/hybrid-vectors
changelog-type: ''
hash: f07302db04c6d19bf5ab00c084e0ec4fb72955b7bd258e77b4881a21a263e3c4
test-bench-deps: {}
maintainer: Edward A. Kmett <ekmett@gmail.com>
synopsis: Hybrid vectors e.g. Mixed Boxed/Unboxed vectors
changelog: ''
basic-deps:
base: ! '>=4 && <5'
deeps... | Update from Hackage at 2017-01-08T16:35:07Z | Update from Hackage at 2017-01-08T16:35:07Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1862085371d04543a1ee15fe24ce0f1c30f7b373 | packages/la/lambda-sampler.yaml | packages/la/lambda-sampler.yaml | homepage: https://github.com/maciej-bendkowski/lambda-sampler
changelog-type: ''
hash: 67cb547c05910a0efbbcb2c652e24af2b6d641375280c3234222d2bef9a6d597
test-bench-deps:
test-framework: ! '>=0.8'
base: ! '>=4.7 && <5'
test-framework-quickcheck2: ! '>=0.3'
lambda-sampler: -any
QuickCheck: ! '>=2.9'
maintainer: ... | homepage: https://github.com/maciej-bendkowski/lambda-sampler
changelog-type: ''
hash: 4bb1fc8a7e663cc920db4b88df8903a62f83de549c9acfe28b4f13ce8d5d0529
test-bench-deps:
test-framework: ! '>=0.8'
base: ! '>=4.7 && <5'
test-framework-quickcheck2: ! '>=0.3'
lambda-sampler: -any
QuickCheck: ! '>=2.9'
maintainer: ... | Update from Hackage at 2017-08-13T12:06:51Z | Update from Hackage at 2017-08-13T12:06:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7fb40ab5491d4753777b59fe08433125563870ff | packages/nd/ndjson-conduit.yaml | packages/nd/ndjson-conduit.yaml | homepage: https://github.com/srijs/haskell-ndjson-conduit
changelog-type: ''
hash: 71cfb18cd7d5f5f708f8cc69451beffc499a3e8f42238978db7d4a8905cf8372
test-bench-deps: {}
maintainer: srijs@airpost.net
synopsis: Conduit-based parsing and serialization for newline delimited JSON.
changelog: ''
basic-deps:
bytestring: ! '>... | homepage: https://github.com/srijs/haskell-ndjson-conduit
changelog-type: ''
hash: 43e1f6db5990d2da4fa5f1959e79fbc021659a3331a4b41419f2c7d4cf302789
test-bench-deps: {}
maintainer: srijs@airpost.net
synopsis: Conduit-based parsing and serialization for newline delimited JSON.
changelog: ''
basic-deps:
bytestring: ! '>... | Update from Hackage at 2016-09-15T13:30:56+0000 | Update from Hackage at 2016-09-15T13:30:56+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
d582855073a75871399bbfe53de44b2f3317b86d | packages/pa/path-text-utf8.yaml | packages/pa/path-text-utf8.yaml | homepage: https://github.com/chris-martin/path-text-utf8#readme
changelog-type: ''
hash: 1c1376265d813ac40c56353a40ad023e1395141ff242f874d4e7ddaf4417c848
test-bench-deps: {}
maintainer: Chris Martin <ch.martin@gmail.com>
synopsis: Read and write UTF-8 text files
changelog: ''
basic-deps:
bytestring: ! '>=0.10 && <0.1... | homepage: https://github.com/chris-martin/path-text-utf8#readme
changelog-type: ''
hash: fa5e6a0b410a6747566b720abb6b655c311a4368aa569270584e0650c961cae9
test-bench-deps: {}
maintainer: Chris Martin <ch.martin@gmail.com>
synopsis: Read and write UTF-8 text files
changelog: ''
basic-deps:
bytestring: ! '>=0.10 && <0.1... | Update from Hackage at 2017-12-13T08:31:21Z | Update from Hackage at 2017-12-13T08:31:21Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1b0cc829f3362842c1835ac449496146ac1b9f52 | staging/src/k8s.io/sample-apiserver/artifacts/example/rc.yaml | staging/src/k8s.io/sample-apiserver/artifacts/example/rc.yaml | apiVersion: v1
kind: ReplicationController
metadata:
name: wardle-server
namespace: wardle
labels:
apiserver: "true"
spec:
replicas: 1
selector:
apiserver: "true"
template:
metadata:
labels:
apiserver: "true"
spec:
serviceAccountName: apiserver
containers:
- n... | apiVersion: v1
kind: ReplicationController
metadata:
name: wardle-server
namespace: wardle
labels:
apiserver: "true"
spec:
replicas: 1
selector:
apiserver: "true"
template:
metadata:
labels:
apiserver: "true"
spec:
serviceAccountName: apiserver
containers:
- n... | Update sample aggregated server yaml to work with e2e test image | Update sample aggregated server yaml to work with e2e test image
| YAML | apache-2.0 | soltysh/kubernetes,maciaszczykm/kubernetes,tengqm/kubernetes,erwinvaneyk/kubernetes,k82/kubernetes,csrwng/kubernetes,humblec/kubernetes,kubernetes/kubernetes,jfrazelle/kubernetes,mkumatag/kubernetes,tomzhang/kubernetes,mboersma/kubernetes,roberthbailey/kubernetes,aveshagarwal/kubernetes,tengqm/kubernetes,hex108/kuberne... |
03d6d5ac436b47f18c0de6c2cfccebf871421515 | scripts/roles/cikit-misc/defaults/main.yml | scripts/roles/cikit-misc/defaults/main.yml | ---
apt_repos:
- ppa:chris-lea/node.js
- ppa:nginx/stable
apt_packages:
- imagemagick
- libmagickcore-dev
- libmagickwand-dev
- htop
- vim
- time
- tree
- make
- apparmor-utils
- python-software-properties
- software-properties-common
- rsync
- libssl-dev
- zlib1g-dev
- rng-tools
- ... | ---
apt_repos:
- ppa:nginx/stable
apt_packages:
- imagemagick
- libmagickcore-dev
- libmagickwand-dev
- htop
- vim
- time
- tree
- make
- apparmor-utils
- python-software-properties
- software-properties-common
- rsync
- libssl-dev
- zlib1g-dev
- rng-tools
- python-passlib
- cgroup-... | Remove PPA in favor of "cikit-nodejs" role | [CIKit][NodeJS] Remove PPA in favor of "cikit-nodejs" role
| YAML | apache-2.0 | BR0kEN-/cikit,BR0kEN-/cikit,BR0kEN-/cikit,BR0kEN-/cikit,BR0kEN-/cikit |
9ee74531a6ae28df0c895d136fc300153218b72f | packages/ze/zeromq4-simple.yaml | packages/ze/zeromq4-simple.yaml | homepage: ''
changelog-type: markdown
hash: 635d768c7c0bb743f582324b3179f1523b1f6805c5b16c31352517ed88ba075b
test-bench-deps: {}
maintainer: athan.clark@localcooking.com
synopsis: More constrained extensions to zeromq4-haskell
changelog: ! '# Changelog for zeromq4-simple
## Unreleased changes
'
basic-deps:
bytes... | homepage: https://github.com/athanclark/zeromq4-simple#readme
changelog-type: markdown
hash: 36c3040e897e9fa1cae5071fe69e4ef7c318df65adc637a56e928f087088f250
test-bench-deps: {}
maintainer: athan.clark@gmail.com
synopsis: More constrained extensions to zeromq4-haskell
changelog: |
# Changelog for zeromq4-simple
##... | Update from Hackage at 2019-08-27T15:18:59Z | Update from Hackage at 2019-08-27T15:18:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
698ed028d3c474c18f21f343d8040fed80ef5430 | config/kubernetes/wg-structured-logging/teams.yaml | config/kubernetes/wg-structured-logging/teams.yaml | teams:
wg-structured-logging-leads:
description: ""
members:
- serathius
- shubheksha
privacy: closed
wg-structured-logging-members:
description: ""
members:
- Priyankasaggu11929
- serathius
- shubheksha
- yangjunmyfm192085
privacy: closed
wg-structured-... | teams:
wg-structured-logging-leads:
description: ""
members:
- serathius
- shubheksha
privacy: closed
wg-structured-logging-members:
description: ""
members:
- MadhavJivrajani
- Priyankasaggu11929
- serathius
- shubheksha
- yangjunmyfm192085
privacy:... | Add MadhavJivrajani to structured logging members list | Add MadhavJivrajani to structured logging members list
Signed-off-by: Madhav Jivrajani <a2011ec4a193679f0520a7816ec1e3f4fb0dc94c@gmail.com>
| YAML | apache-2.0 | kubernetes/org,kubernetes/org,kubernetes/org |
39b2a503e6fd2b49625695c418f97486660923a1 | roles/rbenv/defaults/main.yml | roles/rbenv/defaults/main.yml | ---
rbenv_version: "HEAD"
rbenv_ruby_build_version: "v20151216"
# Where rbenv will be installed to.
rbenv_home: "/home/{{ rbenv_user }}"
# Prevent rbenv from using up system resources when building ruby.
rbenv_make_opt: "-j1"
# There are a few additional variables ... | ---
rbenv_version: "v1.0.0"
rbenv_ruby_build_version: "v20151216"
# Where rbenv will be installed to.
rbenv_home: "/home/{{ rbenv_user }}"
# Prevent rbenv from using up system resources when building ruby.
rbenv_make_opt: "-j1"
# There are a few additional variable... | Use v1.0.0 tag instead of HEAD for rbenv | Use v1.0.0 tag instead of HEAD for rbenv
| YAML | mit | jamielinux/ansible-discourse,zehome/ansible-discourse-debianfr |
9b526dd733a6a9ee1a4adea97092e30efc7a6406 | .codeclimate.yml | .codeclimate.yml | ---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.rb"
exclude_paths:
- spec/**/*
| ---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- .rubocop.yml
- "**.rb"
exclude_paths:
- spec/**/*
| Include .rubocop.yml in Code Climate configuration | Include .rubocop.yml in Code Climate configuration
Update the Code Climate configuration so that proper Rubocop settings
are applied.
[ci skip]
| YAML | mit | ahamlinman/peribot |
0966bfce4e8dcfbf39c07b3159a555641a23fd16 | .codeclimate.yml | .codeclimate.yml | engines:
eslint:
enabled: true
channel: "eslint-3"
| engines:
eslint:
enabled: true
channel: "eslint-3"
checks:
import/no-unresolved:
enabled: false
| Fix issue with Code Climate ESLint not handling node_modules requires | Fix issue with Code Climate ESLint not handling node_modules requires
| YAML | mit | oliverviljamaa/markus-cinema-client |
84f50a79af14a8395ae8ff9be843dd16c44a1aea | .codeclimate.yml | .codeclimate.yml | version: "2"
plugins:
eslint:
enabled: true
channel: "eslint-5"
fixme:
enabled: true
duplication:
exclude_patterns:
- "**/*.test.js"
- "**/*.e2e.js"
exclude_patterns:
- ".github/"
- ".idea/"
- "dist/"
- "docs/"
- "tools/"
- "vendor/"
- "src/utils/SelectionParser.js"
- "src/utils/MiewCLIPar... | version: "2"
plugins:
eslint:
enabled: true
channel: "eslint-5"
fixme:
enabled: true
duplication:
enabled: true
exclude_patterns:
- "**/*.test.js"
- "**/*.e2e.js"
checks:
argument-count:
enabled: true
config:
threshold: 7
complex-logic:
enabled: true
config:
... | Set CodeClimate thresholds to equal reduced SonarCloud ones | Set CodeClimate thresholds to equal reduced SonarCloud ones
| YAML | mit | epam/miew,epam/miew,epam/miew,epam/miew,epam/miew |
160aef393ec74ea4f3ba741bdfd456348ce24b73 | .codeclimate.yml | .codeclimate.yml | engines:
eslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
exclude_paths:
- tasks/**
| engines:
eslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
ratings:
paths:
- "**.js"
exclude_paths:
- tasks/**
| Fix code climate rating attributes | Fix code climate rating attributes
| YAML | agpl-3.0 | Leblantoine/nanocloud,corentindrouet/nanocloud,Gentux/nanocloud,Gentux/nanocloud,Gentux/nanocloud,Leblantoine/nanocloud,Nanocloud/nanocloud,romain-ortega/nanocloud,Leblantoine/nanocloud,Nanocloud/nanocloud,Gentux/nanocloud,Nanocloud/nanocloud,Gentux/nanocloud,romain-ortega/nanocloud,dynamiccast/nanocloud,Nanocloud/nano... |
4f10b420503caff706108c0d96b54297ca40f35d | .gactionsrc.yaml | .gactionsrc.yaml | sdkPath: "sdk" # value is a filepath to where your SDK files are located (can be relative or absolute | # Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, so... | Add license header to gactionssrc.yaml | Add license header to gactionssrc.yaml
Change-Id: I0711d0083891d15a346b9615ea92e969a7b1524f
| YAML | apache-2.0 | actions-on-google/actions-builder-location-nodejs |
b4940b5fd692ffbebcc1205a135751c6c6c63285 | .readthedocs.yml | .readthedocs.yml | version: 2
sphinx:
configuration: docs/source/conf.py
python:
version: 3
install:
- requirements: docs/requirements.txt
- method: setuptools
path: .
| version: 2
sphinx:
configuration: docs/source/conf.py
python:
version: 3
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
- method: setuptools
path: .
| Install package dependencies when building docs | chore: Install package dependencies when building docs
| YAML | mit | figo-connect/schwifty |
09779938a5b45476715427957140aec76ac63ac9 | .scrutinizer.yml | .scrutinizer.yml | tools:
external_code_coverage:
timeout: 3600
php_code_sniffer:
enabled: true
config:
standard: "psr2"
filter:
paths: ["Source/*"]
php_cpd:
enabled: false
excluded_dirs: [".dev", "vendor", "Source/Constraint/Library"]
php_cs_fixer:
... | tools:
external_code_coverage:
timeout: 3600
php_code_sniffer:
enabled: true
config:
standard: "psr2"
filter:
paths: ["Source/*"]
php_cpd:
enabled: false
excluded_dirs: [".dev", "vendor", "Source/Constraint/Library"]
php_cs_fixer:
... | Remove Change Tracking to see if Scrutinizer works again2 | Remove Change Tracking to see if Scrutinizer works again2
| YAML | mit | Molajo/Fieldhandler |
83650205294962ffef0478a08b9f49f4c236dc3d | ci/tasks/bump-grootfs-release.yml | ci/tasks/bump-grootfs-release.yml | ---
image_resource:
type: docker-image
source:
repository: cfgarden/grootfs-ci
platform: linux
inputs:
- name: grootfs-release-develop
- name: grootfs-git-repo
outputs:
- name: bumped-release-git
run:
path: grootfs-release-develop/ci/scripts/bump-grootfs-release.sh
| ---
image_resource:
type: docker-image
source:
repository: cfgarden/grootfs-ci-bosh
platform: linux
inputs:
- name: grootfs-release-develop
- name: grootfs-git-repo
outputs:
- name: bumped-release-git
run:
path: grootfs-release-develop/ci/scripts/bump-grootfs-release.sh
| Use grootfs-ci-bosh image to bump grootfs release | Use grootfs-ci-bosh image to bump grootfs release
* Requires root to change concourse build folders
Signed-off-by: Tiago Scolari <f438736fd7dd1cb07f8d2a37f4499d0a0272a752@pivotal.io>
| YAML | apache-2.0 | masters-of-cats/grootfs-release,masters-of-cats/grootfs-release |
2bb7cc7fc264289be93c561279e1ada23301be42 | ansible/main.yml | ansible/main.yml | ---
- hosts: all
vars:
cf_cli_version: "6.33.0"
maven_version: "3.5.0"
intellij_version: "2017.3"
sts_version: "3.9.1"
eclipse_version: "4.7.1a"
docker_compose_version: "1.17.1"
atom_version: "1.20.1"
gradle_version: "4.3.1"
go_version: "1.9.2"
compliance_masonry_version: "1.1.... | ---
- hosts: all
vars:
cf_cli_version: "6.33.0"
maven_version: "3.5.0"
intellij_version: "2017.3.1"
sts_version: "3.9.1"
eclipse_version: "4.7.1a"
docker_compose_version: "1.17.1"
atom_version: "1.20.1"
gradle_version: "4.4.0"
go_version: "1.9.2"
compliance_masonry_version: "1.... | Update intellij, bosh-bootloader & gradle | Update intellij, bosh-bootloader & gradle
| YAML | apache-2.0 | cagiti/developer-environment |
0c4db026e7ea9ed7fd6d087ff4e2a4fc1428af32 | crane.yml | crane.yml | services:
dev:
image: michaelsauter/golang:1.7
rm: true
interactive: true
tty: true
volume: ["$GOPATH:/go"]
workdir: /go/src/github.com/michaelsauter/crane
command: ["sh"]
mac-syncs:
"$GOPATH:/go":
uid: 1000
gid: 1000
autostart: true
| services:
dev:
image: michaelsauter/golang:1.7
rm: true
interactive: true
tty: true
volume: ["$GOPATH:/go"]
workdir: /go/src/github.com/michaelsauter/crane
cmd: ["sh"]
mac-syncs:
"$GOPATH:/go":
uid: 1000
gid: 1000
autostart: true
| Use cmd in config again | Use cmd in config again
| YAML | mit | inthroxify/crane,dreamcat4/crane,inthroxify/crane,michaelsauter/crane,dreamcat4/crane,michaelsauter/crane |
b1a57c8ce13acd11286004d0f68f624d2a77cc53 | recipes/pyolog/meta.yaml | recipes/pyolog/meta.yaml |
package:
name: pyolog
version: v4.0.0.post5+g1a24409
source:
git_url: https://github.com/NSLS-II/pyOlog.git
git_tag: v4.0.0.post5+g1a24409
build:
number: 0
string: py{{ py }}_{{ environ['CONDA_BUILD'] }}
requirements:
build:
- python
- setuptools
run:
- python... |
package:
name: pyolog
version: 4.0.0.post5+g1a24409
source:
git_url: https://github.com/NSLS-II/pyOlog.git
git_tag: v4.0.0.post5+g1a24409
build:
number: 0
string: py{{ py }}_{{ environ['CONDA_BUILD'] }}
requirements:
build:
- python
- setuptools
run:
- python
... | Remove the 'v' from tagged pyolog | Remove the 'v' from tagged pyolog
| YAML | bsd-3-clause | NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes |
15b1a31aa8c1dc21689bd8030eadbc8c4a53eb04 | test/integration/targets/pip/vars/main.yml | test/integration/targets/pip/vars/main.yml | pip_test_package: sampleproject
pip_test_packages:
- sampleproject
- decorator
pip_test_pkg_ver:
- sampleproject<=100, !=9.0.0,>=0.0.1
- decorator<100 ,!=9,>=0.0.1
pip_test_pkg_ver_unsatisfied:
- sampleproject>= 999.0.0
- decorator >999.0
pip_test_modules:
- sample
- decorator
| pip_test_package: sampleproject
pip_test_packages:
- sampleproject
- jiphy
pip_test_pkg_ver:
- sampleproject<=100, !=9.0.0,>=0.0.1
- jiphy<100 ,!=9,>=0.0.1
pip_test_pkg_ver_unsatisfied:
- sampleproject>= 999.0.0
- jiphy >999.0
pip_test_modules:
- sample
- jiphy
| Use different test package in pip test. | Use different test package in pip test.
This avoids conflicts with other tests such as firewalld,
which use the decorator package installed using OS packages.
| YAML | mit | thaim/ansible,thaim/ansible |
d39836ae9aef182708bd6c9b4863f12a4e5d30fc | tests/composefiles/docker-compose.v2.1.yml | tests/composefiles/docker-compose.v2.1.yml | version: "2.1"
services:
helloworld:
environment:
- BLAH=${VARIABLE:-default}
build: .
helloworldimage:
image: myhelloworld
build: .
alpinewithenv:
image: alpine:3.3
environment:
- BLAH=${VARIABLE:-default}
command: "sh -c 'echo BLAH=$$BLAH'"
alpinewithfailinglink:
... | version: "2.1"
services:
helloworld:
environment:
- BLAH=${VARIABLE:-default}
build: .
helloworldimage:
image: myhelloworld
build: .
alpinewithenv:
image: alpine:3.3
environment:
- LLAMAS=${VARIABLE:-always}
command: "sh -c \"[ $$LLAMAS = always ]\""
alpinewithfailing... | Change env check to an actual assertion | Change env check to an actual assertion
| YAML | mit | buildkite/docker-compose-buildkite-plugin,buildkite-plugins/docker-compose,buildkite-plugins/docker-compose-buildkite-plugin |
5300fa138f9402edf094ef142414c45f7f0151de | metadata/com.flxrs.dankchat.yml | metadata/com.flxrs.dankchat.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: MIT
AuthorName: Felix Schmid
AuthorEmail: felix.schmid@flxrs.com
SourceCode: https://github.com/flex3r/DankChat
IssueTracker: https://github.com/flex3r/DankChat/issues
AutoName: DankChat
Description: Chat in multiple channels at once, regardless if the str... | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: MIT
AuthorName: Felix Schmid
AuthorEmail: felix.schmid@flxrs.com
SourceCode: https://github.com/flex3r/DankChat
IssueTracker: https://github.com/flex3r/DankChat/issues
AutoName: DankChat
Description: Chat in multiple channels at once, regardless if the str... | Update DankChat to 0.9.4 (66) | Update DankChat to 0.9.4 (66)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
275f021fd6e354e09d90814b946e806cb04bf6cf | experimental/cloudbuild.yaml | experimental/cloudbuild.yaml | steps:
- id: setup
name: "gcr.io/google.com/cloudsdktool/cloud-sdk:slim"
entrypoint: /bin/bash
args:
- "-c"
- |
source ./experimental/setup.sh \
-t ${_TEST_TYPE} \
-f ${_PARENT_FOLDER} \
-p ${_CI_PROJECT} \
-r ${_REGION} \
-s ${_SA_NAME... | steps:
- id: setup
name: "gcr.io/google.com/cloudsdktool/cloud-sdk:slim"
entrypoint: /bin/bash
args:
- "-c"
- |
source ./experimental/setup.sh \
-t ${_TEST_TYPE} \
-f ${_PARENT_FOLDER} \
-p ${_CI_PROJECT} \
-r ${_REGION} \
-s ${_SA_NAME... | Remove pytest (not yet working) | Remove pytest (not yet working)
| YAML | apache-2.0 | GoogleCloudPlatform/django-demo-app-unicodex,GoogleCloudPlatform/django-demo-app-unicodex,GoogleCloudPlatform/django-demo-app-unicodex |
b9b5faff46a069efc67ce3019e15ec668da97d0f | metadata/org.y20k.escapepod.yml | metadata/org.y20k.escapepod.yml | Categories:
- Multimedia
License: MIT
WebSite: https://github.com/y20k/escapepod/wiki
SourceCode: https://github.com/y20k/escapepod
IssueTracker: https://github.com/y20k/escapepod/issues
Changelog: https://github.com/y20k/escapepod/releases
AutoName: Escapepod
RepoType: git
Repo: https://github.com/y20k/escapepod
... | Categories:
- Multimedia
License: MIT
WebSite: https://github.com/y20k/escapepod/wiki
SourceCode: https://github.com/y20k/escapepod
IssueTracker: https://github.com/y20k/escapepod/issues
Changelog: https://github.com/y20k/escapepod/releases
AutoName: Escapepod
RepoType: git
Repo: https://github.com/y20k/escapepod
... | Update Escapepod to 0.7.8 (13) | Update Escapepod to 0.7.8 (13)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
60f481fe6ef69b6ee2ee64abe2382bf44747e767 | test/.rubocop.yml | test/.rubocop.yml | # RuboCop configuration for use on /test files
# dafault rules
inherit_from: ../.rubocop.yml
# with following modifications
Metrics/MethodLength:
Enabled: false
| # RuboCop non-default configuration for tests
# dafault rules
inherit_from: ../.rubocop.yml
#################### Metrics ###############################
# Disable Cops which make less sense in tests, and which we regularly ignore.
Metrics/AbcSize:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/Cyc... | Disable many metric Cops in test files | Disable many metric Cops in test files
The disabled cops are causing unnecessary grief as part of continuous integration. They make less sense in tests, and we regularly ignore them.
| YAML | mit | JoeCohen/mushroom-observer,JoeCohen/mushroom-observer,MushroomObserver/mushroom-observer,MushroomObserver/mushroom-observer,JoeCohen/mushroom-observer,MushroomObserver/mushroom-observer,JoeCohen/mushroom-observer,pellaea/mushroom-observer,pellaea/mushroom-observer,pellaea/mushroom-observer,MushroomObserver/mushroom-obs... |
8944b5ca4438abf58540dcbf62d4234f9ffe4895 | tasks/main.yml | tasks/main.yml | - name: setup tmux
yum: name=tmux state=present
- name: setup vim
yum: name=vim-enhanced state=present
- name: setup sysstat
yum: name=sysstat state=present
- name: setup wget
yum: name=wget state=present
| - name: setup tmux
yum: name=tmux state=present
- name: setup vim
yum: name=vim-enhanced state=present
- name: setup sysstat
yum: name=sysstat state=present
- name: setup wget
yum: name=wget state=present
- name: setup telnet
yum: name=telnet state=present
- name: setup unzip
yum: name=unzip state=pres... | Add telnet, unzip and mailx | Add telnet, unzip and mailx
| YAML | mit | gitinsky/ansible-role-common-utils |
f1fd6100878b682a57970bb83f304e0ce608524e | globalInstall.yml | globalInstall.yml | ---
#Switch over "localhost" or "SystemPushInstall"
# localhost is used when ansible-pull is used to play the playbook
# SystemPushInstall is used in PUSH mode and you have to set the device's IP in "hosts" file
- hosts: localhost
# - hosts: SystemPushInstall
roles:
- systemInit
- nginx
- uwsgi
- ... | ---
#Switch over "localhost" or "SystemPushInstall"
# localhost is used when ansible-pull is used to play the playbook
# SystemPushInstall is used in PUSH mode and you have to set the device's IP in "hosts" file
- hosts: localhost
# - hosts: SystemPushInstall
roles:
- systemInit
- nginx
- uwsgi
- ... | Revert change, when is not a legal parameter of an Ansible Play | Revert change, when is not a legal parameter of an Ansible Play
| YAML | mit | ideascube/ansiblecube,ideascube/ansiblecube |
65ee1138adf04cbdd071417f50ee6a8a8897355c | roles/conduit/handlers/main.yml | roles/conduit/handlers/main.yml | ---
# handlers file for setup
#
# Set hostname when /etc/hostsname is updated
#
- name: Set hostname
shell: "hostname $(cat /etc/hostname)"
#
# Run update-ca-certificates
#
- name: update-ca-certificates
shell: "update-ca-certificates"
#
# Make sure init script is run
#
- name: update rc
shell: "update-rc.d -f... | ---
# handlers file for setup
#
# Set hostname when /etc/hostsname is updated
#
- name: Set hostname
shell: "hostname -F /etc/hostname"
#
# Run update-ca-certificates
#
- name: update-ca-certificates
shell: "update-ca-certificates"
#
# Make sure init script is run
#
- name: update rc
shell: "update-rc.d -f ttn... | Use -F option to hostname to set from a file | Use -F option to hostname to set from a file
| YAML | mit | IthacaThings/ttn-multitech-cm,IthacaThings/ttn-multitech-cm |
ae22c353db6dd7875be759e9925486dc0f718ee6 | roles/crawler/defaults/main.yml | roles/crawler/defaults/main.yml | ---
crawler_apt_packages:
- xvfb # tbs
- git #tbs
- gnupg-curl # needed for https keyservers
- libfontconfig1 # tbb (firefox)
- libxrender1 # tbb (firefox)
- libasound2 # tbb (firefox)
- libdbus-glib-1-2 # tbb (firefox)
- libgtk2.0-0 # tbb (firefox)
tbb_arch: 64
tbb_release: 6.0.3
tbb_locale: en-US
to... | ---
crawler_apt_packages:
- xvfb # tbs
- git #tbs
- gnupg-curl # needed for https keyservers
- libfontconfig1 # tbb (firefox)
- libxrender1 # tbb (firefox)
- libasound2 # tbb (firefox)
- libdbus-glib-1-2 # tbb (firefox)
- libgtk2.0-0 # tbb (firefox)
tbb_arch: 64
tbb_release: 6.0.4
tbb_locale: en-US
to... | Bump Tor and Tor Browser versions | Bump Tor and Tor Browser versions
| YAML | agpl-3.0 | freedomofpress/fingerprint-securedrop,freedomofpress/fingerprint-securedrop,freedomofpress/fingerprint-securedrop,freedomofpress/FingerprintSecureDrop,freedomofpress/FingerprintSecureDrop |
bd566f499e75f5adfd859a98890715402e3db155 | .github/workflows/check_netty_snapshots.yml | .github/workflows/check_netty_snapshots.yml | name: Check Netty SNAPSHOTS
on:
schedule:
- cron: "0 13 * * *"
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
transport: [native, nio]
exclude:
# excludes native on Windows (ther... | name: Check Netty SNAPSHOTS
on:
schedule:
- cron: "0 13 * * *"
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
transport: [native, nio]
exclude:
# excludes native on Windows (ther... | Fix the build with Netty snapshots when running on Windows/PowerShell | Fix the build with Netty snapshots when running on Windows/PowerShell
Related to Github Actions failures
| YAML | apache-2.0 | reactor/reactor-netty,reactor/reactor-netty |
b722f95fa3189075980384ac2b151ada1862ca52 | config/prisons/GPI-glen-parva.yml | config/prisons/GPI-glen-parva.yml | ---
name: Glen Parva
nomis_id: GPI
address:
- Tigers Road
- 'LE8 4TN '
email: socialvisits.glenparva@hmps.gsi.gov.uk
enabled: true
estate: Glen Parva
phone: 0116 228 4366
slot_anomalies:
2014-12-24:
- 1345-1545
2014-12-26:
- 0930-1130
slots:
mon:
- 1400-1545
sat:
- 1400-1545
sun:
- 1400-1545
thu:
... | ---
name: Glen Parva
nomis_id: GPI
address:
- Tigers Road
- 'LE8 4TN '
email: socialvisits.glenparva@hmps.gsi.gov.uk
enabled: true
estate: Glen Parva
phone: 0116 228 4366
slot_anomalies:
2014-12-24:
- 1345-1545
2014-12-26:
- 0930-1130
slots:
mon:
- 1400-1545
sat:
- 1400-1545
sun:
- 1400-1545
thu:
... | Update Glen Parva Christmas visit slots | Update Glen Parva Christmas visit slots
Unbookable:
- Christmas Day
- New Year's Day | YAML | mit | ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits |
d7811afd5e839fa7531408600e16bda1465b08f4 | .forestry/front_matter/templates/posts.yml | .forestry/front_matter/templates/posts.yml | ---
label: Posts
hide_body: false
is_partial: false
fields:
- type: text
default: post
label: Layout
name: layout
hidden: true
- type: textarea
name: summary
label: Summary
description: Meta description
config:
required: true
- type: select
config:
source:
type: simple
options:
-... | ---
label: Posts
hide_body: false
is_partial: false
fields:
- type: text
default: post
label: Layout
name: layout
hidden: true
- type: textarea
name: summary
label: Summary
description: Meta description
config:
required: true
- type: select
config:
source:
type: simple
options:
-... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | boobo94/boobo94.github.io,boobo94/boobo94.github.io |
f028d8b52144a23d5050e7f5f1f9e1951900dcea | src/Sylius/Bundle/TaxonomyBundle/Tests/Functional/app/config/config.yml | src/Sylius/Bundle/TaxonomyBundle/Tests/Functional/app/config/config.yml | imports:
- { resource: "parameters.yml" }
parameters:
locale: en_US
secret: "Three can keep a secret, if two of them are dead."
framework:
assets: false
translator: { fallbacks: ["%locale%"] }
secret: "%secret%"
router:
resource: "%kernel.project_dir%/app/config/routing.yml"
fo... | imports:
- { resource: "parameters.yml" }
parameters:
locale: en_US
secret: "Three can keep a secret, if two of them are dead."
framework:
assets: false
translator: { fallbacks: ["%locale%"] }
secret: "%secret%"
router:
resource: "%kernel.project_dir%/app/config/routing.yml"
fo... | Fix Taxonomy bundle test app | Fix Taxonomy bundle test app
| YAML | mit | diimpp/Sylius,Sylius/Sylius,diimpp/Sylius,Sylius/Sylius,diimpp/Sylius,Sylius/Sylius |
52464457b97a12765a5a275878c3ebf05e61963f | jenkins/jobs/os-ansible-jobs.yaml | jenkins/jobs/os-ansible-jobs.yaml | - job-template:
name: 'gate-{name}-lint'
node: '{node}'
wrappers:
- build-timeout:
timeout: 5
- timestamps
builders:
- gerrit-git-prep
- ansible-check-lint
publishers:
- console-log
- job-template:
name: 'gate-{name}-dsvm-commit'
node: '{node}'
... | - job-template:
name: 'gate-{name}-lint'
node: '{node}'
wrappers:
- build-timeout:
timeout: 5
- timestamps
builders:
- gerrit-git-prep
- ansible-check-lint
publishers:
- console-log
- job-template:
name: 'gate-{name}-dsvm-commit'
node: '{node}'
... | Reduce openstack-ansible commit check timeout | Reduce openstack-ansible commit check timeout
We're seeing issues on hpcloud build nodes where some checks run until
the full build timeout, but barely get anything done.
Examples:
http://logs.openstack.org/92/210492/10/check/gate-os-ansible-deployment-dsvm-commit/c582f2f/
http://logs.openstack.org/92/210492/6/check/... | YAML | apache-2.0 | Tesora/tesora-project-config,noorul/os-project-config,openstack-infra/project-config,Tesora/tesora-project-config,dongwenjuan/project-config,noorul/os-project-config,openstack-infra/project-config,dongwenjuan/project-config |
bbf1909e962381baadc912ff1a05bada5b24057e | packages/li/linear-grammar.yaml | packages/li/linear-grammar.yaml | homepage: ''
changelog-type: ''
hash: 6ea6d3eb035848d0ab68648e77c1d01119ae227c9989ae46648aa6217e8b2759
test-bench-deps:
base: -any
hspec: -any
quickcheck-instances: -any
QuickCheck: -any
maintainer: Athan Clark <athan.clark@gmail.com>
synopsis: A simple grammar for building linear equations and inclusive inequa... | homepage: ''
changelog-type: ''
hash: ce0440ef63be6b34505c513a70ba93ce74c722cab0675653b8c3f8845e2c7bbe
test-bench-deps:
base: -any
hspec: -any
QuickCheck: -any
maintainer: Athan Clark <athan.clark@gmail.com>
synopsis: A simple grammar for building linear equations and inclusive inequalities.
changelog: ''
basic-d... | Update from Hackage at 2015-06-11T17:21:24+0000 | Update from Hackage at 2015-06-11T17:21:24+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
6cdca61c1d2e1f38b5f0a460521ac68d59f61148 | config/packages/prod/monolog.yaml | config/packages/prod/monolog.yaml | monolog:
handlers:
main:
type: fingers_crossed
action_level: error
handler: nested
excluded_404s:
# regex: exclude all 404 errors from the logs
- ^/
nested:
type: stream
path: "%kernel.logs_dir%/%... | monolog:
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: error
console:
type: console
process_psr_3_messages: false
channels: ["!event", "!doctrine"]
deprecation:
type: ... | Switch to error logging only | Switch to error logging only
The fingers_crossed logger isn't suitable for our async messaging as it
accumulates logs in memory waiting for an error which acts like a
memory leak in any long running process.
| YAML | mit | ilios/ilios,thecoolestguy/ilios,thecoolestguy/ilios,ilios/ilios,dartajax/ilios,stopfstedt/ilios,Trott/ilios,Trott/ilios,stopfstedt/ilios,dartajax/ilios |
0cf80ee52ce48793c55efd8496fbe4ee0e89e1ce | metadata/agrigolo.chubbyclick.yml | metadata/agrigolo.chubbyclick.yml | Categories:
- Multimedia
License: GPL-3.0-or-later
WebSite: https://codeberg.org/agrigolo/chubby-click
SourceCode: https://codeberg.org/agrigolo/chubby-click
IssueTracker: https://codeberg.org/agrigolo/chubby-click/issues
AutoName: Chubby Click
RepoType: git
Repo: https://codeberg.org/agrigolo/chubby-click.git
Bui... | Categories:
- Multimedia
License: GPL-3.0-or-later
WebSite: https://codeberg.org/agrigolo/chubby-click
SourceCode: https://codeberg.org/agrigolo/chubby-click
IssueTracker: https://codeberg.org/agrigolo/chubby-click/issues
AutoName: Chubby Click
RepoType: git
Repo: https://codeberg.org/agrigolo/chubby-click.git
Bui... | Update Chubby Click to v1.8.1 (13) | Update Chubby Click to v1.8.1 (13)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
4c491d083c3e121bb821cbaa30e305544c8099d0 | metadata/de.moekadu.metronome.yml | metadata/de.moekadu.metronome.yml | Categories:
- Science & Education
License: GPL-3.0-or-later
SourceCode: https://github.com/thetwom/toc2
IssueTracker: https://github.com/thetwom/toc2/issues
AutoName: Metronome
RepoType: git
Repo: https://github.com/thetwom/toc2
Builds:
- versionName: 1.4.0
versionCode: 11
commit: v1.4.0
subdir: app
... | Categories:
- Science & Education
License: GPL-3.0-or-later
SourceCode: https://github.com/thetwom/toc2
IssueTracker: https://github.com/thetwom/toc2/issues
AutoName: Metronome
RepoType: git
Repo: https://github.com/thetwom/toc2
Builds:
- versionName: 1.4.0
versionCode: 11
commit: v1.4.0
subdir: app
... | Update Metronome to 1.5.0 (12) | Update Metronome to 1.5.0 (12)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
874a7ed59d1b96ff423f38f54fcb8dd737ce3ca5 | .github/workflows/mavenreleasedeploy.yml | .github/workflows/mavenreleasedeploy.yml | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Verify and deploy ParCEFone with Maven
on:
release:
types: [released]
jobs:
build:
runs-on: ubuntu-latest
steps:
... | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Release ParCEFone to Maven Central
on:
release:
types: [released]
jobs:
build:
runs-on: ubuntu-latest
steps:
... | Enable GPG signing from GitHub Actions | Enable GPG signing from GitHub Actions
| YAML | apache-2.0 | fluenda/ParCEFone |
81e2c5268e65bf8dd10b126fafa879db296c6c0a | ci-scripts/dlrnapi_promoter/config/CentOS-9/component/master.yaml | ci-scripts/dlrnapi_promoter/config/CentOS-9/component/master.yaml | ---
distro_name: centos
distro_version: 9
release: master
api_url: https://trunk.rdoproject.org/api-centos9-master-uc
base_url: https://trunk.rdoproject.org/centos9-master/
username: ciuser
dry_run: no
# promote_from is not used in component promotion using promote-hash
promote_from:
promoted-components: component-c... | ---
distro_name: centos
distro_version: 9
release: master
api_url: https://trunk.rdoproject.org/api-centos9-master-uc
base_url: https://trunk.rdoproject.org/centos9-master/
username: ciuser
dry_run: no
# promote_from is not used in component promotion using promote-hash
promote_from:
promoted-components: component-c... | Add centos9 standalone jobs in component criteria | Add centos9 standalone jobs in component criteria
With this patch, adding centos9 standalone jobs in component criteria.
These jobs were added with [1], baremetal component green run in
testproject[2].
These jobs are currently failing due to a known issue[3]
[1] https://review.rdoproject.org/r/c/rdo-jobs/+/36476
[2]... | YAML | apache-2.0 | redhat-openstack/rdo-infra,rdo-infra/ci-config,redhat-openstack/rdo-infra,rdo-infra/ci-config,redhat-openstack/rdo-infra,rdo-infra/ci-config,redhat-openstack/rdo-infra,rdo-infra/ci-config |
60b607ba249a2fbbd89893f1562fd8dc7a0a6a13 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | #
# Copyright 2009-2020 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required... | #
# Copyright 2009-2020 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required... | Remove Mac and Windows from the Matrix for now as Docker is Required for the Build | Remove Mac and Windows from the Matrix for now as Docker is Required for the Build
| YAML | apache-2.0 | jeffgbutler/mybatis-qbe,jeffgbutler/mybatis-dynamic-sql,jeffgbutler/mybatis-qbe,jeffgbutler/mybatis-dynamic-sql |
53d1b0a6ecb35b607898b24e4bae953fe138d2d2 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: Build and publish to ECR
on:
workflow_dispatch:
branches:
- main
push:
branches:
- main
paths-ignore:
- "Jenkinsfile"
- ".git**"
jobs:
build-publish-image-to-ecr:
uses: alphagov/govuk-infrastructure/.github/workflows/ci-ecr.yaml@resusable-workflows
secrets:
... | name: Build and publish to ECR
on:
workflow_dispatch:
branches:
- main
push:
branches:
- main
paths-ignore:
- "Jenkinsfile"
- ".git**"
jobs:
build-publish-image-to-ecr:
name: Build and publish image
uses: alphagov/govuk-infrastructure/.github/workflows/ci-ecr.yaml@res... | Update workflow to deploy to integration | Update workflow to deploy to integration
This updates the GitHub Actions workflow to trigger another reusable
workflow in govuk-infrastructure that will update image tag for
integration to the newly build image, so it trigger its deployment to
integration.
| YAML | mit | alphagov/collections,alphagov/collections,alphagov/collections,alphagov/collections |
83a52330c18ae47d0c2fa869e2a47630b50060e1 | metadata/awais.instagrabber.yml | metadata/awais.instagrabber.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-3.0-or-later
WebSite: https://gitlab.com/AwaisKing/Instagrabber
SourceCode: https://gitlab.com/AwaisKing/Instagrabber/tree/HEAD
IssueTracker: https://gitlab.com/AwaisKing/Instagrabber/issues
AutoName: InstaGrabber
RepoType: git
Repo: https://gitlab.co... | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-3.0-or-later
WebSite: https://gitlab.com/AwaisKing/Instagrabber
SourceCode: https://gitlab.com/AwaisKing/Instagrabber/tree/HEAD
IssueTracker: https://gitlab.com/AwaisKing/Instagrabber/issues
AutoName: InstaGrabber
RepoType: git
Repo: https://gitlab.co... | Update InstaGrabber to 6.0-fdroid (6) | Update InstaGrabber to 6.0-fdroid (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
7a9d1a3cb9ffd954b51467dcf97696c625b63c55 | ansible/roles/rabbitmq/tasks/bootstrap.yml | ansible/roles/rabbitmq/tasks/bootstrap.yml | ---
- name: Check if all rabbit hostnames are resolvable
command: "getent hosts {{ hostvars[item]['ansible_hostname'] }}"
changed_when: false
register: rabbitmq_hostnames
with_items: groups['rabbitmq']
- fail: msg="Hostname has to resolve to IP address of api_interface"
with_items: rabbitmq_hostnames.results... | ---
- name: Check if all rabbit hostnames are resolvable
command: "getent ahostsv4 {{ hostvars[item]['ansible_hostname'] }}"
changed_when: false
register: rabbitmq_hostnames
with_items: groups['rabbitmq']
- fail: msg="Hostname has to resolve to IP address of api_interface"
with_items: rabbitmq_hostnames.resu... | Fix problem where ipv6 address causes failure | Fix problem where ipv6 address causes failure
If an IPV6 address is assigned to the interface as well as IPv4,
Kolla bombs out during deployment.
Change-Id: Ic161c52825e0642e261d22418569d0f7667c6bd1
Closes-Bug: #1560137
| YAML | apache-2.0 | mrangana/kolla,mandre/kolla,nihilifer/kolla,GalenMa/kolla,coolsvap/kolla,dardelean/kolla-ansible,negronjl/kolla,intel-onp/kolla,dardelean/kolla-ansible,tonyli71/kolla,mrangana/kolla,tonyli71/kolla,dardelean/kolla-ansible,coolsvap/kolla,rahulunair/kolla,coolsvap/kolla,toby82/kolla,openstack/kolla,openstack/kolla,toby82/... |
0fd740b574f23d184564c1665bcccf1c006cc393 | stf-services/stf-reaper/stf-reaper-rc.yaml | stf-services/stf-reaper/stf-reaper-rc.yaml | apiVersion: v1
kind: ReplicationController
metadata:
name: stf-reaper
labels:
app: stf-reaper
spec:
replicas: 1
selector:
app: stf-reaper
template:
metadata:
labels:
app: stf-reaper
spec:
containers:
- name: stf-reaper
image: dimasaryoprakoso/stf:latest
... | apiVersion: v1
kind: ReplicationController
metadata:
name: stf-reaper
labels:
app: stf-reaper
spec:
replicas: 1
selector:
app: stf-reaper
template:
metadata:
labels:
app: stf-reaper
spec:
containers:
- name: stf-reaper
image: dimasaryoprakoso/stf:latest
... | Fix typo in reaper service | Fix typo in reaper service
| YAML | mit | dimasaryo/stf-k8s |
1c75266874a694109ec6e95912f1f58a9263a8ba | mkdocs.yml | mkdocs.yml | site_name: Wallace
theme: alabaster
pages:
- Introduction: 'index.md'
- Installation:
- 'For users': 'Installing-Wallace-(for-users).md'
- 'For developers': 'Developing-Wallace-(setup-guide).md'
- 'Keys for AWS, Heroku, etc.': 'AWS-etc-keys.md'
- 'For users of Anaconda': 'Wallace-with-Anaconda.md'
- Usage:
- ... | site_name: Wallace
theme: alabaster
pages:
- Introduction: 'index.md'
- Installation:
- 'For users': 'Installing-Wallace-(for-users).md'
- 'For developers': 'Developing-Wallace-(setup-guide).md'
- 'Keys for AWS, Heroku, etc.': 'AWS-etc-keys.md'
- 'For users of Anaconda': 'Wallace-with-Anaconda.md'
- Usage:
- ... | Fix typo in page name | Fix typo in page name
| YAML | mit | suchow/Wallace,jcpeterson/Dallinger,Dallinger/Dallinger,suchow/Wallace,berkeley-cocosci/Wallace,Dallinger/Dallinger,berkeley-cocosci/Wallace,Dallinger/Dallinger,berkeley-cocosci/Wallace,Dallinger/Dallinger,jcpeterson/Dallinger,suchow/Wallace,jcpeterson/Dallinger,Dallinger/Dallinger,jcpeterson/Dallinger,jcpeterson/Dalli... |
53a8371b80fa9c4757d25deaec76de856d1fcb53 | mkdocs.yml | mkdocs.yml | site_name: "RuboCop: The Ruby Linter that Serves and Protects"
repo_url: https://github.com/bbatsov/rubocop
site_favicon: favicon.ico
copyright: "Copyright (C) 2018 Bozhidar Batsov and RuboCop contributors"
docs_dir: manual
pages:
- Home: index.md
- Installation: installation.md
- Basic Usage: basic_usage.md
- Cops: co... | site_name: "RuboCop: The Ruby Linter that Serves and Protects"
repo_url: https://github.com/bbatsov/rubocop
site_favicon: favicon.ico
copyright: "Copyright (C) 2012-2018 Bozhidar Batsov and RuboCop contributors"
docs_dir: manual
pages:
- Home: index.md
- Installation: installation.md
- Basic Usage: basic_usage.md
- Cop... | Update the copyright years in the manual | Update the copyright years in the manual
| YAML | mit | meganemura/rubocop,palkan/rubocop,deivid-rodriguez/rubocop,tdeo/rubocop,petehamilton/rubocop,akihiro17/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,tdeo/rubocop,tdeo/rubocop,sue445/rubocop,haziqhafizuddin/rubocop,rrosenblum/rubocop,scottmatthewman/rubocop,mikegee/rubocop,sue445/rubocop,vergenzt/rubocop,meganemura/ru... |
82eeaf330ef9f49e7bb6ab1f1a75b2ecea122b27 | server/gcloud-config/kubernetes/update-enrollment-data-scheduled-job.yaml | server/gcloud-config/kubernetes/update-enrollment-data-scheduled-job.yaml | apiVersion: batch/v2alpha1
kind: ScheduledJob
metadata:
name: update-enrollment-data
spec:
schedule: 0 2 * * ?
jobTemplate:
spec:
template:
spec:
containers:
- name: update
image: "berkeleyscheduler/update"
imagePullPolicy: Always
volumeMou... | apiVersion: batch/v2alpha1
kind: ScheduledJob
metadata:
name: update-enrollment-data
spec:
schedule: 30 10 * * ?
jobTemplate:
spec:
template:
spec:
containers:
- name: update
image: "berkeleyscheduler/update"
imagePullPolicy: Always
volumeM... | Correct schedule for daily update job | Correct schedule for daily update job
| YAML | bsd-2-clause | mDibyo/berkeley-scheduler,mDibyo/berkeley-scheduler,mDibyo/berkeley-scheduler,mDibyo/berkeley-scheduler,mDibyo/berkeley-scheduler |
d736a9a1f9690b6e1b83d8e3a4785948f598815f | Resources/config/doctrine/Person.orm.yml | Resources/config/doctrine/Person.orm.yml | Chill\PersonBundle\Entity\Person:
type: entity
table: null
repositoryClass: Chill\PersonBundle\Entity\PersonRepository
fields:
id:
type: integer
id: true
generator:
strategy: AUTO
firstName:
type: string
length: ... | Chill\PersonBundle\Entity\Person:
type: entity
table: null
repositoryClass: Chill\PersonBundle\Entity\PersonRepository
fields:
id:
type: integer
id: true
generator:
strategy: AUTO
firstName:
type: string
length: ... | Add nullable: true to default phonenumber | Add nullable: true to default phonenumber
this caused a NOT NULL error on postgresql
[ci skip] refs #320
| YAML | agpl-3.0 | Chill-project/Person,Chill-project/Person,Chill-project/Person,Chill-project/Person |
5bc71b75711e3fd6764b5fc54e2929418ec2de19 | docker/docker-compose.yml | docker/docker-compose.yml | nginx:
image: spotscore/nginx-proxy
ports:
- "80:80"
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
links:
- spotscore
spotscore:
image: spotscore/spotscore
ports:
- "3000:3000"
links:
- postgis
postgis:
image: spotscore/postgis
ports:
- "5432:5432"
| nginx:
image: spotscore/nginx-proxy
ports:
- "80:80"
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
links:
- spotscore
spotscore:
image: spotscore/spotscore
ports:
- "3000:3000"
volumes:
- /code
links:
- postgis
postgis:
image: spotscore/postgis
ports:
- "5432:5432"
vol... | Add volumes when running containers | Add volumes when running containers
| YAML | bsd-2-clause | SpotScore/spotscore |
2767efba531fec1ea8a5f97cc27406ddff877e29 | stubs/.travis.yml | stubs/.travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script: phpunit
| language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev
script: phpunit
| Update the Travis file of the workbench | Update the Travis file of the workbench | YAML | mit | JackieDo/workbench |
c4aac05b2b540585662384ca1d6233bfd07eaed1 | src/Axstrad/Bundle/PageAdminBundle/Resources/config/services.yml | src/Axstrad/Bundle/PageAdminBundle/Resources/config/services.yml | services:
axstrad.admin.page:
class: Axstrad\Bundle\PageAdminBundle\Admin\PageAdmin
tags:
- { name: sonata.admin, manager_type: orm, group: "Content", label: "Page" }
arguments:
- ~
- Axstrad\Bundle\PageBundle\Entity\Page
- ~
calls:
... | parameters:
axstrad.admin.page.class: Axstrad\Bundle\PageAdminBundle\Admin\PageAdmin
services:
axstrad.admin.page:
class: %axstrad.admin.page.class%
tags:
- { name: sonata.admin, manager_type: orm, group: "Content", label: "Page" }
arguments:
- ~
- Ax... | Allow PageAdminBundle's admin class to be configured in DI container. | Allow PageAdminBundle's admin class to be configured in DI container.
| YAML | mit | dankempster/axstrad-filesystem |
013653bd583a1da264a7ba7cc41b2d6aab27d2f8 | cluster/addons/cluster-monitoring/v1beta3/heapster-controller.yaml | cluster/addons/cluster-monitoring/v1beta3/heapster-controller.yaml | apiVersion: v1beta3
kind: ReplicationController
metadata:
labels:
name: heapster
kubernetes.io/cluster-service: "true"
name: monitoring-heapster-controller
spec:
replicas: 1
selector:
name: heapster
template:
metadata:
labels:
name: heapster
kubernetes.io/cluster-s... | apiVersion: v1beta3
kind: ReplicationController
metadata:
labels:
name: heapster
kubernetes.io/cluster-service: "true"
name: monitoring-heapster-controller
spec:
replicas: 1
selector:
name: heapster
template:
metadata:
labels:
name: heapster
kubernetes.io/cluster-s... | Fix heapster config to talk to the right kubelet port. | Fix heapster config to talk to the right kubelet port.
The config was updated for v1bet1, but the tests are using v1beta3.
| YAML | apache-2.0 | gosharplite/kubernetes,netroby/kubernetes,wanghaoran1988/kubernetes,wattsteve/kubernetes-1,wattsteve/kubernetes-1,dmmcquay/kubernetes,ravihansa3000/kubernetes,YoungjaeLee/kubernetes,sebv/kubernetes,junjun16818/kubernetes,bsalamat/kubernetes,viongpanzi/kubernetes,jayunit100/kubernetes,allencloud/kubernetes,bcbroussard/k... |
9f7094df923535d4b7e2ceef1fe3b6f77ada3ed8 | packages/qu/quickcheck-special.yaml | packages/qu/quickcheck-special.yaml | homepage: https://github.com/minad/quickcheck-special#readme
changelog-type: ''
hash: 3f03448291f19b2fac0d5efd707af028451e7d0752da22258c9617ce492103c7
test-bench-deps: {}
maintainer: Daniel Mendler <mail@daniel-mendler.de>
synopsis: Edge cases and special values for QuickCheck Arbitrary instances
changelog: ''
basic-de... | homepage: https://github.com/minad/quickcheck-special#readme
changelog-type: ''
hash: 71f74bee395eb66adfef889a68e8500f33521f2006b6ef37965aba8e14036103
test-bench-deps: {}
maintainer: Daniel Mendler <mail@daniel-mendler.de>
synopsis: Edge cases and special values for QuickCheck Arbitrary instances
changelog: ''
basic-de... | Update from Hackage at 2017-03-05T12:51:49Z | Update from Hackage at 2017-03-05T12:51:49Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ea900449225b6d9911e714d03bebdf29e9f52410 | roles/quarkslab.irma_provisioning_common/tasks/debian_install_packages.yml | roles/quarkslab.irma_provisioning_common/tasks/debian_install_packages.yml | ---
- name: Install common needed packages for IRMA
apt: name={{ item }} state=present
with_items:
- vim
- aria2
- git
- python-pip
- python-virtualenv
| ---
- name: Install common needed packages for IRMA
apt: name={{ item }} state=present
with_items:
- vim
- aria2
- git
- python-pip
- python-virtualenv
- python-dev
- libffi-dev
| Add missing dependencies for paramiko | Add missing dependencies for paramiko
| YAML | apache-2.0 | hirokihamasaki/irma,hirokihamasaki/irma,hirokihamasaki/irma,quarkslab/irma,quarkslab/irma,hirokihamasaki/irma,quarkslab/irma,quarkslab/irma,hirokihamasaki/irma |
7367a7be249635f454830ec17685cc75074fdc50 | .forestry/front_matter/templates/default.yml | .forestry/front_matter/templates/default.yml | ---
label: Default
hide_body: false
fields:
- type: text
name: layout
label: layout
- type: text
name: title
label: title
| ---
label: Default
hide_body: false
fields:
- type: text
name: title
label: title
- type: text
name: layout
label: layout
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | LWGO/LWGO.github.io |
190051cf592038e12d44da5b4881319203a10864 | examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml | examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: hazelcast
labels:
name: hazelcast
spec:
template:
metadata:
labels:
name: hazelcast
spec:
containers:
- name: hazelcast
image: quay.io/pires/hazelcast-kubernetes:3.10.3
imagePullPolicy: Al... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: hazelcast
labels:
name: hazelcast
spec:
template:
metadata:
labels:
name: hazelcast
spec:
containers:
- name: hazelcast
image: quay.io/pires/hazelcast-kubernetes:3.10.4
imagePullPolicy: Al... | Use latest Hazelcast-Kubernetes docker image 3.10.4 | Use latest Hazelcast-Kubernetes docker image 3.10.4
| YAML | apache-2.0 | onders86/camel,CodeSmell/camel,apache/camel,Fabryprog/camel,dmvolod/camel,nikhilvibhav/camel,alvinkwekel/camel,punkhorn/camel-upstream,anoordover/camel,pmoerenhout/camel,pax95/camel,alvinkwekel/camel,mcollovati/camel,pax95/camel,apache/camel,gnodet/camel,davidkarlsen/camel,christophd/camel,cunningt/camel,Fabryprog/came... |
5521a93470421dc955f9fe777623b19d1e058cb4 | devtools/conda-envs/test_env.yaml | devtools/conda-envs/test_env.yaml | name: test
channels:
- conda-forge
- omnia
dependencies:
# Base depends
- python
- pip
# Testing
- pytest
- pytest-cov
- nbval
- codecov
- coverage
- numpy
- networkx
- parmed
- packaging
- openmmtools
- pyyaml
- toml
- bson
- msgpack-python
- xmltodict
# Pip-only in... | name: test
channels:
- conda-forge
- omnia
dependencies:
# Base depends
- python
- pip
# Testing
- pytest
- pytest-cov
- nbval
- codecov
- coverage
- numpy
- networkx
- parmed
- packaging
- openmmtools
- openforcefields
- pyyaml
- toml
- bson
- msgpack-python
- xmltodic... | Add openforcefields to test dependencies | Add openforcefields to test dependencies
| YAML | mit | open-forcefield-group/openforcefield,open-forcefield-group/openforcefield,openforcefield/openff-toolkit,openforcefield/openff-toolkit,open-forcefield-group/openforcefield |
d93233366bf8c10b8779877e6e251eb7234f152d | recipes/pymongo-2.9.1/meta.yaml | recipes/pymongo-2.9.1/meta.yaml | package:
name: pymongo
version: "2.9.1"
source:
git_url: https://github.com/mongodb/mongo-python-driver
git_rev: 2.9.1
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- bson
- gridfs
- pymongo
about:
home: http://github.com/mongodb/mongo-python-driver... | package:
name: pymongo
version: 2.9.1
source:
git_url: https://github.com/mongodb/mongo-python-driver
git_rev: 2.9.1
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- bson
- gridfs
- pymongo
about:
home: http://github.com/mongodb/mongo-python-driver
... | Remove quotes from version number | Remove quotes from version number
| YAML | bsd-3-clause | NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes |
5d282afeead6bc19893c1d6bdd726fcdabd39cd7 | metadata/com.appmindlab.nano.yml | metadata/com.appmindlab.nano.yml | Categories:
- Writing
License: GPL-3.0-or-later
AuthorName: AppML
SourceCode: https://github.com/appml/neutrinote
IssueTracker: https://github.com/appml/neutrinote/issues
Donate: https://ko-fi.com/X8X6AWNQ
AutoName: neutriNote CE
RepoType: git
Repo: https://github.com/appml/neutrinote.git
Builds:
- versionName: ... | Categories:
- Writing
License: GPL-3.0-or-later
AuthorName: AppML
SourceCode: https://github.com/appml/neutrinote
IssueTracker: https://github.com/appml/neutrinote/issues
Donate: https://ko-fi.com/X8X6AWNQ
AutoName: neutriNote CE
RepoType: git
Repo: https://github.com/appml/neutrinote.git
Builds:
- versionName: ... | Update neutriNote CE to 3.7.3.1 (1202) | Update neutriNote CE to 3.7.3.1 (1202)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
7cddce2d61bf4c58eeb8953910a254199e45dd7f | kbase.yml | kbase.yml | module-name:
KBParallel
module-description:
A low level module for managing simple bulk execution in KBase
service-language:
python
module-version:
0.4.6
owners:
[mccorkle, wriehl, bsadkhin]
| module-name:
KBParallel
module-description:
A low level module for managing simple bulk execution in KBase
service-language:
python
module-version:
0.4.7
owners:
[mccorkle, wriehl, bsadkhin]
| Add fix for local jobs bump version | Add fix for local jobs bump version
| YAML | mit | sean-mccorkle/KBparallel,sean-mccorkle/KBparallel,sean-mccorkle/KBparallel,sean-mccorkle/KBparallel,sean-mccorkle/KBparallel,sean-mccorkle/KBparallel |
b7acb756422ca91c83c9d2462d1011c4e18050fc | playbooks/mail-transfer/gmail.yml | playbooks/mail-transfer/gmail.yml | ---
- name: Create auth directory
file: state=directory path=/etc/mail/authinfo mode=0750
- name: Create Google Mail authorization file
template: >
src=gmail-auth.j2
dest=/etc/mail/authinfo/gmail-auth
owner=root
mode=0600
# notify: Reload sendmail
- name: Hash Google Mail authorization file
shell:... | ---
- name: Create auth directory
file: state=directory path=/etc/mail/authinfo mode=0750
- name: Create Google Mail authorization file
template: >
src=gmail-auth.j2
dest=/etc/mail/authinfo/gmail-auth
owner=root
mode=0600
# notify: Reload sendmail
- name: Hash Google Mail authorization file
sh... | Convert tabs to spaces in GMail YAML file | Convert tabs to spaces in GMail YAML file
| YAML | apache-2.0 | scman1/ansible-portal,BioVeL/ansible-playbooks |
3b2162277bf083ba20a042fa8ec73f3a2794a0f6 | packages/hc/hcg-minus-cairo.yaml | packages/hc/hcg-minus-cairo.yaml | homepage: http://rd.slavepianos.org/t/hcg-minus-cairo
changelog-type: ''
hash: 705f5cd6704fc04ef51d3b7abad936842e224c3327185166d7cc3f1311a8fb42
test-bench-deps: {}
maintainer: rd@slavepianos.org
synopsis: haskell cg (minus) (cairo rendering)
changelog: ''
basic-deps:
base: ==4.*
hcg-minus: ==0.15.*
filepath: -any... | homepage: http://rd.slavepianos.org/t/hcg-minus-cairo
changelog-type: ''
hash: 6c72b0fa328c4cda2dd04729c060761234607baa04693b0843e2819a20cdaa06
test-bench-deps: {}
maintainer: rd@slavepianos.org
synopsis: haskell cg (minus) (cairo rendering)
changelog: ''
basic-deps:
base: ==4.* && <5
hcg-minus: ==0.16.*
filepath... | Update from Hackage at 2017-11-22T02:31:23Z | Update from Hackage at 2017-11-22T02:31:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5e536483020d74c3305aaa980d1e76bbde453c21 | packages/bi/binary-bits.yaml | packages/bi/binary-bits.yaml | homepage: ''
changelog-type: ''
hash: d868166906e6158089f277e8f0072bded2dddc4bf998d3250739ba017192cfb5
test-bench-deps:
bytestring: -any
test-framework: -any
base: ==4.*
test-framework-quickcheck2: -any
binary: ! '>=0.6.0.0'
random: -any
QuickCheck: ! '>=2'
maintainer: Lennart Kolmodin <kolmodin@gmail.com... | homepage: ''
changelog-type: ''
hash: f559a2bc500180bccb6c223377fe728ef78b37843dcd44035786c8a952dfa923
test-bench-deps:
bytestring: -any
test-framework: -any
base: ==4.*
test-framework-quickcheck2: -any
binary: '>=0.6.0.0'
random: -any
QuickCheck: '>=2'
maintainer: Lennart Kolmodin <kolmodin@gmail.com>
sy... | Update from Hackage at 2020-04-05T21:46:16Z | Update from Hackage at 2020-04-05T21:46:16Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
42fc72c1cc824ce93791f063d4e8a87a19f498b9 | spec/fixtures/organizations.yml | spec/fixtures/organizations.yml | acme:
name: ACME
address: 221B Baker Street, London, UK
foo_inc:
name: Foo Inc.
address: West 57th St, New New York, USA
| acme:
name: ACME
foo_inc:
name: Foo Inc.
| Remove address from organization fixtures | Remove address from organization fixtures
| YAML | mit | on-site/StockAid,on-site/StockAid,on-site/StockAid |
d7a41314dcaea7235cea6bda423040145ce310a3 | openstack/provision-nova-key.yml | openstack/provision-nova-key.yml | ---
- hosts: localhost
gather_facts: no
tasks:
- name: add ssh key to openstack tenant
local_action:
module: nova_keypair
name: "{{ ansible_ssh_key }}"
public_key: "{{ ansible_ssh_pubkey }}"
auth_url: "{{ lookup('env', 'OS_AUTH_URL') }}"
login_username: "{{ lookup('... | ---
- hosts: all
connection: localhost
gather_facts: no
tasks:
- name: add ssh key to openstack tenant
local_action:
module: nova_keypair
name: "{{ ansible_ssh_key }}"
public_key: "{{ ansible_ssh_pubkey }}"
auth_url: "{{ os_auth_url }}"
login_username: "{{ lookup(... | Switch from OpenStack env to ansible variables | Switch from OpenStack env to ansible variables
Run on all hosts to account for multiple OpenStack Regions
| YAML | apache-2.0 | mehulsbhatt/microservices-infrastructure,phnmnl/mantl,noelbk/microservices-infrastructure,z00223295/microservices-infrastructure,gtcno/microservices-infrastructure,liangyali/microservices-infrastructure,cmgc/microservices-infrastructure,ddONGzaru/microservices-infrastructure,ContainerSolutions/microservices-infrastruct... |
343b560a839680ee6e47fb664eb949d6230b2662 | packages/ae/aeson-flowtyped.yaml | packages/ae/aeson-flowtyped.yaml | homepage: https://github.com/mikeplus64/aeson-flowtyped#readme
changelog-type: ''
hash: ee9dd6d24f197820542db867145a8f4aeb83605df67973fc9bc6eb8ade41450f
test-bench-deps:
base: ! '>=4.9 && <4.11'
text: -any
aeson-flowtyped: -any
tasty-hunit: -any
tasty: -any
recursion-schemes: -any
aeson: ! '>=0.8'
vecto... | homepage: ''
changelog-type: ''
hash: ccd4ca3c30102d28163ad8dc6fdbaa88e127c9b5162108ccd51864f135eac32c
test-bench-deps:
base: ! '>=4.9 && <4.11'
text: -any
aeson-flowtyped: -any
tasty-hunit: -any
tasty: -any
recursion-schemes: -any
aeson: ! '>=0.8'
vector: -any
maintainer: mike@quasimal.com
synopsis: Cr... | Update from Hackage at 2017-07-25T12:35:46Z | Update from Hackage at 2017-07-25T12:35:46Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9f5d1a8d7c26025e64a2a5269151d58c0d46c778 | packages/at/attoparsec-time.yaml | packages/at/attoparsec-time.yaml | homepage: https://github.com/nikita-volkov/attoparsec-time
changelog-type: ''
hash: 0e64d34a185d0406f77f2850d86c26dc53008b6b794f9344c4bbabb96e8164e5
test-bench-deps:
base-prelude: <2
base: <5
filepath: ! '>=1.4 && <2'
doctest: ==0.11.*
directory: ! '>=1.2 && <2'
maintainer: Nikita Volkov <nikita.y.volkov@mail... | homepage: https://github.com/nikita-volkov/attoparsec-time
changelog-type: ''
hash: 7ce6c7374957003e50d1697d33686877b9f66ceb2d120aea91ecaa35fba65949
test-bench-deps:
base-prelude: <2
base: <5
filepath: ! '>=1.4 && <2'
doctest: ==0.11.*
directory: ! '>=1.2 && <2'
maintainer: Nikita Volkov <nikita.y.volkov@mail... | Update from Hackage at 2017-04-26T02:05:24Z | Update from Hackage at 2017-04-26T02:05:24Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
c6ac044a17ff3406b38651d27fed3f06c084636e | roles/systemd-boot/tasks/main.yml | roles/systemd-boot/tasks/main.yml | ---
- name: install required firmware
pacman:
name: "{{ systemd_boot.packages }}"
update_cache: true
when: "'GenuineIntel' in ansible_processor"
tags: systemd-boot
- name: setup systemd-boot esp
copy:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
with_items: "{{ systemd_boot.files }}"
tags:... | ---
- name: install required firmware
pacman:
name: "{{ systemd_boot.packages }}"
update_cache: true
when: "'GenuineIntel' in ansible_processor"
tags: systemd-boot
- name: check boot entries
command: bootctl status
register: boot_entries
changed_when: false
tags: systemd-boot
- name: create syst... | Handle efi boot variable entries in systemd-boot | Handle efi boot variable entries in systemd-boot
The systemd-boot role will now add an entry to the EFI boot variables
and add it to the top of the boot order. This was not added until now
because it was believed that without proper conditionals an infinate
amount of entries would be added, filling the NVRAM. It would... | YAML | bsd-2-clause | AsavarTzeth/ansible-archlinux-desktop |
dd66f9dd5d591877e5bd5c1d917598fcc98e0f69 | packages/gr/graph-trace-dot.yaml | packages/gr/graph-trace-dot.yaml | homepage: ''
changelog-type: markdown
hash: 73a7eb74c6e5d027219135f370f1b62652be5c2dc71160d241873d5696093434
test-bench-deps: {}
maintainer: aaronallen8455@gmail.com
synopsis: Converts a graph-trace log into a DOT file for use with Graphviz
changelog: |
# Revision history for graph-trace-viz
## 0.1.0.0 -- YYYY-mm-... | homepage: ''
changelog-type: markdown
hash: 572960f36f4c6596566aa257dccd6fba799a8f93d3407a9830022f22b45779cd
test-bench-deps: {}
maintainer: aaronallen8455@gmail.com
synopsis: Converts a graph-trace log into a DOT file for use with Graphviz
changelog: |
# Revision history for graph-trace-viz
## 0.1.0.0 -- YYYY-mm-... | Update from Hackage at 2022-01-17T05:47:19Z | Update from Hackage at 2022-01-17T05:47:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2a7c30416e9f9a57c2c1c5ffad00eae81fae26d5 | .forestry/front_matter/templates/section-partial-collection.yml | .forestry/front_matter/templates/section-partial-collection.yml | ---
hide_body: false
is_partial: true
fields:
- type: text
name: title
label: Title
description: e.g. Our Team
config:
required: true
- type: select
config:
source:
type: simple
options:
- team
- employers
- courses
required: true
name: sub_collection
label: Collection
... | ---
hide_body: false
is_partial: true
fields:
- type: text
name: title
label: Title
description: e.g. Our Team
config:
required: true
- type: select
config:
source:
type: simple
options:
- team
- employers
- courses
required: true
name: sub_collection
label: Collection
... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | truecodersio/truecoders.io,truecodersio/truecoders.io,truecodersio/truecoders.io |
675e4bc166f780f4f3dcb6d37bebd88b8c48e148 | packages/in/include-env.yaml | packages/in/include-env.yaml | homepage: https://github.com/unfoldml/include-env
changelog-type: ''
hash: af9d5efd33b2c65b87952e307c0ff58c397fbac27c660152b9fb63d2e0724332
test-bench-deps: {}
maintainer: oss@unfoldml.com
synopsis: Include the value of an environment variable at compile time
changelog: ''
basic-deps:
base: '>=4.7 && <5'
include-en... | homepage: https://github.com/unfoldml/include-env
changelog-type: ''
hash: e12382c8555541756f214d5ebfb88f9a72305565ba057ad9cbd89dc7e40bdbd8
test-bench-deps: {}
maintainer: oss@unfoldml.com
synopsis: Include the value of an environment variable at compile time
changelog: ''
basic-deps:
base: '>=4.7 && <5'
include-en... | Update from Hackage at 2021-06-15T20:00:13Z | Update from Hackage at 2021-06-15T20:00:13Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2edb680c5bcb9d4c9601f25fd9c2312ad1dfd57e | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.9
- tip
script:
- 'make build' | language: go
sudo: false
go: 1.9
script:
- 'make build' | Remove tip version from TravisCI | Remove tip version from TravisCI
| YAML | mpl-2.0 | wata727/tflint,wata727/tflint,terraform-linters/tflint,wata727/tflint,wata727/tflint,terraform-linters/tflint |
ade1526fe756f18b60f8d1d1cbdc2fd0f0cf994b | .travis.yml | .travis.yml | cache: bundler
language: ruby
rvm:
- 2.2.2
script:
- "bundle exec rspec spec/"
| cache: bundler
language: ruby
rvm:
- 2.2.2
before_script:
- bundle exec rake app:db:schema:load
script:
- "bundle exec rspec spec/"
sudo: false
| Fix CI test and move to new infrastructure | Fix CI test and move to new infrastructure
| YAML | mit | mirrec/token_field,mirrec/token_field,mirrec/token_field |
eec279be17cba6ddf171a1edbfe942cbea4e6633 | .travis.yml | .travis.yml | language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
mono:
- 4.0.5
os:
- linux
- osx
osx_image: xcode7.1
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
scrip... | language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
mono:
- 4.0.5
os:
- linux
- osx
osx_image: xcode7.1
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
befor... | Fix OSX build on Travis. | Fix OSX build on Travis.
| YAML | apache-2.0 | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore |
fa3a599328d7a62e288c7157b6d661839f352257 | .travis.yml | .travis.yml | before_script: "sudo aptitude -y -q install curl make"
script: make rescue
notifications:
irc:
channels:
- "irc.freenode.org#ooc-lang"
# - "irc.tenthbit.net#programming"
template:
# A shortened %{build_url} being between %{commit} and %{author} would be awesome.
- "\x02%{repository_url... | before_script: "sudo aptitude -y -q install curl make"
script: make rescue
notifications:
webhooks: http://rcmp.programble.co.cc/irc.freenode.net/ooc-lang
| Switch to RCMP for Travis CI build statuses | Switch to RCMP for Travis CI build statuses
| YAML | mit | jonathanudd/rock,jonathanudd/rock,marcusnaslund/rock,kirbyfan64/rock,ooc-lang/rock,thomasfanell/rock,shamanas/rock,magic-lang/rock,zhaihj/rock,fasterthanlime/rock,davidhesselbom/rock,ooc-lang/rock,magic-lang/rock,ds84182/rock,zhaihj/rock,thomasfanell/rock,davidhesselbom/rock,fredrikbryntesson/rock,marcusnaslund/rock,fr... |
4ac4dc7975ae59fe147c027530950cfdf30c5cdd | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
| language: ruby
rvm:
- 2.4.1
- 2.3.4
- 2.2.7
| Use supported ruby versions in CI | Use supported ruby versions in CI
| YAML | mit | masutaka/compare_linker |
712b6cde8a981803898ac11a2a91ebecd2f20208 | .travis.yml | .travis.yml | language: d
node_js:
- "0.10"
before_script:
- wget -O doveralls "https://github.com/ColdenCullen/doveralls/releases/download/v1.1.5/doveralls_linux_travis"
- chmod +x doveralls
- npm install -g grunt-cli
- npm install -g bower
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
-... | language: d
d: dmd-2.067
node_js:
- "0.10"
before_script:
- wget -O doveralls "https://github.com/ColdenCullen/doveralls/releases/download/v1.1.5/doveralls_linux_travis"
- chmod +x doveralls
- npm install -g grunt-cli
- npm install -g bower
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.... | Use DMD 2.067 on Travis | [D] Use DMD 2.067 on Travis
| YAML | mit | alexeibs/teleherald,alexeibs/teleherald |
e8996befec16d39a4ffe6f1ec8f19fe70032eaff | .travis.yml | .travis.yml | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.0
- 2.1
- 2.2.4
- jruby-9.0.4.0
- rbx-2
gemfile:
- Gemfile
- Gemfile-pure
cache: bundler
sudo: false
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.0
- 2.1
- 2.2.4
- jruby-9.0.4.0
- rbx-2
gemfile:
- Gemfile
- Gemfile-pure
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: rbx-2
| Update required ruby version >= 2.0. | Update required ruby version >= 2.0.
| YAML | unlicense | ruby-rdf/sparql-client |
ac4e6eb25f5a779872d9c51cd9724f5bc22086ad | .travis.yml | .travis.yml | language: generic
sudo: required
env:
globaL:
- DOCKER_VERSION=1.11.2-0~trusty
- DOCKER_COMPOSE_VERSION=1.7.1
- COMPOSE_HTTP_TIMEOUT=3600
#env:
# - test: Ubuntu 14.04 Apache
# distribution: ubuntu
# version: 14.04
# init: /sbin/init
# run_opts: ""
addons:
hosts:
- aegir.travis
-... | language: generic
sudo: required
env:
globaL:
- DOCKER_VERSION=1.11.2-0~trusty
- DOCKER_COMPOSE_VERSION=1.7.1
- COMPOSE_HTTP_TIMEOUT=3600
#env:
# - test: Ubuntu 14.04 Apache
# distribution: ubuntu
# version: 14.04
# init: /sbin/init
# run_opts: ""
addons:
hosts:
- aegir.travis
-... | Use docker compose run instead of up so that we get the exit code. | Use docker compose run instead of up so that we get the exit code.
| YAML | mit | aegir-project/tests,aegir-project/tests |
7dcb051a75145f830da8d9e379e61fb866f8314d | hieradata_aws/class/rabbitmq.yaml | hieradata_aws/class/rabbitmq.yaml | ---
govuk::node::s_rabbitmq::apps_using_rabbitmq:
- rummager
- content_data_api
- cache_clearing_service
- search_api
govuk_rabbitmq::aws_clustering: true
govuk_safe_to_reboot::can_reboot: 'careful'
govuk_safe_to_reboot::reason: 'rabbitmq-1 is a single point of failure for content-store, apps not resilient'
... | ---
govuk::node::s_rabbitmq::apps_using_rabbitmq:
- content_data_api
- cache_clearing_service
- search_api
govuk_rabbitmq::aws_clustering: true
govuk_safe_to_reboot::can_reboot: 'careful'
govuk_safe_to_reboot::reason: 'rabbitmq-1 is a single point of failure for content-store, apps not resilient'
rabbitmq::co... | Remove Rummager RabbitMQ configuration from AWS Prod and AWS Staging | Remove Rummager RabbitMQ configuration from AWS Prod and AWS Staging
It's being migrated to AWS under the new Search API name, so the
Rummager configuration is unnecessary.
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.