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
1da0bebfd8973b72f8c2696c70808261f247b98b
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: [push] jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Build run: .\build.cmd - name: Upload binaries uses: actions/upload-artifact@v1 with: name: bin path: bin push-to-myget: if: github.event_na...
name: CI on: [push] jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Build run: .\build.cmd - name: Upload binaries uses: actions/upload-artifact@v1 with: name: bin path: bin push-to-myget: if: github.event_na...
Move to official NuGet action
Move to official NuGet action
YAML
mit
terrajobst/nquery-vnext
5cc024268756c64f131094226a398b5c04d9806f
.github/workflows/ruby.yml
.github/workflows/ruby.yml
name: Ruby on: [push] jobs: build: runs-on: ubuntu-latest services: redis: image: redis ports: - 6379:6379 options: --entrypoint redis-server strategy: fail-fast: false matrix: ruby: [2.4, 2.5, 2.6, 2.7] steps: - uses: actions/checkout...
name: Ruby on: [push] jobs: build: runs-on: ${{ matrix.os }} services: redis: image: redis ports: - 6379:6379 options: --entrypoint redis-server strategy: fail-fast: false matrix: ruby: [2.4, 2.5, 2.6, 2.7] os: [ubuntu-latest, macos-la...
Add macOS to the build matrix
Add macOS to the build matrix
YAML
mit
brutuscat/medusa
8e41fe87875b2f589fe054df071f586c57fddb2d
.goreleaser.yml
.goreleaser.yml
builds: - ldflags: -s -w -X main.commit={{.Commit}} -X main.date={{.Date}} env: - CGO_ENABLED=0 goos: - windows - darwin - linux goarch: - amd64 - 386 archive: format: tar.gz format_overrides: - goos: windows format: zip
builds: - ldflags: -s -w -X main.commit={{.Commit}} -X main.date={{.Date}} env: - CGO_ENABLED=0 goos: - windows - darwin - linux goarch: - amd64 - 386 archive: format: tar.gz format_overrides: - goos: windows format: zip files: - LICENSE - README...
Revert "Avoid to include LICENSE file and README.md (binrep go binary includes LICENSE)"
Revert "Avoid to include LICENSE file and README.md (binrep go binary includes LICENSE)" This reverts commit b9dfd5e37952fa5f946b26ebc883ba0eec0fda7a.
YAML
mit
yuuki/binrep,yuuki/binrep
a1dac07592aa06c42660d6f67eb8d9551a977ba0
roles/nodepool/files/etc/nodepool/elements/bonnyci-nodepool/package-installs.yml
roles/nodepool/files/etc/nodepool/elements/bonnyci-nodepool/package-installs.yml
build-essential: python-dev: libssl-dev: libffi-dev:
build-essential: python-dev: python3-dev: libssl-dev: libffi-dev:
Add python3-dev to nodepool image
Add python3-dev to nodepool image Zuul specifies that the pep8 tox venv uses python3, so we need python3-dev to install the pep8 dependencies. Signed-off-by: K Jonathan Harker <4a32a1ac4cf9729ec1fbb65946748ef0085119ad@ibm.com>
YAML
apache-2.0
jamielennox/hoist,BonnyCI/hoist,jamielennox/hoist,SpamapS/hoist,BonnyCI/hoist,SpamapS/hoist
bc679bcccca17a3985243d71c3a5bac413bdd0b5
.forestry/front_matter/templates/data-testing.yml
.forestry/front_matter/templates/data-testing.yml
--- hide_body: false is_partial: false fields: - type: text name: title label: Title description: e.g. Display Title config: required: true - type: textarea name: description label: Description description: Example description config: wysiwyg: true schema: format: markdown data_files: ...
--- hide_body: false is_partial: false fields: - type: text name: title label: Title description: e.g. Display Title config: required: true data_files: - _data/material.yml
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
truecodersio/truecoders.io,truecodersio/truecoders.io,truecodersio/truecoders.io
3327cde8408c576e182664871e750d2ebe44b4a0
provisioning/vars/main.yml
provisioning/vars/main.yml
--- apache_create_vhosts: false mysql_root_password: '' drush_version: 7.0.0-alpha1 # The core version you want to use (e.g. 6.x, 7.x, 8.x). drupal_core_version: "8.x" # The path where Drupal will be downloaded and installed. drupal_core_path: "/var/www/drupal-{{ drupal_core_version }}-dev" # The resulting domain wi...
--- apache_create_vhosts: false mysql_root_password: '' drush_version: master # The core version you want to use (e.g. 6.x, 7.x, 8.x). drupal_core_version: "8.x" # The path where Drupal will be downloaded and installed. drupal_core_path: "/var/www/drupal-{{ drupal_core_version }}-dev" # The resulting domain will be ...
Use drush master version (so it works with D8 master).
Use drush master version (so it works with D8 master).
YAML
mit
souleyHype/drupal-vm,WahilaCreative/drupal-vm,MelvinLoos/dev-vm,Eli-TW/Elis-Drupal8-Migrate-Playground,drupler/drupal-vm,Luciditi/drupal-vm,edwardchan/d8-drupalvm,edf/drupal-vm,thom8/drupal-vm,kalamuna/drupal-vm,kentr/drupal-vm,david-robinson-practiceweb/drupal-vm,calvez/drupal-vm,kentr/drupal-vm,akeemw/drupal-vm,nerds...
feae3a61bfd12c413d99bcf4156df1311069b62f
_config/_config.yml
_config/_config.yml
Bigfork\SilverStripeOAuth\Client\Control\Controller: extensions: - Bigfork\SilverStripeOAuth\Client\Extension\ControllerExtension Injector: MemberMapperFactory: class: Bigfork\SilverStripeOAuth\Client\Factory\MemberMapperFactory
Bigfork\SilverStripeOAuth\Client\Authenticator\Authenticator: providers: [] Bigfork\SilverStripeOAuth\Client\Control\Controller: extensions: - Bigfork\SilverStripeOAuth\Client\Extension\ControllerExtension Injector: MemberMapperFactory: class: Bigfork\SilverStripeOAuth\Client\Factory\MemberMapperFactory
Fix missing config value causing test failures
Fix missing config value causing test failures
YAML
bsd-3-clause
bigfork/silverstripe-oauth-login
adcbe3790f0475d8b3cd42a16ab522155a62037a
_config.yml
_config.yml
# Site settings title: Shablog email: mail@sabhiram.com description: > A collection of ponderous ponderings baseurl: "" url: "http://sabhiram.com" twitter_username: shaba_abhiram github_username: sabhiram # Build settings kramdown: input: GFM defaults: - scope: path: "" type: "posts" ...
# Site settings title: Shablog email: mail@sabhiram.com description: > A collection of ponderous ponderings baseurl: "" url: "http://sabhiram.com" twitter_username: shaba_abhiram github_username: sabhiram # Build settings kramdown: input: GFM defaults: - scope: path: "" type: "posts" ...
Add open and close quote front matter for all drafts pages
Add open and close quote front matter for all drafts pages
YAML
mit
sabhiram/sabhiram.github.io,sabhiram/sabhiram.github.io
f7346cbe773bcc637b37b39b382a7da5600ed01b
catalog/Developer_Tools/Ruby_Core_Extensions.yml
catalog/Developer_Tools/Ruby_Core_Extensions.yml
name: Ruby Core Extensions description: Libraries that enhance Ruby's core classes like Hash or String with additional features projects: - activesupport - deep_tree - docile - extlib - facets - fast_underscore - hamster - hashie - hashy - named-parameters - optionalargument - pluginfactory - ...
name: Ruby Core Extensions description: Libraries that enhance Ruby's core classes like Hash or String with additional features projects: - activesupport - deep_tree - docile - extlib - facets - fast_blank - fast_camelize - fast_parameterize - fast_underscore - hamster - hashie - hashy - named...
Add the other fast_* gems
Add the other fast_* gems
YAML
mit
rubytoolbox/catalog
90b92bc4680523f37132a081d0ce2fb5d4e967b2
_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: ["README.md"] # files to exclude highlighter: rouge markdown: kramdown plugins: - jekyll-paginate - jekyll-seo-tag google_analytics : UA-72064362-1 ...
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings paginate: 10 # pagination based on number of posts paginate_path: "page:num" exclude: ["README.md"] # files to exclude highlighter: rouge markdown: kramdown plugins: - jekyll-paginate - jekyll-seo-tag - jekyll-sitemap google_analytics...
Add sitemap plugin to config
Add sitemap plugin to config
YAML
mit
archbloom/archbloom.github.io,archbloom/archbloom.github.io,archbloom/archbloom.github.io
1afa736c338c4055d7369e519facb6596b3f75f8
_config.yml
_config.yml
full_rebuild: true title: ranu2619 url: http://webuser.uni-weimar.de baseurl: /~ranu2619 description: "Eine Website mit Lösungen zu Übungsaufgaben, kleinen Tutorials und einer Linksammlung die im Rahmen des Medieninformatik-Studiums an der Bauhaus-Universität Weimar entsteht." permalink: /:title kramdown: input: G...
full_rebuild: true title: ranu2619 url: http://webuser.uni-weimar.de baseurl: /ranu2619 description: "Eine Website mit Lösungen zu Übungsaufgaben, kleinen Tutorials und einer Linksammlung die im Rahmen des Medieninformatik-Studiums an der Bauhaus-Universität Weimar entsteht." permalink: /:title kramdown: input: GF...
Adjust config so it uses as baseurl
Adjust config so it uses as baseurl
YAML
mit
kleinfreund/ranu2619,kleinfreund/ranu2619,kleinfreund/ranu2619
adcdb012d1fcaaa36503e6091a73cb980f542230
_config.yml
_config.yml
safe: false #auto: false #server: false port: 4000 baseurl: /jekyll_demo url: http://localhost:4000 source: . destination: ./_site plugins_dir: ./_plugins future: true lsi: false #highlighter: pygments markdown: redcarpet permalink: date #maruku: # use_tex: false ...
safe: false #auto: false #server: false port: 4000 baseurl: /jekyll_demo url: http://localhost:4000 source: . destination: ./_site plugins_dir: ./_plugins future: true lsi: false #highlighter: pygments markdown: kramdown permalink: date #maruku: # use_tex: false #...
Change redcarpet to kramdown for gh-pages
Change redcarpet to kramdown for gh-pages
YAML
mit
jarthurgross/gcf-website
7cc241d2de466b66f9d0bbf2cea8ef5c763217a2
_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: ["README.md"] # files to exclude highlighter: pygments markdown: kramdown defaults: - scope: path: "" # empty string for all files value...
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings paginate: 10 # pagination based on number of posts paginate_path: "page:num" exclude: ["README.md"] # files to exclude highlighter: pygments markdown: kramdown defaults: - scope: path: "" # empty string for all files value...
Add comment and google analytics configuration
Add comment and google analytics configuration
YAML
mit
enricforn/enricforn.github.io,enricforn/enricforn.github.io,enricforn/enricforn.github.io
cbfe3afc7615bc72c0cbc30ed3ed75e8277fc885
_config.yml
_config.yml
permalink: /:title/
permalink: /:title/ # prose configuration metadata: _posts: - name: "layout" field: element: hidden value: saying - name: "published" field: element: hidden value: true - name: "title" field: element: text
Add prose.io config to metadata.
Add prose.io config to metadata.
YAML
mit
parkr/yogi
c2fd0a774472e511635d1dda6cd28c90c2cfdf90
_config.yml
_config.yml
name: Your New Jekyll Site description: Blogging about stuffs meta_description: "Your New Jekyll Site, Blogging about stuffs" markdown: kramdown highlighter: pygments logo: false paginate: 15 baseurl: / domain_name: 'http://yourblog-domain.com' google_analytics: 'UA-XXXXXXXX-X' gems: [jekyll-paginate] # Details for t...
name: Your New Jekyll Site description: Blogging about stuffs meta_description: "Your New Jekyll Site, Blogging about stuffs" markdown: kramdown highlighter: rouge logo: false paginate: 15 baseurl: / domain_name: 'http://yourblog-domain.com' google_analytics: 'UA-XXXXXXXX-X' plugins: [jekyll-paginate] # Details for t...
Add support for Jekyll >= 3.5.0
Add support for Jekyll >= 3.5.0 And replace highlighter.
YAML
mit
timfeirg/timfeirg.github.io,rosario/kasper,rosario/kasper,timfeirg/timfeirg.github.io
93204e5a976fa76b812d78b19733971d665f5244
_config.yml
_config.yml
# Jekyll configuration whitelist: - jekyll-redirect-from - jekyll-github-metadata plugins: - jekyll-redirect-from - jekyll-github-metadata exclude: - Makefile - README.md - CONTRIBUTING.md - Gemfile - Gemfile.lock - CNAME - vendor - package.json - .babelrc - yarn.lock - package-lock.jso...
# Jekyll configuration whitelist: - jekyll-redirect-from - jekyll-github-metadata plugins: - jekyll-redirect-from - jekyll-github-metadata exclude: - Makefile - README.md - CONTRIBUTING.md - Gemfile - Gemfile.lock - CNAME - vendor - package.json - .babelrc - yarn.lock - package-lock.jso...
Move some languages into JS bundle
Move some languages into JS bundle
YAML
mit
pmackay/cheatsheets
ef83d0470933f77a603af16d77e9fe4a2062c286
dsaas-services/core.yaml
dsaas-services/core.yaml
services: - hash: 58ba3b428d1e0090a0337ab87ea929c2d7affc70 name: core path: /openshift/core.app.yaml url: https://github.com/almighty/almighty-core/
services: - hash: 309ae39290f318c8b5370e67be92d5b5cc6f35e7 name: core path: /openshift/core.app.yaml url: https://github.com/almighty/almighty-core/
Fix list of collaborators for openshiftio space
Fix list of collaborators for openshiftio space
YAML
apache-2.0
openshiftio/saas,openshiftio/saas
eba6ab5421fad068f9deea2157974ec4d2653de1
manifest-generation/opsfiles/use-system-domain-as-metron-deployment-name.yml
manifest-generation/opsfiles/use-system-domain-as-metron-deployment-name.yml
--- # cf-deployment uses system_domain as metron agent deployment. # Use this to override metron agent deployment name in the metron_agent addon - type: replace path: /addons/name=metron_agent/jobs/name=metron_agent/properties/metron_agent?/tags value: {"deployment": "((system_domain))"}
--- # cf-deployment uses system_domain as metron agent deployment. # Use this to override metron agent deployment name in the metron_agent addon - type: replace path: /addons/name=metron_agent/jobs/name=metron_agent/properties/metron_agent?/tags value: {"deployment": "((system_domain))"} - type: replace path: /a...
Set metron-agent deployment name to system_domain
Set metron-agent deployment name to system_domain [#153459513] Signed-off-by: Amelia Downs <3da6d4986e923696b3a0bfb6f5a9291799608f85@pivotal.io>
YAML
apache-2.0
cloudfoundry-incubator/cf-networking-release,cloudfoundry-incubator/cf-networking-release,cloudfoundry-incubator/cf-networking-release,cloudfoundry-incubator/cf-networking-release
85f9b971979b2b30d807258dfd22f05757d21c16
recipes/go-sqlcmd/meta.yaml
recipes/go-sqlcmd/meta.yaml
{% set name = "go-sqlcmd" %} {% set version = "0.7.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/microsoft/go-sqlcmd/archive/refs/tags/v{{ version }}.tar.gz sha256: 52ee47b84a0f932fc83881d6320588d1b0c7fd944309dd8ed92828ee3e3bdaff build: number: 0 script: | ...
{% set name = "go-sqlcmd" %} {% set version = "0.7.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/microsoft/go-sqlcmd/archive/refs/tags/v{{ version }}.tar.gz sha256: 52ee47b84a0f932fc83881d6320588d1b0c7fd944309dd8ed92828ee3e3bdaff build: number: 0 script: | ...
Add comment about ignore flag
Add comment about ignore flag
YAML
bsd-3-clause
jakirkham/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes
f367da2f27bfb10c01c29f25f7f2dbcd5f05ec2c
smirnoff99frosst/meta.yaml
smirnoff99frosst/meta.yaml
package: name: smirnoff99frosst version: "1.1.0" source: git_url: https://github.com/openforcefield/smirnoff99frosst.git git_tag: 1.1.0 build: number: 1 noarch: python entry_points: - smirnoff99frosst = smirnoff99frosst.smirnoff99frosst:main skip: True # [win32 or (win and py2k)] extra: upload:...
package: name: smirnoff99frosst version: "1.1.0" source: git_url: https://github.com/openforcefield/smirnoff99frosst.git git_tag: 1.1.0 build: number: 1 #noarch: python entry_points: - smirnoff99frosst = smirnoff99frosst.smirnoff99frosst:main skip: True # [win32 or (win and py2k)] extra: upload...
Add run:python to s99F, remove noarch
Add run:python to s99F, remove noarch
YAML
mit
omnia-md/conda-recipes,peastman/conda-recipes,peastman/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,omnia-md/conda-recipes
d75fc71b9d22406255be5171436604516a9f7c1b
docker-compose/rdebug-ide.override.yml
docker-compose/rdebug-ide.override.yml
version: '2.3' services: web: command: docker-compose/rdebug-ide.sh ports: - 1234:1234 environment: - REMOTE_DEBUGGING_ENABLED=1
version: '2.3' services: web: command: docker-compose/rdebug-ide.sh ports: - 1234:1234 environment: - REMOTE_DEBUGGING_ENABLED=1 - VIRTUAL_PORT=80
Fix rdebug-ide to not confuse dinghy/dory proxy
Fix rdebug-ide to not confuse dinghy/dory proxy The dinghy_http_proxy will see the port binding to :1234 and assume that's the port it should be talking to in the container, so we need to use the VIRTUAL_PORT variable to tell it no, use :80 test plan: - Make sure your main `docker-compose.override.yml` DOES NOT inclu...
YAML
agpl-3.0
instructure/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,sfu/canvas-lms
41330abd354feeafbe2a69f67b401472d886a471
core/config/elasticsearch.yml
core/config/elasticsearch.yml
development: elasticsearch: hostname: localhost port: 9200 cluster: factlink_development test: elasticsearch: hostname: localhost port: 9200 cluster: factlink_test testserver: elasticsearch: hostname: 89.188.27.177 port: 9200 cluster: factlink_testserver staging: elasticse...
development: elasticsearch: hostname: localhost port: 9200 cluster: factlink_development test: elasticsearch: hostname: localhost port: 9200 cluster: factlink_test testserver: elasticsearch: hostname: 89.188.27.177 port: 9200 cluster: factlink_testserver staging: elasticse...
Use dedicated ElasticSearch for production environment
Use dedicated ElasticSearch for production environment
YAML
mit
daukantas/factlink-core,Factlink/factlink-core,daukantas/factlink-core,daukantas/factlink-core,Factlink/factlink-core,Factlink/factlink-core,daukantas/factlink-core,Factlink/factlink-core
e230a94c866a05f2272003d1be7d180bd409a5a0
cu-manager/docker-compose.yml
cu-manager/docker-compose.yml
# LICENCE : CloudUnit is available under the Affero Gnu Public License GPL V3 : https://www.gnu.org/licenses/agpl-3.0.html # but CloudUnit is licensed too under a standard commercial license. # Please contact our sales team if you would like to discuss the specifics of our Enterprise license. # If you are not sure whet...
# LICENCE : CloudUnit is available under the Affero Gnu Public License GPL V3 : https://www.gnu.org/licenses/agpl-3.0.html # but CloudUnit is licensed too under a standard commercial license. # Please contact our sales team if you would like to discuss the specifics of our Enterprise license. # If you are not sure whet...
Change maven config build to use cu-core
Change maven config build to use cu-core
YAML
agpl-3.0
Treeptik/cloudunit,Treeptik/cloudunit,Treeptik/cloudunit,Treeptik/cloudunit,Treeptik/cloudunit,Treeptik/cloudunit
9c70570786ed99ca475da7416c723862f76996c4
recipes/gftool/meta.yaml
recipes/gftool/meta.yaml
{% set name = "gftool" %} {% set version = "0.9.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gftool-{{ version }}.tar.gz sha256: e9d866464f6c9169d064e84a0f6ac44aa3ce77b666fa64dc88e0b04203c141a3 build: number: 0 noarch:...
{% set name = "gftool" %} {% set version = "0.9.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gftool-{{ version }}.tar.gz sha256: e9d866464f6c9169d064e84a0f6ac44aa3ce77b666fa64dc88e0b04203c141a3 build: number: 0 noarch:...
Remove test, `hypothesis_gufunc` not available
Remove test, `hypothesis_gufunc` not available
YAML
bsd-3-clause
ocefpaf/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,mariusvniekerk/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipe...
fe1b80035bfcbf593a9e7a74d3b91c4cbdac33ac
recipes/konoha/meta.yaml
recipes/konoha/meta.yaml
{% set name = "konoha" %} {% set version = "4.6.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/konoha-{{ version }}.tar.gz sha256: c5feb806be40d66a557d70440d156accb0d55851d002ce808f6e29f3d3b93de0 build: number: 0 noarch:...
{% set name = "konoha" %} {% set version = "4.6.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/konoha-{{ version }}.tar.gz sha256: c5feb806be40d66a557d70440d156accb0d55851d002ce808f6e29f3d3b93de0 build: number: 0 noarch:...
Add license file as required by linter
Add license file as required by linter
YAML
bsd-3-clause
ocefpaf/staged-recipes,jochym/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,scopatz/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,goanpeca/staged-rec...
c0ef96a800da7fd17a0805faf25ddfef58644655
recipes/psutil/meta.yaml
recipes/psutil/meta.yaml
{% set version = "5.1.1" %} package: name: psutil version: {{ version }} source: fn: psutil-{{ version }}.tar.gz url: https://pypi.io/packages/source/p/psutil/psutil-{{ version }}.tar.gz md5: 63a9436e0c91030a254714f0a6ccc584 build: number: 0 script: python setup.py install --single-version-externally-m...
{% set version = "5.1.2" %} package: name: psutil version: {{ version }} source: fn: psutil-{{ version }}.tar.gz url: https://pypi.io/packages/source/p/psutil/psutil-{{ version }}.tar.gz md5: 57eaf0952599ff22e157710724cda409 build: number: 0 script: python setup.py install --single-version-externally-m...
Update psutil recipe to version 5.1.2
Update psutil recipe to version 5.1.2
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
0b6be6783e18185bb4d8ca235c28b2d609ffaabf
recipes/gtabview/meta.yaml
recipes/gtabview/meta.yaml
{% set name = "gtabview" %} {% set version = "0.10" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: f791b0a103c9eeb9aa7c76c47c85f16d682d77c07a6f433a0d8a50bd9e7df7e1 build: number: 0 noa...
{% set name = "gtabview" %} {% set version = "0.10" %} {% set sha256 = "f791b0a103c9eeb9aa7c76c47c85f16d682d77c07a6f433a0d8a50bd9e7df7e1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: {{ s...
Move the hash to the top
Move the hash to the top
YAML
bsd-3-clause
ocefpaf/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,johanneskoester/stag...
5618875eae1d15f256c0f914921af71dfcfbdd3e
constants-dev.yaml
constants-dev.yaml
genesisN: 228 maxLocalTxs: 10000 defaultPeers: [] mdNoBlocksSlotThreshold: 3 mdNoCommitmentsEpochThreshold: 3 protocolMagic: 0 enhancedMessageBroadcast: 2 blockRetrievalQueueSize: 100 recoveryHeadersMessage: 100 # should be more than k, less than blockRetrievalQueueSize # Fundamental constants for core protocol k: 2 s...
genesisN: 12 maxLocalTxs: 10000 defaultPeers: [] mdNoBlocksSlotThreshold: 3 mdNoCommitmentsEpochThreshold: 3 protocolMagic: 0 enhancedMessageBroadcast: 2 blockRetrievalQueueSize: 100 recoveryHeadersMessage: 100 # should be more than k, less than blockRetrievalQueueSize # Fundamental constants for core protocol k: 2 sl...
Decrease genesisN in dev constants
Decrease genesisN in dev constants
YAML
apache-2.0
input-output-hk/pos-haskell-prototype,input-output-hk/pos-haskell-prototype,input-output-hk/cardano-sl,input-output-hk/cardano-sl,input-output-hk/pos-haskell-prototype,input-output-hk/cardano-sl,input-output-hk/cardano-sl
f2db11c1d2642b97521d827425b6c6113aee8244
recipes/junit-xml/meta.yaml
recipes/junit-xml/meta.yaml
{% set name = "junit-xml" %} {% set version = "1.8" %} {% set sha256 = "602f1c480a19d64edb452bf7632f76b5f2cb92c1938c6e071dcda8ff9541dc21 " %} package: name: {{ name|lower }} version: {{ version }} source: url: https://files.pythonhosted.org/packages/a6/2a/f8d5aab80bb31fcc789d0f2b34b49f08bd6121cd8798d2e37f416df2...
{% set name = "junit-xml" %} {% set version = "1.8" %} {% set sha256 = "602f1c480a19d64edb452bf7632f76b5f2cb92c1938c6e071dcda8ff9541dc21 " %} package: name: {{ name|lower }} version: {{ version }} source: url: http://pypi.io/packages/source/j/{{ name }}/{{ name }}-{{ name}}.tar.gz sha256: {{ sha256 }} build:...
Use better URL for templating
Use better URL for templating
YAML
bsd-3-clause
Juanlu001/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,scopatz/staged-recipes,mariusvniekerk/staged-recipes,dschreij/staged-recipes,kwilcox/staged-recipes,sodre/staged-recipes,igortg/staged-recipes,Juanlu001/staged-recipes,rvalieris/staged-recipes,shadowwalkersb/staged-recipes,basnijholt/staged-recipe...
44e22065a2b7d5e82fd6a565f714526a193b94b2
recipes/wurlitzer/meta.yaml
recipes/wurlitzer/meta.yaml
{% set name = "wurlitzer" %} {% set version = "1.0.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 23e85af0850b98add77bef0a1eb47b243baab29160131d349234c9dfc9e57add build: skip: true #...
{% set name = "wurlitzer" %} {% set version = "1.0.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 23e85af0850b98add77bef0a1eb47b243baab29160131d349234c9dfc9e57add build: skip: true #...
Add minrk as maintainer of feedstock
Add minrk as maintainer of feedstock
YAML
bsd-3-clause
ocefpaf/staged-recipes,ceholden/staged-recipes,sodre/staged-recipes,sodre/staged-recipes,petrushy/staged-recipes,hadim/staged-recipes,cpaulik/staged-recipes,patricksnape/staged-recipes,sodre/staged-recipes,synapticarbors/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,jjhelmus/staged-recipes,johan...
346e1612200563cdbeadc49186fd819dc6d4f950
zuul.d/projects.yaml
zuul.d/projects.yaml
--- - project: queue: trove templates: - check-requirements - openstack-cover-jobs # - openstack-lower-constraints-jobs - openstack-python3-zed-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - opensta...
--- - project: queue: trove templates: - check-requirements - openstack-cover-jobs # - openstack-lower-constraints-jobs - openstack-python3-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - openstack-t...
Switch to 2023.1 Python3 unit tests and generic template name
Switch to 2023.1 Python3 unit tests and generic template name This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for antelope. Also, updating the template name to generic one. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/refe...
YAML
apache-2.0
openstack/trove,openstack/trove
e0f15c6cd49b1b0baa35bd27b686f9208d2f4226
metadata/mobi.cyann.nstools.yml
metadata/mobi.cyann.nstools.yml
Categories: - Development License: GPL-3.0-only SourceCode: https://github.com/arifhn/nstools IssueTracker: https://github.com/arifhn/nstools/issues AutoName: NSTools Description: |- Manage BLX,BLN,Deep Idle,Governor and voltage settings for custom kernels. Relevant for most custom kernels on the i9020 and i...
Categories: - Development License: GPL-3.0-only SourceCode: https://github.com/arifhn/nstools IssueTracker: https://github.com/arifhn/nstools/issues AutoName: NSTools Description: |- Manage BLX,BLN,Deep Idle,Governor and voltage settings for custom kernels. Relevant for most custom kernels on the i9020 and i...
Update CurrentVersion of NSTools to 1.9 (12)
Update CurrentVersion of NSTools to 1.9 (12)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
7c744d0d6f3947033aae80951ba1539b0e174732
.github/workflows/maven-release.yml
.github/workflows/maven-release.yml
name: Publish package to the Maven Central Repository on: release: types: [ created ] jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Install gpg secret key run: | cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --impo...
name: Publish package to the Maven Central Repository on: release: types: [ created ] jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Install gpg secret key run: | cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --impo...
Use release profile in release action
Use release profile in release action
YAML
bsd-3-clause
koraktor/mavanagaiata
e5aff95d661e40a1c36b96531def8de7b2d466ce
.github/workflows/pythonpackage.yml
.github/workflows/pythonpackage.yml
name: Python package on: [push] jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 4 matrix: python-version: [2.7, 3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: ...
name: Python package on: [push] jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 4 matrix: python-version: [2.7, 3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Cache Python packages uses: actions/cache@v1 with: path: ~/.cache/pip ...
Add pip cache to actions workflow
Add pip cache to actions workflow
YAML
mit
yymao/adstex
948311d71ddcbebc0555ba4f74b9a1d5979f5e9f
.github/workflows/update-readme.yml
.github/workflows/update-readme.yml
name: update-readme on: [workflow_dispatch, push] jobs: update-readme: name: Readme Update runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Run Readme Editor run: | php csv2md.php resources.csv README.md git config user.name "Update README Action" ...
name: Update Readme on: [workflow_dispatch, push, pull_request] jobs: update-readme: name: Update Readme runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Run Readme Editor run: | php csv2md.php resources.csv README.md git config user.name "Update RE...
Rename "Update Readme" action, add PR event
Rename "Update Readme" action, add PR event
YAML
cc0-1.0
aleron75/mageres,aleron75/mageres
d06a1cc8eade26a522eac10cc0bee2001b12f7ed
include/lovelace/start.yaml
include/lovelace/start.yaml
title: Start path: start icon: 'mdi:rocket' badges: - binary_sensor.occupancy cards: - type: glance entities: - entity: person.king - entity: person.queen - entity: person.bishop - type: custom:vertical-stack-in-card cards: - entity: sensor.time type: 'custom:bignumber-card...
title: Start path: start icon: 'mdi:rocket' badges: - entity: binary_sensor.occupancy - person.queen - person.king - person.bishop cards: - type: glance entities: - entity: person.king - entity: person.queen - entity: person.bishop - entity: sensor.occupancy - type: custom:vertic...
Add presence and occupancy to UI
Add presence and occupancy to UI
YAML
mit
rtvb/home-assistant-config
0fe616c0906dedd4982bd9aeb0c69e061e291a68
util/ansible/roles/azuracast-radio/tasks/main.yml
util/ansible/roles/azuracast-radio/tasks/main.yml
--- - name: Install IceCast2 become: true apt: deb=http://download.opensuse.org/repositories/multimedia:/xiph/xUbuntu_14.04/amd64/icecast2_2.4.2-2_amd64.deb - name: Install LiquidSoap become: true apt: pkg=liquidsoap state=latest - name: Link Fallback Error MP3 file: src="{{ www_base }}/reso...
--- - name: Install IceCast2 become: true apt: deb=http://download.opensuse.org/repositories/multimedia:/xiph/xUbuntu_14.04/amd64/icecast2_2.4.2-2_amd64.deb - name: Install LiquidSoap become: true apt: pkg="{{ item }}" state=latest with_items: - liquidsoap - liquidsoap-plugin-icecast ...
Add plugin installation to Ansible liquidsoap install process.
Add plugin installation to Ansible liquidsoap install process.
YAML
agpl-3.0
SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,AzuraCast/AzuraCast,AzuraCast/AzuraCast
452ee2b09f72c5f39a7a72957e26f3d54a0340cd
.gitlab-ci.yml
.gitlab-ci.yml
image: ruby:2.3.0 variables: SSH_AUTH_SOCK: "/ssh-agent" before_script: - mkdir -p /root/.ssh && ssh-keyscan -H codevault.io > /root/.ssh/known_hosts 2>/dev/null - bundle config jobs 8 - bundle install --path=/tmp/bundler --quiet rspec: script: - bundle exec rspec rubocop: script: - bundle exec ...
image: ruby:2.3.0 variables: SSH_AUTH_SOCK: "/ssh-agent" before_script: - mkdir -p /root/.ssh && ssh-keyscan -H codevault.io > /root/.ssh/known_hosts 2>/dev/null - bundle config jobs 8 - echo "en_US UTF-8" > /etc/locale.gen - locale-gen en_US.UTF-8 - export LANG=en_US.UTF-8 - export LANGUAGE=en_US:en ...
Use UTF8 in ci.yml for a bundle error
Use UTF8 in ci.yml for a bundle error
YAML
mit
kaeuferportal/access_token_agent
4dab61b07a2abed9890abde6d695c5c75d6ee022
.gitlab-ci.yml
.gitlab-ci.yml
image: ruby:2.3 # define the environment variables variables: JEKYLL_ENV: production # add bundle cache to 'vendor' for speeding up builds cache: paths: - vendor/ # 'bundle' all the required gems for the project before_script: - bundle install --path vendor # build and deploy the site pages: stage: dep...
image: ruby:2.3 # define the environment variables variables: JEKYLL_ENV: production # add bundle cache to 'vendor' for speeding up builds cache: untracked: true paths: - vendor/ # 'bundle' all the required gems for the project before_script: - bundle install --path vendor # build and deploy the site p...
Add caching of untracked files
Add caching of untracked files
YAML
mit
richardp2/perry-online,richardp2/perry-online
6d9a9f05656ff5dc86a8499cfc142f7b72c1eeb3
roles/UndercloudMinion.yaml
roles/UndercloudMinion.yaml
############################################################################### # Role: UndercloudMinion # ############################################################################### - name: UndercloudMinion description: | A role to deploy an undercloud min...
############################################################################### # Role: UndercloudMinion # ############################################################################### - name: UndercloudMinion description: | A role to deploy an undercloud min...
Add ssh configuration for minion
Add ssh configuration for minion Currently once the install is complete, a user is locked out which isn't ideal. Let's manage the ssh like we do for the undercloud as well. Change-Id: Ia94a3b92355cb0bd24f133a22e3dc5977fcb5180 Closes-Bug: #1837942
YAML
apache-2.0
openstack/tripleo-heat-templates,openstack/tripleo-heat-templates
7c965714dfd09de04dd09377a3280ec45e56b5ab
_config.yml
_config.yml
# top level stuff you probably don't need to touch highlighter: rouge markdown: kramdown rdiscount: extensions: [smart] permalink: /:title.html paginate: 5 gems: [jekyll-paginate] port: 4000 safe: true # edit here to achieve your personal greatness url: http://dkarter.github.io/ baseurl: /blog title: Dorian Karter ...
# top level stuff you probably don't need to touch highlighter: rouge markdown: kramdown kramdown: input: GFM syntax_highlighter: rouge permalink: /:title.html paginate: 5 gems: [jekyll-paginate] port: 4000 safe: true # edit here to achieve your personal greatness url: http://dkarter.github.io/ baseurl: /blog tit...
Define kramdown options in config
Define kramdown options in config
YAML
mit
dkarter/blog,dkarter/blog,dkarter/blog
e990d696cffb408a7641821890d0c8382fe6349c
_config.yml
_config.yml
# Site settings title: Kenrick Beckett email: contact@kenrick.me description: The blog, projects and videos by Kenrick Beckett baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://kenrick.me" # the base hostname & protocol for your site gravatar_url: http://www.gravatar.com/avatar/86f71b7b2907e160556f8f00fe...
# Site settings title: Kenrick Beckett email: contact@kenrick.me description: The blog, projects and videos by Kenrick Beckett baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://kenrick.me" # the base hostname & protocol for your site gravatar_url: http://www.gravatar.com/avatar/86f71b7b2907e160556f8f00fe...
Add golang sentence to iams
Add golang sentence to iams
YAML
mit
kenrick/kenrick.github.com,kenrick/kenrick.github.com
924a6c197790c65307361b50a0180afb7184ecb1
_config.yml
_config.yml
# Permalinks permalink: pretty # Setup title: 'GAP Days 2015, Fall' tagline: 'A GAP school' description: 'School: Sep 14-18, 2015<br> Code sprint: Sep 19-23, 2015' location: 'NTNU Trondheim' url: http://gapdays.de baseurl: /gapdays2015-fall exclude: [ "pr...
# Permalinks permalink: pretty # Setup title: 'GAP Days 2015, Fall' tagline: 'A GAP school' description: 'School: Sep 14-18, 2015<br> Code sprint: Sep 19-23, 2015' location: 'NTNU Trondheim' url: http://gapdays.de baseurl: /gapdays2015-fall exclude: [ "LI...
Exclude some .md files from rendering and TOC
Exclude some .md files from rendering and TOC
YAML
mit
gapdays/gapdays2015-fall
532439fa89dfdeef2ea3f51c43e1b3fda886d8df
_config.yml
_config.yml
title: CDAlertView description: Highly customizable alertview and alert/notification/success/error/alarm popup written in Swift 3 google_analytics: show_downloads: true theme: jekyll-theme-cayman gems: - jekyll-mentions
title: CDAlertView description: Highly customizable alertview and alert/notification/success/error/alarm popup written in Swift google_analytics: show_downloads: true theme: jekyll-theme-cayman gems: - jekyll-mentions
Update config.yml for GitHub Page
Update config.yml for GitHub Page
YAML
mit
candostdagdeviren/CDAlertView,candostdagdeviren/CDAlertView
58f091a0363ec0b23609fc13c4b8fc0717e40d6b
_config.yml
_config.yml
# Site settings title: "Joon: Roon for Jekyll" logo: logo.png # image from https://www.flickr.com/photos/lwr/5496279831/in/set-72157594159055823 email: your-email@domain.com description: > # this means to ignore newlines until "url:" Roon was an excellent service, with a beautiful understated design. After being ac...
# Site settings title: "Joon: Roon for Jekyll" logo: logo.png # image from https://www.flickr.com/photos/lwr/5496279831/in/set-72157594159055823 email: your-email@domain.com description: > # this means to ignore newlines until "url:" Roon was an excellent service, with a beautiful understated design. After being ac...
UPDATE rais de los asset
UPDATE rais de los asset modified: _config.yml
YAML
mit
cristofer-dev/cristofer-dev.github.io,cristofer-dev/cristofer-dev.github.io
51523339e4915b3d9cf28f7a9818b18ca1de77aa
_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 need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
# 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 need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
Make site description more personable.
Make site description more personable.
YAML
unlicense
GeekForged/geekforged.github.io
e410a4abaa37198c3533bad69740e64e42a48259
releng/com.b2international.snowowl.server.update/assembly/mysql/snowowl_config.yml
releng/com.b2international.snowowl.server.update/assembly/mysql/snowowl_config.yml
# # Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg # authentication: type: PROP_FILE fileAuth: users: - username: snowowl password: snowowl repository: host: 0.0.0.0 port: 2036 # Minutes to invalidate and close the unused indexes for tasks # Default is 4 hours, setting it to 0...
# # Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg # authentication: type: PROP_FILE fileAuth: users: - username: snowowl password: snowowl repository: host: 0.0.0.0 port: 2036 # Minutes to invalidate and close the unused indexes for tasks # Default is 4 hours, setting it to 0...
Increase Review lifespan to 2 hours
Increase Review lifespan to 2 hours
YAML
apache-2.0
IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl
3193d36bb055db7d28ac21f6191b73f482cfc734
solano.yml
solano.yml
# Use Python 2.7 for scripts python: python_version: 2.7 system: queue: - branch: master queue: master - branch: "feature/*" queue: feature hooks: pre_setup: | set -e # Exit on error git clone https://github.com/SalesforceFoundation/CumulusCI CumulusCI cd CumulusCI git fetch ...
# Use Python 2.7 for scripts python: python_version: 2.7 system: queue: - branch: master queue: master - branch: "feature/*" queue: feature hooks: pre_setup: | set -e # Exit on error git clone https://github.com/SalesforceFoundation/CumulusCI CumulusCI cd CumulusCI git fetch ...
Update to new cumulusci cli command structure
Update to new cumulusci cli command structure
YAML
bsd-3-clause
jlantz/GrantLifecycleApp
9548cce3a6290a4cc74851b2e9dc8019ced39903
_data/terms.yml
_data/terms.yml
--- 508: Section 508 of the US Rehabilitation Act lays out accessability requirements all US Government Websites must meet "C&A's": Certifications and accredations or C&A's are standardized statements regarding a vendor's complaince with common contract requirements CISO: Chief information security officer CO: Contr...
508: Section 508 of the US Rehabilitation Act lays out accessability requirements all US Government Websites must meet "C&A's": Certifications and accredations or C&A's are standardized statements regarding a vendor's complaince with common contract requirements CISO: Chief information security officer CO: Contracti...
Revert "add --- so github renders"
Revert "add --- so github renders" This reverts commit a39bd18547d93027d2068ad1ede02718905d0406.
YAML
cc0-1.0
benbalter/government-glossary,benbalter/government-glossary
e819e5803e61bd4630771c9c08e682a23527a96b
roles/common/tasks/etcd.yml
roles/common/tasks/etcd.yml
--- - name: derive the etcd client connection URL set_fact: etcd_api_url=http://{{ ansible_eth1.ipv4.address }}:{{ etcd_api_port }} - name: etcd2 unit file template: src=etcd-20-cluster.conf.j2 dest=/etc/systemd/system/etcd2.service.d/20-cluster.conf sudo: yes - name: etcd2 service service: name=etcd2.servic...
--- - name: derive the etcd client connection URL set_fact: etcd_api_url=http://{{ ansible_eth1.ipv4.address }}:{{ etcd_api_port }} - name: etcd2 unit file directory file: state=directory path=/etc/systemd/system/etcd2.service.d owner=root group=root mode=0755 sudo: yes - name: etcd2 unit file template: src=...
Create the directory for the unit file.
Create the directory for the unit file.
YAML
apache-2.0
ktbartholomew/deploy,deconst/deploy,ktbartholomew/deploy,deconst/deploy
054bba23d1d4a7604bc82581a145b47b54ad77d1
roles/common/tasks/main.yml
roles/common/tasks/main.yml
--- # default is etc/utc in build 20141129 [http://cloud.centos.org/centos/7/images/] - name: set timezone to etc/utc sudo: yes file: src: /usr/share/zoneinfo/Etc/UTC dest: /etc/localtime state: link force: yes # fix issue where dhclient blows away our resolv.conf - name: configure resolv.conf scri...
--- # default is etc/utc in build 20141129 [http://cloud.centos.org/centos/7/images/] - name: set timezone to etc/utc sudo: yes file: src: /usr/share/zoneinfo/Etc/UTC dest: /etc/localtime state: link force: yes # fix issue where dhclient blows away our resolv.conf - name: configure resolv.conf scri...
Add task to update /etc/hosts
Add task to update /etc/hosts
YAML
apache-2.0
cmgc/microservices-infrastructure,abn/microservices-infrastructure,bitium/mantl,ContainerSolutions/microservices-infrastructure,pinterb/microservices-infrastructure,TeaBough/microservices-infrastructure,z00223295/microservices-infrastructure,abn/microservices-infrastructure,ilboud/microservices-infrastructure,huodon/mi...
1485472da4690452aba9be6bdeaa5264579c0981
.forestry/front_matter/templates/tool.yml
.forestry/front_matter/templates/tool.yml
--- hide_body: false fields: - type: text name: title label: Title - type: textarea name: description label: Description - type: datetime name: date label: Date description: Date added to the database - type: list label: Tool Type name: tools config: use_select: true source: type: simp...
--- hide_body: false fields: - type: text name: title label: Title - type: textarea name: description label: Description - type: datetime name: date label: Date description: Date added to the database - type: list label: Tool Type name: tools config: use_select: true source: type: simp...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
budparr/thenewdynamic,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org
45be88a95149d6683f4c5a6615c74391986a4a70
.github/workflows/code-quality-checks.yml
.github/workflows/code-quality-checks.yml
name: Code quality checks on: push: branches: - main pull_request: jobs: code_quality: name: Check code quality runs-on: ubuntu-latest strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.6, 3.7, 3.8, 3.9] ...
name: Code quality checks on: push: branches: - main pull_request: jobs: code_quality: name: Check code quality runs-on: ubuntu-latest strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.6, 3.7, 3.8, 3.9] ...
Enable test and coverage checks in CI
Enable test and coverage checks in CI
YAML
bsd-3-clause
nkantar/Parsenvy
091d3f63f00974cdc8783cedbadcb0d2d70ca2b0
.gitlab-ci.yml
.gitlab-ci.yml
image: haskell:7.10.3 pages: cache: paths: - _cache - .stack before_script: - export STACK_ROOT=`pwd`/.stack - stack install --only-dependencies - stack build script: - stack exec site build artifacts: paths: - public - _site only: - master
image: haskell:7.10.3 pages: cache: paths: - _cache - .stack before_script: - apt-get update - bash -c "yes | apt-get install git" - export STACK_ROOT=`pwd`/.stack - stack install --only-dependencies - stack setup - stack build script: - stack exec site build artifac...
Add git to runner file
Add git to runner file
YAML
mit
sakshamsharma/acehack,sakshamsharma/acehack,sakshamsharma/acehack
7806ceeeeef4b3fe10763fd3bce9c3bebd48f53b
.gitlab-ci.yml
.gitlab-ci.yml
cache: paths: - vendor/ before_script: - curl -sS https://getcomposer.org/installer | php - php composer.phar install test:5.6: image: php:5.6-alpine script: - php composer.phar test test:7.0: image: php:7.0-alpine script: - php composer.phar test test:7.1: im...
cache: paths: - vendor/ before_script: - curl -sS https://getcomposer.org/installer | php - php composer.phar install test:7.0: image: php:7.0-alpine script: - php composer.phar test test:7.1: image: php:7.1-alpine script: - php composer.phar test test:7.2: im...
Remove php 5.6 and test against 7.2 RC
Remove php 5.6 and test against 7.2 RC
YAML
mit
ThePixelDeveloper/Sitemap,ThePixelDeveloper/Sitemap-v2
035cbc6a92d36dba410811ad7b9d43667d7fe811
.gitlab-ci.yml
.gitlab-ci.yml
image: cakebuild/cake:2.1-sdk-mono stages: - build build_job: stage: build script: - ./build.sh --target="Run-Unit-Tests"
image: cakebuild/cake:sdk-7.0 stages: - build build_job: stage: build script: - git fetch --unshallow - ./build.sh --target="Run-Unit-Tests"
Switch to image cakebuild/cake:sdk-7.0 for GitLabs
Switch to image cakebuild/cake:sdk-7.0 for GitLabs
YAML
mit
cake-build/cake,gep13/cake,devlead/cake,cake-build/cake,gep13/cake,devlead/cake
9f7ca44f345d7f5127408ad94dbbc2cc00b77973
_data/schedule_2014-2015_rub4_4.yml
_data/schedule_2014-2015_rub4_4.yml
- date: to 27.11. title: Aloitus, kurssin teemat - date: ma 1.12 title: Del 1 - text 1 - date: ke 3.12. title: Del 1 - text 1 other: lue kotona verbit be-göra(utgöra) - date: to 4.12. title: Del 2 - text 2 uutena grammar: apuverbit - date: ma 8.12. title: Del 2 - Kärlek (s. 40-43) grammar: apuverbit - d...
Add course schedule to rub4.4
Add course schedule to rub4.4
YAML
mit
riikkak/riikkak.github.io,riikkak/riikkak.github.io,riikkak/riikkak.github.io
71969e1c874edd277218a52c25e6c2c728e93784
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/bug_report.yml
name: "Report an issue" description: "Our tracker for bugs and other issues with the core project" labels: ["unconfirmed"] body: - type: markdown attributes: value: | Please note that this tracker is only for bugs or other issues with the core project. - type: markdown attributes: value: | ...
name: "Report an issue" description: "Our tracker for bugs and other issues with the core project" labels: ["unconfirmed"] body: - type: markdown attributes: value: | Please note that this tracker is only for bugs or other issues with the core project. - type: markdown attributes: value: | ...
Add missing issue template attribute key
Add missing issue template attribute key
YAML
mit
qtile/qtile,qtile/qtile,ramnes/qtile,ramnes/qtile
a5cca5a7fe731bfeb3113f5a2a148fd9490c7278
metadata/com.bald.uriah.baldphone.yml
metadata/com.bald.uriah.baldphone.yml
Categories: - System License: Apache-2.0 AuthorName: Uriah Shaul Mandel AuthorEmail: baldphone.contact@gmail.com WebSite: https://sites.google.com/view/baldphone SourceCode: https://github.com/UriahShaulMandel/BaldPhone IssueTracker: https://github.com/UriahShaulMandel/BaldPhone/issues Changelog: https://github.com/U...
Categories: - System License: Apache-2.0 AuthorName: Uriah Shaul Mandel AuthorEmail: baldphone.contact@gmail.com WebSite: https://sites.google.com/view/baldphone SourceCode: https://github.com/UriahShaulMandel/BaldPhone IssueTracker: https://github.com/UriahShaulMandel/BaldPhone/issues Changelog: https://github.com/U...
Update BaldPhone to 11.4.4 (85)
Update BaldPhone to 11.4.4 (85)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
5483d12944585ad97dabc778875135b293c45550
metadata/com.cliambrown.easynoise.yml
metadata/com.cliambrown.easynoise.yml
Categories: - Multimedia - Sports & Health License: GPL-3.0-or-later AuthorName: C. Liam Brown AuthorEmail: liam@cliambrown.com AuthorWebSite: https://cliambrown.com/ SourceCode: https://github.com/cliambrown/EasyNoise IssueTracker: https://github.com/cliambrown/EasyNoise/issues Changelog: https://github.com/cliamb...
Categories: - Multimedia - Sports & Health License: GPL-3.0-or-later AuthorName: C. Liam Brown AuthorEmail: liam@cliambrown.com AuthorWebSite: https://cliambrown.com/ SourceCode: https://github.com/cliambrown/EasyNoise IssueTracker: https://github.com/cliambrown/EasyNoise/issues Changelog: https://github.com/cliamb...
Update Easy Noise to 0.3 (3)
Update Easy Noise to 0.3 (3)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
964179dd83a8856d889f445927d7b9dfb405d13a
recipes/paintera-conversion-helper/meta.yaml
recipes/paintera-conversion-helper/meta.yaml
{% set name = "paintera-conversion-helper" %} {% set version = "0.7.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name|replace('-', '_') }}-{{ version }}.tar.gz sha256: 2150997dd97c1ff4959968c22978d18eec42fcec75caa12ac82f9...
{% set name = "paintera-conversion-helper" %} {% set version = "0.7.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name|replace('-', '_') }}-{{ version }}.tar.gz sha256: 2150997dd97c1ff4959968c22978d18eec42fcec75caa12ac82f9...
Add new line at end of recipe
Add new line at end of recipe
YAML
bsd-3-clause
ocefpaf/staged-recipes,ReimarBauer/staged-recipes,SylvainCorlay/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,chrisburr/staged-recipes,petrushy/staged-recipes,isuruf/staged-recipes,mariusvniekerk/staged-recipes,asmeurer/staged-recipes,isuruf/staged-recipes,kwilcox/staged-recipes,jochym/staged-recipes,k...
4269148d3d7a4fde3012b4a146618a4ca8c368d6
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push, pull_request] jobs: test: name: Test runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 - name: Use Node.js 14 LTS uses: actions/setup-node@v1 with: node-version: 14.x - name: Install Gulp r...
name: CI on: [push, pull_request] jobs: test: name: Test runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 - name: Use Node.js 16 LTS uses: actions/setup-node@v2 with: node-version: '16' - name: Install Gulp r...
Upgrade Node.js to version 16 in the CI workflow
Upgrade Node.js to version 16 in the CI workflow Version 14 that we used before is now in maintenance mode, so we should upgrade to the most recent LTS version. Moreover, use the most recent `setup-node` workflow version and syntax; see https://github.com/actions/setup-node#usage.
YAML
apache-2.0
Snuffleupagus/pdf.js,Shoobx/pdf.js,showpad/mozilla-pdf.js,mozilla/pdf.js,Shoobx/pdf.js,timvandermeij/pdf.js,Snuffleupagus/pdf.js,showpad/mozilla-pdf.js,timvandermeij/pdf.js,Snuffleupagus/pdf.js,macroplant/pdf.js,nawawi/pdf.js,macroplant/pdf.js,mozilla/pdf.js,timvandermeij/pdf.js,showpad/mozilla-pdf.js,nawawi/pdf.js,mac...
322c54b90ab978b3166a9dee993bf5dd512620a3
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push, pull_request] jobs: build: name: ${{ matrix.os }} ${{ matrix.python }} ${{ matrix.name }} runs-on: ${{ matrix.os }} defaults: run: shell: bash -l {0} strategy: # fail-fast: true fail-fast: false matrix: os: [ubuntu-latest, macos-latest, win...
name: CI on: [push, pull_request] jobs: build: name: ${{ matrix.os }} ${{ matrix.python }} ${{ matrix.name }} runs-on: ${{ matrix.os }} defaults: run: shell: bash -l {0} strategy: # fail-fast: true fail-fast: false matrix: os: [ubuntu-latest, macos-latest, win...
Exclude Python 3.9 and 3.10 from CI on Windows
Exclude Python 3.9 and 3.10 from CI on Windows
YAML
bsd-3-clause
PyTables/PyTables,PyTables/PyTables,PyTables/PyTables,avalentino/PyTables,FrancescAlted/PyTables,FrancescAlted/PyTables,avalentino/PyTables,avalentino/PyTables,FrancescAlted/PyTables
83a60699d2e3bb4a5affc480a175e174d04eb141
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push, pull_request] jobs: test: name: Test - ${{ matrix.python-version }} runs-on: ubuntu-latest strategy: matrix: python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9"] steps: - name: Check out repository uses: actions/checkout@v2 - name: Install Python ...
name: CI on: [push, pull_request] jobs: test: name: Test - ${{ matrix.python-version }} runs-on: ubuntu-latest strategy: matrix: python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9"] steps: - name: Check out repository uses: actions/checkout@v2 - name: Install Python ...
Fix typo in GitHub Actions to use the correct Python version
Fix typo in GitHub Actions to use the correct Python version
YAML
apache-2.0
pypa/readme_renderer
38598b885816f5dda60c3c9f84108b5acce051da
.github/workflows/ci.yml
.github/workflows/ci.yml
name: Node CI on: [push] jobs: test: name: Run test suite runs-on: ubuntu-latest strategy: matrix: node-version: [12.x] steps: - uses: actions/checkout@v2.3.4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.2 with: node-version: ...
name: Node CI on: [push] jobs: test: name: Run test suite runs-on: ubuntu-latest strategy: matrix: node-version: [12.x] steps: - uses: actions/checkout@v2.3.4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.2 with: node-version: ...
Bump ridedott/merge-me-action from v1.8.28 to v1.8.30
Bump ridedott/merge-me-action from v1.8.28 to v1.8.30
YAML
mit
noflo/noflo-ui,noflo/noflo-ui
acf86c68d06ff93724c6324cd5bb61a0200095bb
.github/workflows/go.yml
.github/workflows/go.yml
name: Go on: [push] jobs: build: name: Build runs-on: ubuntu-latest steps: - name: Set up Go 1.13 uses: actions/setup-go@v1 with: go-version: 1.13 id: go - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: Build run: g...
name: Go on: [push] jobs: build: name: Build runs-on: ubuntu-latest steps: - name: Set up Go 1.13 uses: actions/setup-go@v1 with: go-version: 1.13 id: go - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: Build run: g...
Modify workflow to only exec make test
Modify workflow to only exec make test
YAML
mit
kaneshin/pigeon
de2b6ffd47436633f98070e026c016f24ef1f687
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: Build and publish to ECR on: workflow_dispatch: branches: - main push: branches: - main paths-ignore: - "Jenkinsfile" - ".git**" jobs: build-publish-image-to-ecr: uses: alphagov/govuk-infrastructure/.github/workflows/ci-ecr.yaml@main secrets: AWS_GOVUK_ECR...
name: CI on: workflow_dispatch: branches: - main push: branches: - main paths-ignore: - "Jenkinsfile" - ".git**" jobs: build-and-publish-image: name: Build and publish image uses: alphagov/govuk-infrastructure/.github/workflows/ci-ecr.yaml@main secrets: AWS_...
Update CI workflow to trigger deploy to integration
Update CI workflow to trigger deploy to integration This adds an additional job to the CI workflow to run a reusable workflow that writes the newly built image tag to helm charts file. This triggers ArgoCD to deploy the integration.
YAML
mit
alphagov/smart-answers,alphagov/smart-answers,alphagov/smart-answers,alphagov/smart-answers
9cef20187c3b1689a2e5a246fe36b8e6571a6280
roles/remove-node/post-remove/tasks/main.yml
roles/remove-node/post-remove/tasks/main.yml
--- - name: Delete node command: kubectl delete node {{ item }} with_items: - "{{ node.split(',') | default(groups['kube-node']) }}" delegate_to: "{{ groups['kube-master']|first }}" run_once: true ignore_errors: yes
--- - name: Delete node command: "{{ bin_dir}}/kubectl delete node {{ item }}" with_items: - "{{ node.split(',') | default(groups['kube-node']) }}" delegate_to: "{{ groups['kube-master']|first }}" run_once: true ignore_errors: yes
Add the path to kubectl binary
Add the path to kubectl binary The post-remove action fails during the kubectl delete node action because with rc: 2, command not found. The kubectl is not in the system PATH and the full path to the binary is required
YAML
apache-2.0
Atoms/kubespray,kubernetes-incubator/kubespray,kubernetes-incubator/kubespray,kubernetes-incubator/kargo,kubernetes-sigs/kubespray,kubespray/kargo,Atoms/kubespray,insequent/kargo,kubernetes-sigs/kubespray,kubernetes-sigs/kubespray,kubernetes-incubator/kargo,Atoms/kubespray,kubernetes-sigs/kubespray,Atoms/kubespray,kube...
07565d94287bdbf532c81842b37f372627df0702
config.yaml
config.yaml
options: domain: type: string default: "example.com" description: "Base Canonical Domain name for environment" provider: type: string default: "bind" description: "Used to specify the provider to deploy/consume for DNS management" offline: type: boolean default: true descriptio...
options: domain: type: string default: "example.com" description: "Base Canonical Domain name for environment" provider: type: string default: "bind" description: "Used to specify the provider to deploy/consume for DNS management" offline: type: boolean default: false descripti...
Set offline default to off
Set offline default to off
YAML
mit
thomnico/DNS-Charm,chuckbutler/DNS-Charm,thomnico/DNS-Charm,chuckbutler/DNS-Charm
142276805de17db2ae94bfc405c1341b16a27a59
src/Furniture/UserBundle/Resources/config/doctrine/User.orm.yml
src/Furniture/UserBundle/Resources/config/doctrine/User.orm.yml
Furniture\UserBundle\Entity\User: type: entity table: users manyToOne: factory: targetEntity: Furniture\FactoryBundle\Entity\Factory inversedBy: users cascade: [ persist ] joinColumn: name: factory_id referencedColumnNa...
Furniture\UserBundle\Entity\User: type: entity table: users manyToOne: factory: targetEntity: Furniture\FactoryBundle\Entity\Factory inversedBy: users cascade: [ persist ] joinColumn: name: factory_id referencedColumnNa...
Delete default value for needResetPassword from database
Delete default value for needResetPassword from database
YAML
mit
Viktor-s/f,Viktor-s/f,Viktor-s/f,Viktor-s/f,Viktor-s/f
9c4b54315d357ae06d5975e48d7e713316cb13c6
boost/meta.yaml
boost/meta.yaml
package: name: boost version: 1.55.0 source: fn: boost_1_55_0.tar.bz2 url: http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download md5: d6eef4b4cacb2183f2bf265a5a03a354 requirements: build: - python - bzip2 run: - python - bzip2 about: ...
package: name: boost version: 1.56.0 source: fn: boost_1_56_0.tar.bz2 url: http://sourceforge.net/projects/boost/files/boost/1.56.0/boost_1_56_0.tar.bz2/download sha1: f94bb008900ed5ba1994a1072140590784b9b5df requirements: build: - python - bzip2 run: - python - bzip2 ...
Update boost recipe to 1.56
Update boost recipe to 1.56 Only tested on mac
YAML
bsd-3-clause
menpo/conda-recipes,menpo/conda-recipes
72a3ea996087bedb4f8d44bb74ae4ebe8edc699a
docker-compose.yml
docker-compose.yml
version: "3" services: rabbit: image: rabbitmq ports: - "5672:5672" - "15672:15672" gateway: image: kirovverst/gateway command: python manage.py runserver 0.0.0.0:8000 volumes: - .:/qproject ports: - "8000:8000" flower: image: kirovverst/gateway volumes: ...
version: "3" services: rabbit: image: rabbitmq ports: - "5672:5672" - "15672:15672" gateway: image: kirovverst/gateway command: python manage.py runserver 0.0.0.0:8000 volumes: - .:/qproject ports: - "8000:8000" flower: image: kirovverst/gateway volumes: ...
Change default number of workers.
Change default number of workers.
YAML
mit
KirovVerst/qproject,KirovVerst/qproject,KirovVerst/qproject
f1273d5e0cba06482ab7a45227d45623cb6ca8be
docker-compose.yml
docker-compose.yml
version: '2' services: app: depends_on: - db image: redisforlosers/hub volumes: - ./:/hub ports: - 10000:10000 container_name: hub hostname: hub phpmyadmin: depends_on: - db image: phpmyadmin/phpmyadmin ports: - 18888:80 container_name: hub-phpmyadmin hostname: hub-phpmyadmin d...
version: '2' services: app: depends_on: - db image: redisforlosers/hub volumes: - ./:/hub ports: - 10000:10000 container_name: hub hostname: hub phpmyadmin: depends_on: - db image: phpmyadmin/phpmyadmin ports: - 18888:80 container_name: hub-phpmyadmin hostname: hub-phpmyadmin d...
Update MySQL port on docker container
Update MySQL port on docker container
YAML
mit
redisforlosers/repository,redisforlosers/repository
4c12f272e1fdf5091593139ffccd0dfee16aa10d
docker-compose.yml
docker-compose.yml
rabbitmq: image: rabbitmq:3-management container_name: rabbitmq-1 hostname: my-rabbit net: "pubsub" environment: - LOGSPOUT=ignore ports: - "5672:5672" - "15672:15672" logspout: image: gliderlabs/logspout container_name: logspout-1 volumes: - /var/run/docker.sock:/var/run/docker.sock ...
rabbitmq: image: rabbitmq:3-management container_name: rabbitmq-1 hostname: my-rabbit net: "pubsub" environment: - LOGSPOUT=ignore ports: - "5672:5672" - "15672:15672" logspout: build: ./logspout container_name: logspout-1 volumes: - /var/run/docker.sock:/var/run/docker.sock ports: ...
Build and run custom logspout image.
Build and run custom logspout image.
YAML
mit
aldwinb/messaging-topics,aldwinb/messaging-topics,aldwinb/messaging-topics
2cc72999d4d46180cea08a3b37d5c868631ff3c7
.forestry/front_matter/templates/video.yml
.forestry/front_matter/templates/video.yml
--- hide_body: true is_partial: false fields: - type: text name: title label: Title - type: datetime name: date label: Date - type: textarea name: description label: Description - type: select name: vendor config: source: type: simple options: - YouTube - Vimeo label: Vendor - ty...
--- hide_body: true is_partial: false fields: - type: text name: title label: Title - type: datetime name: date label: Date - type: textarea name: description label: Description - type: select name: vendor config: source: type: simple options: - YouTube - Vimeo label: Vendor - ty...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
budparr/thenewdynamic,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic
f95d45ff65f298c4decc1a9d5c65341f6094f637
packages/bi/BitStringRandomMonad.yaml
packages/bi/BitStringRandomMonad.yaml
homepage: '' changelog-type: '' hash: 38ddada1c3b9ad243162bf7c9ea0159d81e8c64b1f76d0bc69b3116fc97a9328 test-bench-deps: bytestring: -any bitstring: -any base: -any mtl: -any BitStringRandomMonad: -any transformers: -any parallel: -any QuickCheck: -any primitive: -any vector: -any maintainer: marcus@...
homepage: '' changelog-type: '' hash: 8228780bfc61c1d8fe0bb1f9e9cd4eb5fbb741212fba30450c6766c3ae31d45d test-bench-deps: bytestring: -any bitstring: -any base: -any mtl: -any BitStringRandomMonad: -any transformers: -any parallel: -any QuickCheck: -any primitive: -any vector: -any maintainer: marcus@...
Update from Hackage at 2018-03-03T19:10:39Z
Update from Hackage at 2018-03-03T19:10:39Z
YAML
mit
commercialhaskell/all-cabal-metadata
26a504d45ed0854888e359431863828ca98ba5e1
mkdocs.yml
mkdocs.yml
site_name: Documentation site_title_name: Structure Documentation pages: - Getting Started: - What is Structure: getting-started/what-is-structure.md - Getting Started with the Intel Edison: mqtt.md - Getting Started with the Raspberry PI: mqtt.md - Getting Started with the Arduino 101: getting-started/...
site_name: Documentation pages: - Getting Started: - What is Structure: getting-started/what-is-structure.md - Getting Started with the Intel Edison: mqtt.md - Getting Started with the Raspberry PI: mqtt.md - Getting Started with the Arduino 101: getting-started/getting-started-with-arduino-wifi-101.md ...
Remove unnecessary line in config
Remove unnecessary line in config There was an extra config setting that wasn't being used.
YAML
mit
Losant/losant-docs,Losant/losant-docs
b9ca39d3bb41260f0f99010dfcd1ef6971e790ae
mkdocs.yml
mkdocs.yml
site_name: SNVPhyl site_url: http://snvphyl.readthedocs.org site_description: SNVPhyl Whole Genome SNV Phylogenomics Pipeline. repo_url: https://irida.corefacility.ca/gitlab/analysis-pipelines/snvphyl-galaxy pages: - [index.md, Home] - [index.md, User, Overview] - [user/usage.md, User, Usage] - [user/input.md, User, In...
site_name: SNVPhyl site_url: http://snvphyl.readthedocs.org site_description: SNVPhyl Whole Genome SNV Phylogenomics Pipeline. repo_url: https://irida.corefacility.ca/gitlab/analysis-pipelines/snvphyl-galaxy pages: - [index.md, Home] - [index.md, User, Overview] - [user/usage.md, User, Usage] - [user/input.md, User, In...
Remove links from examples on front page for now
Remove links from examples on front page for now
YAML
apache-2.0
phac-nml/snvphyl-galaxy,phac-nml/snvphyl-galaxy
40d9e1e406fccddc95237ffbe95c8337d6e77a54
metadata/com.github.fi3te.notificationcron.yml
metadata/com.github.fi3te.notificationcron.yml
Categories: - Time License: GPL-3.0-only SourceCode: https://github.com/fi3te/NotificationCron IssueTracker: https://github.com/fi3te/NotificationCron/issues AutoName: Notification Cron RepoType: git Repo: https://github.com/fi3te/NotificationCron Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 ...
Categories: - Time License: GPL-3.0-only SourceCode: https://github.com/fi3te/NotificationCron IssueTracker: https://github.com/fi3te/NotificationCron/issues AutoName: Notification Cron RepoType: git Repo: https://github.com/fi3te/NotificationCron Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 ...
Update Notification Cron to 1.1.1 (26010101)
Update Notification Cron to 1.1.1 (26010101)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
ca7df681938cd1fb8f6e6e158ee26281bc1b49ae
addresses.yaml
addresses.yaml
kind: ConfigMap apiVersion: v1 metadata: name: maas data: json: | { "queue1": { "store_and_forward":true, "multicast":false }, "queue2": { "store_and_forward":true, "multicast":false }, "anycast": { "store_and_forward":false, "multicast":false }, "broadcast": { "store_and_forward...
kind: ConfigMap apiVersion: v1 metadata: name: maas data: json: | { "queue1": { "store_and_forward":true, "multicast":false }, "queue2": { "store_and_forward":true, "multicast":false }, "topic1": { "store_and_forward":true, "multicast":true }, "anycast": { "store_and_forward":fal...
Add topic to address config
Add topic to address config
YAML
apache-2.0
jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse
da853a6d0be9747674341e4e34b6a0b05b090767
DOCKER/docker-compose.yml
DOCKER/docker-compose.yml
version: '3.6' services: shibboleth-idp: build: context: . args: JAVA_HOME: JETTY_VERSION: JETTY_CERT_KEY: JETTY_CERT_PKCS12: JETTY_CERT_KEYSTORE: SHIBBOLETH_VERSION: SHIBBOLETH_SCOPE: SHIBBOLETH_ENTITYID: SHIBBOLETH_HOSTNAME: ...
version: '3.6' services: shibboleth-idp: build: context: . args: JAVA_HOME: JETTY_VERSION: JETTY_CERT_KEY: JETTY_CERT_PKCS12: JETTY_CERT_KEYSTORE: SHIBBOLETH_VERSION: SHIBBOLETH_SCOPE: SHIBBOLETH_ENTITYID: SHIBBOLETH_HOSTNAME: ...
Use 9080 (HTTP) and 9443 (HTTPS)
Use 9080 (HTTP) and 9443 (HTTPS) I've got nginx running on standard ports! :)
YAML
mit
GEANT/CampusIdP
8fa773adcef4dea720869a752dec26c7621ad1a2
bbq/.travis.yml
bbq/.travis.yml
rvm: - 1.9.3 - 1.9.2 - rbx-19mode - jruby-19mode - ruby-head - jruby-head matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head
rvm: - 1.9.3 - 1.9.2 - rbx-19mode - ruby-head matrix: allow_failures: - rvm: ruby-head
Disable Jruby builds for now.
Disable Jruby builds for now. Running tests on Jruby would require test apps with jdbcsqlite3 adapter.
YAML
mit
drugpl/bbq
38f50d6acac3fff804110e917f9e7619c27d43e0
spec/fixtures/episodes.yml
spec/fixtures/episodes.yml
one: name: brother.ly one starts_at: <%= 1.hour.from_now %> ends_at: <%= 8.hours.from_now %> published_at: <%= 1.day.from_now %> video_recording_id: 'video.flv' audio_recording_id: 'audio.mp3' description: "You know how sometimes you listen to that music? You know the kind... the kind that gets intoxicati...
one: name: brother.ly one starts_at: <%= 1.hour.from_now %> ends_at: <%= 8.hours.from_now %> published_at: <%= 1.day.from_now %> video_recording_id: 'video.flv' audio_recording_id: 'audio.mp3' youtube_url: 'https://www.youtube.com/embed/Mg-LfxWY5hc' eventbrite_url: 'https://www.eventbrite.com/e/brotherl...
Add URLs to sample broadcast
Add URLs to sample broadcast
YAML
bsd-2-clause
waxpoetic/brotherly,waxpoetic/brotherly,waxpoetic/brotherly,waxpoetic/brotherly
3a94bcc5f192c44e2c80e93aa8ea490e929aa319
testem.yml
testem.yml
framework: buster on_start: command: browserstack tunnel localhost:<port> wait_for_text: Tunnel is running before_tests: npm run prepare-browser-test src_files: - index.js - questor.min.js - test/integration/**-test.js serve_files: - test/bundle-helper.js - test/integration/**-test.js launchers: ...
framework: buster on_start: command: browserstack tunnel localhost:<port> wait_for_text: Tunnel is running before_tests: npm run prepare-browser-test src_files: - index.js - questor.min.js - test/integration/**-test.js serve_files: - test/bundle-helper.js - test/integration/**-test.js launchers: ...
Increase timeout to 5 minutes
Increase timeout to 5 minutes
YAML
mit
contentful/contentful.js
25e40a2e88b7b5770f2eaf1f24028df772a48cf4
codecov.yml
codecov.yml
codecov: branch: master coverage: precision: 2 round: down range: "70...100" status: project: default: target: auto threshold: null branches: null patch: default: target: auto branches: null changes: default: branches: null com...
codecov: branch: master coverage: precision: 2 round: down range: "70...100" status: project: default: target: auto threshold: null branches: null patch: default: target: auto branches: null changes: default: branches: null ign...
Add ignoring paths for SP&Facade
Add ignoring paths for SP&Facade
YAML
mit
LightAir/EasyCurl,LightAir/EasyCurl
0c94004b134b20940e2b49cfbd0e42cd65df03f7
cloudbuild.yaml
cloudbuild.yaml
steps: - name: 'gcr.io/cloud-builders/docker' args: ['pull', 'gcr.io/$PROJECT_ID/zeus'] - name: 'gcr.io/cloud-builders/docker' args: [ 'build', '--cache-from', 'gcr.io/$PROJECT_ID/zeus:latest', '--build-arg', 'BUILD_REVISION=$COMMIT_SHA', '-t', 'gcr.io/$PROJECT_ID/zeus:$COMMIT_SHA', '-t', 'gcr.i...
steps: - name: 'gcr.io/cloud-builders/docker' args: ['pull', 'gcr.io/$PROJECT_ID/zeus'] - name: 'gcr.io/cloud-builders/docker' args: [ 'build', '--cache-from', 'gcr.io/$PROJECT_ID/zeus:latest', '--build-arg', 'BUILD_REVISION=$COMMIT_SHA', '-t', 'gcr.io/$PROJECT_ID/zeus:$COMMIT_SHA', '-t', 'gcr.i...
Extend build timeout to 20m
ref: Extend build timeout to 20m
YAML
apache-2.0
getsentry/zeus,getsentry/zeus,getsentry/zeus,getsentry/zeus
201f575c9f6c85c0288dfe15a67ba8d5cea4e8aa
cloudbuild.yaml
cloudbuild.yaml
# Config file used for continuous deployment to Google Cloud Run. steps: # build the container image - name: 'gcr.io/cloud-builders/docker' args: ['build', '-t', 'gcr.io/sec-crawl-maze/security-crawl-maze', '.'] # push the container image to Container Registry - name: 'gcr.io/cloud-builders/docker' args: ['push...
# Config file used for continuous deployment to Google Cloud Run. steps: # build the container image - name: 'gcr.io/cloud-builders/docker' args: ['build', '-t', 'gcr.io/$PROJECT_ID/security-crawl-maze', '.'] # push the container image to Container Registry - name: 'gcr.io/cloud-builders/docker' args: ['push', ...
Substitute the GCP project id with the variable which is passed at build time.
Substitute the GCP project id with the variable which is passed at build time. PiperOrigin-RevId: 333079849 Change-Id: I0d5fd7b9c3b8d1cbe7a85a23aa1b323bcae72630
YAML
apache-2.0
google/security-crawl-maze,google/security-crawl-maze,google/security-crawl-maze,google/security-crawl-maze
87766a0926329cc634abd000e605ae20581cc2e9
lightsail/variables.yml
lightsail/variables.yml
elastic_version: 5.5.2 elastic_download: https://artifacts.elastic.co elasticsearch_host: "{{ lookup('env','ELASTICSEARCH_HOST') }}" elasticsearch_user: "{{ lookup('env','ELASTICSEARCH_USER') }}" elasticsearch_password: "{{ lookup('env','ELASTICSEARCH_PASSWORD') }}" domain: xeraa.wtf backend_server: https://backend.{...
elastic_version: 5.6.0 elastic_download: https://artifacts.elastic.co elasticsearch_host: "{{ lookup('env','ELASTICSEARCH_HOST') }}" elasticsearch_user: "{{ lookup('env','ELASTICSEARCH_USER') }}" elasticsearch_password: "{{ lookup('env','ELASTICSEARCH_PASSWORD') }}" domain: xeraa.wtf backend_server: https://backend.{...
CHANGE to the current version of the Elastic Stack
CHANGE to the current version of the Elastic Stack
YAML
mit
xeraa/microservice-monitoring,xeraa/microservice-monitoring,xeraa/microservice-monitoring,xeraa/microservice-monitoring
5653a6014f18dbc2594ba756e40bb5e2f69866f7
.cirrus.yml
.cirrus.yml
freebsd_instance: image: freebsd-11-1-release-amd64 task: # This name gets reported as a build status in GitHub name: stable x86_64-unknown-freebsd setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh -y test_script: - . $HOME/.cargo/env -...
freebsd_instance: image: freebsd-11-1-release-amd64 task: name: stable x86_64-unknown-freebsd setup_script: - pkg install -y curl - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh -y - . $HOME/.cargo/env - rustup default stable test_script: - . $HOME/.cargo/env - sh...
Add a nightly FreeBSD Cirrus-CI task
Add a nightly FreeBSD Cirrus-CI task
YAML
apache-2.0
rust-lang/libc,rust-lang/libc,rust-lang/libc
30cde06e9625acd2a722c561f5dc970a3fbee822
openstack/kos-operator/templates/clusterrole.yaml
openstack/kos-operator/templates/clusterrole.yaml
apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRole metadata: labels: app: {{ .Chart.Name }} name: '{{ .Release.Namespace }}:{{ .Chart.Name }}' rules: # manage the KosQuery, KosTemplate CRD - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions verbs: ...
apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRole metadata: labels: app: {{ .Chart.Name }} name: '{{ .Release.Namespace }}:{{ .Chart.Name }}' rules: # manage the KosQuery, KosTemplate CRD - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions verbs: ...
Add RBAC for reading nodes
[kos-operator] Add RBAC for reading nodes This is used by a KosQuery defined by nova.
YAML
apache-2.0
sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts
3345c8f0fbc982bad82be68e00169cff089d5cc0
.gitpod.yml
.gitpod.yml
--- image: file: .gitpod/Dockerfile context: .gitpod checkoutLocation: gopherbot workspaceLocation: "." tasks: - init: make -C gopherbot - init: ./gopherbot/.gitpod/gotools.sh - command: ./gopherbot/.gitpod/setup.sh openIn: main ports: - port: 8080 onOpen: ignore
--- image: file: .gitpod/Dockerfile context: .gitpod checkoutLocation: gopherbot workspaceLocation: "." tasks: - init: make -C gopherbot - init: cp -a ./gopherbot/.gitpod/*.theia-workspace /workspace - init: ./gopherbot/.gitpod/gotools.sh - command: ./gopherbot/.gitpod/setup.sh openIn: main ports: - port: 808...
Tweak usability for opening workspace
Tweak usability for opening workspace
YAML
mit
parsley42/gopherbot,parsley42/gopherbot,uva-its/gopherbot,parsley42/gopherbot,uva-its/gopherbot,uva-its/gopherbot,uva-its/gopherbot,parsley42/gopherbot
33c29bb91214dae97d51bc1c4618500791d93032
packages/al/alex-tools.yaml
packages/al/alex-tools.yaml
homepage: '' changelog-type: markdown hash: 13b34a8fc77b0adb45e4f47c378c7387b5dddfac3f16cc8331508b305bfe5990 test-bench-deps: {} maintainer: iavor.diatchki@gmail.com synopsis: A set of functions for a common use case of Alex. changelog: ! '# Revision history for alex-tools ## 0.2.0.0 -- 2017-03-21 * Add the `s...
homepage: '' changelog-type: markdown hash: bf1bd0a26f793f36f12c33e297e105234ad075a97defd0833a6fcf7743c923fc test-bench-deps: {} maintainer: iavor.diatchki@gmail.com synopsis: A set of functions for a common use case of Alex. changelog: ! '# Revision history for alex-tools ## 0.2.0.0 -- 2017-03-21 * Add the `s...
Update from Hackage at 2017-07-24T17:53:06Z
Update from Hackage at 2017-07-24T17:53:06Z
YAML
mit
commercialhaskell/all-cabal-metadata
07df82ddf9ce2739495b87d206c9a8afa859bfe1
packages/en/enummapset.yaml
packages/en/enummapset.yaml
homepage: https://github.com/michalt/enummapset changelog-type: '' hash: 73047c51c82f00ac986bb5a81896bc7877f9153cb325ab8430692a02fe6f940b test-bench-deps: {} maintainer: Michal Terepeta <michal.terepeta@gmail.com> synopsis: IntMap and IntSet with Enum keys/elements. changelog: '' basic-deps: base: <5 containers: ! ...
homepage: https://github.com/michalt/enummapset changelog-type: '' hash: 5ed01e64fa5bde1763eb4b7e7ba7be8f7c801df671c535e2fe59b6a7d12a240d test-bench-deps: {} maintainer: Michal Terepeta <michal.terepeta@gmail.com> synopsis: IntMap and IntSet with Enum keys/elements. changelog: '' basic-deps: base: <5 semigroups: ! ...
Update from Hackage at 2018-03-18T12:39:17Z
Update from Hackage at 2018-03-18T12:39:17Z
YAML
mit
commercialhaskell/all-cabal-metadata
96ed535bfbc2e0cda695b7826906bef605f17204
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - 2.1.0 - 2.1.1 env: - DB=mysql - DB=postgresql before_script: - "cp config/database.yml.$DB config/database.yml" - "cp config/gitlab.yml.sample config/gitlab.yml" - "cp config/pusher.yml.sample config/pusher.yml" - "RAILS_ENV=test bundle exec rake db:create db:migrate" scr...
language: ruby rvm: - 2.0.0 - 2.1.2 env: - DB=mysql - DB=postgresql before_script: - "cp config/database.yml.$DB config/database.yml" - "cp config/gitlab.yml.sample config/gitlab.yml" - "cp config/pusher.yml.sample config/pusher.yml" - "RAILS_ENV=test bundle exec rake db:create db:migrate" script: bundl...
Build only 2.0.0 and latest 2.1.x
Build only 2.0.0 and latest 2.1.x
YAML
mit
sue445/gitpeach,sue445/gitpeach,sue445/gitpeach
37f746da5df6041c29975c0189272ddae21e3c98
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 before_script: - composer self-update - composer install --no-interaction --prefer-source --dev script: "vendor/bin/codecept run"
language: php php: - 5.5 - 5.6 install: - mkdir app/temp - mkdir app/log before_script: - composer self-update - composer install --no-interaction --prefer-source --dev script: "vendor/bin/codecept run"
Add creating temp, log directory.
Add creating temp, log directory.
YAML
mit
newPOPE/nette-codeception-example,newPOPE/nette-codeception-example,newPOPE/nette-codeception-example
c4b65db1ed44adaef80ee003333cec0b47b71b62
src/fifth_robot_pkgs/fifth_robot_description/config/navigation/costmap/costmap_common_params.yaml
src/fifth_robot_pkgs/fifth_robot_description/config/navigation/costmap/costmap_common_params.yaml
obstacle_range: 12.0 raytrace_range: 15.0 # footprint for KIT-C5 new model footprint: [[0.1, 0.4], [0.1, -0.4], [-0.4, -0.4], [-0.4, 0.4]] # footprint: [[0.1, 0.1], [0.1, -0.1], [-0.1, -0.1], [-0.1, 0.1]] inflation_radius: 0.55 cost_scaling_factor: 5.0 rigin_z: 0.0 z_resolution: 0.2 z_voxels: 0.2 publish_voxel_map: fa...
obstacle_range: 5.0 raytrace_range: 7.0 footprint: [[0.1, 0.1], [0.1, -0.1], [-0.1, -0.1], [-0.1, 0.1]] inflation_radius: 0.3 cost_scaling_factor: 5.0 rigin_z: 0.0 z_resolution: 0.2 z_voxels: 0.2 publish_voxel_map: false max_obstacle_height: 0.4 min_obstacle_height: 0.01 observation_sources: velodyne_sensor velodyne...
Modify params for robot on gazebo such as obstacle range and footprint
Modify params for robot on gazebo such as obstacle range and footprint
YAML
bsd-3-clause
CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg
6724823ff9d8e586e8d76134ee363655bbbefd86
packages/gi/gingersnap.yaml
packages/gi/gingersnap.yaml
homepage: https://github.com/Tinybop/gingersnap changelog-type: markdown hash: 2e9198271f4c8dafed7bc7c9d615c5c43557f61ca0e0a8ee10fedc8e000da526 test-bench-deps: {} maintainer: tom@tinybop.com synopsis: snap-core + aeson + postgresql-simple = delicious changelog: ! '# Revision history for gingersnap ## 0.1.0.0 -- 2...
homepage: https://github.com/Tinybop/gingersnap changelog-type: markdown hash: 814f00cafb430e9ac309a1887bfbceeea5fcfb52eefc1476b2d3652d3564b3ba test-bench-deps: {} maintainer: tom@tinybop.com synopsis: snap-core + aeson + postgresql-simple = delicious changelog: ! '# Revision history for gingersnap ## 0.1.0.0 -- 2...
Update from Hackage at 2018-10-19T16:56:28Z
Update from Hackage at 2018-10-19T16:56:28Z
YAML
mit
commercialhaskell/all-cabal-metadata
edf66b3986258670d6937fe82bad3e0e8d9addd2
.travis.yml
.travis.yml
rvm: - 2.0.0 - 1.9.3 - jruby # whitelist branches: only: - master notifications: email: - cukes-devs@googlegroups.com irc: - "irc.freenode.org#cucumber"
rvm: - 2.1.0 - 2.0.0 - 1.9.3 - jruby # whitelist branches: only: - master notifications: email: - cukes-devs@googlegroups.com irc: - "irc.freenode.org#cucumber"
Add Travis CI directives for Ruby 2.1.0
Add Travis CI directives for Ruby 2.1.0 Fixes #45
YAML
mit
danascheider/cucumber-ruby-core,akostadinov/cucumber-ruby-core,kamenlitchev/cucumber-ruby-core,tom025/cucumber-ruby-core,cucumber/cucumber-ruby-core,tom025/cucumber-ruby-core
591f0291c962b7a95873a598d096f0895c3dcc53
.travis.yml
.travis.yml
language: ruby rvm: - 2.3 - 2.4 - ruby-head - jruby-9.1.13.0 - jruby-head - rbx-3 before_install: gem install bundler script: bundle exec rspec
language: ruby rvm: - 2.3 - 2.4 - ruby-head - jruby-9.1.13.0 - jruby-head before_install: gem install bundler script: bundle exec rspec
Remove Rubinius from Travis config
Remove Rubinius from Travis config
YAML
mit
maetl/mementus
5613025dea20a486e2b0153fe4fbddfc9b6f35ea
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 script: bundle exec rake before_install: - gem update --system
language: ruby rvm: - 2.0.0 script: bundle exec rake before_install: - gem update --system notifications: webhooks: urls: - https://lita-freenode.herokuapp.com/travis
Add Lita webhook for Travis.
Add Lita webhook for Travis.
YAML
mit
jimmycuadra/lita-travis