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 |
|---|---|---|---|---|---|---|---|---|---|
abfb5fb6a643b1c3c96f90d6b058db05b7dc950f | tasks/idp-credentials.yml | tasks/idp-credentials.yml | ---
- name: 'Restore IdP 3.x credentials'
copy:
src: 'assets/{{ inventory_hostname }}/idp/credentials/{{ item }}'
dest: '{{ shib_idp.home }}/credentials'
owner: root
group: root
mode: 0600
with_items:
- idp-backchannel.crt
- idp-backchannel.p12
- idp-encryption.crt
- idp-encryption.key
- idp-signing.crt
- idp-signing.key
- idp-backchannel.p12
- sealer.jks
- sealer.kver
- name: 'Ensure correct credentials for certs'
file:
name: '{{ shib_idp.home }}/credentials/{{ item }}'
owner: root
group: root
mode: 0644
with_items:
- federation-metadata-cert.pem
- idp-backchannel.crt
- idp-encryption.key
- idp-signing.key
- sealer.jks
- sealer.kver
- name: 'Ensure correct credentials for keys'
file:
name: '{{ shib_idp.home }}/credentials/{{ item }}'
owner: root
group: jetty
mode: 0640
with_items:
- idp-backchannel.p12
- idp-encryption.key
- idp-signing.key
| ---
- name: 'Restore IdP 3.x credentials'
copy:
src: 'assets/{{ inventory_hostname }}/idp/credentials/{{ item }}'
dest: '{{ shib_idp.home }}/credentials'
owner: root
group: root
mode: 0644
with_items:
- idp-backchannel.crt
- idp-backchannel.p12
- idp-encryption.crt
- idp-encryption.key
- idp-signing.crt
- idp-signing.key
- idp-backchannel.p12
- sealer.jks
- sealer.kver
- name: 'Ensure correct credentials for certs'
file:
name: '{{ shib_idp.home }}/credentials/{{ item }}'
owner: root
group: root
mode: 0644
with_items:
- federation-metadata-cert.pem
- idp-backchannel.crt
- idp-encryption.key
- idp-signing.key
- sealer.jks
- sealer.kver
- name: 'Ensure correct credentials for keys'
file:
name: '{{ shib_idp.home }}/credentials/{{ item }}'
owner: root
group: jetty
mode: 0640
with_items:
- idp-backchannel.p12
- idp-encryption.key
- idp-signing.key
| Update copy perms for credentials | Update copy perms for credentials
| YAML | apache-2.0 | ausaccessfed/shibboleth-idp-installer,ausaccessfed/shibboleth-idp-installer |
e958160224a1dac0071e2e9dfdc5a0c9d183215b | packages/st/strelka-wai.yaml | packages/st/strelka-wai.yaml | homepage: https://github.com/nikita-volkov/strelka-wai
changelog-type: ''
hash: 7c15a015a782a7723668e0cb46ac5af3840450c746ad67463f468505a5360f26
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: WAI compatibility layer for "strelka"
changelog: ''
basic-deps:
warp: ! '>=3.2 && <4'
bytestring: ==0.10.*
base-prelude: <2
wai: ! '>=3.2 && <4'
case-insensitive: ! '>=1 && <2'
base: <5
unordered-containers: ==0.2.*
text: ==1.*
strelka: ==0.4.*
http-types: ! '>=0.9 && <0.10'
all-versions:
- '0.4'
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: '0.4'
description-type: haddock
description: ''
license-name: MIT
| homepage: https://github.com/nikita-volkov/strelka-wai
changelog-type: ''
hash: 1cb17383a3313748d52f546805644a46606d430f90d325044f6129b46c49c408
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: WAI compatibility layer for "strelka"
changelog: ''
basic-deps:
warp: ! '>=3.2 && <4'
bytestring: ! '>=0.10.2 && <0.11'
base-prelude: <2
wai: ! '>=3.2 && <4'
case-insensitive: ! '>=1 && <2'
base: <5
unordered-containers: ==0.2.*
text: ==1.*
strelka-core: ==0.1.*
http-types: ! '>=0.9 && <0.10'
all-versions:
- '0.4'
- '1'
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: '1'
description-type: haddock
description: ''
license-name: MIT
| Update from Hackage at 2016-12-09T12:59:33Z | Update from Hackage at 2016-12-09T12:59:33Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3b8a59d4bcfafd2ae65f44f75aa82208cd2dba8a | roles/mesos-master/vars/main.yml | roles/mesos-master/vars/main.yml | ---
# vars file for master
quorum: "{{ 2 if ec2_tag_environment == 'production' else 1 }}"
task_launch_timeout: 300000
gopath: '/usr/share/go'
marathon_event_subscriber: 'http_callback'
| ---
# vars file for master
quorum: "{{ 2 if ec2_tag_env == 'production' else 1 }}"
task_launch_timeout: 300000
gopath: '/usr/share/go'
marathon_event_subscriber: 'http_callback'
| Use correct var for AWS env tag | Use correct var for AWS env tag
| YAML | mpl-2.0 | flamingspaz/partinfra-playbooks,mozilla/partinfra-playbooks |
a650b7d4b5842fbf1bbd2055e10bbe90d5e78f19 | roles/swift-common/meta/main.yml | roles/swift-common/meta/main.yml | ---
dependencies:
- role: endpoints
- role: monitoring-common
- role: logging-config
service: swift
logdata: "{{ swift.logs }}"
- role: openstack-source
project_name: swift
system_dependencies: "{{ swift.source.system_dependencies }}"
python_dependencies: "{{ swift.source.python_dependencies }}"
project_rev: "{{ swift.source.rev }}"
alternatives: "{{ swift.alternatives }}"
when: openstack_install_method == 'source'
- role: openstack-package
project_name: swift
alternatives: "{{ swift.alternatives }}"
when: openstack_install_method == 'package'
| ---
dependencies:
- role: endpoints
- role: monitoring-common
- role: logging-config
service: swift
logdata: "{{ swift.logs }}"
- role: openstack-source
project_name: swift
python_dependencies: "{{ swift.source.python_dependencies }}"
project_rev: "{{ swift.source.rev }}"
alternatives: "{{ swift.alternatives }}"
when: openstack_install_method == 'source'
- role: openstack-package
project_name: swift
alternatives: "{{ swift.alternatives }}"
when: openstack_install_method == 'package'
| Remove system dependency variable so it gets set correctly to the empty set | Remove system dependency variable so it gets set correctly to the empty set
| YAML | mit | davidcusatis/ursula,masteinhauser/ursula,fancyhe/ursula,pgraziano/ursula,lihkin213/ursula,channus/ursula,twaldrop/ursula,persistent-ursula/ursula,msambol/ursula,twaldrop/ursula,twaldrop/ursula,knandya/ursula,channus/ursula,masteinhauser/ursula,nirajdp76/ursula,davidcusatis/ursula,greghaynes/ursula,pgraziano/ursula,ryshah/ursula,knandya/ursula,ddaskal/ursula,dlundquist/ursula,ddaskal/ursula,ryshah/ursula,j2sol/ursula,nirajdp76/ursula,narengan/ursula,fancyhe/ursula,sivakom/ursula,ddaskal/ursula,sivakom/ursula,persistent-ursula/ursula,persistent-ursula/ursula,blueboxgroup/ursula,blueboxgroup/ursula,ryshah/ursula,channus/ursula,ryshah/ursula,edtubillara/ursula,msambol/ursula,wupeiran/ursula,twaldrop/ursula,panxia6679/ursula,knandya/ursula,narengan/ursula,panxia6679/ursula,knandya/ursula,panxia6679/ursula,kennjason/ursula,rongzhus/ursula,wupeiran/ursula,greghaynes/ursula,blueboxgroup/ursula,ddaskal/ursula,rongzhus/ursula,persistent-ursula/ursula,wupeiran/ursula,rongzhus/ursula,zrs233/ursula,fancyhe/ursula,zrs233/ursula,nirajdp76/ursula,pgraziano/ursula,panxia6679/ursula,lihkin213/ursula,masteinhauser/ursula,edtubillara/ursula,lihkin213/ursula,kennjason/ursula,zrs233/ursula,kennjason/ursula,j2sol/ursula,fancyhe/ursula,msambol/ursula,channus/ursula,edtubillara/ursula,greghaynes/ursula,dlundquist/ursula,lihkin213/ursula,dlundquist/ursula,sivakom/ursula,masteinhauser/ursula,nirajdp76/ursula,blueboxgroup/ursula,j2sol/ursula,wupeiran/ursula,davidcusatis/ursula,rongzhus/ursula,narengan/ursula,narengan/ursula,pgraziano/ursula,edtubillara/ursula,j2sol/ursula,zrs233/ursula |
ed4da5e8a51b75282f09c5c665b91a49ab5e7d74 | packages/te/text-region.yaml | packages/te/text-region.yaml | homepage: https://github.com/mvoidex/text-region
changelog-type: ''
hash: edfa9ebd6f3eb9b31590166bb27c1f2a74068bf77482ec2f16c16a18c1b9b1a1
test-bench-deps:
base-unicode-symbols: ! '>=0.2'
base: ! '>=4.8 && <5'
hspec: -any
text: ! '>=1.2.1'
text-region: -any
lens: ! '>=4.12'
maintainer: voidex@live.com
synopsis: Marking text regions
changelog: ''
basic-deps:
groups: ! '>=0.4.0'
base-unicode-symbols: ! '>=0.2'
bytestring: ! '>=0.10'
base: ! '>=4.8 && <5'
text: ! '>=1.2.1'
lens: ! '>=4.12'
aeson: ! '>=0.9'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.2.0.0'
author: Alexandr `Voidex` Ruchkin
latest: '0.2.0.0'
description-type: haddock
description: Provides functions to update text region positions according to text
edit actions
license-name: BSD3
| homepage: https://github.com/mvoidex/text-region
changelog-type: ''
hash: 57cf622ada2e10686362ea2372afeef5030e18a5115b46e92ed11eb6362a49ee
test-bench-deps:
base-unicode-symbols: ! '>=0.2'
base: ! '>=4.8 && <5'
hspec: -any
text: ! '>=1.2.1'
text-region: -any
lens: ! '>=4.12'
maintainer: voidex@live.com
synopsis: Marking text regions
changelog: ''
basic-deps:
groups: ! '>=0.4.0'
base-unicode-symbols: ! '>=0.2'
bytestring: ! '>=0.10'
base: ! '>=4.8 && <5'
text: ! '>=1.2.1'
lens: ! '>=4.12'
aeson: ! '>=0.9'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.2.0.0'
- '0.3.0.0'
author: Alexandr `Voidex` Ruchkin
latest: '0.3.0.0'
description-type: haddock
description: Provides functions to update text region positions according to text
edit actions
license-name: BSD3
| Update from Hackage at 2017-04-26T01:27:44Z | Update from Hackage at 2017-04-26T01:27:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
875c8bd0d8520c4bf5f00d2f37ef823b73633a57 | update_idb_irq_bardarash.yml | update_idb_irq_bardarash.yml | ---
# Ansible playbook for IdeasBox Kurdistan Bardarash
#It will be always localhost
- hosts: localhost
roles:
# Start. has to be always enable
- logs
# Stop. has to be always enable
# - software
# - tinc-static
# - role: ideascube
# - role: kalite
# version: "0.15.0"
# lang: "['en','ar','de']"
#- role: zim_install
# zim_name: "wikipedia.en wikipedia.ar gutenberg.en"
| ---
# Ansible playbook for IdeasBox Kurdistan Bardarash
#It will be always localhost
- hosts: localhost
roles:
# Start. has to be always enable
- logs
# Stop. has to be always enable
# - tinc-static
# - role: ideascube
# - role: kalite
# version: "0.15.0"
# lang: "['en','ar','de']"
#- role: zim_install
# zim_name: "wikipedia.en wiktionary.en wikiversity.en wikibooks.en wikisource.en gutenberg.en tedbusiness.en teddesign.en tedentertainment.en tedglobalissues.en tedscience.en tedtechnology.en wikipedia.ar vikidia.en vikidia.en bil-tunisia.ar wiktionary.ar wikiversity.ar"
| Add all en/ar ZIMs to idb_irq_bardarash. | Add all en/ar ZIMs to idb_irq_bardarash.
| YAML | mit | ideascube/ansiblecube,ideascube/ansiblecube |
2b1052a59ca3bc5941bd399a20c6d12bfa4ca696 | config-management/roles/harrow.lxd-host/tasks/tools.yml | config-management/roles/harrow.lxd-host/tasks/tools.yml | ---
- apt:
name: "{{ item }}"
update_cache: true
with_items:
- python3-requests
- python3-dateutil
- name: copy lxd-kill-old script
template:
src: usr/local/bin/lxd-kill-old.py.j2
dest: /usr/local/bin/lxd-kill-old
owner: root
group: root
mode: 0700
tags:
- lxd
- name: copy report-container-info-to-influxdb script
template:
src: usr/local/bin/report-container-info-to-influxdb.py.j2
dest: /usr/local/bin/report-container-info-to-influxdb
owner: root
group: root
mode: 0700
tags:
- lxd
- name: set MAILTO to nothing in crontab
cron:
name: MAILTO
minute: MAILTO=""
hour: ""
day: ""
month: ""
weekday: ""
job: ""
- name: periodically kill old containers
cron:
name: "kill too-old containers"
minute: "*/5"
job: "/usr/local/bin/lxd-kill-old kill"
tags:
- lxd
- name: report container info to influxdb
cron:
name: "report-container-info-to-influxdb"
minute: "*/5"
job: "/usr/local/bin/report-container-info-to-influxdb"
tags:
- lxd
| ---
- apt:
name: "{{ item }}"
update_cache: true
with_items:
- python3-requests
- python3-dateutil
- name: copy lxd-kill-old script
template:
src: usr/local/bin/lxd-kill-old.py.j2
dest: /usr/local/bin/lxd-kill-old
owner: root
group: root
mode: 0700
tags:
- lxd
- name: copy report-container-info-to-influxdb script
template:
src: usr/local/bin/report-container-info-to-influxdb.py.j2
dest: /usr/local/bin/report-container-info-to-influxdb
owner: root
group: root
mode: 0700
tags:
- lxd
- name: periodically kill old containers
cron:
name: "kill too-old containers"
minute: "*/5"
job: "/usr/local/bin/lxd-kill-old kill"
tags:
- lxd
- name: report container info to influxdb
cron:
name: "report-container-info-to-influxdb"
minute: "*/5"
job: "/usr/local/bin/report-container-info-to-influxdb"
tags:
- lxd
| Fix spacing and indentation in task name | Fix spacing and indentation in task name
| YAML | agpl-3.0 | harrowio/harrow,harrowio/harrow,harrowio/harrow,harrowio/harrow,harrowio/harrow,harrowio/harrow |
5f693e9933ee33a39c5add7311cb5ec4efbd7fee | core/config/mongoid.yml | core/config/mongoid.yml | development:
sessions:
default:
database: factlink_ui_development
hosts:
- localhost:27017
options:
raise_not_found_error: false
test:
sessions:
default:
database: factlink_ui_test
hosts:
- localhost:27017
options:
consistency: :strong
# In the test environment we lower the retries and retry interval to
# low amounts for fast failures.
max_retries: 1
retry_interval: 0
options:
raise_not_found_error: false
testserver:
sessions:
default:
database: factlink_testserver
hosts:
- mongo1-testserver.factlink.com:27017
- mongo2-testserver.factlink.com:27017
options:
consistency: :strong
options:
raise_not_found_error: false
staging:
sessions:
default:
database: factlink_staging
hosts:
- mongo1-staging.factlink.com:27017
- mongo2-staging.factlink.com:27017
options:
consistency: :strong
options:
raise_not_found_error: false
production:
sessions:
default:
database: factlink_ui_production
hosts:
- mongo1-production.factlink.com:27017
- mongo4-production.factlink.com:27017
options:
consistency: :strong
options:
raise_not_found_error: false
| development:
sessions:
default:
database: factlink_ui_development
hosts:
- localhost:27017
options:
raise_not_found_error: false
test:
sessions:
default:
database: factlink_ui_test
hosts:
- localhost:27017
options:
consistency: :strong
# In the test environment we lower the retries and retry interval to
# low amounts for fast failures.
max_retries: 1
retry_interval: 0
options:
raise_not_found_error: false
testserver:
sessions:
default:
database: factlink_testserver
hosts:
- mongo2-testserver.factlink.com:27017
- 89.188.27.138:27017
- 89.188.27.139:27017
options:
consistency: :strong
options:
raise_not_found_error: false
staging:
sessions:
default:
database: factlink_staging
hosts:
- mongo1-staging.factlink.com:27017
- mongo2-staging.factlink.com:27017
options:
consistency: :strong
options:
raise_not_found_error: false
production:
sessions:
default:
database: factlink_ui_production
hosts:
- mongo1-production.factlink.com:27017
- mongo4-production.factlink.com:27017
options:
consistency: :strong
options:
raise_not_found_error: false
| Update mongo configuration for testserver replicatset | Update mongo configuration for testserver replicatset
| YAML | mit | daukantas/factlink-core,Factlink/factlink-core,daukantas/factlink-core,Factlink/factlink-core,Factlink/factlink-core,Factlink/factlink-core,daukantas/factlink-core,daukantas/factlink-core |
a5fbd9882db40e7c3756a26f165fc0094b4e541f | recipes/conda-build-all/meta.yaml | recipes/conda-build-all/meta.yaml | {% set version = "1.0.1" %}
package:
name: conda-build-all
version: {{ version }}
source:
fn: conda-build-all_v{{ version }}.tar.gz
url: https://github.com/SciTools/conda-build-all/archive/v{{version}}.tar.gz
sha256: 1e34102f9055ce99500ce8ec87933d46a482cd20b865a180f2b064b4baf345f0
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
entry_points:
- conda-build-all = conda_build_all.cli:main
requirements:
build:
- python
- setuptools
run:
- python
- gitpython
- conda >4
- conda-build >=1.21.7
- anaconda-client
- mock
test:
imports:
- conda_build_all
commands:
- conda build-all --version
about:
license: BSD 3-clause
home: https://github.com/scitools/conda-build-all
summary: conda build-all is a conda subcommand which allows multiple distributions to be built (and uploaded) in a single command
| {% set version = "1.0.4" %}
package:
name: conda-build-all
version: {{ version }}
source:
fn: conda-build-all_v{{ version }}.tar.gz
url: https://github.com/conda-tools/conda-build-all/archive/v{{version}}.tar.gz
sha256: 1a2e6b89858e8a5c6c55dd0fe64e18f7730a203740507f7746149771e22d8784
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
noarch: python
entry_points:
- conda-build-all = conda_build_all.cli:main
requirements:
build:
- python
- setuptools
run:
- python
- gitpython
- conda >4
- conda-build >=1.21.7
- anaconda-client
- mock
test:
imports:
- conda_build_all
commands:
- conda build-all --version
about:
license: BSD 3-clause
license_file: LICENSE
home: https://github.com/conda-tools/conda-build-all
summary: conda build-all is a conda subcommand which allows multiple distributions to be built (and uploaded) in a single command
| Update conda-build-all recipe to version 1.0.4 | Update conda-build-all recipe to version 1.0.4
Change to noarch: python package
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
e154b2ac6792d6e08cdc982548fbaa1f964829d3 | Scripts/script-SetIncidentCustomFields.yml | Scripts/script-SetIncidentCustomFields.yml | commonfields:
id: SetIncidentCustomFields
version: -1
name: SetIncidentCustomFields
script: |-
var fields = argToList(args.fields);
var values = argToList(args.values);
var o = {};
for (var i=0; i<fields.length && i<values.length; i++) {
o[fields[i]] = values[i];
}
return executeCommand('setIncident', o);
type: javascript
tags:
- Utility
comment: Sets current incident custom fields. (Script deprecated. The correct way to set incident custom fields is with the setIncident script.)
deprecated: true
enabled: true
args:
- name: fields
required: true
default: true
isArray: true
description: The list of fields to set - can be either array or comma-separated
- name: values
required: true
isArray: true
description: The list of values to match the fields - can be either array or comma
separated
scripttarget: 0
tests:
- No test - script should be phased out of use
| commonfields:
id: SetIncidentCustomFields
version: -1
name: SetIncidentCustomFields
script: |-
var fields = argToList(args.fields);
var values = argToList(args.values);
var o = {};
for (var i=0; i<fields.length && i<values.length; i++) {
o[fields[i]] = values[i];
}
return executeCommand('setIncident', o);
type: javascript
tags:
- Utility
comment: Sets current incident custom fields. (Script deprecated. The correct way to set incident custom fields is with the setIncident script.)
deprecated: true
enabled: true
args:
- name: fields
required: true
default: true
isArray: true
description: The list of fields to set - can be either array or comma-separated
- name: values
required: true
isArray: true
description: The list of values to match the fields - can be either array or comma
separated
scripttarget: 0
releaseNotes: "-"
tests:
- No test - script should be phased out of use
| Add blank releaseNotes to satisfy circleci build requirements | Add blank releaseNotes to satisfy circleci build requirements
| YAML | mit | VirusTotal/content,demisto/content,VirusTotal/content,VirusTotal/content,demisto/content,VirusTotal/content,demisto/content,demisto/content |
6261c078f1b70798166afa6960e24a2669f5dcc0 | config/search.yml | config/search.yml | site_name: Mapzen Search
docs_dir: src/search
site_dir: dist/search
pages:
- Home: index.md
- 'Get started': 'get-started.md'
- 'Add search to a map': 'add-search-to-a-map.md'
- 'API keys and rate limits': 'api-keys-rate-limits.md'
- 'Search': 'search.md'
- 'Reverse geocoding': 'reverse.md'
- 'Autocomplete': 'autocomplete.md'
- 'Place': 'place.md'
- 'API responses': 'response.md'
- 'Data sources': 'data-sources.md'
- 'Load data from the browser': 'use-cors.md'
- 'Terminology': 'glossary.md'
- 'HTTP status codes': 'http-status-codes.md'
- 'Transition from Pelias beta': 'transition-from-beta.md'
extra:
site_subtitle: 'Find places and addresses with this geographic search service built on open tools and open data.'
#'High-performance geocoding and place search service'
project_repo_url: https://github.com/pelias/
docs_base_url: https://github.com/pelias/pelias-doc
| site_name: Mapzen Search
docs_dir: src/search
site_dir: dist/search
pages:
- Home: index.md
- 'Get started': 'get-started.md'
- 'Add search to a map': 'add-search-to-a-map.md'
- 'API keys and rate limits': 'api-keys-rate-limits.md'
- 'Search': 'search.md'
- 'Reverse geocoding': 'reverse.md'
- 'Autocomplete': 'autocomplete.md'
- 'Place': 'place.md'
- 'API responses': 'response.md'
- 'Data sources': 'data-sources.md'
- 'Load data from the browser': 'use-cors.md'
- 'Terminology': 'glossary.md'
- 'HTTP status codes': 'http-status-codes.md'
- 'Transition from Pelias beta': 'transition-from-beta.md'
extra:
site_subtitle: 'Find places and addresses with this geographic search service built on open tools and open data.'
#'High-performance geocoding and place search service'
project_repo_url: https://github.com/pelias/
docs_base_url: https://github.com/pelias/pelias-doc/blob/master
| Update to URL to master branch | Update to URL to master branch | YAML | mit | mapzen/documentation,mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/mapzen-docs-generator,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/documentation,mapzen/mapzen-docs-generator |
019ae0adf6f0126a4fa5a408cc5ab130dc96e4a1 | .forestry/front_matter/templates/the-data-visualisation-catalogue.yml | .forestry/front_matter/templates/the-data-visualisation-catalogue.yml | ---
label: Default
hide_body: false
is_partial: false
fields:
- name: layout
label: Layout
type: text
hidden: false
default: single
config:
required: true
- name: title
label: Title
type: text
hidden: false
default: ''
config:
required: true
- name: date
label: Date
type: datetime
hidden: false
default: ''
config:
required: true
- name: modified
label: Modified
type: datetime
hidden: false
default: ''
config:
required: true
| ---
label: The Data Visualisation Catalogue
hide_body:
is_partial:
fields:
- name: layout
label: Layout
type: text
hidden: false
default: ''
- name: title
label: Title
type: text
hidden: false
default: ''
- name: date
label: Date
type: datetime
hidden: false
default: ''
- name: modified
label: Modified
type: datetime
hidden: false
default: ''
| Revert "Update from Forestry.io - Updated Forestry configuration" | Revert "Update from Forestry.io - Updated Forestry configuration"
This reverts commit f822b9e8c746d5c560e3f60d9e9d34430b67fb8a.
| YAML | mit | proinsias/proinsias.github.io,proinsias/proinsias.github.io,proinsias/proinsias.github.io,proinsias/proinsias.github.io |
c723d622ddd4e9147c66c1ac630464561d28acf0 | metadata/app.olauncher.yml | metadata/app.olauncher.yml | Categories:
- Theming
License: GPL-3.0-only
AuthorName: Tanuj M.
AuthorEmail: tanuj@frndly.app
WebSite: https://olauncher.app
SourceCode: https://github.com/tanujnotes/Olauncher
IssueTracker: https://github.com/tanujnotes/Olauncher/issues
Donate: https://www.buymeacoffee.com/tanujnotes
AutoName: Olauncher
Summary: Minimal launcher app with daily new wallpaper
Description: |-
FEATURES
* No ads
* FOSS forever
* Daily new wallpaper
* Double tap to lock screen
* Clean, fast and lightweight
HOW TO USE
* Swipe up to see all the apps and quick search
* Swipe down for notification drawer
* Long press home apps to change them
* Long press on empty space to open settings (important)
Once you open the settings, you'll see all the available options.
So basically, swipe and long press anywhere and you'll be fine.
I'm available at Twitter if you need for anything. Thank you.
https://twitter.com/tanujnotes/
RepoType: git
Repo: https://github.com/tanujnotes/Olauncher
Builds:
- versionName: v1.1
versionCode: 11
commit: v1.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v1.1
CurrentVersionCode: 11
| Categories:
- Theming
License: GPL-3.0-only
AuthorName: Tanuj M.
AuthorEmail: tanuj@frndly.app
WebSite: https://olauncher.app
SourceCode: https://github.com/tanujnotes/Olauncher
IssueTracker: https://github.com/tanujnotes/Olauncher/issues
Donate: https://www.buymeacoffee.com/tanujnotes
AutoName: Olauncher
Summary: Minimal launcher app with daily new wallpaper
Description: |-
FEATURES
* No ads
* FOSS forever
* Daily new wallpaper
* Double tap to lock screen
* Clean, fast and lightweight
HOW TO USE
* Swipe up to see all the apps and quick search
* Swipe down for notification drawer
* Long press home apps to change them
* Long press on empty space to open settings (important)
Once you open the settings, you'll see all the available options.
So basically, swipe and long press anywhere and you'll be fine.
I'm available at Twitter if you need for anything. Thank you.
https://twitter.com/tanujnotes/
RepoType: git
Repo: https://github.com/tanujnotes/Olauncher
Builds:
- versionName: v1.1
versionCode: 11
commit: v1.1
subdir: app
gradle:
- yes
- versionName: v1.2
versionCode: 12
commit: v1.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v1.2
CurrentVersionCode: 12
| Update Olauncher to v1.2 (12) | Update Olauncher to v1.2 (12)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
279d6091296385398d226e64ac6376e0205b87bb | environment.yaml | environment.yaml | # Conda environment file for YATSM
# Includes optional dependencies since conda makes installing them pretty easy
name: yatsm
channels:
- r
- conda-forge
dependencies:
# Base
- python
- numpy>=1.9.0
- scipy>=0.14.0
- Cython>=0.20.1
# Statistics
- statsmodels>=0.5.0
- scikit-learn>=0.15.1
- pandas>=0.16.0
- patsy>=0.3.0
# GDAL and IO
- fiona>=1.7.0
- gdal>=1.11
- rasterio>=1.0
- shapely>=1.5.16
- xarray>=0.7.1
- pytables>=3.2.0
# CLI
- click>=4.0
# Config file
- pyyaml>=3.11
- jsonschema>=2.5.1
# Plotting
- matplotlib>=1.4.2
# Accelerated functions w/ numba (OPTIONAL)
- numba>=0.27.0
# Python interface to R (OPTIONAL)
- rpy2>=2.5.6
- pip:
# GLMNET (OPTIONAL)
- git+git://github.com/ceholden/glmnet-python.git@v2.0.1
# Required but missing from conda
- palettable>=2.0.0
- click_plugins>=1.0
- decorator>=4.0.10
- toposort>=1.4
| # Conda environment file for YATSM
# Includes optional dependencies since conda makes installing them pretty easy
name: yatsm
channels:
- r
- conda-forge
dependencies:
# Base
- python
- numpy>=1.9.0
- scipy>=0.14.0
- Cython>=0.20.1
# Statistics
- statsmodels>=0.5.0
- scikit-learn>=0.15.1
- pandas>=0.16.0
- patsy>=0.3.0
# GDAL and IO
- fiona>=1.7.0
- gdal>=1.11
- rasterio>=1.0*
- shapely>=1.5.16
- xarray>=0.7.1
- pytables>=3.2.0
# CLI
- click>=4.0
# Config file
- pyyaml>=3.11
- jsonschema>=2.5.1
# Plotting
- matplotlib>=1.4.2
# Accelerated functions w/ numba (OPTIONAL)
- numba>=0.27.0
# Python interface to R (OPTIONAL)
- rpy2>=2.5.6
- pip:
# GLMNET (OPTIONAL)
- git+git://github.com/ceholden/glmnet-python.git@v2.0.1
# Required but missing from conda
- palettable>=2.0.0
- click_plugins>=1.0
- decorator>=4.0.10
- toposort>=1.4
| Fix rasterio pinning for v1 alpha | Fix rasterio pinning for v1 alpha
| YAML | mit | c11/yatsm,c11/yatsm |
578d6874bb44c318acca88b22f507bfbb477dd02 | .codeclimate.yml | .codeclimate.yml | version: "2"
# Checks are enabled by default, uncomment lines to disable check.
# checks:
# argument-count:
# enabled: false
# complex-logic:
# enabled: false
# file-lines:
# enabled: false
# method-complexity:
# enabled: false
# method-count:
# enabled: false
# method-lines:
# enabled: false
# nested-control-flow:
# enabled: false
# return-statements:
# enabled: false
# similar-code:
# enabled: false
# identical-code:
# enabled: false
plugins:
rubocop:
enabled: true
channel: rubocop-0-60
# coffeelint:
# enabled: true
scss-lint:
enabled: true
fixme:
enabled: true
exclude_patterns:
- "app/assets/images/**/*"
- "app/assets/javascripts/external/**/*"
- "bin/**/*"
- "config/**/*"
- "db/**/*"
- "lib/**/*"
- "public/**/*"
- "test/**/*"
- "vendor/**/*"
- "CHANGELOG.md"
- "config.ru"
- "LICENSE"
- "Rakefile"
- "README.md"
| version: "2"
# Checks are enabled by default, uncomment lines to disable check.
# checks:
# argument-count:
# enabled: false
# complex-logic:
# enabled: false
# file-lines:
# enabled: false
# method-complexity:
# enabled: false
# method-count:
# enabled: false
# method-lines:
# enabled: false
# nested-control-flow:
# enabled: false
# return-statements:
# enabled: false
# similar-code:
# enabled: false
# identical-code:
# enabled: false
plugins:
rubocop:
enabled: true
channel: rubocop-0-67
# coffeelint:
# enabled: true
scss-lint:
enabled: true
fixme:
enabled: true
exclude_patterns:
- "app/assets/images/**/*"
- "app/assets/javascripts/external/**/*"
- "bin/**/*"
- "config/**/*"
- "db/**/*"
- "lib/**/*"
- "public/**/*"
- "test/**/*"
- "vendor/**/*"
- "CHANGELOG.md"
- "config.ru"
- "LICENSE"
- "Rakefile"
- "README.md"
| Update to rubocop channel 67 | Update to rubocop channel 67
| YAML | mit | nsrr/www.sleepdata.org,nsrr/www.sleepdata.org,nsrr/www.sleepdata.org |
6c978d4694e9f33f9620c5f784b3b10a61b12dba | .codeclimate.yml | .codeclimate.yml | ---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- config/
- vendor/
| ---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
fixme:
enabled: true
gofmt:
enabled: true
golint:
enabled: true
govet:
enabled: true
markdownlint:
enabled: true
ratings:
paths:
- "**.css"
- "**.js"
- "**.go"
- "**.md"
exclude_paths:
- config/
- vendor/
| Make Code Climate a bit more useful | Make Code Climate a bit more useful
| YAML | bsd-3-clause | usi-lfkeitel/packet-guardian,packet-guardian/packet-guardian,usi-lfkeitel/packet-guardian,packet-guardian/packet-guardian,packet-guardian/packet-guardian,packet-guardian/packet-guardian,usi-lfkeitel/packet-guardian,packet-guardian/packet-guardian |
a97aaeb3662a398df2f2057b5376c82889431032 | .codeclimate.yml | .codeclimate.yml | languages:
Ruby: true
JavaScript: true
PHP: true
Python: true
exclude_paths:
- "**.min.js"
| languages:
Ruby: true
JavaScript: true
PHP: true
Python: true
exclude_paths:
- "**min.js"
| Expand excluded minified JS files | Expand excluded minified JS files
| YAML | mit | Dallinger/Dallinger,suchow/Wallace,jcpeterson/Dallinger,Dallinger/Dallinger,berkeley-cocosci/Wallace,berkeley-cocosci/Wallace,suchow/Wallace,suchow/Wallace,jcpeterson/Dallinger,berkeley-cocosci/Wallace,Dallinger/Dallinger,Dallinger/Dallinger,jcpeterson/Dallinger,jcpeterson/Dallinger,Dallinger/Dallinger,jcpeterson/Dallinger |
639a02ff4d46b6641c66791c1e0e896c646b040f | .codeclimate.yml | .codeclimate.yml | {
"engines": {
"csslint": {
"enabled": true
},
"fixme": {
"enabled": true
},
"duplication": {
"enabled": true,
"config": {
"languages": [
"javascript"
]
}
}
},
"ratings": {
"paths": [
"**.css",
"**.js",
"**.jsx"
]
},
"exclude_paths": []
}
| {
"engines": {
"csslint": {
"enabled": true
},
"fixme": {
"enabled": true
},
"duplication": {
"enabled": true,
"config": {
"languages": [
"javascript"
]
},
"exclude_paths": [
"test/"
]
}
},
"ratings": {
"paths": [
"**.css",
"**.js",
"**.jsx"
]
},
"exclude_paths": []
}
| Exclude tests from Code Climate duplication analysis | Exclude tests from Code Climate duplication analysis
| YAML | mit | EvgenyOrekhov/functrace |
cd9c39d1a595ffd7933bb2b1317374f942db3ccb | roles/openstack-source/defaults/main.yml | roles/openstack-source/defaults/main.yml | ---
openstack_source:
git_mirror: 'https://github.com/openstack'
pypi_mirror: 'https://pypi.python.org/simple/'
project_rev: "{{ project_rev|default('master') }}"
git_update: no
rootwrap: "{{ rootwrap|default(False)|bool }}"
| ---
openstack_source:
git_mirror: 'https://github.com/openstack'
pypi_mirror: 'https://pypi.python.org/simple/'
project_rev: "{{ project_rev|default('master') }}"
git_update: no
rootwrap: "{{ rootwrap|default(False)|bool }}"
virtualenv: "{{ virtualenv|default(False)|bool }}"
| Add openstack-source tasks and defaults | Add openstack-source tasks and defaults
Apparently adding the openstack-source defaults and tasks was missed
in my previous commit. Add them here.
| YAML | mit | rongzhus/ursula,aldevigi/ursula,mjbrewer/ursula,persistent-ursula/ursula,jwaibel/ursula,EricCrosson/ursula,ddaskal/ursula,fancyhe/ursula,edtubillara/ursula,kennjason/ursula,blueboxgroup/ursula,rongzhus/ursula,edtubillara/ursula,pbannister/ursula,mjbrewer/ursula,greghaynes/ursula,jwaibel/ursula,zrs233/ursula,edtubillara/ursula,channus/ursula,paulczar/ursula,panxia6679/ursula,narengan/ursula,kennjason/ursula,masteinhauser/ursula,edtubillara/ursula,nirajdp76/ursula,dlundquist/ursula,nirajdp76/ursula,channus/ursula,allomov/ursula,nirajdp76/ursula,paulczar/ursula,ryshah/ursula,sivakom/ursula,pgraziano/ursula,narengan/ursula,EricCrosson/ursula,aldevigi/ursula,andrewrothstein/ursula,panxia6679/ursula,rongzhus/ursula,panxia6679/ursula,MaheshIBM/ursula,fancyhe/ursula,persistent-ursula/ursula,pbannister/ursula,allomov/ursula,j2sol/ursula,jwaibel/ursula,ryshah/ursula,fancyhe/ursula,andrewrothstein/ursula,pgraziano/ursula,dlundquist/ursula,wupeiran/ursula,nirajdp76/ursula,lihkin213/ursula,zrs233/ursula,ryshah/ursula,aldevigi/ursula,pgraziano/ursula,panxia6679/ursula,lihkin213/ursula,mjbrewer/ursula,channus/ursula,ryshah/ursula,EricCrosson/ursula,twaldrop/ursula,masteinhauser/ursula,davidcusatis/ursula,paulczar/ursula,blueboxgroup/ursula,rongzhus/ursula,allomov/ursula,msambol/ursula,masteinhauser/ursula,dlundquist/ursula,greghaynes/ursula,knandya/ursula,ddaskal/ursula,greghaynes/ursula,narengan/ursula,MaheshIBM/ursula,zrs233/ursula,wupeiran/ursula,masteinhauser/ursula,narengan/ursula,andrewrothstein/ursula,zrs233/ursula,pgraziano/ursula,blueboxgroup/ursula,wupeiran/ursula,sivakom/ursula,j2sol/ursula,channus/ursula,davidcusatis/ursula,pbannister/ursula,lihkin213/ursula,sivakom/ursula,wupeiran/ursula,lihkin213/ursula,ddaskal/ursula,knandya/ursula,davidcusatis/ursula,kennjason/ursula,knandya/ursula,ddaskal/ursula,twaldrop/ursula,twaldrop/ursula,persistent-ursula/ursula,fancyhe/ursula,j2sol/ursula,msambol/ursula,blueboxgroup/ursula,twaldrop/ursula,msambol/ursula,MaheshIBM/ursula,j2sol/ursula,persistent-ursula/ursula,knandya/ursula |
c8bbdc1102f46d16b7a1261f10429082577e549f | .github/workflows/codecov.yml | .github/workflows/codecov.yml | name: CodeCov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.7'
services:
postgres:
image: postgres:10.8
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: djangogirls
ports:
- 5432:5432
# needed because the postgres container does not provide a healthcheck
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '2'
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.7
- name: Generate Report
run: |
pip install -r requirements.txt
coverage run -m pytest
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2 | name: CodeCov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.7'
services:
postgres:
image: postgres:10.8
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: djangogirls
ports:
- 5432:5432
# needed because the postgres container does not provide a healthcheck
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '2'
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.7
- name: Generate Report
run: |
pip install -r requirements.txt
coverage run -m pytest
env:
POSTGRES_PASSWORD: postgres
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
env:
POSTGRES_PASSWORD: postgres | Add postgres password to env | Add postgres password to env
| YAML | bsd-3-clause | DjangoGirls/djangogirls,DjangoGirls/djangogirls,DjangoGirls/djangogirls |
2b39b23ab46696ead67fb33cf0bd254edf0164bd | Resources/config/services.yml | Resources/config/services.yml | services:
# Service definition factory for instantiating service
# definition instances for collections
video_collections.service_definition_factory:
class: VideoCollectionBundle\Factory\ServiceDefinitionFactory
arguments:
- '@service_container'
- 'video_collections'
| services:
# Service definition factory for instantiating service
# definition instances for collections
video_collections.service_definition_factory:
class: MovingImage\Bundle\VideoCollection\Factory\ServiceDefinitionFactory
arguments:
- '@service_container'
- 'video_collections'
| Update the namespace in the service configuration | Update the namespace in the service configuration
| YAML | bsd-3-clause | MovingImage24/VideoCollectionBundle |
962982865281b49833485e3516af6110e308327f | ansible/roles/repos/tasks/setup-CentOS.yml | ansible/roles/repos/tasks/setup-CentOS.yml | ---
- name: Check if EPEL repo is already configured
stat:
path: "{{ epel_repofile_path }}"
register: epel_repofile_result
- name: Install EPEL repo
yum:
name: "{{ epel_repo_url }}"
state: present
register: result
until: '"failed" not in result'
retries: 5
delay: 10
when: not epel_repofile_result.stat.exists
- name: Import EPEL GPG key
shell: rpm --import "{{ epel_repo_gpg_key_url }}"
args:
warn: no
when: not epel_repofile_result.stat.exists
ignore_errors: "{{ ansible_check_mode }}"
- name: Find all repo files
raw: find /etc/yum.repos.d -type f -name "*.repo"
register: repo_files
- name: Comment out mirror list for yum repos
replace:
dest: "{{ item }}"
regexp: '^(mirrorlist.*)$'
replace: '#\1'
with_items: "{{ repo_files.stdout_lines }}"
- name: Set baseurl for repos
replace:
dest: "{{ item }}"
regexp: '^.*baseurl=.*/(\w+)/(\$releasever|\d.*)/(.*)$'
replace: 'baseurl=http://mirror.aarnet.edu.au/pub/\1/{{ ansible_distribution_major_version }}/\3'
with_items: "{{ repo_files.stdout_lines }}"
- name: Perform a full upgrade
yum:
name: '*'
state: latest
when: nectar_test_build is not defined
| ---
- name: Check if EPEL repo is already configured
stat:
path: "{{ epel_repofile_path }}"
register: epel_repofile_result
- name: Install EPEL repo
yum:
name: "{{ epel_repo_url }}"
state: present
register: result
until: '"failed" not in result'
retries: 5
delay: 10
when: not epel_repofile_result.stat.exists
- name: Import EPEL GPG key
shell: rpm --import "{{ epel_repo_gpg_key_url }}"
args:
warn: no
when: not epel_repofile_result.stat.exists
ignore_errors: "{{ ansible_check_mode }}"
- name: Find all repo files
raw: find /etc/yum.repos.d -type f -name "*.repo"
register: repo_files
- name: Perform a full upgrade
yum:
name: '*'
state: latest
when: nectar_test_build is not defined
| Revert to default mirrors for CentOS | Revert to default mirrors for CentOS
The method we used for setting the mirror doesn't work right
any more. Let yum work out the fastest, which will likely by
aarnet anyway
Change-Id: If5048ccefdf8cd529e56126589c2d9916b0fe8b4
| YAML | apache-2.0 | NeCTAR-RC/nectar-images,NeCTAR-RC/nectar-images |
0fab43ca6d2141755a1d11348e54d0b16918af20 | roles/cassandra/vars/main.yml | roles/cassandra/vars/main.yml | dsc_version: 2.1.9-1
cassandra_version: 2.1.9
cassandra_tools_version: 2.1.9
dse_version: 4.7.0-1
tablesnap_version: debian/0.7.1-3
| dsc_version: 2.1.11-1
cassandra_version: 2.1.11
cassandra_tools_version: 2.1.11
dse_version: 4.7.0-1
tablesnap_version: debian/0.7.1-3
| Upgrade Cassandra version 2.1.9 -> 2.1.11 | Upgrade Cassandra version 2.1.9 -> 2.1.11
| YAML | bsd-3-clause | lekane/ansible-cassandra |
49f7ce38444f4976462e827ea9ce28f0a925eeed | roles/hackpitt/tasks/main.yml | roles/hackpitt/tasks/main.yml | ---
- name: Create hackpitt user group
action: group name=hackpitt state=present
- name: Create site directory
action: file path=/u/sites/hackpitt state=directory group=hackpitt
- name: Configure nginx site
action: copy src=hackpitt.pittcsc.org dest=/etc/nginx/sites-enabled/hackpitt.pittcsc.org
notify: Restart nginx
- name: Allow HTTP traffic
action: ufw direction=in proto=tcp port=80 rule=allow
notify: Reload ufw
| ---
- name: Create hackpitt user group
action: group name=hackpitt state=present
- name: Create site directory
action: file path=/u/sites/hackpitt state=directory group=hackpitt
- name: Check out site repository
action: git repo=https://github.com/Pitt-CSC/hackpitt.pittcsc.org.git dest=/u/sites/hackpitt update=no accept_hostkey=yes
- name: Configure nginx site
action: copy src=hackpitt.pittcsc.org dest=/etc/nginx/sites-enabled/hackpitt.pittcsc.org
notify: Restart nginx
- name: Allow HTTP traffic
action: ufw direction=in proto=tcp port=80 rule=allow
notify: Reload ufw
| Check out hackpitt site repository | Check out hackpitt site repository
| YAML | mit | Pitt-CSC/ansible,RitwikGupta/ansible,RitwikGupta/ansible,Pitt-CSC/ansible,RitwikGupta/ansible,Pitt-CSC/ansible |
db45eaca75e90cb698d687c446d7a6ebf0404b44 | recipes/sphinx_gmt/meta.yaml | recipes/sphinx_gmt/meta.yaml | {% set name = "sphinx_gmt" %}
{% set version = "0.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256:
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
skip: True # [py<35]
requirements:
host:
- python
- pip
run:
- python
- jinja2
- sphinx
test:
imports:
- sphinx_gmt.gmtplot
about:
home: https://github.com/GenericMappingTools/sphinx_gmt
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: 'Sphinx extensions for the Generic Mapping Tools'
description: |
This package provides a Sphinx extension for including GMT code and figures in your
documentation.
doc_url: https://www.generic-mapping-tools.org/sphinx_gmt
dev_url: https://github.com/GenericMappingTools/sphinx_gmt
extra:
recipe-maintainers:
- leouieda
- seisman
| {% set name = "sphinx_gmt" %}
{% set version = "0.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 99889d655237928bf6c3d4d1b7abef2e8252342a0cf203f2f88eccef2db13a62
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
skip: True # [py<35]
requirements:
host:
- python
- pip
run:
- python
- jinja2
- sphinx
test:
imports:
- sphinx_gmt.gmtplot
about:
home: https://github.com/GenericMappingTools/sphinx_gmt
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: 'Sphinx extensions for the Generic Mapping Tools'
description: |
This package provides a Sphinx extension for including GMT code and figures in your
documentation.
doc_url: https://www.generic-mapping-tools.org/sphinx_gmt
dev_url: https://github.com/GenericMappingTools/sphinx_gmt
extra:
recipe-maintainers:
- leouieda
- seisman
| Add hash of the pypi tarball | Add hash of the pypi tarball
| YAML | bsd-3-clause | jochym/staged-recipes,mariusvniekerk/staged-recipes,chrisburr/staged-recipes,igortg/staged-recipes,patricksnape/staged-recipes,jakirkham/staged-recipes,isuruf/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,dschreij/staged-recipes,Juanlu001/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,ceholden/staged-recipes,chrisburr/staged-recipes,stuertz/staged-recipes,cpaulik/staged-recipes,SylvainCorlay/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,scopatz/staged-recipes,stuertz/staged-recipes,asmeurer/staged-recipes,jakirkham/staged-recipes,synapticarbors/staged-recipes,hadim/staged-recipes,asmeurer/staged-recipes,petrushy/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,isuruf/staged-recipes,dschreij/staged-recipes,petrushy/staged-recipes,ceholden/staged-recipes,mcs07/staged-recipes,birdsarah/staged-recipes,mcs07/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,synapticarbors/staged-recipes,igortg/staged-recipes,Juanlu001/staged-recipes,SylvainCorlay/staged-recipes,ReimarBauer/staged-recipes,patricksnape/staged-recipes,birdsarah/staged-recipes,cpaulik/staged-recipes,scopatz/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes |
5643132f31a49136c7c14862b48fb1210454be9f | roles/taiga/handlers/main.yml | roles/taiga/handlers/main.yml | ---
- name: restart circus
become: true
become_user: root
service:
name: circusd
state: restarted
- name: restart systemd
become: true
become_user: root
command: systemctl daemon-reload
| ---
- name: restart circus
become: true
become_user: root
service:
name: circusd
state: restarted
- name: reload systemd daemon
become: true
become_user: root
systemd:
daemon_reload: true
| Use systemd module, not command, to reload systemd | Use systemd module, not command, to reload systemd
We require Ansible 2.4 and later, which means we can use the
systemd module to just reload the daemon.
Reference:
https://docs.ansible.com/ansible/2.5/modules/systemd_module.html#notes
| YAML | agpl-3.0 | fghaas/taiga-ansible |
d1a1780192c02a6681561df717f8bbd103d94454 | layers/b2qt/recipes-qt/automotive/qtapplicationmanager/sc-config.yaml | layers/b2qt/recipes-qt/automotive/qtapplicationmanager/sc-config.yaml | #
# Copyright Pelagicore 2017
#
formatVersion: 1
formatType: am-configuration
---
containers:
selection:
- com.pelagicore.radio: "softwarecontainer"
- "*": "process"
softwarecontainer:
dbus: system
plugins:
container: [ "/usr/lib/libsoftwarecontainer-plugin.so" ]
| #
# Copyright Pelagicore 2017
#
formatVersion: 1
formatType: am-configuration
---
containers:
selection:
- com.pelagicore.calendar: "softwarecontainer"
- "*": "process"
softwarecontainer:
dbus: system
plugins:
container: [ "/usr/lib/libsoftwarecontainer-plugin.so" ]
| Enable calendar app to run in container | Enable calendar app to run in container
Signed-off-by: Tariq Ansari <dad672abc2e4079f76b3a3bd368bb45008914527@luxoft.com>
| YAML | mit | Pelagicore/meta-pelux,Pelagicore/meta-pelux,Pelagicore/meta-pelux |
c5cce358d0d939eef042a7d8f7011869f1020bed | deploy/kube-config.yaml | deploy/kube-config.yaml | ---
apiVersion: "v1"
kind: "ReplicationController"
metadata:
labels:
name: "kubedash"
name: "kubedash"
namespace: "kube-system"
spec:
replicas: 1
selector:
name: "kubedash"
template:
metadata:
labels:
name: "kubedash"
spec:
containers:
-
image: "gcr.io/google_containers:kubedash:v0.2.1"
name: "kubedash"
command:
- "/kubedash"
resources:
limits:
cpu: 50m
memory: 100MB
volumeMounts:
-
name: "ssl-certs"
mountPath: "/etc/ssl/certs"
readOnly: true
volumes:
-
name: "ssl-certs"
hostPath:
path: "/etc/ssl/certs"
---
apiVersion: "v1"
kind: "Service"
metadata:
labels:
name: "kubedash"
name: "kubedash"
namespace: "kube-system"
spec:
type: "LoadBalancer"
ports:
-
port: 80
targetPort: 8289
selector:
name: "kubedash"
| ---
apiVersion: "v1"
kind: "ReplicationController"
metadata:
labels:
name: "kubedash"
name: "kubedash"
namespace: "kube-system"
spec:
replicas: 1
selector:
name: "kubedash"
template:
metadata:
labels:
name: "kubedash"
spec:
containers:
-
image: "gcr.io/google_containers/kubedash:v0.2.1"
name: "kubedash"
command:
- "/kubedash"
resources:
limits:
cpu: 50m
memory: 100Mi
volumeMounts:
-
name: "ssl-certs"
mountPath: "/etc/ssl/certs"
readOnly: true
volumes:
-
name: "ssl-certs"
hostPath:
path: "/etc/ssl/certs"
---
apiVersion: "v1"
kind: "Service"
metadata:
labels:
name: "kubedash"
name: "kubedash"
namespace: "kube-system"
spec:
type: "LoadBalancer"
ports:
-
port: 80
targetPort: 8289
selector:
name: "kubedash"
| Fix typos in the deploy yaml script which prevent deployment. | Fix typos in the deploy yaml script which prevent deployment.
| YAML | apache-2.0 | jkurz/kubedash,jkurz/kubedash,jkurz/kubedash,jkurz/kubedash |
0fee721ce8790b0ac17ba2480c8f7b8e70886788 | schemas/dialogue-revision.yml | schemas/dialogue-revision.yml | required:
- patch
properties:
id:
type: string
readOnly: true
description: |
The revisions's identifier (generated by the API)
user_id:
type: string
readOnly: true
description: |
The identifier for the user who created this revision.
created:
type: number
readOnly: true
description: |
Timestamp representing when the revision was created in milliseconds
since the Unix epoch.
patch:
$ref: 'http://json.schemastore.org/json-patch'
description: |
JSON patch representing the changes made to the dialogue description in
this revision
type:
type: string
default: 'custom'
description: |
Programmatically usable string representing the type of change made to
the dialogue description in this revision.
details:
type: object
default: {}
description: |
Optional details about this revision.
| required:
- patch
properties:
id:
type: string
readOnly: true
description: |
The revisions's identifier (generated by the API)
url:
type: string
readOnly: true
description: |
API url for accessing the revision description.
user_id:
type: string
readOnly: true
description: |
The identifier for the user who created this revision.
created:
type: number
readOnly: true
description: |
Timestamp representing when the revision was created in milliseconds
since the Unix epoch.
patch:
$ref: 'http://json.schemastore.org/json-patch'
description: |
JSON patch representing the changes made to the dialogue description in
this revision
type:
type: string
default: 'custom'
description: |
Programmatically usable string representing the type of change made to
the dialogue description in this revision.
details:
type: object
default: {}
description: |
Optional details about this revision.
| Include url in revision schema | Include url in revision schema
| YAML | bsd-3-clause | praekelt/numi-api |
66d86e59cefb3d743edce5206132c23aa80bee02 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build & Deploy Docs
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 14.x
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Test code
run: npm test
- name: Install grunt
run: npm install -g grunt-cli
- name: Build docs
run: grunt jsdoc
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages # The branch the action should deploy to.
folder: _build/docs # The folder the action should deploy.
| name: Build & Deploy Docs
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 14.x
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Test code
run: npm test
- name: Install grunt
run: npm install -g grunt-cli
- name: Build docs
run: grunt jsdoc
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages # The branch the action should deploy to.
folder: _build/docs # The folder the action should deploy.
target-folder: docs
| Build goes to docs/ folder in gh-pages | Build goes to docs/ folder in gh-pages
| YAML | mit | Comcast/Surf-N-Perf,Comcast/Surf-N-Perf,Comcast/Surf-N-Perf |
47080f8aab8b9d26fd4bec1e012ce234fffc5c26 | .github/workflows/maven.yml | .github/workflows/maven.yml | name: GitHub CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
strategy:
matrix:
java: [ 8, 11.0.x ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn install -DskipTests
- name: Run Tests
run: mvn install -Dsurefire.rerunFailingTestsCount=2
| name: GitHub CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
strategy:
matrix:
java: [ 11, 17, 18 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn install -DskipTests
- name: Run Tests
run: mvn install -Dsurefire.rerunFailingTestsCount=2
| Remove JDK 8 from the build | Remove JDK 8 from the build | YAML | epl-1.0 | forge/core,forge/core,forge/core,forge/core,forge/core,forge/core,forge/core,forge/core,forge/core,forge/core |
b7fdf16399972fd78f3ee092763fac63ed21305e | .github/workflows/maven.yml | .github/workflows/maven.yml | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Build master with Maven
on:
push:
branches: [ master ]
# pull_request:
# branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B verify
| # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Build master with Maven
on:
push:
branches: [ master ]
# pull_request:
# branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B verify
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
| Add coveralls github build action | Add coveralls github build action | YAML | apache-2.0 | danielwegener/logback-kafka-appender |
a16bb39ff49e4b3bc818ccee9210b658e5902e0c | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Automated tests
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
container: node:16
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
| name: Automated tests
on: [push, pull_request]
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
container: node:16
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
| Set permissions for GitHub actions | chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: naveen <3ee6d032cf0e2168c09d055a780f32b07cd47cf5@users.noreply.github.com>
| YAML | mit | cytoscape/cytoscape.js,cytoscape/cytoscape.js |
a919852fc8134472035791bf582d7ca592da2142 | packages/at/ats-setup.yaml | packages/at/ats-setup.yaml | homepage: ''
changelog-type: ''
hash: 983b6db957f06422d671b456112798d69f8e53b2e91cebd650d5bc7a6b71de7d
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: ATS scripts for Cabal builds
changelog: ''
basic-deps:
http-client: -any
Cabal: ! '>=2.0'
base: ! '>=4.8 && <5'
tar: -any
http-client-tls: -any
zlib: -any
parallel-io: -any
directory: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.0.2'
- '0.1.0.4'
- '0.1.0.5'
- '0.1.0.6'
author: Vanessa McHale
latest: '0.1.0.6'
description-type: markdown
description: ! '# ats-setup
## Installation
## Configuration
'
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: 2421e0a60c5bd4ba7300539443bbab10d0b8ab9fd465c255bf2ccadb6317f72b
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: ATS scripts for Cabal builds
changelog: ''
basic-deps:
http-client: -any
Cabal: ! '>=2.0'
base: ! '>=4.8 && <5'
tar: -any
http-client-tls: -any
zlib: -any
parallel-io: -any
directory: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.0.2'
- '0.1.0.4'
- '0.1.0.5'
- '0.1.0.6'
- '0.2.0.0'
author: Vanessa McHale
latest: '0.2.0.0'
description-type: markdown
description: ! '# ats-setup
## Installation
## Configuration
'
license-name: BSD3
| Update from Hackage at 2018-02-01T07:57:52Z | Update from Hackage at 2018-02-01T07:57:52Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6ccf43605c4d1cadf1fb40a42a5628b766c92a7f | announce/2020/mfsa2020-49.yml | announce/2020/mfsa2020-49.yml | ## mfsa2020-49.yml
announced: November 9, 2020
impact: critical
fixed_in:
- Firefox 82.0.3
- Firefox ESR 78.4.1
title: Security Vulnerabilities fixed in Firefox 82.0.3 and Firefox ESR 78.4.1
advisories:
CVE-2020-26950:
title: Write side effects in MCallGetProperty opcode not accounted for
impact: critical
reporter: 360政企安全漏洞研究院 in Tianfu Cup 2020 International Cybersecurity Contest
description: |
In certain circumstances, the MCallGetProperty opcode can be emitted with unmet assumptions resulting in an exploitable use-after-free condition.
bugs:
- url: 1675905
| ## mfsa2020-49.yml
announced: November 9, 2020
impact: critical
fixed_in:
- Firefox 82.0.3
- Firefox ESR 78.4.1
- Thunderbird 78.4.2
title: Security Vulnerabilities fixed in Firefox 82.0.3, Firefox ESR 78.4.1, and Thunderbird 78.4.2
advisories:
CVE-2020-26950:
title: Write side effects in MCallGetProperty opcode not accounted for
impact: critical
reporter: 360政企安全漏洞研究院 in Tianfu Cup 2020 International Cybersecurity Contest
description: |
In certain circumstances, the MCallGetProperty opcode can be emitted with unmet assumptions resulting in an exploitable use-after-free condition.
bugs:
- url: 1675905
| Add Thunderbird to the list | Add Thunderbird to the list
| YAML | mpl-2.0 | mozilla/foundation-security-advisories,mozilla/foundation-security-advisories |
40d07ca22f61878eb80c48e600ce479bfd37eb47 | tasks/build-binary-new/php74-extensions-patch.yml | tasks/build-binary-new/php74-extensions-patch.yml | ---
extensions:
exclusions:
- name: sodium
- name: libz
- name: yaf
- name: amqp
- name: cassandra
| ---
extensions:
exclusions:
- name: sodium
- name: libz
- name: yaf
- name: amqp
- name: cassandra
- name: interbase
- name: recode
- name: wddx
| Exclude unbundled extensions from php 7.4 build | Exclude unbundled extensions from php 7.4 build
[#170014486]
| YAML | apache-2.0 | cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci |
bcf8ca30d4efce9206489db92674c6b5e6ed0417 | metadata/io.timelimit.android.aosp.direct.yml | metadata/io.timelimit.android.aosp.direct.yml | Categories:
- System
- Time
License: GPL-3.0-only
SourceCode: https://codeberg.org/timelimit/timelimit-android
IssueTracker: https://codeberg.org/timelimit/timelimit-android/issues
AutoName: TimeLimit
RepoType: git
Repo: https://codeberg.org/timelimit/timelimit-android.git
Builds:
- versionName: 2.7.5
versionCode: 87
commit: release-2.7.5
subdir: app
gradle:
- noGoogleApi
- directVersion
- productionServer
- versionName: 3.6.0
versionCode: 97
commit: release-3.6.0
subdir: app
gradle:
- noGoogleApi
- directVersion
- productionServer
- versionName: 3.7.0
versionCode: 98
commit: release-3.7.0
subdir: app
gradle:
- noGoogleApi
- directVersion
- productionServer
AutoUpdateMode: Version release-%v
UpdateCheckMode: Tags
UpdateCheckName: io.timelimit.android
CurrentVersion: 3.7.0
CurrentVersionCode: 98
| Categories:
- System
- Time
License: GPL-3.0-only
SourceCode: https://codeberg.org/timelimit/timelimit-android
IssueTracker: https://codeberg.org/timelimit/timelimit-android/issues
AutoName: TimeLimit
RepoType: git
Repo: https://codeberg.org/timelimit/timelimit-android.git
Builds:
- versionName: 2.7.5
versionCode: 87
commit: release-2.7.5
subdir: app
gradle:
- noGoogleApi
- directVersion
- productionServer
- versionName: 3.6.0
versionCode: 97
commit: release-3.6.0
subdir: app
gradle:
- noGoogleApi
- directVersion
- productionServer
- versionName: 3.7.0
versionCode: 98
commit: release-3.7.0
subdir: app
gradle:
- noGoogleApi
- directVersion
- productionServer
- versionName: 3.7.1
versionCode: 99
commit: release-3.7.1
subdir: app
gradle:
- noGoogleApi
- directVersion
- productionServer
AutoUpdateMode: Version release-%v
UpdateCheckMode: Tags
UpdateCheckName: io.timelimit.android
CurrentVersion: 3.7.1
CurrentVersionCode: 99
| Update TimeLimit to 3.7.1 (99) | Update TimeLimit to 3.7.1 (99)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
d1e774b9d921c92f9d5eeeafbe3724238bf7ff73 | metadata/dk.meznik.jan.encrypttext.yml | metadata/dk.meznik.jan.encrypttext.yml | Categories:
- Security
License: MIT
SourceCode: https://github.com/JanmanX/EncryptTextApp
IssueTracker: https://github.com/JanmanX/EncryptTextApp/issues
AutoName: Encrypt Text
Description: |-
A simple application to encrypt text. Can be used in combination with many other
applications, to increase security and privacy.
The application can be opened just as any other application. However, to avoid
the tedious application switching, the encryption can happen in-place, in any
application.
RepoType: git
Repo: https://github.com/JanmanX/EncryptTextApp.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: '1'
subdir: app
gradle:
- yes
- versionName: 1.2.1
versionCode: 3
commit: 1.2.1
subdir: app
gradle:
- yes
- versionName: 1.2.3
versionCode: 5
commit: 1.2.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.2.3
CurrentVersionCode: 5
| Categories:
- Security
License: MIT
SourceCode: https://github.com/JanmanX/EncryptTextApp
IssueTracker: https://github.com/JanmanX/EncryptTextApp/issues
AutoName: Encrypt Text
Description: |-
A simple application to encrypt text. Can be used in combination with many other
applications, to increase security and privacy.
The application can be opened just as any other application. However, to avoid
the tedious application switching, the encryption can happen in-place, in any
application.
RepoType: git
Repo: https://github.com/JanmanX/EncryptTextApp.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: '1'
subdir: app
gradle:
- yes
- versionName: 1.2.3
versionCode: 5
commit: 1.2.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.2.3
CurrentVersionCode: 5
| Encrypt Text: remove 1.2.1 (3) | Encrypt Text: remove 1.2.1 (3)
Outdated, failing build.
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
63caa3b06772244ca925c0f1c172bd7e9332617b | packages/la/lazy-hash.yaml | packages/la/lazy-hash.yaml | homepage: ''
changelog-type: ''
hash: a362397e6b2094047e696bb63a2f5160f5d5233bda7ac620233ed1d6165d8648
test-bench-deps: {}
maintainer: (@) jsag $ hvl.no
synopsis: Identifiers for not-yet-computed values
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.11'
vector-space: ! '>=0.9 && <0.18'
tagged: -any
hashable: ! '>=1.0 && <1.3'
haskell-src-meta: ! '>=0.6 && <0.9'
constrained-categories: ! '>=0.3 && <0.4'
template-haskell: -any
all-versions:
- 0.1.0.0
author: Justus Sagemüller
latest: 0.1.0.0
description-type: haddock
description: |-
This package gives a way to assign values with largely
unique keys, without ever actually spending the time needed to
compute the value. The basic idea is to hash the source code of some
expression (in other words, its unnormalised AST), rather than
the value (its normal form).
license-name: GPL-3.0-only
| homepage: ''
changelog-type: ''
hash: 1c937c16018eaf3d215a560ab744f2c1055e065cfa61058f684cb0a8a1426450
test-bench-deps: {}
maintainer: (@) jsag $ hvl.no
synopsis: Identifiers for not-yet-computed values
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.13'
vector-space: ! '>=0.9 && <0.18'
tagged: -any
hashable: ! '>=1.0 && <1.3'
haskell-src-meta: ! '>=0.6 && <0.9'
constrained-categories: ! '>=0.3 && <0.4'
template-haskell: -any
all-versions:
- 0.1.0.0
author: Justus Sagemüller
latest: 0.1.0.0
description-type: haddock
description: |-
This package gives a way to assign values with largely
unique keys, without ever actually spending the time needed to
compute the value. The basic idea is to hash the source code of some
expression (in other words, its unnormalised AST), rather than
the value (its normal form).
license-name: GPL-3.0-only
| Update from Hackage at 2019-09-18T13:26:53Z | Update from Hackage at 2019-09-18T13:26:53Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
fe79bb65cf491108a6622c0b7f35c98c8ba904c4 | stub/locales/rps/test-rp.yml | stub/locales/rps/test-rp.yml | en:
rps:
test-rp:
name: Register for an identity profile
analytics_description: analytics description for test-rp
other_ways_text: If you can't verify your identity using GOV.UK Verify, you can register for an identity profile <a href='http://www.example.com'>here</a>.
other_ways_description: register for an identity profile | en:
rps:
test-rp:
name: Register for an identity profile
analytics_description: analytics description for test-rp
other_ways_text: |
<p>If you can't verify your identity using GOV.UK Verify, you can register for an identity profile <a href="http://www.example.com">here</a>.</p>
<p>Tell us your:</p>
<ul>
<li>name</li>
<li>age</li>
</ul>
<p>Include any other relevant details if you have them.</p>
other_ways_description: register for an identity profile | Make other ways text more realistic | 3532: Make other ways text more realistic
@oswaldquek @richardtowers
| YAML | mit | alphagov/verify-frontend,alphagov/verify-frontend,alphagov/verify-frontend,alphagov/verify-frontend |
8eb39ad9ae82295188fb2adbce98b34272f4c867 | hiera/data/single-box.yaml | hiera/data/single-box.yaml | ---
matterhorn::config::http_port: '18080'
tomcat::install::http_port: '8983'
fcrepo::config::user: 'tomcat7'
fcrepo::config::server_host: 'localhost'
fcrepo::config::version: '3.6.1'
avalon::config::ruby_version: 'ruby-2.2.5'
avalon::config::source_branch: 'develop'
classes:
- avalon::config
- avalon::mysql
- mysql::server
- tomcat::install
- tomcat
- fcrepo::config
- fcrepo::mysql
- fcrepo
- solr
- matterhorn
- mdns
- red5
- avalon::security
- avalon
| ---
matterhorn::config::http_port: '18080'
tomcat::install::http_port: '8983'
fcrepo::config::user: 'tomcat7'
fcrepo::config::server_host: 'localhost'
fcrepo::config::version: '3.6.1'
avalon::config::ruby_version: 'ruby-2.2.5'
classes:
- avalon::config
- avalon::mysql
- mysql::server
- tomcat::install
- tomcat
- fcrepo::config
- fcrepo::mysql
- fcrepo
- solr
- matterhorn
- mdns
- red5
- avalon::security
- avalon
| Reset avalon source branch to master in prep for release | Reset avalon source branch to master in prep for release
| YAML | apache-2.0 | avalonmediasystem/avalon-installer,avalonmediasystem/avalon-installer,avalonmediasystem/avalon-installer |
4332afd9ea91122f91e32b37c36e1202d760223f | packages/sh/shake-elm.yaml | packages/sh/shake-elm.yaml | homepage: ''
changelog-type: ''
hash: 4680b9f70212f471beb118cb627a196fc2e5bf28fcdc2b84c817041a4c2372a9
test-bench-deps: {}
maintainer: vanessa.mchale@iohk.io
synopsis: Elm builds in shake
changelog: ''
basic-deps:
shake: ! '>=0.14'
base: ! '>=4.3 && <5'
all-versions:
- '0.1.0.0'
author: Vanessa McHale
latest: '0.1.0.0'
description-type: markdown
description: ! '# shake-elm
Library for using [shake](hackage.haskell.org/package/shake) with CCJS.
'
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: 7d569402808f86c14c45e0f2f07fc9184320f4ebd9d3989fae77c1bca11ce71a
test-bench-deps: {}
maintainer: vanessa.mchale@iohk.io
synopsis: Elm builds in shake
changelog: ''
basic-deps:
shake: ! '>=0.14'
base: ! '>=4.3 && <5'
all-versions:
- '0.1.0.0'
- '0.2.0.0'
author: Vanessa McHale
latest: '0.2.0.0'
description-type: markdown
description: ! '# shake-elm
Library for using [shake](hackage.haskell.org/package/shake) with CCJS.
'
license-name: BSD3
| Update from Hackage at 2018-08-21T16:47:52Z | Update from Hackage at 2018-08-21T16:47:52Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a4a7c6488f79bba6c2c556ab6dbfee4f7e242655 | .pyup.yml | .pyup.yml | # Specify requirement files by hand
requirements:
- requirements.txt
- {{cookiecutter.project_slug}}/requirements/base.txt
- {{cookiecutter.project_slug}}/requirements/local.txt
- {{cookiecutter.project_slug}}/requirements/production.txt
| # Specify requirement files by hand
requirements:
- requirements.txt:
# update all dependencies and pin them
update: all
pin: True
- {{cookiecutter.project_slug}}/requirements/base.txt:
# update all dependencies and pin them
update: all
pin: True
- {{cookiecutter.project_slug}}/requirements/local.txt:
# update all dependencies and pin them
update: all
pin: True
- {{cookiecutter.project_slug}}/requirements/production.txt:
# update all dependencies and pin them
update: all
pin: True
| Fix syntax in PyUP config file | Fix syntax in PyUP config file | YAML | bsd-3-clause | trungdong/cookiecutter-django,trungdong/cookiecutter-django,luzfcb/cookiecutter-django,ryankanno/cookiecutter-django,pydanny/cookiecutter-django,ad-m/cookiecutter-django,Parbhat/cookiecutter-django-foundation,ad-m/cookiecutter-django,trungdong/cookiecutter-django,pydanny/cookiecutter-django,ad-m/cookiecutter-django,Parbhat/cookiecutter-django-foundation,pydanny/cookiecutter-django,luzfcb/cookiecutter-django,ryankanno/cookiecutter-django,ad-m/cookiecutter-django,Parbhat/cookiecutter-django-foundation,Parbhat/cookiecutter-django-foundation,ryankanno/cookiecutter-django,pydanny/cookiecutter-django,ryankanno/cookiecutter-django,luzfcb/cookiecutter-django,luzfcb/cookiecutter-django,trungdong/cookiecutter-django |
6df0410d9e7eaa1ed66b24f05fc6faaa667f7527 | .sync.yml | .sync.yml | spec/spec_helper_acceptance.rb:
modules:
- name: maestrodev-maven
version: 1.0.0
- name: puppetlabs-java
version: 1.0.1
spec/spec_helper.rb:
default_facts:
http_proxy:
maven_version: '3.0.5'
.travis.yml:
forge:
password: "Otm0EXhVvdcqG80+M7bQy6gy+xv/x2hJuQm1PyscRAX7zSnHNDgv85DniqGPxnJlLKxjrWwLwzDQ1+UO5WpaBn0/Oiv2U+M8VrmKq9/YkO3XgL93HZNmKKpJnj+SBR6ZaCml00AbwfTLOOBkUBMHwLDlpkClSvB79rYmKJxkDh0="
| spec/spec_helper_acceptance.rb:
modules:
- name: maestrodev-maven
version: 1.0.0
- name: puppetlabs-java
version: 1.0.1
spec/spec_helper.rb:
default_facts:
http_proxy:
maven_version: '3.0.5'
.travis.yml:
forge_password: "Otm0EXhVvdcqG80+M7bQy6gy+xv/x2hJuQm1PyscRAX7zSnHNDgv85DniqGPxnJlLKxjrWwLwzDQ1+UO5WpaBn0/Oiv2U+M8VrmKq9/YkO3XgL93HZNmKKpJnj+SBR6ZaCml00AbwfTLOOBkUBMHwLDlpkClSvB79rYmKJxkDh0="
| Set the forge password correctly | Set the forge password correctly
| YAML | apache-2.0 | PierreR/puppet-sonarqube,velocity303/puppet-sonarqube,vladistan/puppet-sonarqube,nick040/puppet-sonarqube,velocity303/puppet-sonarqube,maestrodev/puppet-sonarqube,vladistan/puppet-sonarqube,thanandorn/puppet-sonarqube,ccin2p3/puppet-sonarqube,nick040/puppet-sonarqube,thanandorn/puppet-sonarqube,maestrodev/puppet-sonarqube,ccin2p3/puppet-sonarqube,PierreR/puppet-sonarqube,PierreR/puppet-sonarqube,velocity303/puppet-sonarqube,vladistan/puppet-sonarqube,thanandorn/puppet-sonarqube,ccin2p3/puppet-sonarqube,nick040/puppet-sonarqube,maestrodev/puppet-sonarqube |
d47623b3910553ed9e3ba2496f07e3df48b10502 | .forestry/front_matter/templates/test.yml | .forestry/front_matter/templates/test.yml | ---
label: test
hide_body: false
fields:
- type: text
name: title
label: title
- type: text
name: description
label: description
- type: datetime
name: date
label: date
- type: datetime
name: updated
label: updated
- type: file
name: image
label: image
- type: list
name: alias
label: alias
- type: text
name: typora-root-url
label: typora-root-url
| ---
label: test
hide_body: false
fields:
- type: text
name: title
label: title
- type: text
name: description
label: description
- type: datetime
name: date
label: date
- type: datetime
name: updated
label: updated
- type: file
name: image
label: image
- type: list
name: alias
label: alias
- type: text
name: typora-root-url
label: typora-root-url
default: "../static"
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | Narno/narno.com,Narno/narno.com |
e7e4060a0d362cbb72c4d148cd23f7e4ca060c28 | OrchidCore/src/orchid/resources/config.yml | OrchidCore/src/orchid/resources/config.yml | site:
about:
siteName: Orchid
siteDescription: A beautiful and truly unique documentation engine and static site generator.
theme:
useSidebarSearch: true
social:
github: 'JavaEden/Orchid'
twitter: 'OrchidSSG'
primaryColor: '#7E80CF'
bannerColor: '#444444'
linkColor: '#7E80CF'
trianglifyOptions:
x_colors: 'BuPu'
cell_size: 55
seed: 1
menu:
- type: 'link'
title: 'Home'
url: '/'
- type: 'wikiSections'
topLevel: false
- type: 'taxonomy'
taxonomyType: 'group'
includeTerms: true
termsAtRoot: true
- type: 'javadocPackages'
- type: 'javadocClasses'
extraCss:
- 'assets/css/pygments.scss'
services:
generators:
externalIndices:
- 'https://javaeden.github.io/Clog/meta/javadoc.index.json'
- 'https://javaeden.github.io/Common/meta/javadoc.index.json'
publications:
stages:
- type: 'ghPages'
username: 'cjbrooks12'
repo: 'JavaEden/Orchid'
branch: 'gh-pages'
publishType: 'CLEAN_BRANCH_MAINTAIN_HISTORY'
| site:
about:
siteName: Orchid
siteDescription: A beautiful and truly unique documentation engine and static site generator.
theme:
useSidebarSearch: true
social:
github: 'JavaEden/Orchid'
twitter: 'OrchidSSG'
primaryColor: '#7E80CF'
bannerColor: '#444444'
linkColor: '#7E80CF'
trianglifyOptions:
x_colors: 'BuPu'
cell_size: 55
seed: 1
menu:
- type: 'link'
title: 'Home'
url: '/'
- type: 'wikiSections'
topLevel: false
- type: 'taxonomy'
taxonomyType: 'group'
includeTerms: true
termsAtRoot: true
- type: 'javadocPackages'
- type: 'javadocClasses'
extraCss:
- 'assets/css/pygments.scss'
services:
generators:
externalIndices:
- 'https://javaeden.github.io/Clog/meta/javadoc.index.json'
- 'https://javaeden.github.io/Common/meta/javadoc.index.json'
publications:
stages:
- type: 'ghPages'
username: 'cjbrooks12'
repo: 'JavaEden/Orchid'
branch: 'gh-pages'
publishType: 'VERSIONED_BRANCH'
| Deploy to GitHub Pages from Orchid. | Deploy to GitHub Pages from Orchid.
| YAML | mit | JavaEden/Orchid-Core,JavaEden/OrchidCore,JavaEden/OrchidCore,JavaEden/OrchidCore,JavaEden/Orchid-Core |
02c679ebeca50706a153542b89ab0bbcfc8e8ef7 | Resources/config/serialization/Picture.yml | Resources/config/serialization/Picture.yml | VideoGamesRecords\CoreBundle\Entity\Picture:
attributes:
id:
groups:
- 'picture.read'
| VideoGamesRecords\CoreBundle\Entity\Picture:
attributes:
id:
groups:
- 'picture.read'
path:
groups:
- 'picture.read'
| Fix picture.path on api read | Fix picture.path on api read
| YAML | apache-2.0 | video-games-records/CoreBundle |
2cf946fcdf232f423bae51fd412e274969d755dc | data/dependencies/debian.yml | data/dependencies/debian.yml | default:
- mysql-common
- libpq5
- libsqlite3-0
- openssl
- libxml2
- libxslt1.1
- libreadline5
- libreadline6
debian-6:
- libssl0.9.8
- libmysqlclient16
- libevent-1.4-2
- libevent-core-1.4-2
- libevent-extra-1.4-2
debian-7:
- libssl1.0.0
- libmysqlclient18
- libevent-2.0-5
- libevent-core-2.0-5
- libevent-extra-2.0-5
| default:
- mysql-common
- libpq5
- libsqlite3-0
- openssl
- libxml2
- libxslt1.1
- libreadline5
- libreadline6
debian-6:
- libssl0.9.8
- libmysqlclient16
- libevent-1.4-2
- libevent-core-1.4-2
- libevent-extra-1.4-2
debian-7:
- libssl1.0.0
- libmysqlclient18
- libevent-2.0-5
- libevent-core-2.0-5
- libevent-extra-2.0-5
ubuntu-16.04:
- libssl1.0.0
- libmysqlclient20
- libevent-2.0-5
- libevent-core-2.0-5
- libevent-extra-2.0-5
| Add default deps for ubuntu 16.04 | Add default deps for ubuntu 16.04
| YAML | mit | monterail/pkgr,monterail/pkgr,crohr/pkgr,monterail/pkgr,crohr/pkgr,solarflarecommunications/pkgr,solarflarecommunications/pkgr,crohr/pkgr,solarflarecommunications/pkgr |
8abd2d6834047df7a695898c7bd68dfe44e99fe8 | data/get/os.yaml | data/get/os.yaml | # Budgie on other Operating Systems
"Arch Linux":
Description: "You can try Budgie on Arch Linux right from the community repository."
BudgieVersion: "10.2.9"
Icon: "arch-linux"
URL: "https://www.archlinux.org/packages/community/x86_64/budgie-desktop/"
"GeckoLinux Static Budgie":
Description: "GeckoLinux is a Linux spin based on the openSUSE distribution, with a focus on polish and out-of-the-box usability on the desktop."
BudgieVersion: "10.2.8"
Icon: "gecko-linux"
URL: "https://geckolinux.github.io/"
"Manjaro Budgie":
Description: "Manjaro Budgie is a community spin of Manjaro with Budgie."
BudgieVersion: "10.2.8"
Icon: "manjaro"
URL: "https://forum.manjaro.org/t/manjaro-budgie-16-10/12316"
"Ubuntu Budgie":
Description: "Ubuntu Budgie is community spin of Ubuntu with Budgie."
BudgieVersion: "10.2.9"
Icon: "ubuntu-budgie"
URL: "https://budgie-remix.org/" | # Budgie on other Operating Systems
"Arch Linux":
Description: "You can try Budgie on Arch Linux right from the community repository."
BudgieVersion: "10.2.9"
Icon: "arch-linux"
URL: "https://www.archlinux.org/packages/community/x86_64/budgie-desktop/"
"GeckoLinux Static Budgie":
Description: "GeckoLinux is a Linux spin based on the openSUSE distribution, with a focus on polish and out-of-the-box usability on the desktop."
BudgieVersion: "10.2.8"
Icon: "gecko-linux"
URL: "https://geckolinux.github.io/"
"Manjaro Budgie":
Description: "Manjaro Budgie is a community spin of Manjaro with Budgie."
BudgieVersion: "10.2.8"
Icon: "manjaro"
URL: "https://forum.manjaro.org/t/manjaro-budgie-16-10/12316"
"Ubuntu Budgie":
Description: "Ubuntu Budgie is community spin of Ubuntu with Budgie."
BudgieVersion: "10.2.9"
Icon: "ubuntu-budgie"
URL: "https://ubuntubudgie.org"
| Update ubuntu budgie website to official one | Update ubuntu budgie website to official one
| YAML | apache-2.0 | budgie-desktop/budgie-site |
cb7458ac66c168a3ad461afaf93182216d28d481 | updates/version.yaml | updates/version.yaml | 1.0.1: First version of Wysiwyg Editors
1.0.2: Automatic Injection to CMS & other codeeditors and October CMS`s Rich Editor Added
1.0.3: Automatic Injection to RainLab Static Pages & other plugin`s option is appear only if installed
1.0.4: New Froala editor added (on request from emzero439), Height & width property added for editor, setting moved to My Setting tab and minor changes in settings
1.0.5: Automatic Injection to Radiantweb`s Problog and ProEvents(option available in settings-content)
1.0.6: CKEditor updated and Bug fixes
1.0.7: Integrated elFinder (file browser) with Tiny MCE & CKEditor, Image upload/delete for Froala Editor
1.0.8: Added security to File Browser`s route (Authenticate users can only access File Browser)
1.0.9: Update CKEditor, Froala and TinyMCE.
| 1.0.1: First version of Wysiwyg Editors.
1.0.2: Automatic Injection to CMS & other codeeditors and October CMS`s Rich Editor Added.
1.0.3: Automatic Injection to RainLab Static Pages & other plugin`s option is appear only if installed.
1.0.4: New Froala editor added (on request from emzero439), Height & width property added for editor, setting moved to My Setting tab and minor changes in settings.
1.0.5: Automatic Injection to Radiantweb`s Problog and ProEvents (option available in settings-content).
1.0.6: CKEditor updated and Bug fixes.
1.0.7: Integrated elFinder (file browser) with Tiny MCE & CKEditor, Image upload/delete for Froala Editor.
1.0.8: Added security to File Browser`s route (Authenticate users can only access File Browser).
1.0.9: Update CKEditor, Froala and TinyMCE.
1.1.0: Support multilanguage, update elFinder and cleanup code. | Support multilanguage, update elFinder and cleanup code | Support multilanguage, update elFinder and cleanup code
| YAML | mit | anand-patel/oc-wysiwyg-editors,anand-patel/oc-wysiwyg-editors,anand-patel/oc-wysiwyg-editors |
3bd2e902228f33b72e49c65e7674d22b8d882cd8 | handlers/main.yml | handlers/main.yml | ---
# handlers file for ansible-role-proxmox
- name: restart pvedaemon
service:
name: pvedaemon
state: restarted
- name: reload sshd configuration
service:
name: sshd
state: reloaded
- name: reload watchdog-mux
service:
name: watchdog-mux
state: restarted
| ---
# handlers file for ansible-role-proxmox
- name: restart pvedaemon
service:
name: pvedaemon
state: restarted
- name: reload sshd configuration
service:
name: sshd
state: reloaded
- name: restart watchdog-mux
service:
name: watchdog-mux
state: restarted
| Correct handler name for watchdog-mux | Correct handler name for watchdog-mux
| YAML | mit | lae/ansible-role-proxmox,lae/ansible-role-proxmox |
94c8597ee450741c61014c73bb9318b02a05c8cb | config/final.yml | config/final.yml | ---
blobstore:
provider: s3
options:
bucket_name: logsearch-for-cloudfoundry-boshrelease
final_name: logsearch-for-cloudfoundry
| ---
blobstore:
provider: s3
options:
bucket_name: logsearch-for-cloudfoundry-blobs
region: eu-west-1
endpoint: https://s3-eu-west-1.amazonaws.com
final_name: logsearch-for-cloudfoundry
| Update S3 bucket for release blobs | Update S3 bucket for release blobs
| YAML | apache-2.0 | cloudfoundry-community/logsearch-for-cloudfoundry,cloudfoundry-community/logsearch-for-cloudfoundry,cloudfoundry-community/logsearch-for-cloudfoundry,cloudfoundry-community/logsearch-for-cloudfoundry,x6j8x/logsearch-for-cloudfoundry,hannayurkevich/logsearch-for-cloudfoundry,logsearch/logsearch-for-cloudfoundry,cloudfoundry-community/logsearch-for-cloudfoundry,logsearch/logsearch-for-cloudfoundry,hannayurkevich/logsearch-for-cloudfoundry,logsearch/logsearch-for-cloudfoundry,x6j8x/logsearch-for-cloudfoundry,logsearch/logsearch-for-cloudfoundry,hannayurkevich/logsearch-for-cloudfoundry,hannayurkevich/logsearch-for-cloudfoundry,x6j8x/logsearch-for-cloudfoundry,logsearch/logsearch-for-cloudfoundry,x6j8x/logsearch-for-cloudfoundry |
08a0b17608cb57cfa968aa0bb474468c1b0c4ba8 | config/peers.yml | config/peers.yml | - kind: Peer
apiVersion: v1
metadata:
name: DID Logic, Inc
zone: USA / us1
host: us1.sip.didlogic.net # Outbound host
username: 0001
secret: 1234
registries: # Inbound hosts
- sip.lax.didlogic.net
- sip.za.didlogic.net
- sip.ca.didlogic.net
- sip.nyc.didlogic.net
- sip.didlogic.net
acl:
- 192.168.1.6
- 192.168.1.12
- kind: Peer
apiVersion: v1
metadata:
name: Asterisk PBX 13
desc: Media Server
username: ms
secret: 1234
host: 192.168.1.6 | - kind: Peer
apiVersion: v1
metadata:
name: DID Logic, Inc
zone: USA / us1
host: us1.sip.didlogic.net # Outbound host
username: 0001
secret: 1234
registries: # Inbound hosts
- sip.lax.didlogic.net
- sip.za.didlogic.net
- sip.ca.didlogic.net
- sip.nyc.didlogic.net
- sip.didlogic.net
acl:
- 192.168.1.6
- 192.168.1.12
- kind: Peer
apiVersion: v1
metadata:
name: Asterisk PBX 13
desc: Media Server
username: ms
secret: 1234
host: 192.168.1.6 | Remove extra space in config files | Remove extra space in config files
| YAML | mit | psanders/sipio,fonoster/sipio,fonoster/sipio,psanders/sip.io,psanders/sipio,psanders/sip.io,fonoster/sipio |
34ac03fab90b05de75aa8c68c99c5a922780305b | config/redis.yml | config/redis.yml | development:
host: 127.0.0.1 %>
port: 6379 %>
test:
host: 127.0.0.1
port: 6379
production:
host: <%= ENV["REDIS_HOST"] %>
port: <%= ENV["REDIS_PORT"] %>
| development:
host: <%= ENV["REDIS_HOST"] || '127.0.0.1' %>
port: <%= ENV["REDIS_PORT"] || 6379 %>
test:
host: <%= ENV["REDIS_HOST"] || '127.0.0.1' %>
port: <%= ENV["REDIS_PORT"] || 6379 %>
production:
host: <%= ENV["REDIS_HOST"] %>
port: <%= ENV["REDIS_PORT"] %>
| Support environment variables for Redis in all environments | Support environment variables for Redis in all environments
This makes the Redis settings more easily configurable for dev and
test, while making the behaviour more consistent.
| YAML | mit | alphagov/signonotron2,alphagov/signonotron2,alphagov/signonotron2,alphagov/signonotron2 |
bb2320b232ca47d188ec9f178264eab1102c3290 | tests/propel.yml | tests/propel.yml | # http://propelorm.org/documentation/reference/configuration-file.html
propel:
general:
project: AccessControl
version: 0.1.0
database:
connections:
access_control:
adapter: sqlite
dsn: 'sqlite::memory:'
user: ''
password: ''
paths:
phpDir: src
generator:
platformClass: Propel\Generator\Platform\SqlitePlatform
objectModel:
addGenericAccessors: false
addGenericMutators: false
addHooks: false
| # http://propelorm.org/documentation/reference/configuration-file.html
propel:
general:
project: AccessControl
version: 0.1.0
database:
connections:
access_control:
adapter: sqlite
dsn: 'sqlite::memory:'
user: ''
password: ''
paths:
phpDir: build/src
generator:
platformClass: Propel\Generator\Platform\SqlitePlatform
objectModel:
addGenericAccessors: false
addGenericMutators: false
addHooks: false
| Change Propel settings for tests, too... | Change Propel settings for tests, too...
| YAML | mit | phlopsi/access-control,phlopsi/php-access-control |
e994c99635a00b05c9a84754f6b86061faad6967 | s3_website.yml | s3_website.yml | s3_id: <%= ENV['S3_ACCESS_KEY_ID'] %>
s3_secret: <%= ENV['S3_SECRET_KEY'] %>
s3_bucket: docs.gigaspaces.com
# Below are examples of all the available configurations.
# See README for more detailed info on each of them.
max_age:
"*": 300
# gzip:
# - .html
# - .css
# - .md
s3_endpoint: us-east-1
s3_reduced_redundancy: true
# cloudfront_distribution_id: your-dist-id
# cloudfront_distribution_config:
# default_cache_behavior:
# min_TTL: <%= 60 * 60 * 24 %>
# aliases:
# quantity: 1
# items:
# CNAME: your.website.com
concurrency_level: 100
# routing_rules:
# - condition:
# key_prefix_equals: blog/some_path
# redirect:
# host_name: blog.example.com
# replace_key_prefix_with: some_new_path/
# http_redirect_code: 301 | s3_id: <%= ENV['S3_ACCESS_KEY_ID'] %>
s3_secret: <%= ENV['S3_SECRET_KEY'] %>
s3_bucket: docs.gigaspaces.com
# Below are examples of all the available configurations.
# See README for more detailed info on each of them.
max_age:
"*": 300
# gzip:
# - .html
# - .css
# - .md
s3_endpoint: us-east-1
s3_reduced_redundancy: true
# cloudfront_distribution_id: your-dist-id
# cloudfront_distribution_config:
# default_cache_behavior:
# min_TTL: <%= 60 * 60 * 24 %>
# aliases:
# quantity: 1
# items:
# CNAME: your.website.com
concurrency_level: 10
# routing_rules:
# - condition:
# key_prefix_equals: blog/some_path
# redirect:
# host_name: blog.example.com
# replace_key_prefix_with: some_new_path/
# http_redirect_code: 301 | Decrease concurrency level for s3 push | Decrease concurrency level for s3 push
| YAML | apache-2.0 | aharonmoll/gigaspaces-wiki-jekyll,barakb/gigaspaces-wiki-jekyll,esteratz/gigaspaces-wiki-jekyll,aharonmoll/gigaspaces-wiki-jekyll,aharonmoll/gigaspaces-wiki-jekyll,yohanakh/gigaspaces-wiki-jekyll,esteratz/gigaspaces-wiki-jekyll,hagaiGS/gigaspaces-wiki-jekyll,esteratz/gigaspaces-wiki-jekyll,rasteroid/gigaspaces-wiki-jekyll,eliranmal/gigaspaces-wiki-jekyll,ShayHassidim/gigaspaces-wiki-jekyll,rasteroid/gigaspaces-wiki-jekyll,yohanakh/gigaspaces-wiki-jekyll,barakb/gigaspaces-wiki-jekyll,aharonmoll/gigaspaces-wiki-jekyll,kemiz/gigaspaces-wiki-jekyll,barakb/gigaspaces-wiki-jekyll,ShayHassidim/gigaspaces-wiki-jekyll,ShayHassidim/gigaspaces-wiki-jekyll,yohanakh/gigaspaces-wiki-jekyll,yohanakh/gigaspaces-wiki-jekyll,eliranmal/gigaspaces-wiki-jekyll,aharonmoll/gigaspaces-wiki-jekyll,kemiz/gigaspaces-wiki-jekyll,ShayHassidim/gigaspaces-wiki-jekyll,eliranmal/gigaspaces-wiki-jekyll,kemiz/gigaspaces-wiki-jekyll,kemiz/gigaspaces-wiki-jekyll,rasteroid/gigaspaces-wiki-jekyll,rasteroid/gigaspaces-wiki-jekyll,ShayHassidim/gigaspaces-wiki-jekyll,rasteroid/gigaspaces-wiki-jekyll,eliranmal/gigaspaces-wiki-jekyll,kemiz/gigaspaces-wiki-jekyll,hagaiGS/gigaspaces-wiki-jekyll,hagaiGS/gigaspaces-wiki-jekyll,eliranmal/gigaspaces-wiki-jekyll,hagaiGS/gigaspaces-wiki-jekyll,barakb/gigaspaces-wiki-jekyll,esteratz/gigaspaces-wiki-jekyll,esteratz/gigaspaces-wiki-jekyll |
eebc7a8db6758ef2c001b9299654c8734de6cd85 | .github/workflows/Test.yml | .github/workflows/Test.yml | name: Test
on: [push, pull_request]
jobs:
macOS:
runs-on: macOS-latest
steps:
- name: Show environments
run: |
sw_vers
xcodebuild -version
swift --version
- uses: actions/checkout@v1
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_11.4.app/Contents/Developer'
- name: Checkout submodules
run: |
git submodule update --init
- name: Lint Swift
run: |
brew install swiftlint
swiftlint
- name: Unit Test
run: |
set -o pipefail
xcodebuild test -workspace CotEditor.xcworkspace -scheme CotEditor CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c
- name: Unit Test for SyntaxMapBuilder
run: |
cd SyntaxMapBuilder
swift build
swift test 2>&1 | xcpretty -c
| name: Test
on: [push, pull_request]
jobs:
macOS:
runs-on: macOS-latest
steps:
- name: Show environments
run: |
sw_vers
xcodebuild -version
swift --version
- uses: actions/checkout@v1
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_12_beta.app/Contents/Developer'
- name: Checkout submodules
run: |
git submodule update --init
- name: Lint Swift
run: |
brew install swiftlint
swiftlint
- name: Unit Test
run: |
set -o pipefail
xcodebuild test -workspace CotEditor.xcworkspace -scheme CotEditor CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c
- name: Unit Test for SyntaxMapBuilder
run: |
cd SyntaxMapBuilder
swift build
swift test 2>&1 | xcpretty -c
| Use Xcode 12-beta for GitHub action | Use Xcode 12-beta for GitHub action | YAML | apache-2.0 | onevcat/CotEditor,onevcat/CotEditor,onevcat/CotEditor |
313e4a19960a9383a954a1a70830017caf90a22e | .github/workflows/main.yml | .github/workflows/main.yml | name: Build and Test
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Build
run: |
mkdir build
cd build
cmake ..
make
- name: Unit Tests
run: |
cd build
ctest -C Debug -VV
| name: Build and Test
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Build
run: |
mkdir build
cd build
cmake ..
cmake --build .
- name: Unit Tests
run: |
cd build
ctest -C Debug -VV
| Use 'cmake --build' instead of 'make' | Use 'cmake --build' instead of 'make'
| YAML | mit | adamstark/AudioFile,adamstark/AudioFile |
5d15f8fb44be7ae37a1166aca12f27ea8dbbcef8 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
- name: Build and run
run: |
cmake -G "Visual Studio 16 2019" -D BUILD_TESTS=ON ./
MSBuild.exe etl.sln
| name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
- name: Build and run
run: |
cmake -G "Visual Studio 16 2019" -D BUILD_TESTS=ON ./
MSBuild.exe etl.sln
run: ./test/etl_tests
| Add VS2019 configuration to Github CI | Add VS2019 configuration to Github CI
| YAML | mit | ETLCPP/etl,ETLCPP/etl,ETLCPP/etl,ETLCPP/etl |
89eed00c237f3f0faaa9a138e92b651137782a33 | .github/workflows/rust.yml | .github/workflows/rust.yml | name: Rust
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
RUSTFLAGS: -A warnings
jobs:
test:
name: Test on ${{ matrix.os }} using Rust ${{ matrix.rust }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [stable, nightly]
steps:
- uses: actions/checkout@v1
- name: Install Rust
shell: bash
run: |
if hash rustup 2>/dev/null; then
rustup toolchain install ${{ matrix.rust }}
else
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain ${{ matrix.rust }}
mv $HOME/.cargo/bin/* /usr/local/bin
fi
- name: Install LLVM
if: matrix.os == 'windows-latest'
run: choco upgrade llvm -y
- name: Set clang path
if: matrix.os =='windows-latest'
run: echo "LIBCLANG_PATH=C:\Program Files\LLVM\bin" >> $GITHUB_ENV
shell: bash
- name: Build
run: cargo +${{ matrix.rust }} build
- name: Test
run: cargo +${{ matrix.rust }} test
- name: Benchmark
if: matrix.rust == 'nightly'
run: cargo +${{ matrix.rust }} bench
| name: Rust
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
RUSTFLAGS: -A warnings
jobs:
test:
name: Test on ${{ matrix.os }} using Rust ${{ matrix.rust }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [stable, nightly]
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
targets: ${{ matrix.target }}
components: 'rustfmt, clippy'
- uses: actions/checkout@v2
- name: Install LLVM
if: matrix.os == 'windows-latest'
run: choco upgrade llvm -y
- name: Set clang path
if: matrix.os =='windows-latest'
run: echo "LIBCLANG_PATH=C:\Program Files\LLVM\bin" >> $GITHUB_ENV
shell: bash
- name: Cargo fmt
run: cargo +${{ matrix.rust }} fmt --all -- --check
if: matrix.os == 'ubuntu-latest' && matrix.rust == 'nightly'
- name: Cargo clippy
run: cargo +${{ matrix.rust }} clippy --all-targets --workspace
if: matrix.os == 'ubuntu-latest' && matrix.rust == 'nightly'
- name: Build
run: cargo +${{ matrix.rust }} build
- name: Test
run: cargo +${{ matrix.rust }} test
- name: Benchmark
if: matrix.rust == 'nightly'
run: cargo +${{ matrix.rust }} bench
| Add clippy and fmt checks to CI | Add clippy and fmt checks to CI
Let's keep it clean and consistent.
| YAML | apache-2.0 | saulius/croaring-rs,saulius/croaring-rs,saulius/croaring-rs |
835216bc35a2165a3c8682d9efad1ff58e404c56 | manifests/cf-manifest/isolation-segments/prod/govuk-notify-staging.yml | manifests/cf-manifest/isolation-segments/prod/govuk-notify-staging.yml | ---
number_of_cells: 12
isolation_segment_name: govuk-notify-staging
| ---
number_of_cells: 24
isolation_segment_name: govuk-notify-staging
| Scale Notify staging isolation segment to 24 cells | Scale Notify staging isolation segment to 24 cells
We recently created an isolation segment for GOV.UK Notify. They are using it to conduct load testing against their staging environment without affecting the rest of the PaaS.
We chose 12 cells to start with. This was based on the maximum memory usage if their staging environment autoscaled all the way up. We already suspected they might run low on CPU resources. They have now run more load tests and we can see that the isolation segment's cells all went up to 100% CPU.
This commit doubles the isolation segment's size from 12 cells up to 24. This will provide twice as much CPU.
An alternative approach is to use an EC2 instance type that has more vCPU cores. We may still do that, and it is cheaper (at least if we ignore existing Reserved Instances.) For now though we want load testing results that broadly will apply to Notify's production environment, using the normal cells. | YAML | mit | alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf |
8b52996a9f2d460ae653b6858c8ebf3325bb4b82 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Determine env variables from local files
run: |
echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
echo "CC_TEST_REPORTER_ID=$(grep "reporter_id" .codeclimate.yml | cut -d " " -f 2)" >> $GITHUB_ENV
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Run tests
run: make integration-test -e test_args="-coverprofile .github/cover.out"
- name: Publish Code Coverage
if: success() || failure()
uses: paambaati/codeclimate-action@v2.7.5
with:
coverageCommand: sed -i "s%github.com/ccremer/%%" .github/cover.out
prefix: ${{ github.event.repository.name }}
coverageLocations:
"${{github.workspace}}/.github/cover.out:gocov"
| name: Test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Determine env variables from local files
run: |
echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
echo "CC_TEST_REPORTER_ID=$(grep "reporter_id" .codeclimate.yml | cut -d " " -f 2)" >> $GITHUB_ENV
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Run tests
run: make integration-test -e test_args="-coverprofile .github/cover.out"
- name: Publish Code Coverage
if: success() || failure()
uses: paambaati/codeclimate-action@v3.0.0
with:
coverageCommand: sed -i "s%github.com/ccremer/%%" .github/cover.out
prefix: ${{ github.event.repository.name }}
coverageLocations:
"${{github.workspace}}/.github/cover.out:gocov"
| Update paambaati/codeclimate-action action to v3 | Update paambaati/codeclimate-action action to v3
| YAML | mit | BrainDoctor/clustercode,BrainDoctor/clustercode,BrainDoctor/clustercode,BrainDoctor/clustercode |
cb58cd9591c3db6643b4af0887e0e228f4884f8d | .github/workflows/test.yml | .github/workflows/test.yml | name: Tests and linting
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run linting
run: composer run-script lint
- name: Run tests
run: composer run-script test
| name: Tests and linting
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run linting
run: composer run-script lint
- name: Run tests
run: composer run-script test
| Use PHP 8.0 in CI | Use PHP 8.0 in CI
| YAML | mit | KnpLabs/packagist-api |
273f0e49cfa540c67802a988da5dccc7a0e82105 | config/final.yml | config/final.yml | ---
blobstore:
provider: s3
options:
bucket_name: port-forwarding-boshrelease
final_name: port-forwarding-boshrelease
| ---
blobstore:
provider: s3
options:
bucket_name: port-forwarding-boshrelease
final_name: port-forwarding
| Drop the term "boshrelease" from the release name | Drop the term "boshrelease" from the release name
| YAML | mit | cloudfoundry-community/port-forwarding-boshrelease,cloudfoundry-community/port-forwarding-boshrelease |
f109b818bf57a3fbf99dc03bf7b8adc262c0d4e8 | test/integration/destructive.yml | test/integration/destructive.yml | - hosts: testhost
gather_facts: True
roles:
- { role: test_service, tags: test_service }
- { role: test_pip, tags: test_pip }
- { role: test_gem, tags: test_gem }
- { role: test_yum, tags: test_yum }
- { role: test_apt, tags: test_apt }
- { role: test_apt_repository, tags: test_apt_repository }
- { role: test_mysql_db, tags: test_mysql_db}
- { role: test_mysql_user, tags: test_mysql_user}
- { role: test_mysql_user, tags: test_mysql_user}
- { role: test_mysql_variables, tags: test_mysql_variables}
| - hosts: testhost
gather_facts: True
roles:
- { role: test_service, tags: test_service }
# Current pip unconditionally uses md5. We can re-enable if pip switches
# to a different hash or allows us to not check md5
- { role: test_pip, tags: test_pip, when: ansible_fips != True }
- { role: test_gem, tags: test_gem }
- { role: test_yum, tags: test_yum }
- { role: test_apt, tags: test_apt }
- { role: test_apt_repository, tags: test_apt_repository }
- { role: test_mysql_db, tags: test_mysql_db}
- { role: test_mysql_user, tags: test_mysql_user}
- { role: test_mysql_user, tags: test_mysql_user}
- { role: test_mysql_variables, tags: test_mysql_variables}
| Disable pip test on FIPS enabled systems because pip unconditionally uses md5 | Disable pip test on FIPS enabled systems because pip unconditionally uses md5
| YAML | mit | thaim/ansible,thaim/ansible |
42e3863b24caaa3f2baf66c6e0658f07da1f8dfe | tasks/main.yml | tasks/main.yml | ---
# tasks file for consul-template
- name: Write install script
template:
src=install.j2
dest={{consul_template_install_script}}
mode=0755
tags:
- consul-template
- name: Check consul-template version
shell: consul-template --version >> tmp.ver 2>&1 && cat tmp.ver | grep {{consul_template_ver}}
ignore_errors: true
register: consul_template_ver_matches
tags:
- consul-template
- name: Install consul-template
shell: "{{consul_template_install_script}}"
when: consul_template_ver_matches|failed
tags:
- consul-template
- name: Verify binary
shell: "stat {{consul_template_bin_path}}/{{consul_template_bin_name}}"
tags:
- consul-template
- name: Make templates dir
file:
path={{consul_template_templates_dir}}
state=directory
tags:
- consul-template
| ---
# tasks file for consul-template
- name: Write install script
template:
src=install.j2
dest={{consul_template_install_script}}
mode=0755
tags:
- consul-template
- name: Check consul-template version
shell: consul-template --version >> tmp.ver 2>&1 && grep {{consul_template_ver}} tmp.ver
ignore_errors: true
register: consul_template_ver_matches
tags:
- consul-template
- name: Install consul-template
shell: "{{consul_template_install_script}}"
when: consul_template_ver_matches|failed
tags:
- consul-template
- name: Verify binary
stat:
path: "{{consul_template_bin_path}}//{{consul_template_bin_name}}"
register: verify_binary
- name: Fail if binary is not present
fail:
msg: consul-template binary is not present
when: not verify_binary.stat.exists
- name: Make templates dir
file:
path={{consul_template_templates_dir}}
state=directory
tags:
- consul-template
| Verify binary task should not be flagged changed if the installation is correct | Verify binary task should not be flagged changed if the installation is correct
| YAML | mit | mtchavez/ansible-consul-template |
f1b7a47a4c79a587f1c488be6171504b7d88d525 | hieradata/node/asset-slave-1.backend.integration.publishing.service.gov.uk.yaml | hieradata/node/asset-slave-1.backend.integration.publishing.service.gov.uk.yaml | ---
lv:
data:
pv:
- '/dev/sdc1'
- '/dev/sdd1'
vg: 'uploads'
cache:
pv:
- '/dev/sda1'
vg: 'duplicity'
| ---
lv:
data:
pv:
- '/dev/sdb1'
- '/dev/sdc1'
vg: 'uploads'
cache:
pv:
- '/dev/sdd1'
vg: 'duplicity'
| Update integration asset slave disks | Update integration asset slave disks
After reboot the disks changed their labels, so Puppet is incorrect for
managing the LVM volumes.
We should check how to change the configuration to use UUIDs.
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
37485f0d825749c83095bafec32b5a4e8fe3ef8a | .github/workflows/Main.yml | .github/workflows/Main.yml | name: Main
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Yarn install
run: yarn install
- name: Generate search index
run: yarn gen
- name: Build WASM
run: yarn build
- name: Webpack
run: yarn webpack
| name: Main
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Yarn install
run: yarn install
- name: Generate search index
run: yarn gen
- name: Build WASM
run: yarn build
- name: Webpack
run: yarn webpack
| Disable pull_request event in CI | Disable pull_request event in CI | YAML | mit | Alexendoo/utf,Alexendoo/utf,Alexendoo/utf,Alexendoo/utf |
dc045c070b7d6eb23db317e769511c43f866931d | .github/workflows/demo.yml | .github/workflows/demo.yml | name: Build demo and check output
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: '3.9'
- name: Install ffmpeg
run: |
sudo apt-get update
sudo apt-get install ffmpeg
- name: Install Python dependencies
run: |
pip install --upgrade pip
pip install -e .
- name: Build site
run: |
make demo
- name: Check html
uses: Cyb3r-Jak3/html5validator-action@v0.4.4
with:
root: demo/output/
css: true
log_level: INFO
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: demo/output
publish_branch: gh-pages
force_orphan: true
| name: Build demo and check output
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- run: |
sudo apt-get update
sudo apt-get install ffmpeg
- run: |
pip install --upgrade pip
pip install -e .
- run: make demo
- uses: Cyb3r-Jak3/html5validator-action@v0.6
with:
root: demo/output/
css: true
log_level: INFO
- uses: peaceiris/actions-gh-pages@v3.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: demo/output
publish_branch: gh-pages
force_orphan: true
| Update used actions and rename step names | Update used actions and rename step names | YAML | mit | 153957/153957-theme,153957/153957-theme |
f345c82969d6aab2bfb4bd11e0b062a3509da822 | .github/workflows/java.yml | .github/workflows/java.yml | name: Java
on:
push:
paths-ignore:
- 'applications/generate/**'
pull_request:
paths-ignore:
- 'applications/generate/**'
jobs:
java:
name: ${{ matrix.java-version }}
runs-on: ubuntu-latest
strategy:
matrix:
java-version:
- 8
- 11
steps:
- name: Check out GitHub repository
uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- name: Cache Maven repository
uses: actions/cache@v1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Run tests
run: mvn test
- name: Run Checkstyle
run: mvn checkstyle:check
| name: Java
on:
push:
paths-ignore:
- 'applications/generate/**'
pull_request:
paths-ignore:
- 'applications/generate/**'
jobs:
java:
name: ${{ matrix.java-version }}
runs-on: ubuntu-latest
strategy:
matrix:
java-version:
- 8
- 11
- 17
steps:
- name: Check out GitHub repository
uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- name: Cache Maven repository
uses: actions/cache@v1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Run tests
run: mvn test
- name: Run Checkstyle
run: mvn checkstyle:check
| Add OpenJDK 17 to GitHub Actions | Add OpenJDK 17 to GitHub Actions
| YAML | apache-2.0 | paritytrading/philadelphia,paritytrading/philadelphia,paritytrading/philadelphia |
07031835b9a26f4a763e78caefd6118dcaf393a8 | .github/workflows/main.yml | .github/workflows/main.yml | name: build
on: [push]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Install dependencies (Ubuntu)
if: startsWith(matrix.os, 'Ubuntu')
run: |
sudo apt-get update
sudo apt-get install bison flex spim
- name: Install dependencies (macOS)
if: startsWith(matrix.os, 'macOS')
run: |
brew update
brew install bison flex spim
- name: Debug build and test
run: |
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
cmake --build . --config Debug
../tests/test.sh ./scc
- name: Release build and test
run: |
rm -rf build && mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release
../tests/test.sh ./scc
| name: build
on: [push]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Install dependencies (Ubuntu)
if: startsWith(matrix.os, 'Ubuntu')
run: |
sudo apt-get update
sudo apt-get install bison flex spim
- name: Install dependencies (macOS)
if: startsWith(matrix.os, 'macOS')
run: |
brew update
brew install bison flex spim
- name: Debug build and test
run: |
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
cmake --build . --config Debug
chmod +x ../tests/test.sh
../tests/test.sh ./scc
- name: Release build and test
run: |
rm -rf build && mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release
chmod +x ../tests/test.sh
../tests/test.sh ./scc
| Add permission to script file. | Add permission to script file. | YAML | mit | RyanWangGit/scc |
15df6f26ef568d8d25a087d54c5b9814ff5674c4 | .github/workflows/main.yml | .github/workflows/main.yml | name: Deploy Zou to staging environment
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Update Zou on staging server
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script_stop: true
script: |
cd /opt/zou
. zouenv/bin/activate
source /etc/zou/zou.env
pip install --upgrade git+https://github.com/cgwire/zou.git
zou upgrade_db
sudo service zou restart
| name: Deploy Zou to staging environment
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Update Zou on staging server
uses: appleboy/ssh-action@v0.1.4
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script_stop: true
script: |
cd /opt/zou
source /etc/zou/zou.env
sudo /opt/zou/zouenv/bin/pip install --upgrade git+https://github.com/cgwire/zou.git
sudo -E -u zou /opt/zou/zouenv/bin/zou upgrade-db
sudo systemctl restart zou zou-events zou-jobs
| Fix github action for staging deployement | Fix github action for staging deployement
| YAML | agpl-3.0 | cgwire/zou |
79f3f6732937b2f331d2ba49219bbbec78f7eb7a | .github/workflows/main.yml | .github/workflows/main.yml | name: gstd CI
on:
push:
branches:
- master
- develop
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Dependecies
run: |
sudo apt update
sudo apt install automake libtool pkg-config libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
sudo apt install libglib2.0-dev libjson-glib-dev gtk-doc-tools libreadline-dev libncursesw5-dev
sudo apt install libdaemon-dev libjansson-dev python3-pip python3-setuptools libsoup2.4
- name: Generate
run: ./autogen.sh
- name: Configure
run: ./configure CFLAGS=-Werror
- name: Compile
run: make
- name: Checks
run: make check
- name: Install
run: sudo make install
- name: List Pipelines Verification
run: |
gstd -e
gstd-client list_pipelines
| name: gstd CI
on:
push:
branches:
- master
- develop
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Dependecies
run: |
sudo apt update
sudo apt install automake libtool pkg-config libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
sudo apt install libglib2.0-dev libjson-glib-dev gtk-doc-tools libedit-dev libncursesw5-dev
sudo apt install libdaemon-dev libjansson-dev python3-pip python3-setuptools libsoup2.4
- name: Generate
run: ./autogen.sh
- name: Configure
run: ./configure CFLAGS=-Werror
- name: Compile
run: make
- name: Checks
run: make check
- name: Install
run: sudo make install
- name: List Pipelines Verification
run: |
gstd -e
gstd-client list_pipelines
| Replace readline with libedit on CI scripts | Replace readline with libedit on CI scripts | YAML | lgpl-2.1 | RidgeRun/gstd-1.x,RidgeRun/gstd-1.x,RidgeRun/gstd-1.x,RidgeRun/gstd-1.x |
5fea6b2b23e94a4b94ce947c3c6a6aeb96539fad | .github/workflows/rust.yml | .github/workflows/rust.yml | name: Rust
on:
push:
branches: [master]
paths:
- '**.rs'
- '**.toml'
- '.github/workflows/rust.yml'
pull_request:
paths:
- '**.rs'
- '**.toml'
- '.github/workflows/rust.yml'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
default: true
profile: minimal
toolchain: stable
override: true
- name: Build
run: cargo build --workspace --all-targets
- name: Run tests
run: cargo test --workspace --all-targets
- name: Run doctests
run: cargo test --workspace --doc
env:
RUST_BACKTRACE: 1
features:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
default: true
profile: minimal
toolchain: stable
override: true
- name: Run tests no-default-features
run: cargo test --workspace --all --doc --no-default-features
- name: Run tests only fuzzy
run: cargo test --workspace --all --doc --no-default-features --features with-fuzzy
- name: Run tests all features
run: cargo test --workspace --all --doc --features with-fuzzy,with-dirs
env:
RUST_BACKTRACE: 1
| name: Rust
on:
push:
branches: [master]
paths:
- '**.rs'
- '**.toml'
- '.github/workflows/rust.yml'
pull_request:
paths:
- '**.rs'
- '**.toml'
- '.github/workflows/rust.yml'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
default: true
profile: minimal
toolchain: stable
override: true
- name: Build
run: cargo build --workspace --all-targets
- name: Run tests
run: cargo test --workspace --all-targets
- name: Run doctests
run: cargo test --workspace --doc
env:
RUST_BACKTRACE: 1
| Revert changes to github actions file | Revert changes to github actions file
| YAML | mit | kkawakam/rustyline |
616fcd1e34ba05de790a8f2745f5d61e032ff51e | .github/workflows/ci-build.yml | .github/workflows/ci-build.yml | name: Continous build - build and test on every push
on: push
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [8, 11]
steps:
- name: Checkout
uses: actions/checkout@v1
with:
submodules: true
- name: Setup Java ${{ matrix.java-version }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- name: Report Java version
run: |
java -version
javac -version
- name: Build with Ant
run: ant test
| name: Continous build - build and test on every push
on: push
jobs:
build:
name: Build and test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java-version: [8, 11]
steps:
- name: Checkout
uses: actions/checkout@v1
with:
submodules: true
- name: Setup Java ${{ matrix.java-version }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- name: Report Java version
run: |
java -version
javac -version
- name: Build with Ant
run: ant test
| Build on matrix of latest Ubunutu and latest Windows. | Build on matrix of latest Ubunutu and latest Windows.
Currently that is Ubuntu 18.04 and Windows Server 2019.
https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners
| YAML | apache-2.0 | gitblit/gitblit,fzs/gitblit,fzs/gitblit,fzs/gitblit,fzs/gitblit,gitblit/gitblit,gitblit/gitblit,fzs/gitblit,gitblit/gitblit,gitblit/gitblit |
c2e7668e97e1e16fc0104515f61a19775d1ff3e5 | .github/workflows/gh-pages.yml | .github/workflows/gh-pages.yml | name: github pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
- name: Build
run: hugo --verbose --minify
| name: github pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
- name: Build
run: hugo --verbose --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
| Add github action step to deploy site. | Add github action step to deploy site.
| YAML | apache-2.0 | robdimsdale/dimsdale-website |
e82dd6d07e2e54fafb5460dd824643b4584f060d | .github/workflows/gh-pages.yml | .github/workflows/gh-pages.yml | name: github pages
on:
push:
branches:
- main # Set a branch to deploy
pull_request:
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
# extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
| name: github pages
on:
push:
branches:
- main # Set a branch to deploy
- master
pull_request:
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
# extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
| Fix branch naming for GitHub Action | Fix branch naming for GitHub Action
| YAML | mit | hackutk/hackutk.github.io,hackutk/hackutk.github.io |
b3d153d8f28cd8e75e8f596bf9c8868a4704b0ec | .github/workflows/label-pr.yml | .github/workflows/label-pr.yml | name: Label PRs
on:
- pull_request_target
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@v0.8
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
| name: Label PRs
on:
- pull_request_target
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: srvaroa/labeler@v0.8
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
| Add GitHub Action permissions for the labeller | BUG: Add GitHub Action permissions for the labeller
Attempt to enable the pull request labeler to work on forked pull
requests.
Background:
- https://github.com/actions/labeler/issues/12
- https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/
| YAML | apache-2.0 | richardbeare/ITK,InsightSoftwareConsortium/ITK,InsightSoftwareConsortium/ITK,hjmjohnson/ITK,thewtex/ITK,InsightSoftwareConsortium/ITK,thewtex/ITK,InsightSoftwareConsortium/ITK,Kitware/ITK,thewtex/ITK,Kitware/ITK,thewtex/ITK,Kitware/ITK,Kitware/ITK,thewtex/ITK,InsightSoftwareConsortium/ITK,thewtex/ITK,Kitware/ITK,BRAINSia/ITK,richardbeare/ITK,BRAINSia/ITK,BRAINSia/ITK,richardbeare/ITK,Kitware/ITK,hjmjohnson/ITK,BRAINSia/ITK,BRAINSia/ITK,hjmjohnson/ITK,InsightSoftwareConsortium/ITK,hjmjohnson/ITK,hjmjohnson/ITK,BRAINSia/ITK,richardbeare/ITK,thewtex/ITK,hjmjohnson/ITK,richardbeare/ITK,Kitware/ITK,BRAINSia/ITK,richardbeare/ITK,richardbeare/ITK,hjmjohnson/ITK,InsightSoftwareConsortium/ITK |
6e763f07cb9e26d5f37030172ac495ede66a9dbf | .github/workflows/valgrind.yml | .github/workflows/valgrind.yml | name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.yml@3.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
| name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.yml@4.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
| Update Valgrind to new version 4.0.0 | Update Valgrind to new version 4.0.0 | YAML | bsd-3-clause | steinwurf/recycle,steinwurf/recycle |
6c55d5c2901339e479e755a7d5d1aa7acc1a9a03 | manifests/cf-manifest/operations.d/235-log-cache-tuning.yml | manifests/cf-manifest/operations.d/235-log-cache-tuning.yml | ---
- type: replace
path: /instance_groups/name=log-cache/jobs/name=log-cache/properties/memory_limit_percent?
value: 70
| ---
- type: replace
path: /instance_groups/name=log-cache/jobs/name=log-cache/properties/memory_limit_percent?
value: 65
| Revert "log-cache: set memory_limit_percent to 70" | Revert "log-cache: set memory_limit_percent to 70"
This reverts commit 7995638fa101be858d5f5cdb2f67814c67da3e5a.
leaving log-caches with a little more headroom for when e.g. their
siblings disappear is probably a good thing
| YAML | mit | alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf |
8acd8010a26c08853c182e3700c11cfef4884faf | .forestry/front_matter/templates/post.yml | .forestry/front_matter/templates/post.yml | ---
label: post
hide_body: false
display_field: title
fields:
- type: text
name: layout
label: layout
- type: text
name: title
label: title
- type: datetime
name: date
label: date
- type: list
name: tags
label: tags
- type: list
name: category
label: category
| ---
label: post
hide_body: false
display_field: title
fields:
- type: text
name: layout
label: layout
config:
required: true
- type: text
name: title
label: title
- type: datetime
name: date
label: date
- type: list
name: tags
label: tags
- type: list
name: category
label: category
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | murarisumit/murarisumit.github.io,murarisumit/murarisumit.github.io,murarisumit/murarisumit.github.io |
9df8ebf6940a245997e367ecf7eecacd2a01f1c0 | .forestry/front_matter/templates/team.yml | .forestry/front_matter/templates/team.yml | ---
label: team
hide_body: false
is_partial: false
fields: []
| ---
label: team
hide_body: false
is_partial: false
fields:
- type: text
name: ad_soyad
label: Ad Soyad
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | etkinlikler/costas2017,etkinlikler/costas2017,etkinlikler/costas2017,etkinlikler/costas2017 |
006e47fb4ac8cba087aad55816a6a437ada51dd8 | .github/workflows/check_build_version.yml | .github/workflows/check_build_version.yml | name: Check Jetbrains Build Version
on:
schedule:
- cron: '0 */12 * * *'
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17'
- name: Check version
id: check
working-directory: updater
run: go run main.go
- uses: stefanzweifel/git-auto-commit-action@v4
if: steps.check.outputs.changed == 'true'
with:
commit_message: "Updating license server to ${{ steps.check.outputs.version }}"
| name: Check Jetbrains Build Version
on:
push:
paths:
- '.github/workflows/check_build_version.yml'
schedule:
- cron: '0 */12 * * *'
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17'
- name: Check version
id: check
working-directory: updater
run: go run main.go
- uses: stefanzweifel/git-auto-commit-action@v4
if: steps.check.outputs.changed == 'true'
with:
commit_message: "Updating license server to ${{ steps.check.outputs.version }}"
| Add a way to trigger the check manually | :recycle: Add a way to trigger the check manually
| YAML | mit | elgohr/cf-jetbrains-license-server,elgohr/cf-jetbrains-license-server |
bf43ebd5152a32c16a5f85f93c827366745db6a0 | operations/create-upgrade-ert-pipeline.yml | operations/create-upgrade-ert-pipeline.yml | - op: replace
path: /name=tile/name
value: elastic-runtime
- op: replace
path: /product_slug={{product_slug}}/product_slug
value: elastic-runtime
- op: replace
path: /resource=tile/resource
value: elastic-runtime
- op: replace
path: /get=tile/get
value: elastic-runtime
- op: replace
path: /jobs/name=upload-and-stage-tile/name
value: upload-and-stage-ert
- op: replace
path: /jobs/name=upload-and-stage-ert/task=upload-tile-and-stemcell/task
value: upload-ert-and-stemcell
- op: replace
path: /jobs/PRODUCT_NAME={{product_name}}/PRODUCT_NAME
value: cf
- op: replace
path: /jobs/name=apply-changes/plan/0/aggregate/get=pivnet-product/passed
value: [upload-and-stage-ert]
| - op: replace
path: /name=tile/name
value: elastic-runtime
- op: replace
path: /product_slug={{product_slug}}/product_slug
value: elastic-runtime
- op: replace
path: /resource=tile/resource
value: elastic-runtime
- op: replace
path: /get=tile/get
value: elastic-runtime
- op: replace
path: /jobs/name=upload-and-stage-tile/name
value: upload-and-stage-ert
- op: replace
path: /jobs/name=upload-and-stage-ert/task=upload-tile-and-stemcell/task
value: upload-ert-and-stemcell
- op: replace
path: /jobs/name=apply-changes/plan/0/aggregate/get=pivnet-product/passed
value: [upload-and-stage-ert]
| Remove product name from from ops file | Remove product name from from ops file
[#151069975]
| YAML | apache-2.0 | mcb/pcf-pipelines,sandyg1/pcf-pipelines,pivotal-cf/pcf-pipelines,pivotal-cf/pcf-pipelines,pivotal-cf/pcf-pipelines,mcb/pcf-pipelines,pivotal-cf/pcf-pipelines,pvsone/pcf-pipelines,cah-josephgeorge/pcf-pipelines,cah-josephgeorge/pcf-pipelines,sandyg1/pcf-pipelines,mcb/pcf-pipelines,pvsone/pcf-pipelines,rahulkj/pcf-pipelines,pvsone/pcf-pipelines,sandyg1/pcf-pipelines,rahulkj/pcf-pipelines,sandyg1/pcf-pipelines,cah-josephgeorge/pcf-pipelines,rahulkj/pcf-pipelines,rahulkj/pcf-pipelines |
08affc96141d0db93bd9f6f0e23e15c742e9ce04 | packages/ci/cimple.yaml | packages/ci/cimple.yaml | homepage: https://toktok.github.io/
changelog-type: ''
hash: c1e22e105724ae735de5dcc7b85980fb438e6b6c5886d18168bb7cd9179b2496
test-bench-deps:
ansi-wl-pprint: -any
base: <5
hspec: -any
text: -any
cimple: -any
maintainer: Iphigenia Df <iphydf@gmail.com>
synopsis: Simple C-like programming language
changelog: ''
basic-deps:
bytestring: -any
ansi-wl-pprint: -any
base: <5
text: -any
groom: -any
filepath: -any
cimple: -any
array: -any
containers: -any
mtl: -any
aeson: -any
all-versions:
- 0.0.1
- 0.0.2
- 0.0.3
- 0.0.4
author: Iphigenia Df <iphydf@gmail.com>
latest: 0.0.4
description-type: haddock
description: Parser and AST for Cimple, a simple C-like programming language.
license-name: GPL-3.0-only
| homepage: https://toktok.github.io/
changelog-type: ''
hash: 886c42213892c44239ee935402aa381592de25dcb9e1a837a91a0fbbfa5a6c94
test-bench-deps:
ansi-wl-pprint: -any
base: <5
hspec: -any
text: -any
cimple: -any
maintainer: Iphigenia Df <iphydf@gmail.com>
synopsis: Simple C-like programming language
changelog: ''
basic-deps:
bytestring: -any
ansi-wl-pprint: -any
base: <5
text: -any
groom: -any
filepath: -any
cimple: -any
array: -any
containers: -any
mtl: -any
aeson: -any
all-versions:
- 0.0.1
- 0.0.2
- 0.0.3
- 0.0.4
- 0.0.5
author: Iphigenia Df <iphydf@gmail.com>
latest: 0.0.5
description-type: haddock
description: Parser and AST for Cimple, a simple C-like programming language.
license-name: GPL-3.0-only
| Update from Hackage at 2021-12-23T15:22:00Z | Update from Hackage at 2021-12-23T15:22:00Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
984af34d9e9f1d4bac2db0642189f70359025999 | nodejs-dev/tasks/main.yml | nodejs-dev/tasks/main.yml | ---
- name: Add the Node PPA
apt_repository: repo="ppa:chris-lea/node.js"
- name: Install Node.js
apt: name=nodejs state=present
| ---
- name: Add the NodeSource APT key
apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present
- name: Add the NodeSource repo
apt_repository: repo="deb https://deb.nodesource.com/node {{ ansible_distribution_release }} main" state=present
- name: Install Node.js
apt: name=nodejs state=present
| Switch Node packages to NodeSource. | Switch Node packages to NodeSource.
| YAML | mit | tomku/ansible-roles |
71a3cc6a605b233558724cc4b0f0ec7d91a82b0b | tests/subsys/fs/nvs/testcase.yaml | tests/subsys/fs/nvs/testcase.yaml | common:
tags: nvs
tests:
filesystem.nvs:
platform_whitelist: qemu_x86
filesystem.nvs_0x00:
extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay
platform_whitelist: qemu_x86
build_only: true
| common:
tags: nvs
tests:
filesystem.nvs:
platform_whitelist: qemu_x86
filesystem.nvs_0x00:
extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay
platform_whitelist: qemu_x86
| Enable test suite with 0x00 erase value | tests/nvs: Enable test suite with 0x00 erase value
The NVS tests have been disabled here with commit
tests: nvs: Disable running the 0x00 test suite
(22be0d8fd5902da11c9bf55a44012abc7c2cf1c1)
due to problems with flash_simulator.
With introduction of below fixes:
drivers/flash/flash_simulator: Fix flash_sim_write
(bec0c7f279d818cd623e597438059863c4d43353)
drivers/flash/fash_simulator: Fix initialization for non-posix
(849a5432dfb942339e2fc3660022f450d11397cb)
the tests can be enabled back.
Signed-off-by: Dominik Ermel <1a1d45a9cc0c98a37f8d0a0d2dbe3cacc0b2344f@nordicsemi.no>
| YAML | apache-2.0 | finikorg/zephyr,galak/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,finikorg/zephyr,nashif/zephyr,nashif/zephyr,zephyrproject-rtos/zephyr,Vudentz/zephyr,nashif/zephyr,zephyrproject-rtos/zephyr,Vudentz/zephyr,galak/zephyr,finikorg/zephyr,Vudentz/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,Vudentz/zephyr,Vudentz/zephyr,finikorg/zephyr,nashif/zephyr,galak/zephyr,nashif/zephyr,zephyrproject-rtos/zephyr,finikorg/zephyr,Vudentz/zephyr |
b28dbd1b6e0f720d76ddbb632a0e7be242975cae | packages/gh/ghc-paths.yaml | packages/gh/ghc-paths.yaml | homepage: ''
changelog-type: ''
hash: 2048e2acdbde804289cf01ca3134dd927e6addfc2bea6519c371e351573fa4bf
test-bench-deps: {}
maintainer: Simon Marlow <marlowsd@gmail.com>
synopsis: Knowledge of GHC's installation directories
changelog: ''
basic-deps:
base: ! '>=3 && <5'
all-versions:
- '0.1'
- '0.1.0.1'
- '0.1.0.2'
- '0.1.0.3'
- '0.1.0.4'
- '0.1.0.5'
- '0.1.0.6'
- '0.1.0.7'
- '0.1.0.8'
- '0.1.0.9'
author: Simon Marlow
latest: '0.1.0.9'
description-type: haddock
description: Knowledge of GHC's installation directories
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: ed18df7b53699446dabd66f6e019e5b156820f0301d8dec0d6385f13b797e0ba
test-bench-deps: {}
maintainer: Simon Marlow <marlowsd@gmail.com>
synopsis: Knowledge of GHC's installation directories
changelog: ''
basic-deps:
base: ! '>=3 && <5'
all-versions:
- '0.1'
- '0.1.0.1'
- '0.1.0.2'
- '0.1.0.3'
- '0.1.0.4'
- '0.1.0.5'
- '0.1.0.6'
- '0.1.0.7'
- '0.1.0.8'
- '0.1.0.9'
author: Simon Marlow
latest: '0.1.0.9'
description-type: haddock
description: Knowledge of GHC's installation directories
license-name: BSD3
| Update from Hackage at 2018-09-22T11:51:02Z | Update from Hackage at 2018-09-22T11:51:02Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2c5b249336281a79a2221b0fa79db6445e990858 | packages/mi/microbase.yaml | packages/mi/microbase.yaml | homepage: https://github.com/daig/microbase
changelog-type: ''
hash: fe66486a9993be4100b2c6ee210b8ef90c96afa634ee6022430870aecdb8b7b9
test-bench-deps: {}
maintainer: dai@sodality.cc
synopsis: A minimal base to work around GHC bugs.
changelog: ''
basic-deps:
base: ^>=4.14.0.0
all-versions:
- 4.14.0.0
- 4.14.0.0.1
author: Dai
latest: 4.14.0.0.1
description-type: haddock
description: |-
This package is a hyper-minimal version of base-noprelude:
It merely reexports some hardwired modules needed downstream while hiding most things.
For example, ghcid will not work without @base:System.IO@.
It also reexports all the "magic" classes that work with stock deriving.
Ideally this package wouldn't be needed because @ghc-prim@ would contain everything hardwired,
and base would just be an optional standard library.
license-name: MIT
| homepage: https://github.com/daig/microbase
changelog-type: ''
hash: e0f2a9fa3e6d3ed167e22d0fe39fd3ef855c0d32221fc0e49d4dae0df8e6b3b6
test-bench-deps: {}
maintainer: dai@sodality.cc
synopsis: A minimal base to work around GHC bugs.
changelog: ''
basic-deps:
base: ^>=4.14.0.0
all-versions:
- 4.14.0.0
- 4.14.0.0.1
- 4.14.0.0.2
author: Dai
latest: 4.14.0.0.2
description-type: haddock
description: |-
This package is a hyper-minimal version of base-noprelude:
It merely reexports some hardwired modules needed downstream while hiding most things.
For example, ghcid will not work without @base:System.IO@.
It also reexports all the "magic" classes that work with stock deriving.
Ideally this package wouldn't be needed because @ghc-prim@ would contain everything hardwired,
and base would just be an optional standard library.
license-name: MIT
| Update from Hackage at 2020-04-02T07:00:06Z | Update from Hackage at 2020-04-02T07:00:06Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9924c3c202b4eeb0532265145bcc1ebf24e17394 | packages/re/relation.yaml | packages/re/relation.yaml | homepage: https://www.github.com/haskell-works/relation/
changelog-type: ''
hash: ec4042134ba972ba28604dca254bfdd834fb7f4aeca2aa9dae3fd4ae04b5c911
test-bench-deps:
base: ! '>=4 && <5'
hspec: ! '>=2.4 && <3'
hedgehog: ! '>=0.5 && <0.7'
relation: -any
hw-hspec-hedgehog: ! '>=0.1.0.4 && <0.2'
maintainer: John Ky
synopsis: A data structure representing Relations on Sets.
changelog: ''
basic-deps:
base: ! '>=4 && <5'
containers: ! '>=0.5 && <0.7'
all-versions:
- '0.2'
- 0.2.1
- '0.3'
- '0.4'
author: Leonel Fonseca
latest: '0.4'
description-type: markdown
description: ''
license-name: BSD-3-Clause
| homepage: https://www.github.com/haskell-works/relation/
changelog-type: ''
hash: 2863195187f8311a36df3d129717c37285585a4e79a5bf7fd782971ce09b94a8
test-bench-deps:
base: ! '>=4 && <5'
hspec: ! '>=2.4 && <3'
hedgehog: ! '>=0.5 && <0.7'
relation: -any
containers: ! '>=0.5 && <0.7'
hw-hspec-hedgehog: ! '>=0.1.0.4 && <0.2'
maintainer: John Ky
synopsis: A data structure representing Relations on Sets.
changelog: ''
basic-deps:
base: ! '>=4 && <5'
containers: ! '>=0.5 && <0.7'
all-versions:
- '0.2'
- 0.2.1
- '0.3'
- '0.4'
- '0.5'
author: Leonel Fonseca
latest: '0.5'
description-type: markdown
description: ''
license-name: BSD-3-Clause
| Update from Hackage at 2019-05-13T02:13:35Z | Update from Hackage at 2019-05-13T02:13:35Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d211c74e636e535f910218bc56de9077ccdd09f8 | packages/se/secp256k1.yaml | packages/se/secp256k1.yaml | homepage: http://github.com/haskoin/secp256k1#readme
changelog-type: ''
hash: 88957855be96e39bf532e0d6150ad0159d0f3f9bb8aa0a54da3aa088b39bc19d
test-bench-deps:
test-framework-hunit: -any
bytestring: -any
test-framework: -any
base: -any
entropy: -any
test-framework-quickcheck2: -any
HUnit: -any
mtl: -any
base16-bytestring: -any
QuickCheck: -any
secp256k1: -any
cryptohash: -any
maintainer: root@haskoin.com
synopsis: secp256k1 bindings for Haskell
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.8 && <5'
entropy: -any
mtl: -any
all-versions:
- '0.1.0'
- '0.1.1'
- '0.1.2'
author: Jean-Pierre Rupp
latest: '0.1.2'
description-type: haddock
description: Please see README.md
license-name: PublicDomain
| homepage: http://github.com/haskoin/secp256k1#readme
changelog-type: ''
hash: e847618cf2885c40806225ffd1605f0728368248a55db9197f6517ed3e630cd5
test-bench-deps:
test-framework-hunit: -any
bytestring: -any
test-framework: -any
base: -any
entropy: -any
test-framework-quickcheck2: -any
HUnit: -any
mtl: -any
base16-bytestring: -any
QuickCheck: -any
secp256k1: -any
cryptohash: -any
maintainer: root@haskoin.com
synopsis: secp256k1 bindings for Haskell
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.8 && <5'
entropy: -any
mtl: -any
base16-bytestring: -any
string-conversions: -any
all-versions:
- '0.1.0'
- '0.1.1'
- '0.1.2'
- '0.1.3'
author: Jean-Pierre Rupp
latest: '0.1.3'
description-type: haddock
description: Please see README.md
license-name: PublicDomain
| Update from Hackage at 2015-10-18T13:37:17+0000 | Update from Hackage at 2015-10-18T13:37:17+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
e55d1541050ceabaf439eb310532105954cafcab | .appveyor.yml | .appveyor.yml | version: 2.0.{build}
clone_depth: 3
image: Visual Studio 2017
branches:
only:
- master
skip_tags: true
skip_commits:
files:
- docs/*
- .travis.yml
- README.md
- TODO.md
- coveralls.json
- mkdocs.yml
- requirements.txt
environment:
MIX_ENV: test
cache:
- _build
- deps
init:
- choco install erlang
- choco install elixir
- SET MIX_ENV=test
- SET PATH=C:\ProgramData\chocolatey\lib\Elixir\bin;C:\ProgramData\chocolatey\bin;%PATH%
- refreshenv
install:
- echo MIX_ENV=%MIX_ENV%
- mix local.hex --force
- mix local.rebar --force
- mix do deps.get, deps.compile
- mix eqc.install --mini
- . .\bin\appveyor\start-epmd.ps1
build_script:
- mix compile
test_script:
- mix test --exclude=integration
- mix test --only=win32:true
notifications:
- provider: Email
to:
- paulschoenfelder@gmail.com
on_build_status_changed: true
| version: 2.0.{build}
clone_depth: 3
image: Visual Studio 2017
branches:
only:
- master
skip_tags: true
skip_commits:
files:
- docs/*
- .travis.yml
- README.md
- TODO.md
- coveralls.json
- mkdocs.yml
- requirements.txt
environment:
MIX_ENV: test
cache:
- _build
- deps
init:
- choco install erlang
- choco install elixir
- SET MIX_ENV=test
- SET PATH=C:\ProgramData\chocolatey\lib\Elixir\bin;C:\ProgramData\chocolatey\bin;%PATH%
- refreshenv
install:
- echo MIX_ENV=%MIX_ENV%
- mix local.hex --force
- mix local.rebar --force
- mix do deps.get, deps.compile
- mix eqc.install --mini
- pwsh: . .\bin\appveyor\start-epmd.ps1
build_script:
- mix compile
test_script:
- mix test --exclude=integration
- mix test --only=win32:true
notifications:
- provider: Email
to:
- paulschoenfelder@gmail.com
on_build_status_changed: true
| Mark start-epmd.ps1 as a powershell task | Mark start-epmd.ps1 as a powershell task
| YAML | mit | bitwalker/distillery,bitwalker/distillery |
c45ab5194f00f3e79225f44194678a5de373ce80 | helm-charts/riff/values.yaml | helm-charts/riff/values.yaml | # Default values for riff.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
create:
crd: true
faas: true
rbac:
# Specifies whether RBAC resources should be created
create: true
apiVersion: v1beta1
kafka:
# Specifies whether the single-node development Kafka chart should be installed
create: false
serviceAccount:
# Specifies whether a service account should be created
create: true
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:
functionController:
replicaCount: 1
image:
repository: projectriff/function-controller
tag: latest
pullPolicy: IfNotPresent
sidecar:
image:
repository: projectriff/function-sidecar
tag: latest
topicController:
replicaCount: 1
image:
repository: projectriff/topic-controller
tag: latest
pullPolicy: IfNotPresent
httpGateway:
replicaCount: 1
image:
repository: projectriff/http-gateway
tag: latest
pullPolicy: IfNotPresent
service:
name: http
type: LoadBalancer
externalPort: 80
httpHeadersWhitelist: ''
kafka:
broker:
nodes: projectriff-kafka.riff-system:9092
zookeeper:
nodes: projectriff-zookeeper.riff-system:2181
| # Default values for riff.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
create:
crd: true
faas: true
rbac:
# Specifies whether RBAC resources should be created
create: true
apiVersion: v1beta1
serviceAccount:
# Specifies whether a service account should be created
create: true
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:
functionController:
replicaCount: 1
image:
repository: projectriff/function-controller
tag: latest
pullPolicy: IfNotPresent
sidecar:
image:
repository: projectriff/function-sidecar
tag: latest
topicController:
replicaCount: 1
image:
repository: projectriff/topic-controller
tag: latest
pullPolicy: IfNotPresent
httpGateway:
replicaCount: 1
image:
repository: projectriff/http-gateway
tag: latest
pullPolicy: IfNotPresent
service:
name: http
type: LoadBalancer
externalPort: 80
httpHeadersWhitelist: ''
kafka:
# Specifies whether the single-node development Kafka chart should be installed
create: false
broker:
nodes: projectriff-kafka.riff-system:9092
zookeeper:
nodes: projectriff-zookeeper.riff-system:2181
| Move kafka.create to the proper yaml location | Move kafka.create to the proper yaml location
- can't have two top level `kafka` entries
| YAML | apache-2.0 | markfisher/sk8s,markfisher/sk8s,markfisher/sk8s,markfisher/sk8s |
eaac7a915362d8f055dd790f33d3727d8dd41322 | defaults/main.yml | defaults/main.yml | ---
hashicorp_atlas_upload_install: true
hashicorp_atlas_upload_version: 0.2.0
hashicorp_consul_install: true
hashicorp_consul_version: 0.7.1
hashicorp_consul_replicate_install: true
hashicorp_consul_replicate_version: 0.2.0
hashicorp_consul_template_install: true
hashicorp_consul_template_version: 0.16.0
hashicorp_docker_base_install: false
hashicorp_docker_base_version: 0.0.0
hashicorp_docker_basetool_install: false
hashicorp_docker_basetool_version: 0.0.0
hashicorp_envconsul_install: true
hashicorp_envconsul_version: 0.6.1
hashicorp_nomad_install: true
hashicorp_nomad_version: 0.5.1
hashicorp_otto_install: false
hashicorp_otto_version: 0.2.0
hashicorp_packer_install: true
hashicorp_packer_version: 0.12.0
hashicorp_serf_install: true
hashicorp_serf_version: 0.8.0
hashicorp_terraform_install: true
hashicorp_terraform_version: 0.7.13
hashicorp_vagrant_install: true
hashicorp_vagrant_version: 1.9.1
hashicorp_vault_install: true
hashicorp_vault_version: 0.6.3
hashicorp_vault_ssh_helper_install: true
hashicorp_vault_ssh_helper_version: 0.1.2
| ---
hashicorp_atlas_upload_install: true
hashicorp_atlas_upload_version: 0.2.0
hashicorp_consul_install: true
hashicorp_consul_version: 0.7.1
hashicorp_consul_replicate_install: true
hashicorp_consul_replicate_version: 0.2.0
hashicorp_consul_template_install: true
hashicorp_consul_template_version: 0.16.0
hashicorp_docker_base_install: false
hashicorp_docker_base_version: 0.0.0
hashicorp_docker_basetool_install: false
hashicorp_docker_basetool_version: 0.0.0
hashicorp_envconsul_install: true
hashicorp_envconsul_version: 0.6.1
hashicorp_nomad_install: true
hashicorp_nomad_version: 0.5.1
hashicorp_otto_install: false
hashicorp_otto_version: 0.2.0
hashicorp_packer_install: true
hashicorp_packer_version: 0.12.1
hashicorp_serf_install: true
hashicorp_serf_version: 0.8.0
hashicorp_terraform_install: true
hashicorp_terraform_version: 0.7.13
hashicorp_vagrant_install: true
hashicorp_vagrant_version: 1.9.1
hashicorp_vault_install: true
hashicorp_vault_version: 0.6.3
hashicorp_vault_ssh_helper_install: true
hashicorp_vault_ssh_helper_version: 0.1.2
| Upgrade Packer to release 0.12.1 | Upgrade Packer to release 0.12.1
| YAML | apache-2.0 | kurron/ansible-role-hashicorp |
1d6b39dfda54496fb396c4fd0eb5112d25b05b9d | data/common.yaml | data/common.yaml | ---
python::version::alias:
"2": 2.7.10
"2.6": 2.6.9
"2.7": 2.7.10
"3": 3.5.0
"3.4": 3.4.3
"3.5": 3.5.0
python::prefix: '/opt'
python::user: "%{::id}"
python::pyenv::ensure: v20150913
python::pyenv::prefix: "%{hiera('python::prefix')}/pyenv"
python::pyenv::user: "%{hiera('python::user')}"
| ---
python::version::alias:
"2": 2.7.10
"2.6": 2.6.9
"2.7": 2.7.10
"3": 3.5.0
"3.4": 3.4.3
"3.5": 3.5.0
python::prefix: '/opt'
python::user: "%{::id}"
python::pyenv::ensure: v20151103
python::pyenv::prefix: "%{hiera('python::prefix')}/pyenv"
python::pyenv::user: "%{hiera('python::user')}"
| Update pyenv to version v20151103 | Update pyenv to version v20151103
Fixes issue where ssl extension wouldn’t compile
Should resolve #18
| YAML | mit | jacebrowning/puppet-python,jacebrowning/puppet-python,mloberg/puppet-python,jacebrowning/puppet-python,halyard/puppet-python,halyard/puppet-python,mloberg/puppet-python,mloberg/puppet-python |
80f60e1c07696b9fd5981254725109fb5ec3b766 | .github/workflows/merge-dependabot-upgrades.yml | .github/workflows/merge-dependabot-upgrades.yml | # See https://github.com/ridedott/merge-me-action/
# This workflow automates merges from patches sent by Dependabot, and
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge-me:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- name: Auto-Merge
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ridedott/merge-me-action@v2.9.37
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
| # See https://github.com/ridedott/merge-me-action/
# This workflow automates merges from patches sent by Dependabot, and
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge-me:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- name: Auto-Merge
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ridedott/merge-me-action@v2.9.38
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
| Bump ridedott/merge-me-action from 2.9.37 to 2.9.38 | Bump ridedott/merge-me-action from 2.9.37 to 2.9.38
| YAML | mit | Ocramius/LazyMap |
0c325ce8f5bb934033448ccee0ac3e4105d68385 | changelogs/unreleased/sh-fix-squash-rebase-utf8-data.yml | changelogs/unreleased/sh-fix-squash-rebase-utf8-data.yml | ---
title: Fix squash rebase not working when diff contained encoded data
merge_request:
author:
type: fixed
| ---
title: Fix squash not working when diff contained non-ASCII data
merge_request:
author:
type: fixed
| Clarify changelog for squash encoding fix | Clarify changelog for squash encoding fix
[ci skip] | YAML | mit | stoplightio/gitlabhq,stoplightio/gitlabhq,jirutka/gitlabhq,dreampet/gitlab,stoplightio/gitlabhq,axilleas/gitlabhq,axilleas/gitlabhq,jirutka/gitlabhq,dreampet/gitlab,mmkassem/gitlabhq,mmkassem/gitlabhq,iiet/iiet-git,axilleas/gitlabhq,jirutka/gitlabhq,dreampet/gitlab,iiet/iiet-git,dreampet/gitlab,jirutka/gitlabhq,mmkassem/gitlabhq,axilleas/gitlabhq,iiet/iiet-git,mmkassem/gitlabhq,stoplightio/gitlabhq,iiet/iiet-git |
e5f8d402f7a64cdd06a8bc59167d6c8f3368e6ac | config/jobs/image-pushing/k8s-staging-cluster-api.yaml | config/jobs/image-pushing/k8s-staging-cluster-api.yaml | postsubmits:
# this is the github repo we'll build from; this block needs to be repeated for each repo.
kubernetes-sigs/cluster-api:
- name: post-cluster-api-push-images
cluster: test-infra-trusted
annotations:
# this is the name of some testgrid dashboard to report to.
testgrid-dashboards: sig-cluster-lifecycle-image-pushes
decorate: true
branches:
- ^master$
spec:
containers:
- image: gcr.io/k8s-testimages/image-builder:v20190906-d5d7ce3
command:
- /run.sh
args:
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
- --project=k8s-staging-cluster-api
- --scratch-bucket=gs://k8s-staging-cluster-api-scratch
- --env-passthrough=PULL_BASE_REF
- .
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /creds/service-account.json
volumeMounts:
- name: creds
mountPath: /creds
volumes:
- name: creds
secret:
secretName: deployer-service-account
| postsubmits:
# this is the github repo we'll build from; this block needs to be repeated for each repo.
kubernetes-sigs/cluster-api:
- name: post-cluster-api-push-images
cluster: test-infra-trusted
annotations:
# this is the name of some testgrid dashboard to report to.
testgrid-dashboards: sig-cluster-lifecycle-image-pushes
decorate: true
branches:
- ^master$
spec:
containers:
- image: gcr.io/k8s-testimages/image-builder:v20190906-d5d7ce3
command:
- /run.sh
args:
# this is the project GCB will run in, which is the same as the GCR images are pushed to.
- --project=k8s-staging-cluster-api
- --scratch-bucket=gs://k8s-staging-cluster-api-gcb
- --env-passthrough=PULL_BASE_REF
- .
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /creds/service-account.json
volumeMounts:
- name: creds
mountPath: /creds
volumes:
- name: creds
secret:
secretName: deployer-service-account
| Change cluster-api scratch bucket to -gcb suffix | Change cluster-api scratch bucket to -gcb suffix
| YAML | apache-2.0 | brahmaroutu/test-infra,monopole/test-infra,BenTheElder/test-infra,fejta/test-infra,pwittrock/test-infra,michelle192837/test-infra,brahmaroutu/test-infra,BenTheElder/test-infra,ixdy/kubernetes-test-infra,monopole/test-infra,michelle192837/test-infra,pwittrock/test-infra,dims/test-infra,ixdy/kubernetes-test-infra,BenTheElder/test-infra,pwittrock/test-infra,BenTheElder/test-infra,kubernetes/test-infra,fejta/test-infra,dims/test-infra,kubernetes/test-infra,michelle192837/test-infra,cjwagner/test-infra,jessfraz/test-infra,cblecker/test-infra,dims/test-infra,michelle192837/test-infra,cblecker/test-infra,cblecker/test-infra,brahmaroutu/test-infra,pwittrock/test-infra,ixdy/kubernetes-test-infra,BenTheElder/test-infra,ixdy/kubernetes-test-infra,dims/test-infra,cjwagner/test-infra,jessfraz/test-infra,kubernetes/test-infra,brahmaroutu/test-infra,kubernetes/test-infra,kubernetes/test-infra,kubernetes/test-infra,monopole/test-infra,cblecker/test-infra,dims/test-infra,cblecker/test-infra,michelle192837/test-infra,cjwagner/test-infra,michelle192837/test-infra,brahmaroutu/test-infra,fejta/test-infra,jessfraz/test-infra,dims/test-infra,cjwagner/test-infra,pwittrock/test-infra,monopole/test-infra,cjwagner/test-infra,ixdy/kubernetes-test-infra,fejta/test-infra,monopole/test-infra,brahmaroutu/test-infra,jessfraz/test-infra,monopole/test-infra,cblecker/test-infra,BenTheElder/test-infra,jessfraz/test-infra,jessfraz/test-infra,fejta/test-infra,fejta/test-infra,cjwagner/test-infra |
83736c00da86e7b99d0164ed1ba3eab8c3eba0c2 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
# the image factory
docker:
- image: debian:stretch-slim
steps:
- run: apt-get -y update
- run: apt-get -y install coreutils qemu gawk sed curl wget make git ssh gnupg2
- run: echo 'deb http://download.virtualbox.org/virtualbox/debian stretch contrib' > /etc/apt/sources.list.d/virtualbox.list
- run: wget https://www.virtualbox.org/download/oracle_vbox_2016.asc -O /tmp/oracle_vbox_2016.asc
- run: apt-key add /tmp/oracle_vbox_2016.asc
- run: apt-get -y update
- run: apt-get -y install virtualbox-6.0
- checkout
- run: make debian-stretch
- run: make ubuntu-bionic
- run: make centos
- run: make todist
- store_artifacts:
path: dist
publish:
# publishes the artificats to github
docker:
- image: debian:stretch-slim
steps:
- run: apt-get -y update
- run: apt-get -y install unzip wget git ssh gnupg2 make
- checkout
- run: make install-ghr
- run: make publish
workflows:
version: 2
build_and_publish:
jobs:
- build
- publish:
requires:
- build
filters:
branches:
only: master
| version: 2
jobs:
build:
# the image factory
docker:
- image: debian:stretch-slim
steps:
- run:
name: Install build dependencies
command: |
apt-get -y update
apt-get -y install coreutils qemu gawk sed curl wget make git ssh gnupg2
- run:
name: Install VirtualBox
command: |
echo 'deb http://download.virtualbox.org/virtualbox/debian stretch contrib' > /etc/apt/sources.list.d/virtualbox.list
wget https://www.virtualbox.org/download/oracle_vbox_2016.asc -O /tmp/oracle_vbox_2016.asc
apt-key add /tmp/oracle_vbox_2016.asc
apt-get -y update
apt-get -y install virtualbox-6.0
- checkout
- run: make debian-stretch
- run: make ubuntu-bionic
- run: make centos
- run: make todist
- store_artifacts:
path: dist
publish:
# publishes the artificats to github
docker:
- image: debian:stretch-slim
steps:
- attach_workspace:
at: dist
- run: apt-get -y update
- run: apt-get -y install unzip wget git ssh gnupg2 make
- checkout
- run: make install-ghr
- run:
name: List dist folder
command: ls -lahR ./dist/
- run: make publish
workflows:
version: 2
build_and_publish:
jobs:
- build
- publish:
requires:
- build
filters:
branches:
only: master
| Use names in build steps, attempt attaching workspace in publish job. | Use names in build steps, attempt attaching workspace in publish job.
| YAML | apache-2.0 | flaccid/machine-image-tools |
3b7eca7918774b94106abcd533a1ff67f1eb1a63 | .circleci/config.yml | .circleci/config.yml | ---
# Sample advanced CircleCI configuration: https://github.com/transcom/mymove/blob/master/.circleci/config.yml
version: 2.1
jobs:
build:
working_directory: ~/src
docker:
- image: hbpmip/docker-compose-for-ci:17.06-2
environment:
- CIRCLECI: true
steps:
- setup_remote_docker:
version: 17.06.0-ce
- checkout
- restore_cache:
keys:
- pre-commit-dot-cache-{{ checksum ".pre-commit-config.yaml" }}
- run:
name: "Install requirements"
command: |
docker --version
pre-commit install
- run:
name: "Validate code quality"
command: |
pre-commit run --all-files
- save_cache:
key: pre-commit-dot-cache-{{ checksum ".pre-commit-config.yaml" }}
paths:
- ~/.cache/pre-commit
- run:
name: "Build the project"
command: ./build.sh
- run:
name: "Run integration tests"
command: ./tests/ci.sh --all
| ---
# Sample advanced CircleCI configuration: https://github.com/transcom/mymove/blob/master/.circleci/config.yml
version: 2.1
jobs:
build:
working_directory: ~/src
docker:
- image: hbpmip/docker-compose-for-ci:18.09-0
environment:
- CIRCLECI: true
steps:
- setup_remote_docker:
version: 18.06.0-ce
- checkout
- restore_cache:
keys:
- pre-commit-dot-cache-{{ checksum ".pre-commit-config.yaml" }}
- run:
name: "Install requirements"
command: |
docker --version
pre-commit install
- run:
name: "Validate code quality"
command: |
pre-commit run --all-files
- save_cache:
key: pre-commit-dot-cache-{{ checksum ".pre-commit-config.yaml" }}
paths:
- ~/.cache/pre-commit
- run:
name: "Build the project"
command: ./build.sh
- run:
name: "Run integration tests"
command: ./tests/ci.sh --all
| Update base image, use Docker 18.06 | [CI] Update base image, use Docker 18.06
| YAML | apache-2.0 | LREN-CHUV/workflow,LREN-CHUV/workflow,HBPSP8Repo/workflow,HBPSP8Repo/workflow |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.