commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
3fafe69726ac9b82bf3b77d7969875840d59c834 | packages/ha/haskus-utils-variant.yaml | packages/ha/haskus-utils-variant.yaml | homepage: http://www.haskus.org
changelog-type: ''
hash: 0a33d822f465ce1fc945eea79228ecc81024562f28c6ca49bbc2eb920c71c5fc
test-bench-deps:
haskus-utils-variant: -any
base: ! '>=4.11.1.0 && <4.12'
tasty-quickcheck: ! '>=0.8 && <0.11'
tasty: ! '>=0.11 && <1.2'
maintainer: sylvain@haskus.fr
synopsis: Variant and E... | homepage: http://www.haskus.org
changelog-type: ''
hash: 9d358e032057c3491fd6a227119545137c3a6eda3a347551ad14463b6515631e
test-bench-deps:
haskus-utils-variant: -any
base: ! '>=4.11.1.0 && <4.12'
tasty-quickcheck: ! '>=0.8 && <0.11'
tasty: ! '>=0.11 && <1.2'
maintainer: sylvain@haskus.fr
synopsis: Variant and E... | Update from Hackage at 2018-11-04T15:53:44Z | Update from Hackage at 2018-11-04T15:53:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2c40baea749586bef083bac0234570d1a06f5dac | .codecov.yml | .codecov.yml | comment: false
coverage:
status:
# Patch status gives meaningless results whenever a test is modified without changing the
# correspondingly tested code, and may be difficult to interpret without context. Disable
# posting it to GitHub.
patch: false
project:
default:
threshold: 1
| comment: false
coverage:
status:
# Patch status gives meaningless results whenever a test is modified without changing the
# correspondingly tested code, and may be difficult to interpret without context. Disable
# posting it to GitHub.
patch: false
project:
default: false
server:
... | Split Codecov reports into separate values for different components | Split Codecov reports into separate values for different components
| YAML | apache-2.0 | Kitware/girder,RafaelPalomar/girder,data-exp-lab/girder,RafaelPalomar/girder,kotfic/girder,RafaelPalomar/girder,Kitware/girder,RafaelPalomar/girder,Xarthisius/girder,kotfic/girder,jbeezley/girder,manthey/girder,Kitware/girder,kotfic/girder,Xarthisius/girder,data-exp-lab/girder,data-exp-lab/girder,jbeezley/girder,jbeezl... |
a60a59119f488944c0e4a66745aacebdfb326ed1 | boxfile.yml | boxfile.yml | run.config:
# elixir runtime
engine: elixir
engine.config:
runtime: elixir-1.4
erlang_runtime: erlang-20.0
# we need nodejs in development
# ensure inotify exists for hot-code reloading
dev_packages:
- nodejs
- inotify-tools
# cache node_modules
cache_dirs:
- node_modules
# add ... | run.config:
# elixir runtime
engine: elixir
engine.config:
runtime: elixir-1.4
erlang_runtime: erlang-20.0
# we need nodejs in development
# ensure inotify exists for hot-code reloading
dev_packages:
- nodejs
- inotify-tools
# cache node_modules
cache_dirs:
- node_modules
# add ... | Add name and cookie to running container. | Add name and cookie to running container.
| YAML | mit | mgwidmann/slack_coder,mgwidmann/slack_coder,mgwidmann/slack_coder,mgwidmann/slack_coder |
1b3285aaf578e2122ce288efe4482bf48d225cdd | playbooks/edx-east/legacy_certificates.yml | playbooks/edx-east/legacy_certificates.yml | # ansible-playbook -i ec2.py --limit="tag_cluster_certificates:&tag_environment_loadtest" legacy_certificates.yml
- name: Deploy legacy_certs
hosts: all
sudo: True
gather_facts: True
vars:
serial_count: 1
repo_url: "git@github.com/edx/certificates.git"
repo_path: "/opt/wwc/certificates"
certific... | # ansible-playbook -i ec2.py --limit="tag_cluster_certificates:&tag_environment_loadtest" legacy_certificates.yml
- name: Deploy legacy_certs
hosts: all
sudo: True
gather_facts: True
vars:
serial_count: 1
repo_url: "git@github.com/edx/certificates.git"
repo_path: "/opt/wwc/certificates"
certific... | Fix the git.sh path and fix a task name. | Fix the git.sh path and fix a task name.
| YAML | agpl-3.0 | IONISx/edx-configuration,IONISx/edx-configuration,IONISx/edx-configuration,IONISx/edx-configuration |
d0764539e38c7739f9b2760febb36cdbb6d1aa42 | presto-product-tests/conf/docker/common/cassandra.yml | presto-product-tests/conf/docker/common/cassandra.yml | version: '2'
services:
cassandra:
hostname: cassandra
image: 'cassandra:2.1.15'
ports:
- '9042:9042'
| version: '2'
services:
cassandra:
hostname: cassandra
image: 'cassandra:3.9'
ports:
- '9042:9042'
environment:
- HEAP_NEWSIZE=128M
- MAX_HEAP_SIZE=512M
| Update Cassandra to 3.9 in Product Tests | Update Cassandra to 3.9 in Product Tests
| YAML | apache-2.0 | dain/presto,miniway/presto,dain/presto,ocono-tech/presto,RobinUS2/presto,miniway/presto,ebyhr/presto,ArturGajowy/presto,wyukawa/presto,cberner/presto,smartnews/presto,damiencarol/presto,hgschmie/presto,RobinUS2/presto,gh351135612/presto,svstanev/presto,Teradata/presto,facebook/presto,youngwookim/presto,twitter-forks/pr... |
fa0d3c3cd7f9535938d638e173e1cf349faf14d9 | .rubocop.yml | .rubocop.yml | ClassLength:
# It's not worth bending over backwards to avoid long classes.
Enabled: false
CollectionMethods:
PreferredMethods:
collect: 'map'
reduce: 'inject'
detect: 'find'
find_all: 'select'
CyclomaticComplexity:
Enabled: false
Documentation:
# TODO: We need to add a bunch of docs before we... | ClassLength:
# It's not worth bending over backwards to avoid long classes.
Enabled: false
CollectionMethods:
PreferredMethods:
collect: 'map'
reduce: 'inject'
detect: 'find'
find_all: 'select'
CyclomaticComplexity:
Enabled: false
Documentation:
# TODO: We need to add a bunch of docs before we... | Update Rubocop file to remove warnings (and prevent linter crashes) | Update Rubocop file to remove warnings
(and prevent linter crashes)
| YAML | apache-2.0 | skateman/patternfly-sass,patternfly/patternfly-sass,skateman/patternfly-sass,patternfly/patternfly-sass,skateman/patternfly-sass,patternfly/patternfly-sass |
a3ae4d4078dec70fe29f13a0540d482d17e63928 | packages/co/constrained-monads.yaml | packages/co/constrained-monads.yaml | homepage: https://github.com/oisdk/constrained-monads#readme
changelog-type: ''
hash: 200bbbc410b7e4935314ddd33f40c2109ca0051afa896a715baa53f008baca29
test-bench-deps:
base: ! '>=4.9 && <5'
doctest: ! '>=0.11'
containers: ! '>=0.5'
constrained-monads: ! '>=0.1'
transformers: ! '>=0.5'
QuickCheck: ! '>=2.8'
... | homepage: https://github.com/oisdk/constrained-monads#readme
changelog-type: ''
hash: 4fab11603d1bd784838638e52c14c36fcb121cd19347b110f01c0a553810f10b
test-bench-deps:
base: ! '>=4.9 && <5'
doctest: ! '>=0.11'
containers: ! '>=0.5'
constrained-monads: ! '>=0.1'
transformers: ! '>=0.5'
QuickCheck: ! '>=2.8'
... | Update from Hackage at 2017-03-08T13:23:13Z | Update from Hackage at 2017-03-08T13:23:13Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9ff18320db33ef9ee62ed92d50ad29e2382cdac4 | gcsweb.k8s.io/deployment.yaml | gcsweb.k8s.io/deployment.yaml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcsweb
labels:
app: gcsweb
spec:
replicas: 2
# selector defaults from template labels
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
labels:
app: gcsweb
... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcsweb
labels:
app: gcsweb
spec:
replicas: 2
# selector defaults from template labels
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
labels:
app: gcsweb
... | Update to newer gcsweb image and force https upgrade | Update to newer gcsweb image and force https upgrade
| YAML | apache-2.0 | thockin/k8s.io,kubernetes/k8s.io,kubernetes/k8s.io,kubernetes/k8s.io,kubernetes/k8s.io,thockin/k8s.io,thockin/k8s.io,thockin/k8s.io |
1ab5c6a6d48382c171d61b40a5d3c75b3bcbc337 | ansible/main.yml | ansible/main.yml | ---
- hosts: all
vars:
cf_cli_version: "6.33.0"
maven_version: "3.5.2"
intellij_version: "2017.3"
sts_version: "3.9.1"
eclipse_version: "4.7.1a"
docker_compose_version: "1.17.1"
atom_version: "1.20.1"
gradle_version: "4.3.1"
go_version: "1.9.2"
compliance_masonry_version: "1.1.... | ---
- hosts: all
vars:
cf_cli_version: "6.33.0"
maven_version: "3.5.0"
intellij_version: "2017.3"
sts_version: "3.9.1"
eclipse_version: "4.7.1a"
docker_compose_version: "1.17.1"
atom_version: "1.20.1"
gradle_version: "4.3.1"
go_version: "1.9.2"
compliance_masonry_version: "1.1.... | Upgrade bosh bootloader, downgrade maven again | Upgrade bosh bootloader, downgrade maven again
Maven 3.5.2 is still very unresponsive in intellij at dependency
resolution
| YAML | apache-2.0 | cagiti/developer-environment |
512926f59c3b0b57504ac52b43eea2b13f14d31f | ansible/main.yml | ansible/main.yml | ---
- hosts: all
vars:
cf_cli_version: "6.35.0"
maven_version: "3.5.0"
intellij_version: "2017.3.5"
sts_version: "3.9.2"
eclipse_version: "4.7.2"
docker_compose_version: "1.19.0"
atom_version: "1.20.1"
gradle_version: "4.6"
go_version: "1.10"
compliance_masonry_version: "1.1.2"... | ---
- hosts: all
vars:
cf_cli_version: "6.35.1"
maven_version: "3.5.3"
intellij_version: "2017.3.5"
sts_version: "3.9.2"
eclipse_version: "4.7.2"
docker_compose_version: "1.19.0"
atom_version: "1.20.1"
gradle_version: "4.6"
go_version: "1.10"
compliance_masonry_version: "1.1.2"... | Update cf-cli, maven, terraform, postman | Update cf-cli, maven, terraform, postman
| YAML | apache-2.0 | cagiti/developer-environment |
aa67a1c7503cc6c9d2ade5220f2b27814599a015 | ansible/site.yml | ansible/site.yml | - name: config server image
hosts: all
become: yes
roles:
- timezone
- git
- zabbix-agent
| - name: config server image
hosts: all
become: yes
roles:
- timezone
- git
- zabbix-agent
- tshark
- python-pip
- pyyaml
- requests
- grequests
- mon-if
- capture
- post_data
| Add roles. tshark python-pip pyyaml requests grequests mon-if capture post_data | Add roles.
tshark
python-pip
pyyaml
requests
grequests
mon-if
capture
post_data
| YAML | mit | groovenauts/raspi-ops,groovenauts/raspi-ops,groovenauts/raspi-ops,groovenauts/raspi-ops |
8571cb1d1fffa2081e3a833c7d03b612129e710d | tasks/node.yml | tasks/node.yml | ---
- name: install nvm
git:
repo: https://github.com/creationix/nvm
dest: "{{ nvm_path }}"
tags:
- nvm
- name: install node lts
command: "bash -ic 'source {{ nvm_path }}/nvm.sh && nvm install --lts'"
tags:
- nvm
- name: alias default node
command: "bash -ic 'source {{ nvm_path }}/nvm.sh && nvm ... | ---
- name: install nvm
git:
repo: https://github.com/creationix/nvm
dest: "{{ nvm_path }}"
tags:
- nvm
- name: install node lts
command: "bash -c 'source {{ nvm_path }}/nvm.sh && nvm install --lts && nvm install npm'"
args:
creates: "{{ nvm_path }}/versions/node"
tags:
- nvm
- name: alias d... | Install npm with nvm and check install path | Install npm with nvm and check install path
| YAML | mit | brileb73/dotfiles |
6191b0bdeefdaf80ceb6a330cc79d920b8504d2b | src/main/resources/application.yaml | src/main/resources/application.yaml | spring:
profiles:
active: development
h2:
console:
enabled: true
datasource:
platform: h2
initialize: true
spring:
profiles: test
jpa:
hibernate:
ddl-auto: validate
datasource:
platform: postgresql
initialize: false
driverClassName: org.postgresql.Driver
url:... | spring:
profiles:
active: development
h2:
console:
enabled: true
datasource:
platform: h2
initialize: true
spring:
profiles: test
jpa:
hibernate:
ddl-auto: validate
datasource:
platform: postgresql
initialize: false
driverClassName: org.postgresql.Driver
url:... | Add database platform for PRO profile | Add database platform for PRO profile
| YAML | mit | rweekers/voornameninliedjes-backend-spring |
62ae76b09daf1989474f028bdedafaad659822d6 | serverless.yml | serverless.yml | service: circleci-build-trigger
provider:
name: aws
runtime: nodejs4.3
region: ap-northeast-1
custom:
writeEnvVars: ${file(serverless.env.yml)}
functions:
trigger:
handler: handler.trigger
events:
- schedule: ${self:custom.writeEnvVars.SCHEDULE_EXPRESSION}
plugins:
- serverless-plugin-writ... | service: circleci-build-trigger
provider:
name: aws
runtime: nodejs4.3
region: ap-northeast-1
custom:
writeEnvVars: ${file(serverless.env.yml)}
functions:
trigger:
handler: handler.trigger
description: ${self:custom.writeEnvVars.PROJECT}
events:
- schedule: ${self:custom.writeEnvVars.SCHE... | Add description with project name | :sparkles: Add description with project name
| YAML | mit | tsub/circleci-build-trigger |
32aa82d81750b1ce6e6c77f0e75635297f1d9d58 | roles/install_packages/tasks/main.yml | roles/install_packages/tasks/main.yml | # This file handles everything related to packaging.
- name: Print summary of all the repositories enabled on the host
shell: "{{ yum_bin }} repolist all"
- name: Install test dependencies RPMs needed to run the tests
become: yes
become_method: sudo
yum: pkg="{{ item }}" state=latest
with_items: "{{ compone... | # This file handles everything related to packaging.
- name: Print summary of all the repositories enabled on the host
shell: "{{ yum_bin }} repolist all"
- name: Install test dependencies RPMs needed to run the tests
become: yes
become_method: sudo
yum: pkg="{{ item }}" state=latest
with_items: "{{ compone... | Correct skip logic in install_packages | Correct skip logic in install_packages
[DEPRECATION WARNING]: Skipping task due to undefined attribute,
in the future this will be a fatal error..
according to https://github.com/ansible/ansible/issues/13274
the correct behavior is to include | default([]) on with_items if
may not be defined
Change-Id: I070de78e1d8e... | YAML | apache-2.0 | redhat-openstack/octario,redhat-openstack/octario |
da6b0df98044026494e3039e11a6cd9f4e3f40a1 | src/config/image_descriptor_platform_repositories.yml | src/config/image_descriptor_platform_repositories.yml | fedora:
name: Fedora
version: 13
architecture: 64-bit
rhel:
name: RHEL
version: 5
architecture: 64-bit
| fedora:
name: Fedora
version: 13
architecture: 64-bit
| Remove rhel, as we are not building for that yet. | Remove rhel, as we are not building for that yet.
| YAML | apache-2.0 | aeolusproject/conductor,aeolusproject/conductor,aeolusproject/conductor,aeolusproject/conductor |
8a4faffbc034d4282e87e0232109a12b4cd71db7 | wercker.yml | wercker.yml | box: node:8
# Run tests on all pull requests and branches
build:
steps:
- npm-install
- script:
name: build production assets
code: npm run build
- npm-test
- script:
name: build static pattern library
code: |-
export STYLEGUIDE_PORT=8000
npm run st... | box: node:8
# Run tests on all pull requests and branches
build:
steps:
- npm-install
- script:
name: build production assets
code: npm run build
- npm-test
- script:
name: build static pattern library
code: |-
touch .nojekyll
export STYLEGUIDE_PORT... | Allow serving node_modules on GitHub pages. | Allow serving node_modules on GitHub pages.
| YAML | mit | DoSomething/neue,DoSomething/forge |
48ec197746df3fdabf07518c4a588ffdda55aabf | wercker.yml | wercker.yml | box: iojs
services:
- redis
build:
steps:
- script:
name: server
code: |
cd server
npm install
npm test
- script:
name: client
code: |
cd client
... | box: iojs
services:
- redis
build:
steps:
- script:
name: server
code: |
cd server
npm install
npm test
- script:
name: client
code: |
cd client
... | Build client dist instead of running the tests | Build client dist instead of running the tests
| YAML | mit | Turistforeningen/Hytteadmin,Turistforeningen/Hytteadmin |
352fe9e278cd215a6f267d0ba8be2e707ab14182 | scripts/post-provision/tasks/import-db.yml | scripts/post-provision/tasks/import-db.yml | ---
# Copies specified database dump file and imports it into the database defined
# by db_name.
#
# Available variables:
# - database_import_filename: Base filename for dump file.
# - database_import_directory: Path to directory containing dump file.
# Either absolute or relative to the directory containing the p... | ---
# Copies specified database dump file and imports it into the database defined
# by db_name.
#
# Available variables:
# - database_import_filename: Base filename for dump file.
# - database_import_directory: Path to directory containing dump file.
# Either absolute or relative to the directory containing the p... | Add task to run `wp search-replace` | Add task to run `wp search-replace` | YAML | mit | kentr/drupal-vm,kentr/drupal-vm,kentr/drupal-vm,kentr/drupal-vm,kentr/drupal-vm |
355833d671b4e395877e5ee771f3492490f55f51 | templates/var/lib/ansible/group_vars/masters.yml | templates/var/lib/ansible/group_vars/masters.yml | num_infra: {{master_count}}
openshift_schedulable: true
{{#deploy_router}}
openshift_router_selector: region=infra
{{/deploy_router}}
{{^deploy_router}}
openshift_hosted_router_replicas: 0
{{/deploy_router}}
| num_infra: {{master_count}}
openshift_schedulable: true
openshift_master_api_port: 8443
{{#deploy_router}}
openshift_router_selector: region=infra
{{/deploy_router}}
{{^deploy_router}}
openshift_hosted_router_replicas: 0
{{/deploy_router}}
| Set explicitly master api port | Set explicitly master api port
Otherwise port 80 is used on dedicated loadbalancer.
| YAML | apache-2.0 | redhat-openstack/openshift-on-openstack,BBVA/openshift-on-openstack,BBVA/openshift-on-openstack,markllama/openshift-on-openstack,markllama/openshift-on-openstack,redhat-openstack/openshift-on-openstack |
0123c11c091c86d665140327acd232d3b19e4c6e | packages/cr/crypt-sha512.yaml | packages/cr/crypt-sha512.yaml | homepage: https://github.com/phadej/crypt-sha512
changelog-type: ''
hash: a4811afdeb36c272d6c3d1ee0d4ddd9c6e8c17c6d150abbc6191c397788e22a2
test-bench-deps:
bytestring: -any
base: -any
quickcheck-instances: -any
tasty-quickcheck: -any
crypt-sha512: -any
tasty-hunit: -any
tasty: -any
maintainer: Oleg Grenru... | homepage: https://github.com/phadej/crypt-sha512
changelog-type: ''
hash: 4bb8c80cd433cc2d45d772fe58b6218f678736e0ad45d9f14514a0099f25d225
test-bench-deps:
bytestring: -any
base: -any
quickcheck-instances: -any
tasty-quickcheck: -any
crypt-sha512: -any
tasty-hunit: -any
tasty: -any
maintainer: Oleg Grenru... | Update from Hackage at 2022-08-23T18:33:51Z | Update from Hackage at 2022-08-23T18:33:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d4430023c248b3e9fe649ac77022e94c118f9956 | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6.9
- name: centos-7.3
- name: debian-7.11
run_list: apt::default
- name: debian-8.8
run_list: apt::default
- name: fedora-25
- name: ubuntu-14.04
run_list:... | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6
- name: centos-7
- name: debian-7
run_list: apt::default
- name: debian-8
run_list: apt::default
- name: fedora-26
- name: ubuntu-14.04
run_list: apt::def... | Use Bento slugs in Kitchen | Use Bento slugs in Kitchen
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | tas50/chef-mcelog,tas50/chef-mcelog |
3ce28d7367d7ffc7bd728f80a05a5738e8bf8fba | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_solo
product_name: chef
enforce_idempotency: true
multiple_converge: 2
solo_rb:
treat_deprecation_warnings_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: amazonlinux-2
... | driver:
name: vagrant
provisioner:
name: chef_solo
product_name: chef
enforce_idempotency: true
multiple_converge: 2
solo_rb:
treat_deprecation_warnings_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: amazonlinux-2
... | Use a maintained Amazon Linux box | Use a maintained Amazon Linux box
| YAML | apache-2.0 | svanzoest-cookbooks/apache2,svanzoest-cookbooks/apache2,svanzoest-cookbooks/apache2 |
88d44b77f9b16e176ed7d687fe8b8ef0690b239a | .rubocop.yml | .rubocop.yml | # Please keep AllCops, Bundler, Style, Metrics groups and then order cops
# alphabetically
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
ExtraDetails: false
Exclude:
- tmp/**/*.rb
Bundler/OrderedGems:
Enabled: false
Style/AndOr:
Enabled: false
Style/EmptyMethod:
Enabled: false
Style/RaiseArgs... | # Please keep AllCops, Bundler, Style, Metrics groups and then order cops
# alphabetically
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
ExtraDetails: false
Bundler/OrderedGems:
Enabled: false
Style/AndOr:
Enabled: false
Style/EmptyMethod:
Enabled: false
Style/RaiseArgs:
Enabled: false
Style/Rege... | Revert "Rubocop: always exclude tmp/ " | Revert "Rubocop: always exclude tmp/ [ci skip]"
This reverts commit a729e5c85edf72642f50f4eef0c58569395984cc.
| YAML | mit | fewtaeyeon/hanami,cllns/hanami,hanami/hanami,gfvcastro/lotus,lotus/lotus,cllns/hanami,lotus/lotus,hanami/hanami,lotus/lotus,fewtaeyeon/hanami,gfvcastro/lotus,fewtaeyeon/hanami,gfvcastro/lotus,cllns/hanami |
90ac021627bcccbaccc2a4cf4d6802738d993cd1 | ansible/roles/postgresql-server/handlers/main.yml | ansible/roles/postgresql-server/handlers/main.yml | # For whatever reason having handlers in separate per-OS files doesn't work in Ansible 2.3
- name: Restart PostgreSQL (MacOSX)
command: "brew services restart postgresql"
tags:
- postgresql-server
- name: "Restart PostgreSQL (Ubuntu)"
service:
name: postgresql
state: restarted
become: true
tags... | # For whatever reason having handlers in separate per-OS files doesn't work in Ansible 2.3
- name: "Restart PostgreSQL on MacOSX"
block:
- name: Restart PostgreSQL service (MacOSX)
command: "brew services restart postgresql"
listen: "Restart PostgreSQL (MacOSX)"
tags:
- postgresql-server
- na... | Test if PostgreSQL is running right after restarting it | Test if PostgreSQL is running right after restarting it
| YAML | agpl-3.0 | berkmancenter/mediacloud,berkmancenter/mediacloud,berkmancenter/mediacloud,berkmancenter/mediacloud,berkmancenter/mediacloud |
4116f2d6f8ff4dbc60f8d3c6566348dd304afd43 | config/kubernetes/sig-pm/teams.yaml | config/kubernetes/sig-pm/teams.yaml | teams:
enhancements-maintainers:
description: Contributors with write access to k/enhancements
maintainers:
- idvoretskyi
members:
- calebamiles
- jdumars
- justaugustus
- lachie83
previously:
- features-maintainers
privacy: closed
kep-maintainers:
description: KEP Pr... | teams:
enhancements-admins:
description: Contributors with admin access to k/enhancements
maintainers:
- idvoretskyi
members:
- calebamiles
- jdumars
- justaugustus
- lachie83
privacy: closed
enhancements-maintainers:
description: Contributors with write access to k/enhanceme... | Add enhancement-admins team to grant admin to k/enhancements | sig-pm: Add enhancement-admins team to grant admin to k/enhancements
Signed-off-by: Stephen Augustus <f96984fef9637085f0559f1484dfd4e99545cd6e@vmware.com>
| YAML | apache-2.0 | kubernetes/org,kubernetes/org,kubernetes/org |
5fa23e345f5548c4609ada959628479223b33c65 | configurations/aws/cloud-config.yml | configurations/aws/cloud-config.yml | azs:
- name: z1
cloud_properties:
availability_zone: ((az))
- name: z2
cloud_properties:
availability_zone: ((az))
- name: z3
cloud_properties:
availability_zone: ((az))
vm_types:
- name: common
cloud_properties:
instance_type: t2.small
ephemeral_disk: {size: 25_000}
- name: master
cloud_... | azs:
- name: z1
cloud_properties:
availability_zone: ((az))
- name: z2
cloud_properties:
availability_zone: ((az))
- name: z3
cloud_properties:
availability_zone: ((az))
vm_types:
- name: common
cloud_properties:
instance_type: t2.small
ephemeral_disk: {size: 25_000}
- name: master
cloud_... | Change iam_instance_profile to generic names | Change iam_instance_profile to generic names
[#149010631]
Signed-off-by: Akshay Mankar <0abc9d9319d485e3d426c097faecfc3f774b1eab@pivotal.io>
| YAML | apache-2.0 | pivotal-cf-experimental/kubo-deployment,pivotal-cf-experimental/kubo-deployment,jaimegag/kubo-deployment,jaimegag/kubo-deployment |
7fef27f839370a2cb841005180ef2921cb63b29a | data/continuously_deployed_apps.yml | data/continuously_deployed_apps.yml | - account-api
- authenticating-proxy
- bouncer
- cache-clearing-service
- collections
- collections-publisher
- contacts
- content-data-admin
- content-data-api
- content-publisher
- email-alert-frontend
- email-alert-service
- feedback
- finder-frontend
- frontend
- government-frontend
- govuk-account-manager-prototyp... | - account-api
- asset-manager
- authenticating-proxy
- bouncer
- cache-clearing-service
- collections
- collections-publisher
- contacts
- content-data-admin
- content-data-api
- content-publisher
- email-alert-frontend
- email-alert-service
- feedback
- finder-frontend
- frontend
- government-frontend
- govuk-account-... | Add asset manager to continuously deployed apps | Add asset manager to continuously deployed apps
| YAML | mit | alphagov/release,alphagov/release,alphagov/release |
7b3a5bba3a38b211b855da47f327c3109984089f | metadata/fr.corenting.traficparis.yml | metadata/fr.corenting.traficparis.yml | Categories:
- Navigation
License: MIT
AuthorName: corenting
AuthorEmail: corenting@gmail.com
SourceCode: https://github.com/corenting/ParisTransportTraffic
IssueTracker: https://github.com/corenting/ParisTransportTraffic/issues
Changelog: https://github.com/corenting/ParisTransportTraffic/releases
Bitcoin: 3JmaEkuviR... | Categories:
- Navigation
License: MIT
AuthorName: corenting
AuthorEmail: corenting@gmail.com
SourceCode: https://github.com/corenting/ParisTransportTraffic
IssueTracker: https://github.com/corenting/ParisTransportTraffic/issues
Changelog: https://github.com/corenting/ParisTransportTraffic/releases
Bitcoin: 3JmaEkuviR... | Set autoname of Paris transport traffic | Set autoname of Paris transport traffic
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
fda22bb339d74536e87823dc67d829136ba27a6e | pubspec.yaml | pubspec.yaml | name: asn1lib
version: 0.5.11
authors:
- Warren Strange <warren.strange@gmail.com>
- Steven Roose <stevenroose@gmail.com>
- Jonas Kello <jonas.kello@gmail.com>
- David Janes <davidjanes@davidjanes.com>
- Ephenodrom <daniel@ephenodrom.de>
description: An ASN1 parser library for Dart. Encodes / decodes from ASN1 Objects ... | name: asn1lib
version: 0.5.12
authors:
- Warren Strange <warren.strange@gmail.com>
- Steven Roose <stevenroose@gmail.com>
- Jonas Kello <jonas.kello@gmail.com>
- David Janes <davidjanes@davidjanes.com>
- Daniel Linsenmeier <daniel@ephenodrom.de>
description: An ASN1 parser library for Dart. Encodes / decodes from ASN1 ... | Improve length computing by using ASN1Length class | Improve length computing by using ASN1Length class | YAML | bsd-2-clause | wstrange/asn1lib |
a1b18265272114a5fe8d169da5d2f2718a3e8d96 | conda.recipe/meta.yaml | conda.recipe/meta.yaml | package:
name: bqplot
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
{% else %}string: py{{ environ.get('PY_VER').replace('.', '') }}_... | package:
name: bqplot
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
{% else %}string: py{{ environ.get('PY_VER').replace('.', '') }}_... | Update conda recipe for conda-build 1.19 | Update conda recipe for conda-build 1.19 | YAML | apache-2.0 | ssunkara1/bqplot,SylvainCorlay/bqplot,ChakriCherukuri/bqplot,rmenegaux/bqplot,dmadeka/bqplot,ssunkara1/bqplot,ChakriCherukuri/bqplot,bloomberg/bqplot,SylvainCorlay/bqplot,bloomberg/bqplot,dmadeka/bqplot,SylvainCorlay/bqplot,rmenegaux/bqplot,ChakriCherukuri/bqplot,bloomberg/bqplot |
a4b1da7bd5f30e0928713d21baa3d9d3c82d25de | letsencrypt/defaults/main.yml | letsencrypt/defaults/main.yml | ---
# Pin to prevent unintentional updates (more in letsencrypt/README.md)
# Note: The trailing `-*` is to match the rather verbose package
# versions in Debian e.g. `0.22.2-1+ubuntu16.04.1+certbot+1`
letsencrypt_package: "certbot={{ letsencrypt_version }}-*"
letsencrypt_version: "0.26.1"
letsencrypt_command: ... | ---
# Pin to prevent unintentional updates (more in letsencrypt/README.md)
# Note: The trailing `-*` is to match the rather verbose package
# versions in Debian e.g. `0.22.2-1+ubuntu16.04.1+certbot+1`
letsencrypt_package: "certbot={{ letsencrypt_version }}-*"
letsencrypt_version: "0.25.0"
letsencrypt_command: ... | Revert "fix for amc deploy" | Revert "fix for amc deploy"
This reverts commit 56ffc0bf7b8696aaaea02c7afb2bf496b59516cc.
| YAML | mit | appsembler/roles,appsembler/roles |
3db601f36021fec0e4a9f3d7216221ae977cfc0c | mo.yaml | mo.yaml | tasks:
venv:
description: Create an approriate Python virtual environment.
command: |
([ ! -f venv/bin/python ] && {{ pyvenv }} venv) || exit 0
venv/bin/pip install --quiet -r requirements.txt
venv/bin/pip install --quiet -e .
requirements:
description: Save the installed packages int... | # https://github.com/thomasleese/mo
tasks:
venv:
description: Create an approriate Python virtual environment.
command: |
([ ! -f venv/bin/python ] && {{ pyvenv }} venv) || exit 0
venv/bin/pip install --quiet -r requirements.txt
venv/bin/pip install --quiet -e .
requirements:
descrip... | Add a comment about M-O | Add a comment about M-O
| YAML | mit | thomasleese/cartographer |
962e4d1e6183e6012b15a3588adfb526dc287c35 | hieradata/class/ci_agent.yaml | hieradata/class/ci_agent.yaml | ---
mongodb::server::version: '3.2.7'
mongodb::server::development: true
mongodb::server::replicaset_members:
"%{::hostname}":
govuk_ci::agent::postgresql::mapit_role_password: 'mapit'
postgresql::globals::version: '9.3'
govuk_mysql::server::innodb_flush_log_at_trx_commit: 0
govuk_elasticsearch::minimum_master_node... | ---
mongodb::server::version: '3.2.7'
mongodb::server::development: true
mongodb::server::replicaset_members:
"%{::hostname}":
govuk_ci::agent::postgresql::mapit_role_password: 'mapit'
postgresql::globals::version: '9.3'
govuk_mysql::server::innodb_flush_log_at_trx_commit: 0
govuk_elasticsearch::minimum_master_node... | Add new mount point for Jenkins data | Add new mount point for Jenkins data
This assigns a dedicated disk to /var/lib/jenkins for Jenkins builds.
Original disk size will be 128GB.
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
216897198de656282e9aced5da65660fe59b7ab1 | recipes/idds-common/meta.yaml | recipes/idds-common/meta.yaml | {% set name = "idds-common" %}
{% set version = "0.5.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/idds-common-{{ version }}.tar.gz
sha256: d9d205ca74453a0398491e096f885ae50294f326818d58ef9bc101e6e8db8aca
build:
number: 0... | {% set name = "idds-common" %}
{% set version = "0.5.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/idds-common-{{ version }}.tar.gz
sha256: d9d205ca74453a0398491e096f885ae50294f326818d58ef9bc101e6e8db8aca
build:
number: 0... | Revert "Revert "Corrected value none to None in provider section"" | Revert "Revert "Corrected value none to None in provider section""
This reverts commit 63e6c4c00c08ab50b1347766e6ad551b294b966a.
| YAML | bsd-3-clause | ReimarBauer/staged-recipes,igortg/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,kwilcox/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,Reima... |
7d43ce3d0208d627eff9dfb1464bea47b61bc4fd | config/final.yml | config/final.yml | ---
final_name: datadog-firehose-nozzle
blobstore:
provider: s3
options:
bucket_name: walnut-cf-nozzle-blobstore | ---
final_name: varz-firehose-nozzle
blobstore:
provider: s3
options:
bucket_name: walnut-cf-nozzle-blobstore
| Fix name of varz-firehose-nozzle in config | Fix name of varz-firehose-nozzle in config
[#96450872]
Signed-off-by: Dwayne Schultz <5f4856431ac308da306ac099d8f5c01fb00439b6@pivotal.io>
| YAML | apache-2.0 | cloudfoundry-incubator/varz-firehose-nozzle-release,cloudfoundry-incubator/varz-firehose-nozzle-release |
20de8b90e93557a3c14efa3772e1e52a12145e31 | tests/resources/yaml/selenium_executor_requests.yml | tests/resources/yaml/selenium_executor_requests.yml | ---
execution:
executor: "selenium"
scenario:
browser: Firefox
timeout: 10
think-time: 1s500ms
requests:
- url: "http://demo.blazemeter.com/"
assert:
- contains:
- blazemeter
- Trusted
subject: body
regexp: false
not: false
- contains:
... | ---
execution:
executor: "selenium"
scenario:
browser: Firefox
timeout: 10
think-time: 1s500ms
requests:
- url: "http://blazedemo.com/"
assert:
- contains:
- BlazeMeter
- Travel The World
subject: body
regexp: false
not: false
- contains:... | Use blazedemo.com for tests as demo.blazemeter.com is down | Use blazedemo.com for tests as demo.blazemeter.com is down
| YAML | apache-2.0 | greyfenrir/taurus,Blazemeter/taurus,Blazemeter/taurus,greyfenrir/taurus,Blazemeter/taurus,greyfenrir/taurus,Blazemeter/taurus,greyfenrir/taurus,Blazemeter/taurus,greyfenrir/taurus,greyfenrir/taurus,Blazemeter/taurus,Blazemeter/taurus,greyfenrir/taurus,greyfenrir/taurus,Blazemeter/taurus,greyfenrir/taurus,Blazemeter/tau... |
e03e9dd1c2363070c94bca3e23c20a72028d18b6 | tasks/main.yml | tasks/main.yml | ---
- name: Update package cache & dist-upgrade packages
apt:
upgrade: dist
update_cache: yes
async: 600
poll: 10
#
# Reboot & wait derived from code written by Martin Eggen.
# https://github.com/ansible/ansible/issues/14413#issuecomment-257887580
#
- name: Reboot host
shell: sleep 2 && /sbin/shutdo... | ---
- name: Update package cache & dist-upgrade packages
apt:
upgrade: dist
update_cache: yes
async: 600
poll: 10
#
# Reboot & wait derived from code written by Martin Eggen.
# https://github.com/ansible/ansible/issues/14413#issuecomment-257887580
#
- name: Reboot host
shell: sleep 2 && /sbin/shutdo... | Update to use args syntax. | Update to use args syntax. | YAML | agpl-3.0 | jmcvetta/ansible-debian-upgrade-reboot,jmcvetta/ansible-debian-upgrade-reboot,jmcvetta/debian-upgrade-reboot |
2085d82dab801e1ebb5857d77683f77880add13f | tasks/main.yml | tasks/main.yml | ---
- include_vars: "{{ ansible_os_family }}.yml"
- include: Debian.yml
when: ansible_os_family == "Debian"
- include: RedHat.yml
when: ansible_os_family == "RedHat"
- include: conf.yml
- include: haproxy.yml
when: haproxy_script_location != ""
- name: Start Chronos service
service: name=chronos state=rest... | ---
- include_vars: "{{ ansible_os_family }}.yml"
- include: Debian.yml
when: ansible_os_family == "Debian"
- include: RedHat.yml
when: ansible_os_family == "RedHat"
- include: conf.yml
- include: haproxy.yml
when: haproxy_script_location != ""
- name: Delete old slave info to ensure clean startup of Chronos... | Delete old slave info to ensure clean startup of Chronos after an upgrade | Delete old slave info to ensure clean startup of Chronos after an upgrade
| YAML | apache-2.0 | AnsibleShipyard/ansible-chronos,ludovicc/ansible-chronos |
6b2ea192168eb7c83f065616cb4c7c8867e07723 | appveyor.yml | appveyor.yml | platform: x64
clone_folder: c:\gopath\src\github.com\dtan4\valec
environment:
GOPATH: c:\gopath
install:
- echo %PATH%
- echo %GOPATH%
- set PATH=%GOPATH\bin;c:\go\bin;%PATH%
- go version
- go env
- go get github.com/Masterminds/glide
build: off
test_script:
- FOR /F %%A IN ('glide novendor') DO go test... | platform: x64
clone_folder: c:\gopath\src\github.com\dtan4\valec
environment:
GOPATH: c:\gopath
install:
- echo %PATH%
- echo %GOPATH%
- set PATH=%GOPATH\bin;c:\go\bin;%PATH%
- go version
- go env
- go get github.com/Masterminds/glide
- glide install
build_script:
- go build -v
test_script:
- FOR /F... | Add build_script and glide install | Add build_script and glide install
| YAML | mit | dtan4/valec |
a10b07e06873361c8a024786b42d2413269e9753 | appveyor.yml | appveyor.yml | version: '{build}'
environment:
nodejs_version: 0.12
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --version
- npm install
test_script:
- mocha --reporter=dot --reporter=dot ./test/test.js
build: off
| version: '{build}'
environment:
nodejs_version: 0.12
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --version
- npm install
test_script:
- node ./node_modules/.bin/_mocha --reporter=dot ./test/test.js
build: off
| Fix test script once again | Fix test script once again
| YAML | mit | ruslansagitov/loud |
f272b978fd76305179a5507d6fa86e8d0b2cf7ee | appveyor.yml | appveyor.yml | os: Visual Studio 2017
init:
- git config --global core.autocrlf input
build_script:
- cmd: echo /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" >> msbuild.rsp
- cmd: build.cmd /release /restore
- cmd: build.cmd /release /build
nuget:
disable_publish_on_pr: false
artifacts:
-... | os: Visual Studio 2017
init:
- git config --global core.autocrlf input
build_script:
- cmd: echo /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" >> msbuild.rsp
- cmd: build.cmd /debug /restore
- cmd: build.cmd /debug /build
nuget:
disable_publish_on_pr: false
artifacts:
- pat... | Switch to Debug mode builds for now | Switch to Debug mode builds for now
There seems to be an issue whereby the custom language services we provide aren't properly
registered on release builds and therefore codegen is no happening properly.
To investigate, but switching to Debug for now to unblock CI/progress.
| YAML | apache-2.0 | Moq/moq |
9ee8eb1d75edc00f5a609248c125cb791e92afe4 | appveyor.yml | appveyor.yml | os: Visual Studio 2015
version: 1.0.{build}
environment:
- CLI_VERSION: Latest
install:
- ps: mkdir -Force ".\.dotnetcli\" | Out-Null
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1" -OutFile ".\.dotnetcli\install.ps1"
- ps: $env:DOTNET_INSTALL_DIR = ... | os: Visual Studio 2015
version: 1.0.{build}
environment:
CLI_VERSION: Latest
install:
- ps: mkdir -Force ".\.dotnetcli\" | Out-Null
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1" -OutFile ".\.dotnetcli\install.ps1"
- ps: $env:DOTNET_INSTALL_DIR = "$... | Fix incorrect environment variable format | Fix incorrect environment variable format
Fix incorrect format used to set environment variable for AppVeyor.
| YAML | mit | martincostello/api,martincostello/api,martincostello/api |
e7359564768979d76123c9866a329159a8c5ff86 | appveyor.yml | appveyor.yml | pull_requests:
do_not_increment_build_number: true
skip_tags: true
image: Visual Studio 2017
assembly_info:
patch: false
build_script:
- ps: ./build.ps1
| pull_requests:
do_not_increment_build_number: true
skip_tags: true
image: Visual Studio 2019
assembly_info:
patch: false
build_script:
- ps: ./build.ps1
| Fix VS version to 2019 | Fix VS version to 2019
| YAML | mit | MrHant/tiver-fowl.Drivers,MrHant/tiver-fowl.Drivers |
0780dc38c820d89113ab4114aa7655bff05c62d0 | appveyor.yml | appveyor.yml | clone_folder: c:\gopath\src\github.com\Acconut\lockfile
environment:
GOPATH: c:\gopath
install:
- go version
- go env
- go get -v -t ./...
build_script:
- go test -v ./...
| clone_folder: c:\gopath\src\github.com\nightlyone\lockfile
environment:
GOPATH: c:\gopath
install:
- go version
- go env
- go get -v -t ./...
build_script:
- go test -v ./...
| Install as nightlyone/lockfile on AppVeyor | Install as nightlyone/lockfile on AppVeyor | YAML | mit | nightlyone/lockfile |
4bc9d97ed99d35f2e7a5d16d18487c2682695b29 | appveyor.yml | appveyor.yml | build: false
environment:
matrix:
- TOXENV: "py27"
- TOXENV: "py34"
- TOXENV: "py35"
- TOXENV: "py36"
- TOXENV: "pypy"
- TOXENV: "docs"
install:
- echo Installed Pythons
- dir c:\Python*
- if "%TOXENV%" == "pypy" call scripts\install-pypy.bat
- C:\Python36\python -m pip install tox
test_script... | build: false
environment:
matrix:
- TOXENV: "py27"
- TOXENV: "py34"
- TOXENV: "py35"
- TOXENV: "py36"
- TOXENV: "pypy"
- TOXENV: "docs"
matrix:
allow_failures:
- TOXENV: "pypy"
install:
- echo Installed Pythons
- dir c:\Python*
- if "%TOXENV%" == "pypy" call scripts\install-pypy.bat
- C:... | Allow failures on pypy like on Travis | Allow failures on pypy like on Travis
| YAML | mit | pytest-dev/execnet,alfredodeza/execnet |
4e81327e30ef7d136d40cf2e6d44ed69a364aa8d | appveyor.yml | appveyor.yml | version: 0.0.0-{build}
#os: Visual Studio 2014 CTP4
branches:
only:
- master
init:
- git config --global core.autocrlf input
platform:
- x86
install:
- CALL "C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/vcvarsall.bat" x86
- SET CONFIGURE_LIBRARY_DIR=%APPVEYOR_BUILD_FOLDER%/src... | version: 0.0.0-{build}
#os: Visual Studio 2014 CTP4
branches:
only:
- master
init:
- git config --global core.autocrlf input
platform:
- x86
install:
- SET PYTHON=C:/Python27
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/g... | Install pip and behave in AppVeyor. | Install pip and behave in AppVeyor.
| YAML | bsd-3-clause | hotgloupi/configure,hotgloupi/configure,hotgloupi/configure,hotgloupi/configure,hotgloupi/configure |
63445077177a39fa227fdad35c3d02dd95eff74b | appveyor.yml | appveyor.yml | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
init:
- git config --global core.autocrlf input
# what combinations to test
environment:
matrix:
#node.js
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12
#io.js
- nodejs_version: 2.5.0
install:
- ps: Update... | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
init:
- git config --global core.autocrlf input
# what combinations to test
environment:
matrix:
#node.js
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12
#io.js
- nodejs_version: 2.5.0
install:
- ps: Instal... | Use Install-Product instead of Update-NodeJsInstallation | Use Install-Product instead of Update-NodeJsInstallation
| YAML | apache-2.0 | resin-io/resin-request,resin-io-modules/resin-request |
4d582f35a0f3a0dbe42d7cdbdbfb109d90dcbf81 | appveyor.yml | appveyor.yml | # AppVeyor configuration file
# https://www.appveyor.com/docs/appveyor-yml
# Be aware of https://github.com/nodejs/LTS when choosing versions to test
# Update engines.node in package.json if removing old versions.
environment:
matrix:
- nodejs_version: "10"
npm_version: "latest"
# Empty version insta... | # AppVeyor configuration file
# https://www.appveyor.com/docs/appveyor-yml
# Be aware of https://github.com/nodejs/LTS when choosing versions to test
# Update engines.node in package.json if removing old versions.
environment:
matrix:
- nodejs_version: "10"
# Empty version installs most recent version avai... | Use node npm version on AppVeyor | ci: Use node npm version on AppVeyor
npm installation is currently failing on AppVeyor with:
npm -g install "npm@%npm_version%"
Command exited with code -1073741819
Since explicitly installing npm was only required to support very old
Node versions (0.10?) and is not done on Travis CI, remove it.
Signed-off... | YAML | mit | kevinoid/git-branch-is,kevinoid/git-branch-is,kevinoid/appveyor-status,kevinoid/git-branch-is,kevinoid/swagger-spec-validator,kevinoid/travis-status,kevinoid/node-project-template,kevinoid/promised-read,kevinoid/stream-compare,kevinoid/node-project-template,kevinoid/node-project-template,kevinoid/swagger-spec-validator... |
d72e577e62b6cb044d74a323a3662602f6d32698 | appveyor.yml | appveyor.yml | # Test against this version of Node.js
environment:
matrix:
# node.js
- nodejs_version: "6"
- nodejs_version: "5"
- nodejs_version: "4"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modu... | # Test against this version of Node.js
environment:
matrix:
# node.js
- nodejs_version: "6"
- nodejs_version: "5"
- nodejs_version: "4"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modu... | Remove yarn install - Appveyor supports natively | Remove yarn install - Appveyor supports natively
| YAML | mit | Tinker-Ware/eyes,Tinker-Ware/eyes |
bebf8d662369069410ed1e26e47698a29990e209 | appveyor.yml | appveyor.yml | version: 0.1.{build}
image: Visual Studio 2017
shallow_clone: true
install:
- choco install -y windbg
platform:
- Win32
- x64
configuration:
- Debug
- Release
build:
project: PyExt.sln
test_script:
- cd test\scripts
- py -3 run_all_tests.py %APPVEYOR_BUILD_FOLDER%/%PLATFORM%/%CONFIGURATION%/PyExt... | version: 0.1.{build}
image: Visual Studio 2017
shallow_clone: true
install:
- choco install -y windows-sdk-10-version-1903-windbg
# - choco install -y -pre --params "Include_symbols=1" python3
platform:
- Win32
- x64
configuration:
- Debug
- Release
build:
project: PyExt.sln
test_script:
- cd test... | Install a newer windbg on CI, since Microsoft broke their old links. | Install a newer windbg on CI, since Microsoft broke their old links.
| YAML | mit | SeanCline/PyExt,SeanCline/PyExt,SeanCline/PyExt |
43d9f8c119b727a4beb28b45973020e561278115 | appveyor.yml | appveyor.yml | image: Visual Studio 2017
version: 1.0.{build}
environment:
NoPortable: True
install:
build_script:
- dotnet build -c $(CONFIGURATION) src/core/core.sln
test_script:
- dotnet test -C $(CONFIGURATION) src/core/BrightstarDB.InternalTests
- dotnet test -C $(CONFIGURATION) src/core/BrightstarDB.CodeGene... | image: Visual Studio 2017
version: 1.0.{build}
environment:
NoPortable: True
install:
- choco install gitversion.portable -pre -y
before_build:
- dotnet restore src/core/core.sln
build_script:
- gitversion /l console /output buildserver /updateassemblyinfo
- dotnet build -c $(CONFIGURATION) src/co... | Add restore and gitversion to build | Add restore and gitversion to build
| YAML | mit | BrightstarDB/BrightstarDB,BrightstarDB/BrightstarDB,BrightstarDB/BrightstarDB,BrightstarDB/BrightstarDB |
32289daa6d73d3fe88a7ff6fbc3811912639fa0b | appveyor.yml | appveyor.yml | version: "{build}"
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.0"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- npm install -g npm
- set PATH=%APPDATA%\npm;%PATH%
- node --version
- npm --version
- npm ... | version: "{build}"
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.0"
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm
- set PATH=%APPDATA%\npm;%PATH%
- npm install
test_script:
- node --version
- npm --version
- npm ... | Move up order of updating NPM | Move up order of updating NPM
| YAML | mit | rumps/core,rumps/rump |
01d7f68d769602d11a9a8600f233d912f98ee01f | appveyor.yml | appveyor.yml | ---
version: "{build}"
branches:
only:
- master
install:
- set PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%
- ruby --version
- where ruby
- gem update --system --no-document
- gem --version
- where gem
- bundler --version
- where bundler
- bundle install --jobs 3 --retry 3
build... | ---
version: "{build}"
branches:
only:
- master
install:
- set PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%
- ruby --version
- where ruby
- gem update --system --no-document
- gem --version
- where gem
- gem install bundler --no-document
- bundler --version
- where bundler
- bu... | Install latest bundler in Appveyor | Install latest bundler in Appveyor
Just for consistency with the Travis build.
| YAML | bsd-2-clause | yui-knk/byebug,deivid-rodriguez/byebug,yui-knk/byebug,yui-knk/byebug,deivid-rodriguez/byebug,deivid-rodriguez/byebug |
975e12828c17735cc3ac926ddcf7e2422fdecb45 | appveyor.yml | appveyor.yml | version: '{build}'
clone_folder: C:\projects\meteor
os: Visual Studio 2015
environment:
METEOR_PRETTY_OUTPUT: 0
SELF_TEST_TOOL_NODE_FLAGS: " "
TOOL_NODE_FLAGS: --expose-gc
TIMEOUT_SCALE_FACTOR: 8
METEOR_HEADLESS: true
SELF_TEST_EXCLUDE: "\
^old cli tests|\
^minifiers can't register non-js|\
... | version: '{build}'
branches:
except:
- /^dev-bundle-/
skip_branch_with_pr: true
clone_folder: C:\projects\meteor
image: Visual Studio 2015
environment:
METEOR_PRETTY_OUTPUT: 0
SELF_TEST_TOOL_NODE_FLAGS: " "
TOOL_NODE_FLAGS: --expose-gc
TIMEOUT_SCALE_FACTOR: 8
METEOR_HEADLESS: true
SELF_TEST_EXCLUD... | Use YAML config for Appveyor settings, rather than their UI. | Use YAML config for Appveyor settings, rather than their UI.
These take precedence over the UI, and I'm not sure the UI is taking
effect at the moment.
We don't need to build branches which start with 'dev-bundle-' since
those dev bundles won't be built yet when the tests are kicked off.
| YAML | mit | Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor |
fa8785dd6b4a43bb8eb6e033bc3b13f0893108d1 | appveyor.yml | appveyor.yml | environment:
CARGO_TARGET: x86_64-pc-windows-gnu
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rustc-nightly-${env:TARGET}.tar.gz"
- ps: Start-FileDownload "https://static.rust-lang.org/cargo-dist/cargo-nightly-${e... | environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
- call "C:\Program Files (x86)\Micros... | Use combined installer for targets | Use combined installer for targets
| YAML | apache-2.0 | kosta/gcc-rs,gabrielesvelto/gcc-rs,kosta/gcc-rs,alexcrichton/gcc-rs,alexcrichton/gcc-rs,alexcrichton/gcc-rs,gabrielesvelto/gcc-rs,kosta/gcc-rs,gabrielesvelto/gcc-rs |
ce12055b2242e7a9cf86b5721b4cfcff144715d5 | appveyor.yml | appveyor.yml | os: Windows Server 2012 R2
test: off
deploy: off
init:
- cmd: rd /s /q %CHOCOLATEYINSTALL%
- ps: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
- ps: choco install wget
install:
- ECHO "Filesystem root:"
- ps: "ls \"C:/\""
- ECHO "Installed SDKs:"
- ps: "ls \"C:/P... | os: Windows Server 2012 R2
test: off
deploy: off
init:
- cmd: rd /s /q %CHOCOLATEYINSTALL%
- ps: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
- ps: choco install wget
install:
- ECHO "Filesystem root:"
- ps: "ls \"C:/\""
- ECHO "Installed SDKs:"
- ps: "ls \"C:/P... | Add quiet option to wget. Use double quotes for url. | Add quiet option to wget. Use double quotes for url.
| YAML | mit | codito/pomito |
a6afeee4a7d3e72762f8047180ca514e14c95cbe | appveyor.yml | appveyor.yml | version: '{build}'
branches:
only:
- master
image: Visual Studio 2019
init:
- cmd: set GITVERSION_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%
nuget:
disable_publish_on_pr: true
disable_publish_octopus: true
build:
project: build/Palaso.proj
publish_nuget: true
publish_nuget_symbols: true
use_snupkg_format: tru... | version: '{build}'
branches:
only:
- master
image: Visual Studio 2019
init:
- cmd: >-
set GITVERSION_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%
if defined APPVEYOR_PULL_REQUEST_NUMBER set GitVersion_NoNormalizeEnabled=true
nuget:
disable_publish_on_pr: true
disable_publish_octopus: true
build:
projec... | Add workaround for GitVersion bugs on AppVeyor | Add workaround for GitVersion bugs on AppVeyor
GitVersion.MsBuild 5.6.x crashes when running on AppVeyor unless we
set this environment variable.
| YAML | mit | sillsdev/libpalaso,sillsdev/libpalaso,gmartin7/libpalaso,sillsdev/libpalaso,ermshiperete/libpalaso,ermshiperete/libpalaso,gmartin7/libpalaso,gmartin7/libpalaso,gmartin7/libpalaso,sillsdev/libpalaso,ermshiperete/libpalaso,ermshiperete/libpalaso |
66661fda1e5551cf3873c91f84033b0c5f7f2c54 | appveyor.yml | appveyor.yml | environment:
OPENSSL_INCLUDE_DIR: C:\OpenSSL\include
OPENSSL_LIB_DIR: C:\OpenSSL\lib
OPENSSL_LIBS: ssleay32:libeay32
matrix:
- TARGET: i686-pc-windows-gnu
BITS: 32
# - TARGET: x86_64-pc-windows-msvc
# BITS: 64
install:
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_... | environment:
OPENSSL_INCLUDE_DIR: C:\OpenSSL\include
OPENSSL_LIB_DIR: C:\OpenSSL\lib
OPENSSL_LIBS: ssleay32:libeay32
matrix:
- TARGET: i686-pc-windows-gnu
BITS: 32
# - TARGET: x86_64-pc-windows-msvc
# BITS: 64
install:
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_... | Upgrade Win32 OpenSSL on Appveyor CI | Upgrade Win32 OpenSSL on Appveyor CI
| YAML | mit | messense/robotparser-rs |
66b4318d23e7b740f57dc998bb68ebddc6dda813 | appveyor.yml | appveyor.yml | # ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [AppVeyor (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuratio... | # ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [AppVeyor (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuratio... | Fix sonar scanner (java 8 deprecation) | Fix sonar scanner (java 8 deprecation)
| YAML | mit | awesome-inc/FluentAssertions.Autofac |
5f02e00299d8033947222d3cfacf069e5c24d1f0 | .github/workflows/deploy.yml | .github/workflows/deploy.yml | name: Deploy
on:
push:
tags:
- v*
jobs:
build-and-push:
name: Build and Push
runs-on: ubuntu-latest
env:
REGISTRY: registry.digitalocean.com
NAME: ghost/gscan
steps:
- uses: actions/checkout@v2
- name: Get version
run: echo "IMAGE_VERSION=$(git describe --t... | name: Deploy
on:
push:
tags:
- v*
jobs:
build-and-push:
name: Build and Push
runs-on: ubuntu-latest
env:
REGISTRY: registry.digitalocean.com
NAME: ghost/gscan
steps:
- uses: actions/checkout@v2
- name: Get version
run: echo "IMAGE_VERSION=$(git describe --t... | Update elgohr/Publish-Docker-Github-Action action to v3.04 | Update elgohr/Publish-Docker-Github-Action action to v3.04
| YAML | mit | TryGhost/gscan |
02f071ed795edb1fe73d9ffb0a1bda623f4f7276 | .github/workflows/runTestsOnPush.yml | .github/workflows/runTestsOnPush.yml | on: [push, pull_request]
name: Build and Test
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14, 16, 18]
os: [macos-latest, ubuntu-latest, windows-latest]
typescript-version: [4.6, 4.7, 4.8]
steps:
- uses: actions/checkout@maste... | on: [push, pull_request]
name: Build and Test
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14, 16, 18]
os: [macos-latest, ubuntu-latest, windows-latest]
typescript-version: [4.6, 4.7, 4.8]
steps:
- uses: actions/checkout@maste... | Add new test stage to list package version | chore: Add new test stage to list package version
| YAML | mit | andreasrueedlinger/tsoa,lukeautry/tsoa,andreasrueedlinger/tsoa,lukeautry/tsoa |
03d582a286ea108468b8186f116e6bf213c92788 | .github/workflows/test-workflow.yaml | .github/workflows/test-workflow.yaml | name: Test
on: push
jobs:
test:
name: Run Unit Tests
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Run app JUnit and Espresso tests
... | name: Test
on: push
jobs:
test:
name: Run Unit Tests
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Run server JUnit tests
run: b... | Reorder server and app tests, always upload test report | Reorder server and app tests, always upload test report
| YAML | apache-2.0 | googleinterns/play-movies-2020-intern,googleinterns/play-movies-2020-intern |
77a74db719ae675c0d7cc50e950ef2398734f8b7 | .codeclimate.yml | .codeclimate.yml | ---
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.js"
- "**.jsx"
- "**.module"
exclude_paths: []
| ---
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
config:
config: .eslintrc
fixme:
enabled: true
ratings:
paths:
- "**.js"
exclude_paths:
- test/
| Add path to eslint config; remove jsx, module files | Add path to eslint config; remove jsx, module files
| YAML | mit | Bartvds/tv4-reporter,timbeadle/tv4-reporter |
41ea0bddda8e69662da60e5470842cadcb2bcb0e | .codeclimate.yml | .codeclimate.yml | ---
engines:
duplication:
enabled: true
config:
languages:
python:
mass_threshold: 40
fixme:
enabled: true
radon:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- .git/
- .idea/
- .tox/
- build/
- requirements/
- pylintrc
- Makefile
- "... | ---
engines:
duplication:
enabled: true
config:
languages:
python:
mass_threshold: 40
fixme:
enabled: true
radon:
enabled: true
pep8:
enabled: true
ratings:
paths:
- "**.py"
exclude_paths:
- .git/
- .idea/
- .tox/
- build/
- requirements/
- .pylintrc
- Makefile
- ... | Fix CodeClimate exclude for pylint config file (we use dotfile). | Fix CodeClimate exclude for pylint config file (we use dotfile).
| YAML | apache-2.0 | ahawker/scratchdir |
7fed24295e8f8c659ca2484c808c6ffbacea434a | metadata/com.dozingcatsoftware.cardswithcats.yml | metadata/com.dozingcatsoftware.cardswithcats.yml | Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/dozingcat/CardsWithCats
IssueTracker: https://github.com/dozingcat/CardsWithCats/issues
AutoName: Cards With Cats
RepoType: git
Repo: https://github.com/dozingcat/CardsWithCats.git
Builds:
- versionName: 1.0.0
versionCode: 1
commit:... | Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/dozingcat/CardsWithCats
IssueTracker: https://github.com/dozingcat/CardsWithCats/issues
AutoName: Cards With Cats
RepoType: git
Repo: https://github.com/dozingcat/CardsWithCats.git
Builds:
- versionName: 1.0.0
versionCode: 1
commit:... | Update Cards With Cats to 1.1.0 (2) | Update Cards With Cats to 1.1.0 (2)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
16f673319e501c5f7c489bd259570d6013339012 | .readthedocs.yml | .readthedocs.yml | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
python:
# enable access to preinstalled modules (numpy, scipy, matplotlib)
system_packages: true
# Build documentation in the docs/ directory with Sphinx
sphinx:
... | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
python:
# enable access to preinstalled modules (numpy, scipy, matplotlib)
system_packages: true
# Build documentation in the docs/ directory with Sphinx
sphinx:
... | Build downloadable PDF on Read the Docs | Build downloadable PDF on Read the Docs
| YAML | mit | PyAbel/PyAbel |
a90b135e8b7f87a32fe355a3dd72992b629e4caf | .readthedocs.yml | .readthedocs.yml | # Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# Optionally build your docs in additional formats such as PDF
formats:
- pdf
#... | version: 2
build:
os: ubuntu-20.04
tools:
python: mambaforge-4.10
sphinx:
configuration: docs/source/conf.py
python:
install:
- method: setuptools
path: .
conda:
environment: docs/environment.yml
formats:
- pdf
| Update Read the Docs configuration (automatic) | Update Read the Docs configuration (automatic)
The following migrators were applied:
- Convert the Python version to a string.
This makes the configuration valid according to the schema
and protects you from
["the Python 3.1 problem"](https://dev.to/hugovk/the-python-3-1-problem-85g).
- Migrate to `build.tools` con... | YAML | bsd-2-clause | IntelLabs/numba,cpcloud/numba,IntelLabs/numba,cpcloud/numba,numba/numba,numba/numba,cpcloud/numba,IntelLabs/numba,cpcloud/numba,numba/numba,IntelLabs/numba,IntelLabs/numba,cpcloud/numba,numba/numba,numba/numba |
d05701876ddc826f5df0a1844b28dcaa3918b76c | metadata/com.bnyro.trivia.yml | metadata/com.bnyro.trivia.yml | AntiFeatures:
- NonFreeNet
Categories:
- Games
- Multimedia
License: GPL-3.0-or-later
AuthorName: Bnyro
AuthorEmail: bnyro@tutanota.com
AuthorWebSite: https://bnyro.github.io
SourceCode: https://github.com/Bnyro/TriviaYou
IssueTracker: https://github.com/Bnyro/TriviaYou/issues
Changelog: https://github.com/Bnyro/... | AntiFeatures:
- NonFreeNet
Categories:
- Games
- Multimedia
License: GPL-3.0-or-later
AuthorName: Bnyro
AuthorEmail: bnyro@tutanota.com
AuthorWebSite: https://bnyro.github.io
SourceCode: https://github.com/Bnyro/TriviaYou
IssueTracker: https://github.com/Bnyro/TriviaYou/issues
Changelog: https://github.com/Bnyro/... | Update Trivia You to 0.7 (7) | Update Trivia You to 0.7 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
5056964d76c5e2a127a0ddac69a1a7dedcf42ea3 | metadata/is.zi.huewidgets.yml | metadata/is.zi.huewidgets.yml | Categories:
- Connectivity
License: GPL-3.0-only
AuthorName: ZiiS
AuthorEmail: support@zi.is
WebSite: https://huewidgets.zi.is/
SourceCode: https://github.com/ZiiS/huewidgets
IssueTracker: https://github.com/ZiiS/huewidgets/issues
LiberapayID: '1574554'
Bitcoin: 1FdGg777eP4cqMrJVMRQiMXEHE2Ee6F62T
Name: Hue Widgets
A... | Categories:
- Connectivity
License: GPL-3.0-only
AuthorName: ZiiS
AuthorEmail: support@zi.is
WebSite: https://huewidgets.zi.is/
SourceCode: https://github.com/ZiiS/huewidgets
IssueTracker: https://github.com/ZiiS/huewidgets/issues
LiberapayID: '1574554'
Bitcoin: 1FdGg777eP4cqMrJVMRQiMXEHE2Ee6F62T
Name: Hue Widgets
A... | Update Hue Widgets to 0.0.4 (8) | Update Hue Widgets to 0.0.4 (8)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
46c1dfc2e3e37f288ee6c49e50073815f3605ae9 | metadata/org.scoutant.rpn.yml | metadata/org.scoutant.rpn.yml | Categories:
- Science & Education
License: GPL-3.0-only
AuthorEmail: support@scoutant.org
AuthorWebSite: https://scoutant.org/
SourceCode: https://github.com/scoutant/rpn
IssueTracker: https://github.com/scoutant/rpn/issues
AutoName: RPN
Description: |-
Very handy calculator, in Reverse Polish Notation style. Wr... | Categories:
- Science & Education
License: GPL-3.0-only
AuthorEmail: support@scoutant.org
AuthorWebSite: https://scoutant.org/
SourceCode: https://github.com/scoutant/rpn
IssueTracker: https://github.com/scoutant/rpn/issues
AutoName: RPN
Description: |-
Very handy calculator, in Reverse Polish Notation style. Wr... | Update RPN to 1.3 (4) | Update RPN to 1.3 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
341f0f551fffb6ce0344897792495911b5a6191c | metadata/app.olaunchercf.yml | metadata/app.olaunchercf.yml | Categories:
- Theming
License: GPL-3.0-only
AuthorName: Joscha
AuthorEmail: joscha.loos@rwth-aachen.de
SourceCode: https://github.com/jooooscha/Olauncher
IssueTracker: https://github.com/jooooscha/Olauncher/issues
AutoName: Olauncher Clutter Free
RepoType: git
Repo: https://github.com/jooooscha/Olauncher
Builds:
... | Categories:
- Theming
License: GPL-3.0-only
AuthorName: Joscha
AuthorEmail: joscha.loos@rwth-aachen.de
SourceCode: https://github.com/jooooscha/Olauncher
IssueTracker: https://github.com/jooooscha/Olauncher/issues
AutoName: Olauncher Clutter Free
RepoType: git
Repo: https://github.com/jooooscha/Olauncher
Builds:
... | Update Olauncher Clutter Free to fork1.6 (6) | Update Olauncher Clutter Free to fork1.6 (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
b8520e5c5067e4d56aa2ce9ded86e4b4be769ba3 | metadata/at.h4x.amsprung.yml | metadata/at.h4x.amsprung.yml | Categories:
- Navigation
License: GPL-3.0-or-later
AuthorName: Michael Pöhn
AuthorEmail: michael.poehn@fsfe.org
WebSite: https://codeberg.org/uniqx/AmSprung
SourceCode: https://codeberg.org/uniqx/AmSprung
IssueTracker: https://codeberg.org/uniqx/AmSprung/issues
AutoName: Am Sprung
RepoType: git
Repo: https://codebe... | Categories:
- Navigation
License: GPL-3.0-or-later
AuthorName: Michael Pöhn
AuthorEmail: michael.poehn@fsfe.org
WebSite: https://codeberg.org/uniqx/AmSprung
SourceCode: https://codeberg.org/uniqx/AmSprung
IssueTracker: https://codeberg.org/uniqx/AmSprung/issues
AutoName: Am Sprung
RepoType: git
Repo: https://codebe... | Update Am Sprung to 0.1.1 (101) | Update Am Sprung to 0.1.1 (101)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
627ea49f4c4282d4ce37b9b22201610cbeaa5cd5 | molecule/ci/requirements.yml | molecule/ci/requirements.yml | ---
- src: https://github.com/freedomofpress/ansible-role-django.git
name: freedomofpress.django
version: AllowVENVOverride
| ---
- src: https://github.com/freedomofpress/ansible-role-django.git
name: freedomofpress.django
version: master
| Revert "REVERTME - Temporary peg to upstream django role branch" | Revert "REVERTME - Temporary peg to upstream django role branch"
This reverts commit 5bd214a85f0e628c764a3abfce839bfab292b82d.
| YAML | agpl-3.0 | freedomofpress/securethenews,freedomofpress/securethenews,freedomofpress/securethenews,freedomofpress/securethenews |
7972b139bdddd19f5324e3ff0cfe2bba488dbf7e | .goreleaser.yml | .goreleaser.yml | builds:
- binary: minify
main: ./cmd/minify/
ldflags: -s -w -X main.Version={{.Version}} -X main.Commit={{.Commit}} -X main.Date={{.Date}}
env:
- CGO_ENABLED=0
goos:
- windows
- linux
- darwin
goarch:
- amd64
- 386
-... | builds:
- binary: minify
main: ./cmd/minify/
ldflags: -s -w -X main.Version={{.Version}} -X main.Commit={{.Commit}} -X main.Date={{.Date}}
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- freebsd
- netbsd
- openbsd
... | Add BSD targets and remove ARM architectures | Add BSD targets and remove ARM architectures
| YAML | mit | tdewolff/minify,tdewolff/minify,tdewolff/minify,tdewolff/minify,tdewolff/minify,tdewolff/minify |
e32aa6c9deae1c53f23fc31592d2371a999bfc04 | cloud/skytap/fundamentals.yaml | cloud/skytap/fundamentals.yaml | ---
title: Fundamentals Classroom
domain_name: puppetlabs.vm
master_template_id: 870989
master_memory: 8192
master_cpus: 4
master_name: master
master_ports:
- 22
- 443
- 3000
student_template_id: 791817
student_vm_id:
- 9645730
student_ports:
- 22
- 80
students:
- instructor
- student1
| ---
title: Fundamentals Classroom
domain_name: puppetlabs.vm
master_template_id: 870989
master_memory: 8192
master_cpus: 4
master_name: master
master_ports:
- 22
- 443
- 3000
- 9090
- 9091
student_template_id: 791817
student_vm_id:
- 9645730
student_ports:
- 22
- 80
students:
- instructor
- student1... | Add ports for showoff presentation. | Add ports for showoff presentation. | YAML | apache-2.0 | marrero984/education-builds,puppetlabs/puppetlabs-training-bootstrap,joshsamuelson/puppetlabs-training-bootstrap,samuelson/puppetlabs-training-bootstrap,samuelson/puppetlabs-training-bootstrap,marrero984/education-builds,samuelson/education-builds,carthik/puppetlabs-training-bootstrap,marrero984/education-builds,samuel... |
97ed2dc08cb48b67882a4428d91709e44cfb4401 | packages/se/servant-serf.yaml | packages/se/servant-serf.yaml | homepage: ''
changelog-type: ''
hash: 3b632ed2ce2a0a3c98301ea6fb23d56b79f89654492df134f2d33f4c43fae00c
test-bench-deps: {}
maintainer: Zachary Churchill <zachary@itpro.tv>
synopsis: Generates a servant API module
changelog: ''
basic-deps:
base: '>=4.13.0.0 && <=5.2.0.0'
parser-combinators: '>=1.2.1'
text: '>=1.2.... | homepage: ''
changelog-type: ''
hash: 3b632ed2ce2a0a3c98301ea6fb23d56b79f89654492df134f2d33f4c43fae00c
test-bench-deps: {}
maintainer: Zachary Churchill <zachary@itpro.tv>
synopsis: Generates a servant API module
changelog: ''
basic-deps:
base: '>=4.13.0.0 && <=5.2.0.0'
parser-combinators: '>=1.2.1'
text: '>=1.2.... | Update from Hackage at 2020-09-30T18:54:05Z | Update from Hackage at 2020-09-30T18:54:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
af5edb3989823d717b96e20990f96f482ecce0ab | blueprints.yaml | blueprints.yaml | name: Problems
version: 1.1.6
description: Detects and reports problems found in the site.
icon: exclamation-circle
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-problems
keywords: problems, plugin, detector, assistant, required
bugs: http... | name: Problems
version: 1.1.6
description: Detects and reports problems found in the site.
icon: exclamation-circle
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-problems
keywords: problems, plugin, detector, assistant, required
bugs: http... | Add missing option to the blueprint | Add missing option to the blueprint | YAML | mit | getgrav/grav-plugin-problems,getgrav/grav-plugin-problems |
dd90cc700e715909ba4d3ac1dc0692defda4033a | appveyor.yml | appveyor.yml | # https://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- nodejs_version: Current
- nodejs_version: LTS
- nodejs_version: '8'
install:
# Remove large directories to stay below AppVeyor’s disk usage quota.
- rd C:\cygwin /s /q
- rd C:\Qt /s /q
# Install Node.js.
- ps: Install-Product ... | # https://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- nodejs_version: Current
- nodejs_version: LTS
- nodejs_version: '8'
install:
# Remove large directories to stay below AppVeyor’s disk usage quota.
- rd C:\cygwin /s /q
- rd C:\Qt /s /q
# Install Node.js.
- ps: Install-Product ... | Fix name of Windows installer | Fix name of Windows installer
| YAML | mit | nwhetsell/csound-api,nwhetsell/csound-api,nwhetsell/csound-api |
ea159e5305fc5b986902a68d258a935f3bf676a1 | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- nodejs_version: 4
version: "{build}"
build: off
deploy: off
#branches:
# except:
# - gh-pages
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- node --version
- npm --version
- ps: "npm test # ... | # http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- nodejs_version: 6
version: "{build}"
build: off
deploy: off
#branches:
# except:
# - gh-pages
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- node --version
- npm --version
- ps: "npm test # ... | Fix the AppVeyor node version. | :green_heart: Fix the AppVeyor node version.
| YAML | mit | edloidas/rollrobot |
986309d62fce2c3a1c4091f445cbcda353765b3e | appveyor.yml | appveyor.yml | version: '{build}'
# Build worker image (VM template)
image: Visual Studio 2015
platform:
- Win32
configuration:
- Debug
- Release
before_build:
- if not exist build mkdir build
- cd build
- cmake --version
- cmake ..
build:
project: build\CactusJumpTests.sln
parallel: true
after_build:
- ... | version: '{build}'
# Build worker image (VM template)
image: Visual Studio 2015
platform:
- Win32
configuration:
- Debug
- Release
before_build:
- if not exist build mkdir build
- cd build
- cmake --version
- cmake ..
build:
project: build\CactusJumpTests.sln
parallel: true
after_build:
- ... | Fix path to add test files to zip | Fix path to add test files to zip
| YAML | unlicense | Mindavi/CactusJump,Mindavi/CactusJump,Mindavi/CactusJump |
901b8c55f84b1d6c12677fb61d1637d75cc59e7e | packages/fa/fadno-xml.yaml | packages/fa/fadno-xml.yaml | homepage: http://github.com/slpopejoy/fadno-xml
changelog-type: ''
hash: ff25d1804cd14787391f138dd9a2238aec3c920f6fc0195f7cd5e6b26302d901
test-bench-deps: {}
maintainer: spopejoy@panix.com
synopsis: XML/XSD combinators/schemas/codegen
changelog: ''
basic-deps:
base: ! '>=4.9 && <4.11'
parsec: ! '>=3.1 && <3.2'
xm... | homepage: http://github.com/slpopejoy/fadno-xml
changelog-type: ''
hash: 272d2093eab1d62c6c296d224bf46f6daf3d9af0de4abafcaaacbaad23e87eb6
test-bench-deps: {}
maintainer: spopejoy@panix.com
synopsis: XML/XSD combinators/schemas/codegen
changelog: ''
basic-deps:
base: ! '>=4.9 && <4.13'
parsec: ! '>=3.1'
xml: ! '>=... | Update from Hackage at 2020-01-19T18:05:14Z | Update from Hackage at 2020-01-19T18:05:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e1550d229ea08442799596b48d6c9d773ba08a94 | appveyor.yml | appveyor.yml | version: 1.0.0.{build}
skip_tags: true
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
environment:
COVERALLS_REPO_TOKEN:
secu... | version: 1.0.0.{build}
skip_tags: true
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
environment:
COVERALLS_REPO_TOKEN:
secu... | FIX | Changed coveralls token | FIX | Changed coveralls token
| YAML | apache-2.0 | mseknibilel/Alfred |
282b28bf89c2dac57c63324f5fd8506a10895a2e | appveyor.yml | appveyor.yml |
version: 0.2.0+{build}
install:
- npm install -g mocha
- npm install
- Powershell.exe -executionpolicy remotesigned -File dependencies\fetch_dependencies.ps1
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
branches:
only:
- 0.2.0
build_script:
- nmake /f Makefile.mak &... |
version: 0.2.0+{build}
install:
- npm install -g mocha
- npm install
- Powershell.exe -executionpolicy remotesigned -File dependencies\fetch_dependencies.ps1
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /%target_arch%'
branches:
only:
- 0.2.0
build_script:
- nmake /f Makef... | Build for multiple architectures and node.js versions | Build for multiple architectures and node.js versions
| YAML | cc0-1.0 | redien/limbus-buildgen,redien/limbus-buildgen,redien/limbus-buildgen,redien/limbus-buildgen |
c47d8640f4da04918af8091b6322de15ab581e0e | appveyor.yml | appveyor.yml | version: "{branch} {build}"
build:
verbosity: detailed
# Ensure `config` sub-module is initialized
before_build:
- git submodule update --init --recursive
build_script:
- gradlew build --stacktrace
test_script:
- gradlew check --stacktrace
after_build:
# upload test results via rest-api
- ps: |
$... | version: "{branch} {build}"
# Do not build feature branch on additional commits with open Pull Requests.
# See: https://help.appveyor.com/discussions/questions/18437-skip_branch_with_pr-setting-doesnt-work
skip_branch_with_pr: true
build:
verbosity: detailed
# Ensure `config` sub-module is initialized
before_build... | Make Appveyor build only PR branch | Make Appveyor build only PR branch
| YAML | apache-2.0 | SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java |
4e6fe749b585021b2efd6f7c61c6de207e569894 | appveyor.yml | appveyor.yml | os: Visual Studio 2015
before_build:
- nuget restore
platform:
- Any CPU
build:
project: MangaReader.sln
verbosity: normal
configuration:
- Release
after_build:
- packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -mergebyhash -register:user -returntargetcode -output:.\coverage.xml -target:"C:\Program Files ... | os: Visual Studio 2015
before_build:
- nuget restore
platform:
- Any CPU
build:
project: MangaReader.sln
verbosity: normal
configuration:
- Release
after_build:
- packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -mergebyhash -register:user -returntargetcode -output:.\coverage.xml -target:"C:\Program Files ... | Fix fix for fix. And some fix. | Fix fix for fix. And some fix.
| YAML | mit | MonkAlex/MangaReader |
5a1f048b4375f04f62952cf148b9ae7d2efa40d0 | appveyor.yml | appveyor.yml | environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: x86_64-pc-windows-gnu
- TARGET: i686-pc-windows-msvc
- TARGET: i686-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="... | environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: x86_64-pc-windows-gnu
- TARGET: i686-pc-windows-msvc
- TARGET: i686-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="... | Fix build failures for msvc targets | Fix build failures for msvc targets
| YAML | mpl-2.0 | SShrike/tutil,SShrike/tutil |
d424b251bdade73b217e80f5c378858052ebaf53 | appveyor.yml | appveyor.yml | version: '{build}'
image:
- Visual Studio 2019 Preview
configuration:
- Release
build:
project: kPassKeep.sln
verbosity: minimal
# Retain the NuGet package cache between builds.
cache:
- C:\Users\appveyor\AppData\Local\NuGet\Cache
- C:\Users\appveyor\.nuget\packages
before_build:
- nuget restore
... | version: '{build}'
image:
- Visual Studio 2019 Preview
configuration:
- Release
build:
project: kPassKeep.sln
verbosity: minimal
# Retain the NuGet package cache between builds.
cache:
- C:\Users\appveyor\AppData\Local\NuGet\Cache
- C:\Users\appveyor\.nuget\packages
before_build:
- nuget restore
... | Update Github access token value | Update Github access token value
| YAML | apache-2.0 | kalaider/kPassKeep,kalaider/kPassKeep,kalaider/kPassKeep |
f47733753943d02f5d46359236f9a6b5cf865e5f | appveyor.yml | appveyor.yml | version: '{build}'
branches:
only:
- master
- /pull\/.+\/merge/
image: Visual Studio 2017
environment:
MYGET_API_KEY:
secure: 78qy8e6pKfJlQV7RAG5tJOWegzXpjASkUs3aFdVBoPYA5gi6+mWdjbuAmNa5OQPe
cache:
- tools -> tools\packages.config
assembly_info:
patch: false
configuration:
- Release
build_... | version: '{build}'
branches:
only:
- master
- /pull\/.+\/merge/
image: Visual Studio 2017
environment:
MYGET_API_KEY:
secure: 78qy8e6pKfJlQV7RAG5tJOWegzXpjASkUs3aFdVBoPYA5gi6+mWdjbuAmNa5OQPe
cache:
- tools -> tools\packages.config
assembly_info:
patch: false
configuration:
- Release
build_... | Disable gcov to remove erros in build output | Disable gcov to remove erros in build output
| YAML | mit | Baune8D/expressioncache,Baune8D/expressioncache |
9a505ebe390721d6f245660aa7757a89555f3efd | appveyor.yml | appveyor.yml | environment:
matrix:
- nodejs_version: '6'
- nodejs_version: '7'
cache:
- node_modules
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- path="%PATH%;%APPDATA%\npm"
test_script:
- node --version
- grunt build
build: off
| environment:
matrix:
- nodejs_version: '6'
- nodejs_version: '7'
cache:
- node_modules
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- path=%PATH%;%LOCALAPPDATA%\npm
test_script:
- node --version
- grunt build
build: off
| Fix path on AppVeyor build | Fix path on AppVeyor build
| YAML | mit | elifguler96/cv,smddzcy/cv,elifguler96/cv,smddzcy/cv |
e61d7dd52385afd1aee6ea8d8a2357f6cc7efe9e | packages/sh/shake-minify.yaml | packages/sh/shake-minify.yaml | homepage: https://github.com/LukeHoersten/shake-minify
changelog-type: ''
hash: eeb0e0dcd726be2ffccfa27a0da1101cc9b341f7c14fb045b2bad2217e83aa4d
test-bench-deps: {}
maintainer: luke@hoersten.org
synopsis: Shake Minify Rules
changelog: ''
basic-deps:
shake: ! '>=0.14 && <0.16'
bytestring: ! '>=0.10 && <0.11'
base:... | homepage: https://github.com/LukeHoersten/shake-minify
changelog-type: ''
hash: c9777a07bae92d0775b9c3dcb9d6e9eee7c621710267d89715bfbc55914a014e
test-bench-deps: {}
maintainer: luke@hoersten.org
synopsis: Shake Minify Rules
changelog: ''
basic-deps:
shake: ! '>=0.14 && <0.16'
bytestring: ! '>=0.10 && <0.11'
base:... | Update from Hackage at 2015-08-05T00:18:49+0000 | Update from Hackage at 2015-08-05T00:18:49+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
e8547d199dc9608f083aefb771afb0ef7d47eb76 | packages/st/STMonadTrans.yaml | packages/st/STMonadTrans.yaml | homepage: ''
changelog-type: ''
hash: 5475a690fde273d7daa9d89b87aca56ac1ee3c228aa52ea5af0ba01a110c30f2
test-bench-deps:
Cabal: -any
base: -any
array: -any
STMonadTrans: -any
mtl: -any
maintainer: josef.svenningsson@gmail.com
synopsis: A monad transformer version of the ST monad
changelog: ''
basic-deps:
bas... | homepage: ''
changelog-type: ''
hash: a892887df779b2c114af0a7401275e6d4c0be8ccce64fea2bf3a4970ca6cf3cf
test-bench-deps:
Cabal: -any
base: -any
array: -any
STMonadTrans: -any
mtl: -any
maintainer: josef.svenningsson@gmail.com
synopsis: A monad transformer version of the ST monad
changelog: ''
basic-deps:
bas... | Update from Hackage at 2017-01-31T04:07:06Z | Update from Hackage at 2017-01-31T04:07:06Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d9d273e8353dd1a1592a897e5509fba3975a0766 | packages/gh/ghc-check.yaml | packages/gh/ghc-check.yaml | homepage: ''
changelog-type: ''
hash: 6e0f470293725eee93da628080c116eaa5e54c7be1f67bfe35dc19387aa73327
test-bench-deps: {}
maintainer: pepeiborra@gmail.com
synopsis: detect mismatches between compile-time and run-time versions of the ghc
api
changelog: ''
basic-deps:
ghc: -any
base: '>=4.10.0.0 && <5.0'
filepat... | homepage: ''
changelog-type: ''
hash: 651d9b2b75a5cbdb3c942117801bfa566079bcaf20360e4d0959f9e575c30b39
test-bench-deps: {}
maintainer: pepeiborra@gmail.com
synopsis: detect mismatches between compile-time and run-time versions of the ghc
api
changelog: ''
basic-deps:
ghc: -any
base: '>=4.10.0.0 && <5.0'
filepat... | Update from Hackage at 2020-04-25T09:39:07Z | Update from Hackage at 2020-04-25T09:39:07Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
11e51263592a5d47040d5de413da8fc9e6eb5fd1 | packages/ra/random-class.yaml | packages/ra/random-class.yaml | homepage: ''
changelog-type: ''
hash: 3d5bc52eef73f051634961035599bf08a670c9dc5d9b9b4cd370fc8710c9e169
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Class of random value generation
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
util: ! '>=0.1.2 && <0.2'
transformers: -any
primitive: -any
all-v... | homepage: ''
changelog-type: ''
hash: 431d900c4a2ead350eb66da8e6d6fcdba5cf9b4501962880da5f63b196ca2d4d
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Class of random value generation
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
util: ! '>=0.1.2 && <0.2'
transformers: -any
primitive: -any
all-v... | Update from Hackage at 2017-12-09T06:10:02Z | Update from Hackage at 2017-12-09T06:10:02Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
042d21e46474090d36db1c18ee7ca851d640426a | config/prisons/KMI-kirkham.yml | config/prisons/KMI-kirkham.yml | ---
name: Kirkham
nomis_id: KMI
address:
- Freckleton Road
- ' Kirkham'
- PR4 2RN
email: socialvisits.kirkham@hmps.gsi.gov.uk
enabled: true
estate: Kirkham
phone:
slots:
fri:
- 1300-1530
sat:
- 1300-1530
sun:
- 1300-1530
unbookable:
- 2014-12-25
| ---
name: Kirkham
nomis_id: KMI
address:
- Freckleton Road
- ' Kirkham'
- PR4 2RN
email: socialvisits.kirkham@hmps.gsi.gov.uk
enabled: true
estate: Kirkham
phone:
slot_anomalies:
2015-12-23:
- 1315-1540
2015-12-30:
- 1315-1540
slots:
fri:
- 1300-1530
sat:
- 1300-1530
sun:
- 1300-1530
unbookable:
- ... | Update Kirkham Christmas visit slots | Update Kirkham Christmas visit slots
Unbookable:
- Christmas Eve
- Christmas Day
- New Year's Eve
- New Year's Day
Additional:
- 23rd Dec 1315-1540
- 30th Dec 1315-1540 | YAML | mit | ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits |
e1b56092d997ecd1bdf755c4105b65dda20c7129 | .github/ISSUE_TEMPLATE/feature_request.yaml | .github/ISSUE_TEMPLATE/feature_request.yaml | name: ⭐ Feature Request
description: Submit a feature request
body:
- type: markdown
attributes:
value: |
Thanks for submitting a feature request! This issue tracker is for [GitHub Desktop](https://desktop.github.com). If you have a feature request for github.com please visit the [GitHub public fee... | name: ⭐ Feature Request
description: Submit a feature request
body:
- type: markdown
attributes:
value: |
Thanks for submitting a feature request! This issue tracker is for [GitHub Desktop](https://desktop.github.com). Please search the issue tracker to see if there is an existing issue for the feat... | Update feature request form to remove checkbox | Update feature request form to remove checkbox | YAML | mit | shiftkey/desktop,desktop/desktop,desktop/desktop,shiftkey/desktop,shiftkey/desktop,shiftkey/desktop,desktop/desktop,desktop/desktop |
64104481c5dc78990f389e4d23702549ab80a3f9 | examples/podsecuritypolicy/rbac/policies.yaml | examples/podsecuritypolicy/rbac/policies.yaml | apiVersion: extensions/v1beta1
kind: PodSecurityPolicy
metadata:
name: privileged
spec:
fsGroup:
rule: RunAsAny
privileged: true
runAsUser:
rule: RunAsAny
seLinux:
rule: RunAsAny
supplementalGroups:
rule: RunAsAny
volumes:
- '*'
allowedCapabilities:
- '*'
hostPID: true
hostIPC: t... | apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: privileged
spec:
fsGroup:
rule: RunAsAny
privileged: true
runAsUser:
rule: RunAsAny
seLinux:
rule: RunAsAny
supplementalGroups:
rule: RunAsAny
volumes:
- '*'
allowedCapabilities:
- '*'
hostPID: true
hostIPC: true
... | Update examples to use PSPs from the policy API group. | Update examples to use PSPs from the policy API group.
| YAML | apache-2.0 | verb/kubernetes,warmchang/kubernetes,aveshagarwal/kubernetes,huzhengchuan/kubernetes,jessfraz/kubernetes,DiamantiCom/kubernetes,intelsdi-x/kubernetes,roberthbailey/kubernetes,mfojtik/kubernetes,tcharding/kubernetes,ianchakeres/kubernetes,deads2k/kubernetes,YuPengZTE/kubernetes,dims/kubernetes,foxish/kubernetes,nak3/kub... |
66c0ef5a87adf38e7f2e8d5de4fea2e5aa211a7d | ansible/install/shaker_build.yml | ansible/install/shaker_build.yml | ---
#
# Playbook to build shaker-image
#
- hosts: undercloud
remote_user: "{{ local_remote_user }}"
tasks:
- name: build shaker image
shell: >
source {{ overcloudrc }}; source {{ shaker_venv }}/bin/activate;
shaker-image-builder --flavor-name {{ shaker_flavor }} --image-builder-... | ---
#
# Playbook to build shaker-image
#
- hosts: undercloud
remote_user: "{{ local_remote_user }}"
tasks:
- name: build shaker image
shell: >
source {{ overcloudrc }}; source {{ shaker_venv }}/bin/activate;
shaker-image-builder --flavor-name {{ shaker_flavor }} --image-builder-... | Resolve all ANSIBLE0002 linting issues | Resolve all ANSIBLE0002 linting issues
ANSIBLE0002 provides a check for any trailing whitespace. Trailing
whitespace has been removed and now lint tests pass without issue.
Change-Id: I1af6af8ce1c27088e2db21c26bb60b8e857c5718
| YAML | apache-2.0 | jkilpatr/browbeat,jkilpatr/browbeat |
ce97df0c2f0891edc07f8f8103d29e8cb2e96d80 | deploy-api.yaml | deploy-api.yaml | - hosts: api
roles:
- common
- iptables
- python-process
- nginx
- commonelk
- filebeat
- apiv1
- apiv2
| - hosts: api
roles:
- common
- iptables
- python-process
- nginx
- commonelk
- filebeat
- apiv1
- apiv2
- apicommon
| Add apicommon to api deployment | Add apicommon to api deployment
| YAML | agpl-3.0 | CaliOpen/deploy-alpha,CaliOpen/deploy-alpha,CaliOpen/deploy-alpha,CaliOpen/deploy-alpha,CaliOpen/deploy-alpha |
117a712ee41894e7ad9ff4ee1125d010008ee0bd | ansible/roles/quarkslab.supervisor/tasks/install.yml | ansible/roles/quarkslab.supervisor/tasks/install.yml | ---
- name: Install Supervisor using pip
pip:
name: supervisor
state: present
extra_args: "{{ pip_extra_args | default('') }}"
- name: Ensure that Supervisor directories are created
file:
path: "{{ item }}"
state: directory
owner: root
group: root
mode: 0755
with_items:
- /et... | ---
- name: Install Supervisor using pip
pip:
name: supervisor
state: present
extra_args: "{{ pip_extra_args | default('') }}"
- name: Ensure that Supervisor directories are created
file:
path: "{{ item }}"
state: directory
owner: root
group: root
mode: 0755
with_items:
- /et... | Add temporary workaround to enable supervisord at boot | Add temporary workaround to enable supervisord at boot
| YAML | apache-2.0 | hirokihamasaki/irma,quarkslab/irma,quarkslab/irma,hirokihamasaki/irma,quarkslab/irma,hirokihamasaki/irma,quarkslab/irma,hirokihamasaki/irma,hirokihamasaki/irma |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.