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 |
|---|---|---|---|---|---|---|---|---|---|
20f2e6b54385b864958ded704b2c5d81b82c9b1f | data/default_ingest_attributes.yml | data/default_ingest_attributes.yml | #
# values to use if these are not specified in the ingest
#
rights: 'All rights reserved (no additional license for public reuse)'
publisher: <%= GenericWork::DEFAULT_PUBLISHER %>
institution: <%= GenericWork::DEFAULT_INSTITUTION %>
license: <%= GenericWork::DEFAULT_LICENSE %>
#
# the admin notes for informational pu... | #
# values to use if these are not specified in the ingest
#
rights: 'All rights reserved (no additional license for public reuse)'
publisher: <%= GenericWork::DEFAULT_PUBLISHER %>
institution: <%= GenericWork::DEFAULT_INSTITUTION %>
license: <%= GenericWork::DEFAULT_LICENSE %>
#
# the admin notes for informational pu... | Update default ingest as no more migration, just new bulk ingest | Update default ingest as no more migration, just new bulk ingest
| YAML | apache-2.0 | uvalib/Libra2,uvalib/Libra2,uvalib/Libra2,uvalib/Libra2,uvalib/Libra2 |
8729363e0f6c6ab42c146ee4cb69d2c4dd484269 | azure-pipelines.yml | azure-pipelines.yml | trigger:
- master
jobs:
- job: Linux
pool:
vmImage: 'ubuntu-18.04'
steps:
- script: sudo apt-get update --fix-missing
- script: sudo apt-get install -y libgl1-mesa-dev libgles2-mesa-dev libopenal-dev libasound2-dev libxxf86vm-dev libxi-dev libxcursor-dev libxrandr-dev libxss-dev
- script: |
cd samp... | trigger:
- master
jobs:
- job: Linux
pool:
vmImage: 'ubuntu-18.04'
steps:
- script: sudo apt-get update --fix-missing
- script: sudo apt-get install -y libgl1-mesa-dev libgles2-mesa-dev libopenal-dev libasound2-dev libxxf86vm-dev libxi-dev libxcursor-dev libxrandr-dev libxss-dev
- script: |
cd samp... | Increment the macOS version for Azure | Increment the macOS version for Azure
| YAML | unlicense | elnormous/ouzel,elnormous/ouzel,elnormous/ouzel |
7487d84b634952f1eef1c6130516c61a271c1503 | azure-pipelines.yml | azure-pipelines.yml | # ASP.NET
# Build and test ASP.NET projects.
# Add steps that publish symbols, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4
pool:
vmImage: 'VS2017-Win2016'
variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Re... | # ASP.NET
# Build and test ASP.NET projects.
# Add steps that publish symbols, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4
pool:
vmImage: 'VS2017-Win2016'
variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Re... | Update Artifact name, fix whitespace | Update Artifact name, fix whitespace | YAML | mit | planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell |
c7d705a0b7fe8f2f463d31a9e8cdc31f138da281 | azure-pipelines.yml | azure-pipelines.yml | trigger:
- master
pool:
vmImage: 'windows-latest'
variables:
Major: 4
Minor: 0
BuildConfiguration: 'Release'
name: $(Major).$(Minor).$(BuildID)
steps:
- checkout: self
submodules: true
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '3.1.301'
includePreviewVersions: true
- task: Do... | trigger:
- master
pool:
vmImage: 'windows-latest'
variables:
Major: 4
Minor: 0
BuildConfiguration: 'Release'
name: $(Major).$(Minor).$(BuildID)
steps:
- checkout: self
submodules: true
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '3.1.302'
includePreviewVersions: true
- task: Do... | Update .net core sdk to latest | Update .net core sdk to latest | YAML | mit | mscrivo/ootd |
578d736488ec4b70897ff9440e07db7b88a9dee5 | roles/taiga-webserver/tasks/ssl-signed.yml | roles/taiga-webserver/tasks/ssl-signed.yml | ---
- name: deploy SSL private key
become: true
become_user: taiga
copy:
dest: "{{ _taiga_ssl_key_path }}"
mode: "0640"
content: "{{ taiga_webserver_ssl_key }}"
tags:
- config
- front-config
- name: deploy SSL certificate
become: true
become_user: taiga
copy:
dest: "{{ _taiga_ssl_... | ---
- name: deploy SSL private key
become: true
become_user: taiga
copy:
dest: "{{ _taiga_ssl_key_path }}"
mode: "0640"
content: "{{ taiga_ssl_key }}"
tags:
- config
- front-config
- name: deploy SSL certificate
become: true
become_user: taiga
copy:
dest: "{{ _taiga_ssl_certificat... | Fix non-selfsigned SSL certificate deployment | Fix non-selfsigned SSL certificate deployment
Commit 15d15366efb7a6715f7bd8e03f13f25c67b9b38c introduced this change
and missed two variable renames.
| YAML | agpl-3.0 | fghaas/taiga-ansible |
06c1e835b27239a40a38cd59237566b943cd823d | scripts/roles/cikit-jenkins/vars/main.yml | scripts/roles/cikit-jenkins/vars/main.yml | ---
jenkins_dest: /opt/jenkins
jenkins_lib: /var/lib/jenkins
jenkins:
package: "http://pkg.jenkins-ci.org/debian/binary/jenkins_2.50_all.deb"
repo: "deb http://pkg.jenkins.io/debian-stable binary/"
key: "https://pkg.jenkins.io/debian/jenkins-ci.org.key"
dependencies:
- openjdk-7-jre
- openjdk-7-jdk
... | ---
jenkins_dest: /opt/jenkins
jenkins_lib: /var/lib/jenkins
jenkins:
package: "http://pkg.jenkins-ci.org/debian/binary/jenkins_2.54_all.deb"
repo: "deb http://pkg.jenkins.io/debian-stable binary/"
key: "https://pkg.jenkins.io/debian/jenkins-ci.org.key"
dependencies:
- openjdk-7-jre
- openjdk-7-jdk
... | Update Jenkins version to 2.54 | [CIKit] Update Jenkins version to 2.54
| YAML | apache-2.0 | BR0kEN-/cikit,BR0kEN-/cikit,BR0kEN-/cikit,BR0kEN-/cikit,BR0kEN-/cikit |
905a30bed57f383224bf523545130107ca09bdc4 | config/jobs/kubernetes-sigs/service-apis/service-apis-config.yaml | config/jobs/kubernetes-sigs/service-apis/service-apis-config.yaml | presubmits:
kubernetes-sigs/service-apis:
- name: pull-service-apis-build
annotations:
testgrid-dashboards: sig-network-service-apis
testgrid-tab-name: build
decorate: true
path_alias: sigs.k8s.io/service-apis
always_run: true
skip_report: false
spec:
containers:
- im... | presubmits:
kubernetes-sigs/service-apis:
- name: pull-service-apis-build
annotations:
testgrid-dashboards: sig-network-service-apis
testgrid-tab-name: build
labels:
preset-dind-enabled: "true"
decorate: true
path_alias: sigs.k8s.io/service-apis
always_run: true
skip_report... | Enable docker on service-apis jobs | Enable docker on service-apis jobs
| YAML | apache-2.0 | BenTheElder/test-infra,cjwagner/test-infra,jessfraz/test-infra,dims/test-infra,brahmaroutu/test-infra,BenTheElder/test-infra,kubernetes/test-infra,jessfraz/test-infra,pwittrock/test-infra,cjwagner/test-infra,dims/test-infra,jessfraz/test-infra,cjwagner/test-infra,michelle192837/test-infra,cblecker/test-infra,jessfraz/t... |
6f4dbce599b7f20db87b28bc8a39019a54a5d294 | templates/install/ansible/roles/project/tasks/main.yml | templates/install/ansible/roles/project/tasks/main.yml | ---
- name: Create project namespace
shell: oc new-project {{ namespace }} --description="EnMasse Infrastructure"
register: namespace_exists
failed_when: namespace_exists.stderr != '' and 'already exists' not in namespace_exists.stderr
changed_when: namespace_exists.rc == 0
| ---
- name: Create project namespace
shell: oc new-project {{ namespace }} --description="EnMasse Infrastructure"
register: namespace_exists
failed_when: namespace_exists.stderr != '' and 'already exists' not in namespace_exists.stderr
changed_when: namespace_exists.rc == 0
- name: Select project namespace
sh... | Make sure project namespace is selected in the event it already exists | Make sure project namespace is selected in the event it already exists
| YAML | apache-2.0 | jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse |
652542f004f473a98b2ecf362ff8019b049b3bb4 | packages/gs/gstreamer.yaml | packages/gs/gstreamer.yaml | homepage: http://projects.haskell.org/gtk2hs/
changelog-type: ''
hash: 4b3032d9ca1e3b9e0f85d94622335f000ec00cc65bebaee9623fb717d70d9ad5
test-bench-deps: {}
maintainer: gtk2hs-users@lists.sourceforge.net
synopsis: Binding to the GStreamer open source multimedia framework.
changelog: ''
basic-deps:
bytestring: -any
b... | homepage: http://projects.haskell.org/gtk2hs/
changelog-type: ''
hash: e4552cc645778981e21ec8d129c7c4634c40731ac471125f54ddb854ee23ae96
test-bench-deps: {}
maintainer: gtk2hs-users@lists.sourceforge.net
synopsis: Binding to the GStreamer open source multimedia framework.
changelog: ''
basic-deps:
bytestring: -any
b... | Update from Hackage at 2016-05-22T15:19:20+0000 | Update from Hackage at 2016-05-22T15:19:20+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
0b8a971f31abca25b6a58c9ce25fcae3810e399e | packages/ha/hashflare.yaml | packages/ha/hashflare.yaml | homepage: https://github.com/nbrk/hashflare
changelog-type: ''
hash: a6f690f635b12064b1176286f46e129a99d2b6707e54460ea9a6edb6fd969606
test-bench-deps: {}
maintainer: nbrk@linklevel.net
synopsis: A library for working with HashFlare.io contracts and hashrates
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
simple-... | homepage: ''
changelog-type: ''
hash: accd8a66c743cbd6580182c1a85916dd6422d67a1587b7e2927849cd53e38f9a
test-bench-deps: {}
maintainer: nbrk@linklevel.net
synopsis: A library for working with HashFlare.io contracts and hashrates
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.1'
simple-money: ! '>=0.2.0.0'
containe... | Update from Hackage at 2017-01-21T00:05:06Z | Update from Hackage at 2017-01-21T00:05:06Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
409f598fd3d5729b13f8f17d9c8b4ada69dff2e9 | .gitlab-ci.yml | .gitlab-ci.yml | image: fedora:latest
variables:
DEPENDENCIES: chrpath vala gtk-doc
gobject-introspection-devel libxml2-devel
libsoup-devel glib2-devel gtk3-devel
liboauth-devel totem-pl-parser-devel
meson redhat-rpm-config gcc gcc-c++ glibc-devel
build_stable:
befor... | image: fedora:latest
variables:
DEPENDENCIES: chrpath vala gtk-doc
gobject-introspection-devel libxml2-devel
libsoup-devel glib2-devel gtk3-devel
liboauth-devel totem-pl-parser-devel
meson redhat-rpm-config gcc gcc-c++ glibc-devel
build_stable:
befor... | Build and run tests against grl-net and grl-pls | ci: Build and run tests against grl-net and grl-pls
| YAML | lgpl-2.1 | GNOME/grilo,GNOME/grilo |
08b280f027a52a5364069a84deade5671724b5d1 | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- |
apt-key adv -q --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F &&
add-apt-repository 'deb https://static.redox-os.org/toolchain/apt ./' &&
apt-get update -qq &&
apt-get purge -qq binutils-doc &&
apt-get install -qq build-essential nasm pkg-config fuse ... | before_script:
- |
apt-get install -qq build-essential gnupg nasm pkg-config fuse libfuse-dev genisoimage syslinux realpath &&
apt-key adv -q --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F &&
add-apt-repository 'deb https://static.redox-os.org/toolchain/apt ./' &&
apt-get u... | Install dependencies for apt-key before adding toolchain repo | Install dependencies for apt-key before adding toolchain repo
| YAML | mit | jackpot51/redox,jackpot51/redox,redox-os/redox,jackpot51/redox |
8b97313c8498980bd3abf72adf8a3d6243720b89 | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- angr-test sync hard
local:
script: "angr-test cle"
tags:
- "angr"
angr:
script: "angr-test angr"
tags:
- "angr"
fidget:
script: "angr-test fidget"
tags:
- "angr"
angrop:
script: "angr-test angrop"
tags:
- "angr"
cle_lint:
scri... | before_script:
- angr-test sync hard
local:
script: "angr-test cle"
tags:
- "angr"
angr:
script: "angr-test angr"
tags:
- "angr"
fidget:
script: "angr-test fidget"
tags:
- "angr"
angrop:
script: "angr-test angrop"
tags:
- "angr"
tracer:
script... | Add cle reverse dependencies tests | Add cle reverse dependencies tests
| YAML | bsd-2-clause | chubbymaggie/cle,angr/cle |
65dd4bca8c37c7df5bb806cda008a2c03104d3ae | .github/workflows/merge-dependabot-upgrades.yml | .github/workflows/merge-dependabot-upgrades.yml | # See https://github.com/ridedott/merge-me-action/
# This workflow automates merges from patches sent by Dependabot, and
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge... | # See https://github.com/ridedott/merge-me-action/
# This workflow automates merges from patches sent by Dependabot, and
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge... | Bump ridedott/merge-me-action from 2.9.79 to 2.9.80 | Bump ridedott/merge-me-action from 2.9.79 to 2.9.80
| YAML | mit | Ocramius/DoctrineBatchUtils |
1e24fed0a92cada371a56bcbb7ec9f0354cab985 | .gitlab-ci.yml | .gitlab-ci.yml | variables:
CI_SCRIPTS_DIR: "./ci"
gift-gala:
script:
- MATLAB_EXE=/Applications/MATLAB_R2015b.app/bin/matlab
- MATLAB_SCRIPT=$(pwd)/matlab/CIBuildAndTest.m
- "$CI_SCRIPTS_DIR/test-mac.sh $MATLAB_EXE $MATLAB_SCRIPT"
tags:
- gift-gala
- gift-mac
- matlab-r2015b
- cuda
gift-adelie:
sc... | variables:
CI_SCRIPTS_DIR: "./ci"
gift-gala:
script:
- MATLAB_EXE=/Applications/MATLAB_R2016b.app/bin/matlab
- MATLAB_SCRIPT=$(pwd)/matlab/CIBuildAndTest.m
- XCODE_EXE=/Applications/Xcode7.3.1.app/Contents/Developer
- env DEVELOPER_DIR=$XCODE_EXE $CI_SCRIPTS_DIR/test-mac.sh $MATLAB_EXE $MATLAB_SCRI... | Update test build to Xcode 7.3.1, Matlab R2016b, Cuda 7.5 | Update test build to Xcode 7.3.1, Matlab R2016b, Cuda 7.5
| YAML | bsd-3-clause | gift-surg/SlicSeg,gift-surg/SlicSeg,gift-surg/SlicSeg |
589378fecd155dc09bc422a2cf416da0f5a13568 | .gitlab-ci.yml | .gitlab-ci.yml | # Test job template
.test_template: &test_definition
stage: test
script:
- bundle install --jobs $(nproc) --without docs --path vendor
- bundle exec rake tests
- bundle exec rake spec
# Test with version present on Debian Stretch
test:puppet4.8:
image: ruby:2.3
variables:
PUPPET_VERSION: "~> 4.... | # Test job template
.test_template: &test_definition
stage: test
script:
- bundle install --jobs $(nproc) --without docs --path vendor
- bundle exec rake tests
- bundle exec rake spec
# Test with version present on Debian Buster
test:puppet5.5:
image: ruby:2.5
variables:
PUPPET_VERSION: "~> 5.5... | Drop puppet 4.8 and test against the latest puppet release in the CI | Drop puppet 4.8 and test against the latest puppet release in the CI
| YAML | agpl-3.0 | duritong/puppet-tor,duritong/puppet-tor |
dc83e7e24054277129bfd71569f629516dc99e3c | blueprints/modular/showcase.yaml | blueprints/modular/showcase.yaml | title: Showcase
'@extends': default
form:
fields:
tabs:
fields:
advanced:
fields:
columns:
fields:
column1:
fields:
name:
default: modular/showcase
'@data-options': ... | title: Showcase
'@extends': default
form:
fields:
tabs:
fields:
advanced:
fields:
columns:
fields:
column1:
fields:
name:
default: modular/showcase
'@data-options': ... | Fix for Showcase blueprint and PECL Yaml parser | Fix for Showcase blueprint and PECL Yaml parser
| YAML | mit | getgrav/grav-theme-antimatter,getgrav/grav-theme-antimatter,getgrav/grav-theme-antimatter,getgrav/grav-theme-antimatter |
19259069bd050c19811b79a0878640abfc39eed2 | ciongke/sinker_deployment.yaml | ciongke/sinker_deployment.yaml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: sinker
labels:
app: sinker
spec:
replicas: 1
template:
metadata:
labels:
app: sinker
spec:
containers:
- name: sinker
image: gcr.io/kubernetes-jenkins-pull/sinker:0.0
restartPolicy: Never
| apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: sinker
labels:
app: sinker
spec:
replicas: 1
template:
metadata:
labels:
app: sinker
spec:
containers:
- name: sinker
image: gcr.io/kubernetes-jenkins-pull/sinker:0.0
| Fix sinker restart policy. It's a deployment! | Fix sinker restart policy. It's a deployment!
| YAML | apache-2.0 | dchen1107/test-infra,brahmaroutu/test-infra,monopole/test-infra,michelle192837/test-infra,mikedanese/test-infra,gmarek/test-infra,cjwagner/test-infra,kubernetes/test-infra,krousey/test-infra,brahmaroutu/test-infra,gmarek/test-infra,piosz/test-infra,dims/test-infra,nlandolfi/test-infra-1,spxtr/test-infra,mtaufen/test-in... |
6578c35bf0e249f6e988a0cf21c3c3732404c447 | packages/ke/keera-hails-reactive-gtk.yaml | packages/ke/keera-hails-reactive-gtk.yaml | homepage: http://www.keera.es/blog/community/
changelog-type: ''
hash: ad4cbcaacbd2e242e58723f1b7e848a2271ed7b185ab3f6ee2768afdc0510215
test-bench-deps: {}
maintainer: ivan.perez@keera.es
synopsis: Haskell on Gtk rails - Reactive Fields for Gtk widgets
changelog: ''
basic-deps:
keera-hails-reactivevalues: -any
base... | homepage: http://www.keera.es/blog/community/
changelog-type: ''
hash: a0dfc0461193c650372e7381462da2c021a7489274149e13ab752697c0c5bba2
test-bench-deps: {}
maintainer: ivan.perez@keera.es
synopsis: Haskell on Gtk rails - Reactive Fields for Gtk widgets
changelog: ''
basic-deps:
keera-hails-reactivevalues: -any
base... | Update from Hackage at 2015-08-13T06:38:29+0000 | Update from Hackage at 2015-08-13T06:38:29+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
ee0745dfd4cc39b743576658438017b180de6abf | playbooks/roles/clear-nexus-vlans/tasks/main.yaml | playbooks/roles/clear-nexus-vlans/tasks/main.yaml | - name: Copy script to workspace
copy:
src: "clear_nexus_vlans.py"
dest: "{{ workspace }}/clear_nexus_vlans.py"
- name: Ensure nexus switch is in known_hosts
known_hosts:
name: "{{ nexus_ip }}"
key: "{{ lookup('pipe', 'ssh-keyscan -t rsa %s' % nexus_ip) }}"
- name: Clear the claimed VLANs on the N... | - name: Copy script to workspace
copy:
src: "clear_nexus_vlans.py"
dest: "{{ workspace }}/clear_nexus_vlans.py"
- name: ssh-keyscan the nexus switch
command: "ssh-keyscan -t rsa {{ nexus_ip }}"
register: nexus_keyscan_result
- name: Ensure nexus switch is in known_hosts
known_hosts:
name: "{{ nexu... | Use command instead of lookup in clear-nexus-vlans | Use command instead of lookup in clear-nexus-vlans
| YAML | apache-2.0 | CiscoSystems/project-config-third-party,CiscoSystems/project-config-third-party |
46914f064eeb4891da1f8990d3777f87a726613c | config/locale_task_config.yaml | config/locale_task_config.yaml | ---
yaml_strings_to_extract:
db/fixtures/miq_product_features.*:
- name
- description
db/fixtures/miq_report_formats.*:
- description
db/fixtures/notification_types.*:
- message
product/charts/layouts/*.yaml:
- title
product/charts/layouts/*/*.yaml:
- title
product/compare/*.yaml:
- headers
... | ---
yaml_strings_to_extract:
db/fixtures/miq_product_features{.yml,.yaml,/*.yml,/*.yaml}:
- name
- description
db/fixtures/miq_report_formats.*:
- description
db/fixtures/notification_types.*:
- message
product/charts/layouts/*.yaml:
- title
product/charts/layouts/*/*.yaml:
- title
product/compa... | Expand i18n yaml extraction for miq_product_feature pluggability | Expand i18n yaml extraction for miq_product_feature pluggability
| YAML | apache-2.0 | agrare/manageiq,agrare/manageiq,gmcculloug/manageiq,NickLaMuro/manageiq,aufi/manageiq,djberg96/manageiq,jrafanie/manageiq,kbrock/manageiq,andyvesel/manageiq,lpichler/manageiq,lpichler/manageiq,mzazrivec/manageiq,pkomanek/manageiq,branic/manageiq,yaacov/manageiq,jvlcek/manageiq,juliancheal/manageiq,chessbyte/manageiq,pk... |
87776a14841df472a1bfcf2fb2d8d9d08af4e40a | aws/stringer-cd.yaml | aws/stringer-cd.yaml | language: python
python:
- 2.7
env:
global:
before_install:
- pip install awscli
install:
- pip install -r requirements.txt
before_script:
script:
after_success:
| AWSTemplateFormatVersion: "2010-09-09"
Description: The code deployment application.
Parameters:
ServiceRole:
Default: INPUT_IAM
Description: IAM service role for code deploy
Type: String
ApplicationName:
Default: stringer-app
Type: String
EC2TagKey:
Default: owner
Type: String
... | Write the CF template for the code-deploy. Need to test. Publish for time and life. | Write the CF template for the code-deploy. Need to test. Publish for time and life.
| YAML | apache-2.0 | kalaboster/stringer,kalaboster/stringer |
e3a54feeea5d4d12bac0238258678887a1a6e39f | data/discovery/register/jobcentre.yaml | data/discovery/register/jobcentre.yaml | fields:
- "jobcentre"
- "name"
- "address"
- "postcode"
phase: "discovery"
register: "jobcentre"
registry: "department-for-work-pensions"
text: "Job Centre Offices"
| fields:
- "jobcentre"
- "name"
- "address"
- "postcode"
phase: "discovery"
register: "jobcentre"
registry: "department-for-work-pensions"
text: "Jobcentre Offices"
| Rename "Job Centre Offices" to "Jobcentre Offices" | Rename "Job Centre Offices" to "Jobcentre Offices"
| YAML | mit | openregister/registry-data |
8db9fb0bdc6c6ac0abcb014606da5bfb40176b46 | tests/Fixtures/FileConfigurations/resources.yml | tests/Fixtures/FileConfigurations/resources.yml | resources:
'ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\Dummy': ~
'ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\FileConfigDummy':
shortName: 'thedummyshortname'
description: 'Dummy resource'
itemOperations:
my_op_name:
method: 'GET'
my_o... | resources:
'ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\Dummy': ~
'ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity\FileConfigDummy':
shortName: 'thedummyshortname'
description: 'Dummy resource'
itemOperations:
my_op_name:
method: 'GET'
my_o... | Fix yaml file, key should be quoted | Fix yaml file, key should be quoted
| YAML | mit | soyuka/core,meyerbaptiste/core,jdeniau/DunglasApiBundle,teohhanhui/api-platform-core,meyerbaptiste/core,api-platform/core,vincentchalamon/core,jdeniau/DunglasApiBundle,teohhanhui/api-platform-core,soyuka/core,soyuka/DunglasApiBundle,api-platform/core,meyerbaptiste/core,vincentchalamon/core,leesiongchan/DunglasApiBundle... |
4a80ccf7cb253c1a69eb75ede3c658a614dcf231 | recipes/tifffile/meta.yaml | recipes/tifffile/meta.yaml | package:
name: tifffile
version: 0.3.1
source:
git_rev: v0.3.1
git_url: https://github.com/blink1073/tifffile
build:
number: 1
requirements:
build:
- python
- setuptools
- numpy x.x
run:
- python
- numpy x.x
test:
imports:
- tifffile
about:
home: https://github.com/blink1... | package:
name: tifffile
version: 0.7.0
source:
git_rev: v0.7.0
git_url: https://github.com/blink1073/tifffile
build:
number: 1
requirements:
build:
- python
- setuptools
- numpy x.x
run:
- python
- numpy x.x
test:
imports:
- tifffile
about:
home: https://github.com/blink1... | Build tifffile from github source | Build tifffile from github source
| YAML | bsd-3-clause | NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes |
4ca574cde1968d7410d18cfab4a3f20c7dd3831a | .github/workflows/gradle-wrapper-validation.yml | .github/workflows/gradle-wrapper-validation.yml | name: "Validate Gradle Wrapper"
on: [push, pull_request]
permissions:
contents: read
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
| name: "Validate Gradle Wrapper"
on: [push, pull_request]
permissions:
contents: read
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
| Use actions/checkout@v3 for Gradle Wrapper Validation Action | Use actions/checkout@v3 for Gradle Wrapper Validation Action
See gh-29198
| YAML | apache-2.0 | spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework |
d809a4ec89453595b7ba24557f82b60ba1bf1a94 | src/Bonnes/AdressesBundle/Resources/config/services.yml | src/Bonnes/AdressesBundle/Resources/config/services.yml | parameters:
# bonnes_adresses.example.class: Bonnes\AdressesBundle\Example
services:
adresses.admin:
class: Bonnes\AdressesBundle\Admin\AdresseAdmin
tags:
- { name: sonata.admin, manager_type: doctrine_mongodb, group: "Adresses", label: "Adresses" }
arguments: [null, Bonnes\... | parameters:
# bonnes_adresses.example.class: Bonnes\AdressesBundle\Example
services:
adresses.admin:
class: Bonnes\AdressesBundle\Admin\AdresseAdmin
tags:
- { name: sonata.admin, manager_type: doctrine_mongodb, group: "Adresses", label: "Adresses" }
arguments: [null, Bonnes\... | Remove last piece of AdresseType | Remove last piece of AdresseType
| YAML | mit | lologhi/desBonnesAdresses,lologhi/desBonnesAdresses,lologhi/desBonnesAdresses |
6f0b306938b8fcf20e2848876bc8abc8ae68e496 | kubeadm.yaml | kubeadm.yaml | kind: MasterConfiguration
apiVersion: kubeadm.k8s.io/v1alpha1
controllerManagerExtraArgs:
horizontal-pod-autoscaler-use-rest-clients: "true"
horizontal-pod-autoscaler-sync-period: "10s"
node-monitor-grace-period: "10s"
apiServerExtraArgs:
runtime-config: "api/all=true"
feature-gates: "TaintBasedEvictions=true... | apiVersion: kubeadm.k8s.io/v1alpha1
kind: MasterConfiguration
controllerManagerExtraArgs:
horizontal-pod-autoscaler-use-rest-clients: "true"
horizontal-pod-autoscaler-sync-period: "10s"
node-monitor-grace-period: "10s"
apiServerExtraArgs:
runtime-config: "api/all=true"
kubernetesVersion: "stable-1.7"
| Remove the TaintBasedEvictions alpha feature | Remove the TaintBasedEvictions alpha feature
| YAML | mit | luxas/kubeadm-workshop,luxas/kubeadm-workshop |
2bc780b833fb60d27dae66d3b5d2fd49b0e6ae23 | boskos/variants.yaml | boskos/variants.yaml | variants:
boskos:
COMPONENT: boskos
SUBDIR: ''
reaper:
COMPONENT: reaper
SUBDIR: reaper
janitor:
COMPONENT: janitor
SUBDIR: janitor
aws-janitor:
COMPONENT: aws-janitor
SUBDIR: ../maintenance/aws-janitor # why?
| variants:
boskos:
COMPONENT: boskos
SUBDIR: ''
reaper:
COMPONENT: reaper
SUBDIR: reaper
janitor:
COMPONENT: janitor
SUBDIR: janitor
metrics:
COMPONENT: metrics
SUBDIR: metrics
aws-janitor:
COMPONENT: aws-janitor
SUBDIR: ../maintenance/aws-janitor # why?
| Add missing boskos metrics image. | Add missing boskos metrics image.
| YAML | apache-2.0 | cblecker/test-infra,dims/test-infra,cjwagner/test-infra,brahmaroutu/test-infra,cjwagner/test-infra,kubernetes/test-infra,pwittrock/test-infra,brahmaroutu/test-infra,kubernetes/test-infra,pwittrock/test-infra,jessfraz/test-infra,michelle192837/test-infra,krzyzacy/test-infra,kubernetes/test-infra,monopole/test-infra,mich... |
7c81d0add5202b42496a9e1c2fcdc2ef95d8dadc | deployment/monitoring/prometheus/prometheus.yml | deployment/monitoring/prometheus/prometheus.yml | global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'node'
static_configs:
- targets: ['localhost:9100', 'sb-staging:9100', 'sb-prod:9100']
- job_name: 'app_server'
static_configs:
... | global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'node'
static_configs:
- targets: ['localhost:9100', 'sb-staging:9100', 'sb-prod:9100']
- job_name: 'app_server'
static_configs:
... | Fix port on metrics from webserver. | Fix port on metrics from webserver.
| YAML | mit | ShieldBattery/ShieldBattery,ShieldBattery/ShieldBattery,ShieldBattery/ShieldBattery,ShieldBattery/ShieldBattery,ShieldBattery/ShieldBattery |
67ce367f43647d5766ccf3fdb107588f059e1f28 | elasticsearch-1/manifests/elasticsearch-rc.yaml | elasticsearch-1/manifests/elasticsearch-rc.yaml | apiVersion: v1
kind: ReplicationController
metadata:
name: elasticsearch
labels:
provider: elasticsearch-1
heritage: helm
spec:
replicas: 1
selector:
provider: elasticsearch-1
template:
metadata:
name: elasticsearch-1
labels:
provider: elasticsearch-1
spec:
contai... | apiVersion: v1
kind: ReplicationController
metadata:
name: elasticsearch
labels:
provider: elasticsearch-1
heritage: helm
spec:
replicas: 1
selector:
provider: elasticsearch-1
template:
metadata:
name: elasticsearch
labels:
provider: elasticsearch-1
spec:
containe... | Revert "fix(elasticsearch-1): name pod properly for tests" | Revert "fix(elasticsearch-1): name pod properly for tests"
This reverts commit 6ad73f9bb07913cd61f99fbd0e97f3f9d23efd1a.
| YAML | apache-2.0 | sd2k/charts,eicnix/charts,rimusz/helm-charts,trobert2/charts-1,grugnog/charts,sd2k/charts,barklyprotects/charts,ledor473/charts,escardin/charts,smelchior/charts,barklyprotects/charts,viglesiasce/charts,kachkaev/charts,cafebazaar/charts,grugnog/charts,trobert2/charts-1,escardin/charts,jainishshah17/charts,DevOpsify/char... |
75b0007ede285625595fa271634e338c4f16c6c2 | conda.recipe/meta.yaml | conda.recipe/meta.yaml | package:
name: "hydromath"
version: {{ environ['GIT_DESCRIBE_TAG'][1:] }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
source:
git_url: https://github.com/amacd31/hydromath_py.git
git_rev: master
requirements:
build:
- python x.x
- libhydromath # [unix]
- ... | package:
name: "hydromath"
version: {{ environ['GIT_DESCRIBE_TAG'][1:] }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
source:
git_url: ../
requirements:
build:
- python x.x
- libhydromath # [unix]
- cffi
run:
- python x.x
- libhydromath ... | Use relative git_url instead of remote git url | Use relative git_url instead of remote git url
| YAML | bsd-3-clause | amacd31/hydromath_py,amacd31/hydromath_py |
cd50b6b15709f8412d4d51586ad31fa56b159eb5 | config/influxdb.yml | config/influxdb.yml | development:
database: 'twb'
username: root
password: root
production:
database: 'twb'
username: root
password: root
test:
database: 'twb'
username: root
password: root
| development:
database: 'botnbot'
username: root
password: root
production:
database: 'botnbot'
username: root
password: root
test:
database: 'botnbot'
username: root
password: root
| Change database name to botnbot | Change database name to botnbot
| YAML | apache-2.0 | frocher/bnb_nexus,frocher/bnb_nexus,frocher/bnb_nexus |
9f2d04892edde9a204c8c638310a729c0852b161 | ansible/roles/elasticsearch/tasks/install.deb.yml | ansible/roles/elasticsearch/tasks/install.deb.yml | ---
- name: elasticsearch-install | Add repository keys
apt_key: keyserver="{{item.server}}" id="{{item.key}}" state=present
with_items: "{{ elasticsearch_apt_repo_keys }}"
- name: elasticsearch-install | Add repositories
apt_repository: repo="{{item}}" update_cache=yes
with_items: "{{ elasticsearch_apt_repos... | ---
- name: elasticsearch-install | Add repository keys
apt_key: keyserver="{{item.server}}" id="{{item.key}}" state=present
with_items: "{{ elasticsearch_apt_repo_keys }}"
- name: elasticsearch-install | Add repositories
apt_repository: repo="{{item}}" update_cache=yes
with_items: "{{ elasticsearch_apt_repos... | Install modern elasticsearch when previous doesn't exist or elasticsearch_version is customised | Install modern elasticsearch when previous doesn't exist or elasticsearch_version is customised
Signed-off-by: Peter Ansell <aaf1ec639befe0a570b950d5d6cbd0c6638a063e@yahoo.com>
| YAML | apache-2.0 | AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install |
48ea4e0191c43c81d930a8918293f0b05378976d | .config/beets/config.yaml | .config/beets/config.yaml | directory: ~/music/beetsdir
library: ~/.beets.db
plugins:
missing duplicates fetchart embedart zero convert chroma info play discogs random fuzzy
import:
copy: yes
log: ~/.beetsimports.log
fuzzy:
threshold: 0.8
prefix: "?"
fetchart:
enforce_ratio: no
minwidth: 500
zero:
fields: albu... | directory: ~/music/beetsdir
library: ~/.beets.db
asciify_path: yes
plugins:
missing duplicates fetchart embedart zero convert chroma info play discogs random fuzzy
import:
copy: yes
log: ~/.beetsimports.log
fuzzy:
threshold: 0.8
prefix: "?"
fetchart:
enforce_ratio: no
minwidth: 500
zero... | Revert "beets: do not asciify paths" | Revert "beets: do not asciify paths"
This reverts commit a91dd3d13935e20f8fbbb788c6d6effdd0dac11a.
| YAML | unlicense | nathdwek/dotfiles,nathdwek/dotfiles |
704e4ac16f69aa9f8f46961d611fefa595801bc1 | src/main/resources/plugin.yml | src/main/resources/plugin.yml | name: ${project.name}
version: ${project.version}
main: nl.rutgerkok.blocklocker.impl.BlockLockerPluginImpl
author: Rutger Kok
load: startup
permissions:
blocklocker.protect:
description: "Protect containers and doors."
default: true
blocklocker.bypass:
description: "Bypass someone else's protection."
... | name: ${project.name}
version: ${project.version}
main: nl.rutgerkok.blocklocker.impl.BlockLockerPluginImpl
author: Rutger Kok
load: startup
permissions:
blocklocker.protect:
description: "Protect containers and doors."
default: true
blocklocker.bypass:
description: "Bypass someone else's protection."
... | Add /bl alias for /blocklocker | Add /bl alias for /blocklocker
| YAML | mit | rutgerkok/BlockLocker |
08fc72f3522739f9588a9ac5f34e30d6baf6db43 | .github/workflows/php.yml | .github/workflows/php.yml | name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v1
... | name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
name: PHP ${{ matrix.php }}
environment: Build
steps:
- uses:... | Update Github Actions environment to Build for secrets. | Update Github Actions environment to Build for secrets.
| YAML | mit | nubs/random-name-generator |
c7ac5491b84b19faede8e9922a6ad98a5568d56a | .github/workflows/maven.yml | .github/workflows/maven.yml | # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on: [push]
jobs:
build:
runs-o... | # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on: [push]
jobs:
build:
runs-o... | Revert "upload artifact after build" | Revert "upload artifact after build"
This reverts commit 83983870bdd6afb408904cf662e9ebfa6e965db3.
| YAML | mit | phdelodder/SubTools |
ff693ab0b7d8c1c20e3b4bdb0c9de547f7504abd | titan-dist/src/assembly/static/conf/remote-objects.yaml | titan-dist/src/assembly/static/conf/remote-objects.yaml | hosts: [localhost]
port: 8182
serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0} | hosts: [localhost]
port: 8182
serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0, config: { custom: [com.thinkaurelius.titan.graphdb.relations.RelationIdentifier] }} | Update config with titan-specific serialization option. | Update config with titan-specific serialization option.
This will allow the remote console to work properly when using this configuration.
| YAML | apache-2.0 | CYPP/titan,CYPP/titan,pluradj/titan,dylanht/titan,elubow/titan,thinkaurelius/titan,samanalysis/titan,englishtown/titan,pluradj/titan,CYPP/titan,mbrukman/titan,englishtown/titan,dylanht/titan,banjiewen/titan,dylanht/titan,samanalysis/titan,graben1437/titan,englishtown/titan,graben1437/titan,banjiewen/titan,englishtown/t... |
e3b20a21e6c3f9b711c8f400844600d90051bdf7 | config/locales/voc.en.yml | config/locales/voc.en.yml | en:
voc:
cancel: "Cancel"
close: "Close"
confirm: "Are you sure?"
delete: "Delete"
edit: "Edit"
login: "Sign in"
save: "Save changes"
register: "Sign up"
terms: "Terms of Service"
update: "Update"
messages:
noauth: "requires authentication" | en:
voc:
cancel: "Cancel"
close: "Close"
confirm: "Are you sure?"
delete: "Delete"
edit: "Edit"
login: "Sign in"
save: "Save changes"
register: "Sign up"
terms: "Terms of Service"
update: "Update"
messages:
noauth: "You must be signed in to do this." | Apply review suggestion from @raccube | Apply review suggestion from @raccube
Co-authored-by: Karina Kwiatek <a279f78642aaf231facf94ac593d2ad2fd791699@users.noreply.github.com> | YAML | agpl-3.0 | Retrospring/retrospring,Retrospring/retrospring,Retrospring/retrospring,Retrospring/retrospring,Retrospring/retrospring |
ad2df2f0e7ef3deeb6ef047dc2c836421d75b3d3 | hieradata/common/roles/metric.yaml | hieradata/common/roles/metric.yaml | ---
include:
default:
- profile::openstack::metric
- profile::openstack::openrc
- profile::logging::rsyslog::client
openstack_version: 'queens' #FIXME
memcached::max_memory: '20%'
profile::base::common::packages:
'python-openstackclient': {}
'openstack-selinux': {}
'python-memcached': {} # gnocch... | ---
include:
default:
- profile::openstack::metric
- profile::openstack::openrc
- profile::logging::rsyslog::client
openstack_version: 'queens' #FIXME
memcached::max_memory: '20%'
profile::base::common::packages:
'python-openstackclient': {}
'openstack-selinux': {}
'python-memcached': {} # gnocch... | Revert switch of mariadb repo, delaying the switchover until after the queens upgrade | Revert switch of mariadb repo, delaying the switchover until after the queens upgrade
| YAML | apache-2.0 | norcams/himlar,raykrist/himlar,norcams/himlar,mikaeld66/himlar,mikaeld66/himlar,norcams/himlar,TorLdre/himlar,norcams/himlar,raykrist/himlar,norcams/himlar,tanzr/himlar,TorLdre/himlar,mikaeld66/himlar,tanzr/himlar,TorLdre/himlar,mikaeld66/himlar,tanzr/himlar,TorLdre/himlar,raykrist/himlar,raykrist/himlar,TorLdre/himlar... |
fcd3c81898cac81d9c95ac19f14e32f3930647c0 | metadata/open.com.permissionsmanager.yml | metadata/open.com.permissionsmanager.yml | Categories:
- Security
License: GPL-3.0-only
AuthorName: Sultanahamer
SourceCode: https://github.com/sultanahamer/PermissionsManager
IssueTracker: https://github.com/sultanahamer/PermissionsManager/issues
Changelog: https://github.com/sultanahamer/PermissionsManager/blob/HEAD/CHANGELOG
AutoName: PermissionsManager
... | Categories:
- Security
License: GPL-3.0-only
AuthorName: Sultanahamer
SourceCode: https://github.com/sultanahamer/PermissionsManager
IssueTracker: https://github.com/sultanahamer/PermissionsManager/issues
Changelog: https://github.com/sultanahamer/PermissionsManager/blob/HEAD/CHANGELOG
AutoName: PermissionsManager
... | Update PermissionsManager to 5.0 (5) | Update PermissionsManager to 5.0 (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
8cadcdb8d199ce23a3b50c2695a113fdce23e008 | metadata/it.danieleverducci.ojo.yml | metadata/it.danieleverducci.ojo.yml | Categories:
- Security
- Multimedia
- Connectivity
License: GPL-3.0-only
AuthorName: Daniele Verducci
AuthorEmail: daniele.verducci@gmail.com
SourceCode: https://github.com/penguin86/ojo
IssueTracker: https://github.com/penguin86/ojo/issues
Name: Ojo RTSP IP Camera viewer
AutoName: Ojo
RepoType: git
Repo: https... | Categories:
- Security
- Multimedia
- Connectivity
License: GPL-3.0-only
AuthorName: Daniele Verducci
AuthorEmail: daniele.verducci@gmail.com
SourceCode: https://github.com/penguin86/ojo
IssueTracker: https://github.com/penguin86/ojo/issues
Name: Ojo RTSP IP Camera viewer
AutoName: Ojo
RepoType: git
Repo: https... | Update Ojo RTSP IP Camera viewer to 0.1.0 (4) | Update Ojo RTSP IP Camera viewer to 0.1.0 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
62ed2cbc89cb262ae729c8cf4fe7da1760245562 | handlers/main.yml | handlers/main.yml | ---
- name: openvpn restart
service: name={{openvpn_service}} state=restarted
- name: openvpn pack clients
command: zip -j {{openvpn_keydir}}/{{item.item}}.zip {{openvpn_keydir}}/{{item.item}}.crt {{openvpn_keydir}}/{{item.item}}.key {{openvpn_keydir}}/{{item.item}}.ovpn {{openvpn_keydir}}/ca.crt {{openvpn_tls_ke... | ---
- name: openvpn restart
service: name={{openvpn_service}} state=restarted
- name: openvpn pack clients
command: zip -j {{item.item}}.zip {{item.item}}.crt {{item.item}}.key {{item.item}}.ovpn ca.crt {{openvpn_tls_key if openvpn_tls_auth else ''}}
when: item.changed
with_items: "{{openvpn_clients_changed.r... | Add ta.key to archive (alternate method) | Add ta.key to archive (alternate method)
This is an alternate way to ensure the ta.key file is zipped up in the
client config see #46
| YAML | mit | teadur/Stouts.openvpn,Stouts/Stouts.openvpn,Stouts/Stouts.openvpn |
072e53bbb53477c3f9e9aff0e575666eb3ea38bd | Resources/config/item_factory.yml | Resources/config/item_factory.yml | parameters:
darvin_menu.item_factory.abstract.class: Darvin\MenuBundle\Item\AbstractItemFactory
darvin_menu.item_factory.menu_item.class: Darvin\MenuBundle\Item\MenuItemFactory
darvin_menu.item_factory.slug_map_item.class: Darvin\MenuBundle\Item\SlugMapItemFactory
darvin_menu.item_factory.slug_map... | parameters:
darvin_menu.item_factory.abstract.class: Darvin\MenuBundle\Item\AbstractItemFactory
darvin_menu.item_factory.menu_item.class: Darvin\MenuBundle\Item\MenuItemFactory
darvin_menu.item_factory.slug_map_item.class: Darvin\MenuBundle\Item\SlugMapItemFactory
darvin_menu.item_factory.slug_map... | Make item factory services private. | Make item factory services private.
| YAML | mit | DarvinStudio/DarvinMenuBundle,DarvinStudio/DarvinMenuBundle |
3fa1b8f6f7accb8be761b1e743ae8605a40bffd4 | .travis.yml | .travis.yml | sudo: false
notifications:
email: false
language: python
python:
- "2.7"
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda update --yes conda
in... | sudo: false
notifications:
email: false
language: python
python:
- "2.7"
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda update --yes conda
in... | Install rabaDB from git for now | Install rabaDB from git for now
| YAML | apache-2.0 | tariqdaouda/pyGeno |
e1851bb67559b0ef8427a531fa2dce3aa816da2d | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: python
python:
- '2.6'
- '2.7'
- '3.2'
- '3.3'
- '3.4'
- '3.5'
- '3.5-dev'
- 'nightly'
- 'pypy'
- 'pypy3'
matrix:
allow_failures:
- python: '2.6'
- python: '3.2'
- python: '3.5-dev'
- python: 'nightly'
- python: 'pypy'
- python: 'pypy3... | sudo: required
dist: trusty
language: python
python:
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.5-dev'
- 'nightly'
matrix:
allow_failures:
- python: '3.5-dev'
- python: 'nightly'
addons:
apt:
packages:
- texlive-latex-extra
- texlive-pictures
- texlive-science
- texlive-f... | Remove broken python builds and don't use texlive-full | Report: Remove broken python builds and don't use texlive-full
| YAML | mit | JelteF/PyLaTeX,JelteF/PyLaTeX |
cd72dbc66e6a443ec6f9f5ed5727b579f5f15c7b | .travis.yml | .travis.yml | language: csharp
mono: none
dotnet: 2.0.0
dist: trusty
branches:
only:
- master
- develop
script:
- dotnet restore
notifications:
email:
on_success: never
on_failure: always | language: csharp
mono: none
dotnet: 2.0.0
dist: trusty
branches:
only:
- master
- develop
script:
- dotnet restore
- dotnet build
notifications:
email:
on_success: never
on_failure: always | Add build step to Travis CI | Add build step to Travis CI
| YAML | agpl-3.0 | mondeun/PdfAutofill |
6beecce045a688e0cad9322038b351e9087a139a | .travis.yml | .travis.yml | language: haskell
before_install:
- npm install coffee-script -g
- cabal install alex >= 3.0.5
script:
- cabal configure && cabal build
deploy:
provider: heroku
api_key:
secure: hBbPLNburzk/YY3hbpgdmbMdfk/osgh76fYBui1Yx6CYBTfMRUii22y8rtrCeu2BD6bEVEoSzFEelxg/LsVUjHIBnowXkl26lu3qbt6WpXi6KIyNJx/Y0U1gyoghW5hH... | language: haskell
before_install:
- npm install coffee-script -g
- cabal install 'alex >= 3.0.5'
script:
- cabal configure && cabal build
deploy:
provider: heroku
api_key:
secure: hBbPLNburzk/YY3hbpgdmbMdfk/osgh76fYBui1Yx6CYBTfMRUii22y8rtrCeu2BD6bEVEoSzFEelxg/LsVUjHIBnowXkl26lu3qbt6WpXi6KIyNJx/Y0U1gyoghW5... | Use quotes in command line. | Use quotes in command line.
| YAML | mit | mithrandi/lambdacircus |
ad768e29e31ee4758014a8b4051f329d920eecd5 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "3.5"
addons:
apt:
packages:
- git
install:
- pip install -r requirements-py35-linux64.txt
- python setup.py develop
- git clone --depth=1 https://github.com/gem/oq-hazardlib.git
# We must set the PYTHONPATH to the root oq-engine (insted of oq-engine/openquak... | sudo: false
language: python
python:
- "3.5"
addons:
apt:
packages:
- git
install:
- pip install -r requirements-py35-linux64.txt
- python setup.py develop
- git clone --depth=1 https://github.com/gem/oq-hazardlib.git
# We must set the PYTHONPATH to the root oq-engine (insted of oq-engine/openquak... | Add a debug print in Travis | Add a debug print in Travis
| YAML | agpl-3.0 | gem/oq-engine,gem/oq-engine,gem/oq-engine,gem/oq-engine,gem/oq-engine |
e266b06c10ba3f1772c18f96649ba6f65ffaa602 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
env:
- DB=mysql
- DB=postgres
before_script:
- "mysql -e 'create database foreigner-matcher_test;'"
- "psql -c 'create database foreigner-matcher_test;' -U postgres"
- bundle exec rake db:test:reset
script: bundle exec rspec spec
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
env:
- DB=mysql
- DB=postgres
before_script:
- "mysql -e 'create database `foreigner-matcher_test`;'"
- "psql -c 'create database \"foreigner-matcher_test\";' -U postgres"
- bundle exec rake db:test:reset
script: bundle exec rspec spec
| Update database creation commands to be friendly with hyphens | Update database creation commands to be friendly with hyphens
| YAML | mit | yellow5/foreigner-matcher,yellow5/foreigner-matcher |
0346636440832965e0b7b4a1f4a088eae205f053 | .travis.yml | .travis.yml | language: cpp
addons:
apt:
packages:
- python3
- python3-pip
matrix:
include:
# We need use to Ubuntu Trusty to get pip3.
- os: linux
dist: trusty
compiler: clang
env:
- BUILD_TYPE=Debug
- os: linux
dist: trusty
compiler: clang
env:
-... | language: cpp
addons:
apt:
packages:
- python3
- python3-pip
matrix:
include:
# We need use to Ubuntu Trusty to get pip3.
- os: linux
dist: trusty
compiler: clang
env:
- BUILD_TYPE=Debug
- os: linux
dist: trusty
compiler: clang
env:
-... | Install latest Conan on Travis | Install latest Conan on Travis
| YAML | isc | thejohnfreeman/autocheck,thejohnfreeman/autocheck |
7c1a8cc682ce6fb10552ef74771832711ba55e33 | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
dist: trusty
sudo: false
addons:
chrome: stable
before_install:
- npm install -g npm@5.3.0
script:
- npm run test
| language: node_js
node_js:
- "7"
dist: trusty
sudo: false
addons:
chrome: stable
before_install:
- npm install -g npm@5.3.0
script:
- npm run test
notifications:
email: false
| Remove Travis CI email notifications | Remove Travis CI email notifications | YAML | mit | parisk/xterm-terminal,parisk/xterm-terminal |
81e1993d64b54adf7c2438bf1e018e8fad13dd1c | helm_deploy/cla-frontend/templates/ingress.yaml | helm_deploy/cla-frontend/templates/ingress.yaml | {{- if .Values.ingress.enabled -}}
{{- $fullName := include "cla-frontend.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}
labels:
{{- include "cla-frontend.labels" . | nindent 4 }}
annotations:
nginx.ingress.kube... | {{- if .Values.ingress.enabled -}}
{{- $fullName := include "cla-frontend.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}
labels:
{{- include "cla-frontend.labels" . | nindent 4 }}
annotations:
nginx.ingress.kube... | Remove unused bits of nginx annotation | Remove unused bits of nginx annotation
| YAML | mit | ministryofjustice/cla_frontend,ministryofjustice/cla_frontend,ministryofjustice/cla_frontend,ministryofjustice/cla_frontend |
dd612a85292332f69822ad6b543826786c3e676f | hieradata/class/staging/postgresql_primary.yaml | hieradata/class/staging/postgresql_primary.yaml | lv:
postgresql:
pv:
- '/dev/sdb1'
- '/dev/sdd1'
- '/dev/sde1'
- '/dev/sdf1'
- '/dev/sdg1'
vg: 'backups'
data:
pv: '/dev/sdc1'
vg: 'postgresql'
govuk_postgresql::server::max_connections: 200
| lv:
postgresql:
pv:
- '/dev/sdb1'
- '/dev/sdd1'
- '/dev/sde1'
- '/dev/sdf1'
- '/dev/sdg1'
- '/dev/sdh1'
vg: 'backups'
data:
pv: '/dev/sdc1'
vg: 'postgresql'
govuk_postgresql::server::max_connections: 200
| Add an extra disk to staging | Add an extra disk to staging
We're seeing alerts about there not being enough space in staging
so we're going to add another disk.
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
8f8304fad853dc3724200ebe7ea86a0498d19530 | .travis.yml | .travis.yml | language: python
# pick the appropriate requirements file for 2.7 or 3.x
matrix:
include:
- python: "2.7"
env: REQUIREMENTS=requirements2.txt
- python: "3.5"
env: REQUIREMENTS=requirements.txt
- python: "3.6"
env: REQUIREMENTS=requirements.txt
branches:
only:
- master
- development... | language: python
# pick the appropriate requirements file for 2.7 or 3.x
matrix:
include:
- python: "2.7"
env: REQUIREMENTS=requirements2.txt
- python: "3.5"
env: REQUIREMENTS=requirements.txt
- python: "3.6"
env: REQUIREMENTS=requirements.txt
- python: "3.7"
env: REQUIREMENTS=... | Add Python versions 3.7 and 3.8 to TravisCI | Add Python versions 3.7 and 3.8 to TravisCI
| YAML | mit | briney/abstar |
38a09f5425503c2891468c38b22e4a23e649e22a | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
python:
- "3.5"
- "3.4"
- "3.3"
- "2.7"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt
# command to run tests, e.g. python setup.py test
script: py... | # Config file for automatic testing at travis-ci.org
sudo: true
language: python
python:
- "3.5"
- "3.4"
- "3.3"
- "2.7"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- sudo add-apt-repository ppa:adamansky/ejdb -y
- sudo apt-get update -qq... | Install EJDB binary for testing | Install EJDB binary for testing
| YAML | bsd-2-clause | uranusjr/ctypes-ejdb |
c58c3f07cf7bbe950e4bbcb16bc577abaad5af81 | .travis.yml | .travis.yml | # Config file for automatic testing at travis-ci.org
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- "python setup.py sdist"
- "pip install dist/skyfield-*.tar.gz[tests]"
- "pip install https://github.com/brandon-rhodes/assay/archive/master.zip"
- "... | # Config file for automatic testing at travis-ci.org
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- "python setup.py sdist"
- "pip install $(echo dist/skyfield-*.tar.gz)'[tests]'"
- "pip install https://github.com/brandon-rhodes/assay/archive/master.... | Fix wildcard in Travis CI script | Fix wildcard in Travis CI script
| YAML | mit | skyfielders/python-skyfield,skyfielders/python-skyfield |
3ff0a519cce4d8bfb42b4724baa9c1a5f11644d8 | src/main/resources/config/application.yml | src/main/resources/config/application.yml | faf-api:
version: #faf-api.version#
map:
folder-zip-files: ${MAP_UPLOAD_PATH:/content/faf/vault/maps}
folder-preview-path-small: ${MAP_PREVIEW_PATH_SMALL:/content/faf/vault/map_previews/small}
folder-preview-path-large: ${MAP_PREVIEW_PATH_LARGE:/content/faf/vault/map_previews/large}
spring:
applicati... | faf-api:
version: #faf-api.version#
map:
folder-zip-files: ${MAP_UPLOAD_PATH:/content/faf/vault/maps}
folder-preview-path-small: ${MAP_PREVIEW_PATH_SMALL:/content/faf/vault/map_previews/small}
folder-preview-path-large: ${MAP_PREVIEW_PATH_LARGE:/content/faf/vault/map_previews/large}
spring:
applicati... | Use same port as faf-stack | Use same port as faf-stack
| YAML | mit | FAForever/faf-java-api,FAForever/faf-java-api,FAForever/faf-java-api,micheljung/faf-java-api,micheljung/faf-java-api |
286e4616fb249a58ece0cb175833998e1a1a8a84 | .travis.yml | .travis.yml | language: python
python:
- 3.6
install:
- pip install codecov
script:
- ./setup.py test
after_success:
- codecov
| language: python
python:
- 3.6
install:
- pip install codecov
script:
- ./setup.py test
after_success:
- codecov
before_install:
- chmod +x setup.py
| Fix permisiion denied problem in build | Fix permisiion denied problem in build
| YAML | mit | truelatysh/hangman |
fda2d79aa027d9b3b22314e69925294d9a23e7f0 | .travis.yml | .travis.yml | language: node_js
services:
- couchdb
node_js:
- "14"
sudo: false
script: npm run $COMMAND
before_script:
- "npm install add-cors-to-couchdb"
- "./node_modules/.bin/add-cors-to-couchdb"
env:
matrix:
- COMMAND=test
- CLIENT=selenium:phantomjs COMMAND=test
- COMMAND=coverage
branches:
only:
- mast... | language: node_js
node_js:
- "14"
sudo: false
script: npm run $COMMAND
env:
matrix:
- COMMAND=test
- CLIENT=selenium:phantomjs COMMAND=test
- COMMAND=coverage
branches:
only:
- master
| Remove couchdb service from CI | Remove couchdb service from CI
| YAML | apache-2.0 | nolanlawson/pouchdb-all-dbs,nolanlawson/pouchdb-all-dbs,nolanlawson/pouchdb-all-dbs |
390181005612e2f8ec04b884948850d55d48c196 | .travis.yml | .travis.yml | sudo: false
language: rust
rust:
- stable
- beta
- nightly
- 1.19.0
script:
- cargo build
- cargo test
| sudo: false
language: rust
rust:
- stable
- beta
- nightly
- 1.31.0
script:
- cargo build
- cargo test
matrix:
include:
- rust: 1.19.0
script:
- cargo build
| Raise minimum tested version to rustc 1.31 | Raise minimum tested version to rustc 1.31
| YAML | apache-2.0 | dtolnay/erased-serde |
abe0d9e4a55926a46a28fb79688def7362ee54c8 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: "npm test && sudo $(which npm) run test-root && npm run test:install"
before_script:
- "./test/hosts.sh"
before_install:
- sudo apt-get updat... | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: "npm test && sudo $(which npm) run test-root && npm run test:install"
before_script:
- "./test/hosts.sh"
before_install:
- sudo apt-g... | Test Node 6 in Travis | Test Node 6 in Travis
| YAML | apache-2.0 | e14n/pump.io,e14n/pump.io,pump-io/pump.io,pump-io/pump.io,pump-io/pump.io,e14n/pump.io |
b6469f95d4efc68463b85008742a7aae54f3f3ec | .travis.yml | .travis.yml | language: python
python:
- "2.7"
sudo: required
services:
- docker
env:
global:
- DOCKER_VERSION=1.12.0-0~trusty
- DOCKER_COMPOSE_VERSION=1.6.2
before_install:
- apt-cache madison docker-engine
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=${DOCKER_VERSION}
- sudo... | language: python
python:
- "2.7"
sudo: required
services:
- docker
env:
global:
- DOCKER_VERSION=1.12.0-0~trusty
- DOCKER_COMPOSE_VERSION=1.6.2
before_install:
- apt-cache madison docker-engine
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=${DOCKER_VERSION}
- sudo... | Remove docker-compose only if it exists | Remove docker-compose only if it exists
force the removal of docker-compose so it does not error if the file
does not exist
| YAML | mit | nkhumphreys/django-documentregister,nkhumphreys/django-documentregister,nkhumphreys/django-documentregister |
af419278b8fb1cbde4cb0b2cb93cd29e9be47ecd | install_files/ansible-base/roles/ansible-securedrop/tasks/display_onions.yml | install_files/ansible-base/roles/ansible-securedrop/tasks/display_onions.yml | ---
- name: fetch securedrop source ths
fetch: src=/var/lib/tor/services/source/hostname dest=./app-source-ths flat=yes
- name: fetch securedrop document aths
fetch: src=/var/lib/tor/services/source/hostname dest=./app-document-aths flat=yes
- name: fetch securedrop ssh aths
fetch: src=/var/lib/tor/services/ssh... | ---
- name: fetch securedrop source ths
fetch: src=/var/lib/tor/services/source/hostname dest=./app-source-ths flat=yes
- name: fetch securedrop document aths
fetch: src=/var/lib/tor/services/document/hostname dest=./app-document-aths flat=yes
- name: fetch securedrop ssh aths
fetch: src=/var/lib/tor/services/s... | Copy correct hostname for document ATHS | Copy correct hostname for document ATHS
| YAML | agpl-3.0 | jrosco/securedrop,ehartsuyker/securedrop,jaseg/securedrop,micahflee/securedrop,harlo/securedrop,conorsch/securedrop,ageis/securedrop,pwplus/securedrop,harlo/securedrop,chadmiller/securedrop,kelcecil/securedrop,garrettr/securedrop,chadmiller/securedrop,kelcecil/securedrop,GabeIsman/securedrop,jrosco/securedrop,GabeIsman... |
0f2e72668d1a07c71988c8e20f4f90f356de70c8 | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
os:
- linux
- osx
script:
- ./autogen.sh && ./configure && make -j2
- cd java && mvn test && cd ..
- cd javanano && mvn test && cd ..
- cd python && python setup.py build && python setup.py google_test
- LD_LIBRARY_PATH=../src/.libs ... | sudo: false
language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
os:
- linux
- osx
script:
- ./autogen.sh && ./configure && make -j2
- cd java && mvn test && cd ..
- cd javanano && mvn test && cd ..
- cd python && python setup.py build && python setup.py google_test && cd ..
- LD_LIBRARY_PATH=../s... | Fix for current directory in Travis tests. | Fix for current directory in Travis tests.
| YAML | bsd-3-clause | google/protobuf,google/protobuf,google/protobuf,Livefyre/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,Livefyre/protobuf,google/protobuf,Livefyre/protobuf,Livefyre/protobuf,google/protobuf,google/protobuf,Livefyre/protobuf,google/protobuf |
1213e2b1b059f2f72dc4a0a63f3af60dabcf806d | .travis.yml | .travis.yml | language: java
install: true
before_install:
- chmod +x gradlew
- sudo apt-get -y install at-spi2-core
jdk:
- openjdk8
git:
depth: false
addons:
sonarcloud:
organization: "gurkenlabs-github"
services:
- xvfb
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar/cache'
- '$HO... | language: java
install: true
before_install:
- chmod +x gradlew
- sudo apt-get -y install at-spi2-core
jdk:
- openjdk8
git:
depth: false
addons:
sonarcloud:
organization: "gurkenlabs-github"
services:
- xvfb
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar/cache'
- '$HO... | Use jdk15 for sonar scan and fix syntax error. | Use jdk15 for sonar scan and fix syntax error.
| YAML | mit | gurkenlabs/litiengine,gurkenlabs/litiengine |
c51c6e85870a2ff331fcebb7eab6a1ee70b6efd8 | .travis.yml | .travis.yml | sudo: false
language: node_js
matrix:
include:
- node_js: iojs-v1
- node_js: iojs-v2
- node_js: "0.10"
- node_js: "0.12"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
notifications:
email:
- tormozz48@gmail.com
- yndx.tavria@yandex.ru
| sudo: false
language: node_js
matrix:
include:
- node_js: "4.1.x"
- node_js: "iojs"
- node_js: "0.12"
- node_js: "0.10"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
notifications:
email:
- tormozz48@gmail.com
- yndx.tavria@yandex.ru
| Change list of nodejs versions for testing | Change list of nodejs versions for testing
| YAML | mpl-2.0 | bem-site/gorshochek,bem-site/builder-core |
214bfdb0dfd1758ee75865a850aa4c6d7b5b5577 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
| language: ruby
rvm:
- 2.0.0
- 2.1.5
- 2.2.1
| Update the Rubies we're testing against | Update the Rubies we're testing against
| YAML | mit | loco2/lolsoap |
ad41a9c0cc6e3c969e84aa1ba645c85562de80c7 | .travis.yml | .travis.yml | language: ruby
cache: bundler
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
script:
- bundle exec jekyll build
- rake 'draft[Hello\, world]'
- rake undraft[hello-world.md]
- grep johnotander/pixyll _site/index.html
- grep post-title _site/index.html
- grep pagination-item _site/index.html
- grep johnotander/pixyll... | language: ruby
cache: bundler
rvm:
- 2.4
- 2.5
- 2.6
script:
- bundle exec jekyll build
- rake 'draft[Hello\, world]'
- rake undraft[hello-world.md]
- grep johnotander/pixyll _site/index.html
- grep post-title _site/index.html
- grep pagination-item _site/index.html
- grep johnotander/pixyll _site/... | Remove Ruby 2.3 from Travis | Remove Ruby 2.3 from Travis
| YAML | mit | kongove/kongove.github.com,kongove/kongove.github.com,galeone/galeone.github.io,kongove/kongove.github.com,galeone/galeone.github.io,galeone/galeone.github.io,tanmaybinaykiya/tanmaybinaykiya.github.io,kongove/kongove.github.com,galeone/galeone.github.io,faustovaz/faustovaz.github.io,grimsa/grimsa.github.io,kongove/kong... |
194dd3f040debe8e05a6301fafe0751461e7cbc2 | .rmt.yml | .rmt.yml | vcs: git
prerequisites:
- working-copy-check
- display-last-changes
- composer-json-check:
composer: composer
- command:
cmd: composer update
- tests-check:
command: vendor/bin/phpunit --stop-on-failure
- composer-security-check
- composer-stability-check
- command:
cmd: git rem... | vcs: git
prerequisites:
- working-copy-check
- display-last-changes
- composer-json-check:
composer: composer
- command:
cmd: composer update
- tests-check:
command: phpunit --stop-on-failure
- composer-security-check
- composer-stability-check
- command:
cmd: git remote -v
pre... | Use global phpunit version when calling RMT | Use global phpunit version when calling RMT
| YAML | mit | core23/PiwikBundle,core23/PiwikBundle,core23/PiwikBundle |
af266c0b83e1b769fd9d90a3fa34a982fec051b2 | .travis.yml | .travis.yml | dist: trusty
sudo: required
env:
matrix:
- TEST_TARGET: test-debian
- TEST_TARGET: test-alpine
before_install:
- sudo apt-get remove docker docker-engine
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/l... | dist: trusty
sudo: required
env:
matrix:
- TEST_TARGET: test-debian
- TEST_TARGET: test-alpine
before_install:
- sudo apt-get -y remove docker docker-engine docker-ce
- sudo rm /etc/apt/sources.list.d/docker.list
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-a... | Remove old docker.list to avoid getting unstable Docker version | Remove old docker.list to avoid getting unstable Docker version
| YAML | mit | itsafire/nginx-proxy,kamermans/nginx-proxy,jwilder/nginx-proxy,jwilder/nginx-proxy,itsafire/nginx-proxy,kamermans/nginx-proxy |
06a71b55344dbe9c38477822951419decc03bd4c | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- jruby-19mode
| sudo: false
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- jruby-19mode
| Configure Travis for better build performance | [TASK] Configure Travis for better build performance
* set sudo: false so Travis can use their new container-based infrastructure
* enable bundler caching
| YAML | mit | EpicCoders/valid_email,KMK-ONLINE/valid_email,badosu/valid_email,silo-co/valid_email,Hacker0x01/valid_email,hallelujah/valid_email |
c07395b2168c6d0c4c79fd3ee72875230302d1ea | .travis.yml | .travis.yml | sudo: false
language: go
before_script:
- go get -u golang.org/x/tools/cmd/vet
- go get -u github.com/golang/lint/golint
go: tip
script:
- test -z "$(gofmt -s -l -w ./autorest/. | tee /dev/stderr)"
- test -z "$(golint ./... | grep -v 'should have comment' | grep -v 'stutters' | tee /dev/stderr)"
- go vet ... | sudo: false
language: go
before_script:
- go get -u golang.org/x/tools/cmd/vet
- go get -u github.com/golang/lint/golint
go: 1.5
script:
- test -z "$(gofmt -s -l -w ./autorest/. | tee /dev/stderr)"
- test -z "$(golint ./... | grep -v 'should have comment' | grep -v 'stutters' | tee /dev/stderr)"
- go vet ... | Update test go build to 1.5 | Update test go build to 1.5
| YAML | apache-2.0 | garimakhulbe/go-autorest,colemickens/go-autorest,Azure/go-autorest |
f4c07d8c577213e0367f93e99bfc3ad7da276d49 | .travis.yml | .travis.yml | language: node_js
node_js:
- "5"
- "4"
- "0.12"
- "0.10"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- libsnappy-dev
- realpath
install:
- export CC="gcc-4.8"
- export CXX="g++-4.8"
- mkdir deps
- git c... | language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- libsnappy-dev
- realpath
install:
- export CC="gcc-4.8"
- export CXX="g++-4.8"
- mkdir deps
... | Add Node 6 to Travis build | [test] Add Node 6 to Travis build
| YAML | mit | openvenues/node-postal,openvenues/node-postal,openvenues/node-postal |
69ed612938f844164b5170731c64df050eebde7a | .travis.yml | .travis.yml | language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
| language: node_js
node_js:
- "6"
- "5"
- "4"
| Remove 0.10 and 0.12 tests | Remove 0.10 and 0.12 tests
| YAML | mit | silas/hapi-fields |
26b07bafec285d68529f209bf37a6caffa71d356 | .travis.yml | .travis.yml | language: clojure
notifications:
irc: "jcsi.ms#qualityclj"
| language: clojure
notifications:
irc:
channels:
- "jcsi.ms#qualityclj"
use_notice: true
| Use a notice instead of join/message. | Use a notice instead of join/message. | YAML | epl-1.0 | quality-clojure/qualityclj |
bbb8da98ee147aa7e1e4f7981f75bf3462e7a4d8 | .travis.yml | .travis.yml | dist: trusty
language: node_js
node_js:
- 8
- 6
- 4
before_install:
- yarn global add greenkeeper-lockfile@1
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1
install:
- npm install
before_script: greenkeeper-lockfile-update
script: npm run build
# Only the node version 6 job will upload th... | dist: trusty
language: node_js
node_js:
- 8
- 6
- 4
before_install:
- yarn global add greenkeeper-lockfile@1
- npm install -g npm@5
- npm install -g greenkeeper-lockfile@1
install:
- npm install
before_script: greenkeeper-lockfile-update
script: npm run build
# Only the node version 6 job will upload th... | Remove unused ol-debug.js file from Travis build. | Remove unused ol-debug.js file from Travis build.
| YAML | bsd-2-clause | geops/ole2,geops/ole2 |
f1f3f5ccb6844d0f5c99e82677e8a8a4389bed19 | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.2"
- "1.9.3"
# - jruby-19mode # JRuby in 1.9 mode - Sinatra fails. Disabled on Mar/15'13
# Disabled for the time being, see https://github.com/dmytro/nagira/issues/9
# - rbx-19mode
env:
- RACK_ENV=test
branches:
only:
- master
script: bundle exec rspec spec
| language: ruby
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
# - jruby-19mode # JRuby in 1.9 mode - Sinatra fails. Disabled on Mar/15'13
# Disabled for the time being, see https://github.com/dmytro/nagira/issues/9
# - rbx-19mode
env:
- RACK_ENV=test
branches:
only:
- master
script: bundle exec rspec spec
| Add ruby 2.0.0 to Travis | Add ruby 2.0.0 to Travis
| YAML | mit | dmytro/nagira,dmytro/nagira |
9961d2aa5ab1d4a5a83a219a2018e95dd2bcc95b | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
install:
- "pip install -r requirements.txt"
script:
- robot --exclude skip --pythonpath src tests
| language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
install:
- "pip install -r requirements.txt"
script:
- robot --exclude skip --pythonpath src tests
| Drop support for Python 3.3 (EOL) in Travis | Drop support for Python 3.3 (EOL) in Travis
PEP 398 Python 3.3 Release Schedule
https://www.python.org/dev/peps/pep-0398/#id21
| YAML | mit | bulkan/robotframework-requests,bulkan/robotframework-requests |
37b4e5c0bde1f14391598a3b84c63c186c413f78 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
notifications:
email: false
before_install:
- npm install -g grunt-cli
before_script:
- grunt
sudo: false
| language: node_js
node_js:
- "5.1"
notifications:
email: false
before_install:
- npm install -g grunt-cli
before_script:
- grunt
sudo: false
| Use NodeJS 5.1 as Travis engine. | Use NodeJS 5.1 as Travis engine.
| YAML | mit | wilsonodk/xwing,geordanr/xwing,geordanr/xwing,elistevens/xwing,elistevens/xwing,strikegun/xwing,strikegun/xwing,geordanr/xwing,wilsonodk/xwing,strikegun/xwing,wilsonodk/xwing,elistevens/xwing |
75ff8d48b5f08e3cd5dc18838dc500cd5c3a4514 | .github/workflows/deploy-documentation.yml | .github/workflows/deploy-documentation.yml | name: Deploy documentation
on:
push:
branches:
- master
jobs:
deploy_github_pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Get npm cache directory
id: npm-cache
run: |
... | name: Deploy documentation
on:
push:
branches:
- master
jobs:
deploy_github_pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Get npm cache directory
id: npm-cache
run: |
... | Add before-deploy step for docs | Add before-deploy step for docs
| YAML | apache-2.0 | google/model-viewer,google/model-viewer,google/model-viewer,google/model-viewer,PolymerLabs/model-viewer,PolymerLabs/model-viewer |
0d8026ebf7c048a65f30b053f3ce22e7d5e738ee | .github/workflows/renovate-go-mod-fix.yaml | .github/workflows/renovate-go-mod-fix.yaml | #
# DO NOT EDIT THIS FILE
#
# It is automatically copied from https://github.com/pion/.goassets repository.
# If this repository should have package specific CI config,
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
#
# If you want to update the shared CI config, send a PR to
# https://g... | #
# DO NOT EDIT THIS FILE
#
# It is automatically copied from https://github.com/pion/.goassets repository.
# If this repository should have package specific CI config,
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
#
# If you want to update the shared CI config, send a PR to
# https://g... | Update CI configs to v0.4.6 | Update CI configs to v0.4.6
Update lint scripts and CI configs.
| YAML | mit | pion/rtp |
3759b57b7e626ca9e446dcf3ec5d05b30f9c9e9a | .travis.yml | .travis.yml | language: python
python:
- "pypy"
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
install:
- pip install coveralls
script:
- coverage run --source=jsonmerge setup.py test
after_success:
- coveralls
| dist: xenial
language: python
python:
- "pypy"
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
install:
- pip install coveralls
script:
- coverage run --source=jsonmerge setup.py test
after_success:
- coveralls
| Add Python 3.7, remove 3.3 test from Travis. | Add Python 3.7, remove 3.3 test from Travis.
| YAML | mit | avian2/jsonmerge |
27682c92eb7ebc353cb672839edcca1e14290054 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.12"
- iojs
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
script:
- bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls
| sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4.0"
- "4.1"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
- cat .bob/co... | Update Travis config to latest. Upgrade gcc to 4.8, stop force upgrade to latest npm, debug canihaz installation. | Update Travis config to latest. Upgrade gcc to 4.8, stop force upgrade to latest npm, debug canihaz installation.
| YAML | mit | cliffano/nestor,cliffano/nestor |
b20fe668d0d43a0638c7543b32aebee0ce8e2e93 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.2
script:
- bundle exec rspec
- bundle exec rubocop
install: bundle install --jobs=3 --retry=3
sudo: false
| language: ruby
rvm:
- 2.2.2
- 2.3
- 2.4
script:
- bundle exec rspec
- bundle exec rubocop
install: bundle install --jobs=3 --retry=3
sudo: false
| Add Ruby 2.3, 2.4 for testing on Travis | Add Ruby 2.3, 2.4 for testing on Travis | YAML | mit | gyng/betabot,gyng/Hudda,gyng/Hudda,gyng/betabot,gyng/betabot |
3a3735e7cd1fdab04907388139cce3d272a776b9 | .travis.yml | .travis.yml | # Configuration for CI build
language: java
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
| # Configuration for CI build
language: java
jdk:
- oraclejdk8
| Revert "Also test against openjdk7 and oraclejdk7 (in addition to oraclejdk8)" | Revert "Also test against openjdk7 and oraclejdk7 (in addition to oraclejdk8)"
This reverts commit c571553d6ee3ea7dcf1e9d222a75003bb2b7de14.
| YAML | apache-2.0 | bep/hello-travis |
dcb34e224d7bab4b53e11c52eea4b4ea40c72725 | .github/workflows/check_new_versions.yml | .github/workflows/check_new_versions.yml | ---
name: Check new exporter releases
on:
schedule:
- cron: "15 8,16 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
check_new_releases:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: ... | ---
name: Check new exporter releases
on:
schedule:
- cron: "15 8,16 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
check_new_releases:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: ... | Update python action to v4. | Update python action to v4.
| YAML | apache-2.0 | lest/prometheus-rpm,lest/prometheus-rpm |
f8b52968b0ce076e89bd13e3b4758d8a4459b5b3 | cu-compose/cu-elk/elasticsearch/config/elasticsearch.yml | cu-compose/cu-elk/elasticsearch/config/elasticsearch.yml | network.host: 0.0.0.0
# this value is required because we set "network.host"
# be sure to modify it appropriately for a production cluster deployment
discovery.zen.minimum_master_nodes: 1
| network.host: 0.0.0.0
# this value is required because we set "network.host"
# be sure to modify it appropriately for a production cluster deployment
discovery.zen.minimum_master_nodes: 1
script.inline: true
| Fix groovy script popup error un Kibana | Fix groovy script popup error un Kibana
| YAML | agpl-3.0 | Treeptik/cloudunit,Treeptik/cloudunit,Treeptik/cloudunit,Treeptik/cloudunit,Treeptik/cloudunit,Treeptik/cloudunit |
00c35551d864e751cdb1b58809d37661464b82ee | .travis.yml | .travis.yml | language: node_js
node_js: "0.10"
install:
- mkdir nsq
- curl -s 'https://s3.amazonaws.com/bitly-downloads/nsq/nsq-0.3.2.linux-amd64.go1.4.1.tar.gz' | tar --strip-components 1 -C nsq -xvz
- npm install
before_script:
- nsq/bin/nsqlookupd >/dev/null 2>&1 &
- nsq/bin/nsqd -lookupd-tcp-address=localhost:4160 ... | language: node_js
node_js: "0.10"
install:
- mkdir nsq
- curl -s 'https://s3.amazonaws.com/bitly-downloads/nsq/nsq-0.3.2.linux-amd64.go1.4.1.tar.gz' | tar --strip-components 1 -C nsq -xvz
- npm install
before_script:
- nsq/bin/nsqlookupd >/dev/null 2>&1 &
- nsq/bin/nsqd -lookupd-tcp-address=localhost:4160 ... | Add linting as a test | Add linting as a test
| YAML | mit | Bondza/nsqjs-streams |
6defe4783d21c66c00b3d19253a3ec0f439bcf4b | .travis.yml | .travis.yml | before_install:
- sudo apt-get -qq update
compiler:
- clang
install:
- wget https://github.com/uncrustify/uncrustify/archive/uncrustify-0.61.tar.gz -O /tmp/uncrustify.tar.gz
- tar zxvf /tmp/uncrustify.tar.gz
- pushd uncrustify-uncrustify-0.61 && ./configure --prefix=/usr && make && sudo make install... | before_install:
- sudo apt-get -qq update
compiler:
- clang
- gcc
install:
- wget https://github.com/uncrustify/uncrustify/archive/uncrustify-0.61.tar.gz -O /tmp/uncrustify.tar.gz
- tar zxvf /tmp/uncrustify.tar.gz
- pushd uncrustify-uncrustify-0.61 && ./configure --prefix=/usr && make && sudo ma... | Include gcc in compiler matrix | Include gcc in compiler matrix
| YAML | bsd-3-clause | rcthomas/resist,rcthomas/resist |
bbae613951170b94a22d143855c1899df882b9c2 | .travis.yml | .travis.yml | # brian's standard Travis CI config for Perl 5 modules
# https://github.com/briandfoy/brians_perl_modules_travis_config
# This file is licensed under the Artistic License 2.0
sudo: false
language: perl
perl:
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
- ... | # brian's standard Travis CI config for Perl 5 modules
# https://github.com/briandfoy/brians_perl_modules_travis_config
# This file is licensed under the Artistic License 2.0
sudo: false
language: perl
perl:
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
- "5.24"
- ... | Update Travis up to v5.30 | Update Travis up to v5.30
| YAML | artistic-2.0 | briandfoy/PPI-App-ppi_version-BDFOY,briandfoy/PPI-App-ppi_version-BDFOY |
ef88e69b9317b44f2462f56a3acc218a5bab42fa | .travis.yml | .travis.yml | language: c # whatever
install: sudo apt-get install -qq --no-install-recommends curl devscripts git libyaml-perl man-db perl
script: make all maintainer-check check && sudo make install && sudo make uninstall
| language: c # whatever
before_install: sudo apt-get update
install: sudo apt-get install -qq --no-install-recommends curl devscripts git libyaml-perl man-db perl
script: make all maintainer-check check && sudo make install && sudo make uninstall
| Call apt-get update in Travis CI configuration | Call apt-get update in Travis CI configuration
Apparently, some build machines are provided without up to date APT
lists.
| YAML | mit | petere/pex |
f74bcba20cf39a01f6d281687867dfac922252eb | .travis.yml | .travis.yml | language: python
python:
- 3.4
install:
- gem install scss-lint
- pip install flake8
- npm install
script:
- npm test
| language: python
python:
- 3.4
install:
- gem install scss-lint
- pip install flake8
- pip install -r requirements.txt
- npm install
script:
- npm test
| Add dependencies installation to Travis build | Add dependencies installation to Travis build
| YAML | mit | judsonsam/tekautoday,judsonsam/tekautoday,judsonsam/tekautoday,judsonsam/tekautoday |
35b4cf2d58873839eace62a29b5e5f4640f1ebe6 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
| language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
before_script:
"pushd spec/dummy && RAILS_ENV=test bundle exec rake db:create; popd"
| Set up test DB before running tests. | Travis: Set up test DB before running tests.
| YAML | agpl-3.0 | oneclickorgs/rticles,chrismear/rticles,oneclickorgs/rticles,oneclickorgs/rticles,chrismear/rticles |
eaf6ca7e879966cf1f56ae3d87ddb09da0c6557c | .travis.yml | .travis.yml | language: php
php:
- 5.6
env:
- MONGO_DRIVER=mongo
matrix:
include:
- php: 5.6
env: MONGO_DRIVER=mongo COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: 7.0
env: ADAPTER_VERSION="^1.0.0" MONGO_DRIVER=mongodb
sudo: false
cache:
directories:
- $HOME/.composer/cache
services: mo... | language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
env:
global:
- DRIVER_VERSION="stable"
- ADAPTER_VERSION="^1.0.0"
matrix:
include:
- php: 5.6
env: DRIVER_VERSION="1.5.8" PREFER_LOWEST="--prefer-lowest"
cache:
directories:
- $HOME/.composer/cache
services: mongodb
install:
- co... | Test against PHP 7.1 as well | Test against PHP 7.1 as well
| YAML | mit | alcaeus/DoctrineMongoDBBundle,malarzm/DoctrineMongoDBBundle,malarzm/DoctrineMongoDBBundle,alcaeus/DoctrineMongoDBBundle,doctrine/DoctrineMongoDBBundle |
6067394aa7d472efb497a0dfa8098d4f45b80ff3 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- jruby-19mode # JRuby in 1.9 mode
- rbx-2
before_install:
- gem update bundler
gemfile:
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
- gemfiles/4.1.gemfile
- gemfiles/4.2.gemfile
matrix:
exclude:
- rvm: rbx
gemfile: gemfiles/4.0.gemfil... | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- jruby-19mode # JRuby in 1.9 mode
- rbx-2
before_install:
- gem update bundler
gemfile:
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
- gemfiles/4.1.gemfile
- gemfiles/4.2.gemfile
matrix:
exclude:
- rvm: rbx
gemfile: gemfiles/4.0.gemfil... | Add Ruby 2.2.2 + Rails 5 test combination | Add Ruby 2.2.2 + Rails 5 test combination
| YAML | mit | nathanl/authority,nathanl/authority |
36e2b8930b1c7fca9bc8077e0ac97bee940ad3eb | wercker.yml | wercker.yml | box: pjvds/golang@1.0.1 | box: pjvds/golang@1.0.1
services:
- wercker/redis@0.0.8
build:
steps:
- script:
name: set environment variables
code: export REDIS_ADDR=$WERCKER_REDIS_URL
| Add redis service with environment variables | Wercker: Add redis service with environment variables
| YAML | mit | canthefason/r2dq |
9f73ce48a41c6876d98433f729f2fab51ddd406e | docker/docker-compose.yml | docker/docker-compose.yml | ---
version: '2.2'
services:
redis:
build:
context: ../
dockerfile: docker/redis/Dockerfile
command: redis-server
ports:
- 6379:6379
base:
build:
context: ../
dockerfile: docker/base/Dockerfile
worker:
build:
context: ../
dockerfile: docker/worker/Dock... | ---
version: '2.2'
services:
redis:
build:
context: ../
dockerfile: docker/redis/Dockerfile
command: redis-server
# ports:
# - 6379:6379
networks:
- default
base:
build:
context: ../
dockerfile: docker/base/Dockerfile
worker:
build:
context: ../
... | Fix networking in docker compose | Fix networking in docker compose
| YAML | mit | pwnbus/scoring_engine,pwnbus/scoring_engine,pwnbus/scoring_engine,pwnbus/scoring_engine |
2e62e364726000c72d31ebbd5311bc01b280029b | wercker.yml | wercker.yml | box: wercker/nodejs
build:
steps:
- npm-install
deploy:
steps:
- add-to-known_hosts:
hostname: server.octohost.io
- add-ssh-key:
keyname: KEY
- script:
name: Push to octohost
code: |
git push $GIT_REMOTE master
after-steps:
- sherzberg/slack-notify... | box: wercker/nodejs
build:
steps:
- npm-install
after-steps:
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_WEBHOOK_URL
deploy:
steps:
- add-to-known_hosts:
hostname: server.octohost.io
- add-ssh-key:
keyname: KEY
- script:
name: Push to octohost
co... | Switch to alternate Slack Notify. | Switch to alternate Slack Notify. | YAML | apache-2.0 | octohost/www |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.