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 |
|---|---|---|---|---|---|---|---|---|---|
bfd3cd89b6e14d8bbc73aea02b625e69497ce911 | .gitlab-ci.yml | .gitlab-ci.yml | # Used to test and build on gitlab-ci
before_script:
- composer install --quiet
phpunit:
script:
- bin/run_tests.php
- php -dphar.readonly=0 bin/compile
| # Used to test and build on gitlab-ci
before_script:
- composer install --quiet
phpunit:
script:
- bin/phpunit
- php -dphar.readonly=0 bin/compile
| Use standard phpunit command to run tests. | Use standard phpunit command to run tests.
DB configuration can be done with env variables.
| YAML | apache-2.0 | inetprocess/sugarcli,inetprocess/sugarcli |
2aef0de4cbf54e19148900b8e046a5a076ccb854 | .gitlab-ci.yml | .gitlab-ci.yml | image: ubuntu:14.04
before_script:
- apt-get update -y
- apt-get -y install gcc-mingw-w64 python cmake libxi-dev g++ libgl1-mesa-dev libglu1-mesa-dev zip git golang
- mkdir -p /data/gopath
- GOPATH=/data/gopath go get github.com/c4milo/github-release
stages:
- build
build:
stage: build
script:
- cd ... | image: ubuntu:14.04
before_script:
- apt-get update -y
- apt-get -y install gcc-mingw-w64 python cmake libxi-dev g++ libgl1-mesa-dev libglu1-mesa-dev zip git golang
- mkdir -p /data/gopath
- GOPATH=/data/gopath go get github.com/c4milo/github-release
stages:
- build
build:
stage: build
script:
- cd ... | Fix message and files uploaded. | Ci: Fix message and files uploaded.
| YAML | mit | paulthomson/get-image,paulthomson/get-image |
6f33e5da88cbbb74cd457d6b495201bcb7b86dfb | .gitlab-ci.yml | .gitlab-ci.yml | image: docker:git
stages:
- build
build-debian-files:
stage: build
script:
- KOHAENV=patched make rebuild logs-f-nocolor delete
| image: docker:git
stages:
- build
before-script:
- apt-get install make
build-debian-files:
stage: build
script:
- KOHAENV=patched make rebuild logs-f-nocolor delete
| Add make to gitlab config | Add make to gitlab config
| YAML | mit | digibib/koha-docker,digibib/koha-docker,digibib/koha-docker,digibib/koha-docker,digibib/koha-docker,digibib/koha-salt-docker,digibib/koha-salt-docker,digibib/koha-salt-docker,digibib/koha-salt-docker,digibib/koha-docker,digibib/koha-salt-docker |
24cb6c7bb2aa739af0d8a892872133847e785edd | opt/nitor/template-snippets/policy_s3_secure_download.yaml | opt/nitor/template-snippets/policy_s3_secure_download.yaml | # Copyright 2016 Nitor Creations Oy
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... | # Copyright 2016 Nitor Creations Oy
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... | Make sure Policy name is unique | Make sure Policy name is unique
| YAML | apache-2.0 | NitorCreations/aws-utils,NitorCreations/aws-utils,NitorCreations/aws-utils,NitorCreations/aws-utils |
59352f5b7835343fa77c98fcc8acc893f033add0 | config/cfme_bz.tmpl.yml | config/cfme_bz.tmpl.yml | common: &common
bugzilla:
uri: https://bugzilla.redhat.com/
product: "CloudForms Management Engine"
username: calvin
password: hobbes
development:
<<: *common
test:
<<: *common
production:
<<: *common
| common: &common
bugzilla:
uri: https://bugzilla.redhat.com/
product: "CloudForms Management Engine"
username: calvin
password: hobbes
cfme_git:
repo_path: "/Users/Sheldon_Cooper/Code/cfme/"
releases:
cfme-5.2.z:
- "production/5.2.1.x"
- "upstream/master"
cf... | Update template with example cfme_git configuration. | Update template with example cfme_git configuration.
| YAML | apache-2.0 | ManageIQ/bugzilla_mirror,ManageIQ/bugzilla_mirror |
966303c812937b33450947a6d7eed73ab41d5897 | packages/ab/abides.yaml | packages/ab/abides.yaml | homepage: https://github.com/athanclark/abides#readme
changelog-type: markdown
hash: c4a47ae7f21866279232c6c371a122331d790966afc8408dba181741afa13d5c
test-bench-deps:
base: ! '>=4.7 && <5'
comonad: -any
abides: -any
tasty-quickcheck: -any
tasty: -any
maintainer: athan.clark@gmail.com
synopsis: Simple boolean ... | homepage: https://github.com/athanclark/abides#readme
changelog-type: markdown
hash: 26d6cb00ee98501f3c76899749e9202d270d7db6b8348b75f875eed688e49e80
test-bench-deps:
base: ! '>=4.7 && <5'
comonad: -any
abides: -any
tasty-quickcheck: -any
tasty: -any
maintainer: athan.clark@gmail.com
synopsis: Simple boolean ... | Update from Hackage at 2019-09-23T15:22:34Z | Update from Hackage at 2019-09-23T15:22:34Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
60254c4f0b72d0927f6573f39ebd07d0cdccecce | packages/ms/mstate.yaml | packages/ms/mstate.yaml | homepage: ''
changelog-type: ''
hash: 10cd009e8414f4d2c641f6314b619a27564809b3a7539beb55b92314ce5ef7b0
test-bench-deps: {}
maintainer: <mail@nils.cc>
synopsis: ! 'MState: A consistent State monad for concurrent applications.'
changelog: ''
basic-deps:
stm: -any
base: ==4.*
mtl: -any
monad-peel: ! '>=0.1.1'
all-... | homepage: ''
changelog-type: ''
hash: e9e2fb7767f0d2aecaffc0cc45a05576f7ccec013a0dbf1e3793478c27caddac
test-bench-deps: {}
maintainer: <mail@nils.cc>
synopsis: ! 'MState: A consistent State monad for concurrent applications.'
changelog: ''
basic-deps:
stm: -any
fail: -any
base: ==4.*
mtl: -any
monad-peel: ! '... | Update from Hackage at 2018-12-27T22:06:13Z | Update from Hackage at 2018-12-27T22:06:13Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f437b19b2ea7fd09a920370bb8474ca04d799214 | packages/sq/sqlite.yaml | packages/sq/sqlite.yaml | homepage: ''
changelog-type: ''
hash: 1d2b6e37dd7e82dbfdbf328621c11dcc76e13bec1c8628e25574f0e71931c7c8
test-bench-deps: {}
maintainer: Adam Wick <awick@uhsure.com>
synopsis: Haskell binding to sqlite3
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=3 && <5'
time: -any
utf8-string: -any
pretty: -any
di... | homepage: http://github.com/GaloisInc/sqlite
changelog-type: ''
hash: 2ffbff8fdeeb4db51550755a4a8fa73f33ac74313713a6f2608e108889d0ef13
test-bench-deps:
base: -any
sqlite: -any
maintainer: Adam Wick <awick@uhsure.com>
synopsis: Haskell binding to sqlite3
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=3 &&... | Update from Hackage at 2016-08-05T19:44:29+0000 | Update from Hackage at 2016-08-05T19:44:29+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
29a241f4fc5ff3ce7efaf888e9a279d6cc10188f | defaults/main.yml | defaults/main.yml | ---
# defaults file for redis
redis_bind: 127.0.0.1
redis_port: 6379
# redis_socket:
# redis_socket_mode:
redis_timeout:
redis_auth: None
# Setup redis role
redis_role: master
#If role is slave set these values too
redis_master_ip: 1.1.1.1
redis_master_port: 6379
redis_master_auth: None
redis_log_level:
redis_log_fi... | ---
# defaults file for redis
redis_daemonize: yes
redis_bind:
- 127.0.0.1
redis_port: 6379
# redis_socket: "{{ redis_run_dir }}/{{ redis_service }}.sock"
# redis_socket_mode: 0755
redis_timeout: 60
# redis_auth: None
# redis_role: master
# redis_master_ip: 1.1.1.1
# redis_master_port: 6379
# redis_master_auth: No... | Expand and update default settings for redis | Expand and update default settings for redis
| YAML | bsd-3-clause | jonathanio/ansible-role-redis |
ed7f600eda57c113f6ecc852401ce817b5e1d27a | deploy/files/ansible/roles/python-dashing/tasks/main.yml | deploy/files/ansible/roles/python-dashing/tasks/main.yml | ---
- name: Make sure we have /var/log/rea
file: path=/var/log/rea state=directory
- name: Make sure we have /var/log/rea/python-dashing
file: path=/var/log/rea/python-dashing state=directory
- name: Make virtualenv
shell: virtualenv -p $(which python3) /opt/python-dashing
environment:
PATH: /bin:/usr/bi... | ---
- name: Make sure we have /var/log/rea
file: path=/var/log/rea state=directory
- name: Make sure we have /var/log/rea/python-dashing
file: path=/var/log/rea/python-dashing state=directory
- name: Make sure we have compiled_prep
file: path=/var/tmp/artifacts/python_dashing/compiled_prep state=directory
- n... | Make sure we have compiled_prep | Make sure we have compiled_prep
| YAML | mit | realestate-com-au/python-dashing-deploy,realestate-com-au/dashmat-deploy,realestate-com-au/dashmat-deploy,realestate-com-au/python-dashing-deploy,realestate-com-au/dashmat-deploy,realestate-com-au/python-dashing-deploy |
a02250db61591bb26c949ba578ad5697369653f6 | devtools/conda-recipe/meta.yaml | devtools/conda-recipe/meta.yaml | package:
name: yank-dev
version: !!str 0.0.0
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- cython
- numpy
- scipy
- setuptools
- netcdf4
- openmm-dev
- openmmtools
- pymbar ==2.1.0b0
- ambermini
- docopt
- openmoltools
- jinja2
... | package:
name: yank-dev
version: !!str 0.0.0
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- cython
- numpy
- scipy
- setuptools
- netcdf4
- openmm-dev
- openmmtools
- pymbar ==2.1.0b0
- ambermini
- docopt
- openmoltools
- jinja2
... | Increment test process timeout to 500 seconds. | Increment test process timeout to 500 seconds.
| YAML | mit | andrrizzi/yank,choderalab/yank,choderalab/yank,andrrizzi/yank,andrrizzi/yank |
69e7347acee9c3c221449b0afb99f44913cc8d57 | manifests/cf-manifest/operations.d/020-bosh-set-stemcells.yml | manifests/cf-manifest/operations.d/020-bosh-set-stemcells.yml | ---
- type: replace
path: /stemcells
value:
- alias: "3468"
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: "3468.28"
- alias: default
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: "3541.12"
| ---
- type: replace
path: /stemcells
value:
- alias: "3468"
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: "3468.30"
- alias: default
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: "3541.12"
| Upgrade legacy stemcell version to 3468.30 | Upgrade legacy stemcell version to 3468.30
We want to use the latest stemcell version to have the latest security patches.
| YAML | mit | alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf |
6eaad71b09d3bba759a4efcd61c306bd4d138119 | packages/in/include-file.yaml | packages/in/include-file.yaml | homepage: ''
changelog-type: ''
hash: 26eef99bb1816b2cb6b033e8d43bb964c19f8d3483e93bb950b7d9e90226671f
test-bench-deps:
bytestring: -any
include-file: -any
base: ==4.*
criterion: -any
maintainer: dhelta.diaz@gmail.com
synopsis: Inclusion of files in executables at compile-time.
changelog: ''
basic-deps:
bytes... | homepage: ''
changelog-type: ''
hash: 0f027a165711b0b2961d1130f137bdf03bf5d9123ec6b61b0e6ed6a4fe8ad82c
test-bench-deps:
bytestring: -any
include-file: -any
base: ==4.*
criterion: -any
maintainer: dhelta.diaz@gmail.com
synopsis: Inclusion of files in executables at compile-time.
changelog: ''
basic-deps:
bytes... | Update from Hackage at 2019-02-07T08:32:36Z | Update from Hackage at 2019-02-07T08:32:36Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4c6fee15577fcabd4389f4cfce6b3c7f4be91e74 | packages/grow-project/boilerplate/bundles/site/site.yaml | packages/grow-project/boilerplate/bundles/site/site.yaml | #-------------------------------------
#-- Site
#-------------------------------------
#-- Output paths (relative to nwayo folder) and output url
output:
konstan: ../../../test/fixtures/build
build: ../../../test/fixtures/build
url: /build
#-- Assets
assets:
components:
- common
- form
- si... | #-------------------------------------
#-- Site
#-------------------------------------
#-- Output paths (relative to nwayo folder) and output url
output:
konstan: ../../../test/fixtures/build
build: ../../../test/fixtures/build
url: /build
#-- Assets
assets:
components:
- common
- form
- si... | Allow Babel on all '@absolunet/*' packages | Allow Babel on all '@absolunet/*' packages
| YAML | mit | absolunet/nwayo,absolunet/nwayo,absolunet/nwayo |
8c2a147bfe39d2934eb733e8dc7bfaf3d6516a51 | .github/workflows/build-test-deploy.yml | .github/workflows/build-test-deploy.yml | name: Build/Test/Deploy
on:
push:
pull_request:
# tags:
# - v[0-9]+.[0-9]+.[0-9]+
# - v[0-9]+.[0-9]+.[0-9]+.[0-9]+
jobs:
run-scripts:
runs-on: ubuntu-latest
strategy:
matrix:
image: ['centos:centos7']
components: ['udt,myproxy,ssh', 'gram5']
steps:
-... | name: Build/Test/Deploy
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+.[0-9]+
pull_request:
jobs:
run-scripts:
runs-on: ubuntu-latest
strategy:
matrix:
image: ['centos:centos7']
components: ['udt,myproxy,ssh', 'gram5']
steps:
- uses:... | Remove comments for tags and rename ssh | Remove comments for tags and rename ssh
Rename ssh step
| YAML | apache-2.0 | gridcf/gct,gridcf/gct,gridcf/gct,gridcf/gct,gridcf/gct,gridcf/gct |
a8401304c94ca3da7a5fee5949fd1dc316db8e6b | metadata/com.vedroid.events.yml | metadata/com.vedroid.events.yml | Categories:
- Time
License: GPL-3.0-or-later
AuthorName: Alexander Shuklin
AuthorEmail: jasuramme@gmail.com
SourceCode: https://gitlab.com/jasuramme/vedroid-events
IssueTracker: https://gitlab.com/jasuramme/vedroid-events/-/issues
AutoName: Birthdays and events remainder
RepoType: git
Repo: https://gitlab.com/jasur... | Categories:
- Time
License: GPL-3.0-or-later
AuthorName: Alexander Shuklin
AuthorEmail: jasuramme@gmail.com
SourceCode: https://gitlab.com/jasuramme/vedroid-events
IssueTracker: https://gitlab.com/jasuramme/vedroid-events/-/issues
AutoName: Vedroid Events
RepoType: git
Repo: https://gitlab.com/jasuramme/vedroid-eve... | Set autoname of Vedroid Events | Set autoname of Vedroid Events
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
66cdaa21e4b2b36a5ae1b7b4400d10462c9cb58e | config/interface_elements/energy/energy_heat_production.yml | config/interface_elements/energy/energy_heat_production.yml | key: energy_heat_production
groups:
- header: energy_renewable_heat
items:
- key: input_energy_heater_for_heat_network_wood_pellets_production
unit: 'TJ'
- key: input_energy_heater_for_heat_network_geothermal_production
unit: 'TJ'
- key: input_energy_heater_for_heat_network_waste... | key: energy_heat_production
groups:
- header: energy_renewable_heat
items:
- key: input_energy_heater_for_heat_network_wood_pellets_production
unit: 'TJ'
- key: input_energy_heater_for_heat_network_geothermal_production
unit: 'TJ'
- key: input_energy_heater_for_heat_network_waste... | Remove heat network loss interface element | Remove heat network loss interface element
Heat network losses are now calculated based on parent values
| YAML | mit | quintel/etlocal,quintel/etlocal,quintel/etlocal |
03ca7860465152778309449058cf3cad70dbef46 | packages/un/uniform-pair.yaml | packages/un/uniform-pair.yaml | homepage: https://github.com/conal/uniform-pair/
changelog-type: text
hash: ef8d37acec899d89697d1637aa29f5c40cdec538a42c87de8158e2b76c9015b8
test-bench-deps: {}
maintainer: conal@conal.net
synopsis: Uniform pairs with class instances
changelog: ! '0.1.5:
* Derives Eq & Ord. Thanks to George Wilson.
0.1.4:
... | homepage: https://github.com/conal/uniform-pair/
changelog-type: text
hash: e374bc7bbe83fb2cc8bb899c0d9b058158d4a3c3ff4f7278b97d7fb6113f5822
test-bench-deps: {}
maintainer: conal@conal.net
synopsis: Uniform pairs with class instances
changelog: ! '0.1.5:
* Derives Eq & Ord. Thanks to George Wilson.
0.1.4:
... | Update from Hackage at 2015-08-27T16:38:40+0000 | Update from Hackage at 2015-08-27T16:38:40+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
651ca179bbb81fb06c1b822b5108a027217ebc79 | config/jobs/image-pushing/k8s-staging-seccomp-operator.yaml | config/jobs/image-pushing/k8s-staging-seccomp-operator.yaml | postsubmits:
kubernetes-sigs/security-profiles-operator:
- name: post-security-profiles-operator-push-image
cluster: k8s-infra-prow-build-trusted
decorate: true
always_run: true
branches:
- ^master$
spec:
serviceAccountName: gcb-builder
containers:
-... | postsubmits:
kubernetes-sigs/security-profiles-operator:
- name: post-security-profiles-operator-push-image
cluster: k8s-infra-prow-build-trusted
decorate: true
always_run: true
branches:
- ^master$
spec:
serviceAccountName: gcb-builder
containers:
-... | Fix security-profiles-operator image pushing bucket | Fix security-profiles-operator image pushing bucket
We changed the bucket name to shorthand `security-profile` to `sp` to
fix the name length limitation. This is now reflected here, too.
Signed-off-by: Sascha Grunert <70ab469ddb2ac3e35f32ed7c2fd1cca514b2e879@suse.com>
| YAML | apache-2.0 | monopole/test-infra,brahmaroutu/test-infra,monopole/test-infra,brahmaroutu/test-infra,jessfraz/test-infra,dims/test-infra,cblecker/test-infra,brahmaroutu/test-infra,michelle192837/test-infra,BenTheElder/test-infra,BenTheElder/test-infra,BenTheElder/test-infra,cjwagner/test-infra,BenTheElder/test-infra,monopole/test-inf... |
e4dcb15bcb3996730fb4879a9c38944af16db969 | docs/foliant.yml | docs/foliant.yml | title: &title Foliant
slug: foliant-docs
chapters:
- index.md
- installation.md
- docker.md
- Backends:
- MkDocs: backends/mkdocs.md
- backends/pandoc.md
- Preprocessors:
- preprocessors/blockdiag.md
- preprocessors/flags.md
- preprocessors/flatten.md
- preprocessors/includes.md
- C... | title: &title Foliant
slug: foliant-docs
chapters:
- index.md
- installation.md
- docker.md
- Backends:
- MkDocs: backends/mkdocs.md
- backends/pandoc.md
- Preprocessors:
- preprocessors/blockdiag.md
- preprocessors/flags.md
- preprocessors/flatten.md
- preprocessors/includes.md
- C... | Modify the pdf path for GitHub Pages. | Docs: Modify the pdf path for GitHub Pages.
| YAML | mit | foliant-docs/foliant |
0b38c3ba6fb605a38f3b7201d59e5985b238d368 | hieradata_aws/class/staging/account_api_db_admin.yaml | hieradata_aws/class/staging/account_api_db_admin.yaml | # govuk_env_sync::tasks:
# "push_account_api_production_daily":
# ensure: "present"
# hour: "5"
# minute: "0"
# action: "push"
# dbms: "postgresql"
# storagebackend: "s3"
# database: "account-api_production"
# database_hostname: "account-api-postgres"
# temppath: "/tmp/account_api_... | govuk_env_sync::tasks:
"push_account_api_production_daily":
ensure: "present"
hour: "5"
minute: "0"
action: "push"
dbms: "postgresql"
storagebackend: "s3"
database: "account-api_production"
database_hostname: "account-api-postgres"
temppath: "/tmp/account_api_production"
url: "... | Enable database push job for account-api in staging | Enable database push job for account-api in staging
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
09b325ee4b0b1eddaa91067ea7b63be969be7f7f | recipes/traja/meta.yaml | recipes/traja/meta.yaml | {% set name = "traja" %}
{% set version = "0.0.8" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 873c671ccb48a79b1e6e48c70ab9b43819f96241bb339aabacc1ed2e6afd3896
build:
number: 0
s... | {% set name = "traja" %}
{% set version = "0.0.8" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 873c671ccb48a79b1e6e48c70ab9b43819f96241bb339aabacc1ed2e6afd3896
build:
number: 0
s... | Revert to noarch, allow windows build | Revert to noarch, allow windows build
| YAML | bsd-3-clause | hadim/staged-recipes,chrisburr/staged-recipes,ReimarBauer/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,mcs07/staged-recipes,synapticarbors/staged-recipes,basnijholt/staged-recipes,goanpeca/staged-recipes,chrisburr/staged-recipes,petrushy/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-reci... |
032d17dfddfe01928696691d7642905c8fa1b529 | reference_playbook.yaml | reference_playbook.yaml | ---
# Playbook owned by group inception
group: inception
# This playbook is clearly awesome:
name: Simple playbook
# This playbook executes **two** sequences of steps for this
# release:
execution:
################################################################
# Sequence 1
###################################... | ---
# Playbook owned by group inception
group: inception
# This playbook is clearly awesome:
name: Simple playbook
# This playbook executes **two** sequences of steps for this
# release:
execution:
################################################################
# Sequence 1
###################################... | Fix extra '.' character in reference playbook. | Fix extra '.' character in reference playbook.
| YAML | apache-2.0 | RHInception/re-docs,RHInception/re-docs |
d149259d33e1e3dffb51cbaee1fc3e8ab6071648 | data/common.yaml | data/common.yaml | ---
python::prefix: /opt
python::user: "%{::id}"
python::pyenv::ensure: v20141012
python::pyenv::prefix: "%{hiera('python::prefix')}/pyenv"
python::pyenv::source: yyuu/pyenv
python::pyenv::user: "%{hiera('python::user')}"
python::pyenv::plugins:
pyenv-pip-rehash:
ensure: v0.0.4
source: yyu... | ---
python::prefix: /opt
python::user: "%{::id}"
python::pyenv::ensure: v20151006
python::pyenv::prefix: "%{hiera('python::prefix')}/pyenv"
python::pyenv::source: yyuu/pyenv
python::pyenv::user: "%{hiera('python::user')}"
python::pyenv::plugins:
pyenv-virtualenv:
ensure: v20151006
source: ... | Remove pyenv-pip-rehash, and update the python version aliases | Remove pyenv-pip-rehash, and update the python version aliases
| YAML | mit | jamieconnolly/puppet-python,jamieconnolly/puppet-python,jamieconnolly/puppet-python |
14cd2a0c6819898d822949b7f608d3e419c4b9ab | packages/io/io-string-like.yaml | packages/io/io-string-like.yaml | homepage: https://github.com/clintonmead/io-string-like#readme
changelog-type: ''
hash: 465556f0a957792e150eaf6ed0413ae417d5a868910e7e1329737828af6820e0
test-bench-deps: {}
maintainer: clintonmead@gmail.com
synopsis: Classes to handle Prelude style IO functions for different datatypes
changelog: ''
basic-deps:
bytest... | homepage: https://github.com/clintonmead/io-string-like#readme
changelog-type: ''
hash: 260e100388045236b99dad891bb6a0e0fe02171cc734b8dcf21d68290cfec93a
test-bench-deps: {}
maintainer: clintonmead@gmail.com
synopsis: Classes to handle Prelude style IO functions for different datatypes
changelog: ''
basic-deps:
bytest... | Update from Hackage at 2018-09-30T22:49:51Z | Update from Hackage at 2018-09-30T22:49:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b81fdc12760d1f87e25e37dc836aa71f04fb6ca9 | .github/workflows/automerge.yml | .github/workflows/automerge.yml | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'MySQL tests'
- 'PostgreSQL tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ub... | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'MySQL tests'
- 'PostgreSQL tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ub... | Bump ridedott/merge-me-action from 2.9.12 to 2.9.13 | Bump ridedott/merge-me-action from 2.9.12 to 2.9.13
| YAML | mit | fizyk/pyramid_fullauth |
d9c32219179beaa4c901943df5a99b3f4cf96784 | recipes/triqs_cthyb/meta.yaml | recipes/triqs_cthyb/meta.yaml | {% set version = "2.2.1" %}
package:
name: triqs_cthyb
version: {{ version }}
source:
url: https://github.com/TRIQS/cthyb/releases/download/{{ version }}/cthyb-{{ version }}.tar.gz
sha256: de78b39a354c0e1344987c26403919c23611635ab3d75620aa01bd5b06431bdc
build:
number: 0
skip: True # [win or py>30]
requ... | {% set version = "2.2.1" %}
package:
name: triqs_cthyb
version: {{ version }}
source:
url: https://github.com/TRIQS/cthyb/releases/download/{{ version }}/cthyb-{{ version }}.tar.gz
sha256: de78b39a354c0e1344987c26403919c23611635ab3d75620aa01bd5b06431bdc
build:
number: 0
skip: True # [win or py>30]
requ... | Add liblapack to run/host deps | Add liblapack to run/host deps
| YAML | bsd-3-clause | birdsarah/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,Juanlu001/staged-recipes,chrisburr/staged-recipes,conda-forge/staged-recipes,stuertz/staged-recipes,chrisburr/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,as... |
e05cebdd49ca97065ccadb058296d0185fd3ac0d | recipes/friendly-styles/meta.yaml | recipes/friendly-styles/meta.yaml | {% set name = "friendly-styles" %}
{% set version = "0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/friendly_styles-{{ version }}.tar.gz
sha256: 4babd7780f69863766773f1f7f9f0c4e2f5ba0ce124407255ba15d0dd6858c6b
build:
num... | {% set name = "friendly-styles" %}
{% set version = "0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/friendly_styles-{{ version }}.tar.gz
sha256: 4babd7780f69863766773f1f7f9f0c4e2f5ba0ce124407255ba15d0dd6858c6b
build:
num... | Remove pygmants from test requirements | Remove pygmants from test requirements
| YAML | bsd-3-clause | hadim/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,stuertz/staged-recipes,goanpeca/staged... |
01b2fd9d32bbe9ec5e6dad19d948b418de758ca3 | 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
sdk:
sdk: '>=1.0.0 <2.0.0'
description: A Chrome app based development environment.
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
ace: '>=0.2.0 <0.3.0'
analyzer: '>=0.10.1 <0.11.0'
arc... | name: spark
author: Chrome Team <apps-dev@chromium.org>
version: 0.1.4-dev
homepage: https://github.com/GoogleChrome/spark
sdk:
sdk: '>=1.0.0 <2.0.0'
description: A Chrome app based development environment.
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
ace: '>=0.2.0 <0.3.0'
analyzer: '>=0.10.1 <0.11.0'
arc... | Remove serialization package as dependency. | Remove serialization package as dependency.
| YAML | bsd-3-clause | modulexcite/chromedeveditor,vivalaralstin/chromedeveditor,hxddh/chromedeveditor,valmzetvn/chromedeveditor,modulexcite/chromedeveditor,beaufortfrancois/chromedeveditor,b0dh1sattva/chromedeveditor,beaufortfrancois/chromedeveditor,devoncarew/spark,hxddh/chromedeveditor,ussuri/chromedeveditor,valmzetvn/chromedeveditor,2947... |
400fac77c9c366b272498fb5ea490939d9656ec6 | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: Build, Test, Integration Test
on: [push]
jobs:
test-build-integration-test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16, 17]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
... | name: Build, Test, Integration Test
on: [push]
jobs:
test-build-integration-test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 17]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
n... | Remove Node 12 from GitHub actions | Remove Node 12 from GitHub actions
| YAML | mit | xcv58/Tab-Manager-v2,xcv58/Tab-Manager-v2,xcv58/Tab-Manager-v2,xcv58/Tab-Manager-v2 |
12566a59311777915fa0399088034d1da7103ee0 | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,15.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-ver... | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-ver... | Build with Node.js 16 on GitHub Actions. | Build with Node.js 16 on GitHub Actions.
| YAML | mit | bigeasy/reactor |
6c8cebd5d0a8cd443d2c1d48ebd00a3d1c552b7d | .github/workflows/weekly.yml | .github/workflows/weekly.yml | ---
name: stratis-cli weekly
# yamllint disable-line rule:truthy
on:
schedule:
- cron: 25 3 * * 4
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
next-fedora-python-checks:
continue-on-error: true
strategy:
matrix:
include:
# PYTHON ... | ---
name: stratis-cli weekly
# yamllint disable-line rule:truthy
on:
schedule:
- cron: 25 3 * * 4
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
next-fedora-python-checks:
continue-on-error: true
strategy:
matrix:
include:
# PYTHON ... | Advance next development environment to Fedora 37 | Advance next development environment to Fedora 37
Signed-off-by: Bryan Gurney <94498243b15882748b18aec9e6dc02da713818c8@redhat.com>
| YAML | apache-2.0 | stratis-storage/stratis-cli,stratis-storage/stratis-cli |
dfdf3efb3f3ecfbe9822a978fb318d66dbc8e936 | ansible/roles/grafana/handlers/main.yml | ansible/roles/grafana/handlers/main.yml | ---
- name: Restart grafana container
vars:
service_name: "grafana"
service: "{{ grafana_services[service_name] }}"
config_json: "{{ grafana_config_jsons.results|selectattr('item.key', 'equalto', service_name)|first }}"
grafana_conf: "{{ grafana_confs.results|selectattr('item.key', 'equalto', service_... | ---
- name: Restart grafana container
vars:
service_name: "grafana"
service: "{{ grafana_services[service_name] }}"
config_json: "{{ grafana_config_jsons.results|selectattr('item.key', 'equalto', service_name)|first }}"
grafana_conf: "{{ grafana_confs.results|selectattr('item.key', 'equalto', service_... | Fix error during Grafana container restart | Fix error during Grafana container restart
grafana_ini file used in test condition doesn't exists,
use grafana_conf file instead.
Change-Id: Id5dca94aed98b0d6cf6c4f841e7380f8b8154416
Closes-Bug: #1673932
| YAML | apache-2.0 | dardelean/kolla-ansible,dardelean/kolla-ansible,dardelean/kolla-ansible |
7aa95610e2be0cc82a9c2a1440d93b5935c91299 | azure-pipelines.yml | azure-pipelines.yml | # ASP.NET Core (.NET Framework)
# Build and test ASP.NET Core projects targeting the full .NET Framework.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger:
- develop
pool:
vmImage: 'windows-latest'
variables:
solut... | # ASP.NET Core (.NET Framework)
# Build and test ASP.NET Core projects targeting the full .NET Framework.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger:
- master
pool:
vmImage: 'windows-latest'
variables:
soluti... | Change branch in azure pipelines | Change branch in azure pipelines
| YAML | mit | WorkMaze/JUST.net |
dedb37207614a5ebacd3a4c485e0aff0d8252565 | azure-pipelines.yml | azure-pipelines.yml | name: $(BuildID)
resources:
repositories:
- repository: apt
type: github
name: futagoza/apt
endpoint: futagoza
variables:
- group: 'env-variables'
jobs:
- template: eslint.yml@apt
- template: node-test.yml@apt
parameters:
node_version: 6.x
after:
- script: yarn coverage
... | name: $(BuildID)
resources:
repositories:
- repository: apt
type: github
name: futagoza/apt
endpoint: futagoza
variables:
- group: 'env-variables'
jobs:
- template: eslint.yml@apt
- template: node-test.yml@apt
parameters:
node_version: 6.x
after:
- script: yarn coverage
... | Add displayName for coverage step | Pipelines: Add displayName for coverage step
| YAML | mit | pegjs/pegjs,pegjs/pegjs |
b523548389870229a6b345d322cf910b929a8548 | mkdocs.yml | mkdocs.yml | site_name: diozero
site_url: http://rtd.diozero.com
site_description: Device I/O abstraction library written in Java
site_author: Matt Lewis
repo_url: https://github.com/mattjlewis/diozero
pages:
- Home: 'index.md'
- Devices:
- 'API': 'API.md'
- 'Input Devices': 'InputDevices.md'
- 'Output Dev... | site_name: diozero
site_url: http://rtd.diozero.com
site_description: Device I/O abstraction library written in Java
site_author: Matt Lewis
repo_url: https://github.com/mattjlewis/diozero
pages:
- Home: 'index.md'
- Devices:
- 'API': 'API.md'
- 'Input Devices': 'InputDevices.md'
- 'Output Dev... | Remove BBB config from pages | Remove BBB config from pages | YAML | mit | mattjlewis/diozero,mattjlewis/diozero,mattjlewis/diozero,mattjlewis/diozero |
b732fe2ba49b5a265c15d5e98756dc0c5544cfbd | .gitlab-ci.yml | .gitlab-ci.yml | test-dash:
image: ubuntu:latest
script:
- dash -c ". $PWD/.config/sh/init.sh"
- dash -c ". $PWD/.profile"
test-bash:
image: ubuntu:latest
script:
- dash -c ". $PWD/.config/sh/init.sh"
- bash -c ". $PWD/.bashrc"
- bash -c ". $PWD/.profile"
test-zsh:
image: zshusers/zsh
script:
- das... | test-ubuntu:
image: ubuntu:latest
script:
- dash -c ". $PWD/.config/sh/init.sh"
- dash -c ". $PWD/.profile"
- bash -c ". $PWD/.config/sh/init.sh"
- bash -c ". $PWD/.bashrc"
- bash -c ". $PWD/.profile"
test-zsh:
image: zshusers/zsh
script:
- zsh -c ". $PWD/.config/sh/init.sh"
- zsh -... | Optimize cost of running pipeline | Optimize cost of running pipeline
| YAML | mit | nl253/Dot-files,nl253/Dot-files |
1e98511d19ffa98df6ae85c70e29598c74e2be4d | recipes/ghc-bootstrap/meta.yaml | recipes/ghc-bootstrap/meta.yaml | {% set name = "ghc-bootstrap" %}
{% set version = "8.2.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
- url: https://downloads.haskell.org/~ghc/{{ version }}/ghc-{{ version }}-x86_64-deb7-linux.tar.xz
sha256: "cd7afbca54edf9890da9f432c63366556246c85c1198e40c99df5af01c555834"
build:
... | {% set name = "ghc-bootstrap" %}
{% set version = "8.2.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
- url: https://downloads.haskell.org/~ghc/{{ version }}/ghc-{{ version }}-x86_64-deb7-linux.tar.xz
sha256: "cd7afbca54edf9890da9f432c63366556246c85c1198e40c99df5af01c555834"
build:
... | Remove compiler and binutils from host section | Remove compiler and binutils from host section
| YAML | bsd-3-clause | kwilcox/staged-recipes,mcs07/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,basnijholt/staged-recipes,conda-forge/staged-recipes,jjhelmus/staged-recipes,jjhelmus/staged-recipes,dschreij/staged-recipes,mariusvniekerk/staged-recipes,petrushy/staged-recipes,igor... |
598cf86e40c1fd56cc2421d1e804aa4327030a36 | metadata/com.github.dawidd6.andttt.yml | metadata/com.github.dawidd6.andttt.yml | Categories:
- Games
License: MIT
SourceCode: https://github.com/dawidd6/andttt
IssueTracker: https://github.com/dawidd6/andttt/issues
Changelog: https://gitlab.com/dawidd6/andttt/releases
AutoName: AndTTT
Description: Tic-tac-toe game with various game modes. It includes animations and
night-mode.
RepoType: git... | Categories:
- Games
License: MIT
SourceCode: https://github.com/dawidd6/andttt
IssueTracker: https://github.com/dawidd6/andttt/issues
Changelog: https://gitlab.com/dawidd6/andttt/releases
AutoName: AndTTT
Description: Tic-tac-toe game with various game modes. It includes animations and
night-mode.
RepoType: git... | Update AndTTT to 0.6.5 (65) | Update AndTTT to 0.6.5 (65)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
6e9ecf2dbba51379679f3b886976e5fd93936be2 | test-integration/commands.yml | test-integration/commands.yml | - description: Command init should create template files
command: ../../../../../bin/datagen init
exitcode: 0
output: 'Creating example template files: header, segment, footer'
- description: Command gen should default to 1 worker
command: ../../../../../bin/datagen gen
exitcode: 0
output: Start worker 1\n... | - description: Command help should display help information
command: ../../../../../bin/datagen --help
exitcode: 0
output: 'Usage: datagen'
- description: Command init should create template files
command: ../../../../../bin/datagen init
exitcode: 0
output: 'Creating example template files: header, segment... | Add test for help menu. | Add test for help menu.
| YAML | mit | cliffano/datagen |
86894c5f44c9c2812dff08eac3a79cccf17035f2 | packages/ca/cabal-test-quickcheck.yaml | packages/ca/cabal-test-quickcheck.yaml | homepage: https://github.com/zmthy/cabal-test-quickcheck
changelog-type: ''
hash: 6657b678b045f5384d042a2f96645699ae3a459c39515b96459b35ab0da206e7
test-bench-deps: {}
maintainer: Timothy Jones <tim@zmthy.net>
synopsis: QuickCheck for Cabal
changelog: ''
basic-deps:
Cabal: ! '>=1.16 && <2.3'
base: ! '>=4.6 && <4.12'... | homepage: https://github.com/zmthy/cabal-test-quickcheck
changelog-type: ''
hash: 1416086371e065f8eb34a6a203e300f1b276255137f0f39a9c71abce699e8f6e
test-bench-deps: {}
maintainer: Timothy Jones <tim@zmthy.net>
synopsis: QuickCheck for Cabal
changelog: ''
basic-deps:
Cabal: ! '>=1.16 && <2.5'
base: ! '>=4.6 && <4.13'... | Update from Hackage at 2018-10-29T17:52:48Z | Update from Hackage at 2018-10-29T17:52:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5a4d37deb2ede048e261183f89d8036d440bf05d | themes/codeforokc/_config.yml | themes/codeforokc/_config.yml | # Header
menu:
Home: /
Meetings: http://www.meetup.com/Code-for-OKC/
Forum: https://groups.google.com/d/forum/code-for-okc/
Archives: /archives
rss: /atom.xml
# Content
excerpt_link: Read More
fancybox: false
# Miscellaneous
google_analytics:
favicon: /favicon.png
| # Header
menu:
Home: /
Meetings: http://www.meetup.com/Code-for-OKC/
Forum: https://github.com/codeforokc/discussions
Archives: /archives
rss: /atom.xml
# Content
excerpt_link: Read More
fancybox: false
# Miscellaneous
google_analytics:
favicon: /favicon.png
| Update to point to github for discussions | Update to point to github for discussions
| YAML | mit | codeforokc/codeforokc,codeforokc/codeforokc |
3d2f087f77b85c9386802f0e7f0416434d62c9cb | metadata/mf.asciitext.lite.yml | metadata/mf.asciitext.lite.yml | Categories:
- Writing
License: MIT
AuthorName: Mobile First OSS
AuthorEmail: hello@mobilefirst.me
AuthorWebSite: https://oss.mobilefirst.me/
SourceCode: https://github.com/MobileFirstLLC/irregular-expressions
IssueTracker: https://github.com/MobileFirstLLC/irregular-expressions/issues
AutoName: Irregular Expressions... | Categories:
- Writing
License: MIT
AuthorName: Mobile First OSS
AuthorEmail: hello@mobilefirst.me
AuthorWebSite: https://oss.mobilefirst.me/
SourceCode: https://github.com/MobileFirstLLC/irregular-expressions
IssueTracker: https://github.com/MobileFirstLLC/irregular-expressions/issues
AutoName: Irregular Expressions... | Update Irregular Expressions to 2.6.0 (15) | Update Irregular Expressions to 2.6.0 (15)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
069b44b6170a47e970ee1872e4e632a2448aac82 | test/docker-compose.yml | test/docker-compose.yml | version: '3'
services:
mongodb:
image: mongo:latest
environment:
- MONGO_DATA_DIR=/data/db
- MONGO_LOG_DIR=/dev/null
- MONGODB_DBNAME=eae
command: mongod --smallfiles --logpath=/dev/null # --quiet
ports:
- 27017:27017
swift:
image: bouncestorage/swift-aio
ports:
... | version: '3'
services:
mongodb:
image: mongo:latest
environment:
- MONGO_DATA_DIR=/data/db
- MONGO_LOG_DIR=/dev/null
- MONGODB_DBNAME=eae
command: mongod --smallfiles --logpath=/dev/null # --quiet
ports:
- 27017:27017
swift:
image: bouncestorage/swift-aio
ports:
... | Test docker container links to mongdb and swift containers | Test docker container links to mongdb and swift containers
| YAML | mit | dsi-icl/eae-compute,dsi-icl/eae-compute,dsi-icl/eae-compute |
a53d9c3618a79214a277d70ca9d62c9468ab3d7b | .github/workflows/gh-pages.yml | .github/workflows/gh-pages.yml | name: GitHub Pages
on:
push:
branches:
- master
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- name: Build
shell: bash
run: |
cd $GITHUB_WORKSPACE/tools... | name: GitHub Pages
on:
push:
branches:
- master
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- name: Build
shell: bash
run: |
cd $GITHUB_WORKSPACE/tools... | Copy the generated files to `public'. | Copy the generated files to `public'.
| YAML | mit | msteinbeck/tinyspline,msteinbeck/tinyspline,msteinbeck/tinyspline,msteinbeck/tinyspline,msteinbeck/tinyspline,msteinbeck/tinyspline,msteinbeck/tinyspline,msteinbeck/tinyspline |
51285ff52b31946e02e5ec826e2e4ea908ad85f5 | resources/docs/GitHub_page/_config.yml | resources/docs/GitHub_page/_config.yml | # Site settings
title: Export Layers
description: "GIMP plug-in that exports layers as separate images"
baseurl: "/gimp-plugin-export-layers"
url: "https://khalim19.github.io"
repository: "khalim19/gimp-plugin-export-layers"
github_username: "{% include-config "AUTHOR_NAME" %}"
email: "{% include-config "AUTHOR_CONTACT... | # Site settings
title: Export Layers
description: "GIMP plug-in that exports layers as separate images"
baseurl: "/gimp-plugin-export-layers"
url: "https://khalim19.github.io"
repository: "khalim19/gimp-plugin-export-layers"
github_username: "{% include-config "AUTHOR_NAME" %}"
email: "{% include-config "AUTHOR_CONTACT... | Make releast date for latest version configurable | docs.GitHub_page: Make releast date for latest version configurable
| YAML | bsd-3-clause | khalim19/gimp-plugin-export-layers,khalim19/gimp-plugin-export-layers |
00adb357a384b7273b51990c3e7809be59227d2a | metadata/app.fedilab.nitterizemelite.yml | metadata/app.fedilab.nitterizemelite.yml | Categories:
- Internet
License: GPL-3.0-only
WebSite: https://fedilab.app/wiki/nitterizeme/
SourceCode: https://framagit.org/tom79/nitterizeme
IssueTracker: https://framagit.org/tom79/nitterizeme/issues
Translation: https://crowdin.com/project/nitterizeme
Changelog: https://framagit.org/tom79/nitterizeme/tags
Liberap... | Categories:
- Internet
License: GPL-3.0-only
WebSite: https://fedilab.app/wiki/nitterizeme/
SourceCode: https://framagit.org/tom79/nitterizeme
IssueTracker: https://framagit.org/tom79/nitterizeme/issues
Translation: https://crowdin.com/project/nitterizeme
Changelog: https://framagit.org/tom79/nitterizeme/tags
Liberap... | Update UntrackMe Lite to 1.11.0 (20) | Update UntrackMe Lite to 1.11.0 (20)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
96a98b7039a477abb48c9fad0fdb7464b6eacd2a | metadata/com.szchoiceway.aios.bridge.yml | metadata/com.szchoiceway.aios.bridge.yml | Categories:
- System
License: Apache-2.0
AuthorName: Tablet Radio
WebSite: https://github.com/tabletradio/altlauncher
SourceCode: https://github.com/tabletradio/altlauncher
IssueTracker: https://github.com/tabletradio/altlauncher/issues
AutoName: Alt Launcher
RepoType: git
Repo: https://github.com/tabletradio/altla... | Categories:
- System
License: Apache-2.0
AuthorName: Tablet Radio
WebSite: https://github.com/tabletradio/altlauncher
SourceCode: https://github.com/tabletradio/altlauncher
IssueTracker: https://github.com/tabletradio/altlauncher/issues
AutoName: Alt Launcher
RepoType: git
Repo: https://github.com/tabletradio/altla... | Update Alt Launcher to 1.0.6 (8) | Update Alt Launcher to 1.0.6 (8)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
6f7bff7b19589873df84d200bd664e384d4a8c40 | config/database.yml | config/database.yml | # SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#development:
# adapter: sqlite3
# database: db/development.sqlite3
# pool: 5
# timeout: 5000
development:
adapter: postgresql
encoding: unicode
host: localhost
database: merciedgar
poo... | # SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#development:
# adapter: sqlite3
# database: db/development.sqlite3
# pool: 5
# timeout: 5000
development:
adapter: postgresql
encoding: unicode
host: localhost
database: merciedgar
poo... | Delete useless environment because simply not used yet ... | CLEAN: Delete useless environment because simply not used yet ...
It seems to use the development environment to deploy on production.
| YAML | mit | rsareth/edgar,rsareth/edgar,rsareth/edgar,rsareth/edgar |
c08f9bedf8efb8574766ce67f4641b3f2be6b626 | src/Application/SillyCMSBundle/Resources/config/routing.yml | src/Application/SillyCMSBundle/Resources/config/routing.yml | edit:
pattern: /admin/edit
defaults:
_controller: SillyCMSBundle:Page:edit
save:
pattern: /admin/save
defaults:
_controller: SillyCMSBundle:Page:save
showHome:
pattern: /
defaults: { _controller: SillyCMSBundle:Page:show, slug: '' }
show:
pattern: /:slug
defaults: ... | edit:
pattern: /admin/edit
defaults:
_controller: SillyCMSBundle:Page:edit
save:
pattern: /admin/save
defaults:
_controller: SillyCMSBundle:Page:save
showHome:
pattern: /
defaults: { _controller: SillyCMSBundle:Page:show, slug: '' }
show:
pattern: /:slug
defaults: ... | Allow slashes in slugs. Just needed requirements that permitted it | Allow slashes in slugs. Just needed requirements that permitted it
| YAML | mit | boutell/SillyCMS,boutell/SillyCMS |
2d6185761f1527a75aa721661cf264aa1db241a4 | roles/nginx/tasks/nginx_yum.yml | roles/nginx/tasks/nginx_yum.yml | ---
- name: Install dependencies for nginx
become: yes
yum:
name: libsemanage-python, libselinux-python
state: present
tags: nginx
- name: Add nginx key
become: yes
rpm_key:
key: http://nginx.org/keys/nginx_signing.key
state: present
tags: nginx
- name: Add nginx repos
become: yes
yum_... | ---
- name: Add nginx key
become: yes
rpm_key:
key: http://nginx.org/keys/nginx_signing.key
state: present
tags: nginx
- name: Add nginx repos
become: yes
yum_repository:
name: nginx
description: nginx repo
baseurl: http://nginx.org/packages/rhel/{{ ansible_distribution_major_version }}/x... | Adjust descriptions for SELinux-related tasks in nginx role | Adjust descriptions for SELinux-related tasks in nginx role
| YAML | apache-2.0 | StackStorm/ansible-st2,armab/ansible-st2 |
cd89654d0148ccccf3fe656a7eb53dadd13660bd | roles/nginx/tasks/nginx_yum.yml | roles/nginx/tasks/nginx_yum.yml | ---
- name: Add nginx key
become: yes
rpm_key:
key: http://nginx.org/keys/nginx_signing.key
state: present
tags: nginx
- name: Add nginx repos
become: yes
yum_repository:
name: nginx
description: nginx repo
baseurl: http://nginx.org/packages/rhel/{{ ansible_distribution_major_version }}/x... | ---
- name: Add nginx key
become: yes
rpm_key:
key: http://nginx.org/keys/nginx_signing.key
state: present
tags: nginx
- name: Add nginx repos
become: yes
yum_repository:
name: nginx
description: nginx repo
baseurl: http://nginx.org/packages/rhel/{{ ansible_distribution_major_version }}/x... | Remove default nginx site for EL | Remove default nginx site for EL
/etc/nginx/conf.d/default.conf can exist in some configurations
| YAML | apache-2.0 | StackStorm/ansible-st2,armab/ansible-st2 |
a4a04e355c149087f6e5c4bfa4d8d345b6b63f69 | prow_config.yaml | prow_config.yaml | # This file configures the workflows to trigger in our Prow jobs.
# see kubeflow/testing/py/run_e2e_workflow.py
python_paths:
# Need to place kubeflow/testing in front of kubeflow/testing so that the package can
# be correctly located.
- kubeflow/testing/py
- kubeflow/kfctl/py
workflows:
- py_func: kubeflow.k... | ## This file configures the workflows to trigger in our Prow jobs.
## see kubeflow/testing/py/run_e2e_workflow.py
python_paths:
# Need to place kubeflow/testing in front of kubeflow/testing so that the package can
# be correctly located.
- kubeflow/testing/py
- kubeflow/kfctl/py
workflows:
- py_func: kubeflow... | Disable kfctl e2e test because current manifests repo refactoring | Disable kfctl e2e test because current manifests repo refactoring
| YAML | apache-2.0 | kubeflow/kfctl,kubeflow/kfctl,kubeflow/kfctl |
478304fa14fa94199494d043cb109feb6667a8bb | samples/boot/oauth2login/src/main/resources/application.yml | samples/boot/oauth2login/src/main/resources/application.yml | server:
port: 8080
logging:
level:
root: INFO
org.springframework.web: INFO
org.springframework.security: INFO
# org.springframework.boot.autoconfigure: DEBUG
spring:
thymeleaf:
cache: false
security:
oauth2:
client:
registration:
google:
provider: go... | server:
port: 8080
logging:
level:
root: INFO
org.springframework.web: INFO
org.springframework.security: INFO
# org.springframework.boot.autoconfigure: DEBUG
spring:
thymeleaf:
cache: false
security:
oauth2:
client:
registration:
google:
client-id: y... | Remove redundant 'provider' property from oauth2Login sample config | Remove redundant 'provider' property from oauth2Login sample config
Fixes gh-4817
| YAML | apache-2.0 | thomasdarimont/spring-security,thomasdarimont/spring-security,thomasdarimont/spring-security,thomasdarimont/spring-security,thomasdarimont/spring-security |
227bb2008f7bc2e6a21d16b82de6a421718130a6 | config/cloud_crowd/staging/database.yml | config/cloud_crowd/staging/database.yml | # This is a standard ActiveRecord database.yml file. You can configure it
# to use any database that ActiveRecord supports.
<% secrets = YAML.load_file('secrets/secrets.yml')[ENV['RAILS_ENV']] %>
:adapter: postgresql
:encoding: unicode
:schema_search_path: public
:pool: 5
timeout: 500
:username: <%= secrets['us... | # This is a standard ActiveRecord database.yml file. You can configure it
# to use any database that ActiveRecord supports.
<% secrets = YAML.load_file('secrets/secrets.yml')[ENV['RAILS_ENV']] %>
:adapter: postgresql
:encoding: unicode
:schema_search_path: public
:pool: 5
:timeout: 500
:username: <%= secrets['u... | Use yaml symbol syntax for pool timeout | Use yaml symbol syntax for pool timeout
| YAML | mit | moodpo/documentcloud,documentcloud/documentcloud,documentcloud/documentcloud,dannguyen/documentcloud,moodpo/documentcloud,moodpo/documentcloud,monofox/documentcloud,gunjanmodi/documentcloud,monofox/documentcloud,ivarvong/documentcloud,gunjanmodi/documentcloud,dannguyen/documentcloud,moodpo/documentcloud,Teino1978-Corp/... |
fd7a01e4b5f67e7011193b18e306ef822d30a78e | schema/BlockContent.schema.yaml | schema/BlockContent.schema.yaml | title: BlockContent
category: prose
description: Union type for valid block content.
anyOf:
- $ref: CodeBlock
- $ref: CodeChunk
- $ref: Collection
- $ref: Figure
- $ref: Heading
- $ref: List
- $ref: ListItem
- $ref: MathBlock
- $ref: Paragraph
- $ref: QuoteBlock
- $ref: Table
- $ref: ThematicBre... | title: BlockContent
category: prose
description: Union type for valid block content.
anyOf:
- $ref: Claim
- $ref: CodeBlock
- $ref: CodeChunk
- $ref: Collection
- $ref: Figure
- $ref: Heading
- $ref: List
- $ref: ListItem
- $ref: MathBlock
- $ref: Paragraph
- $ref: QuoteBlock
- $ref: Table
- $... | Add Claim to list of valid BlockContent elements | fix(Claim): Add Claim to list of valid BlockContent elements
| YAML | apache-2.0 | stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila |
0c094c3df9574cb057ccb65878f98f300d5b0a09 | packages/package_gfserver_35x1/.shed.yml | packages/package_gfserver_35x1/.shed.yml | categories:
- Tool Dependency Packages
description: installs ucsc application gfServer for running a blat service
name: package_gfsterver_35x1
owner: iuc
remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gfserver_35x1
type: tool_dependency_definition
| categories:
- Tool Dependency Packages
description: installs ucsc application gfServer for running a blat service
name: package_gfserver_35x1
owner: iuc
remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gfserver_35x1
type: tool_dependency_definition
| Fix typo in package name | Fix typo in package name
| YAML | mit | ieguinoa/tools-iuc,gvlproject/tools-iuc,nsoranzo/tools-iuc,pavanvidem/tools-iuc,bimbam23/tools-iuc,mvdbeek/tools-iuc,Delphine-L/tools-iuc,natefoo/tools-iuc,natefoo/tools-iuc,natefoo/tools-iuc,mvdbeek/tools-iuc,bimbam23/tools-iuc,galaxyproject/tools-iuc,dpryan79/tools-iuc,ASaiM/tools-iuc,SANBI-SA/tools-iuc,abretaud/tool... |
09cf034ca6988b3c7393ec2b5b2925e8574817fe | tools/slo-generator/tests/unit/fixtures/slo_prometheus.yaml | tools/slo-generator/tests/unit/fixtures/slo_prometheus.yaml | service_name: prometheus
feature_name: metrics
slo_name: errors
slo_description: Valid HTTP code for > 99.9% of HTTP requests
slo_target: 0.999
backend:
class: Prometheus
measurement:
expression: >
sum(rate(prometheus_http_requests_total{code=~"2..", handler="/metrics"}[window]))
/
sum(rate(pr... | service_name: prometheus
feature_name: metrics
slo_name: errors
slo_description: Valid HTTP code for > 99.9% of HTTP requests
slo_target: 0.999
backend:
class: Prometheus
url: http://localhost:9090
# Basic auth example (NGINX):
# headers:
# Content-Type: application/json
# Authorization: Basic b2s6cGFzc... | Add auth example to Prometheus SLO example | Add auth example to Prometheus SLO example
| YAML | apache-2.0 | CloudVLab/professional-services,CloudVLab/professional-services,GoogleCloudPlatform/professional-services,CloudVLab/professional-services,GoogleCloudPlatform/professional-services,GoogleCloudPlatform/professional-services,GoogleCloudPlatform/professional-services,GoogleCloudPlatform/professional-services,CloudVLab/prof... |
46ff5e08387f6bc3cde5d60545c446a039907479 | src/main/resources/plugin.yml | src/main/resources/plugin.yml | name: CrystalKills
main: com.crystalcraftmc.crystalkills.CrystalKills
version: ${version}
description: Show players how many kills they have.
authors: [jflory7, jwood9198, Jacc734]
commands:
crystalkills:
description: Shows a player how many players they killed.
aliases: [ck, ccmckills]
permission: cryst... | name: CrystalKills
main: com.crystalcraftmc.crystalkills.CrystalKills
version: ${version}
description: Show players how many kills they have.
authors: [jflory7, jwood9198, Jacc734]
commands:
crystalkills:
description: Shows a player how many players they killed.
aliases: [ck, ccmckills, kills]
| Remove perms - added indention to register cmd | Remove perms - added indention to register cmd | YAML | apache-2.0 | CrystalCraftMC/CrystalKills |
581bbad360d4c118f1d283aca81196baa27893f1 | src/main/resources/plugin.yml | src/main/resources/plugin.yml | name: MagicBungee
version: ${project.version}
authors: [NathanWolf]
main: com.elmakers.mine.bukkit.bungee.MagicBungeePlugin
commands:
server:
description: "Moves a player to another server"
usage: "server <player> <server>"
permission: Magic.commands.server
permissions:
Magic.commands.serv... | name: MagicBungee
version: ${project.version}
authors: [NathanWolf]
main: com.elmakers.mine.bukkit.bungee.MagicBungeePlugin
commands:
mserver:
description: "Moves a player to another server"
usage: "mserver <player> <server>"
permission: Magic.commands.mserver
permissions:
Magic.commands.m... | Change command to /mserver to not interfere with the basic /server command | Change command to /mserver to not interfere with the basic /server command
| YAML | mit | elBukkit/MagicBungee |
4d44198e5bc8d68cb90bbd9aebf1bf108c941432 | environment/at.map.yaml | environment/at.map.yaml | image:
trusty: 9d25fe2d-cf31-4b05-8c58-f238ec78e633
flavor:
small: 100
medium: 101
large: 102
networks:
default:
- d7c83218-276b-4e4c-8ed1-1165b44c3a44
| image:
trusty: 4c5427fc-fa6f-48fa-a528-5bd36bea3ae1
flavor:
small: 1
medium: 2
large: 3
networks:
default:
- 707e1858-4aff-456f-8a1f-3c8f6e00dd12
| Fix settings for staging environment | Fix settings for staging environment
| YAML | apache-2.0 | saneax/puppet-rjil,akash1808/puppet-rjil,devendermishrajio/puppet-rjil,akash1808/puppet-rjil,sajuptpm/puppet-rjil-temp,ajayaa/puppet-rjil,sajuptpm/puppet-rjil,anshprat/puppet-rjil,JioCloud/puppet-rjil-keystone,akash1808/puppet-rjil,vpramo/puppet-rjil,pandeyop/puppet-rjil,sorenh/puppet-rjil,sajuptpm/puppet-rjil-temp,hku... |
4fdd8571e5d2e66179339a6800f8519449e3ff67 | rpc_deployment/roles/cinder_backend_types/tasks/main.yml | rpc_deployment/roles/cinder_backend_types/tasks/main.yml | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Add retries for cinder get test | Add retries for cinder get test
This fails as the volume service takes >10 seconds to start.
Adding retries is better than increasing the delay as it prevents
unnecesary waiting.
Closes #353
| YAML | apache-2.0 | bunchc/openstack-ansible,BjoernT/os-ansible-deployment,os-cloud/os-ansible-deployment,stevelle/os-ansible-deployment,mattt416/ansible-lxc-rpc,yanyao/openstack-deployment,yanyao/openstack-deployment,hughsaunders/os-ansible-deployment,git-harry/os-ansible-deployment,cloudnull/os-ansible-deployment,BjoernT/os-ansible-depl... |
7763b80adca387d97310a47b1bdba843186b6014 | .circleci/config.yml | .circleci/config.yml | version: 2.1
executors:
default-executor:
docker:
- image: circleci/android:api-30-ndk
resource_class: large
environment:
_JAVA_OPTIONS: "-Xmx1500m -XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport -XX:ParallelGCThreads=2 -XX:ConcGCThreads=2 -XX:ParallelGCThreads=2 -Djava.util.concurr... | version: 2.1
executors:
default-executor:
docker:
- image: circleci/android:api-30-ndk
resource_class: large
environment:
_JAVA_OPTIONS: "-Xmx1500m -XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport -XX:ParallelGCThreads=2 -XX:ConcGCThreads=2 -XX:ParallelGCThreads=2 -Djava.util.concurr... | Revert D34818577: Remove checkout step | Revert D34818577: Remove checkout step
Differential Revision:
D34818577 (https://github.com/facebook/flipper/commit/16ab0b7148b76b11ff4bb3b4952ea98e68cc2878)
Original commit changeset: 1f34ab1d1830
Original Phabricator Diff: D34818577 (https://github.com/facebook/flipper/commit/16ab0b7148b76b11ff4bb3b4952ea98e68cc28... | YAML | mit | facebook/flipper,facebook/flipper,facebook/flipper,facebook/flipper,facebook/flipper,facebook/flipper,facebook/flipper,facebook/flipper,facebook/flipper,facebook/flipper,facebook/flipper |
191503fb3d0e744cb9cfbb414a39e95d8c9d5985 | .circleci/config.yml | .circleci/config.yml | version: 2.1
jobs:
build:
docker:
- image: circleci/ruby:2.5.8
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- gems-v2-{{ checksum "Gemfile.lock" }}
- gems-v2-
- run:
name: Force Bundler Version
comman... | version: 2.1
jobs:
build:
docker:
- image: circleci/ruby:2.5.8
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- gems-v2-{{ checksum "Gemfile.lock" }}
- gems-v2-
- run:
name: Force Bundler Version
comman... | Remove additional installation of bundler | Remove additional installation of bundler
| YAML | mit | learn-co/learn-test,learn-co/learn-test,learn-co/learn-test |
12a76645fe42e9fa30339c12f69d09b5c5f019a5 | .circleci/config.yml | .circleci/config.yml | # JavaScript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
jobs:
build:
docker:
- image: circleci/node:14.11
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restor... | # JavaScript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
jobs:
build:
docker:
- image: circleci/node:14.12
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restor... | Update circleci/node Docker tag to v14.12 | Update circleci/node Docker tag to v14.12
Signed-off-by: Renovate Bot <c71e7261d37a4f6ae4cfb0cbd79081310a237e67@renovateapp.com>
| YAML | mit | paazmaya/tozan |
5ea948a7f9824b61be371fff8720c8c9313a860a | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/node:7.10
working_directory: ~/tulsajs-movies
steps:
- checkout
# # Download and cache dependencies
... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/node:7.10
working_directory: ~/tulsajs-movies
steps:
- checkout
# # Download and cache dependencies
... | Switch to the `deploy` instead of `run` :shrug: | Switch to the `deploy` instead of `run` :shrug:
| YAML | mit | tulsajs/redux-workshop,tulsajs/redux-workshop |
8daa9e1139a35ae516a271fb3270b5e19f313635 | .circleci/config.yml | .circleci/config.yml | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.9.6@sha256:61c1806d7594b0bb3e5247709f6db770f3762ddf994545f1c172dc19924a0f7f
working_directory: ~/repo
steps:
- checko... | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.9.7@sha256:67999cc0f42f864fc730274a410c121e74b9f578cbd30fc8f2f3c6f4dfe26a68
working_directory: ~/repo
steps:
- checko... | Update circleci/python Docker tag to v3.9.7 | Update circleci/python Docker tag to v3.9.7
| YAML | bsd-3-clause | kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler |
332e92e2e457d5ba83e6bcb701020ffcbfd98253 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: node:12.16.3
steps:
- checkout
- restore_cache:
key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
key: yarn-{{... | version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: node:12.17.0
steps:
- checkout
- restore_cache:
key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
paths:
- node_modules
key: yarn-{{... | Update node Docker tag to v12.17.0 | Update node Docker tag to v12.17.0
| YAML | mit | jaxx2104/gatsby-starter-bootstrap,jaxx2104/gatsby-starter-bootstrap |
396e4be5b3209015fe14a971a28b91b86c584531 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
machine: true
steps:
- checkout
- run: |
bash bin/run-tests-with-docker.sh
# https://github.com/circleci/circleci-docs/blob/master/jekyll/_cci1/continuous-deployment-with-heroku.md
deployment:
production:
branch: master
commands:
- |
ca... | version: 2
workflows: # Define a Workflow running the build job, then the deploy job
version: 2
build-deploy:
jobs:
- build
- deploy:
requires:
- build
filters:
branches:
only: master # Only deploys when the commit is on the Master branch
job... | Fix deploy job and put into workflow | Fix deploy job and put into workflow
| YAML | mit | jcwimer/wrestlingApp,jcwimer/wrestlingApp,jcwimer/wrestlingApp,jcwimer/wrestlingApp |
4aa851631e06bb03d84cb8dd685eb6e862f5ebf6 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.13
# Specify service dependencies here if necessary
# Circ... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/latest
# Specify service dependencies here if necessary
# CircleC... | Update nodejs image in circleCI setting | Update nodejs image in circleCI setting
| YAML | mit | shirasudon/chat,shirasudon/chat |
053aa14d0367a04af3d81e72be4919ac11e93ed1 | .circleci/config.yml | .circleci/config.yml | version: 2.0
jobs:
"ruby-2.2":
docker:
- image: circleci/ruby:2.2
steps:
- checkout
- run: bundle install
- run: bundle exec rake test TESTOPTS="--ci-dir=$CIRCLE_TEST_REPORTS/reports"
"ruby-2.3":
docker:
- image: circleci/ruby:2... | version: 2.0
jobs:
"ruby-2.2":
docker:
- image: circleci/ruby:2.2
steps:
- checkout
- run: bundle install
- run: bundle exec rake test TESTOPTS="--ci-dir=$CIRCLE_TEST_REPORTS/reports"
"ruby-2.3":
docker:
- image: circleci/ruby:2... | Add Ruby 2.5 to CircleCI | Add Ruby 2.5 to CircleCI
| YAML | bsd-3-clause | mobiata/twine,mobiata/twine |
a8115199889e8843471ea16ae41147f843fedbd0 | .circleci/config.yml | .circleci/config.yml | version: 2.1
jobs:
test:
docker:
- image: groupbyinc/circleci-node:1.1
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: install app dependencies
command: npm install
- save_cache:
key: depe... | version: 2.1
jobs:
test:
docker:
- image: node:14
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: install app dependencies
command: npm install
- save_cache:
key: dependency-cache-{{ check... | Update CircleCI docker image to node:14 so that it can use modern Puppeteer. | Update CircleCI docker image to node:14 so that it can use modern Puppeteer.
| YAML | mit | groupby/gb-tracker-client,groupby/gb-tracker-client,groupby/gb-tracker-client,groupby/gb-tracker-client |
781564dd435da05d947c902a82b0f7a0f39ec3be | Magic/src/main/resources/defaults/lists/entity_types.yml | Magic/src/main/resources/defaults/lists/entity_types.yml | # Which mobs types should be considered friendly by default.
# these mobs can still be targeted by damaging spells, but they can also be targeted by friendly healing or perk spells.
friendly_entity_types:
- chicken
- cow
- donkey
- villager
- horse
- iron_golem
- llama
- mule
- ocelot
- parrot
- pig
- polar_bear
- rabb... | # Which mobs types should be considered friendly by default.
# these mobs can still be targeted by damaging spells, but they can also be targeted by friendly healing or perk spells.
friendly_entity_types:
- chicken
- cow
- donkey
- villager
- horse
- iron_golem
- llama
- mule
- ocelot
- parrot
- pig
- polar_bear
- rabb... | Add fox, cat and strider to friendly entity types | Add fox, cat and strider to friendly entity types
| YAML | mit | elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin |
8beeebf1082b1aec33ce19a7c795f71b0174e0b7 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on:
push:
pull_request:
schedule:
- cron: '0 3 * * *'
jobs:
test:
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
include:
- java: 17
os: ubuntu-latest
- java: 11
os: ubuntu-latest
- java: 11
os: wind... | name: ci
on:
push:
pull_request:
schedule:
- cron: '0 3 * * *'
jobs:
test:
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
include:
- java: 17
os: ubuntu-latest
- java: 11
os: ubuntu-latest
- java: 11
os: wind... | Bump actions/checkout from 2.3.5 to 2.4.0 | Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 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 | mit | unfiltered/unfiltered,xuwei-k/unfiltered,xuwei-k/unfiltered,unfiltered/unfiltered |
f0d5dbcfdf076387238bfc666e0bf7c5fc66c91c | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- run: cargo run -- expand --manifest-path tests/Car... | name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- run: cargo run -- expand --manifest-path tests/Car... | Install newest build of cargo-outdated | Install newest build of cargo-outdated
The old version available by default in the GitHub Actions image fails
with:
thread 'main' panicked at 'package cache lock is not currently held, Cargo forgot to call `acquire_package_cache_lock` before we got to this stack frame', /usr/share/rust/.cargo/registry/src/github.... | YAML | apache-2.0 | dtolnay/cargo-expand |
7c50f7ea5037ab517c7a6fa08a364151a40b9f01 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '8', '11', '12', '13', '14', '15', '16' ]
... | name: Java CI
on:
pull_request:
branches:
- latest
push:
branches:
- latest
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '8', '11', '12', '13', '14', '15', '16' ]
... | Make CI work on branch "latest" | Make CI work on branch "latest" | YAML | mit | lukehutch/fast-classpath-scanner,lukehutch/fast-classpath-scanner,classgraph/classgraph |
1e7ee77fb795305b8021f5d45889bf464a773401 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7']
env:
RAILS_VERSION: 6.0.0
SQLITE3_VERSION: 1.4.1
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
... | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7']
env:
RAILS_VERSION: 6.0.0
SQLITE3_VERSION: 1.4.1
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
... | Split into a few tasks | Split into a few tasks
| YAML | mit | jnunemaker/flipper,jnunemaker/flipper,jnunemaker/flipper,jnunemaker/flipper |
f4bb4713c010c385238eecc3af88a9ced8706b0c | .github/workflows/ci.yml | .github/workflows/ci.yml | ---
name: CI
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-20.04"]
ruby: ["1.9", "2.1", "2.2", "2.3", "2.4", "2.6", "2.7", "3.0"]
steps:
- uses: actions/checkout@v2
- na... | ---
name: CI
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-20.04"]
ruby: ["1.9", "2.1", "2.2", "2.3", "2.4", "2.6", "2.7", "3.0"]
steps:
- uses: actions/checkout@v2
- na... | Add git credentials to CI script | Add git credentials to CI script
| YAML | mit | crohr/pkgr,crohr/pkgr,crohr/pkgr |
3b58aaa242008c72f5bed2b3a24dae5f12615c3d | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- run: bundle exec rake test
| name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- run: bundle exec rake test
| Test with Ruby 3.1 on CI | Test with Ruby 3.1 on CI
| YAML | mit | ankane/errbase |
989f907eeb2ccff0d915d162d13b5c3e6a3f6a25 | .github/workflows/c-cpp.yml | .github/workflows/c-cpp.yml | name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt install g++ texinfo libcfitsio-dev autoconf-archive lcov python-pip
- name: confi... | name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt install g++ texinfo libcfitsio-dev autoconf-archive lcov
- name: configure
... | Drop python-pip from GitHub build workflow. | Drop python-pip from GitHub build workflow.
| YAML | lgpl-2.1 | ossama-othman/MaRC,ossama-othman/MaRC,ossama-othman/MaRC |
5af2dd9027f3baf5fd3d167c6edc6a38f1b5781b | metadata/com.dar.nclientv2.yml | metadata/com.dar.nclientv2.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: Apache-2.0
SourceCode: https://github.com/Dar9586/NClientV2
IssueTracker: https://github.com/Dar9586/NClientV2/issues
Changelog: https://github.com/Dar9586/NClientV2/releases
AutoName: NClientV2
RepoType: git
Repo: https://github.com/Dar9586/NClientV2
Bu... | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: Apache-2.0
SourceCode: https://github.com/Dar9586/NClientV2
IssueTracker: https://github.com/Dar9586/NClientV2/issues
Changelog: https://github.com/Dar9586/NClientV2/releases
AutoName: NClientV2
RepoType: git
Repo: https://github.com/Dar9586/NClientV2
Bu... | Update NClientV2 to 2.4.5 (245) | Update NClientV2 to 2.4.5 (245)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
3500d39d0815afb9b80c30dedb0dd7c3d9359658 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
push:
schedule:
# Every sunday at midnight
- cron: '0 0 * * 0'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run lint
integration:
runs-on: ubuntu-latest
strategy:
matrix:
eslint: ["4.7",... | name: Tests
on:
pull_request:
push:
schedule:
# Every sunday at midnight
- cron: '0 0 * * 0'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run lint
integration:
runs-on: ubuntu-latest
strategy:
matrix:
... | Enable CI for pull requests | chore: Enable CI for pull requests
| YAML | isc | BenoitZugmeyer/eslint-plugin-html,BenoitZugmeyer/eslint-plugin-html,BenoitZugmeyer/eslint-plugin-html |
3626edc1cdbc4c5e5926067e7b04e7ee7be64bae | integration-test/src/main/resources/testsuites/clustertestset.yaml | integration-test/src/main/resources/testsuites/clustertestset.yaml | name: Cluster_tests
parallel: instances
listeners:
- com.sequenceiq.it.cloudbreak.newway.priority.PriorityMethodInterceptor
parameters:
cleanUp: false
tests:
- name: cluster_test
parameters:
providers: openstack,gcp,azure,aws
classes:
- com.sequenceiq.it.cloudbreak.ClusterTestFactory | name: Cluster_tests
parallel: instances
listeners:
- com.sequenceiq.it.cloudbreak.newway.priority.PriorityMethodInterceptor
parameters:
cleanUp: false
tests:
- name: cluster_os_test
parameters:
provider: openstack
openstackCredentialName: autotesting-clusters-os
classes:
- com.sequencei... | Introduce custom credential names for Cluster tests | Introduce custom credential names for Cluster tests
| YAML | apache-2.0 | hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak,hortonworks/cloudbreak |
9a1f26b20c741ac23e7ebc15a3f6a52273b0e137 | config/feature_flags/learning_materials_release_flags.yml | config/feature_flags/learning_materials_release_flags.yml | ---
rce_mentions_in_discussions:
state: hidden
display_name: RCE Mentions in Discussions
description: |-
When enabled, turns on "@mention" functionality in course discussions.
applies_to: SiteAdmin
rce_a11y_checker_notifications:
state: allowed
display_name: Accessibility Checker Notifications
descrip... | ---
rce_mentions_in_discussions:
state: hidden
display_name: RCE Mentions in Discussions
description: |-
When enabled, turns on "@mention" functionality in course discussions.
applies_to: SiteAdmin
rce_a11y_checker_notifications:
state: allowed
display_name: Accessibility Checker Notifications
descrip... | Change Icon Maker flag to "allowed" for release | Change Icon Maker flag to "allowed" for release
Closes MAT-677
flag=buttons_and_icons_root_account
Test Plan:
- Before downloading this change, turn the root
account icon maker flag off
- Flush Redis
- Restart the rails server
- Verify icon maker does not show
up in RCE anymore
- Download this change
- Flush Redi... | YAML | agpl-3.0 | instructure/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,sfu/canvas-lms |
694107ef3fc6813c6ae80ffac98f6ebcdf30ffe2 | .zuul.yml | .zuul.yml | ui: mocha-bdd
browsers:
- name: chrome
version: -1..latest
- name: safari
version: -1..8
- name: firefox
version: -1..latest
- name: ie
version: -1..latest
| ui: mocha-bdd
browsers:
- name: chrome
version: -1..latest
- name: safari
version: -1..latest
- name: firefox
version: -1..latest
- name: ie
version: -1..latest
| Test latest version of safari | Test latest version of safari
| YAML | mit | mcous/gerber-parser |
2435c80490f440765bf7a1e0e1106072aca856a4 | schema/meta.yaml | schema/meta.yaml | package:
name: schema
version: !!str 0.5.0
source:
fn: schema-0.5.0.tar.gz
url: https://pypi.python.org/packages/4b/eb/fadd6bc4967fded31495ea70aebd3bdc90b83e3944d08bfd841039062f83/schema-0.5.0.tar.gz
md5: cee375ebfa54f1c4a218438b3b1c6803
build:
skip:
- [py3k]
requirements:
build:
- python
-... | package:
name: schema
version: !!str 0.6.2
source:
fn: schema-0.6.2.tar.gz
url: https://pypi.python.org/packages/9b/3c/5924163d693f156684e1502df0b408512e18c70d7fa80244496fafdb5988/schema-0.6.2.tar.gz
mdf: ac1b359c31e9b37fbe9333902f6bdf76
requirements:
build:
- python
- setuptools
run:
- pyt... | Update schema to 0.6.2, enable py3k builds | Update schema to 0.6.2, enable py3k builds
| YAML | mit | jchodera/conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,peastman/conda-recipes,swails/conda-recipes,omnia-md/conda-recipes,jchodera/conda-recipes,omnia-md/conda-recipes,jchodera/conda-recipes,omnia-md/conda-recipes,pea... |
2b052c9569b84b587a820c5a13f97ef3b1e8d418 | communication/slack-config/sig-docs/docs-channels.yaml | communication/slack-config/sig-docs/docs-channels.yaml | channels:
- name: kubernetes-docs-de
- name: kubernetes-docs-es
- name: kubernetes-docs-fr
- name: kubernetes-docs-hi
- name: kubernetes-docs-id
- name: kubernetes-docs-it
- name: kubernetes-docs-ja
- name: kubernetes-docs-ko
- name: kubernetes-docs-pt
- name: kubernetes-docs-zh
| channels:
- name: kubernetes-docs-ar
- name: kubernetes-docs-de
- name: kubernetes-docs-es
- name: kubernetes-docs-fr
- name: kubernetes-docs-hi
- name: kubernetes-docs-id
- name: kubernetes-docs-it
- name: kubernetes-docs-ja
- name: kubernetes-docs-ko
- name: kubernetes-docs-pt
- name: kubernetes... | Create a channel for Arabic translation | Create a channel for Arabic translation | YAML | apache-2.0 | kubernetes/community,kubernetes/community,pwittrock/community,kubernetes/community,pwittrock/community |
259a22321eeddbabc3982b99fa5264711513453a | packages/ph/phonetic-languages-properties.yaml | packages/ph/phonetic-languages-properties.yaml | homepage: https://hackage.haskell.org/package/phonetic-languages-properties
changelog-type: markdown
hash: 2fefac83178f8b3a84f4ea9ff77804b52fb03072cee3955352bc5f7598188188
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: A generalization of the uniqueness-periods-vector-properties package.
changelog: |
... | homepage: https://hackage.haskell.org/package/phonetic-languages-properties
changelog-type: markdown
hash: 729cfa1a06f2f6e9bc4f3323d09a858749dece55b276d5fe1313e9267e0ad56b
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: A generalization of the uniqueness-periods-vector-properties package.
changelog: |
... | Update from Hackage at 2020-11-06T10:15:42Z | Update from Hackage at 2020-11-06T10:15:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d64e243b2495b5905893032248d9bf50496acd1c | packages/un/unliftio-pool.yaml | packages/un/unliftio-pool.yaml | homepage: ''
changelog-type: ''
hash: 4de658feb1b10051c5af024c20cd7baa369c777716c54a7b3e2888a73286aecf
test-bench-deps: {}
maintainer: Bardur Arantsson <bardur@scientician.net>
synopsis: Data.Pool generalized to MonadUnliftIO.
changelog: ''
basic-deps:
base: ! '>=4.10 && <5'
time: ! '>=1.8 && <2'
resource-pool: !... | homepage: ''
changelog-type: ''
hash: 07cf6a89eed3779122fe9c32b24be119ae73e5489c39f9f2cde4267022897809
test-bench-deps: {}
maintainer: Bardur Arantsson <bardur@scientician.net>
synopsis: Data.Pool generalized to MonadUnliftIO.
changelog: ''
basic-deps:
base: ! '>=4.10 && <5'
time: ! '>=1.8 && <2'
resource-pool: !... | Update from Hackage at 2020-03-20T10:43:23Z | Update from Hackage at 2020-03-20T10:43:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b52dab15c4129fd5f401425950f4044f3b970261 | hieradata/node.backup-1.hosting.randomness.org.uk.yaml | hieradata/node.backup-1.hosting.randomness.org.uk.yaml | ---
| ---
ufw_allow:
allow-ssh-from-home-ipv6:
port: '22'
from: '2001:8b0:ca94:869f::/64'
ip: '2001:19f0:5000:8cc3:5400:ff:fe09:35da/64'
allow-ssh-from-shell-01-ipv6:
port: '22'
from: '2a03:b0c0:1:d0::dc:b001/64'
ip: '2001:19f0:5000:8cc3:5400:ff:fe09:35da/64'
| Allow ipv6 ssh from home and shell-01 | Allow ipv6 ssh from home and shell-01
| YAML | mit | rjw1/randomness-puppet,rjw1/randomness-puppet |
349b9ab3e72f188c50b5f84f3ce5ee2fddcfbf80 | roles/ceph-common/tasks/generate_ceph_conf.yml | roles/ceph-common/tasks/generate_ceph_conf.yml | ---
- name: create ceph conf directory
file:
path: /etc/ceph
state: directory
owner: "ceph"
group: "ceph"
mode: "0755"
- name: "generate ceph configuration file: {{ cluster }}.conf"
action: config_template
args:
src: ceph.conf.j2
dest: /etc/ceph/{{ cluster }}.conf
owner: "ceph"
... | ---
- name: create ceph conf directory and assemble directory
file:
path: "{{ item }}"
state: directory
owner: "ceph"
group: "ceph"
mode: "0755"
with_items:
- /etc/ceph/
- /etc/ceph/ceph.d/
- name: "generate ceph configuration file: {{ cluster }}.conf"
action: config_template
args:
... | Make ceph-common aware off osd config fragments | Make ceph-common aware off osd config fragments
This removes the implicit order requirement when using OSD fragments.
When you use OSD fragments and ceph-osd role is not the last one,
the fragments get removed from ceph.conf by ceph-common.
It is not nice to have this code at two locations, but this is
necessary to p... | YAML | apache-2.0 | jtaleric/ceph-ansible,font/ceph-ansible,ceph/ceph-ansible,WingkaiHo/ceph-ansible,WingkaiHo/ceph-ansible,fgal/ceph-ansible,albertomurillo/ceph-ansible,bengland2/ceph-ansible,albertomurillo/ceph-ansible,travmi/ceph-ansible,bengland2/ceph-ansible,jtaleric/ceph-ansible,font/ceph-ansible,WingkaiHo/ceph-ansible,ceph/ceph-ans... |
44c7fdac9c4a23386697bfa81421caa674003805 | hieradata/role-development.yaml | hieradata/role-development.yaml | ---
classes:
- 'nginx::server'
- 'performanceplatform::nodejs'
- 'phantomjs'
performanceplatform::dns::hosts: |
127.0.0.1 jumpbox-1 monitoring log graphite
127.0.0.1 frontend-app-1 frontend
127.0.0.1 frontend-app-2 frontend
127.0.0.1 backend-app-1 backend
127.0.0.1 backend-app-2 backend
127.0.0.1 dev... | ---
classes:
- 'nginx::server'
- 'performanceplatform::nodejs'
- 'phantomjs'
performanceplatform::dns::hosts: |
127.0.0.1 jumpbox-1 monitoring log graphite
127.0.0.1 frontend-app-1 frontend
127.0.0.1 frontend-app-2 frontend
127.0.0.1 backend-app-1 backend
127.0.0.1 backend-app-2 backend
127.0.0.1 dev... | Allow port 8080 in development to debug Node apps | Allow port 8080 in development to debug Node apps
| YAML | mit | alphagov/pp-puppet,alphagov/pp-puppet,alphagov/pp-puppet,alphagov/pp-puppet |
8e1e8d0f081e715ca6f48abab180376c017a7e4e | tenets/codelingo/effective-go/package-comment/codelingo.yaml | tenets/codelingo/effective-go/package-comment/codelingo.yaml | tenets:
- name: package-comment
flows:
codelingo/docs:
title: Package comment
body: |
Every package should have a package comment, a block comment preceding the package clause.
For multi-file packages, the package comment only needs to be present in one file, and any one... | tenets:
- name: package-comment
flows:
codelingo/docs:
title: Package comment
body: |
Every package should have a package comment, a block comment preceding the package clause.
For multi-file packages, the package comment only needs to be present in one file, and any one... | Edit tenet to just look for attached package comment in file | Edit tenet to just look for attached package comment in file
| YAML | agpl-3.0 | lingo-reviews/lingo,lingo-reviews/lingo |
faffbc509c570377723600c69bcbc7fc9dbb3a96 | hieradata/domain/fm.local.yaml | hieradata/domain/fm.local.yaml | ---
profile::base::windows::app::packages:
- 7zip
- git
- putty
- winscp
- flashplayerplugin
- adobereader
- googlechrome
- vmwarevsphereclient
- firefox
- vim
- teamviewer
- veeam-endpoint-backup-free
- google-backup-and-sync
profile::base::windows::time::ntp_serv... | ---
profile::base::windows::app::packages:
- 7zip
- git
- putty
- winscp
- flashplayerplugin
- adobereader
- googlechrome
- vmwarevsphereclient
- firefox
- vim
- teamviewer
- veeam-endpoint-backup-free
- google-backup-and-sync
profile::base::windows::time::ntp_serv... | Migrate JumpCloud information to hiera. | Migrate JumpCloud information to hiera.
| YAML | apache-2.0 | cdrobey/puppet-repo,cdrobey/puppet-repo |
164795df22d9abd126ae67c70a07c32af0188c73 | metadata/org.ghostsinthelab.apps.guilelessbopomofo.yml | metadata/org.ghostsinthelab.apps.guilelessbopomofo.yml | Categories:
- System
- Writing
License: GPL-2.0-or-later
AuthorName: Hui-Hong You
AuthorEmail: hiroshiyui@gmail.com
AuthorWebSite: https://ghostsinthelab.org/
SourceCode: https://github.com/hiroshiyui/GuilelessBopomofo
IssueTracker: https://github.com/hiroshiyui/GuilelessBopomofo/issues
Donate: https://paypal.me/hi... | Categories:
- System
- Writing
License: GPL-2.0-or-later
AuthorName: Hui-Hong You
AuthorEmail: hiroshiyui@gmail.com
AuthorWebSite: https://ghostsinthelab.org/
SourceCode: https://github.com/hiroshiyui/GuilelessBopomofo
IssueTracker: https://github.com/hiroshiyui/GuilelessBopomofo/issues
Donate: https://paypal.me/hi... | Update Guileless Bopomofo to 1.1.6 (18) | Update Guileless Bopomofo to 1.1.6 (18)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
9fa7d3668869dea81509f44f3592afb25bad8696 | .github/workflows/releases.yml | .github/workflows/releases.yml | name: Releases
on:
workflow_dispatch:
jobs:
publish_release:
runs-on: [self-hosted, Linux]
container:
image: lampepfl/dotty:2021-03-22
options: --cpu-shares 4096
env:
SDKMAN_KEY: ${{ secrets.SDKMAN_KEY }}
SDKMAN_TOKEN: ${{ secrets.SDKMAN_TOKEN }}
steps:
- name... | name: Releases
on:
workflow_dispatch:
jobs:
publish_release:
runs-on: [self-hosted, Linux]
container:
image: lampepfl/dotty:2021-03-22
options: --cpu-shares 4096
env:
SDKMAN_KEY: ${{ secrets.SDKMAN_KEY }}
SDKMAN_TOKEN: ${{ secrets.SDKMAN_TOKEN }}
steps:
- name... | Fix - after cleanup run checkout to back to repo directory | Fix - after cleanup run checkout to back to repo directory
| YAML | apache-2.0 | lampepfl/dotty,dotty-staging/dotty,lampepfl/dotty,sjrd/dotty,lampepfl/dotty,sjrd/dotty,sjrd/dotty,dotty-staging/dotty,sjrd/dotty,dotty-staging/dotty,lampepfl/dotty,sjrd/dotty,lampepfl/dotty,dotty-staging/dotty,dotty-staging/dotty |
8ededb9d4425fe62c5238a6f212ea0aa2582ebd7 | stack.yaml | stack.yaml | flags:
Snowdrift:
dev: true
resolver: lts-6.17
packages:
- website
- location:
git: https://git.snowdrift.coop/sd/yesod.git
commit: 697d561eb727ed430f11c4b0bb19c9fc5f867db4
subdirs:
- yesod-bin
extra-dep: true
- run-persist
extra-deps:
- libravatar-0.4
- titlecase-0.1.0.2
| flags:
Snowdrift:
dev: true
resolver: lts-6.17
packages:
- website
- location:
git: https://git.snowdrift.coop/sd/yesod.git
commit: 697d561eb727ed430f11c4b0bb19c9fc5f867db4
subdirs:
- yesod-bin
extra-dep: true
- location:
git: https://git.snowdrift.coop/sd/persistent.git
... | Patch persistent to fix upsert | Patch persistent to fix upsert
| YAML | agpl-3.0 | snowdriftcoop/snowdrift |
88c2f98df652bc62f205aa97989cc17176cabe87 | recipes/repeatmasker/meta.yaml | recipes/repeatmasker/meta.yaml | package:
name: repeatmasker
version: 4.0.6
source:
fn: RepeatMasker-open-4-0-6.tar.gz
url: http://www.repeatmasker.org/RepeatMasker-open-4-0-6.tar.gz
md5: 324bcb707b23b06adfde34704a8ec0c4
patches:
- patch1
build:
number: 6
detect_binary_files_with_prefix: False
has_prefix_files:
... | package:
name: repeatmasker
version: 4.0.6
source:
fn: RepeatMasker-open-4-0-6.tar.gz
url: http://www.repeatmasker.org/RepeatMasker-open-4-0-6.tar.gz
md5: 324bcb707b23b06adfde34704a8ec0c4
patches:
- patch1
build:
number: 6
detect_binary_files_with_prefix: False
has_prefix_files:
... | Switch to perl instead of perl-threaded | Switch to perl instead of perl-threaded
| YAML | mit | peterjc/bioconda-recipes,saketkc/bioconda-recipes,CGATOxford/bioconda-recipes,keuv-grvl/bioconda-recipes,mcornwell1957/bioconda-recipes,daler/bioconda-recipes,zachcp/bioconda-recipes,gvlproject/bioconda-recipes,matthdsm/bioconda-recipes,lpantano/recipes,phac-nml/bioconda-recipes,rob-p/bioconda-recipes,bioconda/recipes,... |
688ed33451f53fd0cd4e24910f502b490d9aba4d | packages/qu/quickcheck-io.yaml | packages/qu/quickcheck-io.yaml | homepage: https://github.com/hspec/quickcheck-io#readme
changelog-type: ''
hash: e0ffcf52d48037f25073c440a0b0f880b4a22e132915a1910c259e8cf8bd1fc3
test-bench-deps: {}
maintainer: Simon Hengel <sol@typeful.net>
synopsis: Use HUnit assertions as QuickCheck properties
changelog: ''
basic-deps:
base: ==4.*
HUnit: ! '>=1... | homepage: https://github.com/hspec/quickcheck-io#readme
changelog-type: ''
hash: 499192395535769354d07ad552a503694e2d7ad92d6f8bde62504f8cd13cdea2
test-bench-deps: {}
maintainer: Simon Hengel <sol@typeful.net>
synopsis: Use HUnit assertions as QuickCheck properties
changelog: ''
basic-deps:
base: ==4.*
HUnit: ! '>=1... | Update from Hackage at 2016-07-14T08:13:57+0000 | Update from Hackage at 2016-07-14T08:13:57+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
5dce08ec43761af821b7a06ca368d526a0c9d39d | manifests/bosh-manifest/deployments/aws/090-bosh-aws-stub.yml | manifests/bosh-manifest/deployments/aws/090-bosh-aws-stub.yml | meta:
aws:
common:
default_key_name: (( grab terraform_outputs.key_pair_name ))
default_security_groups:
- (( grab terraform_outputs.default_security_group ))
region: (( grab terraform_outputs.region ))
cloud_provider:
credentials_source: env_or_profile
default_key_name: ((... | meta:
aws:
common:
default_key_name: (( grab terraform_outputs.key_pair_name ))
default_security_groups:
- (( grab terraform_outputs.default_security_group ))
region: (( grab terraform_outputs.region ))
cloud_provider:
credentials_source: env_or_profile
default_key_name: ((... | Delete `resurrector_enabled` from bosh aws stub | Delete `resurrector_enabled` from bosh aws stub
We want to control this setting outside of the aws stubs.
| YAML | mit | alphagov/paas-cf,alphagov/paas-cf,jimconner/paas-cf,jimconner/paas-cf,jimconner/paas-cf,alphagov/paas-cf,alphagov/paas-cf,jimconner/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,jimconner/paas-cf,jimconner/paas-cf,alphagov/paas-cf,jimconner/paas-cf |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.