commit
stringlengths 40
40
| old_file
stringlengths 4
237
| new_file
stringlengths 4
237
| old_contents
stringlengths 1
4.24k
| new_contents
stringlengths 1
4.87k
| subject
stringlengths 15
778
| message
stringlengths 15
8.75k
| lang
stringclasses 266
values | license
stringclasses 13
values | repos
stringlengths 5
127k
|
---|---|---|---|---|---|---|---|---|---|
de7de426a5b70596735d4607504e31e20a4484e4
|
.github/workflows/tests.yml
|
.github/workflows/tests.yml
|
name: tests
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0]
stability: [prefer-lowest, prefer-stable]
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip
coverage: none
- name: Install dependencies
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
#- name: Run PHPStan
# run: vendor/bin/phpstan analyse -l 7 -c phpstan.neon src tests
- name: Execute tests
run: vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
- name: Code coverage
if: github.ref == 'refs/heads/master'
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
name: tests
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0]
stability: [prefer-lowest, prefer-stable]
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip
coverage: none
- name: Install dependencies
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
- name: Execute tests
run: vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
- name: Code coverage
if: github.ref == 'refs/heads/master'
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
Remove commented phpstan from actions
|
Remove commented phpstan from actions
|
YAML
|
mit
|
thephpleague/oauth2-server
|
4b8d9d9ab8429b056e623e839195453503d39ded
|
roles/heat/tasks/main.yml
|
roles/heat/tasks/main.yml
|
---
- name: create heat user
user: name=heat comment=heat shell=/bin/false system=yes home=/nonexistent createhome=no
- name: get heat source repo
git: |
repo={{ openstack.git_mirror }}/heat.git
dest=/opt/stack/heat
version={{ heat.rev }}
update={{ openstack.git_update }}
notify:
- pip install heat
- meta: flush_handlers
- name: create heat config directory
file: dest=/etc/heat state=directory
- name: create heat environment.d directory
file: dest=/etc/heat/environment.d state=directory
- name: create heat log directory
file: dest=/var/log/heat state=directory mode=0755 owner=heat
- name: heat config
template: src=etc/heat/heat.conf dest=/etc/heat/heat.conf mode=0644
- name: heat policy config
template: src=etc/heat/policy.json dest=/etc/heat/policy.json mode=0644
- name: heat paste config
template: src=etc/heat/api-paste.ini dest=/etc/heat/api-paste.ini mode=0644
- name: install heat services
upstart_service:
name={{ item }}
user=heat
cmd=/usr/local/bin/{{ item }}
with_items:
- heat-api
- heat-api-cfn
- heat-engine
- name: start heat services
service: name={{ item }} state=started
with_items:
- heat-api
- heat-api-cfn
- heat-engine
|
---
- name: create heat user
user: name=heat comment=heat shell=/bin/false system=yes home=/nonexistent
createhome=no
- name: get heat source repo
git: repo={{ openstack.git_mirror }}/heat.git
dest=/opt/stack/heat
version={{ heat.rev }}
update={{ openstack.git_update }}
notify:
- pip install heat
- meta: flush_handlers
- name: create heat environment.d directory
file: dest=/etc/heat/environment.d state=directory
- name: create heat log directory
file: dest=/var/log/heat state=directory mode=0755 owner=heat
- name: heat config
template: src=etc/heat/heat.conf dest=/etc/heat/heat.conf mode=0644
- name: heat policy config
template: src=etc/heat/policy.json dest=/etc/heat/policy.json mode=0644
- name: heat paste config
template: src=etc/heat/api-paste.ini dest=/etc/heat/api-paste.ini mode=0644
- name: install heat services
upstart_service: name={{ item }}
user=heat
cmd=/usr/local/bin/{{ item }}
with_items:
- heat-api
- heat-api-cfn
- heat-engine
- name: start heat services
service: name={{ item }} state=started
with_items:
- heat-api
- heat-api-cfn
- heat-engine
|
Clean up of heat role
|
Clean up of heat role
whitespace, use file's ability to make parent dirs
|
YAML
|
mit
|
paulczar/ursula,andrewrothstein/ursula,dlundquist/ursula,jwaibel/ursula,knandya/ursula,nirajdp76/ursula,edtubillara/ursula,pgraziano/ursula,lihkin213/ursula,jwaibel/ursula,ryshah/ursula,allomov/ursula,knandya/ursula,nirajdp76/ursula,davidcusatis/ursula,channus/ursula,aldevigi/ursula,greghaynes/ursula,dlundquist/ursula,persistent-ursula/ursula,greghaynes/ursula,rongzhus/ursula,channus/ursula,MaheshIBM/ursula,msambol/ursula,kennjason/ursula,EricCrosson/ursula,panxia6679/ursula,j2sol/ursula,blueboxgroup/ursula,andrewrothstein/ursula,aldevigi/ursula,persistent-ursula/ursula,narengan/ursula,sivakom/ursula,pgraziano/ursula,sivakom/ursula,wupeiran/ursula,twaldrop/ursula,fancyhe/ursula,MaheshIBM/ursula,EricCrosson/ursula,fancyhe/ursula,jwaibel/ursula,panxia6679/ursula,mjbrewer/ursula,fancyhe/ursula,lihkin213/ursula,paulczar/ursula,msambol/ursula,edtubillara/ursula,zrs233/ursula,twaldrop/ursula,twaldrop/ursula,zrs233/ursula,edtubillara/ursula,ryshah/ursula,ryshah/ursula,paulczar/ursula,masteinhauser/ursula,pgraziano/ursula,nirajdp76/ursula,twaldrop/ursula,persistent-ursula/ursula,narengan/ursula,davidcusatis/ursula,knandya/ursula,masteinhauser/ursula,knandya/ursula,rongzhus/ursula,blueboxgroup/ursula,dlundquist/ursula,ddaskal/ursula,pbannister/ursula,masteinhauser/ursula,mjbrewer/ursula,davidcusatis/ursula,sivakom/ursula,edtubillara/ursula,narengan/ursula,wupeiran/ursula,rongzhus/ursula,wupeiran/ursula,greghaynes/ursula,ddaskal/ursula,narengan/ursula,channus/ursula,lihkin213/ursula,andrewrothstein/ursula,panxia6679/ursula,blueboxgroup/ursula,ryshah/ursula,kennjason/ursula,nirajdp76/ursula,zrs233/ursula,blueboxgroup/ursula,zrs233/ursula,pbannister/ursula,allomov/ursula,pbannister/ursula,msambol/ursula,panxia6679/ursula,ddaskal/ursula,j2sol/ursula,MaheshIBM/ursula,persistent-ursula/ursula,pgraziano/ursula,j2sol/ursula,fancyhe/ursula,lihkin213/ursula,aldevigi/ursula,kennjason/ursula,masteinhauser/ursula,rongzhus/ursula,j2sol/ursula,EricCrosson/ursula,channus/ursula,ddaskal/ursula,allomov/ursula,mjbrewer/ursula,wupeiran/ursula
|
ecc866f6124b7ff801c15d26bb84e57b3780553a
|
roles/ruby/tasks/main.yml
|
roles/ruby/tasks/main.yml
|
---
- name: Ensure ruby and YUI are installed
apt:
pkg: "{{item}}"
state: latest
with_items:
- ruby
- yui-compressor
- name: Ensure SASS / COMPASS / LESS are here
sudo: yes
gem:
name: "{{item}}"
state: latest
with_items:
- sass
- compass
- less
|
---
- name: Ensure ruby and YUI are installed
apt:
pkg: "{{item}}"
state: latest
with_items:
- ruby
- ruby-dev
- yui-compressor
- name: Ensure SASS / COMPASS / LESS are here
sudo: yes
gem:
name: "{{item}}"
state: latest
user_install: yes
with_items:
- sass
- compass
- less
|
Add ruby-dev for installing compass ...
|
Add ruby-dev for installing compass ...
|
YAML
|
mit
|
tchapi/ansible-playbooks
|
a6bc2ee04ae391d927ff870e5c0eec1768f0b94d
|
.buildkite/pipeline.yml
|
.buildkite/pipeline.yml
|
steps:
- name: ":node:"
command: npm test
plugins:
- docker-compose#v2.6.0:
run: app
|
steps:
- name: ":node:"
command: npm test
plugins:
- docker-compose#v3.0.0:
run: app
|
Update buildkite plugin docker-compose to v3
|
Update buildkite plugin docker-compose to v3
|
YAML
|
mit
|
buildkite/nodejs-docker-example
|
e8260a8e66554c3c9fbc84363d3544c9ff7ff100
|
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.20.3
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: requirements-txt-fixer
- id: end-of-file-fixer
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/timothycrosley/isort.git
rev: 5.10.1
hooks:
- id: isort
args: ['-nis']
- repo: https://github.com/psf/black
rev: '22.3.0'
hooks:
- id: black
|
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.20.3
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: requirements-txt-fixer
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/timothycrosley/isort.git
rev: 5.10.1
hooks:
- id: isort
args: ['-nis']
- repo: https://github.com/pre-commit/mirrors-yapf
rev: 'v0.32.0'
hooks:
- id: yapf
|
Revert "style: switch from yapf to black as code formatter"
|
Revert "style: switch from yapf to black as code formatter"
This reverts commit 34a67490bbc4e30770c40488302af93e8c1f2552.
|
YAML
|
mit
|
PolyJIT/benchbuild,PolyJIT/benchbuild,PolyJIT/benchbuild,PolyJIT/benchbuild
|
f253e2a7705562c2e218e35ac5ccea9f222d1861
|
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
---
repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
hooks:
- id: yamllint
|
---
exclude: ^custom_components/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-merge-conflict
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.28.0
hooks:
- id: yamllint
|
Update pre-commit repos and add several new hooks
|
Update pre-commit repos and add several new hooks
|
YAML
|
mit
|
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
|
2a96b57121a2f10e920e99ce15fadc071c8ffe49
|
vendor/docker/compose-nodiscovery.yml
|
vendor/docker/compose-nodiscovery.yml
|
version: '2'
services:
redis:
image: 'redis'
networks:
- cowbull_network
restart: always
cowbull_v5:
image: 'dsanderscan/cowbull_v5'
depends_on:
- redis
ports:
- 5000:5000
environment:
- LOGGING_LEVEL=10
- REDIS_HOST=redis
volumes:
- /home/devdsanders/Documents/dev/cowbull/python_cowbull_server/vendor/docker/:/cowbull/config
networks:
- cowbull_network
restart: always
cowbull_webapp:
image: 'dsanderscan/cowbull_webapp'
depends_on:
- cowbull_v5
ports:
- 8080:8080
environment:
- COWBULL_SERVER=cowbull_v5
- COWBULL_PORT=5000
- COWBULL_VERSION=v1
networks:
- cowbull_network
networks:
cowbull_network:
|
version: '2'
services:
redis:
image: 'redis'
networks:
- cowbull_network
restart: always
cowbull_svc:
image: 'dsanderscan/cowbull'
depends_on:
- redis
ports:
- 5000:5000
environment:
- LOGGING_LEVEL=10
- REDIS_HOST=redis
volumes:
- /home/devdsanders/Documents/dev/cowbull/python_cowbull_server/vendor/docker/:/cowbull/config
networks:
- cowbull_network
restart: always
cowbull_webapp:
image: 'dsanderscan/cowbull_webapp'
depends_on:
- cowbull_svc
ports:
- 8080:8080
environment:
- COWBULL_SERVER=cowbull_svc
- COWBULL_PORT=5000
- COWBULL_VERSION=v1
networks:
- cowbull_network
networks:
cowbull_network:
|
Update docker-compose to use cowbull image
|
Docker: Update docker-compose to use cowbull image
|
YAML
|
apache-2.0
|
dsandersAzure/python_cowbull_server,dsandersAzure/python_cowbull_server
|
b932cb3c31c07d64c9abd582cf64b3816dafaf65
|
helm_deploy/cla-public/values-production.yaml
|
helm_deploy/cla-public/values-production.yaml
|
# Default values for cla-public in a production environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
pullPolicy: IfNotPresent
environment: production
backend_base_uri: https://fox.civillegaladvice.service.gov.uk
laalaa_api_host: https://laa-legal-adviser-api-production.cloud-platform.service.justice.gov.uk
google_maps_api_key: AIzaSyB_75-8mb5ZGgBh95USV07dupsoB8dxcDY
replicaCount: 2
ingress:
enabled: true
secretName: tls-certificate
# Lists don't deep merge, so this list of envVars overrides anything defined in an earlier values file
envVars:
- name: DEBUG
value: "False"
- name: MOJ_GA_ID
value: UA-37377084-21
- name: GDS_GA_ID
value: UA-145652997-1
- name: MOJ_GTM_ID
value: GTM-MWL77F6
- name: MOJ_GTM_AUTH
value: "pXnyHhiNQwB3LpZ4-zTZYg"
- name: MOJ_GTM_PREVIEW
value: "env-1"
maintenanceMode: true
|
# Default values for cla-public in a production environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
pullPolicy: IfNotPresent
environment: production
backend_base_uri: https://fox.civillegaladvice.service.gov.uk
laalaa_api_host: https://laa-legal-adviser-api-production.cloud-platform.service.justice.gov.uk
google_maps_api_key: AIzaSyB_75-8mb5ZGgBh95USV07dupsoB8dxcDY
replicaCount: 2
ingress:
enabled: true
secretName: tls-certificate
# Lists don't deep merge, so this list of envVars overrides anything defined in an earlier values file
envVars:
- name: DEBUG
value: "False"
- name: MOJ_GA_ID
value: UA-37377084-21
- name: GDS_GA_ID
value: UA-145652997-1
- name: MOJ_GTM_ID
value: GTM-MWL77F6
- name: MOJ_GTM_AUTH
value: "pXnyHhiNQwB3LpZ4-zTZYg"
- name: MOJ_GTM_PREVIEW
value: "env-1"
|
Revert "LGA-1389 - Put CLA into maintenance mode"
|
Revert "LGA-1389 - Put CLA into maintenance mode"
|
YAML
|
mit
|
ministryofjustice/cla_public,ministryofjustice/cla_public,ministryofjustice/cla_public,ministryofjustice/cla_public
|
ed37d43eade71e0573c93d978ada3f7e4f085920
|
roles/zookeeper/tasks/install-cdh5.yml
|
roles/zookeeper/tasks/install-cdh5.yml
|
---
- name: install zookeeper server pkgs
apt: name={{ item }}={{ version['zookeeper'] }} state=present force=yes update_cache=yes
with_items:
- zookeeper-server
tags:
- cdh5-zookeeper
- cdh5-zookeeperserver
- name: create zookeeper_datadir
file: path={{ zookeeper_datadir }} state=directory owner=zookeeper group=zookeeper mode=0755
tags:
- cdh5-zookeeper
- cdh5-zookeeperserver
- name: init zookeeper server
shell: service zookeeper-server init --myid={{ zookeeper_myid }} creates={{ zookeeper_datadir }}/myid
tags:
- cdh5-zookeeper
- cdh5-zookeeperserver
- name: create zookeeper cfg
template: src=zoo.cfg.j2 dest=/etc/zookeeper/conf/zoo.cfg owner=zookeeper group=zookeeper mode=0644
notify: restart zookeeper server
tags:
- cdh5-zookeeper
- cdh5-zookeeperserver
- name: start zookeeper server
service: name=zookeeper-server state=started
tags:
- cdh5-zookeeper
- cdh5-zookeeperserver
|
---
- name: install zookeeper server pkgs
apt: name={{ item }}={{ version['zookeeper'] }} state=present force=yes
with_items:
- zookeeper-server
tags:
- cdh5-zookeeper
- cdh5-zookeeperserver
- name: create zookeeper_datadir
file: path={{ zookeeper_datadir }} state=directory owner=zookeeper group=zookeeper mode=0755
tags:
- cdh5-zookeeper
- cdh5-zookeeperserver
- name: init zookeeper server
shell: service zookeeper-server init --myid={{ zookeeper_myid }} creates={{ zookeeper_datadir }}/myid
tags:
- cdh5-zookeeper
- cdh5-zookeeperserver
- name: create zookeeper cfg
template: src=zoo.cfg.j2 dest=/etc/zookeeper/conf/zoo.cfg owner=zookeeper group=zookeeper mode=0644
notify: restart zookeeper server
tags:
- cdh5-zookeeper
- cdh5-zookeeperserver
- name: start zookeeper server
service: name=zookeeper-server state=started
tags:
- cdh5-zookeeper
- cdh5-zookeeperserver
|
Remove cache update for zookeeper
|
Remove cache update for zookeeper
|
YAML
|
mit
|
bwboy/Foundry-vagrant-mesos-kafka-cluster,bwboy/Foundry-vagrant-mesos-kafka-cluster,theclaymethod/Foundry-vagrant-mesos-kafka-cluster,theclaymethod/Foundry-vagrant-mesos-kafka-cluster
|
65018deb620ab88c2c791b3b386d174936efeb4e
|
prow/plugins.yaml
|
prow/plugins.yaml
|
---
google/cadvisor:
- trigger
kubernetes/charts:
- trigger
kubernetes/heapster:
- trigger
kubernetes/kubernetes:
- trigger
kubernetes/test-infra:
- lgtm
- trigger
|
# Plugin repository whitelist.
# Keys: Full repo name: "org/repo".
# Values: List of plugins to run against the repo.
---
google/cadvisor:
- trigger
kubernetes/charts:
- trigger
kubernetes/contrib:
- lgtm
kubernetes/heapster:
- trigger
kubernetes/kubernetes:
- lgtm
- trigger
kubernetes/test-infra:
- lgtm
- trigger
|
Enable the LGTM plugin on k/k and k/contrib.
|
Enable the LGTM plugin on k/k and k/contrib.
|
YAML
|
apache-2.0
|
ixdy/kubernetes-test-infra,cjwagner/test-infra,dchen1107/test-infra,krousey/test-infra,gmarek/test-infra,piosz/test-infra,ixdy/kubernetes-test-infra,lavalamp/test-infra,gmarek/test-infra,mtaufen/test-infra,shashidharatd/test-infra,krzyzacy/test-infra,madhusudancs/test-infra,BenTheElder/test-infra,madhusudancs/test-infra,brahmaroutu/test-infra,brahmaroutu/test-infra,BenTheElder/test-infra,mindprince/test-infra,piosz/test-infra,foxish/test-infra,kargakis/test-infra,jessfraz/test-infra,jlowdermilk/test-infra,monopole/test-infra,cblecker/test-infra,kubernetes/test-infra,mikedanese/test-infra,rmmh/kubernetes-test-infra,krzyzacy/test-infra,gmarek/test-infra,pwittrock/test-infra,BenTheElder/test-infra,kewu1992/test-infra,dims/test-infra,dchen1107/test-infra,nlandolfi/test-infra-1,fejta/test-infra,mindprince/test-infra,ixdy/kubernetes-test-infra,kubernetes/test-infra,mtaufen/test-infra,foxish/test-infra,foxish/test-infra,shyamjvs/test-infra,ixdy/kubernetes-test-infra,kubernetes/test-infra,cblecker/test-infra,abgworrall/test-infra,fejta/test-infra,kargakis/test-infra,fejta/test-infra,mikedanese/test-infra,lavalamp/test-infra,BenTheElder/test-infra,abgworrall/test-infra,cjwagner/test-infra,piosz/test-infra,jessfraz/test-infra,grodrigues3/test-infra,pwittrock/test-infra,abgworrall/test-infra,spxtr/test-infra,BenTheElder/test-infra,ixdy/kubernetes-test-infra,shashidharatd/test-infra,mtaufen/test-infra,shashidharatd/test-infra,mikedanese/test-infra,cblecker/test-infra,kewu1992/test-infra,pwittrock/test-infra,jlowdermilk/test-infra,mindprince/test-infra,shashidharatd/test-infra,spxtr/test-infra,nlandolfi/test-infra-1,dims/test-infra,cjwagner/test-infra,shyamjvs/test-infra,grodrigues3/test-infra,michelle192837/test-infra,shashidharatd/test-infra,mindprince/test-infra,cjwagner/test-infra,krzyzacy/test-infra,jessfraz/test-infra,dchen1107/test-infra,krousey/test-infra,shyamjvs/test-infra,foxish/test-infra,brahmaroutu/test-infra,krousey/test-infra,krzyzacy/test-infra,brahmaroutu/test-infra,kewu1992/test-infra,cblecker/test-infra,kubernetes/test-infra,dims/test-infra,kargakis/test-infra,abgworrall/test-infra,dims/test-infra,mikedanese/test-infra,BenTheElder/test-infra,monopole/test-infra,lavalamp/test-infra,mtaufen/test-infra,kargakis/test-infra,michelle192837/test-infra,monopole/test-infra,spxtr/test-infra,cblecker/test-infra,kargakis/test-infra,lavalamp/test-infra,mikedanese/test-infra,dims/test-infra,rmmh/kubernetes-test-infra,pwittrock/test-infra,kewu1992/test-infra,lavalamp/test-infra,michelle192837/test-infra,cblecker/test-infra,madhusudancs/test-infra,piosz/test-infra,jlowdermilk/test-infra,kubernetes/test-infra,fejta/test-infra,brahmaroutu/test-infra,spxtr/test-infra,michelle192837/test-infra,grodrigues3/test-infra,grodrigues3/test-infra,shyamjvs/test-infra,dchen1107/test-infra,madhusudancs/test-infra,kubernetes/test-infra,madhusudancs/test-infra,jlowdermilk/test-infra,nlandolfi/test-infra-1,krzyzacy/test-infra,abgworrall/test-infra,fejta/test-infra,jlowdermilk/test-infra,jessfraz/test-infra,monopole/test-infra,dims/test-infra,foxish/test-infra,cjwagner/test-infra,michelle192837/test-infra,brahmaroutu/test-infra,nlandolfi/test-infra-1,krousey/test-infra,monopole/test-infra,monopole/test-infra,nlandolfi/test-infra-1,mindprince/test-infra,michelle192837/test-infra,kargakis/test-infra,shyamjvs/test-infra,rmmh/kubernetes-test-infra,krousey/test-infra,gmarek/test-infra,dchen1107/test-infra,piosz/test-infra,rmmh/kubernetes-test-infra,cjwagner/test-infra,jessfraz/test-infra,lavalamp/test-infra,pwittrock/test-infra,spxtr/test-infra,jessfraz/test-infra,fejta/test-infra,jlowdermilk/test-infra,rmmh/kubernetes-test-infra,shyamjvs/test-infra,krzyzacy/test-infra,gmarek/test-infra,grodrigues3/test-infra,kewu1992/test-infra,mtaufen/test-infra
|
cd3f401f115a77ffb3afd55ab2ad613f87927549
|
local-compose.yml
|
local-compose.yml
|
version: '2'
services:
mongodb:
image: autopilotpattern/mongodb:latest
command: containerpilot mongod --replSet=pilot
restart: always
mem_limit: 512m
build: .
env_file: _env
environment:
- CONTAINERPILOT=file:///etc/containerpilot.json
- CONSUL=consul
ports:
- 27017
consul:
image: consul:v0.6.4
command: agent -dev -ui -client=0.0.0.0
restart: always
mem_limit: 128m
ports:
- 8500:8500
expose:
- 53
- 8300
- 8301
- 8302
- 8400
- 8500
|
version: '2'
services:
mongodb:
image: autopilotpattern/mongodb:latest
command: containerpilot mongod --replSet=pilot
restart: always
mem_limit: 512m
build: .
env_file: _env
environment:
- CONSUL=consul
ports:
- 27017
consul:
image: consul:v0.6.4
command: agent -dev -ui -client=0.0.0.0
restart: always
mem_limit: 128m
ports:
- 8500:8500
expose:
- 53
- 8300
- 8301
- 8302
- 8400
- 8500
|
Remove superfluous env in compose yml
|
Remove superfluous env in compose yml
|
YAML
|
mpl-2.0
|
autopilotpattern/mongodb
|
2ed596679893038eed88468676d68539e977a728
|
metadata/com.minar.birday.yml
|
metadata/com.minar.birday.yml
|
Categories:
- Time
License: MIT
AuthorWebSite: https://minar.ml/
SourceCode: https://github.com/m-i-n-a-r/birday
IssueTracker: https://github.com/m-i-n-a-r/birday/issues
Changelog: https://github.com/m-i-n-a-r/birday/releases
AutoName: Birday
RepoType: git
Repo: https://github.com/m-i-n-a-r/birday
Builds:
- versionName: 1.6.0
versionCode: 8
commit: v1.6.0
subdir: app
gradle:
- yes
- versionName: 1.7.0
versionCode: 9
commit: v1.7.0
subdir: app
gradle:
- yes
- versionName: 1.8.0
versionCode: 10
commit: v1.8.0
subdir: app
gradle:
- yes
- versionName: 1.9.0
versionCode: 11
commit: v1.9.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.9.0
CurrentVersionCode: 11
|
Categories:
- Time
License: MIT
AuthorWebSite: https://minar.ml/
SourceCode: https://github.com/m-i-n-a-r/birday
IssueTracker: https://github.com/m-i-n-a-r/birday/issues
Changelog: https://github.com/m-i-n-a-r/birday/releases
AutoName: Birday
RepoType: git
Repo: https://github.com/m-i-n-a-r/birday
Builds:
- versionName: 1.6.0
versionCode: 8
commit: v1.6.0
subdir: app
gradle:
- yes
- versionName: 1.7.0
versionCode: 9
commit: v1.7.0
subdir: app
gradle:
- yes
- versionName: 1.8.0
versionCode: 10
commit: v1.8.0
subdir: app
gradle:
- yes
- versionName: 1.9.0
versionCode: 11
commit: v1.9.0
subdir: app
gradle:
- yes
- versionName: 1.10.0
versionCode: 13
commit: v1.10.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.10.0
CurrentVersionCode: 13
|
Update Birday to 1.10.0 (13)
|
Update Birday to 1.10.0 (13)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
9f4a55f4556f876abbc6a3c3af25dae07672ec38
|
app/config/config_dev.yml
|
app/config/config_dev.yml
|
imports:
- { resource: config.yml }
framework:
router:
resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true
profiler: { only_exceptions: false }
web_profiler:
toolbar: true
intercept_redirects: false
monolog:
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
#console:
# type: console
# bubble: false
# uncomment to get logging in your browser
# you may have to allow bigger header sizes in your Web server configuration
#firephp:
# type: firephp
# level: info
#chromephp:
# type: chromephp
# level: info
assetic:
use_controller: true
h4cc_alice_fixtures:
locale: de_DE # default
seed: 112312127637325 # default
do_flush: true # default
schema_tool: null # default
doctrine: orm # default
#swiftmailer:
# delivery_address: [email protected]
|
imports:
- { resource: config.yml }
framework:
router:
resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true
profiler: { only_exceptions: true }
web_profiler:
toolbar: true
intercept_redirects: false
monolog:
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
#console:
# type: console
# bubble: false
# uncomment to get logging in your browser
# you may have to allow bigger header sizes in your Web server configuration
#firephp:
# type: firephp
# level: info
#chromephp:
# type: chromephp
# level: info
assetic:
use_controller: true
h4cc_alice_fixtures:
locale: de_DE # default
seed: 112312127637325 # default
do_flush: true # default
schema_tool: null # default
doctrine: orm # default
#swiftmailer:
# delivery_address: [email protected]
|
Disable symfony profiler (except for exceptions)
|
Disable symfony profiler (except for exceptions)
Currently fills /dev/shm/dime folder non-stop
We could either move the profiler-output to the disk or use another config
|
YAML
|
mit
|
stiftungswo/Dime,stiftungswo/Dime,stiftungswo/Dime,stiftungswo/Dime,stiftungswo/Dime
|
0b4d4559d51d7be4b7f5e2ab4ec5228134307c6c
|
.github/ISSUE_TEMPLATE/bug_report.yml
|
.github/ISSUE_TEMPLATE/bug_report.yml
|
name: Bug Report
description: Create a bug report
labels: ["bug"]
title: "[MC-Version] "
assignees:
- hycrafthd
body:
- type: textarea
id: bug_description
attributes:
label: Bug description and reproduction steps
description: What is not working correctly? How can we trigger this bug?
placeholder: |
1.
2.
3.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Log files and Screenshots
description: Please upload logs, crashlogs and screenshots
placeholder: Logs and screenshots
validations:
required: true
- type: dropdown
id: minecraft_version
attributes:
label: Used minecraft version
options:
- 1.18.x
- 1.17.x
- 1.16.x
- 1.15.x
- 1.14.x
- 1.13.x
- 1.12.x
- 1.11.x
- 1.10.x
- 1.9.x
- 1.8.x
validations:
required: true
- type: input
id: forge_version
attributes:
label: Used forge version
placeholder: "e.g. 37.0.103"
validations:
required: true
- type: input
id: mod_version
attributes:
label: Used mod version
placeholder: "e.g. 4.0.0.198"
validations:
required: true
|
name: Bug Report
description: Create a bug report
labels: ["bug"]
title: "[MC-Version] "
assignees:
- hycrafthd
body:
- type: textarea
id: bug_description
attributes:
label: Bug description and reproduction steps
description: What is not working correctly? How can we trigger this bug?
placeholder: |
1.
2.
3.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Log files and Screenshots
description: Please upload logs, crashlogs and screenshots
placeholder: Logs and screenshots
validations:
required: true
- type: dropdown
id: minecraft_version
attributes:
label: Used minecraft version
options:
- 1.19.x
- 1.18.x
- 1.17.x
- 1.16.x
- 1.15.x
- 1.14.x
- 1.13.x
- 1.12.x
- 1.11.x
- 1.10.x
- 1.9.x
- 1.8.x
validations:
required: true
- type: input
id: forge_version
attributes:
label: Used forge version
placeholder: "e.g. 37.0.103"
validations:
required: true
- type: input
id: mod_version
attributes:
label: Used mod version
placeholder: "e.g. 4.0.0.198"
validations:
required: true
|
Add 1.19.x in issue template
|
Add 1.19.x in issue template
|
YAML
|
apache-2.0
|
MC-U-Team/U-Team-Core,MC-U-Team/U-Team-Core
|
1efdc3f3c7430fb2996f659f63d6342878928416
|
.github/workflows/lighthouse.yml
|
.github/workflows/lighthouse.yml
|
name: Build project and Run Lighthouse CI
on: [push]
jobs:
lhci:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Read .node-version
id: node-version
run: echo ::set-output name=version::$(cat .node-version)
- name: Setup Node.js ${{ steps.node-version.outputs.version }}
uses: actions/setup-node@v1
with:
node-version: ${{ steps.node-version.outputs.version }}
- run: npm ci
- name: build
run: |
npm run build
npm run export
env:
GITHUB_OAUTH_TOKEN: ${{ secrets.GITHUB_OAUTH_TOKEN }}
- name: Run Lighthouse CI
run: |
npx @lhci/[email protected] autorun --upload.target=temporary-public-storage || echo "LHCI failed!"
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
|
name: Build project and Run Lighthouse CI
on: [push]
jobs:
lhci:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Wait for the Netlify Preview
uses: jakepartusch/wait-for-netlify-action@v1
id: wait-for-netflify
with:
site_name: "josephduffynextjs"
- name: Run Lighthouse CI
run: |
npx @lhci/[email protected] autorun --upload.target=temporary-public-storage --collect.url=${{ steps.wait-for-netflify.outputs.url }} || echo "LHCI failed!"
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
|
Use Netlify preview for Lighthouse CI
|
Use Netlify preview for Lighthouse CI
|
YAML
|
mit
|
JosephDuffy/josephduffy.co.uk,JosephDuffy/josephduffy.co.uk,JosephDuffy/josephduffy.co.uk
|
8981d4bcc73873cd1812e6926328a7802f964c3c
|
.github/workflows/python-app.yml
|
.github/workflows/python-app.yml
|
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
# $CONDA/bin/conda env update --file environment.yml --name base
while read requirement; do $CONDA/bin/conda install --yes $requirement; done < requirements.txt
- name: Lint with flake8
run: |
$CONDA/bin/conda install flake8
# stop the build if there are Python syntax errors or undefined names
$CONDA/bin/flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
$CONDA/bin/flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
$CONDA/bin/pytest
|
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
# $CONDA/bin/conda env update --file environment.yml --name base
# Install requirements except for h5writer which must be from pip
grep -v h5writer requirements.txt | while read requirement; do $CONDA/bin/conda install --yes $requirement; done
pip install h5writer
- name: Lint with flake8
run: |
$CONDA/bin/conda install flake8
# stop the build if there are Python syntax errors or undefined names
$CONDA/bin/flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
$CONDA/bin/flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
$CONDA/bin/pytest
|
Exclude h5writer from the conda install
|
Exclude h5writer from the conda install
|
YAML
|
bsd-2-clause
|
SPIhub/hummingbird,FXIhub/hummingbird,FXIhub/hummingbird
|
c25ca31318618b22bd458e198d8a0a098786f050
|
.semaphore/deploy_production.yml
|
.semaphore/deploy_production.yml
|
version: v1.0
name: Deploy to production
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: Docker
task:
prologue:
commands:
- chmod 0600 ~/.ssh/id_deploy
- ssh-add ~/.ssh/id_deploy
env_vars:
- name: BUNDLE_JOBS
value: '4'
jobs:
- name: Build, publish, deploy
commands:
- checkout
# Capistrano deploy. Docker deploy will be enabled once the app is moved to new
# infrastructure.
- cache restore
- 'gem install bundler:1.17.3'
- bundle install --deployment --path vendor/bundle
- cache store
- bundle exec cap production deploy
# Docker
# - echo $DOCKERHUB_PASSWORD | docker login --username "$DOCKERHUB_USERNAME" --password-stdin
# - cache restore
# - 'docker build -f Dockerfile.production -t etmodel:latest .'
# - 'docker tag etmodel:latest quintel/etmodel:latest'
# - 'docker push quintel/etmodel:latest'
# - cache store
# - echo $SSH_FINGERPRINT >> ~/.ssh/known_hosts
secrets:
- name: Docker Hub credentials
- name: Production SSH settings
run:
when: branch = 'production'
|
version: v1.0
name: Deploy to production
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: Docker
task:
prologue:
commands:
- chmod 0600 ~/.ssh/id_deploy
- ssh-add ~/.ssh/id_deploy
env_vars:
- name: BUNDLE_JOBS
value: '4'
jobs:
- name: Build, publish, deploy
commands:
- checkout
- echo $DOCKERHUB_PASSWORD | docker login --username "$DOCKERHUB_USERNAME" --password-stdin
- 'docker build -f Dockerfile.production -t quintel/etmodel:latest .'
- 'docker build -f .docker/nginx/Dockerfile -t quintel/etmodel-nginx:latest --build-arg "SOURCE_IMAGE=quintel/etmodel:latest" .'
- 'docker push quintel/etmodel:latest'
- 'docker push quintel/etmodel-nginx:latest'
- echo $SSH_FINGERPRINT >> ~/.ssh/known_hosts
- ssh -i ~/.ssh/id_deploy "${SSH_USER}@${SSH_HOST}" -p $SSH_PORT "cd /var/www/etmodel && ./deploy.sh"
secrets:
- name: Docker Hub credentials
- name: Production SSH settings
run:
when: branch = 'production'
|
Deploy production to new server
|
Deploy production to new server
|
YAML
|
mit
|
quintel/etmodel,quintel/etmodel,quintel/etmodel,quintel/etmodel
|
6cddd34ca5f42e23d9687dffa1c246c26328379a
|
wercker.yml
|
wercker.yml
|
box: 0xf0/node-phantomjs
build:
steps:
- script:
code: export NODE_ENV=development
- wercker/install-packages:
packages: npm
- npm-install
- script:
code: NODE_ENV=production npm run deploy
deploy:
steps:
- script:
code: ls -la
- script:
code: ls -la dist
- ematsen/gh-pages:
token: $GITHUB_TOKEN
path: dist
domain: usezen.it
|
box: 0xf0/node-phantomjs
build:
steps:
- script:
code: export NODE_ENV=development
- wercker/install-packages:
packages: npm
- npm-install
- script:
code: NODE_ENV=production npm run deploy
deploy:
steps:
- ematsen/gh-pages:
token: $GITHUB_TOKEN
path: dist
domain: usezen.it
|
Revert "some debugging to deploy added"
|
Revert "some debugging to deploy added"
This reverts commit ccb617dc8f31c97a202a00daccc8ca23fc9112c5.
|
YAML
|
mit
|
pawelniewie/zen,pawelniewie/zen
|
d7fe26057e955f5515d975676ac3430ddce01bf5
|
appveyor.yml
|
appveyor.yml
|
environment:
matrix:
- GENERATOR: "Visual Studio 11 2012"
CONFIG: Debug
- GENERATOR: "Visual Studio 11 2012"
CONFIG: Release
- GENERATOR: "Visual Studio 11 2012 Win64"
CONFIG: Debug
- GENERATOR: "Visual Studio 11 2012 Win64"
CONFIG: Release
- GENERATOR: "Visual Studio 12 2013"
CONFIG: Debug
- GENERATOR: "Visual Studio 12 2013"
CONFIG: Release
- GENERATOR: "Visual Studio 12 2013 Win64"
CONFIG: Debug
- GENERATOR: "Visual Studio 12 2013 Win64"
CONFIG: Release
- GENERATOR: "Visual Studio 14"
CONFIG: Debug
- GENERATOR: "Visual Studio 14"
CONFIG: Release
- GENERATOR: "Visual Studio 14 Win64"
CONFIG: Debug
- GENERATOR: "Visual Studio 14 Win64"
CONFIG: Release
build_script:
- mkdir _cibuild
- cd _cibuild
- cmake "-G%GENERATOR%" ../src
- cmake --build . --config "%CONFIG%"
|
environment:
matrix:
- GENERATOR: "Visual Studio 11 2012"
CONFIG: Debug
- GENERATOR: "Visual Studio 11 2012"
CONFIG: Release
- GENERATOR: "Visual Studio 11 2012 Win64"
CONFIG: Debug
- GENERATOR: "Visual Studio 11 2012 Win64"
CONFIG: Release
- GENERATOR: "Visual Studio 12 2013"
CONFIG: Debug
- GENERATOR: "Visual Studio 12 2013"
CONFIG: Release
- GENERATOR: "Visual Studio 12 2013 Win64"
CONFIG: Debug
- GENERATOR: "Visual Studio 12 2013 Win64"
CONFIG: Release
- GENERATOR: "Visual Studio 14 2015"
CONFIG: Debug
- GENERATOR: "Visual Studio 14 2015"
CONFIG: Release
- GENERATOR: "Visual Studio 14 2015 Win64"
CONFIG: Debug
- GENERATOR: "Visual Studio 14 2015 Win64"
CONFIG: Release
build_script:
- mkdir _cibuild
- cd _cibuild
- cmake "-G%GENERATOR%" ../src
- cmake --build . --config "%CONFIG%"
|
Use full builder names for VS 2015.
|
Use full builder names for VS 2015.
|
YAML
|
mit
|
GPUOpen-Tools/amd-tootle,GPUOpen-Tools/amd-tootle,GPUOpen-Tools/amd-tootle
|
5a26403fa8ea5a70d52239e711818599275ee6eb
|
appveyor.yml
|
appveyor.yml
|
# appveyor configuration file.
# See http://www.appveyor.com/docs/appveyor-yml
version: 0.4.1.{build}
# TODO: figure out how to parse from the version number in msbuild
environment:
VersionMajor: 0
VersionMinor: 5
VersionPatch: 0
configuration: Release
build:
project: build.proj
verbosity: normal
artifacts:
path: 'artifacts\*.nupkg'
nuget:
account_feed: true
disable_publish_on_pr: true # disable publishing of .nupkg artifacts to
# account/project feeds for pull requests
#deploy:
# provider: Environment
# name: NuGet
# on:
# branch: master
|
# appveyor configuration file.
# See http://www.appveyor.com/docs/appveyor-yml
version: 0.5.0.{build}
# TODO: figure out how to parse from the version number in msbuild
environment:
VersionMajor: 0
VersionMinor: 5
VersionPatch: 0
configuration: Release
build:
project: build.proj
verbosity: normal
artifacts:
path: 'artifacts\*.nupkg'
nuget:
account_feed: true
disable_publish_on_pr: true # disable publishing of .nupkg artifacts to
# account/project feeds for pull requests
#deploy:
# provider: Environment
# name: NuGet
# on:
# branch: master
|
Update Appveyor version to 0.5
|
Update Appveyor version to 0.5
|
YAML
|
apache-2.0
|
jjeffery/Cesto
|
2e2815f96f44d57e2133e4f8c87c832e1118ea19
|
wercker.yml
|
wercker.yml
|
# This references the default Ruby container from
# the Docker Hub.
# https://registry.hub.docker.com/_/ruby/
# If you want to use a specific version you would use a tag:
# ruby:2.2.2
box: ruby:2.2.2
# You can also use services such as databases. Read more on our dev center:
# http://devcenter.wercker.com/docs/services/index.html
# services:
# - postgres
# http://devcenter.wercker.com/docs/services/postgresql.html
# - mongodb
# http://devcenter.wercker.com/docs/services/mongodb.html
# This is the build pipeline. Pipelines are the core of wercker
# Read more about pipelines on our dev center
# http://devcenter.wercker.com/docs/pipelines/index.html
build:
# Steps make up the actions in your pipeline
# Read more about steps on our dev center:
# http://devcenter.wercker.com/docs/steps/index.html
steps:
- bundle-install
- script:
name: rspec
code: bundle exec rspec
after-steps:
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_WEBHOOK_URL
branches: ^master$
channel: moveit
username: werckerbot
|
# This references the default Ruby container from
# the Docker Hub.
# https://registry.hub.docker.com/_/ruby/
# If you want to use a specific version you would use a tag:
# ruby:2.2.2
box: ruby:2.2.2
# You can also use services such as databases. Read more on our dev center:
# http://devcenter.wercker.com/docs/services/index.html
# services:
# - postgres
# http://devcenter.wercker.com/docs/services/postgresql.html
# - mongodb
# http://devcenter.wercker.com/docs/services/mongodb.html
# This is the build pipeline. Pipelines are the core of wercker
# Read more about pipelines on our dev center
# http://devcenter.wercker.com/docs/pipelines/index.html
services:
- wercker/postgresql
build:
# Steps make up the actions in your pipeline
# Read more about steps on our dev center:
# http://devcenter.wercker.com/docs/steps/index.html
steps:
- bundle-install
- rails-database-yml
- script:
name: rspec
code: bundle exec rspec
after-steps:
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_WEBHOOK_URL
branches: ^master$
channel: moveit
username: werckerbot
|
Add rails database yml for Wercker.
|
Add rails database yml for Wercker.
|
YAML
|
mit
|
multunus/moveit-rails,multunus/moveit-rails,multunus/moveit-rails,multunus/moveit-rails
|
a3cd827fa78543380eef6f270f632d38e2df25d7
|
wercker.yml
|
wercker.yml
|
box: darron/consul-wercker
build:
steps:
# Build the project
- script:
name: go build
code: |
make deps
make
test:
steps:
# Test the project
- script:
name: go test
code: |
make test
|
box: darron/consul-wercker
build:
steps:
# Build and test the project
- script:
name: go build
code: |
make deps
make
make test
after-steps:
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_WEBHOOK_URL
|
Remove phase that doesn't exist and add tests to the build phase.
|
Remove phase that doesn't exist and add tests to the build phase.
|
YAML
|
apache-2.0
|
DataDog/kvexpress,DataDog/kvexpress,DataDog/kvexpress
|
697335ee7f4c1b1bdbd9ceb2666da1e406297043
|
wercker.yml
|
wercker.yml
|
box: izumin5210/android
build:
steps:
- script:
name: show base information
code: |
gradle -v
echo $ANDROID_HOME
echo $ANDROID_BUILD_TOOLS
echo $ANDROID_UPDATE_FILTER
- script:
name: start android emulator
code: |
start-emulator
- script:
name: run gradle connectedAndroidTest
code: |
gradle --full-stacktrace -q --project-cache-dir=$WERCKER_CACHE_DIR connectedAndroidTest
after-steps:
- script:
name: inspect build result
code: |
pwd
ls -la ./Bletia/build/outputs/
cp -r ./Bletia/build/outputs/* ${WERCKER_REPORT_ARTIFACTS_DIR}
deploy:
steps:
- script:
name: show base information
code: |
gradle -v
- script:
name: build with gradle
code: |
gradle build
- script:
name: upload to bintray
code: |
gradle bintrayUpload
|
box: izumin5210/android
build:
steps:
- script:
name: show base information
code: |
gradle -v
echo $ANDROID_HOME
echo $ANDROID_BUILD_TOOLS
echo $ANDROID_UPDATE_FILTER
- script:
name: start android emulator
code: |
start-emulator
- script:
name: run gradle connectedAndroidTest
code: |
gradle --full-stacktrace -q --project-cache-dir=$WERCKER_CACHE_DIR connectedAndroidTest
after-steps:
- script:
name: inspect build result
code: |
pwd
ls -la ./bletia/build/outputs/
cp -r ./bletia/build/outputs/* ${WERCKER_REPORT_ARTIFACTS_DIR}
deploy:
steps:
- script:
name: show base information
code: |
gradle -v
- script:
name: build with gradle
code: |
gradle build
- script:
name: upload to bintray
code: |
gradle bintrayUpload
|
Fix inspect build result step
|
Fix inspect build result step
|
YAML
|
apache-2.0
|
izumin5210/Bletia
|
d730b286d54edc2767b5bc64a3ddbdfdba571a73
|
wercker.yml
|
wercker.yml
|
# This references the default golang container from
# the Docker Hub: https://registry.hub.docker.com/u/library/golang/
# If you want Google's container you would reference google/golang
# Read more about containers on our dev center
# http://devcenter.wercker.com/docs/containers/index.html
box: golang
build:
# The steps that will be executed on build
# Steps make up the actions in your pipeline
# Read more about steps on our dev center:
# http://devcenter.wercker.com/docs/steps/index.html
steps:
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Gets the dependencies
# Build the project
- script:
name: godep go build
code: |
go get godep
godep go build ./...
# Test the project
- script:
name: godep go test
code: |
go get godep
godep go test ./...
|
# This references the default golang container from
# the Docker Hub: https://registry.hub.docker.com/u/library/golang/
# If you want Google's container you would reference google/golang
# Read more about containers on our dev center
# http://devcenter.wercker.com/docs/containers/index.html
box: golang
build:
- script:
name: go get
code: |
cd $WERCKER_SOURCE_DIR
go version
go get -u github.com/tools/godep
export PATH=$WERCKER_SOURCE_DIR/bin:$PATH
# The steps that will be executed on build
# Steps make up the actions in your pipeline
# Read more about steps on our dev center:
# http://devcenter.wercker.com/docs/steps/index.html
steps:
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Gets the dependencies
# Build the project
- script:
name: godep go build
code: |
godep go build ./...
# Test the project
- script:
name: godep go test
code: |
godep go test ./...
|
Update wreker to use godep
|
Update wreker to use godep
|
YAML
|
apache-2.0
|
krujos/watchman,krujos/watchman
|
b0351e224ffc29ee49ad74d41fb8ca122bfb7d1e
|
.codecov.yml
|
.codecov.yml
|
coverage:
status:
project:
default:
target: 75%
threshold: null
base: auto
comment: false
|
coverage:
status:
project:
default:
target: auto
threshold: null
base: auto
comment: false
|
Change target coverage to auto.
|
Change target coverage to auto.
|
YAML
|
mit
|
ONSdigital/eq-author,ONSdigital/eq-author,ONSdigital/eq-author
|
48666f89f68da8e08590c521d743056671a04b50
|
contrib/flavor/ngs_pipeline_minimal/custom.yaml
|
contrib/flavor/ngs_pipeline_minimal/custom.yaml
|
---
bio_nextgen:
alignment:
- bwa
- bowtie2
- star
utilities:
- bamtools
- bedtools
- fastqc
- ogap
- rnaseqc
analysis:
- cufflinks
- picard
- samtools
- tophat
variant:
- bcbio_variation
- freebayes
- gatk
- gatk_protected
- grabix
- mutect
- tabix
- snpeff
- varscan
needs_64bit:
- ucsc_tools
- novoalign
- novosort
|
---
bio_nextgen:
alignment:
- bwa
- bowtie2
- star
utilities:
- bamtools
- bedtools
- fastqc
- ogap
- rnaseqc
analysis:
- cufflinks
- picard
- samtools
- tophat
variant:
- bcbio_variation
- freebayes
- gatk
#- gatk_protected
- grabix
- mutect
- tabix
- snpeff
- varscan
needs_64bit:
- ucsc_tools
- novoalign
- novosort
|
Remove requirement for GATK protected until testing with 2.7.1 is complete
|
Remove requirement for GATK protected until testing with 2.7.1 is complete
|
YAML
|
mit
|
averagehat/cloudbiolinux,rchekaluk/cloudbiolinux,chapmanb/cloudbiolinux,kdaily/cloudbiolinux,rchekaluk/cloudbiolinux,rchekaluk/cloudbiolinux,heuermh/cloudbiolinux,lpantano/cloudbiolinux,chapmanb/cloudbiolinux,averagehat/cloudbiolinux,lpantano/cloudbiolinux,pjotrp/cloudbiolinux,AICIDNN/cloudbiolinux,joemphilips/cloudbiolinux,lpantano/cloudbiolinux,elkingtonmcb/cloudbiolinux,chapmanb/cloudbiolinux,heuermh/cloudbiolinux,elkingtonmcb/cloudbiolinux,elkingtonmcb/cloudbiolinux,joemphilips/cloudbiolinux,kdaily/cloudbiolinux,AICIDNN/cloudbiolinux,heuermh/cloudbiolinux,averagehat/cloudbiolinux,pjotrp/cloudbiolinux,chapmanb/cloudbiolinux,pjotrp/cloudbiolinux,elkingtonmcb/cloudbiolinux,heuermh/cloudbiolinux,AICIDNN/cloudbiolinux,rchekaluk/cloudbiolinux,AICIDNN/cloudbiolinux,joemphilips/cloudbiolinux,kdaily/cloudbiolinux,joemphilips/cloudbiolinux,pjotrp/cloudbiolinux,kdaily/cloudbiolinux,averagehat/cloudbiolinux
|
b38e5543a70a082c3021f3a47876b0786b574959
|
.codecov.yml
|
.codecov.yml
|
#
# See default configuration here: https://github.com/codecov/support/blob/master/codecov.yml
#
# For more options see: https://gist.github.com/stevepeak/53bee7b2c326b24a9b4a
#
# Codecov documentation is available here: https://codecov.io/docs
coverage:
ignore:
- generated/*
- examples/*
- test/*
status:
patch: false
comment:
layout: "header, diff, changes, uncovered"
|
#
# See default configuration here: https://github.com/codecov/support/blob/master/codecov.yml
#
# For more options see: https://gist.github.com/stevepeak/53bee7b2c326b24a9b4a
#
# Codecov documentation is available here: https://codecov.io/docs
coverage:
# https://docs.codecov.com/docs/ignoring-paths
ignore:
- generated/**/*
- examples/**/*
- test/**/*
status:
# https://docs.codecov.com/docs/github-checks#yaml-configuration-for-github-checks-and-codecov
patch: false
# https://docs.codecov.com/docs/commit-status
project:
default:
target: auto
threshold: 0.05%
base: auto
paths:
- "src"
if_ci_failed: error
informational: false
only_pulls: true
comment:
layout: "header, diff, changes, uncovered"
|
Fix ignoring coverage of generated paths
|
Fix ignoring coverage of generated paths
|
YAML
|
apache-2.0
|
SpineEventEngine/base,SpineEventEngine/base,SpineEventEngine/base
|
c80be873b993f83ac9103a2e6a4ceb255355895b
|
.kitchen.yml
|
.kitchen.yml
|
---
driver:
name: docker
use_sudo: false
platforms:
- name: centos
driver_config:
image: 420ma/centos-chef
platform: centos
require_chef_omnibus: true
suites:
- name: docker-integration-test
run_list:
- 'recipe[docker-integration-test]'
|
---
driver:
name: docker
use_sudo: false
platforms:
- name: centos
driver_config:
image: 420ma/centos-chef
platform: centos
require_chef_omnibus: true
suites:
- name: docker-integration-test
run_list:
- 'recipe[docker-integration-test]'
|
Adjust yaml indentation to match TextMate default
|
Adjust yaml indentation to match TextMate default
|
YAML
|
apache-2.0
|
4-20ma/cookbook-docker-integration-test
|
f67a3c53d44f4025205e239f055f0de69ea2a91b
|
configuration/input_boolean/input_boolean.yaml
|
configuration/input_boolean/input_boolean.yaml
|
away_mode:
name: Away Mode
initial: off
icon: mdi:exit-run
night_mode:
name: Night Mode
initial: on
icon: mdi:power-sleep
cinema_mode:
name: Cinema Mode
initial: off
icon: mdi:video-vintage
node_red_heartbeat:
name: Node Red Heartbeat
initial: off
icon: mdi:heart-pulse
ps4_living_room:
name: PS4 Living Room
initial: on
icon: mdi:game
|
away_mode:
name: Away Mode
initial: off
icon: mdi:exit-run
night_mode:
name: Night Mode
initial: on
icon: mdi:power-sleep
cinema_mode:
name: Cinema Mode
initial: off
icon: mdi:video-vintage
node_red_heartbeat:
name: Node Red Heartbeat
initial: off
icon: mdi:heart-pulse
|
Revert "Added a input boolean to track where the PS4 is"
|
Revert "Added a input boolean to track where the PS4 is"
This reverts commit 21c8b08e10445365b64a72342d4b7f1d65be0341.
|
YAML
|
unlicense
|
danrspencer/hass-config,danrspencer/hass-config
|
2c512cca2bba4c0274e9bed62df2ae02d4e85b8c
|
packages/gh/ghc-datasize.yaml
|
packages/gh/ghc-datasize.yaml
|
homepage: http://felsin9.de/nnis/ghc-datasize
changelog-type: ''
hash: 3c2afb582a1cf0702c2ccdb0465dad090695e397179848b78b24cc24f02351bd
test-bench-deps: {}
maintainer: Dennis Felsing <[email protected]>
synopsis: Determine the size of data structures in GHC's memory
changelog: ''
basic-deps:
base: ! '>=4.12 && <4.13'
ghc-prim: ==0.5.3
ghc-heap: ==8.6.*
deepseq: ! '>=1.3 && <1.5'
all-versions:
- '0.1'
- 0.1.1
- 0.1.2
- 0.2.0
- 0.2.1
- 0.2.2
author: Dennis Felsing <[email protected]>
latest: 0.2.2
description-type: haddock
description: |-
ghc-datasize is a tool to determine the size of data
structures in GHC's memory. Determining the size of
recursive data structures is supported. All sizes are in
Bytes.
license-name: BSD-3-Clause
|
homepage: http://felsin9.de/nnis/ghc-datasize
changelog-type: ''
hash: c39bddd766dd29d1c669304b27c14d5f3836c8c6a0cf3fe9606a67cccc008497
test-bench-deps: {}
maintainer: Dennis Felsing <[email protected]>
synopsis: Determine the size of data structures in GHC's memory
changelog: ''
basic-deps:
ghc-lib-parser-ex: -any
base: '>=4.12 && <4.15'
ghc-prim: '>=0.5 && <0.7'
deepseq: '>=1.3 && <1.5'
all-versions:
- '0.1'
- 0.1.1
- 0.1.2
- 0.2.0
- 0.2.1
- 0.2.2
- 0.2.3
author: Dennis Felsing <[email protected]>
latest: 0.2.3
description-type: haddock
description: |-
ghc-datasize is a tool to determine the size of data
structures in GHC's memory. Determining the size of
recursive data structures is supported. All sizes are in
Bytes.
license-name: BSD-3-Clause
|
Update from Hackage at 2021-01-20T15:54:14Z
|
Update from Hackage at 2021-01-20T15:54:14Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
52d76599a651aaa1fe5ac443201ce6e3a765bcce
|
.kitchen.yml
|
.kitchen.yml
|
---
driver:
name: vagrant
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: ubuntu-10.04
run_list:
- recipe[apt]
- name: centos-6.5
suites:
- name: system_ruby
run_list:
- recipe[ruby_build]
- recipe[rbenv::system]
attributes:
rbenv:
plugins:
- name: rbenv-vars
git_url: https://github.com/sstephenson/rbenv-vars.git
rubies:
- name: 2.1.1
environment:
CONFIGURE_OPTS: --disable-install-rdoc
- name: ree-1.8.7-2012.02
environment:
CONFIGURE_OPTS: --no-tcmalloc --no-dev-docs
global: 2.1.1
|
---
driver:
name: vagrant
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: ubuntu-14.04
run_list:
- recipe[apt]
- name: centos-6.5
suites:
- name: system_ruby
run_list:
- recipe[ruby_build]
- recipe[rbenv::system]
attributes:
rbenv:
plugins:
- name: rbenv-vars
git_url: https://github.com/sstephenson/rbenv-vars.git
rubies:
- name: 2.1.1
environment:
CONFIGURE_OPTS: --disable-install-rdoc
- name: ree-1.8.7-2012.02
environment:
CONFIGURE_OPTS: --no-tcmalloc --no-dev-docs
global: 2.1.1
|
Test on 14.04 not 10.04
|
Test on 14.04 not 10.04
|
YAML
|
apache-2.0
|
pollosp/ruby_rbenv,dexpetkovic/ruby_rbenv,sous-chefs/ruby_rbenv,chef-rbenv/ruby_rbenv,pollosp/ruby_rbenv,sous-chefs/ruby_rbenv,pollosp/ruby_rbenv,dexpetkovic/ruby_rbenv,dexpetkovic/ruby_rbenv,chef-rbenv/ruby_rbenv,chef-rbenv/ruby_rbenv
|
edbfce32702821ccf1109c866f3861fcde474c4b
|
.github/stale.yml
|
.github/stale.yml
|
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
|
_extends: .github
|
Add org-wide config for Stale app
|
Add org-wide config for Stale app
|
YAML
|
mit
|
ssbc/ssb-blobs
|
17c3b4f95b96f15f684d4484ddeb7aa1f455f0d1
|
.kitchen.yml
|
.kitchen.yml
|
driver:
name: vagrant
customize:
cpus: 2
memory: 2048
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-7
- name: debian-8
- name: debian-9
- name: fedora-26
- name: freebsd-10
- name: freebsd-11
- name: opensuse-leap-42.2
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: windows-2008r2
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2012r2
driver_config:
box: chef/windows-server-2012r2-standard
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
suites:
# this tests basic functionality
- name: default
run_list:
- recipe[unit::default]
attributes:
# this tests that we can run inside an LWRP
- name: lwrp
run_list:
- recipe[unit::lwrp]
attributes:
# this tests that we can run inside a resource
- name: resource
run_list:
- recipe[unit::resource]
attributes:
|
driver:
name: vagrant
customize:
cpus: 2
memory: 2048
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-8
- name: debian-9
- name: fedora-27
- name: freebsd-11
- name: opensuse-leap-42.2
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: windows-2012r2
driver_config:
box: chef/windows-server-2012r2-standard
- name: windows-2016
driver_config:
box: chef/windows-server-2016-standard
suites:
# this tests basic functionality
- name: default
run_list:
- recipe[unit::default]
attributes:
# this tests that we can run inside an LWRP
- name: lwrp
run_list:
- recipe[unit::lwrp]
attributes:
# this tests that we can run inside a resource
- name: resource
run_list:
- recipe[unit::resource]
attributes:
|
Update the platforms we test on
|
Update the platforms we test on
Remove soon to be EOL FreeBSD 10 / Debian 7.
Remove Windows 2008R2 which we don't support anymore
Swap Fedora 26 for 27
Add Windows 2016
Signed-off-by: Tim Smith <[email protected]>
|
YAML
|
apache-2.0
|
lamont-cookbooks/chef_hostname
|
fa103802c229705c54761d35c77f28c52cf4041c
|
.github/stale.yml
|
.github/stale.yml
|
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- bug
- discussion
- need-verify
- pending-reply
# Label to use when marking as stale
staleLabel:
- wontfix
- duplicate
- invalid
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because lack of
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when removing the stale label. Set to `false` to disable
unmarkComment: false
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
closeComment: false
# Limit to only `issues` or `pulls`
# only: issues
|
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- bug
- discussion
- need-verify
- pending-reply
- feature-request
- enhancement
# Label to use when marking as stale
staleLabel:
- wontfix
- duplicate
- invalid
# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because lack of
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when removing the stale label. Set to `false` to disable
unmarkComment: false
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
closeComment: false
# Limit to only `issues` or `pulls`
# only: issues
|
Add feature request and enhancement to exemptLabels.
|
Add feature request and enhancement to exemptLabels.
Feel free to modify this if necessary.
|
YAML
|
mit
|
DevinLow/DevinLow.github.io,DevinLow/DevinLow.github.io,ppker/hexo,kywk/hexi,wangjordy/wangjordy.github.io,leelynd/tapohuck,ppker/hexo,wangjordy/wangjordy.github.io,hexojs/hexo,kywk/hexi,hexojs/hexo
|
6689d21735e02a5db52f25f978366cb072091af2
|
.mergify.yml
|
.mergify.yml
|
pull_request_rules:
- name: auto-merge
conditions:
- base=master
- label=auto-merge
- status-success=continuous-integration/appveyor/branch
- status-success=continuous-integration/appveyor/pr
- status-success=continuous-integration/travis-ci/pr
- status-success=continuous-integration/travis-ci/push
- status-success=deploy/netlify
- author=jaraco
actions:
merge:
method: merge
|
pull_request_rules:
- name: auto-merge
conditions:
- base=master
- label=auto-merge
- status-success=continuous-integration/appveyor/branch
- status-success=continuous-integration/appveyor/pr
- status-success=continuous-integration/travis-ci/pr
- status-success=continuous-integration/travis-ci/push
- status-success=deploy/netlify
actions:
merge:
method: merge
|
Remove restriction for jaraco - only members with access can create labels, so it's secure enough to restrict based on the label.
|
Remove restriction for jaraco - only members with access can create labels, so it's secure enough to restrict based on the label.
|
YAML
|
mit
|
pypa/setuptools,pypa/setuptools,pypa/setuptools
|
efcb9f029d733fdea2659083a14309cb7410bb2f
|
.rubocop.yml
|
.rubocop.yml
|
require: rubocop-rails
AllCops:
NewCops: enable
Layout/LineLength:
Max: 120
Metrics/MethodLength:
Max: 12
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/SymbolArray:
EnforcedStyle: brackets
Rails/DynamicFindBy:
Enabled: false
Rails/RefuteMethods:
Enabled: false
|
require: rubocop-rails
AllCops:
NewCops: enable
Layout/LineLength:
Max: 120
Metrics/MethodLength:
Max: 12
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/SymbolArray:
EnforcedStyle: brackets
Rails/BulkChangeTable:
Enabled: false
Rails/DynamicFindBy:
Enabled: false
Rails/RefuteMethods:
Enabled: false
|
Remove BulkChangeTable rule from linter
|
Remove BulkChangeTable rule from linter
|
YAML
|
mit
|
tomnatt/year-in-pictures-rails-helper,tomnatt/year-in-pictures-rails-helper,tomnatt/year-in-pictures-rails-helper,tomnatt/year-in-pictures-rails-helper
|
85b65237f994bd3110f3efec79b148ecd1ba4974
|
.rubocop.yml
|
.rubocop.yml
|
Style/Documentation:
Exclude:
- 'app/controllers/*'
- 'app/models/*'
- 'app/serializers/*'
AllCops:
Exclude:
- 'db/schema.rb'
- 'db/migrate/**'
- 'config/database.yml'
|
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
Style/Documentation:
Exclude:
- 'app/controllers/*'
- 'app/models/*'
- 'app/serializers/*'
AllCops:
Exclude:
- 'db/schema.rb'
- 'db/migrate/**'
- 'config/database.yml'
- 'spec/rails_helper.rb'
- 'spec/spec_helper.rb'
|
Change linting rules for spec/
|
Change linting rules for spec/
* Do not use BlockLength
* Ignore rails-generated files
|
YAML
|
mit
|
ga-wdi-boston/rails_api_testing,ga-wdi-boston/rails_api_testing,ga-wdi-boston/rails_api_testing
|
7062c3e6784af79dbe31c8a96af5d46e2c794998
|
.styleci.yml
|
.styleci.yml
|
preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
|
preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
- _ide_helper.php
|
Exclude IDE helper file from StyleCI
|
Exclude IDE helper file from StyleCI
|
YAML
|
agpl-3.0
|
zeropingheroes/lanager,zeropingheroes/lanager
|
cdef6d2a6b6e4fcf773b6ebd400af4e0ddd24a3b
|
packages/pi/pipes-random.yaml
|
packages/pi/pipes-random.yaml
|
homepage: ''
changelog-type: ''
hash: ed33896d5a4d9960127fcaa4bd0b28d7594866e001399433310db649aaa92be1
test-bench-deps: {}
maintainer: [email protected]
synopsis: Producers for handling randomness.
changelog: ''
basic-deps:
mwc-random: ! '>=0.13 && <0.14'
base: ! '>=4.8 && <4.10'
pipes: ! '>=4.1 && <4.3'
vector: ! '>=0.11 && <0.12'
all-versions:
- '1.0.0'
- '1.0.0.1'
author: Colin Woodbury
latest: '1.0.0.1'
description-type: haddock
description: Producers for handling randomness.
license-name: BSD3
|
homepage: ''
changelog-type: ''
hash: 9cd3215d1cfeabee0c05d7d7629b5024f30921ada644d39d0b7a8a7b359b4678
test-bench-deps: {}
maintainer: [email protected]
synopsis: Producers for handling randomness.
changelog: ''
basic-deps:
mwc-random: ! '>=0.13 && <0.14'
base: ! '>=4.8 && <4.10'
pipes: ! '>=4.1 && <4.4'
vector: ! '>=0.11 && <0.12'
all-versions:
- '1.0.0'
- '1.0.0.1'
- '1.0.0.2'
author: Colin Woodbury
latest: '1.0.0.2'
description-type: haddock
description: Producers for handling randomness.
license-name: BSD3
|
Update from Hackage at 2016-12-03T00:18:59Z
|
Update from Hackage at 2016-12-03T00:18:59Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
0700bb13b0f9c534579049f8afd1f821ed826215
|
.github/workflows/lint.yml
|
.github/workflows/lint.yml
|
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
# Unfortunately available Marketplace Actions for this are in a mess, so we do it manually.
run: |
sudo apt-get update -y
sudo apt-get install -y libpopt-dev libb2-dev clang-tidy libclang-dev iwyu
- name: Configure CMake
run: cmake .
- name: clang-tidy
run: cmake --build . --target clang-tidy
- name: iwyu
run: cmake --build . --target iwyu
|
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
# Unfortunately available Marketplace Actions for this are in a mess, so we do it manually.
run: |
sudo apt-get update -y
sudo apt-get install -y libpopt-dev libb2-dev clang-tidy libclang-dev llvm-dev iwyu
- name: Configure CMake
run: cmake .
- name: clang-tidy
run: cmake --build . --target clang-tidy
- name: iwyu
run: |
iwyu -E -xc - -v </dev/null
cmake --build . --target iwyu
|
Add iwyu debug line and install llvm-dev.
|
Add iwyu debug line and install llvm-dev.
This is to try and figure out why iwyu is still not finding standard headers.
|
YAML
|
lgpl-2.1
|
dbaarda/librsync,sourcefrog/librsync,librsync/librsync,dbaarda/librsync,dbaarda/librsync,sourcefrog/librsync,librsync/librsync,librsync/librsync,dbaarda/librsync,sourcefrog/librsync,sourcefrog/librsync,librsync/librsync
|
3f58efa3b81a40cb71f422f817bce7056e4e6c00
|
development-vm/roles/user/tasks/main.yml
|
development-vm/roles/user/tasks/main.yml
|
---
# Tasks for user
# If GID was specified use that
- name: add defined user group
action: group name={{username | mandatory}} gid={{gid}} state=present
when: gid is defined
# Otherwise use the next GID available to the system
- name: add default user group
action: group name={{username | mandatory}} state=present
when: gid is not defined
# If UID was specified use that
- name: add user with defined uid
action: user
name={{username | mandatory}}
uid={{uid}}
shell=/bin/bash
group={{username | mandatory}}
groups=sudo,vboxsf,vagrant
append=yes
password={{password | mandatory}}
update_password=on_create
state=present
when: uid is defined
# Otherwise use the next UID available to the system (seems like a lot of copy/pasta)
- name: add user with default uid
action: user
name={{username | mandatory}}
shell=/bin/bash
group={{username | mandatory}}
groups=sudo,vboxsf,vagrant
append=yes
password={{password | mandatory}}
update_password=on_create
state=present
when: uid is not defined
|
---
# Tasks for user
# If GID was specified use that
- name: add defined user group
action: group name={{username | mandatory}} gid={{gid}} state=present
when: gid is defined
# Otherwise use the next GID available to the system
- name: add default user group
action: group name={{username | mandatory}} state=present
when: gid is not defined
# If UID was specified use that
- name: add user with defined uid
action: user
name={{username | mandatory}}
uid={{uid}}
shell=/bin/bash
group={{username | mandatory}}
groups=sudo,vboxsf,vagrant
append=yes
password={{password | password_hash('sha512') | mandatory}}
update_password=on_create
state=present
when: uid is defined
# Otherwise use the next UID available to the system (seems like a lot of copy/pasta)
- name: add user with default uid
action: user
name={{username | mandatory}}
shell=/bin/bash
group={{username | mandatory}}
groups=sudo,vboxsf,vagrant
append=yes
password={{password | password_hash('sha512') | mandatory}}
update_password=on_create
state=present
when: uid is not defined
# Install an SSH key for the user if specified
- name: install user SSH key
action: authorized_key user={{ username | mandatory }} key="{{sshkey}}"
when: sshkey is defined
|
Fix setting default password, add authorized_key
|
Fix setting default password, add authorized_key
|
YAML
|
mit
|
bstoots/shantytown,bstoots/shantytown
|
9d5b60f3f28ff4cc00d22b506356a6d3dc53aa7e
|
.github/workflows/test.yml
|
.github/workflows/test.yml
|
name: Test
on: push
jobs:
test:
name: "Ruby: ${{ matrix.ruby }} Rails: ${{ matrix.rails }}"
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "2.6", "2.5"]
rails: ["6.0", "5.2"]
steps:
- uses: actions/checkout@master
- uses: eregon/use-ruby-action@master
with:
ruby-version: ${{ matrix.ruby }}
- uses: actions/cache@v1
with:
path: .cache/bundle
key: v1-${{ matrix.os }}-ruby-${{ matrix.ruby }}-rails-${{ matrix.rails }}
- name: bundle config
run: |
bundle config gemfile "$(pwd)/gemfiles/rails_${{ matrix.rails }}.gemfile"
bundle config path "$(pwd)/.cache/bundle"
bundle config clean true
bundle config without development
- run: bundle install --jobs=4 --retry=3
- run: bundle exec rspec --color
|
name: Test
on: push
jobs:
test:
name: "Ruby: ${{ matrix.ruby }} Rails: ${{ matrix.rails }}"
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "2.6", "2.5"]
rails: ["6.0", "5.2"]
steps:
- uses: actions/checkout@master
- uses: eregon/use-ruby-action@master
with:
ruby-version: ${{ matrix.ruby }}
- uses: actions/cache@v2
with:
path: .cache/bundle
key: v1-${{ matrix.os }}-ruby-${{ matrix.ruby }}-rails-${{ matrix.rails }}
- name: bundle config
run: |
bundle config gemfile "$(pwd)/gemfiles/rails_${{ matrix.rails }}.gemfile"
bundle config path "$(pwd)/.cache/bundle"
bundle config clean true
bundle config without development
- run: bundle install --jobs=4 --retry=3
- run: bundle exec rspec --color
|
Update actions/cache action to v2
|
Update actions/cache action to v2
|
YAML
|
mit
|
jgraichen/acfs
|
bcc7192af7406f6acd75a7c9c45eb9cf36650fab
|
.github/workflows/test.yml
|
.github/workflows/test.yml
|
name: Test
on:
push:
branches:
- master
- release-v*
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10.x
- uses: actions/cache@v2
id: cache
with:
path: '**/node_modules'
key: npm-v2-${{ hashFiles('**/package-lock.json') }}
restore-keys: npm-v2-
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: npm run lint
- run: npm run test
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10.x
- uses: actions/cache@v2
id: cache
with:
path: '**/node_modules'
key: npm-v2-${{ hashFiles('**/package-lock.json') }}
restore-keys: npm-v2-
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: npm run coverage
- uses: codecov/codecov-action@v1
|
name: Test
on:
push:
branches:
- master
- release-v*
pull_request: {}
workflow_dispatch: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10.x
- uses: actions/cache@v2
id: cache
with:
path: '**/node_modules'
key: npm-v2-${{ hashFiles('**/package-lock.json') }}
restore-keys: npm-v2-
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: npm run lint
- run: npm run test
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10.x
- uses: actions/cache@v2
id: cache
with:
path: '**/node_modules'
key: npm-v2-${{ hashFiles('**/package-lock.json') }}
restore-keys: npm-v2-
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: npm run coverage
- uses: codecov/codecov-action@v1
|
Allow manual dispatch of Test CI job
|
Allow manual dispatch of Test CI job
|
YAML
|
mit
|
OpenZeppelin/zeppelin-solidity,OpenZeppelin/zep-solidity,OpenZeppelin/openzeppelin-contracts,OpenZeppelin/openzeppelin-contracts,OpenZeppelin/openzeppelin-contracts,OpenZeppelin/zeppelin-solidity,OpenZeppelin/zep-solidity
|
e22f0e9ef32dd162c2ce0c9d17271341ef4c40d9
|
angular_forms/pubspec.yaml
|
angular_forms/pubspec.yaml
|
name: angular_forms
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/angular
description: Forms framework for AngularDart.
version: 0.1.0
environment:
sdk: '>=1.24.0 <2.0.0'
dependencies:
angular: '^4.0.0-alpha'
# === vvv REMOVE WHEN PUBLISHING vvv ===
dependency_overrides:
angular:
path: ../angular
# === ^^^ REMOVE WHEN PUBLISHING ^^^ ===
transformers:
# Run the code generator on the entire package.
- angular/transform/codegen
|
name: angular_forms
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/angular
description: Forms framework for AngularDart.
version: 0.1.0
environment:
sdk: '>=1.24.0 <2.0.0'
dependencies:
angular: '^4.0.0-alpha'
# === vvv REMOVE WHEN PUBLISHING vvv ===
dependency_overrides:
angular:
path: ../angular
angular_compiler:
path: ../angular_compiler
# === ^^^ REMOVE WHEN PUBLISHING ^^^ ===
transformers:
# Run the code generator on the entire package.
- angular
|
Add dependency overrides for angular_compiler.
|
fix(angular_forms): Add dependency overrides for angular_compiler.
Also, use the top-level angular transformer instead of the codegen one.
PiperOrigin-RevId: 165360029
|
YAML
|
mit
|
angulardart/angular,angulardart/angular,chalin/angular2,chalin/angular2,matanlurey/angular,matanlurey/angular,kevmoo/angular,angulardart/angular,kevmoo/angular,matanlurey/angular,kevmoo/angular,chalin/angular2
|
f7a32855321e1826c38c17fd6975d1d0474a1ecf
|
lib/config/sass-lint.yml
|
lib/config/sass-lint.yml
|
files:
include: '**/*.s+(a|c)ss'
ignore:
rules:
# Consistency Rules
extends-before-mixins: 1
extends-before-declarations: 1
mixins-before-declarations: 1
# Require an empty line between blocks
empty-line-between-blocks: 1
no-empty-rulesets: 1
no-extends: 0
final-newline: 1
no-ids: 1
indentation: 1
no-important: 1
leading-zero: 1
nesting-depth: 1
placeholder-in-extend: 1
property-sort-order: 1
one-declaration-per-line: 1
single-line-per-selector: 1
space-after-comma: 1
# Space surrounding colons
space-before-colon: 1
space-after-colon: 1
space-before-brace: 1
space-before-bang: 1
space-after-bang: 1
space-between-parens: 1
trailing-semicolon: 1
|
files:
include: '**/*.s+(a|c)ss'
ignore:
rules:
# Extends
extends-before-mixins: 1
extends-before-declarations: 1
placeholder-in-extend: 1
# Mixins
mixins-before-declarations: 1
# Line Spacing
one-declaration-per-line: 1
empty-line-between-blocks: 1
single-line-per-selector: 1
# Disallows
no-empty-rulesets: 1
no-extends: 0
no-ids: 1
no-important: 1
# Style Guide
indentation: 1
leading-zero: 1
nesting-depth: 1
property-sort-order: 1
# Inner Spacing
space-after-comma: 1
space-before-colon: 1
space-after-colon: 1
space-before-brace: 1
space-before-bang: 1
space-after-bang: 1
space-between-parens: 1
# Final Items
trailing-semicolon: 1
final-newline: 1
|
Improve structure of default config file
|
:art: Improve structure of default config file
|
YAML
|
mit
|
srowhani/sass-lint,MethodGrab/sass-lint,Dru89/sass-lint,skovhus/sass-lint,zaplab/sass-lint,ngryman/sass-lint,sktt/sass-lint,srowhani/sass-lint,joshuacc/sass-lint,DanPurdy/sass-lint,donabrams/sass-lint,benthemonkey/sass-lint,sasstools/sass-lint,flacerdk/sass-lint,bgriffith/sass-lint,sasstools/sass-lint,carsonmcdonald/sass-lint,Snugug/sass-lint,zallek/sass-lint,alansouzati/sass-lint
|
265fe56f59af9dbb5f72d162afcba68a575a88b1
|
test/data/uk-benefits-abroad-files.yml
|
test/data/uk-benefits-abroad-files.yml
|
---
lib/smart_answer_flows/uk-benefits-abroad.rb: 8bc009621c03d2be7f251d3dbfcc7787
lib/smart_answer_flows/locales/en/uk-benefits-abroad.yml: 76ba8b4c61bf7e746d01d7797d4c7fe3
test/data/uk-benefits-abroad-questions-and-responses.yml: 17973c7c16f38d7988ff1a5b76d3261a
test/data/uk-benefits-abroad-responses-and-expected-results.yml: 37bfb8e7982e15f0f907881bf1130ce3
|
---
lib/smart_answer_flows/uk-benefits-abroad.rb: cd47cbb8d79265db30e4988bbf427d79
lib/smart_answer_flows/locales/en/uk-benefits-abroad.yml: 76ba8b4c61bf7e746d01d7797d4c7fe3
test/data/uk-benefits-abroad-questions-and-responses.yml: 17973c7c16f38d7988ff1a5b76d3261a
test/data/uk-benefits-abroad-responses-and-expected-results.yml: 37bfb8e7982e15f0f907881bf1130ce3
|
Update file checksums for uk-benefits-abroad
|
Update file checksums for uk-benefits-abroad
I should've done this as part of this commit [1] which contained whitespace
changes to the flow.
This should hopefully fix the CI build.
[1]: 4f76f1c0bccc3170aca5ddf2084fa02d8e3df949
|
YAML
|
mit
|
askl56/smart-answers,alphagov/smart-answers,askl56/smart-answers,alphagov/smart-answers,stwalsh/smart-answers,alphagov/smart-answers,aledelcueto/smart-answers,askl56/smart-answers,tadast/smart-answers,stwalsh/smart-answers,aledelcueto/smart-answers,tadast/smart-answers,askl56/smart-answers,alphagov/smart-answers,stwalsh/smart-answers,stwalsh/smart-answers,tadast/smart-answers,tadast/smart-answers,aledelcueto/smart-answers,aledelcueto/smart-answers
|
6e9e378b519e21f79d345f5048729cfa1d167e92
|
src/main/resources/application.yml
|
src/main/resources/application.yml
|
spring:
jpa:
generate-ddl: true
management:
endpoints:
web:
exposure:
include: "*"
|
spring:
jpa:
generate-ddl: true
management:
endpoints:
web:
exposure:
include: "*"
---
spring:
profiles:
active: mysql
jpa:
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL55Dialect
|
Use MySQL55Dialect for mysql dbs.
|
Use MySQL55Dialect for mysql dbs.
|
YAML
|
apache-2.0
|
malston/spring-music,malston/spring-music,malston/spring-music,cloudfoundry-samples/spring-music,cloudfoundry-samples/spring-music,scottfrederick/spring-music,scottfrederick/spring-music,scottfrederick/spring-music,cloudfoundry-samples/spring-music
|
ba056ab8dddd108dd838b376c5ce24de20a64d86
|
deployments/math124/config/common.yaml
|
deployments/math124/config/common.yaml
|
jupyterhub:
auth:
type: google
admin:
users:
# infrastructure
- rylo
- yuvipanda
singleuser:
memory:
guarantee: 256Mi
limit: 1G
image:
name: gcr.io/ucb-datahub-2018/math124-user-image
storage:
type: hostPath
|
jupyterhub:
auth:
type: google
admin:
users:
# infrastructure
- rylo
- yuvipanda
singleuser:
memory:
guarantee: 256M
limit: 1G
image:
name: gcr.io/ucb-datahub-2018/math124-user-image
storage:
type: hostPath
|
Fix suffix notation for JupyterHub memory request
|
Fix suffix notation for JupyterHub memory request
We should make it accept both values..
|
YAML
|
bsd-3-clause
|
ryanlovett/datahub,berkeley-dsep-infra/datahub,berkeley-dsep-infra/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,ryanlovett/datahub
|
fa341f0a2ffcbd5feb487acd5c273121705b6b74
|
app/config/config_install.yml
|
app/config/config_install.yml
|
imports:
- { resource: parameters_install.yml }
framework:
secret: %kernel.secret%
router:
resource: "%kernel.root_dir%/config/routing_install.yml"
strict_requirements: ~
form: ~
csrf_protection: ~
templating:
engines: ['twig']
session:
handler_id: ~
# Assetic Configuration
assetic:
debug: "%kernel.debug%"
use_controller: false
bundles: [ 'ForkCMSInstallerBundle' ]
filters:
cssrewrite: ~
monolog:
handlers:
main:
type: stream
path: %site.path_www%/app/logs/logs.log
level: debug
services:
database:
class: SpoonDatabase
arguments:
- %database.driver%
- %database.host%
- %database.user%
- %database.password%
- %database.name%
- %database.port%
calls:
- [ execute, [ 'SET CHARACTER SET :charset, NAMES :charset, time_zone = "+0:00"', { 'charset': 'utf8mb4' } ] ]
mailer:
class: Common\Mailer
arguments:
- "@database"
|
imports:
- { resource: parameters_install.yml }
framework:
secret: %kernel.secret%
router:
resource: "%kernel.root_dir%/config/routing_install.yml"
strict_requirements: ~
form: ~
csrf_protection: ~
templating:
engines: ['twig']
session:
handler_id: ~
# Assetic Configuration
assetic:
debug: "%kernel.debug%"
use_controller: false
bundles: [ 'ForkCMSInstallerBundle' ]
filters:
cssrewrite: ~
monolog:
handlers:
main:
type: stream
path: %site.path_www%/app/logs/logs.log
level: debug
services:
database:
class: SpoonDatabase
arguments:
- %database.driver%
- %database.host%
- %database.user%
- %database.password%
- %database.name%
- %database.port%
calls:
- [ execute, [ 'SET CHARACTER SET :charset, NAMES :charset, time_zone = "+0:00"', { 'charset': 'utf8mb4' } ] ]
|
Remove non existent service mailer from installation
|
Remove non existent service mailer from installation
|
YAML
|
mit
|
jeroendesloovere/forkcms,Thijzer/forkcms,Thijzer/forkcms,dmoerman/forkcms,justcarakas/forkcms,carakas/forkcms,jacob-v-dam/forkcms,dmoerman/forkcms,DegradationOfMankind/forkcms,jonasdekeukelaere/forkcms,jacob-v-dam/forkcms,mathiashelin/forkcms,jacob-v-dam/forkcms,bartdc/forkcms,tommyvdv/forkcms,tommyvdv/forkcms,sumocoders/forkcms,mathiashelin/forkcms,forkcms/forkcms,jonasdekeukelaere/forkcms,DegradationOfMankind/forkcms,sumocoders/forkcms,vytsci/forkcms,sumocoders/forkcms,mathiashelin/forkcms,forkcms/forkcms,tommyvdv/forkcms,jonasdekeukelaere/forkcms,carakas/forkcms,forkcms/forkcms,riadvice/forkcms,jeroendesloovere/forkcms,jonasdekeukelaere/forkcms,Katrienvh/forkcms,jeroendesloovere/forkcms,jessedobbelaere/forkcms,bartdc/forkcms,Thijzer/forkcms,mathiashelin/forkcms,jacob-v-dam/forkcms,vytenizs/forkcms,jeroendesloovere/forkcms,jessedobbelaere/forkcms,vytenizs/forkcms,sumocoders/forkcms,carakas/forkcms,riadvice/forkcms,vytsci/forkcms,tommyvdv/forkcms,justcarakas/forkcms,dmoerman/forkcms,jessedobbelaere/forkcms,DegradationOfMankind/forkcms,carakas/forkcms,justcarakas/forkcms,sumocoders/forkcms,Katrienvh/forkcms,jonasdekeukelaere/forkcms,vytenizs/forkcms,jessedobbelaere/forkcms,bartdc/forkcms,DegradationOfMankind/forkcms,Katrienvh/forkcms,vytsci/forkcms,riadvice/forkcms,carakas/forkcms,Katrienvh/forkcms,riadvice/forkcms,forkcms/forkcms
|
973e3ebb02178e2ac6e872dcdd997877a9fcee08
|
backend/docker-compose.yml
|
backend/docker-compose.yml
|
version: '3'
services:
api:
build:
context: .
dockerfile: ./Dockerfile
container_name: aclu-api
environment:
- MONGO_HOST=${MONGO_HOST}
- MONGO_PORT=${MONGO_PORT}
- MONGO_USERNAME=${MONGO_USERNAME}
- MONGO_PASSWORD=${MONGO_PASSWORD}
- MONGO_DBNAME=${MONGO_DBNAME}
ports:
- "50050:50050"
volumes:
- ./api:/src/api
links:
- db
db:
image: mongo:3.5.11
ports:
- "27017"
container_name: aclu-db
logging:
driver: none
|
version: '3'
services:
api:
build:
context: .
dockerfile: ./Dockerfile
container_name: aclu-api
environment:
- MONGO_HOST=${MONGO_HOST}
- MONGO_PORT=${MONGO_PORT}
- MONGO_USERNAME=${MONGO_USERNAME}
- MONGO_PASSWORD=${MONGO_PASSWORD}
- MONGO_DBNAME=${MONGO_DBNAME}
ports:
- "50050:50050"
volumes:
- ./api:/src/api
# links:
# - db
# db:
# image: mongo:3.5.11
# ports:
# - "27017"
# container_name: aclu-db
# logging:
# driver: none
|
Comment out local db container in favor of hosted mongodb
|
Comment out local db container in favor of hosted mongodb
|
YAML
|
mit
|
CodeforHawaii/ACLU,CodeforHawaii/ACLU,CodeforHawaii/ACLU,CodeforHawaii/ACLU
|
ccb3e8e19e3ff7a0e8ef9bd4dd457c2eac9d89a3
|
rest-api-spec/test/template/10_basic.yaml
|
rest-api-spec/test/template/10_basic.yaml
|
---
"Indexed template":
- do:
indexed_template.create:
id: "1"
body: { "template": { "query": { "match_all": {}}, "size": "{{my_size}}" } }
- match: { _id: "1" }
- do:
indexed_template.get:
id: 1
- match: { template: "{\"query\":{\"match_all\":{}},\"size\":\"{{my_size}}\"}"}
- do:
indexed_template.delete:
id: "1"
- match: { found: true }
- match: { _index: ".scripts" }
- match: { _id: "1" }
- do:
catch: request
indexed_template.create:
id: "1"
body: { "template": { "query": { "match{{}}_all": {}}, "size": "{{my_size}}" } }
- match: { "error": /ElasticsearchIllegalArgumentException\SUnable\sto\sparse.*/ }
|
---
"Indexed template":
- do:
indexed_template.create:
id: "1"
body: { "template": { "query": { "match_all": {}}, "size": "{{my_size}}" } }
- match: { _id: "1" }
- do:
indexed_template.get:
id: 1
- match: { template: /.*query\S\S\S\Smatch_all.*/ }
- do:
indexed_template.delete:
id: "1"
- match: { found: true }
- match: { _index: ".scripts" }
- match: { _id: "1" }
- do:
catch: request
indexed_template.create:
id: "1"
body: { "template": { "query": { "match{{}}_all": {}}, "size": "{{my_size}}" } }
- match: { "error": /ElasticsearchIllegalArgumentException\SUnable\sto\sparse.*/ }
|
Fix test relying on order of json for matching
|
[TEST] Fix test relying on order of json for matching
|
YAML
|
apache-2.0
|
fubuki/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch
|
ce296fe9da745197d3702d2d98e820afc2069647
|
api/config/packages/api_platform.yaml
|
api/config/packages/api_platform.yaml
|
api_platform:
title: eCamp v3
version: 1.0.0
show_webby: false
mapping:
paths: ['%kernel.project_dir%/src/Entity']
formats:
jsonhal: [ 'application/hal+json' ]
jsonld: [ 'application/ld+json' ]
jsonapi: [ 'application/vnd.api+json' ]
json: [ 'application/json' ]
html: [ 'text/html' ]
patch_formats:
json: [ 'application/merge-patch+json' ]
jsonapi: [ 'application/vnd.api+json' ]
error_formats:
jsonproblem: [ 'application/problem+json' ]
jsonld: [ 'application/ld+json' ]
jsonapi: [ 'application/vnd.api+json' ]
swagger:
versions: [3]
# Mercure integration, remove if unwanted
mercure:
hub_url: '%env(MERCURE_SUBSCRIBE_URL)%'
defaults:
stateless: true
cache_headers:
vary: ['Content-Type', 'Authorization', 'Origin']
pagination_enabled: false
itemOperations: [ 'get', 'patch', 'delete' ]
collection_operations:
get: ~
post:
input_formats: [ 'jsonld', 'jsonapi', 'json' ]
normalization_context:
skip_null_values: false
|
api_platform:
title: eCamp v3
version: 1.0.0
show_webby: false
mapping:
paths: ['%kernel.project_dir%/src/Entity']
formats:
jsonhal: [ 'application/hal+json' ]
jsonld: [ 'application/ld+json' ]
jsonapi: [ 'application/vnd.api+json' ]
json: [ 'application/json' ]
html: [ 'text/html' ]
patch_formats:
json: [ 'application/merge-patch+json' ]
jsonapi: [ 'application/vnd.api+json' ]
error_formats:
jsonproblem: [ 'application/problem+json' ]
jsonld: [ 'application/ld+json' ]
jsonapi: [ 'application/vnd.api+json' ]
swagger:
versions: [3]
# Mercure integration, remove if unwanted
mercure:
hub_url: '%env(MERCURE_SUBSCRIBE_URL)%'
defaults:
stateless: true
cache_headers:
vary: ['Content-Type', 'Authorization', 'Origin']
pagination_enabled: false
itemOperations: [ 'get', 'patch', 'delete' ]
collection_operations:
get: ~
post:
input_formats: [ 'jsonld', 'jsonapi', 'json' ]
normalization_context:
skip_null_values: false
order:
createTime: DESC
|
Order entities by descending create time per default
|
Order entities by descending create time per default
|
YAML
|
agpl-3.0
|
usu/ecamp3,usu/ecamp3,ecamp/ecamp3,ecamp/ecamp3,usu/ecamp3,pmattmann/ecamp3,ecamp/ecamp3,pmattmann/ecamp3,usu/ecamp3,pmattmann/ecamp3,ecamp/ecamp3,pmattmann/ecamp3
|
754f0bba7f125923a8daa27b92e7475eef6f4d88
|
recipes/pretty_midi/meta.yaml
|
recipes/pretty_midi/meta.yaml
|
{% set name = "pretty_midi" %}
{% set version = "0.2.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pretty_midi-{{ version }}.tar.gz
sha256: f6a249cb843441e1cb78c4c0a1290948d6f56df7486f7974e20d5c80486dc99e
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=2.7
run:
- mido >=1.1.16
- numpy >=1.7.0
- python >=2.7
- six
test:
imports:
- pretty_midi
commands:
- pip check
requires:
- pip
about:
home: https://github.com/craffel/pretty-midi
summary: Functions and classes for handling MIDI data conveniently.
license: MIT
license_file: LICENSE.txt
extra:
recipe-maintainers:
- Walter-0
|
{% set name = "pretty_midi" %}
{% set version = "0.2.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pretty_midi-{{ version }}.tar.gz
sha256: f6a249cb843441e1cb78c4c0a1290948d6f56df7486f7974e20d5c80486dc99e
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=2.7
run:
- mido >=1.1.16
- numpy >=1.7.0
- python >=2.7
- six
test:
imports:
- pretty_midi
commands:
- pip check
requires:
- pip
about:
home: https://github.com/craffel/pretty-midi
summary: Functions and classes for handling MIDI data conveniently.
license: MIT
license_file: LICENSE.txt
extra:
recipe-maintainers:
- Walter-0
- mxr-conda
|
Add mxr-conda to maintainers list
|
Add mxr-conda to maintainers list
|
YAML
|
bsd-3-clause
|
stuertz/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,jochym/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,mariusvniekerk/staged-recipes
|
904984ea5173fe474066b9d6fb764bcf22afc127
|
data/transition-sites/directgov_benefits-adviser.yml
|
data/transition-sites/directgov_benefits-adviser.yml
|
---
site: directgov_benefits-adviser
whitehall_slug: government-digital-service
homepage: https://www.gov.uk/government/organisations/government-digital-service
tna_timestamp: 20120628213336
host: benefits-adviser.direct.gov.uk
global: =301 https://www.gov.uk/benefits-adviser
css: directgov
|
---
site: directgov_benefits-adviser
whitehall_slug: government-digital-service
homepage: https://www.gov.uk/government/organisations/government-digital-service
tna_timestamp: 20120628213336
host: benefits-adviser.direct.gov.uk
aliases:
- benefitsadviser.direct.gov.uk
- benefitsadvisor.direct.gov.uk
global: =301 https://www.gov.uk/benefits-adviser
css: directgov
|
Add aliases for benefits advisor
|
Add aliases for benefits advisor
These aliases were all used for the same thing in the past.
|
YAML
|
mit
|
alphagov/transition-config,alphagov/transition-config
|
190faafb536a1303df66d7470da977781e364b70
|
packages/he/heatitup-complete.yaml
|
packages/he/heatitup-complete.yaml
|
homepage: http://github.com/GregorySchwartz/heatitup-complete#readme
changelog-type: ''
hash: 2d059fb4069d74a6bcbe79e6ec6fe65719a69c72f3c97bc2c323680fdb520077
test-bench-deps: {}
maintainer: [email protected]
synopsis: Find and annotate ITDs with assembly or read pair joining.
changelog: ''
basic-deps:
heatitup-complete: -any
bytestring: -any
pipes-text: -any
base: ! '>=4.7 && <5'
text: -any
text-show: -any
turtle: -any
containers: -any
lens: -any
cassava: -any
pipes: -any
foldl: -any
optparse-applicative: -any
safe: -any
fasta: -any
vector: -any
all-versions:
- 0.5.3.3
- 0.5.4.0
author: Gregory W. Schwartz
latest: 0.5.4.0
description-type: haddock
description: Find and annotate ITDs with assembly or read pair joining using suffix
trees and characterize the exogenous segments within the spacer using heat diffusion.
license-name: GPL-3.0-only
|
homepage: http://github.com/GregorySchwartz/heatitup-complete#readme
changelog-type: ''
hash: 425db0e1b957d2b4f9b6ca4d7f94e4cfbe2da28a8587d080d77988163236cb7e
test-bench-deps: {}
maintainer: [email protected]
synopsis: Find and annotate ITDs with assembly or read pair joining.
changelog: ''
basic-deps:
heatitup-complete: -any
bytestring: -any
pipes-text: -any
base: ! '>=4.7 && <5'
text: -any
text-show: -any
turtle: -any
containers: -any
lens: -any
cassava: -any
pipes: -any
foldl: -any
optparse-applicative: -any
safe: -any
fasta: -any
vector: -any
all-versions:
- 0.5.3.3
- 0.5.4.0
- 0.5.4.1
author: Gregory W. Schwartz
latest: 0.5.4.1
description-type: haddock
description: Find and annotate ITDs with assembly or read pair joining using suffix
trees and characterize the exogenous segments within the spacer using heat diffusion.
license-name: GPL-3.0-only
|
Update from Hackage at 2020-02-17T15:26:34Z
|
Update from Hackage at 2020-02-17T15:26:34Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
105a904b9a1d6e895f6cdf384f5470ab74ad6c44
|
provisioning/roles/ubuntudesktop/tasks/main.yml
|
provisioning/roles/ubuntudesktop/tasks/main.yml
|
---
# tasks file for ubuntu-desktop
- name: install apt requirements
apt: pkg=aptitude
- name: upgrade the system
apt: update_cache=yes upgrade=safe cache_valid_time=3600
- name: install Ubuntu Desktop packages
apt: name={{ item }} install_recommends=no state=latest
with_items:
- ubuntu-desktop
- gnome-session-flashback # Ubuntu Classic without effects
- gnome-terminal
- indicator-session # add the session applet to the top panel
- unity-lens-applications # fix empty dash
- ttf-ubuntu-font-family # fix letters overlapping in the terminal
- name: update XDG directory configuration for user account
command: xdg-user-dirs-update
become: yes
become_user: "{{ desktop_user }}"
- name: set default session and enable autologin
template: dest=/etc/lightdm/lightdm.conf src=lightdm.conf.j2
notify: restart lightdm
- name: disable desktop lock-screen
gsetting: user={{ desktop_user }}
key=org.gnome.desktop.screensaver.ubuntu-lock-on-suspend
value=false
|
---
# tasks file for ubuntu-desktop
- name: install apt requirements
apt: pkg=aptitude
- name: upgrade the system
apt: update_cache=yes upgrade=safe cache_valid_time=3600
- name: install Ubuntu Desktop packages
apt: name={{ item }} install_recommends=no state=latest
with_items:
- ubuntu-desktop
- gnome-session-flashback # Ubuntu Classic without effects
- gnome-terminal
- indicator-session # add the session applet to the top panel
- unity-lens-applications # fix empty dash
- ttf-ubuntu-font-family # fix letters overlapping in the terminal
- name: update XDG directory configuration for user account
command: xdg-user-dirs-update
become: yes
become_user: "{{ desktop_user }}"
- name: set default session and enable autologin
template: dest=/etc/lightdm/lightdm.conf src=lightdm.conf.j2
notify: restart lightdm
- name: disable screen backout
gsetting: user={{ desktop_user }}
key=org.gnome.desktop.session.idle-delay
value=0
- name: disable the screen lock
gsetting: user={{ desktop_user }}
key=org.gnome.desktop.screensaver.lock-enabled
value=false
|
Fix disable the screen lock
|
Fix disable the screen lock
|
YAML
|
bsd-2-clause
|
ull-etsii-sistemas-operativos/videovigilancia-vagrant,ull-etsii-sistemas-operativos/videovigilancia-vagrant
|
f3c3c7c8b38d5e784a279b8912a50007234eba94
|
metadata/com.perflyst.twire.yml
|
metadata/com.perflyst.twire.yml
|
AntiFeatures:
- NonFreeNet
Categories:
- Multimedia
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/Perflyst/Twire
IssueTracker: https://github.com/Perflyst/Twire/issues
Changelog: https://github.com/Perflyst/Twire/releases
AutoName: Twire
Description: |-
Twire is an open source, ad free Twitch browser and stream player for Android.
You can select multiple themes and also login with your twitch account.
You can also follow and unfollow streamers through the app.
Please note that the chat is only available if you login to your account.
RepoType: git
Repo: https://github.com/Perflyst/Twire.git
Builds:
- versionName: 1.9.2
versionCode: 502
commit: v1.9.2
subdir: app
gradle:
- yes
- versionName: 1.9.6
versionCode: 506
commit: v1.9.6
subdir: app
gradle:
- yes
- versionName: 1.9.7
versionCode: 507
commit: v1.9.7
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.9.7
CurrentVersionCode: 507
|
AntiFeatures:
- NonFreeNet
Categories:
- Multimedia
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/Perflyst/Twire
IssueTracker: https://github.com/Perflyst/Twire/issues
Changelog: https://github.com/Perflyst/Twire/releases
AutoName: Twire
Description: |-
Twire is an open source, ad free Twitch browser and stream player for Android.
You can select multiple themes and also login with your twitch account.
You can also follow and unfollow streamers through the app.
Please note that the chat is only available if you login to your account.
RepoType: git
Repo: https://github.com/Perflyst/Twire.git
Builds:
- versionName: 1.9.2
versionCode: 502
commit: v1.9.2
subdir: app
gradle:
- yes
- versionName: 1.9.6
versionCode: 506
commit: v1.9.6
subdir: app
gradle:
- yes
- versionName: 1.9.7
versionCode: 507
commit: v1.9.7
subdir: app
gradle:
- yes
- versionName: 1.9.8
versionCode: 508
commit: v1.9.8
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.9.8
CurrentVersionCode: 508
|
Update Twire to 1.9.8 (508)
|
Update Twire to 1.9.8 (508)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
441412d27035d4204637425bad49b9bf380b6cf7
|
metadata/troop.com.freedcam.yml
|
metadata/troop.com.freedcam.yml
|
Categories:
- Graphics
- Multimedia
License: GPL-2.0-or-later
SourceCode: https://github.com/KillerInk/FreeDcam
IssueTracker: https://github.com/KillerInk/FreeDcam/issues
AutoName: FreeDCam
Description: |-
FreeDCam is an open source camera app which try to enable stuff that is
forgotten by the manufacturers.
RepoType: git
Repo: https://github.com/KillerInk/FreeDcam.git
Builds:
- versionName: '4.2'
versionCode: 142
commit: '4.2_'
subdir: app
gradle:
- yes
ndk: r12b
- versionName: '4.3'
versionCode: 193
commit: '4.3'
subdir: app
gradle:
- yes
ndk: r12b
- versionName: 4.3.8
versionCode: 201
commit: 4.3.8
subdir: app
gradle:
- yes
ndk: r12b
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 4.3.8
CurrentVersionCode: 201
|
Categories:
- Graphics
- Multimedia
License: GPL-2.0-or-later
SourceCode: https://github.com/KillerInk/FreeDcam
IssueTracker: https://github.com/KillerInk/FreeDcam/issues
AutoName: FreeDCam
Description: |-
FreeDCam is an open source camera app which try to enable stuff that is
forgotten by the manufacturers.
RepoType: git
Repo: https://github.com/KillerInk/FreeDcam.git
Builds:
- versionName: '4.2'
versionCode: 142
commit: '4.2_'
subdir: app
gradle:
- yes
ndk: r12b
- versionName: '4.3'
versionCode: 193
commit: '4.3'
subdir: app
gradle:
- yes
ndk: r12b
- versionName: 4.3.8
versionCode: 201
commit: 4.3.8
subdir: app
gradle:
- yes
ndk: r12b
- versionName: 4.3.17
versionCode: 217
commit: 4.3.17
subdir: app
gradle:
- yes
ndk: r12b
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 4.3.17
CurrentVersionCode: 217
|
Update FreeDCam to 4.3.17 (217)
|
Update FreeDCam to 4.3.17 (217)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
f8b4b86435bb02c74945f6dc2863e0d8fbcc6379
|
app/config/security.yml
|
app/config/security.yml
|
security:
encoders:
FOS\UserBundle\Model\UserInterface: sha512
role_hierarchy:
ROLE_ADMIN: ROLE_USER
ROLE_SUPER_ADMIN: ROLE_ADMIN
providers:
fos_userbundle:
id: fos_user.user_provider.username
firewalls:
main:
pattern: ^/
form_login:
provider: fos_userbundle
csrf_provider: form.csrf_provider
always_use_default_target_path: true
default_target_path: /
logout: true
anonymous: true
access_control:
- { path: ^/login$, role: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/register, role: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/resetting, role: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/admin/, role: ROLE_ADMIN }
- { path: ^/, role: ROLE_USER }
|
security:
encoders:
FOS\UserBundle\Model\UserInterface: sha512
role_hierarchy:
ROLE_ADMIN: [ROLE_USER, ROLE_SONATA_ADMIN]
ROLE_SUPER_ADMIN: [ROLE_ADMIN, ROLE_SONATA_ADMIN]
providers:
fos_userbundle:
id: fos_user.user_provider.username
firewalls:
main:
pattern: ^/
form_login:
provider: fos_userbundle
csrf_provider: form.csrf_provider
always_use_default_target_path: true
default_target_path: /
logout: true
anonymous: true
access_control:
- { path: ^/login$, role: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/register, role: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/resetting, role: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/admin/, role: ROLE_ADMIN }
- { path: ^/, role: ROLE_USER }
|
Fix left menu in sonata admin panel
|
Fix left menu in sonata admin panel
|
YAML
|
cc0-1.0
|
wlalele/EffiQCM
|
14436dca2bdc410ab356b00f941601bdc83eace1
|
app/config/security.yml
|
app/config/security.yml
|
security:
encoders:
Symfony\Component\Security\Core\User\User: plaintext
SofaChamps\Bundle\BowlPickemBundle\Entity\User: sha512
role_hierarchy:
ROLE_ADMIN: ROLE_USER
ROLE_SUPER_ADMIN: [ROLE_USER, ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH]
providers:
fos_userbundle:
id: fos_user.user_manager
firewalls:
dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
main:
pattern: ^/
anonymous: true
logout: true
form_login:
provider: fos_userbundle
switch_user: { role: ROLE_ADMIN }
access_control:
- { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/admin/, role: ROLE_ADMIN }
#- { path: ^/_internal, roles: IS_AUTHENTICATED_ANONYMOUSLY, ip: 127.0.0.1 }
|
security:
encoders:
Symfony\Component\Security\Core\User\User: plaintext
SofaChamps\Bundle\CoreBundle\Entity\User: sha512
role_hierarchy:
ROLE_ADMIN: ROLE_USER
ROLE_SUPER_ADMIN: [ROLE_USER, ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH]
providers:
fos_userbundle:
id: fos_user.user_manager
firewalls:
dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
main:
pattern: ^/
anonymous: true
logout: true
form_login:
provider: fos_userbundle
switch_user: { role: ROLE_ADMIN }
access_control:
- { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: ^/admin/, role: ROLE_ADMIN }
#- { path: ^/_internal, roles: IS_AUTHENTICATED_ANONYMOUSLY, ip: 127.0.0.1 }
|
Update encoder for User class
|
Update encoder for User class
|
YAML
|
mit
|
jsuggs/CollegeCrazies,jsuggs/CollegeCrazies,jsuggs/CollegeCrazies,jsuggs/CollegeCrazies,jsuggs/CollegeCrazies,jsuggs/CollegeCrazies
|
fc4ef63f43c7e9d4d5e444448d2a76e7932626c0
|
packages/ph/phonetic-languages-plus.yaml
|
packages/ph/phonetic-languages-plus.yaml
|
homepage: https://hackage.haskell.org/package/phonetic-languages-plus
changelog-type: markdown
hash: dc03614253da3563dd1282e619afc7bf86c01544f438abc62a8f26d1f030aacc
test-bench-deps: {}
maintainer: [email protected]
synopsis: Some common shared between different packages functions.
changelog: |
# Revision history for phonetic-languages-plus
## 0.1.0.0 -- 2020-10-30
* First version. Released on an unsuspecting world.
basic-deps:
lists-flines: '>=0.1.1 && <1'
bytestring: '>=0.10 && <0.13'
base: '>=4.7 && <4.15'
parallel: '>=3.2.0.6 && <4'
uniqueness-periods-vector-stats: '>=0.1.2 && <1'
all-versions:
- 0.1.0.0
author: OleksandrZhabenko
latest: 0.1.0.0
description-type: haddock
description: Among them are the uniqueness-periods-vector series.
license-name: MIT
|
homepage: https://hackage.haskell.org/package/phonetic-languages-plus
changelog-type: markdown
hash: 83495eedd621f9bf57f49a65451784e0048f969b9d93f6e06c40edf9effeb0f6
test-bench-deps: {}
maintainer: [email protected]
synopsis: Some common shared between different packages functions.
changelog: |
# Revision history for phonetic-languages-plus
## 0.1.0.0 -- 2020-10-30
* First version. Released on an unsuspecting world.
basic-deps:
lists-flines: '>=0.1.1 && <1'
bytestring: '>=0.10 && <0.13'
base: '>=4.7 && <4.15'
parallel: '>=3.2.0.6 && <4'
uniqueness-periods-vector-stats: '>=0.2 && <1'
all-versions:
- 0.1.1.0
author: OleksandrZhabenko
latest: 0.1.1.0
description-type: haddock
description: Among them are the uniqueness-periods-vector series.
license-name: MIT
|
Update from Hackage at 2020-12-05T13:45:43Z
|
Update from Hackage at 2020-12-05T13:45:43Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
d55d0c0ed112e165e08a5589d5cfedeffc3f7248
|
opencv/meta.yaml
|
opencv/meta.yaml
|
package:
name: opencv
version: 2.4.11
source:
fn: opencv-2.4.11.zip
url: http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.11/opencv-2.4.11.zip/download
sha1: d6e3048416d42213c204f89b9dfe39742f9a708c
patches:
- osx_rpath.patch # [osx]
build:
number: 0
requirements:
build:
- cmake
- numpy
- eigen 3.*
- tbb 4.* # [osx]
run:
- python
- numpy
- tbb 4.* # [osx]
test:
imports:
- cv2
- cv2.cv
about:
home: http://opencv.org/
license: BSD
|
package:
name: opencv
version: 2.4.11
source:
fn: opencv-2.4.11.zip
url: http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.11/opencv-2.4.11.zip/download
sha1: d6e3048416d42213c204f89b9dfe39742f9a708c
patches:
- osx_rpath.patch # [osx]
build:
number: 0
features:
- vc9 # [win and py27]
requirements:
build:
- cmake
- numpy
- python 2.x
- eigen 3.*
- tbb 4.* # [osx]
run:
- python 2.x
- numpy
- tbb 4.* # [osx]
test:
imports:
- cv2
- cv2.cv
about:
home: http://opencv.org/
license: BSD
|
Use VC features - Python 2.x only
|
Use VC features - Python 2.x only
|
YAML
|
bsd-3-clause
|
goanpeca/staged-recipes,johanneskoester/staged-recipes,mcs07/staged-recipes,scopatz/staged-recipes,glemaitre/staged-recipes,JohnGreeley/staged-recipes,NOAA-ORR-ERD/staged-recipes,vamega/staged-recipes,data-exp-lab/staged-recipes,dharhas/staged-recipes,Juanlu001/staged-recipes,ericdill/staged-recipes,rmcgibbo/staged-recipes,jakirkham/staged-recipes,benvandyke/staged-recipes,atedstone/staged-recipes,Cashalow/staged-recipes,isuruf/staged-recipes,Juanlu001/staged-recipes,basnijholt/staged-recipes,basnijholt/staged-recipes,blowekamp/staged-recipes,ceholden/staged-recipes,jcb91/staged-recipes,benvandyke/staged-recipes,gqmelo/staged-recipes,JohnGreeley/staged-recipes,sodre/staged-recipes,patricksnape/staged-recipes,rvalieris/staged-recipes,stuertz/staged-recipes,birdsarah/staged-recipes,igortg/staged-recipes,dfroger/staged-recipes,larray-project/staged-recipes,pmlandwehr/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,grlee77/staged-recipes,larray-project/staged-recipes,chohner/staged-recipes,jerowe/staged-recipes,ceholden/staged-recipes,hajapy/staged-recipes,guillochon/staged-recipes,vamega/staged-recipes,synapticarbors/staged-recipes,sodre/staged-recipes,cpaulik/staged-recipes,mariusvniekerk/staged-recipes,dschreij/staged-recipes,chohner/staged-recipes,gqmelo/staged-recipes,rolando-contrib/staged-recipes,jjhelmus/staged-recipes,jochym/staged-recipes,isuruf/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,khallock/staged-recipes,kwilcox/staged-recipes,rolando-contrib/staged-recipes,dharhas/staged-recipes,ericdill/staged-recipes,shadowwalkersb/staged-recipes,jcb91/staged-recipes,Cashalow/staged-recipes,arokem/staged-recipes,birdsarah/staged-recipes,OpenPIV/staged-recipes,jakevdp/staged-recipes,chrisburr/staged-recipes,mcs07/staged-recipes,synapticarbors/staged-recipes,guillochon/staged-recipes,mcernak/staged-recipes,bmabey/staged-recipes,atedstone/staged-recipes,johanneskoester/staged-recipes,hbredin/staged-recipes,Savvysherpa/staged-recipes,planetarypy/staged-recipes,asmeurer/staged-recipes,hajapy/staged-recipes,chrisburr/staged-recipes,petrushy/staged-recipes,richardotis/staged-recipes,mcernak/staged-recipes,sannykr/staged-recipes,OpenPIV/staged-recipes,kwilcox/staged-recipes,asmeurer/staged-recipes,rvalieris/staged-recipes,caspervdw/staged-recipes,bmabey/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,dschreij/staged-recipes,SylvainCorlay/staged-recipes,koverholt/staged-recipes,rmcgibbo/staged-recipes,glemaitre/staged-recipes,petrushy/staged-recipes,sannykr/staged-recipes,dfroger/staged-recipes,valgur/staged-recipes,tylere/staged-recipes,pstjohn/staged-recipes,khallock/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,cpaulik/staged-recipes,mariusvniekerk/staged-recipes,tylere/staged-recipes,barkls/staged-recipes,conda-forge/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,shadowwalkersb/staged-recipes,grlee77/staged-recipes,koverholt/staged-recipes,caspervdw/staged-recipes,johannesring/staged-recipes,jerowe/staged-recipes,valgur/staged-recipes,sodre/staged-recipes,jakevdp/staged-recipes,hbredin/staged-recipes,jjhelmus/staged-recipes,nicoddemus/staged-recipes,johannesring/staged-recipes,goanpeca/staged-recipes,pstjohn/staged-recipes,pmlandwehr/staged-recipes,jakirkham/staged-recipes,Savvysherpa/staged-recipes,NOAA-ORR-ERD/staged-recipes,data-exp-lab/staged-recipes,barkls/staged-recipes,richardotis/staged-recipes,igortg/staged-recipes,SylvainCorlay/staged-recipes,blowekamp/staged-recipes,nicoddemus/staged-recipes,ocefpaf/staged-recipes,planetarypy/staged-recipes,arokem/staged-recipes
|
030ddd005995b1384cb1a481d1dbe73cb8236582
|
deployment/ansible/roles/raster-foundry.jenkins/molecule.yml
|
deployment/ansible/roles/raster-foundry.jenkins/molecule.yml
|
---
ansible:
config_file: molecule.cfg
requirements_file: molecule-requirements.yml
playbook: molecule-playbook.yml
verbose:
sudo: True
vagrant:
platforms:
- name: trusty64
box: ubuntu/trusty64
- name: xenial64
box: ubuntu/xenial64
providers:
- name: virtualbox
type: virtualbox
options:
memory: 1024
instances:
- name: raster-foundry-jenkins
molecule:
test:
sequence:
- syntax
- create
- converge
- idempotence
- verify
verifier:
name: testinfra
|
---
ansible:
config_file: molecule.cfg
requirements_file: molecule-requirements.yml
playbook: molecule-playbook.yml
verbose:
sudo: True
vagrant:
platforms:
- name: trusty64
box: ubuntu/trusty64
- name: xenial64
box: ubuntu/xenial64
providers:
- name: virtualbox
type: virtualbox
options:
memory: 1024
instances:
- name: raster-foundry-jenkins
molecule:
test:
sequence:
- syntax
- create
- converge
- idempotence
- verify
verifier:
name: testinfra
options:
sudo: True
|
Use sudo when running testinfra
|
Use sudo when running testinfra
|
YAML
|
apache-2.0
|
azavea/raster-foundry,aaronxsu/raster-foundry,azavea/raster-foundry,aaronxsu/raster-foundry,raster-foundry/raster-foundry,aaronxsu/raster-foundry,azavea/raster-foundry,azavea/raster-foundry,azavea/raster-foundry,raster-foundry/raster-foundry,raster-foundry/raster-foundry,aaronxsu/raster-foundry
|
0839dc847bf11678c273fc9bbd3099c42aac5a1b
|
.forestry/settings.yml
|
.forestry/settings.yml
|
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: document
path: aboutme.md
label: About me
match: "**/*"
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_env:
- JEKYLL_ENV=staging
preview_output_directory: _site
install_dependencies_command: bundle install --path vendor/bundle
preview_docker_image: forestryio/ruby:2.6
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
--port 8080 --host 0.0.0.0 -d _site
|
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: document
path: aboutme.md
label: About me
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: img
public_path: "/img"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_env:
- JEKYLL_ENV=staging
preview_output_directory: _site
install_dependencies_command: bundle install --path vendor/bundle
preview_docker_image: forestryio/ruby:2.6
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
--port 8080 --host 0.0.0.0 -d _site
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
Manu343726/Manu343726.github.io,Manu343726/Manu343726.github.io,Manu343726/Manu343726.github.io
|
27715c125652301c52cc2ad845d2ade1f3294da0
|
data/transition-sites/bis_cic.yml
|
data/transition-sites/bis_cic.yml
|
---
site: bis_cic
whitehall_slug: office-of-the-regulator-of-community-interest-companies
host: www.cicregulator.gov.uk
redirection_date: 28th November 2013
tna_timestamp: 20131003151857
title: Office of the Regulator of Community Interest Companies
furl: www.gov.uk/cic-regulator
homepage: https://www.gov.uk/government/organisations/office-of-the-regulator-of-community-interest-companies
global: =301 https://www.gov.uk/government/organisations/office-of-the-regulator-of-community-interest-companies
css: bis
aliases:
- www.cicreg.gov.uk
|
---
site: bis_cic
whitehall_slug: office-of-the-regulator-of-community-interest-companies
host: www.cicregulator.gov.uk
redirection_date: 28th November 2013
tna_timestamp: 20131003151857
title: Office of the Regulator of Community Interest Companies
furl: www.gov.uk/cic-regulator
homepage: https://www.gov.uk/government/organisations/office-of-the-regulator-of-community-interest-companies
css: bis
aliases:
- www.cicreg.gov.uk
global: =301 https://www.bis.gov.uk/cic-regulator
global_redirect_append_path: true
|
Configure legacy domain to preserve path for repoint
|
Configure legacy domain to preserve path for repoint
|
YAML
|
mit
|
alphagov/transition-config,alphagov/transition-config
|
51e0b1ef9090061dbfc62e7d83c1c14b1cac5ea9
|
vars/homebrew.yml
|
vars/homebrew.yml
|
---
homebrew_install_script: "{{ downloads }}/homebrew_install"
homebrew_install_path: /usr/local/bin
homebrew_packages:
- autoconf
- gcc
- gettext
- git
- go
- grep
- htop
- jq
- python3
- readline
- ripgrep
- wget
homebrew_packages_10_12:
- mysql
- node
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- chromedriver
- docker
- firefox
- google-chrome
- macvim
- slack
- spotify
- visual-studio-code
homebrew_cask_apps_10_12:
- iterm2
|
---
homebrew_install_script: "{{ downloads }}/homebrew_install"
homebrew_install_path: /usr/local/bin
homebrew_packages:
- autoconf
- gcc
- gettext
- git
- go
- grep
- htop
- jq
- python3
- readline
- ripgrep
- wget
homebrew_packages_10_12:
- mysql
- node
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- chromedriver
- docker
- emacs
- firefox
- google-chrome
- macvim
- slack
- spotify
- visual-studio-code
homebrew_cask_apps_10_12:
- iterm2
|
Install emacs cask on mac
|
Install emacs cask on mac
|
YAML
|
mit
|
brileb73/dotfiles
|
c7db0c64d1dbcc93e5c4a99c43caceea37432068
|
roles/packages/tasks/dev/tools.yml
|
roles/packages/tasks/dev/tools.yml
|
---
- homebrew_cask:
name:
- docker
- p4v
- homebrew:
name:
- docker-compose
|
---
- homebrew_cask:
name:
- docker
- p4v
- homebrew:
name:
- docker-completion
- docker-compose
- docker-compose-completion
|
Add docker{-compose} completions back, they are not part of the cask
|
Add docker{-compose} completions back, they are not part of the cask
|
YAML
|
mit
|
andrasmaroy/dotfiles,andrasmaroy/dotfiles
|
dbd41e9d318dc2e3d124053deab6c67c617b812b
|
.github/workflows/brakeman-analysis.yml
|
.github/workflows/brakeman-analysis.yml
|
# This workflow integrates Brakeman with GitHub's Code Scanning feature
# Brakeman is a static analysis security vulnerability scanner for Ruby on Rails applications
name: Brakeman Scan
# This section configures the trigger for the workflow. Feel free to customize depending on your convention
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
brakeman-scan:
name: Brakeman Scan
runs-on: ubuntu-18.04
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
uses: actions/checkout@v2
# Customize the ruby version depending on your needs
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: '2.3'
- name: Setup Brakeman
env:
BRAKEMAN_VERSION: '4.10' # SARIF support is provided in Brakeman version 4.10+
run: |
gem install brakeman --version $BRAKEMAN_VERSION
# Execute Brakeman CLI and generate a SARIF output with the security issues identified during the analysis
- name: Scan
continue-on-error: true
run: |
brakeman -f sarif -o output.sarif.json .
# Upload the SARIF file generated in the previous step
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: output.sarif.json
|
# This workflow integrates Brakeman with GitHub's Code Scanning feature
# Brakeman is a static analysis security vulnerability scanner for Ruby on Rails applications
name: Brakeman Scan
# This section configures the trigger for the workflow. Feel free to customize depending on your convention
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
brakeman-scan:
name: Brakeman Scan
runs-on: ubuntu-18.04
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
uses: actions/checkout@v2
# Customize the ruby version depending on your needs
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: '2.4'
- name: Setup Brakeman
env:
BRAKEMAN_VERSION: '4.10' # SARIF support is provided in Brakeman version 4.10+
run: |
gem install brakeman --version $BRAKEMAN_VERSION
# Execute Brakeman CLI and generate a SARIF output with the security issues identified during the analysis
- name: Scan
continue-on-error: true
run: |
brakeman -f sarif -o output.sarif.json .
# Upload the SARIF file generated in the previous step
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: output.sarif.json
|
Use ruby 2.4 as github actions do not support ruby 2.3.
|
Use ruby 2.4 as github actions do not support ruby 2.3.
|
YAML
|
agpl-3.0
|
Matt-Yorkley/openfoodnetwork,openfoodfoundation/openfoodnetwork,lin-d-hop/openfoodnetwork,openfoodfoundation/openfoodnetwork,openfoodfoundation/openfoodnetwork,Matt-Yorkley/openfoodnetwork,Matt-Yorkley/openfoodnetwork,mkllnk/openfoodnetwork,Matt-Yorkley/openfoodnetwork,lin-d-hop/openfoodnetwork,mkllnk/openfoodnetwork,openfoodfoundation/openfoodnetwork,lin-d-hop/openfoodnetwork,mkllnk/openfoodnetwork,mkllnk/openfoodnetwork,lin-d-hop/openfoodnetwork
|
ec29424eec2f49f64eb6911f20627d2afae6c0da
|
packages/po/polysemy-video.yaml
|
packages/po/polysemy-video.yaml
|
homepage: ''
changelog-type: markdown
hash: 9e7ba38a6839d60d9b13f9dfe4fe83b32b947f1c7c3c645eed9f3f95b2e10efb
test-bench-deps: {}
maintainer: [email protected]
synopsis: ''
changelog: |
# Changelog for polysemy-video
## v0.0.1.0
* Experimental DSL and interpreter.
basic-deps:
path: -any
base: '>=4.7 && <5'
text: -any
turtle: -any
path-utils: -any
formatting: -any
polysemy: -any
all-versions:
- 0.1.0.0
- 0.1.0.1
author: Daniel Firth
latest: 0.1.0.1
description-type: markdown
description: |
# polysemy-video
Experimental AV processing DSL for polysemy. Includes one interpretation to the command line version of ffmpeg.
license-name: MIT
|
homepage: ''
changelog-type: markdown
hash: 40e77abb8e85aabdeb265d4a1b1a2c8256b0dcba825d8aa4db52737fecb9f47c
test-bench-deps: {}
maintainer: [email protected]
synopsis: ''
changelog: |
# Changelog for polysemy-video
## v0.1.1.0
* Support both `Abs` and `Rel`.
## v0.1.0.0
* Experimental DSL and interpreter.
basic-deps:
path: -any
base: '>=4.7 && <5'
text: -any
turtle: -any
path-utils: -any
formatting: -any
polysemy: -any
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.1.1.0
author: Daniel Firth
latest: 0.1.1.0
description-type: markdown
description: |
# polysemy-video
Experimental AV processing DSL for polysemy. Includes one interpretation to the command line version of ffmpeg.
license-name: MIT
|
Update from Hackage at 2020-10-17T12:28:10Z
|
Update from Hackage at 2020-10-17T12:28:10Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
79241c8d2691d296332cb86938742ad6c8d07186
|
hieradata/vagrant/modules/profile.yaml
|
hieradata/vagrant/modules/profile.yaml
|
---
profile::development::network::dns::manage_hosts: true
profile::application::openssl::catrust::ca_cert: '/opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem'
profile::application::himlarcli::cacert: '/opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem'
profile::application::himlarcli::smtp: ''
profile::application::himlarcli::from_addr: ''
profile::application::himlarcli::mq_host: "%{hiera('mgmt__address__mq_01')}"
profile::openstack::openrc::cacert: '/opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem'
# Use newest test repositories
yum_base_mirror: 'https://download.iaas.uio.no/uh-iaas/test'
#sensu_ssl_cachain: '-C /opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem'
sensu_ssl_cachain: '-k'
# no proxy for vagrant environments
profile::network::yum_proxy::yum_proxy: ''
profile::openstack::identity::swift_enabled: true
|
---
profile::logging::rsyslog::client::manage_rsyslog: false
profile::development::network::dns::manage_hosts: true
profile::application::openssl::catrust::ca_cert: '/opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem'
profile::application::himlarcli::cacert: '/opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem'
profile::application::himlarcli::smtp: ''
profile::application::himlarcli::from_addr: ''
profile::application::himlarcli::mq_host: "%{hiera('mgmt__address__mq_01')}"
profile::openstack::openrc::cacert: '/opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem'
# Use newest test repositories
yum_base_mirror: 'https://download.iaas.uio.no/uh-iaas/test'
#sensu_ssl_cachain: '-C /opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem'
sensu_ssl_cachain: '-k'
# no proxy for vagrant environments
profile::network::yum_proxy::yum_proxy: ''
profile::openstack::identity::swift_enabled: true
|
Disable sending logs to logger in vagrant
|
Disable sending logs to logger in vagrant
|
YAML
|
apache-2.0
|
norcams/himlar,tanzr/himlar,tanzr/himlar,raykrist/himlar,norcams/himlar,tanzr/himlar,raykrist/himlar,TorLdre/himlar,tanzr/himlar,norcams/himlar,TorLdre/himlar,raykrist/himlar,raykrist/himlar,mikaeld66/himlar,TorLdre/himlar,mikaeld66/himlar,tanzr/himlar,norcams/himlar,mikaeld66/himlar,norcams/himlar,TorLdre/himlar,mikaeld66/himlar,mikaeld66/himlar,TorLdre/himlar,raykrist/himlar
|
15ab4c13a78c037df70500067fbea0887ea572ff
|
hot/resource_group/resource_group.yaml
|
hot/resource_group/resource_group.yaml
|
heat_template_version: 2013-05-23
resources:
random_group:
type: OS::Heat::ResourceGroup
properties:
count: 2
resource_def:
type: OS::Heat::RandomString
outputs:
# Note for RandomString the resource ID is set to the random string
# value, for other resources the ID returned will be the uuid of the
# actual resource
resource1_id:
value: {get_attr: [random_group, resource.0]}
resource2_id:
value: {get_attr: [random_group, resource.1]}
# The last part of the resource.0.value specifies the attribute of the
# nested resource to access, e.g in this case 'value'
resource1_value:
value: {get_attr: [random_group, resource.0.value]}
resource2_value:
value: {get_attr: [random_group, resource.1.value]}
|
heat_template_version: 2013-05-23
resources:
random_group:
type: OS::Heat::ResourceGroup
properties:
count: 2
resource_def:
type: OS::Heat::RandomString
outputs:
# Note for RandomString the resource ID is set to the random string
# value, for other resources the ID returned will be the uuid of the
# actual resource
resource1_id:
value: {get_attr: [random_group, resource.0]}
resource2_id:
value: {get_attr: [random_group, resource.1]}
# The last part of the resource.0.value specifies the attribute of the
# nested resource to access, e.g in this case 'value'
resource1_value:
value: {get_attr: [random_group, resource.0.value]}
resource2_value:
value: {get_attr: [random_group, resource.1.value]}
# You can also get a list of all values in the group
all_values:
value: {get_attr: [random_group, value]}
|
Add ResourceGroup attribute example for all values
|
Add ResourceGroup attribute example for all values
Adds an example showing how to get a list of all values
for an attribute of the resource in the group. Related
to a question asked on IRC recently.
Change-Id: I106b66e94916464724295e79b90ef7ee5910a1b4
|
YAML
|
apache-2.0
|
cosminmocan/heat-templates,rdo-management/heat-templates,chrishultin/heat-templates,bbandaru/heat-templates,kwrobert/heat-templates,wesparish/heat-templates,rdo-management/heat-templates,kwrobert/heat-templates,wesparish/heat-templates,openstack/heat-templates,tgreenyc/heat-templates,tgreenyc/heat-templates,bbandaru/heat-templates,chrishultin/heat-templates,cosminmocan/heat-templates,bbandaru/heat-templates,tgreenyc/heat-templates,cosminmocan/heat-templates,andxeg/heat-templates,kwrobert/heat-templates,cosminmocan/heat-templates,andxeg/heat-templates,bbandaru/heat-templates,rdo-management/heat-templates,chrishultin/heat-templates,andxeg/heat-templates,kwrobert/heat-templates,rdo-management/heat-templates,wesparish/heat-templates,andxeg/heat-templates,rdo-management/heat-templates,openstack/heat-templates,wesparish/heat-templates,chrishultin/heat-templates,tgreenyc/heat-templates,openstack/heat-templates
|
ad5da2c31b4321694d5cd12528d227f6a794fbd1
|
.github/workflows/default-tests.yml
|
.github/workflows/default-tests.yml
|
name: Default Tests
on:
pull_request:
push:
branches: [master]
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Setup Conda
uses: s-weigand/setup-conda@v1
with:
activate-conda: false
conda-channels: conda-forge
- name: Python ${{ matrix.python-version }}
shell: bash -l {0}
run: |
conda create --name TEST python=${{ matrix.python-version }} pip "libnetcdf<4.8.0" --file requirements.txt --file test_requirements.txt --strict-channel-priority
conda activate TEST
pip install --user -e . --no-deps --force-reinstall
- name: Conda Info
shell: bash -l {0}
run: |
conda activate TEST
conda info --all
conda list
- name: Default Tests
shell: bash -l {0}
run: |
conda activate TEST
pytest -s -rxs -v -k "not integration" compliance_checker
|
name: Default Tests
on:
pull_request:
push:
branches: [master]
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Setup Conda
uses: s-weigand/setup-conda@v1
with:
activate-conda: false
conda-channels: conda-forge
- name: Python ${{ matrix.python-version }}
shell: bash -l {0}
run: |
conda create --name TEST python=${{ matrix.python-version }} pip "libnetcdf<4.8.0" --file requirements.txt --file test_requirements.txt --strict-channel-priority
source activate TEST
pip install --user -e . --no-deps --force-reinstall
- name: Conda Info
shell: bash -l {0}
run: |
source activate TEST
conda info --all
conda list
- name: Default Tests
shell: bash -l {0}
run: |
source activate TEST
pytest -s -rxs -v -k "not integration" compliance_checker
|
Revert "`source activate` invocation changed to `conda activate`"
|
Revert "`source activate` invocation changed to `conda activate`"
This reverts commit 6d68af8493efcecf96bfa41577c5fb0ad743b5df.
|
YAML
|
apache-2.0
|
aodn/compliance-checker,ioos/compliance-checker
|
ab1f94d345e7bb22a603aced4c68355e241a985e
|
.github/workflows/pythonpackage.yml
|
.github/workflows/pythonpackage.yml
|
name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with flake8
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
#- name: Test with pytest
# run: |
# pip install pytest
# pytest
|
name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with flake8
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --filename=*.py,*.py.*
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --filename=*.py,*.py.*
#- name: Test with pytest
# run: |
# pip install pytest
# pytest
|
Check also other file extensions with flake 8
|
Check also other file extensions with flake 8
|
YAML
|
mit
|
MiczFlor/RPi-Jukebox-RFID,MiczFlor/RPi-Jukebox-RFID,MiczFlor/RPi-Jukebox-RFID,MiczFlor/RPi-Jukebox-RFID,MiczFlor/RPi-Jukebox-RFID
|
b5afc814bc2d9d4e475be3792adb9c671e8315f2
|
chart/mist/templates/influxdb-deployment.yaml
|
chart/mist/templates/influxdb-deployment.yaml
|
{{ if eq .Values.influxdb.host "" -}}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ include "chart.fullname" . }}-influxdb
labels:
app: influxdb
chart: {{ include "chart.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
app: influxdb
release: {{ .Release.Name }}
spec:
containers:
- name: influxdb
image: influxdb
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: INFLUXDB_DB
value: telegraf
resources:
requests:
memory: 100Mi
cpu: 50m
limits:
memory: 200Mi
cpu: 1000m
volumeMounts:
- name: influxdb-config
mountPath: /etc/influxdb/influxdb.conf
subPath: influxdb.conf
- mountPath: /var/lib/influxdb
name: influxdb
volumes:
- name: influxdb-config
configMap:
name: {{ include "chart.fullname" . }}-influxdb
- name: influxdb
persistentVolumeClaim:
claimName: {{ include "chart.fullname" . }}-influxdb
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
{{- end }}
|
{{ if eq .Values.influxdb.host "" -}}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ include "chart.fullname" . }}-influxdb
labels:
app: influxdb
chart: {{ include "chart.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
app: influxdb
release: {{ .Release.Name }}
spec:
containers:
- name: influxdb
image: influxdb
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: INFLUXDB_DB
value: telegraf
resources:
requests:
memory: 200Mi
cpu: 50m
limits:
memory: 500Mi
cpu: 1000m
volumeMounts:
- name: influxdb-config
mountPath: /etc/influxdb/influxdb.conf
subPath: influxdb.conf
- mountPath: /var/lib/influxdb
name: influxdb
volumes:
- name: influxdb-config
configMap:
name: {{ include "chart.fullname" . }}-influxdb
- name: influxdb
persistentVolumeClaim:
claimName: {{ include "chart.fullname" . }}-influxdb
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
{{- end }}
|
Increase influxdb deployment memory request & limit in helm chart
|
Increase influxdb deployment memory request & limit in helm chart
|
YAML
|
agpl-3.0
|
mistio/mist.io,mistio/mist.io
|
ed26b49aa9f9c33108132066c607a9bbd8d9317d
|
packages/MonorepoBuilder/src/config/config.yml
|
packages/MonorepoBuilder/src/config/config.yml
|
imports:
- { resource: 'services.yml' }
- { resource: '../../packages/**/config/config.yml' }
- { resource: '../../packages/**/src/config/config.yml' }
parameters:
merge_sections: ['require', 'require-dev', 'autoload', 'autoload-dev', 'repositories']
package_directories:
- 'packages'
data_to_append: []
data_to_remove: []
package_alias_format: '<major>.<minor>-dev'
section_order:
- 'name'
- 'description'
- 'license'
- 'bin'
- 'require'
- 'require-dev'
- 'autoload'
- 'autoload-dev'
- 'repositories'
- 'replace'
- 'scripts'
- 'config'
- 'minimum-stability'
- 'prefer-stable'
- 'extra'
|
imports:
- { resource: 'services.yml' }
- { resource: '../../packages/**/config/config.yml' }
- { resource: '../../packages/**/src/config/config.yml' }
parameters:
merge_sections: ['require', 'require-dev', 'autoload', 'autoload-dev', 'repositories']
package_directories:
- 'packages'
data_to_append: []
data_to_remove: []
package_alias_format: '<major>.<minor>-dev'
section_order:
- 'name'
- 'type'
- 'description'
- 'keywords'
- 'homepage'
- 'license'
- 'authors'
- 'bin'
- 'require'
- 'require-dev'
- 'autoload'
- 'autoload-dev'
- 'repositories'
- 'conflict'
- 'replace'
- 'provide'
- 'scripts'
- 'config'
- 'minimum-stability'
- 'prefer-stable'
- 'extra'
|
Add few more sections to section_order
|
[MonorepoBuilder] Add few more sections to section_order
|
YAML
|
mit
|
Symplify/Symplify,Symplify/Symplify,Symplify/Symplify,Symplify/Symplify
|
0af0f93213cc8a1627b7ea2141e4171673e6c6c9
|
packages/hs/hsyslog.yaml
|
packages/hs/hsyslog.yaml
|
homepage: http://github.com/peti/hsyslog
changelog-type: ''
hash: adda66d7c9af31f5eac447f73bfb3ad65789cb78dcab8bd2e081de61a16d8fbe
test-bench-deps:
base: -any
doctest: -any
maintainer: Peter Simons <[email protected]>
synopsis: FFI interface to syslog(3) from POSIX.1-2001
changelog: ''
basic-deps:
base: ! '>=3 && <5'
all-versions:
- '1.2'
- '1.3'
- '1.4'
- '1.5'
- '1.6'
- '2.0'
author: Peter Simons <[email protected]>
latest: '2.0'
description-type: haddock
description: ! 'This library provides FFI bindings to syslog(3) from POSIX.1-2001.
See <http://www.opengroup.org/onlinepubs/009695399/basedefs/syslog.h.html> for
further details.'
license-name: BSD3
|
homepage: http://github.com/peti/hsyslog
changelog-type: ''
hash: 73f8010b191da91007809db6cf2f2b5a7d7d59732a9c302457ce0816ffe7a25a
test-bench-deps:
bytestring: -any
base: -any
hsyslog: -any
QuickCheck: -any
maintainer: Peter Simons <[email protected]>
synopsis: FFI interface to syslog(3) from POSIX.1-2001
changelog: ''
basic-deps:
bytestring: ==0.10.*
base: ! '>=3 && <5'
all-versions:
- '1.2'
- '1.3'
- '1.4'
- '1.5'
- '1.6'
- '2.0'
- '4'
author: Peter Simons, John Lato, Jonathan Childress
latest: '4'
description-type: haddock
description: ! 'This library provides FFI bindings to syslog(3) from
<http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/syslog.h.html POSIX.1-2008>.'
license-name: BSD3
|
Update from Hackage at 2016-06-03T17:56:04+0000
|
Update from Hackage at 2016-06-03T17:56:04+0000
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
5c8f55b947d7210e98c8809948fa6d98e77652a6
|
metadata/com.ml.proximitysensorfix.yml
|
metadata/com.ml.proximitysensorfix.yml
|
Categories:
- System
- Phone & SMS
License: GPL-3.0-or-later
AuthorName: Marco Lettieri
AuthorEmail: [email protected]
AuthorWebSite: https://www.microbees.com/
SourceCode: https://github.com/marcolettieri/proximitycallfix
IssueTracker: https://github.com/marcolettieri/proximitycallfix/issues
AutoName: ProximitySensorFix
RepoType: git
Repo: https://github.com/marcolettieri/proximitycallfix
Builds:
- versionName: 1.0.4
versionCode: 26
commit: 1.0.4
subdir: app
gradle:
- yes
- versionName: 1.0.5
versionCode: 27
commit: 1.0.5
subdir: app
gradle:
- yes
- versionName: 1.0.6
versionCode: 28
commit: 1.0.6
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.0.6
CurrentVersionCode: 28
|
Categories:
- System
- Phone & SMS
License: GPL-3.0-or-later
AuthorName: Marco Lettieri
AuthorEmail: [email protected]
AuthorWebSite: https://www.microbees.com/
SourceCode: https://github.com/marcolettieri/proximitycallfix
IssueTracker: https://github.com/marcolettieri/proximitycallfix/issues
AutoName: ProximitySensorFix
RepoType: git
Repo: https://github.com/marcolettieri/proximitycallfix
Builds:
- versionName: 1.0.4
versionCode: 26
commit: 1.0.4
subdir: app
gradle:
- yes
- versionName: 1.0.5
versionCode: 27
commit: 1.0.5
subdir: app
gradle:
- yes
- versionName: 1.0.6
versionCode: 28
commit: 1.0.6
subdir: app
gradle:
- yes
- versionName: 1.0.7
versionCode: 29
commit: 1.0.7
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.0.7
CurrentVersionCode: 29
|
Update ProximitySensorFix to 1.0.7 (29)
|
Update ProximitySensorFix to 1.0.7 (29)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
d81fff39441ae6b032bae14e7781e2b110cac09f
|
metadata/pcmagas.vodafone_fu_h300s.yml
|
metadata/pcmagas.vodafone_fu_h300s.yml
|
Categories:
- Internet
License: GPL-3.0-or-later
AuthorName: Dimitrios Desyllas
AuthorEmail: [email protected]
AuthorWebSite: https://pcmagas.wordpress.com/
SourceCode: https://github.com/pc-magas/sercommH300sVoipCredentialsRecovery
IssueTracker: https://github.com/pc-magas/sercommH300sVoipCredentialsRecovery/issues
AutoName: Recover VOIP settings from H300s
RepoType: git
Repo: https://github.com/pc-magas/sercommH300sVoipCredentialsRecovery
Builds:
- versionName: v2022-01-03
versionCode: 20220103
commit: v20220103
subdir: app
gradle:
- yes
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: v2022-01-03
CurrentVersionCode: 20220103
|
Categories:
- Internet
License: GPL-3.0-or-later
AuthorName: Dimitrios Desyllas
AuthorEmail: [email protected]
AuthorWebSite: https://pcmagas.wordpress.com/
SourceCode: https://github.com/pc-magas/sercommH300sVoipCredentialsRecovery
IssueTracker: https://github.com/pc-magas/sercommH300sVoipCredentialsRecovery/issues
AutoName: Recover VOIP settings from H300s
RepoType: git
Repo: https://github.com/pc-magas/sercommH300sVoipCredentialsRecovery
Builds:
- versionName: v2022-01-03
versionCode: 20220103
commit: v20220103
subdir: app
gradle:
- yes
- versionName: v2022-01-22
versionCode: 20220122
commit: bb85f2d2513c10a4f1ae1bfa9304ce63b7d8e440
subdir: app
gradle:
- yes
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: v2022-01-22
CurrentVersionCode: 20220122
|
Update Recover VOIP settings from H300s to v2022-01-22 (20220122)
|
Update Recover VOIP settings from H300s to v2022-01-22 (20220122)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
9161f65303fa7901ffc86bf06f1726db9c661021
|
.github/change_filters.yml
|
.github/change_filters.yml
|
backend:
- 'pyproject.toml'
- 'rasa/**/*'
- 'tests/**/*'
- 'data/**/*'
- 'examples/**/*'
docker:
- 'pyproject.toml'
- 'rasa/**/*'
- 'docker/**/*'
docs:
- 'docs/**/*'
- 'changelog/*'
- 'CHANGELOG.mdx'
- 'tests/docs/*'
- 'data/**/*'
- 'examples/**/*'
|
backend:
- 'pyproject.toml'
- 'rasa/**/*'
- 'tests/**/*'
- 'data/**/*'
- 'examples/**/*'
- 'Makefile'
docker:
- 'pyproject.toml'
- 'rasa/**/*'
- 'docker/**/*'
- 'Makefile'
docs:
- 'docs/**/*'
- 'changelog/*'
- 'CHANGELOG.mdx'
- 'tests/docs/*'
- 'data/**/*'
- 'examples/**/*'
- 'Makefile'
|
Add Makefile to all CI filters
|
Add Makefile to all CI filters
|
YAML
|
apache-2.0
|
RasaHQ/rasa_nlu,RasaHQ/rasa_nlu,RasaHQ/rasa_nlu
|
b40cbdceada187306cfcc65fdb002dcffbbd4a33
|
.github/workflows/gcc9.yml
|
.github/workflows/gcc9.yml
|
name: gcc9
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker.retrieva.jp/pficommon_ci:gcc9.2007
credentials:
username: circleci
password: ${{ secrets.RETRIEVA_DOCKER_REPOSITORY_PASSWORD }}
steps:
- uses: actions/checkout@v2
- name: configure
run: ./waf configure
- name: build
run: ./waf build -j4
- name: test
run: ./waf --check -j4
- name: install
run: ./waf install
|
name: gcc9
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker.retrieva.jp/pficommon_ci:gcc9.2007
credentials:
username: github-actions
password: ${{ secrets.RETRIEVA_DOCKER_REPOSITORY_PASSWORD }}
steps:
- uses: actions/checkout@v2
- name: configure
run: ./waf configure
- name: build
run: ./waf build -j4
- name: test
run: ./waf --check -j4
- name: install
run: ./waf install
|
Change the username from circleci to github-actions
|
Change the username from circleci to github-actions
|
YAML
|
bsd-3-clause
|
retrieva/pficommon,retrieva/pficommon,retrieva/pficommon,retrieva/pficommon,retrieva/pficommon
|
8083ffea2d1dc54c8e0ae76b8d1d79e8083c01b1
|
.github/workflows/main.yml
|
.github/workflows/main.yml
|
---
on: [push, pull_request]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@main
Tests:
name: Test role
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ansible:
- "2.11"
- "2.12"
- "2.13"
scenario:
- dnsdist-14
- dnsdist-15
- dnsdist-16
- dnsdist-master
steps:
- name: checkout
uses: actions/checkout@v2
- name: Install python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Run the tests
run: tox -- molecule test -s ${{ matrix.scenario }}
env:
ANSIBLE: ${{ matrix.ansible }}
|
---
on: [push, pull_request]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@main
Tests:
name: Test role
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ansible:
- "2.11"
- "2.12"
- "2.13"
scenario:
- dnsdist-14
- dnsdist-15
- dnsdist-16
- dnsdist-17
- dnsdist-master
steps:
- name: checkout
uses: actions/checkout@v2
- name: Install python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Run the tests
run: tox -- molecule test -s ${{ matrix.scenario }}
env:
ANSIBLE: ${{ matrix.ansible }}
|
Add test for dnsdist 17
|
Add test for dnsdist 17
|
YAML
|
mit
|
PowerDNS/dnsdist-ansible
|
5e5f70b82229a327c0ee1405b928f457a124fb1e
|
.github/workflows/main.yml
|
.github/workflows/main.yml
|
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install dependencies
run: |
npm install
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
sudo apt-get update && sudo apt-get install google-cloud-sdk google-cloud-sdk-datastore-emulator
cd ./middleware && npm install
mkdir ./tmp
echo '{"cacheConfig": { "snapshotDir": "./tmp/rendertron" } }' > ./config.json
- name: Lint the source
run: npm run lint
- name: Build Rendertron
run: npm run build
- name: Run the integration tests
run: npm test
- name: Run the e2e cache tests
run: npm run test-cache
- name: Run tests for the middleware
run: (cd middleware && npm run lint && npm run test)
|
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci
- run: npm run lint
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install dependencies
run: |
npm install
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
sudo apt-get update && sudo apt-get install google-cloud-sdk google-cloud-sdk-datastore-emulator
cd ./middleware && npm install
mkdir ./tmp
echo '{"cacheConfig": { "snapshotDir": "./tmp/rendertron" } }' > ./config.json
- name: Build Rendertron
run: npm run build
- name: Run the integration tests
run: npm test
- name: Run the e2e cache tests
run: npm run test-cache
- name: Run tests for the middleware
run: (cd middleware && npm run lint && npm run test)
|
Split lint step in a new job
|
Split lint step in a new job
|
YAML
|
apache-2.0
|
GoogleChrome/rendertron,GoogleChrome/rendertron,GoogleChrome/rendertron
|
8416ebd34b53884807335b7fb39b910ca4caf360
|
.github/workflows/main.yml
|
.github/workflows/main.yml
|
name: Build
on: [push]
jobs:
build:
name: Build π
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.16'
- name: Install Node packages
run: yarn install --production --pure-lockfile --non-interactive
- name: Build assets for deployment
run: yarn run deploy
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Bundle install
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Jekyll build
run: jekyll build --config "_config.yml,_config.prod.yml"
- name: CSS linting with stylelint
uses: actions-hub/[email protected]
env:
PATTERN: 'src/css/*.css'
- name: JS linting with eslint
run: yarn run lint:js
- name: Site testing with html-proofer
uses: chabad360/htmlproofer@master
with:
directory: './_site'
arguments: '--empty_alt_ignore --http-status-ignore 999'
|
name: Build
on: [push]
jobs:
build:
name: Build & test π
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.16'
- name: Install Node packages
run: yarn install --production --pure-lockfile --non-interactive
- name: Build assets for deployment
run: yarn run deploy
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Bundle install
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Jekyll build
run: jekyll build --config "_config.yml,_config.prod.yml"
- name: CSS linting with stylelint
run: yarn run lint:css
- name: JS linting with eslint
run: yarn run lint:js
- name: Site testing with html-proofer
uses: chabad360/htmlproofer@master
with:
directory: './_site'
arguments: '--empty_alt_ignore --http-status-ignore 999'
|
Use own npm scripts for linting
|
Use own npm scripts for linting
|
YAML
|
mit
|
frippz/frippz.se,frippz/frippz.se,frippz/frippz.se
|
273b97e3e572fa362e7d3d5f6aa09d7632c7dfcb
|
.github/workflows/main.yml
|
.github/workflows/main.yml
|
name: Build and test
on: [push, pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
GET_GAUCHE_URL: https://raw.githubusercontent.com/shirok/get-gauche/master
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
curl -f -o get-gauche.sh $GET_GAUCHE_URL/get-gauche.sh
chmod +x get-gauche.sh
./get-gauche.sh --sudo --auto --skip-tests --prefix=/usr
sudo apt install -y libpq-dev libssl-dev postgresql postgresql-client
sudo service postgresql start
sudo -u postgres createuser runner
sudo -u postgres createdb runner
- name: Build and check
run: |
./configure
make
make -s check
|
name: Build and test
on: [push, pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: shirok/setup-gauche@v1
- name: Install and setup postgresql
run: |
sudo apt install -y libpq-dev libssl-dev postgresql postgresql-client
sudo service postgresql start
sudo -u postgres createuser runner
sudo -u postgres createdb runner
- name: Build and check
run: |
./configure
make
make -s check
|
Use setup-gauche for auto test
|
Use setup-gauche for auto test
|
YAML
|
bsd-3-clause
|
kahua/Gauche-dbd-pg
|
6a0b1002afc793d46229260d2d46d0560753d2d5
|
.github/workflows/windows_mkspecs.yml
|
.github/workflows/windows_mkspecs.yml
|
name: Windows C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Windows-mkspecs:
uses: steinwurf/windows-mkspecs-action/.github/workflows/[email protected]
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
|
name: Windows C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Windows-mkspecs:
uses: steinwurf/windows-mkspecs-action/.github/workflows/[email protected]
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
|
Update Windows C++ make-specs to new version 6.0.0
|
Update Windows C++ make-specs to new version 6.0.0
|
YAML
|
bsd-3-clause
|
steinwurf/bourne,steinwurf/bourne
|
8201a9af25add74260445d9d226d1b47482178af
|
.github/workflows/test.yml
|
.github/workflows/test.yml
|
name: Node CI
on: [push]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm install
npm run build
npm test
env:
CI: true
merge-me:
name: Auto-merge dependency updates
needs: test
runs-on: ubuntu-latest
steps:
- uses: ridedott/[email protected]
with:
GITHUB_LOGIN: 'dependabot[bot]'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
name: Node CI
on: [push]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm install
npm run build
npm test
env:
CI: true
merge-me:
name: Auto-merge dependency updates
needs: test
runs-on: ubuntu-latest
steps:
- uses: ridedott/[email protected]
with:
GITHUB_LOGIN: 'dependabot[bot]'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Bump ridedott/merge-me-action from v1.8.24 to v1.8.30
|
Bump ridedott/merge-me-action from v1.8.24 to v1.8.30
|
YAML
|
mit
|
noflo/noflo-tween
|
a0cd67a54d59f7b25dce0b30e3c719ad2c5fb491
|
.github/workflows/test.yml
|
.github/workflows/test.yml
|
name: Node CI
on: [push]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm install
npm run build
npm test
env:
CI: true
merge-me:
name: Auto-merge dependency updates
needs: test
runs-on: ubuntu-latest
steps:
- uses: ridedott/[email protected]
with:
GITHUB_LOGIN: 'dependabot[bot]'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
name: Node CI
on: [push]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm install
npm run build
npm test
env:
CI: true
merge-me:
name: Auto-merge dependency updates
needs: test
runs-on: ubuntu-latest
steps:
- uses: ridedott/[email protected]
with:
GITHUB_LOGIN: 'dependabot[bot]'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Bump ridedott/merge-me-action from v1.8.13 to v1.8.15
|
Bump ridedott/merge-me-action from v1.8.13 to v1.8.15
|
YAML
|
mit
|
forresto/noflo-gum
|
5daaa3f84bfd0e319d26d404fd25aa513ce18d87
|
.github/workflows/test.yml
|
.github/workflows/test.yml
|
name: Test
on:
push:
pull_request:
env:
FORCE_COLOR: 2
jobs:
full:
name: Node.js 15 Full
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 15
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run tests
run: yarn test
short:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 14
- 12
- 10
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --ignore-engines
- name: Run unit tests
run: npx jest
|
name: Test
on:
push:
pull_request:
env:
FORCE_COLOR: 2
jobs:
full:
name: Node.js 16 Full
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run tests
run: yarn test
short:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 14
- 12
- 10
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --ignore-engines
- name: Run unit tests
run: npx jest
|
Use Node.js 16 on CI
|
Use Node.js 16 on CI
|
YAML
|
mit
|
yisibl/autoprefixer,postcss/autoprefixer
|
a39e4fda406fb4ae910cb8a74f776993dc58e9f3
|
.github/workflows/build-and-publish.yml
|
.github/workflows/build-and-publish.yml
|
name: publish
on:
release:
types: [published]
jobs:
publish:
name: Publish π
runs-on: ubuntu-latest
env:
VERSION: null
steps:
- uses: actions/checkout@v2
- name: Set up Python π
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install dependencies βοΈ
run: |
python -m pip install --upgrade pip
pip install build
- name: Get version
run: |
cat setup.cfg | grep "version = " | awk '{print "VERSION="$(NF)}' >> $GITHUB_ENV
- name: Build a binary wheel and a source tarball π§
run: python -m build --sdist --wheel --outdir dist/ .
- name: Validate release tag
run: |
if [ "${GITHUB_REF#refs/tags/}" != "${VERSION}" ]; then exit 1; fi
- name: Publish to Test PyPI π¦
if: contains(env.VERSION, 'a')
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish to PyPI π¦
if: |
!contains(env.VERSION, 'a')
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
|
name: publish
on:
release:
types: [published]
branches:
- master
jobs:
publish:
name: Publish π
runs-on: ubuntu-latest
env:
VERSION: null
steps:
- uses: actions/checkout@v2
- name: Set up Python π
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install dependencies βοΈ
run: |
python -m pip install --upgrade pip
pip install build
- name: Get version
run: |
cat setup.cfg | grep "version = " | awk '{print "VERSION="$(NF)}' >> $GITHUB_ENV
- name: Build a binary wheel and a source tarball π§
run: python -m build --sdist --wheel --outdir dist/ .
- name: Validate release tag
run: |
if [ "${GITHUB_REF#refs/tags/}" != "${VERSION}" ]; then exit 1; fi
- name: Publish to Test PyPI π¦
if: contains(env.VERSION, 'a')
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish to PyPI π¦
if: |
!contains(env.VERSION, 'a')
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
|
Update github action for publishing release to only trigger on master branch
|
Update github action for publishing release to only trigger on master branch
|
YAML
|
bsd-3-clause
|
sgoodm/python-distance-rasters,sgoodm/python-distance-rasters
|
a31567a7590dcd34dca148efd1ee66dc69732c3a
|
terraform-google-{{cookiecutter.module_name}}/.kitchen.yml
|
terraform-google-{{cookiecutter.module_name}}/.kitchen.yml
|
# Copyright 2018 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, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
driver:
name: terraform
provisioner:
name: terraform
verifier:
name: terraform
platforms:
- name: local
suites:
- name: simple_example
driver:
root_module_directory: test/fixtures/simple_example/
verifier:
color: false
systems:
- name: simple_example local
backend: local
controls:
- gcloud
- name: simple_example gcp
backend: gcp
controls:
- gcp
|
# Copyright 2018 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, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
driver:
name: terraform
provisioner:
name: terraform
verifier:
name: terraform
platforms:
- name: default
suites:
- name: simple_example
driver:
root_module_directory: test/fixtures/simple_example/
verifier:
color: false
systems:
- name: simple_example local
backend: local
controls:
- gcloud
- name: simple_example gcp
backend: gcp
controls:
- gcp
|
Use less ambiguous platform name
|
Use less ambiguous platform name
|
YAML
|
apache-2.0
|
terraform-google-modules/terraform-google-module-template,terraform-google-modules/terraform-google-module-template
|
d4422981c3abc6ce016353eaa2676361a1d2bb32
|
ci/tasks/create-bits-release.yml
|
ci/tasks/create-bits-release.yml
|
---
platform: linux
image: docker:///flintstonecf/ci
inputs:
- name: git-bits-service-release
params:
BOSH_TARGET:
BOSH_USERNAME:
BOSH_PASSWORD:
VERSION_FILE:
outputs:
- name: assets
run:
path: git-bits-service-release/ci/scripts/create-bits-release.sh
|
---
platform: linux
image: docker:///flintstonecf/ci
inputs:
- name: git-bits-service-release
- name: bits-service-release-version
params:
BOSH_TARGET:
BOSH_USERNAME:
BOSH_PASSWORD:
VERSION_FILE:
outputs:
- name: assets
run:
path: git-bits-service-release/ci/scripts/create-bits-release.sh
|
Add `bits-service-release-version` as input for create-bits-service task
|
Add `bits-service-release-version` as input for create-bits-service task
[#112610587]
Signed-off-by: Marc Schunk <[email protected]>
|
YAML
|
apache-2.0
|
cloudfoundry-incubator/bits-service-release,cloudfoundry-incubator/bits-service-release,cloudfoundry-incubator/bits-service-release,cloudfoundry-incubator/bits-service-release
|
c717e0a176909292828d901f3adb4beae4b5e3c9
|
snapcraft.yaml
|
snapcraft.yaml
|
name: xmdp
base: core18
version: git
license: Unlicense
summary: An MDP clone using libxmp
description: |
xmdp is a clone of the Future Crew MusicDiskPlayer (released in 1993 with
the Journey 1/2 and Chaotic Mind musicdisks) using libxmp to render module
data.
grade: devel
confinement: strict
apps:
xmdp:
command: xmdp
plugs:
- home
- alsa
- pulseaudio
- x11
- wayland
- opengl
environment:
LD_LIBRARY_PATH: $SNAP/usr/lib/x86_64-linux-gnu/pulseaudio
parts:
xmdp:
source: .
plugin: make
artifacts: [xmdp]
build-packages:
- gcc
- make
- libsdl2-dev
- libxmp-dev
- libpulse-dev
stage-packages:
- libsdl2-2.0-0
- libxmp4
- libpulse0
- libgl1
|
name: xmdp
base: core18
version: git
license: Unlicense
summary: An MDP clone using libxmp
description: |
xmdp is a clone of the Future Crew MusicDiskPlayer (released in 1993 with
the Journey 1/2 and Chaotic Mind musicdisks) using libxmp to render module
data.
grade: devel
confinement: strict
apps:
xmdp:
command: xmdp
plugs:
- home
- alsa
- pulseaudio
- x11
- wayland
- opengl
environment:
LD_LIBRARY_PATH: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio
parts:
xmdp:
source: .
plugin: make
artifacts: [xmdp]
build-packages:
- gcc
- make
- libsdl2-dev
- libxmp-dev
- libpulse-dev
stage-packages:
- libsdl2-2.0-0
- libxmp4
- libpulse0
- libgl1
|
Use arch triplet to set snap library path
|
Use arch triplet to set snap library path
Signed-off-by: Claudio Matsuoka <[email protected]>
|
YAML
|
unlicense
|
cmatsuoka/xmdp
|
32cfa2741ef032995294b93b8284d094c1f8031a
|
.forestry/front_matter/templates/event.yml
|
.forestry/front_matter/templates/event.yml
|
---
label: Event
hide_body: false
fields:
- type: text
name: layout
label: layout
hidden: true
- type: boolean
name: featured
label: featured
default: false
hidden: false
- type: text
name: title
label: Event title
description: 'Example: "2020 SV Alumni Reunion"'
- type: file
name: img-url
label: Events listing image
config:
maxSize: 2
description: 'Upload a square image. 741px * 741px '
- type: datetime
name: date
label: date
- type: select
name: event-type
label: Type of event
config:
required: true
options:
- s3r3
- alumni reunion
- webinar
description: 'Choose: s3r3, alumni reunion, webinar'
|
---
label: Event
hide_body: false
fields:
- type: text
name: layout
label: layout
hidden: true
- type: boolean
name: featured
label: Featured
default: false
hidden: false
description: If this event is set to featured, it will appear on the front page.
- type: text
name: title
label: Event title
description: 'Example: "2020 SV Alumni Reunion"'
- type: file
name: img-url
label: Events listing image
config:
maxSize: 2
description: 'Upload a square image. 741px * 741px '
- type: datetime
name: date
label: date
- type: select
name: event-type
label: Type of event
config:
required: true
options:
- s3r3
- alumni reunion
- webinar
description: 'Choose: s3r3, alumni reunion, webinar'
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
siggraph-s3/s3-website,siggraph-s3/s3-website,siggraph-s3/s3-website
|
6434de0b270b6ae98502b619ae5f951044e0eb1e
|
.forestry/front_matter/templates/pages.yml
|
.forestry/front_matter/templates/pages.yml
|
---
hide_body: false
is_partial: false
fields:
- name: title
label: Title
type: text
hidden: false
default: ''
description: e.g. About
config:
required: true
- type: text
name: display_title
label: Display Title
description: e.g. About Me
- type: include
name: nav_menu
label: Nav Menu
template: include-menu
description: The menu to display in the nav bar
- type: blocks
name: sections
label: Sections
template_types:
- partial-columns
- partial-work
description: The sections to include in the page
|
---
hide_body: false
is_partial: false
fields:
- name: title
label: Title
type: text
hidden: false
default: ''
description: e.g. About
config:
required: true
- type: text
name: display_title
label: Display Title
description: e.g. About Me
- type: include
name: nav_menu
label: Nav Menu
template: include-menu
description: The menu to display in the nav bar
- type: blocks
name: sections
label: Sections
template_types:
- partial-columns
- partial-work
description: The sections to include in the page
pages:
- index.md
|
Update from Forestry.io - index.md
|
Update from Forestry.io - index.md
|
YAML
|
mit
|
codytwinton/codytwinton.github.io,codytwinton/codytwinton.github.io,codytwinton/codytwinton.github.io
|
682a0347f68395be586985c5d4e96326faacedf9
|
helm/stable/odmcharts/values.yaml
|
helm/stable/odmcharts/values.yaml
|
# Default values for odmcharts.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: mycluster:8500/ibmcom
prefix: odm
tag: 8.9.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
## - name: admin.registrykey
pullSecrets:
persistence:
enabled: true
service:
type: NodePort
decisionServerRuntime:
replicaCount: 2
decisionCenter:
replicaCount: 1
decisionRunner:
replicaCount: 1
|
# Default values for odmcharts.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: ibmcom
prefix: odm
tag: 8.9.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
## - name: admin.registrykey
pullSecrets:
persistence:
enabled: false
service:
type: NodePort
decisionServerRuntime:
replicaCount: 2
decisionCenter:
replicaCount: 1
decisionRunner:
replicaCount: 1
|
Fix default value for common usage
|
Fix default value for common usage
|
YAML
|
apache-2.0
|
PierreFeillet/IBM-ODM-Kubernetes
|
0dd45003f1dddabb6d19e6704721e877a25e33ba
|
roles/lychee-app/tasks/main.yml
|
roles/lychee-app/tasks/main.yml
|
---
- name: Create the socket directory
file: path=/var/run/php-fpm
owner=deploy
group=deploy
state=directory
- name: Generate the virtual host
template: src=vhost.j2
dest=/etc/nginx/sites-available/lychee
mode=755
notify:
- Restart Nginx
- restart php-fpm
- name: Enable the virtual host
file: path=/etc/nginx/sites-enabled/lychee
src=/etc/nginx/sites-available/lychee
state=link
notify:
- Restart Nginx
- restart php-fpm
- name: Create the application directories
file: path={{ item }}
owner=deploy
group=deploy
state=directory
with_items:
- "{{ app_location }}"
- "{{ app_location }}/shared"
- "{{ app_location }}/shared/log"
- "{{ app_location }}/shared/data"
- "{{ app_location }}/shared/uploads"
- "{{ app_location }}/current"
notify:
- Modify permissions on uploads
- name: Check out the latest revision of the codebase
git: repo=https://github.com/electerious/Lychee.git
dest={{ app_location }}/current
version=master
sudo: yes
sudo_user: deploy
notify:
- Symlink the shared directories
- Modify permissions on uploads
- restart php-fpm
- name: Generate the database config
template: src=data-config.php.j2
dest={{app_location}}/shared/data/config.php
mode=755
|
---
- name: Install imagemagick
apt: pkg=php5-imagick state=present
- name: Create the socket directory
file: path=/var/run/php-fpm
owner=deploy
group=deploy
state=directory
- name: Generate the virtual host
template: src=vhost.j2
dest=/etc/nginx/sites-available/lychee
mode=755
notify:
- Restart Nginx
- restart php-fpm
- name: Enable the virtual host
file: path=/etc/nginx/sites-enabled/lychee
src=/etc/nginx/sites-available/lychee
state=link
notify:
- Restart Nginx
- restart php-fpm
- name: Create the application directories
file: path={{ item }}
owner=deploy
group=deploy
state=directory
with_items:
- "{{ app_location }}"
- "{{ app_location }}/shared"
- "{{ app_location }}/shared/log"
- "{{ app_location }}/shared/data"
- "{{ app_location }}/shared/uploads"
- "{{ app_location }}/current"
notify:
- Modify permissions on uploads
- name: Check out the latest revision of the codebase
git: repo=https://github.com/electerious/Lychee.git
dest={{ app_location }}/current
version=v2.7.0
sudo: yes
sudo_user: deploy
notify:
- Symlink the shared directories
- Modify permissions on uploads
- restart php-fpm
- name: Generate the database config
template: src=data-config.php.j2
dest={{app_location}}/shared/data/config.php
mode=755
|
Upgrade to v2.7 of Lychee
|
Upgrade to v2.7 of Lychee
Adds image resizing. Requires imagemagick.
|
YAML
|
mit
|
iangreenleaf/ansible-playbooks,iangreenleaf/ansible-playbooks,iangreenleaf/ansible-playbooks
|
a878db2552d69b9efdc5dfdebf6fd3d7af0ac4ae
|
wrench/reftests/text/shadow-clipped-text.yaml
|
wrench/reftests/text/shadow-clipped-text.yaml
|
--- # tests that shadows still render even if the associated text is clipped out
root:
items:
- type: scroll-frame
bounds: [14, 18, 10, 5]
content-size: [10, 5]
items:
-
type: "shadow"
bounds: [11, 20, 100, 100]
blur-radius: 3
offset: [0, 0]
color: black
-
bounds: [14, 23, 100, 100]
glyphs: [55]
offsets: [16, 43]
size: 18
color: black
font: "VeraBd.ttf"
-
type: "pop-all-shadows"
|
# Tests that the unclipped parts of a shadow still render even if the associated
# text is clipped out.
---
root:
items:
- type: scroll-frame
bounds: [14, 18, 10, 5]
content-size: [10, 5]
items:
-
type: "shadow"
bounds: [11, 20, 100, 100]
blur-radius: 3
offset: [0, 0]
color: black
-
bounds: [14, 23, 100, 100]
glyphs: [55]
offsets: [16, 43]
size: 18
color: black
font: "VeraBd.ttf"
-
type: "pop-all-shadows"
|
Clarify a comment in a test
|
Clarify a comment in a test
|
YAML
|
mpl-2.0
|
servo/webrender,servo/webrender,servo/webrender,servo/webrender,servo/webrender,servo/webrender
|
0155e27f7dc85dda390f27167cad740ad34d57d7
|
images/kubekins-e2e/variants.yaml
|
images/kubekins-e2e/variants.yaml
|
variants:
experimental:
CONFIG: experimental
GO_VERSION: 1.13.5
K8S_RELEASE: stable
BAZEL_VERSION: 0.28.1
UPGRADE_DOCKER: 'true'
master:
CONFIG: master
GO_VERSION: 1.13.5
K8S_RELEASE: stable
BAZEL_VERSION: 0.23.2
'1.18':
CONFIG: '1.18'
GO_VERSION: 1.13.5
K8S_RELEASE: stable-1.18
BAZEL_VERSION: 0.23.2
'1.17':
CONFIG: '1.17'
GO_VERSION: 1.13.5
K8S_RELEASE: stable-1.17
BAZEL_VERSION: 0.23.2
'1.16':
CONFIG: '1.16'
GO_VERSION: 1.13.5
K8S_RELEASE: stable-1.16
BAZEL_VERSION: 0.23.2
'1.15':
CONFIG: '1.15'
GO_VERSION: 1.12.12
K8S_RELEASE: stable-1.15
BAZEL_VERSION: 0.23.2
|
variants:
experimental:
CONFIG: experimental
GO_VERSION: 1.13.6
K8S_RELEASE: stable
BAZEL_VERSION: 0.28.1
UPGRADE_DOCKER: 'true'
master:
CONFIG: master
GO_VERSION: 1.13.6
K8S_RELEASE: stable
BAZEL_VERSION: 0.23.2
'1.18':
CONFIG: '1.18'
GO_VERSION: 1.13.6
K8S_RELEASE: stable-1.18
BAZEL_VERSION: 0.23.2
'1.17':
CONFIG: '1.17'
GO_VERSION: 1.13.6
K8S_RELEASE: stable-1.17
BAZEL_VERSION: 0.23.2
'1.16':
CONFIG: '1.16'
GO_VERSION: 1.13.6
K8S_RELEASE: stable-1.16
BAZEL_VERSION: 0.23.2
'1.15':
CONFIG: '1.15'
GO_VERSION: 1.12.12
K8S_RELEASE: stable-1.15
BAZEL_VERSION: 0.23.2
|
Update go version to 1.13.6
|
[1.18] images/kubekins-e2e: Update go version to 1.13.6
|
YAML
|
apache-2.0
|
cjwagner/test-infra,michelle192837/test-infra,cjwagner/test-infra,fejta/test-infra,kubernetes/test-infra,brahmaroutu/test-infra,ixdy/kubernetes-test-infra,pwittrock/test-infra,brahmaroutu/test-infra,BenTheElder/test-infra,michelle192837/test-infra,pwittrock/test-infra,brahmaroutu/test-infra,cblecker/test-infra,fejta/test-infra,kubernetes/test-infra,ixdy/kubernetes-test-infra,cblecker/test-infra,dims/test-infra,BenTheElder/test-infra,monopole/test-infra,cjwagner/test-infra,brahmaroutu/test-infra,BenTheElder/test-infra,dims/test-infra,pwittrock/test-infra,kubernetes/test-infra,brahmaroutu/test-infra,michelle192837/test-infra,jessfraz/test-infra,monopole/test-infra,ixdy/kubernetes-test-infra,jessfraz/test-infra,cjwagner/test-infra,kubernetes/test-infra,dims/test-infra,jessfraz/test-infra,kubernetes/test-infra,BenTheElder/test-infra,fejta/test-infra,michelle192837/test-infra,monopole/test-infra,BenTheElder/test-infra,monopole/test-infra,cjwagner/test-infra,cblecker/test-infra,michelle192837/test-infra,cblecker/test-infra,cblecker/test-infra,cblecker/test-infra,monopole/test-infra,pwittrock/test-infra,ixdy/kubernetes-test-infra,fejta/test-infra,fejta/test-infra,dims/test-infra,jessfraz/test-infra,monopole/test-infra,ixdy/kubernetes-test-infra,fejta/test-infra,dims/test-infra,brahmaroutu/test-infra,pwittrock/test-infra,michelle192837/test-infra,jessfraz/test-infra,jessfraz/test-infra,BenTheElder/test-infra,cjwagner/test-infra,dims/test-infra,kubernetes/test-infra
|
81cb3ad9dc6eae3950d4cec9f45214197884560d
|
goreleaser.yml
|
goreleaser.yml
|
build:
goos:
- linux
- darwin
- freebsd
goarch:
- 386
- amd64
- arm
- arm64
archive:
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
brew:
github:
owner: getantibody
name: homebrew-tap
caveats: To start using antibody, you need to add `source <(antibody init)` to your `~/.zshrc`.
folder: Formula
homepage: http://getantibody.github.io
description: The fastest shell plugin manager
dependencies:
- git
nfpm:
homepage: http://getantibody.github.io
description: The fastest shell plugin manager
maintainer: Carlos Alexandro Becker <[email protected]>
license: MIT
vendor: Antibody
formats:
- deb
dependencies:
- git
|
build:
goos:
- linux
- darwin
- freebsd
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
archive:
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
brew:
github:
owner: getantibody
name: homebrew-tap
caveats: To start using antibody, you need to add `source <(antibody init)` to your `~/.zshrc`.
folder: Formula
homepage: http://getantibody.github.io
description: The fastest shell plugin manager
dependencies:
- git
nfpm:
homepage: http://getantibody.github.io
description: The fastest shell plugin manager
maintainer: Carlos Alexandro Becker <[email protected]>
license: MIT
vendor: Antibody
formats:
- deb
dependencies:
- git
|
Build for both ARMv6 and ARMv7
|
Build for both ARMv6 and ARMv7
|
YAML
|
mit
|
getantibody/antibody,caarlos0/antibody,caarlos0/antibody,getantibody/antibody
|
0722b180259983a458dfdecf2a54181e78d0a4f5
|
src/main/resources/application.yml
|
src/main/resources/application.yml
|
spring:
datasource:
platform: h2
thymeleaf:
cache: false
jpa:
show-sql: true
hibernate:
ddl-auto: ''
mvc:
date-format: 'yyyy/MM/dd HH:mm:ss'
aop:
proxy-target-class: true
cache:
type: guava
server:
error:
whitelabel:
enabled: false
compression:
enabled: true
mime-types: text/html,text/css,application/json
min-response-size: 2048
security:
basic:
enabled: false
management:
context-path: /manage
add-application-context-header: false
|
spring:
datasource:
platform: h2
thymeleaf:
cache: false
jpa:
show-sql: true
hibernate:
ddl-auto: ''
mvc:
date-format: 'yyyy/MM/dd HH:mm:ss'
aop:
proxy-target-class: true
cache:
type: simple
logging:
level:
org.springframework.cache: TRACE
server:
error:
whitelabel:
enabled: false
compression:
enabled: true
mime-types: text/html,text/css,application/json
min-response-size: 2048
security:
basic:
enabled: false
management:
context-path: /manage
add-application-context-header: false
|
Change cache type and add cache log
|
Change cache type and add cache log
|
YAML
|
apache-2.0
|
ksoichiro/task,ksoichiro/task
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.