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 |
|---|---|---|---|---|---|---|---|---|---|
708bbefe9159768c6a0b024843f40ac194f6342d | .github/workflows/windows-testing.yml | .github/workflows/windows-testing.yml | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ ma... | Test on windows using gh action | Test on windows using gh action
This seem to be much faster than appveyor
| YAML | mit | zarr-developers/zarr-python | |
ae900a4cd9abc2ce5699e29c5e314a09077ca0a9 | .github/workflows/zenhub-branches.yml | .github/workflows/zenhub-branches.yml | name: Zenhub integration PR
on:
create:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: James1x0/zenhub-automations@0e172d60e0e608a51be3a2441625d5c04666c246
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ZENHUB_API_KEY: ${{ secrets.ZENHUB_TOKEN }}... | Add action for creating branches | Add action for creating branches | YAML | mpl-2.0 | status-im/status-react,status-im/status-react,status-im/status-react,status-im/status-react,status-im/status-react,status-im/status-react,status-im/status-react,status-im/status-react | |
4d251ce4e5760d481bfc950d4f04f6da55abb3c9 | config/custom-environment-variables.yaml | config/custom-environment-variables.yaml | # Allow configuration in yaml files to be overridden by environment variable values
youTubeApiKey: KILLRVIDEO_YOUTUBE_API_KEY
cassandra:
keyspace: KILLRVIDEO_CASSANDRA_KEYSPACE
replication: KILLRVIDEO_CASSANDRA_REPLICATION
loggingLevel: KILLRVIDEO_LOGGING_LEVEL | Allow config to be overridden by environment vars | Allow config to be overridden by environment vars
| YAML | apache-2.0 | KillrVideo/killrvideo-generator,KillrVideo/killrvideo-generator | |
c510b7fb910b5b796328b30a77648d7bcabd6c31 | manifests/prometheus/alerts.d/rds_disk_utilisation.yml | manifests/prometheus/alerts.d/rds_disk_utilisation.yml | # Source: cloudwatch-exporter
---
- type: replace
path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/custom_rules?/-
value:
name: RDSCPUDiskUtilisation
rules:
- &alert
alert: RDSCPUDiskUtilisation_Warning
expr: aws_rds_freestoragespace_minimum <= 2 * 1... | Migrate "RDS Disk utilisation" monitor to Prometheus | Migrate "RDS Disk utilisation" monitor to Prometheus
Original DataDog monitor:
min(last_1h):min:aws.rds.free_storage_space{aws_account:prod,region:eu-west-1} by {hostname} / min:aws.rds.total_storage_space{aws_account:prod,region:eu-west-1} by {hostname} <= 0.1
We are not able to calculate the percentage anymore, but... | 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 | |
2d09f50c980747c786d4f23b9a7df0303978d39a | releasenotes/notes/remove-driver-60eb7e26d95f7322.yaml | releasenotes/notes/remove-driver-60eb7e26d95f7322.yaml | ---
prelude: >
OFAgent has been removed in the Newton cycle.
other:
- The Openflow Agent(OFAgent) mechanism driver and its agent have been removed
in favor of OpenvSwitch mechanism driver with "native" of_interface in
the Newton cycle.
| Remove Openflow Agent(OFAgent) mechanism driver | Remove Openflow Agent(OFAgent) mechanism driver
The OFAgent driver and its agent are removed in the Newton cycle.
This adds to remove them in the release note.
Change-Id: I5dbcd38b0ccc156a6c1cbac4d7fa7f9d297ec466
Partial-Bug: #1521477
| YAML | apache-2.0 | noironetworks/neutron,openstack/neutron,eayunstack/neutron,igor-toga/local-snat,sebrandon1/neutron,bigswitch/neutron,huntxu/neutron,openstack/neutron,openstack/neutron,bigswitch/neutron,eayunstack/neutron,cloudbase/neutron,sebrandon1/neutron,mahak/neutron,mahak/neutron,igor-toga/local-snat,noironetworks/neutron,cloudba... | |
ec10d683efe24270b5e35f9ae88006134681804d | client/schema/schema-1.0.yml | client/schema/schema-1.0.yml | type: map
mapping:
"schema_file": { type: text }
"name": { type: str, required: yes }
"version": { type: text, required: yes }
"package_version": { type: text }
"maintainer": { type: str, required: yes }
"operatingsystem": { type: seq, sequence: [ {type: str} ] }
"architecture": { type: seq, sequence: [ ... | Move schema into appropriate directory | Move schema into appropriate directory
| YAML | mit | jaeheung90/tpkg-client,tpkg/client,tpkg/server,tpkg/pkgs,jaeheung90/tpkg-client,tpkg/pkgs,tpkg/server,tpkg/client,jaeheung90/tpkg-client,tpkg/client,tpkg/pkgs,tpkg/server | |
de1f454d04f1523ef0f806c0cac031abaabb1eca | data/common.yaml | data/common.yaml | ---
php::config::root: "%{::boxen::config::home}/phpenv"
php::config::logdir: "%{::boxen::config::logdir}/php"
php::config::configdir: "%{::boxen::config::configdir}/php"
php::config::datadir: "%{::boxen::config::datadir}/php"
php::config::pluginsdir: "%{php::config::roo... | ---
php::config::root: "%{::boxen::config::home}/phpenv"
php::config::logdir: "%{::boxen::config::logdir}/php"
php::config::configdir: "%{::boxen::config::configdir}/php"
php::config::datadir: "%{::boxen::config::datadir}/php"
php::config::pluginsdir: "%{php::config::roo... | Update version and checksum for 1.2.0 | Update version and checksum for 1.2.0
| YAML | mit | typhonius/puppet-php,boxen/puppet-php,castiron/puppet-php,typhonius/puppet-php,boxen/puppet-php,namesco/puppet-php,typhonius/puppet-php,boxen/puppet-php,namesco/puppet-php,castiron/puppet-php,namesco/puppet-php,castiron/puppet-php |
7b7606c2a4a578418a1785af492e227d3a11e81a | packages/ln/lnurl.yaml | packages/ln/lnurl.yaml | homepage: https://github.com/GambolingPangolin/lnurl
changelog-type: markdown
hash: 9acee7a0d58988d7937a5cf9a23cdd1db3d93fd19ae0abc79b50b680deffbe7e
test-bench-deps: {}
maintainer: ics@gambolingpangolin.com
synopsis: Support for developing against the LNURL protocol
changelog: "# Revision history for lnurl\n\n## 0.1.0.... | Update from Hackage at 2021-08-07T20:48:31Z | Update from Hackage at 2021-08-07T20:48:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
f8efcaac9e4e2e69ba513c3c1192fd093ed3c8fa | src/main/resources/db/changelogs/db.changelog_070.yaml | src/main/resources/db/changelogs/db.changelog_070.yaml | databaseChangeLog:
- changeSet:
id: 70
author: Pontus Doverstav
preConditions:
- onFail: MARK_RAN
- not:
- tableExists:
schemaName: contentschema
tableName: grammar_texts
changes:
- createTable:
schemaName: contentschema
... | Create changelog for creating grammar text table | Create changelog for creating grammar text table
| YAML | mit | kits-ab/gakusei,kits-ab/gakusei,kits-ab/gakusei | |
d87507ae9415002d12e60f48802a42cca8773962 | tests/no-newline-list.yml | tests/no-newline-list.yml | Hello World:
# See you at EuroPython
name: Toni Chu # yo
gh: https://github.com/{0}.git
doc_tools:
# docs or didn't happen
- mkdocs
- 'sphinx'
- null | Add another test file for lists | Add another test file for lists
| YAML | mit | hackebrot/poyo | |
20be9935439cb0957d0ff6aa3e55171c3a4b1841 | packages/mo/money.yaml | packages/mo/money.yaml | homepage: https://github.com/jpvillaisaza/money
changelog-type: markdown
hash: a9cbd595a8ba2b20df8f7c8510f6600c5342b924d5d7a12a12003b1af823a5bf
test-bench-deps:
base: -any
doctest: ! '>=0.11 && <0.12'
maintainer: Juan Pedro Villa Isaza <jpvillaisaza@gmail.com>
synopsis: Money
changelog: ! '# 0.1.0
'
basic-deps:
... | Update from Hackage at 2016-11-23T00:52:07Z | Update from Hackage at 2016-11-23T00:52:07Z | YAML | mit | commercialhaskell/all-cabal-metadata | |
3382d4d49ef676ac66c96a2b8955bf688136ff03 | course-preparation/Ansible/group_vars/joyotuya.yml | course-preparation/Ansible/group_vars/joyotuya.yml | ---
name: Joy Otuya # Real name of the person
org: Kenya Education Network # Organisation/team they work in
username: joyotuya # username on the lab machine
github: joyotuya # github user account
git: ... | Create New User for Joy Otuya | Create New User for Joy Otuya
Adding a new user to the participants list for the service clinic Addis Service | YAML | apache-2.0 | AAROC/AnsibleBootCamp,AAROC/AnsibleBootCamp | |
bfb7b3154dd0939f087d6dcdd995afbd34215a1d | mungegithub/misc-mungers/deployment/docs/configmap.yaml | mungegithub/misc-mungers/deployment/docs/configmap.yaml | # basic config options.
http-cache-dir: /cache/httpcache
organization: kubernetes
project: kubernetes.github.io
pr-mungers: blunderbuss
state: open
token-file: /etc/secret-volume/token
period: 2m
repo-dir: /gitrepos
github-key-file: /etc/hook-secret-volume/secret
enable-md-yaml: true
use-reviewers: true
# munger speci... | Enable blunderbuss munger on docs repo (with use-reviewers on). | Enable blunderbuss munger on docs repo (with use-reviewers on).
| YAML | apache-2.0 | cblecker/test-infra,spxtr/test-infra,cblecker/test-infra,jessfraz/test-infra,piosz/test-infra,dims/test-infra,pwittrock/test-infra,kubernetes/test-infra,fejta/test-infra,shashidharatd/test-infra,rmmh/kubernetes-test-infra,dims/test-infra,krzyzacy/test-infra,kubernetes/test-infra,michelle192837/test-infra,mindprince/tes... | |
8630b4514e750f137ea3d449569bf859e83a3aa0 | .github/workflows/rust.yml | .github/workflows/rust.yml | name: Rust
on:
push:
branches: [ master, staging, trying ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
| Create Github actions job definition | Create Github actions job definition | YAML | mit | bossmc/pinboard | |
8a3e5643fabf2f3f57f01c478dc4e66eb6fa7410 | recipes/path/meta.yaml | recipes/path/meta.yaml | {% set version = "13.1.0" %}
package:
name: path
version: {{ version }}
source:
url: https://pypi.io/packages/source/p/path/path-{{ version }}.tar.gz
sha256: 97249b37e5e4017429a780920147200a2215e268c1a18fa549fec0b654ce99b7
build:
number: 0
skip: True # [py<35]
script: "{{ PYTHON }} -m pip install . -v... | Add recipe for path package | Add recipe for path package
| YAML | bsd-3-clause | asmeurer/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,Juanlu001/staged-recipes,ReimarBauer/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,asmeurer/staged-recipes,dschreij/staged-recipes,dschreij/staged-recipes,mariusvniekerk/staged-recipes,Juanlu001/staged-recipes,hadim/staged-recipes,chri... | |
eb4f87177bbdf2103fa1011f2afe92ab166cb125 | releasenotes/notes/bug-1785263-46edf7313d833b4c.yaml | releasenotes/notes/bug-1785263-46edf7313d833b4c.yaml | ---
features:
- |
[:bug:`1785263`] Modify the project detail view in a multi tabbed view,
composed of:
* ``Overview`` tab displaying general information about the project.
* ``Users`` tab displaying all users which have roles on the project (and
their roles on it), including users which have ro... | Add release note for the upgraded project detail view. | Add release note for the upgraded project detail view.
Change-Id: If27f33f0c89e4a204a8371e830066d667d258605
Closes-Bug: #1785263
| YAML | apache-2.0 | ChameleonCloud/horizon,NeCTAR-RC/horizon,noironetworks/horizon,ChameleonCloud/horizon,noironetworks/horizon,openstack/horizon,NeCTAR-RC/horizon,openstack/horizon,openstack/horizon,ChameleonCloud/horizon,ChameleonCloud/horizon,noironetworks/horizon,noironetworks/horizon,NeCTAR-RC/horizon,NeCTAR-RC/horizon,openstack/hori... | |
815ed3e7fc2fed04cde0b297e192dedbb5681db7 | lib/business/data/achus.yml | lib/business/data/achus.yml | working_days:
- monday
- tuesday
- wednesday
- thursday
- friday
holidays:
- January 1st, 2019
- January 21st, 2019
- February 18th, 2019
- May 27th, 2019
- July 4th, 2019
- October 14th, 2019
- November 11th, 2019
- November 28th, 2019
- December 25th, 2019
- January 1st, 2020
- Januar... | Add US (ACH) holiday definition for 2019-2023 | Add US (ACH) holiday definition for 2019-2023
| YAML | mit | gocardless/business | |
9e3515a3533d0d4af6f558ae1f6bbddb4e93a59a | .pullapprove.yml | .pullapprove.yml | approve_by_comment: true
approve_regex: ^(Approved|LGTM|[+]1)
reject_regex: ^Rejected
reset_on_push: false
reviewers:
required: 1
members:
- adamhadanai
- cdm-ium
- jessemyers
| Add pull approve configuration for experimentation | Add pull approve configuration for experimentation
| YAML | apache-2.0 | globality-corp/docker-python-service | |
bec7a84ccb87858b6e7b13c8ec3cdf2f0659c94d | appveyor.yml | appveyor.yml | # Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
matrix:
fast_finish: true
# Install scripts. (runs after repo ... | Create ci config for windows test | chore(test): Create ci config for windows test
| YAML | mit | hexojs/hexo-util,hexojs/hexo-util | |
5d13de59e0a7f3c119bfc29652ab67aacf147a33 | packages/co/contravariant-extras.yaml | packages/co/contravariant-extras.yaml | homepage: https://github.com/nikita-volkov/contravariant-extras
changelog-type: ''
hash: d799366b49a76dbd6a0099b179b351c2587837e4d2eb0f43b9912c93923b52f1
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Extras for the "contravariant" package
changelog: ''
basic-deps:
base-prelude: ! '... | Update from Hackage at 2015-11-21T12:36:33+0000 | Update from Hackage at 2015-11-21T12:36:33+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
5fd7860ae295592816d5a52a088f9febb476b7bc | .codeclimate.yml | .codeclimate.yml | languages:
Ruby: true
JavaScript: true
PHP: false
Python: false
exclude_paths:
- "app/assets/javascripts/plugins/datatables.min.js"
- "app/assets/javascripts/plugins/jquery.dataTables.yadcf.js"
| Add Code Climate config file | Add Code Climate config file
| YAML | agpl-3.0 | jbox-web/deploy-it,jbox-web/deploy-it,jbox-web/deploy-it,jbox-web/deploy-it | |
678d293d01fd2c34057beef6aa3425df4af30f65 | .drone.yml | .drone.yml | image: crhym3/ci
git:
depth: 1
script:
# workaround for cache, see https://github.com/drone/drone/issues/147
- mkdir -p /cache/node_modules
- rm -rf node_modules
- ln -s /cache/node_modules node_modules
# install dependencies
- npm -q install
# ensure the build works
# this will also run gulp test
-... | Add a tmp ci config 'till it goes public | Add a tmp ci config 'till it goes public
| YAML | apache-2.0 | hanachin/material-design-lite,dylannnn/material-design-lite,pj19060/material-design-lite,jahnaviancha/material-design-lite,fchuks/material-design-lite,Daiegon/material-design-lite,hdolinski/material-design-lite,lucianna/material-design-lite,pierr/material-design-lite,haapanen/material-design-lite,katchoua/material-desi... | |
dba354d27249b8ca39518fbf451817daecd720a4 | repository.yaml | repository.yaml | repoVisibility: public_0C3F0CE3E6E6448FAD341E7BFA50FCD333E06A20CFF05FCACE61154DDBBADF71
| Enforce repo yaml privacy key. | PLATOPS-BAU: Enforce repo yaml privacy key.
| YAML | apache-2.0 | hmrc/assets-frontend,hmrc/assets-frontend,hmrc/assets-frontend | |
d2cab2dd513d3fe844d74744da014bb86457299f | data/transition-sites/gds_business_volunteering.yml | data/transition-sites/gds_business_volunteering.yml | ---
site: gds_business_volunteering
whitehall_slug: government-digital-service
homepage: https://www.gov.uk/coronavirus-support-from-business
tna_timestamp: 20201010101010 # Stub timestamp - site is not in TNA
host: coronavirus-business-volunteers.service.gov.uk
global: =301 https://www.gov.uk/coronavirus-s... | Add business voluntering service redirect | Add business voluntering service redirect
| YAML | mit | alphagov/transition-config,alphagov/transition-config | |
07af9978e254162d14b303ca63b72f7dbaeb969e | tests/build.yml | tests/build.yml | version: '3'
services:
front:
image: mailu/nginx:$VERSION
build: ../core/nginx
imap:
image: mailu/dovecot:$VERSION
build: ../core/dovecot
smtp:
image: mailu/postfix:$VERSION
build: ../core/postfix
antispam:
image: mailu/rspamd:$VERSION
build: ../services/rspamd
antivirus:... | version: '3'
services:
front:
image: mailu/nginx:$VERSION
build: ../core/nginx
imap:
image: mailu/dovecot:$VERSION
build: ../core/dovecot
smtp:
image: mailu/postfix:$VERSION
build: ../core/postfix
antispam:
image: mailu/rspamd:$VERSION
build: ../services/rspamd
antivirus:... | Revert "Build the docs during tests" | Revert "Build the docs during tests"
This reverts commit b287a85124f0485ee97e7deb963d4cb7d53c6ae2.
| YAML | mit | kaiyou/freeposte.io,kaiyou/freeposte.io,kaiyou/freeposte.io,kaiyou/freeposte.io |
ba69f394ef8f29377014fcad7edec53398f212b3 | .github/workflows/main.yml | .github/workflows/main.yml | name: Run all tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Tests
run: |
python run_tests.py
| Create GitHub action for running tests | Create GitHub action for running tests
| YAML | mit | amaslenn/Codility | |
657d2ddbdd3371aca68eef23f98221c4756523f4 | .azure/build-pipeline.yml | .azure/build-pipeline.yml | # Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: ... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | bsd-3-clause | Shuttle/Shuttle.Esb | |
2f0c0545ccad498b17edea086f2dbe83a59b1238 | packages/he/hedgehog-fn.yaml | packages/he/hedgehog-fn.yaml | homepage: https://github.com/qfpl/hedgehog-fn
changelog-type: markdown
hash: 9d303fe0e53181ec422f7591ac5993a4858ab6a8ef214d38fba319b92e174cbe
test-bench-deps: {}
maintainer: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
synopsis: Function generation for `hedgehog`
changelog: ! '0.5
* Initial release
'
ba... | Update from Hackage at 2018-08-06T23:31:11Z | Update from Hackage at 2018-08-06T23:31:11Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
195146f33e3b26e26252fe2bd9b28b31c5361f23 | .github/workflows/Development-Python-flake8-tests.yml | .github/workflows/Development-Python-flake8-tests.yml | # This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [ development ]
pull_request:
branche... | Add Flake8, build, and test | Add Flake8, build, and test
| YAML | apache-2.0 | Fyzel/weather-data-flaskapi | |
ccd76e4b57844e6e5ddf2905ad5b9b08c88ebe58 | packages/ha/hasql-queue.yaml | packages/ha/hasql-queue.yaml | homepage: https://github.com/jfischoff/postgresql-queue#readme
changelog-type: markdown
hash: 30bd4f9da63d2a609e62753bd10d72e0e37209510d9baa7c9b1af73b08608fed
test-bench-deps:
exceptions: -any
hasql: -any
cryptohash-sha1: -any
bytestring: -any
tmp-postgres: -any
here: -any
split: -any
stm: -any
base: ... | Update from Hackage at 2020-06-14T06:17:51Z | Update from Hackage at 2020-06-14T06:17:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
38ba441ca59dca6416bb80928820ccce74a34d4f | packages/nu/numeric-ode.yaml | packages/nu/numeric-ode.yaml | homepage: https://github.com/qnikst/numeric-ode
changelog-type: markdown
hash: c898880f83774ca80653afbc39f8d3a5dbd82dfefaf743622af1cc6cba5091ce
test-bench-deps: {}
maintainer: dominic@steinitz.org
synopsis: Ode solvers
changelog: ! 'TBD
'
basic-deps:
diagrams-lib: -any
tdigest: -any
Chart: -any
numhask: -any
... | Update from Hackage at 2017-07-22T11:11:18Z | Update from Hackage at 2017-07-22T11:11:18Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
c81aff9a461464d136bc69cb6c8edba94f4ac32a | packages/qu/quiver-cell.yaml | packages/qu/quiver-cell.yaml | homepage: https://github.com/zadarnowski/quiver-cell
changelog-type: ''
hash: d2f3e9dfd00477742e6edfd1bfcab46970fb5eaec3dd189a4126ecaa0ffd000e
test-bench-deps: {}
maintainer: Patryk Zadarnowski <pat@jantar.org>
synopsis: Quiver combinators for cellular data processing
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
... | Update from Hackage at 2015-07-09T02:19:08+0000 | Update from Hackage at 2015-07-09T02:19:08+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
5bbc52f7addb90851b69a00f24569ddf2ef2f8a1 | packages/se/servant-ede.yaml | packages/se/servant-ede.yaml | homepage: http://github.com/alpmestan/servant-ede
changelog-type: ''
hash: c8c59b2c1fee7323921f47e62ac4ef047c8b6401268d5d22d910e6abb85fe26e
test-bench-deps: {}
maintainer: alpmestan@gmail.com
synopsis: Combinators for rendering EDE templates in servant web applications
changelog: ''
basic-deps:
warp: ! '>=3.0'
eith... | Update from Hackage at 2015-05-30T13:40:39+0000 | Update from Hackage at 2015-05-30T13:40:39+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
93c65b7efc12005bcdec425a9a9bc4bff694a4ba | stack-repl.yaml | stack-repl.yaml | # For more information, see: https://github.com/commercialhaskell/stack/blob/master/doc/yaml_configuration.md
resolver: lts-2.22
# Local packages, usually specified by relative directory name
packages:
- '.'
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
extra-deps: []
... | Add second stack.yaml for GHC 7.8.4 | Add second stack.yaml for GHC 7.8.4
| YAML | mit | deech/fltkhs-demos | |
d54b9d2e62004e2218b5f7be635a0a1bb968d7e2 | deploy/examples/example-stan-ft-mode.yaml | deploy/examples/example-stan-ft-mode.yaml | ---
apiVersion: "streaming.nats.io/v1alpha1"
kind: "NatsStreamingCluster"
metadata:
name: "stan-ft"
spec:
natsSvc: "nats"
size: 3
image: "nats-streaming:latest"
config:
storeDir: "/pv/stan"
# When this option is introduced, the servers are restarted
# one by one until they are all running with ... | Add example for ft mode | Add example for ft mode
Signed-off-by: Waldemar Quevedo <2d029dbd3aa3d2941d38f053a387cc1ce6eef7a1@synadia.com>
| YAML | apache-2.0 | nats-io/nats-streaming-operator,nats-io/nats-streaming-operator | |
42f110d17fc33fe91c21f7d752bdf30afa78dc7a | bugs/issue-04ae88702a9f6d21e8be9af5f12b70dc25d05b17.yaml | bugs/issue-04ae88702a9f6d21e8be9af5f12b70dc25d05b17.yaml | --- !ditz.rubyforge.org,2008-03-06/issue
title: Make option callback more flexible
desc: |-
Right now the callback function does not know the option name.
Also the option argument is neither stored, loaded or saved.
Change this so that it can e.g. easily emulate a string option.
type: :bugfix
component: libsc
re... | Add bug on option callback. | Add bug on option callback.
| YAML | lgpl-2.1 | cburstedde/libsc,holke/libsc,holke/libsc,johannrudi/libsc,johannrudi/libsc,cburstedde/libsc,johannrudi/libsc,holke/libsc,holke/libsc,johannrudi/libsc,johannrudi/libsc,cburstedde/libsc,cburstedde/libsc,cburstedde/libsc | |
46273292d4fcb144d414f75f9c979e2a894f667d | packages/as/ast-path.yaml | packages/as/ast-path.yaml | homepage: https://github.com/ijaketak/ast-path#readme
changelog-type: markdown
hash: 1f513bfe37ab68e2083f19b0457d6bc0a77cd1c32f9e646441919476fa300d53
test-bench-deps:
base: ! '>=4.7 && <5'
ast-path: -any
tasty-hunit: -any
tasty: -any
maintainer: ijaketak@gmail.com
synopsis: vocabulary representation for predict... | Update from Hackage at 2019-06-13T07:58:07Z | Update from Hackage at 2019-06-13T07:58:07Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
3e346fff11785f9e740c179a41ecd2b0bef313fa | packages/op/open-adt.yaml | packages/op/open-adt.yaml | homepage: https://github.com/woehr/open-adt
changelog-type: ''
hash: 1d84815d39d948e6f502888a26d01744e9852c722b280f8f97c6445da5b51297
test-bench-deps: {}
maintainer: Jordan Woehr
synopsis: Open algebraic data types.
changelog: ''
basic-deps:
row-types: ! '>=0.2.3 && <1'
base: ! '>=4.9 && <5'
constraints: ! '>=0.8... | Update from Hackage at 2018-11-25T18:30:21Z | Update from Hackage at 2018-11-25T18:30:21Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
d8901f28cfd5503f398f96e1471e51e97d434180 | packages/hq/hq.yaml | packages/hq/hq.yaml | homepage: https://github.com/github.com/ghais#readme
changelog-type: markdown
hash: a8fab3b703aac934f6932bb6b2e8916c9755fba4ff26c53bb98b564f825247ce
test-bench-deps:
base: '>=4.7 && <5'
hspec: '>=2.7'
hq: -any
hspec-expectations: '>=0.8'
maintainer: 0x47@0x49.dev
synopsis: Quantitative Library
changelog: |
# ... | Update from Hackage at 2021-07-08T15:47:40Z | Update from Hackage at 2021-07-08T15:47:40Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
e0c09ba211771925d9baa0398f712faf80b127e6 | .pre-commit-config.yaml | .pre-commit-config.yaml | # Run dev.dials.install_pre_commits to enable repository pre-commits.
repos:
# If a python3 installation is available than can run black
# then run that. Otherwise skip.
- repo: https://github.com/dials/black
rev: v2
hooks:
- id: black
args: [--safe, --quiet]
language_version: libtbx.p... | Add pre-commit hooks for xia2 | Add pre-commit hooks for xia2
cf. dials/dials#715
| YAML | bsd-3-clause | xia2/xia2,xia2/xia2 | |
75cac5e116994b1959993e46aa6920f39b36cab1 | src/main/resources/db/changelogs/db.changelog_065.yaml | src/main/resources/db/changelogs/db.changelog_065.yaml | databaseChangeLog:
- changeSet:
id: 65
author: Pontus Doverstav
changes:
- sql:
comment: Add kanjis to lessons_kanji table
sql:
INSERT INTO contentschema.lessons_kanjis (lesson_id, kanji_id)
SELECT ln.lesson_id, ln.nugget_id FROM contentschema.... | Create changelog for creating lesson-kanji connection | Create changelog for creating lesson-kanji connection
| YAML | mit | kits-ab/gakusei,kits-ab/gakusei,kits-ab/gakusei | |
4bd9920b972c06615a26331ae19a560118519f5f | puppet/hieradata/common.yaml | puppet/hieradata/common.yaml | # Common Hiera data gets applied to all nodes
ssh::server::storeconfigs_enabled: false
# ceilometer settings used by compute and controller ceilo auth settings
ceilometer::agent::auth::auth_region: 'regionOne'
# FIXME: Might be better to use 'service' tenant here but this requires
# changes in the tripleo-incubator ke... | # Common Hiera data gets applied to all nodes
ssh::server::storeconfigs_enabled: false
# ceilometer settings used by compute and controller ceilo auth settings
ceilometer::agent::auth::auth_region: 'regionOne'
# FIXME: Might be better to use 'service' tenant here but this requires
# changes in the tripleo-incubator ke... | Allow overlapping IPs in Neutron | Allow overlapping IPs in Neutron
Change-Id: I7703013b62bd67869c268fb8689389ec0eeb5aad
| YAML | apache-2.0 | trozet/tripleo-heat-templates,trozet/opnfv-tht,bcrochet/tripleo-heat-templates,trozet/tripleo-heat-templates,openstack/tripleo-heat-templates,rdo-management/tripleo-heat-templates,rdo-management/tripleo-heat-templates,trozet/opnfv-tht,wyg3958/tripleo-heat-templates,dprince/tripleo-heat-templates,bcrochet/tripleo-heat-t... |
9e967c134e37a8b27085457bad8802a18bbd38a1 | backup/config/templates/mongodb.yml | backup/config/templates/mongodb.yml | image: "mongo:latest"
commands:
{% if env.MONGO_USER and env.MONGO_PASS %}
- "mongodump --host {{ ip }} -u {{ env.MONGO_USER }} -p {{ env.MONGO_PASS }} --gzip --archive > {{ target_dir }}/databases.archive.gz"
{% else %}
- "mongodump --host {{ ip }} --gzip --archive > {{ target_dir }}/databases.archive.gz"
{%... | image: "mongo:latest"
commands:
{% if env.MONGO_USER and env.MONGO_PASS %}
- "mongodump --host {{ ip }} -u {{ env.MONGO_USER }} -p {{ env.MONGO_PASS }} --gzip --archive > {{ target_dir }}/databases.archive.gz"
{% elif env.MONGO_PASS %}
- "mongodump --host {{ ip }} -u admin -p {{ env.MONGO_PASS }} --gzip --arch... | Update mongo template to backup with user admin when only password is setted | Update mongo template to backup with user admin when only password is setted
| YAML | mit | disaster37/rancher-backup,rufusl/rancher-backup,disaster37/rancher-backup,rufusl/rancher-backup |
4a452ee0f2ca8bc518598d12aa2627450ea8a3c5 | .dependabot/config.yml | .dependabot/config.yml | version: 1
update_configs:
- package_manager: "dotnet:nuget"
directory: "/src"
update_schedule: "live"
- package_manager: "dotnet:nuget"
directory: "/targets"
update_schedule: "live"
| version: 1
update_configs:
- package_manager: "dotnet:nuget"
directory: "/src"
update_schedule: "live"
# - package_manager: "dotnet:nuget"
# directory: "/targets"
# update_schedule: "live"
| Stop dependabot looking at the targets folder | Stop dependabot looking at the targets folder | YAML | mit | RadicalFx/Radical.Windows |
e3b21a2ed66ead96cffdcd2b853f71c1bc92623b | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: assets/uploads
public_path: assets/uploads
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
b... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: assets/uploads
public_path: assets/uploads
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
i... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io |
2b1ce704ee32d0391f45dd5c277a1ab4ea57fb34 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: content
label: Pages
create: all
match: "*"
- type: directory
path: content/post
label: Post
create: all
match: "**/*"
upload_dir: static/uploads
public_path: "/uploads"
front_matter_path: ''
use_f... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: content
label: Pages
create: all
match: "*"
- type: directory
path: content/post
label: Post
create: all
match: "**/*"
upload_dir: static/uploads
public_path: "/uploads"
front_matter_path: ''
use_f... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | kiran/kiranbot,kiran/kiranbot,kiran/kiranbot,kiran/kiranbot,kiran/kiranbot |
3bbf4acdfbcc230e70ba7d9484994929308adc2a | .github/dependabot.yml | .github/dependabot.yml | #
# base-parent (https://github.com/hazendaz/base-parent)
#
# Copyright 2011-2020 Hazendaz.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of The Apache Software License,
# Version 2.0 which accompanies this distribution, and is available at
# https://www.apach... | #
# base-parent (https://github.com/hazendaz/base-parent)
#
# Copyright 2011-2020 Hazendaz.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of The Apache Software License,
# Version 2.0 which accompanies this distribution, and is available at
# https://www.apach... | Add ignores for jakarta package renamed artifacts | [actions] Add ignores for jakarta package renamed artifacts
| YAML | apache-2.0 | hazendaz/base-parent |
66bb66e8ff750b7dee46f0a6bdc10580849ceab4 | .codeclimate.yml | .codeclimate.yml | ---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- "**.rb"
exclude_paths:
- spec/**/*
| ---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
checks:
Rubocop/Rails/Output:
enabled: false
ratings:
paths:
- "**.rb"
exclude_paths:
- spec/**/*
| Disable Rubocop checks to Rails output. | Disable Rubocop checks to Rails output.
| YAML | mit | amckinnell/nutrella,amckinnell/nutrella |
b507aeb2c13d6d350971e65a8a2cc05e061aa76c | .codeclimate.yml | .codeclimate.yml | engines:
bundler-audit:
enabled: true
checks:
Insecure Source:
enabled: false
rubocop:
enabled: true
reek:
enabled: true
fixme:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
ratings:
paths:
- lib/**
- "**.rb"
exclude_paths:
- spe... | engines:
bundler-audit:
enabled: true
checks:
Insecure Source:
enabled: false
rubocop:
enabled: true
reek:
enabled: true
checks:
IrresponsibleModule/IrresponsibleModule:
enabled: false
fixme:
enabled: true
duplication:
enabled: true
config:
lan... | Remove reek checks for documenting comments | Remove reek checks for documenting comments
| YAML | mit | andypike/rectify |
52eba441d171575726dc97c8b5c98681e65ac327 | roles/configure_functional_tests/tasks/main.yaml | roles/configure_functional_tests/tasks/main.yaml | - shell:
cmd: |
set -e
set -x
GATE_STACK_USER={{ ansible_user }}
IS_GATE=True
BASE_DIR={{ base_dir }}
GATE_DEST={{ gate_dest_dir }}
PROJECT_NAME={{ project_name }}
NEUTRON_PATH={{ neutron_dir }}
NEUTRON_VPNAAS_PATH={{ neutron_vpnaas_dir }}
... | - shell:
cmd: |
set -e
set -x
GATE_STACK_USER={{ ansible_user }}
IS_GATE=True
BASE_DIR={{ base_dir }}
GATE_DEST={{ gate_dest_dir }}
PROJECT_NAME={{ project_name }}
NEUTRON_PATH={{ neutron_dir }}
NEUTRON_VPNAAS_PATH={{ neutron_vpnaas_dir }}
... | Fix functional jobs due to OVS file removal | Fix functional jobs due to OVS file removal
The neutron file devstack/lib/ovs was removed in
https://review.opendev.org/c/openstack/neutron/+/793470
in favor of using the devstack in-tree version at
lib/neutron_plugins/ovs_source. Start using it to
un-break the functional jobs.
Change-Id: I0b847bd24305204388f1ff9dcb... | YAML | apache-2.0 | openstack/neutron-vpnaas,openstack/neutron-vpnaas |
0c2e00e1e16c1043c78c82d51b94eb22011ce205 | cloud-init/consul.yaml | cloud-init/consul.yaml | #cloud-config
packages:
- unzip
runcmd:
- wget -q -O /tmp/consul.zip https://releases.hashicorp.com/consul/0.6.4/consul_0.6.4_linux_amd64.zip
- unzip /tmp/consul.zip -d /usr/local/bin
- rm -vf /tmp/consul.zip
| #cloud-config
packages:
- unzip
runcmd:
- wget -q -O /tmp/consul.zip https://releases.hashicorp.com/consul/0.6.4/consul_0.6.4_linux_amd64.zip
- unzip /tmp/consul.zip -d /usr/local/bin
- rm -vf /tmp/consul.zip
- wget -q -O /etc/systemd/system/consul.service https://raw.githubusercontent.com/colstrom/ops-consul/master/sy... | Add systemd service to cloud-init | Add systemd service to cloud-init
| YAML | mit | colstrom/ops-consul |
c9d0c5209d93886794fc4f854f56ed9d88233400 | .readthedocs.yml | .readthedocs.yml | version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Optionally build your docs in additional formats such as PDF and ePUB
formats: all
# Set the version of Python and requirements
python:
version: 3.7
install:
- requirements: requirements-dev.... | version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
formats:
- htmlzip
# Set the version of Python and requirements
python:
version: 3.7
install:
- requirements: requirements-dev.txt
- method: setuptools
path: .
| Set docs build to only HTML | Set docs build to only HTML
| YAML | mit | ljvmiranda921/pyswarms,ljvmiranda921/pyswarms |
acfaeb5ba6191d1d18a7371f3851f6e98097cff1 | .scrutinizer.yml | .scrutinizer.yml | imports:
- php
tools:
external_code_coverage:
runs: 5 # No Code Coverage and HHVM
timeout: 2700 # 45 minutes
| imports:
- php
tools:
external_code_coverage:
runs: 5 # No Code Coverage and HHVM
timeout: 10800 # 3 hours
| Increase the external_code_coverage timeout even more. Still timing out. | Increase the external_code_coverage timeout even more. Still timing out.
| YAML | mit | splitice/phpseclib,paragonie-scott/phpseclib,paragonie-scott/phpseclib,danog/phpseclib,metaclassing/phpseclib,phpseclib/phpseclib,danog/phpseclib,thaigialai1987/phpseclib,terrafrost/phpseclib,thaigialai1987/phpseclib,metaclassing/phpseclib,kenichiii/phpseclib,kenichiii/phpseclib,splitice/phpseclib |
566766f5954f774fff51b285b8368211646678cd | .scrutinizer.yml | .scrutinizer.yml | before_commands:
- 'curl -sS https://getcomposer.org/installer | php'
- 'php composer.phar install'
tools:
php_code_coverage:
test_command: './bin/phpspec'
| tools:
external_code_coverage: true
| Use external coverage configuration for Scrutinizer-CI | Use external coverage configuration for Scrutinizer-CI
| YAML | mit | renanivo/authoritarian |
0855e77eb4f9d4477460fb4a70352bd174b78d89 | _config.yml | _config.yml | # Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
# Setup
title: Hossam Barakat
tagline: 'Thoughts about ASP.NET, mobility, and technology.'
description: ''
url: http://www.hossambarakat.net
baseu... | # Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
# Setup
title: Hossam Barakat
tagline: 'Thoughts about ASP.NET, mobility, and technology.'
description: ''
url: http://www.hossambarakat.net
baseu... | Change bio & page size | Change bio & page size
| YAML | mit | hossambarakat/hossambarakat.github.io,hossambarakat/hossambarakat.github.io,hossambarakat/hossambarakat.github.io |
8191b44ec13cd652e5035178eb1b680929d333f7 | _config.yml | _config.yml | projectName: Thought About You
projectUrl: http://thoughtaboutyou.net/
projectUrlReadable: thoughtaboutyou.net
paginate: 3
root:
permalink: /:year/:month/:day/:title/
markdown: rdiscount
pygments: true
lsi: true
googleAnalyticsAccountId: UA-34331994-1
googleAnalyticsAccountUrl: thoughtaboutyou.net | projectName: Thought About You
projectUrl: http://thoughtaboutyou.net/
projectUrlReadable: thoughtaboutyou.net
paginate: 3
root:
permalink: /:year/:month/:day/:title/
markdown: rdiscount
pygments: true
lsi: true
googleAnalyticsAccountId: UA-44605644-1
googleAnalyticsAccountUrl: thoughtaboutyou.net | Use the right google analytics tracking id | Use the right google analytics tracking id
| YAML | agpl-3.0 | thoughtaboutyou/thoughtaboutyou.github.io,thoughtaboutyou/thoughtaboutyou.github.io |
ec43fa822ab90c5e89741c40d3a18d3771871c76 | _config.yml | _config.yml | # Site settings
title: The Classical Language Toolkit
#email: kyle@kyle-p-johnson.com
description: > # this means to ignore newlines until "baseurl:"
NLP for the ancient world
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://cltk.org" # the base hostname & protocol for your site
#twitter_username: kyl... | # Site settings
title: The Classical Language Toolkit
#email: kyle@kyle-p-johnson.com
description: > # this means to ignore newlines until "baseurl:"
NLP for the ancient world
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://cltk.org" # the base hostname & protocol for your site
#twitter_username: kyl... | Change highligeter from pygments to rouge | Change highligeter from pygments to rouge
To suppress error from pygments not being supported.
https://help.github.com/articles/page-build-failed-config-file-error/#fixing-highlighting-errors | YAML | mit | cltk/cltk.github.io |
a83d512ecd028fa26e030dc2f6ce9ffabfc368e3 | _config.yml | _config.yml | include: docs/build/html/_sources, docs/build/html/_static, docs/build/html/_themes
| include: ['docs/build/html/_sources', 'docs/build/html/_static', 'docs/build/html/_themes']
| Update Jekyl config again, trying to fix css/js links that stopped working | Update Jekyl config again, trying to fix css/js links that stopped working
| YAML | lgpl-2.1 | geoffreyanderson/opentsdb.net,OpenTSDB/opentsdb.net,manolama/opentsdb.net,manolama/opentsdb.net,geoffreyanderson/opentsdb.net,OpenTSDB/opentsdb.net,OpenTSDB/opentsdb.net,manolama/opentsdb.net,geoffreyanderson/opentsdb.net |
2055ad2758ac4b48f4ad9c6cc0d57e7c102e608e | _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... | Fix email - footer :) | Fix email - footer :)
| YAML | mit | nbompetsis/nbompetsis.github.io |
8da7642fff3d93c7801d47cfd326cd8ae420ab6e | _config.yml | _config.yml | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For te... | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For te... | Add Google Analytics (minima knows) | Add Google Analytics (minima knows)
| YAML | mit | cmey/cmey.github.io,cmey/cmey.github.io |
d51b24105ae95f37ae3c57bd8e33844a52a2d12e | _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... | Update Helmet version to latest (3.9.0) | Update Helmet version to latest (3.9.0)
| YAML | mit | helmetjs/helmetjs.github.io,helmetjs/helmetjs.github.io |
1a978e8a895d49440542718647885ad32c9d5021 | _config.yml | _config.yml | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For te... | title: Tim Alonso's Blog
description: >- # this means to ignore newlines until "baseurl:"
Thoughts on .NET development and enterprise content management system solutions.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://timalonso.co.uk"
twitter_username: TimAlonso
markdown: kramdown
remote_theme: chest... | Clean up config and remove redundant content | Clean up config and remove redundant content
| YAML | mit | TimAlonso/timalonso.github.io,TimAlonso/timalonso.github.io |
e5077d228632ff9c0a7f0d5d2a5c358fe383daa9 | _config.yml | _config.yml | exclude:
- README.md
- utils
- Gemfile
- Gemfile.lock
- vendor
- circle.yml
permalink: pretty
markdown: kramdown
collections:
events:
output: true
permalink: /events/:name/
keep_files:
- docs/python # Python documentation mirror
- screens # SRcomp screens
- shepherdin... | exclude:
- README.md
- utils
- Gemfile
- Gemfile.lock
- vendor
- circle.yml
permalink: pretty
markdown: kramdown
collections:
events:
output: true
permalink: /events/:name/
keep_files:
- docs/python # Python documentation mirror
- screens # SRcomp screens
- shepherdin... | Add a configuration variable for competition mode | Add a configuration variable for competition mode
| YAML | mit | PeterJCLaw/srweb-jekyll,PeterJCLaw/srweb-jekyll,prophile/srweb-jekyll,prophile/srweb-jekyll,PeterJCLaw/srweb-jekyll,prophile/srweb-jekyll,prophile/srweb-jekyll,prophile/srweb-jekyll,PeterJCLaw/srweb-jekyll,prophile/srweb-jekyll,PeterJCLaw/srweb-jekyll,PeterJCLaw/srweb-jekyll |
1d80d127cb6667383c0457486d3310313a5a06f9 | .github/workflows/grumphp.yml | .github/workflows/grumphp.yml | name: GrumPHP
on: push
jobs:
grumphp:
runs-on: ubuntu-latest
container: docker://php:${{ matrix.php_version }}-cli
strategy:
matrix:
php_version:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0-rc'
steps:
- uses: actions/checkout@v2
- name: Ins... | name: GrumPHP
on: push
jobs:
grumphp:
runs-on: ubuntu-latest
container: docker://php:${{ matrix.php_version }}-cli
continue-on-error: ${{ matrix.allow_fail }}
strategy:
matrix:
php_version:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
allow_fail: false
... | Allow PHP 8 to fail | Allow PHP 8 to fail
| YAML | mit | Mezzle/queuejitsu |
732adf27573568042a38b0d7a66bff8b5de406ad | .github/workflows/runtime.yml | .github/workflows/runtime.yml | name: Runtime Test
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 5'
push:
branches: [main, develop]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
runtime:
- ubuntu
- alpine
- archlinux
- centos
- debian
- fedo... | name: Runtime Test
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 5'
push:
branches: [main, develop]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
runtime:
- ubuntu
- alpine
- archlinux
- centos
- debian
- fedo... | Use script to avoid tty error on GH Actions | Use script to avoid tty error on GH Actions
| YAML | mit | otiai10/gosseract,otiai10/gosseract,otiai10/gosseract,otiai10/gosseract |
58b69204ae6959c558aca54acca99de7a1f7e0ac | .github/workflows/version.yml | .github/workflows/version.yml | name: Version Bump
on:
schedule: [{ cron: '0 10 * * *' }] # daily: https://crontab.guru/#0_0_*_*_*
workflow_dispatch:
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}
- run: |-
np... | name: Version Bump
on:
schedule: [{ cron: '0 10 * * *' }] # daily: https://crontab.guru/#0_0_*_*_*
workflow_dispatch:
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}
- run: |-
np... | Use new GH Actions process for setting env vars | Use new GH Actions process for setting env vars
No longer possible to set-env directly:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ | YAML | mit | nodenv/node-build,OiNutter/node-build |
024332f529521b3e077bf4edee1a66a76ef5b4fc | packages/pr/progress-reporting.yaml | packages/pr/progress-reporting.yaml | homepage: ''
changelog-type: ''
hash: 6659325fff2f653bdb7bdb3bd9346ff2059457517802df86aaa2ea7c03d70844
test-bench-deps: {}
maintainer: haskelldevelopers@chordify.net
synopsis: Functionality for reporting function progress.
changelog: ''
basic-deps:
base: ! '>=4.6 && <4.10'
time: ! '>=1.4 && <1.7'
mtl: ! '>=2.1 &&... | homepage: ''
changelog-type: markdown
hash: 845335f3ccdd561f06c1798dea465ceb145e2ffcb620f8ab2fcedd66ecabdf84
test-bench-deps: {}
maintainer: haskelldevelopers@chordify.net
synopsis: Functionality for reporting function progress.
changelog: ! "1.1.0\r\n------\r\n\r\n* GHC 8.2 compatibility\r\n\r\n1.0.0\r\n------\r\n\r\n... | Update from Hackage at 2017-09-27T09:26:58Z | Update from Hackage at 2017-09-27T09:26:58Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
cf97db2d4ecb1ac49541fb12d989ffbd3a63105a | defaults/main.yml | defaults/main.yml | ---
# defaults file for pyenv
pyenv_env: "user"
pyenv_path: "{% if pyenv_env == 'user' %}{{ ansible_env.HOME }}/pyenv{% else %}/usr/local/pyenv{% endif %}"
pyenv_owner: "{{ ansible_env.USER }}"
pyenv_setting_path: "{% if pyenv_env == 'user' %}~/.bashrc{% else %}/etc/profile.d/pyenv.sh{% endif %}"
pyenv_update_git_insta... | ---
# defaults file for pyenv
pyenv_env: "user"
pyenv_path: "{% if pyenv_env == 'user' %}{{ ansible_env.HOME }}/pyenv{% else %}/usr/local/pyenv{% endif %}"
pyenv_owner: "{{ ansible_env.USER }}"
pyenv_setting_path: "{% if pyenv_env == 'user' %}~/.bashrc{% else %}/etc/profile.d/pyenv.sh{% endif %}"
pyenv_update_git_insta... | Update debian packages with pyenv recommended packages | Update debian packages with pyenv recommended packages
| YAML | mit | avanov/ansible-galaxy-pyenv |
e483b3481a591c977dda150d515a27802ad728b4 | common/region_check/templates/region-check-job.yaml | common/region_check/templates/region-check-job.yaml | {{- if .Release.IsUpgrade }}
apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "region_check.fullname" . }}
labels:
system: openstack
type: configuration
app.kubernetes.io/name: {{ include "region_check.name" . }}
helm.sh/chart: {{ include "region_check.chart" . }}
app.kubernetes.io/inst... | {{- if .Release.IsUpgrade }}
apiVersion: batch/v1
kind: Job
metadata:
name: {{ include "region_check.fullname" . }}
labels:
system: openstack
type: configuration
app.kubernetes.io/name: {{ include "region_check.name" . }}
helm.sh/chart: {{ include "region_check.chart" . }}
app.kubernetes.io/inst... | Revert "[region-check] Adapt for newer helm versions" | Revert "[region-check] Adapt for newer helm versions"
This reverts commit 5c71cde4fd1ad9526cf2cddc6c7eed9e1aad8015.
This does not work as expected at least in qa-de-1, where Minor is set
to "8+".
| YAML | apache-2.0 | sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts |
c9f25de36273120d560714b3bba88dc46a28aed5 | home/wasa/.config/beets/config.yaml | home/wasa/.config/beets/config.yaml | directory: ~/music/albums
library: ~/music/library.blb
plugins: scrub zero discogs
original_date: yes
threaded: no
paths:
default: $albumartist - $album ($year)/$track - $title
comp: $albumartist - $album ($year)/$track - $artist - $title
singleton: Singletons/$artist - $... | directory: ~/music/albums
library: ~/music/library.blb
plugins: scrub zero discogs
original_date: yes
threaded: no
paths:
default: $albumartist - $album ($year)/$track - $title
comp: $albumartist - $album ($year)/$track - $artist - $title
singleton: Singletons/$artist - $... | Remove fields that used to be no-op | Remove fields that used to be no-op
| YAML | unlicense | wasamasa/dotfiles,wasamasa/dotfiles,wasamasa/dotfiles |
84f89fc3ec5035083aeb4023d98ac264ee087d17 | contrib/linux/actions/rm.yaml | contrib/linux/actions/rm.yaml | ---
name: "rm"
runner_type: "remote-shell-cmd"
description: "Remove file(s)"
enabled: true
entry_point: ""
parameters:
target:
type: "string"
description: "List of files/directories to to be removed"
required: true
recursive:
type: "boolean"
desc... | ---
name: "rm"
runner_type: "remote-shell-cmd"
description: "Remove file(s)"
enabled: true
entry_point: ""
parameters:
target:
type: "string"
description: "List of files/directories to to be removed"
required: true
recursive:
type: "boolean"
desc... | Remove whitespace for first argument. | Remove whitespace for first argument.
| YAML | apache-2.0 | lakshmi-kannan/st2,StackStorm/st2,Plexxi/st2,tonybaloney/st2,StackStorm/st2,tonybaloney/st2,Plexxi/st2,emedvedev/st2,punalpatel/st2,peak6/st2,emedvedev/st2,dennybaa/st2,tonybaloney/st2,dennybaa/st2,pixelrebel/st2,nzlosh/st2,nzlosh/st2,peak6/st2,lakshmi-kannan/st2,Plexxi/st2,dennybaa/st2,lakshmi-kannan/st2,punalpatel/st... |
36d70395cb8c885e23f78c0bbed01a2ad0c87a93 | .github/workflows/nodebug.yml | .github/workflows/nodebug.yml | name: No Assertions
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
ndebug:
name: No Assertions
uses: steinwurf/nodebug-action/.github/workflows/a... | name: No Assertions
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
ndebug:
name: No Assertions
uses: steinwurf/nodebug-action/.github/workflows/a... | Update No Assertions to new version 7.0.0 | Update No Assertions to new version 7.0.0 | YAML | bsd-3-clause | steinwurf/stub,steinwurf/stub |
80f3fb72990ebf86dd6292f78930b9d1d2ff8f2f | .github/workflows/nightly.yml | .github/workflows/nightly.yml | name: Nightly Builds
on:
schedule:
- cron: '25 19 * * *'
jobs:
build:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
strategy:
fail-fast: false
max-parallel: 9
matrix:
python-version: ['3.8', '3.9', '3.10']
# Add macos-latest to the next line... | name: Nightly Builds
on:
schedule:
- cron: '41 19 * * *'
jobs:
build:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
strategy:
fail-fast: false
max-parallel: 9
matrix:
python-version: ['3.8', '3.9', '3.10']
# Add macos-latest to the next line... | Update cron job [no ci] | Update cron job [no ci] | YAML | mit | PMEAL/OpenPNM |
d4a3cc05f1530a20a6df4cc679c9680c6e5838ef | .travis-packer-build-tmpl.yml | .travis-packer-build-tmpl.yml | ---
message: ":tada: :bomb: commit-range=%{commit_range_string}\n\n%{source_commit_message}"
branch: "%{template_name}"
config:
language: generic
dist: trusty
group: edge
sudo: true
before_install:
- if [[ $BUILDER = docker ]] ; then
sudo stop docker ;
sudo cat /etc/default/docker ;
echo '... | ---
message: "%{source_commit_message}\n\n:tada: :bomb: commit-range=%{commit_range_string}"
branch: "%{template_name}"
config:
language: generic
dist: trusty
group: edge
sudo: true
before_install:
- if [[ $BUILDER = docker ]] ; then
sudo stop docker ;
sudo cat /etc/default/docker ;
echo '... | Switch around trigger commit message | Switch around trigger commit message
so that the human part comes first
| YAML | mit | travis-ci/packer-templates,travis-ci/packer-templates,travis-ci/packer-templates |
9bac99c8232ff8b1dc4c8fba74627eb559a364a8 | roles/xournal/tasks/main.yml | roles/xournal/tasks/main.yml | ---
- name: Install xournal
apt: name=xournal state=present
- name: Configure xournal
copy:
src: config
dest: "{{ user.homedir }}/.xournal/config"
owner: "{{ user.name }}"
group: "{{ user.group }}"
| ---
- name: Install xournal
apt: name=xournal state=present
- name: Make sure config paths exist
file:
path: {{ user.homedir }}/.xournal
owner: "{{ user.name }}"
group: "{{ user.group }}"
recurse: yes
state: directory
- name: Configure xournal
copy:
src: config
dest: "{{ user.homedi... | Fix xournal role folder name | Fix xournal role folder name
| YAML | cc0-1.0 | Photon89/ansible-lernvideoprojekt-lmu |
a8e33b37f2b1f93092be14b6d3e0b701f2b27ba6 | dev_server/docker-compose.yml | dev_server/docker-compose.yml | version: '2'
services:
neo4j:
image: neo4j:3.0.7
ports:
- 7474:7474
- 7687:7687
volumes:
- ./data:/data
- ./import:/var/lib/neo4j/import
- ./plugins:/var/lib/neo4j/plugins
| version: '2'
services:
neo4j:
image: neo4j:3.0.7
ports:
- 7474:7474
- 7473:7473
- 7687:7687
volumes:
- ./data:/data
- ./import:/var/lib/neo4j/import
- ./plugins:/var/lib/neo4j/plugins
| Add 7473 port to docker container for dev server | Add 7473 port to docker container for dev server
| YAML | apache-2.0 | spacelis/mint-search |
54303e37e8c6d98dde00ede874d28306080983af | data/sites/defra_archive.yml | data/sites/defra_archive.yml | ---
site: defra_archive
whitehall_slug: department-for-environment-food-rural-affairs
title: Department for Environment, Food & Rural Affairs
redirection_date: 15th December 2013
tna_timestamp: 20130402151656
host: archive.defra.gov.uk
furl: www.gov.uk/defra
global: =410
| ---
site: defra_archive
whitehall_slug: department-for-environment-food-rural-affairs
title: Department for Environment, Food & Rural Affairs
redirection_date: 15th December 2013
tna_timestamp: 20130402151656
homepage: https://www.gov.uk/government/organisations/department-for-environment-food-rural-affairs
host: a... | Add homepage and HTML encoding for new site | Add homepage and HTML encoding for new site
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
81102ca153c12ffb469f95eb6b0c49f68cff72da | metadata/org.dslul.openboard.inputmethod.latin.yml | metadata/org.dslul.openboard.inputmethod.latin.yml | Categories:
- System
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/dslul/openboard
IssueTracker: https://github.com/dslul/openboard/issues
AutoName: OpenBoard
RepoType: git
Repo: https://github.com/dslul/openboard
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app... | Categories:
- System
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/dslul/openboard
IssueTracker: https://github.com/dslul/openboard/issues
AutoName: OpenBoard
RepoType: git
Repo: https://github.com/dslul/openboard
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app... | Remove OpenBoard failing build 14 | Remove OpenBoard failing build 14
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
74e1b5d54b9a1a9fd9887c52b2dbd16f45d50741 | api/internal/crawl/config/elastic/escluster.yaml | api/internal/crawl/config/elastic/escluster.yaml | apiVersion: elasticsearch.cloud.google.com/v1alpha1
kind: ESCluster
metadata:
name: esbasic
spec:
plugin:
pluginList:
- repository-gcs
- ingest-user-agent
- ingest-geoip
config:
env:
example: test
nodegroups:
- name: di
replicas: 2
data: true
ingest: true
con... | apiVersion: elasticsearch.cloud.google.com/v1alpha1
kind: ESCluster
metadata:
name: esbasic
spec:
plugin:
pluginList:
- repository-gcs
- ingest-user-agent
- ingest-geoip
gcpserviceaccount:
name: kustomizesa
config:
env:
example: test
nodegroups:
- name: di
replicas: 2
... | Add GCP service account into ESCluster config | Add GCP service account into ESCluster config
This is necessary for index backup into GCS and index recovery from GCS
| YAML | apache-2.0 | kubernetes-sigs/kustomize,kubernetes-sigs/kustomize,kubernetes-sigs/kustomize |
726cc0574d87623d28c7432319ca0579239856c0 | _data/auth_plugins.yml | _data/auth_plugins.yml | - name: Google OAuth Login
description: Plugin to support login through Google OAuth.
readmore_url: https://github.com/gocd-contrib/gocd-oauth-login
author_url: https://github.com/srinivasupadhya
author_name: Srinivas Upadhya
releases_url: https://github.com/gocd-contrib/gocd-oauth-login/releases
github_sta... | - name: Google OAuth Login
description: Plugin to support login through Google OAuth.
readmore_url: https://github.com/gocd-contrib/gocd-oauth-login
author_url: https://github.com/srinivasupadhya
author_name: Srinivas Upadhya
releases_url: https://github.com/gocd-contrib/gocd-oauth-login/releases
github_sta... | Add Go.CD TLS Auth plugin to plugins list | Add Go.CD TLS Auth plugin to plugins list | YAML | apache-2.0 | arvindsv/www.go.cd,gocd/gocd.github.io,ketan/gocd.github.io,gocd/gocd.github.io,gocd/www.go.cd,GaneshSPatil/www.go.cd,jyotisingh/www.go.cd,nyuday/www.go.cd,ketan/www.go.cd,ketan/www.go.cd,arvindsv/gocd.github.io,arvindsv/www.go.cd,jyotisingh/www.go.cd,markandan/www.go.cd,gocd/gocd.github.io,ketan/www.go.cd,GaneshSPatil... |
795e07390664e4fb6cd36bf4b24c0877e6917b30 | .github/workflows/publish-container-image.yml | .github/workflows/publish-container-image.yml | name: Publish a Docker container image to GitHub Packages
on:
push:
branches:
- master
tags:
- v*
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Che... | name: Publish a Docker container image to GitHub Packages
on:
push:
branches:
- master
tags:
- v*
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Che... | Add QEMU and Docker Buildx to Docker container image workflow to enable linux/arm64 build. | Add QEMU and Docker Buildx to Docker container image workflow to enable linux/arm64 build.
| YAML | mit | igorshubovych/markdownlint-cli |
a51191b6075f1727941e239d68b071bfde795182 | docker-compose.yml | docker-compose.yml | version: '2'
services:
brain:
# image: openag/rpi_brain
build: https://github.com/davoclavo/openag_brain.git#docker_develop
container_name: brain
expose:
- 5000
devices:
- "/dev/ttyACM0:/dev/ttyACM0"
- "/dev/video0:/dev/video0"
... | version: '2'
services:
brain:
# image: davoclavo/openag_brain
build: https://github.com/davoclavo/openag_brain.git#develop
container_name: brain
expose:
- 5000
devices:
- "/dev/ttyACM0:/dev/ttyACM0"
- "/dev/video0:/dev/video0"
... | Change branch and image path for the dockerhub image i'll create | Change branch and image path for the dockerhub image i'll create
| YAML | apache-2.0 | davoclavo/openag-resin-multi-container,davoclavo/openag_resin |
86325fe3f416ab7755394948597038b4e2b82c31 | .github/workflows/ha-config-check.yml | .github/workflows/ha-config-check.yml | name: "Run action"
on:
push:
branch:
- master
pull_request:
branch:
- master
jobs:
check:
name: Home Assistant Config Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Create secrets.yaml file
run: |
mv ./secrets... | name: "Run action"
on:
push:
branch:
- master
pull_request:
branch:
- master
jobs:
check:
name: Home Assistant Config Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Create ssh key file
run: |
touch ./fake_id_rsa
... | Change to frenck's config check action | Change to frenck's config check action
| YAML | mit | rtvb/home-assistant-config |
7d6e0f96aa5d4f77e996025a4434b91f01e47b1e | docker-compose.yml | docker-compose.yml | version: "2"
services:
editor-www:
image: nginx:stable-alpine
container_name: isaac-cs-editor
restart: always
volumes:
- "./app:/usr/share/nginx/html"
networks:
default:
external:
name: isaac
| version: "2"
services:
editor-www:
image: nginx:stable-alpine
container_name: isaac-editor
restart: always
volumes:
- "./app:/usr/share/nginx/html"
networks:
default:
external:
name: isaac
| Fix the Docker container name to be the original name | Fix the Docker container name to be the original name
| YAML | mit | ucam-cl-dtg/scooter,ucam-cl-dtg/scooter |
e567e3cd6f3b236715a3371596c36ba3641f37f5 | docker-compose.yml | docker-compose.yml | version: "2.1"
networks: {}
volumes:
medimap-photos:
services:
app:
build: ./medimap-viewer-app
privileged: true
restart: always
volumes:
- "medimap-photos:/mnt/medimap-photos"
labels:
io.balena.features.kernel-modules: true
io.balena.features.firmware: true
io.balena.fea... | version: "2.1"
networks: {}
volumes:
medimap-photos:
services:
app:
build: ./medimap-viewer-app
privileged: true
restart: always
volumes:
- "medimap-photos:/mnt/medimap-photos:shared"
labels:
io.balena.features.kernel-modules: true
io.balena.features.firmware: true
io.bal... | Make rclone volume shared between containers | Make rclone volume shared between containers
| YAML | mit | jo12bar/medimap-viewer,jo12bar/medimap-viewer,jo12bar/medimap-viewer,jo12bar/medimap-viewer,jo12bar/medimap-viewer |
704f70b8d94929ce5bdd6666269cb4b5c7eb86cc | .github/workflows/windows_mkspecs.yml | .github/workflows/windows_mkspecs.yml | name: Windows C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Windows-mkspecs:
uses: steinwurf/windows-mkspecs-action/.github/workflows... | name: Windows C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Windows-mkspecs:
uses: steinwurf/windows-mkspecs-action/.github/workflows... | Update Windows C++ make-specs to new version 4.0.0 | Update Windows C++ make-specs to new version 4.0.0 | YAML | bsd-3-clause | steinwurf/bourne,steinwurf/bourne |
2f1b246dc5cba0cb181f874163de92cbdcfa1685 | docker-compose.yml | docker-compose.yml | # Creates the following container setup:
# collectd -> Kafka -> kafka-influxdb -> InfluxDB
zookeeper:
image: wurstmeister/zookeeper
ports:
- 2181
kafka:
image: wurstmeister/kafka
ports:
- 9092
links:
- zookeeper:zk
environment:
KAFKA_ADVERTISED_HOST_NAME: 192.168.99.100
KAFKA_CREATE_TOPI... | # Creates the following container setup:
# collectd -> Kafka -> kafka-influxdb -> InfluxDB
zookeeper:
image: wurstmeister/zookeeper
ports:
- 2181
kafka:
image: wurstmeister/kafka
ports:
- 9092
links:
- zookeeper:zk
environment:
KAFKA_ADVERTISED_HOST_NAME: 192.168.99.100
KAFKA_CREATE_TOPI... | Move collectd config to contrib subfolder | Move collectd config to contrib subfolder
| YAML | apache-2.0 | mre/kafka-influxdb,mre/kafka-influxdb |
91ede60c2098aae91aa9f8e13734c9b8d41cac31 | docker-compose.yml | docker-compose.yml | web:
build: .
command: run --debug --db-migrate --db-timeout 10 --bind 0.0.0.0:5000
ports:
- "5001:5000"
links:
- postgres
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./dockci:/code/dockci
postgres:
image: postgres
environment:
POSTGRES_USER: dockci
POSTGRES_PASSWORD: letmei... | web:
build: .
command: run --debug --db-migrate --db-timeout 10 --bind 0.0.0.0:5000
ports:
- "5001:5000"
links:
- postgres
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./dockci:/code/dockci
- ./alembic:/code/alembic
postgres:
image: postgres
environment:
POSTGRES_USER: dockci
... | Add alembic local volume to compose | Add alembic local volume to compose
| YAML | isc | RickyCook/DockCI,sprucedev/DockCI-Agent,RickyCook/DockCI,sprucedev/DockCI-Agent,sprucedev/DockCI,sprucedev/DockCI,sprucedev/DockCI,RickyCook/DockCI,RickyCook/DockCI,sprucedev/DockCI |
0ef4967b9e227da2c4191d52866b1f1cc9330ea6 | .bomr/bomr.yaml | .bomr/bomr.yaml | bomr:
bom: spring-boot-project/spring-boot-dependencies/pom.xml
upgrade:
github:
organization: spring-projects
repository: spring-boot
issue-labels:
- 'type: dependency-upgrade'
policy: same-minor-version
prohibited:
- project: derby
versions:
# 10.15 re... | bomr:
bom: spring-boot-project/spring-boot-dependencies/pom.xml
upgrade:
github:
organization: spring-projects
repository: spring-boot
issue-labels:
- 'type: dependency-upgrade'
policy: same-major-version
prohibited:
- project: derby
versions:
# 10.15 re... | Update Bomr config to look for minor version upgrades | Update Bomr config to look for minor version upgrades
| YAML | apache-2.0 | wilkinsona/spring-boot,rweisleder/spring-boot,jxblum/spring-boot,scottfrederick/spring-boot,chrylis/spring-boot,ilayaperumalg/spring-boot,royclarkson/spring-boot,rweisleder/spring-boot,royclarkson/spring-boot,Buzzardo/spring-boot,dreis2211/spring-boot,spring-projects/spring-boot,mdeinum/spring-boot,dreis2211/spring-boo... |
31b6ebebe74880c53f88a9e4de08f4c4433c7c74 | .landscape.yaml | .landscape.yaml | doc-warnings: yes
test-warnings: yes
strictness: high
max-line-length: 80
autodetect: no
pep8:
full: true
pyroma:
run: true
| doc-warnings: yes
test-warnings: yes
strictness: high
max-line-length: 80
autodetect: no
pep8:
full: true
pylint:
disable:
- invalid-name
pyroma:
run: true
| Revert "Revert "Disable PyLint C0103."" | Revert "Revert "Disable PyLint C0103.""
* This reverts commit c8a94520dbc0f0106867985cd9adb5d03af30e86.
* Landscape.io was probably failing due to errors in the
setup script; let's see how it fares now.
| YAML | mit | Renelvon/txrudp,OpenBazaar/txrudp,jorik041/txrudp |
a236f31f64cafd343df31c884b224ecf09deb0e2 | metadata/com.marv42.ebt.newnote.yml | metadata/com.marv42.ebt.newnote.yml | AntiFeatures:
- NonFreeNet
Categories:
- Games
- Internet
- Money
License: GPL-2.0-only
SourceCode: https://github.com/marv42/EbtNewNote
IssueTracker: https://github.com/marv42/EbtNewNote/issues
AutoName: EBT New Note
RepoType: git
Repo: https://github.com/marv42/EbtNewNote
Builds:
- versionName: '0.19'
... | AntiFeatures:
- NonFreeNet
Categories:
- Games
- Internet
- Money
License: GPL-2.0-only
SourceCode: https://github.com/marv42/EbtNewNote
IssueTracker: https://github.com/marv42/EbtNewNote/issues
AutoName: EBT New Note
RepoType: git
Repo: https://github.com/marv42/EbtNewNote
Builds:
- versionName: '0.19'
... | Update CV of EBT New Note to 0.26 (26) | Update CV of EBT New Note to 0.26 (26)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
0ed5506f25b5b7fcc6925d67457aca1158b521da | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
previ... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: images/posts
label: Images
create: all
match: "**/*"
new_doc_ext: ".png"
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_pat... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | balajeerc/balajeerc.github.io,balajeerc/balajeerc.github.io,balajeerc/balajeerc.github.io |
77a0681553e6e8c7e5e4b5248d41b3a278559574 | app/config/routing.yml | app/config/routing.yml | _homepage:
path: /
defaults: { _controller: FrameworkBundle:Redirect:redirect, route: admin, permanent: true }
easy_admin_bundle:
resource: "@AppBundle/Controller/AdminController.php"
type: annotation
prefix: /admin
| _homepage:
path: /
defaults: { _controller: FrameworkBundle:Redirect:redirect, route: easyadmin, permanent: true }
easy_admin_bundle:
resource: "@AppBundle/Controller/AdminController.php"
type: annotation
prefix: /admin
| Use "easyadmin" route instead of the deprecated "admin" route | Use "easyadmin" route instead of the deprecated "admin" route
| YAML | mit | javiereguiluz/easy-admin-demo,javiereguiluz/easy-admin-demo |
735b9631df9493d756778d4ee5e5215ecea677c3 | appveyor.yml | appveyor.yml | version: '{build}'
skip_tags: true
environment:
matrix:
- RUBY_VERSION: 22
- RUBY_VERSION: 22-x64
- RUBY_VERSION: 21
- RUBY_VERSION: 21-x64
- RUBY_VERSION: 200
- RUBY_VERSION: 193
install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- gem install bundler
- bundle install --path=vendor... | version: '{build}'
skip_tags: true
environment:
matrix:
- RUBY_VERSION: 25
- RUBY_VERSION: 25-x64
- RUBY_VERSION: 26
- RUBY_VERSION: 26-x64
install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- gem install bundler
- bundle install --path=vendor/bundle --retry=3 --jobs=3
cache:
- vendor/bu... | Remove Appveyor configuration for EOLed Ruby versions | Remove Appveyor configuration for EOLed Ruby versions
If Ruby has EOLed a Ruby version, it is a good signal to stop maintaining that version for this gem.
| YAML | mit | metricfu/metric_fu,metricfu/metric_fu,metricfu/metric_fu |
6bb633fb1df2bfe381fd7d9535b0a0469f2fa8df | appveyor.yml | appveyor.yml | environment:
matrix:
- nodejs_version: "Stable"
- nodejs_version: "LTS"
cache:
- "%LOCALAPPDATA%\\Yarn"
install:
- ps: $env:VERSION = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
- ps: Update-AppveyorBuild -Version "$env:VERSION-$env:APPVEYOR_BUILD_NUMBER"
- ps: Install-Product no... | environment:
matrix:
- nodejs_version: "Stable"
- nodejs_version: "LTS"
cache:
- "%LOCALAPPDATA%\\Yarn"
install:
- ps: $env:VERSION = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
- ps: Update-AppveyorBuild -Version "$env:VERSION-$env:APPVEYOR_BUILD_NUMBER"
- ps: Install-Product no... | Make sure linting runs on Appveyor | Make sure linting runs on Appveyor
| YAML | mit | mattyclarkson/capnp-es |
aba7b2381a38f3c58749c3e6b71485275b4e69ed | appveyor.yml | appveyor.yml | version: build-{build}-{branch}
environment:
GH_RECORD_MODE: "none"
matrix:
# http://www.appveyor.com/docs/installed-software#python lists available
# versions
- PYTHON: "C:\\Python27"
TOXENV: py27
- PYTHON: "C:\\Python27-x64"
TOXENV: py27
- PYTHON: "C:\\Python34"
TOXENV: py34... | version: build-{build}-{branch}
environment:
GH_RECORD_MODE: "none"
matrix:
# http://www.appveyor.com/docs/installed-software#python lists available
# versions
- PYTHON: "C:\\Python27"
TOXENV: py27
- PYTHON: "C:\\Python27-x64"
TOXENV: py27
- PYTHON: "C:\\Python34"
TOXENV: py34... | Add Python 3.6 and 3.7 to AppVeyor | Add Python 3.6 and 3.7 to AppVeyor
| YAML | bsd-3-clause | sigmavirus24/github3.py |
a0be10c1af9bf506226b01243c620cec7a81048a | appveyor.yml | appveyor.yml | image:
- Visual Studio 2017
clone_script:
- cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
- cmd: git checkout -qf %APPVEYOR_REPO_COMMIT% | image:
- Visual Studio 2017
- Ubuntu1804
clone_script:
- cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
- cmd: git checkout -qf %APPVEYOR_REPO_COMMIT%
- sh: git clone -q --recursive --branch=${APPVEYOR_REPO_BRANCH} https://gith... | Build with Ubuntu 18.04 on AppVeyor. | Build with Ubuntu 18.04 on AppVeyor.
| YAML | mit | mpoullet/cpp-snippets,mpoullet/cpp-snippets |
08e0f4f582c743ebaf77388b53dec73e21eb6359 | appveyor.yml | appveyor.yml | version: 1.0.{build}
build_script:
- cmd: .\build.bat
test_script:
- cmd: .\test.bat
image: Visual Studio 2017
#skip_tags: true
#artifacts:
# - path: .\build\Release\main\net461
# name: synctool-full
#deploy:
# release: autorelease-v$(appveyor_build_version)
# description: 'Automatic Release by AppVeyor'
# pr... | version: 1.0.{build}
build_script:
- cmd: .\build.bat
test_script:
- cmd: .\test.bat
image: Visual Studio 2017
artifacts:
- path: .\build\Release\Setup\RELEASES
- path: .\build\Release\Setup\Setup.exe
- path: .\build\Release\Setup\*.nupkg
#skip_tags: true
#deploy:
# release: autorelease-v$(appveyor_build_v... | Add Squirrel setup files as AppVeyor artifacts | Add Squirrel setup files as AppVeyor artifacts
| YAML | mit | ap0llo/SyncTool |
a1e7ce415b96e452c3cb76b8277fe004b0e89801 | appveyor.yml | appveyor.yml | build: off
environment:
matrix:
- TOXENV: "py27"
install:
- cmd: git submodule update --init --recursive
- cmd: SET PATH=%PATH%;C:\Python27\Scripts
- cmd: pip install tox
test_script:
- cmd: tox
| build: off
environment:
matrix:
- TOXENV: "py27"
install:
- cmd: git submodule update --init --recursive
- cmd: SET PATH=%PATH%;C:\Python27\Scripts;C:\MinGW\bin
- cmd: pip install tox
test_script:
- cmd: tox
| Add MinGW to the PATH | Add MinGW to the PATH | YAML | apache-2.0 | platformio/platformio,platformio/platformio-core,platformio/platformio-core |
f41932dcc0feaae080b775aedec2b62a24c73967 | appveyor.yml | appveyor.yml | version: "{build}"
# Source Config
clone_folder: c:\gopath\src\github.com\docker\docker-credential-helpers
# Build host
os: Windows Server 2012 R2
environment:
GOPATH: c:\gopath
CGO_ENABLED: 1
GOVERSION: 1.6
init:
- git config --global core.autocrlf input
# Build
install:
# Install Go 1.6.
- rmdir c:... | version: "{build}"
# Source Config
clone_folder: c:\gopath\src\github.com\docker\docker-credential-helpers
# Build host
environment:
global:
GOPATH: c:\gopath
CGO_ENABLED: 1
GOVERSION: 1.6
matrix:
- platform: x86
GOARCH: 386
MSYS2_BITS: 32
- platform: x64
... | Add matrix to build in different windows platforms. | Add matrix to build in different windows platforms.
Signed-off-by: David Calavera <b9b0c8e7f90ecf337f6797c4d2e0f1dd0dbc0324@gmail.com>
| YAML | mit | KingEmet/docker-credential-helpers,docker/docker-credential-helpers,KingEmet/docker-credential-helpers,KingEmet/docker-credential-helpers,docker/docker-credential-helpers,docker/docker-credential-helpers |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.