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 |
|---|---|---|---|---|---|---|---|---|---|
36a8eb181a7f3fcd07b7c0ad8d5ebb4656f83897 | stackstorm.yml | stackstorm.yml | ---
- name: Install st2
hosts: all
roles:
- mongodb
- rabbitmq
- st2repos
- postgresql
- st2mistral
- st2
- st2web
- st2smoketests
| ---
- name: Install st2
hosts: all
roles:
- mongodb
- rabbitmq
- postgresql
- st2repos
- st2
- st2mistral
- st2web
- st2smoketests
| Install st2 before st2mistral and st2repos after postgresql | Install st2 before st2mistral and st2repos after postgresql
| YAML | apache-2.0 | armab/ansible-st2,StackStorm/ansible-st2 |
c047630daee62915862198607eaace86a2cd4e59 | metadata/com.beemdevelopment.aegis.yml | metadata/com.beemdevelopment.aegis.yml | Categories:
- Security
License: GPL-3.0-only
SourceCode: https://github.com/beemdevelopment/Aegis
IssueTracker: https://github.com/beemdevelopment/Aegis/issues
AutoName: Aegis
RepoType: git
Repo: https://github.com/beemdevelopment/Aegis
Builds:
- versionName: '0.2'
versionCode: 3
commit: v0.2
subdir:... | Categories:
- Security
License: GPL-3.0-only
SourceCode: https://github.com/beemdevelopment/Aegis
IssueTracker: https://github.com/beemdevelopment/Aegis/issues
AutoName: Aegis
RepoType: git
Repo: https://github.com/beemdevelopment/Aegis
Builds:
- versionName: '0.2'
versionCode: 3
commit: v0.2
subdir:... | Update Aegis to 0.4 (10) | Update Aegis to 0.4 (10)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
75894ad4891e04cfa6d1046453e3b1d522f00c95 | metadata/com.neumorphic.calculator.yml | metadata/com.neumorphic.calculator.yml | Categories:
- Science & Education
License: BSD-3-Clause
AuthorName: ARITRA BELEL and SHOURYA S GHOSH
SourceCode: https://github.com/belelaritra/Neumorphic_Calculator
IssueTracker: https://github.com/belelaritra/Neumorphic_Calculator/issues
AutoName: Calculator
RepoType: git
Repo: https://github.com/belelaritra/Neum... | Categories:
- Science & Education
License: BSD-3-Clause
AuthorName: ARITRA BELEL and SHOURYA S GHOSH
SourceCode: https://github.com/belelaritra/Neumorphic_Calculator
IssueTracker: https://github.com/belelaritra/Neumorphic_Calculator/issues
AutoName: Calculator
RepoType: git
Repo: https://github.com/belelaritra/Neum... | Update Calculator to 1.1.0 (2) | Update Calculator to 1.1.0 (2)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
6510d08c4ff6b250f834110dac94dcf6d830690f | metadata/io.github.yoshi1123.adbio.yml | metadata/io.github.yoshi1123.adbio.yml | Categories:
- System
License: GPL-3.0-only
AuthorEmail: yoshi1@tutanota.com
SourceCode: https://github.com/yoshi1123/adbio
IssueTracker: https://github.com/yoshi1123/adbio/issues
AutoName: ADBio
RequiresRoot: 'yes'
RepoType: git
Repo: https://github.com/yoshi1123/adbio.git
Builds:
- versionName: '0.1'
versi... | Categories:
- System
License: GPL-3.0-only
AuthorEmail: yoshi1@tutanota.com
SourceCode: https://github.com/yoshi1123/adbio
IssueTracker: https://github.com/yoshi1123/adbio/issues
AutoName: ADBio
RequiresRoot: 'yes'
RepoType: git
Repo: https://github.com/yoshi1123/adbio.git
Builds:
- versionName: '0.1'
versi... | Update CurrentVersion of ADBio to 0.2 (2) | Update CurrentVersion of ADBio to 0.2 (2)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
a750fe5276a5f69d7e6a847e34a7375dfd6b96eb | config/redis.yml | config/redis.yml | default: &default
url: <%= "redis://:#{ENV['REDIS_PASSWD'] || 'password'}@#{ENV['REDIS_HOST'] || 'localhost'}:#{ENV['REDIS_PORT'] || '6379'}" %>
timeout: <%= ENV['REDIS_TIMEOUT'] || 15 %>
development:
<<: *default
test:
<<: *default
production:
<<: *default
| default: &default
url: <%= "redis://:#{ENV['REDIS_PASSWD'] || 'password'}@#{ENV['REDIS_HOST'] || 'localhost'}:#{ENV['REDIS_PORT'] || '6379'}/#{ENV['REDIS_DB'] || '0'}" %>
timeout: <%= ENV['REDIS_TIMEOUT'] || 15 %>
development:
<<: *default
test:
<<: *default
production:
<<: *default
| Add support to specify a Redis database in the environment. Defaults to /0 | Add support to specify a Redis database in the environment. Defaults to /0
| YAML | apache-2.0 | uvalib/Libra2,uvalib/Libra2,uvalib/Libra2,uvalib/Libra2,uvalib/Libra2 |
1ce1611273eaa3a638a12ee1111b5507348a0952 | util/ansible/roles/influxdb/tasks/main.yml | util/ansible/roles/influxdb/tasks/main.yml | ---
- name: Install InfluxDB
become: true
apt: deb=https://dl.influxdata.com/influxdb/releases/influxdb_1.0.0_amd64.deb
register: influx_installed
- name: restart influxdb
service: name=influxdb enabled=yes state=restarted
when: influx_installed.changed
- name: Set up Initial InfluxDB Databa... | ---
- name: Install InfluxDB
become: true
apt: deb=https://dl.influxdata.com/influxdb/releases/influxdb_1.0.0_amd64.deb
register: influx_installed
- name: restart influxdb
service: name=influxdb enabled=yes state=restarted
when: influx_installed.changed
- name: Set up Initial InfluxDB Databa... | Fix parsing error with influxdb YML | Fix parsing error with influxdb YML
| YAML | agpl-3.0 | SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast |
9c715be3ced9e7a2087bebef40387ebcba79def5 | pubspec.yaml | pubspec.yaml | name: dart_doc_syncer
version: 0.0.0
description: >
Updates a documentation repository for an angular.io Dart example based on
latest content of the raw content under public/docs/_examples in the main
angular.io repository.
author: Thibault Sottiaux <thso@google.com>
dependencies:
logging: ^0.11.2
path: '^1.2... | name: dart_doc_syncer
version: 0.0.0
description: >
Updates a documentation repository for an angular.io Dart example based on
latest content of the raw content under public/docs/_examples in the main
angular.io repository.
author: Thibault Sottiaux <thso@google.com>
dependencies:
args: ^0.13.0
logging: ^0.11... | Add args to the dependencies | Add args to the dependencies
| YAML | mit | dart-archive/dart-doc-syncer |
297f8467b2a68ecebdd4fd005fe6463246ea7b1f | tasks/main.yml | tasks/main.yml | ---
- debug: var=apache verbosity=1
tags: vars
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yml"
- include_tasks: setup-Debian.yml
when: ansible_os_family == 'Debian'
- include_tasks: setup-RedHat.yml
when: ansible_os_family == 'RedHat'
- include_tasks: post-setup.yml
| ---
- debug: var=apache verbosity=1
tags: vars
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yml"
- include_tasks: setup-Debian.yml
when: ansible_os_family == 'Debian'
- include_tasks: setup-RedHat.yml
when: ansible_os_family == 'RedHat'
- import_tasks: post-setup.yml
| Change include with import task to support tags | Change include with import task to support tags | YAML | mit | Aplyca/ansible-role-apache |
db79daa9f095457493f89661c161eac017c112a1 | .forestry/front_matter/templates/medium.yml | .forestry/front_matter/templates/medium.yml | ---
label: pessoal
hide_body: false
fields:
- name: layout
label: Layout
type: text
hidden: false
default: post
- name: title
label: Title
type: text
hidden: false
default: Título
- name: date
label: Date
type: datetime
hidden: false
default: 2019-02-21 03:00:00 +0000
- name: img
label: Img
... | ---
label: pessoal
hide_body: false
fields:
- name: layout
label: Layout
type: text
hidden: false
default: post
- name: title
label: Title
type: text
hidden: false
default: Título
- name: date
label: Date
type: datetime
hidden: false
default: 2019-02-21 03:00:00 +0000
- name: img
label: Img
... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io |
3aa59189e566baa225a89f962214441f02787abc | .github/workflows/support-stackoverflow.yml | .github/workflows/support-stackoverflow.yml | # Configuration for support-requests - https://github.com/dessant/support-requests
name: 'Support StackOverflow'
on:
issues:
types: [labeled, unlabeled, reopened]
permissions:
issues: write
jobs:
mark-support:
runs-on: ubuntu-latest
steps:
- uses: dessant/support-requests@v2
with:
... | # Configuration for support-requests - https://github.com/dessant/support-requests
name: 'Support StackOverflow'
on:
issues:
types: [labeled, unlabeled, reopened]
permissions:
issues: write
jobs:
mark-support:
runs-on: ubuntu-latest
steps:
- uses: dessant/support-requests@v2
with:
... | Fix typo in issue template | [core] Fix typo in issue template
| YAML | mit | mui-org/material-ui,mui-org/material-ui,rscnt/material-ui,rscnt/material-ui,mui-org/material-ui,rscnt/material-ui |
747bd63fc6137b952e4fc32659e8db64d032d7e1 | .codeclimate.yml | .codeclimate.yml | ---
engines:
fixme:
enabled: true
ratings:
paths: []
exclude_paths: []
| engines:
tailor:
enabled: true
ratings:
paths:
- "Gollum/**.swift"
exclude_paths: []
| Enable tailor engine on code climate file | Enable tailor engine on code climate file
| YAML | mit | eduardoeof/Gollum,eduardoeof/Gollum |
2beb6f4a0bda48e1e2ee0e7ef1367b3de07f184c | .codeclimate.yml | .codeclimate.yml | checks:
argument-count:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
nested-control-flow:
enabled: false
return-statements:
enabled: false
similar-code... | version: "2"
checks:
argument-count:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
nested-control-flow:
enabled: false
return-statements:
enabled: false
... | Use newer Code Climate analysis model, version 2 | Use newer Code Climate analysis model, version 2
Refer rails/rails#35962
| YAML | mit | yahonda/oracle-enhanced,rshell/oracle-enhanced,rshell/oracle-enhanced,rsim/oracle-enhanced,rsim/oracle-enhanced,yahonda/oracle-enhanced |
0bbe133a9ed47836c60fef5456d09c42fcfe3434 | .codeclimate.yml | .codeclimate.yml | ---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.rb"
exclude_paths:
- "spec/**/*"
| ---
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.rb"
exclude_paths:
- "spec/**/*"
| Remove brakeman from Code Climate engines since this isn't a Rails app | Remove brakeman from Code Climate engines since this isn't a Rails app
| YAML | mit | paulfioravanti/resume |
8b8ef30ccc8bec3baad207ace4cfe0a5c4c95156 | tests/acceptance/docker-compose.yml | tests/acceptance/docker-compose.yml | version: '2'
services:
app:
build:
context: ../../
expose:
- "3000"
command: npm run start
selenium:
image: selenium/standalone-chrome
expose:
- '4444'
links:
- app
tests:
extends:
service: app
links:
- selenium
command: npm run _test:acce... | version: '2'
services:
app:
build:
context: ../../
expose:
- '3000'
command: npm run start
selenium:
image: selenium/standalone-chrome
expose:
- '4444'
links:
- app
tests:
extends:
service: app
links:
- selenium
command: npm run _test:acce... | Use single quotes in YAML files | Use single quotes in YAML files
| YAML | mit | NiGhTTraX/react-test-buffet,NiGhTTraX/react-test-buffet,NiGhTTraX/react-test-buffet |
b1de4cd5d430670f2ed8a131a0e7931184a71c79 | packages/op/opentelemetry.yaml | packages/op/opentelemetry.yaml | homepage: ''
changelog-type: ''
hash: 4b538cd43bc77813eb9ccd322b64ccfea20b76a995c57e52c5c59ce7a85c06ed
test-bench-deps:
base: -any
tasty-discover: -any
async: -any
tasty-quickcheck: -any
tasty: -any
opentelemetry: -any
maintainer: ethercrow@gmail.com
synopsis: ''
changelog: ''
basic-deps:
exceptions: -any... | homepage: ''
changelog-type: ''
hash: ffed9f1c503ed7bf0bb24ce963ba5e4a85db0c88abeba6baaea6f0ea47d55930
test-bench-deps:
bytestring: -any
base: -any
tasty-discover: -any
async: -any
tasty-quickcheck: -any
tasty-hunit: -any
tasty: -any
opentelemetry: -any
maintainer: ethercrow@gmail.com
synopsis: ''
chang... | Update from Hackage at 2020-02-01T12:05:55Z | Update from Hackage at 2020-02-01T12:05:55Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1031f77262e9c7236f67504a7783ef6ebf05c019 | .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
# Optionally build your docs in additional formats such as PDF and ePub
formats:
- htmlzip
- pdf
# Optionally set the version of Python and requirements required... | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Optionally build your docs in additional formats such as PDF and ePub
formats:
- htmlzip
- pdf
# Optionally set the version of Python and requirements required... | Add mqtt submodule to RTD build configuration. Now any submodule included in documentation build by Doxygen should be included in this file | docs: Add mqtt submodule to RTD build configuration. Now any submodule included in documentation build by Doxygen should be included in this file
| YAML | apache-2.0 | espressif/esp-idf,espressif/esp-idf,espressif/esp-idf,espressif/esp-idf |
c88daf864b573635fa266c05aa007e54f4029705 | .scrutinizer.yml | .scrutinizer.yml | build:
dependencies:
before:
- find . -delete
- git clone https://github.com/octobercms/october.git .
- composer self-update
- composer install --no-interaction --prefer-source
- mkdir -p ./plugins/vojtasvoboda/cnbrates
- cd plugins/voj... | build:
dependencies:
before:
- find . -delete
- git clone https://github.com/octobercms/october.git .
- composer self-update
- composer install --no-interaction --prefer-source
- mkdir -p ./plugins/vojtasvoboda/cnbrates
- cd plugins/voj... | Fix Scrutinizer code coverage config | Fix Scrutinizer code coverage config
| YAML | mit | vojtasvoboda/oc-cnbrates-plugin |
a9296936ae8beacd00bdde6b28b1e967c09854bf | .scrutinizer.yml | .scrutinizer.yml | imports:
- php
build:
environment:
php: '5.6.16'
tools:
php_code_sniffer:
filter:
excluded-paths: [ spec/*, examples/* ]
config:
standard: PSR2
php_analyzer:
filter:
excluded-paths: [ spec/*, examples/* ]
php_sim:
filter:
excluded-paths: [ spec/*, examples/* ]
bu... | imports:
- php
build:
environment:
php: '5.6.16'
tools:
php_code_sniffer:
filter:
paths: [ src/* ]
excluded-paths: [ spec/*, examples/* ]
config:
standard: PSR2
php_analyzer:
filter:
paths: [ src/* ]
excluded-paths: [ spec/*, examples/* ]
php_sim:
filter:
... | Add more aggressive filter to remove changes in some files triggering a build | Add more aggressive filter to remove changes in some files triggering a build
| YAML | mit | shrikeh-pagerduty/pagerduty-core |
594b06728422ae0a80397cab49ac54ac193eab6b | install.work.conf.yaml | install.work.conf.yaml | - clean: ['~']
- link:
~/.vim: vim
~/.vimrc: vimrc
~/.tmux.conf: tmux.conf
- link:
~/bin/astyle: work/bin/astyle
~/bin/boxes: work/bin/boxes
~/.vim/settings/work.vim: work/work.vim
~/.vim/cpp.vimrc: work/cpp.vimrc
| - clean: ['~']
- link:
~/.vim: vim
~/.vimrc: vimrc
~/.tmux.conf: tmux.conf
- link:
~/bin/astyle:
path: work/bin/astyle
create: true
~/bin/boxes:
path: work/bin/boxes
create: true
~/.vim/settings/work.vim: work/work.vim
~/.vim/cpp.vimrc: work/cpp.vimrc
| Make sure the directory is created for ext links | Make sure the directory is created for ext links
| YAML | mit | mseabold/dotfiles |
60ccda3207f125368559cb29dbfaa5ca005c72ed | .scrutinizer.yml | .scrutinizer.yml | checks:
ruby:
code_rating: true
duplicate_code: true
tools:
rubocop:
use_native_config: true
filter:
excluded_paths:
- spec/*
- vendor/*
build:
environment:
ruby: 2.4.0
project_setup:
before:
- gem update --system
- gem install i18n rspec
tests:
before:
- bi... | checks:
ruby:
code_rating: true
duplicate_code: true
tools:
rubocop:
use_native_config: true
filter:
excluded_paths:
- spec/*
- vendor/*
build:
environment:
ruby: 2.4.0
project_setup:
before:
- gem update --system
- gem install i18n rspec
tests:
before:
- bi... | Rename coverage file to 'coverage' | Rename coverage file to 'coverage'
| YAML | mit | paulfioravanti/resume |
4ad4252a772f8d34f72237254ca1c53d67a5c9e5 | .scrutinizer.yml | .scrutinizer.yml | # .scrutinizer.yml
tools:
external_code_coverage: false
filter:
excluded_paths:
- app/Support/Migration/*
- app/database/migrations/*
| # .scrutinizer.yml
tools:
external_code_coverage: false
filter:
excluded_paths:
- app/Support/Migration/*
- app/database/migrations/*
- database/migrations/*
| Extend exclude path. Trigger a new inspection. | Extend exclude path. Trigger a new inspection.
| YAML | agpl-3.0 | firefly-iii/firefly-iii,JC5/firefly-iii,JC5/firefly-iii,firefly-iii/firefly-iii,firefly-iii/firefly-iii,firefly-iii/firefly-iii |
47787389799f8599b2aeb6174eca4305041c61f0 | _config.yml | _config.yml | # Site settings
title: My labnotebook
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "... | # Site settings
title: My labnotebook
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "... | Revert "switch markdown to redcarpet without pygments" | Revert "switch markdown to redcarpet without pygments"
This reverts commit db825e204fd7b017c3470987029b82fc6a0d8e01.
| YAML | mit | fdschneider/jekyll-lablog,cbig/lablog,cbig/lablog,fdschneider/jekyll-lablog,cbig/lablog |
ff85a7164b3b5ab5ddc01257c7b38726ddc09e83 | _config.yml | _config.yml | # Site settings
title: Spine Event Engine
email: spine-developers@teamdev.com
# description: > # this means to ignore newlines until "baseurl:"
#url: "http://spine3.org" # the base hostname & protocol for your site
twitter_username: SpineEngine
github_username: SpineEventEngine
# Build settings
markdown: kramdown
h... | # Site settings
title: Spine Event Engine
email: spine-developers@teamdev.com
# description: > # this means to ignore newlines until "baseurl:"
#url: "http://spine.io" # the base hostname & protocol for your site
twitter_username: SpineEngine
github_username: SpineEventEngine
# Build settings
markdown: kramdown
hig... | Fix site address in comments | Fix site address in comments
| YAML | apache-2.0 | SpineEventEngine/SpineEventEngine.github.io,SpineEventEngine/SpineEventEngine.github.io,SpineEventEngine/SpineEventEngine.github.io,SpineEventEngine/SpineEventEngine.github.io,SpineEventEngine/SpineEventEngine.github.io,SpineEventEngine/SpineEventEngine.github.io |
b1a049ff2ab28c271d75cf3e77dc992849515baa | _config.yml | _config.yml | # Site settings
title: CityCampCHA
email: brigade@openchattanooga.com
description: CityCampCHA is an unconference focused on innovation for municipal governments and community organizations. As an unconference, content for CityCampCHA is not programmed for a passive audience. Content is created and organized by partici... | # Site settings
title: CityCampCHA
email: brigade@openchattanooga.com
description: CityCampCHA is an unconference focused on innovation for municipal governments and community organizations. As an unconference, content for CityCampCHA is not programmed for a passive audience. Content is created and organized by partici... | Exclude license from generated site. | Exclude license from generated site.
| YAML | mit | openchattanooga/citycampcha |
4fedf9f3e859e43ea4c919afd7df13847bd3f2e3 | _config.yml | _config.yml | name: www.mistriotis.com
highlighter: true
url: ""
gems: [jekyll-paginate, jekyll-gist]
paginate: 8
description: Dimitrios mistriotis personal web site.
intro: Blog posts, contact, project, CV material
logo: ''
disqus_shortname:
# url: http://gotchacode.com
#Comment out url when working locally to resolve base urls co... | name: www.mistriotis.com
url: ""
gems: [jekyll-paginate, jekyll-gist]
paginate: 8
description: Dimitrios mistriotis personal web site.
intro: Blog posts, contact, project, CV material
logo: ''
disqus_shortname:
# url: http://gotchacode.com
#Comment out url when working locally to resolve base urls correctly
#url:
# O... | Remove highlighter: true after github's recommedation | Remove highlighter: true after github's recommedation | YAML | mit | dimitrismistriotis/dimitrismistriotis.github.com,dimitrismistriotis/dimitrismistriotis.github.com |
c9b6fb6c18ac0c3edaba74d21158d3139a8d134f | install.yml | install.yml | ---
# Here we describe every software we may want to install
- hosts: all
roles:
- role: osxc.packages
brew_taps:
- caskroom/fonts
brew_packages:
- git
- mercurial
- zsh
- lua
- luajit
- vim # --with-lua
- macvim # --with-cscope --with-lua --override-system-vim --HEAD
- t... | ---
# Here we describe every software we may want to install
- hosts: all
roles:
- role: osxc.packages
brew_taps:
- caskroom/fonts
brew_packages:
- git
- mercurial
- zsh
- lua
- luajit
- vim # --with-lua
- macvim # --with-cscope --with-lua --override-system-vim --HEAD
- t... | Add slack chat to apps | Add slack chat to apps
| YAML | mit | ansible-macos/macos-playbook,ansible-macos/macos-playbook,luishdez/osx-playbook |
ad8d3db9824cbb28927feb4f08dd67c628a6d810 | _config.yml | _config.yml | # Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
relative_permalinks: true
# Setup
title: Anna Tomka
tagline: 'Web Developer'
description: 'This is a simple blog presenting short entries about web development.'
... | # Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
# Setup
title: Anna Tomka
tagline: 'Web Developer'
description: 'This is a simple blog presenting short entries about web development.'
url: http:... | Remove relative permalink to fix build failure | Remove relative permalink to fix build failure | YAML | mit | annatomka/annatomka.github.io |
1257da97fb095304234c1d3b4d58297413cca7ee | _config.yml | _config.yml | public_website_url: "https://www.moneyadviceservice.org.uk"
qa_website_url: "https://qa.test.moneyadviceservice.org.uk"
qa_partner_tools_url: "https://qa-partner-tools.test.moneyadviceservice.org.uk"
development: false
| public_website_url: "https://www.moneyadviceservice.org.uk"
qa_website_url: 'https://qa.dev.mas.local/'
qa_partner_tools_url: 'https://preview-partner-tools.dev.mas.local/'
development: false
| Change test partner tools url to preview environment | Change test partner tools url to preview environment
Today for some qa partner tools domain does not work
at all. So since preview is working fine, I changed
to point to preview.
| YAML | mit | moneyadviceservice/test-harness,moneyadviceservice/test-harness,moneyadviceservice/test-harness |
23e963a156372a60852f7c3d1b2a764206897d04 | scripts/ci/delete-deployments/task.yml | scripts/ci/delete-deployments/task.yml | ---
platform: linux
image: docker:///cfinfrastructure/deployment
run:
path: mega-ci/scripts/ci/delete-deployments/task.sh
params:
BOSH_PASSWORD:
BOSH_DIRECTOR:
BOSH_USER:
DEPLOYMENTS_WITH_WORD:
| ---
platform: linux
image: docker:///cfinfrastructure/deployment
inputs:
- name: mega-ci
run:
path: mega-ci/scripts/ci/delete-deployments/task.sh
params:
BOSH_PASSWORD:
BOSH_DIRECTOR:
BOSH_USER:
DEPLOYMENTS_WITH_WORD:
| Add mega-ci input to delete-deployments | Add mega-ci input to delete-deployments
[#129181047]
| YAML | apache-2.0 | cloudfoundry/mega-ci,cloudfoundry/mega-ci |
d80bb1b839f2d2d6dc199860c3f70cd6475b1435 | _config.yml | _config.yml | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the se... | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the se... | Update Helmet version to 3.8.2 | Update Helmet version to 3.8.2
| YAML | mit | helmetjs/helmetjs.github.io,helmetjs/helmetjs.github.io |
ede4c27da229e85b0e8ec5612eb97b319d7ad17b | .travis.yml | .travis.yml | language: php
sudo: false
before_install:
- composer self-update
install:
- travis_retry composer install --no-interaction --prefer-source
before_script:
- bash vendor/frozzare/wp-test-suite/bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 $WP_VERSION
- git clone https://github.com/wp-papi/papi.git ... | language: php
sudo: false
before_install:
- composer self-update
install:
- travis_retry composer install --no-interaction --prefer-source
before_script:
- bash vendor/frozzare/wp-test-suite/bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 $WP_VERSION
- git clone --branch=2.x https://github.com/wp-p... | Use branch arg for cloning | Use branch arg for cloning
| YAML | mit | wp-papi/papi-rest-api |
59994ded3986f41da0c4c828b32e6ec06790ded8 | .travis.yml | .travis.yml | language: node_js
sudo: true
node_js:
- "5.0"
script: npm run build
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64... | language: node_js
sudo: true
dist: trusty
node_js:
- "5.0"
script: npm run build
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-stable_... | Use "trusty" on Travis for isolated builds | Use "trusty" on Travis for isolated builds
| YAML | mit | likesalmon/likesalmon-react-boilerplate,SilentCicero/react-boilerplate,AnhHT/react-boilerplate,gihrig/react-boilerplate,pauleonardo/demo-trans,Dattaya/react-boilerplate-object,abasalilov/react-boilerplate,Dmitry-N-Medvedev/motor-collection,gihrig/react-boilerplate,haithemT/app-test,JonathanMerklin/react-boilerplate,hax... |
5340de62927930f72af2d4a247f86ed7b5cbb524 | .travis.yml | .travis.yml | sudo: required
services:
- docker
script:
- if [ "true" = "${SHELLCHECK-}" ]; then shellcheck *.sh ; fi
- if [ -n "${NODE_VERSION-}" ]; then ./test-build.sh $NODE_VERSION ; fi
- if [ "true" = "${DOCTOCCHECK-}" ]; then
nvm install node &&
npm i -g doctoc &&
cp README.md READ... | sudo: required
services:
- docker
addons:
apt:
packages:
- docker-ce
script:
- if [ "true" = "${SHELLCHECK-}" ]; then shellcheck *.sh ; fi
- if [ -n "${NODE_VERSION-}" ]; then ./test-build.sh $NODE_VERSION ; fi
- if [ "true" = "${DOCTOCCHECK-}" ]; then
nvm install node &&
... | Install newer version of Docker | Install newer version of Docker
| YAML | mit | nodejs/docker-node,pesho/docker-node,joyent/docker-node,chorrell/docker-node,chorrell/docker-node,nodejs/docker-node |
a6eaf0f7c88a0ddb3fa0d119dc7baa509693b119 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
script:
- ./gradlew check
| language: java
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
script:
- ./gradlew test
| Use `gradlew test` instead of `gradlew check` | Use `gradlew test` instead of `gradlew check`
| YAML | mit | hiroyuki-sato/embulk-parser-joni,hiroyuki-sato/embulk-parser-joni |
7cb856987fe934b695a98bc525941f0f829ac583 | .travis.yml | .travis.yml | language: php
branches:
only:
- master
- develop
php:
- 7.2
before_script:
- composer self-update
- composer install --no-interaction
- npm install
script:
- mkdir build
- composer check
- grunt
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:... | language: php
branches:
only:
- master
- develop
php:
- 7.2
before_script:
- composer self-update
- composer install --no-interaction
- npm install
script:
- mkdir build
- composer check
- grunt
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:... | Move out of Travis container-based infrastructure | Move out of Travis container-based infrastructure | YAML | mit | acelaya/website-expressive,acelaya/website-expressive,acelaya/website-expressive,acelaya/website-expressive |
ced2261503df16772f1f2b9941a1c58d1a073fe8 | .travis.yml | .travis.yml | language: java
sudo: false
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
env:
- MAVEN=3.0.4
- MAVEN=3.0.5
- MAVEN=3.1.0
- MAVEN=3.1.1
- MAVEN=3.2.1
- MAVEN=3.2.2
- MAVEN=3.2.3
- MAVEN=3.2.5
- MAVEN=3.3.1
- MAVEN=3.3.3
- MAVEN=3.3.9
matrix:
exclude:
- jdk: openjdk6
env: MA... | language: java
sudo: false
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
env:
- MAVEN=3.0.4
- MAVEN=3.0.5
- MAVEN=3.1.0
- MAVEN=3.1.1
- MAVEN=3.2.1
- MAVEN=3.2.2
- MAVEN=3.2.3
- MAVEN=3.2.5
- MAVEN=3.3.1
- MAVEN=3.3.3
- MAVEN=3.3.9
matrix:
exclude:
- jdk: openjdk6
env: MA... | Revert Takari wrapper, it is not compiled against Java 6... | CI: Revert Takari wrapper, it is not compiled against Java 6...
Signed-off-by: Julien Nicoulaud <d0b57601c71797f3207429d334984056ff4aa940@gmail.com>
| YAML | apache-2.0 | nicoulaj/checksum-maven-plugin,aircellthom/checksum-maven-plugin |
6c57d836258db1ed2dafb74242529d40af1c92f9 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk7
- oraclejdk7
install:
- gem install bundler
- bundle install
script: buildr clean package
| language: java
jdk:
- openjdk7
- oraclejdk7
install:
- gem install bundler
- bundle install
script: buildr clean package
git:
depth: 10
| Reduce the size of the git repository downloaded during TravisCI testing. | Reduce the size of the git repository downloaded during TravisCI testing.
| YAML | apache-2.0 | realityforge/gwt-packetio-example,realityforge/gwt-packetio-example,realityforge/gwt-packetio-example |
093e03e37d966efcf08c9021426444a5b4125bf3 | .travis.yml | .travis.yml | dist: xenial
language: generic
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
script:
- sh test.sh
| dist: xenial
language: generic
addons:
snaps:
- shellcheck
script:
- sh test.sh
| Install shellcheck from snap store | Install shellcheck from snap store
| YAML | mit | anlar/i3blocks-sh |
76dde3f50ce2ca1adfd57b7bc203286a31cc7c92 | .travis.yml | .travis.yml | language: ruby
rvm:
- "2.0"
- "2.1"
- "2.2"
env:
- INCLUDE_LINGUIST=true
- INCLUDE_LINGUIST=false
before_install:
- if [[ "$INCLUDE_LINGUIST" == "true" ]]; then BUNDLE_GEMFILE=Gemfile.optional; sudo apt-get install libicu-dev -y; fi
| language: ruby
rvm:
- "2.0"
- "2.1"
- "2.2"
env:
- INCLUDE_LINGUIST=true
- INCLUDE_LINGUIST=false
before_install:
- gem install bundler
- if [[ "$INCLUDE_LINGUIST" == "true" ]]; then BUNDLE_GEMFILE=Gemfile.optional; sudo apt-get install libicu-dev -y; fi
| Work around Travis bundler issue | Work around Travis bundler issue
The build is running into this issue:
https://github.com/travis-ci/travis-ci/issues/3531.
Work around with a before_install `gem install bundler` as suggested
there (https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203)
| YAML | mit | dmarcotte/github-markdown-preview |
e2fd95a666e51904a91de422ee526858983cfa35 | .travis.yml | .travis.yml | language: node_js
dist: trusty
sudo: required
node_js:
- "0.10"
before_install:
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- sudo apt-g... | language: node_js
dist: trusty
sudo: required
node_js:
- "0.10"
before_install:
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- sudo apt-g... | Use chrome beta for testing | Use chrome beta for testing
| YAML | mit | jbaicoianu/janusweb,jbaicoianu/janusweb,jbaicoianu/janusweb |
d0e791ff2777ebd7a77a2e1553c3e2d87d59fcf5 | .travis.yml | .travis.yml | # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under th... | # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under th... | Use SonarQube.com with Travis CI | Use SonarQube.com with Travis CI
| YAML | apache-2.0 | Yongyao/mudrod,fgreg/mudrod,lewismc/mudrod,fgreg/mudrod,mudrod/mudrod,Yongyao/mudrod,quintinali/mudrod,lewismc/mudrod,quintinali/mudrod,fgreg/mudrod,Yongyao/mudrod,mudrod/mudrod,lewismc/mudrod,quintinali/mudrod,Yongyao/mudrod,mudrod/mudrod,quintinali/mudrod,mudrod/mudrod,lewismc/mudrod,fgreg/mudrod |
7e10e415c3eebf071d033feef361d6a0dff60072 | .travis.yml | .travis.yml | language: haxe
sudo: false
haxe:
- development
install:
- haxelib install hxnodejs
script:
- haxe build.hxml
| language: haxe
sudo: false
haxe:
- development
install:
- haxelib install hxnodejs
- haxelib install yaml
- haxelib git plist https://github.com/back2dos/plist
script:
- haxe build.hxml
- cd syntaxes
- haxe build.hxml
| Test yaml -> plist conversion on Travis | Test yaml -> plist conversion on Travis
| YAML | mit | vshaxe/vshaxe |
3b818677d5c5f7fffee8a10ced0b80d24e88fd2f | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer install --prefer-source
| language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer install --prefer-source
| Remove PHP 5.3 version for testing | Remove PHP 5.3 version for testing | YAML | mit | LapaLabs/YoutubeHelper |
939acbcf5cc24de626b81853311c7f27884f79f6 | .travis.yml | .travis.yml | distro: trusty
sudo: false
language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3
matrix:
allow_failures:
- php: 7.3
services:
- mysql
before_script:
- npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev
- mysql -u root -e "CREATE DATABASE rhymix CHARSET utf8mb4 COLLA... | distro: trusty
sudo: false
language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3
services:
- mysql
before_script:
- npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev
- mysql -u root -e "CREATE DATABASE rhymix CHARSET utf8mb4 COLLATE utf8mb4_unicode_ci"
- mysql -u root ... | Remove PHP 7.3 from allowed failures list | Remove PHP 7.3 from allowed failures list
| YAML | lgpl-2.1 | xetown/xe-core,xetown/xe-core,xetown/xe-core |
e526037c983188284211392370bb03e92419cef6 | .travis.yml | .travis.yml | sudo: false
sudo: false | sudo: false
language: perl
perl:
- "5.8"
- "5.10"
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
- "5.22"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init --auto
install:
- cpanm --quiet --installdeps ... | Add v5.22 to Travis, and run in container by turning off sudo | Add v5.22 to Travis, and run in container by turning off sudo
| YAML | artistic-2.0 | briandfoy/module-extract-namespaces |
b47cafbfa92684391a85975da3453a01bd2d42c1 | .travis.yml | .travis.yml | sudo: true
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "pypy"
before_install:
- sudo apt-get update -qq
- sudo apt-get install --yes openssh-server
install:
- pip install coveralls
- python setup.py install
script:
coverage run --source=executor setup.py test
after_success:
coveralls
| sudo: true
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "pypy"
before_install:
- sudo apt-get update -qq
- sudo apt-get install --yes openssh-server
install:
- pip install coveralls
- python setup.py install
script:
- coverage run --source=executor setup.py test
- coverage report --fail-under=... | Make Travis CI builds when coverage isn't >= 90% | Make Travis CI builds when coverage isn't >= 90%
| YAML | mit | xolox/python-executor |
172ca70bbd016b394bf2fc3237d451c39a112eea | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10"
| sudo: false
language: node_js
node_js:
- "6"
- "8"
| Upgrade supported Node.js versions to 6 and 8 | Upgrade supported Node.js versions to 6 and 8
| YAML | mit | tatsuyafw/gulp-nightwatch,StoneCypher/gulp-nightwatch |
faea27b5c1f06ae23fc4805dc7fbb97b98e1e599 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install: pip install tox-travis
script: tox
| sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
- pip install -U pip
- pip install tox-travis
script: tox
| Use newer versions of pip/setuptools | Use newer versions of pip/setuptools
| YAML | bsd-3-clause | chisholm/cti-pattern-validator,oasis-open/cti-pattern-validator |
543bedf2754b9c817619b96cb26358de2e28baab | .travis.yml | .travis.yml | language: node_js
cache: yarn
node_js:
- node
- "9"
- "8"
- "6"
- "4"
install:
- YARN_IGNORE_ENGINES=true yarn
git:
depth: 5
| language: node_js
cache: yarn
node_js:
- node
- "8"
- "6"
git:
depth: 5
| Remove Node.js 4 and 9 support | Remove Node.js 4 and 9 support
| YAML | mit | postcss/postcss-scss |
604e3e8c41b84313ccf12cbfcb82b90cf4b6beea | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
deploy:
skip_cleanup: true
provider: script
script: ./gradlew bintrayUpload
on:
branch: production | language: java
jdk:
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
deploy:
skip_cleanup: true
provider: script
script: ./gradlew bintrayUplo... | Add cache and change deploy strategy | Add cache and change deploy strategy
| YAML | apache-2.0 | d10xa/gradle-geb-plugin |
a048e1a8fc41dd6923daeda26c62b280048c792a | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.3.1
bundler_args: --without development doc
before_install: gem install bundler -v 1.12.5
addons:
code_climate:
repo_token: 97786ceac8f7388a6ac89408a63f98454678567c780deef82377f8e66b9f7cd6
| sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- 2.3.1
bundler_args: --without development doc
before_install: gem install bundler -v 1.12.5
addons:
code_climate:
repo_token: 97786ceac8f7388a6ac89408a63f98454678567c780deef82377f8e66b9f7cd6
| Add more Ruby versions to test in TravisCI | Add more Ruby versions to test in TravisCI
| YAML | mit | Sharparam/chatrix,Sharparam/chatrix |
c59b0db6f0ba61224dc6b4294b467fb821c289d1 | .travis.yml | .travis.yml | language: node_js
matrix:
fast_finish: true
allow_failures:
- node_js: "0.12"
node_js:
- "0.10"
- "0.12"
services:
- couchdb
env:
global:
- NODE_ENV=test
- DEBUG_LEVEL=0
- NAME=emails
- TOKEN=apptoken
before_install:
- travis_retry npm install forev... | language: node_js
matrix:
fast_finish: true
allow_failures:
- node_js: "0.12"
node_js:
- "0.10"
- "0.12"
services:
- couchdb
env:
global:
- NODE_ENV=test
- DEBUG_LEVEL=0
- NAME=emails
- TOKEN=apptoken
before_install:
- travis_retry npm install forev... | Fix env path for Travis | Fix env path for Travis
| YAML | agpl-3.0 | cozy/cozy-emails,poupotte/cozy-emails,poupotte/cozy-emails,frankrousseau/cozy-emails,nono/cozy-emails,clochix/cozy-emails,cozy/cozy-emails,frankrousseau/cozy-emails,nono/cozy-emails,clochix/cozy-emails |
34eb739bd5600edd242669831ee30235023cae3e | .travis.yml | .travis.yml | before_install:
- gem update --system
env:
global:
- AWS_ACCESS_KEY_ID=foo
- AWS_SECRET_ACCESS_KEY=bar
gemfile:
- gemfiles/libxml.gemfile
- gemfiles/nokogiri.gemfile
- gemfiles/oga.gemfile
- gemfiles/ox.gemfile
- gemfiles/rexml.gemfile
language: ruby
matrix:
allow_failures:
- rvm: ruby-head
... | before_install:
- gem update --system
- gem install bundler
env:
global:
- AWS_ACCESS_KEY_ID=foo
- AWS_SECRET_ACCESS_KEY=bar
gemfile:
- gemfiles/libxml.gemfile
- gemfiles/nokogiri.gemfile
- gemfiles/oga.gemfile
- gemfiles/ox.gemfile
- gemfiles/rexml.gemfile
language: ruby
matrix:
allow_failure... | Update bundler for older rubies? | Update bundler for older rubies?
| YAML | mit | hakanensari/peddler |
ebe6fe76c65db8a05925cf6d792ad3aab7aac3c4 | .travis.yml | .travis.yml | language: node_js
node_js:
- "8"
- "7"
- "5"
- "6"
- "4"
git:
depth: 1
branches:
only:
- master
cache:
directories:
- node_modules
matrix:
fast_finish: true
before_install:
- npm i -g npm@latest
before_script:
- node --version
- npm --version
script:
- npm test
after_script:
... | language: node_js
node_js:
- "8"
- "7"
- "5"
- "6"
- "4"
git:
depth: 1
branches:
only:
- master
cache:
directories:
- $HOME/.npm
- node_modules
matrix:
fast_finish: true
before_install:
- npm i -g npm@latest
before_script:
- node --version
- npm --version
script:
- npm test... | Speed up Travis builds even more | Speed up Travis builds even more
| YAML | mit | jwilsson/gulp-debug-finder |
e6a6c78e8d62ea0cd385d9f74b94ca71362e17db | .travis.yml | .travis.yml | branches:
except:
- rpi
- swift3
language: generic
sudo: required
env: SWIFT_VERSION=4.1
matrix:
include:
- os: linux
dist: trusty
- os: osx
osx_image: xcode9
env:
- OPENSSL_ROOT_DIR=$(brew --prefix openssl)
install:
- eval "$(curl -sL https://swiftenv.fuller.li/insta... | branches:
except:
- rpi
- swift3
language: generic
sudo: required
env: SWIFT_VERSION=4.1
matrix:
include:
- os: linux
dist: trusty
- os: osx
osx_image: xcode9.3
env:
- OPENSSL_ROOT_DIR=$(brew --prefix openssl)
install:
- eval "$(curl -sL https://swiftenv.fuller.li/ins... | Update macOS image to Xcode 9.3 on CI | Update macOS image to Xcode 9.3 on CI | YAML | mit | SOBotics/FireAlarm,NobodyNada/FireAlarm,NobodyNada/FireAlarm,NobodyNada/FireAlarm,NobodyNada/chatbot,SOBotics/FireAlarm |
cf15fb6dc69e6a295fe54d2b7b45cf2bd2e57d37 | .travis.yml | .travis.yml | language: ruby
rvm:
- '2.2'
- '2.1'
- '2.0'
- 1.9.3
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y npm
install:
- gem install bundler
- bundle install
- bundle exec rake npm
| sudo: false
cache: bundler
language: ruby
rvm:
- '2.2'
- '2.1'
- '2.0'
- 1.9.3
install:
- nvm install node
- node -v
- gem install bundler
- bundle install
- bundle exec rake npm
| Use nvm on Travis CI | Use nvm on Travis CI
| YAML | mit | ukoloff/execjs-xtrn,ukoloff/execjs-xtrn |
6e0bce21f05a8d2e61cf6cf184c9915109670e40 | .travis.yml | .travis.yml | language: objective-c
env:
- OS=8.3
before_install:
- brew update
- bundle install
- cd Example && pod install && cd $TRAVIS_BUILD_DIR
script: rake test
| language: objective-c
osx_image: beta-xcode6.3
env:
- OS=8.3
before_install:
- brew update
- bundle install
- cd Example && pod install && cd $TRAVIS_BUILD_DIR
script: rake test
| Use new OS X image on Travis | Use new OS X image on Travis
| YAML | mit | xing/XNGAPIClientTester |
2743f899451ae8d3b9aea53ce5c60dc55f82254e | .travis.yml | .travis.yml | language: python
sudo: required
dist: trusty
python:
- '3.5'
before_install:
- sudo apt update && sudo apt install -y inkscape
install:
- pip install -r requirements_dev.txt
env:
- TOX_ENV=lint
- TOX_ENV=py27,stats
- TOX_ENV=py35,stats
- TOX_ENV=doc
script:
- tox -c tox.ini -e $TOX_ENV
... | language: python
sudo: required
dist: trusty
python:
- '3.5'
before_install:
- sudo apt update && sudo apt install -y inkscape libdbus-1-dev libdbus-glib-1-dev
env:
- TOX_ENV=lint
- TOX_ENV=py27,stats
- TOX_ENV=py35,stats
- TOX_ENV=doc
script:
- tox -c tox.ini -e $TOX_ENV
# this is alread... | Add system dependencies for dbus | Add system dependencies for dbus
| YAML | mit | DHCPAP/dhcpcanon,juxor/dhcpcanon_debian,juxor/dhcpcanon_debian,juga0/dhcpcanon,DHCPAP/dhcpcanon,juga0/dhcpcanon |
39617345ee2e69be0e002be4ea5a1a2de3b5ed4d | .travis.yml | .travis.yml | sudo: required
language: node_js
env:
- TEST="tests/end2end/A* tests/end2end/I* tests/end2end/L*"
- TEST="tests/end2end/Mee*"
- TEST="tests/end2end/Mi*"
- TEST="tests/end2end/R* tests/end2end/S* tests/end2end/T*"
- TEST="unit"
addons:
artifacts:
# This uploads all headless screenshots generated with:
... | sudo: required
language: node_js
env:
- TEST="tests/end2end/A* tests/end2end/I* tests/end2end/L*"
- TEST="tests/end2end/Mee*"
- TEST="tests/end2end/Mi*"
- TEST="tests/end2end/R* tests/end2end/S* tests/end2end/T*"
- TEST="unit"
addons:
artifacts:
# This uploads all headless screenshots generated with:
... | Add meteor convenience script to cache | Add meteor convenience script to cache
| YAML | mit | Huggle77/4minitz,Huggle77/4minitz,RobNeXX/4minitz,4minitz/4minitz,Huggle77/4minitz,RobNeXX/4minitz,4minitz/4minitz,4minitz/4minitz,RobNeXX/4minitz |
5d652ad77ff1323688e3d5f22b9b92706534a413 | .travis.yml | .travis.yml | language: php
arch:
- amd64
- arm64
os: linux
php:
- "7.2"
services:
- docker
before_install:
- docker login --username $DOCKER_USER --password $DOCKER_PASSWORD $DOCKER_REGISTRY
script:
- cd php
- ./build.sh $TRAVIS_PHP_VERSION $DOCKER_USER $DOCKER_PASSWORD $DOCKER_REGISTRY
| language: php
arch:
- amd64
- arm64
php:
- "5.6"
- "7.0"
- "7.1"
- "7.2"
- "7.3"
sudo: required
services:
- docker
before_install:
- docker login --username $DOCKER_USER --password $DOCKER_PASSWORD $DOCKER_REGISTRY
script:
- cd php
- ./build.sh $TRAVIS_PHP_VERSION $DOCKER_USER $DOCKER_PASSWO... | Revert "Try multi cpu arch (2)" | Revert "Try multi cpu arch (2)"
This reverts commit c2ee502e
| YAML | mit | byjg/docker-images,byjg/docker-images |
7cb8d13628db767866b6ba75620495e5b2093871 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7
git:
submodules: false
before_install:
- brew update
- brew install carthage
install: script/update
script: script/test
| language: objective-c
osx_image: xcode7.2
git:
submodules: false
before_install:
- brew update
- brew install carthage
install: script/update
script: script/test
| Use Xcode 7.2 for CI builds. | Use Xcode 7.2 for CI builds.
| YAML | mit | the-grid/Disc,the-grid/Disc,the-grid/Disc |
72490b3b034e0c76c3f452e5e9368f54e745aa93 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.4"
install:
- pip install .
- pip install python-dateutil
- pip install httpretty
cache:
directories:
- $HOME/.cache/pip
script: nosetests -v
branches:
only:
- dev
notifications:
email:
- urschrei@example.com
| language: python
python:
- "2.7"
- "3.4"
install:
- pip install .
- pip install python-dateutil
- pip install httpretty
cache: pip
script: nosetests -v
branches:
only:
- dev
notifications:
email:
- urschrei@example.com
| Use recommended setting for pip cache | Use recommended setting for pip cache
From: https://github.com/travis-ci/travis-ci/issues/3060
| YAML | mit | DrGo/pyzotero,urschrei/pyzotero |
5df4febab7634dceb192c6be7e884788a4d31152 | .travis.yml | .travis.yml | language: python
python: "2.7"
env:
- TOXENV=py27
- TOXENV=py33
# install dependencies
install:
- pip install tox --use-mirrors
- pip install .
- pip install -e .[test]
# run tests
script: tox
| language: python
python: "2.7"
env:
- TOXENV=py27
- TOXENV=py33
# install dependencies
install:
- pip install tox
- pip install .
# run tests
script: tox
| Remove deprecated --use-mirrors flag. Don't install test deps, as tox does this anyway. | Remove deprecated --use-mirrors flag. Don't install test deps, as tox does this anyway. | YAML | mit | bilderbuchi/ofStateManager |
898d0dc0d9cef6798ac30e6753f0bf5fdf01f04e | .travis.yml | .travis.yml | # Copyright 2018 The Nomulus Authors. All Rights Reserved.
#
# 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... | # Copyright 2018 The Nomulus Authors. All Rights Reserved.
#
# 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... | Make gradlew executable in Travis | Make gradlew executable in Travis
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=224244963
| YAML | apache-2.0 | google/nomulus,google/nomulus,google/nomulus,google/nomulus,google/nomulus,google/nomulus |
ffa34aea465bff04ea5b21e0c378fa4a35f98fad | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8.3
branches:
only:
- master
before_script:
- git submodule update --init --recursive
script: script/cibuild "$TRAVIS_XCODE_WORKSPACE" "$TRAVIS_XCODE_SCHEME" "$XCODE_ACTION"
xcode_workspace: Tentacle.xcworkspace
matrix:
include:
- xcode_scheme: Tentacle-OSX
env:... | language: objective-c
osx_image: xcode9
branches:
only:
- master
before_script:
- git submodule update --init --recursive
script: script/cibuild "$TRAVIS_XCODE_WORKSPACE" "$TRAVIS_XCODE_SCHEME" "$XCODE_ACTION"
xcode_workspace: Tentacle.xcworkspace
matrix:
include:
- xcode_scheme: Tentacle-OSX
env: ... | Use xcode9 image for CI | Use xcode9 image for CI
| YAML | mit | mdiep/Tentacle,mdiep/Tentacle |
ce95252816ce833f40b1391fde6cd5152f3023fa | .travis.yml | .travis.yml | addons:
apt:
sources:
- debian-sid
packages:
- gcc-arm-none-eabi
- libnewlib-dev
sudo: false
script: cd firmware/nordic_nrf51/app/ble_peripheral/ledbrick_pwm/pca10028/s110/armgcc && GNU_INSTALL_PREFIX=/usr make
language: c
| addons:
apt:
sources:
- debian-sid
packages:
- gcc-arm-none-eabi
- libstdc++-arm-none-eabi-newlib
sudo: false
script: cd firmware/nordic_nrf51/app/ble_peripheral/ledbrick_pwm/pca10028/s110/armgcc && GNU_INSTALL_PREFIX=/usr make
language: c
| Allow libstdc++, just to bring in newlib | Allow libstdc++, just to bring in newlib
| YAML | apache-2.0 | theatrus/ledbrick,theatrus/ledbrick,theatrus/ledbrick |
27d778db220a3e69c2f5a7c568e28165518a8764 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
env:
global:
- DRIVER_VERSION="stable"
- ADAPTER_VERSION="^1.0.0"
services: mongodb
before_install:
- curl -sS https://getcomposer.org/installer | php
install:
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "5." ]]; then yes '' | pecl -q install -f mongo-${DRIVER_... | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
env:
global:
- DRIVER_VERSION="stable"
- ADAPTER_VERSION="^1.0.0"
services: mongodb
before_install:
- curl -sS https://getcomposer.org/installer | php
install:
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "5." ]]; then yes '' | pecl -q instal... | Add PHP 7.1 and 7.2 to the build matrix | Add PHP 7.1 and 7.2 to the build matrix
| YAML | mit | algolia/AlgoliaSearchBundle,gruberro/AlgoliaSearchBundle |
509a4ead3440b87a1043abdc65df421520a209a7 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
env:
global:
- ES_VER=0.20.5
- ES_MAPPER_ATTACHMENTS_VER=1.6.0
- ES_TRANSPORT_THRIFT_VER=1.4.0
before_script:
- composer self-update
- composer --dev install
- ./test/bin/install_php_memcache.sh
- ./test/bin/run_elasticsearch.sh
script: phpunit -c test/
| language: php
php:
- 5.3
- 5.4
env:
global:
- ES_VER=0.20.5
- ES_MAPPER_ATTACHMENTS_VER=1.6.0
- ES_TRANSPORT_THRIFT_VER=1.4.0
before_script:
- composer self-update
- composer --dev --prefer-source install
- ./test/bin/install_php_memcache.sh
- ./test/bin/run_elasticsearch.sh
script: phpuni... | Use --prefer-source for composer install | Use --prefer-source for composer install
Makes builds more stable on Travis CI
| YAML | mit | ebernhardson/Elastica,ewgRa/Elastica,ruflin/Elastica,ewgRa/Elastica,piotrantosik/Elastica,0x46616c6b/Elastica,fubuki/Elastica,CJGarner/mediawiki-extensions-CirrusSearch-Elastica,piotrantosik/Elastica,miniplay/Elastica,ebernhardson/Elastica,kartikm/Elastica,Tobion/Elastica,vlajos/Elastica,kartikm/Elastica,vlajos/Elastic... |
4258290f1679373bca38587eb259d7216d3b18d8 | .travis.yml | .travis.yml | language: go
go:
- 1.7
- tip
install:
- git clone https://github.com/pote/gpm.git && cd gpm && ./configure
- cd .. && gpm/bin/gpm install && rm -rf gpm
script: go test -v ./...
| language: go
go:
- 1.7
install:
- git clone https://github.com/pote/gpm.git && cd gpm && ./configure
- cd .. && gpm/bin/gpm install && rm -rf gpm
script: go test -v ./...
| Remove tip tests because it's been broken for some time now and should be fixed in a separate PR | Remove tip tests because it's been broken for some time now and should
be fixed in a separate PR
| YAML | apache-2.0 | AdRoll/hologram,AdRoll/hologram |
8936fa2d12157a0cae0ee8c74b6bebb5cc30a2ba | .travis.yml | .travis.yml | os:
- linux
- osx
language: go
sudo: false
go:
- tip
- 1.7
- 1.6
- 1.5
install:
- go get -v golang.org/x/exp/ebnf
- make build
script:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- make test
after_success:
- bash <(curl -s htt... | os:
- linux
- osx
language: go
sudo: false
go:
- tip
- 1.8
- 1.7
install:
- go get -v golang.org/x/exp/ebnf
- make build
script:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- make test
after_success:
- bash <(curl -s https://cod... | Remove support to Go < 1.7 | Remove support to Go < 1.7
| YAML | apache-2.0 | NeowayLabs/nash,NeowayLabs/nash |
5f319676a6b83cd5dfb8453d8e816a6ba700afba | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
install:
- composer install --prefer-source -n
script:
- vendor/bin/php-cs-fixer fix -v --dry-run .
- vendor/bin/phpcs --standard=PSR2 -p --extensions=php Gass/ Tests/
- vendor/bin/phpunit -c Tests/... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
- php: nightly
install:
- composer install --prefer-source -n
script:
- vendor/bin/php-cs-fixer fix -v --dry-run .
- vendor/bin/phpcs --standard=PSR2 -p --extensions=php Gass/ Tests/
... | Add in support for PHP 7.0 and future nightlies | Add in support for PHP 7.0 and future nightlies
| YAML | bsd-3-clause | chappy84/google-analytics-server-side |
1196cac9a4e66f90f9cc0dcf2f176c2c33cc3775 | .travis.yml | .travis.yml | install: true
language: c
compiler: gcc
script: make all
| sudo: required
language: c
before_install:
- sudo apt-get update
install:
- sudo apt-get install gcc-avr binutils-avr avr-libc
script:
- make all
- make -f makefile-avr all
| Add AVR platform to compilation process | Add AVR platform to compilation process
| YAML | mit | Jacajack/modlib |
9e7041ec97918f2124bea404eef1c5636160b24b | .travis.yml | .travis.yml | cache:
directories:
- node_modules
before_script:
- npm install -g gulp-cli
- npm install
script:
- gulp
addons:
browserstack:
username: SkyzohKey
acess_key:
secure: mYw0GWbvsfKkAOMv4a+sji+i8w7MJSs0FjMLeu1V93nz1YLPWmlLAEEhRVH7PI5gayWTOAxAOAxdUV03Zu0bF5P3V9AR3t8l1lHWbwiBoWryv37fK2QaHDCCptAhrkEVaMA5mS... | cache:
directories:
- node_modules
before_script:
- npm install -g gulp-cli
- npm install
script:
- gulp
addons:
browserstack:
username: SkyzohKey
access_key:
secure: $BROWSERSTACK_ACCESS_KEY
| Move access_key to secure env variables | Move access_key to secure env variables
| YAML | mit | SkyzohKey/tox-website,SkyzohKey/tox-website |
b70b0bf4fd5d953cba6f63e59deae14a050cf410 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '0.10'
branches:
only:
- master
- development
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm... | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
branches:
only:
- master
- development
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_insta... | Test with Node.js 0.12 on Travis CI. | Test with Node.js 0.12 on Travis CI.
| YAML | mit | bigeasy/locket,bigeasy/locket |
0c5ec1cd85cf2867d5f810d9c7fa12e78372b275 | .appveyor.yml | .appveyor.yml | environment:
matrix:
- OS: unix/cygwin
- OS: win32
install:
- "C:/cygwin/setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup -P libcrypt-devel,mingw64-i686-libgcrypt,tcl-tk-devel,mingw64-i686-tcl,mingw64-i686-tk"
build_script:
- C:\Cygwin\bin\bash -lc "cd ... | environment:
matrix:
- OS: unix
# - OS: win32
install:
- "C:/cygwin/setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup -P libcrypt-devel,mingw64-i686-libgcrypt,tcl-tk-devel,mingw64-i686-tcl,mingw64-i686-tk"
build_script:
- C:\Cygwin\bin\bash -lc "cd $APPVE... | Set for full package build | Set for full package build | YAML | mit | AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog |
ec0080912f68a699fe51b95f902509e26adc7c85 | .eslintrc.yml | .eslintrc.yml | # ESLint config
# http://eslint.org/docs/user-guide/configuring
# https://github.com/BigstickCarpet/eslint-config-modular
extends:
- modular/best-practices
- modular/style
- modular/es6
- modular/node
| # ESLint config
# http://eslint.org/docs/user-guide/configuring
# https://github.com/BigstickCarpet/eslint-config-modular
root: true
extends:
- modular/best-practices
- modular/style
- modular/es6
- modular/node
| Mark the ESLint config as the root one for the project | Mark the ESLint config as the root one for the project
| YAML | mit | BigstickCarpet/globify |
58a88483f1ba255c8e5854944c6099e4d288d0a4 | metadata/com.github.igrmk.smsq.yml | metadata/com.github.igrmk.smsq.yml | Categories:
- Phone & SMS
License: GPL-3.0-only
AuthorName: igrmk
AuthorEmail: igrmkx@gmail.com
SourceCode: https://github.com/igrmk/smsq
IssueTracker: https://github.com/igrmk/smsq/issues
Bitcoin: 32JdGEVP42WiVxsADa3Z65qn1xe2K7Yg3S
Litecoin: MCCRrC4NcT926bDRchpKxQ5kmatzcEMaz7
AutoName: smsQ
Description: |-
Your... | Categories:
- Phone & SMS
License: GPL-3.0-only
AuthorName: igrmk
AuthorEmail: igrmkx@gmail.com
SourceCode: https://github.com/igrmk/smsq
IssueTracker: https://github.com/igrmk/smsq/issues
Bitcoin: 32JdGEVP42WiVxsADa3Z65qn1xe2K7Yg3S
Litecoin: MCCRrC4NcT926bDRchpKxQ5kmatzcEMaz7
AutoName: smsQ
Description: |-
Your... | Update smsQ to 1.4 (14) | Update smsQ to 1.4 (14)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
550491c4e4525e9bc1ae93052b1198677dc1b3cc | .github/workflows/deployment.yml | .github/workflows/deployment.yml | name: Deployment
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: export CHROME_BIN=chromium-browser
- run: export DISPLAY=:99.0
- run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- run: sleep 5
- uses: actions/checkout@v1
- uses: actio... | name: Deployment
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: export CHROME_BIN=chromium-browser
- run: export DISPLAY=:99.0
- run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- run: sleep 5
- uses: actions/checkout@v1
- uses: actio... | Remove package.json so husky doesn't run | Remove package.json so husky doesn't run
| YAML | mit | bbody/MultilineJavaScriptConverter |
94c8368e7bc9af423664f12d12c67074ad61bf78 | .github/workflows/lint-test.yaml | .github/workflows/lint-test.yaml |
# https://github.com/helm/chart-testing-action/blob/master/README.md
name: Lint and Test Charts
on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Run c... |
# https://github.com/helm/chart-testing-action/blob/master/README.md
name: Lint and Test Charts
on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Run c... | Use cluster-providers for github actions | Use cluster-providers for github actions
Signed-off-by: Alvaro Saurin <95275619247e0a0a4a5f7a8d5144a85ee8f50dbb@gmail.com>
| YAML | apache-2.0 | datawire/ambassador,datawire/ambassador,datawire/ambassador,datawire/ambassador,datawire/ambassador |
89223a01ba998176cf6faaf911a05238bab2d5bf | test/support/postgresql.yml | test/support/postgresql.yml | adapter: postgresql
database: sortifiable
username: sortifiable
host: localhost
encoding: utf8
min_messages: warning
| adapter: postgresql
database: sortifiable
username: sortifiable
host: 127.0.0.1
encoding: utf8
min_messages: warning
| Use TCP connections by default | Use TCP connections by default
| YAML | mit | pixeltrix/sortifiable |
90d2fea0fe0e5378edb19fdafe3d67344a36cb2d | install/group_vars/all.yml | install/group_vars/all.yml |
---
### Nagios Variables ###
nagios_username: nagiosadmin
nagios_password: bb8391fe27
nagios_http_port: 80
nagios_https_port: 443
admin_name_01: nagiosadmin
admin_email_01: nagios@localhost
### NRPE variables ###
nrpe_tcp_port: 5666
# threshold for # of processes
warning_proc: 900
critical_proc: 1000
|
---
### Nagios Variables ###
nagios_username: nagiosadmin
nagios_password: changeme
nagios_http_port: 80
nagios_https_port: 443
admin_name_01: nagiosadmin
admin_email_01: nagios@localhost
### NRPE variables ###
nrpe_tcp_port: 5666
# threshold for # of processes
warning_proc: 900
critical_proc: 1000
| Change nagios password example back to something generic | Change nagios password example back to something generic
| YAML | apache-2.0 | sadsfae/ansible-nagios,sadsfae/ansible-nagios,unmilb/ansible-nagios,sadsfae/ansible-nagios |
3084e2a42aac75838bf1aa5d9a7607ffe3de2feb | meta/main.yml | meta/main.yml | ---
galaxy_info:
author: The Galaxy Project
description: Install and manage a CloudMan image (https://wiki.galaxyproject.org/CloudMan/)
company: The Galaxy Project
license: MIT
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- trusty
categories:
- system
- cloud
dependencies:
... | ---
galaxy_info:
author: The Galaxy Project
description: Install and manage a CloudMan image (https://wiki.galaxyproject.org/CloudMan/)
company: The Galaxy Project
license: MIT
min_ansible_version: 1.6
platforms:
- name: Ubuntu
versions:
- trusty
categories:
- system
- cloud
- clustering
d... | Update min ansible requirement to v1.6 (because of use of deb) | Update min ansible requirement to v1.6 (because of use of deb)
| YAML | mit | nuwang/ansible-cloudman-image,MatthewRalston/ansible-cloudman-image,nuwang/ansible-cloudman-image,galaxyproject/ansible-cloudman-image,galaxyproject/ansible-cloudman-image,nuwang/ansible-cloudman-image,MatthewRalston/ansible-cloudman-image,galaxyproject/ansible-cloudman-image |
f5c347f928b4f5df4fdf00bda429e9caf6d4796c | meta/main.yml | meta/main.yml | ---
dependencies:
- { role: Aplyca.Nginx, tags: ["nginx"], when: accelerator.use_nginx }
- { role: Aplyca.Varnish, tags: ["varnish"] }
galaxy_info:
author: aplyca
description: Accelerator for Debian/Ubuntu.
company: "Aplyca SAS"
license: "license (BSD, MIT)"
min_ansible_version: 1.4
platforms:
- n... | ---
dependencies:
- { role: Aplyca.Nginx, tags: ["nginx"], when: accelerator.use_nginx }
- { role: Aplyca.Varnish, tags: ["varnish"] }
galaxy_info:
author: aplyca
description: Accelerator for Debian/Ubuntu.
company: "Aplyca SAS"
license: "license (BSD, MIT)"
min_ansible_version: 1.4
platforms:
- nam... | Improve role metadata for Ansible Galaxy | Improve role metadata for Ansible Galaxy | YAML | mit | Aplyca/ansible-role-accelerator |
3a5cbf2e540aae1069724bd3643c43d9a29086d9 | config/database.pg.yml | config/database.pg.yml | ############################################################################################################
# PostgreSQL
############################################################################################################
# min_messages:
# Controls which message levels are sent to the client.
# Valid ... | ############################################################################################################
# PostgreSQL
############################################################################################################
# min_messages:
# Controls which message levels are sent to the client.
# Valid ... | Increase connection pool to 5. | Increase connection pool to 5.
Under puma, the default of 1 can lead to a database connection timeout.
| YAML | apache-2.0 | tinaafitz/manageiq,KevinLoiseau/manageiq,ManageIQ/manageiq,josejulio/manageiq,gerikis/manageiq,ManageIQ/manageiq,ilackarms/manageiq,d-m-u/manageiq,hstastna/manageiq,israel-hdez/manageiq,agrare/manageiq,durandom/manageiq,mresti/manageiq,matobet/manageiq,billfitzgerald0120/manageiq,romaintb/manageiq,mresti/manageiq,gmccu... |
37184fff5259c6e9764e67767d5f5e3d0cab3c80 | config/system.site.yml | config/system.site.yml | uuid: a92b9b90-4b9b-4b36-96f7-55eb5bdcf510
name: badcamp-2017
mail: matt@getpantheon.com
slogan: ''
page:
403: ''
404: ''
front: /node
admin_compact_mode: false
weight_select_max: 100
langcode: en
default_langcode: en
_core:
default_config_hash: AyT9s8OUcclfALRE_imByOMgtZ19eOlqdF6zI3p7yqo
| uuid: a92b9b90-4b9b-4b36-96f7-55eb5bdcf510
name: badcamp-2017
mail: info@badcamp.net
slogan: ''
page:
403: ''
404: ''
front: /node
admin_compact_mode: false
weight_select_max: 100
langcode: en
default_langcode: en
_core:
default_config_hash: AyT9s8OUcclfALRE_imByOMgtZ19eOlqdF6zI3p7yqo
| Update the system email address. | Update the system email address.
| YAML | mit | badcamp/badcamp-2017,badcamp/badcamp-2017,badcamp/badcamp-2017,badcamp/badcamp-2017 |
fa8b1a91191c324b2f2193e678c39df73c05faf9 | hieradata/class/mongo.yaml | hieradata/class/mongo.yaml | ---
govuk::safe_to_reboot::can_reboot: 'careful'
govuk::safe_to_reboot::reason: 'Check for primary, reboot secondaries, step down primary, reboot primary'
lv:
mongodb:
pv: '/dev/sdb1'
vg: 'backup'
data:
pv: '/dev/sdc1'
vg: 'mongodb'
mount:
/var/lib/mongodb:
disk: '/dev/mapper/mongodb-data'
... | ---
govuk::safe_to_reboot::can_reboot: 'careful'
govuk::safe_to_reboot::reason: 'Check for primary, reboot secondaries, step down primary, reboot primary'
lv:
mongodb:
pv: '/dev/sdd1'
vg: 'backup'
data:
pv: '/dev/sdc1'
vg: 'mongodb'
mount:
/var/lib/mongodb:
disk: '/dev/mapper/mongodb-data'
... | Change MongoDB backup LVM mount to sdd1 | Change MongoDB backup LVM mount to sdd1
We're adding a new disk to the Mongo machines which will be at
sdd1 for backups.
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
6ae5b88c6cdbbd25507d099094610cd8631eaf36 | src/app_charts/mission-crd/values.yaml | src/app_charts/mission-crd/values.yaml | project: "my-gcp-project"
project_number: 0
robot:
name: ""
crd_spec_source: "robot"
| project: "my-gcp-project"
project_number: 0
robot:
name: ""
crd_spec_source: "cloud"
| Use crd_spec_source cloud in the mission cr | Use crd_spec_source cloud in the mission cr
CR syncer syncs the spec from the upstream to the downstream and the
status from the downstream to the upstream. Using crd_spec_source
robot means the mission spec is created on the robot and the cloud
should update the status which should be exactly the other way around.
C... | YAML | apache-2.0 | googlecloudrobotics/core,googlecloudrobotics/core,googlecloudrobotics/core |
4fcbd62fa4e7a37245ffbe1da9bc2c9dfcc14b2c | tasks/ansible_aws_repo_ops.yml | tasks/ansible_aws_repo_ops.yml | ---
# Tag
- name: Invoke ansible_aws_repo.py to do the {{ ansible_aws_repo_op }} for {{ ansible_aws_image }}:{{ ansible_aws_tag }}
vars:
ansible_aws_account_id: "{{ ansible_aws_instance_params.account_id }}"
script: "roles/ansible_aws/files/ansible_aws_repo_ops.py {{ ansible_aws_repo_op }}
{{ ansible_a... | ---
- fail:
msg: "Variable {{ item }} is not defined"
when: item not in vars
with_items:
- ansible_aws_account_id
- ansible_aws_region
- ansible_aws_image
- ansible_aws_tag
# Tag
- name: Invoke ansible_aws_repo.py to do the {{ ansible_aws_repo_op }} for {{ ansible_aws_image }}:{{ ansible_aws_t... | Move ansible_aws_account_id to the play level to be defined Check that it *is* defined | Move ansible_aws_account_id to the play level to be defined
Check that it *is* defined
| YAML | bsd-2-clause | dieswaytoofast/ansible_aws |
f87062c7ef663d37fcc74db4fffbec9757355019 | .github/workflows/api-level-lint.yml | .github/workflows/api-level-lint.yml | name: "Checks the SDK only using APIs from the targeted API level"
on:
push:
branches:
- dev
- master
pull_request:
branches:
- dev
- master
jobs:
lint-api-level:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
... | name: "Checks the SDK only using APIs from the targeted API level"
on:
push:
branches:
- dev
- master
pull_request:
branches:
- dev
- master
jobs:
lint-api-level:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
... | Bump android-actions/setup-android from 2 to 2.0.6 | Bump android-actions/setup-android from 2 to 2.0.6
Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 2 to 2.0.6.
- [Release notes](https://github.com/android-actions/setup-android/releases)
- [Commits](https://github.com/android-actions/setup-android/compare/v2...v2.0.6)
Sig... | YAML | mit | microsoftgraph/msgraph-sdk-java-core |
ebd89472a11fb0324080a82ec2b50da265581fc7 | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin
- gem install --bindir ~/bin bundler
- cp config.yml.example config.yml
- bundle install
rspec:
script:
- bundle exec rspec spec
tags:
- git-annex
- ruby
except:
- tags
rubocop:
script:
- bundle exec rubocop
tags:
... | before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin
- apt-get install git-annex
- gem install --bindir ~/bin bundler
- cp config.yml.example config.yml
- bundle install
rspec:
script:
- bundle exec rspec spec
tags:
- ruby
except:
- tags
rubocop:
script:
- bundle exec rub... | Install git-annex (as root) during tests | Install git-annex (as root) during tests
| YAML | mit | cui-liqiang/gitlab-shell,dpursehouse/gitlab-shell,dpursehouse/gitlab-shell,gitlabhq/gitlab-shell,gitlabhq/gitlab-shell,dwrensha/gitlab-shell,cui-liqiang/gitlab-shell,gitlabhq/gitlab-shell,dwrensha/gitlab-shell |
6ec0ef342eeb3efa57a2da23184afbf5d6c553ea | .gitlab-ci.yml | .gitlab-ci.yml | image: python:3.5
cache:
paths:
- /root/.cache
before_script:
- pip install tox
flake8:
script:
- tox -e flake8
pylint:
script:
- tox -e pylint
py27:
image: python:2.7
script:
- tox -e py27
coverage: '/\S+\.py\s+(?:\d+\s+){4}(\d+\%)/'
py35:
script:
- tox -e py35
coverage: '/\... | image: python:3.5
cache:
paths:
- .pip
- .tox
before_script:
- pip --cache-dir=.pip install tox
flake8:
script:
- tox -e flake8
pylint:
script:
- tox -e pylint
py27:
image: python:2.7
script:
- tox -e py27
coverage: '/\S+\.py\s+(?:\d+\s+){4}(\d+\%)/'
py35:
script:
- tox -e ... | Fix caching in GitLab CI configuration | project: Fix caching in GitLab CI configuration
According to the GitLab documentation, only paths within the project
workspace can be cached.
Reference: https://docs.gitlab.com/ce/ci/yaml/#cache
| YAML | mit | fetzerch/fritzcollectd |
7c237174164afc2e416f8e3a596fa75f3fef0dda | .gitlab-ci.yml | .gitlab-ci.yml | image: continuumio/miniconda3:4.1.11
before_script:
- conda config --add channels conda-forge
- conda config --add channels defaults
- conda config --add channels r
- conda config --add channels bioconda
- conda install snakemake
stages:
- rulegraph
# DAG
rulegraph:
stage: rulegraph
script:
... | image: continuumio/miniconda3:4.1.11
before_script:
- conda config --add channels conda-forge
- conda config --add channels defaults
- conda config --add channels r
- conda config --add channels bioconda
- conda install snakemake
stages:
- rulegraph
- run
# DAG
rulegraph:
stage: rulegraph
sc... | Add snakemake full run to tests | Add snakemake full run to tests
| YAML | mit | nioo-knaw/hydra |
36ca267142f2eeaabd12ea8e49831af2cf04a537 | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- build
- publish
.build:
stage: build
allow_failure: true
image: "coderus/sailfishos-platform-sdk:${SFOS_VERSION}"
artifacts:
paths:
- "output/*"
script:
- sudo mkdir output
- mkdir ~/build
- cp -r * ~/build
- pushd ~/build
- mb2 -t SailfishOS-$SFOS_VERSION-armv7hl ... | stages:
- build
- test
- publish
.build:
stage: build
variables:
ARCH: armv7hl
SFOS_VERSION: "3.4.0.24"
image: coderus/sailfishos-platform-sdk:${SFOS_VERSION}
artifacts:
paths:
- "output/*"
script:
- mkdir output
- mkdir ~/build
- cp -r * ~/build
- pushd ~/build
- ... | Build in parallel and RPM validation | Build in parallel and RPM validation
| YAML | mit | ilpianista/harbour-Base64 |
bc3ea9371c6a94dc0a05a23470b1c07338b93dba | .gitlab-ci.yml | .gitlab-ci.yml | image: caryan/pycontrol
before_script:
- pip install coveralls meta watchdog
- conda install future
- conda install -c ecpy atom
- pip install git+https://github.com/BBN-Q/QGL.git
- export PYTHONPATH=$PWD/src/python
stages:
- test
run_tests:
stage: test
script:
- cd src/python
- coverage run ... | image: bjohnson/pyqgl2
before_script:
- export PYTHONPATH=$PWD/src/python
stages:
- test
run_tests:
stage: test
script:
- cd src/python
- coverage run -m unittest discover
after_script:
- coverage report -m
| Move most of the setup into a docker image. | Move most of the setup into a docker image.
| YAML | apache-2.0 | BBN-Q/pyqgl2,BBN-Q/pyqgl2 |
671760dc663c6a8b96dd1402da465cb67efa7b74 | .gitlab-ci.yml | .gitlab-ci.yml | image: bitnami/node:8
before_script:
- env DEBIAN_FRONTEND=noninteractive apt-get update -qq && env DEBIAN_FRONTEND=noninteractive apt-get install -y -qq php < /dev/null > /dev/null
- npm install --quiet --global eslint stylelint; npm install --quiet --no-save --production stylelint-config-standard stylelint-order... | image: jacob9230/linter
before_script:
- node -v
- npm -v
- php -v
code_quality:
script:
- stylelint "./src/assets/styles/**/*.scss"
- eslint "./src/assets/scripts/**/*.js"
- phplint "./src"
| Change to a custom Docker image, remove extra cruft | Change to a custom Docker image, remove extra cruft
| YAML | mit | JacobDB/new-site,JacobDB/new-site,revxx14/new-site,JacobDB/new-site,revxx14/new-site |
d14c7ae2ac3b614203a77ad5d4ae9c98eb27690c | .gitlab-ci.yml | .gitlab-ci.yml | variables:
DEBIAN_FRONTEND: noninteractive
before_script:
# -
# echo "deb http://httpredir.debian.org/debian/ jessie main contrib" >
# /etc/apt/sources.list
- cat /etc/apt/sources.list
- apt-get update -y -qq
-
apt-get install -y -qq doxygen cmake libnss3-dev libev-dev
vagrant daemon tcpd... | variables:
DEBIAN_FRONTEND: noninteractive
before_script:
# -
# echo "deb http://httpredir.debian.org/debian/ jessie main contrib" >
# /etc/apt/sources.list
- cat /etc/apt/sources.list
- apt-get update -y -qq
-
apt-get install -y -qq doxygen cmake libnss3-dev libev-dev
vagrant daemon tcpd... | Fix yaml again; CI still disabled | Fix yaml again; CI still disabled
| YAML | bsd-2-clause | NTAP/quant,NTAP/quant,NTAP/quant |
41c39398756bdb3dcf55d9c48f30a979ed8aed62 | .gitlab-ci.yml | .gitlab-ci.yml | image: python:3.5
cache:
paths:
- /root/.cache
before_script:
- pip install tox
flake8:
script:
- tox -e flake8
pylint:
script:
- tox -e pylint
| image: python:3.5
cache:
paths:
- /root/.cache
before_script:
- pip install tox
flake8:
script:
- tox -e flake8
pylint:
script:
- tox -e pylint
py27:
image: python:2.7
script:
- tox -e py27
py35:
script:
- tox -e py35 | Update GitLab CI configuration to run unit tests | project: Update GitLab CI configuration to run unit tests
This reverts commit 563cb471e11c577fdf2a98d852df5d6cc0c5e511.
| YAML | mit | fetzerch/fritzcollectd |
f3ed5f92418ee38c0a24f4a8586f449cf2260edf | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- angr-test sync hard
angr:
script: "angr-test angr"
tags:
- "angr"
fidget:
script: "angr-test fidget"
tags:
- "angr"
angrop:
script: "angr-test angrop"
tags:
- "angr"
topsecret:
script: "angr-test top-secret"
tags:
- "angr"
driller... | before_script:
- angr-test sync hard
angr:
script: "angr-test angr"
tags:
- "angr"
fidget:
script: "angr-test fidget"
tags:
- "angr"
angrop:
script: "angr-test angrop"
tags:
- "angr"
topsecret:
script: "angr-test top-secret"
tags:
- "angr"
driller... | Add tracer reverse dependency tests | Add tracer reverse dependency tests
| YAML | bsd-2-clause | f-prettyland/angr,tyb0807/angr,angr/angr,tyb0807/angr,axt/angr,iamahuman/angr,schieb/angr,axt/angr,chubbymaggie/angr,tyb0807/angr,iamahuman/angr,haylesr/angr,f-prettyland/angr,axt/angr,schieb/angr,f-prettyland/angr,schieb/angr,chubbymaggie/angr,haylesr/angr,angr/angr,angr/angr,chubbymaggie/angr,iamahuman/angr |
e5eaa3cdddb01c04118912a1fa437d2211c8568d | .golangci.yaml | .golangci.yaml | # https://golangci-lint.run/usage/configuration/
linters:
disable:
- gofumpt
- scopelint
enable:
- gosimple
- misspell
presets:
- bugs
- format
- unused
linters-settings:
exhaustive:
default-signifies-exhaustive: true
run:
skip-dirs:
- pkg/generated
| # https://golangci-lint.run/usage/configuration/
linters:
disable:
- gofumpt
- scopelint
enable:
- gomodguard
- gosimple
- misspell
presets:
- bugs
- format
- unused
linters-settings:
exhaustive:
default-signifies-exhaustive: true
gomodguard:
blocked:
modules:
... | Check for modules that accidentally import | Check for modules that accidentally import
My editor sometimes adds these modules to my imports during
autocomplete. We want to use the Kubernetes YAML package and the latest
version of "gotest.tools".
| YAML | apache-2.0 | CrunchyData/postgres-operator,CrunchyData/postgres-operator |
0c4b594ba29d2629c566f65521b78d84089295ca | apps/backend/config/settings.yml | apps/backend/config/settings.yml | # You can find more information about this file on the symfony website:
# http://www.symfony-project.org/reference/1_4/en/04-Settings
prod:
.settings:
no_script_name: false
logging_enabled: false
dev:
.settings:
error_reporting: <?php echo (E_ALL | E_STRICT)."\n" ?>
web_debug... | # You can find more information about this file on the symfony website:
# http://www.symfony-project.org/reference/1_4/en/04-Settings
prod:
.settings:
no_script_name: false
logging_enabled: false
dev:
.settings:
error_reporting: <?php echo (E_ALL | E_STRICT)."\n" ?>
web_debug... | Revert "disable output escaping in backend to allow links in help text" | Revert "disable output escaping in backend to allow links in help text"
This reverts commit 40a057e857a829dd97c6c3d67225eabaf5b1b223.
| YAML | bsd-3-clause | yitznewton/freerms,yitznewton/freerms,yitznewton/freerms |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.