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 |
|---|---|---|---|---|---|---|---|---|---|
62e5a0342d5c30a2887b851d48da9d6df419e29d | docs/antora.yml | docs/antora.yml | name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: '1.35'
nav:
- modules/ROOT/nav.adoc
| name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: ~
nav:
- modules/ROOT/nav.adoc
| Switch back the docs version | Switch back the docs version
| YAML | mit | rrosenblum/rubocop,rrosenblum/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,tejasbubane/rubocop |
2d8ea1502f369b6de62c48bcbb9bd2e88001011f | docs/antora.yml | docs/antora.yml | name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: '1.26'
nav:
- modules/ROOT/nav.adoc
| name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: ~
nav:
- modules/ROOT/nav.adoc
| Switch back the docs version | Switch back the docs version
| YAML | mit | rrosenblum/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,rrosenblum/rubocop,tejasbubane/rubocop,tejasbubane/rubocop |
e1591b29c20d143f916c15c096fdcc05fec82dde | docs/mkdocs.yml | docs/mkdocs.yml | site_name: Transit Data Tools Docs
site_url: http://conveyal-data-tools.readthedocs.io
repo_url: https://github.com/conveyal/datatools-manager
docs_dir: ../docs
site_dir: ../target/mkdocs
theme: bootstrap
extra_css: [style.css]
pages:
- Home: 'index.md'
- User Guide:
- 'Indroduction': 'user/introduction.md'
- ... | site_name: Transit Data Tools Docs
site_url: http://conveyal-data-tools.readthedocs.io
repo_url: https://github.com/conveyal/datatools-manager
docs_dir: ../docs
site_dir: ../target/mkdocs
theme: readthedocs
extra_css: [style.css]
pages:
- Home: 'index.md'
- User Guide:
- 'Indroduction': 'user/introduction.md'
... | Switch docs back to readthedocs theme | Switch docs back to readthedocs theme
| YAML | mit | conveyal/datatools-manager,conveyal/datatools-manager,conveyal/datatools-manager,conveyal/datatools-manager |
acf1158586ca517ece3f184bd249c5d13874c15d | hieradata_aws/class/production/content_data_api_db_admin.yaml | hieradata_aws/class/production/content_data_api_db_admin.yaml | govuk_env_sync::tasks:
# Temporary task to pull data from Carrenza production
"pull_content_performance_manager_production_daily":
ensure: "absent"
hour: "2"
minute: "0"
action: "pull"
dbms: "postgresql"
storagebackend: "s3"
# Use the old database name for consistency while still working... | govuk_env_sync::tasks:
# Use the new Content Data API name here, to avoid issues with
# changing the name later
"push_content_data_api_production_daily":
ensure: "present"
hour: "3"
minute: "0"
action: "push"
dbms: "postgresql"
storagebackend: "s3"
# Use the old database name for consi... | Remove the temporary sync task for the Content Data API | Remove the temporary sync task for the Content Data API
This was used to move the database over from Carrenza, but now the
database in AWS is the one in use, so this task is no longer useful.
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
e8ec8d0e07dd425b7c33f66a124368fe37677e2d | metadata/de.nproth.pin.yml | metadata/de.nproth.pin.yml | Categories:
- Writing
License: GPL-3.0-or-later
SourceCode: https://github.com/nproth/pin
IssueTracker: https://github.com/nproth/pin/issues
AutoName: p!n
RepoType: git
Repo: https://github.com/nproth/pin
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app
gradle:
- yes
... | Categories:
- Writing
License: GPL-3.0-or-later
SourceCode: https://github.com/nproth/pin
IssueTracker: https://github.com/nproth/pin/issues
AutoName: p!n
RepoType: git
Repo: https://github.com/nproth/pin
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app
gradle:
- yes
... | Update p!n to 1.1 (3) | Update p!n to 1.1 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata |
386d832bf1501165cb9840d8801447815f9718e0 | ansible/global_vars/devbox.yml | ansible/global_vars/devbox.yml | user_home_base: /home
user: wwwdev
group: wwwdev
domain: dev.local
nginx_configfile: vhost.conf
nginx_home_subfolder: /web
nginx_directoryindex: index.php
mysql_root_password: vagrant
database_name: dev_typo3
nginx_domain_aliases:
git_username: Benjamin Rau
git_email: rau@codearts.at
ssh_public_key: ssh-rsa AAAAB3NzaC1... | user_home_base: /home
user: wwwdev
group: wwwdev
domain: dev.local
nginx_configfile: vhost.conf
nginx_home_subfolder: /web
nginx_directoryindex: index.php
mysql_root_password: vagrant
nginx_domain_aliases:
git_username: Benjamin Rau
git_email: rau@codearts.at
ssh_public_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0TCns... | Remove unused database name defintion | [TASK] Remove unused database name defintion
Will be declared in submodule typo3-bootstrap which contains the ansible role now
| YAML | mit | benjaminrau/devbox |
5cbc9c497e35cd4a20764f28d39d3fcc9dcfa638 | packages/sa/safe-decimal.yaml | packages/sa/safe-decimal.yaml | homepage: https://github.com/fpco/safe-decimal#readme
changelog-type: markdown
hash: 10545c701dd7f025a5675530a9fe44c61eff184de7eeaa33a5f4d7e5cb339560
test-bench-deps:
base: ! '>=4.7 && <5'
hspec: -any
safe-decimal: -any
deepseq: -any
scientific: -any
QuickCheck: -any
maintainer: alexey@fpcomplete.com
synops... | homepage: https://github.com/fpco/safe-decimal#readme
changelog-type: markdown
hash: 4367ad0954689f5bd1034f470374f50059b2345a73e5a5f34900aa5c846b8910
test-bench-deps:
base: ! '>=4.7 && <5'
hspec: -any
safe-decimal: -any
deepseq: -any
scientific: -any
QuickCheck: -any
maintainer: alexey@fpcomplete.com
synops... | Update from Hackage at 2019-04-26T07:57:59Z | Update from Hackage at 2019-04-26T07:57:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7cdb16c9d097f6cc63c5d0c2233164227a6d492b | packages/si/simpleconfig.yaml | packages/si/simpleconfig.yaml | homepage: https://github.com/koterpillar/simpleconfig#readme
changelog-type: ''
hash: f07610b3227e977b9e5260fb344fccac009235ab0aad687d3cb6e6b75813fe3c
test-bench-deps:
base: -any
text: -any
generic-deriving: -any
containers: -any
simpleconfig: -any
lens: -any
maintainer: a@koterpillar.com
synopsis: Short de... | homepage: https://github.com/koterpillar/simpleconfig#readme
changelog-type: ''
hash: 48debab035555c1a26f7aa7a9df8b62f5e09b6e6b641607b00932ba8f7f080bb
test-bench-deps:
either: -any
base: -any
hspec: -any
text: -any
generic-deriving: -any
containers: -any
simpleconfig: -any
lens: -any
maintainer: a@koter... | Update from Hackage at 2018-05-20T10:19:24Z | Update from Hackage at 2018-05-20T10:19:24Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6f4ebe452cba3a33c7b2df1e4bd1ff5e956386f0 | environment.yml | environment.yml | name: IOOS
channels:
- conda-forge
- ioos
dependencies:
- python=2.7
- anaconda-navigator
- beautifulsoup4
- cartopy
- cc-plugin-glider # Python 2.7
- cmocean
- compliance-checker
- ctd
- cython
- descartes
- fiona
- folium
- gdal
- geojson
- geojsoni... | name: IOOS
channels:
- conda-forge
- ioos
dependencies:
- python=2.7
- anaconda-navigator
- beautifulsoup4
- bokeh
- cartopy
- cc-plugin-glider # Python 2.7
- cmocean
- compliance-checker
- ctd
- cython
- descartes
- fiona
- folium
- gdal
- geojson
... | Add bokeh to env file | Add bokeh to env file
| YAML | mit | ocefpaf/notebooks_demos,ioos/notebooks_demos,ocefpaf/notebooks_demos |
d0abdad15832e635c86dfbce39fff6bbf0ce9375 | packages/he/hedgehog-optics.yaml | packages/he/hedgehog-optics.yaml | homepage: https://github.com/typeclasses/hedgehog-optics
changelog-type: ''
hash: 6b175081dcde845f19bc92224ad8ca126660459a69d9fe952975bfa78671090f
test-bench-deps: {}
maintainer: Chris Martin, Julie Moronuki
synopsis: Hedgehog properties for optics laws
changelog: ''
basic-deps:
optics-core: ^>=0.4
base: ^>=4.14 ||... | homepage: https://github.com/typeclasses/hedgehog-optics
changelog-type: text
hash: 7457ca3ad1a2ad6ec36ead7ada3cb329332d064346cba3e8e0e04e0a44f1d752
test-bench-deps: {}
maintainer: Chris Martin, Julie Moronuki
synopsis: Hedgehog properties for optics laws
changelog: |
1.0.0 - Initial release
1.0.0.1 - Employ Hedgeh... | Update from Hackage at 2021-07-12T08:58:20Z | Update from Hackage at 2021-07-12T08:58:20Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
00aa559c723738f56e3c8d25ad4a9cde9578d185 | packages/ho/hoppy-generator.yaml | packages/ho/hoppy-generator.yaml | homepage: http://khumba.net/projects/hoppy
changelog-type: ''
hash: a5e1dbd4343e2deaf0b84572c08e22ad1426a0db1da53a5b17b4bf35b6be64f6
test-bench-deps: {}
maintainer: Bryan Gardiner <bog@khumba.net>
synopsis: C++ FFI generator - Code generator
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
filepath: ! '>=1.3 && <1.5... | homepage: http://khumba.net/projects/hoppy
changelog-type: ''
hash: 776ca86e9850e9bf76d2d2fb1fc8d4ddd86c4699fe27ddad41d39c6d63cec809
test-bench-deps: {}
maintainer: Bryan Gardiner <bog@khumba.net>
synopsis: C++ FFI generator - Code generator
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
filepath: ! '>=1.3 && <1.5... | Update from Hackage at 2018-08-06T23:43:46Z | Update from Hackage at 2018-08-06T23:43:46Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
68c281e8c46c2117f0182f3d5c2fb64e41810be8 | packages/ve/vector-circular.yaml | packages/ve/vector-circular.yaml | homepage: ''
changelog-type: markdown
hash: b068956cfee7e9e976c8f6ffed7718310256dd6cbddb5a592e872b9164b22c09
test-bench-deps:
base: -any
hedgehog: -any
vector-circular: -any
hedgehog-classes: -any
maintainer: chessai <chessai1996@gmail.com>
synopsis: circular vectors
changelog: |
# Revision history for fun
... | homepage: ''
changelog-type: markdown
hash: f4a0c033d8b02f4f7b68de96cda66565eff013cff9d380b2e4df47ca0539269b
test-bench-deps:
base: -any
hedgehog: -any
vector-circular: -any
hedgehog-classes: -any
maintainer: chessai <chessai1996@gmail.com>
synopsis: circular vectors
changelog: |
# Revision history for fun
... | Update from Hackage at 2020-12-13T01:18:09Z | Update from Hackage at 2020-12-13T01:18:09Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
26086b26b86abf32c263641f73f5857945c2e783 | packages/ye/yesod-job-queue.yaml | packages/ye/yesod-job-queue.yaml | homepage: https://github.com/nakaji-dayo/yesod-job-queue#readme
changelog-type: ''
hash: aba2c457cb8174c56fcf8a46b05dcda173899df4f640f8731f4a3feac01ac243
test-bench-deps:
yesod-job-queue: -any
base: -any
maintainer: nakaji.dayo@gmail.com
synopsis: Background jobs library for Yesod. contains management API and web i... | homepage: https://github.com/nakaji-dayo/yesod-job-queue#readme
changelog-type: ''
hash: e4bca487a4bd98ad6c3567362cccc7cd75d9ef733e1343c7d15feb224a467f6c
test-bench-deps:
yesod-job-queue: -any
base: -any
maintainer: nakaji.dayo@gmail.com
synopsis: Background jobs library for Yesod. contains management API and web i... | Update from Hackage at 2016-04-19T03:39:53+0000 | Update from Hackage at 2016-04-19T03:39:53+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
41a0120abfab403c3f98515afb35560f19965c0b | .github/workflows/build.yml | .github/workflows/build.yml | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see... | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see... | Remove Truffle ruby for now | Remove Truffle ruby for now
| YAML | mit | brandonhilkert/sucker_punch |
77e857bf6ad0644a0bfb925af8aef2744d4a405b | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [8, 11, 17]
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
... | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [8, 11, 17]
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v2
with:
distribution: 'temurin'... | Use new name for Eclipse Adoptium distributions | Use new name for Eclipse Adoptium distributions
| YAML | apache-2.0 | ultraq/thymeleaf-layout-dialect,ultraq/thymeleaf-layout-dialect |
26ddb86001036e1a56e332dbabd5564bd48a1f9c | .github/workflows/build.yml | .github/workflows/build.yml | name: Node CI
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
timeout-minutes: 20
steps:
- uses: actions/checkout@master
- name: Use Node.js 11.x
uses: actions/setup-node@v1
with:
versio... | name: Node CI
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
timeout-minutes: 30
steps:
- uses: actions/checkout@master
- name: Use Node.js 11.x
uses: actions/setup-node@v1
with:
versio... | Raise timeout limit for windows | Raise timeout limit for windows
| YAML | agpl-3.0 | nukeop/nuclear,nukeop/nuclear,nukeop/nuclear,nukeop/nuclear |
2ad336d36da34f19db225d354a2e19d6980408ad | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- '2.4'
- '2.5'
- '2.6'
- 'rc'
container:
image: ruby:${{ matrix.ruby }}
steps:
- uses: actions/checkout@v1
- name: Build and test with Rake
run: |
... | name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
# https://hub.docker.com/_/ruby
- '2.4'
- '2.5'
- '2.6'
- '2.7'
- 'latest'
container:
image: ruby:${{ matrix.ruby }}
steps:
- uses: actions/che... | Add Ruby 2.7 to matrix | [CI] Add Ruby 2.7 to matrix
| YAML | mit | esaio/esa-ruby |
0dc1b9ce22b5129ff0df06e97016ca3785b7714e | .github/workflows/maven.yml | .github/workflows/maven.yml | name: Maven CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn clean package
| name: Maven CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn clean package
| Bump actions/checkout from 2.3.4 to 2.4.0 | Bump actions/checkout from 2.3.4 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/... | YAML | apache-2.0 | stevespringett/nist-data-mirror,stevespringett/nist-data-mirror |
5a24a24d33d625f0235facfa6f1063ff2c73412e | .appveyor.yml | .appveyor.yml | version: '{branch}-{build}'
init:
- cmd: git config --global core.autocrlf true
before_build:
- cmd: nuget restore Agiil.sln
build:
verbosity: minimal
test:
assemblies:
except:
- '**\Agiil.Tests.Common.dll'
- '**\Agiil.BDD.dll'
- '**\Ploeh.AutoFixture.NUnit3.dll' | version: '{branch}-{build}'
init:
- cmd: git config --global core.autocrlf true
before_build:
- cmd: nuget restore Agiil.sln
build:
verbosity: normal
test:
assemblies:
except:
- '**\Agiil.Tests.Common.dll'
- '**\Agiil.BDD.dll'
- '**\Ploeh.AutoFixture.NUnit3.dll' | Upgrade AppVeyor build verbosity level to help diagnose problems | Upgrade AppVeyor build verbosity level to help diagnose problems
| YAML | mit | csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil |
2ff441de4b30b2ce99433f1cb229c8b4548264b9 | .github/workflows/tests.yml | .github/workflows/tests.yml | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Run tests
on:
push:
branches: [ master ]
pull_req... | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Run tests
on:
push:
branches: [ master ]
pull_req... | Add debug to reportCoverage action | Add debug to reportCoverage action
| YAML | apache-2.0 | node-red/node-red-admin |
cb228b210e6f94701e85463fcab5c42861f34a54 | inventory/group_vars/all/vars.yml | inventory/group_vars/all/vars.yml | # REM: if you are looking for passwords or other variables
# that vary from dev to stage to prod, check the other subfolders
# setup vars
project: "catalyst-ansible"
version: "0.2.0"
login_user: "deploy"
# ssh vars
ssh_port: 22
# uncomment after first run (if not 22):
# ansible_ssh_port: "{{ s... | # REM: if you are looking for passwords or other variables
# that vary from dev to stage to prod, check the other subfolders
# setup vars
project: "catalyst-ansible"
version: "0.3.0"
login_user: "deploy"
# ssh vars
ssh_port: 22
# uncomment after first run (i... | Use ansibilize branch of catalyst repo | Use ansibilize branch of catalyst repo
| YAML | cc0-1.0 | jiaola/catalyst-ansible,dheles/catalyst-ansible |
6676273a998c30a1337f3bda29c410c5129928d8 | .eslintrc.yml | .eslintrc.yml | extends:
- cooperka/react
parser: babel-eslint
env:
browser: true
jest: true
globals:
$: true
I18n: true
ELMO: true
rules:
import/no-unresolved: ['error', { ignore: ['^javascripts/'] }]
react/prefer-stateless-function: off
jsx-a11y/label-has-for: ['error', { required: { some: ['nesting', 'id']}}]
ove... | extends:
- cooperka/react
parser: babel-eslint
env:
browser: true
jest: true
globals:
$: true
I18n: true
ELMO: true
Backbone: true
Dropzone: true
google: true
rules:
import/no-unresolved: ['error', { ignore: ['^javascripts/'] }]
react/prefer-stateless-function: off
jsx-a11y/label-has-for: ['erro... | Add a couple globals to the list | 10356: Add a couple globals to the list
| YAML | apache-2.0 | thecartercenter/elmo,thecartercenter/elmo,thecartercenter/elmo |
e74733fa26e157a42d087f0cc848f868e98ba608 | .fixtures.yml | .fixtures.yml | fixtures:
repositories:
stdlib: git://github.com/puppetlabs/puppetlabs-stdlib.git
python: git://github.com/voxpupuli/puppet-python.git
symlinks:
graphite: "#{source_dir}"
| fixtures:
repositories:
stdlib: git://github.com/puppetlabs/puppetlabs-stdlib.git
python:
repo: git://github.com/voxpupuli/puppet-python.git
ref: 1.19.0
symlinks:
graphite: "#{source_dir}"
| Use a version of the python module that works | Use a version of the python module that works
When running the tests. Previously, I believe the master branch of the
python module repository was being used, and that isn't compatible
with Puppet 3, leading to errors like:
Syntax error at 'Enum'; expected ')'
| YAML | apache-2.0 | gds-operations/puppet-graphite,gds-operations/puppet-graphite |
e47f7bd6cd26c3508babebe32c3c05fdc9b9867e | build.yaml | build.yaml | repositories:
remote:
- http://repo.fire.dse.vic.gov.au/content/groups/fisg
- https://repo1.maven.org/maven2
artifacts:
getopt4j: org.realityforge.getopt4j:getopt4j:jar:1.2
postgresql: postgresql:postgresql:jar:9.1-901.jdbc4
jtds: net.sourceforge.jtds:jtds:jar:1.2.7
diffutils: com.googlecode.java-diff-... | repositories:
remote:
- http://repo.fire.dse.vic.gov.au/content/groups/fisg
- https://repo.maven.apache.org/maven2
artifacts:
getopt4j: org.realityforge.getopt4j:getopt4j:jar:1.2
postgresql: postgresql:postgresql:jar:9.1-901.jdbc4
jtds: net.sourceforge.jtds:jtds:jar:1.2.7
diffutils: com.googlecode.java... | Use the canonical url to access maven central repository. | Use the canonical url to access maven central repository.
| YAML | apache-2.0 | realityforge/dbdiff,realityforge/dbdiff |
6dbdcbd797377417f608afc5db0ef1e6b1d76523 | circle.yml | circle.yml | machine:
pre:
- ip addr add 127.0.0.2/32 dev lo
environment:
PATH: ${HOME}/extras/bin:${HOME}/extras/otp/18.1/bin:${PATH}
dependencies:
cache_directories:
- ~/extras
pre:
- curl -O -L https://raw.githubusercontent.com/yrashk/kerl/master/kerl && chmod 755 kerl
- if [ ! -d ~/extras/otp/18.1 ];... | machine:
environment:
PATH: ${HOME}/extras/bin:${HOME}/extras/otp/18.1/bin:${PATH}
dependencies:
cache_directories:
- ~/extras
pre:
- curl -O -L https://raw.githubusercontent.com/yrashk/kerl/master/kerl && chmod 755 kerl
- if [ ! -d ~/extras/otp/18.1 ]; then ./kerl build 18.1 18.1; ./kerl install ... | Remove attempt to setup networking on Circle-CI | Remove attempt to setup networking on Circle-CI
| YAML | apache-2.0 | GoelDeepak/minuteman,GoelDeepak/minuteman |
a78942cb5928a4f61ab2acb32528eab132a65cc1 | circle.yml | circle.yml | general:
artifacts:
- "coverage"
- "emulator.out"
machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: 6.10.2
post:
- sudo /opt/google-cloud-sdk/bin/gcloud -q components install beta
- sudo /opt/google-cloud-sdk/bin/gcloud config set ... | general:
artifacts:
- "coverage"
- "emulator.txt"
machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: 6.10.2
post:
- sudo /opt/google-cloud-sdk/bin/gcloud -q components install beta
- sudo /opt/google-cloud-sdk/bin/gcloud config set ... | Use sleep instead of curl to make sure emulator is working Curl version on CircleCI is not the latest, so it doesn't support --retry-connrefused | [CI] Use sleep instead of curl to make sure emulator is working
Curl version on CircleCI is not the latest, so it doesn't support --retry-connrefused
| YAML | mit | gcriva/gcriva-backend |
d1fa44dfa3c45ec8960ba315470f466606fcb92d | circle.yml | circle.yml | test:
override:
- phpunit -c tests/unit/phpunit.xml | machine:
services:
- docker
php:
version: 5.6.14
test:
override:
- phpunit -c tests/unit/phpunit.xml | Fix PhpUnit tests for Circle CI | Fix PhpUnit tests for Circle CI
| YAML | apache-2.0 | hipay/hipay-fullservice-sdk-php |
1c4079fed78e7e7611f500b0c00cfbe5d0f23668 | circle.yml | circle.yml | dependencies:
pre:
- npm install -g cypress-cli
- npm install -g forever
- cypress install
test:
override:
- npm test
- forever start server.js
- cypress run # requires CYPRESS_CI_KEY (https://docs.cypress.io/docs/continuous-integration#section-acquire-a-cypress-secret-key) | machine:
node:
version: 5.10.0
dependencies:
post:
- npm install -g cypress-cli
- npm install -g forever
- cypress install
test:
pre:
- npm start:
background: true
override:
- npm test
- cypress ci # requires CYPRESS_CI_KEY (https://docs.cypress.io/docs/continuous-integration... | Fix node version to 5.10.0 to fix cypress command getting stuck | Fix node version to 5.10.0 to fix cypress command getting stuck
| YAML | mit | ilmoraunio/mamk-demo-automation-testing,ilmoraunio/mamk-demo-automation-testing |
a39cc9ea64c50c0332ec7db5bd09d981bedea208 | circle.yml | circle.yml | machine:
services:
- docker
dependencies:
cache_directories:
- "~/docker"
override:
- docker info
- if [ -e ~/docker/image.tar ]; then docker load --input ~/docker/image.tar; fi
- docker build -t cgswong/kibana:v4.0.1 .
- mkdir -p ~/docker; docker save cgswong/kibana:v4.0.1 > ~/docker/ima... | machine:
services:
- docker
dependencies:
cache_directories:
- "~/docker"
override:
- docker info
- if [ -e ~/docker/image.tar ]; then docker load --input ~/docker/image.tar; fi
- docker build -t cgswong/kibana:v4.0.1 .
- mkdir -p ~/docker; docker save cgswong/kibana:v4.0.1 > ~/docker/ima... | Use v4.0.1 branch in CI. | Use v4.0.1 branch in CI.
| YAML | bsd-3-clause | MonsantoCo/docker-kibana |
ad41e50cb91c55fe9a4201fb45ad087bf0ed63d3 | circle.yml | circle.yml | machine:
java:
version: oraclejdk8
| machine:
environment:
- ANDROID_SDK: $HOME/.android
- ANDROID_HOME: $HOME/.android
pre:
- mkdir -p "$ANDROID_SDK/licenses"
- echo -e "\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_SDK/licenses/android-sdk-license"
java:
version: oraclejdk8
| Fix Android SDK license in Circle CI | Fix Android SDK license in Circle CI
| YAML | apache-2.0 | tony19/loggly-client |
25fe05f3d8597833f5c9408c26efa4f17b656e7e | circle.yml | circle.yml | machine:
python:
version: 2.7.11
environment:
DJANGO_SETTINGS_MODULE: "settings.local"
DATABASE_URL: "postgres://ubuntu@localhost/circle_test"
dependencies:
override:
- pip install pip-accel
- pip-accel install -r requirements/development.txt
cache_directories:
- "~/.cache/pip"
- "~... | machine:
python:
version: 2.7.11
environment:
DJANGO_SETTINGS_MODULE: "settings.local"
DATABASE_URL: "postgres://ubuntu@localhost/circle_test"
dependencies:
override:
- pip install pip-accel
- pip-accel install -r requirements/development.txt
cache_directories:
- "~/.cache/pip"
- "~... | Add coverage html to CIRCLE_ARTIFACTS | Add coverage html to CIRCLE_ARTIFACTS
| YAML | mit | aniketmaithani/fossevents.in,fossevents/fossevents.in,fossevents/fossevents.in,fossevents/fossevents.in,aniketmaithani/fossevents.in,fossevents/fossevents.in,aniketmaithani/fossevents.in,aniketmaithani/fossevents.in |
a6e1a602f182d388c7aa477361baa0117da8064e | spec/acceptance/nodesets/ubuntu-1204-64.yml | spec/acceptance/nodesets/ubuntu-1204-64.yml | HOSTS:
ubuntu-1204-x64:
roles:
- master
platform: ubuntu-1204-x86_64
hypervisor: docker
image: ubuntu:12.04
docker_preserve_image: true
# The default 'service ssh start' is not working on Ubuntu 12.04 because upstart has been disabled
# see https://github.com/tianon/docker-brew-ubunt... | HOSTS:
ubuntu-1204-x64:
roles:
- master
platform: ubuntu-1204-x86_64
hypervisor: docker
image: ubuntu:12.04
docker_preserve_image: true
# The default 'service ssh start' is not working on Ubuntu 12.04 because upstart has been disabled
# see https://github.com/tianon/docker-brew-ubunt... | Downgrade to PHP 5.4 to avoid pulling in Apache 2.4 | Downgrade to PHP 5.4 to avoid pulling in Apache 2.4
| YAML | apache-2.0 | tohuwabohu/puppet-roundcube,tohuwabohu/puppet-roundcube |
a138bfe9380df424dc3a9a2046d530c8eb13e731 | class2/exercises/exercise4.yml | class2/exercises/exercise4.yml | ---
- name: Arista process show arp
hosts: pynet-sw3
vars:
eapi:
host: "{{ ansible_host }}"
username: "{{ username }}"
password: "{{ password }}"
transport: eapi
validate_certs: no
tasks:
- name: Run show arp
eos_command:
provider: "{{ eapi }}"
co... | ---
- name: Arista process show arp
hosts: pynet-sw7
vars:
eapi:
host: "{{ ansible_host }}"
username: "{{ username }}"
password: "{{ password }}"
transport: eapi
use_ssl: True
validate_certs: no
tasks:
- name: Run show arp
eos_command:
provider: "{{... | Fix use_ssl issue and switch to pynet-sw7 | Fix use_ssl issue and switch to pynet-sw7
| YAML | apache-2.0 | ktbyers/ansible_course |
d36e1511b23fbf511b5b05641cd78353e56f3857 | config/prisons/SKI-stocken.yml | config/prisons/SKI-stocken.yml | ---
name: Stocken
nomis_id: SKI
address:
- Stocken Hall Road
- LE15 7RD
email: socialvisits.stocken@hmps.gsi.gov.uk
enabled: true
estate: Stocken
phone: 01780 795156
slots:
fri:
- 1345-1545
sat:
- 0915-1115
- 1345-1545
sun:
- 0915-1115
- 1345-1545
wed:
- 1345-1545
unbookable:
- 2014-12-25
- 2014-12-... | ---
name: Stocken
nomis_id: SKI
address:
- Stocken Hall Road
- LE15 7RD
email: socialvisits.stocken@hmps.gsi.gov.uk
enabled: true
estate: Stocken
phone: 01780 795156
slots:
fri:
- 1345-1545
sat:
- 0915-1115
- 1345-1545
sun:
- 0915-1115
- 1345-1545
wed:
- 1345-1545
unbookable:
- 2014-12-25
- 2014-12-... | Update Stocken Christmas visit slots | Update Stocken Christmas visit slots
Unbookable:
- Christmas Eve
- Christmas Day
- Boxing Day
- New Year's Eve
- New Year's Day | YAML | mit | ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits |
67e9e34bd2c656ebdb40ac701550473786d388eb | .github/workflows/laravel.yml | .github/workflows/laravel.yml | name: Laravel
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
laravel-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: zhulik/redis-action@1.1.0
with:
redis version: '5'
number of databases: 100
- uses:... | name: Laravel
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
laravel-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4]
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
... | Add PHP Matrix and caching | Add PHP Matrix and caching
Its common to do a matrix for supported PHP versions and to cache composer dependencies for faster runs. | YAML | mit | GeneaLabs/laravel-model-caching |
f53362ed27b853fee28607724b29573d26431181 | recipes/quake/meta.yaml | recipes/quake/meta.yaml | {% set name = "quake" %}
{% set version = "0.3.5" %}
package:
name: {{ name }}
version: {{ version }}
about:
home: 'http://www.cbcb.umd.edu/software/quake/'
summary: "Quake is a package to correct substitution sequencing errors in experiments with deep coverage (e.g. >15X), specifically intended for Illumina ... | {% set name = "quake" %}
{% set version = "0.3.5" %}
package:
name: {{ name }}
version: {{ version }}
about:
home: 'http://www.cbcb.umd.edu/software/quake/'
summary: "Quake is a package to correct substitution sequencing errors in experiments with deep coverage (e.g. >15X), specifically intended for Illumina ... | Change the build string as boost pinned | Change the build string as boost pinned
| YAML | mit | dmaticzka/bioconda-recipes,keuv-grvl/bioconda-recipes,lpantano/recipes,hardingnj/bioconda-recipes,saketkc/bioconda-recipes,gvlproject/bioconda-recipes,JenCabral/bioconda-recipes,matthdsm/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,saketkc/bioconda-recipes,saketkc/bioconda-recipes,joachimwolff/bioco... |
f93046f3ba4b55d6102d41812a68842c4c2b6b6e | recipes/yaggo/meta.yaml | recipes/yaggo/meta.yaml | package:
name: yaggo
version: "1.5.8"
source:
fn: yaggo
url: https://github.com/gmarcais/yaggo/releases/download/v1.5.8/yaggo
requirements:
build:
run:
about:
home: https://github.com/gmarcais/yaggo
license: GPLv3
summary: Yaggo is a tool to generate command line parsers for C++. Yaggo stands for "Yet... | package:
name: yaggo
version: "1.5.8"
build:
number: 1
source:
fn: yaggo
url: https://github.com/gmarcais/yaggo/releases/download/v1.5.8/yaggo
requirements:
build:
run:
- ruby
test:
commands:
- yaggo -h 2>&1 | grep Usage > /dev/null
about:
home: https://github.com/gmarcais/yaggo
license: GPL... | Add ruby run dependency and test | Add ruby run dependency and test
| YAML | mit | jfallmann/bioconda-recipes,pinguinkiste/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,hardingnj/bioconda-recipes,oena/bioconda-recipes,hardingnj/bioconda-recipes,omicsnut/bioconda-recipes,yesimon/bioconda-recipes,JingchaoZhang/bioconda-recipes,pinguinkiste/bioconda-recipes,martin-mann/bioconda-recipe... |
b71240d5f5fa1139e62838c0424f03f236e8e414 | tasks/Debian.yml | tasks/Debian.yml | ---
- name: Install packages with apt
apt: name={{ item }} state=present
with_items:
- python-pip
- python-dev
- libcairo2-dev
- python-twisted
- python-cairo
- fontconfig
- uwsgi
- uwsgi-plugin-python
- sudo
- name: Use the pip package, version 13
pip: name="Twisted==13.0" ... | ---
- name: Install packages with apt
apt: name={{ item }} state=present update_cache=true
with_items:
- python-pip
- python-dev
- libcairo2-dev
- python-twisted
- python-cairo
- fontconfig
- uwsgi
- uwsgi-plugin-python
- sudo
- name: Use the pip package, version 13
pip: nam... | Refresh apt cache before install | Refresh apt cache before install
This avoids lots of errors on install with 404 packages | YAML | mit | teadur/ansible-graphite,sourcestream/ansible-graphite,nsg/ansible-graphite |
871eac710535161dae223fd3d39a45091660ce9d | tasks/source.yml | tasks/source.yml | # file: nodejs/tasks/source.yml
- name: node.js | source | Make sure that the directory to hold the node.js binaries exists
file:
path: "{{nodejs_directory}}"
state: directory
recurse: yes
mode: 0755
- name: node.js | source | Download the node.js source
get_url:
url: "{{nodejs_source_url}}"
... | # file: nodejs/tasks/source.yml
- name: node.js | source | Make sure that the directory to hold the node.js binaries exists
file:
path: "{{nodejs_directory}}"
state: directory
recurse: yes
mode: 0755
- name: node.js | source | Download the node.js source
get_url:
url: "{{nodejs_source_url}}"
... | Use unarchive module instead of tar when extracting node archive | Use unarchive module instead of tar when extracting node archive
| YAML | mit | ANXS/nodejs |
ed89514462e23523c7fbf091fae7f2fdcdec47ce | packages/pa/parser241.yaml | packages/pa/parser241.yaml | homepage: https://github.com/YLiLarry/parser241-product-rule
changelog-type: ''
hash: d51a2868373e5b97c41ea2e444750f8ce176ad620ce2a069001f1f352cdbe91d
test-bench-deps:
base: -any
hspec: -any
parser241: -any
containers: -any
mtl: -any
maintainer: ylilarry@gmail.com
synopsis: An interface to create production r... | homepage: https://github.com/YLiLarry/parser241-product-rule
changelog-type: ''
hash: 7790d3748468ae22ab8e5964aa2bdd72f7fc8716f207b4fb64462fef93caaf2f
test-bench-deps:
base: -any
hspec: -any
parser241: -any
containers: -any
mtl: -any
maintainer: ylilarry@gmail.com
synopsis: An interface to create production r... | Update from Hackage at 2015-10-23T06:37:08+0000 | Update from Hackage at 2015-10-23T06:37:08+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
43062c376ec399cd367bb514602f46edf6435e1a | recipes/qiimetomaaslin/meta.yaml | recipes/qiimetomaaslin/meta.yaml | {% set name = "qiimetomaaslin" %}
{% set version = "1.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
build:
number: 0
skip: True # [not py27]
source:
fn: {{ name|lower }}_{{ version }}.tar.gz
url: https://bitbucket.org/biobakery/{{ name|lower }}/get/{{ version }}.tar.gz
md5: fbd3168034... | {% set name = "qiimetomaaslin" %}
{% set version = "1.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
build:
number: 0
skip: True # [not py27]
source:
fn: {{ name|lower }}_{{ version }}.tar.gz
url: https://bitbucket.org/biobakery/{{ name|lower }}/get/{{ version }}.tar.gz
md5: fbd3168034... | Fix typo in test command | Fix typo in test command
| YAML | mit | shenwei356/bioconda-recipes,joachimwolff/bioconda-recipes,pinguinkiste/bioconda-recipes,omicsnut/bioconda-recipes,abims-sbr/bioconda-recipes,matthdsm/bioconda-recipes,ivirshup/bioconda-recipes,zachcp/bioconda-recipes,keuv-grvl/bioconda-recipes,Luobiny/bioconda-recipes,saketkc/bioconda-recipes,keuv-grvl/bioconda-recipes... |
c44b5763c2c4c0f8023151363f7f3010cdc18a47 | metadata/com.serwylo.beatgame.yml | metadata/com.serwylo.beatgame.yml | Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/beat-game/beat-game
IssueTracker: https://github.com/beat-game/beat-game/issues
Liberapay: BeatGame
AutoName: beat-game
RepoType: git
Repo: https://github.com/beat-game/beat-game.git
Builds:
- versionName: 0.1.0
versionCode: 1
commi... | Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/beat-game/beat-game
IssueTracker: https://github.com/beat-game/beat-game/issues
Liberapay: BeatGame
AutoName: beat-game
RepoType: git
Repo: https://github.com/beat-game/beat-game.git
Builds:
- versionName: 0.1.0
versionCode: 1
commi... | Update beat-game to 0.6.0 (6) | Update beat-game to 0.6.0 (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
9e14d8442e1a153c9b7a317249f31c800e0a6aef | packages/hl/hls-graph.yaml | packages/hl/hls-graph.yaml | homepage: https://github.com/haskell/haskell-language-server#readme
changelog-type: ''
hash: f647e60df5319b94d0eb154c62d4afd754adffc9c09efd0ff241f1125a0d8f02
test-bench-deps: {}
maintainer: alan.zimm@gmail.com
synopsis: Haskell Language Server internal graph API
changelog: ''
basic-deps:
exceptions: -any
bytestring... | homepage: https://github.com/haskell/haskell-language-server#readme
changelog-type: ''
hash: 1704e44c1674a7f9c972d456b311bbea12ac158130b4f7883a806c8292dc6660
test-bench-deps: {}
maintainer: alan.zimm@gmail.com
synopsis: Haskell Language Server internal graph API
changelog: ''
basic-deps:
exceptions: -any
bytestring... | Update from Hackage at 2021-11-24T17:08:15Z | Update from Hackage at 2021-11-24T17:08:15Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
dbae17b1c17342451493abbcd4a9d6a8e801c9b2 | projects/llvm/project.yaml | projects/llvm/project.yaml | homepage: "http://llvm.org/"
primary_contact: "kcc@google.com"
auto_ccs:
- "mascasa@google.com"
- "jdevlieghere@apple.com"
- "vsk@apple.com"
- "akilsrin@apple.com"
- "llvm-bugs@lists.llvm.org"
- "igmyrj@gmail.com"
- "mitchphillips@outlook.com"
# TODO(kcc): enable msan.
sanitizers:
- address
# The LLVM... | homepage: "http://llvm.org/"
primary_contact: "kcc@google.com"
auto_ccs:
- "mascasa@google.com"
- "jdevlieghere@apple.com"
- "vsk@apple.com"
- "akilsrin@apple.com"
- "llvm-bugs@lists.llvm.org"
- "igmyrj@gmail.com"
- "mitchphillips@outlook.com"
- "xpl0re@gmail.com"
# TODO(kcc): enable msan.
sanitizers:
... | Add Myke to the llvm auto_ccs list | Add Myke to the llvm auto_ccs list | YAML | apache-2.0 | robertswiecki/oss-fuzz,skia-dev/oss-fuzz,google/oss-fuzz,googlefonts/oss-fuzz,robertswiecki/oss-fuzz,skia-dev/oss-fuzz,FeliciaLim/oss-fuzz,robertswiecki/oss-fuzz,skia-dev/oss-fuzz,FeliciaLim/oss-fuzz,google/oss-fuzz,skia-dev/oss-fuzz,googlefonts/oss-fuzz,FeliciaLim/oss-fuzz,robertswiecki/oss-fuzz,robertswiecki/oss-fuzz... |
3c4ace834ac579495d1788464ec9dbde26788779 | recipes/daligner/meta.yaml | recipes/daligner/meta.yaml | package:
name: daligner
version: "1.0p1"
build:
number: 0
source:
fn: daligner_V1.0p1.tar.gz
md5: 01d1e407197a0c1a71620f296c96d4c8
url: https://github.com/thegenemyers/DALIGNER/archive/8f179db7fb0bf59f34c4a073b85137a592336d89.tar.gz
requirements:
build:
- gcc # [not osx]
- llvm # [osx]
run... | package:
name: daligner
version: "1.0p1"
build:
number: 1
source:
fn: daligner_V1.0p1.tar.gz
md5: e49ca399c153333b1ec4e69d8d6daea8
url: https://github.com/thegenemyers/DALIGNER/archive/a9458dcb34eca61513c994f4217fb7f75915e25c.tar.gz
requirements:
build:
- gcc # [not osx]
- llvm # [osx]
run:... | Update DALIGNER to more recent commit | Update DALIGNER to more recent commit
| YAML | mit | BIMSBbioinfo/bioconda-recipes,daler/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,HassanAmr/bioconda-recipes,chapmanb/bioconda-recipes,chapmanb/bioconda-recipes,HassanAmr/bioconda-recipes,acaprez/recipes,bioconda/recipes,omicsnut/bioconda-recipes,abims-sbr/bioconda-recipes,xguse/bioconda-recipes,jasper1918/bioconda-re... |
6c93ed83d4c7a148161c96850bf60c1786a17214 | recipes/wcstools/meta.yaml | recipes/wcstools/meta.yaml | {% set name = "wcstools" %}
{% set version = "3.9.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: http://tdc-www.harvard.edu/software/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 525f6970eb818f822db75c1526b3122b1af078affa572dce303de37df5c7b088
build:
number: 0
skip: true ... | {% set name = "wcstools" %}
{% set version = "3.9.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: http://tdc-www.harvard.edu/software/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 525f6970eb818f822db75c1526b3122b1af078affa572dce303de37df5c7b088
build:
number: 0
skip: true ... | Add pkg-config to test requirements | Add pkg-config to test requirements
| YAML | bsd-3-clause | conda-forge/staged-recipes,ocefpaf/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes |
27587cd4e82fbeebac8ccd6557c713517c0f125b | templates/stubs/cf-redis-infrastructure.yml | templates/stubs/cf-redis-infrastructure.yml | ---
meta: ~
compilation:
<<: (( merge ))
workers: 2
network: redis_z1
reuse_compilation_vms: true
cloud_properties:
<<: (( merge ))
name: (( .meta.deployment_name ))
update:
canaries: 5
canary_watch_time: 30000-180000
update_watch_time: 30000-180000
max_in_flight: 6
| ---
meta: ~
compilation:
<<: (( merge ))
workers: 2
network: redis_z1
reuse_compilation_vms: true
cloud_properties:
<<: (( merge ))
name: (( .meta.deployment_name ))
update:
canaries: 1
canary_watch_time: 30000-180000
update_watch_time: 30000-180000
max_in_flight: 6
| Switch back to 1 canary job | Switch back to 1 canary job
Having 5 canaries defeats the purpose of having canaries in the first
place.
[#130996261]
Signed-off-by: Jonathan Qiwen Tsang <3d227aa6bffde73f6e08f0ffd3491f423c329e82@pivotal.io>
| YAML | apache-2.0 | pivotal-cf/cf-redis-release,pivotal-cf/cf-redis-release,pivotal-cf/cf-redis-release |
fe5a01566737bd1e75951121453762902f17ffc9 | packages/pa/parser241.yaml | packages/pa/parser241.yaml | homepage: https://github.com/YLiLarry/parser241-product-rule
changelog-type: ''
hash: 7790d3748468ae22ab8e5964aa2bdd72f7fc8716f207b4fb64462fef93caaf2f
test-bench-deps:
base: -any
hspec: -any
parser241: -any
containers: -any
mtl: -any
maintainer: ylilarry@gmail.com
synopsis: An interface to create production r... | homepage: https://github.com/YLiLarry/parser241
changelog-type: ''
hash: 530e10fa50239e46be70ff47ab2e78214527ea5f76dc4de31c7e894ed13c7120
test-bench-deps:
base: -any
hspec: -any
parser241: -any
containers: -any
mtl: -any
maintainer: ylilarry@gmail.com
synopsis: An interface to create production rules using au... | Update from Hackage at 2015-10-29T05:36:51+0000 | Update from Hackage at 2015-10-29T05:36:51+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
e070be126d3fe3b0baddbcc3cad7e52077d8f427 | ide/pubspec.yaml | ide/pubspec.yaml | name: spark
author: Chrome Team <apps-dev@chromium.org>
version: 0.1.4-dev
homepage: https://github.com/GoogleChrome/spark
description: A Chrome app based development environment.
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
ace:
path: /Users/ericarnold/src/ace.dart
analyzer: '>=0.10.1 <0.11.0'
archive:... | name: spark
author: Chrome Team <apps-dev@chromium.org>
version: 0.1.4-dev
homepage: https://github.com/GoogleChrome/spark
description: A Chrome app based development environment.
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
ace: '>=0.1.7 <0.2.0'
analyzer: '>=0.10.1 <0.11.0'
archive: 1.0.8
bootjack: any
... | Revert "TESTING: Local ace.dart package" | Revert "TESTING: Local ace.dart package"
This reverts commit 0faae91d834ebb2459d51a7d7d28e7a2ce9d4017.
| YAML | bsd-3-clause | ussuri/chromedeveditor,yikaraman/chromedeveditor,devoncarew/spark,vivalaralstin/chromedeveditor,valmzetvn/chromedeveditor,googlearchive/chromedeveditor,2947721120/choredev,beaufortfrancois/chromedeveditor,valmzetvn/chromedeveditor,b0dh1sattva/chromedeveditor,b0dh1sattva/chromedeveditor,devoncarew/spark,valmzetvn/chrome... |
5b44447023281ee4beb3944b7da6e0d5827db528 | .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
... | _extends: .github
| Add org-wide config for Stale app | Add org-wide config for Stale app
| YAML | mit | ssbc/secret-stack |
5dfc1afe643fcbe11ffb00bde2cfb4f07b36e3ef | molecule/default/molecule.yml | molecule/default/molecule.yml | ---
dependency:
name: 'galaxy'
driver:
name: 'docker'
lint:
name: 'yamllint'
platforms:
- name: 'docker-docker-jessie'
image: 'minimum2scp/systemd-jessie:latest'
command: '/sbin/init'
cap_add:
- 'SYS_PTRACE'
privileged: True
- name: 'docker-docker-xenial'
image: 'solita/ubuntu-syste... | ---
dependency:
name: 'galaxy'
driver:
name: 'docker'
lint:
name: 'yamllint'
platforms:
- name: 'docker-docker-jessie'
image: 'minimum2scp/systemd-jessie:latest'
command: '/sbin/init'
cap_add:
- 'SYS_PTRACE'
privileged: True
- name: 'docker-docker-xenial'
image: 'solita/ubuntu-syste... | Test on jessie using docker-ce=17.03* | Test on jessie using docker-ce=17.03*
| YAML | mit | infOpen/ansible-role-docker |
dbee9409aeb9955e33426aca5fbefcde7cb06612 | jenkins/ci.suse.de/templates/cloud-mkcloud-job-upgrade-disruptive-ha-template.yaml | jenkins/ci.suse.de/templates/cloud-mkcloud-job-upgrade-disruptive-ha-template.yaml | - job-template:
### The reason why this upgrade job is "disruptive" is the default cinder backend
name: 'cloud-mkcloud{version}-job-upgrade-disruptive-ha-{arch}'
node: cloud-trigger
triggers:
- timed: '32 22 * * *'
logrotate:
numToKeep: -1
daysToKeep: 7
builders:
- tri... | - job-template:
### The reason why this upgrade job is "disruptive" is the default cinder backend
name: 'cloud-mkcloud{version}-job-upgrade-disruptive-ha-{arch}'
node: cloud-trigger
triggers:
- timed: '32 22 * * *'
logrotate:
numToKeep: -1
daysToKeep: 7
builders:
- tri... | Add a lonely node to upgrade-disruptive-ha | Add a lonely node to upgrade-disruptive-ha
We attempt to build and use a lonely node during the disruptive HA job,
but we don't set a number of lonely nodes we require.
| YAML | apache-2.0 | SUSE-Cloud/automation,gosipyan/automation,gosipyan/automation,gosipyan/automation,aspiers/automation,SUSE-Cloud/automation,SUSE-Cloud/automation,aspiers/automation,aspiers/automation,aspiers/automation,gosipyan/automation,SUSE-Cloud/automation |
fa9ee1f4e2deb27f046a8b0f1f09efa92571b855 | data/default_ingest_attributes.yml | data/default_ingest_attributes.yml | #
# values to use if these are not specified in the ingest
#
rights: 'All rights reserved (no additional license for public reuse)'
publisher: <%= GenericWork::DEFAULT_PUBLISHER %>
institution: <%= GenericWork::DEFAULT_INSTITUTION %>
license: <%= GenericWork::DEFAULT_LICENSE %>
#
# append to the notes record for infor... | #
# values to use if these are not specified in the ingest
#
rights: 'All rights reserved (no additional license for public reuse)'
publisher: <%= GenericWork::DEFAULT_PUBLISHER %>
institution: <%= GenericWork::DEFAULT_INSTITUTION %>
license: <%= GenericWork::DEFAULT_LICENSE %>
#
# append to the notes record for infor... | Disable force embargo for masters theses item ingest | Disable force embargo for masters theses item ingest
| YAML | apache-2.0 | uvalib/Libra2,uvalib/Libra2,uvalib/Libra2,uvalib/Libra2,uvalib/Libra2 |
3077f4e86d8646655b3593507b44c101bb2d4043 | hawkbit-runtime/hawkbit-update-server/docker/docker-compose.yml | hawkbit-runtime/hawkbit-update-server/docker/docker-compose.yml | version: '3'
services:
# ---------------------
# RabbitMQ service
# ---------------------
rabbitmq:
image: "rabbitmq:3-management"
environment:
RABBITMQ_DEFAULT_VHOST: "/"
restart: always
ports:
- "15672:15672"
- "5672:5672"
labels:
NAME: "rabbitmq"
# -----------... | version: '3'
services:
# ---------------------
# RabbitMQ service
# ---------------------
rabbitmq:
image: "rabbitmq:3-management"
environment:
RABBITMQ_DEFAULT_VHOST: "/"
restart: always
ports:
- "15672:15672"
- "5672:5672"
labels:
NAME: "rabbitmq"
# -----------... | Upgrade hawkBit image version to 0.2.1-mysql | Upgrade hawkBit image version to 0.2.1-mysql
Signed-off-by: Jeroen Laverman <0c02f9aaca9b4206674d80c56b8e88d3910f88b1@bosch-si.com> | YAML | epl-1.0 | bsinno/hawkbit,eclipse/hawkbit,eclipse/hawkbit,bsinno/hawkbit,eclipse/hawkbit,bsinno/hawkbit,eclipse/hawkbit |
2db828917ef30b1982e8defba871195a32dd0d6c | .forestry/front_matter/templates/default.yml | .forestry/front_matter/templates/default.yml | ---
hide_body: false
is_partial: false
fields:
- name: title
label: Title
type: text
hidden: false
default: Tech Talk
- type: text
name: comments
label: comments
default: 'true'
- type: textarea
default: description
label: description
name: description
- type: text
name: tags
label: Tag
config... | ---
hide_body: false
is_partial: false
fields:
- name: title
label: Title
type: text
hidden: false
default: Tech Talk
- type: text
name: comments
label: comments
default: 'true'
- type: textarea
default: description
label: description
name: description
- type: tag_list
name: tags
label: tags
pag... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | sdharshraj/sdharshraj.github.io,sdharshraj/sdharshraj.github.io,sdharshraj/sdharshraj.github.io |
fcdb353316f5fb009287e292587875cb30ffdcc7 | requirements.yml | requirements.yml | ---
- name: "elastic.elasticsearch"
src: "https://github.com/elastic/ansible-elasticsearch.git"
version: "master"
- name: "jdauphant.nginx"
src: "https://github.com/jdauphant/ansible-role-nginx.git"
version: "v2.7.4"
| ---
- name: "elastic.elasticsearch"
src: "https://github.com/elastic/ansible-elasticsearch.git"
version: "master"
- name: "jdauphant.nginx"
src: "https://github.com/jdauphant/ansible-role-nginx.git"
version: "v2.21.2"
| Raise dependency on jdauphant.nginx to latest upstream version v2.21.2 | Raise dependency on jdauphant.nginx to latest upstream version v2.21.2
Fixes:
| `ERROR! 'always_run' is not a valid attribute for a Handler
Closes: #94
| YAML | apache-2.0 | Graylog2/graylog-ansible-role |
afb496e1ddf2245dfc56f4ab3c01edf1ed387eba | app/config/config_test.yml | app/config/config_test.yml | imports:
- { resource: config.yml }
- { resource: parameters_test.yml, ignore_errors: true }
- { resource: security_test.yml }
parameters:
doctrine.dbal.connection_factory.class: 'Oro\Component\Testing\Doctrine\PersistentConnectionFactory'
framework:
test: ~
session:
storage_id: sessio... | imports:
- { resource: config.yml }
- { resource: parameters_test.yml, ignore_errors: true }
- { resource: security_test.yml }
parameters:
doctrine.dbal.connection_factory.class: 'Oro\Component\Testing\Doctrine\PersistentConnectionFactory'
framework:
test: ~
session:
storage_id: sessio... | Update schema button wrong appearance - add functional test for InterrupConsumptionExtension | BAP-16397: Update schema button wrong appearance
- add functional test for InterrupConsumptionExtension
| YAML | mit | orocrm/platform-application,orocrm/platform-application |
5f939893bfae37bab0801ff2207997bb45e6097a | app/config/routing_dev.yml | app/config/routing_dev.yml | _wdt:
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
prefix: /_wdt
_profiler:
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
prefix: /_profiler
_main:
resource: routing.yml
| _wdt:
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
prefix: /_wdt
_profiler:
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
prefix: /_profiler
_main:
resource: routing.yml
oro_assets:
resource: .
type: oro_assetic
| Return back use of "oro_assetic" router - added routet to config | BAP-2390: Return back use of "oro_assetic" router
- added routet to config
| YAML | mit | cbradescu/deranjamente,orocrm/platform-application,vetal-e/academic_platform,EugenZi/oro-platform-app,vshabala/academic,olegmack/oro-academic,devXpro/OROBug,DMKEBUSINESSGMBH/adoro,vshabala/academic,cbradescu/deranjamente,devXpro/OROBug,kos21/RADOROPlatform,kos21/RADOROPlatform,vetal-e/academic_platform,orocrm/platform-... |
22ef203fb4b82d89a5f2617341554c60eea1022a | handlers/main.yml | handlers/main.yml | ---
# defaults file for galaxyprojectdotorg.galaxy
- name: restart galaxy
shell: "{{ galaxy_server_dir }}/run.sh --pid-file={{ galaxy_tools_pid_file_name }} --log-file={{ galaxy_tools_log_file_name }} --stop-daemon"
become_user: "{{ galaxy_user_name }}"
| ---
# defaults file for galaxyprojectdotorg.galaxy
- name: restart galaxy
shell: "{{ galaxy_server_dir }}/run.sh --pid-file={{ galaxy_tools_pid_file_name }} --log-file={{ galaxy_tools_log_file_name }} --stop-daemon"
become_user: "{{ galaxy_user_name }}"
ignore_errors: True
notify: restart galaxy step 2
- name... | Make sure restart handler deals with a stopped galaxy | Make sure restart handler deals with a stopped galaxy
| YAML | mit | galaxyproject/ansible-cloudman-galaxy-setup |
2df72adcd701021328fd2d2bfd6551bea0b0f2eb | handlers/main.yml | handlers/main.yml | ---
- name: reload {{runit_name}}
command: sv reload {{runit_name}}
- name: restart {{runit_name}}
command: sv restart {{runit_name}}
- name: down-up {{runit_name}}
shell: sv down {{runit_name}}; sv up {{runit_name}}
- name: reload {{runit_name}}/log
command: sv reload {{runit_name}}/log
- name: restart {{runit... | ---
- name: reload {{runit_name}}
command: sv reload {{runit_name}}
- name: restart {{runit_name}}
command: sv restart {{runit_name}}
- name: down-up {{runit_name}}
shell: sv down {{runit_name}}; sv up {{runit_name}}
- name: disable {{runit_name}}
shell: rm -f /etc/service/{{runit_name}}
- name: reload {{runit_... | Add handler for disabling use with `command: "true"` | Add handler for disabling use with `command: "true"`
| YAML | apache-2.0 | betterplace/ansible-runit-structure |
f55706120bc4647c5e72f699ce6764f684ae04f3 | packages/co/colour-space.yaml | packages/co/colour-space.yaml | homepage: https://github.com/leftaroundabout/colour-space
changelog-type: ''
hash: c2c4f1d6b28adbaa2bbb0ee0da6038e3cf9a5806c2c8277731b6d33f4c36b65c
test-bench-deps: {}
maintainer: (@) jsagemue $ uni-koeln.de
synopsis: Instances of the manifold-classes for colour types
changelog: ''
basic-deps:
linearmap-category: -an... | homepage: https://github.com/leftaroundabout/colour-space
changelog-type: ''
hash: 83f029c03a8e33d5e6bc9bdd319a560c1ff90d643d448ec75c7fbbd2f44eb01f
test-bench-deps: {}
maintainer: (@) jsagemue $ uni-koeln.de
synopsis: Instances of the manifold-classes for colour types
changelog: ''
basic-deps:
linearmap-category: -an... | Update from Hackage at 2017-10-30T22:17:42Z | Update from Hackage at 2017-10-30T22:17:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7dde2c3bcc20d7438c551dc8667b41e70b4cc675 | prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-images.yaml | prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-images.yaml | presubmits:
GoogleCloudPlatform/testgrid:
- name: test-testgrid-all
branches:
- ^master$
decorate: true
always_run: true
spec:
containers:
- image: gcr.io/k8s-testimages/launcher.gcr.io/google/bazel:v20210806-38e1be0-testgrid
command:
- bazel
args:
- t... | presubmits:
GoogleCloudPlatform/testgrid:
- name: test-testgrid-all
branches:
- ^master$
decorate: true
always_run: true
spec:
serviceAccountName: presubmits
containers:
- image: gcr.io/k8s-testimages/launcher.gcr.io/google/bazel:v20210806-38e1be0-testgrid
command:
... | Use presubmits SA on the testgrid presubmit | Use presubmits SA on the testgrid presubmit
| YAML | apache-2.0 | GoogleCloudPlatform/oss-test-infra,GoogleCloudPlatform/oss-test-infra |
da78487955f6526212f50b687411318fe226c349 | ansible/roles/network-interfaces/tasks/main.yml | ansible/roles/network-interfaces/tasks/main.yml | ---
- name: Check if NetworkManager package is installed
shell: dpkg -l network-manager
register: nm_installed_check
failed_when: nm_installed_check.rc > 1
- name: Stop NetworkManager
service: name=network-manager state=stopped enabled=no
when: nm_installed_check == 0
- name: Remove NetworkManager
apt: p... | ---
- name: Check if NetworkManager package is installed
command: dpkg -l network-manager
register: nm_installed_check
failed_when: nm_installed_check.rc > 1
- name: Stop NetworkManager
service: name=network-manager state=stopped enabled=no
when: nm_installed_check == 0
- name: Remove NetworkManager
apt:... | Use command vs shell since it is safer | Use command vs shell since it is safer
| YAML | apache-2.0 | edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi |
8da5b39e572278999ce0fb583026d5ab4eb84357 | nodepool/elements/infra-package-needs/package-installs.yaml | nodepool/elements/infra-package-needs/package-installs.yaml | coreutils:
cron:
util-linux:
build-essential:
python-dev:
python3-dev:
uuid-runtime:
traceroute:
ntpdate:
gentoolkit:
postfix:
uninstall: True
| coreutils:
cron:
util-linux:
build-essential:
python-dev:
python3-dev:
uuid-runtime:
traceroute:
ntpdate:
gentoolkit:
| Revert "Uninstall postfix on nodes if it's there" | Revert "Uninstall postfix on nodes if it's there"
This reverts commit 2b017bc5b2f2f422e8b351a84d26bec31f6d7c16.
Postfix is needed by redhat-lsb-core so this breaks centos images.
Change-Id: I9eaceefb6bd327df5d78066106ba88fe1c44c778
| YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
0bc89f2dc7cc460266eb7aff46524c90c44a62cb | recipes/backrefs/meta.yaml | recipes/backrefs/meta.yaml | {% set name = "backrefs" %}
{% set version = "4.5" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/backrefs-{{ version }}.tar.gz
sha256: a1bbb68f103cf514bcc481b86c40965478d779422fed7cabc5aade318d506df8
build:
number: 0
noarc... | {% set name = "backrefs" %}
{% set version = "4.5" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/backrefs-{{ version }}.tar.gz
sha256: a1bbb68f103cf514bcc481b86c40965478d779422fed7cabc5aade318d506df8
build:
number: 0
skip:... | Convert backrefs to noarch build for generated unicode tables | Convert backrefs to noarch build for generated unicode tables
| YAML | bsd-3-clause | SylvainCorlay/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,... |
7cd49350c8a641e96e3372d004698a7df5bc4903 | recipes/erdantic/meta.yaml | recipes/erdantic/meta.yaml | {% set name = "erdantic" %}
{% set version = "0.1.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/erdantic-{{ version }}.tar.gz
sha256: 96a9bef0cc8ed5ae34411af5aba242ba3dac679a14bb19379e89c0d41dc72492
build:
number: 0
noa... | {% set name = "erdantic" %}
{% set version = "0.1.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/erdantic-{{ version }}.tar.gz
sha256: 96a9bef0cc8ed5ae34411af5aba242ba3dac679a14bb19379e89c0d41dc72492
build:
number: 0
noa... | Remove selectors, add python version min | Remove selectors, add python version min | YAML | bsd-3-clause | conda-forge/staged-recipes,igortg/staged-recipes,igortg/staged-recipes,ocefpaf/staged-recipes,scopatz/staged-recipes,johanneskoester/staged-recipes,scopatz/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,hadim/st... |
bc2aa9cd6f2666e2a813cda77a7568343524b9d7 | packages/gh/ghc-datasize.yaml | packages/gh/ghc-datasize.yaml | homepage: http://felsin9.de/nnis/ghc-datasize
changelog-type: ''
hash: bc24a756ecd6162e9ac32fcd9c1cd35ee284d327f30fb02f0c812e15837e97c9
test-bench-deps: {}
maintainer: Dennis Felsing <dennis@felsin9.de>
synopsis: Determine the size of data structures in GHC's memory
changelog: ''
basic-deps:
base: '>=4.12 && <4.16'
... | homepage: http://felsin9.de/nnis/ghc-datasize
changelog-type: ''
hash: 40e2709d225409e00359349e0e65774198e591adc0265553c19df222eb03feec
test-bench-deps: {}
maintainer: Dennis Felsing <dennis@felsin9.de>
synopsis: Determine the size of data structures in GHC's memory
changelog: ''
basic-deps:
base: '>=4.12 && <4.16'
... | Update from Hackage at 2022-03-29T12:00:43Z | Update from Hackage at 2022-03-29T12:00:43Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
955ca9674e3ca6682464ba9d0c34e04d2a7ee452 | recipes/upolygon/meta.yaml | recipes/upolygon/meta.yaml | {% set name = "upolygon" %}
{% set version = "0.1.6" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/v7labs/upolygon/archive/v{{ version }}.tar.gz
sha256: dbd670e99ed81eae0bd67ebb51705be297c9c2ced4425829a8e22afcb0a60a3a
build:
number: 0
skip: true # [py2k]
sc... | {% set name = "upolygon" %}
{% set version = "0.1.6" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/v7labs/upolygon/archive/v{{ version }}.tar.gz
sha256: dbd670e99ed81eae0bd67ebb51705be297c9c2ced4425829a8e22afcb0a60a3a
build:
number: 0
skip: true # [py2k]
sc... | Add simedw as a maintainer | Add simedw as a maintainer
| YAML | bsd-3-clause | hadim/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,igortg/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipes... |
eec73cabfaeaacde553eac3d5375d7fc554a05f2 | packages/lm/lmonad-yesod.yaml | packages/lm/lmonad-yesod.yaml | homepage: ''
changelog-type: ''
hash: 3b74761af5f3cfc7c3bcbfb7e618b6cfc4dee607ef1453cd4748e296528b270d
test-bench-deps: {}
maintainer: dev@jamesparker.me
synopsis: LMonad for Yesod integrates LMonad's IFC with Yesod web applications.
changelog: ''
basic-deps:
shakespeare: -any
yesod-core: -any
base: <5
blaze-ma... | homepage: ''
changelog-type: ''
hash: 71048e767c35967e25757f3f9215dcd9fce90727db1bfee78b4a97005b0ba8f0
test-bench-deps: {}
maintainer: dev@jamesparker.me
synopsis: LMonad for Yesod integrates LMonad's IFC with Yesod web applications.
changelog: ''
basic-deps:
shakespeare: -any
yesod-core: -any
base: <5
blaze-ma... | Update from Hackage at 2016-04-14T21:22:41+0000 | Update from Hackage at 2016-04-14T21:22:41+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
52b6bd1e1a6084a42f573ede456f0721d06c37b2 | packages/co/ConfigFile.yaml | packages/co/ConfigFile.yaml | homepage: http://software.complete.org/configfile
changelog-type: ''
hash: ca56261e1deae6ef958a337b03812987bfd94ab37b047e27f262bc3137813165
test-bench-deps: {}
maintainer: John Goerzen <jgoerzen@complete.org>
synopsis: Configuration file reading & writing
changelog: ''
basic-deps:
MissingH: ! '>=1.0.0'
base: <5
p... | homepage: http://software.complete.org/configfile
changelog-type: ''
hash: 4cb481f88bbbbba5a61d2c1aa76fda01ae3d8ba9d11439a6cf56a86bfa791883
test-bench-deps: {}
maintainer: John Goerzen <jgoerzen@complete.org>
synopsis: Configuration file reading & writing
changelog: ''
basic-deps:
MissingH: '>=1.0.0'
base: <5
par... | Update from Hackage at 2022-05-19T23:00:38Z | Update from Hackage at 2022-05-19T23:00:38Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
fb8b6c1c1e1872c30f97483297bdd39f7cb75627 | zuul.d/project.yaml | zuul.d/project.yaml | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-wallaby-jobs
- publish-openstack-docs-pti
check:
jobs:
- ironic-lib-wholedisk-bios-ipmi-direct-src
- ironic-lib-partition-bios-ipmi-direct-src
- ironic-lib-partition-bios-i... | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-xena-jobs
- publish-openstack-docs-pti
check:
jobs:
- ironic-lib-wholedisk-bios-ipmi-direct-src
- ironic-lib-partition-bios-ipmi-direct-src
- ironic-lib-partition-bios-ipmi... | Add Python3 xena unit tests | Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I83237b5ca29ce1bec73e659381b134cc5c984... | YAML | apache-2.0 | openstack/ironic-lib |
4de9dabd6b14c64c9cbf1e391cd98f3e81c84ae9 | packages/ho/hoppy-docs.yaml | packages/ho/hoppy-docs.yaml | homepage: http://khumba.net/projects/hoppy
changelog-type: ''
hash: a87fec1e4491903bf96b321804b1b0e34d4b0c610857db57f26202a64b5b803c
test-bench-deps: {}
maintainer: Bryan Gardiner <bog@khumba.net>
synopsis: C++ FFI generator - Documentation
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
hoppy-generator: ! '>=0.3 &... | homepage: http://khumba.net/projects/hoppy
changelog-type: ''
hash: 03c2b038939479882e6ce8b87b191fb6214a5f6469a20e428b8f809f5d5c0a3f
test-bench-deps: {}
maintainer: Bryan Gardiner <bog@khumba.net>
synopsis: C++ FFI generator - Documentation
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
hoppy-generator: ! '>=0.3 &... | Update from Hackage at 2017-02-26T23:42:41Z | Update from Hackage at 2017-02-26T23:42:41Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
bf7e309b26af06f6d84672ae67d570381dbaaed4 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/python:3.6.1
working_directory: ~/repo
steps:
- checkout
- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
pip install .[dev]
- run:
... | version: 2
jobs:
build:
docker:
- image: circleci/python:3.6.1
working_directory: ~/repo
steps:
- checkout
- run:
name: install dependencies
command: |
sudo apt update && sudo apt install pandoc
python3 -m venv venv
. venv/bin/ac... | Install pandoc in Circle CI | Install pandoc in Circle CI
| YAML | mit | Juanlu001/poliastro,newlawrence/poliastro,poliastro/poliastro,Juanlu001/poliastro,Juanlu001/poliastro,newlawrence/poliastro,newlawrence/poliastro |
5962b10057a4f6190d3929c5b9af28fbf6f103b2 | packages/gh/ghcjs-promise.yaml | packages/gh/ghcjs-promise.yaml | homepage: https://github.com/vwwv/ghcjs-promise
changelog-type: ''
hash: 6328dc6bc83b83ab77318317e32285e7742b270910f0256e644dd0f78def35f3
test-bench-deps: {}
maintainer: vwwv@correo.ugr.es
synopsis: Bidirectional bidings to javascript's promise.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
ghcjs-base: -any
all-v... | homepage: https://github.com/vwwv/ghcjs-promise
changelog-type: ''
hash: 66250b216ebbc9f1fe4d749e6df79190f66ece906148181dbb9027ddcb9409d6
test-bench-deps: {}
maintainer: vwwv@correo.ugr.es
synopsis: Bidirectional bidings to javascript's promise.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
ghcjs-base: -any
pro... | Update from Hackage at 2016-11-11T00:34:02Z | Update from Hackage at 2016-11-11T00:34:02Z | YAML | mit | commercialhaskell/all-cabal-metadata |
2137aede83b81157204decfaabed929bb0d36ab1 | packages/ne/netlib-ffi.yaml | packages/ne/netlib-ffi.yaml | homepage: http://hub.darcs.net/thielema/netlib-ffi/
changelog-type: ''
hash: b6e0f901f2413d6a8ade73c6c724035273585d8d52391717825b467eafca695e
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Helper modules for FFI to BLAS and LAPACK
changelog: ''
basic-deps:
base: ! '>=4.5 ... | homepage: http://hub.darcs.net/thielema/netlib-ffi/
changelog-type: ''
hash: 27f600d4f867da3428ed4d3dc591f0a3a3d8dd668b9037872913948da4a5d8f5
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Helper modules for FFI to BLAS and LAPACK
changelog: ''
basic-deps:
base: ! '>=4.5 ... | Update from Hackage at 2018-03-11T17:55:22Z | Update from Hackage at 2018-03-11T17:55:22Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6f6ac3e8920e438d947dec83841851d99f7a747f | roles/utils/tasks/main.yml | roles/utils/tasks/main.yml | - name: Install util packages
pacman: name={{ item }} state=present
with_items: "{{ packages }}"
become: True
| - name: Install util packages
package: name={{ item }} state=present
with_items: "{{ packages }}"
become: True
| Change installer module to package | Change installer module to package
| YAML | apache-2.0 | mansonjesus/ansible-playbooks |
94891bd6d896cacbde8b75fc79bdb4844b4c0b4b | packages/sc/scotty-format.yaml | packages/sc/scotty-format.yaml | homepage: https://github.com/potomak/scotty-format#readme
changelog-type: ''
hash: 64c796f66dd445224f06820feec9d91717a1de9d2d24d993d5db1d6021240d32
test-bench-deps:
base: -any
scotty-format: -any
maintainer: potomak84@gmail.com
synopsis: Response format helper for the Scotty web framework.
changelog: ''
basic-deps:... | homepage: https://github.com/potomak/scotty-format#readme
changelog-type: ''
hash: cd3c062cc505b431d4b65169524ad397ea1c946f361949e0e55fd734c80a0dc8
test-bench-deps:
base: -any
scotty-format: -any
maintainer: potomak84@gmail.com
synopsis: Response format helper for the Scotty web framework.
changelog: ''
basic-deps:... | Update from Hackage at 2016-12-27T15:54:27Z | Update from Hackage at 2016-12-27T15:54:27Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ee386390e331d3cedff4b89073229c6c444afc1a | packages/sh/shake-bindist.yaml | packages/sh/shake-bindist.yaml | homepage: ''
changelog-type: markdown
hash: fbea1068503e04a07f0a7dcb81e0ad99b0c40d74b589f801a4ec31333c2a5095
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Rules for binary distributions
changelog: |
# shake-bindist
## 0.1.0.0
Initial release
basic-deps:
shake: -any
bytestring: -any
bz2: ! '... | homepage: ''
changelog-type: markdown
hash: 884ee3146803f10d7c2ea44c1f564e6747a79b031aaaada384b0076271ca612e
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Rules for binary distributions
changelog: |
# shake-bindist
## 0.1.0.0
Initial release
basic-deps:
shake: -any
bytestring: -any
bz2: ! '... | Update from Hackage at 2020-03-11T02:20:14Z | Update from Hackage at 2020-03-11T02:20:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f2b94b70a9bf5296019162af94c2cd70565961ec | packages/pa/package-description-remote.yaml | packages/pa/package-description-remote.yaml | homepage: http://github.com/yamadapc/stack-run-auto/package-description-remote
changelog-type: ''
hash: ed3c66b3e06010c8b70694c2ef3f0b2e9704ee5e0617967bfeaebc29b50bb02d
test-bench-deps:
base: -any
package-description-remote: -any
maintainer: tacla.yamada@gmail.com
synopsis: Fetches a 'GenericPackageDescription' fro... | homepage: http://github.com/yamadapc/stack-run-auto/package-description-remote
changelog-type: ''
hash: 3adeeaa3aede9ed57e4a0659bae11e1d8e58172c9e774472b9f9db8fbd79864e
test-bench-deps:
base: -any
package-description-remote: -any
maintainer: tacla.yamada@gmail.com
synopsis: Fetches a 'GenericPackageDescription' fro... | Update from Hackage at 2021-12-21T13:58:08Z | Update from Hackage at 2021-12-21T13:58:08Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6ec6c35b84994b1ceb0955708d756ac1d2bcdca2 | packages/sd/sdl2-cairo.yaml | packages/sd/sdl2-cairo.yaml | homepage: ''
changelog-type: ''
hash: a15e80bc60442bdabcd6222e639d43e74e83007638faba92912c6a69028610ed
test-bench-deps: {}
maintainer: anton.pirogov@gmail.com
synopsis: ! 'Binding to render with Cairo on SDL textures
and optional convenience drawing API.'
changelog: ''
basic-deps:
base: ! '>=4.8 && <=5'
time: -a... | homepage: ''
changelog-type: ''
hash: 67c081c9f36ae6097217f19780a22e1b9d0f6b1d709ea0ae462d7c2aca06ef19
test-bench-deps: {}
maintainer: anton.pirogov@gmail.com
synopsis: Render with Cairo on SDL textures. Includes optional convenience drawing
API.
changelog: ''
basic-deps:
base: ! '>=4.7 && <=5'
time: -any
cairo... | Update from Hackage at 2015-10-15T18:38:03+0000 | Update from Hackage at 2015-10-15T18:38:03+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
39406b66b1553ab3bf19518a62a667adfc25b5ef | packages/uk/ukrainian-phonetics-common.yaml | packages/uk/ukrainian-phonetics-common.yaml | homepage: https://hackage.haskell.org/package/ukrainian-phonetics-common
changelog-type: markdown
hash: 413a2caff13b05c3835874041c923ffcc5f9621c5da76db63ff2ceb6c9a0a887
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: A library to work with the basic Ukrainian phonetics and syllable segmentation.
changel... | homepage: https://hackage.haskell.org/package/ukrainian-phonetics-common
changelog-type: markdown
hash: c179ca12d6af972757bb3241b36396db6e5dd8b15510edbbfd1c50bd6689b4ea
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: A library to work with the basic Ukrainian phonetics and syllable segmentation.
changel... | Update from Hackage at 2022-02-19T19:40:20Z | Update from Hackage at 2022-02-19T19:40:20Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
67feb40cb502c6aa6efd60fd4a5272ca4ccd1b25 | examples/fitness/pubspec.yaml | examples/fitness/pubspec.yaml | name: fitness
dependencies:
sky: any
sky_tools: any
playfair: ^0.0.8
path: ^1.3.6
dependency_overrides:
material_design_icons:
path: ../../sky/packages/material_design_icons
sky:
path: ../../sky/packages/sky
| name: fitness
dependencies:
sky: any
sky_tools: any
playfair: ^0.0.9
path: ^1.3.6
dependency_overrides:
material_design_icons:
path: ../../sky/packages/material_design_icons
sky:
path: ../../sky/packages/sky
| Update playfair to a version that supports fn3 | Update playfair to a version that supports fn3
| YAML | bsd-3-clause | jason-simmons/flutter,flutter/flutter,cbracken/flutter,flutter/flutter,aghassemi/flutter,tvolkert/flutter,tvolkert/flutter,Hixie/flutter,Hixie/flutter,Hixie/flutter,Hixie/flutter,cbracken/flutter,tvolkert/flutter,Hixie/flutter,Hixie/flutter,turnidge/flutter,tvolkert/flutter,Hixie/flutter,cbracken/flutter,aghassemi/flut... |
df64f6c5b03388c572f2a8989768cb598317b0c9 | examples/tensorflow/guild.yml | examples/tensorflow/guild.yml | train:
description: Train MNIST classifier
main: mnist
default: yes
requires:
target-path: data
default-unpack: no
sources:
- url: http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz
- url: http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz
- url: http://yann.lecun... | train:
description: Train MNIST classifier
main: mnist
default: yes
requires:
target-path: data
default-unpack: no
sources:
- url: https://guild-pub.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz
sha256: 440fcabf73cc546fa21475e81ea370265605f56be210a4024d2ca8f203523609
- url: h... | Change refs to new MNIST resource location | Change refs to new MNIST resource location
| YAML | apache-2.0 | guildai/guild,guildai/guild,guildai/guild,guildai/guild |
615333dbb1d78fe5f58e3c9951bb0a90823177c4 | promk/prometheus/alerts_alert_to_pubsub.yml | promk/prometheus/alerts_alert_to_pubsub.yml | # Alerts for the alert-to-pubsub service.
groups:
- name: general
rules:
# alert-to-pubsub
- alert: AlertToPubSub
expr: rate(pubsub_send_failure[5m]) > 1/(5*60)
labels:
category: infra
severity: critical
annotations:
abbr: 'skia-public'
description: 'Failed to send alert via Pub... | # Alerts for the alert-to-pubsub service.
groups:
- name: general
rules:
# alert-to-pubsub
- alert: AlertToPubSub
expr: rate(pubsub_send_failure[5m]) > 1/(5*60)
labels:
category: infra
severity: critical
annotations:
abbr: '{{ $labels.project }}'
description: 'Failed to send ale... | Fix AlertToPubSub alert for corp | Fix AlertToPubSub alert for corp
Change-Id: I691f193d2878c990a55eede4b2c80aadb86d9ab2
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/209004
Reviewed-by: Kevin Lubick <7cdab2cfab351f23814786ba39716e90eed69047@google.com>
Commit-Queue: Ben Wagner aka dogben <3ef7217be91069877d94f7907ce5479000772cd3@googl... | YAML | bsd-3-clause | google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot,google/skia-buildbot |
4b8230dee9838e59d382a8a55372cd006c0ac823 | lang/ui/en-US.yml | lang/ui/en-US.yml | locale_name: English
flag: us.png
do_create: Create
do_edit: Edit
do_add: Add
do_remove: Remove
do_comment: Comment
do_cite: Cite
do_hide: Hide
comments: Comments
citations: Citations
title: Title
text: Text
confirm_remove: Are you sure to remove it? | alocale_name: English
flag: us.png
do_create: Create
do_edit: Edit
do_add: Add
do_remove: Remove
do_comment: Comment
do_cite: Cite
do_hide: Hide
comments: Comments
citations: Citations
title: Title
text: Text
confirm_remove: Are you sure to remove it? | Change to get rid of JJJJJ message | Change to get rid of JJJJJ message
| YAML | agpl-3.0 | benwbrum/fromthepage-rails_3,benwbrum/fromthepage-rails_3,benwbrum/fromthepage-rails_3 |
d5c19dd8eb7c70d9a158a809dfd06afdf64970f5 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:f5606808bd76606fb053258b8281ad87c48811f1c10b2222850c2a3234a36bcb
- image: circleci/mongo:3@sha256:aa59341f95052da53f148906263f86eeea56b465dcfbb145d4e81e4d455a3176
steps:
- checkout
- run: yarn install --frozen-lockfile
... | version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:9249d0ba00986d50bcab7380edcf8e20a0c76a6cb2e936588061f1c4f27cb350
- image: circleci/mongo:3@sha256:aa59341f95052da53f148906263f86eeea56b465dcfbb145d4e81e4d455a3176
steps:
- checkout
- run: yarn install --frozen-lockfile
... | Update circleci/node:8 Docker digest to 9249d0 | Update circleci/node:8 Docker digest to 9249d0 | YAML | mit | js-accounts/accounts |
99ed6a821be835e898942090a1b8a21428855e44 | files/gitlab-cookbooks/gitlab/files/default/mail_room.yml | files/gitlab-cookbooks/gitlab/files/default/mail_room.yml | :mailboxes:
<%
require '/opt/gitlab/embedded/service/gitlab-rails/config/environment.rb'
if Gitlab::IncomingEmail.enabled?
config = Gitlab::IncomingEmail.config
redis_config_file = "/opt/gitlab/embedded/service/gitlab-rails/config/resque.yml"
redis_url =
if File.exists?(redis_config_file)
YAML.load_... | :mailboxes:
<%
require '/opt/gitlab/embedded/service/gitlab-rails/config/environment.rb'
if Gitlab::IncomingEmail.enabled?
config = Gitlab::IncomingEmail.config
redis_config_file = "/opt/gitlab/embedded/service/gitlab-rails/config/resque.yml"
redis_url =
if File.exists?(redis_config_file)
YAML.load_... | Change the default imap idle timeout of 29 minutes to 60 seconds | Change the default imap idle timeout of 29 minutes to 60 seconds
| YAML | apache-2.0 | gitlabhq/omnibus-gitlab,gitlabhq/omnibus-gitlab,gitlabhq/omnibus-gitlab,gitlabhq/omnibus-gitlab |
53aa7fbd7159ae59235f339a3227a28d2d73f7cf | _config.yml | _config.yml | # Site settings
title: Develop Freedom
header-img: img/home-bg.jpg
email: me@shubhamchaudhary.in
description: "Develop Freedom - Blog by Shubham Chaudhary"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://developfreedom.org" # the base hostname & protocol for your site
twitter_username: ChaudharySimply
... | # Site settings
title: Develop Freedom
header-img: img/home-bg.jpg
email: me@shubhamchaudhary.in
description: "Develop Freedom - Blog by Shubham Chaudhary"
baseurl: "/blog" # the subpath of your site, e.g. /blog/
url: "http://shubhamchaudhary.in/" # the base hostname & protocol for your site
twitter_username: Chaudhary... | Change blog url to shubhamchaudhary.in/blog for sometime | Change blog url to shubhamchaudhary.in/blog for sometime
| YAML | apache-2.0 | shubhamchaudhary/blog,shubhamchaudhary/blog,shubhamchaudhary/blog |
36e9ccf9950a75920f5c15651b5874359f0d2c39 | packages/at/ats-storable.yaml | packages/at/ats-storable.yaml | homepage: https://github.com//ats-generic#readme
changelog-type: ''
hash: 1ded67820d044d290b8404a5bc2f1cd170054d69a5aaf5c0e46a09b7ee2fbe7d
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Marshal ATS types into Haskell
changelog: ''
basic-deps:
bytestring: -any
composition-prelude: -any
base: ! '>=4.9... | homepage: https://github.com//ats-generic#readme
changelog-type: ''
hash: 5e6fdfd6593cb288f0305b24b1a3b512e2a96cdee9461e40239e9619a3db28b0
test-bench-deps:
base: -any
hspec: -any
ats-storable: -any
maintainer: vamchale@gmail.com
synopsis: Marshal ATS types into Haskell
changelog: ''
basic-deps:
microlens-th: -a... | Update from Hackage at 2018-02-23T06:28:15Z | Update from Hackage at 2018-02-23T06:28:15Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0a5e901182d9efcb9db135a4dd3542c2a6510d8b | spec/fixtures/skr/invoice.yml | spec/fixtures/skr/invoice.yml |
tiny:
visible_id: 1
customer: billy
location: default
sales_order: tiny
notes: Ship promptly in all organic packaging
billing_address: hg_billing
shipping_address: sw_shipping
terms: net10
po_num: BAAH!
form: labor
invoice_date: <%= 1.days.ago %>
state: 0
| tiny:
visible_id: 1024
customer: billy
location: default
sales_order: tiny
notes: Ship promptly in all organic packaging
billing_address: hg_billing
shipping_address: sw_shipping
terms: net10
po_num: BAAH!
form: labor
invoice_date: <%= 1.days.ago %>
state: 0
| Update visible_id to not conflict with imports | Update visible_id to not conflict with imports
| YAML | agpl-3.0 | argosity/stockor,argosity/stockor,argosity/stockor,argosity/stockor |
19fc42b7567106ba06ef0eaf65d7ffba42c07fa8 | roles/tune-mariadb/tasks/main.yml | roles/tune-mariadb/tasks/main.yml | - name: Install config file
template:
src: etc/my.cnf.d/mysqld.cnf.j2
dest: /etc/my.cnf.d/mysqld.cnf
notify: restart mariadb
tags: mariadb
| - name: Install config file
template:
src: etc/my.cnf.d/mysqld.cnf.j2
dest: /etc/my.cnf.d/mysqld.cnf
notify: restart mariadb
tags: mariadb
- name: Install logrotate config for mariadb
copy:
src: etc/logrotate.d/mariadb
dest: /etc/logrotate.d/mariadb
force: true
tags: mariadb
| Copy logrotate config to appropriate dir | Copy logrotate config to appropriate dir
| YAML | mit | lda/centos_provision,lda/centos_provision |
7a34ca4d7f370ab7ac54af1aeb1da2f7980e2b2f | roles/dotfiles/tasks/main.yml | roles/dotfiles/tasks/main.yml | - name: Symlink all dotfiles into home folder
file:
src: '{{ ansible_env.PWD }}/files/dotfiles/{{ item }}'
path: '~/.{{ item }}'
state: link
loop:
- bash_profile
- bash_sessions_disable
- gitconfig
- hushlogin
- jshintrc
- sh_aliases
- sh_functions
- tmux.conf
- vimrc
- zsh_functions... | - name: Symlink all dotfiles into home folder
file:
src: '{{ ansible_env.PWD }}/files/dotfiles/{{ item }}'
path: '~/.{{ item }}'
state: link
loop:
- bash_profile
- bash_sessions_disable
- gitconfig
- hushlogin
- jshintrc
- sh_aliases
- sh_functions
- tmux.conf
- vimrc
- zsh_functions... | Fix perms to make sure Ansible can write the file | Fix perms to make sure Ansible can write the file
| YAML | mit | frdmn/dotfiles |
a8d3a2b997502c0014d8ecd7155b58550bb5bbde | docs/_data/core-team.yml | docs/_data/core-team.yml | - name: Mark Otto
user: mdo
gravatar: bc4ab438f7a4ce1c406aadc688427f2c
- name: Jacob Thornton
user: fat
gravatar: a98244cbdacaf1c0b55499466002f7a8
- name: Chris Rebert
user: cvrebert
gravatar: edec428c425453955f770095a7d26c50
- name: Julian Thilo
user: juthilo
gravatar: 0f7dd3ce58a416be5685ea6194f82b... | - name: Mark Otto
user: mdo
gravatar: bc4ab438f7a4ce1c406aadc688427f2c
- name: Jacob Thornton
user: fat
gravatar: a98244cbdacaf1c0b55499466002f7a8
- name: Chris Rebert
user: cvrebert
gravatar: edec428c425453955f770095a7d26c50
- name: Julian Thilo
user: juthilo
gravatar: 0f7dd3ce58a416be5685ea6194f82b... | Add @patrickhlauke to Core Team list on the About page | Add @patrickhlauke to Core Team list on the About page
[skip sauce]
[skip validator]
| YAML | mit | ammula88/bootstrap,ammula88/bootstrap,ammula88/bootstrap,ammula88/bootstrap |
6aec03de9c635d2e390fc38fa12b9a3e52c84d8e | roles/gonzales/tasks/main.yml | roles/gonzales/tasks/main.yml | ---
- name: Install netadon and gonzales if missing.
win_shell: git clone https://github.com/Streampunk/netadon
args:
chdir: Documents
creates: netadon
- name: Update netadon if present.
win_shell: git pull
args:
chdir: Documents\netadon
- name: Rebuild netadon and update dependencies.
... | ---
- name: Install netadon and gonzales if missing.
win_shell: git clone https://github.com/Streampunk/netadon
args:
chdir: Documents
creates: Documents\netadon
- name: Update netadon if present.
win_shell: git pull
args:
chdir: Documents\netadon
- name: Rebuild netadon and update depende... | Fix to netadon creates test. | Fix to netadon creates test.
| YAML | apache-2.0 | Streampunk/automaton |
8023c7181409124ce2f8e8fbd5871bdfc9f187a0 | packages/re/reform-blaze.yaml | packages/re/reform-blaze.yaml | homepage: http://www.happstack.com/
changelog-type: ''
hash: 8eb5d6c02a50b871413644b7612167bfa2949a2d4d912be6397cff778ed1d731
test-bench-deps: {}
maintainer: jeremy@n-heptane.com
synopsis: Add support for using blaze-html with Reform
changelog: ''
basic-deps:
base: ! '>4.5 && <5'
blaze-markup: ! '>=0.5 && <0.9'
t... | homepage: http://www.happstack.com/
changelog-type: ''
hash: c3fee5475e044b82319d3e85557557e8baa9826c1d2a7a2cde2faab3000fef01
test-bench-deps: {}
maintainer: jeremy@n-heptane.com
synopsis: Add support for using blaze-html with Reform
changelog: ''
basic-deps:
base: '>4.5 && <5'
blaze-markup: '>=0.5 && <0.9'
text:... | Update from Hackage at 2022-04-22T15:05:25Z | Update from Hackage at 2022-04-22T15:05:25Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
908eaa8e58bb2215a0927ce3f00350365706dd8b | manifests/controller-manager/cloud-controller-manager-roles.yaml | manifests/controller-manager/cloud-controller-manager-roles.yaml | apiVersion: v1
items:
- apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: system:cloud-controller-manager
rules:
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- update
- apiGroups:
- ""
resources:
- nodes
verbs:
- '*'... | apiVersion: v1
items:
- apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: system:cloud-controller-manager
rules:
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- update
- apiGroups:
- ""
resources:
- nodes
verbs:
- '*'... | Add services/status patch role for service type:LoadBalancer controllers | Add services/status patch role for service type:LoadBalancer controllers
| YAML | apache-2.0 | kubernetes/cloud-provider-vsphere,kubernetes/cloud-provider-vsphere |
63955bbdf96e39f2005ccb92c4e1c9e5304b685e | src/ci/azure-pipelines/pr.yml | src/ci/azure-pipelines/pr.yml | #
# Azure Pipelines pull request build for Rust
#
trigger: none
pr:
- master
variables:
- group: public-credentials
jobs:
- job: Linux
timeoutInMinutes: 600
pool:
vmImage: ubuntu-16.04
steps:
- template: steps/run.yml
strategy:
matrix:
x86_64-gnu-llvm-6.0:
IMAGE: x86_64-gnu-llvm-6.0... | #
# Azure Pipelines pull request build for Rust
#
trigger: none
pr:
- master
variables:
- group: public-credentials
jobs:
- job: Linux
timeoutInMinutes: 600
pool:
vmImage: ubuntu-16.04
steps:
- template: steps/run.yml
strategy:
matrix:
x86_64-gnu-llvm-6.0:
IMAGE: x86_64-gnu-llvm-6.0... | Remove asmjs and wasm32 from PR CI | Remove asmjs and wasm32 from PR CI
| YAML | apache-2.0 | graydon/rust,aidancully/rust,aidancully/rust,graydon/rust,graydon/rust,graydon/rust,graydon/rust,aidancully/rust,graydon/rust,aidancully/rust,aidancully/rust,aidancully/rust |
5fc87a678fc30482b854618f11cba187d0a67e16 | dart_test.yaml | dart_test.yaml | presets:
travis:
# Travis is sloooow.
timeout: 3x
| presets:
travis:
# Travis is sloooow.
timeout: 3x
# Pub has a huge number of small suites, which means test is frequently
# loading new ones. Keeping concurrency low helps limit load timeouts.
concurrency: 4
| Use low concurrency on Travis. | Use low concurrency on Travis.
4 is just a guess here.
| YAML | bsd-3-clause | dart-lang/pub,dart-lang/pub |
098e0fd2b71ad8fae83826c5f440ba857fefa906 | recipes/slack_sdk/meta.yaml | recipes/slack_sdk/meta.yaml | {% set name = "slack_sdk" %}
{% set version = "3.4.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/slack_sdk-{{ version }}.tar.gz
sha256: befc1365df93b84eac4592b9a2183411a748ecf662f5c51ce2fa7fdc3f5ee89f
build:
number: 0
n... | {% set name = "slack_sdk" %}
{% set version = "3.4.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/slack_sdk-{{ version }}.tar.gz
sha256: befc1365df93b84eac4592b9a2183411a748ecf662f5c51ce2fa7fdc3f5ee89f
build:
number: 0
n... | Test slack.rtm import only after installing aiohttp | Test slack.rtm import only after installing aiohttp
| YAML | bsd-3-clause | hadim/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,igortg/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,j... |
7da26eb7b6784c0a610133838cb52be27b691e56 | generators/app/templates/github/workflows/ci.yml | generators/app/templates/github/workflows/ci.yml | name: CI
on:
- push
- pull_request
jobs:
Test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- <%= nodeEngineVersion %>
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Use Node ${{ matrix.node-version }}
uses: actions/setu... | name: CI
on:
- push
- pull_request
jobs:
Test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- <%= nodeEngineVersion %>
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Use Node ${{ matrix.node-version }}
uses: actions/setu... | Add environment variables to GitHub CI workflow | Add environment variables to GitHub CI workflow
| YAML | mit | niksy/generator-paleta,niksy/generator-paleta |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.