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 |
|---|---|---|---|---|---|---|---|---|---|
55c63b83d9901fe8e6c5bc65b05cfd61356a6241 | group_vars/all.yml | group_vars/all.yml | ---
network_interfaces:
- name: default
mode: static
mode6: disabled
resolvermode: static
routers:
- 192.168.42.3
resolvers:
- 192.168.42.3
sshd_banner: assets/sshd_banner
sshd_AuthorizedKeysCommand: /usr/local/sbin/ssh_pubkeys
sshd_AuthorizedKeysFile: false
sshd_AllowGroupAlways: Ser... | ---
network_interfaces:
- name: default
mode: static
mode6: disabled
resolvermode: static
routers:
- 192.168.42.3
resolvers:
- 192.168.42.3
sshd_banner: assets/sshd_banner
sshd_AuthorizedKeysCommand: /usr/local/sbin/ssh_pubkeys
sshd_AuthorizedKeysFile: false
sshd_AllowGroupAlways: Ser... | Drop network level outbound rules | Drop network level outbound rules
| YAML | isc | collegiumv/cv_config,collegiumv/cv_config |
e7a6bbeec757e17cddcb04675db5f0277ee1b6de | ansible-checkmk_agent/playbooks/test.yml | ansible-checkmk_agent/playbooks/test.yml | ---
- hosts: 'placeholder_fqdn'
become: True
roles:
- role: debops.etc_services
tags: [ 'role::etc_services' ]
etc_services__dependent_list:
- name: 'check-mk-agent'
port: '{{ checkmk_agent__port }}'
comment: 'Check_MK agent (via xinetd)'
when: (checkmk_agent|d()... | ---
- hosts: 'placeholder_fqdn'
become: True
roles:
- role: debops.etc_services
etc_services__dependent_list:
- '{{ checkmk_agent__etc_services__dependent_list }}'
when: (checkmk_agent|d() and 'xinetd' in checkmk_agent)
- role: debops.ferm
ferm__dependent_rules:
- '{{ ch... | Use new variables for dependant role configuration | Use new variables for dependant role configuration
| YAML | mit | ganto/debops-test-suite,ganto/test-suite,ganto/debops-test-suite,ganto/test-suite,ganto/test-suite,ganto/test-suite,ganto/debops-test-suite,ganto/debops-test-suite,ganto/debops-test-suite,ganto/test-suite |
a145d66297157994d6aae1024fbb5fbcd0c0563b | shared_gen_src/1_rendering.yaml | shared_gen_src/1_rendering.yaml | ---
component:
name: Sprite
members:
- sprite: 'Halley::Sprite'
- layer:
type: int
defaultValue: 0
- mask:
type: int
defaultValue: 1
---
component:
name: TextLabel
members:
- text: 'Halley::TextRenderer'
- layer: int
- mask: int
---
component:
name: SpriteAnimation
m... | ---
component:
name: Sprite
members:
- sprite: 'Halley::Sprite'
- layer:
type: int
defaultValue: 0
- mask:
type: int
defaultValue: 1
---
component:
name: TextLabel
members:
- text: 'Halley::TextRenderer'
- layer: int
- mask: int
---
component:
name: SpriteAnimation
m... | Add offset to Camera for backwards compatibility | Add offset to Camera for backwards compatibility
| YAML | apache-2.0 | amzeratul/halley,amzeratul/halley,amzeratul/halley |
8d86d11fdf54b1aca902d128ca89a8614e8c9a27 | contrib/example_log_config.yaml | contrib/example_log_config.yaml | # Example log_config file for synapse. To enable, point `log_config` to it in
# `homeserver.yaml`, and restart synapse.
#
# This configuration will produce similar results to the defaults within
# synapse, but can be edited to give more flexibility.
version: 1
formatters:
fmt:
format: '%(asctime)s - %(name)s ... | # Example log_config file for synapse. To enable, point `log_config` to it in
# `homeserver.yaml`, and restart synapse.
#
# This configuration will produce similar results to the defaults within
# synapse, but can be edited to give more flexibility.
version: 1
formatters:
fmt:
format: '%(asctime)s - %(name)s ... | Bring example log config into line with default | Bring example log config into line with default
| YAML | apache-2.0 | matrix-org/synapse,matrix-org/synapse,matrix-org/synapse,matrix-org/synapse,matrix-org/synapse,matrix-org/synapse |
490c10ac868b234af4c3a5449fddfd7f961212ad | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
instant_prev... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
instant_prev... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | StartupShell/web-2017,StartupShell/web-2017,StartupShell/web-2017 |
092b5290af6a93726aef9aa208d4332793a59cb5 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: "/static/editor"
webhook_url:
sections:
- type: directory
path: content
label: Pages
create: all
match: "*"
- type: directory
path: content/colorrun
label: Colorrun
create: all
match: "**/*"
- type: directory
path: content/news
label: News
... | ---
new_page_extension: md
auto_deploy: false
admin_path: "/static/editor"
webhook_url:
sections:
- type: document
path: content/yearbook/_index.md
label: Yearbook
match: "**/*"
- type: directory
path: content
label: Pages
create: all
match: "*"
- type: directory
path: content/colorrun
label: Colorru... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | IslandViewPTA/islandview-pta-site,IslandViewPTA/islandview-pta-site,IslandViewPTA/islandview-pta-site |
067de0d42d8c80a7de532da41b315b5ab62721a1 | .github/dependabot.yml | .github/dependabot.yml | # To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-update... | # To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-update... | Allow up to 10 open pull requests for maven dependencies | ISIS-2445: Allow up to 10 open pull requests for maven dependencies | YAML | apache-2.0 | apache/isis,apache/isis,apache/isis,apache/isis,apache/isis,apache/isis |
7fb1d60241ac9939f75764ce7da274113fe617c9 | .github/dependabot.yml | .github/dependabot.yml | #!dependabot
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
| #!dependabot
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
| Add pip requirements check to Dependabot | Add pip requirements check to Dependabot | YAML | mit | alerta/docker-alerta,alerta/docker-alerta,alerta/docker-alerta |
78cb5f09c99e94b1c396a03660e6a837d1e3cc31 | metadata/dev.yasan.metro.fdroid.yml | metadata/dev.yasan.metro.fdroid.yml | Categories:
- Navigation
License: GPL-3.0-or-later
AuthorName: YASAN
SourceCode: https://github.com/yasandev/tehro-android
IssueTracker: https://github.com/yasandev/tehro-android/issues
AutoName: Tehro
RepoType: git
Repo: https://github.com/yasandev/tehro-android
Builds:
- versionName: 2.0.4
versionCode: 204... | Categories:
- Navigation
License: GPL-3.0-or-later
AuthorName: YASAN
SourceCode: https://github.com/yasandev/tehro-android
IssueTracker: https://github.com/yasandev/tehro-android/issues
AutoName: Tehro
RepoType: git
Repo: https://github.com/yasandev/tehro-android
Builds:
- versionName: 2.0.4
versionCode: 204... | Update Tehro to 2.0.5 (205) | Update Tehro to 2.0.5 (205)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
8e6d3c7c97a1958a6ed34526dde09d36d0a8309a | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
allow:
# Internal gems
- dependency-name: "govuk*"
dependency-type: direct
- dependency-name: gds-api-adapters
dependency-type: direct
- dependency-name: govspeak
d... | version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
allow:
# Internal gems
- dependency-name: "govuk*"
dependency-type: direct
- dependency-name: gds-api-adapters
dependency-type: direct
- dependency-name: govspeak
d... | Add slimmer to Dependabot config | Add slimmer to Dependabot config
This got missed in the initial config creation.
As Slimmer is an internal gem, it should be added
to the config.
https://trello.com/c/uPoriyfJ/2049-add-dependabot-configuration-to-each-repo-blitz-pair
| YAML | mit | alphagov/smart-answers,alphagov/smart-answers,alphagov/smart-answers,alphagov/smart-answers |
8e165692c231f6171a4aac326e25af0d4b9ecc57 | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
target-branch: "4.6.x"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/"
target-branch: "4.5.x"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/"
target-branch... | version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
target-branch: "4.6.x"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/"
target-branch: "4.5.x"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/"
target-branch... | Stop dependency Updates for 4.3.x | Stop dependency Updates for 4.3.x
| YAML | apache-2.0 | joinfaces/joinfaces,joinfaces/joinfaces |
3bddf75102f66e47d3825f41129a4f1ffc747215 | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
labels:
- dependencies
versioning-strategy: increase
ignore:
- dependency-name: "@types/node"
update-types: [ "version-update:semver-... | version: 2
updates:
# CommonJS
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
labels:
- dependencies
- CJS
versioning-strategy: increase
ignore:
- dependency-name: "@types/node"
update-types:... | Split Dependabot update in main & es-module branch updates | Split Dependabot update in main & es-module branch updates
| YAML | mit | Borewit/strtok3 |
12f793a0bc05510f47625f922610b352c27c7812 | roles/haproxy/tasks/main.yml | roles/haproxy/tasks/main.yml | ---
- name: Install haproxy 1.8 yum repo
copy: src=haproxy18.repo dest=/etc/yum.repos.d/ owner=root mode=0544
when: haproxy_18
- include: multiple-instances.yml
when: haproxy_multi_instance is defined
- include: single-instance.yml
when: haproxy_multi_instance is not defined
- name: disable health checks for... | ---
- name: Install haproxy 1.8 yum repo
copy: src=haproxy18.repo dest=/etc/yum.repos.d/ owner=root mode=0644
when: haproxy_18
- include: multiple-instances.yml
when: haproxy_multi_instance is defined
- include: single-instance.yml
when: haproxy_multi_instance is not defined
- name: disable health checks for... | Set haproxy 1.8 repo file permissions | Haproxy: Set haproxy 1.8 repo file permissions
| YAML | apache-2.0 | OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy |
2c353dc10e3a6a8da638d6b5cbf58255b64d2582 | roles/selinux/tasks/main.yml | roles/selinux/tasks/main.yml | ---
- name: Set selinux permissive
selinux:
policy=targeted
state=permissive | ---
- name: Detect /etc/selinux/config exists
stat: path=/etc/selinux/config
register: selinux_config
- name: Set selinux permissive
selinux:
policy=targeted
state=permissive
when: selinux_config.stat.exists
| Change selinux policy only when /etc/selinux/config exists | Change selinux policy only when /etc/selinux/config exists
| YAML | mit | lda/centos_provision,lda/centos_provision |
28fcaa38242516245e29d8da4b8d0e890436ee8f | rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/nodes.info/10_basic.yml | rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/nodes.info/10_basic.yml | setup:
- skip:
features: [arbitrary_key]
---
"node_info test":
- skip:
version: "all"
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/71147"
- do:
nodes.info: {}
- set:
nodes._arbitrary_key_: node_id
- is_true: nodes
- is_true: cluster_name
---
"node_info... | setup:
- skip:
features: [arbitrary_key]
---
"node_info test":
- do:
nodes.info: {}
- set:
nodes._arbitrary_key_: node_id
- is_true: nodes
- is_true: cluster_name
---
"node_info role test":
- skip:
version: " - 7.7.99"
reason: "node roles were not sorted before 7.8.0"
f... | Revert "Mute ClientYamlTestSuiteIT node_info role test" | Revert "Mute ClientYamlTestSuiteIT node_info role test"
This reverts commit 78fe9cca460efd3e509e4561d49b1fd5072af4de.
| YAML | apache-2.0 | GlenRSmith/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch |
d3de6991a1b97a6960c3f30fbac8038abe54af36 | metadata/de.taz.android.app.free.yml | metadata/de.taz.android.app.free.yml | Categories:
- Multimedia
- Reading
- Science & Education
License: AGPL-3.0-or-later
WebSite: https://www.taz.de
SourceCode: https://github.com/die-tageszeitung/taz-neo
IssueTracker: https://github.com/die-tageszeitung/taz-neo/issues
AutoName: die tageszeitung
RepoType: git
Repo: https://github.com/die-tageszeit... | Categories:
- Multimedia
- Reading
- Science & Education
License: AGPL-3.0-or-later
WebSite: https://www.taz.de
SourceCode: https://github.com/die-tageszeitung/taz-neo
IssueTracker: https://github.com/die-tageszeitung/taz-neo/issues
AutoName: die tageszeitung
RepoType: git
Repo: https://github.com/die-tageszeit... | Use correct tag for AutUpdateMode and regex for UpdateCheckMode | Use correct tag for AutUpdateMode and regex for UpdateCheckMode
This way a tag 1.2.2 would be successful wherease1.2.2-alpha.1 won't. | YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
90d221c17f410808542b0b5661162ad60a308e2d | packages/qu/quickcheck-simple.yaml | packages/qu/quickcheck-simple.yaml | homepage: ''
changelog-type: ''
hash: 499767e9d7ddbf2aba671c354d616eda10e6a75f0b4739356681ae4208cb6c82
test-bench-deps: {}
maintainer: ex8k.hibino@gmail.com
synopsis: Test properties and default-mains for QuickCheck
changelog: ''
basic-deps:
base: <5
QuickCheck: ! '>=2'
all-versions:
- '0.0.1.0'
- '0.1.0.0'
author:... | homepage: ''
changelog-type: ''
hash: ea8ed42690273a6508814f2a1b6b2966721e789b7192ef1646a999b3acb1f3b9
test-bench-deps: {}
maintainer: ex8k.hibino@gmail.com
synopsis: Test properties and default-mains for QuickCheck
changelog: ''
basic-deps:
base: <5
QuickCheck: ! '>=2'
all-versions:
- '0.0.1.0'
- '0.1.0.0'
- '0.1.... | Update from Hackage at 2016-06-19T09:22:53+0000 | Update from Hackage at 2016-06-19T09:22:53+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
f2834463eba7b46257f106248eb5726220181c10 | apps/api/config/routing.yml | apps/api/config/routing.yml | message_post:
url: /message/post.json
param: { module: message, action: post, sf_format: json }
requirements: { sf_method: [post] }
message_search:
url: /message/search.json
param: { module: message, action: search, sf_format: json }
requirements: { sf_method: [get] }
recent_message_list:
url: /messag... | message_post:
url: /message/post.json
class: sfRequestRoute
param: { module: message, action: post, sf_format: json }
requirements: { sf_method: post }
message_search:
url: /message/search.json
class: sfRequestRoute
param: { module: message, action: search, sf_format: json }
requirements: { sf_method: ... | Use only POST method in message api action. | Use only POST method in message api action.
| YAML | apache-2.0 | ShinichiU/opMessagePlugin,martini2002jp/opMessagePlugin,tejimaya/opMessagePlugin,tejimaya/opMessagePlugin,martini2002jp/opMessagePlugin,ShinichiU/opMessagePlugin |
2eaba3f6337b390a8d6df680cc9652b0823b8c02 | azure-pipelines.yml | azure-pipelines.yml | # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displa... | # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
pool:
vmImage: 'ubuntu-16.04'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | stevenaw/vs-utils |
5cfe548e991d461e375b9291a6fd1fe7262e02bc | data/chosen_tools/functional_assignation_tool_list.yaml | data/chosen_tools/functional_assignation_tool_list.yaml | api_key: <Admin user API key from galaxy_instance>
galaxy_instance: <Galaxy instance IP>
tools:
- name: 'humann2'
owner: 'bebatut'
tool_panel_section_id: 'metabolic_analysis'
tool_shed_url: 'http://testtoolshed.g2.bx.psu.edu/'
install_tool_dependencies: True
install_repository_dependencies: True
#revisions:... | api_key: <Admin user API key from galaxy_instance>
galaxy_instance: <Galaxy instance IP>
tools:
- name: 'humann2'
owner: 'bebatut'
tool_panel_section_id: 'metabolic_analysis'
tool_shed_url: 'http://testtoolshed.g2.bx.psu.edu/'
install_tool_dependencies: True
install_repository_dependencies: True
#revisions:... | Add combine_metaphlan2_humann2 with a fixed MTS version | Add combine_metaphlan2_humann2 with a fixed MTS version
| YAML | apache-2.0 | ASaiM/framework,ASaiM/framework |
0f979449e485af157df98a00f2cf9c902ce0d5a5 | azure-pipelines.yml | azure-pipelines.yml | # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
#trigger:
#- master
pool:
vmImage: vs2017-win2016
strategy:
maxParallel: 3
matrix:
node-10:
node_versio... | # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
#trigger:
#- master
pool:
vmImage: vs2017-win2016
strategy:
maxParallel: 3
matrix:
node-10:
node_versio... | Add yarn, configure git user, and limit to node 10 | ci(azure): Add yarn, configure git user, and limit to node 10
| YAML | mit | lerna/lerna,evocateur/lerna,sebmck/lerna,lerna/lerna,evocateur/lerna,lerna/lerna,kittens/lerna |
3e50999c2a53888c1a11cf56395a98779f0ea8e1 | zero-disk/tasks/main.yml | zero-disk/tasks/main.yml | ---
- name: Clean up the APT cache
command: apt-get clean
- name: Clean out /tmp
shell: rm -f /tmp/*.zip /tmp/*.deb /tmp/*.gz /tmp/*.bz2 /tmp/*.lisp /tmp/*.sh
ignore_errors: yes
- name: Clean out the Oracle Java installer's cache
file: path=/var/cache/oracle-jdk{{ item }}-installer state=absent
with_items:
... | ---
- name: Clean up the APT cache
command: apt-get clean
- name: Clean out /tmp
shell: rm -f /tmp/*.zip /tmp/*.deb /tmp/*.gz /tmp/*.bz2 /tmp/*.lisp /tmp/*.sh
ignore_errors: yes
- name: Clean out the Oracle Java installer's cache
file: path=/var/cache/oracle-jdk{{ item }}-installer state=absent
with_items:
... | Add extra check to delete VBox guest additions ISO if uploaded from local copy by Vagrant. | Add extra check to delete VBox guest additions ISO if uploaded from local copy by Vagrant.
| YAML | mit | tomku/ansible-roles |
359006641260eef1fe6d28f5c43c7c98d40f257d | .github/workflows/gem.yml | .github/workflows/gem.yml | name: Release Version
on:
push:
tags:
- "v*"
jobs:
release_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: lsegal/github-release-from-changelog-action@latest
- name: Publish RubyGem
uses: dawidd6/action-publish-gem@v1
with:
a... | name: Release Version
on:
push:
tags:
- "v*"
jobs:
release_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: lsegal/github-release-from-changelog-action@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish RubyGem
... | Add GITHUB_TOKEN to release command | Add GITHUB_TOKEN to release command | YAML | mit | lsegal/yard,lsegal/yard,lsegal/yard,thomthom/yard,thomthom/yard,thomthom/yard |
564b47348f2e644aeded1653c51b132776baaafe | config/docker/gitorious.overrides.yml | config/docker/gitorious.overrides.yml | repository_base_path: /var/lib/gitorious/repositories
archive_cache_dir: /var/lib/gitorious/tarballs-cache
archive_work_dir: /var/lib/gitorious/tarballs-work
messaging_adapter: resque
enable_repository_dir_sharding: false
| user: git
repository_base_path: /var/lib/gitorious/repositories
archive_cache_dir: /var/lib/gitorious/tarballs-cache
archive_work_dir: /var/lib/gitorious/tarballs-work
messaging_adapter: resque
enable_repository_dir_sharding: false
| Enforce user to "git" when running in Docker | Enforce user to "git" when running in Docker
| YAML | agpl-3.0 | tigefa4u/gitorious-mainline,gitorious/mainline,SamuelMoraesF/Gitorious,elcom/gitorious,SamuelMoraesF/Gitorious,spencerwp/mainline,tigefa4u/gitorious-mainline,gitorious/mainline,Gitorious-backup/mainline,rae/gitorious-mainline,tigefa4u/gitorious-mainline,gitorious/mainline,elcom/gitorious,rae/gitorious-mainline,Gitoriou... |
de73052ecd9953fe155825c0cb713272b49eda20 | packages/na/natural-induction.yaml | packages/na/natural-induction.yaml | homepage: ''
changelog-type: ''
hash: 40184361d998a6fe8d737d58e2b54d66f26f0d55a0cc576dde90a6da848f8c6c
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Induction over natural numbers
changelog: ''
basic-deps:
peano: ! '>=0.1 && <0.2'
base: ! '>=4.9 && <5'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.1.... | homepage: ''
changelog-type: ''
hash: e51041d3811a0151f404533749717cd69ccc31fcfbbadbf041fe786a9fc72a21
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Induction over natural numbers
changelog: ''
basic-deps:
peano: ! '>=0.1 && <0.2'
base: ! '>=4.9 && <5'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.1.... | Update from Hackage at 2017-12-14T06:35:50Z | Update from Hackage at 2017-12-14T06:35:50Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7a2b2959458a8a98dfc6cd43c157800de0145f5f | confluent_osdeploy/esxi7/profiles/hypervisor/profile.yaml | confluent_osdeploy/esxi7/profiles/hypervisor/profile.yaml | label: VMware ESXi %%VERSION%% Hypervisor
ostype: esxi
kernelargs: runweasel
| label: Confluent installation of VMware ESXi %%VERSION%% Hypervisor
ostype: esxi
kernelargs: runweasel
| Change default label for ESXi to be more clear | Change default label for ESXi to be more clear
| YAML | apache-2.0 | xcat2/confluent,xcat2/confluent,xcat2/confluent,jjohnson42/confluent,xcat2/confluent,xcat2/confluent,jjohnson42/confluent,jjohnson42/confluent,jjohnson42/confluent,jjohnson42/confluent |
3336d3b82321415845a0458a14ca183cdce80477 | roles/dev/tasks/idea.yml | roles/dev/tasks/idea.yml | ---
- name: create latest idea directory
become: yes
file: path={{ idea_path }} state=directory mode="0775" recurse=yes
- name: install IntelliJ IDEA
become: yes
shell: wget -O - http://download.jetbrains.com/idea/ideaIU-{{ idea_version }}.tar.gz | tar -C {{ idea_path }} --strip-components=1 -xzf -
args:
... | ---
- name: create latest idea directory
become: yes
file: path={{ idea_path }} state=directory group=staff mode="0775" recurse=yes
- name: install IntelliJ IDEA
become: yes
shell: wget -O - http://download.jetbrains.com/idea/ideaIU-{{ idea_version }}.tar.gz | tar -C {{ idea_path }} --strip-components=1 -xzf -... | Apply group staff recursively into IDEA installation directory | Apply group staff recursively into IDEA installation directory
| YAML | mit | zshamrock/ididitagain |
44120495e29c65034c326774294241ebd1fe514a | roles/font/vars/main.yml | roles/font/vars/main.yml | packages:
- { name: fontforge }
- { name: ricty }
fonts:
# For Ricty
# http://www.task-notes.com/entry/20150124/1422091466
- { name: xquartz }
# https://github.com/caskroom/homebrew-fonts/tree/master/Casks
- { name: font-source-code-pro }
- { name: font-source-han-code-jp }
- { name: font-source-han-... | packages:
- { name: fontforge }
- { name: ricty }
fonts:
# For Ricty
# http://www.task-notes.com/entry/20150124/1422091466
- { name: xquartz }
# https://github.com/caskroom/homebrew-fonts/tree/master/Casks
- { name: font-source-code-pro }
- { name: font-source-han-code-jp }
- { name: font-source-han-... | Remove ricty from brewcask packages | fix: Remove ricty from brewcask packages
| YAML | mit | Leko/setup-osx |
c26f8e3e78a8fa7038e0fb35a6e5ecd2a4c46002 | metadata/com.apozas.contactdiary.yml | metadata/com.apozas.contactdiary.yml | Categories:
- Writing
License: GPL-3.0-or-later
AuthorName: Alex Pozas-Kerstjens
AuthorWebSite: https://www.alexpozas.com/
SourceCode: https://github.com/apozas/contactdiary
IssueTracker: https://github.com/apozas/contactdiary/issues
Donate: https://paypal.me/apozasker
AutoName: Contact Diary
RepoType: git
Repo: ht... | Categories:
- Writing
License: GPL-3.0-or-later
AuthorName: Alex Pozas-Kerstjens
AuthorWebSite: https://www.alexpozas.com/
SourceCode: https://github.com/apozas/contactdiary
IssueTracker: https://github.com/apozas/contactdiary/issues
Donate: https://paypal.me/apozasker
AutoName: Contact Diary
RepoType: git
Repo: ht... | Update Contact Diary to 1.2.0 (11) | Update Contact Diary to 1.2.0 (11)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ea29ae2e98c4289d6af49bcd565dc950afe625f8 | metadata/com.samco.trackandgraph.yml | metadata/com.samco.trackandgraph.yml | Categories:
- Sports & Health
License: GPL-3.0-or-later
AuthorName: Samuel Amantea-Collins
AuthorEmail: help.trackandgraph@gmail.com
SourceCode: https://github.com/SamAmco/track-and-graph
IssueTracker: https://github.com/SamAmco/track-and-graph/issues
Changelog: https://github.com/SamAmco/track-and-graph/releases
Au... | Categories:
- Sports & Health
License: GPL-3.0-or-later
AuthorName: Samuel Amantea-Collins
AuthorEmail: help.trackandgraph@gmail.com
SourceCode: https://github.com/SamAmco/track-and-graph
IssueTracker: https://github.com/SamAmco/track-and-graph/issues
Changelog: https://github.com/SamAmco/track-and-graph/releases
Au... | Update Track & Graph to 1.7.2 (10702) | Update Track & Graph to 1.7.2 (10702)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
0fc99359c9410624deba9067fc47af8d9df5eb5b | .github/workflows/main.yml | .github/workflows/main.yml | name: Test and build
on: [push]
jobs:
build:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
# os: ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04', 'macos-latest']
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Install Dependencies (Linux)
run: |... | name: Test and build
on: [push]
jobs:
build:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
# os: ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04', 'macos-latest']
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Install Dependencies (Linux)
run: |... | Purge parallel so Ubuntu uses moreutils | Purge parallel so Ubuntu uses moreutils
| YAML | mit | github/backup-utils,github/backup-utils |
a6fca0f53704afae55a30961b01d1a994fe16a12 | .github/workflows/main.yml | .github/workflows/main.yml | name: Continuous Integration and Delivery
on: [push]
jobs:
run_example_site_tests:
if: github.ref == 'refs/heads/develop'
name: Run Django-Address Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
with:
ref: 'refs/heads/develop'
- na... | name: Continuous Integration and Delivery
on: [push]
jobs:
run_tests_master:
if: github.ref == 'refs/heads/master'
name: Run Django-Address Tests on master
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
with:
ref: 'refs/heads/master'
- ... | Add testing to run against commits to master | Add testing to run against commits to master
| YAML | bsd-3-clause | furious-luke/django-address,furious-luke/django-address,furious-luke/django-address |
5fbe9f31775ace15717be23636130d0b9ec6ede2 | .github/workflows/main.yml | .github/workflows/main.yml | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ version-bump-test ]
# A workflow run is made up of one or more jobs that can run sequentially... | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ version-bump-test ]
# A workflow run is made up of one or more jobs that can run sequentially... | Configure user for automated commit | Configure user for automated commit
| YAML | mit | cynicaloptimist/improved-initiative,cynicaloptimist/improved-initiative,cynicaloptimist/improved-initiative |
068dc566e876478e0ae6fddbf138ba1ef02f63a5 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on: [push, pull_request]
jobs:
test:
name: Ruby ${{ matrix.ruby }} (${{ matrix.os }})
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
ruby:
- 3.0
- 2.7
- 2.6
- jruby-9.3.2
- truffleruby-21.3.0
os:
... | name: Test
on: [push, pull_request]
jobs:
test:
name: Ruby ${{ matrix.ruby }} (${{ matrix.os }})
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
ruby:
- 3.1
- 3.0
- 2.7
- 2.6
- jruby-9.3.2
- truffleruby-21.3.0... | Update CI Rubies: Add Ruby 3.1 | Update CI Rubies: Add Ruby 3.1
| YAML | mit | janlelis/unicode-confusable |
9fb12673a8c913a903ccf5d2660cea8e26b611c3 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on:
pull_request:
push:
schedule:
- cron: '0 6 * * *'
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- 'pypy3'
toxenv: ... | name: Test
on:
pull_request:
push:
schedule:
- cron: '0 6 * * *'
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- 'pypy-3.6'
- '... | Update PyPy versions in CI | Update PyPy versions in CI
| YAML | mit | jwodder/headerparser |
5a9ca8404a36127c443ef3b125b1ec8a3fc642d5 | .github/workflows/test.yml | .github/workflows/test.yml | ---
# https://hynek.me/articles/python-github-actions/
name: Test
on:
push:
branches: ['master']
pull_request:
branches: ['master']
workflow_dispatch:
jobs:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9... | ---
# https://hynek.me/articles/python-github-actions/
name: Test
on:
push:
branches: ['master']
pull_request:
branches: ['master']
workflow_dispatch:
jobs:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9... | Install versioneer on github actions | Install versioneer on github actions
| YAML | mit | Josef-Friedrich/audiorename |
1e4a74067d6b15ae6ff7f8235ab3ef5ab1598f7c | ansible/build-node.yml | ansible/build-node.yml | ---
- hosts: 127.0.0.1
connection: local
vars:
- cm_buildimage: "caremonkey/cmbuilder"
- ecr_image_name: "984601232468.dkr.ecr.us-west-2.amazonaws.com/{{ cm_buildimage }}:latest"
tasks:
- name: Get Login command for private AWS ECR registry
command: aws ecr get-login --region us-west-2
... | ---
- hosts: 127.0.0.1
connection: local
vars:
- cm_buildimage: "caremonkey/cmbuilder"
- ecr_image_name: "984601232468.dkr.ecr.us-west-2.amazonaws.com/{{ cm_buildimage }}:latest"
tasks:
- name: Get Login command for private AWS ECR registry
command: aws ecr get-login --region us-west-2
r... | Fix indenting in ansible playbook | Fix indenting in ansible playbook
| YAML | mit | caremonkey/buildkite-aws-elastic-stack,caremonkey/buildkite-aws-elastic-stack |
785aef03d012543d8c6d84b9145d7ce85707927b | packages/pr/product-profunctors.yaml | packages/pr/product-profunctors.yaml | homepage: https://github.com/tomjaguarpaw/product-profunctors
changelog-type: ''
hash: 75773f30607faa502a996a2bb088f39e09963f2436a5a59405e54313d902c35b
test-bench-deps:
base: ! '>=4 && <5'
product-profunctors: -any
profunctors: -any
maintainer: Purely Agile
synopsis: product-profunctors
changelog: ''
basic-deps:
... | homepage: https://github.com/tomjaguarpaw/product-profunctors
changelog-type: ''
hash: f07b6305b1e4da83d8c0c87c309be5f3b2eed6a1e1bb7654a3f96c4d61454afa
test-bench-deps:
base: ! '>=4 && <5'
product-profunctors: -any
profunctors: -any
maintainer: Purely Agile
synopsis: product-profunctors
changelog: ''
basic-deps:
... | Update from Hackage at 2017-02-25T23:04:34Z | Update from Hackage at 2017-02-25T23:04:34Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6e268aa6c39429b6d321bdc8d5fd2a59ea9d0f55 | config/doctrine/page.yml | config/doctrine/page.yml | gnPage:
actAs:
Sluggable:
fields: [title]
canUpdate: true
gnAttachableTemplate: ~
I18n:
fields: [title, content, description]
actAs:
Taggable: {}
Timestampable: {}
Versionable:
fields: [title, content, description]
audit... | gnPage:
actAs:
Sluggable:
fields: [title]
canUpdate: true
gnAttachableTemplate: ~
I18n:
fields: [title, content, description]
actAs:
Taggable: {}
Timestampable: {}
Versionable:
fields: [title, content, description]
audit... | Set the published value to true as default. | Set the published value to true as default.
| YAML | mit | pierswarmers/rtCorePlugin,pierswarmers/rtCorePlugin |
547c886a7ee65b55d30dcf3822d3edf6d1a04f88 | app/config/routing.yml | app/config/routing.yml | # This file is part of the Sylius package.
# (c) Paweł Jędrzejewski
sylius_shop:
resource: "@SyliusShopBundle/Resources/config/routing.yml"
sylius_admin:
resource: "@SyliusAdminBundle/Resources/config/routing.yml"
prefix: /admin
sylius_api:
resource: "@SyliusApiBundle/Resources/config/routing/mai... | # This file is part of the Sylius package.
# (c) Paweł Jędrzejewski
sylius_admin_dashboard_redirect:
path: /admin
defaults:
_controller: FrameworkBundle:Redirect:redirect
route: sylius_admin_dashboard
permanent: true
sylius_shop:
resource: "@SyliusShopBundle/Resources/config/routin... | Fix admin without a slash sufix path | [Admin] Fix admin without a slash sufix path
| YAML | mit | Lowlo/Sylius,jjanvier/Sylius,torinaki/Sylius,sweoggy/Sylius,foobarflies/Sylius,ylastapis/Sylius,Zales0123/Sylius,NeverResponse/Sylius,ezecosystem/Sylius,gabiudrescu/Sylius,davalb/Sylius,101medialab/Sylius,vihuvac/Sylius,Pitoune/Sylius,gruberro/Sylius,gorkalaucirica/Sylius,Niiko/Sylius,danut007ro/Sylius,videni/Sylius,mh... |
08861cb0e763921c0f1be407f0849ad16bf10970 | config/database.yml | config/database.yml | default: &default
adapter: postgresql
encoding: unicode
username: postgres
pool: 5
timeout: 5000
development:
<<: *default
database: testrubypdx_dev
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the... | default: &default
adapter: postgresql
encoding: unicode
username: <%= ENV['TRAVIS'] ? 'postgres' : 'dana' %>
pool: 5
timeout: 5000
development:
<<: *default
database: testrubypdx_dev
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "... | Set username conditionally depending on if Travis | Set username conditionally depending on if Travis
| YAML | unlicense | danascheider/testrubypdx,danascheider/testrubypdx,danascheider/testrubypdx |
64426f591513fff911f576dd6707c254fc9795b1 | roles/elasticsearch/tasks/main.yml | roles/elasticsearch/tasks/main.yml | ---
- name: Install elasticsearch
apt:
name: elasticsearch
state: present
- name: Configure Elasticsearch.
template:
src: "etc/elasticsearch/{{ item }}"
dest: "/etc/elasticsearch/{{ item }}"
owner: root
group: elasticsearch
mode: 0660
with_items:
- jvm.options
- elasticsearch.... | ---
- name: Install elasticsearch
apt:
name: elasticsearch
state: present
- name: Configure Elasticsearch.
template:
src: "etc/elasticsearch/{{ item }}"
dest: "/etc/elasticsearch/{{ item }}"
owner: root
group: elasticsearch
mode: 0660
with_items:
- jvm.options
- elasticsearch.... | Convert elasticsearch index settings to a template | Convert elasticsearch index settings to a template
Setting cluster index settings via /_settings is not available until after
at least one index has been created. So instead, create an index template
that applies to all indices to set the index settings.
Signed-off-by: K Jonathan Harker <4a32a1ac4cf9729ec1fbb65946748... | YAML | apache-2.0 | BonnyCI/hoist,SpamapS/hoist,SpamapS/hoist,jamielennox/hoist,BonnyCI/hoist,jamielennox/hoist |
fa51c502daad8016b1d0c1153c628f212832d55f | openshift-setup/dbaas-providers.yaml | openshift-setup/dbaas-providers.yaml | apiVersion: mariadb.amazee.io/v1
kind: MariaDBProvider
metadata:
name: mariadbprovider-development
spec:
environment: development
hostname: 192.168.42.1.xip.io
readReplicaHostnames:
- 192.168.42.1.xip.io
password: password
port: '3306'
user: root
---
apiVersion: mariadb.amazee.io/v1
kind: MariaDBProvide... | apiVersion: mariadb.amazee.io/v1
kind: MariaDBProvider
metadata:
name: mariadbprovider-development
spec:
environment: development
hostname: 172.17.0.1.xip.io
readReplicaHostnames:
- 172.17.0.1.xip.io
password: password
port: '3306'
user: root
---
apiVersion: mariadb.amazee.io/v1
kind: MariaDBProvider
me... | Revert "172.17.0.1 doesn't work from within minishift, using the old 192.168.42.1 again" | Revert "172.17.0.1 doesn't work from within minishift, using the old 192.168.42.1 again"
This reverts commit e16ca09550a359dfb19c53ac9182cbb5cd9fd3cf.
| YAML | apache-2.0 | amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon |
df5e78228a70831de70d7a107b151146685a6ddd | packages/pr/pretty-show-ansi-wl.yaml | packages/pr/pretty-show-ansi-wl.yaml | homepage: https://github.com/liamoc/pretty-show-ansi-wl
changelog-type: ''
hash: df444534e209ac608f4290f93fcba985e10926db6982a1e97b0ad1993fcb7bca
test-bench-deps: {}
maintainer: me@liamoc.net
synopsis: Like pretty-show, but only for ansi-wl-pprint
changelog: ''
basic-deps:
haskell-lexer: ! '>=1 && <2'
ansi-wl-pprin... | homepage: https://github.com/liamoc/pretty-show-ansi-wl
changelog-type: ''
hash: 72b03330dab5253d60d6498e340979d47256e6f56f28c96294724032ca26aa78
test-bench-deps: {}
maintainer: me@liamoc.net
synopsis: Like pretty-show, but only for ansi-wl-pprint
changelog: ''
basic-deps:
haskell-lexer: ! '>=1 && <2'
ansi-wl-pprin... | Update from Hackage at 2018-11-30T01:06:24Z | Update from Hackage at 2018-11-30T01:06:24Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
cd4a8c154560c2e07035856045b5376c60441361 | packages/swagger2openapi/.travis.yml | packages/swagger2openapi/.travis.yml | language: node_js
node_js:
- "8"
- "6"
- "4"
before_script:
- git clone --depth 1 https://github.com/APIs-guru/openapi-directory.git
- git clone --depth 1 https://github.com/mermade/openapi-definitions.git
# - git clone --depth 1 https://github.com/SOM-Research/hapi.git
- git clone --depth 1 https://github... | language: node_js
node_js:
- "8"
- "6"
- "4"
before_script:
- git clone --depth 1 https://github.com/APIs-guru/openapi-directory.git
- git clone --depth 1 https://github.com/mermade/openapi-definitions.git
# - git clone --depth 1 https://github.com/SOM-Research/hapi.git
- git clone --depth 1 https://github... | Disable testRunner of tests for now | Disable testRunner of tests for now
As we have a deliberately failing case
| YAML | bsd-3-clause | Mermade/swagger2openapi,Mermade/swagger2openapi |
d6ceca1195df80bb4037254cd1a0230a49e7f63a | pubspec.yaml | pubspec.yaml | name: xml
version: 4.5.0
description: A lightweight library for parsing, traversing, querying, transforming and building XML documents.
homepage: https://github.com/renggli/dart-xml
environment:
sdk: '>=2.7.0 <3.0.0'
dependencies:
collection: ^1.14.0
convert: ^2.1.0
meta: ^1.2.0
petitparser: ^3.0.0
dev_depe... | name: xml
version: 4.5.1
description: A lightweight library for parsing, traversing, querying, transforming and building XML documents.
homepage: https://github.com/renggli/dart-xml
environment:
sdk: '>=2.7.0 <3.0.0'
dependencies:
collection: ^1.14.0
convert: ^2.1.0
meta: ^1.1.0
petitparser: ^3.0.0
dev_depe... | Drop meta dependency to keep Flutter compatiblity | Drop meta dependency to keep Flutter compatiblity
| YAML | mit | renggli/dart-xml |
cae634856389806ac2bbd17178798f131365242f | pubspec.yaml | pubspec.yaml | name: dlog
version: 0.0.4
author: Viktor Dakalov <atlantidu@gmail.com>
description: A useful library for output structured information of debugging into console
homepage: https://github.com/vdakalov/DLog
environment:
sdk: '>=1.0.0 <2.0.0'
documentation: https://github.com/vdakalov/DLog
dev_dependencies:
unittest: a... | name: dlog
version: 0.0.4
author: Viktor Dakalov <atlantidu@gmail.com>
description: A useful library for output structured information of debugging into console
homepage: https://github.com/vdakalov/dlog
environment:
sdk: '>=1.0.0 <2.0.0'
documentation: https://github.com/vdakalov/dlog
dev_dependencies:
unittest: a... | Change home and doc link | Change home and doc link
| YAML | bsd-3-clause | vdakalov/dlog |
f537d5bb58e80bb05a5b54d61ef94473b243d0f2 | share/spack/gitlab/pr_pipeline.yml | share/spack/gitlab/pr_pipeline.yml | pr_pipeline:
only:
- external_pull_requests
variables:
SPACK_REF: ${CI_EXTERNAL_PULL_REQUEST_SOURCE_BRANCH_NAME}
SPACK_IS_PR_PIPELINE: "True"
trigger:
project: spack/e4s
strategy: depend
merge_pipeline:
only:
- develop
variables:
SPACK_REF: develop
trigger:
project: spack/e4s
... | pr_pipeline:
only:
- external_pull_requests
variables:
SPACK_REF: ${CI_EXTERNAL_PULL_REQUEST_SOURCE_BRANCH_NAME}
SPACK_IS_PR_PIPELINE: "True"
trigger:
project: spack/e4s
strategy: depend
merge_pipeline:
only:
- develop
variables:
SPACK_REF: ${CI_COMMIT_SHA}
trigger:
project: spa... | Make sure each develop pipeline tests associated commit | Make sure each develop pipeline tests associated commit
| YAML | lgpl-2.1 | iulian787/spack,LLNL/spack,LLNL/spack,LLNL/spack,iulian787/spack,iulian787/spack,LLNL/spack,LLNL/spack,iulian787/spack,iulian787/spack |
daab20f470399645f1d520dd43cecd4f4db0d0bc | .codeclimate.yml | .codeclimate.yml | engines:
fixme:
enabled: true
phpmd:
enabled: true
ratings:
paths:
- '**.php'
exclude_paths:
- 'testing/'
| engines:
fixme:
enabled: true
phpmd:
enabled: true
config:
rulesets: "codesize,controversial,design,naming,unusedcode"
ratings:
paths:
- '**.php'
exclude_paths:
- 'testing/'
| Remove cleancode standard from code climate phpmd | Remove cleancode standard from code climate phpmd
| YAML | mit | quickenloans-mcp/mcp-panthor,quickenloans-mcp/mcp-panthor |
89d73de1ef22e1504a0c67a72dbb7f40863caaf0 | .codeclimate.yml | .codeclimate.yml | ---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
ratings:... | ---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
csslint:
enabled: true
duplication:
enabled: true
exclude_paths:
- app/admin/
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
... | Disable duplication check for admin code | Disable duplication check for admin code
| YAML | agpl-3.0 | thetallgrassnet/pokesite,thetallgrassnet/pokesite,thetallgrassnet/pokesite,thetallgrassnet/pokesite |
385a39e11d079e8d07bd005f862832c8ef2353bb | .codeclimate.yml | .codeclimate.yml | version: "2"
plugins:
rubocop:
enabled: true
config:
file: .rubocop.yml
channel: "rubocop-0-60" # need to keep this value the same as rubocop version
# https://docs.codeclimate.com/v1.0/docs/rubocop#section-using-rubocop-s-newer-versions
eslint:
enabled: true
ch... | version: "2"
plugins:
rubocop:
enabled: true
config:
file: .rubocop.yml
channel: "rubocop-0-60" # need to keep this value the same as rubocop version
# https://docs.codeclimate.com/v1.0/docs/rubocop#section-using-rubocop-s-newer-versions
eslint:
enabled: true
ch... | Exclude spec folders from CodeClimate analysis | Exclude spec folders from CodeClimate analysis
| YAML | bsd-3-clause | imella/spree,imella/spree,ayb/spree,imella/spree,ayb/spree,ayb/spree,ayb/spree |
97b000841a8521f917a1680c8abf20681d58b938 | config/syringe.yml | config/syringe.yml | parameters:
repository.namespaces: []
repository.instances: []
tokenDefinitions: []
services:
queryBuilder:
class: Silktide\Reposition\QueryBuilder\QueryBuilder
arguments:
- @tokenFactory
tokenFactory:
class: Silktide\Reposition\QueryBuilder\QueryToken\TokenFact... | parameters:
repository.namespaces: []
repository.instances: []
tokenDefinitions: []
services:
queryBuilder:
class: Silktide\Reposition\QueryBuilder\QueryBuilder
arguments:
- "@tokenFactory"
tokenFactory:
class: Silktide\Reposition\QueryBuilder\QueryToken\TokenFa... | Make services YAML file conform to standards | Make services YAML file conform to standards
| YAML | mit | silktide/reposition |
2868a84e1720454637fd51a03d00f1ac10ac02ca | .kitchen.ec2.yml | .kitchen.ec2.yml | ---
# The following environment variables are required:
# - AWS_ACCESS_KEY_ID
# - AWS_SECRET_ACCESS_KEY
# - AWS_SSH_KEY_ID
# - AWS_REGION
#
# Optional environment variables:
# - AWS_SECURITY_GROUP
# - AWS_SUBNET
# - KITCHEN_NO_CONCURRENCY set it to true if you do not want concurrency
driver:
name: ec2
instance_typ... | ---
# The following environment variables are required:
# - AWS_ACCESS_KEY_ID
# - AWS_SECRET_ACCESS_KEY
# - AWS_SSH_KEY_ID
# - AWS_REGION
#
# Optional environment variables:
# - AWS_SECURITY_GROUP
# - AWS_SUBNET
# - KITCHEN_NO_CONCURRENCY set it to true if you do not want concurrency
driver:
name: ec2
instance_typ... | Use SSD and delete volume after termination | Use SSD and delete volume after termination
| YAML | apache-2.0 | criteo-cookbooks/rundeck-bridge |
ff39e86f2f269ce698ba3ce641975660e724057c | .readthedocs.yml | .readthedocs.yml | ---
version: 2
formats: all
python:
# Keep version in sync with tox.ini (docs and gh-actions).
version: "3.10"
install:
- method: pip
path: .
extra_requirements:
- docs
| ---
version: 2
formats: all
build:
os: ubuntu-20.04
tools:
python: "3.10"
python:
install:
- method: pip
path: .
extra_requirements:
- docs
| Use new RTD build config | Use new RTD build config
| YAML | mit | python-attrs/attrs |
e1ccfcf84489222ab6963e95baacc8e95816758a | gce/appengine/frontend/app.yaml | gce/appengine/frontend/app.yaml | service: default
runtime: go
api_version: go1
instance_class: F4
automatic_scaling:
min_idle_instances: 1
handlers:
- url: /bower_components
static_dir: bower_components
secure: always
- url: /(internal|admin)/.*
script: _go_app
secure: always
login: admin
- url: /.*
script: _go_app
secure: always
... | service: default
runtime: go
api_version: go1
instance_class: F4
automatic_scaling:
max_concurrent_requests: 20
min_idle_instances: 1
handlers:
- url: /bower_components
static_dir: bower_components
secure: always
- url: /(internal|admin)/.*
script: _go_app
secure: always
login: admin
- url: /.*
scri... | Increase max concurrent requests (10 -> 20) | [GCE] Increase max concurrent requests (10 -> 20)
Bug: 897355
Change-Id: I913c513e0852023118ffac8db8a747e339b476ec
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/1590541
Reviewed-by: Andrii Shyshkalov <a30c74fa30536fe7ea81ed6dec202e35e149e1fd@chromium.org>
Commit-Queue: smut <95deb7aa15d4... | YAML | apache-2.0 | luci/luci-go,luci/luci-go,luci/luci-go,luci/luci-go,luci/luci-go,luci/luci-go |
83e46ba1c422c23234794f114e81673f3ef24e25 | packages/ra/rando.yaml | packages/ra/rando.yaml | homepage: ''
changelog-type: ''
hash: 9025e2e7d2eaaff7369629a5732503819053f2b4b63f37b476f29321b42a5f50
test-bench-deps:
tf-random: -any
microspec: -any
base: <5
containers: -any
vector: -any
maintainer: Tom Murphy
synopsis: Easy-to-use randomness for livecoding
changelog: ''
basic-deps:
tf-random: -any
ba... | homepage: ''
changelog-type: ''
hash: e05ed2fc145d84d82a7bfdd41f50b703e2e4a4da5b5c43fd19a178b850a14ec8
test-bench-deps:
tf-random: -any
microspec: -any
base: <5
containers: -any
vector: -any
maintainer: Tom Murphy
synopsis: Easy-to-use randomness for livecoding
changelog: ''
basic-deps:
tf-random: -any
ba... | Update from Hackage at 2018-03-31T20:38:09Z | Update from Hackage at 2018-03-31T20:38:09Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
bacf06379c3619d4fc47bd5237b30a69b0922675 | .scrutinizer.yml | .scrutinizer.yml | build:
environment:
php:
version: "7.1"
nodes:
tests:
tests:
override:
-
command: vendor/bin/phpunit --coverage-clover /tmp/coverage.xml
coverage:
file: /tmp/coverage.xml
format: clover
analysis:
tests:
override:
... | build:
environment:
php:
version: "7.1"
nodes:
tests-and-coverage:
tests:
override:
-
command: vendor/bin/phpunit --coverage-clover /tmp/coverage.xml
coverage:
file: /tmp/coverage.xml
format: clover
analysis:
tests:
... | Move to the new PHP analyzer in Scrutinizer | Move to the new PHP analyzer in Scrutinizer
Signed-off-by: Yoshi2889 <b9ab5d34593724ab32ad0f7d13d88750b7414e7b@nanosector.nl>
| YAML | mit | WildPHP/Wild-IRC-Bot |
822fa76c4f92df0d218ac212d83a03a77b771181 | .bmi.yaml | .bmi.yaml | bmi_paths:
- .bmi/frost_number
- .bmi/ku
build:
- python setup.py install
| bmi_paths:
- .bmi/frost_number
- .bmi/frost_number_Geo
- .bmi/ku
build:
- python setup.py install
| Add frost_number_Geo to BMI paths | Add frost_number_Geo to BMI paths
| YAML | mit | permamodel/permamodel,permamodel/permamodel |
ac4baaeaa8dae6161cca47d91a13b32e1a0dfbec | .zuul.yml | .zuul.yml | ui: tape
browsers:
- name: chrome
version: 30..latest
# - name: safari
# version: latest
# - name: ie
# version: 9..latest
- name: firefox
version: 25..latest
server: ./test/server.js | ui: tape
browsers:
- name: chrome
version: latest
# - name: safari
# version: latest
# - name: ie
# version: 9..latest
- name: firefox
version: 25..latest
server: ./test/server.js | Remove chrome 30 from the testing | Remove chrome 30 from the testing
| YAML | apache-2.0 | rtc-io/rtc-mesh |
8c606738fc94d93543d8af9f1bca2f474ef25fdb | .zuul.yml | .zuul.yml | ui: mocha-bdd
browsers:
- name: chrome
version: [29, -2..latest]
- name: safari
version: -2..latest
- name: firefox
version: -1..latest
- name: ie
version: 9..latest
- name: microsoftedge
version: latest
- name: android
version: [4.4, latest]
- name: iphone
version: -1..latest... | ui: mocha-bdd
browsers:
- name: chrome
version: -1..latest
- name: safari
version: -1..latest
- name: firefox
version: -1..latest
- name: ie
version: [9, latest]
- name: microsoftedge
version: -1..latest
- name: android
version: latest
- name: iphone
version: -1..latest
| Reduce the number of browsers being tested | Reduce the number of browsers being tested
Adjusted based data from caniuse.com. Hopefully now it will only take
half a decade to finish.
| YAML | mit | shaungrady/angular-http-etag |
21774ffe69d704ed5f15a07bc9510fb32f7c7987 | src/fifth_robot_pkgs/fifth_robot_2dnav/config/costmap/costmap_common_params.yaml | src/fifth_robot_pkgs/fifth_robot_2dnav/config/costmap/costmap_common_params.yaml | obstacle_range: 5.0
raytrace_range: 10.0
# footprint for KIT-C5 new model
footprint: [[0.00, -0.25], [0.00, 0.25], [-0.60, 0.25], [-0.60, -0.25]]
# inflation_radius: 0.5
cost_scaling_factor: 5.0
rigin_z: 0.0
z_resolution: 0.02
z_voxels: 0.02
publish_voxel_map: false
observation_sources: velodyne_sensor
velodyne_sens... | obstacle_range: 5.0
raytrace_range: 10.0
# footprint for KIT-C5 new model
# footprint: [[0.00, -0.25], [0.00, 0.25], [-0.60, 0.25], [-0.60, -0.25]]
inflation_radius: 0.35
cost_scaling_factor: 5.0
rigin_z: 0.0
z_resolution: 0.02
z_voxels: 0.02
publish_voxel_map: false
observation_sources: velodyne_sensor
velodyne_sen... | Modify shape of foot print | Modify shape of foot print
| YAML | bsd-3-clause | CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg |
5e621b65fadd84908c2441007815d77c1d54facc | ci/tasks/gats-windows.yml | ci/tasks/gats-windows.yml | ---
platform: windows
params:
ADMIN_USER:
ADMIN_PASSWORD:
inputs:
- name: cli-acceptance-tests
path: gopath/src/github.com/cloudfoundry/cli-acceptance-tests
- name: cf-cli-binaries
- name: bosh-lite-lock
- name: cli
run:
path: cli/ci/tasks/gats-windows.bat
| ---
platform: windows
params:
ADMIN_USER:
ADMIN_PASSWORD:
inputs:
- name: cli-acceptance-tests
path: gopath/src/github.com/cloudfoundry/cli-acceptance-tests
- name: cf-cli-binaries
- name: bosh-lite-lock
- name: cli-ci
run:
path: cli-ci/ci/tasks/gats-windows.bat
| Use cli-ci to run tests in windows gats | Use cli-ci to run tests in windows gats
Signed-off-by: Nick Wei <88313de659f5f6f483e38ffe364817e8884d9f11@pivotal.io>
| YAML | apache-2.0 | cloudfoundry/cli,cloudfoundry/cli,cloudfoundry/cli |
dedd2dca02b9d69e7f02c67b1f861ec051b828d9 | spring-pcf-application/spring-pcf-application-basic/manifest.yml | spring-pcf-application/spring-pcf-application-basic/manifest.yml | ---
applications:
- name: spring-pcf-application-basic
buildpack: java_buildpack
instances: 1
memory: 1G
host: spring-pcf-application-basic
path: target/spring-pcf-application-basic-0.0.1-SNAPSHOT.jar | ---
applications:
- name: spring-pcf-application-basic
instances: 2
path: target/spring-pcf-application-basic-0.0.1-SNAPSHOT.jar | Define a simple Manifest without buildpack, Hostname etc. | Define a simple Manifest without buildpack, Hostname etc. | YAML | apache-2.0 | Thinkenterprise/spring-pcf-training |
7add07b5d32002110b1a8a8531ce2bc21dcea39e | config/config-example.yml | config/config-example.yml | udp_server:
address: '127.0.0.1'
port: 1234
tcp_client:
host: '127.0.0.1'
port: 4567
pass: "/green"
fail: "/red"
store:
filename: "out/build_result.yml"
mask:
regex: ".*master.*"
policy: "include"
| udp_server:
address: '127.0.0.1'
port: 1234
tcp_client:
host: '127.0.0.1'
port: 4567
pass: "/green"
fail: "/red"
store:
filename: "/tmp/build_result.yml"
mask:
regex: ".*master.*"
policy: "include"
verbose: true
| Change location of store file. Default to verbose | Change location of store file. Default to verbose
| YAML | mit | jcmuller/build_status_server |
e39dc6dd8b70c3afa7e7efe7cfaaf557b7855ee6 | packages/in/intro-prelude.yaml | packages/in/intro-prelude.yaml | homepage: https://github.com/minad/intro-prelude#readme
changelog-type: ''
hash: 0efa4c65ccfa1af759e17f530a5f2aa691d4bbf1e9702b8b657bad02cc1b3e6e
test-bench-deps:
intro: -any
intro-prelude: -any
maintainer: Daniel Mendler <mail@daniel-mendler.de>
synopsis: Intro reexported as Prelude
changelog: ''
basic-deps:
int... | homepage: https://github.com/minad/intro-prelude#readme
changelog-type: ''
hash: a6ffadd4b02b26ea9170eae2f37ee3f5af32cb128a3c1d1099b34b86daec5de6
test-bench-deps:
intro: -any
intro-prelude: -any
maintainer: Daniel Mendler <mail@daniel-mendler.de>
synopsis: Intro reexported as Prelude
changelog: ''
basic-deps:
int... | Update from Hackage at 2017-01-10T15:37:35Z | Update from Hackage at 2017-01-10T15:37:35Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
cd9755c7af443eff5df85aaaaae79c235fec7ce2 | conda-recipe/meta.yaml | conda-recipe/meta.yaml | package:
name: blueksy
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
build:
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }}
requireme... | package:
name: blueksy
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
build:
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get('GIT_BUILD_STR', '') }}py{{ py }}
requirements:
buil... | Remove numpy version from build string. | BLD: Remove numpy version from build string.
| YAML | bsd-3-clause | ericdill/bluesky,ericdill/bluesky |
2c01fac21b6ecb4de4c100ad2e1713787a6dc7f9 | recipes/pudb/meta.yaml | recipes/pudb/meta.yaml | {% set version = "2016.2" %}
package:
name: pudb
version: {{ version }}
source:
fn: pudb-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/pudb/pudb-{{ version }}.tar.gz
md5: 4573b70163329c1cb59836a357bfdf7c
build:
# conda skeleton added this, but I'm unsure why it would be needed.
# preserve... | {% set version = "2016.2" %}
package:
name: pudb
version: {{ version }}
source:
fn: pudb-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/pudb/pudb-{{ version }}.tar.gz
md5: 4573b70163329c1cb59836a357bfdf7c
build:
# conda skeleton added this, but I'm unsure why it would be needed.
# preserve... | Add @inducer as a maintainer for PuDB | Add @inducer as a maintainer for PuDB
| YAML | bsd-3-clause | vamega/staged-recipes,igortg/staged-recipes,johanneskoester/staged-recipes,khallock/staged-recipes,chohner/staged-recipes,patricksnape/staged-recipes,ReimarBauer/staged-recipes,sannykr/staged-recipes,petrushy/staged-recipes,chrisburr/staged-recipes,rmcgibbo/staged-recipes,sodre/staged-recipes,blowekamp/staged-recipes,i... |
efc4d06c0b525045271b76a87be600b78d209771 | .config/terminus/config.yaml | .config/terminus/config.yaml | hotkeys:
shell: {}
profile: {}
ssh: {}
terminal:
colorScheme:
name: Material
foreground: '#eceff1'
background: 'rgba(38, 50, 56, 1)'
cursor: '#FFCC00'
colors:
- '#000000'
- '#D62341'
- '#9ECE58'
- '#FAED70'
- '#396FE2'
- '#BB80B3'
- '#2DDAFD'
- '... | hotkeys:
shell: {}
profile: {}
ssh: {}
terminal:
colorScheme:
name: Material
foreground: '#eceff1'
background: 'rgba(38, 50, 56, 1)'
cursor: '#FFCC00'
colors:
- '#000000'
- '#D62341'
- '#9ECE58'
- '#FAED70'
- '#396FE2'
- '#BB80B3'
- '#2DDAFD'
- '... | Configure Terminus to use Source Code Pro for Powerline | Configure Terminus to use Source Code Pro for Powerline
| YAML | mit | phatblat/dotfiles,phatblat/dotfiles,phatblat/dotfiles,phatblat/dotfiles,phatblat/dotfiles,phatblat/dotfiles |
300b393830f0c4fc984e4252c556b3b6b7180f25 | .github/workflows/deploy.yml | .github/workflows/deploy.yml | name: Deploy
on:
push:
tags:
- v*
jobs:
build-and-push:
name: Build and Push
runs-on: ubuntu-latest
env:
REGISTRY: registry.digitalocean.com
NAME: ghost/gscan
steps:
- uses: actions/checkout@v2
- name: Get version
run: echo "::set-env name=IMAGE_VERSION::$(... | name: Deploy
on:
push:
tags:
- v*
jobs:
build-and-push:
name: Build and Push
runs-on: ubuntu-latest
env:
REGISTRY: registry.digitalocean.com
NAME: ghost/gscan
steps:
- uses: actions/checkout@v2
- name: Get version
run: echo "::set-env name=IMAGE_VERSION::$(... | Update matootie/dokube action to v1.3.3 | Update matootie/dokube action to v1.3.3
| YAML | mit | TryGhost/gscan |
cdf4090b67594d93551eb29adf7823eff04236c4 | .github/workflows/automerge.yml | .github/workflows/automerge.yml | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'MySQL tests'
- 'PostgreSQL tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ub... | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'MySQL tests'
- 'PostgreSQL tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ub... | Bump ridedott/merge-me-action from 2.9.56 to 2.9.58 | Bump ridedott/merge-me-action from 2.9.56 to 2.9.58
| YAML | mit | fizyk/pyramid_fullauth |
31a0f733c139321b8f6f8fcd7d6d2b04fcbe5d5d | .github/workflows/nl-action.yml | .github/workflows/nl-action.yml | # This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: NL-Augmenter Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ ma... | # This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: NL-Augmenter Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ ma... | Add zh_core_web_sm Installation to GitHub Action | Add zh_core_web_sm Installation to GitHub Action
| YAML | mit | GEM-benchmark/NL-Augmenter |
4ef48969fd90b8d5f0afde5558e289e308487376 | docker-compose.yaml | docker-compose.yaml | version: "3"
services:
hades:
build:
context: ./docker
args:
BUILDER_UID: ${UID:-1000}
BUILDER_GID: ${GID:-1000}
image: hades
hostname: hades
container_name: hades
network_mode: bridge
tmpfs:
- /tmp
- /run
cap_add:
- SYS_ADMIN
- NET_ADMIN... | version: "3"
services:
hades:
build:
context: ./docker
args:
BUILDER_UID: ${UID:-1000}
BUILDER_GID: ${GID:-1000}
image: hades
hostname: hades
container_name: hades
network_mode: bridge
tmpfs:
- "/tmp:exec"
- /run
cap_add:
- SYS_ADMIN
- NE... | Set exec option for /tmp | Set exec option for /tmp
dpkg extracts scripts to /tmp and tries to execute them, which will fail
if it's noexec.
| YAML | mit | agdsn/hades,agdsn/hades,agdsn/hades,agdsn/hades,agdsn/hades |
dfe8185556ab1c3cc5e96d0efddeea6af4c9989e | docker-compose.yml | docker-compose.yml | version: '3'
services:
app:
build: .
command: yarn dev
ports:
- "3000:3000"
volumes:
- .:/app:cached
- node_modules:/app/node_modules
- npm_cache:/root/.npm
- yarn_cache:/usr/local/share/.cache/yarn
volumes:
node_modules:
npm_cache:
yarn_cache:
| version: '3'
services:
app:
build: .
command: yarn dev
ports:
- "3000:3000"
volumes:
- .:/app:cached
- node_modules:/app/node_modules
- npm_cache:/root/.npm
- yarn_cache:/usr/local/share/.cache/yarn
tmpfs:
- /app/dist
volumes:
node_modules:
npm_cache:
yarn... | Use a tmpfs for dist directory | Use a tmpfs for dist directory
Should make builds a little faster
| YAML | mit | jwang1919/popcode,outoftime/learnpad,outoftime/learnpad,popcodeorg/popcode,popcodeorg/popcode,popcodeorg/popcode,jwang1919/popcode,popcodeorg/popcode,jwang1919/popcode,jwang1919/popcode |
bcb8763f787c7ee65a063f477d2361d7f84b0a73 | docker-compose.yml | docker-compose.yml | web:
image: node:onbuild
volumes:
- .:/usr/src/app
ports:
- "5000:5000"
| web:
# For x86:
#image: node:onbuild
# For Arm / Raspberry:
hypriot/rpi-node:onbuild
volumes:
- .:/usr/src/app
ports:
- "5000:5000"
| Switch docker image to Arm | Switch docker image to Arm
For local usage, uncomment x86 line instead.
| YAML | mit | pixelistik/alreadydone,pixelistik/alreadydone,pixelistik/alreadydone |
40089ebd7788db453bda25d143ee57f9fcf60590 | docker-compose.yml | docker-compose.yml | version: "3"
services:
web:
build: .
volumes:
- .:/app
- .:/marli
container_name: marli
ports:
- "3000:3000"
env_file:
- test.env
environment:
CI:
CODECLIMATE_REPO_TOKEN:
COVERALLS_REPO_TOKEN:
depends_on:
- setup_dbs
test:
build: .
... | version: "3"
services:
web:
build: .
volumes:
# - .:/app
- .:/marli
container_name: marli
ports:
- "3000:3000"
env_file:
- test.env
environment:
CI:
CODECLIMATE_REPO_TOKEN:
COVERALLS_REPO_TOKEN:
depends_on:
- setup_dbs
test:
build: .
... | Add another volume for circle | Add another volume for circle
| YAML | mit | NYULibraries/marli,NYULibraries/marli,NYULibraries/marli,NYULibraries/marli |
218a3ab47e5d6f281b72b1b196256b9e7d105c9f | docker-compose.yml | docker-compose.yml | rabbit1:
image: harbur/rabbitmq-cluster
hostname: rabbit1
environment:
- ERLANG_COOKIE=abcdefg
ports:
- "5672:5672"
- "15672:15672"
rabbit2:
image: harbur/rabbitmq-cluster
hostname: rabbit2
links:
- rabbit1
environment:
- ERLANG_COOKIE=abcdefg
- CLUSTER_WITH=rabbit1
- ENABLE_... | rabbit1:
image: thanhphu/rabbitmq-cluster
hostname: rabbit1
container_name: rabbit-1
environment:
- ERLANG_COOKIE=topsecret
ports:
- "5672:5672"
- "15672:15672"
rabbit2:
image: thanhphu/rabbitmq-cluster
hostname: rabbit2
container_name: rabbit-2
links:
- rabbit1
environment:
- ER... | Add mongo, broker, collector to cluster | Add mongo, broker, collector to cluster
| YAML | mit | thanhphu/mqtt-rabbitmq-cluster |
1591700642e1974f42cc3a3f5cb17cd58efc5c92 | docker-compose.yml | docker-compose.yml | version: '2'
services:
db:
image: postgres:latest
ports:
- 5432:5432
environment:
POSTGRES_DB: rom
POSTGRES_HOST_AUTH_METHOD: trust
app:
build: .
command: ./docker_start.sh
environment:
BASE_DB_URI: postgres@db/rom_repository
volumes:
- .:/opt/rom
- b... | version: '2'
services:
db:
image: postgres:latest
ports:
- 5432:5432
environment:
POSTGRES_DB: rom
POSTGRES_HOST_AUTH_METHOD: trust
app:
build: .
command: ./docker_start.sh
environment:
BASE_DB_URI: postgres@db/rom
volumes:
- .:/opt/rom
- bundle_box:/... | Fix database name in docker composer config | Fix database name in docker composer config
| YAML | mit | rom-rb/rom,rom-rb/rom,rom-rb/rom |
47beeec53e529d7f9fec08ea51a3f5ac463b4512 | docker-compose.yml | docker-compose.yml | mongo:
image: mongo:3.0.8
container_name: mongodb.{{.ApiName}}.{{.Org}}
ports:
- 27017:27017 | # API container
{{.ApiName}}:
image: {{.Org}}/{{.ApiName}}:latest
container_name: {{.ApiName}}.{{.Org}}
ports:
- 80:8080
env_file: .env
# Custom services required for development
mongo:
image: mongo:3.0.8
container_name: mongodb.{{.ApiName}}.{{.Org}}
ports:
- 27017:27017 | Add container config to docker compose | Add container config to docker compose
| YAML | mit | nildev/prj-tpl-basic-api |
b93a0c850cfbbf826be8c59acf5ece92db3b78a8 | metadata/com.ctemplar.app.fdroid.yml | metadata/com.ctemplar.app.fdroid.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: Apache-2.0
WebSite: https://ctemplar.com
SourceCode: https://github.com/CTemplar/android/tree/fdroid
IssueTracker: https://github.com/CTemplar/android/issues
AutoName: CTemplar
RepoType: git
Repo: https://github.com/CTemplar/android.git
Builds:
- versi... | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: Apache-2.0
WebSite: https://ctemplar.com
SourceCode: https://github.com/CTemplar/android/tree/fdroid
IssueTracker: https://github.com/CTemplar/android/issues
AutoName: CTemplar
RepoType: git
Repo: https://github.com/CTemplar/android.git
Builds:
- versi... | Update CTemplar to 1.2.6 (4) | Update CTemplar to 1.2.6 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
958358d6dcc29a014c5d7743a3e471e846f17ccb | .travis.yml | .travis.yml | language: ruby
sudo: required
services:
- docker
rvm:
- 2.5
env:
- IMAGE=centos:6
- IMAGE=centos:7
- IMAGE=debian:wheezy
- IMAGE=debian:jessie
- IMAGE=debian:stretch
bundler_args: "--jobs=4"
cache: bundler
before_install:
- gem update --system --no-document
- gem install bundler --no-document
script:
... | language: ruby
sudo: required
services:
- docker
rvm:
- 2.5
env:
- IMAGE=centos:6
- IMAGE=centos:7
- IMAGE=debian:wheezy
- IMAGE=debian:jessie
- IMAGE=debian:stretch
bundler_args: "--jobs=4"
cache: bundler
before_install:
- travis_retry gem update --system || travis_retry gem update --system 2.7.8
- t... | Fix CI for bundler v2 | Fix CI for bundler v2
| YAML | mit | sue445/jenkins-backup-script,sue445/jenkins-backup-script |
492c87741bbc02ef8fee23782be4bbf67271639f | .travis.yml | .travis.yml | language: go
go:
- 1.3
- tip
install: make deps
script: make test
| language: go
go:
- 1.3
- tip
install: make deps
script: make test
matrix:
allow_failures:
- go: tip
| Allow failures on golang master | Allow failures on golang master
| YAML | agpl-3.0 | gitorious/git-archive-daemon,gitorious/git-archive-daemon,Gitorious-backup/git-archive-daemon,Gitorious-backup/git-archive-daemon |
c677c0c6cf4223820b666eee725ccd2647e9f1c3 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode7.3
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
- XCODE_WORKSPACE=AlamofireObjectMapper.xcworkspace
matrix:
- SCHEME="AlamofireObjectMapper iOS"
- SCHEME="AlamofireObjectMapper OSX"
- SCHEME="AlamofireObjectMapper tvOS"
before_install:
- gem... | language: objective-c
osx_image: xcode8
env:
global:
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
- XCODE_WORKSPACE=AlamofireObjectMapper.xcworkspace
matrix:
- SCHEME="AlamofireObjectMapper iOS"
- SCHEME="AlamofireObjectMapper OSX"
- SCHEME="AlamofireObjectMapper tvOS"
before_install:
- gem i... | Use Xcode 8 for Travis | Use Xcode 8 for Travis
Missed this when updating the file earlier :grin:
| YAML | mit | tristanhimmelman/AlamofireObjectMapper,tristanhimmelman/AlamofireObjectMapper |
b31809fc3b0d1a5edf5cdec7b489d72af9a2e295 | .travis.yml | .travis.yml | ---
language: python
python:
- "2.7"
- "3.5"
script:
- pip install codecov
- coverage run monitor.py -1 -v -d -f tests/monitor.ini
- TEST_VALUE=myenv coverage run --append monitor.py -t -f tests/monitor-env.ini
- coverage run --append -m unittest discover -s tests
- codecov
| ---
language: python
python:
- "2.7"
- "3.5"
script:
- pip install codecov flake8
- flake8 *.py Alerters/ Monitors/ Loggers/
- coverage run monitor.py -1 -v -d -f tests/monitor.ini
- TEST_VALUE=myenv coverage run --append monitor.py -t -f tests/monitor-env.ini
- coverage run --append -m unit... | Apply flake8 checks with Travis | Apply flake8 checks with Travis
| YAML | bsd-3-clause | jamesoff/simplemonitor,jamesoff/simplemonitor,jamesoff/simplemonitor,jamesoff/simplemonitor,jamesoff/simplemonitor |
23a07d35757c7e7c8da74e95463f0541b1dd219d | .travis.yml | .travis.yml | sudo: false
language: python
dist: xenial
python:
- 2.7
- 3.6
- 3.7
- 3.8
addons:
apt:
packages:
- scons
- libdbi-perl
cache:
pip: true
directories:
- $HOME/perl5
install:
- export PERL5LIB=~/perl5/lib/perl5
- export PYTHONPATH=$(echo $(dirname $(which python))/../lib/python*/site-pack... | sudo: false
language: python
dist: focal
python:
- 3.6
- 3.7
- 3.8
addons:
apt:
packages:
- scons
- libdbi-perl
cache:
pip: true
directories:
- $HOME/perl5
install:
- export PERL5LIB=~/perl5/lib/perl5
- export PYTHONPATH=$(echo $(dirname $(which python))/../lib/python*/site-packages)
-... | Switch to Ubuntu Focal to get Python 3 scons | Switch to Ubuntu Focal to get Python 3 scons
| YAML | lgpl-2.1 | salilab/allosmod,salilab/allosmod,salilab/allosmod,salilab/allosmod |
76c24db0398f58e1567be82492f3c098afb72da8 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- ruby-head
- jruby-head
- rbx-2
sudo: false
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
script: "rake test"
notifications:
disable: true
| language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- ruby-head
- jruby-head
- rbx-2
sudo: false
matrix:
allow_failures:
- rvm: jruby-head
script: "rake test"
notifications:
disable: true
| Remove ruby-head from allowed failures | Remove ruby-head from allowed failures | YAML | mit | howkj1/liquid,tim-vandecasteele/liquid,Wirachmat/liquid,knu/liquid,insales/liquid,tdg5/liquid,vietlq/liquid,djreimer/liquid,Tiger66639/liquid,illMadeKnight/liquid-1,SOFTPOWER1991/liquid,lastobelus/liquid,bluerail/liquid,Richardphp/liquid,Shopify/liquid,ipmobiletech/Shopify-liquid,ilovezy/liquid,PMArtz92/liquid,boobooni... |
d4d35a7d8d91dc7d36fc6c36b17de9792af5fb96 | .travis.yml | .travis.yml | language: java
install: true
before_install:
- chmod +x gradlew
- sudo apt-get -y install at-spi2-core
jdk: openjdk11
git:
depth: false
addons:
sonarcloud:
organization: "gurkenlabs-github"
services:
- xvfb
script:
- ./gradlew fullbuild
- if [ $TRAVIS_PULL_REQUEST = 'false' ]; then
sonar-scan... | language: java
install: true
before_install:
- chmod +x gradlew
- sudo apt-get -y install at-spi2-core
jdk: openjdk11
git:
depth: false
addons:
sonarcloud:
organization: "gurkenlabs-github"
services:
- xvfb
script:
- ./gradlew fullbuild --warning-mode all
- if [ $TRAVIS_PULL_REQUEST = 'false' ]; t... | Print Gradle warnings in the build log. | Print Gradle warnings in the build log.
| YAML | mit | gurkenlabs/litiengine,gurkenlabs/litiengine |
c2f2f5bca3b4a792ac5bfeaa69c181e35e54c196 | .travis.yml | .travis.yml | sudo: required
language: generic
services:
- docker
script:
- docker build -t lab41/base-notebook 01_base_notebook
- docker build -t lab41/tensorflow-notebook 02_deep_learning
after_success:
- echo "TRAVIS_BRANCH\: $TRAVIS_BRANCH";
echo "TRAVIS_REPO_SLUG\: $TRAVIS_REPO_SLUG"
- if [ "$TRAVIS_BRANCH" ==... | sudo: required
language: generic
services:
- docker
script:
- docker build -t lab41/base-notebook 01_base_notebook
- docker build -t lab41/tensorflow-notebook 02_deep_learning
after_success:
- echo "TRAVIS_BRANCH\: $TRAVIS_BRANCH";
echo "TRAVIS_REPO_SLUG\: $TRAVIS_REPO_SLUG"
- if [ "$TRAVIS_BRANCH" ==... | Add docker push lab41/tensorflow to Travis | Add docker push lab41/tensorflow to Travis
| YAML | apache-2.0 | kylemvz/nbserver,Lab41/nbserver,agude/nbserver,kylemvz/nbserver,Lab41/nbserver,agude/nbserver |
06cb543d78eabf0686ced26e37d30504e61b5da0 | .travis.yml | .travis.yml | language: haskell
ghc: 7.8
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq lessc
install:
- |
cabal install hakyll
export PATH=$HOME/.cabal/bin:$PATH
script:
- |
ghc --make -threaded site
./site build
notifications:
email:
- friedrich@fornever.me
| language: haskell
ghc: 7.8
before_install:
- wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.24.0/install.sh | bash
- |
source ~/.nvm/nvm.sh
nvm install 0.12
nvm use 0.12
install:
- |
npm install less
export PATH=./node_modules/less/bin:$PATH
- |
cabal install hakyll
ex... | Change the tactic to get lessc. | Change the tactic to get lessc.
| YAML | mit | ForNeVeR/fornever.me,ForNeVeR/fornever.me,ForNeVeR/fornever.me |
848cf4ec492de41705fa478dd0a92abc369a1d9e | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
before_install:
- gem update bundler
env:
matrix:
- SPROCKETS_VERSION="~> 3.3.0"
- SPROCKETS_VERSION="~> 3.7.0"
- SPROCKETS_VERSION="~> 4.0.0.beta4"
- EMBER_SOURCE_VERSION="~> 1.13"
- EMBER_SOURCE_VERSION="~> 2.6"
-... | language: ruby
sudo: false
cache: bundler
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
before_install:
- gem update bundler
env:
matrix:
- SPROCKETS_VERSION="~> 3.3.0"
- SPROCKETS_VERSION="~> 3.7.0"
- SPROCKETS_VERSION="~> 4.0.0.beta4"
- EMBER_SOURCE_VERSION="~> 1.13"
- EMBER_SOURCE_VERSION="~> 2.6"
-... | Update Ruby versions on Travis CI | Update Ruby versions on Travis CI
| YAML | mit | tricknotes/ember-handlebars-template,tricknotes/ember-handlebars-template |
21ca2d91e576435abab28cdd02b82ccc825946e7 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.1
- 2.2
- 2.3.0
env:
- DB=sqlite
- DB=mysql
- DB=postgresql
install:
- bundle install --without development
before_script:
- bundle exec rake db:create db:migrate
branches:
only:
- master
addons:
code_climate:
repo_token: 8850bccc6911d74965... | sudo: false
language: ruby
cache: bundler
rvm:
- 2.1
- 2.2
- 2.3.0
env:
- DB=sqlite
- DB=mysql
- DB=postgresql
install:
- bundle install --without development
before_script:
- bundle exec rake db:create db:migrate
script: 'bundle exec rake && cd publify_core && bundle exec rake && cd ../publify_amazon_s... | Test all parts of Publify on Travis CI | Test all parts of Publify on Travis CI
| YAML | mit | SF-WDI-LABS/publify_debugging_lab,publify/publify,drakontia/publify,SF-WDI-LABS/publify_debugging_lab,SF-WDI-LABS/publify_debugging_lab,publify/publify,drakontia/publify,publify/publify |
b06829dd4c4032bbfbd5b38ce020f603c3be144c | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
sudo: false
addons:
apt_packages:
- libbz2-dev
- libhdf5-serial-dev
- liblzo2-dev
install:
- pip install cython
- pip install .
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
script:
- python -m table... | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
sudo: false
addons:
apt_packages:
- libbz2-dev
- libhdf5-serial-dev
- liblzo2-dev
install:
- pip install cython
- pip install .
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
script:
- mkdir clean_dir... | Change directory to avoid picking the wrong module | Change directory to avoid picking the wrong module
| YAML | bsd-3-clause | jennolsen84/PyTables,rabernat/PyTables,FrancescAlted/PyTables,jennolsen84/PyTables,gdementen/PyTables,PyTables/PyTables,andreabedini/PyTables,avalentino/PyTables,rabernat/PyTables,mohamed-ali/PyTables,joonro/PyTables,avalentino/PyTables,gdementen/PyTables,mohamed-ali/PyTables,FrancescAlted/PyTables,PyTables/PyTables,gd... |
9743864123419101e60782f23328a76f7d9d1b8a | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
env:
- DB=postgresql
script:
- RAILS_ENV=test bundle exec rake --trace db:migrate spec
before_script:
- psql -c 'create user qm with superuser' -U postgres
- psql -d template0 -c 'create extension hstore;'
- psql -c 'create database qm_test owner qm' -U postgres
| language: ruby
rvm:
- 2.0.0
env:
- DB=postgresql
script:
- RAILS_ENV=test bundle exec rake --trace db:migrate spec
before_script:
- psql -c 'create user qm with superuser' -U postgres
- psql -d template1 -c 'create extension hstore;'
- psql -c 'create database qm_test owner qm' -U postgres
| Enable hstore extension in Travis | Enable hstore extension in Travis
| YAML | agpl-3.0 | AsunaYuukio/quienmanda.es,AsunaYuukio/quienmanda.es,AsunaYuukio/quienmanda.es,civio/quienmanda.es,civio/quienmanda.es,AsunaYuukio/quienmanda.es,civio/quienmanda.es,civio/quienmanda.es |
682e173df12ffe7e896b40af2170749b6c5da3d0 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
- openjdk7 | language: java
jdk:
- oraclejdk7
- openjdk7
before_install:
- git clone --depth 1 https://github.com/openplanets/scape-platform-datamodel.git -b scape-platform-datamodel-0.1.0
- cd scape-platform-datamodel
- mvn clean install -DskipTests=true
- cd .. | Add back datamodel 0.1.0 dependency build | [Travis] Add back datamodel 0.1.0 dependency build
| YAML | apache-2.0 | openpreserve/scape-dc-lily |
14a78af7365960ed60c8270ce00098f18ba4919b | .travis.yml | .travis.yml | language: python
install:
- pip install stix2-validator==0.1.0
script:
- stix2_validator ./examples
| language: python
install:
- pip install stix2-validator==0.2.0
script:
- stix2_validator ./examples
| Test with latests version of stix2-validator. | Test with latests version of stix2-validator.
| YAML | bsd-3-clause | oasis-open/cti-stix2-json-schemas |
c589ace0b23b8bac6b196bcc7d3537727020c3b9 | .travis.yml | .travis.yml | sudo: false
cache:
directories:
- test/elm-stuff/build-artifacts
- sysconfcpus
os:
- linux
- osx
env:
matrix:
- ELM_VERSION=0.18.0 TARGET_NODE_VERSION=node
before_install:
- if [ ${TRAVIS_OS_NAME} == "osx" ];
then brew update; brew install nvm; mkdir ~/.nvm; export NVM_DIR=~/.nvm; source $... | sudo: false
os:
- linux
- osx
env:
matrix:
- ELM_VERSION=0.19.0 TARGET_NODE_VERSION=node
before_install:
- if [ ${TRAVIS_OS_NAME} == "osx" ];
then brew update; brew install nvm; mkdir ~/.nvm; export NVM_DIR=~/.nvm; source $(brew --prefix nvm)/nvm.sh;
fi
install:
- nvm install $TARGET_NODE_VERS... | Upgrade Travis CI config to run 0.19 | Upgrade Travis CI config to run 0.19
| YAML | bsd-3-clause | rtfeldman/node-elm-compiler |
2e63129cb9521cc56e690b9d83d8280a46fc89ab | .travis.yml | .travis.yml | language: node_js
node_js:
- '4.0'
- '7.0'
after_script: bash <(curl -s https://codecov.io/bash)
deploy:
- provider: npm
email: tituswormer@gmail.com
api_key:
secure: Q4KsUHBwUgiZNez5y8Vb41YK+8gPzMNt30CwfIDYBhuiClEmTARikAAOmy6H9yD7VMKVFcF5TTu0p2hHrN359O0lFyr06qWmjtIP5dzDGjk4iXKxyRJROPDLJ4d0qznbndrhhpe+s... | language: node_js
node_js:
- '4.0'
- '7.0'
sudo: false
after_script: bash <(curl -s https://codecov.io/bash)
deploy:
- provider: npm
email: tituswormer@gmail.com
api_key:
secure: Q4KsUHBwUgiZNez5y8Vb41YK+8gPzMNt30CwfIDYBhuiClEmTARikAAOmy6H9yD7VMKVFcF5TTu0p2hHrN359O0lFyr06qWmjtIP5dzDGjk4iXKxyRJROPDLJ4d0q... | Add missing `sudo: false` in Travis | Add missing `sudo: false` in Travis
| YAML | mit | wooorm/dale-chall |
5c5ab5b5788156e8e210db678d1323040afa14d3 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly
matrix:
allow_failures:
- php: 7.4snapshot
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
before_script:
- travis_retry composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit --coverage-text --covera... | language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly
matrix:
allow_failures:
- php: 7.4snapshot
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
before_script:
- travis_retry composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit --coverage-text --covera... | Remove the deprecated sudo option and run on the latest version | Remove the deprecated sudo option and run on the latest version
| YAML | mit | thephpleague/climate |
59ba58b3e5f3bbc10da12c4fb3f2237edbb1beca | .travis.yml | .travis.yml | language: python
os:
- linux
branches:
only:
- master
- dev
addons:
apt:
packages:
- python3
- gcc
- g++
- pkg-config
- gdb
- python3-pip
- pylint
- git
- cmake
- libglib2.0-dev
before_script:
- pip3 install --user --upgrade ropper re... | language: python
cache: pip
sudo: required
python:
- "3.4"
os:
- linux
branches:
only:
- master
- dev
env:
- PYTHONPATH=/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages
addons:
apt:
packages:
- gcc
- gdb
before_script:
- python3 -m pip install ropper pylint... | Fix up and run lint | Travis: Fix up and run lint
| YAML | mit | hugsy/gef,hugsy/gef,hugsy/gef |
b8c96f813362f8bad95f9f8554914f1764504de7 | .travis.yml | .travis.yml | sudo: false
before_install:
- export PATH=${PATH}:./vendor/bundle
install:
- rvm use 2.2.3 --install --fuzzy
- gem update --system
- gem install sass
- gem install jekyll -v 3.2.1
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt
- $HOME/.coursier
before_cache:
# Cleanup the cached direc... | sudo: false
before_install:
- export PATH=${PATH}:./vendor/bundle
install:
- rvm use 2.2.3 --install --fuzzy
- gem update --system
- gem install sass
- gem install jekyll -v 3.2.1
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt
- $HOME/.coursier
before_cache:
# Cleanup the cached direc... | Use Scala 2.12.3 in Travis build | Use Scala 2.12.3 in Travis build
| YAML | apache-2.0 | wvlet/airframe,wvlet/airframe,wvlet/airframe,wvlet/airframe,wvlet/airframe |
cd67a4a6b3929fe027f9073d1e48182123b6fca2 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm
- nightly
matrix:
allow_failures:
- php: hhvm
- php: nightly
dist: trusty
install:
- composer install
before_deploy:
- tar czvf moonmoon-$TRAVIS_TAG.tgz --exclude ".git" *
before_script:
- if [[ "$TRAVIS_PHP_VERSION" =~ '^[0-9]' ]]; then phpenv config-rm xdebug.in... | language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm
- nightly
matrix:
allow_failures:
- php: hhvm
- php: nightly
dist: trusty
install:
- composer install
before_deploy:
- tar czvf moonmoon-$TRAVIS_TAG.tgz --exclude ".git" *
before_script:
- if [[ "$TRAVIS_PHP_VERSION" =~ '^[0-9]' ]]; then phpenv config-rm xdebug.in... | Speed up Travis build by caching composer packages | Speed up Travis build by caching composer packages
| YAML | bsd-3-clause | mauricesvay/moonmoon |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.