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 |
|---|---|---|---|---|---|---|---|---|---|
b5954f353b7dba09bb23f25a9c0147114ca9ab84 | recipes/fabio/meta.yaml | recipes/fabio/meta.yaml | {% set version = "0.3.0" %}
package:
name: fabio
version: {{ version }}
source:
url: https://github.com/kif/fabio/archive/v{{ version }}.tar.gz
fn: fabio-v{{ version }}.tar.gz
sha256: ec4586a676dab02931bed2f1e0ef227c43259b4f60c0cfb603c30e02876164e8
build:
number: 0
script: python setup.py... | {% set version = "0.3.0" %}
package:
name: fabio
version: {{ version }}
source:
url: https://github.com/kif/fabio/archive/v{{ version }}.tar.gz
fn: fabio-v{{ version }}.tar.gz
sha256: ec4586a676dab02931bed2f1e0ef227c43259b4f60c0cfb603c30e02876164e8
build:
number: 0
script: python setup.py... | Add the license file to the recipe | Add the license file to the recipe
| YAML | bsd-3-clause | stuertz/staged-recipes,dfroger/staged-recipes,sodre/staged-recipes,chrisburr/staged-recipes,pmlandwehr/staged-recipes,ceholden/staged-recipes,caspervdw/staged-recipes,mariusvniekerk/staged-recipes,basnijholt/staged-recipes,blowekamp/staged-recipes,atedstone/staged-recipes,isuruf/staged-recipes,jakirkham/staged-recipes,... |
2d0df85b93f767a12059a5fb0402d36e6e3c0b81 | docs/_data/docs.yml | docs/_data/docs.yml | - title: Getting Started
docs:
- home
- quickstart
- installation
- usage
- structure
- configuration
- title: Your Content
docs:
- frontmatter
- posts
- drafts
- pages
- static-files
- variables
- collections
- datafiles
- assets
- migrations
- title: Customization
docs:
- tem... | - title: Getting Started
docs:
- home
- quickstart
- installation
- usage
- structure
- configuration
- title: Your Content
docs:
- frontmatter
- posts
- drafts
- pages
- static-files
- variables
- collections
- datafiles
- assets
- migrations
- includes
- title: Customization
... | Add includes link to doc nav | Add includes link to doc nav
I created more advanced details about includes and created a new page for it instead of putting all the info on the templates page.
See https://github.com/jekyll/jekyll/pull/5630 for more details on the update.
@jekyll/documentation
@DirtyF | YAML | mit | chrisfinazzo/jekyll,fulldecent/jekyll,gencer/jekyll,x-way/jekyll,ryanshaw/jekyll,rlugojr/jekyll,ryanshaw/jekyll,jekyll/jekyll,ryanshaw/jekyll,tillgrallert/jekyll,fulldecent/jekyll,fulldecent/jekyll,jaybe-jekyll/jekyll,tomjohnson1492/jekyll,gencer/jekyll,rlugojr/jekyll,Strangehill/jekyll,tillgrallert/jekyll,jekyll/jekyl... |
1870bbed4bb9543d3a01aff87848a1cd318d4bb1 | config/prisons/NWI-norwich-f-g-h-l-only.yml | config/prisons/NWI-norwich-f-g-h-l-only.yml | ---
name: Norwich (F, G, H, L only)
nomis_id: NWI
address:
- Knox Road
- 'NR1 4LU '
email: socialvisits.norwich@hmps.gsi.gov.uk
enabled: true
estate: Norwich
finder_slug: norwich
phone: 01603 708795
slots:
tue:
- 1415-1615
thu:
- 1415-1615
sat:
- 0930-1130
sun:
- 1415-1615
unbookable:
- 2014-12-25
- 201... | ---
name: Norwich (F, G, H, L only)
nomis_id: NWI
address:
- Knox Road
- 'NR1 4LU '
email: socialvisits.norwich@hmps.gsi.gov.uk
enabled: true
estate: Norwich
finder_slug: norwich
phone: 01603 708795
slots:
tue:
- 1415-1615
thu:
- 1415-1615
sat:
- 0930-1130
sun:
- 1415-1615
unbookable:
- 2014-12-25
- 201... | Update Norwich FGHL Christmas visit slots | Update Norwich FGHL Christmas visit slots
Unbookable:
- Christmas Day
- Boxing Day
- New Year's Day | YAML | mit | ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits |
dcdeec79697d5eb626578dc67bb678de92e25d91 | data/transition-sites/cabinetoffice_gds.yml | data/transition-sites/cabinetoffice_gds.yml | ---
site: cabinetoffice_gds
whitehall_slug: cabinet-office
host: digital.cabinetoffice.gov.uk
tna_timestamp: 20131111143812
homepage_title: 'Government Digital Service'
homepage: https://gds.blog.gov.uk
css: cabinet-office
extra_organisation_slugs:
- government-digital-service
| ---
site: cabinetoffice_gds
whitehall_slug: cabinet-office
host: digital.cabinetoffice.gov.uk
tna_timestamp: 20131111143812
homepage_title: 'Government Digital Service'
homepage: https://gds.blog.gov.uk
css: cabinet-office
extra_organisation_slugs:
- government-digital-service
global: =301 https://gds.blog.gov.uk/
glob... | Add path-preservation config to gds blog site | Add path-preservation config to gds blog site
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
1b5fd6d6eb197e492e13073b4deaba76b5d0a807 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- run: cargo run -- expand --manifest-path tests/Car... | name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- run: cargo run -- expand --manifest-path tests/Car... | Raise minimum tested compiler from 1.46 to 1.51 | Raise minimum tested compiler from 1.46 to 1.51
Required by use of `resolver` in the `time` crate's Cargo.toml.
error: failed to download `time v0.3.5`
Caused by:
unable to get packages from source
Caused by:
failed to parse manifest at ~/.cargo/registry/src/github.com-1ecc6299db9ec823/time-... | YAML | apache-2.0 | dtolnay/cargo-expand |
006186a723ff8f84f7772c96497c16b783954737 | .github/workflows/ci.yml | .github/workflows/ci.yml | # This workflow runs continuous CI across different versions of ruby on all branches and pull requests to develop.
name: CI
on:
push:
branches: [ '**' ]
pull_request:
branches: [ develop ]
workflow_dispatch:
jobs:
tests:
name: Ruby ${{ matrix.ruby }}
if: "contains(github.event.commits[0].messa... | # This workflow runs continuous CI across different versions of ruby on all branches and pull requests to develop.
name: CI
on:
push:
branches: [ '**' ]
pull_request:
branches: [ develop ]
workflow_dispatch:
jobs:
tests:
name: Ruby ${{ matrix.ruby }}
if: "contains(github.event.commits[0].messa... | Exclude ruby-head from CI until net-http-persistent released. | Exclude ruby-head from CI until net-http-persistent released.
| YAML | unlicense | ruby-rdf/rdf-vocab,ruby-rdf/rdf-vocab |
c7cead1763497027ee14a5eaa4e1468188bf2111 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '13', '14']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
check-latest: true
- run: npm install
... | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '13', '14', '15', '16', '17', '18']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
check-latest: true
... | Test on more newer Node.js versions | Test on more newer Node.js versions
| YAML | apache-2.0 | jslicense/licensee.js |
26de8c65ad53c882ff7bb1c43e4c8a1acc25bc5c | .github/workflows/ci.yml | .github/workflows/ci.yml | name: "CI"
on:
push:
branches:
- *
- feature/*
pull_request:
branches:
- *
- feature/*
jobs:
actions-build-c7-baseline:
name: actions-build-c7-baseline
runs-on: ossrs/srs:dev
steps:
- uses: actions/checkout@v2
- run: echo "Build SRS baseline" && cd trunk &... | name: "CI"
on:
push:
branches:
- develop
- ?.0release
- feature/*
pull_request:
branches:
- develop
- ?.0release
- feature/*
jobs:
actions-build-c7-baseline:
name: actions-build-c7-baseline
runs-on: ossrs/srs:dev
steps:
- uses: actions/checkout@v2
... | Add github actions for CI | Actions: Add github actions for CI
| YAML | mit | ossrs/srs,ossrs/srs,ossrs/srs,winlinvip/srs,ossrs/srs,ossrs/srs,winlinvip/srs,winlinvip/srs,winlinvip/srs,ossrs/srs,winlinvip/srs,winlinvip/srs |
71a3fd58416cac118dc01ab065e0db323b54ddb4 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
pull_request:
jobs:
PHPUnit:
runs-on: ubuntu-20.04
strategy:
matrix:
php:
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
steps:
- uses: actions/checkout@v2
- ... | name: CI
on:
push:
pull_request:
jobs:
PHPUnit:
runs-on: ubuntu-20.04
strategy:
matrix:
php:
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
steps:
- uses: actions/checkout@v2
- ... | Fix legacy HHVM build by downgrading Composer | Fix legacy HHVM build by downgrading Composer | YAML | mit | graphp/graphviz |
1cced842e89ad04fe6fb1ff82c3b25ca49579f65 | .github/workflows/ci.yml | .github/workflows/ci.yml | # See https://docs.github.com/en/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: ci
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [1.8, 11]
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set ... | # See https://docs.github.com/en/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: ci
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [1.8, 11]
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set ... | Add android compatibility to Github action workflow | Add android compatibility to Github action workflow
| YAML | bsd-2-clause | vsch/commonmark-java,commonmark/commonmark-java,commonmark/commonmark-java,vsch/commonmark-java,vsch/commonmark-java,commonmark/commonmark-java |
3ea7911270e7b6f3fde2a6b90c5c0dc7ad99cc64 | .github/workflows/ci.yml | .github/workflows/ci.yml | on: [push, pull_request]
name: CI
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: act... | on: [push, pull_request]
name: CI
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: act... | Drop CI on 10.x, add 16.x | Drop CI on 10.x, add 16.x
| YAML | mit | jprichardson/reload,alallier/reload,jprichardson/reload |
cf2377758b3e67fb7d212d3d73a1b28348c4e08d | packages/ty/ty.yaml | packages/ty/ty.yaml | homepage: https://github.com/conal/ty
changelog-type: ''
hash: 7208989b4ed5e299f5955219c11b04da60e502e1a9f45ee9c06ee8360c3f1595
test-bench-deps: {}
maintainer: conal@conal.net
synopsis: Typed type representations and equality proofs
changelog: ''
basic-deps:
base: <5
ghc-prim: -any
all-versions:
- 0.0.2
- 0.1.0
- 0... | homepage: https://github.com/conal/ty
changelog-type: ''
hash: 14f890364129a6542216aa70177e6f561727c4b9927264f4647f64c8f0ccb86b
test-bench-deps: {}
maintainer: conal@conal.net
synopsis: Typed type representations and equality proofs
changelog: ''
basic-deps:
base: <5
ghc-prim: -any
all-versions:
- 0.0.2
- 0.1.0
- 0... | Update from Hackage at 2019-01-05T15:20:25Z | Update from Hackage at 2019-01-05T15:20:25Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
24d56c50111513226f1b62422f48a42300679052 | charm-helpers-hooks.yaml | charm-helpers-hooks.yaml | branch: lp:charm-helpers
destination: hooks/charmhelpers
include:
- __init__
- core
- fetch
- contrib.openstack|inc=*
- contrib.storage
- contrib.hahelpers:
- apache
- cluster
- contrib.unison
- payload.execd
- contrib.peerstorage
- contrib.network.ip
- contri... | branch: lp:charm-helpers
destination: hooks/charmhelpers
include:
- core
- fetch
- contrib.openstack|inc=*
- contrib.storage
- contrib.hahelpers:
- apache
- cluster
- contrib.unison
- payload.execd
- contrib.peerstorage
- contrib.network.ip
- contrib.python.packag... | Remove __init__ from charm-helpers yaml. | Remove __init__ from charm-helpers yaml. | YAML | apache-2.0 | coreycb/charm-keystone,coreycb/charm-keystone |
3cbe56d9ec1f6513893ac64812d5a860ae4928f9 | _config.yml | _config.yml | # Site settings
title: Wander Lairson Costa
email: wander.lairson@gmail.com
description: "Hackers gonna hack"
url: "https://walac.github.io"
twitter_username: walac00
github_username: walac
disqus_username: walac
isso_domain:
# Build settings
markdown: kramdown
permalink: /:title/
defaults:
-
scope:
path:... | # Site settings
title: Wander Lairson Costa
email: wander.lairson@gmail.com
description: "Hackers gonna hack"
baseurl: "/"
url: "https://walac.github.io"
twitter_username: walac00
github_username: walac
disqus_username: walac
isso_domain:
# Build settings
markdown: kramdown
permalink: /:title/
defaults:
-
scope... | Revert "Remove "/" baseurl config." | Revert "Remove "/" baseurl config."
This reverts commit 6e38fcfb71989235f2e8beada3690128dd5d4d9d.
| YAML | unlicense | walac/walac.github.io |
816c3ed8967d4e07a20f8cca9fa3ff83cc4db367 | _config.yml | _config.yml | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For te... | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For te... | Update email address for contact info | Update email address for contact info
| YAML | apache-2.0 | abseil/abseil.github.io,manshreck/abseil.github.io,abseil/abseil.github.io,abseil/abseil.github.io,manshreck/abseil.github.io,manshreck/abseil.github.io |
521448d08462fbdc6a3001e5be5014f436fe0181 | _config.yml | _config.yml | # Site settings
title: Engineering @TelenorDigital
description: A blog from the Telenor Digital engineers
baseurl: ""
url:
github_username: comoyo
website: "http://telenordigital.com/"
websiteTitle: Telenor Digital
image: #default image for all posts
feature: sergi_jan.jpg
#credit: dargadgetz
#creditlink: http:... | # Site settings
title: Engineering @TelenorDigital
description: A blog from the Telenor Digital engineers
baseurl: ""
url:
github_username: comoyo
website: "http://telenordigital.com/"
websiteTitle: Telenor Digital
image: #default image for all posts
feature: sergi_jan.jpg
#credit: dargadgetz
#creditlink: http:... | Fix complaints about jekyll-paginate not being in config | Fix complaints about jekyll-paginate not being in config
| YAML | apache-2.0 | comoyo/blog.telenor.io,comoyo/blog.telenor.io,comoyo/blog.telenor.io |
ee9e1f7d3e902fa2ba1310d375e2856c4916c5f8 | _config.yml | _config.yml | # visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["Gemfile", "Gemfile.lock"] # files to exclude
highlighter: rouge
markdown: kramdown
#disqus:
#google_analytics:
title: "That Reminds Me"
defaults:
-
... | # visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["Gemfile", "Gemfile.lock"] # files to exclude
highlighter: rouge
markdown: kramdown
#disqus:
#google_analytics:
title: "That Reminds Me"
defaults:
-
... | Remove BASE_PATH value as using cname github magic. | Remove BASE_PATH value as using cname github magic.
| YAML | mit | mrichar1/thatremindsme,mrichar1/thatremindsme,mrichar1/thatremindsme |
0f2683e881f5c615a3b2b67fba87fe3fdf236a6d | _config.yml | _config.yml | # Permalinks
permalink: pretty
# Setup
title: Kevin Kiningham
url: https://www.kevinkiningham.com
paginate: 1
baseurl: ""
# This is the list of pages to include at the top of the website
pages_list: {'About':'/about','Archive':'/archive','Feed':'... | # Permalinks
permalink: pretty
# Setup
title: Kevin Kiningham
url: https://www.kevinkiningham.com
paginate: 1
baseurl: ""
# This is the list of pages to include at the top of the website
pages_list: {'About':'/about','Archive':'/archive','Feed':'... | Add plugin for sitemap generation | Add plugin for sitemap generation
| YAML | mit | kkiningh/kkiningh.github.io |
b369d0567038fbe3e6a93eb3a8b61677c8e6661a | _config.yml | _config.yml | name: Nasjonal Turbase
description: 'Dokumentasjon for Nasjonal Turbase'
cdn: https://s3-eu-west-1.amazonaws.com/turistforeningen
terms: https://docs.google.com/document/d/13aB_C9CGDYYUvfbVgSwjpHnzoUx2uR2NmeEvk7OGnZU/pub
ga_id: UA-45821478-1
encoding: UTF-8
relative_permalinks: false
permalink: /nyheter/:year/:month/:... | name: Nasjonal Turbase
description: 'Dokumentasjon for Nasjonal Turbase'
cdn: https://s3-eu-west-1.amazonaws.com/turistforeningen
terms: https://docs.google.com/document/d/13aB_C9CGDYYUvfbVgSwjpHnzoUx2uR2NmeEvk7OGnZU/pub
ga_id: UA-45821478-1
encoding: UTF-8
relative_permalinks: false
permalink: /nyheter/:year/:month/:... | Use pygments as highligher; not the native one | Use pygments as highligher; not the native one
| YAML | mit | Turistforeningen/www.nasjonalturbase.no,Turistforeningen/www.nasjonalturbase.no |
1ff22df0d60661c0b4e92d6bd79d74f256d09962 | _config.yml | _config.yml | url: http://jsonapi.org
safe: true
lsi: false
source: .
destination: ./public
exclude:
- Rakefile
- README.md
- Gemfile
- Gemfile.lock
- CNAME
- .gitignore
- ./public
- ./stylesheets/*.scss
markdown: redcarpet
pygments: false
port: 9876
navigation:
- title: Overview
url: /
- title: Format
url: /for... | url: http://jsonapi.org
safe: true
lsi: false
source: .
destination: ./public
exclude:
- Rakefile
- README.md
- Gemfile
- Gemfile.lock
- CNAME
- .gitignore
- ./public
- ./stylesheets/*.scss
markdown: redcarpet
pygments: false
port: 9876
navigation:
- title: Format
url: /format/
- title: Extending
u... | Add Recommendations and remove Overview from navigation | Add Recommendations and remove Overview from navigation
| YAML | cc0-1.0 | eneuhauser/json-api,csantero/json-api,bf4/json-api,nonsensery/json-api,dongguangming/json-api,sloria/json-api,dieface/json-api,beauby/json-api,dongguangming/json-api,equivalent/json-api,cesarmarinhorj/json-api,redaktor/json-api,json-api/json-api,RavelLaw/json-api,dieface/json-api,janusnic/json-api-1,jede/json-api,Volca... |
46d32f5345da8f79d52707fa0165102c2b315c13 | metadata/de.beowulf.wetter.yml | metadata/de.beowulf.wetter.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-2.0-only
WebSite: https://gitlab.com/BeowuIf/weather
SourceCode: https://gitlab.com/BeowuIf/weather/tree/HEAD
IssueTracker: https://gitlab.com/BeowuIf/weather/issues
Changelog: https://gitlab.com/BeowuIf/weather/-/blob/HEAD/CHANGELOG
AutoName: Weather
... | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-2.0-only
WebSite: https://gitlab.com/BeowuIf/weather
SourceCode: https://gitlab.com/BeowuIf/weather/tree/HEAD
IssueTracker: https://gitlab.com/BeowuIf/weather/issues
Changelog: https://gitlab.com/BeowuIf/weather/-/blob/HEAD/CHANGELOG
AutoName: Weather
... | Update Weather to 2.02 (23) | Update Weather to 2.02 (23)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ca2334ecf0739b2206f03e578075e6e00f4b4cf1 | recipes/nibabel/meta.yaml | recipes/nibabel/meta.yaml | package:
name: nibabel
version: "2.0.2"
source:
fn: nibabel-2.0.2.tar.gz
url: https://pypi.python.org/packages/source/n/nibabel/nibabel-2.0.2.tar.gz
md5: fa89163149e35f52e237b2cb56b1c606
build:
number: 0
script: python setup.py install
requirements:
build:
- python
- numpy
run:
- py... | package:
name: nibabel
version: "2.0.2"
source:
fn: nibabel-2.0.2.tar.gz
url: https://pypi.python.org/packages/source/n/nibabel/nibabel-2.0.2.tar.gz
md5: fa89163149e35f52e237b2cb56b1c606
build:
number: 0
script: python setup.py install
requirements:
build:
- python
- numpy
- h5py
ru... | Add h5py as a requirement. | Add h5py as a requirement.
| YAML | bsd-3-clause | mariusvniekerk/staged-recipes,jerowe/staged-recipes,dschreij/staged-recipes,barkls/staged-recipes,valgur/staged-recipes,NOAA-ORR-ERD/staged-recipes,benvandyke/staged-recipes,NOAA-ORR-ERD/staged-recipes,pstjohn/staged-recipes,rvalieris/staged-recipes,dfroger/staged-recipes,goanpeca/staged-recipes,data-exp-lab/staged-rec... |
a7666eafcf61034be3cffc0218ab46ab53a87730 | recipes/pdf2svg/meta.yaml | recipes/pdf2svg/meta.yaml | {% set name = "pdf2svg" %}
{% set version = "0.2.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/dawbarton/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 4fb186070b3e7d33a51821e3307dce57300a062570d028feccd4e628d50dea8a
build:
number: 0
skip: True # [win]
r... | {% set name = "pdf2svg" %}
{% set version = "0.2.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/dawbarton/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 4fb186070b3e7d33a51821e3307dce57300a062570d028feccd4e628d50dea8a
build:
number: 0
skip: True # [win]
r... | Update test command (pdf2svg does not accept --help argument) | Update test command (pdf2svg does not accept --help argument)
| YAML | bsd-3-clause | mcs07/staged-recipes,birdsarah/staged-recipes,dschreij/staged-recipes,goanpeca/staged-recipes,dschreij/staged-recipes,conda-forge/staged-recipes,Juanlu001/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,asmeurer/staged-recipes,birdsarah/staged-recipes,patricksnape/staged-recipes,jakir... |
b74c20b1f799e40e833a84e0e1923c2c9b89c9b4 | data/transition-sites/defra_darwin.yml | data/transition-sites/defra_darwin.yml | ---
site: defra_darwin
whitehall_slug: department-for-environment-food-rural-affairs
title: Department for Environment, Food & Rural Affairs
redirection_date: 22nd May 2014
homepage: https://www.gov.uk/government/organisations/department-for-environment-food-rural-affairs
tna_timestamp: 20131103143446
host: darwin.... | ---
site: defra_darwin
whitehall_slug: department-for-environment-food-rural-affairs
title: Department for Environment, Food & Rural Affairs
redirection_date: 22nd May 2014
homepage: https://www.gov.uk/government/organisations/department-for-environment-food-rural-affairs
tna_timestamp: 20131103143446
host: darwin.... | Add alias for legacy darwin domain | Add alias for legacy darwin domain
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
7f43907960391a08df1068cee5ffdaed0c35a2a0 | roles/ruby/tasks/main.yml | roles/ruby/tasks/main.yml | ---
- name: Clone chruby
ansible.builtin.git:
repo: 'https://github.com/postmodern/chruby'
dest: '{{ PWD }}/../chruby'
version: 'v0.3.9'
depth: 1
...
| ---
- name: Clone chruby
ansible.builtin.git:
repo: 'https://github.com/postmodern/chruby'
dest: '{{ PWD }}/../chruby'
version: 'v0.3.9'
depth: 1
- name: Clone ruby-install
ansible.builtin.git:
repo: 'https://github.com/postmodern/ruby-install'
dest: '{{ PWD }}/../ruby-install'
version:... | Implement task for cloning ruby-install | auto: Implement task for cloning ruby-install
| YAML | unlicense | cenouro/dotfiles |
46479cc62001348b2357cfb8ab013c4914e275f2 | demo.yml | demo.yml | requirements:
- jsonschema==2.6.0
- pyrsistent==0.14.7 | requirements:
- jsonschema==3.0.1
- pyrsistent==0.14.7
| Update jsonschema version to 3.0.1 | Update jsonschema version to 3.0.1
| YAML | mit | Julian/jsonschema,python-jsonschema/jsonschema,Julian/jsonschema |
fb6ca9f1d3abe14321d695fa853d613bfd19104b | ansible-roundcube/playbooks/test.yml | ansible-roundcube/playbooks/test.yml | ---
- hosts: 'placeholder_fqdn'
become: True
roles:
- role: debops.php5
php5_packages:
- '{{ roundcube_php5_packages }}'
php5_pools:
- '{{ roundcube_php5_pool }}'
when: roundcube_dependencies|d()
- role: debops.nginx
nginx_servers:
- '{{ roundcube_nginx_se... | ---
- hosts: 'placeholder_fqdn'
become: True
roles:
- role: debops.php5
php5_packages:
- '{{ roundcube__php5_packages }}'
php5_pools:
- '{{ roundcube__php5_pool }}'
when: roundcube_dependencies|d()
- role: debops.nginx
nginx_servers:
- '{{ roundcube__nginx... | Adjust variable names according to namespace change | Adjust variable names according to namespace change
| YAML | mit | ganto/test-suite,ganto/debops-test-suite,ganto/test-suite,ganto/test-suite,ganto/test-suite,ganto/debops-test-suite,ganto/debops-test-suite,debops/test-suite,debops/test-suite,ganto/debops-test-suite,debops/test-suite,ganto/test-suite,ganto/debops-test-suite,debops/test-suite,debops/test-suite |
1da5e2cb9620ad3dbe50b1cc8c62ac016d85c6fb | lockfile.yml | lockfile.yml | packages:
-
name: objectdiff
version: 0.2.3.9000
repo: robertzk/objectdiff
-
name: stagerunner
version: 0.5.0
repo: syberia/stagerunner
-
name: Ramd
version: 0.2.2
repo: robertzk/Ramd
-
name: statsUtils
version: 0.1.3
repo: robertzk/statsUtils
-
name: direct... | packages:
-
name: objectdiff
version: 0.2.3.9000
repo: robertzk/objectdiff
-
name: stagerunner
version: 0.5.0
repo: syberia/stagerunner
-
name: Ramd
version: 0.2.2
repo: robertzk/Ramd
-
name: statsUtils
version: 0.1.3
repo: robertzk/statsUtils
-
name: direct... | Drop tundra version for now. | Drop tundra version for now.
| YAML | mit | syberia/examples |
0682f1aacfbae6415daadc5852e877e450a6a47d | conda_recipe/meta.yaml | conda_recipe/meta.yaml | # must do conda install -c NostrumBioDiscovery adaptive_pele
package:
name: adaptive_pele
version: "1.6.1"
about:
home: https://github.com/AdaptivePELE/AdaptivePELE
license: Apache
license_file: LICENSE
summary: AdaptivePELE is a Python package aimed at enhancing the sampling of molecular simulations
sou... | # must do conda install -c NostrumBioDiscovery adaptive_pele
package:
name: adaptive_pele
version: "1.6.1"
about:
home: https://github.com/AdaptivePELE/AdaptivePELE
license: Apache
license_file: LICENSE
summary: AdaptivePELE is a Python package aimed at enhancing the sampling of molecular simulations
sou... | Add cython to host conda | Add cython to host conda | YAML | mit | AdaptivePELE/AdaptivePELE,AdaptivePELE/AdaptivePELE,AdaptivePELE/AdaptivePELE,AdaptivePELE/AdaptivePELE |
62e57533d3569764beaf43ead6282a9b32b5841b | rest-api-spec/src/main/resources/rest-api-spec/test/cat.recovery/10_basic.yaml | rest-api-spec/src/main/resources/rest-api-spec/test/cat.recovery/10_basic.yaml | ---
"Test cat recovery output":
- do:
cat.recovery: {}
- match:
$body: |
/^$/
- do:
index:
index: index1
type: type1
id: 1
body: { foo: bar }
refresh: true
- do:
cluster.health:
wait_for_status: yellow
- do:
... | ---
"Test cat recovery output":
- do:
cat.recovery: {}
- match:
$body: |
/^$/
- do:
index:
index: index1
type: type1
id: 1
body: { foo: bar }
refresh: true
- do:
cluster.health:
wait_for_status: yellow
- do:
... | Rename start to verify_index in cat test | [test] Rename start to verify_index in cat test
This was renamed in other places but not here.
Closes #13489
| YAML | apache-2.0 | strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,strapdata/elassandra-test,strapdata/elassandra-test,baishuo/elasticsearch_v2.1.0-baishuo,baish... |
b5800db761893e349f31215349a27003996a71f9 | calico/templates/allow-network-policy.yaml | calico/templates/allow-network-policy.yaml | apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: deny-all-by-default
spec:
podSelector:
matchLabels: {}
kind: NetworkPolicy
apiVersion: extensions/v1beta1
metadata:
name: allow
spec:
podSelector:
matchLabels:
app: http-echo
ingress:
- from:
- podSelector:
... | kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
metadata:
name: allow
spec:
podSelector:
matchLabels:
app: http-echo
ingress:
- from:
- podSelector:
matchLabels:
app: busybox
| Fix garbled 'allow' NetworkPolicy yaml | Fix garbled 'allow' NetworkPolicy yaml
| YAML | apache-2.0 | arun-gupta/kubernetes-aws-workshop,dalbhanj/kubernetes-aws-workshop,dalbhanj/kubernetes-aws-workshop,dalbhanj/kubernetes-aws-workshop,dalbhanj/kubernetes-aws-workshop,arun-gupta/kubernetes-aws-workshop,arun-gupta/kubernetes-aws-workshop,arun-gupta/kubernetes-aws-workshop |
81be10cec1523134238dc28b673de7d3e05bcb3c | tasks/rsyslog_client_install-apt.yml | tasks/rsyslog_client_install-apt.yml | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Remove ansible<2.2 apt cache hack | Remove ansible<2.2 apt cache hack
Now ansible apt module correctly behaves, so it's time
to deprecate these cruft tasks for apt.
Change-Id: If91782644592f70d348ea60b25f010d67c7db988
| YAML | apache-2.0 | openstack/openstack-ansible-rsyslog_client,openstack/openstack-ansible-rsyslog_client |
f9248a4774f9bcd33b6355bbe964a90c2fdfb964 | .github/workflows/CI.yml | .github/workflows/CI.yml | on:
push:
branches: [master]
pull_request:
name: CI
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt
-... | on:
push:
branches: [master]
pull_request:
name: CI
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt
-... | Fix github actions file bis | Fix github actions file bis
| YAML | mit | GuillaumeGomez/process-viewer |
f5c9862382fef1f512c3486191774c0e5aaf6812 | .github/workflows/ci.yml | .github/workflows/ci.yml | ---
name: ci
on:
pull_request:
push:
branches:
- master
jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
- name: Run Chef Delivery
uses: actionshub/chef-delivery@master
env:
CHEF_LICENSE: accept-no-... | ---
name: ci
on:
pull_request:
push:
branches:
- master
jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
- name: Run Chef Delivery
uses: actionshub/chef-delivery@main
env:
CHEF_LICENSE: accept-no-pe... | Update the branch of the workflow | Update the branch of the workflow
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/iptables,opscode-cookbooks/iptables,chef-cookbooks/iptables,chef-cookbooks/iptables,opscode-cookbooks/iptables,opscode-cookbooks/iptables |
21ea46a85707276bba93d9c74d98e3a8d0ca3fbd | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Ruby CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.0", "2.7", "2.6", "2.5"]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
... | name: Ruby CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- 3.1
- "3.0"
- 2.7
- 2.6
steps:
- uses: actions/checkout@v2
- name: Set up ... | Add Ruby 3.1, drop 2.5 | CI: Add Ruby 3.1, drop 2.5 | YAML | mit | barsoom/panko |
1e84271a7dca65bed2a9098d218d5cc61ad0eb16 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- 'master'
pull_request:
branches-ignore:
- 'release'
jobs:
supported-jdk:
name: ${{ matrix.title }}
continue-on-error: false
strategy:
fail-fast: false
matrix:
include:
- title: "JDK 8"
java: 8
- titl... | name: CI
on:
push:
branches:
- 'master'
pull_request:
branches-ignore:
- 'release'
jobs:
supported-jdk:
name: ${{ matrix.title }}
continue-on-error: false
strategy:
fail-fast: false
matrix:
include:
- title: "JDK 8"
java: 8
- titl... | Remove java 16 from test matrix | Remove java 16 from test matrix
Also switch to java 17 non ea release
| YAML | apache-2.0 | hcoles/pitest,hcoles/pitest |
d8806239d430995d64e5fd1d0361fca7f8ffae05 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- master
# pull_request:
# branches:
# - master
jobs:
unit_tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
haxe: [4.0.5]
fail-fast: true
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- u... | name: CI
on:
push:
branches:
- master
# pull_request:
# branches:
# - master
jobs:
unit_tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
haxe: [4.1.5]
fail-fast: true
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- u... | Upgrade version of haxe in CI. | feat: Upgrade version of haxe in CI.
| YAML | mit | DropechoStudios/degen.hx,DropechoStudios/degen |
260e1adf496af7f2a45c77ab9a8b336d2d53e68a | .github/FUNDING.yml | .github/FUNDING.yml | # These are supported funding model platforms
open_collective: yiisoft
github: [yiisoft]
| # These are supported funding model platforms
open_collective: yiisoft
github: [yiisoft]
tidelift: "packagist/yiisoft/yii2"
| Add Tidelift as a way to support project financially | Add Tidelift as a way to support project financially [skip ci] | YAML | bsd-3-clause | rob006/yii2,PowerGamer1/yii2,brandonkelly/yii2,PowerGamer1/yii2,mikk150/yii2,brandonkelly/yii2,yiijan/yii2,vchenin/yii2,fetus-hina/yii2,lubosdz/yii2,yiijan/yii2,vchenin/yii2,PowerGamer1/yii2,fetus-hina/yii2,LAV45/yii2,mikk150/yii2,rob006/yii2,rob006/yii2-dev,rob006/yii2,yiijan/yii2,Alex-Code/yii2,mikk150/yii2,yiisoft/y... |
4d644dfe2a8042fae97e4863ff1d85080d24a922 | ansible/roles/murano-agent/tasks/setup-Ubuntu_trusty.yml | ansible/roles/murano-agent/tasks/setup-Ubuntu_trusty.yml | ---
- name: Add Ubuntu cloud archive key
apt_key:
keyserver: pgp.mit.edu
id: 391A9AA2147192839E9DB0315EDB1B62EC4926EA
- name: Add Ubuntu cloud archive repository
apt_repository:
repo: "deb http://ubuntu-cloud.archive.canonical.com/ubuntu {{ ansible_distribution_release }}-updates/{{ openstack_version }... | ---
- name: Add Ubuntu cloud archive key
apt_key:
keyserver: pgp.mit.edu
id: 391A9AA2147192839E9DB0315EDB1B62EC4926EA
- name: Add Ubuntu cloud archive repository
apt_repository:
repo: "deb http://ubuntu-cloud.archive.canonical.com/ubuntu {{ ansible_distribution_release }}-updates/{{ openstack_version }... | Fix filename for Trusty murano agent upstart config | Fix filename for Trusty murano agent upstart config
Change-Id: Icb9a4ec95d0b061b9ea5344fcff6a3b638fad3e9
| YAML | apache-2.0 | NeCTAR-RC/nectar-images,NeCTAR-RC/nectar-images |
067e690bc180fe97270719f8d0c316bc7f10c738 | zuul.d/layout.yaml | zuul.d/layout.yaml | ---
- project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-multinode-container-minimal
gate:
queue: tripleo
| ---
- project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-multinode-container-minimal-pipeline
gate:
queue: tripleo
| Migrate to content provider jobs/templates | Migrate to content provider jobs/templates
This change migrate c8 jobs/templates to content provider
jos so consumer jobs can use resources built by provider
jobs.
Change-Id: I391d1c866ff1467614d77a8e1375b13c63fa041d
Signed-off-by: Amol Kahat <95c009f1d717ce6482c2024394e62fb588cbf8d7@gmail.com>
| YAML | apache-2.0 | openstack/os-net-config |
3e1130a6ef37e7a16717f28e647b7bcc97586218 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: push
jobs:
test:
env:
NODE_ENV: development
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
... | name: CI
on: push
jobs:
test:
env:
NODE_ENV: development
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
... | Use FORCE_COLOR to run tests | Use FORCE_COLOR to run tests
| YAML | mit | bucaran/clor |
6f78a01090d71eb6f4a43a1bba3c995ef19039b8 | .github/workflows/ci.yml | .github/workflows/ci.yml | # This workflow validates the document for markup and examples.
name: CI
on:
push:
branches: [ '**' ]
pull_request:
branches: [ main ]
jobs:
tests:
name: Build and Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Validate via ReSpec
# See https://github.com/w3... | # This workflow validates the document for markup and examples.
name: CI
on:
push:
branches: [ '**' ]
pull_request:
branches: [ main ]
jobs:
tests:
name: Build and Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Validate via ReSpec
# See https://github.com/w3... | Remove SOURCE from respec config. | Remove SOURCE from respec config.
| YAML | mit | shexSpec/primer,shexSpec/primer |
f8e0b2dde227491f82b6ae453ecb7682edf23bb0 | .github/workflows/go.yml | .github/workflows/go.yml | name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
uses: actions/setup-go@v2
with:
go-version: ^1.14
id: go
- name: Check out code into the Go module dir... | name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: ^1.18
id: go
- name: Check out code into the Go module dir... | Update Go version on GH action | Update Go version on GH action
| YAML | apache-2.0 | Jigsaw-Code/outline-go-tun2socks,Jigsaw-Code/outline-go-tun2socks |
bdf42283eb331eb97df11ad76b1d55468e2da4ad | cluster/charts/rook/templates/wait-on-resources-job.yaml | cluster/charts/rook/templates/wait-on-resources-job.yaml | {{- if and .Capabilities.KubeVersion.Major .Capabilities.KubeVersion.Minor }}
apiVersion: batch/v1
kind: Job
metadata:
name: rook-operator-wait-resources
annotations:
helm.sh/hook: post-install
"helm.sh/hook-delete-policy": hook-succeeded
labels:
app: rook-operator-wait-resources
chart: "{{ .Chart... | apiVersion: batch/v1
kind: Job
metadata:
name: rook-operator-wait-resources
annotations:
helm.sh/hook: post-install
"helm.sh/hook-delete-policy": hook-succeeded
labels:
app: rook-operator-wait-resources
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
spec:
template:
metadat... | Check for supporting API instead of specific K8S version | Check for supporting API instead of specific K8S version
Signed-off-by: Tim Jones <5ee0edb9e2229c0838f1959779f1949031de0123@spotahome.com>
| YAML | apache-2.0 | rook/rook,rook/rook,rook/nfs,rook/nfs,rook/rook,rook/rook,rook/nfs,rook/rook |
18d980f380d0bdb76093ceb84f9f5929aa4be083 | .github/workflows/codespell.yml | .github/workflows/codespell.yml | # GitHub Action to automate the identification of common misspellings in text files.
# https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell
name: codespell
on: [push, pull_request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
st... | # GitHub Action to automate the identification of common misspellings in text files.
# https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell
name: codespell
on: [push, pull_request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
st... | Change 'Sur' to 'sur' to see if that works | Change 'Sur' to 'sur' to see if that works
| YAML | bsd-3-clause | google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf |
9d49f366d79710570a4c6c8af63bfdb5c98bceaa | .github/workflows/github-ci.yml | .github/workflows/github-ci.yml | name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Yarn CLI
uses: CultureHQ/actions-yarn@v1.0.1
- run: yarn
... | name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Yarn CLI
uses: CultureHQ/actions-yarn@v1.0.1
- run: yarn
... | Add missing env var for api key | Add missing env var for api key | YAML | apache-2.0 | Tim-Snow/PersonalWebsite,Tim-Snow/PersonalWebsite |
13353239e80869801b3ca2073bc7d33481be0906 | src/Paraunit/Resources/config/services.yml | src/Paraunit/Resources/config/services.yml | parameters:
paraunit.max_retry_count: 3
kernel.root_dir: 'src'
services:
paraunit.filter.filter:
class: Paraunit\Filter\Filter
arguments:
- "@paraunit.proxy.phpunit_util_xml_proxy"
- "@phpunit.file_iterator_facade"
- "@paraunit.configuration.phpunit_config"
- "%paraunit.testsuite%... | parameters:
paraunit.max_retry_count: 3
kernel.root_dir: 'src'
services:
paraunit.filter.filter:
class: Paraunit\Filter\Filter
arguments:
- "@paraunit.proxy.phpunit_util_xml_proxy"
- "@phpunit.file_iterator_facade"
- "@paraunit.configuration.phpunit_config"
- "%paraunit.testsuite%... | Use ContainerAwareEventDispatcher to avoid breaking in Symfony 2.x | Use ContainerAwareEventDispatcher to avoid breaking in Symfony 2.x
| YAML | apache-2.0 | facile-it/paraunit,facile-it/paraunit |
fecf5149a5e6fe0f4cbb79104e1925aba02492fc | .kitchen.cloud.yml | .kitchen.cloud.yml | ---
driver:
name: ec2
aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %>
ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %>
region: us-east-1
availability_zone: us-east-1b
security_group_ids: ['ci-testing']
instance_type: c3.large
interface: public
tags:
Env: public
Type: test
provisioner:
name: chef_zero... | ---
driver:
name: ec2
aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %>
ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %>
region: us-east-1
availability_zone: us-east-1b
security_group_ids: ['ci-testing']
instance_type: c3.large
interface: public
tags:
Env: public
Type: test
provisioner:
name: chef_zero... | Add real AWS key usage in Travis tests | Add real AWS key usage in Travis tests
| YAML | apache-2.0 | evertrue/s3_dir |
f387acd12135ddae0bedd4c7ee675dbbfe955742 | virtual/tasks/lx-brand.yml | virtual/tasks/lx-brand.yml | ---
- name: SmartOS LX Brand Debian tasks
block:
- name: Hold back systemd
dpkg_selections:
name: systemd
selection: hold
# A dirty hack for https://bugs.python.org/issue36610
# This could fail on Debians that don't use 3.8, but we aren't running any of those right now, so this is... | ---
- name: SmartOS LX Brand Debian tasks
block:
- name: Hold back systemd
dpkg_selections:
name: systemd
selection: hold
# sendfile bug fixed in https://github.com/joyent/illumos-joyent/commit/b189ef943db9b29af9068d3b3b49bc364699da56 20200910T013122Z
# resolv.conf is not maintai... | Remove Python sendfile hack (fixed upstream in LX) | Remove Python sendfile hack (fixed upstream in LX)
| YAML | mit | galaxyproject/ansible-common-roles,galaxyproject/ansible-common-roles |
c0e61305a77c8eba0cef02e7a77f389de969b13e | bsp-gonk/travis/travis_linux.yml | bsp-gonk/travis/travis_linux.yml | language: generic
sudo: required
dist: trusty
os:
- linux
jdk:
- openjdk7
# Pay close attention here ideally this should match prerequisites-linux.md
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- kubuntu-backports
packages:
- openjdk-7-jdk
- m4
- libxml2-utils
- ... | language: generic
sudo: required
dist: trusty
os:
- linux
jdk:
- openjdk7
# Pay close attention here ideally this should match prerequisites-linux.md
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- kubuntu-backports
- git-core
packages:
- openjdk-7-jdk
- m4
- libxm... | Update git version on Travis | Update git version on Travis
| YAML | mit | silklabs/silk,silklabs/silk,silklabs/silk,silklabs/silk,silklabs/silk,silklabs/silk |
cb30244a59280aba484d09817c0d23846f5119cd | .codeclimate.yml | .codeclimate.yml | languages:
Ruby: true
JavaScript: true
PHP: true
Python: true
exclude_paths:
- "app/interfaces/api/v1/*"
- "lib/demo_data/*"
| languages:
Ruby: true
JavaScript: true
PHP: true
Python: true
exclude_paths:
- "app/interfaces/api/v1/*"
- "lib/demo_data/*"
- "db/*"
- "db/migrate/*"
- "db/seeds/*"
| Exclude db/* db/migrate/* db/seeds/* from CodeClimate | Exclude db/* db/migrate/* db/seeds/* from CodeClimate
| YAML | mit | ministryofjustice/advocate-defence-payments,ministryofjustice/advocate-defence-payments,ministryofjustice/advocate-defence-payments,ministryofjustice/advocate-defence-payments |
4487183e8d34fe05c3d0053879374cd0555fc9dd | .codeclimate.yml | .codeclimate.yml | ---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 140
exclude_paths:
- "**/tests"
eslint:
enabled: true
channel: "eslint-2"
fixme:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "... | ---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 140
exclude_paths:
- "**/tests"
eslint:
enabled: true
channel: "eslint-2"
fixme:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "... | Add lib folder to ignore | Add lib folder to ignore
| YAML | mit | MitocGroup/deep-microservices-root-angularjs,MitocGroup/deep-microservices-root-angularjs,MitocGroup/deep-microservices-root-angularjs |
da2de44a6cbae7649051d6e6d1a00595764f5822 | .readthedocs.yml | .readthedocs.yml | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
python:
# enable access to preinstalled modules (numpy, scipy, matplotlib)
system_packages: true
# Build documentation in the docs/ directory with Sphinx
sphinx:
... | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
python:
# enable access to preinstalled modules (numpy, scipy, matplotlib)
system_packages: true
# Build documentation in the docs/ directory with Sphinx
sphinx:
... | Build downloadable HTML on Read the Docs | Build downloadable HTML on Read the Docs
| YAML | mit | PyAbel/PyAbel |
eaab059c533a280199ce111768012fa47fe3ab59 | .scrutinizer.yml | .scrutinizer.yml | imports:
- php
tools:
php_cpd: true
php_pdepend: true
php_mess_detector:
enabled: true
filter:
paths: { }
excluded_paths:
- '*/Tests/*'
config:
design_rules:
coupling_between_objects: false
php_analyzer: t... | imports:
- php
tools:
external_code_coverage: true
php_cpd: true
php_pdepend: true
php_mess_detector:
enabled: true
filter:
paths: { }
excluded_paths:
- '*/Tests/*'
config:
design_rules:
coupling_between_ob... | Allow external code coverage for Scrutinizer. | Allow external code coverage for Scrutinizer.
| YAML | mit | Causecast/SamlSPBundle,HearstCorp/SamlSPBundle,rlustin/SamlSPBundle,INSEAD-asim/SamlSPBundle,rlustin/SamlSPBundle,aerialship/SamlSPBundle,stuartwilsondev/SamlSPBundle,stuartwilsondev/SamlSPBundle,aerialship/SamlSPBundle,HearstCorp/SamlSPBundle,Causecast/SamlSPBundle,rlustin/SamlSPBundle,Causecast/SamlSPBundle,stuartwil... |
f41377f10de13c7ea9bd34ec46e543e4d2f253cf | .taskcluster.yml | .taskcluster.yml | version: 0
metadata:
name: servo
description: >-
A modern, high-performance browser engine designed for both application
and embedded use.
owner: '{{ event.head.user.email }}'
source: '{{ event.head.repo.url }}'
tasks:
- provisionerId: '{{ taskcluster.docker.provisionerId }}'
workerType: 'servo-do... | version: 0
metadata:
name: servo
description: >-
A modern, high-performance browser engine designed for both application
and embedded use.
owner: '{{ event.head.user.email }}'
source: '{{ event.head.repo.url }}'
tasks:
- provisionerId: '{{ taskcluster.docker.provisionerId }}'
workerType: 'servo-do... | Increase max run time to 2 hours | Increase max run time to 2 hours
Based on the Taskcluster log for
(https://taskcluster-artifacts.net/HkxDh1oKQceXH1fL9RSGow/0/public/logs/live_backing.log),
it looks like the job is running successfully but hitting the max time limit.
Our builds + tests shouldn't take this long to run normally,
but we'll need to set ... | YAML | mpl-2.0 | paulrouget/servo,mbrubeck/servo,pyfisch/servo,emilio/servo,dati91/servo,mbrubeck/servo,peterjoel/servo,notriddle/servo,nnethercote/servo,splav/servo,paulrouget/servo,larsbergstrom/servo,saneyuki/servo,mbrubeck/servo,DominoTree/servo,szeged/servo,pyfisch/servo,saneyuki/servo,dati91/servo,emilio/servo,szeged/servo,SimonS... |
a5bf24c2419a4b84b7e7b32078b2352eb7a438fe | packages/li/libvirt-hs.yaml | packages/li/libvirt-hs.yaml | homepage: http://redmine.iportnov.ru/projects/libvirt-hs
changelog-type: ''
hash: c9d917ee369b11dc541c37d65da60409cfe9ee2e0be11821afc4eec35fbbcdf7
test-bench-deps: {}
maintainer: portnov84@rambler.ru
synopsis: FFI bindings to libvirt virtualization API (http://libvirt.org)
changelog: ''
basic-deps:
unix: -any
base:... | homepage: https://github.com/portnov/libvirt-hs
changelog-type: ''
hash: 5c967306af0a46f122ec8afc0c52ff4c55c1780513d31e2b4b761da1909e65fc
test-bench-deps: {}
maintainer: portnov84@rambler.ru
synopsis: FFI bindings to libvirt virtualization API (http://libvirt.org)
changelog: ''
basic-deps:
unix: -any
base: ! '>=4 &... | Update from Hackage at 2019-06-28T18:49:36Z | Update from Hackage at 2019-06-28T18:49:36Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7181c81619e63ee8c1e9f706870236e2c65da763 | packages/or/ory-kratos.yaml | packages/or/ory-kratos.yaml | homepage: https://github.com/njaremko/ory-kratos-haskell-sdk
changelog-type: ''
hash: 334e6ae6f7b0214183a6e74aa0e34d6adf08be0a9471bc746393e1e4a38eb4db
test-bench-deps: {}
maintainer: nathan@jaremko.ca
synopsis: API bindings for Ory Kratos
changelog: ''
basic-deps: {}
all-versions:
- 0.0.5.5
- 0.0.5.6
- 0.0.5.7
- 0.0.5.... | homepage: https://github.com/njaremko/ory-kratos-haskell-sdk
changelog-type: ''
hash: 5b12fa9eeef53fae2def634a80f62ff902139ff8672760bbe0dd7b89ea0b2941
test-bench-deps: {}
maintainer: nathan@jaremko.ca
synopsis: API bindings for Ory Kratos
changelog: ''
basic-deps: {}
all-versions:
- 0.0.5.5
- 0.0.5.6
- 0.0.5.7
- 0.0.5.... | Update from Hackage at 2022-06-15T05:34:14Z | Update from Hackage at 2022-06-15T05:34:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5f1be735e7cfd2917e64d9ce82c72399c2c17e73 | packages/we/web-output.yaml | packages/we/web-output.yaml | homepage: https://github.com/danse/web-output
changelog-type: ''
hash: cc00098f7c8f8282be9a713fc2310539d790b1112c403e9608a7136d0ae36b70
test-bench-deps:
base: -any
open-browser: -any
text: -any
filepath: -any
temporary: -any
directory: -any
maintainer: f.occhipinti@gmail.com
synopsis: Library to present con... | homepage: https://github.com/danse/web-output
changelog-type: ''
hash: ebdb833bcf6d0c15184ba19f30a8d931fc53a0ac7cdc384ecd7bf10024ab9b33
test-bench-deps:
base: -any
open-browser: -any
text: -any
filepath: -any
temporary: -any
directory: -any
maintainer: f.occhipinti@gmail.com
synopsis: Library to present con... | Update from Hackage at 2017-04-03T10:23:11Z | Update from Hackage at 2017-04-03T10:23:11Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
749c85e9b14799d1a499cab9c890e02151e41c47 | config/sidekiq.yml | config/sidekiq.yml | :verbose: true
:concurrency: 8
:logfile: ./log/sidekiq.json.log
:queues:
- scheduled_publishing
- default
- publishing_api
- asset_manager
- email_alert_api_signup
- bulk_republishing
- link_checks
- asset_migration
:schedule:
check_all_organisations_links_worker:
cron: '0 3 * * *' # Runs at 3 a.m... | :verbose: true
:concurrency: 8
:logfile: ./log/sidekiq.json.log
:queues:
- scheduled_publishing
- default
- publishing_api
- asset_manager
- email_alert_api_signup
- bulk_republishing
- link_checks
- asset_migration
:schedule:
check_all_organisations_links_worker:
cron: '0 4 * * *' # Runs at 4 a.m... | Change start time of CheckAllOrganisationsLinksWorker | Change start time of CheckAllOrganisationsLinksWorker
This commit changes the start time of `CheckAllOrganisationsLinksWorker` from `03:00` to `04:00`.
We have been seeing a number of errors for `CheckOrganisationLinksWorker` (called by `CheckAllOrganisationsLinksWorker` for every organisation) which indicate that th... | YAML | mit | alphagov/whitehall,alphagov/whitehall,alphagov/whitehall,alphagov/whitehall |
461b1193176fff52e33ed4576dbaa8bf172dd6bd | .github/workflows/codeql-analysis.yml | .github/workflows/codeql-analysis.yml | name: "CodeQL"
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '33 5 * * 0'
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
jobs:
analyze:
name: Anal... | name: "CodeQL"
on:
workflow_dispatch:
# Have to disable this until CodeQL is support on Server 2022
# push:
# branches: [ master ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ master ]
# schedule:
# - cron: '33 5 * * 0'
env:
NUGET_PACKAGES: ${... | Disable CodeQL as 2022 isn't currently supported | Disable CodeQL as 2022 isn't currently supported
| YAML | apache-2.0 | flcdrg/VsShowMissing,flcdrg/VsShowMissing,flcdrg/VsShowMissing,flcdrg/VsShowMissing |
53b03152f3bc581841cde9c957e1c7acc915fd3c | .github/workflows/post-pr-comment.yml | .github/workflows/post-pr-comment.yml | name: Post pull-request comment
on:
workflow_run:
workflows: ["Query help preview"]
types:
- completed
permissions:
pull-requests: write
jobs:
post_comment:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: dawidd6/action-download-artifact@af92a8455a59214b7b932932... | name: Post pull-request comment
on:
workflow_run:
workflows: ["Query help preview"]
types:
- completed
permissions:
pull-requests: write
jobs:
post_comment:
runs-on: ubuntu-latest
steps:
- name: Download artifact
run: gh run download "${{ github.event.workflow_run.id }}" --re... | Use 'gh' command to download artifacts | Use 'gh' command to download artifacts
| YAML | mit | github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql |
79a2790214f2398de42d0ba4b8879820a59bea6e | .github/workflows/pytest-core-mpi.yml | .github/workflows/pytest-core-mpi.yml | name: CI-mpi
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: pytest-mpi
runs-on: ubuntu-20.04
env:
DEVITO_LANGUAGE: "openmp"
DEVITO_ARCH: "gcc-9"
... | name: CI-mpi
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: pytest-mpi
runs-on: ubuntu-20.04
env:
DEVITO_LANGUAGE: "openmp"
DEVITO_ARCH: "gcc-9"
... | Work around archives missing error on apt install | ci: Work around archives missing error on apt install
| YAML | mit | opesci/devito,opesci/devito |
aa5ed742cc66cb7ab521927fe2ffd0b8c2a3def2 | .github/workflows/test_and_deploy.yml | .github/workflows/test_and_deploy.yml | name: Test and deploy
on:
- push
- workflow_dispatch
jobs:
test_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a
with:
ruby-version: 2.6.3
- name: Install dependencies
... | name: Test and deploy
on:
- push
- workflow_dispatch
jobs:
test_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a
with:
ruby-version: 2.6.3
bundler: 2.1.4
bundle... | Use bundler cache for actions | Use bundler cache for actions
| YAML | mit | mumuki/mumuki-rspec-server |
30547bdff18e9f852599878f275faedf9abdfd84 | AzurePipelines.yml | AzurePipelines.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: 'VS2017-Win2016'
variables:
solution: '**/*.sln'
... | # --------------------------------------------------------------------------- #
# common
# --------------------------------------------------------------------------- #
trigger:
- master
pool:
vmImage: 'VS2017-Win2016'
# --------------------------------------------------------------------------- #
# variables
... | Fix settings for Azure Pipelines. | Fix settings for Azure Pipelines.
| YAML | apache-2.0 | cube-soft/Cube.Core,cube-soft/Cube.Core |
5a53f117406bb72480a16b0269dd5ad85407d781 | data/plugins/generic/config-lot1.yml | data/plugins/generic/config-lot1.yml | plugins:
- name: add-to-any
config: !include add-to-any/v1/config-plugin.yml
- name: simple-sitemap
config: !include simple-sitemap/v1/config-plugin.yml
- name: tinymce-advanced
config: !include tinymce-advanced/v1/config-plugin.yml
- name: black-studio-tinymce-widget
config: !include black-stud... | plugins:
- name: add-to-any
config: !include add-to-any/v1/config-plugin.yml
- name: simple-sitemap
config: !include simple-sitemap/v1/config-plugin.yml
- name: tinymce-advanced
config: !include tinymce-advanced/v1/config-plugin.yml
- name: black-studio-tinymce-widget
config: !include black-stud... | Update plugin list, duplicate entry, maybe because of merge... | Update plugin list, duplicate entry, maybe because of merge...
| YAML | mit | epfl-idevelop/jahia2wp,epfl-idevelop/jahia2wp,epfl-idevelop/jahia2wp,epfl-idevelop/jahia2wp |
32a759fcfe457bacb347a6214b6a9e1ab7c861a9 | openedx.yaml | openedx.yaml | # This file describes this Open edX repo, as described in OEP-2:
# http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification
nick: ecom
oeps: {}
openedx-release: {ref: master}
owner: edx/learner
tags: [ecom]
track-pulls: true
| # This file describes this Open edX repo, as described in OEP-2:
# http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification
nick: ecom
oeps: {}
openedx-release: {ref: master}
owner: cpennington
supporting_teams:
- edx/rev-team
- edx/rev-mint
- edx/rev-emerald
- edx/ecommerce
tags: [e... | Mark myself as owner of the ecommerce repo, and add list of supporting teams | Mark myself as owner of the ecommerce repo, and add list of supporting teams
| YAML | agpl-3.0 | edx/ecommerce,edx/ecommerce,edx/ecommerce,eduNEXT/edunext-ecommerce,edx/ecommerce,eduNEXT/edunext-ecommerce,eduNEXT/edunext-ecommerce,eduNEXT/edunext-ecommerce |
72b8d134140df4ba653401d8af39bb141ab49e65 | .github/workflows/build.yml | .github/workflows/build.yml | ---
name: Tests
on:
pull_request:
branches:
- master
env:
# see https://github.com/composer/composer/issues/9368#issuecomment-718112361
COMPOSER_ROOT_VERSION: "dev-master"
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix... | ---
name: Tests
on:
pull_request:
branches:
- master
env:
# see https://github.com/composer/composer/issues/9368#issuecomment-718112361
COMPOSER_ROOT_VERSION: "dev-master"
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix... | Update GitHub Actions for Laravel 9 | Update GitHub Actions for Laravel 9
| YAML | mit | prodeveloper/social-share |
d6cca5230c6834c98bd0d8b9b2c8e30625e7471c | .github/workflows/build.yml | .github/workflows/build.yml | name: Build project
on: [push]
jobs:
build_project:
runs-on: ubuntu-20.04
steps:
- name: Set up Git repository
uses: actions/checkout@v1
- name: Build
run: |
mvn test --batch-mode
| name: Build project
on: [push]
jobs:
build_project:
runs-on: ubuntu-20.04
steps:
- name: Set up Git repository
uses: actions/checkout@v1
- name: Build
run: |
mvn test --batch-mode
- name: Install
run: |
mvn install --batch-mode
| Test install step in CI | Test install step in CI
| YAML | apache-2.0 | ldbc/ldbc_graphalytics,ldbc/ldbc_graphalytics,ldbc/ldbc_graphalytics,ldbc/ldbc_graphalytics,ldbc/ldbc_graphalytics |
607bf95d87e7f0d25a0dabb1b830f2729f90d9b4 | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- run: bundle exec rake test
| name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0" # for pre-built grpc
bundler-cache: true
- run: bundle exec rake test
| Test with Ruby 3.0 on CI for now for prebuilt grpc | Test with Ruby 3.0 on CI for now for prebuilt grpc
| YAML | mit | ankane/errbase |
eaa2d9bba05a2808f89ec25a9a5571c165184714 | .github/workflows/maven.yml | .github/workflows/maven.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 CI with Maven
on: [ push, pull_request ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: acti... | # 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 CI with Maven
on: [ push, pull_request ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: acti... | Fix mistake in branch filtering | Fix mistake in branch filtering
| YAML | apache-2.0 | Hipparchus-Math/hipparchus,sdinot/hipparchus,sdinot/hipparchus,Hipparchus-Math/hipparchus,sdinot/hipparchus,Hipparchus-Math/hipparchus,sdinot/hipparchus,Hipparchus-Math/hipparchus |
8c9008b9f54aaeda1706c8d8fa557e5c44eba9fd | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
push:
branches:
- master
- ci
pull_request:
branches:
- master
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
node-version: ["10", "12", "13"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
... | name: Tests
on:
push:
branches:
- master
- ci
pull_request:
branches:
- master
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
node-version: ["10", "12", "13"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
... | Make CI sequence easier to follow | Make CI sequence easier to follow
| YAML | apache-2.0 | edgedb/edgedb-js,edgedb/edgedb-js |
614b4bbd65d41a6a4356509b5cb6d86c4de41e4a | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [3.7]
phonopy-version: [2.7.0, 2.14.0]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-pyth... | name: Tests
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [3.7]
phonopy-version: [2.7.0, 2.14.0]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-pyth... | Modify not to install unnecessary packages | Modify not to install unnecessary packages
| YAML | mit | yuzie007/upho |
c414b6ef76f46d0c54fb91679ee879d5b6eb6d53 | opts.yml | opts.yml | maintainer: Jordon Bedwell <jordon@envygeeks.io>
user: jekyll
tags:
3.5.2: stable
3.5.1: stable
3.5.0: stable
3.4.4: relative
3.4.3: relative
3.4.2: relative
3.4.1: relative
3.4.0: relative
3.3.1: relative
3.3.0: relative
3.2.1: old
3.2.0: old
3.1.6: old
3.1.5: old
3.1.4: old
3.1.3: old
... | maintainer: Jordon Bedwell <jordon@envygeeks.io>
user: jekyll
tags:
3.5.2: stable
3.5.1: stable
3.5.0: stable
3.4.4: relative
3.4.3: relative
3.4.2: relative
3.4.1: relative
3.4.0: relative
3.3.1: relative
3.3.0: relative
3.2.1: old
3.2.0: old
3.1.6: old
3.1.5: old
3.1.4: old
3.1.3: old
... | Fix aliases and update Github-Pages. | Fix aliases and update Github-Pages.
| YAML | mit | jekyll/docker,jekyll/docker,TheSpyder/jekyll-docker,TheSpyder/jekyll-docker |
7fcdd418971209c73573aee3f4244655d1b844dc | fluentd-daemonset-elasticsearch.yaml | fluentd-daemonset-elasticsearch.yaml | apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: fluentd
namespace: kube-system
labels:
k8s-app: fluentd-logging
version: v1
kubernetes.io/cluster-service: "true"
spec:
template:
metadata:
labels:
k8s-app: fluentd-logging
version: v1
kubernetes.io/clus... | apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: fluentd
namespace: kube-system
labels:
k8s-app: fluentd-logging
version: v1
kubernetes.io/cluster-service: "true"
spec:
template:
metadata:
labels:
k8s-app: fluentd-logging
version: v1
kubernetes.io/clus... | Add toleration to allow fluentd to run on masters | Add toleration to allow fluentd to run on masters
| YAML | apache-2.0 | fluent/fluentd-kubernetes-daemonset,fluent/fluentd-kubernetes-daemonset,fluent/fluentd-kubernetes-daemonset |
054d79860071c0958ed100b4379efb78191b52e1 | recipes/unasync/meta.yaml | recipes/unasync/meta.yaml | {% set name = "unasync" %}
{% set version = "0.5.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: b675d87cf56da68bd065d3b7a67ac71df85591978d84c53083c20d79a7e5096d
build:
noarch: python
... | {% set name = "unasync" %}
{% set version = "0.5.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: b675d87cf56da68bd065d3b7a67ac71df85591978d84c53083c20d79a7e5096d
build:
noarch: python
... | Add lower pin to setuptools | Add lower pin to setuptools
| YAML | bsd-3-clause | goanpeca/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,kwilcox/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,ocefpaf/... |
a0f0d4a105d1d60f3275da3ae9007de63da506a3 | roles/xserver/vars/main.yml | roles/xserver/vars/main.yml | WALLPAPER_URL: http://cmg.soton.ac.uk/assets/project-images/229/SkyrmionIntro.jpg | WALLPAPER_URL: http://www.southampton.ac.uk/~mv3g08/virmag_background.jpg | Change background to a higher-resolution one. | Change background to a higher-resolution one.
| YAML | bsd-3-clause | computationalmodelling/virtualmicromagnetics,fangohr/virtualmicromagnetics,computationalmodelling/virtualmicromagnetics,fangohr/virtualmicromagnetics |
c4472312b862572f52619badd93e7cba62b7a7f5 | docker-compose.yml | docker-compose.yml | version: '3'
services:
redis:
image: redis:3
ports:
- 6379:6379
volumes:
- .redis/data:/data
- .redis/redis.default.conf:/usr/local/etc/redis/redis.conf
- ./:/repo
command: /usr/local/etc/redis/redis.conf
| version: '3'
services:
redis:
image: redis
ports:
- 6379:6379
volumes:
- .redis/data:/data
- .redis/redis.default.conf:/usr/local/etc/redis/redis.conf
- ./:/repo
command: /usr/local/etc/redis/redis.conf
| Update redis server version to latest | Update redis server version to latest
| YAML | mit | hollodotme/redis-status,hollodotme/redis-status,hollodotme/redis-status,hollodotme/redis-status |
200b0c994c699fab78c356d7c497351050f47433 | docker-compose.yml | docker-compose.yml | version: '2'
services:
api:
container_name: doubtfire-api
build: .
command: bash -c "if [ -f /doubtfire-api/tmp/pids/server.pid ]; then rm /doubtfire-api/tmp/pids/server.pid; fi && rails server"
ports:
- "3000:3000"
volumes:
- ../doubtfire-api:/doubtfire-api
links:
- web
... | version: '2'
services:
api:
container_name: doubtfire-api
build: .
command: bash -c "if [ -f /doubtfire-api/tmp/pids/server.pid ]; then rm /doubtfire-api/tmp/pids/server.pid; fi && rails server -b 0.0.0.0"
ports:
- "3000:3000"
volumes:
- ../doubtfire-api:/doubtfire-api
links:
... | Add missing bind option to accept all connections | FIX: Add missing bind option to accept all connections
By default, Rails will only serve to localhost, which means
connections outside the docker VM will not be accepted.
The host needs to be able to connect, so bind to 0.0.0.0
| YAML | agpl-3.0 | jakerenzella/doubtfire-api,final-year-project/doubtfire-api,doubtfire-lms/doubtfire-api,alexcu/doubtfire-api,jakerenzella/doubtfire-api,jakerenzella/doubtfire-api,alexcu/doubtfire-api,doubtfire-lms/doubtfire-api,alexcu/doubtfire-api,doubtfire-lms/doubtfire-api,jakerenzella/doubtfire-api,final-year-project/doubtfire-api... |
6a47e89c84cf9815283897093a6629a983d2a5b1 | docker-compose.yml | docker-compose.yml | version: "3"
services:
web:
build: .
volumes:
# - .:/app
- .:/marli
container_name: marli
ports:
- "3000:3000"
env_file:
- test.env
environment:
CI:
CODECLIMATE_REPO_TOKEN:
COVERALLS_REPO_TOKEN:
depends_on:
- setup_dbs
test:
build: .
... | version: "3"
services:
web:
build: .
volumes:
# - .:/app
# - .:/marli
container_name: marli
ports:
- "3000:3000"
env_file:
- test.env
environment:
CI:
CODECLIMATE_REPO_TOKEN:
COVERALLS_REPO_TOKEN:
depends_on:
- setup_dbs
test:
build: .... | Remove all volumes from docker compose | Remove all volumes from docker compose
| YAML | mit | NYULibraries/marli,NYULibraries/marli,NYULibraries/marli,NYULibraries/marli |
02dd68e9c8e1ae204b3750d733cd5ecf58d7bf25 | packages/ma/manifolds-core.yaml | packages/ma/manifolds-core.yaml | homepage: https://github.com/leftaroundabout/manifolds
changelog-type: ''
hash: 96d8507bb06d773553d482c75ed2ce4df2e65fac7b6c5c9bdeade4835afcd4d6
test-bench-deps: {}
maintainer: (@) jsagemue $ uni-koeln.de
synopsis: The basic classes for the manifolds hierarchy.
changelog: ''
basic-deps:
base: ! '>=4.5 && <5'
vector... | homepage: https://github.com/leftaroundabout/manifolds
changelog-type: ''
hash: b5c49d87577af34801c6d18ae1d16225e8025d144de41c7bdb98c532f30b2457
test-bench-deps: {}
maintainer: (@) jsag $ hvl.no
synopsis: The basic classes for the manifolds hierarchy.
changelog: ''
basic-deps:
base: ! '>=4.5 && <5'
vector-space: ! ... | Update from Hackage at 2019-10-14T12:36:55Z | Update from Hackage at 2019-10-14T12:36:55Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
59559ab91c323b9775cf50b1dce21ad421b260d3 | updates/version.yaml | updates/version.yaml | 1.0.1: First version of ClearCacheWidget
1.0.2: Translate for brazilian portuguese
1.0.3: Some fix
1.0.4: Fix chart
1.0.5: Add chart size property
1.0.6: Add cs_CZ locale
1.1.0: Added functionality to delete thumbs images. (set up in widget settings)
1.1.1: Ability to specify the path to the folder preview. (set up in ... | 1.0.1: First version of ClearCacheWidget
1.0.2: Translate for brazilian portuguese
1.0.3: Some fix
1.0.4: Fix chart
1.0.5: Add chart size property
1.0.6: Add cs_CZ locale
1.1.0: Added functionality to delete thumbs images. (set up in widget settings)
1.1.1: Ability to specify the path to the folder preview. (set up in ... | Add french and italian locales | Add french and italian locales | YAML | mit | romanov-acc/octobercms_clearcachewidget,romanov-acc/octobercms_clearcachewidget |
c5ebb08e98d1f5c9cb6c08e59e29c705b2571350 | tests/data/automated/run_info-srnaseq.yaml | tests/data/automated/run_info-srnaseq.yaml | upload:
dir: upload
fc_date: '150803'
fc_name: miRQC
details:
- analysis: smallRNA-seq
algorithm:
aligner: star
adapters: ["TGGAATTCTCGGGTGC"]
species: hsa
description: miRQCa
files:
- ../data/test_srnaseq/mirqca.fastq
genome_build: hg19
| upload:
dir: upload
fc_date: '150803'
fc_name: miRQC
details:
- analysis: smallRNA-seq
algorithm:
aligner: star
adapters: ["TGGAATTCTCGGGTGC"]
species: hsa
description: miRQCa
files:
- ../data/test_srnaseq/mirqca.fastq
genome_build: hg19
metadata:
type: mirqc
| Add metadata to small RNAseq test sample | Add metadata to small RNAseq test sample
| YAML | mit | vladsaveliev/bcbio-nextgen,chapmanb/bcbio-nextgen,Cyberbio-Lab/bcbio-nextgen,brainstorm/bcbio-nextgen,a113n/bcbio-nextgen,mjafin/bcbio-nextgen,vladsaveliev/bcbio-nextgen,guillermo-carrasco/bcbio-nextgen,gifford-lab/bcbio-nextgen,vladsaveliev/bcbio-nextgen,a113n/bcbio-nextgen,gifford-lab/bcbio-nextgen,mjafin/bcbio-nextg... |
ee30a0fbd1518617831b176161f12ea0a0895e87 | lib/active_interaction/locale/en.yml | lib/active_interaction/locale/en.yml | en:
active_interaction:
errors:
messages:
invalid: is invalid
invalid_nested: has an invalid nested value (%{name} => %{value})
invalid_type: is not a valid %{type}
missing: is required
types:
array: array
boolean: boolean
date: date
date_time: dat... | en:
active_interaction:
errors:
messages:
invalid: is invalid
invalid_nested: has an invalid nested value (%{name} => %{value})
invalid_type: is not a valid %{type}
missing: is required
types:
array: array
boolean: boolean
date: date
date_time: dat... | Add translation for interface filter | Add translation for interface filter
| YAML | mit | orgsync/active_interaction,orgsync/active_interaction,JasOXIII/active_interaction,frbl/active_interaction,AaronLasseigne/active_interaction,antoinefinkelstein/active_interaction,AaronLasseigne/active_interaction,JasOXIII/active_interaction,frbl/active_interaction,antoinefinkelstein/active_interaction |
8f8b91ab41898b5af80c55883c9149696cfb4780 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: true
admin_path:
webhook_url:
sections:
- type: directory
path: content
label: Pages
create: all
match: "*"
- type: directory
path: content/podcast
label: Podcast
create: all
match: "**/*"
- type: directory
path: content/assets
label: Assets
create: all
... | ---
new_page_extension: md
auto_deploy: true
admin_path:
webhook_url:
sections:
- type: directory
path: content
label: Pages
create: all
match: "*"
- type: directory
path: content/podcast
label: Podcast
create: all
match: "**/*"
- type: directory
path: content/assets
label: Assets
create: all
... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | twiztedmyrtle/twiztedmyrtle.github.io,twiztedmyrtle/twiztedmyrtle.github.io |
58c0ecc77982e2d8187c5c34420e578ad3e26dcb | packages/bi/bittrex.yaml | packages/bi/bittrex.yaml | homepage: https://github.com/dmjio/bittrex
changelog-type: markdown
hash: 25f94751760e20279315d645e7cfcb0cf6573bdab71a1f83b6864613b12cb3fb
test-bench-deps: {}
maintainer: djohnson.m@gmail.com
synopsis: API bindings to bittrex.com
changelog: ! '# Revision history for bittrex
## 0.1.0.0 -- YYYY-mm-dd
* First ver... | homepage: https://github.com/dmjio/bittrex
changelog-type: markdown
hash: 70c1994c268bb9d79b43c45ba359129f7a2f87be49643615ab9c8bb15a5dbfe0
test-bench-deps: {}
maintainer: djohnson.m@gmail.com
synopsis: API bindings to bittrex.com
changelog: ! '# Revision history for bittrex
## 0.1.0.0 -- YYYY-mm-dd
* First ver... | Update from Hackage at 2017-12-25T20:51:50Z | Update from Hackage at 2017-12-25T20:51:50Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6b1da42aaf75b3e17e7c5334223c487cf8eda6df | packages/gc/gcodehs.yaml | packages/gc/gcodehs.yaml | homepage: https://github.com/hackerspace/gcodehs
changelog-type: ''
hash: 13f0ac86d5e88df31bb5920835efc1d84abfd7a6035f74c19b65f0e3b12e8ab8
test-bench-deps: {}
maintainer: rmarko@base48.cz
synopsis: GCode processor
changelog: ''
basic-deps:
pipes-aeson: -any
bytestring: -any
ansi-wl-pprint: -any
base: ! '>=4.7 &... | homepage: https://github.com/hackerspace/gcodehs
changelog-type: ''
hash: 52dc92e1dbcc2ab19501cc381c499562ad1b8314cb141fb3352c70f1f4bc379f
test-bench-deps: {}
maintainer: srk@48.io
synopsis: GCode processor
changelog: ''
basic-deps:
bytestring: -any
pipes-text: -any
ansi-wl-pprint: -any
base: ! '>=4.7 && <5'
... | Update from Hackage at 2018-07-24T17:31:24Z | Update from Hackage at 2018-07-24T17:31:24Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5516ac482fea1b1fc314f9ba9e0e2616ec1afd54 | roles/kernel/tasks/add_ipv4_nameserver.yml | roles/kernel/tasks/add_ipv4_nameserver.yml | - name: Comment out all ipv6 nameservers in /etc/resolv.conf
lineinfile:
path: /etc/resolv.conf
regexp: '^(nameserver.*)$'
line: '# \1'
backrefs: yes
- name: Add ipv4 public nameservers
lineinfile:
path: /etc/resolv.conf
line: 'nameserver 8.8.8.8'
- name: Check whether /etc/dhcp/ directory... | - name: Comment out all ipv6 nameservers in /etc/resolv.conf
lineinfile:
path: /etc/resolv.conf
regexp: '^(nameserver.*)$'
line: '# \1'
backrefs: yes
- name: Add ipv4 public nameservers
lineinfile:
path: /etc/resolv.conf
line: 'nameserver 8.8.8.8'
- name: Check whether /etc/dhcp/ directory... | Make dhcp client hook file executable | Make dhcp client hook file executable
| YAML | mit | keitarocorp/centos_provision,keitarocorp/centos_provision |
263b9277feefe44b1948223475708d5674bcec57 | metadata/gh.cloneconf.ardicter.yml | metadata/gh.cloneconf.ardicter.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
- Science & Education
- Reading
License: MIT
AuthorName: Clone Conflict
AuthorEmail: cloneconf@gmail.com
SourceCode: https://github.com/cloneconf/Ardicter
IssueTracker: https://github.com/cloneconf/Ardicter/issues
Name: Ardicter
AutoName: Ardicter
RepoType: gi... | AntiFeatures:
- NonFreeNet
Categories:
- Internet
- Science & Education
- Reading
License: MIT
AuthorName: Clone Conflict
AuthorEmail: cloneconf@gmail.com
SourceCode: https://github.com/cloneconf/Ardicter
IssueTracker: https://github.com/cloneconf/Ardicter/issues
Name: Ardicter
AutoName: Ardicter
RepoType: gi... | Update Ardicter to 3.0 (3) | Update Ardicter to 3.0 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
7df6bfbd31244d03d381eb7fc9ffcdab17285230 | metadata/la.daube.photochiotte.yml | metadata/la.daube.photochiotte.yml | Categories:
- Multimedia
License: GPL-3.0-only
AuthorEmail: fnepcbxayn@tutanota.com
SourceCode: https://gitlab.com/LaDaubePhotoChiotte/photochiotte
IssueTracker: https://gitlab.com/LaDaubePhotoChiotte/photochiotte/issues
AutoName: PhotoChiotte
RepoType: git
Repo: https://gitlab.com/LaDaubePhotoChiotte/photochiotte
... | Categories:
- Multimedia
License: GPL-3.0-only
AuthorEmail: fnepcbxayn@tutanota.com
SourceCode: https://gitlab.com/LaDaubePhotoChiotte/photochiotte
IssueTracker: https://gitlab.com/LaDaubePhotoChiotte/photochiotte/issues
AutoName: PhotoChiotte
RepoType: git
Repo: https://gitlab.com/LaDaubePhotoChiotte/photochiotte
... | Update PhotoChiotte to 1.9 (10) | Update PhotoChiotte to 1.9 (10)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
26ad0a67dda0731538637417249d50bcfc84d6d4 | pubspec.yaml | pubspec.yaml | name: scheduled_test
version: 0.9.1
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A package for writing readable tests of asynchronous behavior.
This package works by building up a queue of asynchronous tasks called a
"schedule", then executing those tasks in order. Thi... | name: scheduled_test
version: 0.9.2
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A package for writing readable tests of asynchronous behavior.
This package works by building up a queue of asynchronous tasks called a
"schedule", then executing those tasks in order. Thi... | Make pkg/path 1.0.0 and upgrade dependencies appropriately. | Make pkg/path 1.0.0 and upgrade dependencies appropriately.
All existing packages that use pkg/path (other than pkg/stack_trace,
which has already been updated) are compatible with both the pre-1.0
and post-1.0 path API, so I've marked their version constraints as
">=0.9.0 <2.0.0". I've also incremented their patch ve... | YAML | bsd-3-clause | dart-lang/scheduled_test,dart-archive/scheduled_test |
689cf23b34e45c72b5b7dc5324f2f1062d9189ba | pubspec.yaml | pubspec.yaml | name: clean_sync
description: A sample command-line application
dependencies:
clean_ajax:
path: ../clean_ajax
clean_data:
git: https://github.com/hleumas/clean_data
mongo_dart: any
dev_dependencies:
clean_backend:
path: ../clean_backend/
| name: clean_sync
description: Part of the clean framework that handles server-client synchronization.
dependencies:
clean_ajax:
path: https://github.com/hleumas/clean_ajax
clean_data:
git: https://github.com/hleumas/clean_data
mongo_dart: any
dev_dependencies:
clean_backend:
path: https://github.com... | Fix package dependencies. Never depend on path. | Fix package dependencies. Never depend on path.
| YAML | bsd-2-clause | cleandart/clean_sync,cleandart/clean_sync |
454ab0f9ea6bd06942a983238d8a6818b1357edb | pubspec.yaml | pubspec.yaml | name: ffi
version: 0.1.3+1
homepage: https://github.com/dart-lang/ffi
description: Utilities for working with Foreign Function Interface (FFI) code.
environment:
sdk: '>=2.6.0 <3.0.0'
# dependencies:
dev_dependencies:
pedantic: ^1.0.0
test: ^1.6.8
| name: ffi
version: 0.1.3+1
homepage: https://github.com/dart-lang/ffi
description: Utilities for working with Foreign Function Interface (FFI) code.
environment:
sdk: '>=2.9.0 <3.0.0'
# dependencies:
dev_dependencies:
pedantic: ^1.0.0
test: ^1.6.8
| Update sdk constraint to enable NNBD strong mode | Update sdk constraint to enable NNBD strong mode | YAML | bsd-3-clause | dart-lang/ffi |
1e12598a94872b70521858b2001ad7ca580731b0 | automations/outdoor_lights.yaml | automations/outdoor_lights.yaml | - alias: 'Turn Outdoor Lights on before Sunset'
trigger:
platform: state
entity_id: sensor.period_of_day
from: 'Day'
to: 'Sunset'
action:
- service: light.turn_on
data:
entity_id: group.outdoor_lights
- alias: 'Turn Outdoor Lights off in the Night when Away'
trigger:
platfor... | - alias: 'Turn Outdoor Lights on before Sunset'
trigger:
platform: state
entity_id: sensor.period_of_day
from: 'Day'
to: 'Sunset'
action:
- service: light.turn_on
data:
entity_id: group.outdoor_lights
- alias: 'Turn Outdoor Lights off after Sunrise'
trigger:
platform: state
... | Reorder automations of outdoor lights | Reorder automations of outdoor lights
| YAML | mit | davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config |
2d757c697129fd51be3af8d46c053e523d527b6b | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
pull_request:
push:
schedule:
- cron: '00 01 * * *'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: ['12.x', '14.x']
steps:
- uses: actions/checkout@v1
- name: Use Node ${{ matrix.node }}... | name: CI
on:
pull_request:
push:
schedule:
- cron: '00 01 * * *'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: ['12.x', '14.x']
steps:
- uses: actions/checkout@v1
- name: Use Node ${{ matrix.node }}... | Use wasm-pack 0.10.1 in CI | Use wasm-pack 0.10.1 in CI
| YAML | mit | nickbabcock/jomini,nickbabcock/jomini,nickbabcock/jomini |
c720ed7bc7d1b3ef2ec8e0e61cf1d8e3479319bb | .github/workflows/ci.yml | .github/workflows/ci.yml | name: PHP Ci
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.4', '8.0', '8.1' ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivamma... | name: PHP Ci
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.4', '8.0', '8.1' ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivamma... | Add GitHub Actions for CI | Add GitHub Actions for CI
| YAML | mit | piotrooo/wsdl-creator |
dc6d35037d0054e6e2ed6e200c69743f90eda626 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
test:
name: >-
Test (${{ matrix.gemfile }} ${{ matrix.ruby }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
gemfile:
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
- Gemfile
ruby:
... | name: CI
on: [push, pull_request]
jobs:
test:
name: >-
Test (${{ matrix.gemfile }} ${{ matrix.ruby }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
gemfile:
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
- Gemfile
ruby:
... | Remove ruby head from test matrix | Remove ruby head from test matrix
| YAML | mit | lautis/sweet_notifications |
ca92c0a788664d3d7e9b14af48f188772643d208 | .platform.app.yaml | .platform.app.yaml | name: php-fig-website
type: php:7.1
build:
flavor: composer
web:
locations:
"/":
root: "output_dev"
index:
- "index.html"
expires: 300s
scripts: true
allow: false
rules:
\.(css|js|gif|jpe?g|png|ttf|eot|woff2?|otf|html|ico|svg?)$:
allow: true
... | name: php-fig-website
type: php:7.1
build:
flavor: composer
web:
locations:
"/":
root: "output_dev"
index:
- "index.html"
expires: 300s
scripts: true
allow: false
rules:
\.(css|js|gif|jpe?g|png|ttf|eot|woff2?|otf|html|ico|svg?)$:
allow: true
... | Add configuration for auto-redeploy to get updated TLS certs. | Add configuration for auto-redeploy to get updated TLS certs.
| YAML | mit | php-fig/php-fig.github.com,php-fig/php-fig.github.com,php-fig/php-fig.github.com,php-fig/php-fig.github.com,php-fig/php-fig.github.com |
0527a0d7abb320f906d664f454f3f55b62087e58 | .github/workflows/go.yml | .github/workflows/go.yml | name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.12', '1.13', '1.14' ]
steps:
- name: Set up timezone
uses: zcong1993/setup-timezone@v1.0
w... | name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.12', '1.13', '1.14' ]
steps:
- name: Set up timezone
uses: zcong1993/setup-timezone@v1.0
w... | Remove race test, not safe to use here. | Remove race test, not safe to use here.
| YAML | apache-2.0 | openconfig/gnmi,openconfig/gnmi,openconfig/gnmi |
798ef7db1fb57ba5b322dbf5a2ae8f935286d9af | packages/al/algebra-driven-design.yaml | packages/al/algebra-driven-design.yaml | homepage: https://github.com/isovector/algebra-driven-design#readme
changelog-type: markdown
hash: 0a0715a0ec9908ac22359d88f2665cb557cc98bdaba6d0ac8e303bc6793f5b48
test-bench-deps: {}
maintainer: sandy@sandymaguire.me
synopsis: Companion library for the book Algebra-Driven Design by Sandy Maguire
changelog: |
# Chang... | homepage: https://github.com/isovector/algebra-driven-design#readme
changelog-type: markdown
hash: 1331f03fa8796bd0f1c5badefe561e1d2d6f32d504b4d7b13305acc703fd8776
test-bench-deps: {}
maintainer: sandy@sandymaguire.me
synopsis: Companion library for the book Algebra-Driven Design by Sandy Maguire
changelog: |
# Chang... | Update from Hackage at 2020-08-31T06:51:02Z | Update from Hackage at 2020-08-31T06:51:02Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
bd7d3bc09b8ee9a50c8ee82eec221d5943e1907e | metadata/top.fumiama.copymanga.yml | metadata/top.fumiama.copymanga.yml | AntiFeatures:
- NonFreeNet
Categories:
- Reading
License: GPL-3.0-only
AuthorName: 源文雨
SourceCode: https://github.com/fumiama/copymanga
IssueTracker: https://github.com/fumiama/copymanga/issues
Changelog: https://github.com/fumiama/copymanga/releases
AutoName: 拷贝漫画
RepoType: git
Repo: https://github.com/fumiama/c... | AntiFeatures:
- NonFreeNet
Categories:
- Reading
License: GPL-3.0-only
AuthorName: 源文雨
SourceCode: https://github.com/fumiama/copymanga
IssueTracker: https://github.com/fumiama/copymanga/issues
Changelog: https://github.com/fumiama/copymanga/releases
AutoName: 拷贝漫画
RepoType: git
Repo: https://github.com/fumiama/c... | Update CurrentVersion of 拷贝漫画 to 2.0.beta14 (26) | Update CurrentVersion of 拷贝漫画 to 2.0.beta14 (26)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.