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 |
|---|---|---|---|---|---|---|---|---|---|
4a302039ac0d4f9fcb6aacfeaa1bc88b241c7411 | .drone.yml | .drone.yml | ---
kind: pipeline
name: python-3-6
type: docker
platform:
os: linux
arch: amd64
steps:
- name: test
image: python:3.6
commands:
- pip install -U setuptools pip
- bash .travis.fuseki_install_optional.sh
- pip install --default-timeout 60 -r requirements.txt
- pip install --default-timeout 60 -r require... | Add a Drone config file. | Add a Drone config file.
Replaces #1246
Unfortunately the code duplication is required in this case. Drone doesn't have quite as sophisticated matrix runner functionality that Travis has. See here: https://docs.drone.io/pipeline/docker/examples/languages/python/
We could parametrically create the runners using a jso... | YAML | bsd-3-clause | RDFLib/rdflib,RDFLib/rdflib,RDFLib/rdflib,RDFLib/rdflib | |
90987168ff7c1911f9ba334f37d0ab859851a2a8 | .github/workflows/fossa-license-scan.yml | .github/workflows/fossa-license-scan.yml | # More information on this workflow can be found here: https://stackoverflow.com/c/intercom/questions/1270
name: FOSSA License Scan
on:
push:
branches:
- master
jobs:
fossa:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Attempt build
... | Add FOSSA workflow to enable license scanning | Add FOSSA workflow to enable license scanning | YAML | apache-2.0 | intercom/intercom-java | |
9a3d11408e849f8692c3902dce83c6e35bf00260 | .github/workflows/pull-request-check.yml | .github/workflows/pull-request-check.yml | name: XTF CI - Pull Reqeust check
on:
push:
branches-ignore:
- 'master'
- 'release*'
jobs:
test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: 8
j... | Add github actions as PR check | Add github actions as PR check
| YAML | mit | xtf-cz/xtf | |
6e2aecbcb02726d4deb3df25f061918b29112c65 | appveyor.yml | appveyor.yml | version: 1.0.{build}
clone_depth: 50
build_script:
- '"c:\Program Files (x86)\Microsoft Visual Studio 10.0\vc\vcvarsall.bat" x86'
- echo %cd%
- nmake win32-in-place PKGS="racket-test-core"
- echo %cd%
- racket\racket.exe -l tests/racket/test | Add configuration for AppVeyor, a Windows CI service. | Add configuration for AppVeyor, a Windows CI service.
This configuration will build and test the core of Racket on every
commit. The time constraints are such that only a small portion of
Racket can be built and tested.
| YAML | bsd-2-clause | mafagafogigante/racket,mafagafogigante/racket,mafagafogigante/racket,mafagafogigante/racket,mafagafogigante/racket,mafagafogigante/racket,mafagafogigante/racket,mafagafogigante/racket,mafagafogigante/racket | |
15136241f99712388e37ac488c2e10d2a5c34412 | packages/gr/graphite.yaml | packages/gr/graphite.yaml | homepage: https://github.com/alx741/graphite#readme
changelog-type: ''
hash: a1a1c43c551113d6ff05546bbac81fb0148704078b7b763598d8a63b5951bf36
test-bench-deps:
base: -any
hspec: -any
graphite: -any
QuickCheck: -any
maintainer: alx@sillybytes.net
synopsis: Graphs and networks library
changelog: ''
basic-deps:
b... | homepage: https://github.com/alx741/graphite#readme
changelog-type: ''
hash: 1c3e00b587588858abfb9bd3094c37d5a72a226bac645d847ae24fa23074adde
test-bench-deps:
base: -any
hspec: -any
graphite: -any
QuickCheck: -any
maintainer: alx@sillybytes.net
synopsis: Graphs and networks library
changelog: ''
basic-deps:
b... | Update from Hackage at 2017-09-18T23:27:30Z | Update from Hackage at 2017-09-18T23:27:30Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
39e5441c0078454a331f0db71c93ec3e1ca57dc9 | packages/in/indexed-traversable-instances.yaml | packages/in/indexed-traversable-instances.yaml | homepage: ''
changelog-type: markdown
hash: 3aaf97040001bbe583e29c2b9c7d41660df265e6565a0d2ac09a3ed5b8bc21be
test-bench-deps:
indexed-traversable-instances: -any
base: -any
indexed-traversable: -any
unordered-containers: -any
criterion: '>=1.5.9.0 && <1.6'
containers: -any
quickcheck-instances: '>=0.3.25.... | Update from Hackage at 2020-12-15T17:28:27Z | Update from Hackage at 2020-12-15T17:28:27Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
506cb6d408006fe27d85a66adf5e6e6495336421 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Docker image name
run: echo ::set-env name=BLD_DOCKER_IMAGE::$GITHUB_REPOSITORY/${PWD##*/}
- name: Extract Docker username
run: echo ::set-env name=BLD_DOCKER_USERN... | Add Github Actions file for build | Add Github Actions file for build
| YAML | mit | MCLD/greatreadingadventure,MCLD/greatreadingadventure,MCLD/greatreadingadventure,MCLD/greatreadingadventure,MCLD/greatreadingadventure | |
d6c0c4cffd5d14e744445a5dd862f11aca5d5904 | .github/workflows/main.yml | .github/workflows/main.yml | name: Tests
on:
push:
branches:
- master
- dev
pull_request:
branches-ignore: []
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
matrix:
python: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.X
use... | name: Tests
on:
push:
branches:
- master
- dev
pull_request:
branches-ignore: []
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
matrix:
python: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.X
uses: ac... | Fix CI (remove 3.9 for now) | Fix CI (remove 3.9 for now)
| YAML | bsd-3-clause | sequana/sequana,sequana/sequana,sequana/sequana,sequana/sequana,sequana/sequana |
c80e4cdcaaa88ff2d405b6a7ee679aee03ab8644 | .github/workflows/main.yml | .github/workflows/main.yml | name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
... | Add starting GH actions config | Add starting GH actions config | YAML | mit | pytest-dev/pytest-xprocess | |
080d4f5df3b528dec09d82a27ff87d113faa434f | releasenotes/notes/stein-a6adf485dbbbbd1a.yaml | releasenotes/notes/stein-a6adf485dbbbbd1a.yaml | ---
features:
- |
Added attributes for cluster to show. Following cluster attributes
were added.
In drawer on table view:
- Keypair
- API address
- Master Addresses
In details view
- Docker Volume Size
- Stack Faults
- Master Flavor ID
- COE Version
- Container Vers... | Add release notes for stein. | Add release notes for stein.
Change-Id: I6024f252c59da758a7cbd700fcf41d3af377041a
| YAML | apache-2.0 | openstack/magnum-ui,openstack/magnum-ui,openstack/magnum-ui,openstack/magnum-ui | |
f56cb901f6cb6264c3d9a143f597536413e483c9 | .github/workflows/gh-pages.yml | .github/workflows/gh-pages.yml | name: Publish Docs
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
node-version: '12.x'
- uses: borales/actions-yarn@v2.0.0
with:
cmd: install
- uses: borales/actions-yarn@v2.0.0
with:
cmd:... | Add github action for Github Pages | Add github action for Github Pages
| YAML | mit | NaturalNode/node-sylvester,NaturalNode/node-sylvester | |
50bd526df627c12ab2e94a34a670a29eb7f6aa50 | .github/workflows/rebuild-website.yml | .github/workflows/rebuild-website.yml | name: Rebuild Website
on:
push:
branches:
- master
jobs:
rebuild_website:
runs-on: ubuntu-latest
steps:
- name: Trigger website workflow
run: |
curl \
-X POST \
-u "${{ secrets.WORKFLOW_DISPATCH_USERINFO }}" \
-H "Accept: application/vnd.... | Add workflow that triggers the website to rebuild | Add workflow that triggers the website to rebuild
This will provide any new documentation that has changed
| YAML | artistic-2.0 | s1037989/mojo,lindleyw/mojo,kraih/mojo,s1037989/mojo,kberov/mojo,kiwiroy/mojo | |
d3b536e7b55ae86e3fec61ece25308670f6143f2 | packages/oc/ochintin-daicho.yaml | packages/oc/ochintin-daicho.yaml | homepage: https://github.com/arowM/haskell-ochintin-daicho#readme
changelog-type: ''
hash: e6b473114dfe959dd36ff9f07dbb6c75cae27029a4d29eadae0abe745c2508de
test-bench-deps:
base: -any
ochintin-daicho: -any
doctest: ! '>=0.10'
Glob: -any
maintainer: arow.okamoto+github@gmail.com
synopsis: A module to manage payr... | Update from Hackage at 2017-12-13T18:07:28Z | Update from Hackage at 2017-12-13T18:07:28Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
d0ec8b77950f191d250747e722f7744558bfaeed | packages/pi/pinned-warnings.yaml | packages/pi/pinned-warnings.yaml | homepage: https://github.com/aaronallen8455/pinned-warnings#readme
changelog-type: markdown
hash: 5890b333bba1a7dce48dd002800008a507070da9daeeb323b7ef4445688fab71
test-bench-deps: {}
maintainer: aaronallen8455@gmail.com
synopsis: Preserve warnings in a GHCi session
changelog: |
# Revision history for pinned-warnings
... | Update from Hackage at 2021-04-26T01:41:57Z | Update from Hackage at 2021-04-26T01:41:57Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
875f047f209bac21d84deab37024a11acaf728d3 | examples/global_models/sto1.yaml | examples/global_models/sto1.yaml | # STO1.yaml Model definition file for the competitive storage model
# Copyright (C) 2011-2012 Christophe Gouel
# Licensed under the Expat license, see LICENSE.txt
declarations:
states: [A]
controls: [S, H, P]
expectations: [EP, EPe]
shocks: [e]
parameters: [k, delta, r, h, mu, elastD, elastS]
equati... | Add a typical RECS example for testing of dolo-recs | Add a typical RECS example for testing of dolo-recs
| YAML | bsd-2-clause | EconForge/dolo | |
d6a1b532300f033b5cd143372aa4bae8582cde25 | packages/me/merge-bash-history.yaml | packages/me/merge-bash-history.yaml | homepage: http://github.com/j1r1k/merge-bash-history#readme
changelog-type: ''
hash: 6854070723b8270a365703d48966c40c8156db7106cefa9359edb0aa55eb8041
test-bench-deps:
merge-bash-history: -any
base: -any
maintainer: jiri.marsicek@gmail.com
synopsis: Initial project template from stack
changelog: ''
basic-deps:
mer... | Update from Hackage at 2016-06-25T13:22:46+0000 | Update from Hackage at 2016-06-25T13:22:46+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
aa6977d0221993709221c2e4a88859146dce6d04 | .github/workflows/master_communityplanetxamarin.yml | .github/workflows/master_communityplanetxamarin.yml | # Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
name: Build and deploy ASP app to Azure Web App - communityplanetxamarin
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
... | Add or update the Azure App Service build and deployment workflow config | Add or update the Azure App Service build and deployment workflow config | YAML | mit | planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin | |
a9b43978c30bafdd57e15575f12d9c7ba34921e8 | manifests/hm9000-job.yml | manifests/hm9000-job.yml | jobs:
- name: hm9000_z1
instances: 1
networks:
- name: cf_private
properties:
consul:
agent:
services:
hm9000: {}
metron_agent:
zone: z1
route_registrar:
routes:
- name: hm9000
port: 5155
registration_interval: 20s
tags:
com... | Add manifest stub for hm9000 job | Add manifest stub for hm9000 job
When fixing the pipeline to use DEAs as backend (to reflect what we actually want), that broke the CATs, because hm9000 didn't report instance numbers properly, in turn because it wasn't running at all
| YAML | apache-2.0 | cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci | |
438c81fd718bf105d11da0e9f32dd4c353c04281 | hooks.yaml | hooks.yaml | - id: travis-lint
name: Travis YAML linter
description: This hook lints .travis.yml files.
entry: travis lint --skip-completion-check --skip-version-check --exit-code --
language: ruby
files: \.travis\.yml$
| Define pre-commit hook to help projects run `travis lint` | Define pre-commit hook to help projects run `travis lint`
pre-commit is a system for managing git pre-commit hooks. Projects can
define a .pre-commit-config.yaml file in their root directory containing
a list of hooks to run on commit and during tests (including in Travis
CI).
pre-commit handles installation and vers... | YAML | mit | chriskuehl/travis.rb,chriskuehl/travis.rb,chriskuehl/travis.rb | |
b078b84d04c77fc4c5a553e2bfae40a068f58304 | snapcraft.yaml | snapcraft.yaml | name: openbazaar-server
version: master
summary: OpenBazaar Server Daemon in Go
description: |
OpenBazaar server daemon handles the heavy lifting for the OpenBazaar desktop
application. The server combines several technologies: A modified IPFS node,
which itself combines ideas from Git, BitTorrent, Kademlia. A li... | name: openbazaar-server
version: git
summary: OpenBazaar Server Daemon in Go
description: |
OpenBazaar server daemon handles the heavy lifting for the OpenBazaar desktop
application. The server combines several technologies: A modified IPFS node,
which itself combines ideas from Git, BitTorrent, Kademlia. A light... | Update the snap to take the version from git tags | Update the snap to take the version from git tags | YAML | mit | hoffmabc/openbazaar-go,gubatron/openbazaar-go,duomarket/openbazaar-test-nodes,OpenBazaar/openbazaar-go,gubatron/openbazaar-go,hoffmabc/openbazaar-go,OpenBazaar/openbazaar-go,duomarket/openbazaar-test-nodes,gubatron/openbazaar-go,OpenBazaar/openbazaar-go,duomarket/openbazaar-test-nodes,hoffmabc/openbazaar-go |
4e707760fbc28361faa83741a3e53de609bdb40f | .github/workflows/process_metadata.yml | .github/workflows/process_metadata.yml | #/
# @license Apache-2.0
#
# Copyright (c) 2021 The Stdlib Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by ap... | Add workflow to process commit message metadata | Add workflow to process commit message metadata
| YAML | apache-2.0 | stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib | |
f404c700f4ddd8d0429f7d022eb222a1b4945ae2 | packages/mi/minilight-lua.yaml | packages/mi/minilight-lua.yaml | homepage: ''
changelog-type: markdown
hash: 6852d641691bc0983ba62089fa24861115b800c43e6d467e5c9b732c111b2cc8
test-bench-deps: {}
maintainer: ioi.joi.koi.loi@gmail.com
synopsis: A binding library of minilight for Lua langauge.
changelog: |
# Revision history for minilight-lua
## 0.1.0.0 -- 2020-05-10
* First ver... | Update from Hackage at 2020-05-10T08:05:40Z | Update from Hackage at 2020-05-10T08:05:40Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
0223715d8eddbce9ccb20da66eea037fa90ab5b9 | packages/hu/huck.yaml | packages/hu/huck.yaml | homepage: https://github.com/tmcgilchrist/huck
changelog-type: ''
hash: 136953a3482d87c6a5ae9c426d77b1053142d37ebc8e48dad2d1a716540fb2d8
test-bench-deps:
base: ! '>=3 && <5'
time: -any
unordered-containers: ==0.2.*
text: -any
megaparsec: ==5.*
hedgehog: ==0.5.*
classy-prelude: -any
maintainer: Tim McGilch... | Update from Hackage at 2017-11-10T07:08:28Z | Update from Hackage at 2017-11-10T07:08:28Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
f78f575d2e03ef48c4bdecab8a4068d7a84202d1 | packages/gi/gitlab-haskell.yaml | packages/gi/gitlab-haskell.yaml | homepage: https://gitlab.com/robstewart57/gitlab-haskell
changelog-type: ''
hash: 6b12986f4720a87782a367d2ab4dc3d162414ef3c23aa03f0c615588a8761111
test-bench-deps: {}
maintainer: robstewart57@gmail.com
synopsis: A Haskell library for the GitLab web API
changelog: ''
basic-deps:
bytestring: -any
unliftio: -any
bas... | Update from Hackage at 2019-04-10T12:37:32Z | Update from Hackage at 2019-04-10T12:37:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
ec9a4882a92b7c2c38352537a792a147a25ba030 | circle.yml | circle.yml | machine:
node:
version: 6.1.0
java:
version: oraclejdk8
dependencies:
override:
- gem install scss_lint
- .bin/dependencies.sh
test:
override:
- .bin/test.sh
- .bin/build.sh
| Use CircleCI for PR builds | Use CircleCI for PR builds
| YAML | apache-2.0 | arawind/sieve,agaralabs/sieve,agaralabs/sieve,agaralabs/sieve,arawind/sieve,agaralabs/sieve,jigarjain/sieve,jigarjain/sieve,jigarjain/sieve,arawind/sieve,agaralabs/sieve,arawind/sieve,jigarjain/sieve,jigarjain/sieve,arawind/sieve | |
77a8a2e4c28726b80df4f9aa54511310f488205e | mkdocs.yml | mkdocs.yml | site_name: FIWARE 3D UI (XML3D)
site_url: https://xml3d.readthedocs.org
repo_url: https://github.com/xml3d/xml3d.js.git
site_description: XML3D 3D UI - Documentation
docs_dir: doc
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthedocs
extra_css: ["https://fiware.org/style/fiware_readthedocs... | site_name: FIWARE 3D UI (XML3D)
site_url: https://xml3d.readthedocs.org
repo_url: https://github.com/xml3d/xml3d.js.git
google_analytics: ['UA-84207637-3', 'xml3d.readthedocs.io']
site_description: XML3D 3D UI - Documentation
docs_dir: doc
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthed... | Update FIWARE docs with google analytics hook | Update FIWARE docs with google analytics hook
| YAML | mit | xml3d/xml3d.js,Fiware/webui.Xml3d.js,Fiware/webui.Xml3d.js,xml3d/xml3d.js |
5f8830ce9d039b2569ab284b27a6c47d5bfeffb2 | swagger-spec.yaml | swagger-spec.yaml | swagger: '2.0'
info:
description: |
Este es un ejemplo complejo para Interoperabilidad
version: 0.0.1
title: Servicio Complejo de Referencia
contact:
email: contacto@interoperabilidad.digital.gob.cl
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
schemes:
- ht... | Add swagger spec for the complex example to its own repository | Add swagger spec for the complex example to its own repository
| YAML | apache-2.0 | continuum/interop-complex-example,continuum/interop-complex-example,continuum/interop-complex-example | |
837d49b5aa8f49838c9c4b6e1bb2f58e8260125c | .github/workflows/block-fixup.yml | .github/workflows/block-fixup.yml | name: Block Fixup commits
on:
pull_request:
jobs:
block-fixup:
name: block fixup commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: 13rac1/block-fixup-merge-action@v2.0.0
| Add workflow to block fixup commits | Add workflow to block fixup commits
Signed-off-by: Matthias Beyer <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@beyermatthias.de>
| YAML | mpl-2.0 | matthiasbeyer/filters | |
912c171447a54e92416e6f9010d4c019d0aabab2 | packages/qu/quickcheck-quid.yaml | packages/qu/quickcheck-quid.yaml | homepage: ''
changelog-type: ''
hash: 8065bc2d480abe48b66eb3b41820ff422b3c1544cfdaa8150e6e1aa55245051b
test-bench-deps:
fmt: -any
base: '>=4.7 && <5'
quickcheck-quid-internal: -any
hspec: -any
text: -any
primes: -any
quickcheck-classes: -any
containers: -any
quickcheck-quid: -any
pretty-simple: -any... | Update from Hackage at 2022-03-28T04:05:31Z | Update from Hackage at 2022-03-28T04:05:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
ac5def5419300a53b9d50524b92a9edddb205bf2 | packages/te/techlab.yaml | packages/te/techlab.yaml | homepage: ''
changelog-type: markdown
hash: 02484eaa1f1a8b519c4351e00542ed51037ec88e7abd2c9ac09fc595613fc132
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: Bleeding edge prelude
changelog: |
# Changelog for techlab
## v0.0.1.0
* Experimental polysemy-based prelude.
basic-deps:
polysemy-plu... | Update from Hackage at 2020-12-08T18:21:35Z | Update from Hackage at 2020-12-08T18:21:35Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
f8248a8c6d62c1f44e363e6da9262237e799899e | packages/xs/xstatic.yaml | packages/xs/xstatic.yaml | homepage: https://github.com/TristanCacqueray/haskell-xstatic#readme
changelog-type: markdown
hash: 84b53d5d9af9ac2c8cf805605c6f8bb27a9246419b7cf38baad07b3f9f4fe689
test-bench-deps: {}
maintainer: tdecacqu@redhat.com
synopsis: Low-Fat static file packaging for Haskell projects
changelog: |
# Changelog
## 0.1.0
... | Update from Hackage at 2022-09-03T17:12:36Z | Update from Hackage at 2022-09-03T17:12:36Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
4d865de82c4c4e209b3589f04884561e30191755 | cloudbuild.yaml | cloudbuild.yaml | steps:
- name: 'gcr.io/cloud-builders/docker'
entrypoint: 'bash'
args:
- '-c'
- |
docker build -t "gcr.io/$PROJECT_ID/circlemator:$COMMIT_SHA" .
if [ "$BRANCH_NAME" == "master" ]; then
docker tag "gcr.io/$PROJECT_ID/circlemator:$COMMIT_SHA" gcr.io/$PROJECT_ID/circlemator:latest
fi
images:
- '... | Tag latest Docker image with :latest | Tag latest Docker image with :latest
When merging to master, release the image with the `latest` tag.
Cargo-culted from the helm-deploy repo.
| YAML | mit | rainforestapp/circlemator,rainforestapp/circlemator | |
e9be530b9dfe271def62b9470df385c77493ea7d | .travis.yml | .travis.yml | rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- jruby-19mode
- jruby-18mode
- rbx-18mode
- rbx-19mode
matrix:
allow_failures:
- rvm: rbx-18mode
- rvm: rbx-19mode
- rvm: jruby-19mode
script: "bundle exec rake && rake em_http_request_0_x_spec"
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ree
- jruby-19mode
- jruby-18mode
- rbx-18mode
- rbx-19mode
matrix:
allow_failures:
- rvm: 2.0.0
- rvm: rbx-18mode
- rvm: rbx-19mode
- rvm: jruby-19mode
script: "bundle exec rake && rake em_http_request_0_x_spec"
| Add Ruby2.0.0 build in Travis-ci, and allowed to fail | Add Ruby2.0.0 build in Travis-ci, and allowed to fail
| YAML | mit | VincentZhao/webmock,bblimke/webmock,sinisterstuf/webmock,ixti/webmock,hilben/webmock,influxdb/webmock,hobodave/webmock,taiki45/webmock,arronmabrey/webmock,maruware/webmock,avantcredit/webmock,Omnihuron/webmock,sferik/webmock,davidbegin/webmock,xuwupeng2000/webmock,henrik/webmock,spjsschl/webmock |
83dbd37e3fa4a7f6b9ba503ff4477f346eeffd9c | .travis.yml | .travis.yml | language: cpp
env:
- DOCBOOK_XSL=/usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo add-apt-repository --yes ppa:chris-lea/protobuf
- sudo apt-get update -qq
- sudo apt-get install -qq libqt5core5 qt5-qmake qt5-default
- su... | language: cpp
compiler:
- gcc
- clang
env:
- DOCBOOK_XSL=/usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo add-apt-repository --yes ppa:chris-lea/protobuf
- sudo apt-get update -qq
- sudo apt-get install -qq libqt5core5 ... | Add clang to build matrix. | Add clang to build matrix.
Might have to fiddle with -spec to qmake as well, we'll see.
| YAML | mit | DengKe1994/protoc-gen-doc,DengKe1994/protoc-gen-doc,mli/protoc-gen-doc,mli/protoc-gen-doc,pseudomuto/protoc-gen-doc,dr-joy/protoc-gen-doc,pseudomuto/protoc-gen-doc,DengKe1994/protoc-gen-doc,estan/protoc-gen-doc,estan/protoc-gen-doc,DengKe1994/protoc-gen-doc,dr-joy/protoc-gen-doc,estan/protoc-gen-doc,mli/protoc-gen-doc |
a7334a7e228dc15b10105cfe8b8625068da31392 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
env:
- NUMPY_VERSION=1.8.0
- NUMPY_VERSION=1.7.1
- NUMPY_VERSION=1.6.2
matrix:
exclude:
- python: "3.3"
env: NUMPY_VERSION=1.6.2
before_install:
- pip install pip --upgrade
- pip install setuptools --upgrade
- pip install pytest --upgrade
install... | language: python
python:
- "2.7"
- "3.3"
env:
- NUMPY_VERSION=1.8.0
- NUMPY_VERSION=1.7.1
- NUMPY_VERSION=1.6.2
matrix:
exclude:
- python: "3.3"
env: NUMPY_VERSION=1.6.2
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libatlas-dev liblapack-dev gfortran
- pip install... | Fix scipy installation in Travis-CI | Fix scipy installation in Travis-CI
| YAML | bsd-3-clause | python-acoustics/python-acoustics,giumas/python-acoustics,antiface/python-acoustics,felipeacsi/python-acoustics,FRidh/python-acoustics |
4e2ae71d81b9a2ba9bba89fe203ea4eb4d4b9388 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "iojs"
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
script: npm run-script test-all
| language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "iojs"
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
script: npm run-script test-all
matrix:
fast_finish: true
allow_failures:
- node_js: "iojs"
| Allow iojs failures for now. | Allow iojs failures for now.
The iojs builds seem to randomly fail. Someone needs to look into it,
but in the meantime we need to :shipit:.
| YAML | mit | ianstarz/ember-cli,ballPointPenguin/ember-cli,abuiles/ember-cli,alefteris/ember-cli,kellyselden/ember-cli,maxcal/ember-cli,rtablada/ember-cli,trentmwillis/ember-cli,eliotsykes/ember-cli,ServiceTo/ember-cli,scalus/ember-cli,yaymukund/ember-cli,beatle/ember-cli,maxcal/ember-cli,alefteris/ember-cli,cibernox/ember-cli,thoo... |
bc4316be04ffb4bf9e2c3d10fc1f0fbabd469f2a | .travis.yml | .travis.yml | os:
- linux
language: node_js
node_js:
- "6.11.0"
install:
- npm install -g swagger-tools
script:
- swagger-tools validate swagger.json
- swagger-tools validate swagger_access_token.json
| Add validation of spec with CI test | Add validation of spec with CI test
| YAML | mit | cbornet/netatmo-swagger-decl,cbornet/netatmo-swagger-decl | |
a66a8f736f860bacf76586c0960521058876ed74 | .travis.yml | .travis.yml | # Allow sudo for running apt-get/brew
sudo: required
os:
- linux
- osx
language: cpp
compiler:
- clang
jdk:
- oraclejdk8
before_script:
- .travis/setup-env.sh
script:
- jdk_switcher use oraclejdk8
- ./compile.sh
after_script:
- .travis/teardown-env.sh
# Upload to S3.
addons:
artifacts: true
| # Allow sudo for running apt-get.
sudo: required
language: cpp
compiler:
- clang
jdk:
- oraclejdk8
before_script:
- .travis/setup-env.sh
script:
- jdk_switcher use oraclejdk8
- ./compile.sh
after_script:
- .travis/teardown-env.sh
# Upload to Google Cloud Storage.
deploy:
provider: gcs
access_key_id: GO... | Add deploy to GCS to Travis config | Add deploy to GCS to Travis config
Also removed multi-platform option, as their OS X only has JDK 1.7 on it.
--
MOS_MIGRATED_REVID=90529502
| YAML | apache-2.0 | whuwxl/bazel,juhalindfors/bazel-patches,hhclam/bazel,mikelikespie/bazel,bitemyapp/bazel,Digas29/bazel,nkhuyu/bazel,wakashige/bazel,Asana/bazel,iamthearm/bazel,vt09/bazel,hermione521/bazel,mbrukman/bazel,rzagabe/bazel,safarmer/bazel,mikelalcon/bazel,xindaya/bazel,asarazan/bazel,vt09/bazel,bazelbuild/bazel,whuwxl/bazel,d... |
724fb8c9a673bf0db07e4879c7d29a89a9a278bb | packages/tm/tmp-proc-example.yaml | packages/tm/tmp-proc-example.yaml | homepage: ''
changelog-type: markdown
hash: 0216896e63a27222daeee5ea30dc4b889138b83eb61f04a1136e1f7c9f0a6709
test-bench-deps:
tmp-proc-example: -any
base: -any
hspec: -any
maintainer: adetokunbo@contacts.noreply.github.com
synopsis: Shows how to test a simple service using tmp-proc
changelog: |
# Revision histo... | Update from Hackage at 2021-09-29T02:43:23Z | Update from Hackage at 2021-09-29T02:43:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
22bb401f84d17531defa66bcbdfbe5303024c8ab | packages/qu/quiver-http.yaml | packages/qu/quiver-http.yaml | homepage: https://github.com/christian-marie/quiver-http/
changelog-type: text
hash: 2249637b6a84d4b4b71590b1ab66cb18643b7b49cb48678107137bfa218189fa
test-bench-deps: {}
maintainer: Christian Marie <christian@ponies.io>
synopsis: Adapter to stream over HTTP(s) with quiver
changelog: ! '0.0.0.1: Initial release
'
basic... | Update from Hackage at 2015-08-15T03:18:26+0000 | Update from Hackage at 2015-08-15T03:18:26+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
7416e68bcf88b25a034da96086837219908b3d07 | packages/at/attic-schedule.yaml | packages/at/attic-schedule.yaml | homepage: http://github.com/passy/attic-schedule#readme
changelog-type: ''
hash: 44d0e4229c7f31d2535a8165dcfaf7b5a64c8679e8e5398c8c03a8348728b58b
test-bench-deps:
base: -any
doctest: ! '>=0.8'
maintainer: phartig@rdrei.net
synopsis: A script I use to run "attic" for my backups.
changelog: ''
basic-deps:
base: ! '... | Update from Hackage at 2017-01-28T13:38:53Z | Update from Hackage at 2017-01-28T13:38:53Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
beac0eaa3a4f625d0d615be9ed440856730404a8 | packages/tr/trasa-extra.yaml | packages/tr/trasa-extra.yaml | homepage: https://github.com/goolord/trasa-extra
changelog-type: markdown
hash: cb05673ba6b1be74a6440ec1c68e186173ee14f277d8d5321d99bea534c10446
test-bench-deps: {}
maintainer: Zachary Churchill <zacharyachurchill@gmail.com>
synopsis: Extra functions for trasa
changelog: |
# Revision history for trasa-extra
## 0.1... | Update from Hackage at 2019-07-16T14:11:36Z | Update from Hackage at 2019-07-16T14:11:36Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
1d977f12746448da09bdac3b05f8b699cac15654 | cloudbuild.yaml | cloudbuild.yaml | # Google Cloud Build configuration: https://cloud.google.com/cloud-build/docs/build-config
# Image building process: https://git.k8s.io/test-infra/config/jobs/image-pushing/README.md
# this must be specified in seconds. If omitted, defaults to 600s (10 mins)
timeout: 1200s
options:
substitution_option: ALLOW_LOOSE
... | Add GCB config for image building | Add GCB config for image building
Signed-off-by: Stephen Augustus <0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33@auggie.dev>
| YAML | apache-2.0 | kubernetes/publishing-bot,kubernetes/publishing-bot | |
1601b3124849747a48446140cf02a8dd50c661ec | .github/ISSUE_TEMPLATE/config.yml | .github/ISSUE_TEMPLATE/config.yml | blank_issues_enabled: true
contact_links:
- name: Wiki
url: https://ninbot.nincodedo.com/
about: Ninbot's main documentation, look here first if you're having issues with commands or certain functionality. | Add links for issue chooser | Add links for issue chooser
| YAML | mit | Nincodedo/Ninbot | |
1b94c80ef75e7572538821b5acd14dea5bb222df | .github/workflows/build-test.yaml | .github/workflows/build-test.yaml | name: Build Debos and run tests
on: [pull_request, push]
jobs:
build-test:
name: Build Debos and run tests
runs-on: ubuntu-latest
steps:
- name: Repository checkout
uses: actions/checkout@v2
- name: Build container
run: |
docker build -f docker/Dockerfile -t godebos... | Add GitHub actions pipeline to build Debos and run tests | Add GitHub actions pipeline to build Debos and run tests
Add a CI pipeline which tests the following on every push and PR:
* builds debos docker container
* runs the debos unit tests inside the container
* runs the debos test recipes inside the container
Unfortunately GitHub actions do not allow nested virtualiza... | YAML | apache-2.0 | go-debos/debos | |
ff365093e74c72ee89079aa11d909f9e962cde47 | recipes/miniKanren/meta.yaml | recipes/miniKanren/meta.yaml | {% set version = "1.0.2" %}
package:
name: minikanren
version: {{ version }}
source:
url: https://pypi.io/packages/source/m/miniKanren/miniKanren-{{ version }}.tar.gz
sha256: f1c41085ee69803d42ea543f61ad804bcba2e0ab7aa04d50f32d803b4fb7e42e
patches:
build:
number: 0
script: {{ PYTHON }} -m pip install .... | Add a recipe for miniKanren | Add a recipe for miniKanren
| YAML | bsd-3-clause | goanpeca/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,... | |
ab8d7f8a6bd29a2bffe1b9f60f31b6274f01a81b | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.2
- 2.1
- 2.0
- ruby-head
- rbx-2
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: rbx-2
notifications:
email:
- tj+travis_scube_cli@a13.fr
| Add Travis CI configuration file | Add Travis CI configuration file
| YAML | bsd-3-clause | scube-dev/scube-cli | |
c29609eb212f78dcbbdc448d5317400eea4cc64e | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
deploy:
provider: heroku
api_key:
secure: aPxb8i45/AYYnqwkciUhIWFI//sPype/D+WEFoVP6/RQA0hs93Xw3nuQ/JeT3mv/JgGHHYtCHLD08POfJBtQLbyTnPiu5EcBJdIfMnxkeqBOQsPGMUQEW93E8Zg1l+0unvj70nW5LwIC/kKIHJr3SBujST5HbP+zxio1K5NrlwI=
app: appmaker-integration
on:
repo: mozilla-appmaker/... | language: node_js
node_js:
- '0.10'
deploy:
provider: heroku
api_key:
secure: fys/5xYyoJfE/v54v56u8J9YbsjqP6wHRMwh831wyDLCjL18vjMGDqglVKXfw9X3WegNaX4YR0ZOIqyQ70IymMBYTXt8Zp/BfKwu2nFnF18RsnjlEidFi6/JQj1afb/XKl834Z+emMSD3rSeCeeVMkx9DKK0HhBdZEiFBRV8D20=
app: appmaker-integration
on:
repo: mozilla-appmaker/... | Update API key for Heroku deployment | Update API key for Heroku deployment
| YAML | mpl-2.0 | nirdeshdwa/appmaker,sheafferusa/appmaker,ekospinach/appmaker,uche40/appmaker,lexoyo/appmaker,pcoughlin/appmaker,mozilla-appmaker/appmaker,mozilla-appmaker/appmaker,mozilla-appmaker/appmaker,lexoyo/appmaker,lexoyo/appmaker,uche40/appmaker,uche40/appmaker,pcoughlin/appmaker,valmzetvn/appmaker,vaginessa/appmaker,sheafferu... |
16c553693f38069578fe6081e8d85e50dd76ec2f | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.5"
# command to install dependencies
install:
- pip install git+git://github.com/kytos/python-openflow.git@develop
- pip install git+git://github.com/kytos/kyco-core-napps.git@develop
- pip install -r requirements.txt --upgrade --pre
- pip install -r require... | language: python
python:
- "3.4"
- "3.5"
# command to install dependencies
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y librrd-dev
install:
- pip install git+git://github.com/kytos/python-openflow.git@develop
- pip install git+git://github.com/kytos/kyco-core-napps.git@dev... | Add librrd-dev as dependency before install | Add librrd-dev as dependency before install
| YAML | mit | diraol/kytos,diraol/kytos,erickvermot/kytos,cemsbr/kytos,macartur/kytos,cemsbr/kytos,erickvermot/kytos,erickvermot/kytos,renanrodrigo/kytos,cemsbr/kytos,kytos/kyco,diraol/kytos,kytos/kytos |
7836ca9921ded2077b10b65e88dcd41969f9d1b4 | .travis.yml | .travis.yml | language: csharp
services:
- redis-server
mono: none
dotnet: 1.0.4
dist: trusty
script:
- set -e
- dotnet restore "src\TipsAndTricksLibrary" --no-dependencies
- dotnet restore "test\TipsAndTricksLibrary.Tests" --no-dependencies
- dotnet restore "test\TechnologyUsageTests" --no-dependencies
- dotnet build "src\Ti... | Build configuration for Travis CI was added | Build configuration for Travis CI was added
| YAML | mit | litichevskiydv/TipsAndTricks,litichevskiydv/TipsAndTricks | |
36b883f1388372b0e2f9d0ac04e276b067e9e1af | .travis.yml | .travis.yml | env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-2
- ruby-head
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
fast_finish: true
sudo: false
| Add Travis CI configuration file | Add Travis CI configuration file
| YAML | mit | colmarius/omniauth-oauth,intridea/omniauth-oauth | |
3f7592d3b25774aae07c3ef2dcade6f87865b2f5 | .travis.yml | .travis.yml | language: python
python:
- "3.3"
- "3.2"
- "2.7"
- "2.6"
- "2.5"
script: python setup.py nosetests
| Add automated testing with Travis | Add automated testing with Travis
| YAML | bsd-3-clause | embray/PyFITS,embray/PyFITS,spacetelescope/PyFITS,spacetelescope/PyFITS,embray/PyFITS,embray/PyFITS | |
8044b4870d2b3dfb096ab40e5afcca6ca12a1296 | .travis.yml | .travis.yml | language: python
addons:
apt:
sources:
- deadsnakes
packages:
- python3.5
python:
- 3.6
install:
- pip install tox
script:
- tox
| Configure the project for Travis CI | Configure the project for Travis CI
* assume Python 3.4 is already installed with Travis CI
* get Python 3.5 from the deadsnakes PPA
* ask Travis CI to install Python 3.6 and let it drive the Tox runs
| YAML | mit | elliptical/tcm | |
3ca06aaa230bf2626dd1b7fd8234ce8ae3ec189f | .travis.yml | .travis.yml | language: objective-c
script: 'curl -s -H "Authorization: token $ATOM_ACCESS_TOKEN" -H "Accept: application/vnd.github.v3.raw"
https://api.github.com/repos/atom/apm/contents/script/build-package | sh'
env:
global:
secure: bOenl/1IdvHDjjqTqa/H/7Gu7v8ibOlhteTbP7L41S+NDrdF99IuOep+eEXyY5kq50UAIsh8vMl66+GHOykBA/M7iA... | Add initial Travis CI configuration | Add initial Travis CI configuration
| YAML | mit | atom/welcome | |
a207cce23ff11e9b8273f0cfb1e73787b9a64bef | .travis.yml | .travis.yml | language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
env:
global:
- TARGET=test
matrix:
fast_finish: true
include:
- php: 7.0
env: TARGET=cs_dry_run
- php: 5.5
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=... | language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
env:
global:
- TARGET=test
matrix:
fast_finish: true
include:
- php: 7.0
env: TARGET=cs_dry_run
- php: 5.5
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_... | Add PHP 7.1 to Travis | Add PHP 7.1 to Travis
| YAML | mit | XWB/FOSUserBundle,FriendsOfSymfony/FOSUserBundle,XWB/FOSUserBundle |
2f3812a18e93106e53c679d65359548b8ec7573b | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk7
before_script:
- sleep 15
- mongo gfk --eval 'db.addUser("gfk", "password");'
script:
- ./gradlew clean build -Pdb.uri=mongodb://localhost/gfk -Pdb.username=gfk -Pdb.password=password | language: java
jdk:
- oraclejdk7
before_script:
- sleep 15
- mongo gfk --eval 'db.addUser("gfk", "password");'
script:
- TERM=dumb ./gradlew clean build -Pdb.uri=mongodb://localhost/gfk -Pdb.username=gfk -Pdb.password=password | Fix broken Travis build related to gradle | Fix broken Travis build related to gradle
gh-4
| YAML | unlicense | StarTrackDevKL/announcement-board,rashidi/announcement-board,StarTrackDevKL/announcement-board,rashidi/announcement-board,rashidi/announcement-board,StarTrackDevKL/announcement-board |
df5ee6e81411e1da6d0ea081003950aa28f7b252 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.8.7
- ree
- jruby-18mode
before_script:
- "sudo apt-get install build-essential ruby-dev libproj-dev libgeos-dev libffi-dev libsparsehash-dev zlib1g-dev libxslt1-dev libxml2-dev libbz2-dev"
script: "RAILS_ENV=test bundle exec rake spec"
notifications:
recipients:
- luc.donnet@dry... | language: ruby
rvm:
- 1.8.7
before_install:
- sudo apt-get install build-essential ruby-dev libproj-dev libgeos-dev libffi-dev libsparsehash-dev zlib1g-dev libxslt1-dev libxml2-dev libbz2-dev
script: rake spec
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="--1.8 --server -Xcext.enabled=false -Xc... | Add options for jruby plugin | Add options for jruby plugin
| YAML | mit | nathancolgate/georuby-ext,dryade/georuby-ext |
2342e7e476f72ef4d6736a330ca5385ed7ebf4ed | .travis.yml | .travis.yml | language: c++
sudo: required
dist: trusty
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get -qq update
- sudo apt-get install -y gcc-4.8 g++-4.8 debhelper scons protobuf-compiler libdbus-1-dev libdbus-c++-dev libprotobuf-dev libsnappy-dev libleveldb-dev libglib2.0-dev libcte... | Add Travis build, run tests against Chaps/Linux | Add Travis build, run tests against Chaps/Linux
Chaps needs the user to log in after installation (so the PAM
module gets a chance to build an encrypted per-user token), so
there are lots of warning messages about missing isolate
credentials.
| YAML | apache-2.0 | google/pkcs11test,google/pkcs11test,agrandville/pkcs11test,agrandville/pkcs11test,google/pkcs11test,google/pkcs11test | |
4535bf1a251553b8aec3295892f6998e8afd847f | .travis.yml | .travis.yml | language: ruby
script: 'bundle exec rake test:coverage --trace'
install:
- bundle install --retry=3
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.2
- rbx-2
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="--2.0"
- rvm: jruby-head
env: JRUBY_OPTS="--2.1"
allow_failures... | language: ruby
script: 'bundle exec rake test:coverage --trace'
install:
- bundle install --retry=3
rvm:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.2
- rbx-2
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="--2.0"
- rvm: jruby-head
env: JRUBY_OPTS="--2.1"
allow_failures... | Remove rbx from CI allowed failures | Remove rbx from CI allowed failures
| YAML | mit | artofhuman/utils,vyper/utils,artofhuman/utils,pascalbetz/hanami-utils,theocodes/utils,weppos/hanami-utils,pascalbetz/hanami-utils,fuadsaud/utils,supriyantomaftuh/utils,lotus/utils,eduardodeoh/utils,hanami/utils,hanami/utils |
c3cb1bdaad9d16acdd1b5aee8b4819e9a658f439 | .travis.yml | .travis.yml | language: cpp
compiler: gcc
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -ya
- sudo apt-get update -qq
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
- sudo apt-get install -qq qtbase5-dev qtb... | Add Travis-CI for continuous integration | Add Travis-CI for continuous integration
Travis-CI allows for continuous integration, which is build testing and
custom test reporting for quality control, applied continuously.
| YAML | mit | adolby/Kryvos,adolby/Kryvos,adolby/Kryvos | |
68af7fa9e3411b963ab590de1c0cee6d05625dfd | .travis.yml | .travis.yml | language: go
go:
- 1.2
- 1.3
- tip
install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get code.google.com/p/go.tools/cmd/cover
- go get -v -t ./...
script:
- $HOME/gopath/bin/goveralls -v -repotoken $COVERALLS_TOKEN
| Add Travis-CI and Coveralls support | Add Travis-CI and Coveralls support
| YAML | mit | noonien/logr | |
566f8dbd9b2fd747f64b2813f71c08bf1cb007b8 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
instant_prev... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | StartupShell/web-2017,StartupShell/web-2017,StartupShell/web-2017 | |
f57bd971f730dc68824a0456f5e69a2cb34c8e8e | packages/sp/sprinkles.yaml | packages/sp/sprinkles.yaml | homepage: https://bitbucket.org/tdammers/sprinkles
changelog-type: ''
hash: af5783dacb2acfed2ff3ce07abb7676f44b4bced98486db38b4c6c7577abe5cb
test-bench-deps:
regex-pcre: -any
heredoc: -any
base: -any
filepath: -any
data-default: -any
sprinkles: -any
regex-base: -any
tasty-quickcheck: -any
classy-prelu... | Update from Hackage at 2016-12-16T21:31:09Z | Update from Hackage at 2016-12-16T21:31:09Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
844012f47551eafc6aa0d6539d88bd88e287a449 | packages/ty/typedflow.yaml | packages/ty/typedflow.yaml | homepage: ''
changelog-type: ''
hash: 0bb55d8dcd94597620c7fcf531742edb360ac2fb05fe77134c0ddb0e6bd26db9
test-bench-deps: {}
maintainer: jean-philippe.bernardy@gu.se
synopsis: Typed frontend to TensorFlow and higher-order deep learning
changelog: ''
basic-deps:
base: ==4.*
ghc-typelits-knownnat: -any
pretty-compact... | Update from Hackage at 2017-10-26T14:18:05Z | Update from Hackage at 2017-10-26T14:18:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
43e445fbb0a8cb1dbff02492061b525713fa3084 | .github/workflows/build-and-push.yml | .github/workflows/build-and-push.yml | name: Build and push CentOS7 images to Quay.io registry
on:
push:
branches:
- master
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get base image name
id: base-image-name
run: |
# This command returns row with BASE_I... | Add build and push action into Quay.io | Add build and push action into Quay.io
Signed-off-by: Petr "Stone" Hracek <5ec98b824b3d06300936ce230b04e9851e98fc96@redhat.com>
| YAML | apache-2.0 | sclorg/s2i-base-container | |
9e5bc51f6ff4abec36059e2a48414075180c6bd2 | .github/workflows/build-readme.yml | .github/workflows/build-readme.yml | name: Build and push README to master
on:
push:
branches: master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Create local changes
run: |
... | Add GH action for building readme | Add GH action for building readme
| YAML | apache-2.0 | pconcepcion/awesome-scala,lauris/awesome-scala | |
37c480dc2db35c7deb4cc14aa3058d120e9a8801 | .github/workflows/gem_artifact.yml | .github/workflows/gem_artifact.yml | name: Build Gem Artifact
on:
workflow_dispatch:
jobs:
build_gem:
name: Build Gem Artifact
runs-on: "ubuntu-latest"
strategy:
fail-fast: true
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: "Set up Ruby 2.7"
uses: ruby/setup-ruby@v1
wit... | Add workflow to build gem and store as artifact | Add workflow to build gem and store as artifact
Artifact gets deleted after 15 days | YAML | mit | jekyll/jekyll-admin,jekyll/jekyll-admin,jekyll/jekyll-admin,jekyll/jekyll-admin | |
0b3ee6350c2a82751966f98d75173486934150bd | .github/workflows/maven_java_8.yml | .github/workflows/maven_java_8.yml | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java 8 CI with Maven
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: u... | Create GitHub action for commits and pull requests | Create GitHub action for commits and pull requests | YAML | apache-2.0 | orientechnologies/orientdb,orientechnologies/orientdb,orientechnologies/orientdb,orientechnologies/orientdb | |
fd1d9aa5c276e372772c05e94e5e8056701f9175 | .github/workflows/pull_request.yml | .github/workflows/pull_request.yml | name: On pull request
on:
pull_request:
branches:
- py3
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install Dependencies
... | Add pull request workflow for py3 branch | Add pull request workflow for py3 branch
| YAML | mit | fangeugene/the-blue-alliance,fangeugene/the-blue-alliance,fangeugene/the-blue-alliance,the-blue-alliance/the-blue-alliance,fangeugene/the-blue-alliance,fangeugene/the-blue-alliance,the-blue-alliance/the-blue-alliance,the-blue-alliance/the-blue-alliance,fangeugene/the-blue-alliance,the-blue-alliance/the-blue-alliance,th... | |
4ee04723b2e5a63ddc5533c9838b8016ac3709fb | .github/workflows/test-windows.yml | .github/workflows/test-windows.yml | name: Test on Windows
on:
workflow_dispatch:
jobs:
test:
name: Test on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
- run: npm install
- run: npm test
| Add Github workflow to run tests on Windows | Add Github workflow to run tests on Windows
Manual trigger for now until the tests pass | YAML | mit | rprieto/thumbsup,thumbsup/thumbsup,thumbsup/thumbsup,thumbsup/node-thumbsup,rprieto/thumbsup,thumbsup/node-thumbsup,thumbsup/node-thumbsup | |
a2e9e0138dc5840215c8b17384deb5b70b540c1c | repository.yaml | repository.yaml | repoVisibility: public_0C3F0CE3E6E6448FAD341E7BFA50FCD333E06A20CFF05FCACE61154DDBBADF71
| Enforce repo yaml privacy key. | PLATOPS-BAU: Enforce repo yaml privacy key.
| YAML | apache-2.0 | hmrc/wristband-frontend,hmrc/wristband-frontend,hmrc/wristband-frontend,hmrc/wristband-frontend | |
613e4780f15c895ef1d3f9f066b56135edf527be | scripts/people/rjbpop.yaml | scripts/people/rjbpop.yaml | # Hi! I am threebean
- blog: http://threebean.org.blog
feed: http://threebean.org/blog/feed/index.xml
forges:
- http://github.com/ralphbean
- http://bitbucket.org/ralphbean
irc: threebean
name: Ralph Bean
rit_dce: rjbpop
| # Hi! I am threebean
- blog: http://threebean.org/blog
feed: http://threebean.org/blog/feed/index.xml
forges:
- http://github.com/ralphbean
- http://bitbucket.org/ralphbean
irc: threebean
name: Ralph Bean
rit_dce: rjbpop
| Correct the link to my blog. | Correct the link to my blog.
Former-commit-id: 810e851c61ff59a22192282779aad9d339c95bd0 [formerly 7d3dd1a2855edf9c6e67848f0fe78c0c2d1900df] [formerly 5902b6171e0bdd7abf8f80c1b7f9b5b5e7c527c3]
Former-commit-id: 0c52913ecb7c873dd2777c0225b61c44fb066e7b [formerly 804fa1471f74104d5b51f12bf01c7e5973fd4341]
Former-commit-i... | YAML | apache-2.0 | sctjkc01/ofCourse,ryansb/ofCourse,ryansb/ofCourse,sctjkc01/ofCourse,ritjoe/ofCourse,ritjoe/ofCourse |
b3bdce0f84b0616396dccb9e5aec5c7803b8abb1 | .travis.yml | .travis.yml | os:
- linux
- osx
language: generic
sudo: required
dist: trusty
osx_image: xcode8
install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
script:
- cd ./Ghost
- swift build
- swift build -c release
| Add config file for Travis CI | Add config file for Travis CI
| YAML | mit | packatino/ghost,packatino/ghost | |
6f3a50d4fa7563d1efeddf2f2b7c74d84073ebd3 | .travis.yml | .travis.yml | sudo: required
services:
- docker
language: go
go:
- 1.6
branches:
only:
- master
- pachd_client_reorg
before_install:
- echo 'DOCKER_OPTS="-H unix:///var/run/docker.sock -s devicemapper"' | sudo tee /etc/default/docker > /dev/null
before_script:
- wget https://storage.googleapis.com/kubernetes-releas... | sudo: required
services:
- docker
language: go
go:
- 1.6
branches:
only:
- master
- pachd_client_reorg
- vendor_reorg
before_install:
- echo 'DOCKER_OPTS="-H unix:///var/run/docker.sock -s devicemapper"' | sudo tee /etc/default/docker > /dev/null
before_script:
- wget https://storage.googleapis.co... | Enable building off vendor reorg branch | Enable building off vendor reorg branch
| YAML | apache-2.0 | ShengjieLuo/pachyderm,ShengjieLuo/pachyderm,sambooo/pachyderm,sambooo/pachyderm,ShengjieLuo/pachyderm,sambooo/pachyderm |
4145374808342a985d62c7c66d9a876961bfa9c8 | .travis.yml | .travis.yml | before_install: gem update --system
rvm:
- 1.8.7
- ree
- 1.9.2
- 1.9.3
env:
- DEFER_GC=false | before_install: gem update --system
rvm:
- 1.8.7
- ree
- 1.9.2
- 1.9.3
gemfile:
- gemfiles/rails-3.0.gemfile
- gemfiles/rails-3.1.gemfile
- gemfiles/rails-3.2.gemfile
- gemfiles/rails-4.gemfile
env:
- DEFER_GC=false
script: "rake spec"
matrix:
exclude:
- rvm: 1.8.7
gemfile: gemfiles/rails-... | Update build matrix to not test ruby 1.8.7 and ree with rails 4 (edge) | Update build matrix to not test ruby 1.8.7 and ree with rails 4 (edge)
| YAML | mit | nishaya/formtastic,nishaya/formtastic,Guestfolio/formtastic,paulodiovani/formtastic,mikz/formtastic,Guestfolio/formtastic,ryanfox1985/formtastic,EndingChaung/formtastic,Baltazore/formtastic,Davidzhu001/formtastic,EndingChaung/formtastic,justinfrench/formtastic,thenthen8515/formtastic,ryanfox1985/formtastic,mikz/formtas... |
74064dbfe4dd1a05a145d33b51d02e0bc7f1f23e | .travis.yml | .travis.yml | language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
install:
- source ~/.nvm/nvm.sh
- nvm ls-remote
- nvm install stable
- nvm use stable
- npm install
script:
- grunt
| language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
install:
- source ~/.nvm/nvm.sh
- nvm ls-remote
- nvm install stable
- nvm use stable
- npm install
script:
- grunt -v
| Make grunt run with verbose flag | Make grunt run with verbose flag
| YAML | mit | alucard0134/Pomf,alucard0134/Pomf,pomf/pomf,pomf/pomf,alucard0134/Pomf,pomf/pomf-php |
04458f257fa37c128ef8c4bc9d97cb154e059ad6 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- 2.0
- 2.1
- 2.2
sudo: false
matrix:
allow_failures:
- rvm: jruby-18mode
- rvm: jruby-19mode
- rvm: rbx-18mode
- rvm: rbx-19mode
include:
- rvm: 1.8.7
gemfile: Gemfiles/Gemfile.1.8.7
- ... | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
sudo: false
matrix:
include:
- rvm: 1.8.7
gemfile: Gemfiles/Gemfile.1.8.7
- rvm: 1.9.2
gemfile: Gemfiles/Gemfile.1.9.2
| Remove ruby modes that have been broken for years | Remove ruby modes that have been broken for years
| YAML | mit | xiangzhuyuan/resque,xiangzhuyuan/resque,xiangzhuyuan/resque,CloudVLab/resque,resque/resque,coupa/resque,coupa/resque,Shopify/resque,resque/resque,resque/resque,Shopify/resque,CloudVLab/resque,coupa/resque,CloudVLab/resque,Shopify/resque |
8573dde60e7f0fbc75d9d918db25fb68f5014255 | .travis.yml | .travis.yml | # Python releases to test
language: python
python:
- 2.7
# Django releases
env:
- DJANGO_VERSION=Django==1.6.2
# Services
services:
- redis-server
- elasticsearch
# Package installation
install:
- python setup.py install
- pip install psycopg2 pyelasticsearch elasticutils wand
- pip install coveralls
# Pr... | # Python releases to test
language: python
python:
- 2.7
# Django releases
env:
- DJANGO_VERSION=Django==1.6.2
# Services
services:
- redis-server
- elasticsearch
# Package installation
install:
- python setup.py install
- apt-get install python-wand
- pip install psycopg2 pyelasticsearch elasticutils
-... | Use python-wand apt package for testing | Use python-wand apt package for testing
which includes all dependencies (e.g. ImageMagick) | YAML | bsd-3-clause | janusnic/wagtail,mixxorz/wagtail,chimeno/wagtail,m-sanders/wagtail,mixxorz/wagtail,mayapurmedia/wagtail,rv816/wagtail,rjsproxy/wagtail,hamsterbacke23/wagtail,KimGlazebrook/wagtail-experiment,Pennebaker/wagtail,nrsimha/wagtail,mixxorz/wagtail,quru/wagtail,WQuanfeng/wagtail,gogobook/wagtail,benjaoming/wagtail,rsalmaso/wa... |
06d5d9338a6413425720db065c41059d0e933acf | .travis.yml | .travis.yml | language: c
compiler:
- gcc
- clang
install:
- sudo apt-get update
- sudo apt-get install libglib2.0-0 libglib2.0-dev gtk-doc-tools
script:
- ./autogen.sh --disable-introspection --disable-gtk-doc && make && make check
| Add a control file for Travis CI | Add a control file for Travis CI
May be useful, one day.
| YAML | mit | ebassi/graphene,criptych/graphene,criptych/graphene,criptych/graphene,criptych/graphene,ebassi/graphene | |
8b8e7ca53540ee6b3fb294fa5cf4f7389085a995 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.5"
- "3.5"
- "nightly"
install:
- pip install -r requirements.txt
script: make test
services: redis
| Add Travis CI config file | Add Travis CI config file
| YAML | mit | mikemill/rq_retry_scheduler | |
88eb01d1a50334299653d25947456d94ca113453 | .travis.yml | .travis.yml | ---
language: bash
install:
- git clone https://github.com/sstephenson/bats.git
- export PATH=$PWD/bats/bin:$PATH
script:
- bats spec
| Enable testing on Travis CI | Enable testing on Travis CI
| YAML | mit | vinsonchuong/bash-common-parse-options | |
2eb30a60cbfbc7006933b947bc13b41e9ea347e9 | .travis.yml | .travis.yml | language: c
sudo: required
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
- OCAML_VERSION=4.00
- OCAML_VERSION=4.01
- OCAML_VERSION=4.02
os:
- linux
- osx
| Add support for Travis CI testing. | Add support for Travis CI testing.
| YAML | mit | yallop/ocaml-unix-type-representations | |
0960b3581dc75b0a910ff03b69c075ab697eea01 | .travis.yml | .travis.yml | language: android
jdk:
- oraclejdk8
android:
components:
- tools
- build-tools-23.0.3
- android-23
- extra-android-m2repository
- sys-img-armeabi-v7a-android-23
before_script:
- echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-wind... | Add Travis CI configuration file | Add Travis CI configuration file
| YAML | apache-2.0 | rafaeltoledo/okir | |
12418494c8eb136a315bcb079e3bb5714256b841 | ansible/maintenance/reset-npm-cache.yml | ansible/maintenance/reset-npm-cache.yml | - name: Reset the NPM cache volume after occasional corruption
hosts: e2e tag_ServiceComponent_Tasks openstack_tasks
gather_facts: false
tasks:
- name: Clear npm cache directory in all npm-cache-N volumes
shell: |
{% raw %}
set -ex
for dir in $(podman volume ls --format '{{.Name}... | Add maintenance script to reset NPM cache volume | ansible: Add maintenance script to reset NPM cache volume
Occasionally, `npm install` starts failing like this:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @babel/generator@^7.19.3.
This happens when its cache gets corrupted.
| YAML | lgpl-2.1 | cockpit-project/cockpituous,cockpit-project/cockpituous | |
4c2ba815cb66c359f48e9d8425dcfaa9dbd32357 | .github/stale.yml | .github/stale.yml | # Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
... | Add config for Stale app | Add config for Stale app
| YAML | mit | ssbc/ssb-testnet | |
5c1ed20551d283327f153576ea70d1fcfc271d58 | readthedocs.yml | readthedocs.yml | version: 2
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: false
python:
version: 3.7
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
- method: setuptools
path: .
| Add read the docs config. | Add read the docs config.
PiperOrigin-RevId: 351795298
Change-Id: I96449a2f05acce169a0b3ae99bb25c8e5de7e69e
| YAML | apache-2.0 | deepmind/jraph | |
f6bbd08e84bf7ed824cae2960b2af907a67f64f7 | docker/jenkins/docker-compose.yml | docker/jenkins/docker-compose.yml | version: '2'
services:
ci:
image: dalg24/dtk-stack:latest
volumes:
# Cannot mount subdirectory jenkins_data/workspace/$JOBNAME in data
# volume so have to mount the entire volume and climb up two directories.
# NOTE: it is possible to find out what the actual mount point of the
# volum... | Add Docker Compose file for Jenkins builds | Add Docker Compose file for Jenkins builds
| YAML | bsd-3-clause | Rombur/DataTransferKit,Rombur/DataTransferKit,dalg24/DataTransferKit,dalg24/DataTransferKit,ORNL-CEES/DataTransferKit,ORNL-CEES/DataTransferKit,ORNL-CEES/DataTransferKit,ORNL-CEES/DataTransferKit,dalg24/DataTransferKit,Rombur/DataTransferKit,Rombur/DataTransferKit,dalg24/DataTransferKit | |
60bc6fbadf7828073996144edaab066fcd75f438 | azure-pipelines.yml | azure-pipelines.yml | pool:
vmImage: 'ubuntu-latest' # other options: 'macOS-10.13', 'vs2017-win2016'
steps:
- task: UseDotNet@2
displayName: 'Install .net core 3.0 (preview)'
inputs:
packageType: sdk
version: '3.1.100'
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: dotnet restore Thornless.UI.Web/Thornless.... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | WereDev/Thornless,WereDev/Thornless,WereDev/Thornless | |
5616381bbab84c08a765a9f2d9c1913fd9b056f8 | azure-pipelines.yml | azure-pipelines.yml | # Azure Pipelines documentation https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | RehanSaeed/Schema.NET | |
b7afb62e2be99b6634501900d0dcb75c8000e454 | azure-pipelines.yml | azure-pipelines.yml | # Go
# Build your Go project.
# Add steps that test, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/go
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
variables:
GOBIN: '$(GOPATH)/bin' # Go binaries path
GOROOT: '/usr/local/go1.11' # Go installation path
... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines | YAML | apache-2.0 | PufferPanel/pufferd | |
a00d6907bbd8a6415c6fc7a2a8761691f553c637 | azure-pipelines.yml | azure-pipelines.yml | # .NET Desktop
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
trigger:
- master
pool:
vmImage: 'windows-latest'
variables:
solution: '**/*.sln'
... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | jaime-olivares/zipstorer | |
e1f8ffc418ce6d99dc63d45aa5c2028505b7aa75 | azure-pipelines.yml | azure-pipelines.yml | # .NET Desktop
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/vsts/pipelines/apps/windows/dot-net
pool:
vmImage: 'VS2017-Win2016'
variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines | YAML | mit | sdl/groupsharekit.net | |
62280d806ae80052ef5272995010384beffcff79 | azure-pipelines.yml | azure-pipelines.yml | trigger:
batch: true
jobs:
- job: 'Test'
strategy:
matrix:
Python27Linux:
imageName: 'ubuntu-16.04'
python.version: '2.7'
Python27Mac:
imageName: 'macos-10.13'
python.version: '2.7'
Python35Linux:
imageName: 'ubuntu-16.04'
python.version: '3.5'... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines | YAML | mit | explosion/srsly,explosion/srsly,explosion/srsly,explosion/srsly | |
f1ab2459295073aa7460a4c6f7c2714aa4768859 | packages/co/combinat-compat.yaml | packages/co/combinat-compat.yaml | homepage: http://code.haskell.org/~bkomuves/
changelog-type: ''
hash: feb0d8550a0662afaba23c79a2277ef7b1dd3793706e1197c8bd167f10e77518
test-bench-deps:
test-framework: -any
base: ! '>=4 && <5'
test-framework-quickcheck2: -any
array: ! '>=0.5'
containers: -any
combinat-compat: -any
transformers: -any
ran... | Update from Hackage at 2018-04-03T04:53:11Z | Update from Hackage at 2018-04-03T04:53:11Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
8378ca956dafeb4f4b7dbcb331d18d4fc86110fb | .github/workflows/ssm_actions.yml | .github/workflows/ssm_actions.yml | name: Test_action
on:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.7]
steps:
- name: Checkout code
run: actions/checkout@v2
- name: Base requirements for SSM
run: pip install -r requirements.txt
- name: Add... | Add SSM GitHub Actions YAML file | Add SSM GitHub Actions YAML file
| YAML | apache-2.0 | tofu-rocketry/ssm,apel/ssm,tofu-rocketry/ssm,apel/ssm | |
246d91e5730eabc46d41daaff263f9dfb16d0198 | metadata/com.wesaphzt.privatelocation.yml | metadata/com.wesaphzt.privatelocation.yml | Categories:
- Development
- Navigation
- System
License: GPL-3.0-or-later
SourceCode: https://github.com/wesaphzt/privatelocation
IssueTracker: https://github.com/wesaphzt/privatelocation/issues
Bitcoin: 1GCkvAg9oG79niQTbh6EH9rPALQDXKyHKK
Litecoin: LV687s3wVdhmLZyJMFxomJHdHFXeFAKT5R
AutoName: Private Location
R... | Categories:
- Development
- Navigation
- System
License: GPL-3.0-or-later
SourceCode: https://github.com/wesaphzt/privatelocation
IssueTracker: https://github.com/wesaphzt/privatelocation/issues
Bitcoin: 1GCkvAg9oG79niQTbh6EH9rPALQDXKyHKK
Litecoin: LV687s3wVdhmLZyJMFxomJHdHFXeFAKT5R
AutoName: Private Location
R... | Update Private Location to 1.3 (3) | Update Private Location to 1.3 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
91bb753d62c8788d0ed72292d5e1f37ed1a365e0 | releasenotes/notes/fix-zero-bytes-read-109628b72221cfe7.yaml | releasenotes/notes/fix-zero-bytes-read-109628b72221cfe7.yaml | ---
fixes:
- Issue 144 - When performing a read we handled an empty byte return as an
indication to close the file pointer. This is not true when you actually
ask for a zero byte read so we should allow it.
| Add release note for fixed bug | Add release note for fixed bug
| YAML | apache-2.0 | jamielennox/requests-mock | |
ad51bc9eb8bad047556578e9590c77fc821d5b4d | packages/tr/tracing-control.yaml | packages/tr/tracing-control.yaml | homepage: https://github.com/serras/tracing
changelog-type: ''
hash: f99d54ab523bbc194a211d6e9e5878ce6b6a3bd4c8ac8043cc1ae616c12e11da
test-bench-deps:
stm: -any
base: -any
hspec: '>=2.6'
text: -any
monad-control: '>=1.0'
lifted-base: '>=0.2'
tracing-control: -any
containers: -any
mtl: -any
stm-lifte... | Update from Hackage at 2020-07-14T09:30:47Z | Update from Hackage at 2020-07-14T09:30:47Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
b9ce5ddf93028ece77d8fb562d355707d0330377 | azure-pipelines.yml | azure-pipelines.yml | # ASP.NET
# Build and test ASP.NET projects.
# Add steps that publish symbols, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4
trigger:
- master
pool:
vmImage: 'windows-latest'
variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buil... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | landofcash/AzurePublishTest,landofcash/AzurePublishTest,landofcash/AzurePublishTest | |
f0eeeda366e6987f58763742b4214c56c599b2c4 | azure-pipelines.yml | azure-pipelines.yml | # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
displayN... | Move from Travis to Azure Pipelines | Move from Travis to Azure Pipelines | YAML | mit | TTtie/TTtie-Bot,TTtie/TTtie-Bot,TTtie/TTtie-Bot |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.