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 |
|---|---|---|---|---|---|---|---|---|---|
0e534af85f362046fc08e325b57167963acaa47c | config/templates.yaml | config/templates.yaml | %YAML 1.0
---
accounts:
generic:
desc: generic user account
default:
requires:
- cn
- givenName
- sn
- uidNumber
- userPassword
- homeDirectory
- uid
objectClass:
- top
- inetOrgPerson
- posixAccount
- shadowAccount
path: /
... | %YAML 1.0
---
accounts:
generic:
desc: generic user account
default:
requires:
- cn
- givenName
- sn
- uidNumber
- userPassword
- homeDirectory
- uid
objectClass:
- top
- inetOrgPerson
- posixAccount
- shadowAccount
path: /
... | Change the object path to something less clumsy. | Change the object path to something less clumsy.
| YAML | bsd-3-clause | jubalfh/cog,jubalfh/cog |
830ead5ddf86c024a91da80155fd33d51cba8ac4 | cloud/skytap/PI.yaml | cloud/skytap/PI.yaml | ---
title: Puppetizing Infrastructure
domain_name: puppetlabs.vm
master_template_id: 808573
master_name: master
master_ports:
- 22
- 80
- 443
- 9090
- 8088
student_template_id: 370665
student_vm_id:
- 2658740
student_ports:
- 80
students:
- instructor
| ---
title: Puppetizing Infrastructure
domain_name: puppetlabs.vm
master_template_id: 808573
master_name: master
master_ports:
- 22
- 80
- 443
- 9090
- 8088
student_template_id: 370665
student_vm_id:
- 2658740
student_ports:
- 80
students:
- instructor-windows
- alice-windows
- bob-windows
| Use "windows" in the names of the windows VMs in case of matching github name | Use "windows" in the names of the windows VMs in case of matching github name
| YAML | apache-2.0 | samuelson/puppetlabs-training-bootstrap,carthik/puppetlabs-training-bootstrap,carthik/puppetlabs-training-bootstrap,carthik/puppetlabs-training-bootstrap,kjhenner/puppetlabs-training-bootstrap,puppetlabs/puppetlabs-training-bootstrap,marrero984/education-builds,kjhenner/puppetlabs-training-bootstrap,kjhenner/puppetlabs... |
dd7bc9e270fc6550425f822cfed9c193e4b44904 | packages/ex/exploring-interpreters.yaml | packages/ex/exploring-interpreters.yaml | homepage: ''
changelog-type: markdown
hash: 7e5484e12cea2e2e7d67ba0af756e2f4f27329c2d1b0513f31d1ec3610f230e3
test-bench-deps: {}
maintainer: leegbestand@gmail.com
synopsis: A generic exploring interpreter for exploratory programming
changelog: "# Revision history for exploring-interpreters \n\n## 0.2.0.0 -- 2021-03-15\... | homepage: ''
changelog-type: markdown
hash: b95e0ec5b404325689ee4ad0825d563c77e5570703f57986dd27c2bed9fb6544
test-bench-deps: {}
maintainer: leegbestand@gmail.com
synopsis: A generic exploring interpreter for exploratory programming
changelog: "# Revision history for exploring-interpreters \n\n## 0.2.0.0 -- 2021-03-15\... | Update from Hackage at 2021-03-19T20:01:05Z | Update from Hackage at 2021-03-19T20:01:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9044b16f400d21710db8f5d5ca4c1591e5b904eb | recipes/restinstance/meta.yaml | recipes/restinstance/meta.yaml | {% set name = "RESTinstance" %}
{% set version = "1.0.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: c241e44e51c7a793c7c5ca0476caac2b703cc78da8041ab05ded965ce49bc187
build:
noarch: py... | {% set name = "RESTinstance" %}
{% set version = "1.0.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: c241e44e51c7a793c7c5ca0476caac2b703cc78da8041ab05ded965ce49bc187
build:
noarch: py... | Add extra arguments to pip | Add extra arguments to pip
| YAML | bsd-3-clause | ocefpaf/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,SylvainCorlay/staged-recipes,goanpeca/staged-recipes,patricksnape/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,SylvainCorlay/staged... |
ab43d00729f48c1b81fa2b7b5ae4f74738d9178e | jobs/e2e_node/containerd/image-config.yaml | jobs/e2e_node/containerd/image-config.yaml | images:
ubuntu:
# Pinning to image to as part of https://github.com/kubernetes/kubernetes/issues/105381
# TODO: Remove this pin, and switch back to image_family
image: ubuntu-gke-2004-1-20-v20210928
# image_family: pipeline-1-20
project: ubuntu-os-gke-cloud
metadata: "user-data</workspace/test... | images:
ubuntu:
image_family: pipeline-1-20
project: ubuntu-os-gke-cloud
metadata: "user-data</workspace/test-infra/jobs/e2e_node/containerd/init.yaml,cni-template</workspace/test-infra/jobs/e2e_node/containerd/cni.template,containerd-config</workspace/test-infra/jobs/e2e_node/containerd/config.toml"
co... | Revert "Pin containerd ubuntu image config" | Revert "Pin containerd ubuntu image config"
| YAML | apache-2.0 | michelle192837/test-infra,cjwagner/test-infra,michelle192837/test-infra,kubernetes/test-infra,kubernetes/test-infra,fejta/test-infra,jessfraz/test-infra,jessfraz/test-infra,cjwagner/test-infra,monopole/test-infra,dims/test-infra,fejta/test-infra,cblecker/test-infra,BenTheElder/test-infra,cblecker/test-infra,BenTheElder... |
7a3258fdd8f60eb70a9834ba558c95592458d429 | ansible-gitlab_runner/inventory/group_vars/all/gitlab_runner/gitlab_runner.yml | ansible-gitlab_runner/inventory/group_vars/all/gitlab_runner/gitlab_runner.yml | ---
# GitLab does not provide packages for Ubuntu Precise
gitlab_runner__apt_repo: 'https://packages.gitlab.com/runner/gitlab-ci-multi-runner/ubuntu/ trusty main'
| ---
# GitLab does not provide packages for Ubuntu Precise
gitlab_runner__apt_repo: 'deb https://packages.gitlab.com/runner/gitlab-ci-multi-runner/ubuntu/ trusty main'
| Use correct APT repository string | Use correct APT repository string
| YAML | mit | ganto/debops-test-suite,ganto/debops-test-suite,ganto/debops-test-suite,ganto/test-suite,ganto/test-suite,ganto/debops-test-suite,drybjed/test-suite,ganto/test-suite,debops/test-suite,ypid/test-suite-ypid,drybjed/test-suite,drybjed/test-suite,ypid/test-suite-ypid,debops/test-suite,ganto/test-suite,ypid/test-suite-ypid,... |
7942155fdb7f901ed9e1a0ac7b363fde5a14e322 | deploy/manifests/discovery/multi.yml | deploy/manifests/discovery/multi.yml | ---
applications:
- name: discovery-multi
memory: 4GB
instances: 2
buildpack: java_buildpack
health-check-type: http
health-check-http-endpoint: /records
path: ../../openregister-java.jar
domains:
- discovery.openregister.org
hosts:
- address
- allergen
- approved-meat-establishment
... | ---
applications:
- name: discovery-multi
memory: 4GB
instances: 2
buildpack: java_buildpack
health-check-type: http
health-check-http-endpoint: /records
path: ../../openregister-java.jar
domains:
- discovery.openregister.org
hosts:
- address
- allergen
- approved-meat-establishment
... | Add policy-force and police-neighbourhood to discovery | Add policy-force and police-neighbourhood to discovery
| YAML | mit | openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java |
fcb5e3fff5aa679dc048ba43a486d0355721e3b6 | flink-end-to-end-tests/test-scripts/container-scripts/job-cluster-service.yaml | flink-end-to-end-tests/test-scripts/container-scripts/job-cluster-service.yaml | ################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this... | ################################################################################
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this... | Use ClusterIP instead of NodePort and remove query port in internal jobmanager service | [FLINK-18725][e2e] Use ClusterIP instead of NodePort and remove query port in internal jobmanager service
JobManager rest service and TaskManager query state service are optional. They could be enabled via apply two more yaml files. Refer to https://ci.apache.org/projects/flink/flink-docs-master/ops/deployment/kuberne... | YAML | apache-2.0 | godfreyhe/flink,xccui/flink,apache/flink,aljoscha/flink,tillrohrmann/flink,rmetzger/flink,zentol/flink,tony810430/flink,rmetzger/flink,tillrohrmann/flink,clarkyzl/flink,clarkyzl/flink,kl0u/flink,godfreyhe/flink,apache/flink,kl0u/flink,zjureel/flink,godfreyhe/flink,StephanEwen/incubator-flink,greghogan/flink,godfreyhe/f... |
61bb3a21f029e8df672c00f85a8819cecd1ae22e | continuous_integration/environment-3.6.yml | continuous_integration/environment-3.6.yml | name: test_env
channels:
- conda-forge
- defaults
dependencies:
- python=3.6
- arm_pyart
- numpy
- cython
- cartopy
- distributed
- coincbc
- scikit-fuzzy
- pytest
- dask
- distributed
- wradlib
- pip:
- git+https://github.com/CSU-Radarmet/CSU_RadarTools.git
| name: test_env
channels:
- conda-forge
- defaults
dependencies:
- python=3.6
- arm_pyart
- numpy
- cython
- cartopy
- distributed
- coincbc
- scikit-fuzzy
- pytest
- dask
- distributed
- wradlib
- pip:
- git+https://github.com/CSU-Radarmet/CSU_RadarTools.git
- requests
| Add requests modue for wradlib beam blockage code. | CI: Add requests modue for wradlib beam blockage code.
| YAML | bsd-3-clause | zssherman/cmac2.0,EVS-ATMOS/cmac2.0,zssherman/cmac2.0,EVS-ATMOS/cmac2.0 |
6bd36f0a7eefddb5329e2cf99b5342cd4b60d501 | tasks/anon-stats.yml | tasks/anon-stats.yml | ---
# Sends anonymous stats if the user is ok with it
- name: ANSISTRANO | Send anonymous stats
uri:
url: http://ansistrano.com/deploy
method: POST
timeout: 5
body: "deploy_via={{ ansistrano_deploy_via | default('rsync') }}&version={{ ansible_version.string }}"
HEADER_Content-Type: "application/x-... | ---
# Sends anonymous stats if the user is ok with it
- name: ANSISTRANO | Send anonymous stats
uri:
url: http://ansistrano.com/deploy
method: POST
timeout: 5
body: "deploy_via={{ ansistrano_deploy_via | default('rsync') }}&version={{ ansible_version.string }}"
HEADER_Content-Type: "application/x-... | Rename sudo to become to avoid deprecation warnings | Rename sudo to become to avoid deprecation warnings
| YAML | mit | laupow/deploy,dgsuarez/deploy |
cdcc2d5ce4fa9b35dcdc933ab1623c4c6705c635 | tasks/postgresql.yml | tasks/postgresql.yml |
- name: 'make sure postgres dependencies are installed'
yum: name=python-psycopg2 state=installed
when: ansible_os_family == "RedHat"
- name: 'create artifactory database user in postgres'
become_user: postgres
postgresql_user: db=artifactory name='{{artifactory_username}}' password='{{artifactory_password}}'... |
- name: 'make sure postgres dependencies are installed'
package: name=python-psycopg2 state=installed
when: ansible_os_family == "RedHat" or ansible_os_family == "Debian"
- name: 'create artifactory database user in postgres'
become_user: postgres
postgresql_user: db=artifactory name='{{artifactory_username}}... | Install python-psycopg2 on Debian too. | Install python-psycopg2 on Debian too.
| YAML | mit | bbaassssiiee/artifactory |
738494d991b0d3d462549d8f3db99de481d619d0 | .github/workflows/python-package.yml | .github/workflows/python-package.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: [ '**' ]
pull_request:
branches: [ '**'... | # 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: [ '**' ]
pull_request:
branches: [ '**'... | Remove python 3.9 from build matrix. | Remove python 3.9 from build matrix.
| YAML | apache-2.0 | erykoff/redmapper,erykoff/redmapper |
0be362bceb873fd52ca84e0c86dd6b0bb8637911 | puppet/hiera/common.yaml | puppet/hiera/common.yaml | ---
url:
gateway_url: "http://%{hiera('fqdn')}"
redmine_url: "http://redmine.%{hiera('fqdn')}:8083/redmine/"
api_redmine_url: "http://api-redmine.%{hiera('fqdn')}:8083/redmine/"
jenkins_url: "http://jenkins.%{hiera('fqdn')}:8081/jenkins/"
# jenkins-job update needs this else it fails with
# "jenkins.NotFoun... | ---
url:
gateway_url: "http://%{hiera('fqdn')}/"
redmine_url: "http://redmine.%{hiera('fqdn')}:8083/redmine/"
api_redmine_url: "http://api-redmine.%{hiera('fqdn')}:8083/redmine/"
jenkins_url: "http://jenkins.%{hiera('fqdn')}:8081/jenkins/"
# jenkins-job update needs this else it fails with
# "jenkins.NotFou... | Fix Gerrit URL in puppet | Fix Gerrit URL in puppet
A trailing slash is missing in the gateway URL, and in case of managesf this
will finally fail because the Gerrit path is directly appended to the URL -
without a slash inbetween.
Change-Id: I3cffa8dd0f39fbbc48454509f67936c4be7a7fed
| YAML | apache-2.0 | enovance/software-factory,enovance/software-factory,enovance/software-factory,enovance/software-factory,enovance/software-factory |
5c6bc0a0f74b0c7f437d45fb55286af014f0083e | goreleaser.yml | goreleaser.yml | homepage: &homepage https://qvl.io/promplot
description: &description Create plots from Prometheus metrics and send them to you
build:
goos:
- windows
- darwin
- linux
archive:
format_overrides:
- goos: windows
format: zip
replacements:
darwin: MacOS
brew:
github:
owner: qvl
na... | homepage: &homepage https://qvl.io/promplot
description: &description Create plots from Prometheus metrics and send them to you
build:
goos:
- windows
- darwin
- linux
archive:
format_overrides:
- goos: windows
format: zip
replacements:
darwin: mac
brew:
github:
owner: qvl
name... | Rename MacOS archive to mac. | Rename MacOS archive to mac.
| YAML | mit | qvl/promplot |
686d15fba3388925d50b86505f83d3bf1ef2f716 | packages/fm/fmr.yaml | packages/fm/fmr.yaml | homepage: ''
changelog-type: ''
hash: 98ce42eba9825c7bdd2661e91c97b6c7cbeb75f3bf47867637343d27d7c0e175
test-bench-deps: {}
maintainer: <work.a.mulik@gmail.com>
synopsis: Fake monadic records library
changelog: ''
basic-deps:
base: '>=4.9 && <5'
all-versions:
- '0.1'
author: Andrey Mulik
latest: '0.1'
description-type... | homepage: ''
changelog-type: ''
hash: 120bf8eeeb9a6e99409c4b4153b6e0ce44e981f1d5bde604f4c0e132bf8b0611
test-bench-deps: {}
maintainer: <work.a.mulik@gmail.com>
synopsis: Fields for Monadic Records library
changelog: ''
basic-deps:
base: '>=4.9 && <5'
all-versions:
- '0.1'
- '0.2'
author: Andrey Mulik
latest: '0.2'
de... | Update from Hackage at 2021-10-31T11:25:48Z | Update from Hackage at 2021-10-31T11:25:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2664ce520aa0cb2231cea7acbd6dc4ba867c43c1 | packages/lo/log.yaml | packages/lo/log.yaml | homepage: https://github.com/scrive/log
changelog-type: ''
hash: 7171f160bd7a7d889d32d03bc1b0e2cebd9437cd77c861d70b4a45aa02f1791e
test-bench-deps: {}
maintainer: andrzej@scrive.com
synopsis: Structured logging solution with multiple backends
changelog: ''
basic-deps:
exceptions: ! '>=0.6'
bytestring: -any
hpqtype... | homepage: https://github.com/scrive/log
changelog-type: ''
hash: cc520b3194f0e6d8831e004cf7d75a5d6c42fa7992b9d3f3b34f650284baebb1
test-bench-deps: {}
maintainer: andrzej@scrive.com
synopsis: Structured logging solution with multiple backends
changelog: ''
basic-deps:
exceptions: ! '>=0.6'
bytestring: -any
hpqtype... | Update from Hackage at 2015-05-22T12:21:34+0000 | Update from Hackage at 2015-05-22T12:21:34+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
f1a7f26112b440fc1f831c8f294dd6ba6bf7b9a6 | metadata/click.dummer.notify_to_jabber.yml | metadata/click.dummer.notify_to_jabber.yml | Categories:
- Connectivity
License: Unlicense
AuthorName: deadlockz
SourceCode: https://github.com/no-go/NotifyRelay
IssueTracker: https://github.com/no-go/NotifyRelay/issues
Changelog: https://github.com/no-go/NotifyRelay/releases
AutoName: Notify2Jabber
Description: |
Sometimes a new giant smartphone is too bi... | Categories:
- Connectivity
License: Unlicense
AuthorName: deadlockz
SourceCode: https://github.com/no-go/NotifyRelay
IssueTracker: https://github.com/no-go/NotifyRelay/issues
Changelog: https://github.com/no-go/NotifyRelay/releases
AutoName: Notify2Jabber
Description: |
Sometimes a new giant smartphone is too bi... | Update Notify2Jabber to 0.85 (85) | Update Notify2Jabber to 0.85 (85)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata |
256e4fab6b7727f8183d1e4a9b32e9b52622c407 | tasks/rsync-deploy.yml | tasks/rsync-deploy.yml | ---
# Perform rsync deployment
- name: ANSISTRANO | Ensure current folder is a directory
file:
state: directory
path: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}"
- name: ANSISTRANO | Sync release to new current path
synchronize:
src: "{{ ansistrano_release_path.stdout }}/"
dest: "{{ a... | ---
- name: ANSISTRANO | Setup .rsync-filter with shared-folders
lineinfile:
dest: "{{ ansistrano_release_path.stdout }}/.rsync-filter"
line: "- /{{ item }}"
create: yes
with_items: "{{ ansistrano_shared_paths }}"
# Perform rsync deployment
- name: ANSISTRANO | Ensure current folder is a directory
f... | Add .rsync-filter for shared folders | Add .rsync-filter for shared folders
Prevent deletion of shared folders while rsync to current/ and minimize downtime
| YAML | mit | ngpestelos/deploy,dgsuarez/deploy,mblaschke/deploy,laupow/deploy |
4f9083d9e17a46bbfa96129a74d92e0d976d2b4c | docs/_config.yml | docs/_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 these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# ... | # 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 these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# ... | Fix generation of jekyll web site | Fix generation of jekyll web site
(cherry picked from commit d22d15a)
| YAML | agpl-3.0 | TSaaP/tsaap-notes,elaastic/elaastic-questions,TSaaP/tsaap-notes,elaastic/elaastic-questions,elaastic/elaastic-questions |
290eb406846df3e63e9d2d51653a3f4b8791d51f | .github/workflows/update-gh-pages.yml | .github/workflows/update-gh-pages.yml | name: Update Documentation
on:
push:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies �... | name: Update Documentation
on:
push:
branches:
- develop
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'... | Use Python 3.8 for documentation generation | [build] Use Python 3.8 for documentation generation
| YAML | mit | tum-pbs/PhiFlow,tum-pbs/PhiFlow |
8b84d8c28a47e6b29d8a2605b4e602f8a4212a11 | nucleotide-count.yml | nucleotide-count.yml | ---
blurb: "Write a class `DNA` that takes a DNA string and tells us how many times each nucleotide occurs in the string."
source: "The Calculating DNA Nucleotides_problem at Rosalind"
source_url: "http://rosalind.info/problems/dna/"
| ---
blurb: "Given a DNA string, compute how many times each nucleotide occurs in the string."
source: "The Calculating DNA Nucleotides_problem at Rosalind"
source_url: "http://rosalind.info/problems/dna/"
| Remove implementation details from problem description. | Remove implementation details from problem description.
| YAML | mit | exercism/x-common,Vankog/problem-specifications,jmluy/x-common,jmluy/x-common,petertseng/x-common,petertseng/x-common,exercism/x-common,rpottsoh/x-common,ErikSchierboom/x-common,Vankog/problem-specifications,wobh/x-common,jmluy/x-common,kgengler/x-common,rpottsoh/x-common,bennn/x-common,ekse/exercism-common,ErikSchierb... |
f10432395c59fb4b772b29c77de4dfe554e2ced7 | metadata/com.mileskrell.texttorch.yml | metadata/com.mileskrell.texttorch.yml | Categories:
- Phone & SMS
License: GPL-3.0-or-later
AuthorName: Miles Krell
AuthorWebSite: https://mileskrell.com
SourceCode: https://github.com/mileskrell/text-torch
IssueTracker: https://github.com/mileskrell/text-torch/issues
AutoName: Text Torch
RepoType: git
Repo: https://github.com/mileskrell/text-torch
Buil... | Categories:
- Phone & SMS
License: GPL-3.0-or-later
AuthorName: Miles Krell
AuthorWebSite: https://mileskrell.com
SourceCode: https://github.com/mileskrell/text-torch
IssueTracker: https://github.com/mileskrell/text-torch/issues
AutoName: Text Torch
RepoType: git
Repo: https://github.com/mileskrell/text-torch
Buil... | Update Text Torch to 1.2.0 (5) | Update Text Torch to 1.2.0 (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ae3fbcf888d8a1edb7ddd6c1c3f1223a6fcb343b | zuul.d/layout.yaml | zuul.d/layout.yaml | - job:
name: tox-jjb
run: playbooks/tox-jjb-run.yml
- project:
check:
jobs:
- tox-jjb
- tox-py27: &py27
pre-run: playbooks/pre-run-docker.yml
success-url: "tox/reports.html"
failure-url: "tox/reports.html"
- tox-py36: &py36
pre-ru... | - job:
name: tox-jjb
run: playbooks/tox-jjb-run.yml
- project:
check:
jobs:
- tox-jjb
- tox-py27: &py27
pre-run: playbooks/pre-run-docker.yml
success-url: "tox/reports.html"
failure-url: "tox/reports.html"
files:
- ^ci-scrip... | Update condition for molecule tests | Update condition for molecule tests
Change-Id: Ie6b8847d1346fbb23703c54c0585a6b84a84155c
| YAML | apache-2.0 | redhat-openstack/rdo-infra,rdo-infra/ci-config,rdo-infra/ci-config,rdo-infra/ci-config,rdo-infra/ci-config,redhat-openstack/rdo-infra,redhat-openstack/rdo-infra,redhat-openstack/rdo-infra |
09831ee39e69ec3847b17ac7ce93b123157109bb | vars/container.yml | vars/container.yml | pki_dir: files/pki/
cfssl_endpoint: https://diginotar.wuvt.vt.edu:8888
cfssl_endpoint_ca: files/cfssl_ca.pem
cfssl_request:
CN: kubelet
key:
algo: rsa
size: 4096
hosts: "{{ cfssl_hosts }}"
etcd_endpoints: https://192.168.0.157:2379,https://192.168.0.159:2379,https://192.168.0.237:2379,https://192.168.0.2... | pki_dir: files/pki/
cfssl_endpoint: https://diginotar.wuvt.vt.edu:8888
cfssl_endpoint_ca: files/cfssl_ca.pem
cfssl_request:
CN: kubelet
key:
algo: rsa
size: 4096
hosts: "{{ cfssl_hosts }}"
etcd_endpoints: https://0.etcd.wuvt.vt.edu:2379,https://1.etcd.wuvt.vt.edu:2379,https://2.etcd.wuvt.vt.edu:2379,http... | Use DNS for etcd endpoints | Use DNS for etcd endpoints
| YAML | mit | wuvt/wuvt-ansible,wuvt/wuvt-ansible,wuvt/wuvt-ansible,wuvt/wuvt-ansible |
de0be11fff3e34ebff2a378b786e4014edf784f1 | .buildkite/docker-compose.yml | .buildkite/docker-compose.yml | version: '2.1'
services:
agent:
image: golang:1.10
working_dir: /go/src/github.com/buildkite/agent
volumes:
- ../:/go/src/github.com/buildkite/agent:cached
environment:
- BUILDKITE_BUILD_NUMBER
- BUILDKITE_JOB_ID
- "BUILDKITE_AGENT_TAGS=queue=default"
- "BUILDKITE_BUILD_... | version: '2.1'
services:
agent:
image: golang:1.11
working_dir: /code
volumes:
- ../:/code:cached
environment:
- BUILDKITE_BUILD_NUMBER
- BUILDKITE_JOB_ID
- "BUILDKITE_AGENT_TAGS=queue=default"
- "BUILDKITE_BUILD_PATH=/buildkite"
| Use go 1.11 outside of gopath in ci | Use go 1.11 outside of gopath in ci
| YAML | mit | buildkite/agent,buildkite/agent,buildkite/agent |
8dbfc78bffbd9544d7441af59993da16d897cff3 | .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 4.0.0 | Update No Assertions to new version 4.0.0 | YAML | bsd-3-clause | steinwurf/endian,steinwurf/endian |
8b3b7a09aa57d39b836d1f66e6ec760d804c0903 | .github/workflows/release.yml | .github/workflows/release.yml | name: "Automated releases"
on:
pull_request_review:
schedule:
# "At 00:00 on Sunday" (https://crontab.guru/once-a-week)
- cron: "0 0 * * 0"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: simple-icons/release-action@master
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
| name: "Automated releases"
on:
pull_request_review:
types: [submitted]
schedule:
# "At 00:00 on Sunday" (https://crontab.guru/once-a-week)
- cron: "0 0 * * 0"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: simple-icons/release-action@master
with:
repo-token: "${{ secre... | Reduce number of PR review GH Actions runs | Reduce number of PR review GH Actions runs
| YAML | cc0-1.0 | simple-icons/simple-icons,danleech/simpleicons.org,danleech/simple-icons,danleech/simpleicons.org,simple-icons/simple-icons |
bc2e9737b52f3bedf8a7cbe0493d56da5542e516 | .github/workflows/release.yml | .github/workflows/release.yml | name: Publish and Release
on:
push:
branches:
- main
paths:
- package.json
env:
NODE_VERSION: 14
cache-version: v1
jobs:
release:
runs-on: ubuntu-latest
name: Publish and Release
steps:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-v... | name: Publish and Release
on:
push:
branches:
- main
paths:
- package.json
env:
NODE_VERSION: 14
cache-version: v1
jobs:
release:
runs-on: ubuntu-latest
name: Publish and Release
steps:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-v... | Update actions/cache action to v3 | Update actions/cache action to v3
| YAML | mit | akashic-games/akashic-sandbox,akashic-games/akashic-sandbox |
bbc8b8cde2df7c741c82b5c7636ad590e8f5a33f | .github/actions/install-mvnd/action.yml | .github/actions/install-mvnd/action.yml | name: 'install-mvnd'
description: 'Install the maven daemon'
inputs:
version:
description: 'The version of the maven daemon to install'
required: true
default: '0.7.1'
outputs:
mvnd-dir:
description: "The directory where the command mvnd is located"
value: ${{ steps.mvnd-location.outputs.mvnd-di... | name: 'install-mvnd'
description: 'Install the maven daemon'
inputs:
version:
description: 'The version of the maven daemon to install'
required: true
default: '0.7.1'
outputs:
mvnd-dir:
description: "The directory where the command mvnd is located"
value: ${{ steps.mvnd-location.outputs.mvnd-di... | Add integrity check for the maven daemon archive | Add integrity check for the maven daemon archive
| YAML | apache-2.0 | christophd/camel,christophd/camel,apache/camel,cunningt/camel,adessaigne/camel,tadayosi/camel,christophd/camel,apache/camel,cunningt/camel,tadayosi/camel,tadayosi/camel,adessaigne/camel,cunningt/camel,apache/camel,adessaigne/camel,adessaigne/camel,cunningt/camel,apache/camel,christophd/camel,cunningt/camel,apache/camel... |
f5be8664f93bc5888889a21067bd090f0b73cd65 | .github/workflows/issues-exceptions.yml | .github/workflows/issues-exceptions.yml | name: Issues - Exceptions
on:
schedule:
- cron: '0 19 * * *'
workflow_dispatch:
jobs:
report:
name: 'Analyze and report exceptions'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENT... | name: Issues - Exceptions
on:
schedule:
- cron: '0 19 * * *'
workflow_dispatch:
jobs:
report:
name: 'Analyze and report exceptions'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENT... | Remove previous exceptions script call | Remove previous exceptions script call
| YAML | bsd-2-clause | ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab |
77e3fa63fc1b99e534b59a4c4a6fff7e305e8367 | envs/report.yaml | envs/report.yaml | channels:
- conda-forge
- bioconda
- r
dependencies:
- rpy2
- r-rmarkdown=1.6
- pandoc
- r-plotly
- bioconductor-phyloseq
| channels:
- conda-forge
- bioconda
- r
dependencies:
- rpy2
- r-rmarkdown=1.6
- pandoc
- r-plotly
- bioconductor-phyloseq
- r-ampvis
| Add ampvis to conda requirements | Add ampvis to conda requirements
| YAML | mit | nioo-knaw/hydra |
d793c43c1ab9efb921e9c84309b2f290398ff0b9 | roles/vim/tasks/main.yml | roles/vim/tasks/main.yml | ---
- name: Install vim
become: true
apt:
name: vim-nox
state: installed
- name: Create directories for backup and temporary files
file:
path: "~/.vim/{{ item }}"
state: directory
with_items:
- tmp
- backup
- autoload
- colors
- name: Install solarized colorscheme
get_url:
... | ---
- name: Install vim
become: true
apt:
name: vim-nox
state: installed
- name: Set vim as default editor
become: true
command: update-alternatives --set editor /usr/bin/vim.nox # TODO only on debian
- name: Create directories for backup and temporary files
file:
path: "~/.vim/{{ item }}"
s... | Set vim as default editor | Set vim as default editor
| YAML | mit | JohnAZoidberg/dotfiles,JohnAZoidberg/dotfiles |
49476497a18fac06c94bf335bcad55515ed7487e | catalog/Web_Apps_Services_Interaction/User_Agent_Detection.yml | catalog/Web_Apps_Services_Interaction/User_Agent_Detection.yml | name: User Agent Detection
description:
projects:
- active_device
- agent_orange
- browser
- browsernizer
- divining_rod
- is_it_mobile
- mobvious
- mobylette
- rack-useragent-filter
- user-agent
- user_agent_parser
- useragent
| name: User Agent Detection
description:
projects:
- active_device
- agent_orange
- browser
- browsernizer
- device_detector
- divining_rod
- is_it_mobile
- mobvious
- mobylette
- rack-useragent-filter
- user-agent
- user_agent_parser
- useragent
| Add device_detector to User Agent Detection | Add device_detector to User Agent Detection
http://podigee.github.io/device_detector/ | YAML | mit | rubytoolbox/catalog |
3d2d54c5b7d66acab3a2543346ede8dc36f315bc | packages/cc/cci.yaml | packages/cc/cci.yaml | homepage: ''
changelog-type: ''
hash: 55da8521b219d66aefa0748d8ac631c53a1965ed9886cec2bb131ee0492c4262
test-bench-deps:
bytestring: -any
base: -any
time: -any
filepath: -any
process: -any
cci: -any
containers: -any
binary: -any
mtl: -any
cmdargs: <0.11
random: -any
pretty: -any
maintainer: Facun... | homepage: ''
changelog-type: ''
hash: 9604037de386ebd1b75401d8abc3139e34d803af3bdc0ab5a2efd6b816034087
test-bench-deps:
bytestring: -any
base: -any
time: -any
filepath: -any
process: -any
cci: -any
containers: -any
binary: -any
mtl: -any
cmdargs: <0.11
random: -any
pretty: -any
maintainer: Facun... | Update from Hackage at 2017-11-10T11:19:26Z | Update from Hackage at 2017-11-10T11:19:26Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9f9b9d66e8b6c102fe31db65e16065f8002da98d | packages/ir/irt.yaml | packages/ir/irt.yaml | homepage: https://github.com/argiopetech/irt
changelog-type: ''
hash: 0772f9756fc255b3c26f3cec2f0a82dad55ce19e46099d10706c83e8de672c58
test-bench-deps: {}
maintainer: elliot.robinson@argiopetech.com
synopsis: A Haskell library providing Item Response Theory functions for use in computerized
adaptive testing
changelog... | homepage: https://github.com/argiopetech/irt
changelog-type: ''
hash: 8ffb124d8cdea478b68522b0e459bf79c147d5fd7c993ede086c7a8118fd54af
test-bench-deps: {}
maintainer: elliot.robinson@argiopetech.com
synopsis: Item Response Theory functions for use in computerized adaptive testing
changelog: ''
basic-deps:
base: ! '>=... | Update from Hackage at 2017-08-03T17:34:06Z | Update from Hackage at 2017-08-03T17:34:06Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e2270b747c0a1e5a09d68677614e870a5424da3a | packages/notify.yaml | packages/notify.yaml | ################################################
## Packages / Notify
################################################
homeassistant:
customize:
################################################
## Node Anchors
################################################
package.node_anchors:
customize: &c... | ################################################
## Packages / Notify
################################################
homeassistant:
customize:
################################################
## Node Anchors
################################################
package.node_anchors:
customize: &c... | Fix device name iPhone Robert | Fix device name iPhone Robert
| YAML | mit | rtvb/home-assistant-config |
6c0a836955f4facccc673a98da8ee318edd2ca91 | controllers/gameserver/deployment.yaml | controllers/gameserver/deployment.yaml | # Copyright 2017 Google Inc. All Rights Reserved.
#
# 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 a... | # Copyright 2017 Google Inc. All Rights Reserved.
#
# 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 a... | Update the label for the controller to match the GroupName | Update the label for the controller to match the GroupName
| YAML | apache-2.0 | nicedone/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,nicedone/agones,nicedone/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,nicedone/agones,googleforgames/agones |
8e5de0f4892c6c5e5f7a42a68549805f9de5deed | hieradata_aws/class/staging/signon_db_admin.yaml | hieradata_aws/class/staging/signon_db_admin.yaml | govuk_env_sync::tasks:
"pull_signon_production_daily":
ensure: "present"
hour: "0"
minute: "0"
action: "pull"
dbms: "mysql"
storagebackend: "s3"
database: "signon_production"
database_hostname: "signon-mysql"
temppath: "/tmp/signon_production"
url: "govuk-production-database-ba... | govuk_env_sync::tasks:
"pull_signon_production_daily":
ensure: "present"
hour: "0"
minute: "0"
action: "pull"
dbms: "mysql"
storagebackend: "s3"
database: "signon_production"
database_hostname: "signon-mysql"
temppath: "/tmp/signon_production"
url: "govuk-production-database-ba... | Correct signon database sync path | Correct signon database sync path
This was reading from the old location for database dumps and thus restoring signon from a progressively older database (25th January). This corrects the path to the new one defined in https://github.com/alphagov/govuk-puppet/blob/b9cecd0885b573e29a5042cef3258ce260909023/hieradata_aws... | YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
8290ee4296185123592619f04cb791ea4bf82ffe | .github/workflows/pre_commit_check.yml | .github/workflows/pre_commit_check.yml | name: Check pre-commit rules
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
pre_commit_check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch head and base refs
# This is necessary for pre-commit to check the changes in... | name: Check pre-commit rules
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
pre_commit_check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch head and base refs
# This is necessary for pre... | Set permissions for GitHub actions | chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token... | YAML | apache-2.0 | espressif/esp-idf,espressif/esp-idf,espressif/esp-idf,espressif/esp-idf |
03bf9d154948a431ed04e03c7286b10ebd6ac4c2 | packages/ac/acquire.yaml | packages/ac/acquire.yaml | homepage: https://github.com/metrix-ai/acquire
changelog-type: ''
hash: e5bdf58c8af77ce8167f98038096b285ad5769585e4615c8114e58c083571119
test-bench-deps: {}
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Abstraction over management of resources
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
transformer... | homepage: https://github.com/metrix-ai/acquire
changelog-type: ''
hash: f86cb22c1b2fedd3102a2f65820142ad517f1951b3ca5a2e3b18476b4ace119d
test-bench-deps: {}
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Abstraction over management of resources
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
transformer... | Update from Hackage at 2019-09-04T16:24:15Z | Update from Hackage at 2019-09-04T16:24:15Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2b3fb35ce2671c956ba4a23957ad3ee2c5165d0a | packages/co/country.yaml | packages/co/country.yaml | homepage: https://github.com/andrewthad/country#readme
changelog-type: ''
hash: 07e94856e3d5351e2297be0c6cf94c0f507f2a8e4a97b1392f121f54bb2a732f
test-bench-deps:
base: -any
country: -any
maintainer: andrew.thaddeus@gmail.com
synopsis: Country data type and functions
changelog: ''
basic-deps:
bytestring: ! '>=0.10... | homepage: https://github.com/andrewthad/country#readme
changelog-type: ''
hash: 826813927d5c85d423e61de9260a34cc42e44ddbc620b2dd53e0e251dc4d1877
test-bench-deps:
base: -any
country: -any
maintainer: andrew.thaddeus@gmail.com
synopsis: Country data type and functions
changelog: ''
basic-deps:
bytestring: ! '>=0.10... | Update from Hackage at 2017-07-19T18:54:31Z | Update from Hackage at 2017-07-19T18:54:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
c4bf08143af2dce40f5ddd66c229e3c9cf39f096 | packages/fa/fastcgi.yaml | packages/fa/fastcgi.yaml | homepage: ''
changelog-type: ''
hash: 74cd87692a90492171802f25c034ef047f0b68aaa1b53303d4e50ce3ec30e98a
test-bench-deps: {}
maintainer: none
synopsis: A Haskell library for writing FastCGI programs
changelog: ''
basic-deps:
bytestring: ! '>=0.9.1.5'
base: ! '>=4 && <5'
cgi: ! '>=3000.0.0'
all-versions:
- 3000.0.0
... | homepage: ''
changelog-type: ''
hash: c83b3c14b176c739e3b1f5ba67c9e63c3fb7fbc1f2c41c65aeab2ee12ba4db4d
test-bench-deps: {}
maintainer: Krasimir Angelov <kr.angelov@gmail.com>
synopsis: A Haskell library for writing FastCGI programs
changelog: ''
basic-deps:
bytestring: ! '>=0.9.1.5'
base: ! '>=4 && <5'
cgi: ! '>=... | Update from Hackage at 2020-01-22T08:35:32Z | Update from Hackage at 2020-01-22T08:35:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
18a299476b00f80d0e461d8aefe50b0693d0d3ee | packages/fs/fswatch.yaml | packages/fs/fswatch.yaml | homepage: https://github.com/kelemzol/watch
changelog-type: markdown
hash: b55d5d8868940aeeec3de520bdc5be346088d08817ae2807efac3fdc0f2f1392
test-bench-deps: {}
maintainer: '-'
synopsis: File System watching tool with cli and slave functionalities.
changelog: ! "# Revision history for fswatch\r\n\r\n## 0.1.0.0 -- YYYY-... | homepage: https://github.com/kelemzol/watch
changelog-type: markdown
hash: abc4dda0b761f90a4e5e04b07409ab5bf43db405b882ad55ccbe72a734ff0436
test-bench-deps: {}
maintainer: '-'
synopsis: File System watching tool with cli and slave functionalities.
changelog: ! "# Revision history for fswatch\r\n\r\n## 0.1.0.0 -- YYYY-... | Update from Hackage at 2018-07-09T05:23:14Z | Update from Hackage at 2018-07-09T05:23:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
09c1f90780921a6d60837581decdd4cc3ed875e8 | install_files/ansible-base/roles/ansible-securedrop/tasks/app_display_onions.yml | install_files/ansible-base/roles/ansible-securedrop/tasks/app_display_onions.yml | ---
- name: fetch securedrop source ths
fetch: src=/var/lib/tor/services/source/hostname dest=./app-source-ths flat=yes
- name: fetch securedrop document aths
fetch: src=/var/lib/tor/services/source/hostname dest=./app-document-aths flat=yes
- name: fetch securedrop ssh aths
fetch: src=/var/lib/tor/services/ssh... | ---
- name: fetch securedrop source ths
fetch: src=/var/lib/tor/services/source/hostname dest=./app-source-ths flat=yes
- name: fetch securedrop document aths
fetch: src=/var/lib/tor/services/document/hostname dest=./app-document-aths flat=yes
- name: fetch securedrop ssh aths
fetch: src=/var/lib/tor/services/s... | Copy correct hostname for document ATHS | Copy correct hostname for document ATHS
| YAML | agpl-3.0 | mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream |
8f17572132061397cc170feae861958fa538cb3e | config/locales/en.yml | config/locales/en.yml | # Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <... | # Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <... | Add page_gap locale for will_paginate | Add page_gap locale for will_paginate
| YAML | mit | Marri/glowfic,Marri/glowfic,Marri/glowfic,Marri/glowfic |
f896ab418f1ff7ed2647b4f9a4ea9e333f69a723 | src/fifth_robot_pkgs/fifth_robot_2dnav/config/costmap/costmap_common_params.yaml | src/fifth_robot_pkgs/fifth_robot_2dnav/config/costmap/costmap_common_params.yaml | obstacle_range: 5.0
raytrace_range: 10.0
# footprint for KIT-C5 new model
# footprint: [[0.00, -0.25], [0.00, 0.25], [-0.60, 0.25], [-0.60, -0.25]]
inflation_radius: 0.25
cost_scaling_factor: 5.0
rigin_z: 0.0
z_resolution: 0.02
z_voxels: 0.02
publish_voxel_map: false
observation_sources: velodyne_sensor
velodyne_sen... | obstacle_range: 5.0
raytrace_range: 10.0
# footprint for KIT-C5 new model
# footprint: [[0.00, -0.25], [0.00, 0.25], [-0.60, 0.25], [-0.60, -0.25]]
inflation_radius: 0.25
cost_scaling_factor: 5.0
origin_z: 0.0
z_resolution: 0.02
z_voxels: 0.02
publish_voxel_map: false
observation_sources: velodyne_sensor
velodyne_se... | Fix typo on costmap common params | Fix typo on costmap common params
| YAML | bsd-3-clause | CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg |
3d1be52952dfcb057af046e11e069b7ccd36533f | src/main/resources/plugin.yml | src/main/resources/plugin.yml | name: CombatTagReloaded
version: 6.2.0
authors: [cheddar262, Techcable]
depend: [Citizens]
main: com.trc202.CombatTag.CombatTag
dev-url: http://dev.bukkit.org/server-mods/combat-tag
commands:
CombatTag:
description: Shows the current remaining time in a tag
aliases: ct
usage: /ct | name: CombatTagReloaded
version: 6.2.0
authors: [cheddar262, Techcable]
softdepend: [Citizens]
main: com.trc202.CombatTag.CombatTag
dev-url: http://dev.bukkit.org/server-mods/combat-tag
commands:
CombatTag:
description: Shows the current remaining time in a tag
aliases: ct
usage: /ct | Change citizens to soft depend as it isn't always needed | Change citizens to soft depend as it isn't always needed
| YAML | cc0-1.0 | ProgrammerDan/Combat-Tag-Reloaded |
4a121b1fe41e94f1dfe21615e4f88fb2dd8589c0 | packages/tr/tree-view.yaml | packages/tr/tree-view.yaml | homepage: ''
changelog-type: ''
hash: 85fbc67b53c1ef47f020a69051e6a29b27481698fe802cd2ed8ab0108aa69a38
test-bench-deps: {}
maintainer: 78emil@gmail.com
synopsis: Render trees as foldable HTML and Unicode art
changelog: ''
basic-deps:
base: <5
containers: -any
mtl: -any
all-versions:
- '0.1'
- '0.2'
- '0.3'
- '0.4... | homepage: ''
changelog-type: ''
hash: a32b16fdbe24ad21cb6679c2a925bcc7715ae5c5db0ae6b633e35e28e2fefd98
test-bench-deps: {}
maintainer: 78emil@gmail.com
synopsis: Render trees as foldable HTML and Unicode art
changelog: ''
basic-deps:
base: <5
containers: -any
mtl: -any
all-versions:
- '0.1'
- '0.2'
- '0.3'
- '0.4... | Update from Hackage at 2021-02-20T12:18:22Z | Update from Hackage at 2021-02-20T12:18:22Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
eebfd9c313e4ce77f0eacb0c37a70f67eb164b9a | packages/tu/tuple-ops.yaml | packages/tu/tuple-ops.yaml | homepage: https://github.com/pierric/tuple-ops
changelog-type: ''
hash: d060282c3745d68d006c0dcd6f92a65f21cad11723c1936203e02fb0f8cfb485
test-bench-deps: {}
maintainer: Jiasen Wu <jiasenwu@hotmail.com>
synopsis: various operations on n-ary tuples via GHC.Generics
changelog: ''
basic-deps:
type-combinators: ==0.2.4.3
... | homepage: https://github.com/pierric/tuple-ops
changelog-type: ''
hash: b979293dc2f7cf78cbdcaa27d374f5b26aafba36c002a7d44398d22bc9b519a0
test-bench-deps: {}
maintainer: Jiasen Wu <jiasenwu@hotmail.com>
synopsis: various operations on n-ary tuples via GHC.Generics
changelog: ''
basic-deps:
type-combinators: ==0.2.4.3
... | Update from Hackage at 2018-01-27T18:03:13Z | Update from Hackage at 2018-01-27T18:03:13Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
bc4acfb398af3e826ad054a56f4ae0677448a312 | metadata/fr.emersion.goguma.yml | metadata/fr.emersion.goguma.yml | Categories:
- Internet
License: AGPL-3.0-only
WebSite: https://sr.ht/~emersion/goguma
SourceCode: https://git.sr.ht/~emersion/goguma
IssueTracker: https://todo.sr.ht/~emersion/goguma
AutoName: Goguma
RepoType: git
Repo: https://git.sr.ht/~emersion/goguma
Builds:
- versionName: 0.1.0
versionCode: 1
commit... | Categories:
- Internet
License: AGPL-3.0-only
WebSite: https://sr.ht/~emersion/goguma
SourceCode: https://git.sr.ht/~emersion/goguma
IssueTracker: https://todo.sr.ht/~emersion/goguma
AutoName: Goguma
RepoType: git
Repo: https://git.sr.ht/~emersion/goguma
Builds:
- versionName: 0.1.0
versionCode: 1
commit... | Update Goguma to 0.2.0 (516) | Update Goguma to 0.2.0 (516)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
f3edb6896633110d6c688389950cbf12c72f0e88 | packages/wo/word-wrap.yaml | packages/wo/word-wrap.yaml | homepage: https://github.com/jtdaugherty/word-wrap/
changelog-type: markdown
hash: eac3af18691daaaa8c7c72a19753a5c8aa863824bf2e927bb52e181d05294d1a
test-bench-deps:
base: <5
hspec: ! '>=2.4'
word-wrap: -any
maintainer: cygnus@foobox.com
synopsis: A library for word-wrapping
changelog: ! "\n0.1.1\n=====\n\nPackage... | homepage: https://github.com/jtdaugherty/word-wrap/
changelog-type: markdown
hash: 894162c5d5132bf302583c10e6befffab9a4766abbee74715823b6cca439e6af
test-bench-deps:
base: <5
hspec: ! '>=2.4'
word-wrap: -any
maintainer: cygnus@foobox.com
synopsis: A library for word-wrapping
changelog: ! "\n0.1.2\n=====\n\nBug fix... | Update from Hackage at 2017-08-01T23:04:02Z | Update from Hackage at 2017-08-01T23:04:02Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7838a3af9981c7eea9246c178112936c9e0238a1 | update_kb_gin_conakry.yml | update_kb_gin_conakry.yml | ---
- hosts: localhost
roles:
# Enable or disable to suit your needs
# This role automatically send logs to central server each time the device gets an Internet connection
- logs
- mongodb
- role: mook
mook_name: bsfcampus
- role: mook
mook_name: koombookedu
- role: ... | ---
- hosts: localhost
roles:
# Enable or disable to suit your needs
# This role automatically send logs to central server each time the device gets an Internet connection
- logs
- mongodb
- role: mook
mook_name: bsfcampus
- role: mook
mook_name: koombookedu
- role: ... | Add Gutenberg and Kalite to install | Add Gutenberg and Kalite to install
| YAML | mit | ideascube/ansiblecube,ideascube/ansiblecube |
f6bdb325080eaf61a6b11fbb44bcd322694e33cf | recipes/ndcube/meta.yaml | recipes/ndcube/meta.yaml | package:
name: ndcube
version: "0.1.dev273"
source:
fn: ndcube-0.1.dev273.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
md5: 36a200f32aa1ec697e1f0f0b8e6d4391
build:
script: python setup.py install --offline --no-git --single-version-externally-managed... | {% set name = "ndcube" %}
{% set version = "0.1.dev273" %}
{% set md5 = "36a200f32aa1ec697e1f0f0b8e6d4391" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
md5: ... | Switch some things for template variables | Switch some things for template variables
| YAML | bsd-3-clause | dschreij/staged-recipes,synapticarbors/staged-recipes,jjhelmus/staged-recipes,Juanlu001/staged-recipes,jakirkham/staged-recipes,Cashalow/staged-recipes,johanneskoester/staged-recipes,glemaitre/staged-recipes,cpaulik/staged-recipes,mcs07/staged-recipes,SylvainCorlay/staged-recipes,barkls/staged-recipes,cpaulik/staged-re... |
9c6876aa2199082fa7824c4e96c9d561ddf73b32 | metadata/org.tengel.timescale.yml | metadata/org.tengel.timescale.yml | Categories:
- Science & Education
License: GPL-3.0-or-later
SourceCode: https://github.com/tengel/GeologicalTimescale
AutoName: Geological Timescale
RepoType: git
Repo: https://github.com/tengel/GeologicalTimescale.git
Builds:
- versionName: 0.4.1
versionCode: 6
commit: fdroid-0.4.1
subdir: app
g... | Categories:
- Science & Education
License: GPL-3.0-or-later
SourceCode: https://github.com/tengel/GeologicalTimescale
AutoName: Geological Timescale
RepoType: git
Repo: https://github.com/tengel/GeologicalTimescale.git
Builds:
- versionName: 0.4.1
versionCode: 6
commit: fdroid-0.4.1
subdir: app
g... | Update Geological Timescale to 0.6.3 (11) | Update Geological Timescale to 0.6.3 (11)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ca95141ff06c635246bafa34ca97a30ae561883d | serverless.yml | serverless.yml | service: serverless-lambda-typescript-example
provider:
name: aws
runtime: nodejs6.10
stage: demo
region: us-east-1
plugins:
- serverless-plugin-typescript
- serverless-offline
package:
include:
src/**
exclude:
- node_modules/**/*
- src/**/*.ts
functions:
getCity:
handler: src/ci... | service: serverless-lambda-typescript-example
provider:
name: aws
runtime: nodejs6.10
stage: demo
region: us-east-1
plugins:
- serverless-plugin-typescript
- serverless-offline
package:
include:
src/**/!(*.spec).js
exclude:
- node_modules/**/*
functions:
getCity:
handler: src/cities/ci... | Test files are not uploaded to Lambda. | FIXED: Test files are not uploaded to Lambda.
| YAML | mit | balassy/aws-lambda-typescript |
099849147a62ed3d73ba11e4f7e5604607aeec10 | zap/gradle/crowdin.yml | zap/gradle/crowdin.yml | projects:
- id: 9301
sources:
- dir: "src/main/resources/org/zaproxy/zap/resources"
outputDir: "src/main/dist/lang"
crowdinPath:
dir: "/core"
filename: "%file_pathname%"
exportPattern:
dir: "/zaproxy/core"
filename: "%file_name%_%locale_with_un... | projects:
- id: 9301
sources:
- dir: "src/main/resources/org/zaproxy/zap/resources"
outputDir: "src/main/dist/lang"
crowdinPath:
dir: "/core"
filename: "%file_pathname%"
exportPattern:
dir: "/zaproxy/core"
filename: "%file_name%_%locale_with_un... | Add translatable elements for vulnerabilities.xml | Add translatable elements for vulnerabilities.xml
Include all elements except the ID, which should not be translated.
Signed-off-by: thc202 <43af82ef30812a20fbcf38b99a6f72cdd3a89ac1@gmail.com>
| YAML | apache-2.0 | psiinon/zaproxy,psiinon/zaproxy,psiinon/zaproxy,thc202/zaproxy,thc202/zaproxy,psiinon/zaproxy,kingthorin/zaproxy,kingthorin/zaproxy,thc202/zaproxy,psiinon/zaproxy,psiinon/zaproxy,psiinon/zaproxy,kingthorin/zaproxy,thc202/zaproxy,thc202/zaproxy,thc202/zaproxy,zaproxy/zaproxy,zaproxy/zaproxy,kingthorin/zaproxy,zaproxy/za... |
549924ff86f45c7e2ffc35d80d0c7653d52d6653 | .builds/freebsd_latest.yml | .builds/freebsd_latest.yml | image: freebsd/latest
packages;
- cmake
sources:
- https://github.com/donmccaughey/fiends_and_fortune
tasks:
- setup: |
cd fiends_and_fortune
cmake -S . -B tmp
- build: |
cd fiends_and_fortune
cmake --build tmp --target all
cd tmp
ctest --output-on-failure... | image: freebsd/latest
packages:
- cmake
sources:
- https://github.com/donmccaughey/fiends_and_fortune
tasks:
- setup: |
cd fiends_and_fortune
cmake -S . -B tmp
- build: |
cd fiends_and_fortune
cmake --build tmp --target all
cd tmp
ctest --output-on-failure... | Fix typo in FreeBSD build manifest for Sourcehut. | Fix typo in FreeBSD build manifest for Sourcehut.
| YAML | bsd-2-clause | donmccaughey/FiendsAndFortune,donmccaughey/FiendsAndFortune,donmccaughey/FiendsAndFortune |
e2b40982b57ee75480621f5d45ba7aff4abe6f53 | .github/workflows/ccpp.yml | .github/workflows/ccpp.yml | name: C/C++ CI
on: [push]
jobs:
build-on-gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create build directory
run: mkdir -p build
- name: Run CMake
working-directory: build
env:
CXX: /usr/bin/gcc
CC: /usr/bin/gcc
run: cmake ..
... | name: C/C++ CI
on: [push]
jobs:
build-on-gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create build directory
run: mkdir -p build
- name: Run CMake
working-directory: build
env:
CXX: /usr/bin/g++
CC: /usr/bin/gcc
run: cmake ..
... | Fix a mistake in compiler selection | Fix a mistake in compiler selection | YAML | lgpl-2.1 | izacus/SlovenianLemmatizer,izacus/SlovenianLemmatizer |
f03fbbdc1316c6daa4ded22bac8faa3d665ddc47 | .github/workflows/main.yml | .github/workflows/main.yml | name: Node CI
on: [push, "pull_request"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${... | name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ ... | Remove quotes for pull_request in actions | Remove quotes for pull_request in actions | YAML | agpl-3.0 | media-centre/makenews,media-centre/makenews,media-centre/makenews,media-centre/makenews |
05eb013f6a180e6841888b694c1de6258af9eed8 | .github/workflows/main.yml | .github/workflows/main.yml | name: Build/Deploy
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.5"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python... | name: Build/Deploy
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v2
with:
... | Add more python versions except 2.7 | Add more python versions except 2.7
| YAML | mit | onlinecity/phone-iso3166,onlinecity/phone-iso3166 |
3f37897a4868d46b0f5469482bd5212967367184 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recurs... | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recurs... | Add VS2019 configuration to Github CI | Add VS2019 configuration to Github CI
| YAML | mit | ETLCPP/etl,ETLCPP/etl,ETLCPP/etl,ETLCPP/etl |
ded6aed47387230296101569efb833240167c902 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recurs... | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recurs... | Add VS2019 configuration to Github CI | Add VS2019 configuration to Github CI
| YAML | mit | ETLCPP/etl,ETLCPP/etl,ETLCPP/etl,ETLCPP/etl |
c6ccd38de6bf2e8cafdd38c542f99b5c8d5c0c52 | .github/workflows/rust.yml | .github/workflows/rust.yml | name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Packages
run: sudo apt-get install build-essential yasm libavutil-dev libavcodec-dev libavf... | name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Packages
run: sudo apt-get install build-essential yasm libavutil-dev libavcodec-dev libavf... | Use CI's ffmpeg / aubio instead of building them | Use CI's ffmpeg / aubio instead of building them
| YAML | mit | Polochon-street/bliss,Polochon-street/bliss,Polochon-street/bliss |
a81bfa0f30cee741753cfe0d373f83974e548a79 | .buildkite/pipeline.yml | .buildkite/pipeline.yml | # Use Docker file from https://hub.docker.com/r/runmymind/docker-android-sdk
# Build debug version of the SDK, from the develop branch and the features branches
steps:
- label: "Assemble Debug version"
command: "./gradlew clean lintRelease test assembleDebug assembleAndroidTest --stacktrace"
artifact_paths:... | # Use Docker file from https://hub.docker.com/r/runmymind/docker-android-sdk
# Build debug version of the SDK, from the develop branch and the features branches
steps:
- label: "Assemble Debug version"
agents:
# We use a medium sized instance instead of the normal small ones because
# gradle build is lo... | Use medium agent for long builds | Use medium agent for long builds
| YAML | apache-2.0 | matrix-org/matrix-android-sdk,matrix-org/matrix-android-sdk,matrix-org/matrix-android-sdk |
18adc116b8379e99c8d126c27c3eecf36f477df6 | data/nodes/mx1-us-east.apache.org.yaml | data/nodes/mx1-us-east.apache.org.yaml | ---
classes:
- apache
- pflogsumm
- ssl::name::wildcard_apache_org
postfix::server::postscreen: 'true'
postfix::server::relay_domains: 'apache.org,incubator.apache.org,apachecon.com,apachecon.eu,subversion.com,subversion.net,subversion.org'
| ---
classes:
- apache
- pflogsumm
- ssl::name::wildcard_apache_org
postfix::server::postscreen: 'true'
postfix::server::relay_domains: 'apache.org,incubator.apache.org,apachecon.com,apachecon.eu,subversion.com,subversion.net,subversion.org'
## It should be noted that this is a temporary value, that means we ca... | Add athena as the relayhost for this MX, so we can test adding it "in front" of Nike/Athena | Add athena as the relayhost for this MX, so we can test adding it "in front" of Nike/Athena
| YAML | apache-2.0 | apache/infrastructure-puppet,chtyim/infrastructure-puppet,chtyim/infrastructure-puppet,apache/infrastructure-puppet,apache/infrastructure-puppet,sebbASF/infrastructure-puppet,bdube/infrastructure-puppet,apache/infrastructure-puppet,bdube/infrastructure-puppet,apache/infrastructure-puppet,stumped2/infrastructure-puppet,... |
1e05986fc3cf40e88fd1854fb3a9446c2b255aa6 | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
language_version: python
... | repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
language_version: python
... | Update precommit hook pre-commit/pre-commit-hooks to v3.4.0 | Update precommit hook pre-commit/pre-commit-hooks to v3.4.0
| YAML | mit | pymzml/pymzML,pymzml/pymzML |
828b0dcf9cdfab2ffb35c815618f142cc33cb296 | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/homebysix/pre-commit-macadmin
rev: v1.6.2
hooks:
- id: check-autopkg-recipes
args: ['--recipe-prefix', 'com.github.homebysix.']
exclude: Kitematic
- id: forbid-autopkg-overrides
- id: forbid-autopkg-trust-info
- repo: https://github.com/ambv/black
rev: 19.10b0
hoo... | repos:
- repo: https://github.com/homebysix/pre-commit-macadmin
rev: v1.8.0
hooks:
- id: check-autopkg-recipes
args: ['--recipe-prefix=com.github.homebysix.', '--ignore-min-vers-before=1.4.1', '--']
exclude: Kitematic
- id: forbid-autopkg-overrides
- id: forbid-autopkg-trust-info
- repo: https://githu... | Update pre-commit config and omit isort | Update pre-commit config and omit isort
| YAML | apache-2.0 | autopkg/homebysix-recipes,autopkg/homebysix-recipes,autopkg/homebysix-recipes |
a2f40257a6b107f732e13da387ce5f0c093c7c3d | .pre-commit-config.yaml | .pre-commit-config.yaml | exclude: '^(data|prebuilt)'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.3.0
hooks:
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v1.2.0
hooks:
- id: pyupgrade
| exclude: '^(data|prebuilt)'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.3.0
hooks:
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: https://github.com/asottile/pyupgrade
rev: v1.2.0
hooks:
- id: pyupgrade
| Check for merge conflict markers | Pre-commit: Check for merge conflict markers
| YAML | apache-2.0 | googlefonts/fontbakery,googlefonts/fontbakery,graphicore/fontbakery,moyogo/fontbakery,graphicore/fontbakery,moyogo/fontbakery,moyogo/fontbakery,googlefonts/fontbakery,graphicore/fontbakery |
1a7d802602a812bdc501d95f04cc36d876a4ea96 | recipes/bob.core/meta.yaml | recipes/bob.core/meta.yaml | {% set version = "2.1.2" %}
package:
name: bob.core
version: {{ version }}
source:
fn: bob.core-{{ version }}.zip
url: https://pypi.python.org/packages/source/b/bob.core/bob.core-{{ version }}.zip
md5: 26c12e1384944ff3873b08409609d151
build:
number: 0
skip: true # [win]
requirements:
build:
- pyt... | {% set version = "2.1.2" %}
package:
name: bob.core
version: {{ version }}
source:
fn: bob.core-{{ version }}.zip
url: https://pypi.python.org/packages/source/b/bob.core/bob.core-{{ version }}.zip
md5: 26c12e1384944ff3873b08409609d151
build:
number: 0
skip: true # [win]
detect_binary_files_with_pref... | Add detect_binary_files_with_prefix: True [skip appveyor] | Add detect_binary_files_with_prefix: True [skip appveyor]
| YAML | bsd-3-clause | gqmelo/staged-recipes,guillochon/staged-recipes,jakirkham/staged-recipes,atedstone/staged-recipes,blowekamp/staged-recipes,johanneskoester/staged-recipes,Cashalow/staged-recipes,Cashalow/staged-recipes,cpaulik/staged-recipes,igortg/staged-recipes,jjhelmus/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-... |
96f314b70f7fe6316018eedf24e1af63f769d3c3 | recipes/pypandoc/meta.yaml | recipes/pypandoc/meta.yaml | package:
name: pypandoc
version: 1.1.0
source:
git_url: https://github.com/bebraw/pypandoc.git
git_tag: v1.1.0
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- pypandoc
about:
home: https://github.com/bebraw/pypandoc
license: MIT
summary: 'Thin wrapper... | package:
name: pypandoc
version: 1.1.0
source:
git_url: https://github.com/janschulz/pypandoc.git
git_tag: upload_tests
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- pypandoc
about:
home: https://github.com/bebraw/pypandoc
license: MIT
summary: 'Thi... | Use fixed version of pypandoc | Use fixed version of pypandoc
| YAML | bsd-3-clause | JanSchulz/package-builder,JanSchulz/package-builder |
1e18217790d0c9eeca8fd82730fdb33d796ba7a6 | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/asottile/pyupgrade
rev: v1.11.0
hooks:
- id: pyupgrade
exclude: docopt.py
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
language_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: flake8
- ... | repos:
- repo: https://github.com/asottile/pyupgrade
rev: v1.11.0
hooks:
- id: pyupgrade
exclude: docopt.py
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
language_version: python3.6
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.4
hooks:
- id: flake8
- repo: https://gi... | Migrate to official pycqa/flake8 hooks repo | Migrate to official pycqa/flake8 hooks repo
Committed via https://github.com/asottile/all-repos
| YAML | mit | marshmallow-code/smore,marshmallow-code/apispec |
9b5d25bb013b0634ecda66c6ad5bcf1931b05c45 | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.2
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/python/black
rev: 20.8b1
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8
additional_d... | repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.2
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/python/black
rev: 20.8b1
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8
additional_dep... | Remove quotes in precommit config | Remove quotes in precommit config
Committed via https://github.com/asottile/all-repos
| YAML | mit | marshmallow-code/marshmallow-sqlalchemy |
3d5658a2f103fd713597738cbcbcd6270be49f5d | packages/co/constrictor.yaml | packages/co/constrictor.yaml | homepage: https://github.com/chessai/constrictor.git
changelog-type: markdown
hash: 90dce99d5d20e25505ba0c604592ecd5af2d447f65119a10796e599c13eee6df
test-bench-deps: {}
maintainer: chessai1996@gmail.com
synopsis: strict versions of many things in base
changelog: ! '# Revision history for constrictor
## 0.1.0.0 -- ... | homepage: https://github.com/chessai/constrictor.git
changelog-type: markdown
hash: e60a86841e225a982a3029f0a403a2b1fadb65ece09d3218f393f1ee63cf686c
test-bench-deps: {}
maintainer: chessai1996@gmail.com
synopsis: strict versions of many things in base
changelog: ! '# Revision history for constrictor
## 0.1.0.0 -- ... | Update from Hackage at 2018-04-10T21:04:56Z | Update from Hackage at 2018-04-10T21:04:56Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
95015a9d9f55e11ce03e3f3e3c4203d1ad11d294 | packages/gr/grpc-etcd-client.yaml | packages/gr/grpc-etcd-client.yaml | homepage: https://github.com/lucasdicioccio/etcd-grpc#readme
changelog-type: markdown
hash: fca49469fe1758400816cedf7a5385977fed389b48cdfce9d10e2e9072b441cd
test-bench-deps: {}
maintainer: lucas@dicioccio.fr
synopsis: gRPC client for etcd
changelog: ! '# Changelog for grpc-etcd-client
## Unreleased changes
'
basic... | homepage: https://github.com/lucasdicioccio/etcd-grpc#readme
changelog-type: markdown
hash: 383c9ca9adc06dcb1a5543755d65a168e0619f6507b168be77a2ada1831e5eaf
test-bench-deps: {}
maintainer: lucas@dicioccio.fr
synopsis: gRPC client for etcd
changelog: ! '# Changelog for grpc-etcd-client
## Unreleased changes
'
basic... | Update from Hackage at 2018-09-04T21:12:29Z | Update from Hackage at 2018-09-04T21:12:29Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
baed57b324bcfd9ed5ad7f0535795689f5325b65 | vvv-config.yml | vvv-config.yml | ---
sites:
wordpress-default:
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-default.git
vm_dir: '/srv/www/wordpress-default-provisioner'
wordpress-develop:
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-develop.git
vm_dir: '/srv/www/wordpress-develop-provisioner'
... | ---
sites:
wordpress-default:
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-default.git
vm_dir: '/srv/www/wordpress-default-provisioner'
wordpress-develop:
repo: https://github.com/Varying-Vagrant-Vagrants/vvv-wordpress-develop.git
vm_dir: '/srv/www/wordpress-develop-provisioner'
... | Remove Official repo from list (its permananently defined) | Remove Official repo from list (its permananently defined)
| YAML | mit | erikjoling/VVV,clreed87/VVV,saucal/VVV,Varying-Vagrant-Vagrants/VVV,saucal/VVV,trepmal/varying-vagrant-vagrants,WybrenKoelmans/VVV,tomjn/varying-vagrant-vagrants,trepmal/varying-vagrant-vagrants,clreed87/VVV,tomjn/varying-vagrant-vagrants,WybrenKoelmans/VVV,DrewAPicture/varying-vagrant-vagrants,tpkemme/TVV,saucal/VVV,t... |
c46e3b6db0ba3b9f3266e28b2056ffb048bb97d9 | .landscape.yaml | .landscape.yaml | pylint:
options:
dummy-variables-rgx: _
pyflakes:
run: false
| pylint:
options:
dummy-variables-rgx: _
max-branchs: 30
pyflakes:
run: false
| Allow more complex functions in Landscape | Allow more complex functions in Landscape
| YAML | mit | jalanb/co.py.cat |
322628dd4c66346cf2d59143e9124d33836e8d10 | packages/cr/cryptsy-api.yaml | packages/cr/cryptsy-api.yaml | homepage: ''
changelog-type: ''
hash: 4d6c3e24bece65fae01d27f8b7959c4a2ee84c502d52852040348681374d7253
test-bench-deps: {}
maintainer: bss@iguanasuicide.net
synopsis: Bindings for Cryptsy cryptocurrency exchange API.
changelog: ''
basic-deps:
http-client: ==0.2.*
either: ! '>=4.0 && <4.4'
bytestring: ==0.10.*
b... | homepage: ''
changelog-type: ''
hash: 3fbad883e1f3f32764c8c25b2a2a90130a9bcbbe29cfdc7f7a28d7eb1b98ea48
test-bench-deps: {}
maintainer: '[none]'
synopsis: Bindings for Cryptsy cryptocurrency exchange API.
changelog: ''
basic-deps:
http-client: ==0.2.*
either: '>=4.0 && <4.4'
bytestring: ==0.10.*
base: '>=4.6 && ... | Update from Hackage at 2020-12-07T19:47:56Z | Update from Hackage at 2020-12-07T19:47:56Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
92adfcc76fe112b2df1332f4fd62ad056931c347 | tmuxinator/phoenix_and_elm.yml | tmuxinator/phoenix_and_elm.yml | # ~/.tmuxinator/phoenix_and_elm.yml
name: phoenix_and_elm
root: ~/elixir/phoenix_and_elm
# Runs before everything. Use it to start daemons etc.
on_project_first_start:
- mix deps.get
- mix compile --force
# - open --background http://localhost:3000
- open --background http://localhost:4000
# Grip
- open -... | # ~/.tmuxinator/phoenix_and_elm.yml
name: phoenix_and_elm
root: ~/elixir/phoenix_and_elm
# Runs before everything. Use it to start daemons etc.
on_project_first_start:
- mix deps.get
- mix compile --force
# - open --background http://localhost:3000
- open --background http://localhost:4000
# Grip
- open -... | Update nodejs in phoenix and elm project | Update nodejs in phoenix and elm project
| YAML | mit | paulfioravanti/dotfiles,paulfioravanti/dotfiles,paulfioravanti/dotfiles |
ab16d28d997a1d8a253118353c55862343e79637 | .github/workflows/build-cop-rotation.yml | .github/workflows/build-cop-rotation.yml | name: Build Cop
on:
schedule:
- cron: "*/5 * * * *"
# - cron: 0 11 * * MON-FRI
jobs:
stuff:
runs-on: ubuntu-latest
steps:
- id: assigned
uses: lee-dohm/last-assigned@v1
with:
query: 'label:build-cop-rotation'
token: ${{ secrets.SPINNAKERBOT_GHA_BUILD_COP_TOKEN }}
... | name: Build Cop
on:
schedule:
- cron: "*/5 * * * *"
# - cron: 0 11 * * MON-FRI
jobs:
stuff:
runs-on: ubuntu-latest
steps:
- id: assigned
uses: lee-dohm/last-assigned@master
with:
query: 'label:build-cop-rotation'
token: ${{ secrets.SPINNAKERBOT_GHA_BUILD_COP_TOKEN... | Use master branch of last-assigned until a stable release is ready. | chore(buildcop): Use master branch of last-assigned until a stable release is ready. | YAML | apache-2.0 | spinnaker/spinnaker,spinnaker/spinnaker,spinnaker/spinnaker,spinnaker/spinnaker |
bbc5344022deb891e4fe925c70fd1ae9b0e3689f | .github/workflows/close-stale-issues.yml | .github/workflows/close-stale-issues.yml | name: Close Stale Issues
# Controls when the action will be run
on:
schedule:
- cron: "* * * * *"
jobs:
cleanup:
runs-on: ubuntu-latest
name: Close stale issues
steps:
- uses: actions/stale@v4.0.0
with:
stale-issue-message: It looks like this issue has not been active for a... | name: Close Stale Issues
# Controls when the action will be run
on:
schedule:
- cron: "0 0 * * *"
jobs:
cleanup:
runs-on: ubuntu-latest
name: Close stale issues
steps:
- uses: actions/stale@v4.0.0
with:
stale-issue-message: It looks like this issue has not been active for a... | Switch stale PR action to daily cadence | Switch stale PR action to daily cadence
| YAML | apache-2.0 | awslabs/amazon-kinesis-video-streams-webrtc-sdk-c,awslabs/amazon-kinesis-video-streams-webrtc-sdk-c,awslabs/amazon-kinesis-video-streams-webrtc-sdk-c,awslabs/amazon-kinesis-video-streams-webrtc-sdk-c |
17ff9efbc684927d54f951b56cf3a3d28ce4ea33 | wercker.yml | wercker.yml | box: wercker/php
build:
steps:
- script:
name: Update apt
code: sudo apt-get update
- script:
name: install GraphViz
code: sudo apt-get install graphviz php5-xsl
- script:
name: install dependencies
code: composer install --no-interaction
- script:
... | box: wercker/php
build:
steps:
- script:
name: set timezone in PHP
code: echo 'date.timezone = "Europe/Amsterdam"' >> $HOME/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- script:
name: Update apt
code: sudo apt-get update
- script:
name: install GraphViz
... | Set timezone in the Wercker box to prevent test failures | Set timezone in the Wercker box to prevent test failures
| YAML | mit | mvriel/phpDocumentor2,rgeraads/phpDocumentor2,webmozart/phpDocumentor2,Maxim-Mazurok/phpDocumentor2,revinate/phpDocumentor2,Maxim-Mazurok/phpDocumentor2,PatidarWeb/phpDocumentor2,beealone/phpDocumentor2,potherca/phpDocumentor2,potherca-contrib/phpDocumentor2,mbed67/phpDocumentor2,ddymko/phpDocumentor2,rgeraads/phpDocum... |
e562ed6b467500aba894414d0bd8311baf173cc5 | packages/jp/jpl-horizons-api.yaml | packages/jp/jpl-horizons-api.yaml | homepage: https://github.com/ocramz/jpl-horizons-api
changelog-type: ''
hash: ad79508f87aee7d913228b83c82271344ef51b4b0899269cb0eae769be384c55
test-bench-deps: {}
maintainer: ocramz
synopsis: Ephemerides for solar system objects from the JPL Horizons service
changelog: ''
basic-deps:
bytestring: -any
base: '>=4.7 &... | homepage: https://github.com/ocramz/jpl-horizons-api
changelog-type: ''
hash: 36b61860b1fc5f641d97a42c11134a8a174aa27f59ae2c7bb4b1f0bc16025714
test-bench-deps: {}
maintainer: example@example.com
synopsis: Ephemerides for solar system objects from the JPL Horizons service
changelog: ''
basic-deps:
bytestring: -any
b... | Update from Hackage at 2022-03-09T12:29:28Z | Update from Hackage at 2022-03-09T12:29:28Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
c891d2ec7218b40231bc7a62d46112b398aef7d1 | .github/workflows/docs-deploy.yml | .github/workflows/docs-deploy.yml | name: Documentation Deployment
on: push
jobs:
grav:
name: Deploy Grav
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: SCP to documentation server
uses: appleboy/scp-action@v0.0.1
env:
USERNAME: ${{ secrets.DOCUMENTATION_SSH_USERNAME }}
KE... | name: Documentation Deployment
on: push
jobs:
grav:
name: Deploy Grav
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: SCP to documentation server
uses: appleboy/scp-action@v0.0.1
env:
USERNAME: ${{ secrets.DOCUMENTATION_SSH_USERNAME }}
KE... | Deploy docs to the production location | Deploy docs to the production location
| YAML | mit | select2/select2,bottomline/select2,select2/select2,bottomline/select2 |
fe83bba08ccfaeebc820c455e0d6d68e73b1bb54 | packages/pr/primitive-extras.yaml | packages/pr/primitive-extras.yaml | homepage: https://github.com/metrix-ai/primitive-extras
changelog-type: ''
hash: 0fcd60edb662a081bd9e94395329cb58df89e798ef1c4722e049a0fe2edbe1c0
test-bench-deps: {}
maintainer: Metrix Ninjas <ninjas@metrix.ai>
synopsis: Extras for the "primitive" library
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
deferred-fol... | homepage: https://github.com/metrix-ai/primitive-extras
changelog-type: ''
hash: 9c0d3317df83602ac03069868e78efb9e48001f0315a2381c8c66835d6904190
test-bench-deps: {}
maintainer: Metrix Ninjas <ninjas@metrix.ai>
synopsis: Extras for the "primitive" library
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
deferred-fol... | Update from Hackage at 2018-07-12T19:19:15Z | Update from Hackage at 2018-07-12T19:19:15Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
965aca8f296d267541600d30625e42b87dc3c669 | packages/ty/type-combinators.yaml | packages/ty/type-combinators.yaml | homepage: https://github.com/kylcarte/type-combinators
changelog-type: ''
hash: fe1f2af500a8989abaa4645ec6f52c0aaedef6482694360dd0f94fce064ab21b
test-bench-deps: {}
maintainer: kylcarte@gmail.com
synopsis: A collection of data types for type-level programming
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
all-vers... | homepage: https://github.com/kylcarte/type-combinators
changelog-type: ''
hash: fba30d80af1e5dafe489bac106b008f781fc45f35c35e97be4e3ffbbff0812ed
test-bench-deps: {}
maintainer: kylcarte@gmail.com
synopsis: A collection of data types for type-level programming
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
all-vers... | Update from Hackage at 2016-01-15T18:16:05+0000 | Update from Hackage at 2016-01-15T18:16:05+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
b15aa96d299ba48db15c54f36b655f843dd5d098 | hieradata/test01/modules/glance.yaml | hieradata/test01/modules/glance.yaml | ---
glance::api::known_stores:
- glance.store.rbd.Store
- glance.store.http.Store
| ---
profile::openstack::image::manage_rbd: true
glance::api::known_stores:
- glance.store.rbd.Store
- glance.store.http.Store
| Add ceph client to image role in test01 | Add ceph client to image role in test01
| YAML | apache-2.0 | tanzr/himlar,norcams/himlar,raykrist/himlar,tanzr/himlar,norcams/himlar,tanzr/himlar,raykrist/himlar,norcams/himlar,tanzr/himlar,mikaeld66/himlar,mikaeld66/himlar,mikaeld66/himlar,raykrist/himlar,mikaeld66/himlar,eckhart/himlar,eckhart/himlar,norcams/himlar,TorLdre/himlar,tanzr/himlar,raykrist/himlar,mikaeld66/himlar,e... |
83bc597fb0bf5afa2bfa35b758d58fd8b147884d | .spi.yml | .spi.yml | version: 1
builder:
configs:
- platform: ios
scheme: SwiftProtobuf
- platform: tvos
scheme: SwiftProtobuf
- platform: watchos
scheme: SwiftProtobuf
| version: 1
builder:
configs:
- platform: ios
documentation_targets: [SwiftProtobuf]
scheme: SwiftProtobuf
- platform: tvos
scheme: SwiftProtobuf
- platform: watchos
scheme: SwiftProtobuf
| Add documentation targets to SPI config. | Add documentation targets to SPI config.
| YAML | apache-2.0 | apple/swift-protobuf,thomasvl/swift-protobuf,thomasvl/swift-protobuf,apple/swift-protobuf,thomasvl/swift-protobuf,apple/swift-protobuf,apple/swift-protobuf,apple/swift-protobuf,thomasvl/swift-protobuf,thomasvl/swift-protobuf,thomasvl/swift-protobuf,apple/swift-protobuf,apple/swift-protobuf,thomasvl/swift-protobuf |
170cc2bc611a160eedbe959c80a20510a48e12d4 | jenkins/jobs/deb-auto-backports.yaml | jenkins/jobs/deb-auto-backports.yaml | - job:
name: pkgdeb-build-auto-backports
node: debian-jessie
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash
set -x
set -e
sudo cp /etc/apt/sources.list.available.d/debian-ope... | - job:
name: pkgdeb-build-auto-backports
node: debian-jessie
wrappers:
- build-timeout:
timeout: 120
- timestamps
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash
set -x
set -e
sudo cp /etc/apt/sources.list.available.d/debian-op... | Increase the backport job to 2h | Increase the backport job to 2h
I previously incread the timeout of the general debian package build
job at: https://review.openstack.org/373389
but what was really needed was increasing the backport job timeout,
which is what this patch does. Indeed, some package are reaching the
timeout. For example, building pytho... | YAML | apache-2.0 | openstack-infra/project-config,Tesora/tesora-project-config,Tesora/tesora-project-config,openstack-infra/project-config |
7b85507af140fb4c7d637f2ceba2df387832584e | .github/workflows/ci-workflow.yaml | .github/workflows/ci-workflow.yaml | ---
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
node: [ '13', '14', '15', '16' ]
name: node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-versi... | ---
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
node: [ '13', '14', '15', '16' ]
name: node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-versi... | Revert repo-specific tokens to use default GH token. | Revert repo-specific tokens to use default GH token. | YAML | mit | cliffano/ae86 |
0c2b66791f480e7f5793ffee968f9a5c71be021b | www/_data/guides.yml | www/_data/guides.yml | -
Base:
-
name: Design of Shrine
path: design.md
-
name: Retrieving Uploads
path: retrieving_uploads.md
-
name: Using Attacher
path: attacher.md
Features:
-
name: Direct Uploads to S3
path: direct_s3.md
-
name: Extracting Metadata
path... | -
Base:
-
name: Design of Shrine
path: design.md
-
name: Retrieving Uploads
path: retrieving_uploads.md
-
name: Using Attacher
path: attacher.md
Features:
-
name: Direct Uploads to S3
path: direct_s3.md
-
name: Extracting Metadata
path... | Add the upgrading guide to the website | Add the upgrading guide to the website
| YAML | mit | janko-m/shrine,janko-m/shrine |
d249246e8b97741681f1e0eb8c1c971c69d1b17b | install_files/ansible-base/roles/tor-hidden-services/handlers/restart-tor-carefully.yml | install_files/ansible-base/roles/tor-hidden-services/handlers/restart-tor-carefully.yml | ---
# Meta handler to bounce tor service sanely. If the SSH connection
# for the remote host is over Tor (i.e. host ends in `.onion`), then
# bounce the tor service via fire-and-forget, wait, then reestablish
# the connection after polling for the service to come back up.
# Registering a concise variable for use in co... | ---
- name: restart tor
shell: sleep 5 && service tor restart
async: 3000
poll: 0
# It's critical that we eliminate existing SSH connections, otherwise Ansible
# will try to reuse the stale ControlPersist files, which no longer have an
# active socket, causing a connection timeout, and halting execution of the... | Fix tor restart handler naming | Fix tor restart handler naming
Apparently Ansible used to inexact matching when looking for
handlers. That changed in the 2.8 series. See:
https://github.com/ansible/ansible/issues/55575
That broke the fuzzy name matching relied upon in the
restart-tor-naming handler, causing Tor not to be restarted
properly. We c... | YAML | agpl-3.0 | conorsch/securedrop,conorsch/securedrop,conorsch/securedrop,conorsch/securedrop,conorsch/securedrop |
fc9df23f086072370f0e02cf1d3983f98ff1356a | metadata/org.unifiedpush.example.yml | metadata/org.unifiedpush.example.yml | Categories:
- Connectivity
- System
License: Apache-2.0
AuthorName: UnifiedPush
WebSite: https://unifiedpush.org/
SourceCode: https://github.com/UnifiedPush/android-example
IssueTracker: https://github.com/UnifiedPush/android-example/issues
Changelog: https://github.com/UnifiedPush/android-example/releases
Name: U... | Categories:
- Connectivity
- System
License: Apache-2.0
AuthorName: UnifiedPush
WebSite: https://unifiedpush.org/
SourceCode: https://github.com/UnifiedPush/android-example
IssueTracker: https://github.com/UnifiedPush/android-example/issues
Changelog: https://github.com/UnifiedPush/android-example/releases
Name: U... | Update UP-Example to 1.2.5 (14) | Update UP-Example to 1.2.5 (14)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
d5d6a0004433621472f8688e00fc0692bc69c0cf | .expeditor/release.omnibus.yml | .expeditor/release.omnibus.yml | ---
project-name: chef-server
config: omnibus/omnibus.rb
install-dir: /opt/opscode
test-path: omnibus/omnibus-test.sh
fips-platforms:
- el-*-x86_64
builder-to-testers-map:
el-6-x86_64:
- el-6-x86_64
el-7-x86_64:
- el-7-x86_64
- el-8-x86_64
sles-12-x86_64:
- sles-12-x86_64
ubuntu-16.04-x86_64:
... | ---
project-name: chef-server
config: omnibus/omnibus.rb
install-dir: /opt/opscode
test-path: omnibus/omnibus-test.sh
fips-platforms:
- el-*-x86_64
builder-to-testers-map:
el-6-x86_64:
- el-6-x86_64
el-7-x86_64:
- el-7-x86_64
- el-8-x86_64
sles-12-x86_64:
- sles-12-x86_64
- sles-15-x86_64
... | Build packages for SLES 15 | Build packages for SLES 15
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef/chef-server,chef/chef-server,chef/chef-server,chef/chef-server,chef/chef-server,chef/chef-server |
4494276b9ae337093fff4cd452e46e2697976a36 | .github/workflows/ci-tests.yml | .github/workflows/ci-tests.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 CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
... | # 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 CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os ... | Update github ci pip commands to use wheel | Update github ci pip commands to use wheel
- Add setuptools and wheel to `pip install --update`
- Remove '--editable' from github ci pip install cmd
This causes lasio to be packaged as a wheel package. Then the wheel
file is installed and tested. Before we were running the tests on the
editable clone of the lasio r... | YAML | mit | kwinkunks/lasio,kinverarity1/lasio,kinverarity1/las-reader |
1cb0af5b8190d095b0f00735f6af94cac4a2bd9a | .github/workflows/valgrind.yml | .github/workflows/valgrind.yml | name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.y... | name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.y... | Update Valgrind to new version 5.0.0 | Update Valgrind to new version 5.0.0 | YAML | bsd-3-clause | steinwurf/recycle,steinwurf/recycle |
2d9d54613364e8a7eff931cfc8c92289fc397484 | docker-compose.dev.yml | docker-compose.dev.yml | services :
nginx_proxy :
build :
context : ../docker-azuracast-nginx-proxy
volumes :
- ./util/local_ssl:/etc/nginx/certs
- /var/run/docker.sock:/tmp/docker.sock:ro
nginx_proxy_letsencrypt :
build :
context : ../docker-azuracast-nginx-proxy-letsencrypt
volumes :
- /var/... | services :
nginx_proxy :
build :
context : ../docker-azuracast-nginx-proxy
volumes :
- ./util/local_ssl:/etc/nginx/certs
- /var/run/docker.sock:/tmp/docker.sock:ro
nginx_proxy_letsencrypt :
build :
context : ../docker-azuracast-nginx-proxy-letsencrypt
volumes :
- /var/... | Add "host.docker.local" to Linux boxes for xdebug. | Add "host.docker.local" to Linux boxes for xdebug.
| YAML | agpl-3.0 | SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,AzuraCast/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast |
8b2ba14d7119903e77d19181191906badbfeb1f5 | .github/workflows/app_engine.yml | .github/workflows/app_engine.yml | # Deploy to appengine on release
name: App Engine
on:
release:
types: [created]
push:
jobs:
app-engine:
name: Deploy to App Engine
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Copy UI folder and update requirements
run: |
cp -r docs/ui app_... | # Deploy to appengine on release
name: App Engine
on:
release:
types: [created]
jobs:
app-engine:
name: Deploy to App Engine
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Copy UI folder and update requirements
run: |
cp -r docs/ui app_engine/
... | Deploy to app engine on release only | Deploy to app engine on release only
| YAML | mit | kmadathil/sanskrit_parser,kmadathil/sanskrit_parser |
82d00c7f9fb0c4f5b0f5d36100225810db016a29 | .github/workflows/javaformat.yml | .github/workflows/javaformat.yml | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Auto-format master with Google Java Format
on:
push:
branches: [ master ]
jobs:
formatting:
runs-on: ubuntu-latest
... | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Auto-format master with Google Java Format
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
fo... | Use same formatting for pull requests. | Use same formatting for pull requests. | YAML | apache-2.0 | googleinterns/step200-2020,googleinterns/step200-2020,googleinterns/step200-2020 |
84e0667325d1b21f38678319ff336a2346dad91e | plugins/tripleo-overcloud/roles/containers/prepare-templates/tasks/nondefault_images.yml | plugins/tripleo-overcloud/roles/containers/prepare-templates/tasks/nondefault_images.yml | - include_vars:
file: "{{ templates_list_file}}"
name: current_file
- name: find the template file or corresponding j2 template
find:
path: "{{ item| dirname }}"
pattern: "{{ item|basename|splitext|first }}\\.(?:yaml|j2\\.yaml)$"
use_regex: yes
with_items: "{{ current_file.tripleo_hea... | - include_vars:
file: "{{ templates_list_file}}"
name: current_file
- name: find the template file or corresponding j2 template
find:
path: "{{ item| dirname }}"
pattern: "{{ item|basename|splitext|first }}\\.(?:yaml|j2\\.yaml)$"
use_regex: yes
with_items: "{{ current_file.tripleo_hea... | Handle exception: 'dict object' has no attribute 'suffix' | Handle exception: 'dict object' has no attribute 'suffix'
Helper files with variables needed for running
'openstack overcloud container image prepare' might not have all
variables set. Use empty values as default.
Change-Id: I10391f9732cfaee88b90c92ed03f93fe779f1790
| YAML | apache-2.0 | redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared |
c7b20dc743a1adee3656661719b48e23ca3b127a | roles/monitoring/tasks/uchiwa.yml | roles/monitoring/tasks/uchiwa.yml | ---
- name: Installing Uchiwa.
sudo: yes
yum: name=uchiwa state=present
- name: Enable Uchiwa.
sudo: yes
service: name=uchiwa enabled=yes state=started
- name: Disable SELinux
sudo: yes
service: enabled=no name=selinux state=stopped
notify: restart uchiwa
- name: ensure python-selinux is installed ... | ---
- name: Installing Uchiwa.
sudo: yes
yum: name=uchiwa state=present
- name: Enable Uchiwa.
sudo: yes
service: name=uchiwa enabled=yes state=started
- name: Disable SELinux
sudo: yes
service: enabled=no name=selinux state=stopped
notify: restart uchiwa
- name: ensure python-selinux is installed ... | Fix file path for config file. | Fix file path for config file.
| YAML | mit | juliovp01/ops_tools,juliovp01/ops_tools |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.