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 |
|---|---|---|---|---|---|---|---|---|---|
4f37e691f31f947f571df0bb0f5674681bd48ce8 | ci/pipelines/stemcell/tasks/deploy-director.yml | ci/pipelines/stemcell/tasks/deploy-director.yml | ---
platform: linux
image_resource:
type: docker-image
source:
repository: bosh/main
inputs:
- name: bosh-src
- name: bosh-release
- name: cpi-release
- name: stemcell
- name: bosh-cli
outputs:
- name: director-state
run:
path: bosh-src/ci/pipelines/stemcell/tasks/deploy-director.sh
params:
... | ---
platform: linux
image_resource:
type: docker-image
source:
repository: bosh/main-ruby-go
inputs:
- name: bosh-src
- name: bosh-release
- name: cpi-release
- name: stemcell
- name: bosh-cli
outputs:
- name: director-state
run:
path: bosh-src/ci/pipelines/stemcell/tasks/deploy-director.sh
pa... | Use main-ruby-go image rather than main image for director deploy | Use main-ruby-go image rather than main image for director deploy
[#131223047]
| YAML | apache-2.0 | barthy1/bosh,barthy1/bosh,barthy1/bosh,barthy1/bosh |
6ef61414b69d29975c7e7a18cd2dbd99c89c1f18 | metadata/com.flx_apps.digitaldetox.yml | metadata/com.flx_apps.digitaldetox.yml | Categories:
- Sports & Health
License: GPL-3.0-only
AuthorName: flxapps
SourceCode: https://github.com/flxapps/DetoxDroid
IssueTracker: https://github.com/flxapps/DetoxDroid/issues
Changelog: https://github.com/flxapps/DetoxDroid/releases
Donate: https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=K6T2HPXE7... | Categories:
- Sports & Health
License: GPL-3.0-only
AuthorName: flxapps
SourceCode: https://github.com/flxapps/DetoxDroid
IssueTracker: https://github.com/flxapps/DetoxDroid/issues
Changelog: https://github.com/flxapps/DetoxDroid/releases
Donate: https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=K6T2HPXE7... | Update DetoxDroid to 1.0.1 (10001) | Update DetoxDroid to 1.0.1 (10001)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
90c4d77be8af79fba58f276bc8f6bbc30e35c8d3 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode611
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
before_install:
- gem install xcpretty -N
script:
- set -o pipefail
- xcodebuild -project Alamofire.xcodeproj -scheme "Alamofire iOS" -sdk iphonesimulator
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH=NO tes... | language: objective-c
osx_image: xcode611
branches:
only:
- master
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
before_install:
- gem install xcpretty -N
script:
- set -o pipefail
- xcodebuild -project Alamofire.xcodeproj -scheme "Alamofire iOS" -sdk iphonesimulator
-destination "platform=iOS Simulator,name=iPh... | Update Travis CI settings to only build master branch | Update Travis CI settings to only build master branch
| YAML | mit | trauzti/Alamofire,sai43/Alamofire,SanChain/Alamofire,thebugcode/Alamofire,toohotz/Alamofire,pengleelove/Alamofire,bnadim/Alamofire,rongl/Alamofire,zdw19840929/Alamofire,limenglook/Alamofire,zhangyuhan0407/Alamofire,jackeychens/Alamofire,sarunw/Alamofire,red3/Alamofire,koher/Alamofire,lijie121210/Alamofire,leasual/Alamo... |
2e4cba3f83d6f91fa48b03cb968941e492d90121 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
# faster builds on new travis setup not using sudo
sudo: false
# cache vendor dirs
cache:
directories:
- vendor
- $HOME/.composer/cache
install:
- travis_retry composer selfupdate
- travis_retry composer install --prefer-dist --no-interaction
- tra... | language: php
php:
- 5.4
- 5.5
- 5.6
# faster builds on new travis setup not using sudo
sudo: false
# cache vendor dirs
cache:
directories:
- vendor
- $HOME/.composer/cache
install:
- travis_retry composer selfupdate
- travis_retry composer install --prefer-dist --no-interaction
- travis_retry... | Remove hhvm from CI test | Remove hhvm from CI test
| YAML | mit | theill11/shoppingcart,theill11/shoppingcart |
bde19efb9776f7343e8ef01c9f7b2ded3eeff4ed | .travis.yml | .travis.yml | ---
language: elixir
script:
- bin/fetch-configlet
- bin/configlet .
- mix deps.get
- EXERCISM_TEST_EXAMPLES=true mix test
| ---
language: elixir
script:
- bin/fetch-configlet
- bin/configlet .
- mix deps.get
- EXERCISM_TEST_EXAMPLES=true mix test
sudo: false
| Switch to container-based Travis CI infrastructure | Switch to container-based Travis CI infrastructure
| YAML | mit | cezarykosko/xelixir,exercism/xelixir,parkerl/xelixir |
40f1a701b9b7d080cb4589da287b6cc3db52373d | .travis.yml | .travis.yml | language: ruby
bundler_args: --without development postgres ldap_wizard git_proxy jruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libicu-dev
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- mysql -e 'create database myapp_test;'
- cp config/database.travis... | language: ruby
bundler_args: --without development postgres ldap_wizard git_proxy jruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libicu-dev
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- mysql -e 'create database myapp_test;'
- cp config/database.tra... | Set hostname to the one expected by integration tests | Set hostname to the one expected by integration tests
| YAML | agpl-3.0 | gitorious/mainline,tigefa4u/gitorious-mainline,elcom/gitorious,Gitorious-backup/mainline,SamuelMoraesF/Gitorious,rae/gitorious-mainline,Gitorious-backup/mainline,SamuelMoraesF/Gitorious,gitorious/mainline,tigefa4u/gitorious-mainline,tigefa4u/gitorious-mainline,SamuelMoraesF/Gitorious,SamuelMoraesF/Gitorious,gitorious/m... |
399f3edc2f0e2b60a560f997543e3f49ea87b5b3 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
before_install:
- sudo apt-get update -qq
- sudo apt-get install python-software-properties python g++ make
- echo 'yes' | sudo add-apt-repository ppa:chris-lea/node.js
- sudo apt-get update -qq
- sudo apt-get install nodejs sqlite3
- sudo apt-get install libicu-dev
script:
... | language: ruby
rvm:
- 1.9.3
before_install:
- sudo apt-get update -qq
- sudo apt-get install python-software-properties python g++ make
- echo 'yes' | sudo add-apt-repository ppa:chris-lea/node.js
- sudo apt-get update -qq
- sudo apt-get install nodejs sqlite3
- sudo apt-get install libicu-dev
script:
... | Enable Travis build notifications on IRC. | Enable Travis build notifications on IRC.
We want notifications regarding Travis builds
to be sent to IRC channel #graveio on Freenode.
| YAML | bsd-2-clause | kmerz/graveio,kmerz/graveio |
b07ec3b2c98d6007a38eaae6d04d4e166c69d547 | roles/apigee-base/tasks/installation-path.yml | roles/apigee-base/tasks/installation-path.yml | ---
- name: Create {{ apigee_edge_installation_path }}
file:
path: '{{ apigee_edge_installation_path }}'
state: directory
owner: apigee
group: apigee
mode: 0755
- name: Link /opt/apigee to {{ apigee_edge_installation_path }}
file:
path: /opt/apigee
state: link
src: '{{ apigee_edge_i... | ---
- name: Create {{ apigee_edge_installation_path }}
file:
path: '{{ apigee_edge_installation_path }}'
state: directory
owner: apigee
group: apigee
mode: 0775
- name: Link /opt/apigee to {{ apigee_edge_installation_path }}
file:
path: /opt/apigee
state: link
src: '{{ apigee_edge_i... | Set mode 0775 instead of 0755 on Apigee installation path | Set mode 0775 instead of 0755 on Apigee installation path
| YAML | apache-2.0 | apigee/ansible-install,apigee/ansible-install |
e31f19ea8a445e1ff9c8968863fe9db12ea84739 | zuul.d/layout.yaml | zuul.d/layout.yaml | - project-template:
name: puppet-tripleo-module-unit-jobs
check:
jobs:
- puppet-openstack-unit-5.5-centos-7
- puppet-openstack-unit-5.5-centos-8:
voting: false
- puppet-openstack-unit-6.0-ubuntu-bionic
- puppet-openstack-unit-latest-ubuntu-bionic:
vo... | - project-template:
name: puppet-tripleo-module-unit-jobs
check:
jobs:
- puppet-openstack-unit-5.5-centos-7
- puppet-openstack-unit-5.5-centos-8:
voting: false
- puppet-openstack-unit-6.0-ubuntu-bionic
- puppet-openstack-unit-latest-ubuntu-bionic:
vo... | Remove remaining zuul configuration for Tacker | Remove remaining zuul configuration for Tacker
... because Tacker support was already removed[1]
[1] 4fa490f03f03474e38f2a02bd1653f244aa60f82
Change-Id: Iba83cc7b360b9ee399142ce979aeb08b75a86a35
| YAML | apache-2.0 | openstack/puppet-tripleo,openstack/puppet-tripleo,openstack/puppet-tripleo |
62063946cf7143b97ccb1f4ccb0218d0554bcacc | zuul.d/layout.yaml | zuul.d/layout.yaml | - project:
templates:
- puppet-openstack-check-jobs
- puppet-openstack-module-unit-jobs
- tripleo-undercloud-jobs-pipeline
- tripleo-multinode-container-minimal-pipeline
- release-notes-jobs-python3
- tripleo-standalone-scenarios-pipeline
- tripleo-standalone-multinode-ipa
... | - project:
templates:
- puppet-openstack-check-jobs
- puppet-openstack-module-unit-jobs
- tripleo-undercloud-jobs-pipeline
- tripleo-multinode-container-minimal-pipeline
- release-notes-jobs-python3
- tripleo-standalone-scenarios-pipeline
- tripleo-standalone-multinode-ipa-... | Replace deprecated zuul template tripleo-standalone-multinode-ipa | Replace deprecated zuul template tripleo-standalone-multinode-ipa
The tripleo-standalone-multinode-ipa is being deprecated at [1]
and instead we should be using the content provider -pipeline
version. Part of CI optimisation at [2].
[1] https://review.opendev.org/c/openstack/tripleo-ci/+/778662
[2] https://review.ope... | YAML | apache-2.0 | openstack/puppet-tripleo,openstack/puppet-tripleo,openstack/puppet-tripleo |
50b10c1b8e9f84ec24f9a34c48d9c727134b5ade | .github/FUNDING.yml | .github/FUNDING.yml | patreon: alefragnani
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EP57F3B6FXKTU&lc=US&item_name=Alessandro%20Fragnani&item_number=vscode%20extensions¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
| github: alefragnani
patreon: alefragnani
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EP57F3B6FXKTU&lc=US&item_name=Alessandro%20Fragnani&item_number=vscode%20extensions¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
| Add sponsor to GitHub repo | Add sponsor to GitHub repo
| YAML | mit | alefragnani/vscode-language-pascal,alefragnani/vscode-language-pascal |
9dc883f87bfde11d64b434aa8103d624aa5d8242 | .github/workflows/format_tests.yml | .github/workflows/format_tests.yml | name: Format Tests
on: [push, pull_request]
jobs:
format_tests:
name: Format tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Check out data
uses: actions/che... | name: Format Tests
on: [push, pull_request]
jobs:
format_tests:
name: Format tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Check out data
uses: actions/che... | Bump version of format tests. | Bump version of format tests.
| YAML | mit | openelections/openelections-data-nv |
392a115ace80a6d7257b76708ec24b99ec9e2e5d | .github/workflows/pypi-publish.yml | .github/workflows/pypi-publish.yml | # This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
name: PyPIUpload
on:
release:
types: [created]
jobs:
deploy:
r... | # This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
name: PyPIUpload
on:
release:
types: [created]
jobs:
deploy:
r... | Update env var names on action | Update env var names on action | YAML | mit | ukBaz/python-bluezero,ukBaz/python-bluezero |
20e21f8a91f6a14fffbffba549a0143905b97779 | .github/workflows/run_renovate.yml | .github/workflows/run_renovate.yml | name: Renovate-Dry-Run
on:
workflow_dispatch:
inputs:
pac_to_use:
description: "Name of the workflow secret to use"
type: string
required: true
branch:
description: "Branch that renovate should operate on"
type: string
required: true
jobs:
renovate:
... | name: Renovate-Dry-Run
on:
workflow_dispatch:
inputs:
pac_to_use:
description: "Name of the workflow secret to use"
type: string
required: true
branch:
description: "Branch that renovate should operate on"
type: string
required: true
jobs:
renovate:
... | Update renovatebot/github-action action to v32.208.0 | Update renovatebot/github-action action to v32.208.0
Signed-off-by: Renovate Bot <c71e7261d37a4f6ae4cfb0cbd79081310a237e67@renovateapp.com> | YAML | apache-2.0 | TNG/JGiven,TNG/JGiven,TNG/JGiven,TNG/JGiven |
093056267fe52aaa4765670814d53876d77332d2 | .forestry/front_matter/templates/palestra.yml | .forestry/front_matter/templates/palestra.yml | ---
label: palestra
hide_body: false
fields:
- name: layout
label: Layout
type: text
hidden: false
default: post
- name: type
label: Type
type: text
hidden: false
default: talk
- name: title
label: Title
type: text
hidden: false
default: Título
- name: date
label: Date
type: datetime
hidde... | ---
label: palestra
hide_body: false
fields:
- name: layout
label: Layout
type: text
hidden: false
default: post
- name: type
label: Type
type: text
hidden: false
default: talk
- name: title
label: Title
type: text
hidden: false
default: Título
- name: subtitle
type: text
config:
require... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io |
e747e1f2c2e5bfad85fdf3f70bfcde453bc9e7f2 | .forestry/front_matter/templates/pages-faqs-md.yml | .forestry/front_matter/templates/pages-faqs-md.yml | ---
pages:
- faqs.md
hide_body: false
is_partial: false
fields:
- name: title
label: Title
type: text
hidden: false
default: ''
- name: date
label: Date
type: datetime
hidden: false
default: ''
- name: subtitle
label: Subtitle
type: text
hidden: false
default:
- name: hero
label: Hero
type:... | ---
pages:
- faqs.md
hide_body: false
is_partial: false
fields:
- name: title
label: Title
type: text
hidden: false
default: ''
- name: date
label: Date
type: datetime
hidden: true
default: ''
- name: subtitle
label: Subtitle
type: text
hidden: false
default:
- name: hero
label: Hero
type: ... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | truecodersio/truecoders.io,truecodersio/truecoders.io,truecodersio/truecoders.io |
297f2f0bf304dfec12ca111f5de243a800978005 | recipes/dependente/meta.yaml | recipes/dependente/meta.yaml | {% set name = "dependente" %}
{% set version = "0.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dependente-{{ version }}.tar.gz
sha256: f768e037d8cbaf58fd9ba6378058f593a8db962836ba498f9c0612c1afb48ec0
build:
number: 0
... | {% set name = "dependente" %}
{% set version = "0.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dependente-{{ version }}.tar.gz
sha256: f768e037d8cbaf58fd9ba6378058f593a8db962836ba498f9c0612c1afb48ec0
build:
number: 0
... | Add entry point for script and setuptools-scm | Add entry point for script and setuptools-scm
| YAML | bsd-3-clause | kwilcox/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-... |
c6fdddbd816c38517650491194526de29bad60d6 | stack.yaml | stack.yaml | flags: {}
packages:
- '.'
- location:
git: git@github.com:aristidb/aws.git
commit: a6f062efe6c78d8d25609f6cc4fe27d428e5ef65
extra-deps: []
resolver: lts-3.1
| flags: {}
packages:
- '.'
- location:
git: https://github.com/aristidb/aws.git
commit: a6f062efe6c78d8d25609f6cc4fe27d428e5ef65
extra-deps: []
resolver: lts-3.1
| Use http for aws dependency | Use http for aws dependency
| YAML | mit | adbrowne/dynamodb-eventstore |
da940f3d0f7bbdada461e5bc7c3322977c058c91 | roles/grafana/tasks/main.yml | roles/grafana/tasks/main.yml | ---
- name: Install NFS client
apt:
name: "nfs-common"
state: present
tags:
- grafana
- logging
- name: Ensure EFS volume mountpoint exists
file:
path: "{{ grafana_efs_mountpoint }}"
state: directory
tags:
- grafana
- logging
- name: Mount EFS target for persistent app storage... | ---
- name: Install NFS client
apt:
name: "nfs-common"
state: present
tags:
- grafana
- logging
- name: Ensure EFS volume mountpoint exists
file:
path: "{{ grafana_efs_mountpoint }}"
state: directory
tags:
- grafana
- logging
- name: Mount EFS target for persistent app storage... | Fix grafana docker instance definition. | Fix grafana docker instance definition.
| YAML | mpl-2.0 | flamingspaz/partinfra-playbooks,mozilla/partinfra-playbooks,TannerFilip/partinfra-playbooks |
fd171808787f02305e2fbba4c865c0721bf840c3 | examples/policies/l7/dns/dns-visibility.yaml | examples/policies/l7/dns/dns-visibility.yaml | apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: "tofqdn-dns-visibility"
spec:
endpointSelector:
matchLabels:
any:org: alliance
egress:
- toEndpoints:
- matchLabels:
"k8s:io.kubernetes.pod.namespace": kube-system
"k8s:k8s-app": kube-dns
toPorts:
- ports:
... | apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: "tofqdn-dns-visibility"
spec:
endpointSelector:
matchLabels:
any:org: alliance
egress:
- toEndpoints:
- matchLabels:
"k8s:io.kubernetes.pod.namespace": kube-system
"k8s:k8s-app": kube-dns
toPorts:
- ports:
... | Remove uneeded blank line in DNS policy yaml | docs: Remove uneeded blank line in DNS policy yaml
This line sometimes triggered warnings, so not it is gone.
Signed-off-by: Ray Bejjani <7f525154e857f3d57a641a83dddc584f42addc6a@covalent.io>
| YAML | apache-2.0 | cilium/cilium,tklauser/cilium,tgraf/cilium,cilium-team/cilium,tgraf/cilium,michi-covalent/cilium,tklauser/cilium,tklauser/cilium,michi-covalent/cilium,tklauser/cilium,tgraf/cilium,cilium/cilium,cilium-team/cilium,cilium/cilium,tgraf/cilium,michi-covalent/cilium,tgraf/cilium,tklauser/cilium,tgraf/cilium,cilium/cilium,mi... |
0b8dc34431b4828f6feccb5a100221a542f324b0 | config/sidekiq.yml | config/sidekiq.yml | ---
:verbose: false
:concurrency: 4
:logfile: ./log/sidekiq.json.log
:queues:
- downstream_high
- dependency_resolution
- downstream_low
- experiments
- default
- import
| ---
:verbose: false
:concurrency: 10
:logfile: ./log/sidekiq.json.log
:queues:
- downstream_high
- dependency_resolution
- downstream_low
- experiments
- default
- import
| Revert "Revert "Revert "Turn down concurrency on Sidekiq""" | Revert "Revert "Revert "Turn down concurrency on Sidekiq"""
| YAML | mit | alphagov/publishing-api,alphagov/publishing-api |
90ddaaf32fea22932fb35574d7d3b82f12d7f3a3 | pages/es/_data/nav.yml | pages/es/_data/nav.yml | - title: Apps & Juegos
desc: Descubra recursos para comenzar a crear sus aplicaciones de Android, aplicaciones web y juegos para Chrome OS.
icon: game-controller
sections:
- title: Adaptar Android
url: android
- title: Adaptar Web
url: web
- title: Juegos
url: games
- title: Publicar... | - title: Apps & Juegos
desc: Descubra recursos para comenzar a crear sus aplicaciones de Android, aplicaciones web y juegos para Chrome OS.
icon: game-controller
sections:
- title: Adaptar Android
url: android
- title: Adaptar Web
url: web
- title: Juegos
url: games
- title: Publicar... | Use correct icon for Spanish's Publish section | Use correct icon for Spanish's Publish section | YAML | apache-2.0 | chromeos/chromeos.dev,chromeos/chromeos.dev |
6c1f2ccab4b453bba4524b9c34f30daf03ba5f00 | packages/sp/spacechar.yaml | packages/sp/spacechar.yaml | homepage: https://gitlab.com/tonymorris/spacechar
changelog-type: markdown
hash: 7cb82bb0277fecdce6ea2b5059d5686e521bfe0851f8a23c142849d70b11f369
test-bench-deps: {}
maintainer: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
synopsis: Space Character
changelog: |
0.0.0.4
* Fix export list
0.0.0.3
* Add prism instances fo... | homepage: https://gitlab.com/tonymorris/spacechar
changelog-type: markdown
hash: dad9c36f67d852fc18fbf2cd8b86cefd4e45bf785a2c68821aa240172b160a30
test-bench-deps: {}
maintainer: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
synopsis: Space Character
changelog: |
0.0.0.5
* Remove unit data types.
0.0.0.4
* Fix export lis... | Update from Hackage at 2022-02-26T13:26:12Z | Update from Hackage at 2022-02-26T13:26:12Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0b7dadd04911cd7d1b1066310b92b71d071adc11 | packages/de/dense-int-set.yaml | packages/de/dense-int-set.yaml | homepage: https://github.com/metrix-ai/dense-int-set
changelog-type: ''
hash: f9f1ceff0877a76fbd9c1eb1a6140b639ecf10dbc4ea6106d676260d483b3761
test-bench-deps: {}
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Dense int-set
changelog: ''
basic-deps:
cereal: ! '>=0.5.5 && <0.6'
base: ! '>=4.11 && <5'
d... | homepage: https://github.com/metrix-ai/dense-int-set
changelog-type: ''
hash: 4acc31c4bd546df63d39488c7f423d59f1338bf824d2408a5d22fa46d9a8e174
test-bench-deps:
rerebase: <2
dense-int-set: -any
quickcheck-instances: ! '>=0.3.11 && <0.4'
tasty-quickcheck: ! '>=0.9 && <0.11'
tasty-hunit: ! '>=0.9 && <0.11'
tas... | Update from Hackage at 2018-10-08T09:07:42Z | Update from Hackage at 2018-10-08T09:07:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
40df3e15cd4c2012d53c182ccfc482b3a19772d5 | packages/po/potoki-cereal.yaml | packages/po/potoki-cereal.yaml | homepage: https://github.com/nikita-volkov/potoki-cereal
changelog-type: ''
hash: ca4ef6c8de31e9cab78b02384953b11873edd5b69b42ccbccd9124eada72b672
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Streaming serialization
changelog: ''
basic-deps:
cereal: ! '>=0.5 && <0.6'
bytestring:... | homepage: https://github.com/metrix-ai/potoki-cereal
changelog-type: ''
hash: a6a4bf739863ddaa84f2335be28b926915caf07bc73928fc01bd2e2285bdb216
test-bench-deps: {}
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Streaming serialization
changelog: ''
basic-deps:
cereal: ! '>=0.5 && <0.6'
bytestring: ! '>=0... | Update from Hackage at 2018-02-26T06:53:24Z | Update from Hackage at 2018-02-26T06:53:24Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9cac8a8e8cae7561e003fcb0d7641c1334cc0a32 | packages/sh/shell-utility.yaml | packages/sh/shell-utility.yaml | homepage: http://hub.darcs.net/thielema/shell-utility/
changelog-type: ''
hash: 88fe7e1745e9fb24aceef978979639f0809ad5cc30e45e75d0c8375168ce8ad4
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Utility functions for writing command-line programs
changelog: ''
basic-deps:
ba... | homepage: http://hub.darcs.net/thielema/shell-utility/
changelog-type: markdown
hash: 9aec785694f832cb053e20c42f3a207788faeab8b724daac8bd26d8393178406
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Utility functions for writing command-line programs
changelog: |
# Change ... | Update from Hackage at 2020-03-21T15:32:25Z | Update from Hackage at 2020-03-21T15:32:25Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
dabb4f7d46d2c2f4fd79dc5e277a582bb3794faa | config/core.extension.yml | config/core.extension.yml | module:
automated_cron: 0
block: 0
breakpoint: 0
ckeditor: 0
color: 0
comment: 0
config: 0
config_direct_save: 0
contact: 0
contextual: 0
datetime: 0
dblog: 0
dynamic_page_cache: 0
editor: 0
entity: 0
entity_reference_revisions: 0
field: 0
field_ui: 0
file: 0
filter: 0
help: 0
... | module:
automated_cron: 0
block: 0
breakpoint: 0
ckeditor: 0
color: 0
comment: 0
config: 0
config_direct_save: 0
contact: 0
contextual: 0
datetime: 0
dblog: 0
dynamic_page_cache: 0
editor: 0
entity: 0
entity_browser: 0
entity_browser_entity_form: 0
entity_reference_revisions: 0
fie... | Install and enable entity browser, entity browser IEF and IEF | Install and enable entity browser, entity browser IEF and IEF
| YAML | mit | cainaru/natalie-sandbox,cainaru/natalie-sandbox,cainaru/natalie-sandbox |
c8d29d1cefa839f112e673dc77591906ddae29ba | apps/qubit/modules/repository/config/view.yml | apps/qubit/modules/repository/config/view.yml | browseSuccess:
javascripts:
/plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js:
/plugins/sfDrupalPlugin/vendor/drupal/misc/tableheader:
listSuccess:
javascripts:
/plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js:
/plugins/sfDrupalPlugin/vendor/drupal/misc/tableheader:
| browseSuccess:
javascripts:
/plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js:
/plugins/sfDrupalPlugin/vendor/drupal/misc/tableheader:
listSuccess:
javascripts:
/plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js:
/plugins/sfDrupalPlugin/vendor/drupal/misc/tableheader:
editThemeSucce... | Add jquery-miniColors assets to editTheme | Add jquery-miniColors assets to editTheme
| YAML | agpl-3.0 | kyfr59/atom-cg35,artefactual/binder,CENDARI/atom,artefactual/atom,artefactual/atom,Surfrdan/atom,artefactual/binder,Surfrdan/atom,artefactual/binder,artefactual/binder,kyfr59/atom-cg35,CENDARI/atom,CENDARI/atom,kyfr59/atom-cg35,artefactual/atom,Surfrdan/atom |
6dc6f59e64e1513de53505efdd665fe481f2c485 | recipes/libconeangle/meta.yaml | recipes/libconeangle/meta.yaml | {% set name = "libconeangle" %}
{% set version = "0.0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/kjelljorner/libconeangle/archive/v{{ version }}.tar.gz
sha256: 8045bce67e7c81485d165e36db59a9af4a9839aad5d419b171620e32922fd324
build:
skip: true # [win or py<... | {% set name = "libconeangle" %}
{% set version = "0.0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/kjelljorner/libconeangle/archive/v{{ version }}.tar.gz
sha256: 8045bce67e7c81485d165e36db59a9af4a9839aad5d419b171620e32922fd324
build:
skip: true # [win or py<... | Add cxx, move scikit-build to host, np version | Add cxx, move scikit-build to host, np version
| YAML | bsd-3-clause | johanneskoester/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes |
6226ffad5d36548d3fd7626210243fbb24c3f39c | hieradata/node.web-01.default.rjw1.uk0.bigv.io.yaml | hieradata/node.web-01.default.rjw1.uk0.bigv.io.yaml | ---
classes:
- mysql::server
- apache
- apache::mod::userdir
- apache::mod::rewrite
accounts:
lb:
comment: 'london bookshops'
home_dir_perms: '0755'
lv:
comment: 'london vegetarian'
home_dir_perms: '0755'
pubology:
comment: 'pubology'
home_dir_perms: '0755'
lc:
comment: 'lon... | ---
classes:
- mysql::server
- apache
- apache::mod::userdir
- apache::mod::rewrite
accounts:
lb:
comment: 'london bookshops'
home_dir_perms: '0755'
lv:
comment: 'london vegetarian'
home_dir_perms: '0755'
pubology:
comment: 'pubology'
home_dir_perms: '0755'
lc:
comment: 'lon... | Allow ipv6 access to web-01 from shell-01 | Allow ipv6 access to web-01 from shell-01
| YAML | mit | rjw1/randomness-puppet,rjw1/randomness-puppet |
414193d723fc0ce472c94cef9f9d5bf9f7c4a3d7 | rock/data/runtime/perl.yml | rock/data/runtime/perl.yml | env:
PATH: "${ROCK_PATH}/bin:${ROCK_PATH}/local/bin:${PATH}"
PERL_LOCAL_LIB_ROOT: "${ROCK_PATH}/local"
PERL_MB_OPT: "--install_base ${ROCK_PATH}/local"
PERL_MM_OPT: "INSTALL_BASE=${ROCK_PATH}/local"
PERL5LIB: "${ROCK_PATH}/lib:${ROCK_PATH}/lib/perl5/x86_64-linux:${ROCK_PATH}/local/lib/perl5"
ROCK_CARTON_INS... | env:
PATH: "${ROCK_PATH}/bin:${ROCK_PATH}/local/bin:${PATH}"
PERL_LOCAL_LIB_ROOT: "${ROCK_PATH}/local"
PERL_MB_OPT: "--install_base ${ROCK_PATH}/local"
PERL_MM_OPT: "INSTALL_BASE=${ROCK_PATH}/local"
PERL5LIB: "${ROCK_PATH}/lib:${ROCK_PATH}/lib/perl5/${PERL_ARCHNAME}:${ROCK_PATH}/local/lib/perl5"
ROCK_CARTON... | Use PERL_ARCHNAME in PERL5LIB paths | Use PERL_ARCHNAME in PERL5LIB paths
| YAML | mit | silas/rock,silas/rock,silas/rock,silas/rock,silas/rock,silas/rock,silas/rock,silas/rock |
20187061cdc593bcc363b157bea8d7b986bdeac4 | roles/docker/tasks/apt.yml | roles/docker/tasks/apt.yml | ---
- name: install linux-image-extra-* packages to enable AuFS driver
apt:
pkg: "{{item}}"
state: present
update_cache: yes
with_items:
- linux-image-extra-{{ansible_kernel}}
- linux-image-extra-virtual
- name: install packages to allow apt to use a repository over HTTPS
apt:
pkg: "{{it... | ---
- name: install linux-image-extra-* packages to enable AuFS driver
apt:
pkg: "{{item}}"
state: present
update_cache: yes
with_items:
- linux-image-extra-{{ansible_kernel}}
- linux-image-extra-virtual
- name: install packages to allow apt to use a repository over HTTPS
apt:
pkg: "{{it... | Install docker-compose via pip for ubuntu | Install docker-compose via pip for ubuntu
| YAML | bsd-3-clause | xiaohanyu/oh-my-laptop,xiaohanyu/oh-my-laptop |
b905ecc0ae8a0a3e59675c15a93f70690fe34d27 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
pull_request:
push:
branches:
- master
tags:
- "*.*.*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
jdk_version: [8, 11, 17]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java... | name: CI
on:
pull_request:
push:
branches:
- master
tags:
- "*.*.*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
jdk_version: [8, 11, 17]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java... | Include building deb package in github action | Include building deb package in github action
| YAML | apache-2.0 | lucidsoftware/cashy,lucidsoftware/cashy,lucidsoftware/cashy |
cf801fe03971efe61d6fbfb9850b29de91a33a7d | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Rust ${{matrix.rust}}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@mast... | name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Rust ${{matrix.rust}}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@mast... | Remove unneded setup instruction for miri | Remove unneded setup instruction for miri
| YAML | apache-2.0 | dtolnay/ryu |
5a4f76d39be2f305ea568ab9d11ac9c31f9358dd | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches: [master]
paths:
- "**.js"
- "package.json"
- ".github/workflows/ci.yml"
pull_request:
branches: [master]
paths:
- "**.js"
- "package.json"
- ".github/workflows/ci.yml"
jobs:
ci:
strategy:
matrix:
os: [ubuntu-lates... | name: CI
on:
push:
branches: [master]
paths:
- "**.js"
- "package.json"
- ".github/workflows/ci.yml"
pull_request:
branches: [master]
paths:
- "**.js"
- "package.json"
- ".github/workflows/ci.yml"
jobs:
ci:
strategy:
matrix:
os: [ubuntu-lates... | Remove Node 15.x from CI workflow | Remove Node 15.x from CI workflow
| YAML | mit | octet-stream/form-data,octet-stream/form-data |
779d6521922defaf609b13255a8b638972146309 | .github/workflows/ci.yml | .github/workflows/ci.yml | ---
name: CI
on:
- push
- pull_request
jobs:
rspec:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ruby:
- '3.0'
- '2.7'
- '2.6'
- '2.5'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Ruby
... | ---
name: CI
on:
- push
- pull_request
jobs:
rspec:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ruby:
- '3.0'
- '2.7'
- '2.6'
- '2.5'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Ruby
... | Remove bundler cache in CI | Remove bundler cache in CI
| YAML | mit | jbox-web/gitolite |
6f7ea8dd160aab91c860365f3d8b6016ba850ffb | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push]
jobs:
bash:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Run test
env:
HIPCHAT_URL: https://httpbin.org/post
SLACK_URL: https://httpbin.org/post
run: bin/antares.sh
nodejs:
runs-on: ubuntu-latest
... | name: CI
on: [push]
jobs:
bash:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Run test
env:
HIPCHAT_URL: https://httpbin.org/post
SLACK_URL: https://httpbin.org/post
CONSOLE_OUTPUT: true
run: bin/antares.sh
nodejs:
... | Add console output to bash version | Add console output to bash version
| YAML | mit | maxcanna/antaresbot,maxcanna/antaresbot |
4d0f296574d0dd2260903fec2af70ee287bc5a4b | .github/workflows/go.yml | .github/workflows/go.yml | name: Go
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.15", "1.16", "1.17" ]
runs-on: ${{ matrix.os }}
steps:
- name: setup Go ${{ matrix.go-version ... | name: Go
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.16", "1.17", "1.18" ]
runs-on: ${{ matrix.os }}
steps:
- name: setup Go ${{ matrix.go-version ... | Update Go version in CI | Update Go version in CI
| YAML | mit | goccy/go-yaml |
af8b2d9d35cd2d86877f8c9b6660d17e7bb592da | update_idb_bdi_bwagiriza.yml | update_idb_bdi_bwagiriza.yml | ---
# Ansible playbook for BWAGIRIZA Burundi
- hosts: localhost
roles:
- logs
# - role: kalite
# version: "0.16.8"
# lang: ['en']
# - kiwix
- role: zim_install
zim_name: "wikipedia.fr wikipedia.rn wikipedia.sw gutenberg.fr vikidia.fr cest-pas-sorcier.fr tedxgeneva2014.fr tedxlausann... | ---
# Ansible playbook for BWAGIRIZA Burundi
- hosts: localhost
roles:
- logs
# - role: kalite
# version: "0.16.8"
# lang: ['en','fr']
# - kiwix
# - role: zim_install
# zim_name: "wikipedia.fr wikipedia.rn wikipedia.sw gutenberg.fr vikidia.fr cest-pas-sorcier.fr tedxgeneva2014.fr tedx... | Add french to KAlite, disable ZIMs download. | Add french to KAlite, disable ZIMs download.
| YAML | mit | ideascube/ansiblecube,ideascube/ansiblecube |
9f2b619d58eb164a894d8b6ca8edec02503a7fae | _data/versions.yml | _data/versions.yml | "3.9": "v3.9.0-devel"
"3.8": "v3.8.0"
"3.7": "v3.7.13"
"3.6": "v3.6.15"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| "3.9": "v3.9.0-devel"
"3.8": "v3.8.0"
"3.7": "v3.7.14"
"3.6": "v3.6.15"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| Update 3.7 version to v3.7.14 | Update 3.7 version to v3.7.14
| YAML | apache-2.0 | arangodb/docs,arangodb/docs,arangodb/docs,arangodb/docs |
2e45e970d3756c464daac3fcb1116349ea631a7e | .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'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a de... | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a de... | Bump ridedott/merge-me-action from 2.9.105 to 2.9.107 | Bump ridedott/merge-me-action from 2.9.105 to 2.9.107
| YAML | mit | fizyk/pytest_pyramid |
b25bcb404129a530a919a756399d779558cc5391 | gce/modules/etcd/kube-proxy.yml | gce/modules/etcd/kube-proxy.yml | apiVersion: v1
kind: Pod
metadata:
name: kube-proxy
namespace: kube-system
spec:
hostNetwork: true
containers:
- name: kube-proxy
image: ${ hyperkube }
command:
- /hyperkube
- proxy
- --master=http://127.0.0.1:8080
securityContext:
privileged: true
volumeMounts:
- mountPa... | apiVersion: v1
kind: Pod
metadata:
name: kube-proxy
namespace: kube-system
# This annotation ensures that kube-proxy does not get evicted if the node
# supports critical pod annotation based priority scheme.
# Note that kube-proxy runs as a static pod so this annotation does NOT have
# any effect on resched... | Update Proxy to use Container | Update Proxy to use Container
| YAML | apache-2.0 | cncf/cross-cloud |
ef3ac1fae9d18d500267cbbff21230b27a294459 | .github/workflows/build-and-test.yml | .github/workflows/build-and-test.yml | name: build cv2pdb
on: [push, pull_request]
env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: src/cv2pdb.vcxproj
# Configuration type to build.
BUILD_CONFIGURATION: Release
BUILD_PLATFORM: x64
BUILD_PLATFORM_TOOLSET: v142
jobs:
build:
runs-on: windows-latest... | name: build and test cv2pdb
on: [push, pull_request]
env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: src/cv2pdb.vcxproj
# Configuration type to build.
BUILD_CONFIGURATION: Release
BUILD_PLATFORM: x64
BUILD_PLATFORM_TOOLSET: v142
jobs:
build:
runs-on: windo... | Verify in the GitHub workflow that cv2pdb can handle GCC's output | Verify in the GitHub workflow that cv2pdb can handle GCC's output
Git for Windows uses cv2pdb to convert the debugging information
produced by GCC to `.pdb` format, for use with Visual C's tools.
A recent GCC upgrade broke this because the debugging information was
produced in DWARF5 format, and the Git for Windows m... | YAML | artistic-2.0 | rainers/cv2pdb,rainers/cv2pdb |
faa3546d63e93f7e93a4c85ad6b22eb7b30d1650 | .github/workflows/release-add-on.yml | .github/workflows/release-add-on.yml | name: Release Add-On
on:
push:
branches:
- main
paths:
- 'addOns/**/gradle.properties'
jobs:
release:
name: Build and Release Add-On
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- name: Setup... | name: Release Add-On
on:
push:
branches:
- main
paths:
- 'addOns/**/gradle.properties'
jobs:
release:
name: Build and Release Add-On
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- name: Setup... | Include zapbot Crowdin auth token for releases | Include zapbot Crowdin auth token for releases
The auth token is required to upload the source files to Crowdin when
the add-ons are released.
Signed-off-by: thc202 <43af82ef30812a20fbcf38b99a6f72cdd3a89ac1@gmail.com>
| YAML | apache-2.0 | kingthorin/zap-extensions,kingthorin/zap-extensions,denniskniep/zap-extensions,thc202/zap-extensions,denniskniep/zap-extensions,psiinon/zap-extensions,secdec/zap-extensions,thc202/zap-extensions,zaproxy/zap-extensions,psiinon/zap-extensions,kingthorin/zap-extensions,psiinon/zap-extensions,secdec/zap-extensions,kingthor... |
5d1bdd38bb1a14a1cf2d8160bf98f5ba0b7b42cd | .github/workflows/inflate.yml | .github/workflows/inflate.yml | name: Inflate netkans
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
Inflate:
runs-on: ubuntu-latest
steps:
- name: Get NetKAN repo
uses: actions/checkout@v2
... | name: Inflate netkans
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
Inflate:
runs-on: ubuntu-latest
steps:
- name: Get NetKAN repo
uses: actions/checkout@v2
... | Remove GITHUB_ prefix from our env vars | Remove GITHUB_ prefix from our env vars
| YAML | cc0-1.0 | severedsolo/NetKAN,NathanKell/NetKAN,DaMichel/NetKAN |
96acae11ea08f01bda83143a9f3078bfc1a46462 | .github/workflows/nodebug.yml | .github/workflows/nodebug.yml | name: No Assertions
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
ndebug:
name: No Assertions
uses: steinwurf/nodebug-action/.github/workflows/a... | name: No Assertions
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
ndebug:
name: No Assertions
uses: steinwurf/nodebug-action/.github/workflows/a... | Update No Assertions to new version 4.0.0 | Update No Assertions to new version 4.0.0 | YAML | bsd-3-clause | steinwurf/stub,steinwurf/stub |
0a8efd009ad9e3b0051b6714fc7ca7e55146e171 | .github/workflows/publish.yml | .github/workflows/publish.yml | name: Publish
on:
push:
branches: [master]
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: https://registry.npmjs.org/
- run: yarn
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB... | name: Publish
on:
push:
branches: [master]
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: https://registry.npmjs.org/
- run: yarn
- run: git stash
- run: yarn run lerna publis... | Deploy action: revert git stash | Deploy action: revert git stash
| YAML | isc | damienmortini/dlib |
b46cbf806662ee68ef49ae517a583162a2fbd059 | .github/workflows/release.yml | .github/workflows/release.yml | # See:
# https://docs.github.com/en/free-pro-team@latest/actions/guides/publishing-java-packages-with-maven
# https://central.sonatype.org/pages/apache-maven.html
# https://github.com/actions/setup-java
name: release
on:
workflow_dispatch:
jobs:
release:
environment: release
runs-on: ubuntu-latest
st... | # See:
# https://docs.github.com/en/free-pro-team@latest/actions/guides/publishing-java-packages-with-maven
# https://central.sonatype.org/pages/apache-maven.html
# https://github.com/actions/setup-java
name: release
on:
workflow_dispatch:
jobs:
release:
environment: maven_central
runs-on: ubuntu-latest
... | Add git user.name and user.email, rename environment | Add git user.name and user.email, rename environment
| YAML | bsd-2-clause | commonmark/commonmark-java,commonmark/commonmark-java,vsch/commonmark-java,commonmark/commonmark-java,vsch/commonmark-java,vsch/commonmark-java |
19065c21c7f074a17e90485734f6a456236cf3d7 | .github/workflows/windows.yml | .github/workflows/windows.yml | name: windows
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: windows-latest
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@... | name: windows
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: windows-latest
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@... | Fix Windows GitHub Action (GITHUB_PATH env vs add-path command) | Fix Windows GitHub Action (GITHUB_PATH env vs add-path command)
Refs:
- https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files
- https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path.... | YAML | artistic-2.0 | kberov/mojo,kraih/mojo,s1037989/mojo,lindleyw/mojo,kiwiroy/mojo,s1037989/mojo |
6891e408390e1e3c71f3beed1c90791b700dc856 | azure-pipelines.yml | azure-pipelines.yml | # ASP.NET Core
# Build and test ASP.NET Core web applications targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/vsts/pipelines/languages/dotnet-core
pool:
vmImage: 'Ubuntu 16.04'
variables:
buildConfiguration: 'Release'
steps:
- script: dotnet... | pool:
vmImage: 'Ubuntu 16.04'
variables:
buildConfiguration: 'Release'
steps:
- script: dotnet build --configuration $(buildConfiguration)
displayName: 'dotnet build $(buildConfiguration)'
| Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | Daniel-GabrielN/CoreMigrationsWebApi |
61c6078ab15a16d1c9bde09e8bf65c07df40dcf0 | metadata/com.tananaev.passportreader.yml | metadata/com.tananaev.passportreader.yml | Categories:
- Connectivity
- Security
License: Apache-2.0
AuthorName: Anton Tananaev
AuthorEmail: anton.tananaev@gmail.com
SourceCode: https://github.com/tananaev/passport-reader
IssueTracker: https://github.com/tananaev/passport-reader/issues
AutoName: e-Passport Reader
Description: |-
Android app that uses t... | Categories:
- Connectivity
- Security
License: Apache-2.0
AuthorName: Anton Tananaev
AuthorEmail: anton.tananaev@gmail.com
SourceCode: https://github.com/tananaev/passport-reader
IssueTracker: https://github.com/tananaev/passport-reader/issues
AutoName: e-Passport Reader
Description: |-
Android app that uses t... | Update CurrentVersion of e-Passport Reader to 2.2 (17) | Update CurrentVersion of e-Passport Reader to 2.2 (17)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
4ed1ae17eb1259fc61d66e81b9b864932afa688e | azure-pipelines.yml | azure-pipelines.yml | variables:
CI: 'true'
trigger:
- master
jobs:
- job: 'Test'
pool:
vmImage: 'Ubuntu-16.04'
strategy:
matrix:
Python352:
python.version: '3.5.2'
toxenv: 'py35-asyncio'
Python35:
python.version: '3.5'
toxenv: 'py35-asyncio'
Python36:
python.version... | variables:
CI: 'true'
trigger:
- master
jobs:
- job: 'Test'
pool:
vmImage: 'Ubuntu-16.04'
strategy:
matrix:
# Python352:
# python.version: '3.5.2'
# toxenv: 'py35-asyncio'
Python35:
python.version: '3.5'
toxenv: 'py35-asyncio'
Python36:
python.v... | Disable 3.5.2 tests on Azure for now | Disable 3.5.2 tests on Azure for now
| YAML | mit | cole/aiosmtplib |
fc9da5634476d87cc3e63fdf49769cc6e5da11f8 | azure-pipelines.yml | azure-pipelines.yml | name: $(Date:yyyy-MM-dd)-build-$(Rev:r)
jobs:
- template: dotnetcore.job.yml
parameters:
jobName: windows
jobDisplayName: Windows (x64)
pool: Hosted VS2017
configuration: $(BuildConfiguration)
runtimeId: win-x64
enableCodeCoverage: true
selfContained: true
artifactPrefix: thnetii-dotne... | name: $(Date:yyyy-MM-dd)-rev-$(Rev:r)
jobs:
- template: dotnetcore.job.yml
parameters:
jobName: windows
jobDisplayName: Windows (x64)
pool: Hosted VS2017
configuration: $(BuildConfiguration)
runtimeId: win-x64
enableCodeCoverage: true
selfContained: true
artifactPrefix: thnetii-dotnet-... | Use rev instead of build in CI Build name | Use rev instead of build in CI Build name
| YAML | mit | thnetii/dotnet-common |
e47c34453724cdf61104e3643ebcbf0b1d7d4403 | packages/pr/prettyFunctionComposing.yaml | packages/pr/prettyFunctionComposing.yaml | homepage: ''
changelog-type: ''
hash: 97adc88079779a0479c99ae7dbe0f8d0fe632ea40c6875aee4b22db0c4689c85
test-bench-deps: {}
maintainer: nick.rudnick@gmail.com
synopsis: prettier function composition by (°)
changelog: ''
basic-deps:
base: ! '>=0 && <5'
all-versions:
- '1.0.1'
author: Nick Rudnick
latest: '1.0.1'
descri... | homepage: ''
changelog-type: text
hash: 98f028b5dc32590dcef68212e62d3fcb5a9ae619dcd79ff5c3dcf70785e0f158
test-bench-deps: {}
maintainer: nick.rudnick@gmail.com
synopsis: prettier function composition by (°)
changelog: ! '2.0.0 (°) now infixr 9 instead of infixl 9 (2016-5-6)
'
basic-deps:
base: ! '>=0 && <5'
all-ver... | Update from Hackage at 2016-05-13T01:19:59+0000 | Update from Hackage at 2016-05-13T01:19:59+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
d79c58c52aab841164604319358880297f2d8495 | config/database.yml | config/database.yml | # SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#
default_sqlite: &default_sqlite
adapter: sqlite3
pool: 5
timeout: 5000
development:
<<: *default_sqlite
database: db/development.sqlite3
# Warning: The database defined as "test" will be... | # SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#
# 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 same as development or production.
defaul... | Reconfigure so that we can use PGSQL in all envs | Reconfigure so that we can use PGSQL in all envs
We will start using the XML and JSON types that are PG-specific. This
forces us to stop using SQLite in dev/test.
| YAML | apache-2.0 | Xalgorithms/xa-elegans,Xalgorithms/xa-elegans,Xalgorithms/xa-elegans |
76a2e8030cf0db91ec48b5690991dd8ad6616626 | config/monolog.yaml | config/monolog.yaml | # https://github.com/Seldaek/monolog/blob/master/doc/02-handlers-formatters-processors.md
logger_name: 'Slim3Skeleton'
StreamHandler: &StreamHandler
enable: true
level: DEBUG
NativeMailerHandler: &NativeMailerHandler
enable: false
level: ERROR
to: ''
subject: 'Slim 3 Skeleton Error'
from:... | # https://github.com/Seldaek/monolog/blob/master/doc/02-handlers-formatters-processors.md
logger_name: 'Slim3Skeleton'
StreamHandler:
enable: true
level: DEBUG
NativeMailerHandler:
enable: false
level: ERROR
to: ''
subject: 'Slim 3 Skeleton Error'
from: { 'no-reply@localhost.com': 'Slim 3... | Fix in Monolog config file | Fix in Monolog config file
| YAML | mit | aurmil/slim3-skeleton,aurmil/slim3-skeleton |
678e02910607093fb9c40409d075c1ba8c8ab2d9 | tests/7.2-extensions/goss.yaml | tests/7.2-extensions/goss.yaml | command:
php -m:
exit-status: 0
stdout:
- '[PHP Modules]'
- apcu
- bcmath
- bz2
- calendar
- Core
- ctype
- curl
- date
- dom
- exif
- fileinfo
- filter
- ftp
- hash
- iconv
- imagick
- json
- sodium
- libxml
- mbstring
- ... | command:
php -m:
exit-status: 0
stdout:
- '[PHP Modules]'
- apcu
- bcmath
- bz2
- calendar
- Core
- ctype
- curl
- date
- dom
- exif
- fileinfo
- filter
- ftp
- hash
- iconv
- imagick
- json
- sodium
- libxml
- mbstring
- ... | Fix tests - Xdebug doesn't compile on PHP 7.2 yet | Fix tests - Xdebug doesn't compile on PHP 7.2 yet
| YAML | mit | php-earth/docker-php,php-earth/docker-php |
bc702e5db2679a7887a90f7658459139fdb0d529 | .github/workflows/run_starminder.yml | .github/workflows/run_starminder.yml | name: Run Starminder
on:
push:
branches:
- main
schedule:
- cron: "13 10 * * *" # adjust to your liking
jobs:
build:
name: Run Starminder Script
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python 3.9
u... | name: Run Starminder
on:
schedule:
- cron: "13 10 * * *" # adjust to your liking
jobs:
build:
name: Run Starminder Script
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
... | Remove push to main trigger | Remove push to main trigger
Okay, I admit it's bit much.
| YAML | mit | nkantar/Starminder |
d274252d6dc00e6786172b956f5461dad26ffb86 | .github/workflows/trigger_deploy.yml | .github/workflows/trigger_deploy.yml | name: Trigger the deployment action in another repo
on:
workflow_dispatch:
push:
branches: [ "master" ]
jobs:
trigger_deploy:
runs-on: ubuntu-latest
steps:
- name: Send the Repository Dispatch event
uses: peter-evans/repository-dispatch@v2.0.0
with:
token: ${{ secret... | name: Trigger the deployment action in another repo
on:
workflow_dispatch:
push:
branches: [ "master" ]
jobs:
trigger_deploy:
runs-on: ubuntu-latest
steps:
- name: Send the Repository Dispatch event
uses: peter-evans/repository-dispatch@v2.0.0
with:
token: ${{ secret... | Change the event-type to deploy-unblock-youku | Change the event-type to deploy-unblock-youku
for better readability | YAML | agpl-3.0 | uku/Unblock-Youku,uku/Unblock-Youku |
f617920b8e3c8e66284ceb6e12fd5740274d0d42 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
matrix:
include:
- os: linux
- os: osx
osx_image: xcode9.3
| language: java
matrix:
include:
- os: linux
dist: trusty
jdk:
- openjdk8
- os: osx
osx_image: xcode9.3
jdk:
- oraclejdk8
| Use OpenJDK and trusty Linux. | Use OpenJDK and trusty Linux.
| YAML | mit | dblock/jenkins-ansicolor-plugin,jenkinsci/ansicolor-plugin,jenkinsci/ansicolor-plugin,dblock/jenkins-ansicolor-plugin |
cab8f8779e04c45f6b80bfeba85c420ddec45250 | .travis.yml | .travis.yml | language: ruby
cache: bundler
script:
- bundle exec rake
- bundle exec rspec
- bundle exec cucumber
rvm:
- 2.0.0
| language: ruby
cache: bundler
script:
- bundle exec rake
- bundle exec rspec
rvm:
- 2.0.0
| Remove Cucumber from Travis config, already covered by Rake | Remove Cucumber from Travis config, already covered by Rake
| YAML | agpl-3.0 | valeriecodes/refugerestrooms,RefugeRestrooms/refugerestrooms,valeriecodes/refugerestrooms,azelma/refugerestrooms,cllns/refugerestrooms,azelma/refugerestrooms,azelma/refugerestrooms,RefugeRestrooms/refugerestrooms,RefugeRestrooms/refugerestrooms,cllns/refugerestrooms,mathonsunday/welcomehome,valeriecodes/refugerestrooms... |
fa4201a64f6e062b9aa3f66d32d5743a0a158437 | .travis.yml | .travis.yml | language: cpp
sudo: required
dist: trusty
compiler:
- gcc
os:
- linux
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git
- sudo apt-get install -y libboost-all-dev
- sudo apt-get install -y libpqxx-3.1 libpqxx3-dev
- sudo apt-get install -y libconfig++
- sudo apt-get install -y cmake... | language: cpp
sudo: required
dist: trusty
compiler:
- gcc
os:
- linux
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git
- sudo apt-get install -y sshpass
- sudo apt-get install -y libboost-all-dev
- sudo apt-get install -y libpqxx-3.1 libpqxx3-dev
- sudo apt-get install -y libconfig+... | Update download_data.sh for non-interactive use | Update download_data.sh for non-interactive use
| YAML | apache-2.0 | alexkernphysiker/j-pet-framework,alexkernphysiker/j-pet-framework,alexkernphysiker/j-pet-framework,alexkernphysiker/j-pet-framework,JPETTomography/j-pet-framework,JPETTomography/j-pet-framework,JPETTomography/j-pet-framework,alexkernphysiker/j-pet-framework |
c5dcc04d2020984953436263140e417fd7b958d1 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
- hhvm
sudo: false
env:
global:
- COMPOSER_DISABLE_XDEBUG_WARN=1
matrix:
fast_finish: true
include:
- php: 5.3.3
dist: precise
- php: 5.3
dist: precise
allow_failures:
- php: nightly
before_... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
sudo: false
env:
global:
- COMPOSER_DISABLE_XDEBUG_WARN=1
matrix:
fast_finish: true
allow_failures:
- php: nightly
before_script:
- travis_retry composer install --prefer-source --no-interaction
script: composer... | Drop PHP 5.3 and hhvm testing | Drop PHP 5.3 and hhvm testing
| YAML | mit | wikimedia/composer-merge-plugin,bd808/composer-merge-plugin |
f3824a053d5682707fc6866ca3823ef72f79210a | .travis.yml | .travis.yml | language: perl6
perl6:
- latest
install:
- rakudobrew build-panda
- panda --notests installdeps .
script:
- perl6 -MPanda::Builder -e 'Panda::Builder.build(~$*CWD)'
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
sudo: false
| language: perl6
perl6:
- latest
install:
- rakudobrew build-zef
- zef --debug --depsonly --/test install .
script:
- zef build .
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
sudo: false
| Use zef instead of panda | Use zef instead of panda
| YAML | artistic-2.0 | titsuki/p6-Terminal-Readsecret,titsuki/p6-Terminal-Readsecret |
3521d6b6a57231fd9052a478f1aa8a14a2c67d0c | .travis.yml | .travis.yml | sudo: required
services:
- docker
language: node_js
node_js:
- node
script:
- npm run lint
- npm run generate-coverage
- npm run check-coverage
- npm run upload-coverage-coveralls
- npm run upload-coverage-codacy
deploy:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- chmod +x scripts/*
- ./scripts/d... | sudo: required
services:
- docker
language: node_js
node_js:
- node
script:
- npm run lint
- npm run generate-coverage
- npm run check-coverage
- npm run upload-coverage-coveralls
- npm run upload-coverage-codacy
after_script:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- chmod +x scripts/*
- ./scr... | Use after_script instead of deploy | Use after_script instead of deploy
| YAML | mit | nhsuk/connecting-to-services,nhsuk/connecting-to-services |
16e52c7b067d35feb22b9938192dd600524f7e7b | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: stable
- rust: beta
| language: rust
rust:
- beta
- nightly
matrix:
allow_failures:
- rust: beta
| Stop running tests on stable | Stop running tests on stable
Useless without pass on beta; currently using nightly features.
| YAML | mit | OJFord/tapioca |
a8cd8527b9b908e216904f1ee1f7a6ff39375f66 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
script:
- bundle exec jekyll build
- bundle exec htmlproof ./_site
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
cache: bundler
| language: ruby
rvm:
- 2.0.0
script:
- bundle exec jekyll build
- bundle exec htmlproof ./_site --url-ignore /linkedin\.com/
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
cache: bundler
| Update htmlproof check to ignore LinkedIn URLs since they return a response code of 999 | Update htmlproof check to ignore LinkedIn URLs since they return a response code of 999
| YAML | mit | esquireofoz/esquireofoz.github.io,esquireofoz/esquireofoz.github.io |
a01cfd0f9593052e89288045a3c3133d3ab2bcfb | .travis.yml | .travis.yml | go_import_path: github.com/cloudflare/unsee
jobs:
include:
- stage: Lint docs
language: node_js
node_js: "8"
cache:
directories:
- node_modules
# install defaults to "npm install", which is done via make
install: []
script: make lint-docs
- stage: Test G... | go_import_path: github.com/cloudflare/unsee
defaults_go: &DEFAULTS_GO
language: go
go: "1.9.2"
cache:
directories:
- vendor
defaults_js: &DEFAULTS_JS
language: node_js
node_js: "8"
# install defaults to "npm install", which is done via make
install: []
cache:
directories:
- node_mo... | Use YAML anchors to deduplicate common stage variables | Use YAML anchors to deduplicate common stage variables
| YAML | apache-2.0 | cloudflare/unsee,cloudflare/unsee,cloudflare/unsee,cloudflare/unsee,cloudflare/unsee |
9e8626014ea210a1cd978f9ad9a4f05e65e812b6 | .travis.yml | .travis.yml | after_script:
- NODE_ENV=test
- istanbul cover ./node_modules/mocha/bin/_mocha
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- rm -rf ./coverage
language: node_js
node_js:
- stable
sudo: false
| after_script:
- NODE_ENV=test
- istanbul cover ./node_modules/mocha/bin/_mocha
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- rm -rf ./coverage
language: node_js
node_js:
- stable
- 4.2.2
sudo: false
| Add LTS test scenario for Travis | Add LTS test scenario for Travis
| YAML | apache-2.0 | CmStar283/wres,CmStar283/wres |
8f024bb06f3bc7a6d01561b93978a2d84b61b627 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
env:
- REQUIREMENTS=lowest
- REQUIREMENTS=release
matrix:
exclude:
- python: "3.2"
env: REQUIREMENTS=lowest
- python: "3.3"
env: REQUIREMENTS=lowest
- python: "3.4"
env: REQUIREMENTS=low... | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
env:
- REQUIREMENTS=lowest
- REQUIREMENTS=release
matrix:
exclude:
- python: "3.2"
env: REQUIREMENTS=lowest
- python: "3.3"
env: REQUIREMENTS=lowest
- python: "3.4"
env: REQUIREMENTS=low... | Fix on the config file. | Fix on the config file.
| YAML | mit | weso/CWR-DataApi |
57b1f2aa1146bb24d0bf075e9b04e85ce60ca812 | .travis.yml | .travis.yml | language: python
python:
- 2.7
branches:
only:
- master
install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt
script:
- py.test
after_success:
- pip install python-coveralls
- coveralls
| language: python
python:
- 2.7
branches:
only:
- master
install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt
- export PYTHONPATH=$PYTHONPATH:.
script:
- py.test
after_success:
- pip install python-coveralls
- coveralls
| Add current dir to PYTHONPATH | Add current dir to PYTHONPATH
| YAML | mit | eliangcs/pystock-crawler,hsd315/pystock-crawler |
1cb90b87f4f63ceea859ff90b0072db180f52a70 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- 2.4.0
- jruby-9.0.5.0
notifications:
email:
on_success: never
sudo: false
env:
global:
# If changing this number, please also change it in `test/test_helper.rb`.
- STRIPE_MOCK_VERSION=0.16.0
cache:
directories:
- stripe-mock
befor... | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- jruby-9.0.5.0
notifications:
email:
on_success: never
sudo: false
env:
global:
# If changing this number, please also change it in `test/test_helper.rb`.
- STRIPE_MOCK_VERSION=0.16.0
cache:
directories:
- stripe-mock
bef... | Add Ruby 2.5 to test matrix + use aliases | Add Ruby 2.5 to test matrix + use aliases
Adds Ruby 2.5 to the test matrix.
I also switched us over to aliases of each major Ruby version because I
think it makes more sense to be locked to whatever the latest release in
each is.
| YAML | mit | stripe/stripe-ruby |
fe835b46ef79a805e316c273d57bd31678957085 | .travis.yml | .travis.yml | language: node_js
node_js:
- '8'
- '10'
- '11'
- '12'
script: node run_tests.js
notifications:
email: false
irc:
- irc.freenode.org#statsd
deploy:
provider: npm
email: elliot@lybrary.io
api_key:
secure: deHm/dx0AJoSpkgbi+480BbC8Qxsv5vf4TPfMqM8uGYicj6qMJBjG7AZtCUIcJ0mSEoc9Zf79jOJCeWC53CWziQX+D+AXDC/8RGlq... | language: node_js
node_js:
- '10'
- '12'
- '14'
script: node run_tests.js
notifications:
email: false
irc:
- irc.freenode.org#statsd
deploy:
provider: npm
email: elliot@lybrary.io
api_key:
secure: deHm/dx0AJoSpkgbi+480BbC8Qxsv5vf4TPfMqM8uGYicj6qMJBjG7AZtCUIcJ0mSEoc9Zf79jOJCeWC53CWziQX+D+AXDC/8RGlqtx1h1z... | Update CI to use current node lts versions | Update CI to use current node lts versions
| YAML | mit | etsy/statsd,etsy/statsd,etsy/statsd |
ebdc053ac500f16c73c60f124c279055c996a466 | .travis.yml | .travis.yml | language: go
go:
- 1.9.1
- 1.8.4
sudo: false
script:
- go vet ./...
- go test ./...
| language: go
go:
- 1.9.2
- 1.8.5
sudo: false
script:
- go vet ./...
- go test ./...
| Build against 1.9.2 and 1.8.5 | Build against 1.9.2 and 1.8.5 | YAML | mit | TV4/graceful |
094039dbc84cc46d76934a786b7594a95b89e14e | .travis.yml | .travis.yml | language: php
php:
- 5.3
env:
- DB=MYSQL CORE_RELEASE=3.0
matrix:
include:
- php: 5.3
env: DB=PGSQL CORE_RELEASE=3.0
- php: 5.3
env: DB=SQLITE CORE_RELEASE=3.0
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.0
- php: 5.5
env: DB=MYSQL CORE_RELEASE=3.0
allow_failures:
- ph... | language: php
php:
- 5.3
env:
- DB=MYSQL CORE_RELEASE=3.0
matrix:
include:
- php: 5.3
env: DB=PGSQL CORE_RELEASE=3.0
- php: 5.3
env: DB=SQLITE CORE_RELEASE=3.0
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.0
- php: 5.5
env: DB=MYSQL CORE_RELEASE=3.0
before_script:
- git clo... | Remove PHP 5.5 from allowed failures | Remove PHP 5.5 from allowed failures
| YAML | bsd-3-clause | silverstripe/silverstripe-cms,silverstripe/silverstripe-cms,jonom/silverstripe-cms,silverstripe-labs/silverstripe-reports,silverstripe-labs/silverstripe-reports,dhensby/silverstripe-reports,helpfulrobot/i-lateral-silverstripe-siteconfig,silverstripe/silverstripe-siteconfig,jonom/silverstripe-cms,dhensby/silverstripe-cm... |
b490af2999d00852f03e7d441792d4aef588b529 | .travis.yml | .travis.yml | language: go
go:
- 1.9
- "1.10"
- master
addons:
apt:
packages:
- rpm
- snapd
env:
- PATH=/snap/bin:$PATH
install:
- go get -d -v ./...
- sudo snap install snapcraft --classic
script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v -covermo... | language: go
go:
- 1.9
- "1.10"
- master
addons:
apt:
packages:
- rpm
- snapd
env:
- PATH=/snap/bin:$PATH
install:
- go get -d -v ./...
- sudo snap install snapcraft --classic
script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v -covermo... | Remove coverage.out at the end of the script | Remove coverage.out at the end of the script
| YAML | agpl-3.0 | ilyaglow/cortex-tgbot |
af7d0e79c28d0d40fc0cdd2c8d0a2be5d252577f | .travis.yml | .travis.yml | sudo: false
language: java
jdk:
- oraclejdk7
- oraclejdk8
env:
matrix:
- NEO_VERSION=2.0.5
- NEO_VERSION=2.1.8
- NEO_VERSION=2.2.10
EXTRA_PROFILES=-Pwith-neo4j-io
- NEO_VERSION=2.3.5
EXTRA_PROFILES=-Pwith-neo4j-io
install: true
script: mvn clean test -Dneo4j.version=${NEO_VERSION} ${EXTR... | sudo: false
language: java
jdk:
- oraclejdk7
- oraclejdk8
env:
matrix:
- NEO_VERSION=2.0.5
- NEO_VERSION=2.1.8
- NEO_VERSION=2.2.10
EXTRA_PROFILES=-Pwith-neo4j-io
- NEO_VERSION=2.3.6
EXTRA_PROFILES=-Pwith-neo4j-io
install: true
script: mvn clean test -Dneo4j.version=${NEO_VERSION} ${EXTR... | Test against latest 2.3.x version | Test against latest 2.3.x version
| YAML | apache-2.0 | fbiville/neo4j-jdbc-2x |
6e51c7354c9a461d0c61b36481af18f7e647cb2e | .travis.yml | .travis.yml | sudo: false
language: python
python:
- "2.7"
branches:
only:
- staging
- master
install:
# for fontmake
- git clone https://github.com/googlei18n/fontmake.git
- cd fontmake
- pip install -r requirements.txt
- python setup.py install
- cd ..
# for fontdiff
- wget https://github.com/googlei18... | sudo: false
language: python
python:
- "2.7"
branches:
only:
- staging
- master
install:
# for fontmake
- git clone https://github.com/googlei18n/fontmake.git
- cd fontmake
- pip install -r requirements.txt
- python setup.py install
- cd ..
# for notodiff
- git clone https://github.com/goog... | Install notodiff as part of setup | [ci] Install notodiff as part of setup
| YAML | apache-2.0 | googlefonts/noto-source,googlefonts/noto-source,googlei18n/noto-source,googlei18n/noto-source,googlefonts/noto-source,googlei18n/noto-source |
5729d4113cfa5dc7c2dae931e76678010b1ecf51 | .travis.yml | .travis.yml | language: c
script: make && make check
sudo: required
dist: trusty
compiler:
- clang
- gcc
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libyajl-dev libyaml-dev
| language: c
script: make && make check
sudo: required
dist: trusty
compiler:
- clang
- gcc
addons:
apt:
packages:
- libyajl-dev
- libyaml-dev
| Use apt addon for Travis | Use apt addon for Travis
| YAML | bsd-2-clause | sjmulder/json-yaml |
d561c8aa9f713a610bcb2a06fc3cd9747430301b | .travis.yml | .travis.yml | sudo: false
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- cd $TRAVIS_BUILD_DIR/dnsimple
- "$HOME/gopath/bin/goveralls... | sudo: false
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
# before_install:
# - go get github.com/axw/gocov/gocov
# - go get github.com/mattn/goveralls
# - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
# script:
# - cd $TRAVIS_BUILD_DIR/dnsimple
# - "$HOME/gopath... | Disable Coverall as it randomly fails | Disable Coverall as it randomly fails
I'll probably kill it once for all.
| YAML | mit | aetrion/dnsimple-go,weppos/go-dnsimple |
171b5aedc65a40f03ffac1af3a51300199a02ac3 | .travis.yml | .travis.yml | language: c++
sudo: required
compiler:
- gcc
before_install:
- sudo apt-get install software-properties-common
- sudo add-apt-repository ppa:george-edison55/cmake-3.x
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install libboost-all-dev
script:
- mkdir build && cd build && cmake .. && make
| language: c++
sudo: required
compiler:
- gcc
before_install:
- sudo apt-get install -y software-properties-common
- sudo add-apt-repository ppa:george-edison55/cmake-3.x -y
- sudo apt-get -qq update
- sudo apt-get -y upgrade
- sudo apt-get -y install libboost-all-dev
script:
- mkdir build && cd build && cmake .. && m... | Fix install options for cmake | Fix install options for cmake
| YAML | mit | dopsi/mdl |
e5ca7deba84dc0268e9d14180169e07e7b36702f | .travis.yml | .travis.yml | script: make -f makefile.unix -j 3
install:
- cd src
language: cpp
before_install:
- sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev libssl-dev libminiupnpc-dev -y
| language: cpp
before_install:
- sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev libssl-dev libminiupnpc-dev -y
install:
- cd src
script:
- make -f makefile.unix -j 3
- make check
notifications:
irc:
channels:
- "chat.freenode.net#cryptopool... | Update Travis to include Auto Testing | Update Travis to include Auto Testing | YAML | mit | CryptoRepairCrew/Android-Token-V2,Crypto2/AndroidsTokens_v2,Crypto2/AndroidsTokens_v2,Crypto2/AndroidsTokens_v2,CryptoRepairCrew/Android-Token-V2,CryptoRepairCrew/Android-Token-V2,CryptoRepairCrew/Android-Token-V2,Crypto2/AndroidsTokens_v2,CryptoRepairCrew/Android-Token-V2 |
add4c70d86676b33db254f2f7e92b5bd668bcc28 | .travis.yml | .travis.yml | language: python
dist: xenial
os: linux
cache: pip
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
notifications:
email: datasnakes@gmail.com
# command to install dependencies
install:
- "pip install --upgrade pip setuptools wheel"
- "pip install --only-binary=numpy,scipy numpy scipy"
- "pip install matplotlib ... | language: python
dist: xenial
os: linux
cache: pip
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
notifications:
email: datasnakes@gmail.com
# command to install dependencies
install:
- "pip install --upgrade pip setuptools wheel"
- "pip install --only-binary=numpy,scipy numpy scipy"
- "pip install matplotlib ... | Add pip installation of package for pytest. | Add pip installation of package for pytest.
| YAML | mit | datasnakes/Datasnakes-Scripts,datasnakes/Datasnakes-Scripts,datasnakes/Datasnakes-Scripts,datasnakes/Datasnakes-Scripts,datasnakes/Datasnakes-Scripts,datasnakes/Datasnakes-Scripts |
b9e649ed4f3ba6c1f73b4875c5557b08d0b2d616 | .travis.yml | .travis.yml | language: java
sudo: false
addons:
sonarqube:
organization: "wojciechzankowski-github"
jdk:
- oraclejdk8
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
after_success:
- bash <(curl -s https://codecov.io/bash) | language: java
sudo: false
addons:
sonarqube:
organization: "wojciechzankowski-github"
jdk:
- oraclejdk8
- openjdk11
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
after_success:
- bash <(curl -s https://codecov.io/bash) | Prepare to 2.2.4 version release | Prepare to 2.2.4 version release
| YAML | apache-2.0 | WojciechZankowski/iextrading4j |
22da11ecb67ec61c1149f99ee6caceb57f270fe2 | .travis.yml | .travis.yml | dist: trusty
language: rust
rust:
- stable
- beta
- nightly
env:
- OPTS=
- OPTS=--features=double_precision
matrix:
allow_failures:
- rust: nightly
script:
- cargo build --verbose ${OPTS}
- cargo test --verbose
| dist: trusty
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo build --verbose
- cargo test --verbose
| Remove the feature for double precision | :green_heart: Remove the feature for double precision
| YAML | mit | 0ncorhynchus/xyzio |
de00f103f29d4c850abba033a186cae964e4eef2 | .travis.yml | .travis.yml | sudo: false
language: python
notifications:
email: false
env:
global:
python:
- 2.7
- 2.6
install:
- rm applymoban.py
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
script:
make test
after_success:
codecov | sudo: false
language: python
notifications:
email: false
env:
global:
python:
- 3.5
- 3.4
- 3.3
- 2.7
- 2.6
install:
- rm applymoban.py
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
script:
make test
after_success:
codecov
| Add Python 3.3-3.5 to Travis matrix | Add Python 3.3-3.5 to Travis matrix
| YAML | bsd-3-clause | pyexcel/pyexcel-text,pyexcel/pyexcel-text |
26a49ca9d70a80079d2ceef3d53593ee4823a42c | .travis.yml | .travis.yml | rvm: 2.2
sudo: required
# install the pre-release chef-dk. Use chef-stable-precise to install the stable release
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1204
- INSTANCE=default-ubuntu-1404
- INSTANCE=defau... | sudo: required
# install the pre-release chef-dk. Use chef-stable-precise to install the stable release
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1204
- INSTANCE=default-ubuntu-1404
- INSTANCE=default-centos-... | Remove RVM from Travis since we use Ruby in ChefDK | Remove RVM from Travis since we use Ruby in ChefDK
| YAML | apache-2.0 | chef-cookbooks/apt-chef |
f8b7c1da92e185759baa070813ca7b6ac446aaec | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- COMPOSER_VERSION=''
matrix:
include:
- php: 5.6
env: COMPOSER_VERSION='--version=1.0.0-alpha10'
allow_failures:
- php: hhvm
before_script:
- mkdir -p ./build/logs
- curl -sS https://getcompose... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- COMPOSER_VERSION='~1.0@dev'
matrix:
include:
- php: 5.6
env: COMPOSER_VERSION='v1.0.0-alpha10'
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer install
- compos... | Fix Multi-Version Composer Testing TravisCI Support | Fix Multi-Version Composer Testing TravisCI Support
| YAML | mit | fxpio/composer-asset-plugin |
73a9cb868ed5ffe95bbe9013a44048440e27aa2f | .travis.yml | .travis.yml | before_install:
- sudo apt-get -qq update
- sudo apt-get -qq install tidy
install: travis_retry bundle install --without=benchmark
rvm:
- 2.0.0
- 2.1
- 2.2
- ruby-head
notifications:
email: false
| before_install:
- sudo apt-get -qq update
- sudo apt-get -qq install tidy
install: travis_retry bundle install --without=benchmark
rvm:
- 2.0.0
- 2.1.10
- 2.2.6
- ruby-head
notifications:
email: false
| Use latest patch versions of Ruby on Travis CI | Use latest patch versions of Ruby on Travis CI
| YAML | mit | increments/greenmat,increments/greenmat,increments/greenmat,increments/greenmat |
9be1946a7be17ac4c880b3580ef9b2dd5ce65597 | config/kubernetes-sigs/sig-multicluster/teams.yaml | config/kubernetes-sigs/sig-multicluster/teams.yaml | teams:
kubefed-admins:
description: admin access for the kubefed repo
maintainers:
- spiffxp
members:
- font
- irfanurrehman
- jimmidyson
- pmorie
- shashidharatd
privacy: closed
previously:
- federation-v2-admins
kubefed-maintainers:
description: write access to ... | teams:
kubefed-admins:
description: admin access for the kubefed repo
maintainers:
- spiffxp
members:
- font
- irfanurrehman
- jimmidyson
- pmorie
- shashidharatd
privacy: closed
previously:
- federation-v2-admins
kubefed-maintainers:
description: write access to ... | Add hectorj2f to kubefed maintainers | Add hectorj2f to kubefed maintainers
| YAML | apache-2.0 | kubernetes/org,kubernetes/org,kubernetes/org |
46b50c042218440f7ce69308ad3fc6b08ec629dd | .travis.yml | .travis.yml | language: scala
scala:
- 2.10.3
jdk:
- oraclejdk7
- openjdk7
| language: scala
scala:
- 2.10.3
jdk:
- oraclejdk7
- openjdk7
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libatlas3-base libopenblas-base
| Install packages necessary for netlib. | Install packages necessary for netlib.
| YAML | apache-2.0 | calippo/breeze,wstcpyt/breeze,chen0031/breeze,cilier/breeze,claydonkey/breeze,ktakagaki/breeze,ContentSquare/breeze,scalanlp/breeze,crealytics/breeze,eponvert/breeze,mredaelli/breeze,sheide/breeze,ktakagaki/breeze,nikdon/breeze |
500be7820171d064271039efc23067e969f6b17f | .travis.yml | .travis.yml | language: python
sudo: false
git:
submodules: false
matrix:
include:
- os: linux
python: 2.7
- os: linux
python: 3.3
- os: linux
python: 3.4
- os: linux
python: 3.5
- os: linux
python: 3.6
- os: osx
language: generic
env: PYTHON_VERSION=3
before_i... | language: python
sudo: false
git:
submodules: false
matrix:
include:
- os: linux
python: 2.7
- os: linux
python: 3.3
- os: linux
python: 3.4
- os: linux
python: 3.5
- os: linux
python: 3.6
- os: osx
language: generic
env: PYTHON_VERSION=3
before_i... | Fix Python 3 installation on Travis for macOS | Fix Python 3 installation on Travis for macOS
| YAML | bsd-3-clause | SimonSapin/cssselect2,SimonSapin/cssselect2,SimonSapin/cssselect2 |
ba62db36ded6a8c79c8ceac639d52d002349325d | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.0
- 2.1.5
- 2.1.0
- 1.9.3
addons:
postgresql: '9.3'
cache: bundler
notifications:
hipchat:
rooms:
- 5bc7785d2feb4f25901124279daede@API
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Details</a> ... | language: ruby
rvm:
- 2.2.0
- 2.1.5
- 2.1.0
- 1.9.3
addons:
postgresql: '9.3'
sudo: false
cache: bundler
notifications:
hipchat:
rooms:
- 5bc7785d2feb4f25901124279daede@API
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">... | Set sudo: false so Travis can use their new container-based infrastructure | Set sudo: false so Travis can use their new container-based infrastructure
http://docs.travis-ci.com/user/workers/container-based-infrastructure/ | YAML | mit | fdr/pliny,fdr/pliny,hayduke19us/pliny,interagent/pliny,hayduke19us/pliny,hayduke19us/pliny,fdr/pliny,interagent/pliny,interagent/pliny |
c4f9c15777ee28d7a04b2d0f8093d1e8d292cc3e | .travis.yml | .travis.yml | sudo: false
language: python
dist: xenial
python:
- 2.7
- 3.6
- 3.7
- 3.8
matrix:
include:
- dist: trusty
python: 2.6
addons:
apt:
packages:
- scons
cache:
pip: true
install:
- export PYTHONPATH=$(echo $(dirname $(which python))/../lib/python*/site-packages)
- if [[ $TRAVIS_PYTHON_VE... | sudo: false
language: python
dist: xenial
python:
- 3.6
- 3.7
- 3.8
addons:
apt:
packages:
- scons
cache:
pip: true
install:
- export PYTHONPATH=$(echo $(dirname $(which python))/../lib/python*/site-packages)
- pip install coverage matplotlib flask
- git clone --depth=5 https://github.com/salila... | Drop tests on Python 2 | Drop tests on Python 2
| YAML | lgpl-2.1 | salilab/evaluation,salilab/evaluation |
a47c9324486a892aa9da6aebd33a1403d2e7b686 | .travis.yml | .travis.yml | language: "python"
python:
- "3.4"
install:
pip install flake8 pytest pytest-cov
before_script:
flake8 rsr/
script:
- echo $PYTHONPATH
- export PYTHONPATH=`pwd`:$PYTHONPATH
- py.test --cov=rsr --cov-report=term
| language: "python"
python:
- "3.4"
install:
pip install flake8 pytest pytest-cov sqlparse
before_script:
flake8 rsr/
script:
- export PYTHONPATH=`pwd`:$PYTHONPATH
- py.test --cov=rsr --cov-report=term
| Add sqlparse to Travis configuration. | Add sqlparse to Travis configuration.
| YAML | mit | andialbrecht/runsqlrun |
1e5dfea1b519823a292e803139be38c45e83ece5 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
- "12"
notifications:
email:
- yakov@therocketsurgeon.com
- moliveira@aconex.com
| sudo: required
dist: trusty
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
- "12"
notifications:
email:
- yakov@therocketsurgeon.com
- tallpsmith@gmail.com
| Remove Marcello's old Aconex email address from the TravisCI and add mine | Remove Marcello's old Aconex email address from the TravisCI and add mine
| YAML | mit | Aconex/drakov,Aconex/drakov |
f51eaeed13842d90cc8f0422a597b0ac6a6f8418 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO="Django>=1.4,<1.5"
- DJANGO="Django>=1.5,<1.6"
- DJANGO="Django>=1.6,<1.7"
matrix:
exclude:
- python: "3.3"
env: DJANGO="Django>=1.4,<1.5"
- python: "3.4"
env: DJANGO="Django>=1.4,<1.5"
before_install:
- PWD=`pw... | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO="Django>=1.4,<1.5"
- DJANGO="Django>=1.5,<1.6"
- DJANGO="Django>=1.6,<1.7"
matrix:
exclude:
- python: "3.3"
env: DJANGO="Django>=1.4,<1.5"
- python: "3.4"
env: DJANGO="Django>=1.4,<1.5"
before_install:
- PWD=`pw... | Use precompiled library not source one | Use precompiled library not source one
| YAML | bsd-2-clause | halfnibble/django-wkhtmltopdf,denisbalyko/django-wkhtmltopdf,incuna/django-wkhtmltopdf,unrealsolver/django-wkhtmltopdf,denisbalyko/django-wkhtmltopdf,powderflask/django-wkhtmltopdf,fankcoder/django-wkhtmltopdf,incuna/django-wkhtmltopdf,tclancy/django-wkhtmltopdf,fankcoder/django-wkhtmltopdf,powderflask/django-wkhtmltop... |
98b2e3a588a70ef8457f05d2ba22483a442f2146 | .travis.yml | .travis.yml | language: rust
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
echo '<meta http-equiv=refresh content=0;url=/rustc-serialize/rustc_serialize/index.html>' > target/doc/index.html &&
pip instal... | language: rust
rust:
- 1.0.0
- beta
- nightly
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = nightly ] &&
echo '<meta http-equiv=refresh content=0;url=/rustc-s... | Test on rust 1.0.0, nightly, and beta | Test on rust 1.0.0, nightly, and beta
| YAML | apache-2.0 | shepmaster/rustc-serialize,gbersac/rustc-serialize,rust-lang-nursery/rustc-serialize,ajroetker/rustc-serialize,indefini/rustc-serialize,DenisKolodin/rustc-serialize,rust-lang/rustc-serialize,rust-lang-deprecated/rustc-serialize |
a390c1829d1d270cba8d44db1ea4a1206485cbc9 | .travis.yml | .travis.yml | language: cpp
compiler:
- clang
before_install:
- mkdir -p _build/test _build/src
- sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -
- sudo sh -c 'echo "deb http://llvm.org/apt/unstable/ llvm-toolchain-3.7 main" >> /etc/apt/sour... | language: cpp
compiler:
- clang
before_install:
- mkdir -p _build/test _build/src
- sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -
- sudo sh -c 'echo "deb http://llvm.org/apt/unstable/ llvm-toolchain-3.6 main" >> /etc/apt/sour... | Test Travis CI: Update build script | Test Travis CI: Update build script
| YAML | mit | maddouri/hyper_array |
a301e3d3429c0dabf7a57978fa0e5bc67a80e72c | packages/su/sublists.yaml | packages/su/sublists.yaml | homepage: https://hackage.haskell.org/package/sublists
changelog-type: markdown
hash: ecb51d1754d4f2f68b014e537e227253fa99e5f55994ec6de474269c2a39bb1a
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Allows to split lists into sublists with some patterns by quantity.
changelog: |+
# Revision history fo... | homepage: https://hackage.haskell.org/package/sublists
changelog-type: markdown
hash: af0455f04216ee245ca038d86ea1b9618eb267a288b26f22f1cf57c656879509
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Allows to split lists into sublists with some patterns by quantity.
changelog: |+
# Revision history fo... | Update from Hackage at 2021-03-03T18:33:30Z | Update from Hackage at 2021-03-03T18:33:30Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.