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 |
|---|---|---|---|---|---|---|---|---|---|
7f309306c762d3df4a3ceedfb5f53041b3b0fce1 | flutter_cache_manager/example/pubspec.yaml | flutter_cache_manager/example/pubspec.yaml | name: example
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.6.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_cache_manager:
path: ../
cupertino_icons: ^0.1.2
url_launcher: ^5.4.11
baseflow_plugin_template:
git:
url: git://github.com/Baseflow/baseflo... | name: example
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.10.2 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_cache_manager:
path: ../
cupertino_icons: ^0.1.2
url_launcher: ^5.4.11
baseflow_plugin_template:
git:
url: git://github.com/Baseflow/basefl... | Update minimal sdk in example | Update minimal sdk in example
| YAML | mit | Baseflow/flutter_cache_manager,Baseflow/flutter_cache_manager,Baseflow/flutter_cache_manager,Baseflow/flutter_cache_manager |
aa56b943602b204c8d0e5b95cd9bc867992a2090 | _config.yml | _config.yml | # Site wide configuration
title: NIPY
description: A community portal for scientists, developers and hackers using Python to analyze neuorimaging data
logo: otsu.jpg # 120x120 px default image used for Twitter summary card
teaser: threeview.jpg # 400x250 px default teaser image used in image archive grid
locale:
url:
... | # Site wide configuration
title: NIPY
description: A community portal for scientists, developers and hackers using Python to analyze neuorimaging data
logo: otsu.jpg # 120x120 px default image used for Twitter summary card
teaser: threeview.jpg # 400x250 px default teaser image used in image archive grid
locale:
url: ... | Set site URL for proper generation of sharing links (etc.). | Set site URL for proper generation of sharing links (etc.).
| YAML | mit | arokem/nipy.github.com,lesteve/nipy.github.com,arokem/nipy.github.com,lesteve/nipy.github.com,arokem/nipy.github.com,vsoch/nipy.github.com,vsoch/nipy.github.com,vsoch/nipy.github.com,vsoch/nipy.github.com,lesteve/nipy.github.com |
2709e66f0cf736f6de2a1117332856dcd498519d | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: sicz/dockerspec:3.6
working_directory: ~/docker-dockerspec
environment:
- MAKEFLAGS=--no-print-directory
steps:
- run:
name: Set up Environment
command: |
curl -sSL https://github.com/SICZ/Mk/archive/master.tar.... | version: 2
jobs:
build:
docker:
- image: sicz/dockerspec:3.6
working_directory: ~/docker-dockerspec
environment:
- MAKEFLAGS=--no-print-directory
steps:
- run:
name: Set up Environment
command: |
curl -sSL https://github.com/SICZ/Mk/archive/master.tar.... | Revert "Use Docker layer caching" | Revert "Use Docker layer caching"
This reverts commit e0c7a37eedd2afe96c8bbb4cf7aa898f916789f5.
| YAML | apache-2.0 | sicz/docker-dockerspec |
038b2a22bdca9c1a9d0ee457dacf57245e00eeff | src/Resources/config/services.yml | src/Resources/config/services.yml | # KilikTableBundle/Resources/config/services.yml
services:
kilik_table:
class: Kilik\TableBundle\Services\TableService
arguments: ["@twig","@form.factory"]
public: true
kilik_table_api:
class: Kilik\TableBundle\Services\TableApiService
arguments: ["@twig","@form.fac... | # KilikTableBundle/Resources/config/services.yml
services:
kilik_table:
class: Kilik\TableBundle\Services\TableService
arguments: ["@twig","@form.factory"]
public: true
kilik_table_api:
class: Kilik\TableBundle\Services\TableApiService
arguments: ["@twig","@form.fac... | Fix missing @ for service kilik_table_api | Fix missing @ for service kilik_table_api
| YAML | mit | KilikFr/TableBundle,KilikFr/TableBundle,KilikFr/TableBundle |
c885fcb13f50e77fe96cb371853fff9991a59789 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
hokusai: artsy/hokusai@0.6.0
not_staging_or_release: ¬_staging_or_release
filters:
branches:
ignore:
- staging
- release
only_master: &only_master
context: hokusai
filters:
branches:
only: master
only_release: &only_release
context: hokusai
filte... | version: 2.1
orbs:
hokusai: artsy/hokusai@0.7.0
not_staging_or_release: ¬_staging_or_release
filters:
branches:
ignore:
- staging
- release
only_master: &only_master
context: hokusai
filters:
branches:
only: master
only_release: &only_release
context: hokusai
filte... | Update hokusai orb to v0.7.0 | Update hokusai orb to v0.7.0
| YAML | mit | artsy/metaphysics,mzikherman/metaphysics-1,mzikherman/metaphysics-1,mzikherman/metaphysics-1,artsy/metaphysics,mzikherman/metaphysics-1,artsy/metaphysics |
646bf3a4659048a1c725dcda469b33805b1123ff | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: continuumio/miniconda3:4.12.2
steps:
- checkout
- restore_cache:
key: deps-{{ .Branch }}-{{ checksum "setup.py" }}-{{ checksum "build_tools/circle/install.sh" }}
- run:
name: Install dependencies
command: |
... | version: 2
jobs:
build:
docker:
- image: continuumio/miniconda3:4.7.12.1
steps:
- checkout
- restore_cache:
key: deps-{{ .Branch }}-{{ checksum "setup.py" }}-{{ checksum "build_tools/circle/install.sh" }}
- run:
name: Install dependencies
command: |
... | Fix version number for circleCI | Fix version number for circleCI
| YAML | bsd-3-clause | scikit-optimize/scikit-optimize,scikit-optimize/scikit-optimize |
b043f642766d130ccc21274b38aa9b31b2437f95 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
haskell: haskell-works/haskell-build-2@1.6.17
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
context: haskell-ci
... | version: 2.1
orbs:
haskell: haskell-works/haskell-build-2@1.6.17
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
context: haskell-ci
... | Add fallback binary cache uri | Add fallback binary cache uri
| YAML | bsd-3-clause | haskell-works/hw-json |
383b4b85fe6999b4d71a140c74f55c1b9380516e | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: ruby:2.5.1
steps:
- checkout
- run:
name: Install and Update Packages
command: |
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
apt-get update && apt-get dist-upgrade -y
a... | version: 2
jobs:
build:
docker:
- image: ruby:2.6.0-preview2-stretch
steps:
- checkout
- run:
name: Install and Update Packages
command: |
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
apt-get update && apt-get dist-upgrade... | Update ruby Docker tag to v2.6.0-preview2-stretch | Update ruby Docker tag to v2.6.0-preview2-stretch | YAML | mit | tigefa/tigefa,tigefa/tigefa,tigefa/tigefa |
8b1939664c791a8e825a1a73f4bf7a416c86aa66 | playbooks/mos9_apply_patches.yml | playbooks/mos9_apply_patches.yml | ---
- hosts: env_{{ env_id }}
any_errors_fatal: true
vars:
steps: "apply_mu"
vars_files:
- "vars/common.yml"
- "vars/mos_releases/{{ mos_release }}.yml"
- "vars/steps/{{ steps }}.yml"
tasks:
- name: Check mos_realease is 9.x
fail:
msg: "[ERROR] This playbook can be ran onl... | ---
- hosts: env_{{ env_id }}
any_errors_fatal: true
vars:
steps: "apply_mu"
vars_files:
- "vars/common.yml"
- "vars/mos_releases/{{ mos_release }}.yml"
- "vars/steps/{{ steps }}.yml"
tasks:
- name: Check mos_realease is 9.x
fail:
msg: "[ERROR] This playbook can be ran onl... | Add APT update before apply patches | Add APT update before apply patches
| YAML | apache-2.0 | aepifanov/mos_mu,aepifanov/mos_mu |
4635cfc67f22936907a7213763a8ef24a2ee2a5a | releasenotes/notes/rehome-dhcpopts-apidef-389ab9d8935e5e0d.yaml | releasenotes/notes/rehome-dhcpopts-apidef-389ab9d8935e5e0d.yaml | ---
features:
- The ``extra_dhcp_opt`` API extension definition from ``neutron.extensions``
has been rehomed to ``netron_lib.api.definitions`` with the same name.
- A new validator ``validate_any_key_specs_or_none`` has been added for
the corresponding validation type ``type:list_of_any_key_specs_or_none``.... | ---
features:
- The ``extra_dhcp_opt`` API extension definition from ``neutron.extensions``
has been rehomed to ``neutron_lib.api.definitions`` with the same name.
- A new validator ``validate_any_key_specs_or_none`` has been added for
the corresponding validation type ``type:list_of_any_key_specs_or_none``... | Fix typo in release note for import path | Fix typo in release note for import path
Update a typo netron => neutron
TrivialFix
Change-Id: I30565897f2fffc4bd8d8e34e909f0a32c0eb9542
| YAML | apache-2.0 | openstack/neutron-lib,openstack/neutron-lib,openstack/neutron-lib,openstack/neutron-lib |
a84fcf94c45c8f81eb5da4360663265705b87287 | manifests/cf-manifest/operations.d/339-uaa-set-uaa-boshrelease.yml | manifests/cf-manifest/operations.d/339-uaa-set-uaa-boshrelease.yml | ---
- type: replace
path: /releases/name=uaa
value:
name: uaa
version: 0.1.3
url: https://s3-eu-west-1.amazonaws.com/gds-paas-build-releases/uaa-0.1.3.tgz
sha1: 19c75b5e1d0b5eaeaaa0ed937bee5f6bcf156e48
| ---
- type: replace
path: /releases/name=uaa
value:
name: uaa
version: 0.1.3
url: https://s3-eu-west-1.amazonaws.com/gds-paas-build-releases/paas-uaa-0.1.3.tgz
sha1: 83054dfa84e5ad1ed42684ec7be5d36e3f6ea842
| Update UAA to use our "fix" | Update UAA to use our "fix"
https://github.com/alphagov/paas-uaa/commit/f9705f0e3ed621cd7bc289261e69fc4cc9b9e611
Co-authored-by: Richard Towers <dea6bcce64167cabec9d879d2c344c48e1d2254e@digital.cabinet-office.gov.uk>
Co-authored-by: Toby Lorne <527052641d65eef236eeef9545b2acac74c35d57@digital.cabinet-office.gov.uk>
| YAML | mit | alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf |
5a98aab5143768e6c6eed2be30e453009092b35b | hieradata/class/integration/postgresql_primary.yaml | hieradata/class/integration/postgresql_primary.yaml | ---
lv:
postgresql:
pv:
- '/dev/sda1'
- '/dev/sdc1'
- '/dev/sde1'
vg: 'backups'
data:
pv: '/dev/sdd1'
vg: 'postgresql'
| ---
lv:
postgresql:
pv:
- '/dev/sda1'
- '/dev/sdc1'
- '/dev/sde1'
- '/dev/sdf1'
vg: 'backups'
data:
pv: '/dev/sdd1'
vg: 'postgresql'
| Add extra partition to integration postgres primary | Add extra partition to integration postgres primary
The bulk of this work was done in
https://github.com/alphagov/govuk-puppet/pull/4774 but integration had an
override file so the change needs to be present here too.
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
4c7cef2fef864ef033169c646600051daa22fdf5 | blueprints.yaml | blueprints.yaml | name: Antimatter
version: 1.1.3
description: "Antimatter is the default theme included with **Grav**"
icon: empire
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-theme-antimatter
keywords: antimatter, theme, core, modern, fast, responsive, html5, ... | name: Antimatter
version: 1.1.3
description: "Antimatter is the default theme included with **Grav**"
icon: empire
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-theme-antimatter
keywords: antimatter, theme, core, modern, fast, responsive, html5, ... | Move validation parameter inside the form | Bluprints: Move validation parameter inside the form
| YAML | mit | dedude/grav-theme-antimatter,getgrav/grav-theme-antimatter,dimayakovlev/grav-theme-antimatter,franzyke/senhri-website-theme,dimayakovlev/grav-theme-antimatter,getgrav/grav-theme-antimatter,getgrav/grav-theme-antimatter,franzyke/senhri-website-theme,getgrav/grav-theme-antimatter,dedude/grav-theme-antimatter,dedude/grav-... |
c946d9fd72baf08d0ad70484729e3aebac36994b | roles/controller/tasks/nova.yml | roles/controller/tasks/nova.yml | ---
- name: nova controller service start scripts
action: template src=etc/init/{{ item }}.conf dest=/etc/init/{{ item }}.conf
with_items:
- nova-api
- nova-cert
- nova-conductor
- nova-consoleauth
- nova-scheduler
- name: nova controller services
action: service name={{ item }} state=started... | ---
- name: nova controller service start scripts
action: template src=etc/init/{{ item }}.conf dest=/etc/init/{{ item }}.conf
with_items:
- nova-api
- nova-cert
- nova-conductor
- nova-consoleauth
- nova-scheduler
- name: nova controller services
action: service name={{ item }} state=started... | Remove unused 'obtain admin tenant-id' task. | Remove unused 'obtain admin tenant-id' task.
This task/var is no longer used after monitoring changes,
and was showing spurious changes in ansible runs.
| YAML | mit | davidcusatis/ursula,mjbrewer/ursula,jwaibel/ursula,msambol/ursula,pgraziano/ursula,rongzhus/ursula,andrewrothstein/ursula,j2sol/ursula,blueboxjesse/ursula,rongzhus/ursula,nirajdp76/ursula,channus/ursula,pbannister/ursula,zrs233/ursula,allomov/ursula,masteinhauser/ursula,blueboxgroup/ursula,blueboxgroup/ursula,channus/u... |
37475dd1d77b05681ef77ed271170603d71829e2 | src/Sylius/Bundle/ApiBundle/Resources/config/routing/order_item.yml | src/Sylius/Bundle/ApiBundle/Resources/config/routing/order_item.yml | # This file is part of the Sylius package.
# (c) Paweł Jędrzejewski
sylius_api_order_item_index:
path: /
methods: [GET]
defaults:
_controller: sylius.controller.order_item:indexAction
_sylius:
filterable: true
criteria:
order: $orderId
pag... | # This file is part of the Sylius package.
# (c) Paweł Jędrzejewski
sylius_api_order_item_index:
path: /
methods: [GET]
defaults:
_controller: sylius.controller.order_item:indexAction
_sylius:
filterable: true
criteria:
order: $orderId
pag... | Allow for updating order item | Allow for updating order item
| YAML | mit | videni/Sylius,mhujer/Sylius,martijngastkemper/Sylius,DorianCMore/Sylius,ReissClothing/Sylius,polisys/Sylius,starspire/eventmanager,jverdeyen-forks/Sylius,pjedrzejewski/Sylius,ravaj-group/Sylius,bitbager/Sylius,TeamNovatek/Sylius,Arminek/Sylius,SyliusBot/Sylius,foobarflies/Sylius,xantrix/Sylius,pjedrzejewski/Sylius,mbab... |
ee6527aa2e0e700ee3b585c0efb37c6266a58889 | templates/riak-cs-service.yml | templates/riak-cs-service.yml | name: riak-cs-service
director_uuid: (( merge ))
resource_pools: (( merge ))
networks: (( merge ))
jobs: (( merge ))
releases:
- name: riak-cs
version: latest
compilation:
workers: 2
network: riak-cs-network
reuse_compilation_vms: true
cloud_properties: (( resource_pools.[0].cloud_properties ))
update:
... | name: riak-cs-service
director_uuid: (( merge ))
resource_pools: (( merge ))
networks: (( merge ))
jobs: (( merge ))
releases:
- name: cf-riak-cs
version: latest
compilation:
workers: 2
network: riak-cs-network
reuse_compilation_vms: true
cloud_properties: (( resource_pools.[0].cloud_properties ))
update:... | Update name of release to have cf-prefix | Update name of release to have cf-prefix
In order to be consistent with other CF releases, e.g.:
https://github.com/cloudfoundry/cf-mysql-release/blob/master/templates/cf-mysql-template.yml | YAML | apache-2.0 | mikfreedman/cf-riak-cs-release,cloudfoundry/cf-riak-cs-release,datianshi/cf-riak-cs-release,datianshi/cf-riak-cs-release,mikfreedman/cf-riak-cs-release,datianshi/cf-riak-cs-release,datianshi/cf-riak-cs-release,mikfreedman/cf-riak-cs-release,cloudfoundry/cf-riak-cs-release,cloudfoundry/cf-riak-cs-release,mikfreedman/cf-... |
36ad38b1ce38bfb078a0529c0d23abc09a07a8ef | packages/fu/futhark-manifest.yaml | packages/fu/futhark-manifest.yaml | homepage: ''
changelog-type: markdown
hash: 04e6d261d7ca3de38b9a7cc7c98a3d35d6385db015fc9de5f6cd1d609df680b1
test-bench-deps:
base: '>=4 && <5'
text: '>=1.2.2.2'
quickcheck-instances: '>=0.3.27'
futhark-manifest: -any
tasty-quickcheck: -any
tasty-hunit: -any
tasty: -any
QuickCheck: '>=2.8'
maintainer: a... | homepage: ''
changelog-type: markdown
hash: d38398022482d4411fcef39b98dc56ae938fc1d1171cbc7bfc79399814f45f25
test-bench-deps:
base: '>=4 && <5'
text: '>=1.2.2.2'
quickcheck-instances: '>=0.3.27'
futhark-manifest: -any
tasty-quickcheck: -any
tasty-hunit: -any
tasty: -any
QuickCheck: '>=2.8'
maintainer: a... | Update from Hackage at 2021-12-19T12:51:01Z | Update from Hackage at 2021-12-19T12:51:01Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
463afd0a380b3f461533dc1ce2415e114962c5dc | packages/hl/hls-class-plugin.yaml | packages/hl/hls-class-plugin.yaml | homepage: https://github.com/haskell/haskell-language-server#readme
changelog-type: ''
hash: 02b3eb3ed57386a9e4c1fd49863efd619d2898a775fa162126921dd25e102a81
test-bench-deps: {}
maintainer: jjc9310@gmail.com
synopsis: Class/instance management plugin for Haskell Language Server
changelog: ''
basic-deps:
shake: -any
... | homepage: https://github.com/haskell/haskell-language-server#readme
changelog-type: ''
hash: 8114c8b6ccc33f7266fc6e670e4bfa1a8e936b043e483349bfc21b62510794c8
test-bench-deps:
lsp-test: -any
bytestring: -any
base: -any
text: -any
hls-class-plugin: -any
filepath: -any
hls-test-utils: ^>=1.0
lens: -any
l... | Update from Hackage at 2021-05-04T20:43:19Z | Update from Hackage at 2021-05-04T20:43:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ec5d6f0fffd71e3ae2cb95ead92a77b0442360f0 | node/package.yaml | node/package.yaml | ---
name: _rwstauner_run_control
version: 0.0.0
files: []
private: true
preferGlobal: true
peerDependencies:
# Let me play with Backbone in a terminal repl.
backbone: x
# cli app
bible: x
bower: x
# js utilities
js-beautify: x
jshint: x
jslint: x
jsonlint: x
# lesscss
#http://registry.npmj... | ---
name: _rwstauner_run_control
version: 0.0.0
files: []
private: true
preferGlobal: true
peerDependencies:
# Let me play with Backbone in a terminal repl.
backbone: x
# cli app
bible: x
bower: x
# js utilities
js-beautify: x
jshint: x
jslint: x
jsonlint: x
# lesscss
#http://registry.npmj... | Upgrade less css and requirejs | Upgrade less css and requirejs
| YAML | mit | rwstauner/run_control,rwstauner/run_control,rwstauner/run_control,rwstauner/run_control,rwstauner/run_control |
34ede2a87eb1dbb3a54f512e058ff5868208eb57 | pattern-1/integrator-ingress.yaml | pattern-1/integrator-ingress.yaml | # Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) 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 b... | # Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) 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 b... | Allow gateway to service http traffic | Allow gateway to service http traffic
| YAML | apache-2.0 | DilanUA/kubernetes-ei |
a76f079c67b57643e9fb6b34bc658dfcdfa4027c | packages/le/leanpub-concepts.yaml | packages/le/leanpub-concepts.yaml | homepage: https://github.com/typeclasses/leanpub
changelog-type: markdown
hash: 6aee30cef3dbc506e4815bb1cef2e973cd7a1c6fb6193f89a8e21ed6fa203d63
test-bench-deps: {}
maintainer: Chris Martin, Julie Moronuki
synopsis: Types for the Leanpub API
changelog: |
2019 Feb 3 - Initial release, v1.0.0.0
basic-deps:
bytestring... | homepage: https://github.com/typeclasses/leanpub
changelog-type: markdown
hash: 41f7eac5067c0136bbe540d5a92e51c4dcd7a8f6b6b71617c1655e08e58a1007
test-bench-deps: {}
maintainer: Chris Martin, Julie Moronuki
synopsis: Types for the Leanpub API
changelog: |
1.0.0.1 - 2019 Feb 3
* Add documentation
1.0.0.0 - 2019... | Update from Hackage at 2019-02-04T00:34:14Z | Update from Hackage at 2019-02-04T00:34:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b08a2be11d23a2e7347112b540d5caa23f63a02a | metadata/com.jens.automation2.yml | metadata/com.jens.automation2.yml | Categories:
- System
License: GPL-3.0-or-later
AuthorName: Jens Schröder
AuthorEmail: android-development@gmx.de
SourceCode: https://git.server47.de/jens/Automation
Donate: https://server47.de/donate.html
Bitcoin: bc1qf9hqymh0qeunvkj95jrl9vtagjsmxuc7c7dle5
AutoName: Automation
RepoType: git
Repo: https://git.server... | Categories:
- System
License: GPL-3.0-or-later
AuthorName: Jens Schröder
AuthorEmail: android-development@gmx.de
SourceCode: https://git.server47.de/jens/Automation
Donate: https://server47.de/donate.html
Bitcoin: bc1qf9hqymh0qeunvkj95jrl9vtagjsmxuc7c7dle5
AutoName: Automation
RepoType: git
Repo: https://git.server... | Update Automation to 1.6.24-apk (100) | Update Automation to 1.6.24-apk (100)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
18314e81a46299ddd3e16e5dce0b3027ed967eef | metadata/org.koitharu.kotatsu.yml | metadata/org.koitharu.kotatsu.yml | AntiFeatures:
- NonFreeNet
Categories:
- Reading
- Multimedia
License: GPL-3.0-or-later
AuthorName: Koitharu
SourceCode: https://github.com/nv95/Kotatsu
IssueTracker: https://github.com/nv95/Kotatsu/issues
Name: Kotatsu
RepoType: git
Repo: https://github.com/nv95/Kotatsu.git
Builds:
- versionName: 1.0.1
... | AntiFeatures:
- NonFreeNet
Categories:
- Reading
- Multimedia
License: GPL-3.0-or-later
AuthorName: Koitharu
SourceCode: https://github.com/nv95/Kotatsu
IssueTracker: https://github.com/nv95/Kotatsu/issues
Name: Kotatsu
AutoName: Kotatsu
RepoType: git
Repo: https://github.com/nv95/Kotatsu.git
Builds:
- versi... | Update CurrentVersion of Kotatsu to 1.0.1 (364) | Update CurrentVersion of Kotatsu to 1.0.1 (364)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ed72148c90f077bdd8d32625b4f4614d8ef9d3bb | metadata/org.woheller69.level.yml | metadata/org.woheller69.level.yml | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: woheller69
SourceCode: https://github.com/woheller69/level
IssueTracker: https://github.com/woheller69/level/issues
AutoName: Bubble
RepoType: git
Repo: https://github.com/woheller69/level
Builds:
- versionName: '1.0'
versionCode: 10
... | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: woheller69
SourceCode: https://github.com/woheller69/level
IssueTracker: https://github.com/woheller69/level/issues
AutoName: Bubble
RepoType: git
Repo: https://github.com/woheller69/level
Builds:
- versionName: '1.0'
versionCode: 10
... | Update Bubble to 1.2 (12) | Update Bubble to 1.2 (12)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ca0f204483f30c1731ef04d5d675324c112d9e35 | playbooks/roles/automated/defaults/main.yml | playbooks/roles/automated/defaults/main.yml | ---
#
# edX Configuration
#
# github: https://github.com/edx/configuration
# wiki: https://github.com/edx/configuration/wiki
# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
#
# Vars for role automat... | ---
#
# edX Configuration
#
# github: https://github.com/edx/configuration
# wiki: https://github.com/edx/configuration/wiki
# code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
#
# Vars for role automat... | Use relative path to role | Use relative path to role
| YAML | agpl-3.0 | EDUlib/configuration,mitodl/configuration,mitodl/configuration,stvstnfrd/configuration,EDUlib/configuration,edx/configuration,arbrandes/edx-configuration,appsembler/configuration,stvstnfrd/configuration,appsembler/configuration,appsembler/configuration,EDUlib/configuration,EDUlib/configuration,stvstnfrd/configuration,s... |
5046daee57a27589d1d9d506ffb92179ea99af22 | metadata/com.pierreduchemin.smsforward.yml | metadata/com.pierreduchemin.smsforward.yml | Categories:
- Phone & SMS
License: GPL-3.0-only
SourceCode: https://gitlab.com/pierreduchemin/smsforward
IssueTracker: https://gitlab.com/pierreduchemin/smsforward/issues
AutoName: SMS Forward
Description: |-
SMS Forward is a simple app that allows you to redirect SMS.
This application have been developed t... | Categories:
- Phone & SMS
License: GPL-3.0-only
SourceCode: https://gitlab.com/pierreduchemin/smsforward
IssueTracker: https://gitlab.com/pierreduchemin/smsforward/issues
AutoName: SMS Forward
Description: |-
SMS Forward is a simple app that allows you to redirect SMS.
This application have been developed t... | Update SMS Forward to 1.5.0 (12) | Update SMS Forward to 1.5.0 (12)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
24e13cacc72f14ab1af0d665ddaa2c6daada5187 | recipes/collection/meta.yaml | recipes/collection/meta.yaml | package:
name: collection
version: '2016_01'
# https://github.com/ericdill/conda-prescriptions/blob/add-dp-v0.2.2/beamline-environments/proposed-deployment-strategy.rst
build:
number: 0
requirements:
run:
- bluesky
- ophyd
- xray_vision
- pyolog | package:
name: collection
version: '2016_01'
# https://github.com/ericdill/conda-prescriptions/blob/add-dp-v0.2.2/beamline-environments/proposed-deployment-strategy.rst
build:
number: 0
requirements:
run:
- analysis ==2016_01
- bluesky
- ophyd
- xray_vision
- pyolog | Add analysis and pin to 2016_01 cycle | Add analysis and pin to 2016_01 cycle
| YAML | bsd-3-clause | NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes |
d371de96883ddf84acebd5607ca038020f3febc8 | models/official/detection/configs/yaml/retinanet_autoaugment.yaml | models/official/detection/configs/yaml/retinanet_autoaugment.yaml | # ---------- TRAINING PARAMETERS ----------
# AutoAugment achieves best results when trained for long and when not using a pretrained
# checkpoint for the backbone.
# Right now the code uses a pretrained checkpoint, but a future version will change this.
# To train the ResNet 101 or ResNet 200 version, simply change th... | # ---------- TRAINING PARAMETERS ----------
# AutoAugment achieves best results when trained for long and when not using a pretrained
# checkpoint for the backbone.
# Right now the code uses a pretrained checkpoint, but a future version will change this.
# To train the ResNet 101 or ResNet 200 version, simply change th... | Update AutoAugment config to use scale augmentation to match performance of paper. | Update AutoAugment config to use scale augmentation to match performance of
paper.
PiperOrigin-RevId: 289917682
| YAML | apache-2.0 | tensorflow/tpu,tensorflow/tpu,tensorflow/tpu,tensorflow/tpu |
2ce63266b7adcae1f2d5c0cc26b477ed70f7140b | dependencies.yml | dependencies.yml | yum:
groups:
- Development Tools
- development-libs
packages:
- zlib-devel
- openssl-devel
- libffi
- sqlite-devel
- git
- curl-devel
- wget
- nano
- mod_ssl
- openssl
- gcc
- ruby-devel
- libxml2
- libxml2-devel
- libxslt
- libxslt-devel
tarba... | yum:
groups:
- Development Tools
- development-libs
packages:
- zlib-devel
- openssl-devel
- libffi
- sqlite-devel
- git
- curl-devel
- wget
- nano
- mod_ssl
- openssl
- gcc
- ruby-devel
- libxml2
- libxml2-devel
- libxslt
- libxslt-devel
tarba... | Update chef version to x64, centos7 v | Update chef version to x64, centos7 v
| YAML | mit | assignittous/mise-en-place |
a08532dc17eaae4733ba5adf5cb299097624f3a7 | metadata/de.kaffeemitkoffein.tinyweatherforecastgermany.yml | metadata/de.kaffeemitkoffein.tinyweatherforecastgermany.yml | Categories:
- Internet
License: GPL-3.0-or-later
AuthorName: Pawel Dube
SourceCode: https://codeberg.org/Starfish/TinyWeatherForecastGermany
IssueTracker: https://codeberg.org/Starfish/TinyWeatherForecastGermany/issues
AutoName: Tiny Weather Forecast Germany
RepoType: git
Repo: https://codeberg.org/Starfish/TinyWea... | Categories:
- Internet
License: GPL-3.0-or-later
AuthorName: Pawel Dube
SourceCode: https://codeberg.org/Starfish/TinyWeatherForecastGermany
IssueTracker: https://codeberg.org/Starfish/TinyWeatherForecastGermany/issues
AutoName: Tiny Weather Forecast Germany
RepoType: git
Repo: https://codeberg.org/Starfish/TinyWea... | Update Tiny Weather Forecast Germany to 0.52.2 (15) | Update Tiny Weather Forecast Germany to 0.52.2 (15)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
41feb089d1c2cbccd40a1bc1f705f86183c15ab2 | environment.yaml | environment.yaml | # conda environment file for tilezilla
name: tilezilla
channels:
# they nicely build rasterio for us
- conda-forge
dependencies:
# base
- numpy>=1.10.0
# geographic data packages
- rasterio>=0.31.0
- gdal
- shapely>=1.5.13
- netcdf4
# database
- sqlalchemy
# config file
... | # conda environment file for tilezilla
name: tilezilla
channels:
# they nicely build rasterio for us
- conda-forge
dependencies:
# base
- numpy>=1.10.0
# geographic data packages
- rasterio>=0.31.0
- gdal
- shapely>=1.5.13
- netcdf4
# database
- sqlalchemy
# config file
... | Add clover deps back into conda env | Add clover deps back into conda env
| YAML | bsd-3-clause | ceholden/landsat_tiles,ceholden/tilezilla,ceholden/landsat_tile,ceholden/landsat_tile,ceholden/landsat_tiles |
d83f532014f51794ee519b42a704b9977e2ac34c | roles/languages/defaults/main.yml | roles/languages/defaults/main.yml | ---
pyenv_version: 'v1.1.1'
pyenv_venv_version: 'v1.0.0'
python_installs:
- 2.7.13
- 3.5.3
- 3.6.1
rbenv_version: 'master'
rbenv_build_version: 'v20150818'
ruby_installs:
- 2.2.2
| ---
pyenv_version: 'v1.1.5'
pyenv_venv_version: 'v1.1.1'
python_installs:
- 2.7.14
- 3.5.4
- 3.6.3
rbenv_version: 'master'
rbenv_build_version: 'v20150818'
ruby_installs:
- 2.2.2
| Update pyenv and python versions | Update pyenv and python versions
| YAML | mit | ryansb/workstation,ryansb/workstation,ryansb/workstation |
711d939da1d91a4d83d4214f6d9faa1e74e02e82 | config/jobs/kubernetes-sigs/kube-scheduler-simulator/kube-scheduler-simulator-presubmits-test-backend.yaml | config/jobs/kubernetes-sigs/kube-scheduler-simulator/kube-scheduler-simulator-presubmits-test-backend.yaml | # sigs.k8s.io/kube-scheduler-simulator presubmits
presubmits:
kubernetes-sigs/kube-scheduler-simulator:
- name: pull-kube-scheduler-simulator-backend-unit-test
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-kube-scheduler-simulator-backend-unit-test
decorate: true
p... | # sigs.k8s.io/kube-scheduler-simulator presubmits
presubmits:
kubernetes-sigs/kube-scheduler-simulator:
- name: pull-kube-scheduler-simulator-backend-unit-test
annotations:
testgrid-dashboards: sig-scheduling
testgrid-tab-name: pull-kube-scheduler-simulator-backend-unit-test
decorate: true
p... | Update go version to v1.19 | Update go version to v1.19 | YAML | apache-2.0 | cblecker/test-infra,michelle192837/test-infra,cjwagner/test-infra,cjwagner/test-infra,cblecker/test-infra,cjwagner/test-infra,jessfraz/test-infra,BenTheElder/test-infra,cblecker/test-infra,cjwagner/test-infra,BenTheElder/test-infra,dims/test-infra,dims/test-infra,dims/test-infra,michelle192837/test-infra,cblecker/test-... |
e6e20151fb892e8244a25b537fedb81101a6f348 | roles/web/tasks/setup_openbr.yml | roles/web/tasks/setup_openbr.yml | ---
- name: Install OpenBR/OpenCV Headers, Libraries
copy: src=files/openbr/usr/ dest=/usr
- name: Install OpenBR Python Wrapper
copy: src=files/openbr/brpy dest=/webapps/vida/local/lib/python2.7/site-packages
| ---
- name: Install OpenBR/OpenCV Headers, Libraries
copy: src=files/openbr/usr/ dest=/usr mode=a+rx
- name: Install OpenBR Python Wrapper
copy: src=files/openbr/brpy dest=/webapps/vida/local/lib/python2.7/site-packages
| Set execute file permissions on openbr files | Set execute file permissions on openbr files
| YAML | mit | ROGUE-JCTD/vida-ansible,ROGUE-JCTD/vida-ansible,ROGUE-JCTD/vida-ansible,ROGUE-JCTD/vida-ansible,ROGUE-JCTD/vida-ansible,ROGUE-JCTD/vida-ansible,ROGUE-JCTD/vida-ansible,ROGUE-JCTD/vida-ansible |
c3c5ff6e6c5a6a00e8d1c9ed5bb0307384a83edc | config/prow/cluster/monitoring/kube-state-metrics_servicemonitors.yaml | config/prow/cluster/monitoring/kube-state-metrics_servicemonitors.yaml | apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
app.kubernetes.io/name: kube-state-metrics
app.kubernetes.io/version: 1.9.7
name: kube-state-metrics
namespace: prow-monitoring
spec:
endpoints:
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
bearer... | apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
app.kubernetes.io/name: kube-state-metrics
app.kubernetes.io/version: 1.9.7
app: kube-state-metrics
name: kube-state-metrics
namespace: prow-monitoring
spec:
endpoints:
- bearerTokenFile: /var/run/secrets/kubernetes.io/ser... | Add 'app:' label so that prometheus can access its metrics | kube-state-metrics: Add 'app:' label so that prometheus can access its metrics
| YAML | apache-2.0 | dims/test-infra,monopole/test-infra,dims/test-infra,monopole/test-infra,cjwagner/test-infra,jessfraz/test-infra,fejta/test-infra,monopole/test-infra,cblecker/test-infra,dims/test-infra,BenTheElder/test-infra,kubernetes/test-infra,BenTheElder/test-infra,kubernetes/test-infra,cjwagner/test-infra,cjwagner/test-infra,BenTh... |
10059ea3c09330a82fa6e2aef3c33a7998137e0b | scripts/people/ChrisKnepper.yaml | scripts/people/ChrisKnepper.yaml | # Hi! I am ChrisKnepper
- blog: http://beta.chrisknepper.com/blog
feed: http://beta.chrisknepper.com/feed
forges:
- http://github.com/chrisknepper
irc: ChrisKnepper
name: Chris Knepper
rit_dce: cxk1108
litreview1: http://beta.chrisknepper.com/2013/09/the-success-of-open-source-succeeds/
quiz1: http:/... | # Hi! I am ChrisKnepper
- blog: http://beta.chrisknepper.com/blog
feed: http://beta.chrisknepper.com/feed
forges:
- http://github.com/chrisknepper
irc: ChrisKnepper
name: Chris Knepper
rit_dce: cxk1108
litreview1: http://beta.chrisknepper.com/2013/09/the-success-of-open-source-succeeds/
quiz1: http:/... | Add Commarch info (report, presentation, team) | Add Commarch info (report, presentation, team)
| YAML | apache-2.0 | decause/hflossk,decause/hflossk |
68c35b8ab20d7d22a74bcd216a580a80a468408f | roles/jekyll_site/tasks/main.yml | roles/jekyll_site/tasks/main.yml | ---
- name: Install dependencies
xbps: name={{ item }} state=present
with_items:
- ruby
- ruby-devel
- nodejs
- base-devel
- git
- name: Install firewall rules
copy: src=jekyll.rules dest=/etc/iptables.d/jekyll.rules owner=root group=root mode=0640
notify:
- iptables
- name: Install Jekyll
gem: ... | ---
- name: Install dependencies
xbps: name={{ item }} state=present
with_items:
- ruby
- ruby-devel
- nodejs
- base-devel
- git
- name: Install firewall rules
copy: src=jekyll.rules dest=/etc/iptables.d/jekyll.rules owner=root group=root mode=0640
notify:
- iptables
- name: Install Jekyll
gem: ... | Set correct mode on jekyll_site | Set correct mode on jekyll_site
| YAML | isc | the-maldridge/cv_config,the-maldridge/cv_config,tdorianh/cv_config,dinoocch/cv_config,collegiumv/cv_config,m-wynn/cv_config,collegiumv/cv_config,tdorianh/cv_config,m-wynn/cv_config,dinoocch/cv_config |
9172dfd944f39cc8f1b1606b87e27027c618ba8e | src/eXpansion/Bundle/MxKarma/Resources/translations/messages.en.yml | src/eXpansion/Bundle/MxKarma/Resources/translations/messages.en.yml | expansion_mxkarma:
chat:
votechanged: '|info| {info}Vote updated.'
votesloaded: '|info| {info}MxKarma for the map is {variable}%total%{info}, with {variable}%positive% {info}positive and {variable}%negative% {info}negative votes.'
config:
enabled:
name: 'Enabled'
desc... | expansion_mxkarma:
chat:
votechanged: '|info| {info}Vote updated.'
votesloaded: '|info| {info}MxKarma for the map is {variable}%total%{info}, with {variable}%positive% {info}positive and {variable}%negative% {info}negative votes.'
config:
enabled:
name: 'Enabled'
desc... | Fix MxKarma missing configuration translation. | Fix MxKarma missing configuration translation.
| YAML | mit | eXpansionPluginPack/eXpansion2,eXpansionPluginPack/eXpansion2,eXpansionPluginPack/eXpansion2 |
5a62b2e7ba8852576cf5444c553a901854b0529c | modules/openstack_project/files/jenkins_job_builder/config/murano.yaml | modules/openstack_project/files/jenkins_job_builder/config/murano.yaml | - job:
name: gate-murano-devstack-dsvm
node: devstack-precise
wrappers:
- timeout:
timeout: 65
fail: true
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=tru... | - job:
name: gate-murano-devstack-dsvm
node: devstack-precise
wrappers:
- timeout:
timeout: 65
fail: true
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=tru... | Update Murano gate job config | Update Murano gate job config
Changes:
* Removed deprecated repos from the projects list:
there were lots of Murano repos in use, but during the last release cycle
we decided to deprecate almost all of them and move all the funcionality
to murano-api repo.
* Enabled murano-engine service
Change-Id: I4e007416d20... | YAML | apache-2.0 | coolsvap/project-config,coolsvap/project-config,openstack-infra/project-config,citrix-openstack/project-config,osrg/project-config,noorul/os-project-config,Tesora/tesora-project-config,Tesora/tesora-project-config,open-switch/infra_project-config,anbangr/osci-project-config,dongwenjuan/project-config,anbangr/osci-proje... |
7a78b21a1400e083972ff6dd095469b43abf307e | packages/re/resolve-trivial-conflicts.yaml | packages/re/resolve-trivial-conflicts.yaml | homepage: https://github.com/ElastiLotem/resolve-trivial-conflicts
changelog-type: ''
hash: 8751196b2f51f916e9241cde93f5cbe38e9f6b0077befbe193211716e2aab03c
test-bench-deps: {}
maintainer: eyal.lotem@gmail.com
synopsis: Remove trivial conflict markers in a git repository
changelog: ''
basic-deps:
unix: ! '>=2.7'
ba... | homepage: https://github.com/ElastiLotem/resolve-trivial-conflicts
changelog-type: ''
hash: 35d15ecacf5e6cee5bc22ba669deaa589635e691c9077c55511e23ff3ff38e29
test-bench-deps: {}
maintainer: eyal.lotem@gmail.com
synopsis: Remove trivial conflict markers in a git repository
changelog: ''
basic-deps:
unix: ! '>=2.7'
ba... | Update from Hackage at 2015-12-24T22:53:58+0000 | Update from Hackage at 2015-12-24T22:53:58+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
2a89a5f0fdd767cc8fddb04aed42a7e4412d9fb9 | .github/workflows/prettier.yml | .github/workflows/prettier.yml | name: Prettier CI
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
# Push events on development branch
- develop
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
# Make sure ... | name: Prettier CI
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
# Push events on development branch
- develop
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
# Make sure ... | Fix syntax error in Prettier CI config | Fix syntax error in Prettier CI config
Signed-off-by: Roger Sheen <a61a1add71dadc74037ae5e44ee30713db9a7451@infotexture.net>
| YAML | apache-2.0 | dita-ot/docs |
253a0eff57d0db615101d50678788dede6c885fe | conda-forge.yml | conda-forge.yml | max_py_ver: '37'
max_r_ver: '35'
provider:
win: azure
| max_py_ver: '37'
max_r_ver: '35'
| Revert "trying azure instead of appveyor" | Revert "trying azure instead of appveyor"
This reverts commit a4455500f611687332aebecea000bd3d39304dcc.
| YAML | bsd-3-clause | ReimarBauer/staged-recipes,ocefpaf/staged-recipes,birdsarah/staged-recipes,SylvainCorlay/staged-recipes,stuertz/staged-recipes,patricksnape/staged-recipes,chrisburr/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,Juanlu001/staged-recipes,goanpeca/staged-recipes,petrushy/stage... |
1968164e0323eb4b026cf46dd9262f0a84ebee65 | packages/tr/tree-sitter-json.yaml | packages/tr/tree-sitter-json.yaml | homepage: https://github.com/tree-sitter/haskell-tree-sitter/tree/master/tree-sitter-json
changelog-type: markdown
hash: acace225905971aca81ea09d5c7830ec92d4ac519e34c464bb879b35e69cf8cd
test-bench-deps: {}
maintainer: vera@github.com
synopsis: Tree-sitter grammar/parser for JSON
changelog: |
# 0.3.0.0
- Defines AS... | homepage: https://github.com/tree-sitter/haskell-tree-sitter/tree/master/tree-sitter-json
changelog-type: markdown
hash: f993abbc645154babbddd0411363d741e936bc6b400f940d12dbfa4e4220aec2
test-bench-deps: {}
maintainer: vera@github.com
synopsis: Tree-sitter grammar/parser for JSON
changelog: |
# 0.3.0.0
- Defines AS... | Update from Hackage at 2019-11-20T22:31:18Z | Update from Hackage at 2019-11-20T22:31:18Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5b76031c2d5e88df1276f3a627d12615372b2746 | config/jobs/kubernetes/sig-scalability/sig-scalability-golang.yaml | config/jobs/kubernetes/sig-scalability/sig-scalability-golang.yaml | periodics:
- name: ci-build-and-push-k8s-at-golang-tip
interval: 8h
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
annotations:
testgrid-dashboards: sig-scalability-golang
testgrid-tab-name: build-and-push-k8s-at-golang-tip
spec:
containers:
- image: gcr.io/k8s-test... | periodics:
- name: ci-build-and-push-k8s-at-golang-tip
interval: 8h
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
annotations:
testgrid-dashboards: sig-scalability-golang
testgrid-tab-name: build-and-push-k8s-at-golang-tip
spec:
containers:
- image: gcr.io/k8s-test... | Fix k8s commit hash in ci-build-and-push-k8s-at-golang-tip job | Fix k8s commit hash in ci-build-and-push-k8s-at-golang-tip job
| YAML | apache-2.0 | dims/test-infra,BenTheElder/test-infra,brahmaroutu/test-infra,ixdy/kubernetes-test-infra,pwittrock/test-infra,pwittrock/test-infra,kubernetes/test-infra,BenTheElder/test-infra,cblecker/test-infra,michelle192837/test-infra,cjwagner/test-infra,cjwagner/test-infra,monopole/test-infra,cjwagner/test-infra,dims/test-infra,fe... |
94df0583f54208fbde988da8c0f1a9aab0084262 | packages/fi/filelock.yaml | packages/fi/filelock.yaml | homepage: http://github.com/takano-akio/filelock
changelog-type: ''
hash: 54bc8cdbd7954af17ffba31b11f72345169d6c0d2fea65416ddd051500b4bfa2
test-bench-deps:
base: -any
process: -any
async: -any
filelock: -any
maintainer: aljee@hyper.cx
synopsis: Portable interface to file locking (flock / LockFileEx)
changelog: ... | homepage: http://github.com/takano-akio/filelock
changelog-type: ''
hash: 3f5fbd6a3715df07f4efdc678d22bc4925f48f0bd6837cd0b7974d99b7f1ced6
test-bench-deps:
base: -any
process: -any
async: -any
filelock: -any
maintainer: tak@anoak.io
synopsis: Portable interface to file locking (flock / LockFileEx)
changelog: ''... | Update from Hackage at 2017-08-04T16:19:55Z | Update from Hackage at 2017-08-04T16:19:55Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
18effd3d2f0470638daa8b6151df6a014af75c6c | packages/gi/git-date.yaml | packages/gi/git-date.yaml | homepage: https://github.com/singpolyma/git-date-haskell
changelog-type: ''
hash: 6f13d834dba522a83ec07cb361a1b8fe2412c738293a1ddcfe6f727376c0b1d1
test-bench-deps:
bytestring: -any
test-framework: -any
base: ==4.*
time: -any
test-framework-quickcheck2: -any
utf8-string: -any
old-locale: -any
QuickCheck:... | homepage: https://github.com/singpolyma/git-date-haskell
changelog-type: ''
hash: 9547d37a9d68dec71f8a61207b717d08f0b2d42575468491d0a7ffd5f17b27df
test-bench-deps:
bytestring: -any
test-framework: -any
base: ==4.*
time: -any
test-framework-quickcheck2: -any
utf8-string: -any
old-locale: -any
QuickCheck:... | Update from Hackage at 2018-06-03T00:08:46Z | Update from Hackage at 2018-06-03T00:08:46Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5c3198e328ce223b43c8769f489cbf95994bf8a6 | config/site.yml | config/site.yml | generation:
paginated_posts: true
day_archives: false
date_formats:
month: '%B %Y'
paths:
archives: 'interviews'
posts: 'interviews'
categories: 'categories'
layouts:
posts: 'interviews'
category: 'interviews'
year_archives: 'interviews'
month_archives: 'interviews'
pagination:
per_page: 15
c... | generation:
paginated_posts: true
day_archives: false
date_formats:
month: '%B %Y'
paths:
archives: 'interviews'
posts: 'interviews'
categories: 'categories'
layouts:
posts: 'interviews'
category: 'interviews'
year_archives: 'interviews'
month_archives: 'interviews'
pagination:
per_page: 15
c... | Add both atom and json as feed formats. | Add both atom and json as feed formats.
| YAML | mit | waferbaby/usesthis,ivuk/usesthis,waferbaby/usesthis,ivuk/usesthis |
3f701f2adb623d094739d6d392750da20fc71aa1 | spec/fixtures/example_schema.yml | spec/fixtures/example_schema.yml | ---
schema-id: ee6da70e5ba01fec
predicates:
v0:
time-before: Date
time-after: Date
blobby: Binary
stringy: String
booleany: Boolean
| ---
schema-id: ee6da70e5ba01fec
predicates:
v0:
time-before: DateTime
time-after: DateTime
blobby: Binary
stringy: String
booleany: Boolean
| Change Date type to DateTime | Change Date type to DateTime
| YAML | mit | cryptosphere/boulangerie,cryptosphere/boulangerie |
daf2233eaaf1350ba18105686681355abdc0584f | packages/ds/dsc.yaml | packages/ds/dsc.yaml | homepage: https://github.com/qoelet/dsc#readme
changelog-type: ''
hash: 5e40592e0c2383a689e4401f612965d4196ae9ebfa3b85ed3308a1dce395c00a
test-bench-deps:
bytestring: -any
base: ! '>=4.7 && <5'
base64-bytestring: -any
hspec: ==2.*
SimpleAES: -any
QuickCheck: -any
string-conversions: -any
maintainer: Kenny ... | homepage: https://github.com/qoelet/dsc#readme
changelog-type: ''
hash: 1be5abc2f900591006f2f6fa050565354c6056ded5b490c9be42fe90d7c0d4b6
test-bench-deps:
bytestring: -any
base: ! '>=4.7 && <5'
base64-bytestring: -any
hspec: ==2.*
SimpleAES: -any
QuickCheck: -any
string-conversions: -any
maintainer: Kenny ... | Update from Hackage at 2017-03-21T19:13:32Z | Update from Hackage at 2017-03-21T19:13:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2f54c22a4ed9478d0ffebdbaa1fbb787cbec78ee | appveyor.yml | appveyor.yml | os: Windows Server 2012 R2
build_script:
- build.cmd Test quick
test: off
deploy: off
shallow_clone: true
| image: Visual Studio 2017
build_script:
- build.cmd Test quick
test: off
deploy: off
shallow_clone: true
| Use VS 2017 in AppVeyor | Use VS 2017 in AppVeyor
| YAML | mit | shaia/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics |
19063f32fc607af2955fd80cca74227f8e01bf0e | jenkins/ci.suse.de/templates/cloud-mkcloud-job-upgrade-disruptive-template.yaml | jenkins/ci.suse.de/templates/cloud-mkcloud-job-upgrade-disruptive-template.yaml | - job-template:
name: 'cloud-mkcloud{version}-job-upgrade-disruptive-{arch}'
node: cloud-trigger
disabled: '{obj:disabled}'
triggers:
- timed: '32 22 * * *'
logrotate:
numToKeep: -1
daysToKeep: 7
builders:
- trigger-builds:
- project: openstack-mkcloud
... | - job-template:
name: 'cloud-mkcloud{version}-job-upgrade-disruptive-{arch}'
node: cloud-trigger
disabled: '{obj:disabled}'
triggers:
- timed: '32 22 * * *'
logrotate:
numToKeep: -1
daysToKeep: 7
builders:
- trigger-builds:
- project: openstack-mkcloud
... | Raise the number of disks so that default swift replica count can be correct | Raise the number of disks so that default swift replica count can be correct
The job fails because of number of swift replicas is bigger than number of disks
See https://ci.suse.de/job/openstack-mkcloud/57546/consoleText
| YAML | apache-2.0 | SUSE-Cloud/automation,aspiers/automation,vmoravec/automation,aspiers/automation,vmoravec/automation,gosipyan/automation,aspiers/automation,gosipyan/automation,gosipyan/automation,SUSE-Cloud/automation,gosipyan/automation,vmoravec/automation,SUSE-Cloud/automation,SUSE-Cloud/automation,vmoravec/automation,aspiers/automat... |
340e26f5f906887ca14b139c0f2e0881466c61a4 | provisioning/playbook.yml | provisioning/playbook.yml | ---
# This playbook is for provisioning on a Linode box. It should be at least a Linode 2048 box and have
# 64 bit Ubuntu 12.04 LTS with 256 MB swap (I think).
# To run:
# cd provisioning
# ansible-playbook -i hosts playbook.yml
#
- hosts: all
sudo: true
# Uncomment the user line below if you are using this playbook ... | ---
# This playbook is for provisioning on a Linode box. It should be at least a Linode 2048 box and have
# 64 bit Ubuntu 12.04 LTS with 256 MB swap (I think).
# To run:
# cd provisioning
# ansible-playbook -i hosts playbook.yml
#
- hosts: all
sudo: true
user: root
roles:
- morph-app
| Remove comments that aren't true anymore | Remove comments that aren't true anymore
| YAML | agpl-3.0 | openaustralia/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,openaustralia/morph |
84283c3e0b7a8eca77ca55520a63ecf4413709f9 | roles/utils/vars/main.yml | roles/utils/vars/main.yml | ---
packages:
- at
- bmon
- byobu #For remove-old-kernels
- git
- gnupg
- gparted
- htop
- iotop
- lftp
- most
- mtr
- ncdu
- openssl
- preload
- pv
- pydf
- ranger
- rsync
- screenfetch
- task-spooler
- tlp
- tlp-rdw
- tmux
- tree
- undistract-me
packages_arch:
- ... | ---
packages:
- at
- bmon
- byobu #For remove-old-kernels
- git
- gnupg
- gparted
- htop
- incron
- iotop
- lftp
- most
- mtr
- ncdu
- openssl
- preload
- pv
- pydf
- ranger
- rsync
- screenfetch
- task-spooler
- tlp
- tlp-rdw
- tmux
- tree
- undistract-me
packages... | Add incron package in utils role | Add incron package in utils role
| YAML | apache-2.0 | mansonjesus/ansible-playbooks |
78147fbabff3bfe10cbe724b3c69fe7e2ac41d9a | .forestry/front_matter/templates/artwork.yml | .forestry/front_matter/templates/artwork.yml | ---
label: artwork
hide_body: false
is_partial: false
fields:
- name: date
default: 2016-06-01 03:40:12 +0000
label: Date
type: datetime
hidden: false
- name: featuredimage
default: "/uploads/600-6.jpg"
label: Featuredimage
type: file
hidden: false
- name: title
default: hola victor
label: Title
t... | ---
label: artwork
hide_body: false
is_partial: false
fields:
- name: date
default: 2016-06-01 03:40:12 +0000
label: Date
type: datetime
hidden: false
- name: featuredimage
default: "/uploads/600-6.jpg"
label: Featuredimage
type: file
hidden: false
- name: title
default: hola victor
label: Title
t... | Update from Forestry.io - Created nemotecnia.md | Update from Forestry.io - Created nemotecnia.md | YAML | mit | aficiomaquinas/juan-pablo-villegas,onep/juan-pablo-villegas,aficiomaquinas/juan-pablo-villegas,onep/juan-pablo-villegas,onep/juan-pablo-villegas,aficiomaquinas/juan-pablo-villegas,aficiomaquinas/juan-pablo-villegas,onep/juan-pablo-villegas |
fdaca5c023d1ef9020eba8f38c9c8932818bea26 | .forestry/front_matter/templates/episode.yml | .forestry/front_matter/templates/episode.yml | ---
label: Episode
hide_body: false
display_field: Number
fields:
- type: text
name: Category
label: Season
config:
required: true
- type: text
name: Number
label: Number
config:
required: true
- type: text
name: Title
label: Title
config:
required: true
- type: text
name: Subtitle
lab... | ---
label: Episode
hide_body: false
display_field: Number
fields:
- type: text
name: Category
label: Season
config:
required: true
- type: text
name: Number
label: Number
config:
required: true
- type: text
name: Title
label: Title
config:
required: true
- type: text
name: Subtitle
lab... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | WinningSlowly/winningslowly.org,WinningSlowly/winningslowly.org,WinningSlowly/winningslowly.org |
6665be92c5f9da47f9ae49342768e87cd21b772d | packages/fi/fib.yaml | packages/fi/fib.yaml | homepage: https://github.com/chessai/fib
changelog-type: markdown
hash: 29347a6b1ca2d76a1235b3b001730f5ac8d83f9db07cd2f1ee91cb83edd11128
test-bench-deps: {}
maintainer: chessai <chessai1996@gmail.com>
synopsis: fibonacci algebra
changelog: |-
# Changelog
`fib` uses [PVP Versioning][1].
The changelog is available... | homepage: https://github.com/chessai/fib
changelog-type: markdown
hash: 908695e8f5089f0b9ad05ba663a407c269c0553e9cd913a64f1b2543238427de
test-bench-deps: {}
maintainer: chessai <chessai1996@gmail.com>
synopsis: fibonacci algebra
changelog: |-
# Changelog
`fib` uses [PVP Versioning][1].
The changelog is available... | Update from Hackage at 2019-03-02T19:52:55Z | Update from Hackage at 2019-03-02T19:52:55Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
765b870eaba80b687c4ca4d228230a185029cabf | pay_ios/pubspec.yaml | pay_ios/pubspec.yaml | name: pay_ios
description: A plug-in to add support for payment wallets on the iOS side on Flutter applications.
version: 1.0.0-beta.1
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: TBA
environment:
sdk: ^2.12.0
flutter: ^2.0.0
flutter:
plugin:
platforms:
ios:
pluginClass: PayPl... | name: pay_ios
description: A plug-in to add support for payment wallets on the iOS side on Flutter applications.
version: 1.0.0-beta.1
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: TBA
environment:
sdk: ^2.12.0
flutter: ^2.0.0
flutter:
plugin:
platforms:
ios:
pluginClass: PayPl... | Remove the assets folder from the iOS end | Remove the assets folder from the iOS end
| YAML | apache-2.0 | google-pay/flutter-plugin,google-pay/flutter-plugin,google-pay/flutter-plugin,google-pay/flutter-plugin,google-pay/flutter-plugin |
12c05777636ddc0dfdfad66db8094ce8978ba6cd | _data/settings.yml | _data/settings.yml | title: Lagrange
tagline: a minimalist Jekyll theme
# Authors documented under _data
# Change to true for Disqus comments
disqus:
comments: false
disqus_shortname: 'https-lenpaul-github-io-lagrange'
google-ID: 'UA-80213386-1'
menu:
- {name: 'About', url: 'about.html'}
- {name: 'Writing', url: 'writing.html'}
-... | title: Lagrange
tagline: a minimalist Jekyll theme
# Authors documented under _data
# Change to true for Disqus comments
disqus:
comments: false
disqus_shortname: 'https-lenpaul-github-io-lagrange'
google-ID: 'UA-80213386-1'
menu:
- {name: 'About', url: 'about.html'}
- {name: 'Writing', url: 'writing.html'}
-... | Revert "Atom feed URL update" | Revert "Atom feed URL update"
This reverts commit 3899f8829f33ce4e216c4fa5fb4f3317ef7839ea.
| YAML | mit | cmnord/cmnord.github.io,LeNPaul/Lagrange,gurcangulec/gurcangulec.github.io,lizeyuyuz/lizeyu,chunjy92/chunjy92.github.io,alloutcn/hzy,AlexeyKalina/AlexeyKalina.github.io,AlexeyKalina/AlexeyKalina.github.io,cmnord/cmnord.github.io,xunyss/xunyss.github.io,fatik/fatik.github.io,hanezu/hanezu.github.io,gfarfanb/way-of-the-d... |
b6e1ccb1bb3512e0ba98a4723e9e33e421ac0f71 | .travis.yml | .travis.yml | language: php
sudo: false
matrix:
include:
- php: hhvm
- php: 5.4
- php: 5.5
- php: 5.6
env: deps=high
- php: 5.6
env: deps=low
- php: 7
fast_finish: true
env:
global:
- deps=high
cache:
directories:
- $HOME/.composer/cache/files
before_script:
- composer... | language: php
sudo: false
matrix:
include:
- php: hhvm
- php: 5.4
- php: 5.5
- php: 5.6
env: deps=high
- php: 5.6
env: deps=low
- php: 7
fast_finish: true
env:
global:
- deps=high
cache:
directories:
- $HOME/.composer/cache/files
before_install:
- compose... | Update composer before installing dependencies | Update composer before installing dependencies
| YAML | mit | CustomScripts/HelpDeskBundle,CustomScripts/HelpDeskBundle |
9731f9b9e76eff60de6e0c6b8a61520402e88170 | .travis.yml | .travis.yml | rvm:
- 2.2.9
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
addons:
firefox: latest
# whitelist
branches:
only:
- master
gemfile:
- gemfiles/rails_5_2.gemfile
- gemfiles/rails_5_1.gemfile
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_4_2.gemfile
- gemfiles/rails_4_1.gemfile
- gemfiles/rails_4_0.ge... | rvm:
- 2.2.9
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
addons:
firefox: latest
# whitelist
branches:
only:
- master
gemfile:
- gemfiles/rails_5_2.gemfile
- gemfiles/rails_5_1.gemfile
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_4_2.gemfile
- gemfiles/rails_4_1.gemfile
- gemfiles/rails_4_0.ge... | Revert CI: force failed `geckodriver -V` commands to retry once. (eab831a) | Revert CI: force failed `geckodriver -V` commands to retry once. (eab831a) | YAML | mit | cucumber/cucumber-rails,cucumber/cucumber-rails,cucumber/cucumber-rails |
f51ac7870f285b82c0d36a56702b7038eab51684 | .travis.yml | .travis.yml | # http://about.travis-ci.org/docs/user/build-configuration/
rvm:
- 1.8.7
- 1.9.2
- 1.9.3-p0
notifications:
email: false
| # http://about.travis-ci.org/docs/user/build-configuration/
rvm:
- 1.8.7
- 1.9.2
- 1.9.3-p0
- 2.2.7
- 2.3.4
- 2.4.1
notifications:
email: false
| Add support of newer rubies | Add support of newer rubies
| YAML | mit | udzura/rack-block,udzura/rack-block |
0f6e44fe854fa7679c5821e269d46dd4666f3b40 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
- 1.20.0
notifications:
email:
on_success: never
| language: rust
rust:
- stable
- beta
- nightly
- 1.22.0
notifications:
email:
on_success: never
| Increase min rustc version to 1.22 | Increase min rustc version to 1.22
| YAML | bsd-3-clause | dan-t/rusty-release |
0af0ec8ee851e7a7978997c3af1e87edc0ada0a4 | .travis.yml | .travis.yml | language: php
php:
- 5.3
dist: precise
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
install: travis_retry composer install --no-interaction --prefer-source
script:
- vendor/bin/phpunit
# - vendor/bin/phpcs --standard=phpcs.xml src
matrix:
allow_failures:
- php: hhvm
fast_finish: true
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
install: travis_retry composer install --no-interaction --prefer-source
script:
- vendor/bin/phpunit
# - vendor/bin/phpcs --standard=phpcs.xml src
matrix:
allow_failures:
- php: hhvm
fast_finish: true
| Undo change to Travis CI configuration | Undo change to Travis CI configuration
oops | YAML | lgpl-2.1 | dompdf/dompdf,nathanntg/dompdf,nathanntg/dompdf,BrunoDeBarros/dompdf,dompdf/dompdf,BrunoDeBarros/dompdf |
5b0603096f1b70765e6544067dc24e0e5b089976 | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.3.3
- 1.4.3
- 1.5.3
- 1.6
os:
- linux
- osx
install:
- go get -t ./...
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/tools/cmd/goimports
script:
- go vet ./...
- go test -v -cpu=2 ./...
- go test -v -cpu=1,2,4 -short -race ./...
- diff ... | language: go
sudo: false
go:
- 1.3.3
- 1.4.3
- 1.5.3
- 1.6
os:
- linux
- osx
install:
- go get -t ./...
- go get -u golang.org/x/tools/cmd/vet
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/tools/cmd/goimports
script:
- go vet ./...
- go test -v -cpu=2 ./...
- go test -... | Install vet, needed for Go 1.4.3 | Install vet, needed for Go 1.4.3
| YAML | bsd-2-clause | restic/chunker |
e4c7cc1d93666ed0354350f101b43e4b97dd2a2b | .travis.yml | .travis.yml | language: python
python:
- "2.7"
before_install:
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-3.3.0-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-3.3.0-Linux-x86_64.sh -O miniconda.sh; fi
- chmod +x miniconda.sh
... | language: python
python:
- "2.7"
before_install:
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-3.3.0-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-3.3.0-Linux-x86_64.sh -O miniconda.sh; fi
- chmod +x miniconda.sh
... | Move scikit learn install to conda. | Move scikit learn install to conda.
| YAML | bsd-2-clause | daniel-vainsencher/regularized_weighting |
760800b40effb959e7e1ebd9fbe6689a76503323 | .travis.yml | .travis.yml | language: csharp
solution: Src/LibHoney.sln
install:
- nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
script:
- mono ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe ./Src/LibHoney.Tests/bin/Release/LibHoney.Tests.dll -parallel none
| language: csharp
solution: Src/LibHoney.sln
install:
- nuget restore Src/LibHoney.sln
- nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release Src/LibHoney.sln
- mono ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe ./Src/LibHoney.Tests/bin/... | Update the Travis file to actually use the solution file. | Update the Travis file to actually use the solution file.
| YAML | apache-2.0 | carlosalberto/libhoney-cs |
151bac3763d2fa51f1990811694312d3aa7cdd81 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1.5
- 2.2.1
env:
global:
# CODECLIMATE_REPO_TOKEN
- secure: "XUWWSpmCnhSVT7xNnPbcaL1N8PuUbQVAQDJkO6StWbBjb+BJXRUW331/Yp4ANod49KuEJWNnIhVFuotGFwNvi9ZKVCTM2bUhQF8qNKk4bpCrsrN1TZdbDgHo0ZzqTlaZy5uEDI1o4yP2XIEufNl+tybbNnFP23dFIp7hiBn4VTw="
script:
- bundle exec rake --trace ... | language: ruby
rvm:
- 2.1.9
- 2.2.5
- 2.3.1
env:
global:
# CODECLIMATE_REPO_TOKEN
- secure: "XUWWSpmCnhSVT7xNnPbcaL1N8PuUbQVAQDJkO6StWbBjb+BJXRUW331/Yp4ANod49KuEJWNnIhVFuotGFwNvi9ZKVCTM2bUhQF8qNKk4bpCrsrN1TZdbDgHo0ZzqTlaZy5uEDI1o4yP2XIEufNl+tybbNnFP23dFIp7hiBn4VTw="
script:
- bundle exec rake --trace ... | Change Travis to use all current maintained stable releases of Ruby. | Change Travis to use all current maintained stable releases of Ruby.
https://www.ruby-lang.org/en/downloads/
| YAML | mit | myfreecomm/emites-client-ruby |
17d6f89f5ba7b2e13edab374d309eab76dc1d7dc | .travis.yml | .travis.yml | language: ruby
before_install:
- gem install bundler --version="~> 1.10"
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
| language: ruby
sudo: false
before_install:
- gem install bundler --version="~> 1.10"
bundler_args: --without guard
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
- 2.3.0
| Speed up our Travis build | Speed up our Travis build
...by switching to their container-based architecture, and not installing guard gems.
| YAML | mit | judofyr/ruby-oembed,ruby-oembed/ruby-oembed,metavida/ruby-oembed |
8de661b50d794fd065c42e0d838c6f6f5e18fe37 | config/jobs/kubernetes/repo-infra/repo-infra-presubmits.yaml | config/jobs/kubernetes/repo-infra/repo-infra-presubmits.yaml | presubmits:
kubernetes/repo-infra:
- name: pull-repo-infra-tests
always_run: true
decorate: true
path_alias: k8s.io/repo-infra
labels:
preset-service-account: "true"
preset-bazel-scratch-dir: "true"
spec:
containers:
- image: launcher.gcr.io/google/bazel:1.0.0
com... | presubmits:
kubernetes/repo-infra:
- name: pull-repo-infra-tests
always_run: true
decorate: true
path_alias: k8s.io/repo-infra
labels:
preset-service-account: "true"
preset-bazel-scratch-dir: "true"
spec:
containers:
- image: launcher.gcr.io/google/bazel:2.0.0
com... | Use bazel 2.0.0 in repo-infra | Use bazel 2.0.0 in repo-infra
| YAML | apache-2.0 | michelle192837/test-infra,cblecker/test-infra,fejta/test-infra,cjwagner/test-infra,cblecker/test-infra,cjwagner/test-infra,jessfraz/test-infra,BenTheElder/test-infra,brahmaroutu/test-infra,monopole/test-infra,brahmaroutu/test-infra,BenTheElder/test-infra,jessfraz/test-infra,michelle192837/test-infra,brahmaroutu/test-in... |
b50f3baa4f227e4633b899eaad88a4330a256f28 | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.0.4
otp_release:
- 17.5
before_script:
- export PATH=`pwd`/elixir/bin:$PATH
- export TWILIO_TEST_ACCOUNT_SID=account_sid
- export TWILIO_TEST_AUTH_TOKEN=auth_token
- export PLT_FILENAME=elixir-${TRAVIS_ELIXIR_VERSION}_$TRAVIS_OTP_RELEASE.plt
- export PLT_LOCATION=/home/travis/... | language: elixir
elixir:
- 1.0.4
otp_release:
- 17.4
before_script:
- export PATH=`pwd`/elixir/bin:$PATH
- export TWILIO_TEST_ACCOUNT_SID=account_sid
- export TWILIO_TEST_AUTH_TOKEN=auth_token
- export PLT_FILENAME=elixir-${TRAVIS_ELIXIR_VERSION}_$TRAVIS_OTP_RELEASE.plt
- export PLT_LOCATION=/home/travis/... | Downgrade Travis to OTP 17.4 | Downgrade Travis to OTP 17.4
| YAML | mit | danielberkompas/ecto_validation_case |
1a82961dc981a3cb22ae39667e95af08b990c78f | .travis.yml | .travis.yml | language: python
sudo: false
services:
- mysql
- postgresql
python:
- '3.7'
- '3.8'
env:
- DJANGO_VERSION=1.11 DATABASE_URL=postgres://postgres@127.0.0.1/dbq
- DJANGO_VERSION=2.2 DATABASE_URL=postgres://postgres@127.0.0.1/dbq
- DJANGO_VERSION=1.11 DATABASE_URL=mysql://root@127.0.0.1/dbq
- DJANGO_VERSION=2.2 DATABAS... | language: python
sudo: false
services:
- mysql
- postgresql
python:
- '3.7'
- '3.8'
env:
global:
- DATABASE_URL=postgres://postgres@127.0.0.1/dbq
- DATABASE_URL=mysql://root@127.0.0.1/dbq
jobs:
- DJANGO_VERSION=1.11
- DJANGO_VERSION=2.2
- DJANGO_VERSION=1.11
- DJANGO_VERSION=2.2
install:... | Use the more proper way of doing global env vars | Use the more proper way of doing global env vars
| YAML | bsd-2-clause | dabapps/django-db-queue |
5fbd1b9ce8f1178b14d2c3076bcba2e0ce46d4fd | .travis.yml | .travis.yml | language: elixir
elixir:
- 1.5.1
otp_release:
- 20.0
services:
- postgresql
before_script:
- psql -c 'create database gatekeeper_test;' -U postgres
- mix local.rebar --force # for Elixir 1.3.0 and up
- mix local.hex --force
- mix deps.get
- mix deps.compile
- mix deps.compile # second build for bug in... | language: elixir
elixir:
- 1.5.1
- 1.4.4
otp_release:
- 20.0
- 19.2
services:
- postgresql
before_script:
- psql -c 'create database gatekeeper_test;' -U postgres
- mix local.rebar --force # for Elixir 1.3.0 and up
- mix local.hex --force
- mix deps.get
- mix deps.compile
- mix deps.compile # seco... | Test with versions available under stock Debian | Test with versions available under stock Debian
Erlang Solutions provides Elixir 1.4.4 for Debian Stretch
Debian provides Erlang 19 and 20
| YAML | mit | alkaloid/gatekeeper,alkaloid/gatekeeper,alkaloid/gatekeeper |
4355773430050bb280824594094ef23fda630e71 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: java
jdk:
- oraclejdk8
- oraclejdk11
env:
- WLP_VERSION=19.0.0_12 WLP_LICENSE=L-CTUR-BHRRPY
- WLP_VERSION=20.0.0_03 WLP_LICENSE=L-CTUR-BLWMST
script:
- travis_wait mvn verify -Ponline-its -Dinvoker.streamLogs=true -DwlpVersion=$WLP_VERSION -DwlpLicense=$WLP_LICE... | sudo: required
dist: trusty
language: java
jdk:
- oraclejdk8
- oraclejdk11
env:
- WLP_VERSION=20.0.0_03 WLP_LICENSE=L-CTUR-BHRRPY
- WLP_VERSION=20.0.0_06 WLP_LICENSE=L-CTUR-BLWMST
script:
- travis_wait mvn verify -Ponline-its -Dinvoker.streamLogs=true -DwlpVersion=$WLP_VERSION -DwlpLicense=$WLP_LICE... | Update WLP versions for testing | Update WLP versions for testing
| YAML | apache-2.0 | WASdev/ci.ant |
1c38412f7effda76c5ff2debe6822038b1c590d8 | .travis.yml | .travis.yml | language: python
sudo: false
env:
global:
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
- SEGFAULT_SIGNALS=all
matrix:
include:
- env: TOXENV=check
- env: TOXENV=docs
- python: '2.7'
env: TOXENV=py27,codecov
- python: '3.3'
env: TOXENV=py33,codecov
- python: '3.4'
... | language: python
sudo: false
env:
global:
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
- SEGFAULT_SIGNALS=all
matrix:
include:
- python: '3.5'
env: TOXENV=check
- python: '3.5'
env: TOXENV=docs
- python: '2.7'
env: TOXENV=py27
- python: '3.4'
env: TOXENV=py34
... | Remove python 3.3 support and fix calls to codecov | Remove python 3.3 support and fix calls to codecov
Right now, with the way tox is setup, codecov is only runnable against
the Python 3.5 interpreter, so I've removed all of the calls to codecov
from non 3.5 environments. Also, tox does not support Python 3.3, so
I've removed it from the matrix.
| YAML | bsd-2-clause | titusz/epubcheck |
091cf08f6d56f4943fb576761ccbbc732925c4ef | .travis.yml | .travis.yml | language: php
sudo: false
dist: trusty
php:
- 7.1
- 7.0
- 5.6
- nightly
env:
- TRAVIS_NODE_VERSION="6"
- TRAVIS_NODE_VERSION="7"
matrix:
fast_finish: true
allow_failures:
- php: nightly
cache:
apt: true
directories:
- $HOME/.composer/cache
- $HOME/.yarn-cache
- vendor
before_inst... | language: php
sudo: false
dist: trusty
php:
- 7.1
- 7.0
- nightly
env:
- TRAVIS_NODE_VERSION="6"
- TRAVIS_NODE_VERSION="7"
matrix:
fast_finish: true
allow_failures:
- php: nightly
cache:
apt: true
directories:
- $HOME/.composer/cache
- $HOME/.yarn-cache
- vendor
before_install:
-... | Remove PHP 5.6 tests from Travis | Remove PHP 5.6 tests from Travis
| YAML | mit | gkmurray/sage,ptrckvzn/sage,c50/c50_roots,ptrckvzn/sage,roots/sage,PCHC/pharmacyresidency2017,NicBeltramelli/sage,ChrisLTD/sage,generoi/sage,c50/c50_roots,kalenjohnson/sage,mckelvey/sage,kalenjohnson/sage,ChrisLTD/sage,generoi/sage,ChrisLTD/sage,kalenjohnson/sage,NicBeltramelli/sage,mckelvey/sage,ptrckvzn/sage,gkmurray... |
c4a61d5246dfde5dbe963fe4c0534f6221b3888c | .travis.yml | .travis.yml | language: php
php:
- 5.4
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev
script:
- vendor/bin/atoum
| language: php
php:
- 5.4
- 5.5
- 5.6
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev
script:
- vendor/bin/atoum
| Add more tested php versions | Add more tested php versions
| YAML | mit | VoidAndAny/StatsdBundle,M6Web/StatsdBundle,M6Web/StatsdBundle,VoidAndAny/StatsdBundle |
2a1fab8d2aff813841cf4e1e833ff7d7a8ec45ad | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
os:
- linux
- osx
script:
- mvn test -Prelease -B
| language: java
jdk:
- oraclejdk8
os:
- linux
- osx
install:
- mvn clean install -Ptest -DskipTests=true
script:
- mvn test -Ptest
| Test profile instead of release | Test profile instead of release | YAML | apache-2.0 | caspervg/jgaf |
d108371d8ae48063f20b4740b97eb195140d9e86 | .travis.yml | .travis.yml | language: "node_js"
node_js:
- 0.4
- 0.6
| language: "node_js"
node_js:
- 0.4
- 0.6
- 0.8
| Test on Node 0.8 using Travis CI. | Test on Node 0.8 using Travis CI.
| YAML | mit | gitterHQ/passport-http-bearer,wwwslinger/passport-http-custom-bearer,fcruxen/passport-http-bearer,wejs/we-passport-http-bearer,ssqsignon/passport-ssqsignon,jaredhanson/passport-http-bearer,murdercdh/passport-http-bearer,colinskow/passport-http-bearer-sl |
211655543f0729be613a9faa4a230f3bf73dae74 | .travis.yml | .travis.yml | language: android
jdk:
- oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-27.0.3
- android-27
- extra-android-m2repository
licenses:
- android-sdk-license-.+
before_script:
- yes | sdkmanager "platforms;android-27"
script:
- ./gradlew clean test
- ./gra... | language: android
jdk:
- oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-27.0.3
- android-27
- extra-android-m2repository
licenses:
- android-sdk-license-.+
before_script:
- yes | sdkmanager "platforms;android-27"
script:
- ./gradlew clean build
deploy:
... | Deploy on master branch only | Deploy on master branch only
| YAML | apache-2.0 | mrmike/Ok2Curl |
de2b7c8e07481427ca9b04f690ab4388f6ebee82 | .travis.yml | .travis.yml | language: node_js
node_js:
- "stable"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
after_script:
- npm run codeclimate | language: node_js
node_js:
- "stable"
- "4.0"
- "0.10"
after_script:
- npm run codeclimate | Reduce amount of builds run by Travis CI | Reduce amount of builds run by Travis CI
| YAML | mit | pindab0ter/gulp-filenamelist |
7bd04d8104a2b663f6a461ca6f10a9e8d394d51d | .travis.yml | .travis.yml | language: node_js
os: osx
node_js:
- "4"
- "6"
- "8"
- "9"
| language: node_js
sudo: false
dist: trusty
before_script: sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
node_js:
- "4"
- "6"
- "8"
- "9"
| Build on Ubuntu Trusty container and enable IPv6 beforehand | Build on Ubuntu Trusty container and enable IPv6 beforehand
| YAML | mit | mcollina/node-coap |
50421291e05fdd40811cae2924d6720123916b49 | .travis.yml | .travis.yml | language: node_js
node_js:
- "7"
- "6"
before_script:
- npm install -g gulp
script: gulp | language: node_js
node_js:
- "7"
before_script:
- npm install -g gulp
script: gulp | Remove support for Node 6 | Remove support for Node 6
| YAML | mit | WarenGonzaga/AnimateCSSPlugin,WarenGonzaga/AnimateCSSPlugin |
37322d1bd39747496c222a6edcf36236ac607715 | .travis.yml | .travis.yml | language: ruby
script: rspec spec
rvm:
- 1.8.7-p358
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
- ruby-head
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
- rvm: jruby-18mode
- rvm: jruby-19mode
- rvm: ruby-head
| language: ruby
script: rspec spec
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
- ruby-head
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
- rvm: jruby-18mode
- rvm: jruby-19mode
- rvm: ruby-head
| Revert "Test on 1.8.7-p358 too, which is the default on darwin." | Revert "Test on 1.8.7-p358 too, which is the default on darwin."
This reverts commit 58400fded1236771361518b1fcd799a6f7162dd2.
Patchlevel constraints aren't supported.
| YAML | mit | payscale/librarian-chef,tkrueger/librarian-chef,emyl/librarian-chef-nochef,applicationsonline/librarian-chef,zuazo-forks/librarian-chef,optimizely/librarian-chef |
baf3431e0b48166c75497568da29c6eefe70824b | .travis.yml | .travis.yml | sudo: false
language: python
cache: pip
python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy3.3-5.2-alpha1"
env:
- TYPING_VERSION="<3.5.3"
- TYPING_VERSION=">=3.5.3"
matrix:
allow_failures:
- python: "nightly"
include:
- { python: "3.7", dist: xenial, sudo: true }
install:
- pip install pytes... | sudo: false
language: python
cache: pip
python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy3.5-5.8.0"
env:
- TYPING_VERSION="<3.5.3"
- TYPING_VERSION=">=3.5.3"
matrix:
allow_failures:
- python: "nightly"
include:
- { python: "3.7", dist: xenial, sudo: true }
install:
- pip install pytest "ty... | Test with reasonably modern PyPy3 | Test with reasonably modern PyPy3
We officially only support PyPy3 implementing Python 3.5+ so let's
update to prevent unwanted build failures.
| YAML | bsd-3-clause | alecthomas/injector |
1e8eb03ed37e662a0d4bb947e4045d5c366968c7 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- pypy3
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
install:
- pip install pillow==4.3.0
- pip install coveralls
script:
- coverage run --source=piexif setup.py test
after_success:
coveralls
matrix:
fast_finish: true
| sudo: false
language: python
python:
- pypy3
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
install:
- pip install pillow==5.0.0
- pip install coveralls
script:
- coverage run --source=piexif setup.py test
after_success:
coveralls
matrix:
fast_finish: true
| Change pillow version for test. | Change pillow version for test.
| YAML | mit | hMatoba/Piexif |
3d447183ec87047713208a36bcf689f4807ba4b1 | .travis.yml | .travis.yml | sudo: false
language: scala
scala:
- 2.12.10
- 2.13.1
jdk:
- openjdk8
- oraclejdk11
- openjdk11
script:
- java -version
- sbt test | sudo: false
language: scala
scala:
- 2.12.13
- 2.13.4
jdk:
- openjdk8
- openjdk11
script:
- java -version
- sbt test | Update Scala versions in Travis CI | Update Scala versions in Travis CI
| YAML | lgpl-2.1 | ij-plugins/ijp-toolkit,ij-plugins/ijp-toolkit |
f430a770ee495f7295caba33919064b7f1103c06 | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
branches:
except:
- /.*wip.*/i
script: "mvn -T4 clean package"
after_success:
- mvn clean test jacoco:report coveralls:report
- "[ ${TRAVIS_PULL_REQUEST} = 'false' ] && [ ${TRAVIS_BRANCH} = 'master' ] && mvn clean deploy -DskipTests --settings ... | sudo: false
language: java
jdk:
- openjdk7
- oraclejdk8
branches:
except:
- /.*wip.*/i
script: "mvn -T4 clean package"
after_success:
- mvn clean test jacoco:report coveralls:report
- "[ ${TRAVIS_PULL_REQUEST} = 'false' ] && [ ${TRAVIS_BRANCH} = 'master' ] && mvn clean deploy -DskipTests --settings ./deploy-sett... | Remove oraclejdk7 from Travis CI buid matrix | Remove oraclejdk7 from Travis CI buid matrix
It is not supported anymore.
https://github.com/travis-ci/travis-ci/issues/7884#issuecomment-308451879
| YAML | mit | vidal-community/atom-jaxb,softwarevidal/atom-jaxb |
dffc06fb0167d26f7b2d7fd51ed819974fbbe88c | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 5.5
- 5.4
before_script:
- composer self-update
- composer install --dev
script:
- vendor/bin/codecept run unit
- vendor/bin/phpcs --standard=PSR2 -v src tests
matrix:
allow_failures:
- php: 5.6
| language: php
php:
- 5.6
- 5.5
- 5.4
before_script:
- composer self-update
- composer install --dev
script:
- vendor/bin/codecept run unit
- vendor/bin/phpcs --standard=PSR2 -v src tests
| Test against PHP 5.6 without allowed failure | [new] Test against PHP 5.6 without allowed failure
| YAML | bsd-3-clause | Dreamscapes/Enumeration |
a9595dd5fb255235f6b93074aec11cca7e3d4f4a | .travis.yml | .travis.yml | language: go
sudo: required
services:
- docker
go:
- tip
before_install:
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
- sudo docker --version
install: true
script:
- ./.travis-test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)
- if [ "$TRAVIS_BRA... | language: go
sudo: required
services:
- docker
go:
- tip
before_install:
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
- sudo docker --version
install: true
script:
- ./.travis-test.sh
- bash <(curl -s https://codecov.io/bash)
- if [ "$TRAVIS_BRANCH" == "master... | Use script stage to return exit codes for docker build | Use script stage to return exit codes for docker build
| YAML | apache-2.0 | snagles/docker-registry-manager,stefannaglee/docker-registry-manager,stefannaglee/docker-registry-manager,stefannaglee/docker-registry-manager,snagles/docker-registry-manager,snagles/docker-registry-manager |
6d60cdb375d43effc1ed586cedd5b674d0ad2f20 | .travis.yml | .travis.yml | os: osx
cache:
ccache: true
pip: true
directories:
- $HOME/Library/Caches/Homebrew
- $HOME/.pyenv
- $HOME/Library/Caches/pip
- /usr/local/Cellar
- /usr/local/Caskroom
- /usr/local/opt
env:
- TRAVIS=1
before_cache:
- brew cleanup
before_install:
- test -x /usr/local/bin/ansible ||... | env:
- TRAVIS=1
install:
- export PATH="/usr/local/opt/ccache/libexec:$PATH"
matrix:
include:
- os: osx
env:
- CACHE_NAME=osx
language: minimal
before_install:
- test -x /usr/local/bin/ansible || brew install ansible
- test -x /usr/local/bin/ccache || brew install c... | Refactor Travis to handle multiple OSes | Chore: Refactor Travis to handle multiple OSes
Chore: Enable linux travis job
Chore: Use addons instead of service
Chore: Use minimal language for both jobs
squash! Chore: Refactor Travis to handle multiple OSes
Chore: Cache docker
squash! Chore: Refactor Travis to handle multiple OSes
| YAML | mit | benmezger/dotfiles,benmezger/dotfiles,benmezger/dotfiles,benmezger/dotfiles |
355726b25c5b30cfb7c7916151d2ec808e4bd301 | .travis.yml | .travis.yml | language: python
sudo: required
dist: xenial
python:
- "2.7"
- "3.6"
- "3.7"
env:
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.10
- DJANGO_VERSION=1.11
- DJANGO_VERSION=2.0
- DJANGO_VERSION=2.1
- DJANGO_VERSION=2.2
matrix:
exclude:
- python: "2.7"
env: DJANGO_VERSION=2.0
- python: "2.7"
... | language: python
sudo: required
dist: xenial
python:
- "2.7"
- "3.6"
- "3.7"
env:
- DJANGO_VERSION=1.8
- DJANGO_VERSION=1.10
- DJANGO_VERSION=1.11
- DJANGO_VERSION=2.0
- DJANGO_VERSION=2.1
- DJANGO_VERSION=2.2
matrix:
exclude:
- python: "2.7"
env: DJANGO_VERSION=2.0
- python: "2.7"
... | Upgrade test dependencies to the latest version | Upgrade test dependencies to the latest version
| YAML | mit | catcombo/django-speedinfo,catcombo/django-speedinfo,catcombo/django-speedinfo |
389d3d073aff2a72c7df3bf85d900e316c332290 | .travis.yml | .travis.yml | language: ruby
before_install:
- gem install bundler -v '~> 1.5'
rvm:
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
- 2.4.1
bundler_args: --without debug
deploy:
provider: rubygems
api_key:
secure: JxDBiuSJgTyne4WriC56QqOhhl07ojHN/qZerKyxabBj1yQ/GmxlzcdvXdU6eUFJ1E3BvrfrMmraJ28xADm2hG3xgxkNP/D7jqTv0o0h2CODh+W2dr0iv3bNkoDOfjC... | language: ruby
before_install:
- gem install bundler -v '~> 1.5'
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
- 2.4.1
bundler_args: --without debug
deploy:
provider: rubygems
api_key:
secure: JxDBiuSJgTyne4WriC56QqOhhl07ojHN/qZerKyxabBj1yQ/GmxlzcdvXdU6eUFJ1E3BvrfrMmraJ28xADm2hG3xgxkNP/D7jqTv0o0h2CODh+W2dr0iv3bNkoDOfjChNrJZCLPX... | Remove support for ruby 2.1 | Remove support for ruby 2.1
| YAML | mit | downgba/correios_sigep |
523586e1998c6a06a40198b228e6ecd97b2d596f | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
env:
- SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.1"
- SYMFONY_VERSION="2.*" GUZZLE_VERSION="3.1"
- SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.*"
- SYMFONY_VERSION="2.*" GUZZLE_VERSION="3.*"
before_script:
- composer self-update
- composer --version
- composer requi... | language: php
php:
- 5.3
- 5.4
- 5.5
env:
- SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.1"
- SYMFONY_VERSION="2.*" GUZZLE_VERSION="3.1"
- SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.*"
- SYMFONY_VERSION="2.*" GUZZLE_VERSION="3.*"
before_script:
- composer self-update
- composer --version
- composer requi... | Test that package installs successfully | Test that package installs successfully | YAML | mit | thephpleague/omnipay,monomichael/omnipay-alipay,starlight36/omnipay-alipay,Traverler/omnipay-alipay |
9c72003ffdbdab34e31aac4a87393d522aa6c99d | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
# run build against nightly but allow them to fail
matrix:
fast_finish: true
allow_failures:
- php: nightly
include:
- php: 5.3
dist: precise
sudo: required
- php: 5.4
d... | language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
# run build against nightly but allow them to fail
matrix:
fast_finish: true
allow_failures:
- php: nightly
include:
- php: 5.4
dist: precise
sudo: required
# faster builds on new travis... | Remove PHP 5.4 from Travis tested versions | Remove PHP 5.4 from Travis tested versions
(cherry picked from commit c440873)
| YAML | mit | rock-symphony/rock-symphony,rock-symphony/rock-symphony,rock-symphony/rock-symphony |
3c34415ce3d1fe42e5a74e48ca2f1f8cab5eead5 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk8
- oraclejdk8
script: ./gradlew check javadoc
# Use container based infrastructure
# http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
sudo: false
# Gradle caches
cache:
directories:
- $HOME/.gradle/wrapper
| language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
script: ./gradlew check javadoc
# Use container based infrastructure
# http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
sudo: false
# Gradle caches
cache:
directories:
- $HOME/.gradle/wrapper
| Disable OpenJDK 8 CI builds, enable for 7 | Disable OpenJDK 8 CI builds, enable for 7
Not so fast: OpenJDK 8 isn't really supported. The future is yet to come.
See travis-ci/travis-ci#2968
| YAML | mit | raindev/benjamin |
13dc10470c155294482461c10f6d4b95427d8d60 | .travis.yml | .travis.yml | language: ruby
rvm:
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
| language: ruby
matrix:
allow_failures:
- rvm: ruby-head
rvm:
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
| Allow failure of Ruby HEAD | Allow failure of Ruby HEAD
| YAML | mit | stkn417/twitter,thomas-holmes/twitter,yujinakayama/twitter,producthunt/twitter,na-g/twitter,noahd1/twitter,DarbySmart/twitter,kevinmel2000/twitter,megashurik/twitter,jdrago999/twitter,ariarijp/twitter,stefansundin/twitter,backupify/twitter,develon/twitter,sferik/twitter,paulgonz6/twitter,mike-north/twitter,timsly/twitt... |
b19579d04f5548cd4abeaa958ed3b6512427b3a8 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
before_script:
- composer self-update
- composer install
script:
- ./vendor/bin/phpunit
after_script:
- sh .travis.coverage.sh
matrix:
allow_failures:
- php: hhvm
| language: php
sudo: false
php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
before_script:
- composer self-update
- composer install
script:
- ./vendor/bin/phpunit
- ./vendor/bin/phpcs
after_script:
- sh .travis.coverage.sh
matrix:
allow_failures:
- php: hhvm
| Add phpcs run to the build | Add phpcs run to the build
| YAML | mit | malukenho/docheader |
f13204994f2bb5ce2e32b480d558e2cabedc81c3 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- 2.7
- 3.5
- 3.6
cache:
- pip
env:
global:
- BIGBUILD_GIT_BRANCH=$TRAVIS_BRANCH
matrix:
- DJANGO_VERSION=1.10.6
- DJANGO_VERSION=1.11rc1
install:
- pip install -r requirements.txt
- pip install -q Django==$DJANGO_VERSION
script:
- make test
after_... | sudo: false
language: python
python:
- 2.7
- 3.5
- 3.6
cache:
- pip
env:
global:
- BIGBUILD_GIT_BRANCH=$TRAVIS_BRANCH
matrix:
- DJANGO_VERSION=1.10.6
- DJANGO_VERSION=1.11
install:
- pip install -r requirements.txt
- pip install -q Django==$DJANGO_VERSION
script:
- make test
after_suc... | Test Django 1.11 for real | Test Django 1.11 for real
| YAML | mit | datadesk/django-bigbuild,datadesk/django-bigbuild,datadesk/django-bigbuild |
c2d47327a5153c28be559e2871af69791a72ee4f | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "7"
- "8.4.0"
- "9"
- "10"
script: "make travis"
| language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "7"
- "8.4.0"
- "9"
script: "make travis"
| Revert "Travis: Build with node.js 10" | Revert "Travis: Build with node.js 10"
This reverts commit c528aef8bba894b26c0c0d6b1a3e71ef3bdb408a.
| YAML | mit | unexpectedjs/unexpected,alexjeffburke/unexpected,alexjeffburke/unexpected |
2928d30630bf7a5eb85c60914cb03e4718621af5 | .travis.yml | .travis.yml | language: cpp
dist: trusty
os: linux
cache: apt
branches:
except:
- mdd
- soct
matrix:
include:
- env: ARRAY_DOM=default
script:
- docker build --build-arg BRANCH=$TRAVIS_BRANCH -t seahorn/clam-llvm10:latest -f docker/clam.Dockerfile .
- |
if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
... | language: cpp
dist: trusty
os: linux
cache: apt
branches:
except:
- mdd
- soct
matrix:
include:
- env: ARRAY_DOM=default
script:
- docker build --build-arg BRANCH=$TRAVIS_BRANCH -t seahorn/clam-llvm10:latest -f docker/clam.Dockerfile .
- |
if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
... | Disable array adaptive domain tests | Disable array adaptive domain tests
| YAML | apache-2.0 | seahorn/crab-llvm,seahorn/crab-llvm,seahorn/crab-llvm |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.