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 |
|---|---|---|---|---|---|---|---|---|---|
95cc091e2d04aaf858bebb3d1507ff9cff596ac8 | docker-compose.test.yml | docker-compose.test.yml | db:
image: postgres:11.3-alpine
memcached:
image: memcached:alpine
sut:
build: .
command: bin/docker_spec
links:
- db
- memcached
depends_on:
- memcached
- db
| db:
image: postgres:11.3-alpine
memcached:
image: memcached:alpine
sut:
build: .
command: bin/docker_spec
links:
- db
- memcached
| Remove unsupported options from sut | Remove unsupported options from sut
| YAML | mit | NNRUG/it52-rails,NNRUG/it52-rails,NNRUG/it52-rails,NNRUG/it52-rails,NNRUG/it52-rails |
b7b96c6e18228512a39db2176db51dff0ecc73aa | models/user/fields.yaml | models/user/fields.yaml | # ===================================
# Field Definitions
# ===================================
fields:
name:
label: rainlab.user::lang.user.name
span: auto
surname:
label: rainlab.user::lang.user.surname
span: auto
tabs:
fields:
email:
span: full
... | # ===================================
# Field Definitions
# ===================================
fields:
name:
label: rainlab.user::lang.user.name
span: auto
surname:
label: rainlab.user::lang.user.surname
span: auto
tabs:
fields:
email:
label: rainla... | Improve the translation and minor cleanup | Improve the translation and minor cleanup
| YAML | mit | rainlab/user-plugin,rainlab/user-plugin,rainlab/user-plugin |
1a92c8b00f6aacbbf25b385e99b34eadd3840986 | recipes/bokeh_conda_requirements/meta.yaml | recipes/bokeh_conda_requirements/meta.yaml | {% set name = "bokeh_conda_requirements" %}
{% set version = "0.12.6" %}
package:
name: {{ name }}
version: {{ version }}
build:
number: 0
noarch: True
string: py2_0 # [py2k]
string: py3_0 # [py3k]
requirements:
run:
- python 2.* # [py2k]
- python 3.* # [py3k]
- six >=1.5.2
- reques... | {% set name = "bokeh_conda_requirements" %}
{% set version = "0.12.7" %}
package:
name: {{ name }}
version: {{ version }}
build:
number: 0
noarch: True
string: py2_0 # [py2k]
string: py3_0 # [py3k]
requirements:
run:
- python 2.* # [py2k]
- python 3.* # [py3k]
- six >=1.5.2
- reques... | Update bokeh_conda_requirements to version 0.12.7 | Update bokeh_conda_requirements to version 0.12.7
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
33af313f3bc4c4035daaf3c1e79109d93ae42674 | tasks/config.yml | tasks/config.yml | ---
# configuration tasks file for redis
- name: Configure redis settings
template:
src: redis.conf.j2
dest: "{{ redis_conf_file }}"
owner: root
group: "{{ redis_group }}"
mode: 0640
notify:
restart redis
| ---
# configuration tasks file for redis
- name: Configure redis settings
template:
src: redis.conf.j2
dest: "{{ redis_conf_file }}"
owner: root
group: "{{ redis_group }}"
mode: 0640
notify:
restart redis
# TODO: Set the following?
# sysctl -w vm.overcommit_memory=1
# sysctl -w... | Add TODO for performance options to add? | Add TODO for performance options to add?
Add notes for some performance configuration settings which may be useful to
configure on the system for maximising performance out of Redis.
| YAML | bsd-3-clause | jonathanio/ansible-role-redis |
d1dc6e1dfd5de54c16186ba27635fd087c238f03 | src/Feedme/FeedmeUserBundle/Resources/translations/messages.en.yml | src/Feedme/FeedmeUserBundle/Resources/translations/messages.en.yml | not_member: Not a member yet? Click <a href="%register_link%">here</a> to register.
already_member: Already a member yet? Click <a href="%login_link%">here</a> to login.
feedme:
title: Feed Me
sub: Social Feed Media
form:
username: "Username"
email: "Email"
current_password: "Current password"
... | not_member: Not a member yet? Click <a href="%register_link%">here</a> to register.
already_member: Already a member yet? Click <a href="%login_link%">here</a> to login.
registration:
redirect: Click <a href="%redirect_link%">here</a>, to load your dashboard.
feedme:
title: Feed Me
sub: Social Feed Media
... | Change / Add translated messages | Change / Add translated messages
| YAML | mit | UbikZ/sf2_feedme,UbikZ/sf2_feedme,UbikZ/sf2_feedme |
b887c9115e80ecbe82698e356c847964b8ff96bb | cumulusci.yml | cumulusci.yml | project:
name: Volunteers-for-Salesforce
package:
name: Volunteers for Salesforce
namespace: GW_Volunteers
git:
prefix_release: rel/
flows:
ci_feature:
description: Deploys the unmanaged package metadata and all dependencies to the target org and runs tests
tasks... | project:
name: Volunteers-for-Salesforce
package:
name: Volunteers for Salesforce
namespace: GW_Volunteers
git:
prefix_release: rel/
flows:
ci_feature:
description: Deploys the unmanaged package metadata and all dependencies to the target org and runs tests
tasks... | Add ci_browsertests that installs the beta but doesn't run apex tests | Add ci_browsertests that installs the beta but doesn't run apex tests
| YAML | bsd-3-clause | SalesforceFoundation/Volunteers-for-Salesforce |
802605a98835361a8f827a741cf55a26d88aa7f8 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- release-notes-jobs-python3
| Add Python3 wallaby unit tests | Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I01d8d50d76b8cc9b76d3bd84bf3c67e... | YAML | apache-2.0 | stackforge/python-blazarclient,openstack/python-blazarclient,ChameleonCloud/python-blazarclient |
d6635aecd640cbe91a83c87f709ac4ebbeac979c | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-xena-jobs
- publish-openstack-docs-pti
| - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-yoga-jobs
- publish-openstack-docs-pti
| Add Python3 yoga unit tests | Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Iecf3d5074a1e7470c29e03b6425885e8b9fd1... | YAML | apache-2.0 | openstack/python-solumclient |
6933b614532771de80a5f89ffd2acf521578be8c | dev/setup.yml | dev/setup.yml | ---
# playbook to setup the dev env for this repo
- name: dev setup for nrser/qb
hosts: localhost
pre_tasks:
- name: load dev_setup facts
tags:
- always
dev_setup_facts:
roles:
- role: nrser.dev_setup
tags:
- dev-setup
# repos that are co-developed
dev_setup_repos: []
# sou... | ---
# playbook to setup the dev env for this repo
- name: dev setup for nrser/qb
hosts: localhost
pre_tasks:
- name: load dev_setup facts
tags:
- always
dev_setup_facts:
roles:
- role: nrser.dev_setup
tags:
- dev-setup
# repos that are co-developed
dev_setup_repos: []
# sou... | Update ansible repo ref to version currently using (2.3.0.0) | Update ansible repo ref to version currently using (2.3.0.0)
| YAML | mit | nrser/qb,nrser/qb,nrser/qb,nrser/qb |
be4c7278a10171b1e101a0f0955eb398b4ccb88d | .blade.yml | .blade.yml | load_paths:
- test/src
- test/vendor
- assets
- polyfills
- src
logical_paths:
- trix.js
- test.js
- trix.css
build:
logical_paths:
- trix.js
- trix-core.js
- trix.css
path: dist
js_compressor: uglifier
require:
- sprockets/export
- sprockets/svgo
plugins:
sauce_labs:
bro... | load_paths:
- test/src
- test/vendor
- assets
- polyfills
- src
logical_paths:
- trix.js
- test.js
- trix.css
build:
logical_paths:
- trix.js
- trix-core.js
- trix.css
path: dist
js_compressor: uglifier
require:
- sprockets/export
- sprockets/svgo
plugins:
sauce_labs:
tun... | Increase Sauce Labs tunnel timeout | Increase Sauce Labs tunnel timeout
| YAML | mit | ChenMichael/trix,GabiGrin/trix,urossmolnik/trix,ChenMichael/trix,basecamp/trix,basecamp/trix,urossmolnik/trix,GabiGrin/trix,ChenMichael/trix,basecamp/trix,GabiGrin/trix,basecamp/trix,urossmolnik/trix |
6418a9fa2b4db8eaef9273a252e167f2e654c3e8 | .drone.yml | .drone.yml | workspace:
base: /go
path: src/github.com/metalmatze/alertmanager-bot
pipeline:
dep:
image: metalmatze/dep:0.4.1
commands:
- dep ensure -v -vendor-only
build:
image: golang:1.10-alpine
pull: true
commands:
- apk add -U git make
- make fmt
- make vet
- make lin... | workspace:
base: /go
path: src/github.com/metalmatze/alertmanager-bot
pipeline:
dep:
image: metalmatze/dep:0.4.1
commands:
- dep ensure -v -vendor-only
build:
image: golang:1.10-alpine
pull: true
commands:
- apk add -U git make
- make fmt
- make vet
- make lin... | Set docker latest tag to latest release | Set docker latest tag to latest release
| YAML | mit | metalmatze/alertmanager-bot,metalmatze/alertmanager-bot |
24dfcc3d23350c385c6c8ba732f2998d0284127e | rpcd/playbooks/roles/rpc_maas/tasks/hp.yml | rpcd/playbooks/roles/rpc_maas/tasks/hp.yml | ---
# Copyright 2014, Rackspace US, Inc.
#
# 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 ... | ---
# Copyright 2014, Rackspace US, Inc.
#
# 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 ... | Remove older legacy HP checks | MaaS: Remove older legacy HP checks
Connects rcbops/u-suk-dev#1320
| YAML | apache-2.0 | cfarquhar/rpc-openstack,galstrom21/rpc-openstack,mancdaz/rpc-openstack,jacobwagner/rpc-openstack,rcbops/rpc-openstack,mancdaz/rpc-openstack,shannonmitchell/rpc-openstack,jacobwagner/rpc-openstack,rcbops/rpc-openstack,cloudnull/rpc-openstack,major/rpc-openstack,robb-romans/rpc-openstack,cfarquhar/rpc-openstack,robb-roma... |
90fa1922a72e93d7896a588724bd68da48831613 | .github/workflows/docs.yml | .github/workflows/docs.yml | name: Build (and deploy) documentation
on:
pull_request:
branches:
master
push:
branches:
master
jobs:
docs:
runs-on: ubuntu-20.04
strategy:
matrix:
version:
- latest
- 0.2.5
steps:
- name: Set up python 3.9
uses: actions/setup-pyth... | name: Build (and deploy) documentation
on:
pull_request:
branches:
master
push:
branches:
master
jobs:
docs:
runs-on: ubuntu-20.04
strategy:
matrix:
version:
- latest
- 0.2.5
steps:
- name: Set up python 3.9
uses: actions/setup-pyth... | Fix string literal in expression | Fix string literal in expression
Signed-off-by: Niklas Koep <342d5290239d9c5264c8f98185afedb99596601a@gmail.com>
| YAML | bsd-3-clause | pymanopt/pymanopt,pymanopt/pymanopt |
a6c70b0a9a35373ddee2c731118db0455d818b9a | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Rename Alfred Workflow
run: mv "Package Managers.alfredworkflow" Package.Managers.alfredworkflow
- name: Create GitHub Release
uses: elgohr/Github-Release-Action@1.1
env:
... | name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Rename Alfred Workflow
run: mv "Package Managers.alfredworkflow" Package.Managers.alfredworkflow
- name: Create GitHub Release
uses: elgohr/Github-Release-Action@1.1
env:
... | Remove needs from build steps | Remove needs from build steps
Appears that steps.[x].needs is not supported
| YAML | mit | willfarrell/alfred-pkgman-workflow |
b3e1a5a5f1e969914ae2b21a8cbbb5195d901671 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache pip
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runne... | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache pip
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runne... | Remove release steps from github workflow | Remove release steps from github workflow
| YAML | unlicense | TheNitek/RfidShelf,TheNitek/RfidShelf,TheNitek/RfidShelf,TheNitek/RfidShelf |
7dc4d0ad941896eb5f2ca85758c0351673634c6d | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recurs... | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recurs... | Add VS2019 configuration to Github CI | Add VS2019 configuration to Github CI
| YAML | mit | ETLCPP/etl,ETLCPP/etl,ETLCPP/etl,ETLCPP/etl |
7d521e3540d1efc5ce0322860b71b1ccd8d97bf2 | .github/workflows/push.yml | .github/workflows/push.yml | on: [push, pull_request]
name: Run tests
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['10', '12', '14']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
... | on: [push, pull_request]
name: Run tests
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12', '14', '16']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
... | Remove Node 12, add Node 16 to test matrix | Remove Node 12, add Node 16 to test matrix
| YAML | mit | jira-node/node-jira-client |
7254095103573c0ac17c6612c6ada87108c982a7 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-v... | name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-v... | Update actions/setup-node action to v2 | Update actions/setup-node action to v2
| YAML | mit | elliottsj/babel-inline-import-loader,elliottsj/babel-inline-import-loader |
ba5776047e6b8a9fe16444e8626eab5685ee8ee0 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test build
on:
push:
banches: [master]
pull_request:
branches: [master]
jobs:
publish:
name: Test on ${{ matrix.os }} for ${{ matrix.target }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: [stable, nightly... | name: Test build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
publish:
name: Test on ${{ matrix.os }} for ${{ matrix.target }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: [stable, nightl... | Fix typo in github actions workflow | Fix typo in github actions workflow
| YAML | mit | Nukesor/Pueuew,Nukesor/Pueue |
f2799dc87b15099971c43b541e6d3fdf7974f0c2 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-xena-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Switch testing to Xena testing runtime | Switch testing to Xena testing runtime
Upating the tetsing template to Xena testing runtime:
https://governance.openstack.org/tc/reference/runtimes/xena.html
Change-Id: I0ae4361508c60fab646ef5eabe9ac02fac8b8039
| YAML | apache-2.0 | openstack/oslo.reports |
0c3285e3e6ca397125bedb26afbd340b6cc796a0 | .zuul.yaml | .zuul.yaml | - project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- check-requirements
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-lower-constraints
- openstack-tox-cover
- openstack-tox-docs
gate:
... | - project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
| Use templates for docs, cover and lower-constraints | Use templates for docs, cover and lower-constraints
Use openstack-tox-cover template, this runs the cover job
in the check queue only.
Use openstack-lower-constraints-jobs template.
Use publish-openstack-docs-pti template.
Remove jobs that are part of the templates.
Change-Id: I89020d0a065ad096c687fba9b5ca6a1f179a... | YAML | apache-2.0 | stackforge/python-monascaclient,openstack/python-monascaclient,openstack/python-monascaclient,stackforge/python-monascaclient |
f4318c7e0f522005a938c53ea4861fc144f21abe | addons/fluentd-elasticsearch/es-controller.yaml | addons/fluentd-elasticsearch/es-controller.yaml | apiVersion: v1
kind: ReplicationController
metadata:
name: elasticsearch-logging-v1
namespace: default
labels:
k8s-app: elasticsearch-logging
version: v1
kubernetes.io/cluster-service: "true"
spec:
replicas: 2
selector:
k8s-app: elasticsearch-logging
version: v1
template:
metadata:
... | apiVersion: v1
kind: ReplicationController
metadata:
name: elasticsearch-logging-v1
namespace: default
labels:
k8s-app: elasticsearch-logging
version: v1
kubernetes.io/cluster-service: "true"
spec:
replicas: 2
selector:
k8s-app: elasticsearch-logging
version: v1
template:
metadata:
... | Change port names to avoid validation failure | Change port names to avoid validation failure
| YAML | apache-2.0 | weaveworks/weave-kubernetes-coreos-azure,weaveworks/weave-kubernetes-coreos-azure |
95feed3d770e115e9c1cdca75595ebe91c7f9b47 | packages/zi/zigzag.yaml | packages/zi/zigzag.yaml | homepage: https://github.com/byteverse/zigzag
changelog-type: markdown
hash: a995158dad3dfe0347cfc8f8a9327cc3f51832600553169ba5b1e08c45b45405
test-bench-deps:
base: -any
tasty-quickcheck: -any
tasty-hunit: -any
zigzag: -any
tasty: -any
maintainer: edemko@layer3com.com
synopsis: Zigzag encoding of integers int... | homepage: https://github.com/byteverse/zigzag
changelog-type: markdown
hash: ac2f78aa02457ac12d17621c692d29ad30bae205b5be858fbf0e400ac9a9c412
test-bench-deps:
base: -any
tasty-quickcheck: -any
tasty-hunit: -any
zigzag: -any
tasty: -any
maintainer: edemko@layer3com.com
synopsis: Zigzag encoding of integers int... | Update from Hackage at 2022-09-20T19:37:05Z | Update from Hackage at 2022-09-20T19:37:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ab9127378e9deb54acdb77a19194631f589af623 | contrib/ansible/roles/k3s/node/tasks/main.yml | contrib/ansible/roles/k3s/node/tasks/main.yml | ---
- name: Copy K3s service file
template:
src: "k3s.service.j2"
dest: "{{ systemd_dir }}/k3s.service"
owner: root
group: root
mode: 0755
- name: Enable and check K3s service
systemd:
name: k3s
daemon_reload: yes
state: restarted
enabled: yes
| ---
- name: Copy K3s service file
template:
src: "k3s.service.j2"
dest: "{{ systemd_dir }}/k3s-node.service"
owner: root
group: root
mode: 0755
- name: Enable and check K3s service
systemd:
name: k3s-node
daemon_reload: yes
state: restarted
enabled: yes
| Allow master and node roles to co-exist | contrib/ansible: Allow master and node roles to co-exist
| YAML | apache-2.0 | rancher/k3s,rancher/k3s |
156c8e7cae7be71cd96017b37bdf96d7491f8a46 | vars/os_family/debian.yml | vars/os_family/debian.yml | ---
# Debian OS family specific vars
_airflow_system_dependencies:
- name: "{{ airflow_python_version }}-dev"
- name: 'libpq-dev'
- name: 'libssl-dev'
- name: 'libffi-dev'
- name: 'build-essential'
- name: 'python-virtualenv'
- name: 'python-pip'
| ---
# Debian OS family specific vars
_airflow_system_dependencies:
- name: "{{ airflow_python_version }}-dev"
- name: 'libpq-dev'
- name: 'libssl-dev'
- name: 'libffi-dev'
- name: 'libxml2'
- name: 'build-essential'
- name: 'python-virtualenv'
- name: 'python-pip'
| Add libxml2 system dependency for Debian OS family | Add libxml2 system dependency for Debian OS family
| YAML | mit | infOpen/ansible-role-airflow |
b03714ffe590020233ce45b2bd7b9d90fc04498c | ci/tasks/setup-director-radiator.yml | ci/tasks/setup-director-radiator.yml | ---
platform: linux
image: docker:///boshcpi/aws-cpi-release
inputs:
- name: bosh-cpi-release
- name: bosh-aws-cpi-release
- name: bosh-init # --- bosh-init executable to do deploy
- name: bosh-release # -\
- name: stemcell # -/
run:
path: bosh-cpi-release/ci/tasks/setup... | ---
platform: linux
image: docker:///boshcpi/aws-cpi-release
inputs:
- name: bosh-cpi-release
- name: bosh-aws-cpi-release
- name: bosh-init # --- bosh-init executable to do deploy
- name: bosh-release # -\
- name: stemcell # -/
run:
path: bosh-cpi-release/ci/tasks/setup... | Set log level to debug for radiator jobs | Set log level to debug for radiator jobs
Signed-off-by: caleb miles <906dbe5b21c7025e252f807d6724eb4d0fd7fb4c@pivotal.io>
| YAML | apache-2.0 | cloudfoundry-incubator/bosh-aws-cpi-release,cloudfoundry-incubator/bosh-aws-cpi-release,cloudfoundry-incubator/bosh-aws-cpi-release |
96d01fb9ff1ba0a1230144799549a8e11bdf226b | config/govuk_index/migrated_formats.yaml | config/govuk_index/migrated_formats.yaml | migrated:
# Contacts
- contact
# Publisher
- answer
- guide
- help_page
- licence
- local_transaction
- place
- transaction
- simple_smart_answer
# Specialist Publisher
- aaib_report
- asylum_support_decision
- business_finance_support_scheme
- cma_case
- countryside_stewardship_grant
- dfid_research_output
- drug_safe... | migrated:
# Contacts
- contact
# Publisher
- answer
- guide
- help_page
- licence
- local_transaction
- place
- transaction
- simple_smart_answer
# Specialist Publisher
- aaib_report
- asylum_support_decision
- business_finance_support_scheme
- cma_case
- countryside_stewardship_grant
- dfid_research_output
- drug_safe... | Mark Finder format as indexable | Mark Finder format as indexable
| YAML | mit | alphagov/rummager,alphagov/rummager |
9d0ec8db6a07d769df0eede92471c7a577831127 | .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: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Read GitHub Secrets & Decrypt Encryp... | 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: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Make scripts executable
run: c... | Make scripts executable in GitHub Actions | Make scripts executable in GitHub Actions
| YAML | apache-2.0 | google/evergreen-checker,google/evergreen-checker |
187107fd8f1443baeb268b1f24ef51250e7d5347 | .github/workflows/ubuntu-devel.yml | .github/workflows/ubuntu-devel.yml | name: "Ubuntu devel"
on:
schedule:
# Every Friday at 18:20 UTC, so we can fix the issue over the weekend
- cron: "20 18 * * 5"
workflow_dispatch:
jobs:
main:
name: "Test: Python 3.9"
runs-on: ubuntu-20.04
# The container should be automatically updated from time to time.
container: ubun... | name: "Ubuntu devel"
on:
schedule:
# Every Friday at 18:20 UTC, so we can fix the issue over the weekend
- cron: "20 18 * * 5"
workflow_dispatch:
jobs:
main:
name: "Test: Python 3.10"
runs-on: ubuntu-20.04
# The container should be automatically updated from time to time.
container: ubu... | Use Python 3.10 to run tests on Ubuntu devel | Use Python 3.10 to run tests on Ubuntu devel
It no longer ships with Python 3.9 by default.
| YAML | apache-2.0 | mopidy/mopidy,mopidy/mopidy,mopidy/mopidy |
46fe0a0ce533127361c99572de85cc179ef6acd7 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: ci
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0' # weekly
jobs:
build:
runs-on: ubuntu-latest
name: "python ${{ matrix.python-version }} xcbver ${{ matrix.xcbver }}"
strategy:
fail-fast: false
matrix:
python-version:... | name: ci
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0' # weekly
jobs:
build:
runs-on: ubuntu-latest
name: "python ${{ matrix.python-version }} xcbver ${{ matrix.xcbver }}"
strategy:
fail-fast: false
matrix:
python-version:... | Allow the master xcb version to pass even if failing | Allow the master xcb version to pass even if failing
| YAML | apache-2.0 | tych0/xcffib |
a7a64514a1c503e4e6a546ae7b7a3a12ae15cb72 | packages/d3/d3d11binding.yaml | packages/d3/d3d11binding.yaml | homepage: https://github.com/jwvg0425/d3d11binding
changelog-type: ''
hash: ca7966844b3a8ee2e824b259f83bec2e74c968689cb188a6cea6e449a609fe95
test-bench-deps: {}
maintainer: jwvg0425@naver.com
synopsis: A raw binding for the directX 11
changelog: ''
basic-deps:
vect: ! '>=0.4.7'
base: ! '>=4.8 && <5'
Win32: ! '>=2... | homepage: https://github.com/jwvg0425/d3d11binding
changelog-type: ''
hash: 02f413bbc4493c4a040df47d66dffa0d3e3492aff3f5dc68d47ba6d4e0e609ae
test-bench-deps: {}
maintainer: jwvg0425@naver.com
synopsis: A raw binding for the directX 11
changelog: ''
basic-deps:
vect: ! '>=0.4.7'
base: ! '>=4.8 && <5'
Win32: ! '>=2... | Update from Hackage at 2016-05-11T12:20:20+0000 | Update from Hackage at 2016-05-11T12:20:20+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
5f847887a04a586504cad34cce6423560ef74eb5 | packages/gh/ghc-datasize.yaml | packages/gh/ghc-datasize.yaml | homepage: http://felsin9.de/nnis/ghc-datasize
changelog-type: ''
hash: d72650fa2a1ad550c7f8620f48214483f035c17062504089d93857fbd299bb77
test-bench-deps: {}
maintainer: Dennis Felsing <dennis@felsin9.de>
synopsis: Determine the size of data structures in GHC's memory
changelog: ''
basic-deps:
base: ==4.*
ghc-heap-vi... | homepage: http://felsin9.de/nnis/ghc-datasize
changelog-type: ''
hash: 2f5cac5efa9db1fe263da4cc32d410ee605a4923bac60c408d8c96b8ec2de7b7
test-bench-deps: {}
maintainer: Dennis Felsing <dennis@felsin9.de>
synopsis: Determine the size of data structures in GHC's memory
changelog: ''
basic-deps:
base: ==4.*
ghc-heap-vi... | Update from Hackage at 2016-08-18T22:41:36+0000 | Update from Hackage at 2016-08-18T22:41:36+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
eae86210769cdb334b45dc95f019d650b30ff87b | .azure-pipelines/macos.yml | .azure-pipelines/macos.yml | jobs:
- template: jobs/test.yml
parameters:
vmImage: xcode9-macos10.13
- template: jobs/package.yml
parameters:
vmImage: xcode9-macos10.13
| jobs:
- template: jobs/test.yml
parameters:
vmImage: macos-10.14
- template: jobs/package.yml
parameters:
vmImage: macos-10.14
| Replace soon-unsupported macOS 10.13 with 10.14 | Replace soon-unsupported macOS 10.13 with 10.14
| YAML | mit | pypa/pip,pradyunsg/pip,sbidoul/pip,pypa/pip,sbidoul/pip,pradyunsg/pip,pfmoore/pip,pfmoore/pip |
38cb957154f2e105222d1765c56ab8b5eaf752d8 | packages/is/iso8601-time.yaml | packages/is/iso8601-time.yaml | homepage: https://github.com/nh2/iso8601-time
changelog-type: ''
hash: 249bda96a00316941e6d970f227ffa3c04c0cbcf4e9296a833a3799ab3ad47fd
test-bench-deps:
base: ! '>=4 && <5'
time: ! '>=1.4'
hspec: ! '>=1.3.0.1'
HUnit: ! '>=1.2'
iso8601-time: -any
maintainer: Niklas Hambüchen <mail@nh2.me>
synopsis: Convert to/... | homepage: https://github.com/nh2/iso8601-time
changelog-type: ''
hash: 21463b4f01434e4a46ba5eae845d964f63908855173f0febb2af6e33337fb570
test-bench-deps:
base: ! '>=4 && <5'
time: ! '>=1.4'
hspec: ! '>=1.3.0.1'
HUnit: ! '>=1.2'
iso8601-time: -any
maintainer: Niklas Hambüchen <mail@nh2.me>
synopsis: Convert to/... | Update from Hackage at 2015-08-19T01:38:23+0000 | Update from Hackage at 2015-08-19T01:38:23+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
09ace4eaefcf2ad3983622bdd8ccadcaa2e6642c | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install dependencies
run: |
sudo apt-get update -q
sudo apt-get install catch2 ninja-build
... | name: Test
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install dependencies
run: |
sudo apt-get update -q
sudo apt-get install ninja-build
- na... | Fix remove catch from apt-get command | Fix remove catch from apt-get command
| YAML | unlicense | gilzoide/pega-texto,gilzoide/pega-texto |
73329340bd09d587e3ac3e8df73bd9a0ab6f8c43 | .github/workflows/test.yml | .github/workflows/test.yml | name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Build
strategy:
matrix:
go-version: [1.13.x, 1.15.x, 1.16.x]
platform: [ubuntu-20.04]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setu... | name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Build
strategy:
matrix:
go-version: [1.13.x, 1.15.x, 1.16.x]
platform: [ubuntu-20.04]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setu... | Bump actions/checkout from 2 to 3 | Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
up... | YAML | mit | cpuguy83/go-md2man,cpuguy83/go-md2man |
d103f430ca2ad940c9dabd422d68fa31f2483a7c | .github/workflows/test.yml | .github/workflows/test.yml | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see... | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see... | Add jruby 9.3 to CI | Add jruby 9.3 to CI | YAML | mit | sinatra/mustermann |
6bf8e833ffb7452ac021f825a462faf02f6c2ebc | recipes/FLAML/meta.yaml | recipes/FLAML/meta.yaml | {% set name = "FLAML" %}
{% set version = "0.6.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: e71236bdab1dc7278562dac63c7914b6309f2d869540754fd0543ae75f3c080e
build:
number: 0
noar... | {% set name = "FLAML" %}
{% set version = "0.6.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: e71236bdab1dc7278562dac63c7914b6309f2d869540754fd0543ae75f3c080e
build:
number: 0
noar... | Remove pip check from tests | Remove pip check from tests | YAML | bsd-3-clause | stuertz/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,conda-forge/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/s... |
a6438e851ffe24a3bc94f8c076b9aaedd9fad0d2 | .github/workflows/lint.yml | .github/workflows/lint.yml | name: Python lint
on:
push:
pull_request:
schedule:
- cron: '3 19 * * SUN'
jobs:
build:
name: Python linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- ... | name: Python lint
on:
push:
pull_request:
schedule:
- cron: '3 19 * * SUN'
jobs:
build:
name: Python linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- ... | Work around chardet/aiohttp compat issue in CI | Work around chardet/aiohttp compat issue in CI
| YAML | apache-2.0 | maxmind/minfraud-api-python,maxmind/minfraud-api-python |
e03714fe37cc4d5346a4316d14f66869b8186925 | .github/workflows/main.yml | .github/workflows/main.yml | name: main
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
tox_env: ["py36", "py37", "py38", "linting", "docs"]
os: [ubuntu-latest, windows-latest]
include:
- tox_env: "py36"
python: "3.6"
... | name: main
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
tox_env: ["py36", "py37", "py38", "linting", "docs"]
os: [ubuntu-latest, windows-latest]
include:
- tox_env: "py36"
python: "3.6"
... | Use python3.6 for linting environment in CI | Use python3.6 for linting environment in CI
We use pre-commit, and our pre-commit configuration requires Python 3.6.
| YAML | mit | ESSS/conda-devenv |
c87fe057b3e374f8a3936b068d46ee6d6def002f | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recurs... | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recurs... | Add VS2019 configuration to Github CI | Add VS2019 configuration to Github CI
| YAML | mit | ETLCPP/etl,ETLCPP/etl,ETLCPP/etl,ETLCPP/etl |
508b0c822770240e0e1772b41c25d2e5b0413412 | .github/workflows/main.yml | .github/workflows/main.yml | name: E-Mail Release Notification
on:
push
# release:
# types: [released]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify about a new release
uses: daysofwonder/sendgrid-notification-action@v1.3
env:
SENDGRID_API_TO... | name: E-Mail Release Notification
on:
release:
types: [released]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify about a new release
uses: daysofwonder/sendgrid-notification-action@v1.3
env:
SENDGRID_API_TOKEN: ${{ secr... | Set action only on release | Set action only on release
| YAML | mit | daysofwonder/asmodeenet_sso_js,daysofwonder/asmodeenet_sso_js,daysofwonder/asmodeenet_sso_js |
d032325e513c82a862e2dc739ccbdd8f3ce0771b | .github/workflows/ruby.yml | .github/workflows/ruby.yml | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see... | name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- jruby-1.7.9
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
- 2.7.2
gemfile:
- gemfiles... | Tweak GitHub Actions based on existing travis.yml | Tweak GitHub Actions based on existing travis.yml
| YAML | mit | mongomapper/mongomapper |
e66ca81497fba2fcceef58d7188f17c340564bf1 | .github/workflows/test.yml | .github/workflows/test.yml | name: Testing
on:
push:
pull_request:
# GitHub Actions notes
# - outcome in step name so we can see it without having to expand logs
# - every step must define a `uses` or `run` key
jobs:
test:
name: Test with Ruby-${{ matrix.ruby }}
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fa... | name: Testing
on:
push:
pull_request:
# GitHub Actions notes
# - outcome in step name so we can see it without having to expand logs
# - every step must define a `uses` or `run` key
jobs:
test:
name: Test with Ruby-${{ matrix.ruby }}
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fa... | Test with Ruby 2.2 to 2.5 | Test with Ruby 2.2 to 2.5
As the gemspec still say you can use mustermann with Ruby 2.2.
| YAML | mit | sinatra/mustermann |
9d15831f65049f606f62979143ec10b3ecbdbbbd | .github/workflows/test.yml | .github/workflows/test.yml | name: tests
on: [push, pull_request]
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
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@v1
with:
... | name: tests
on: [push, pull_request]
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
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@v1
with:
... | Fix copy-paste error in action | CI: Fix copy-paste error in action
| YAML | mit | ZedThree/fort_depend.py,ZedThree/fort_depend.py |
286721c65e65cfd00f13baa2d9f218c3a82a977c | contrib/flavor/ngs_pipeline_minimal/custom.yaml | contrib/flavor/ngs_pipeline_minimal/custom.yaml | ---
bio_nextgen:
alignment:
- star
utilities:
- biobambam
- rnaseqc
analysis:
- cufflinks
- picard
- tophat
variant:
- bcbio_variation
- gatk
- grabix
- mutect
- pbgzip
- snpeff
- varscan
needs_64bit:
- ucsc_tools
| ---
bio_nextgen:
alignment:
- star
utilities:
- biobambam
- rnaseqc
- alientrimmer
- featurecounts
analysis:
- cufflinks
- picard
- tophat
variant:
- bcbio_variation
- gatk
- grabix
- mutect
- pbgzip
- snpeff
- varscan
needs_64bit:
- ucsc_tools
| Add AlienTrimmer and featureCounts to minimal flavor. | Add AlienTrimmer and featureCounts to minimal flavor.
| YAML | mit | rchekaluk/cloudbiolinux,elkingtonmcb/cloudbiolinux,chapmanb/cloudbiolinux,pjotrp/cloudbiolinux,joemphilips/cloudbiolinux,averagehat/cloudbiolinux,lpantano/cloudbiolinux,kdaily/cloudbiolinux,heuermh/cloudbiolinux,kdaily/cloudbiolinux,chapmanb/cloudbiolinux,chapmanb/cloudbiolinux,rchekaluk/cloudbiolinux,lpantano/cloudbio... |
369a74f4ce2033d730648dff88aa1c914234f4f8 | packages/zi/zifter-stack.yaml | packages/zi/zifter-stack.yaml | homepage: http://cs-syd.eu
changelog-type: ''
hash: 6297410474b4e3f7f58a9a9cfdc2db92ccfe2b6d9ea074c43f4e4b37f720cf23
test-bench-deps: {}
maintainer: syd.kerckhove@gmail.com
synopsis: zifter-stack
changelog: ''
basic-deps:
Cabal: ! '>=1.24 && <1.25'
path: ! '>=0.5 && <0.6'
base: ! '>=4.9 && <=5'
filepath: ! '>=1... | homepage: http://cs-syd.eu
changelog-type: ''
hash: 712e36ca8a0a47899b3d1c1f12301fef373aa6be50bfc824f991727fe2fce8cf
test-bench-deps: {}
maintainer: syd.kerckhove@gmail.com
synopsis: zifter-stack
changelog: ''
basic-deps:
Cabal: ! '>=1.24 && <1.25'
path: ! '>=0.5 && <0.6'
base: ! '>=4.9 && <=5'
filepath: ! '>=1... | Update from Hackage at 2017-03-17T07:35:32Z | Update from Hackage at 2017-03-17T07:35:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d648206d42a93e8a9577b033fa2215c38d079d11 | src/Admingenerator/PropelDemoBundle/Resources/config/generator.yml | src/Admingenerator/PropelDemoBundle/Resources/config/generator.yml | generator: admingenerator.generator.propel
params:
model: Admingenerator\PropelDemoBundle\Model\Movie
namespace_prefix: Admingenerator
bundle_name: PropelDemoBundle
fields:
is_published:
help: If you want to see this content on you website
actors:
filterOn: actors.id
producer:
labe... | generator: admingenerator.generator.propel
params:
model: Admingenerator\PropelDemoBundle\Model\Movie
namespace_prefix: Admingenerator
bundle_name: PropelDemoBundle
fields:
is_published:
help: If you want to see this content on you website
actors:
filterOn: actors.id
producer:
labe... | Add producer col in list | Add producer col in list
| YAML | mit | datagit/AdmingeneratorIpsum,symfony2admingenerator/AdmingeneratorIpsum,datagit/AdmingeneratorIpsum,datagit/AdmingeneratorIpsum,symfony2admingenerator/AdmingeneratorIpsum |
4e4098555d3140c42713b5ada6aeab849a9e1fe5 | build.yaml | build.yaml | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_javaee: javax:javaee-api:jar:7.0
javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.5.1
gwt_dev: com.google.gwt:gwt-dev:jar:2.5.1
javax_validation: javax.validation:validation-api:jar... | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_javaee: javax:javaee-api:jar:7.0
javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.5.1
gwt_dev: com.google.gwt:gwt-dev:jar:2.5.1
javax_validation: javax.validation:validation-api:jar... | Use release version of gwt-websockets | Use release version of gwt-websockets
| YAML | apache-2.0 | realityforge/gwt-websockets-example,realityforge/gwt-websockets-example,realityforge/gwt-websockets-example |
f3d38fe3b47570d76d13804c437bc116077424ca | appveyor.yml | appveyor.yml | version: '0.0.{build}'
image: Visual Studio 2017
branches:
only:
- master
init:
# Good practise, because Windows line endings are different from Unix/Linux ones
- cmd: git config --global core.autocrlf true
install:
# Install repo specific stuff here
before_build:
# Display .NET Core version
- cmd: dotnet... | version: '0.0.{build}'
image: Visual Studio 2017
branches:
only:
- master
init:
# Good practise, because Windows line endings are different from Unix/Linux ones
- cmd: git config --global core.autocrlf true
install:
# Install repo specific stuff here
before_build:
# Display .NET Core version
- cmd: dotnet... | Fix bug in build script | Fix bug in build script
| YAML | mit | gideonkorir/jaeger4net |
71db120e84a647544eac74fa53d43afe0e98a11f | appveyor.yml | appveyor.yml | # AppVeyor configuration file
# https://www.appveyor.com/docs/appveyor-yml
# Be aware of https://github.com/nodejs/LTS when choosing versions to test
# Update engines.node in package.json if removing old versions.
environment:
matrix:
- nodejs_version: "10"
# Empty version installs most recent version avai... | # AppVeyor configuration file
# https://www.appveyor.com/docs/appveyor-yml
# Be aware of https://github.com/nodejs/LTS when choosing versions to test
# Update engines.node in package.json if removing old versions.
environment:
matrix:
- nodejs_version: "10"
# Empty version installs most recent version avai... | Use x64 Node on AppVeyor | ci: Use x64 Node on AppVeyor
To work around appveyor/ci#3502.
Note: The AppVeyor-specific %PLATFORM% environment variable[1] is not
set when platform is not configured. %PROCESSOR_ARCHITECTURE% is set by
default on Windows.[2]
[1]: https://www.appveyor.com/docs/environment-variables/
[2]: https://superuser.com/q/30... | YAML | mit | kevinoid/git-branch-is,kevinoid/stream-compare,kevinoid/appveyor-status,kevinoid/swagger-spec-validator,kevinoid/travis-status,kevinoid/node-project-template,kevinoid/swagger-spec-validator,kevinoid/promised-read,kevinoid/stream-compare,kevinoid/appveyor-status,kevinoid/node-project-template,kevinoid/promised-read,kevi... |
eb4785d45b57ce56625b6d5413154dbcb7793815 | appveyor.yml | appveyor.yml | version: 1.0.{build}
branches:
only:
- development/r1.0
- release/r1.0
image: Visual Studio 2017 RC
cache:
- '%USERPROFILE%\.nuget\packages'
build_script:
- ps: .\build-ci.ps1
test_script:
- ps: .\test-ci.ps1
artifacts:
- path: src\artifacts\packages\*.nupkg
deploy:
provider: NuGet
on:
branch: release/... | version: 1.0.{build}
branches:
only:
- development/r1.0
- release/r1.0
image: Visual Studio 2017
cache:
- '%USERPROFILE%\.nuget\packages'
build_script:
- ps: .\build-ci.ps1
test_script:
- ps: .\test-ci.ps1
artifacts:
- path: src\artifacts\packages\*.nupkg
deploy:
provider: NuGet
on:
branch: release/r1.... | Use latest build environment in AppVeyor. | Use latest build environment in AppVeyor.
| YAML | mit | tintoy/HTTPlease,tintoy/HTTPlease |
28a6ef1dc4247d7cfd75ebf02118a534b407270a | appveyor.yml | appveyor.yml | build_script:
- build.cmd verify
clone_depth: 1
test: off
deploy: off | init:
- git config --global core.autocrlf true
build_script:
- build.cmd verify
clone_depth: 1
test: off
deploy: off | Fix AppVeyor git line ending config | Fix AppVeyor git line ending config
| YAML | apache-2.0 | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore |
100df75a4f338138efda2be57c1b9da8af0b281f | appveyor.yml | appveyor.yml | version: 1.0.0.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)'
before_build:
- ps: nuget restore
build:
... | version: 1.0.0.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)'
before_build:
- ps: nuget restore
build:
... | Replace regex with artifact name | Replace regex with artifact name
| YAML | apache-2.0 | GetTabster/Tabster.WinForms |
840aa91344da27d4d25e078caef9f03712cbe2f0 | appveyor.yml | appveyor.yml | # environment variables
environment:
path_to_sln: src/src.sln
skip_tags: true
install:
- choco install gitversion.portable -pre -y
- cinst gitlink -version 2.4.1 -y
image: Visual Studio 2017 Preview
assembly_info:
patch: false
before_build:
- ps: gitversion /l console /output buildserver
- cmd: msbuild %path... | # environment variables
environment:
path_to_sln: src/src.sln
skip_tags: true
install:
- choco install gitversion.portable -pre -y
- cinst gitlink -version 2.4.1 -y
- cinst dotnetcore-sdk --pre
image: Visual Studio 2017 Preview
assembly_info:
patch: false
before_build:
- ps: gitversion /l conso... | Build fix - install dotnetcore 3 sdk preview | Build fix - install dotnetcore 3 sdk preview
| YAML | mit | dazinator/Dotnettency,dazinator/Dotnettency,dazinator/Dotnettency |
8812bcbf0d585cfbe85d6232b28196a4a4a6c6ee | appveyor.yml | appveyor.yml | build: false
environment:
matrix:
- PYTHON: "C:/Python35-x64"
- PYTHON: "C:/Python36-x64"
- PYTHON: "C:/Python37-x64"
- PYTHON: "C:/Python38-x64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa... | build: false
environment:
matrix:
- PYTHON: "C:/Python35-x64"
- PYTHON: "C:/Python36-x64"
- PYTHON: "C:/Python37-x64"
- PYTHON: "C:/Python38-x64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa... | Fix package installation for Windows CI | Fix package installation for Windows CI
| YAML | mit | thombashi/DateTimeRange |
835c2cad3dc8c80e544e70cc42e03c4428880ac2 | appveyor.yml | appveyor.yml | os: Visual Studio 2015
init:
- git config --global core.autocrlf input
build_script:
- cmd: >-
build.cmd /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" %BuildArgs%
.nuget\packages\coveralls.io\tools\coveralls.net.exe --opencover out\coverage.xml
# we run t... | os: Visual Studio 2015
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
build_script:
- cmd: >-
build.cmd /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" %BuildArgs%
.nuget... | Enable RDP access during build | Enable RDP access during build
| YAML | mit | kzu/Merq,MobileEssentials/Merq,adalon/Merq |
f3a8b1309341d7645e487c52cf5c77685d776eb6 | appveyor.yml | appveyor.yml | install:
- choco install HaskellPlatform -version 2014.2.0.0
- SET PATH=C:\Program Files\Haskell Platform\2014.2.0.0\bin;C:\Program Files\Haskell Platform\2014.2.0.0\mingw\bin;C:\Program Files\Haskell Platform\2014.2.0.0\lib\extralibs\bin;%PATH%
- cabal update
build_script:
- cd Cabal
- ghc --make -threaded ... | install:
- choco install HaskellPlatform -version 2014.2.0.0
- SET PATH=C:\Program Files\Haskell Platform\2014.2.0.0\bin;C:\Program Files\Haskell Platform\2014.2.0.0\mingw\bin;C:\Program Files\Haskell Platform\2014.2.0.0\lib\extralibs\bin;%PATH%
- cabal update
build_script:
- cd Cabal
- ghc --make -threaded ... | Disable GhcPkgGuess tests on Windows. | Disable GhcPkgGuess tests on Windows. | YAML | bsd-3-clause | Heather/cabal,bennofs/cabal,themoritz/cabal,garetxe/cabal,sopvop/cabal,thomie/cabal,garetxe/cabal,gbaz/cabal,gbaz/cabal,mydaum/cabal,kolmodin/cabal,sopvop/cabal,kolmodin/cabal,themoritz/cabal,thomie/cabal,sopvop/cabal,mydaum/cabal,headprogrammingczar/cabal,bennofs/cabal,Heather/cabal,headprogrammingczar/cabal,themoritz... |
b0fb213ec5253fb9c51579d1521289332c1a32d4 | appveyor.yml | appveyor.yml | init:
- git config --global core.autocrlf input
version: '{build}'
environment:
matrix:
- nodejs_version: '0.10'
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build: off
test_script:
- node --version
- npm --version
- npm test
| init:
- git config --global core.autocrlf input
shallow_clone: true
version: '{build}'
skip_tags: true
environment:
matrix:
- nodejs_version: '0.12'
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build: off
test_script:
- node --version
- npm --version
- npm test
| Update Node version to 0.12 on AppVeyor | Update Node version to 0.12 on AppVeyor
| YAML | mit | imagemin/imagemin-optipng |
acff69f78d0ec9c9a04476fb3776fa59d777665b | appveyor.yml | appveyor.yml | skip_branch_with_pr: true
environment:
GOPATH: $(HOMEDRIVE)$(HOMEPATH)\go
MSYSTEM: MINGW64
clone_folder: $(GOPATH)\src\github.com\git-lfs\git-lfs
install:
- echo $(GOPATH)
- rd C:\Go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-amd64.zip
- 7z x go1.7.4.windows-amd64... | skip_branch_with_pr: true
environment:
GOPATH: $(HOMEDRIVE)$(HOMEPATH)\go
MSYSTEM: MINGW64
clone_folder: $(GOPATH)\src\github.com\git-lfs\git-lfs
install:
- echo %GOPATH%
- rd C:\Go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-amd64.zip
- 7z x go1.7.4.windows-amd64.... | Fix printing the GOPATH environment variable | AppVeyor: Fix printing the GOPATH environment variable
| YAML | mit | Jericho25/-git-lfs_miilkyway,github/git-lfs,andyneff/git-lfs,bozaro/git-lfs,dakotahawkins/git-lfs,andyneff/git-lfs,aleb/git-lfs,bozaro/git-lfs,bozaro/git-lfs,github/git-lfs,dakotahawkins/git-lfs,aleb/git-lfs,dakotahawkins/git-lfs,aleb/git-lfs,github/git-lfs,andyneff/git-lfs,Jericho25/-git-lfs_miilkyway,Jericho25/-git-l... |
122212fa70659d89f01644b8c915f4da08661ede | metadata/luke.launcher.yml | metadata/luke.launcher.yml | Categories:
- System
- Theming
License: GPL-3.0-only
WebSite: https://lukelauncher.de
SourceCode: https://gitlab.com/LukeSoftware/lukelauncher
IssueTracker: https://gitlab.com/LukeSoftware/lukelauncher/issues
AutoName: LukeLauncher
RepoType: git
Repo: https://gitlab.com/LukeSoftware/lukelauncher
Builds:
- vers... | Categories:
- System
- Theming
License: GPL-3.0-only
WebSite: https://lukelauncher.de
SourceCode: https://gitlab.com/LukeSoftware/lukelauncher
IssueTracker: https://gitlab.com/LukeSoftware/lukelauncher/issues
AutoName: LukeLauncher
RepoType: git
Repo: https://gitlab.com/LukeSoftware/lukelauncher
Builds:
- vers... | Update LukeLauncher to 1.0.20 (10020) | Update LukeLauncher to 1.0.20 (10020)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
54f14a0ca641a49e5bc5b2c8fe167822b595d5c9 | environments/major-upgrade-converge-docker.yaml | environments/major-upgrade-converge-docker.yaml | # Use this to reset any mappings only used for upgrades after the
# update of all nodes is completed
resource_registry:
OS::TripleO::PostDeploySteps: ../common/post.yaml
parameter_defaults:
EnableConfigPurge: false
StackUpdateType: ''
UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: ''
UpgradeInitComma... | # Use this to reset any mappings only used for upgrades after the
# update of all nodes is completed
resource_registry:
OS::TripleO::PostDeploySteps: ../common/post.yaml
parameter_defaults:
EnableConfigPurge: false
StackUpdateType: ''
UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: ''
UpgradeInitComma... | Switch to ceph-ansible rolling_update on upgrade converge | Switch to ceph-ansible rolling_update on upgrade converge
We need to switch to a different ceph-ansible playbook on upgrade
converge step to trigger the actual Ceph upgrade.
Change-Id: I22c2d7f3a33b454df46173c76d0ede668ab9d064
| YAML | apache-2.0 | openstack/tripleo-heat-templates,dprince/tripleo-heat-templates,openstack/tripleo-heat-templates,dprince/tripleo-heat-templates |
5e4e66e3d99dffbf1fd8b731234a2169bdd0fcb4 | deploy/charts/cert-manager/Chart.template.yaml | deploy/charts/cert-manager/Chart.template.yaml | apiVersion: v1
name: cert-manager
# The version and appVersion fields are set automatically by the release tool
version: v0.1.0
appVersion: v0.1.0
kubeVersion: ">= 1.16.0-0"
description: A Helm chart for cert-manager
home: https://github.com/cert-manager/cert-manager
icon: https://raw.githubusercontent.com/cert-manager... | apiVersion: v1
name: cert-manager
# The version and appVersion fields are set automatically by the release tool
version: v0.1.0
appVersion: v0.1.0
kubeVersion: ">= 1.19.0-0"
description: A Helm chart for cert-manager
home: https://github.com/cert-manager/cert-manager
icon: https://raw.githubusercontent.com/cert-manager... | Update minimum version constraint to be 1.19.0-0 | Update minimum version constraint to be 1.19.0-0
Signed-off-by: Dean Coakley <4633b6ea1d9a27ba23efc9dd56ed43897c6268a7@gmail.com>
| YAML | apache-2.0 | jetstack/cert-manager,cert-manager/cert-manager,jetstack/cert-manager,cert-manager/cert-manager,cert-manager/cert-manager,jetstack/cert-manager |
ea865e54ad4b8ce3783169b9475a2ab027a6f1bb | playbook/roles/bsdkit_sysprep/tasks/main.yml | playbook/roles/bsdkit_sysprep/tasks/main.yml | ---
- name: Create /etc/rc.d/digitalocean
when: platform_is_digitalocean
copy:
src: files/digitalocean
dest: /etc/rc.d/digitalocean
owner: root
group: wheel
mode: "0755"
- name: Enable digitalocean service
when: platform_is_digitalocean
service:
name: digitalocean
enabled: true
... | ---
- name: Create /etc/rc.d/digitalocean
when: platform_is_digitalocean
copy:
src: files/digitalocean
dest: /etc/rc.d/digitalocean
owner: root
group: wheel
mode: "0755"
- name: Enable digitalocean service
when: platform_is_digitalocean
service:
name: digitalocean
enabled: true
... | Fix 'Commands should not change things if nothing needs doing.' | Fix 'Commands should not change things if nothing needs doing.'
| YAML | bsd-2-clause | olgeni/bsdkit |
3e88cd7073c57e64610bf630f8a6fc345c41c6ef | circle.yml | circle.yml | nodes:
www:
ami: ami-85b47fec
instance-type: "m1.small"
username: ubuntu
## following only necessary for deployment
availability-zone: "us-east-1a" # customers *could* specify this, probably shouldn't care.
public-key: "backend/www.id_rsa.pub"
private-key: "backend/www.id_rsa"
secur... | nodes:
www:
ami: ami-f1de1598
instance-type: "m1.small"
username: ubuntu
## following only necessary for deployment
availability-zone: "us-east-1a" # customers *could* specify this, probably shouldn't care.
public-key: "backend/www.id_rsa.pub"
private-key: "backend/www.id_rsa"
secur... | Move the RVM source line to the top of ~/.bashrc, so rvm is available in non-interactive shells. | Move the RVM source line to the top of ~/.bashrc, so rvm is available in non-interactive shells.
| YAML | epl-1.0 | RayRutjes/frontend,circleci/frontend,RayRutjes/frontend,prathamesh-sonpatki/frontend,circleci/frontend,circleci/frontend,prathamesh-sonpatki/frontend |
2c08be52ad3cdc7775a73be7207fca65e5de6dc0 | circle.yml | circle.yml | machine:
java:
version: oraclejdk8
after_success:
- mvn clean test jacoco:report coveralls:report | machine:
java:
version: oraclejdk8
test:
post:
- mvn jacoco:report coveralls:report | Fix call to Jacoco and coveralls in CircleCI | Fix call to Jacoco and coveralls in CircleCI
| YAML | apache-2.0 | Hacker-Peers/SQLIDetectionDriver,pldupont/SQLIDetectionDriver |
dd1ff2a6f8d218f122ace9f4f0b9674485e88fa5 | circle.yml | circle.yml | checkout:
post:
- rm -rf $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
- mkdir -p $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME
- cp -r $HOME/$CIRCLE_PROJECT_REPONAME $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME
machine:
timezone: Asia... | checkout:
post:
- rm -rf $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
- mkdir -p $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME
- cp -r $HOME/$CIRCLE_PROJECT_REPONAME $HOME/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME
- go version
- cat... | Fix Circle CI configuration for release | Fix Circle CI configuration for release
| YAML | mit | minodisk/resizer,minodisk/resizer |
4a969d164d67032e14efd53ca656d12e92413e7f | circle.yml | circle.yml | # Warning: This file is automatically synced from https://github.com/ipfs/ci-sync so if you want to change it, please change it there and ask someone to sync all repositories.
machine:
node:
version: 8 # LTS
test:
pre:
- npm run lint
post:
- make test
- npm run coverage -- --upload --providers co... | # Warning: This file is automatically synced from https://github.com/ipfs/ci-sync so if you want to change it, please change it there and ask someone to sync all repositories.
machine:
node:
version: 9
test:
pre:
- npm run lint
post:
- make test
- npm run coverage -- --upload --providers coverall... | Use a version of node with module version 59 | chore: Use a version of node with module version 59
| YAML | mit | ipfs/node-ipfs |
b48229b385a75ae407fc9e04fbd115224263ebd1 | circle.yml | circle.yml | dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter android-23,build-tools-23.0.1
- echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-android-m2repository
test:
override:
# start the emulator
- emulator -avd circleci-android22 -no-audio -no-window... | machine:
java:
version: oraclejdk8
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter android-23,build-tools-23.0.1
- echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-android-m2repository
test:
override:
# start the emulator
- emulator -av... | Make Circle CI use Java 8 (for retrolambda) | Make Circle CI use Java 8 (for retrolambda)
| YAML | mit | xaethos/tracker-notifier,xaethos/tracker-notifier |
f7f7c4c6c11a0a413a4cbe0cbaeeff287f91aef6 | circle.yml | circle.yml | machine:
services:
- docker
environment:
# DEBUG_LINTING: true
checkout:
pre:
- git config --global user.email "circleci@lintci.com"
- git config --global user.name "LintCI's CircleCI Bot"
dependencies:
cache_directories:
- "~/.docker"
post:
- bundle exec rake docker:load
- bundle ... | machine:
services:
- docker
environment:
# DEBUG_LINTING: true
checkout:
pre:
- git config --global user.email "circleci@lintci.com"
- git config --global user.name "LintCI's CircleCI Bot"
dependencies:
cache_directories:
- "~/.docker"
post:
- bundle exec rake docker:pull
- bundle ... | Switch back to pull model, it's faster. | Switch back to pull model, it's faster.
| YAML | mpl-2.0 | lintci/lint_trap,lintci/lint_trap |
f94a450d17878957264460388899fafe919f27f9 | circle.yml | circle.yml | machine:
pre:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
services:
- docker
environment:
LOG_LEVEL: DEBUG
dependencies:
pre:
- docker -v
- docker pull ches/kafka:0.9.0.1
- docker pull jplock/zookeeper:3.4.6
- gem install bund... | machine:
pre:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
services:
- docker
environment:
LOG_LEVEL: DEBUG
dependencies:
pre:
- docker -v
- docker pull ches/kafka:0.9.0.1
- docker pull jplock/zookeeper:3.4.6
test:
override:
... | Use default version of Bundler on CI | Use default version of Bundler on CI
| YAML | apache-2.0 | crashlytics/ruby-kafka,zendesk/ruby-kafka,zendesk/ruby-kafka,crashlytics/ruby-kafka |
c047ada26608f91451567eb239bece4c34a2b8fd | circle.yml | circle.yml | test:
override:
- echo "test"
deployment:
production:
branch: master
commands:
- scp -r * circleci@getkap.co:/var/www/getkap.co/html/
| test:
override:
- echo "test"
deployment:
production:
branch: master
commands:
- rsync -avz -e "ssh" . tim@getkap.co:/var/www/getkap.co/html/
| Test deployment with user key | Test deployment with user key
| YAML | mit | wulkano/kap-website,wulkano/getkap.co,wulkano/getkap.co,wulkano/kap-website |
a2a3aa078c4bc7de8636d19f28ba960eaa379d2e | circle.yml | circle.yml | ---
machine:
environment:
DB: postgres
services:
- postgresql
ruby:
version: 2.2.4
dependencies:
override:
- ./build-ci.rb install
test:
override:
- './build-ci.rb test':
parallel: true
| ---
machine:
environment:
DB: postgres
services:
- postgresql
ruby:
version: 2.3.1
dependencies:
override:
- ./build-ci.rb install
test:
override:
- './build-ci.rb test':
parallel: true
| Test against ruby 2.3.1 on CircleCI | Test against ruby 2.3.1 on CircleCI
| YAML | bsd-3-clause | DarkoP/spree,imella/spree,imella/spree,calvinl/spree,vinayvinsol/spree,ayb/spree,vinsol/spree,siddharth28/spree,calvinl/spree,ayb/spree,calvinl/spree,DarkoP/spree,vinsol/spree,vinayvinsol/spree,siddharth28/spree,vinayvinsol/spree,imella/spree,ayb/spree,siddharth28/spree,DarkoP/spree,vinsol/spree,ayb/spree,vinsol/spree,... |
176f200c0da09e70b8811e2597806d7e4a6939c0 | circle.yml | circle.yml | machine:
environment:
TOOLS_VERSION: 25.1.6
BUILD_TOOLS_VERSION: 23.0.3
java:
version: oraclejdk8
dependencies:
pre:
- if ! $(grep -q "Revision="$TOOLS_VERSION $ANDROID_HOME/tools/source.properties); then echo y | android update sdk --no-ui --all --filter "tools"; fi
- if [ ! -e $ANDROID_HOME... | machine:
environment:
TARGET_SDK_VERSION: 24
TOOLS_VERSION: 25.1.7
BUILD_TOOLS_VERSION: 24.0.0
java:
version: oraclejdk8
dependencies:
pre:
- if ! $(grep -q "Revision="$TOOLS_VERSION $ANDROID_HOME/tools/source.properties); then echo y | android update sdk --no-ui --all --filter "tools"; fi
... | Update CircleCI config for Android N support. | Update CircleCI config for Android N support.
| YAML | mit | vickychijwani/quill,vickychijwani/quill,vickychijwani/quill,vickychijwani/quill |
a165565178d83044032792ce6e0509ebac97f052 | circle.yml | circle.yml | machine:
environment:
ANDROID_NDK_ROOT: $ANDROID_NDK
## Customize dependencies
dependencies:
pre:
- sudo apt-get update && sudo apt-get install libssl-dev python3 python3-setuptools ruby
override:
- make
- make test
- make test_all
- sudo make install
- sudo make pythemis_install
... | machine:
environment:
ANDROID_NDK_ROOT: $ANDROID_NDK
## Customize dependencies
dependencies:
pre:
- sudo apt-get update && sudo apt-get install libssl-dev python3 python3-setuptools ruby
override:
- make
- make test
- make test_all
- sudo make install
- sudo make pythemis_install
... | Add Python SA to ci tests | Add Python SA to ci tests
| YAML | apache-2.0 | cossacklabs/themis,mnaza/themis,Lagovas/themis,storojs72/themis,mnaza/themis,mnaza/themis,storojs72/themis,mnaza/themis,Lagovas/themis,storojs72/themis,Lagovas/themis,cossacklabs/themis,cossacklabs/themis,storojs72/themis,storojs72/themis,cossacklabs/themis,Lagovas/themis,mnaza/themis,Lagovas/themis,mnaza/themis,Lagova... |
c72c26add523763af186ba415fd5105245a43d54 | circle.yml | circle.yml | dependencies:
override:
- rvm-exec 2.0.0-p353 bundle install -j 4
- rvm-exec 2.0.0-p353 bundle exec appraisal install -j 4
- rvm-exec 2.2.2 bundle install -j 4
- rvm-exec 2.2.2 bundle exec appraisal install -j 4
test:
override:
- RACK_ENV=development rvm-exec 2.0.0-p353 bundle exec appraisal rsp... | dependencies:
override:
- rvm-exec 2.1.0 bundle install -j 4
- rvm-exec 2.1.0 bundle exec appraisal install -j 4
- rvm-exec 2.2.2 bundle install -j 4
- rvm-exec 2.2.2 bundle exec appraisal install -j 4
test:
override:
- RACK_ENV=development rvm-exec 2.1.0 bundle exec appraisal rspec
- RACK_E... | Update Ruby 2.0.0 to 2.1.0 in CircleCI | Update Ruby 2.0.0 to 2.1.0 in CircleCI
| YAML | bsd-3-clause | FundingCircle/loga |
045b44b5a22a55461ea098ae6def4a51f0509ccd | resources/keystone_puppet/meta.yaml | resources/keystone_puppet/meta.yaml | id: keystone_puppet
handler: puppet
puppet_module: keystone
version: 1.0.0
input:
admin_token:
schema: str!
value: admin_token
db_user:
schema: str!
value:
db_password:
schema: str!
value:
db_name:
schema: str!
value:
db_host:
schema: str!
... | id: keystone_puppet
handler: puppet
puppet_module: keystone
version: 1.0.0
input:
admin_token:
schema: str!
value: admin_token
db_user:
schema: str!
value:
db_password:
schema: str!
value:
db_name:
schema: str!
value:
db_host:
schema: str!
... | Adjust keystone_puppet to use Librarian resource | Adjust keystone_puppet to use Librarian resource
| YAML | apache-2.0 | zen/solar,loles/solar,Mirantis/solar,Mirantis/solar,loles/solar,Mirantis/solar,openstack/solar,zen/solar,Mirantis/solar,pigmej/solar,openstack/solar,zen/solar,openstack/solar,pigmej/solar,loles/solar,pigmej/solar,loles/solar,zen/solar |
af92f83f73f5e609ab008a0e68b0930d38003d9d | packages/po/potoki-cereal.yaml | packages/po/potoki-cereal.yaml | homepage: https://github.com/metrix-ai/potoki-cereal
changelog-type: ''
hash: 6eb5e9eab89b19175bdac3783e2c78afd5d33d415fddbd792a0a0e1d4da62757
test-bench-deps: {}
maintainer: Metrix.AI Ninjas <ninjas@metrix.ai>
synopsis: Streaming serialization
changelog: ''
basic-deps:
cereal: ! '>=0.5 && <0.6'
bytestring: ! '>=0.... | homepage: https://github.com/metrix-ai/potoki-cereal
changelog-type: ''
hash: 6f65d498e3c3988d2c603cb97b1798dd7553cebe7ea070c8ce8743b418d05073
test-bench-deps: {}
maintainer: Metrix.AI Ninjas <ninjas@metrix.ai>
synopsis: Streaming serialization
changelog: ''
basic-deps:
cereal: ! '>=0.5 && <0.6'
bytestring: ! '>=0.... | Update from Hackage at 2018-07-09T12:54:50Z | Update from Hackage at 2018-07-09T12:54:50Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
94b34c513a4f98e901433b50a867fddfc2db112e | cinder/component.yml | cinder/component.yml | name: cinder
file: cinder.py
description: OpenStack Cinder Component
Services:
- name: install_and_configure
description: Install cinder and configure it
methods:
- install
- set_config_file
- name: start
description: Start the cinder service
methods:
- is... | name: cinder
file: cinder.py
description: OpenStack Cinder Component
Services:
- name: install
description: Install cinder and configure it
methods:
- install
- set_config_file
- name: start
description: Start the cinder service
methods:
- iscsi_start
... | Rename default method of cinder | Rename default method of cinder
| YAML | apache-2.0 | StackOps/fabuloso-catalog-360 |
8d3ebf4f0880d635e70e0ecea81fee792725ca5e | packages/wo/workflow-pure.yaml | packages/wo/workflow-pure.yaml | homepage: http://github.com/sboosali/workflow-pure#readme
changelog-type: ''
hash: b33a522f310eb88f902fa08e6714e11951abcbc3486f8e9755fa6aedbd890630
test-bench-deps:
base: -any
hspec: ==2.2.*
criterion: -any
doctest: -any
workflow-pure: -any
deepseq: -any
QuickCheck: ==2.8.*
maintainer: samboosalis@gmail.c... | homepage: http://github.com/sboosali/workflow-pure#readme
changelog-type: ''
hash: 3d5a268e224f48aba58e618facb1d627c0d8b356d862a92efa82c8a10906fd46
test-bench-deps:
base: -any
hspec: ==2.2.*
criterion: -any
doctest: -any
workflow-pure: -any
deepseq: -any
QuickCheck: ==2.8.*
maintainer: samboosalis@gmail.c... | Update from Hackage at 2017-05-04T02:33:30Z | Update from Hackage at 2017-05-04T02:33:30Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4d86bd56fa34a5c7fd9df799170aa490d10360eb | src/test/it/essentials.yml | src/test/it/essentials.yml | ---
packaging:
# We cannot use BOM here, because BOM does not support build by relative path
configFile: "packager-config.yml"
ath:
useLocalSnapshots: false
tests:
- "plugins.SshSlavesPluginTest"
- "core.SlaveTest"
categories:
- "org.jenkinsci.test.acceptance.junit.SmokeTest"
pct:
useLocalSnapsh... | ---
packaging:
# We cannot use BOM here, because BOM does not support build by relative path
configFile: "packager-config.yml"
ath:
useLocalSnapshots: false
athImage: "local"
tests:
- "plugins.SshSlavesPluginTest"
- "core.SlaveTest"
categories:
- "org.jenkinsci.test.acceptance.junit.SmokeTest"
p... | Use local ATH image to workaround INFRA-1619 | Use local ATH image to workaround INFRA-1619
| YAML | mit | jenkinsci/remoting,jenkinsci/remoting |
3ee4ccf14f59cd59febfcc95a3ba60616c7a6b41 | definition.yml | definition.yml | ---
cpu_count: '1'
memory_size: '512'
disk_size: '10140'
disk_format: VDI
hostiocache: 'off'
os_type_id: Ubuntu
boot_wait: '0'
boot_cmd_sequence: []
ssh_login_timeout: '10000'
ssh_user: root
ssh_password: vagrant
ssh_key: ''
ssh_host_port: '7222'
ssh_guest_port: '22'
sudo_cmd: bash '%f'
shutdown_cmd: shutdown -P now
po... | ---
:cpu_count: '1'
:memory_size: '512'
:disk_size: '10140'
:disk_format: VDI
:hostiocache: 'off'
:os_type_id: Ubuntu
:boot_wait: '0'
:boot_cmd_sequence: []
:ssh_login_timeout: '10000'
:ssh_user: root
:ssh_password: vagrant
:ssh_key: ''
:ssh_host_port: '7222'
:ssh_guest_port: '22'
:sudo_cmd: bash '%f'
:shutdown_cmd: sh... | Revert "no : in yaml kys" | Revert "no : in yaml kys"
This reverts commit 6fa9075651273daa6146986d2aa19a1f82918a2c.
| YAML | apache-2.0 | dstrctrng/definition-distro,dstrctrng/definition-precise,dstrctrng/definition-lucid,dstrctrng/definition-distro,dstrctrng/definition-lucid,dstrctrng/definition-quantal,dstrctrng/definition-precise,dstrctrng/definition-quantal |
408e8a35f0d2e06eefb02a8029a61dea4934d19f | packages/fi/filtrable.yaml | packages/fi/filtrable.yaml | homepage: https://github.com/strake/filtrable.hs
changelog-type: ''
hash: 0bad2b01b3005117f0b286db5d3e74e150dfaca0ead15404b4fbce99c69787a5
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Class of filtrable containers
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.1... | homepage: https://github.com/strake/filtrable.hs
changelog-type: ''
hash: fe88a07d90be0349d79adafc45c8042c3e71b8c651302879ff0db55daf050cc8
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Class of filtrable containers
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.1... | Update from Hackage at 2019-12-18T06:43:49Z | Update from Hackage at 2019-12-18T06:43:49Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
44151136de1f128b1925f6108fd029b6d0000cf6 | hieradata/nodes/local2/local2-identity-01.yaml | hieradata/nodes/local2/local2-identity-01.yaml | ---
network::interfaces_hash:
'eth0':
ipaddress: "%{hiera('netcfg_mgmt_netpart')}.81"
netmask: "%{hiera('netcfg_mgmt_netmask')}"
gateway: "%{hiera('netcfg_mgmt_gateway')}"
mtu: '1500'
dns1: "%{hiera('netcfg_dns_server1')}"
dns2: "%{hiera('netcfg_dns_server2')}"
domain: ... | ---
network::interfaces_hash:
'eth0':
ipaddress: "%{hiera('netcfg_mgmt_netpart')}.81"
netmask: "%{hiera('netcfg_mgmt_netmask')}"
gateway: "%{hiera('netcfg_mgmt_gateway')}"
mtu: '1500'
dns1: "%{hiera('netcfg_dns_server1')}"
dns2: "%{hiera('netcfg_dns_server2')}"
domain: ... | Use fernet setup on both regions in multi region | Use fernet setup on both regions in multi region
| YAML | apache-2.0 | tanzr/himlar,mikaeld66/himlar,norcams/himlar,TorLdre/himlar,raykrist/himlar,raykrist/himlar,raykrist/himlar,mikaeld66/himlar,norcams/himlar,mikaeld66/himlar,mikaeld66/himlar,TorLdre/himlar,raykrist/himlar,norcams/himlar,TorLdre/himlar,norcams/himlar,TorLdre/himlar,tanzr/himlar,tanzr/himlar,raykrist/himlar,norcams/himla... |
f7eca48996141c626721388389faa3ffd8f5712e | packages/ya/yarn-lock.yaml | packages/ya/yarn-lock.yaml | homepage: https://github.com/Profpatsch/yaml-lock#readme
changelog-type: ''
hash: 7f71a6d434d1955f8aca5159b9f05ceb88167d584dadfac844cd58cf43d5adea
test-bench-deps: {}
maintainer: mail@profpatsch.de
synopsis: Represent and parse yarn.lock files
changelog: ''
basic-deps:
base: ==4.*
text: -any
megaparsec: ==5.*
p... | homepage: https://github.com/Profpatsch/yarn-lock#readme
changelog-type: markdown
hash: 7fd55295a10edcce93f8c5c6f65622e1eef726032bc25271dfd32b80597cc1c7
test-bench-deps:
ansi-wl-pprint: ! '>=0.6'
tasty-th: ! '>=0.1.7'
base: ==4.*
text: -any
megaparsec: ==5.*
protolude: ! '>=0.1'
containers: -any
yarn-lo... | Update from Hackage at 2017-05-21T21:15:17Z | Update from Hackage at 2017-05-21T21:15:17Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0cc229d57278a7d6d3435e36b55018003f934266 | .codeclimate.yml | .codeclimate.yml | ---
engines:
fixme:
enabled: true
markdownlint:
enabled: true
checks:
MD013:
enabled: false
ratings:
paths:
- "**/*.md"
exclude_paths: []
| ---
engines:
fixme:
enabled: true
markdownlint:
enabled: true
checks:
MD013:
enabled: false
MD026:
enabled: false
ratings:
paths:
- "**/*.md"
exclude_paths: []
| Disable markdownlint trailing punctuation in header | Disable markdownlint trailing punctuation in header
| YAML | mit | tedmiston/notes,tedmiston/notes,tedmiston/notes |
df518c4a6389a4d06a310030392fea4096988aa1 | .codeclimate.yml | .codeclimate.yml | ---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 300
exclude_paths:
- "**/tests"
eslint:
enabled: true
channel: "eslint-2"
fixme:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "... | ---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 300
exclude_paths:
- "**/tests"
- "**/lib"
eslint:
enabled: true
channel: "eslint-2"
fixme:
enabled: true
ratings:
paths:
- "**.css"
... | Exclude lib folder for duplication engine | Exclude lib folder for duplication engine
| YAML | mit | MitocGroup/deep-microservices-root-angular2,MitocGroup/deep-microservices-root-angular,MitocGroup/deep-microservices-root-angular2,MitocGroup/deep-microservices-root-angular,MitocGroup/deep-microservices-root-angular2,MitocGroup/deep-microservices-root-angular,MitocGroup/deep-microservices-root-angular,MitocGroup/deep-... |
8a52c421325ab1b3f7a6d089091cc3e2455edbbc | .codeclimate.yml | .codeclimate.yml | engines:
gofmt:
enabled: true
golint:
enabled: true
govet:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.go"
exclude_paths:
- "**/vendor/**/*"
| engines:
gofmt:
enabled: true
golint:
enabled: true
govet:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.go"
exclude_paths:
- "**_test.go"
- "**/vendor/**/*"
| Remove test files from code climate analysis | Remove test files from code climate analysis
| YAML | mit | ustrajunior/minion |
78e9b903467154b1daf6cc90381b920b8030bfa4 | .codeclimate.yml | .codeclimate.yml | # Save as .codeclimate.yml (note leading .) in project root directory
languages:
Ruby: false
JavaScript: true
TypeSrcipt: true
# exclude_paths:
# - "foo/bar.rb" | # Save as .codeclimate.yml (note leading .) in project root directory
languages:
Ruby: false
JavaScript: true
TypeSrcipt: true
exclude_paths:
- "lib/" | Exclude the lib output (just check the source) | Exclude the lib output (just check the source)
| YAML | mit | steelbreeze/state.js,steelbreeze/state.js |
a5681a1b369d16430a88ac1ce836332297462fcf | .codeclimate.yml | .codeclimate.yml | version: "2"
checks:
argument-count:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
plugins:
fixme:
enabled: true
pmd:
enabled: true
sonar-java:
enabled: true
channel: beta
conf... | version: "2"
checks:
argument-count:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
plugins:
fixme:
enabled: true
pmd:
enabled: true
sonar-java:
enabled: true
channel: beta
conf... | Disable sonar-java cognitive complexity checks | [CODECLIMATE] Disable sonar-java cognitive complexity checks
| YAML | mit | itachi1706/CheesecakeUtilities,itachi1706/CheesecakeUtilities,itachi1706/CheesecakeUtilities,itachi1706/CheesecakeUtilities |
52db209ff83d1b2c8ef0f93d599a844f12a715ef | .readthedocs.yml | .readthedocs.yml | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# fail_on_warning: true
# Optionally build your docs in additiona... | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# fail_on_warning: true
# Optionally build your docs in additiona... | Bump RTD python version to 3.8. | Bump RTD python version to 3.8.
| YAML | mit | catalyst-cooperative/pudl,catalyst-cooperative/pudl |
91ca03e56a2af6e7c618bfccb4de29127ae55a64 | db/config.yml | db/config.yml | # SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
adapter: sqlite3
database: db/dtf_development.sqlite3
pool: 5
timeout: 5000
# Warning: The database defined as "test" will be erased and
# re-generated from your development data... | # SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
adapter: sqlite3
database: db/dtf_development.sqlite3
pool: 5
timeout: 5000
# Warning: The database defined as "test" will be erased and
# re-generated from your development data... | Set the wrong timeout value. Fixed. | Set the wrong timeout value. Fixed.
| YAML | mit | ddd/dtf,dtf-gems/dtf,ddd/dtf,dtf-gems/dtf |
b70b029644565a84d569a454395564656b5e3324 | docs/environment.yml | docs/environment.yml | name: test
channels:
- omnia
- defaults
- conda-forge
dependencies:
- python
- mdtraj
- numpy
- scipy
- pandas
- nbsphinx
- pandoc
| name: test
channels:
- omnia
- defaults
- conda-forge
dependencies:
- python
- mdtraj
- numpy
- scipy
- pandas
- nbsphinx
- pandoc
- jupyter
| Add Jupyter to RTD reqs | Add Jupyter to RTD reqs
| YAML | lgpl-2.1 | dwhswenson/contact_map,dwhswenson/contact_map |
3446f82b93fe6aeae641fcab9357f7ac6063ae21 | docker-compose.yml | docker-compose.yml | version: '2'
services:
database:
container_name: dhis2-database
image: pgracio/dhis2-db:2.26-sierra-leone
environment:
POSTGRES_USER: dhis
POSTGRES_DB: dhis
POSTGRES_PASSWORD: dhis
POSTGRES_DB_TARGET: dhis-target
PG_DATA: /var/lib/postgresql/data/pgdata:z
ports:
- "5... | version: '2.1'
services:
database:
container_name: dhis2-database
image: pgracio/dhis2-db:2.26-sierra-leone
environment:
POSTGRES_USER: dhis
POSTGRES_DB: dhis
POSTGRES_PASSWORD: dhis
POSTGRES_DB_TARGET: dhis-target
PG_DATA: /var/lib/postgresql/data/pgdata:z
ports:
- ... | Configure a check that’s run to determine whether or not containers are “healthy”. No need to use wait-for-it.sh | Configure a check that’s run to determine whether or not containers are “healthy”. No need to use wait-for-it.sh
| YAML | bsd-3-clause | joaoantunes87/api-tests,joaoantunes87/api-tests |
fac4ca7c94997ef212fea2987be88159f579b6b6 | docker-compose.yml | docker-compose.yml | web:
build: .
command: bundle exec rails s -p 3000 -b '0.0.0.0'
volumes:
- .:/morph
ports:
- "3000:3000"
links:
- db
# TODO: Add data volume
elasticsearch:
image: elasticsearch:1.6.0
ports:
- "9200:9200"
# TODO: Add data volume
# TODO: Use a specific version of mysql
db:
image: mysql
... | web:
build: .
command: bundle exec rails s -p 3000 -b '0.0.0.0'
volumes:
- .:/morph
ports:
- "3000:3000"
links:
- db
# TODO: Add data volume
elasticsearch:
image: elasticsearch:1.6.0
ports:
- "9200:9200"
# TODO: Add data volume
# TODO: Use a specific version of mysql
db:
image: mysql
... | Add mimtproxy to docker compose setup | Add mimtproxy to docker compose setup
| YAML | agpl-3.0 | openaustralia/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph |
a3998aaa847d0b891ed6b850fa0fd68f035dc85a | docker-compose.yml | docker-compose.yml | version: '2'
services:
jekyll:
image: starefossen/github-pages
ports:
- "4000:4000"
volumes:
- .:/usr/src/app
| version: '2'
services:
jekyll:
image: starefossen/github-pages:latest
ports:
- "4000:4000"
volumes:
- .:/usr/src/app
| Add Latest Tag To Docker Compose | Add Latest Tag To Docker Compose
| YAML | mit | MattHodge/matthodge.github.io,MattHodge/matthodge.github.io,MattHodge/matthodge.github.io |
f10c4e812df7f678e4d0eaa2bdd5d3d14656a598 | docker-compose.yml | docker-compose.yml | version: '3.1'
services:
mongodb:
container_name: embulk-input-mongodb_server
image: mongo:3.6
restart: always
ports:
- 27017:27017
- 27018:27018
environment:
MONGO_INITDB_ROOT_USERNAME: admin
MONGO_INITDB_ROOT_PASSWORD: tiger
volumes:
- mongodb-data:/data/db
- mong... | version: '3.1'
services:
mongodb:
container_name: embulk-input-mongodb_server
image: mongo:3.6
restart: always
ports:
- 27017:27017
- 27018:27018
environment:
MONGO_INITDB_ROOT_USERNAME: admin
MONGO_INITDB_ROOT_PASSWORD: tiger
volumes:
- mongodb-data:/data/db
- mong... | Add "sleep 15" before exec mongo command for Travis CI | Add "sleep 15" before exec mongo command for Travis CI
| YAML | mit | hakobera/embulk-input-mongodb,hakobera/embulk-input-mongodb |
d2c07a952d34c6882ab81c3935cd3f977953845b | manifests/monitoring/dashboard/deployment.yaml | manifests/monitoring/dashboard/deployment.yaml | kind: Deployment
apiVersion: extensions/v1beta1
metadata:
name: dashboard
namespace: monitoring
labels:
app: dashboard
spec:
replicas: 1
template:
metadata:
labels:
app: dashboard
spec:
containers:
- name: dashboard
image: gcr.io/google_containers/kubernetes-dashb... | kind: Deployment
apiVersion: extensions/v1beta1
metadata:
name: dashboard
namespace: monitoring
labels:
app: dashboard
spec:
replicas: 1
template:
metadata:
labels:
app: dashboard
spec:
containers:
- name: dashboard
image: gcr.io/google_containers/kubernetes-dashb... | Update Dashboard to version 1.5.1 | Update Dashboard to version 1.5.1
| YAML | mit | codeformuenster/kubernetes-deployment,codeformuenster/kubernetes-deployment |
ebb3a4c45721784e045a7daeee983844c04b67a7 | ci/nested-shed-tests.yml | ci/nested-shed-tests.yml | ---
image: docker:///cloudfoundry/garden-ci-ubuntu
platform: linux
inputs:
- name: gr-release-develop
run:
path: gr-release/ci/scripts/nested-shed-tests
| ---
image: docker:///cloudfoundry/garden-ci-ubuntu
platform: linux
inputs:
- name: gr-release-develop
run:
path: gr-release-develop/ci/scripts/nested-shed-tests
| Fix the naming for gr-release-develop | Fix the naming for gr-release-develop
Signed-off-by: Zhou Yu <7f3430145af357a9fd7cb1a2d072f9b26e6234cb@pivotal.io>
| YAML | apache-2.0 | cloudfoundry-incubator/guardian-release,cloudfoundry-incubator/guardian-release,cloudfoundry-incubator/guardian-release |
894faf2553c759bf6a26c6350be314c44f1a4bbf | roles/openshift_aws/tasks/build_elb_dict.yml | roles/openshift_aws/tasks/build_elb_dict.yml | ---
- name: querying elb
ec2_elb_facts:
names: "{{ openshift_aws_elb_names | join(',') }}"
region: "{{ openshift_aws_region }}"
register: elb_res
# lib_utils_oo_list_of_dict_to_dict_from_key is a custom filter in
# roles/lib_utils/filters/oo_filters.py
- name: set elb fact dictionary
set_fact:
l_open... | ---
- name: querying elb
ec2_elb_facts:
names: "{{ openshift_aws_elb_names | join(',') }}"
region: "{{ openshift_aws_region }}"
register: elb_res
# lib_utils_oo_list_of_dict_to_dict_from_key is a custom filter in
# roles/lib_utils/filters/oo_filters.py
- name: set elb fact dictionary
set_fact:
l_open... | Fix aws elb dictionary fact for dns | Fix aws elb dictionary fact for dns
This commit ensures we use proper element of registered
output.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1569631
| YAML | apache-2.0 | aveshagarwal/openshift-ansible,kwoodson/openshift-ansible,openshift/openshift-ansible,gburges/openshift-ansible,ewolinetz/openshift-ansible,aveshagarwal/openshift-ansible,ewolinetz/openshift-ansible,miminar/openshift-ansible,tagliateller/openshift-ansible,tagliateller/openshift-ansible,bparees/openshift-ansible,tagliat... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.