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
d88806f7eec8ac8d5d6d9ef799bb050f4a102db2
gcp/modules/templater/values/couchdb.yaml
gcp/modules/templater/values/couchdb.yaml
clusterSize: ${env == "dev" ? 2 : 3} adminUsername: ${couchdb_admin_username} adminPassword: ${couchdb_admin_password} cookieAuthSecret: ${couchdb_auth_cookie} persistentVolume: enabled: true accessModes: - ReadWriteOnce size: 10Gi storageClass: "standard" podAntiAffinity: true
clusterSize: ${env == "dev" ? 2 : 3} adminUsername: ${couchdb_admin_username} adminPassword: ${couchdb_admin_password} cookieAuthSecret: ${couchdb_auth_cookie} persistentVolume: enabled: true accessModes: - ReadWriteOnce size: 10Gi storageClass: "standard" affinity: podAntiAffinity: requiredDuringS...
Add affinity config into CouchDB release values
Add affinity config into CouchDB release values
YAML
bsd-3-clause
mrtyler/gpii-terraform,mrtyler/gpii-terraform,mrtyler/gpii-terraform,mrtyler/gpii-infra,mrtyler/gpii-infra,mrtyler/gpii-infra,mrtyler/gpii-infra
da7def4576d4827edff8c5733d1d7ff9a85f9100
infrared/common/roles/vbmc/tasks/install.yml
infrared/common/roles/vbmc/tasks/install.yml
--- - name: Install packages required for 'pxe_ipmitool' ironic's driver on RedHat based distros become: true package: name: - python-setuptools - ipmitool state: latest disable_gpg_check: yes - name: Install python-virtualbmc from repo's become: true package: name: pyth...
--- - name: Install packages required for 'pxe_ipmitool' ironic's driver on RedHat based distros become: true package: name: - python-setuptools - ipmitool state: latest disable_gpg_check: yes - name: Install python-virtualbmc from repo's become: true package: name: pyth...
Patch to enable latest virtualbmc
Patch to enable latest virtualbmc Customized job run sucessfuly deployed with latest version of a package: https://rhos-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/OSPD-Customized-Deployment-virt/6028/ Change-Id: Ibc5106ef8a312d93848a9321441c35425eac3cc5
YAML
apache-2.0
redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared
c08e2fbf3a74ad4dd51b8802d151c92dc5138f70
src/site/_config.yml
src/site/_config.yml
# For AppEngine safe: false port: 8081 source: site destination: appengine/build/static markdown: kramdown permalink: /articles/:title.html baseurl: /web fundamentals: /fundamentals url: /web highlighter: pygments pygments: true spotlights: false github: root: https://github.com/Google/WebFundamentals content: tree...
# For AppEngine safe: false port: 8081 source: site destination: appengine/build/static markdown: kramdown permalink: /articles/:title.html baseurl: /web fundamentals: /web/fundamentals url: /web highlighter: pygments pygments: true spotlights: false github: root: https://github.com/Google/WebFundamentals content: ...
Update base url on config
Update base url on config
YAML
apache-2.0
AlfiyaZi/WebFundamentals,yufengg/WebFundamentals,ominux/WebFundamentals,fonai/WebFundamentals,simongong/WebFundamentals,simongong/WebFundamentals,briankostar/WebFundamentals,PaulKinlan/WebFundamentals-old,jamesblunt/WebFundamentals,tommyboy326/WebFundamentals,GianlucaFormica/WebFundamentals,paulirish/WebFundamentals,Ho...
eda7ffe39b9caccc637597624a3c255c5d7443b6
image-yaml/overcloud-images-ceph-rhel8.yaml
image-yaml/overcloud-images-ceph-rhel8.yaml
disk_images: - imagename: overcloud-ceph type: qcow2 distro: rhel8 release: 8
disk_images: - imagename: overcloud-ceph type: qcow2 distro: rhel release: 8
Use unversioned RHEL element w/ RHEL8
Use unversioned RHEL element w/ RHEL8 Using 'rhel8' instead of 'rhel' causes errors. Related to commits: 18788b2b1748ffaa088a23caeec165391d9d7b4e 5877ef54d3c3a2392297123a70cbf4a03f93e977 Change-Id: I54097b2bbf19cd07bceb6ce608aa7f80435ad894 Signed-off-by: Lon Hohberger <ff1811917d4a4d5f8c801f25e2c8fea5684c1092@re...
YAML
apache-2.0
openstack/tripleo-common,openstack/tripleo-common
d0d8d4a2ddd93f1da4210ac89039b339775df448
deploy-scripts/kubernetes/service.yml
deploy-scripts/kubernetes/service.yml
apiVersion: v1 kind: Service metadata: name: $CIRCLE_PROJECT_REPONAME-service spec: # defines behaviour of service selector: # route service traffic to pod(s) with label keys and values matching this selector app: jekyll-nginx externalIPs: # for which nodes will accept traffic for this service - 104.154....
apiVersion: v1 kind: Service metadata: name: $CIRCLE_PROJECT_REPONAME-service spec: # defines behaviour of service selector: # route service traffic to pod(s) with label keys and values matching this selector app: jekyll-nginx type: LoadBalancer # determines how service is exposed loadBalancerIP: 104.15...
Revert to load balancer; external IPs dont work with Google Cloud?
Revert to load balancer; external IPs dont work with Google Cloud?
YAML
mit
family-guy/minima,family-guy/minima,family-guy/minima
b57a3e26b32bc8c59218e5363f7b8bd3694bbe05
src/Backend/Modules/Mailmotor/Resources/config/commands.yml
src/Backend/Modules/Mailmotor/Resources/config/commands.yml
services: mailmotor.handler.save_settings: class: Backend\Modules\Mailmotor\Domain\Settings\Command\SaveSettingsHandler arguments: - "@fork.settings" tags: - { name: command_handler, handles: Backend\Modules\Mailmotor\Domain\Settings\Command\SaveSettings } mailmotor.handler.subscription: ...
services: mailmotor.handler.save_settings: class: Backend\Modules\Mailmotor\Domain\Settings\Command\SaveSettingsHandler arguments: - "@fork.settings" tags: - { name: command_handler, handles: Backend\Modules\Mailmotor\Domain\Settings\Command\SaveSettings } mailmotor.handler.subscription: ...
Fix wrong command config for mailmotor
Fix wrong command config for mailmotor
YAML
mit
forkcms/forkcms,sumocoders/forkcms,jessedobbelaere/forkcms,jessedobbelaere/forkcms,riadvice/forkcms,tommyvdv/forkcms,jonasdekeukelaere/forkcms,sumocoders/forkcms,sumocoders/forkcms,sumocoders/forkcms,tommyvdv/forkcms,mathiashelin/forkcms,bartdc/forkcms,riadvice/forkcms,riadvice/forkcms,DegradationOfMankind/forkcms,just...
2ca60650900d642a82b1093f288a84fa6c996c62
hieradata/node/mysql-backup-1.backend.staging.publishing.service.gov.uk.yaml
hieradata/node/mysql-backup-1.backend.staging.publishing.service.gov.uk.yaml
govuk_sudo::sudo_conf: govuk-backup: content: 'govuk-backup ALL=NOPASSWD:/usr/bin/mysqldump'
govuk_sudo::sudo_conf: govuk-backup: content: 'govuk-backup ALL=NOPASSWD:/usr/bin/mysqldump' govuk_env_sync::tasks: "push_collections_publisher_production_daily": hour: "0" minute: "12" action: "push" dbms: "mysql" storagebackend: "s3" database: "collections_publisher_production" tem...
Add push jobs for mysql databases
Add push jobs for mysql databases
YAML
mit
alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet
09fde3ea31b753527919baca4401401b15e3efc7
k8s/base/deployments/deployment.yaml
k8s/base/deployments/deployment.yaml
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
Add liveness probe to shutdown app if unhealthy
Add liveness probe to shutdown app if unhealthy
YAML
apache-2.0
google/golden-path-for-app-delivery,google/golden-path-for-app-delivery,google/golden-path-for-app-delivery
a871dcc428810906d107767b4064a2d2db8500b0
metadata/de.storchp.fdroidbuildstatus.yml
metadata/de.storchp.fdroidbuildstatus.yml
Categories: - Development License: MIT AuthorName: Peter Storch WebSite: https://codeberg.org/pstorch/F-Droid_Build_Status SourceCode: https://codeberg.org/pstorch/F-Droid_Build_Status IssueTracker: https://codeberg.org/pstorch/F-Droid_Build_Status/issues Changelog: https://codeberg.org/pstorch/F-Droid_Build_Status/r...
Categories: - Development License: MIT AuthorName: Peter Storch WebSite: https://codeberg.org/pstorch/F-Droid_Build_Status SourceCode: https://codeberg.org/pstorch/F-Droid_Build_Status IssueTracker: https://codeberg.org/pstorch/F-Droid_Build_Status/issues Changelog: https://codeberg.org/pstorch/F-Droid_Build_Status/r...
Update F-Droid Build Status to 1.3 (4)
Update F-Droid Build Status to 1.3 (4)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
0194b3434449acbd6c515f5a99189da00c1296db
deploy/addons/heapster/heapster-rc.yaml
deploy/addons/heapster/heapster-rc.yaml
apiVersion: v1 kind: ReplicationController metadata: labels: kubernetes.io/cluster-service: 'true' k8s-app: heapster name: heapster kubernetes.io/minikube-addons: heapster name: heapster namespace: kube-system spec: replicas: 1 selector: kubernetes.io/cluster-service: "true" k8s-app: h...
apiVersion: v1 kind: ReplicationController metadata: labels: kubernetes.io/cluster-service: 'true' k8s-app: heapster name: heapster kubernetes.io/minikube-addons: heapster name: heapster namespace: kube-system spec: replicas: 1 selector: kubernetes.io/cluster-service: "true" k8s-app: h...
Update heapster addon to v1.3.0
Update heapster addon to v1.3.0
YAML
apache-2.0
kubernetes/minikube,aaron-prindle/minikube,warmchang/minikube,kubernetes/minikube,dlorenc/minikube,abbytiz/minikube,dims/minikube,dalehamel/minikube,cu12/minikube,kubernetes/minikube,warmchang/minikube,dongsupark/minikube,mikegrass/minikube,r2d4/minikube,dlorenc/minikube,kubernetes/minikube,kubernetes/minikube,r2d4/min...
3300f76c98afe789c5e1e7405d41799943918bf7
.pre-commit-config.yaml
.pre-commit-config.yaml
repos: - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black args: [--line-length=80] - repo: https://gitlab.com/pycqa/flake8 rev: "3.8.4" hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade rev: v2.7.4 hooks: - id: pyupgrade args: ...
repos: - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black args: [--line-length=80] - repo: https://github.com/PyCQA/flake8 rev: "3.8.4" hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade rev: v2.7.4 hooks: - id: pyupgrade args: ...
Update repository URL for Flake8
Update repository URL for Flake8 Committed via https://github.com/asottile/all-repos
YAML
bsd-3-clause
morepath/more.basicauth
6df4a809c98395c9bd34c720dcb6ace2a8d8f019
cas-security-spring-boot-sample/docker-compose.yml
cas-security-spring-boot-sample/docker-compose.yml
version: '3' services: cas: # Tag version does not really represent CAS server version. Please check pom.xml to get real version. image: apereo/cas:v5.1.3 ports: - "8080:8080" volumes: - ./docker/tmp:/root/.m2/repository/ - ./docker/cas.properties:/cas-overlay/etc/cas/config/cas.prop...
version: '2.1' services: cas: # Tag version does not really represent CAS server version. Please check pom.xml to get real version. image: apereo/cas:v5.1.3 ports: - "8080:8080" volumes: - ./docker/tmp:/root/.m2/repository/ - ./docker/cas.properties:/cas-overlay/etc/cas/config/cas.pr...
Add docker healtcheck and depends_on
Add docker healtcheck and depends_on
YAML
mit
kakawait/cas-security-spring-boot-starter,kakawait/cas-security-spring-boot-starter,kakawait/cas-security-spring-boot-starter
6775db6a3318029b47e67eb5abaf808548992dc9
provisioners/roles/newrelic_wsgi/defaults/main.yml
provisioners/roles/newrelic_wsgi/defaults/main.yml
--- # defaults file for newrelic_wsgi newrelic_ini_path: /opt/newrelic/ newrelic_agentlog_path: /var/log/newrelic/wsgi/ newrelic_ini_file: "{{newrelic_ini_path}}/newrelic.ini" newrelic_agentlog_file: "{{newrelic_agentlog_path}}/newrelic_python_agent.log" application_name: "test LAMP wsgi python application" newrelic_hi...
--- # defaults file for newrelic_wsgi newrelic_ini_path: /opt/newrelic/ newrelic_agentlog_path: /var/log/newrelic/ newrelic_ini_file: "{{newrelic_ini_path}}/newrelic.ini" newrelic_agentlog_file: "{{newrelic_agentlog_path}}/newrelic_python_agent.log" application_name: "test LAMP wsgi python application" newrelic_high_se...
Put python log w/ php log, make writable by apache
Put python log w/ php log, make writable by apache
YAML
cc0-1.0
cfpb/new-relic-installer,sleitner/new-relic-installer
9a0c8c504ca74023ff72708b9a9beabc408ec6d8
packages/co/concrete-haskell-autogen.yaml
packages/co/concrete-haskell-autogen.yaml
homepage: https://github.com/hltcoe changelog-type: '' hash: 48a74b681c636c337de4f0287f12fb1f6e4ebd43b10af67e035dd8d0a2658bae test-bench-deps: {} maintainer: tom@cs.jhu.edu synopsis: Automatically generated Thrift definitions for the Concrete data format. changelog: '' basic-deps: bytestring: -any base: ! '>=4.6 &&...
homepage: https://github.com/hltcoe changelog-type: '' hash: 1d352f54bbef567af0a503b1054d09ee48447da801de71802b1974007849be08 test-bench-deps: {} maintainer: tom@cs.jhu.edu synopsis: Automatically generated Thrift definitions for the Concrete data format. changelog: '' basic-deps: bytestring: -any base: ! '>=4.6 &&...
Update from Hackage at 2017-08-27T14:46:37Z
Update from Hackage at 2017-08-27T14:46:37Z
YAML
mit
commercialhaskell/all-cabal-metadata
6df3e78236aff7084d6962266d2403cf213dc934
ingestion-api/circle.yml
ingestion-api/circle.yml
## Customize the test machine machine: services: - docker test: override: - lein do clean, test, bin ## deployment: ## docker-hub: ## branch: master ## commands: ## - docker build -t samsara/ingestion-api . ## - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS ## ...
## Customize the test machine machine: services: - docker test: override: - lein do clean, test, bin deployment: docker-hub: branch: master commands: - docker build -t samsara/ingestion-api . - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS - docker push samsara...
Fix Auto Docker builds and push
Fix Auto Docker builds and push
YAML
apache-2.0
ChallenHB/samsara,ChallenHB/samsara,samsara/samsara,ChallenHB/samsara,ChallenHB/samsara,samsara/samsara,ChallenHB/samsara,samsara/samsara,samsara/samsara,samsara/samsara,samsara/samsara
98e58d62c6014578dec6648bd9db4e95a69c1222
metadata/com.samco.trackandgraph.yml
metadata/com.samco.trackandgraph.yml
Categories: - Sports & Health License: GPL-3.0-or-later AuthorName: Samuel Amantea-Collins AuthorEmail: help.trackandgraph@gmail.com SourceCode: https://github.com/SamAmco/track-and-graph IssueTracker: https://github.com/SamAmco/track-and-graph/issues Changelog: https://github.com/SamAmco/track-and-graph/releases Au...
Categories: - Sports & Health License: GPL-3.0-or-later AuthorName: Samuel Amantea-Collins AuthorEmail: help.trackandgraph@gmail.com SourceCode: https://github.com/SamAmco/track-and-graph IssueTracker: https://github.com/SamAmco/track-and-graph/issues Changelog: https://github.com/SamAmco/track-and-graph/releases Au...
Update Track & Graph to 1.6.0 (10600)
Update Track & Graph to 1.6.0 (10600)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
953bdb1bb8801dfc58ba329abb8aac165c28a5cd
packages/sd/sdl2-image.yaml
packages/sd/sdl2-image.yaml
homepage: '' changelog-type: markdown hash: 7d5c7c825727632ac1837672db01522aaff0819291f4794b8d9254ec8245d380 test-bench-deps: {} maintainer: cailei@live.com synopsis: Haskell binding to sdl2-image. changelog: ! '## v0.1.3.2 - add support for ''base-4.8'' ## v0.1.3.1 - add ''this'' change-log file ## v0.1....
homepage: '' changelog-type: '' hash: 57c95f16777afcf43a491a1a4a6ca99a5e41f255ef64335ffd94d082be583c4f test-bench-deps: {} maintainer: Siniša Biđin <sinisa@bidin.eu> synopsis: Bindings to SDL2_image. changelog: '' basic-deps: bytestring: ! '>=0.10.4.0' base: ! '>=4.7 && <5' text: ! '>=1.1.0.0' sdl2: ! '>=2.0' ...
Update from Hackage at 2017-01-16T22:40:02Z
Update from Hackage at 2017-01-16T22:40:02Z
YAML
mit
commercialhaskell/all-cabal-metadata
e64e4090029ae0ea5967c3eb0149889a2b6b6ead
.github/workflows/continuous-integration-conda.yml
.github/workflows/continuous-integration-conda.yml
name: CI (conda) on: [push, pull_request] jobs: build: strategy: matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] python-version: [2.7, 3.6, 3.7, 3.8] runs-on: ${{ matrix.os }} steps: - uses: goanpeca/setup-miniconda@v1 with: auto-update-conda...
name: CI (conda) on: [push, pull_request] jobs: build: strategy: matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] python-version: [2.7, 3.6, 3.7, 3.8] runs-on: ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Minic...
Add checkout and debug step, removed explicit shell name
Add checkout and debug step, removed explicit shell name
YAML
mit
mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext
bf95fc9954ff52a11787fda50e3b28ddf5d5d470
tasks/selinux-context.yml
tasks/selinux-context.yml
--- - name: RedHat | Ensure selinux context for MISP httpd directories command: "chcon -R httpd_sys_rw_content_t {{ item }}" # FIXME! sefcontext module not working # sefcontext: # target: "{{ item }}(/.*)?" # setype: httpd_sys_rw_content_t # state: present with_items: - /var/www/MISP/app/files - ...
--- - name: RedHat | Ensure selinux context for MISP httpd directories sefcontext: target: "{{ item }}(/.*)?" setype: httpd_sys_rw_content_t state: present with_items: - /var/www/MISP/app/files - /var/www/MISP/app/files/terms - /var/www/MISP/app/files/scripts/tmp - /var/www/MISP/app/Plu...
Revert "manual command for chcon as sefcontext module does not seem to work"
Revert "manual command for chcon as sefcontext module does not seem to work" This reverts commit abb40b5d9cb9da991bd04ea42c84b2d699e4d142.
YAML
bsd-2-clause
juju4/ansible-MISP,juju4/ansible-MISP,juju4/ansible-MISP
87f0f72d69a9806bb890c9b8f77f5aee46cdcd56
meta.lib.spoofax/metaborg.yaml
meta.lib.spoofax/metaborg.yaml
--- id: org.metaborg:meta.lib.spoofax:${metaborgVersion} name: libspoofax metaborgVersion: 2.3.0-SNAPSHOT metaborgBaselineVersion: 2.2.0 dependencies: compile: - org.metaborg:org.metaborg.meta.lang.esv:${metaborgBaselineVersion} - org.metaborg:org.metaborg.meta.lang.stratego:${metaborgBaselineVersion} exports: - ...
--- id: org.metaborg:meta.lib.spoofax:${metaborgVersion} name: libspoofax metaborgVersion: 2.3.0-SNAPSHOT metaborgBaselineVersion: 2.2.0 dependencies: compile: - org.metaborg:org.metaborg.meta.lang.esv:${metaborgBaselineVersion} - org.metaborg:org.metaborg.meta.lang.stratego:${metaborgBaselineVersion} exports: - ...
Disable sdf buildstep to prevent generation of erroneous completions.str.
Disable sdf buildstep to prevent generation of erroneous completions.str.
YAML
apache-2.0
metaborg/spoofax,metaborg/spoofax,metaborg/spoofax,metaborg/spoofax
04f62b949bc82d6f32d39c42667b7c8cebe94195
playbook/roles/selenium/defaults/main.yml
playbook/roles/selenium/defaults/main.yml
--- # defaults file for selenium selenium_install_dir: /opt selenium_version: "3.4.0" selenium_install_firefox: yes selenium_install_chrome: yes selenium_chromedriver: "2.30" selenium_display_id: "1" selenium_port: 4444 selenium_xvfb_args: "--server-args='-screen 0, 1920x1080x24'" selenium_user: www-admin
--- # defaults file for selenium selenium_install_dir: /opt selenium_version: "3.10.0" selenium_install_firefox: yes selenium_install_chrome: yes selenium_chromedriver: "2.36" selenium_display_id: "1" selenium_port: 4444 selenium_xvfb_args: "--server-args='-screen 0, 1920x1080x24'" selenium_user: www-admin
Update selenium and webdriver versions.
Update selenium and webdriver versions.
YAML
mit
wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina
47f1cef0f5b185c64a826406dbc8271ce1428168
provision/roles/core/tasks/std_packages.yml
provision/roles/core/tasks/std_packages.yml
--- - name: Install core standard packages apt: name: - abcde - audacity - autojump - clipit - curl - dconf-tools - ffmpeg - fonts-inconsolata - gimp - gnome-do - gnome-do-plugins - gnome-nettool - htop - indicator-multiload ...
--- - name: Install core standard packages apt: name: - abcde - audacity - autojump - clipit - curl - dconf-tools - ffmpeg - fonts-inconsolata - gimp - gnome-do - gnome-do-plugins - gnome-nettool - htop - indicator-multiload ...
Use vim compiled with system keyboard support
Use vim compiled with system keyboard support
YAML
apache-2.0
cfgrok/dotfiles,cfgrok/dotfiles
f9376685c1fa4896cba46ed36ba7fdd2c6d5507a
manifests/prometheus/operations.d/310-alertmanager-routes.yml
manifests/prometheus/operations.d/310-alertmanager-routes.yml
--- - type: replace path: /instance_groups/name=alertmanager/jobs/name=alertmanager/properties/alertmanager/route? value: receiver: critical-receiver group_by: - alertname group_wait: 30s group_interval: 1m repeat_interval: 1h routes: - receiver: warning-receiver match: ...
--- - type: replace path: /instance_groups/name=alertmanager/jobs/name=alertmanager/properties/alertmanager/route? value: receiver: critical-receiver group_by: - alertname group_wait: 30s group_interval: 1m repeat_interval: 1h routes: - receiver: warning-receiver match: ...
Set email subject for Alertmanager alerts
Set email subject for Alertmanager alerts The original email subject looks the following: [{{ .Status | toUpper }}{{ if eq .Status "firing" }}:{{ .Alerts.Firing | len }}{{ end }}] {{ .GroupLabels.SortedPairs.Values | join " " }} {{ if gt (len .CommonLabels) (len .GroupLabels) }}({{ with .CommonLabels.Remove .GroupLabe...
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
a1d7ef685cfa55e06607485c51e8e82970ca5efe
moduleroot/spec/default_facts.yml
moduleroot/spec/default_facts.yml
--- concat_basedir: "/tmp" ipaddress: "172.16.254.254" is_pe: false macaddress: "AA:AA:AA:AA:AA:AA" selinux_config_mode: "disabled"
--- concat_basedir: "/tmp" ipaddress: "172.16.254.254" is_pe: false macaddress: "AA:AA:AA:AA:AA:AA"
Remove selinux_config_mode from default facts
Remove selinux_config_mode from default facts This fact doesn't always exist on systems and having it as a default fact is masking strict variable issues.
YAML
apache-2.0
voxpupuli/modulesync_config,dhoppe/modulesync_config,voxpupuli/modulesync_config,dhoppe/modulesync_config,voxpupuli/modulesync_config,dhoppe/modulesync_config,puppet-community/modulesync_config,dhoppe/modulesync_config,voxpupuli/modulesync_config
52724bb6119dec3706de02af62a382cc4d62ceea
packages/am/amqp-worker.yaml
packages/am/amqp-worker.yaml
homepage: '' changelog-type: '' hash: 5544c8079f85d19754d84c1d27d50988473a2800ca4fb827d59c630280429178 test-bench-deps: bytestring: -any base: -any amqp: -any text: -any amqp-worker: -any tasty-hunit: -any tasty: -any aeson: -any maintainer: seanhess@gmail.com synopsis: High level functions for working ...
homepage: '' changelog-type: '' hash: 6e4627a037255a5a15e13cbbe45aeccc5280e1cf6611d532214894932d07c8e3 test-bench-deps: bytestring: -any base: -any amqp: -any text: -any amqp-worker: -any tasty-hunit: -any tasty: -any aeson: -any maintainer: seanhess@gmail.com synopsis: High level functions for working ...
Update from Hackage at 2016-12-14T22:22:32Z
Update from Hackage at 2016-12-14T22:22:32Z
YAML
mit
commercialhaskell/all-cabal-metadata
7e62649b4a19a8c1053c6885cdc0bbeefbe3f0d3
config/jobs/kubernetes-sigs/scheduler-plugins/scheduler-plugins-presubmits.yaml
config/jobs/kubernetes-sigs/scheduler-plugins/scheduler-plugins-presubmits.yaml
# sigs.k8s.io/scheduler-plugins presubmits presubmits: kubernetes-sigs/scheduler-plugins: - name: pull-scheduler-plugins-verify-gofmt decorate: true path_alias: sigs.k8s.io/scheduler-plugins always_run: true spec: containers: - image: golang:1.13 command: - make a...
# sigs.k8s.io/scheduler-plugins presubmits presubmits: kubernetes-sigs/scheduler-plugins: - name: pull-scheduler-plugins-verify-gofmt decorate: true path_alias: sigs.k8s.io/scheduler-plugins always_run: true spec: containers: - image: golang:1.15.2 command: - make ...
Update scheduler-plugins CI Job To Go 1.15.2
Update scheduler-plugins CI Job To Go 1.15.2
YAML
apache-2.0
michelle192837/test-infra,BenTheElder/test-infra,fejta/test-infra,dims/test-infra,monopole/test-infra,jessfraz/test-infra,monopole/test-infra,fejta/test-infra,kubernetes/test-infra,cjwagner/test-infra,dims/test-infra,kubernetes/test-infra,dims/test-infra,monopole/test-infra,dims/test-infra,fejta/test-infra,brahmaroutu/...
9b85ae4bae94ca74e3e1463cbbf80e895b58540a
template/.travis.yml
template/.travis.yml
language: java sudo: required jdk: - oraclejdk8 cache: directories: - $HOME/.CommandBox env: matrix: - ENGINE=lucee@4.5 - ENGINE=lucee@5 - ENGINE=adobe@2016 - ENGINE=adobe@11 - ENGINE=adobe@10 before_install: - sudo apt-key adv --keyserver keys.gnupg.net --recv 6DA70622 - sudo echo "deb ...
language: java sudo: required jdk: - oraclejdk8 cache: directories: - $HOME/.CommandBox env: matrix: - ENGINE=lucee@4.5 - ENGINE=lucee@5 - ENGINE=adobe@2016 - ENGINE=adobe@11 before_install: - sudo apt-key adv --keyserver keys.gnupg.net --recv 6DA70622 - sudo echo "deb http://downloads.ortus...
Remove ACF 10 from Travis matrix as it is EOL
Remove ACF 10 from Travis matrix as it is EOL
YAML
mit
elpete/cb-module-template
c5a7be7bb102f051967631fb106457ae4b5d81b9
kubernetes/helm/templates/rnacentral.yaml
kubernetes/helm/templates/rnacentral.yaml
apiVersion: v1 kind: Service metadata: name: rnacentral labels: app: rnacentral spec: type: NodePort ports: - port: {{ .Values.rnacentralPort }} targetPort: {{ .Values.rnacentralPort }} protocol: TCP selector: app: rnacentral --- apiVersion: apps/v1 kind: Deployment metadata: name: rnacent...
apiVersion: v1 kind: Service metadata: name: rnacentral labels: app: rnacentral spec: type: NodePort ports: - port: {{ .Values.rnacentralPort }} targetPort: {{ .Values.rnacentralPort }} protocol: TCP selector: app: rnacentral --- apiVersion: apps/v1 kind: Deployment metadata: name: rnacent...
Add branch to the values
Add branch to the values
YAML
apache-2.0
RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode
bac0fe3391a518b791cf24c2f7d0ad219ff28621
generators/script/templates/.travis.yml
generators/script/templates/.travis.yml
language: node_js node_js: - "0.12" - "0.10" - "iojs" sudo: false cache: directories: - node_modules notifications: email: false
language: node_js node_js: - "5" - "0.12" sudo: false cache: directories: - node_modules notifications: email: false
Test Node 5, and 0.12 only
Test Node 5, and 0.12 only
YAML
mit
ClaudeBot/generator-hubot,ClaudeBot/generator-hubot
c583e47540f5c5a40ff7b7792b0b1925caea4d29
packages/op/optima-for-hasql.yaml
packages/op/optima-for-hasql.yaml
homepage: https://github.com/nikita-volkov/optima-for-hasql changelog-type: '' hash: 4ddbd39532cfe5a8b545a6d51eb7e21f0713abe04e0a87ef268574c952372678 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Command-line arguments parsing for Hasql changelog: '' basic-deps: hasql: ! '>=1.4 && ...
homepage: https://github.com/nikita-volkov/optima-for-hasql changelog-type: '' hash: 078ddf6e4d98284ebea99efc4c1e9b4d42cd05c7c67b09ed3d34a86aef7cc44c test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Command-line arguments parsing for Hasql changelog: '' basic-deps: hasql: '>=1.6 && <1...
Update from Hackage at 2022-09-01T13:45:46Z
Update from Hackage at 2022-09-01T13:45:46Z
YAML
mit
commercialhaskell/all-cabal-metadata
bb5df7667956c12704bff4be15ecd033d82c6d08
operations/portable-ip-for-router.yml
operations/portable-ip-for-router.yml
--- - type: replace path: /resource_groups/name=router/networks/name=default/default? value: [dns, gateway] - type: replace path: /resource_groups/name=router/networks/- value: name: static static_ips: [ ((sl_router_ip)) ]
--- - type: replace path: /instance_groups/name=router/networks/name=default/default? value: [dns, gateway] - type: replace path: /instance_groups/name=router/networks/- value: name: static static_ips: [ ((sl_router_ip)) ]
Fix ops-file path for instance_groups
Fix ops-file path for instance_groups
YAML
apache-2.0
cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci
2ba709c17ab154896574c7297b14302b4ffa33da
packages/list-stylesheets/.travis.yml
packages/list-stylesheets/.travis.yml
sudo: false language: node_js node_js: - 'stable' - '0.12' - '0.10' before_script: - npm install -g gulp - gulp lint after_success: npm run coveralls # whitelist branches: only: - master notifications: email: - kempdogg@gmail.com
sudo: false language: node_js node_js: - '8' - '6' - '4' before_script: - npm install -g gulp - gulp lint after_success: npm run coveralls # whitelist branches: only: - master notifications: email: - kempdogg@gmail.com
Update node versions for Travis CI.
Update node versions for Travis CI.
YAML
mit
jonkemp/inline-css,jonkemp/inline-css
eed22bf33cfb406026d2b10e1d09a15d76b150c5
packages/pa/partial-isomorphisms.yaml
packages/pa/partial-isomorphisms.yaml
homepage: http://www.informatik.uni-marburg.de/~rendel/unparse changelog-type: '' hash: 4b49219eb6715cc36440cf06194a3e83592a942059a51b328dd66586e2bb8843 test-bench-deps: {} maintainer: rendel@informatik.uni-marburg.de synopsis: Partial isomorphisms. changelog: '' basic-deps: base: ! '>=3 && <5' template-haskell: -a...
homepage: http://www.informatik.uni-marburg.de/~rendel/unparse changelog-type: '' hash: dc27254b2fb36077e39a78632a392c4dc5beca2b9dcc536fea0ee2532a453263 test-bench-deps: {} maintainer: rendel@informatik.uni-marburg.de synopsis: Partial isomorphisms. changelog: '' basic-deps: base: ! '>=3 && <5' template-haskell: ! ...
Update from Hackage at 2017-05-05T11:49:20Z
Update from Hackage at 2017-05-05T11:49:20Z
YAML
mit
commercialhaskell/all-cabal-metadata
c1ac46c478d592ee0feaad9d8cc640ae6acff55a
packages/sq/sqlite-simple-errors.yaml
packages/sq/sqlite-simple-errors.yaml
homepage: https://github.com/caneroj1/sqlite-simple-errors changelog-type: '' hash: c5721b225696ace0c93ef123aff8d05ab1e3a9c5e5afe33b2606e51c4a4a5187 test-bench-deps: base: -any sqlite-simple: -any text: -any sqlite-simple-errors: -any mtl: -any maintainer: jmc41493@gmail.com synopsis: Wrapper around errors fr...
homepage: https://github.com/caneroj1/sqlite-simple-errors changelog-type: '' hash: aae745033281f0a63096edbc63df34834aadc186981f3d5f49a4a40136d750e4 test-bench-deps: base: -any sqlite-simple: ! '>=0.4.9 && <0.5.0' text: ! '>=1.2.2.1 && <1.2.3' sqlite-simple-errors: -any mtl: ! '>=2.2.1 && <2.3' maintainer: jm...
Update from Hackage at 2016-10-12T02:53:46+00:00
Update from Hackage at 2016-10-12T02:53:46+00:00
YAML
mit
commercialhaskell/all-cabal-metadata
f9381bf5f72f9e594f1d58e3675741d74b503b49
packages/te/test-framework-hunit.yaml
packages/te/test-framework-hunit.yaml
homepage: https://batterseapower.github.io/test-framework/ changelog-type: '' hash: 6e637a0904fd0b96bf35c2c00fb5282c8fcb5f329f0a24b4dbf3d131ae531bd0 test-bench-deps: {} maintainer: Haskell Libraries <libraries@haskell.org> synopsis: HUnit support for the test-framework package. changelog: '' basic-deps: test-framewor...
homepage: https://batterseapower.github.io/test-framework/ changelog-type: '' hash: 50dfa482f626505b45ab433d0110f275e314f872a198b5fc24d1a640af755880 test-bench-deps: {} maintainer: Haskell Libraries <libraries@haskell.org> synopsis: HUnit support for the test-framework package. changelog: '' basic-deps: test-framewor...
Update from Hackage at 2016-10-07T16:00:25+00:00
Update from Hackage at 2016-10-07T16:00:25+00:00
YAML
mit
commercialhaskell/all-cabal-metadata
eba88ba21da599f8c89b6da0242a2c58ef8d6ff9
serfnode/deploy/roles/docker/tasks/main.yml
serfnode/deploy/roles/docker/tasks/main.yml
--- - name: Update apt-get once a day apt: update_cache=yes cache_valid_time=84600 sudo: yes - name: Ensure curl is installed apt: name=curl sudo: yes - name: Install docker shell: curl -sSL https://get.docker.com/ubuntu/ | sudo sh args: creates: /usr/bin/docker sudo: yes - name: Ensure docker is ...
--- - name: Update apt-get once a day apt: update_cache=yes cache_valid_time=84600 sudo: yes - name: Ensure curl is installed apt: name=curl sudo: yes - name: Ensure python is installed apt: name={{ item }} with_items: - python - python-pip sudo: yes - name: Install docker shell: curl -sSL htt...
Install pip in docker playbook
Install pip in docker playbook
YAML
mit
waltermoreira/serfnode,waltermoreira/serfnode,waltermoreira/serfnode
4b9139f9cc96c41deafe6f497920f9890e496283
packages/gr/gray-extended.yaml
packages/gr/gray-extended.yaml
homepage: https://github.com/mhwombat/gray-extended changelog-type: '' hash: 253345a95219b9eb2fcd743da2424d1eab9731fab974351947ac6c3817bacc8e test-bench-deps: test-framework: ==0.8.* base: ==4.* test-framework-quickcheck2: ==0.3.* gray-extended: -any QuickCheck: ==2.7.* maintainer: amy@nualeargais.ie synopsis...
homepage: https://github.com/mhwombat/gray-extended#readme changelog-type: '' hash: 992d02d8d7e53e93dd52de2898dbfb886d2cb8f1f51caf07cbe59bfd6dab8115 test-bench-deps: test-framework: ==0.8.* base: -any test-framework-quickcheck2: ==0.3.* gray-extended: -any QuickCheck: ==2.7.* || ==2.8.* || ==2.9.* maintainer:...
Update from Hackage at 2016-11-04T13:24:13Z
Update from Hackage at 2016-11-04T13:24:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
30d5f672e275fca7bf1287c0ce179cdb8c74c0b4
.github/workflows/docker-build.yml
.github/workflows/docker-build.yml
on: push name: Docker build and push jobs: build: name: Docker build and push if: '!github.event.deleted' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: '0' - name: Bump version and push tag if: github.ref == 'refs/heads/master' uses: ano...
on: push name: Docker build and push jobs: build: name: Docker build and push if: '!github.event.deleted' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: '0' - name: Bump version and push tag if: github.ref == 'refs/heads/master' uses: ano...
Update docker build and push action to v2 syntax
Update docker build and push action to v2 syntax
YAML
mit
spejder/msml
5de55a88cbf06f88b515d8b7abb556915325f7d2
.github/workflows/install-adbe.yml
.github/workflows/install-adbe.yml
name: InstallAdbeTest on: [push] jobs: test: runs-on: macos-latest timeout-minutes: 15 strategy: matrix: python-version: [3.5, 3.7, 3.8] steps: - name: checkout uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup...
name: InstallAdbeTest on: [push] jobs: test: runs-on: macos-latest timeout-minutes: 15 strategy: matrix: python-version: [3.7, 3.8, 3.9] steps: - name: checkout uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup...
Test on Python 3.9 instead of 3.5
Test on Python 3.9 instead of 3.5
YAML
apache-2.0
ashishb/adb-enhanced
4a5ebd516ddc595f76c1b8060a7f59c3b9c66823
packages/ne/network-types-icmp.yaml
packages/ne/network-types-icmp.yaml
homepage: https://github.com/adamflott/network-types-icmp#readme changelog-type: markdown hash: 9e0e5a2330360154222513d876311e541e5b8796cf403639162db89dade965cd test-bench-deps: network-types-icmp: -any base: '>=4.7 && <5' maintainer: adam@adamflott.com synopsis: Types for representing ICMP and ICMPv6 messages. cha...
homepage: https://github.com/adamflott/network-types-icmp#readme changelog-type: markdown hash: 524d97cbabe02bf177ce17a8ce9ad4a9534f2df82fb9a883dd3b48654dc846ef test-bench-deps: network-types-icmp: -any base: '>=4.7 && <5' maintainer: adam@adamflott.com synopsis: Types for representing ICMP and ICMPv6 messages. cha...
Update from Hackage at 2020-09-28T22:31:14Z
Update from Hackage at 2020-09-28T22:31:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
edd13db1c64b76159033f699d221f59ab243e6dc
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Mount bazel cache uses: actions/cache@v1 with: path: "/home/runner/.cache/bazel" key: bazel - name: Install bazelis...
name: CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Mount bazel cache uses: actions/cache@v1 with: path: "/home/runner/.cache/bazel" key: bazel - name: Install bazelis...
Apply pylint on all python files
Apply pylint on all python files
YAML
apache-2.0
googleinterns/bert-annotator,googleinterns/bert-annotator,googleinterns/bert-annotator
f3666def8da20c4ef43c1bf461cff9c1f21fb2ed
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: [push] jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.201 - name: Build run: dotnet build --configuration Release
name: CI on: [push] jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.201 - name: Restore NuGet Packages run: dotnet restore - name: Download ACT Binaries u...
Add github action to download ACT binaries
Add github action to download ACT binaries
YAML
mit
Makar8000/ACT-Discord-Triggers
ed67613a1bda3741965d91e6f3b59143d920ea00
.github/workflows/main.yml
.github/workflows/main.yml
--- name: Main workflow on: - push - pull_request jobs: lint: name: Lint runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: php-versions: ['8.0', '8.1'] experimental: [false] include: - php-versio...
--- name: Main workflow on: - push - pull_request jobs: lint: name: Lint runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: php-versions: - '8.0' - '8.1' experimental: [false] include: ...
Remove unknown setting to update to latest PHP patch release
Remove unknown setting to update to latest PHP patch release
YAML
agpl-3.0
bheisig/i-doit-api-client-php,bheisig/i-doit-api-client-php
5a427fbdf5730fcdfad4434dcc7fd72af5431dd5
.github/workflows/ruby.yml
.github/workflows/ruby.yml
# This workflow will download a prebuilt Ruby version, install dependencies and # run tests with Rake # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby name: CI on: push: branches: [ master ] pull_request: branches: [ master ] schedule: - cron: '16 4...
# This workflow will download a prebuilt Ruby version, install dependencies and # run tests with Rake # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby name: CI on: push: branches: [ master ] pull_request: branches: [ master ] schedule: - cron: '16 4...
Test with Ruby 3.1 in CI
Test with Ruby 3.1 in CI
YAML
lgpl-2.1
mvz/gir_ffi-cairo
1447444f72f9708ab02473afc00c4189aafb87e9
.github/workflows/rust.yml
.github/workflows/rust.yml
on: [push, pull_request] name: Continuous integration jobs: check: name: Check runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: stable override: true - uses: actions-rs/carg...
on: [push, pull_request] name: CI jobs: check: name: Check runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: stable override: true - uses: actions-rs/cargo@v1 with: ...
Update Github Actions workflow name to CI
Update Github Actions workflow name to CI The name "Continuous integration" was pretty long, especially for the badge, so this commit shortens it to "CI".
YAML
mit
aag/eagle-eye
954637132adf9ff04ad660b481a83dbb9a11b42f
.github/workflows/test.yml
.github/workflows/test.yml
on: push name: Run tests jobs: test: runs-on: ubuntu-latest strategy: matrix: node: [12, 14, 15] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - run: .github/workflows/install.sh - run: npm in...
on: push name: Run tests jobs: test: runs-on: ubuntu-latest strategy: matrix: node: [12, 14, 15] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - run: .github/workflows/install.sh - run: npm ci...
Use 'npm ci' on GH Actions
Use 'npm ci' on GH Actions
YAML
mit
nfroidure/gulp-iconfont,nfroidure/gulp-iconfont
54f74ff4e51e08cdb18040880a82b9124f040e4c
.github/workflows/test.yml
.github/workflows/test.yml
name: test on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-versi...
name: test on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${...
Use Node 14.x and 16.x images
ci: Use Node 14.x and 16.x images
YAML
mit
PeculiarVentures/webcrypto-liner,PeculiarVentures/webcrypto-liner
4c2d48b632d2e043a97b33d61920fc2126ba9e77
.github/workflows/test.yml
.github/workflows/test.yml
name: actions on: push: branches: - master pull_request: branches: - "*" jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 1 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.6 bundler-cache...
name: actions on: push: branches: - master pull_request: branches: - "*" jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 1 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.6 bundler-cache...
Add indent for better code reading
Add indent for better code reading
YAML
mit
coderdojo-japan/dojopaas,coderdojo-japan/dojopaas,coderdojo-japan/dojopaas
562cc69bd3780386f3575c7af31377ee6bb58068
roles/gce-instances/defaults/main.yml
roles/gce-instances/defaults/main.yml
# # Storage instance default settings # # Reference info for settings and pricing # # http://docs.ansible.com/ansible/gce_module.html # https://cloud.google.com/compute/pricing # # The number of storage servers in your cluster storage_servers_count: 2 # The size of each storage server gce_storage_server_machine_type:...
# # Storage instance default settings # # Reference info for settings and pricing # # http://docs.ansible.com/ansible/gce_module.html # https://cloud.google.com/compute/pricing # # The number of storage servers in your cluster storage_servers_count: 2 # The size of each storage server gce_storage_server_machine_type:...
Update gce image to latest
Update gce image to latest
YAML
apache-2.0
spohnan/gluster-ansible,spohnan/gluster-ansible
a1e7521e787336f149b34ba3aacd0c0c936ad902
circle.yml
circle.yml
dependencies: pre: - echo y | android update sdk --no-ui --all --filter "tools" - echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3" - echo y | android update sdk --no-ui --all --filter "extra-android-m2repository" test: override: - ./gradlew assembleRelease - cp -r build/ou...
dependencies: pre: - echo y | android update sdk --no-ui --all --filter "tools" - echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3" - echo y | android update sdk --no-ui --all --filter "extra-android-m2repository" test: override: - ./gradlew assembleRelease - cp -r build/ou...
Modify whitespace in CI config
Modify whitespace in CI config
YAML
apache-2.0
epeterson320/flashlight
e0f87fc561904e9f4f18f27919ea5b2a3893754e
circle.yml
circle.yml
dependencies: post: - curl -Lsf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes - multirust default stable test: override: - cargo test
dependencies: post: - sudo apt-get install -y alsa-base - curl -Lsf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes - multirust default stable test: override: - cargo test
Install alsa (headers are needed to compile libsoundio, disabling ALSA doesn't work)
Install alsa (headers are needed to compile libsoundio, disabling ALSA doesn't work)
YAML
apache-2.0
klingtnet/rsoundio
0da0fbab89d500f790fa66d4277b3bfaae5c6295
circle.yml
circle.yml
machine: node: version: 0.10.39 dependencies: pre: - npm install npm -g test: post: - grunt test:coveralls
machine: node: version: 4.2.2 test: post: - grunt test:coveralls
Upgrade node version for build
Upgrade node version for build
YAML
bsd-3-clause
bigdatr/elephas
5d98869fc588dfe0aa4e48c3b497867ad8ef6814
circle.yml
circle.yml
# From https://circleci.com/docs/yarn/ machine: node: version: 9.4.0 dependencies: override: - yarn cache_directories: - ~/.cache/yarn test: override: - yarn test # From http://codereview.cc/harbormaster/step/edit/6/ notify: webhooks: - url: http://codereview.cc/harbormaster/hook/circle...
# From https://circleci.com/docs/yarn/ machine: node: version: 9.4.0 dependencies: override: - yarn cache_directories: - ~/.cache/yarn test: override: - yarn build && yarn test # From http://codereview.cc/harbormaster/step/edit/6/ notify: webhooks: - url: http://codereview.cc/harbormast...
Make Circle build the lib before test
Make Circle build the lib before test
YAML
mit
skevy/wobble,skevy/wobble
c113a037336dbea229a488606888348d4b7fd637
releng/com.b2international.snowowl.server.update/assembly/mysql/snowowl_config.yml
releng/com.b2international.snowowl.server.update/assembly/mysql/snowowl_config.yml
# # Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg # authentication: type: PROP_FILE fileAuth: users: - username: snowowl password: snowowl repository: host: 0.0.0.0 port: 2036 # Minutes to invalidate and close the unused indexes for tasks # Default is 4 hours, setting it to 0...
# # Copyright 2011-2015 B2i Healthcare Pte Ltd, http://b2i.sg # authentication: type: PROP_FILE fileAuth: users: - username: snowowl password: snowowl repository: host: 0.0.0.0 port: 2036 # Minutes to invalidate and close the unused indexes for tasks # Default is 4 hours, setting it to 0...
Revert "Increase Review lifespan to 1 hours"
Revert "Increase Review lifespan to 1 hours" This reverts commit e410a4abaa37198c3533bad69740e64e42a48259.
YAML
apache-2.0
IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl,IHTSDO/snow-owl
3b95476763654e83dc003946b607363ec390111e
metadata/cz.vitskalicky.lepsirozvrh.yml
metadata/cz.vitskalicky.lepsirozvrh.yml
AntiFeatures: - NonFreeNet Categories: - Internet - Science & Education License: GPL-3.0-or-later AuthorName: Vít Skalický AuthorEmail: vit.skalicky@email.cz SourceCode: https://github.com/vitSkalicky/lepsi-rozvrh IssueTracker: https://github.com/vitSkalicky/lepsi-rozvrh/issues AutoName: Better schedule RepoTyp...
AntiFeatures: - NonFreeNet Categories: - Internet - Science & Education License: GPL-3.0-or-later AuthorName: Vít Skalický AuthorEmail: vit.skalicky@email.cz SourceCode: https://github.com/vitSkalicky/lepsi-rozvrh IssueTracker: https://github.com/vitSkalicky/lepsi-rozvrh/issues AutoName: Better schedule RepoTyp...
Update Better schedule to 1.5.1 (9)
Update Better schedule to 1.5.1 (9)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
973feb33da2c3b6c65f8c847375d28415eea5a5e
manifests/cf-manifest/deployments/900-cf-tests.yml
manifests/cf-manifest/deployments/900-cf-tests.yml
properties: acceptance_tests: api: (( concat "https://" meta.api_domain )) apps_domain: (( grab properties.app_domains[0] )) system_domain: (( grab properties.system_domain )) admin_user: "admin" admin_password: (( grab secrets.uaa_admin_password )) skip_ssl_validation: false backend: "die...
properties: acceptance_tests: api: (( grab meta.api_domain )) apps_domain: (( grab properties.app_domains[0] )) system_domain: (( grab properties.system_domain )) admin_user: "admin" admin_password: (( grab secrets.uaa_admin_password )) skip_ssl_validation: false backend: "diego" clien...
Remove workaround to make v3 tests talk https
Remove workaround to make v3 tests talk https In 0ca788d we worked around the failure of the V3 tests to specify a protocol in the URL. Now that the upstream change https://github.com/cloudfoundry/cf-acceptance-tests/pull/91 has been merged in this release, we need to remove this workaround, otherwise the tests try t...
YAML
mit
alphagov/paas-cf,jimconner/paas-cf,alphagov/paas-cf,jimconner/paas-cf,alphagov/paas-cf,jimconner/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,jimconner/paas-cf,alphagov/paas-cf,jimconner/paas-cf,alphagov/paas-cf,jimconner/paas-cf,jimconner/paas-cf
81a2a8a25d742d3ff160a0e46e16db957d2bab0b
test/fixtures/rounds.yml
test/fixtures/rounds.yml
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html one: url: MyString charity: MyString expire_time: 2013-01-22 closed: failed: max_amount: winning_address1: MyString winning_address2: MyString secret_token: MyString two: url: MyString charity: MyString e...
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html one: url: MyString expire_time: 2013-01-22 closed: failed: max_amount: winning_address1: MyString winning_address2: MyString secret_token: MyString two: url: MyString expire_time: 2013-01-22 closed: fail...
Remove charity string from round fixtures
Remove charity string from round fixtures
YAML
mit
orangejulius/donationparty,orangejulius/donationparty,orangejulius/donationparty
17b02905f648287787bd9dc47cf39a9be5bd363a
metadata/org.docspell.docspellshare.yml
metadata/org.docspell.docspellshare.yml
Categories: - Science & Education License: GPL-3.0-or-later AuthorName: eikek WebSite: https://docspell.org SourceCode: https://github.com/docspell/android-client IssueTracker: https://github.com/docspell/android-client/issues AutoName: Docspell Share RepoType: git Repo: https://github.com/docspell/android-client ...
Categories: - Science & Education License: GPL-3.0-or-later AuthorName: eikek WebSite: https://docspell.org SourceCode: https://github.com/docspell/android-client IssueTracker: https://github.com/docspell/android-client/issues AutoName: Docspell Share RepoType: git Repo: https://github.com/docspell/android-client ...
Update Docspell Share to 0.5.0 (5)
Update Docspell Share to 0.5.0 (5)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
061f59141f0fbfc1e34595f725b07a535a380679
recipes/openbabel/2.4.1/meta.yaml
recipes/openbabel/2.4.1/meta.yaml
package: name: openbabel version: 2.4.1 source: git_url: https://github.com/mwojcikowski/openbabel.git git_rev: 2.4.1 patches: - fix_library_path_search.diff - fix_data_path.diff - fix_babel_test_paths.diff build: number: 0 detect_binary_files_with_prefix: true r...
package: name: openbabel version: 2.4.1 source: fn: openbabel-2-4-1.zip url: https://github.com/openbabel/openbabel/archive/openbabel-2-4-1.zip sha1: 6fefb2355601b665bea5840fe8e6f95bd48023c9 patches: - fix_library_path_search.diff - fix_data_path.diff - fix_babel_test_...
Switch to zip file instead of git
Switch to zip file instead of git
YAML
mit
zachcp/bioconda-recipes,martin-mann/bioconda-recipes,rob-p/bioconda-recipes,joachimwolff/bioconda-recipes,jasper1918/bioconda-recipes,roryk/recipes,BIMSBbioinfo/bioconda-recipes,oena/bioconda-recipes,jfallmann/bioconda-recipes,bioconda/bioconda-recipes,chapmanb/bioconda-recipes,saketkc/bioconda-recipes,guowei-he/biocon...
482e5206e05e4ba8cd79738f6fb7a521c8c23555
google/datastore/admin/v1/datastore_admin_gapic.yaml
google/datastore/admin/v1/datastore_admin_gapic.yaml
type: com.google.api.codegen.ConfigProto config_schema_version: 2.0.0 # The settings of generated code in a specific language. language_settings: java: package_name: com.google.cloud.datastore.admin.v1 python: package_name: google.cloud.datastore.admin_v1.gapic go: package_name: cloud.google.com/go/da...
type: com.google.api.codegen.ConfigProto config_schema_version: 2.0.0 # The settings of generated code in a specific language. language_settings: java: package_name: com.google.cloud.datastore.admin.v1 python: package_name: google.cloud.datastore_admin_v1.gapic go: package_name: cloud.google.com/go/da...
Update python package name for datastore admin gapic client.
Update python package name for datastore admin gapic client. google.cloud.datastore.admin_v1.gapic -> google.cloud.datastore_admin_v1.gapic PiperOrigin-RevId: 310619756
YAML
apache-2.0
googleapis/googleapis,googleapis/googleapis
90bcd411bac3644d9ee094cd4e273a7de25f4955
roles/fluentd/tasks/main.yml
roles/fluentd/tasks/main.yml
- name: install fluentd sudo: no gem: name={{ item }} executable=/home/{{ ansible_ssh_user }}/.rbenv/versions/{{ ruby_version }}/bin/gem with_items: - fluentd - fluent-plugin-secure-forward - fluent-plugin-rewrite-tag-filter - fluent-plugin-record-reformer - fluent-plugin-record-modifie...
- name: install fluentd sudo: no gem: name={{ item }} executable=/home/{{ ansible_ssh_user }}/.rbenv/versions/{{ ruby_version }}/bin/gem with_items: - fluentd - fluent-plugin-secure-forward - fluent-plugin-rewrite-tag-filter - fluent-plugin-record-reformer - fluent-plugin-record-modifie...
Fix not daemonizing fluentd on first provisioning.
Fix not daemonizing fluentd on first provisioning.
YAML
mit
mia-0032/raspberrypi-IoT-ansible,mia-0032/raspberrypi-fluentd-ansible,mia-0032/RPi-ansible-fluentd-es-kibana
78b2259eb087b8157baa11ee08cf1a69e86f95ef
roles/buildmaster/tasks/main.yaml
roles/buildmaster/tasks/main.yaml
--- - name: Set hostname hostname: name={{ hostname }} - name: Tell /etc/hosts about the hostname lineinfile: dest=/etc/hosts line="127.0.0.1 localhost {{hostname}}" state=present insertbefore=BOF - name: Install prerequisite packages apt: pkg={{ item }} state=present with_i...
--- - name: Set hostname hostname: name={{ hostname }} - name: Tell /etc/hosts about the hostname lineinfile: dest=/etc/hosts line="127.0.0.1 localhost {{hostname}}" state=present insertbefore=BOF - name: Install prerequisite packages apt: pkg={{ item }} state=present with_it...
Install Buildbot to a virtualenv
Install Buildbot to a virtualenv
YAML
mit
edunham/ansible-rust-infra,edunham/ansible-rust-infra,edunham/ansible-rust-infra
40015a1b5f0d55f4dec5be5bbba70fc8d37cb194
packages/sh/shakers.yaml
packages/sh/shakers.yaml
homepage: https://github.com/swift-nav/shakers changelog-type: '' hash: d9dfe314b79fd8b528191ff70564034ede7e1f9d6ae94038432b7cc5c1185225 test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: Shake helpers. changelog: '' basic-deps: shake: -any base: ==4.8.* shakers: -any basic-prelude: -any d...
homepage: https://github.com/swift-nav/shakers changelog-type: '' hash: b478b21abd8451de8f4fca3e18e4eec250a0fb38f50f586167a1d0c09e7be0ef test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: Shake helpers. changelog: '' basic-deps: shake: -any base: ==4.8.* shakers: -any basic-prelude: -any d...
Update from Hackage at 2017-04-19T20:09:05Z
Update from Hackage at 2017-04-19T20:09:05Z
YAML
mit
commercialhaskell/all-cabal-metadata
a78086f0460fc37fa5f844ed4120f6700d529231
roles/lamp/tasks/squirrelmail.yml
roles/lamp/tasks/squirrelmail.yml
--- - name: "Install Squirrelmail" apt: "name={{ item }} state=latest" with_items: - squirrelmail - squirrelmail-decode - squirrelmail-locales - squirrelmail-viewashtml - name: Configure Squirrelmail. template: src=squirrelmail.php.j2 dest=/etc/squirrelmail/config.php owner=root group=root mode=6...
--- - name: "Install Squirrelmail" apt: "name={{ item }} state=latest" with_items: - squirrelmail - squirrelmail-decode - squirrelmail-locales - squirrelmail-viewashtml - name: Configure Squirrelmail. template: src=squirrelmail.php.j2 dest=/etc/squirrelmail/config.php owner=root group=root mode=6...
Make Squirrelmail findable by Apache.
Make Squirrelmail findable by Apache.
YAML
unlicense
deekayen/lttle-ansible-bootstrap,deekayen/lttle-ansible-bootstrap
e1d77175796c48bda9257dcb7784a7b830ee813f
packages/sy/symbols.yaml
packages/sy/symbols.yaml
homepage: '' changelog-type: markdown hash: f4761e3a229ebce7ce20d0c9fd6f3137fadeb4ae51b8d486c75cf42542064c59 test-bench-deps: {} maintainer: kiss.csongor.kiss@gmail.com synopsis: Symbol manipulation changelog: ! '# Revision history for symbols ## 0.2.0.0 * added ToList, ToUpper, ToLower, ReadNat type families ...
homepage: '' changelog-type: markdown hash: 3dd6da172eae327943510aa4f3b70505ec320ae596a5746bef32e36cc97ff464 test-bench-deps: {} maintainer: kiss.csongor.kiss@gmail.com synopsis: Symbol manipulation changelog: ! '# Revision history for symbols ## 0.2.0.0 * added ToList, ToUpper, ToLower, ReadNat type families ...
Update from Hackage at 2018-11-29T20:55:22Z
Update from Hackage at 2018-11-29T20:55:22Z
YAML
mit
commercialhaskell/all-cabal-metadata
4ea883b0fb371da8f87d25bf3787d60b74443e19
roles/zookeeper/defaults/main.yml
roles/zookeeper/defaults/main.yml
#override for your cluster for consul service discovery zookeeper_service: zookeeper zookeeper_service_tags: "{{ zookeeper_service }}" zookeeper_env: dev zookeeper_ensemble: cluster1 zookeeper_container_name: "{{ zookeeper_service }}-{{ zookeeper_env }}-{{ zookeeper_ensemble }}-zkid{{ zk_id }}" zookeeper_data_volume...
#override for your cluster for consul service discovery zookeeper_service: zookeeper zookeeper_service_tags: "{{ zookeeper_service }}" zookeeper_ensemble: cluster1 zookeeper_container_name: "{{ zookeeper_service }}" zookeeper_data_volume: "{{ zookeeper_service }}-data-volume" zookeeper_image: asteris/zookeeper zook...
Clean up zk default vars
Clean up zk default vars
YAML
apache-2.0
revpoint/microservices-infrastructure,ContainerSolutions/microservices-infrastructure,huodon/microservices-infrastructure,ddONGzaru/microservices-infrastructure,KaGeN101/mantl,CiscoCloud/microservices-infrastructure,mehulsbhatt/microservices-infrastructure,groknix/microservices-infrastructure,pinterb/microservices-infr...
42dc7ecc92a0d28449f7396e123cc87066d5ff45
test/gitorious.yml
test/gitorious.yml
# Unless you are developing Gitorious and really know what you are doing, # leave the following settings as is. repository_base_path: "/tmp/git/repositories" archive_cache_dir: "/tmp/git/tarball-cache" archive_work_dir: "/tmp/git/tarball-work" host: gitorious.test scheme: http cookie_secret: UpDoquajrecJewyeodMilmiasFi...
# Unless you are developing Gitorious and really know what you are doing, # leave the following settings as is. repository_base_path: "/tmp/git/repositories" archive_cache_dir: "/tmp/git/tarball-cache" archive_work_dir: "/tmp/git/tarball-work" host: gitorious.test scheme: http cookie_secret: UpDoquajrecJewyeodMilmiasFi...
Enable git daemon URLs for tests
Enable git daemon URLs for tests
YAML
agpl-3.0
rae/gitorious-mainline,Gitorious-backup/mainline,rae/gitorious-mainline,spencerwp/mainline,Gitorious-backup/mainline,spencerwp/mainline,SamuelMoraesF/Gitorious,SamuelMoraesF/Gitorious,tigefa4u/gitorious-mainline,Gitorious-backup/mainline,spencerwp/mainline,gitorious/mainline,SamuelMoraesF/Gitorious,tigefa4u/gitorious-m...
81e9f14e0f1dce2b89c1a47edca478f91ead183b
recipes/pytest-celery/meta.yaml
recipes/pytest-celery/meta.yaml
{% set name = "pytest-celery" %} {% set version = "0.0.0a1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pytest-celery-{{ version }}.tar.gz sha256: 3e0e0817c2d3f2870dafebd915bf13100fc12920b5d42dfe5fdc35844fe42e62 build: num...
{% set name = "pytest-celery" %} {% set version = "0.0.0a1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pytest-celery-{{ version }}.tar.gz sha256: 3e0e0817c2d3f2870dafebd915bf13100fc12920b5d42dfe5fdc35844fe42e62 build: num...
Add test that checks if plugin is found by pytest
Add test that checks if plugin is found by pytest
YAML
bsd-3-clause
ocefpaf/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,chrisburr/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,chrisburr/staged-recipes,jochym/staged-recipes,goanpeca/staged-r...
ad56c7b9a3c632e9f69308395e42c052aadd1516
openstack/glance/templates/service.yaml
openstack/glance/templates/service.yaml
kind: Service apiVersion: v1 metadata: name: glance labels: app: {{ template "name" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" component: glance type: api {{- if .Values.metrics.enabled }} annotations: prometh...
kind: Service apiVersion: v1 metadata: name: glance labels: app: {{ template "name" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" component: glance type: api {{- if .Values.metrics.enabled }} annotations: prometh...
Revert "[Glance] prevent double scraping of api"
Revert "[Glance] prevent double scraping of api" This reverts commit 3cdf6875b9098e0b8f30a7f48d475ef3d7267731.
YAML
apache-2.0
sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts
872a4049383bc08e9f09550234af38f770b8bb3a
metadata/com.reminimalism.materialslivewallpaper.yml
metadata/com.reminimalism.materialslivewallpaper.yml
Categories: - Theming License: GPL-3.0-only WebSite: https://pragma-once.github.io/materialslivewallpaper/app-page.html SourceCode: https://github.com/Reminimalism/MaterialsLiveWallpaper IssueTracker: https://github.com/Reminimalism/MaterialsLiveWallpaper/issues Changelog: https://github.com/Reminimalism/MaterialsLiv...
Categories: - Theming License: GPL-3.0-only WebSite: https://pragma-once.github.io/materialslivewallpaper/app-page.html SourceCode: https://github.com/Reminimalism/MaterialsLiveWallpaper IssueTracker: https://github.com/Reminimalism/MaterialsLiveWallpaper/issues Changelog: https://github.com/Reminimalism/MaterialsLiv...
Update Materials Live Wallpaper to 1.0 (6)
Update Materials Live Wallpaper to 1.0 (6)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
070b81e65c3042cf7f54fb94d2f4a8cdff1966a4
lightsail/variables.yml
lightsail/variables.yml
# Version to install elastic_version: 6.5.2 elastic_download: https://artifacts.elastic.co apm_java_version: 1.1.0 # Elastic Cloud credentials elasticsearch_host: "{{ lookup('env','ELASTICSEARCH_HOST') }}" elasticsearch_user: "{{ lookup('env','ELASTICSEARCH_USER') }}" elasticsearch_password: "{{ lookup('env','ELASTIC...
# Version to install elastic_version: 6.6.0 elastic_download: https://artifacts.elastic.co apm_java_version: 1.3.0 # Elastic Cloud credentials elasticsearch_host: "{{ lookup('env','ELASTICSEARCH_HOST') }}" elasticsearch_user: "{{ lookup('env','ELASTICSEARCH_USER') }}" elasticsearch_password: "{{ lookup('env','ELASTIC...
CHANGE to the latest release of the stack
CHANGE to the latest release of the stack
YAML
mit
xeraa/microservice-monitoring,xeraa/microservice-monitoring,xeraa/microservice-monitoring,xeraa/microservice-monitoring
137c7a3c0ebab47f2c623ad335adbe0f34d53cb0
roles/modules/handlers/main.yml
roles/modules/handlers/main.yml
--- - name: Rebuild mkinitcpio become: yes command: mkinitcpio
--- - name: Rebuild mkinitcpio become: yes command: mkinitcpio -p linux
Make mkinitcpio build linux preset
Make mkinitcpio build linux preset
YAML
mit
henrik-farre/ansible,henrik-farre/ansible,henrik-farre/ansible
895d4059c4241e49565b2847a2ef09b2cf50a052
roles/postgresql/tasks/main.yml
roles/postgresql/tasks/main.yml
--- - name: Install PostgreSQL on {{ ansible_distribution }}-{{ ansible_distribution_major_version }} include: roles/postgresql/tasks/postgresql_{{ ansible_pkg_mgr }}{{ ansible_distribution_major_version }}.yml tags: [db, postgresql] when: ansible_os_family == "RedHat" - name: Install PostgreSQL on {{ ansible_di...
--- - name: Install PostgreSQL on {{ ansible_distribution }}-{{ ansible_distribution_major_version }} include: postgresql_{{ ansible_pkg_mgr }}{{ ansible_distribution_major_version }}.yml tags: [db, postgresql] when: ansible_os_family == "RedHat" - name: Install PostgreSQL on {{ ansible_distribution }}-{{ ansibl...
Fix postgresql task include when using as galaxy dependency
Fix postgresql task include when using as galaxy dependency Error: ``` FAILED! => {"failed": true, "reason": "the file_name '...roles/postgresql/tasks/postgresql_apt.yml' does not exist, or is not readable"} ```
YAML
apache-2.0
armab/ansible-st2,StackStorm/ansible-st2
d102fb0c85a32cdd9a65c31f07e20c1e460bcbd0
data/Register/registration-district.yaml
data/Register/registration-district.yaml
register: registration-district text: | Registration districts in England and Wales which exist for the purpose of civil registration of births, marriages, and deaths and civil partnerships. Registration district data is maintained by the General Register Office of HM Passport Office. registry: ...
register: registration-district text: | Registration districts in England and Wales which exist for the purpose of civil registration of births, marriages, and deaths and civil partnerships. Registration district data is maintained by the General Register Office of HM Passport Office. registry: ...
Add boundary to registration district
Add boundary to registration district
YAML
mit
openregister/registry-data
02f19bc365271c5becb4da95a5934cb230cb85a8
hiera.yaml
hiera.yaml
--- ## If you edit this file, you need to make sure that the webserver is restarted. :backends: - eyaml - yaml - module_data :hierarchy: - "%{clientcert}" - "%{asf_osname}/%{asf_osrelease}" - "colo/%{asf_colo}" - "%{environment}" - "common" :yaml: :datadir: '/etc/puppet/data' :...
--- ## If you edit this file, you need to make sure that the webserver is restarted. :backends: - eyaml - yaml - module_data # The ASF specific variables below are created in facter with customfact module. :hierarchy: - "%{clientcert}" - "%{asf_osname}/%{asf_osrelease}" - "colo/%{asf_colo}" ...
Add comment explaining the custom facter vars
Add comment explaining the custom facter vars
YAML
apache-2.0
apache/infrastructure-puppet,chtyim/infrastructure-puppet,bdube/infrastructure-puppet,chtyim/infrastructure-puppet,bdube/infrastructure-puppet,bdube/infrastructure-puppet,sebbASF/infrastructure-puppet,chtyim/infrastructure-puppet,apache/infrastructure-puppet,chtyim/infrastructure-puppet,chtyim/infrastructure-puppet,bdu...
a45e9e1d34593feeeb2b75e0b47b54cff6dfb366
.github/workflows/continuous-integration.yml
.github/workflows/continuous-integration.yml
# See https://github.com/laminas/laminas-continuous-integration-action # Generates a job matrix based on current dependencies and supported version # ranges, then runs all those jobs name: "Continuous Integration" on: pull_request: push: jobs: matrix: name: Generate job matrix runs-on: ubuntu-latest ...
# See https://github.com/laminas/laminas-continuous-integration-action # Generates a job matrix based on current dependencies and supported version # ranges, then runs all those jobs name: "Continuous Integration" on: pull_request: push: jobs: matrix: name: Generate job matrix runs-on: ubuntu-latest ...
Update laminas/laminas-ci-matrix-action action to v1.20.0
Update laminas/laminas-ci-matrix-action action to v1.20.0 | datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | github-tags | laminas/laminas-ci-matrix-action | 1.19.0 | 1.20.0 |
YAML
mit
Ocramius/LazyProperty
ac8ec34778e8b265fb380a12214dda292b004184
recipes/treematching/meta.yaml
recipes/treematching/meta.yaml
{% set name = "treematching" %} {% set version = "0.1.20210513" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: git_url: https://github.com/LionelAuroux/treematching git_tag: 5ebc2474d8720d87569cf414bd0275010edf8f19 build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" requ...
{% set name = "treematching" %} {% set version = "0.1.20210513" %} {% set git_tag = "5ebc2474d8720d87569cf414bd0275010edf8f19" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://github.com/LionelAuroux/{{ name }}/archive/{{ git_tag }}.tar.gz sha256: 6fe70e13b8889811332309bc4051...
Include tarball for commit git_tag
Include tarball for commit git_tag
YAML
bsd-3-clause
conda-forge/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,ReimarBauer/staged-recipes,hadim/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,jochym/stage...
4551b035d8c297af2a9580c626d2147a2a71c3bb
roles/arch-common/handlers/main.yml
roles/arch-common/handlers/main.yml
--- - name: update pkgfile db command: pkgfile -u - name: install pkgfile cron cron: name="Update pkgfile database" job="pkgfile -u" hour=0 state=present
--- - name: update pkgfile db command: pkgfile -u - name: install pkgfile cron cron: name="Update pkgfile database" job="pkgfile -u" hour=1 state=present
Move pkgfile update from 00:00 to 01:00
Move pkgfile update from 00:00 to 01:00
YAML
bsd-3-clause
Alaneor/pi-server
58426256081da6f73e61bdcb824905e8598f80a5
puppet/services/ceilometer-collector.yaml
puppet/services/ceilometer-collector.yaml
heat_template_version: 2016-04-08 description: > OpenStack Ceilometer Collector service configured with Puppet parameters: ServiceNetMap: default: {} description: Mapping of service_name -> network name. Typically set via parameter_defaults in the resource registry. This ...
heat_template_version: 2016-04-08 description: > OpenStack Ceilometer Collector service configured with Puppet parameters: ServiceNetMap: default: {} description: Mapping of service_name -> network name. Typically set via parameter_defaults in the resource registry. This ...
Add mongo config settings in collector service templates
Add mongo config settings in collector service templates In scenario where mongo and collector are on separate nodes like as indicated in the bug, collector should be able to access mongo replset and other hiera data. Closes-bug: #1620468 Depends-On: I0bcd0d063a7a766483426fdd5ea81cbe1dfaa348 Change-Id: Iadf4c78fb03...
YAML
apache-2.0
trozet/opnfv-tht,dprince/tripleo-heat-templates,dprince/tripleo-heat-templates,openstack/tripleo-heat-templates,openstack/tripleo-heat-templates,trozet/opnfv-tht,trozet/opnfv-tht
3e00e3ae325e13652586866c66e3a1dcfdac45e5
recipes/channelarchiver-0.0.5-6/meta.yaml
recipes/channelarchiver-0.0.5-6/meta.yaml
{% set version = "0.0.5.6" %} package: name: channelarchiver version: {{ version }} source: url: https://github.com/NSLS-II/channelarchiver/archive/{{ version }}.tar.gz fn: channelarchiver-v{{ version }} sha256: 7ece29c320ee663be2c4674f05e0ca75aebfaed66767a5f6bd57200df2906b9a7ece29c320ee663be2c4674f05e0ca75...
{% set version = "0.0.5.6" %} package: name: channelarchiver version: {{ version }} source: url: https://github.com/NSLS-II/channelarchiver/archive/v{{ version }}.tar.gz fn: channelarchiver-v{{ version }}.tar.gz sha256: 7ece29c320ee663be2c4674f05e0ca75aebfaed66767a5f6bd57200df2906b9a build: number: 1 s...
Fix channelarchiver recipe (sha mismatch + bad url)
Fix channelarchiver recipe (sha mismatch + bad url)
YAML
bsd-3-clause
NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes
6dd53f44cce4ed00559e49f7919ae65e2f130fb0
recipes/mikeio/meta.yaml
recipes/mikeio/meta.yaml
{% set name = "mikeio" %} {% set version = "0.6.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 0eda011a42863e998df55ae7b9e324b3c470f2d5ce6f56feb2d2ae082492eff8 build: skip: true # [n...
{% set name = "mikeio" %} {% set version = "0.6.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 0eda011a42863e998df55ae7b9e324b3c470f2d5ce6f56feb2d2ae082492eff8 build: skip: true # [n...
Remove running test suite for now
Remove running test suite for now
YAML
bsd-3-clause
jochym/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,patricksnape/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-rec...
f327961b97b676d33ff461a4a874d793c9a2fa10
recipes/mscxyz/meta.yaml
recipes/mscxyz/meta.yaml
{% set name = "mscxyz" %} {% set version = "1.2.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 5b9c01bdd2461cb99dd0cc73f8edaf3025d3063b4e6d0f0c66b5eb46c8078695 build: number: 0 scri...
{% set name = "mscxyz" %} {% set version = "1.2.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 5b9c01bdd2461cb99dd0cc73f8edaf3025d3063b4e6d0f0c66b5eb46c8078695 build: number: 0 scri...
Add extra commands to test
Add extra commands to test
YAML
bsd-3-clause
johanneskoester/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,hadim/staged-recipes,conda-forge/staged-r...
a59851bbbd540db56305d240052bf58443d97911
recipes/mudata/meta.yaml
recipes/mudata/meta.yaml
{% set name = "mudata" %} {% set version = "0.1.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/mudata-{{ version }}.tar.gz sha256: 8f4e695ed8e7787c3928c8726049a4a3f2e9e07d8ca57ade0e08ee790b673e9b build: number: 0 noarch: ...
{% set name = "mudata" %} {% set version = "0.1.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/mudata-{{ version }}.tar.gz sha256: 8f4e695ed8e7787c3928c8726049a4a3f2e9e07d8ca57ade0e08ee790b673e9b build: number: 0 noarch: ...
Add an explicit xlrd dependency
Add an explicit xlrd dependency
YAML
bsd-3-clause
kwilcox/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged...
017a5fa02020775c0161ee8ccae8e605fabc97f4
mkdocs.yml
mkdocs.yml
site_name: igenstrings site_url: https://readthedocs.org/projects/igenstrings/?version=latest site_description: Enhance the genstrings command by adding merging capabilities repo_url: https://github.com/dulaccc/igenstrings pages: - Home: 'index.md' - Installation: 'installation.md' - Usage: 'usage.md'
site_name: igenstrings site_url: https://readthedocs.org/projects/igenstrings/?version=latest site_description: Enhance the genstrings command by adding merging capabilities repo_url: https://github.com/dulaccc/igenstrings theme: readthedocs pages: - Home: 'index.md' - Installation: 'installation.md' - Usage: ...
Use the read the doc theme
Use the read the doc theme
YAML
mit
dulaccc/igenstrings,dulaccc/igenstrings,dulaccc/igenstrings,dulaccc/igenstrings
8326bdc49edbbc4e17ddd0dc1c44883940e7c3de
prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-images.yaml
prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-images.yaml
presubmits: GoogleCloudPlatform/testgrid: - name: test-testgrid-all branches: - ^master$ decorate: true always_run: true spec: containers: - image: launcher.gcr.io/google/bazel:2.0.0 command: - bazel args: - test - //...
presubmits: GoogleCloudPlatform/testgrid: - name: test-testgrid-all branches: - ^master$ decorate: true always_run: true spec: containers: - image: launcher.gcr.io/google/bazel:2.1.0 env: - name: USE_BAZEL_VERSION value: real # Ignore .bazelversion in CI ...
Use image to choose bazel version in testgrid repo
Use image to choose bazel version in testgrid repo
YAML
apache-2.0
GoogleCloudPlatform/oss-test-infra,GoogleCloudPlatform/oss-test-infra
aa9aaec60034c60222c9fe1b6bc57450862de7ba
packages/mu/mulang.yaml
packages/mu/mulang.yaml
homepage: '' changelog-type: '' hash: c933364c4e8a19678cc6a9684f80e89b27f23d5eb5bd93ab3a95c3476f02920c test-bench-deps: bytestring: ==0.10.6.0 base: ! '>=4 && <5' hspec: ! '>=2 && <3' mulang: -any haskell-src: ! '>=1 && <1.1' aeson: ==0.8.1.1 maintainer: franco@mumuki.org synopsis: The Mu Language, a non-co...
homepage: '' changelog-type: '' hash: 9a90bf57e61a3c100b599991a01fb56a1dd26edbcd54b3083e9d900175928607 test-bench-deps: bytestring: -any base: <=5 hspec: -any text: -any mulang: -any aeson: -any neat-interpolation: -any maintainer: franco@mumuki.org synopsis: An intermediate language designed to perform a...
Update from Hackage at 2017-12-27T15:44:10Z
Update from Hackage at 2017-12-27T15:44:10Z
YAML
mit
commercialhaskell/all-cabal-metadata
a8e1f55705abbbb808ae800ded8b5c680481e377
spec/dummy/config/database.yml
spec/dummy/config/database.yml
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 # Warning: The database defined as "test" will be erased and # re-generated from your development database...
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 # Warning: The database defined as "test" will be erased and # re-generated from your development database...
Switch to out of memory db:
Switch to out of memory db:
YAML
mit
southpolesteve/api_engine,southpolesteve/api_engine
80ff064d487ae724a230c40e885325ac3e123b45
.github/workflows/validate-release-notes.yml
.github/workflows/validate-release-notes.yml
on: pull_request name: Validate release notes jobs: validateReleaseNotes: name: Validate release notes runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: DEBUG labels env: LABELS: ${{ join(github.event.pull_request.labels.*.name) }} run: "echo \"LABELS = $LAB...
on: pull_request name: Validate release notes jobs: validateReleaseNotes: name: Validate release notes runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: DEBUG labels env: LABELS: ${{ join(github.event.pull_request.labels.*.name) }} run: echo "LABELS = $LABEL...
Remove echo of overly-complex environment variable
Remove echo of overly-complex environment variable
YAML
mit
lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks
82f5d27f8bb451d4c2b5dc5d928ab7f88fbbd909
app/config/config_prod.yml
app/config/config_prod.yml
imports: - { resource: config.yml } #framework: # validation: # cache: validator.mapping.cache.apc # serializer: # cache: serializer.mapping.cache.apc #doctrine: # orm: # metadata_cache_driver: apc # result_cache_driver: apc # query_cache_driver: apc monolog: handl...
imports: - { resource: config.yml } parameters: mailer_host: %mailer.host% mailer_port: %mailer.port% mailer_encryption: %mailer.encryption% mailer_user: %mailer.user% mailer_password: %mailer.password% #framework: # validation: # cache: validator.mapping.cache.apc # serializer: #...
Add vars for prod env from cli envs
Add vars for prod env from cli envs
YAML
mit
olegpopadko/cooklever,olegpopadko/cooklever
1eedacfc802f839b90a18f4d5a4d1368e80b1fc1
app/config/config_test.yml
app/config/config_test.yml
imports: - { resource: config.yml } framework: test: ~ session: storage_id: session.storage.filesystem profiler: collect: false web_profiler: toolbar: false intercept_redirects: false swiftmailer: disable_delivery: true # Doctrine TEST Configuration doctrine: dbal: ...
imports: - { resource: config.yml } framework: test: ~ session: storage_id: session.storage.filesystem profiler: collect: false web_profiler: toolbar: false intercept_redirects: false swiftmailer: disable_delivery: true # Doctrine TEST Configuration doctrine: dbal: ...
Fix tests http authentication 2
Fix tests http authentication 2
YAML
mit
ecucurella/SporTiu
a03c229d3e5383a8e4b4513a2332fd8c6fa622f3
.github/workflows/build.yml
.github/workflows/build.yml
name: Tests on: [push] jobs: run: runs-on: ubuntu-latest strategy: matrix: php: ['7.4', '8.0'] name: Testing on PHP ${{ matrix.php }} steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: ...
name: Tests on: [push] jobs: run: runs-on: ubuntu-latest strategy: matrix: php: ['7.4', '8.0', '8.1'] name: Testing on PHP ${{ matrix.php }} steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: ...
Add PHP 8.1 to testing workflow
Add PHP 8.1 to testing workflow
YAML
mit
Intervention/httpauth
960c1a0b00092721e55445a8a0705f95980afc7a
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Run tests on: [push] jobs: build: runs-on: ubuntu-20.04 services: postgres: image: postgres:9.6 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: "kaka" POSTGRES_DB: test_karspexet ports: - 5432:5432/tcp options: --health-cmd...
name: Run tests on: [push] jobs: build: runs-on: ubuntu-20.04 services: postgres: image: postgres:9.6 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: "kaka" POSTGRES_DB: test_karspexet ports: - 5432:5432/tcp options: --health-cmd...
Fix Yaml error in Python version
Fix Yaml error in Python version
YAML
mit
Karspexet/Karspexet,Karspexet/Karspexet,Karspexet/Karspexet,Karspexet/Karspexet,Karspexet/Karspexet
490ee8f10ef188b3d2bcff3f9b5d1a840984018d
.github/workflows/tests.yml
.github/workflows/tests.yml
name: "tests" on: push: jobs: packaging: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - uses: cachix/install-nix-action@v12 with: nix_path: nixpkgs=channel:nixos-unstable - run: nix-build nix/release.nix lint: runs-on: ubuntu-latest steps: - uses: ac...
name: "tests" on: push: jobs: packaging: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - uses: cachix/install-nix-action@v12 with: nix_path: nixpkgs=channel:nixos-20.09 - run: nix-build nix/release.nix lint: runs-on: ubuntu-latest steps: - uses: actio...
Switch to latest stable nixos release
CI: Switch to latest stable nixos release
YAML
mit
ptitfred/posix-toolbox
4bfbe795e0628f8127b2b74e4a2e8a3a1cef70d6
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: push: branches: [ master ] pull_request: branches: [ master ] jobs: tests: runs-on: ubuntu-latest services: mongodb: image: mongo:3.4.10 ports: - 27017:27017 if: "!contains(github.event.head_commit.message, '[skip tests]')" steps: - use...
name: Tests on: push: branches: [ master ] pull_request: branches: [ master ] jobs: tests: runs-on: ubuntu-latest services: mongodb: image: mongo:5.0.5 ports: - 27017:27017 if: "!contains(github.event.head_commit.message, '[skip tests]')" steps: - uses...
Update mongodb used in test ci
Update mongodb used in test ci
YAML
mit
DavideViolante/Angular-Full-Stack,DavideViolante/Angular-Full-Stack,DavideViolante/Angular-Full-Stack,DavideViolante/Angular-Full-Stack
d37a969532048ecf7f4642ffc04f3f2b15bfbe43
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: [pull_request] jobs: phpunit: name: PHP ${{ matrix.php }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: php: ['7.1', '7.2', '7.3', '7.4', '8.0'] steps: - name: Checkout uses: actions/checkout@v2.3.4 - name: Install PHP uses...
name: Tests on: [pull_request] jobs: phpunit: name: PHP ${{ matrix.php }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: php: ['7.1', '7.2', '7.3', '7.4', '8.0'] steps: - name: Checkout uses: actions/checkout@v2.3.4 - name: Install PHP uses...
Bump shivammathur/setup-php from 2.11.0 to 2.12.0
Bump shivammathur/setup-php from 2.11.0 to 2.12.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.11.0...2.12.0) --- updated-dependenci...
YAML
apache-2.0
bizley-code/yii2-quill,bizley/yii2-quill
59d58edaddcc33987f77dd0b522b4250194c7b0c
.azure-pipelines/steps/run-tests-linux.yml
.azure-pipelines/steps/run-tests-linux.yml
steps: - script: | # Fix Git SSL errors git submodule sync && git submodule update --init --recursive pipenv run pytest --junitxml=test-results.xml displayName: Run integration tests env: PYTHONWARNINGS: 'ignore:DEPRECATION' PY_EXE: $(PY_EXE) GIT_SSL_CAINFO: $(GIT_SSL_CAINFO) LANG: $(LAN...
steps: - script: | # Fix Git SSL errors git submodule sync && git submodule update --init --recursive pipenv run pytest --junitxml=test-results.xml displayName: Run integration tests env: PY_EXE: $(PY_EXE) GIT_SSL_CAINFO: $(GIT_SSL_CAINFO) LANG: $(LANG) PIP_PROCESS_DEPENDENCY_LINKS: $(PI...
Drop duplicate python warnings argument in azure template
Drop duplicate python warnings argument in azure template Signed-off-by: Dan Ryan <2591e5f46f28d303f9dc027d475a5c60d8dea17a@danryan.co>
YAML
mit
kennethreitz/pipenv
744816a146e567a4c1efd30e874ff76134754fe2
tests/files/fail/test_type_float.yaml
tests/files/fail/test_type_float.yaml
--- name: fail-type-float-1 desc: Test simples float value data: "abc" schema: type: float errors: - "Value 'abc' is not of type 'float'. Path: ''" --- name: fail-type-float-2 desc: Test wrong type as value in list data: - "foo" - True schema: type: seq seq: - type: float errors: - "Value 'foo' is not...
--- name: fail-type-float-1 desc: Test simples float value data: "abc" schema: type: float errors: - "Value 'abc' is not of type 'float'. Path: ''" --- name: fail-type-float-2 desc: Test wrong type as value in list data: - "foo" - True schema: type: seq seq: - type: float errors: - "Value 'True' is no...
Fix broken test where errors data was wrong and duplicated
Fix broken test where errors data was wrong and duplicated
YAML
mit
grokzen/pykwalify
9aaf7802371c18a029b59abdc6ad90766ee239ef
meta/main.yml
meta/main.yml
--- galaxy_info: author: Tyler Cross description: Scheduled starting and stopping of EC2 instances with cron jobs. license: MIT min_ansible_version: 1.2 platforms: - name: Amazon versions: - all - name: CentOS versions: - all - name: Ubuntu versions: ...
--- galaxy_info: author: Tyler Cross description: Scheduled starting and stopping of EC2 instances with cron jobs. license: MIT min_ansible_version: 1.2 platforms: - name: Amazon versions: - all - name: CentOS versions: - all - name: Ubuntu versions: ...
Remove cloud category since this is for EC2
Remove cloud category since this is for EC2
YAML
mit
wtcross/aws-overseer
239a13400b8f8c641c52804bfee97841f8189b2e
meta/main.yml
meta/main.yml
--- galaxy_info: author: kosssi description: Configure gitconfig and your gitignore global. license: license MIT min_ansible_version: 1.4 platforms: - name: Ubuntu versions: - all - name: Debian versions: - all categories: - development - system - packaging
--- galaxy_info: author: kosssi description: Configure gitconfig and your gitignore global. license: license MIT min_ansible_version: 1.4 platforms: - name: Ubuntu versions: - all - name: Debian versions: - all categories: - development - system - packaging dependencies: []
Add dependencies key in metadata
Add dependencies key in metadata
YAML
mit
kosssi/ansible-role-gitconfig
e326fffed413f5a5a4266be797b415a7500aa437
.cirrus.yml
.cirrus.yml
# Allow compute credits usage for collaborators and anything pushed to the # master, staging, and trying branches. (So bors can use them.) use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH == 'staging' || $CIRRUS_BRANCH == 'trying' lint_task: container: imag...
# Allow compute credits usage for collaborators and anything pushed to the # master, staging, and trying branches. (So bors can use them.) use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' || $CIRRUS_BRANCH == 'master' || $CIRRUS_BRANCH == 'staging' || $CIRRUS_BRANCH == 'trying' lint_task: container: imag...
Install pytest in lint task.
Install pytest in lint task.
YAML
isc
duckinator/boreutils,duckinator/boreutils