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 |
|---|---|---|---|---|---|---|---|---|---|
d41415f9f1433f93759752b723fe90f74ed22960 | tasks/RedHat.yaml | tasks/RedHat.yaml | ---
- name: create epel.repo
template: src=utils/templates/epel-es.repo dest=/etc/yum.repos.d/epel.repo
- name: Yum install SGE in REL system
yum: name=gridengine,gridengine-execd,openssh-clients,gridengine-qmaster,gridengine-qmon
#when: '{{sge_type_of_node == "front"}}'
#- name: Yum install SGE in REL system
#yum: name=gridengine-execd,openssh-clients
#when: '{{sge_type_of_node == "wn"}}'
- name: Set RedHat facts
set_fact:
SGE_ROOT: /usr/share/gridengine
EXEC_SERVICE: sge_execd
- name: Add SGE variables to /etc/sudoers
lineinfile:
dest: /etc/sudoers
line: 'Defaults env_keep += "SGE_CELL SGE_ARCH SGE_EXECD_PORT SGE_QMASTER_PORT SGE_ROOT"'
state: present
| ---
- block:
- name: Disable Centos6 Firewall 1 (For testing purposes only)
service: name=iptables state=stopped
- name: Disable Centos6 Firewall 2 (For testing purposes only)
command: chkconfig iptables off
when: ansible_os_family == "RedHat" and ansible_distribution_major_version|int == 6
- name: create epel.repo
template: src=utils/templates/epel-es.repo dest=/etc/yum.repos.d/epel.repo
- name: Yum install SGE in REL system
yum: name=gridengine,gridengine-execd,openssh-clients,gridengine-qmaster,gridengine-qmon
when: '{{sge_type_of_node == "front"}}'
- name: Yum install SGE in REL system
yum: name=gridengine-execd,openssh-clients
when: '{{sge_type_of_node == "wn"}}'
- name: Set RedHat facts
set_fact:
SGE_ROOT: /usr/share/gridengine
EXEC_SERVICE: sge_execd
- name: Add SGE variables to /etc/sudoers
lineinfile:
dest: /etc/sudoers
line: 'Defaults env_keep += "SGE_CELL SGE_ARCH SGE_EXECD_PORT SGE_QMASTER_PORT SGE_ROOT"'
state: present
| Disable firewall in centos 6 | Disable firewall in centos 6 | YAML | apache-2.0 | grycap/ansible-role-sge |
35d510242a5d5696a7862f39319079c355d2ac95 | tasks/freeipa.yml | tasks/freeipa.yml | - set_fact: key_file=/etc/pki/tls/private/{{ website_domain }}.key cert_file=/etc/pki/tls/certs/{{ website_domain }}.crt
- fail: msg="A certificate can only be requested for the current server with the freeipa method"
when: website_domain != ansible_fqdn
- command: creates={{ key_file }} ipa-getcert request -f {{ cert_file }} -k {{ key_file }} -D {{ ansible_fqdn }} -K host/{{ ansible_fqdn }}
- include: common_ssl.yml
| - set_fact: key_file=/etc/pki/tls/private/{{ website_domain }}.key cert_file=/etc/pki/tls/certs/{{ website_domain }}.crt
- fail: msg="Requesting cert for {{ website_domain }}, a certificate can only be requested for the current server ({{ ansible_fqdn }}) with the freeipa method"
when: website_domain != ansible_fqdn
- command: creates={{ key_file }} ipa-getcert request -f {{ cert_file }} -k {{ key_file }} -D {{ ansible_fqdn }} -K host/{{ ansible_fqdn }}
- include: common_ssl.yml
| Add a better error message | Add a better error message
| YAML | mit | OSAS/ansible-role-httpd |
6ffa80870d08b344b6be497094bccb523981d24f | .bomr/bomr.yaml | .bomr/bomr.yaml | bomr:
bom: spring-boot-dependencies/pom.xml
upgrade:
github:
organization: spring-projects
repository: spring-boot
issue-labels:
- 'type: dependency-upgrade'
policy: same-minor-version
verify:
repositories:
# Spring Data GemFire's GemFire dependencies
- https://repo.spring.io/gemstone-release-pivotal-cache
| bomr:
bom: spring-boot-dependencies/pom.xml
upgrade:
github:
organization: spring-projects
repository: spring-boot
issue-labels:
- 'type: dependency-upgrade'
policy: same-minor-version
prohibited:
- project: commons-collections
versions:
- '[20030101,)' # Old versions that use yyyymmdd format
- project: dom4j
versions:
- '[20040101,)' # Old versions that use yyyymmdd format
- project: ehcache
versions:
- '[2.10.6,2.11)' # 2.10.6 raised the Java baseline to Java 8
verify:
repositories:
# Spring Data GemFire's GemFire dependencies
- https://repo.spring.io/gemstone-release-pivotal-cache
| Add Bomr metadata to prohibit unwanted upgrades | Add Bomr metadata to prohibit unwanted upgrades
Closes gh-16064
| YAML | apache-2.0 | kdvolder/spring-boot,wilkinsona/spring-boot,royclarkson/spring-boot,rweisleder/spring-boot,spring-projects/spring-boot,ilayaperumalg/spring-boot,philwebb/spring-boot,kdvolder/spring-boot,scottfrederick/spring-boot,spring-projects/spring-boot,mdeinum/spring-boot,htynkn/spring-boot,shakuzen/spring-boot,shakuzen/spring-boot,tiarebalbi/spring-boot,joshiste/spring-boot,shakuzen/spring-boot,scottfrederick/spring-boot,mbenson/spring-boot,rweisleder/spring-boot,lburgazzoli/spring-boot,lburgazzoli/spring-boot,michael-simons/spring-boot,aahlenst/spring-boot,mbenson/spring-boot,vpavic/spring-boot,wilkinsona/spring-boot,dreis2211/spring-boot,tiarebalbi/spring-boot,mdeinum/spring-boot,michael-simons/spring-boot,lburgazzoli/spring-boot,kdvolder/spring-boot,philwebb/spring-boot,michael-simons/spring-boot,aahlenst/spring-boot,ilayaperumalg/spring-boot,rweisleder/spring-boot,lburgazzoli/spring-boot,eddumelendez/spring-boot,mdeinum/spring-boot,eddumelendez/spring-boot,philwebb/spring-boot,htynkn/spring-boot,dreis2211/spring-boot,jxblum/spring-boot,eddumelendez/spring-boot,tiarebalbi/spring-boot,chrylis/spring-boot,rweisleder/spring-boot,jxblum/spring-boot,spring-projects/spring-boot,rweisleder/spring-boot,dreis2211/spring-boot,aahlenst/spring-boot,NetoDevel/spring-boot,eddumelendez/spring-boot,aahlenst/spring-boot,tiarebalbi/spring-boot,scottfrederick/spring-boot,yangdd1205/spring-boot,jxblum/spring-boot,spring-projects/spring-boot,mdeinum/spring-boot,htynkn/spring-boot,jxblum/spring-boot,yangdd1205/spring-boot,joshiste/spring-boot,tiarebalbi/spring-boot,vpavic/spring-boot,mdeinum/spring-boot,NetoDevel/spring-boot,htynkn/spring-boot,spring-projects/spring-boot,ilayaperumalg/spring-boot,wilkinsona/spring-boot,NetoDevel/spring-boot,Buzzardo/spring-boot,royclarkson/spring-boot,shakuzen/spring-boot,philwebb/spring-boot,rweisleder/spring-boot,michael-simons/spring-boot,aahlenst/spring-boot,wilkinsona/spring-boot,mdeinum/spring-boot,scottfrederick/spring-boot,royclarkson/spring-boot,NetoDevel/spring-boot,royclarkson/spring-boot,vpavic/spring-boot,joshiste/spring-boot,Buzzardo/spring-boot,scottfrederick/spring-boot,shakuzen/spring-boot,shakuzen/spring-boot,royclarkson/spring-boot,ilayaperumalg/spring-boot,htynkn/spring-boot,michael-simons/spring-boot,philwebb/spring-boot,chrylis/spring-boot,Buzzardo/spring-boot,vpavic/spring-boot,htynkn/spring-boot,ilayaperumalg/spring-boot,yangdd1205/spring-boot,spring-projects/spring-boot,dreis2211/spring-boot,mbenson/spring-boot,kdvolder/spring-boot,chrylis/spring-boot,philwebb/spring-boot,tiarebalbi/spring-boot,kdvolder/spring-boot,kdvolder/spring-boot,chrylis/spring-boot,dreis2211/spring-boot,chrylis/spring-boot,scottfrederick/spring-boot,Buzzardo/spring-boot,jxblum/spring-boot,Buzzardo/spring-boot,mbenson/spring-boot,mbenson/spring-boot,Buzzardo/spring-boot,vpavic/spring-boot,wilkinsona/spring-boot,joshiste/spring-boot,ilayaperumalg/spring-boot,chrylis/spring-boot,aahlenst/spring-boot,lburgazzoli/spring-boot,wilkinsona/spring-boot,joshiste/spring-boot,eddumelendez/spring-boot,joshiste/spring-boot,dreis2211/spring-boot,eddumelendez/spring-boot,NetoDevel/spring-boot,mbenson/spring-boot,jxblum/spring-boot,vpavic/spring-boot,michael-simons/spring-boot |
9c4d7e4411dc5e15a92d071519508012264d6071 | recipes/autodiff/meta.yaml | recipes/autodiff/meta.yaml | {% set version = "0.4.0" %}
package:
name: autodiff
version: {{ version }}
source:
url: https://github.com/autodiff/autodiff/archive/v{{ version }}.tar.gz
sha256: 3f8246b8bc38bdfa41860c9a5e909b55793d2455edc525bdaa20b8060667b706
build:
number: 0
skip: True # [win and vc<15]
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- ninja
host:
- eigen
run:
- {{ pin_compatible('eigen', max_pin='x') }}
test:
files:
- test/
requires:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- ninja
about:
home: https://autodiff.github.io
license: MIT
license_family: MIT
summary: Automatic differentiation in C++ couldn't be simpler.
doc_url: https://autodiff.github.io
dev_url: https://github.com/autodiff/autodiff
extra:
recipe-maintainers:
- allanleal
| {% set version = "0.4.0" %}
package:
name: autodiff
version: {{ version }}
source:
url: https://github.com/autodiff/autodiff/archive/v{{ version }}.tar.gz
sha256: 3f8246b8bc38bdfa41860c9a5e909b55793d2455edc525bdaa20b8060667b706
build:
number: 0
skip: True # [win and vc<15]
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- ninja
host:
- eigen
run:
- {{ pin_compatible('eigen', max_pin='x') }}
test:
files:
- test/
requires:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- ninja
about:
home: https://autodiff.github.io
license: MIT
license_family: MIT
license_file: LICENSE
summary: Automatic differentiation in C++ couldn't be simpler.
doc_url: https://autodiff.github.io
dev_url: https://github.com/autodiff/autodiff
extra:
recipe-maintainers:
- allanleal
| Add back the license_file info. | [skip ci] Add back the license_file info.
| YAML | bsd-3-clause | asmeurer/staged-recipes,stuertz/staged-recipes,petrushy/staged-recipes,Juanlu001/staged-recipes,ocefpaf/staged-recipes,scopatz/staged-recipes,patricksnape/staged-recipes,jochym/staged-recipes,SylvainCorlay/staged-recipes,basnijholt/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,isuruf/staged-recipes,asmeurer/staged-recipes,ceholden/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,birdsarah/staged-recipes,mcs07/staged-recipes,petrushy/staged-recipes,rmcgibbo/staged-recipes,goanpeca/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,rmcgibbo/staged-recipes,synapticarbors/staged-recipes,birdsarah/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,synapticarbors/staged-recipes,jjhelmus/staged-recipes,igortg/staged-recipes,johanneskoester/staged-recipes,igortg/staged-recipes,jakirkham/staged-recipes,patricksnape/staged-recipes,johanneskoester/staged-recipes,basnijholt/staged-recipes,cpaulik/staged-recipes,scopatz/staged-recipes,SylvainCorlay/staged-recipes,ceholden/staged-recipes,Juanlu001/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,isuruf/staged-recipes,cpaulik/staged-recipes,dschreij/staged-recipes,mariusvniekerk/staged-recipes,chrisburr/staged-recipes,chrisburr/staged-recipes,jakirkham/staged-recipes,jjhelmus/staged-recipes,kwilcox/staged-recipes,mcs07/staged-recipes,conda-forge/staged-recipes,dschreij/staged-recipes |
68e41d2c7abc77ba7d373572108095d3d4bff800 | recipes/fasttree/meta.yaml | recipes/fasttree/meta.yaml | {% set name = "FastTree" %}
{% set version = "2.1.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: "FastTree.c"
url: "http://meta.microbesonline.org/{{ name|lower }}/{{ name }}-{{ version }}.c"
sha256: "f3a4e57d27e3fd6b5e2a4201b15ae25bc43858092eefef160f9aaa1011df5b52"
build:
number: 0
skip: True # [osx]
test:
commands:
- FastTree | cat
- FastTreeMP | cat
about:
home: http://www.microbesonline.org/fasttree/
license: "GPL v2"
summary: "FastTree infers approximately-maximum-likelihood phylogenetic trees from alignments of nucleotide or protein sequences"
| {% set name = "FastTree" %}
{% set version = "2.1.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: "FastTree.c"
url: "http://meta.microbesonline.org/{{ name|lower }}/{{ name }}-{{ version }}.c"
sha256: "f3a4e57d27e3fd6b5e2a4201b15ae25bc43858092eefef160f9aaa1011df5b52"
build:
number: 1
requirements:
build:
- gcc
run:
- libgcc
test:
commands:
- FastTree
- FastTreeMP
about:
home: http://www.microbesonline.org/fasttree/
license: "GPL v2"
summary: "FastTree infers approximately-maximum-likelihood phylogenetic trees from alignments of nucleotide or protein sequences"
| Build fasttree for osx using gcc | Build fasttree for osx using gcc
| YAML | mit | phac-nml/bioconda-recipes,jfallmann/bioconda-recipes,mdehollander/bioconda-recipes,pinguinkiste/bioconda-recipes,martin-mann/bioconda-recipes,chapmanb/bioconda-recipes,rvalieris/bioconda-recipes,shenwei356/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,abims-sbr/bioconda-recipes,guowei-he/bioconda-recipes,xguse/bioconda-recipes,HassanAmr/bioconda-recipes,CGATOxford/bioconda-recipes,mdehollander/bioconda-recipes,ivirshup/bioconda-recipes,CGATOxford/bioconda-recipes,HassanAmr/bioconda-recipes,HassanAmr/bioconda-recipes,dmaticzka/bioconda-recipes,oena/bioconda-recipes,ostrokach/bioconda-recipes,xguse/bioconda-recipes,mcornwell1957/bioconda-recipes,joachimwolff/bioconda-recipes,mcornwell1957/bioconda-recipes,saketkc/bioconda-recipes,guowei-he/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,Luobiny/bioconda-recipes,bioconda/recipes,cokelaer/bioconda-recipes,keuv-grvl/bioconda-recipes,CGATOxford/bioconda-recipes,colinbrislawn/bioconda-recipes,daler/bioconda-recipes,npavlovikj/bioconda-recipes,roryk/recipes,HassanAmr/bioconda-recipes,blankenberg/bioconda-recipes,dmaticzka/bioconda-recipes,bebatut/bioconda-recipes,mdehollander/bioconda-recipes,hardingnj/bioconda-recipes,lpantano/recipes,ivirshup/bioconda-recipes,CGATOxford/bioconda-recipes,joachimwolff/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,daler/bioconda-recipes,hardingnj/bioconda-recipes,blankenberg/bioconda-recipes,zachcp/bioconda-recipes,shenwei356/bioconda-recipes,bow/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,peterjc/bioconda-recipes,omicsnut/bioconda-recipes,chapmanb/bioconda-recipes,xguse/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,npavlovikj/bioconda-recipes,omicsnut/bioconda-recipes,HassanAmr/bioconda-recipes,cokelaer/bioconda-recipes,JenCabral/bioconda-recipes,mdehollander/bioconda-recipes,pinguinkiste/bioconda-recipes,daler/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,omicsnut/bioconda-recipes,joachimwolff/bioconda-recipes,gregvonkuster/bioconda-recipes,peterjc/bioconda-recipes,phac-nml/bioconda-recipes,npavlovikj/bioconda-recipes,mcornwell1957/bioconda-recipes,peterjc/bioconda-recipes,lpantano/recipes,gregvonkuster/bioconda-recipes,chapmanb/bioconda-recipes,mcornwell1957/bioconda-recipes,dkoppstein/recipes,omicsnut/bioconda-recipes,ostrokach/bioconda-recipes,ivirshup/bioconda-recipes,mdehollander/bioconda-recipes,bioconda/bioconda-recipes,JenCabral/bioconda-recipes,Luobiny/bioconda-recipes,ostrokach/bioconda-recipes,mcornwell1957/bioconda-recipes,dkoppstein/recipes,oena/bioconda-recipes,phac-nml/bioconda-recipes,jasper1918/bioconda-recipes,guowei-he/bioconda-recipes,shenwei356/bioconda-recipes,saketkc/bioconda-recipes,rvalieris/bioconda-recipes,bioconda/recipes,Luobiny/bioconda-recipes,joachimwolff/bioconda-recipes,chapmanb/bioconda-recipes,jasper1918/bioconda-recipes,bow/bioconda-recipes,ivirshup/bioconda-recipes,rvalieris/bioconda-recipes,keuv-grvl/bioconda-recipes,HassanAmr/bioconda-recipes,JenCabral/bioconda-recipes,jfallmann/bioconda-recipes,bow/bioconda-recipes,bioconda/recipes,BIMSBbioinfo/bioconda-recipes,matthdsm/bioconda-recipes,colinbrislawn/bioconda-recipes,ivirshup/bioconda-recipes,abims-sbr/bioconda-recipes,ThomasWollmann/bioconda-recipes,rob-p/bioconda-recipes,bow/bioconda-recipes,JenCabral/bioconda-recipes,dmaticzka/bioconda-recipes,martin-mann/bioconda-recipes,bioconda/bioconda-recipes,ostrokach/bioconda-recipes,rvalieris/bioconda-recipes,gregvonkuster/bioconda-recipes,npavlovikj/bioconda-recipes,gregvonkuster/bioconda-recipes,hardingnj/bioconda-recipes,keuv-grvl/bioconda-recipes,bebatut/bioconda-recipes,abims-sbr/bioconda-recipes,gvlproject/bioconda-recipes,joachimwolff/bioconda-recipes,shenwei356/bioconda-recipes,rob-p/bioconda-recipes,keuv-grvl/bioconda-recipes,roryk/recipes,dkoppstein/recipes,jasper1918/bioconda-recipes,gvlproject/bioconda-recipes,zachcp/bioconda-recipes,martin-mann/bioconda-recipes,bow/bioconda-recipes,xguse/bioconda-recipes,mdehollander/bioconda-recipes,saketkc/bioconda-recipes,zachcp/bioconda-recipes,CGATOxford/bioconda-recipes,bebatut/bioconda-recipes,jfallmann/bioconda-recipes,ThomasWollmann/bioconda-recipes,colinbrislawn/bioconda-recipes,acaprez/recipes,zachcp/bioconda-recipes,saketkc/bioconda-recipes,oena/bioconda-recipes,abims-sbr/bioconda-recipes,ThomasWollmann/bioconda-recipes,ivirshup/bioconda-recipes,matthdsm/bioconda-recipes,cokelaer/bioconda-recipes,guowei-he/bioconda-recipes,abims-sbr/bioconda-recipes,peterjc/bioconda-recipes,keuv-grvl/bioconda-recipes,dmaticzka/bioconda-recipes,JenCabral/bioconda-recipes,peterjc/bioconda-recipes,joachimwolff/bioconda-recipes,gvlproject/bioconda-recipes,blankenberg/bioconda-recipes,jfallmann/bioconda-recipes,hardingnj/bioconda-recipes,Luobiny/bioconda-recipes,omicsnut/bioconda-recipes,daler/bioconda-recipes,dmaticzka/bioconda-recipes,oena/bioconda-recipes,xguse/bioconda-recipes,daler/bioconda-recipes,chapmanb/bioconda-recipes,lpantano/recipes,daler/bioconda-recipes,bebatut/bioconda-recipes,bioconda/bioconda-recipes,pinguinkiste/bioconda-recipes,saketkc/bioconda-recipes,colinbrislawn/bioconda-recipes,pinguinkiste/bioconda-recipes,rob-p/bioconda-recipes,gvlproject/bioconda-recipes,colinbrislawn/bioconda-recipes,acaprez/recipes,dmaticzka/bioconda-recipes,hardingnj/bioconda-recipes,phac-nml/bioconda-recipes,JenCabral/bioconda-recipes,matthdsm/bioconda-recipes,rob-p/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,matthdsm/bioconda-recipes,abims-sbr/bioconda-recipes,keuv-grvl/bioconda-recipes,lpantano/recipes,pinguinkiste/bioconda-recipes,ThomasWollmann/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,peterjc/bioconda-recipes,acaprez/recipes,CGATOxford/bioconda-recipes,gvlproject/bioconda-recipes,guowei-he/bioconda-recipes,saketkc/bioconda-recipes,jasper1918/bioconda-recipes,bow/bioconda-recipes,martin-mann/bioconda-recipes,rvalieris/bioconda-recipes,acaprez/recipes,pinguinkiste/bioconda-recipes,blankenberg/bioconda-recipes,bioconda/bioconda-recipes,ThomasWollmann/bioconda-recipes,ostrokach/bioconda-recipes,ostrokach/bioconda-recipes,colinbrislawn/bioconda-recipes,oena/bioconda-recipes,cokelaer/bioconda-recipes,matthdsm/bioconda-recipes,phac-nml/bioconda-recipes,martin-mann/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,ThomasWollmann/bioconda-recipes,gvlproject/bioconda-recipes,roryk/recipes,matthdsm/bioconda-recipes,rvalieris/bioconda-recipes,jasper1918/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes |
da35118ce3b127c128224d6509b7d530521580d9 | recipes/perl-encode-locale/meta.yaml | recipes/perl-encode-locale/meta.yaml | package:
name: perl-encode-locale
version: '1.05'
source:
fn: Encode-Locale-1.05.tar.gz
url: https://cpan.metacpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz
build:
number: 2
skip: True # [osx]
requirements:
build:
- gcc
- perl-threaded
- perl-app-cpanminus
run:
- libgcc
- perl-threaded
about:
home: https://metacpan.org/pod/Encode::Locale
license: Perl
summary: Determine the locale encoding
| package:
name: perl-encode-locale
version: '1.05'
source:
fn: Encode-Locale-1.05.tar.gz
url: https://cpan.metacpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz
build:
number: 3
requirements:
build:
- gcc
- perl-threaded
- perl-app-cpanminus
run:
- libgcc
- perl-threaded
test:
imports:
- Encode::Locale
about:
home: https://metacpan.org/pod/Encode::Locale
license: Perl
summary: Determine the locale encoding
| Add OSX build, import test for Perl Encode::Locale | Add OSX build, import test for Perl Encode::Locale
| YAML | mit | pinguinkiste/bioconda-recipes,zachcp/bioconda-recipes,ivirshup/bioconda-recipes,colinbrislawn/bioconda-recipes,bioconda/recipes,keuv-grvl/bioconda-recipes,jfallmann/bioconda-recipes,JenCabral/bioconda-recipes,HassanAmr/bioconda-recipes,JenCabral/bioconda-recipes,lpantano/recipes,ThomasWollmann/bioconda-recipes,mcornwell1957/bioconda-recipes,keuv-grvl/bioconda-recipes,joachimwolff/bioconda-recipes,martin-mann/bioconda-recipes,zwanli/bioconda-recipes,ThomasWollmann/bioconda-recipes,acaprez/recipes,blankenberg/bioconda-recipes,ivirshup/bioconda-recipes,lpantano/recipes,daler/bioconda-recipes,mdehollander/bioconda-recipes,HassanAmr/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,matthdsm/bioconda-recipes,saketkc/bioconda-recipes,dmaticzka/bioconda-recipes,peterjc/bioconda-recipes,phac-nml/bioconda-recipes,peterjc/bioconda-recipes,CGATOxford/bioconda-recipes,npavlovikj/bioconda-recipes,saketkc/bioconda-recipes,chapmanb/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,keuv-grvl/bioconda-recipes,mcornwell1957/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,roryk/recipes,hardingnj/bioconda-recipes,daler/bioconda-recipes,Luobiny/bioconda-recipes,abims-sbr/bioconda-recipes,jasper1918/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,HassanAmr/bioconda-recipes,ostrokach/bioconda-recipes,martin-mann/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,gvlproject/bioconda-recipes,pinguinkiste/bioconda-recipes,mdehollander/bioconda-recipes,zwanli/bioconda-recipes,jfallmann/bioconda-recipes,ThomasWollmann/bioconda-recipes,gregvonkuster/bioconda-recipes,yesimon/bioconda-recipes,xguse/bioconda-recipes,mdehollander/bioconda-recipes,mdehollander/bioconda-recipes,ivirshup/bioconda-recipes,CGATOxford/bioconda-recipes,daler/bioconda-recipes,dkoppstein/recipes,matthdsm/bioconda-recipes,oena/bioconda-recipes,JenCabral/bioconda-recipes,acaprez/recipes,colinbrislawn/bioconda-recipes,daler/bioconda-recipes,zachcp/bioconda-recipes,roryk/recipes,bow/bioconda-recipes,shenwei356/bioconda-recipes,gregvonkuster/bioconda-recipes,bioconda/recipes,mdehollander/bioconda-recipes,oena/bioconda-recipes,zwanli/bioconda-recipes,lpantano/recipes,chapmanb/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,peterjc/bioconda-recipes,guowei-he/bioconda-recipes,bioconda/bioconda-recipes,bow/bioconda-recipes,Luobiny/bioconda-recipes,pinguinkiste/bioconda-recipes,gvlproject/bioconda-recipes,dkoppstein/recipes,dmaticzka/bioconda-recipes,mdehollander/bioconda-recipes,joachimwolff/bioconda-recipes,ostrokach/bioconda-recipes,abims-sbr/bioconda-recipes,colinbrislawn/bioconda-recipes,saketkc/bioconda-recipes,JenCabral/bioconda-recipes,martin-mann/bioconda-recipes,rvalieris/bioconda-recipes,rob-p/bioconda-recipes,colinbrislawn/bioconda-recipes,mcornwell1957/bioconda-recipes,joachimwolff/bioconda-recipes,martin-mann/bioconda-recipes,rvalieris/bioconda-recipes,martin-mann/bioconda-recipes,xguse/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,rob-p/bioconda-recipes,bow/bioconda-recipes,guowei-he/bioconda-recipes,guowei-he/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,CGATOxford/bioconda-recipes,bebatut/bioconda-recipes,chapmanb/bioconda-recipes,Luobiny/bioconda-recipes,oena/bioconda-recipes,abims-sbr/bioconda-recipes,CGATOxford/bioconda-recipes,matthdsm/bioconda-recipes,shenwei356/bioconda-recipes,matthdsm/bioconda-recipes,ostrokach/bioconda-recipes,zwanli/bioconda-recipes,bebatut/bioconda-recipes,bow/bioconda-recipes,oena/bioconda-recipes,npavlovikj/bioconda-recipes,rob-p/bioconda-recipes,dmaticzka/bioconda-recipes,ostrokach/bioconda-recipes,guowei-he/bioconda-recipes,abims-sbr/bioconda-recipes,jasper1918/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,acaprez/recipes,matthdsm/bioconda-recipes,bebatut/bioconda-recipes,rvalieris/bioconda-recipes,jfallmann/bioconda-recipes,rvalieris/bioconda-recipes,ThomasWollmann/bioconda-recipes,omicsnut/bioconda-recipes,ostrokach/bioconda-recipes,colinbrislawn/bioconda-recipes,cokelaer/bioconda-recipes,gregvonkuster/bioconda-recipes,hardingnj/bioconda-recipes,jfallmann/bioconda-recipes,gvlproject/bioconda-recipes,ivirshup/bioconda-recipes,CGATOxford/bioconda-recipes,cokelaer/bioconda-recipes,omicsnut/bioconda-recipes,yesimon/bioconda-recipes,cokelaer/bioconda-recipes,saketkc/bioconda-recipes,zwanli/bioconda-recipes,omicsnut/bioconda-recipes,phac-nml/bioconda-recipes,bioconda/recipes,JenCabral/bioconda-recipes,keuv-grvl/bioconda-recipes,JenCabral/bioconda-recipes,pinguinkiste/bioconda-recipes,xguse/bioconda-recipes,joachimwolff/bioconda-recipes,HassanAmr/bioconda-recipes,pinguinkiste/bioconda-recipes,roryk/recipes,ostrokach/bioconda-recipes,blankenberg/bioconda-recipes,xguse/bioconda-recipes,npavlovikj/bioconda-recipes,xguse/bioconda-recipes,keuv-grvl/bioconda-recipes,zwanli/bioconda-recipes,jasper1918/bioconda-recipes,peterjc/bioconda-recipes,shenwei356/bioconda-recipes,dmaticzka/bioconda-recipes,saketkc/bioconda-recipes,gregvonkuster/bioconda-recipes,HassanAmr/bioconda-recipes,saketkc/bioconda-recipes,chapmanb/bioconda-recipes,gvlproject/bioconda-recipes,acaprez/recipes,cokelaer/bioconda-recipes,mcornwell1957/bioconda-recipes,chapmanb/bioconda-recipes,gvlproject/bioconda-recipes,hardingnj/bioconda-recipes,zachcp/bioconda-recipes,hardingnj/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,matthdsm/bioconda-recipes,joachimwolff/bioconda-recipes,ivirshup/bioconda-recipes,dmaticzka/bioconda-recipes,bioconda/bioconda-recipes,bow/bioconda-recipes,omicsnut/bioconda-recipes,HassanAmr/bioconda-recipes,npavlovikj/bioconda-recipes,peterjc/bioconda-recipes,blankenberg/bioconda-recipes,lpantano/recipes,jasper1918/bioconda-recipes,joachimwolff/bioconda-recipes,shenwei356/bioconda-recipes,abims-sbr/bioconda-recipes,gvlproject/bioconda-recipes,phac-nml/bioconda-recipes,bow/bioconda-recipes,bioconda/bioconda-recipes,yesimon/bioconda-recipes,yesimon/bioconda-recipes,dkoppstein/recipes,guowei-he/bioconda-recipes,daler/bioconda-recipes,ThomasWollmann/bioconda-recipes,oena/bioconda-recipes,Luobiny/bioconda-recipes,blankenberg/bioconda-recipes,abims-sbr/bioconda-recipes,rvalieris/bioconda-recipes,CGATOxford/bioconda-recipes,bioconda/bioconda-recipes,pinguinkiste/bioconda-recipes,zachcp/bioconda-recipes,phac-nml/bioconda-recipes,bebatut/bioconda-recipes,daler/bioconda-recipes,rvalieris/bioconda-recipes,keuv-grvl/bioconda-recipes,dmaticzka/bioconda-recipes,colinbrislawn/bioconda-recipes,mcornwell1957/bioconda-recipes,ivirshup/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,peterjc/bioconda-recipes,hardingnj/bioconda-recipes,ThomasWollmann/bioconda-recipes,phac-nml/bioconda-recipes,rob-p/bioconda-recipes,omicsnut/bioconda-recipes,jasper1918/bioconda-recipes |
3333efb42920f8d47274831dd7ac5cc7c45709b1 | packs/mssql/actions/workflows/alert_on_query_results.yaml | packs/mssql/actions/workflows/alert_on_query_results.yaml | ---
chain:
-
name: 'query_mssql'
ref: 'mssql.execute.query'
parameters:
query_string: '{{query_string}}'
params: '{{params}}'
database: '{{database}}'
# success indicates returned data, which is actually a negative result
on-success: 'format_query_attachments'
# failure (may) indicate no data, which could actually be a positive result (or an actual error)
on-failure: 'check_for_no_data_response'
-
name: 'format_query_attachments'
ref: 'core.local'
parameters:
cmd: 'python -c "import ast; print \",\".join(ast.literal_eval(\"{{query_mssql.result.output_files}}\"))"'
publish:
output_file_list: '{{format_query_attachments.stdout}}'
on-success: 'escalate_check_failed'
-
name: 'escalate_check_failed'
ref: 'core.sendmail'
parameters:
attachments: '{{output_file_list}}'
subject: '{{email_subject}}'
body: '{{email_body}}'
from: '{{email_from}}'
to: '{{email_to}}'
-
name: 'check_for_no_data_response'
# so the parent check shows "SUCCESSFUL" if NO DATA
ref: 'core.local'
parameters:
# mssql.execute.query returns 1 on ERROR and 2 if NO DATA
cmd: '[[ "{{query_mssql.exit_code}}" -eq 2 ]]'
| ---
chain:
-
name: 'query_mssql'
ref: 'mssql.execute.query'
parameters:
query_string: '{{query_string}}'
params: '{{params}}'
database: '{{database}}'
# success indicates returned data, which is actually a negative result
on-success: 'format_query_attachments'
# failure (may) indicate no data, which could actually be a positive result (or an actual error)
on-failure: 'check_for_no_data_response'
-
name: 'format_query_attachments'
ref: 'core.noop'
publish:
output_file_list: '{{query_mssql.result.output_files | join(",")}}'
on-success: 'escalate_check_failed'
-
name: 'escalate_check_failed'
ref: 'core.sendmail'
parameters:
attachments: '{{output_file_list}}'
subject: '{{email_subject}}'
body: '{{email_body}}'
from: '{{email_from}}'
to: '{{email_to}}'
-
name: 'check_for_no_data_response'
# so the parent check shows "SUCCESSFUL" if NO DATA
ref: 'core.local'
parameters:
# mssql.execute.query returns 1 on ERROR and 2 if NO DATA
cmd: '[[ "{{query_mssql.exit_code}}" -eq 2 ]]'
| Replace ast-python-cli hack with jinja filter in mssql.alert_on_query | Replace ast-python-cli hack with jinja filter in mssql.alert_on_query
| YAML | apache-2.0 | tonybaloney/st2contrib,armab/st2contrib,pidah/st2contrib,armab/st2contrib,pearsontechnology/st2contrib,pearsontechnology/st2contrib,pearsontechnology/st2contrib,StackStorm/st2contrib,pidah/st2contrib,armab/st2contrib,tonybaloney/st2contrib,tonybaloney/st2contrib,StackStorm/st2contrib,pearsontechnology/st2contrib,pidah/st2contrib,StackStorm/st2contrib |
0037124baba13d115c0bddedc911f603caa2bc77 | addons/registry/registry-svc.yaml | addons/registry/registry-svc.yaml | apiVersion: v1
kind: Service
metadata:
name: registry
namespace: kube-system
labels:
k8s-app: registry
kubernetes.io/cluster-service: "true"
kubernetes.io/name: "KubeRegistry"
spec:
selector:
k8s-app: registry
ports:
- name: registry
port: 5000
protocol: TCP
| apiVersion: v1
kind: Service
metadata:
name: registry
namespace: kube-system
labels:
k8s-app: registry
kubernetes.io/cluster-service: "true"
kubernetes.io/name: "KubeRegistry"
spec:
selector:
k8s-app: registry
clusterIP: 10.0.0.20
ports:
- name: registry
port: 5000
protocol: TCP
| Set cluster ip for registry to 10.0.0.20 | Set cluster ip for registry to 10.0.0.20
| YAML | mit | luxas/kubernetes-on-arm,luxas/kubernetes-on-arm |
a6c9e5f77aedd7c2b54b3d8c47a84d5e8e8acb17 | recipes/TheanoLM/meta.yaml | recipes/TheanoLM/meta.yaml | {% set name = "TheanoLM" %}
{% set version = "1.2.0" %}
{% set sha256 = "ebb312c34ad0bfea950f412f4657fe9ae6dc8ed8e904bb199ceef03faf50ff80" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
skip: True # [py<34]
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
- setuptools
run:
- python
- numpy
- scipy
- theano
- h5py
about:
home: https://github.com/senarvi/theanolm
license: Apache 2.0
license_file: LICENSE.txt
summary: 'Recurrent neural network language modeling tool implemented using Theano'
description: |
Recurrent neural network language modeling tool implemented using Theano
doc_url: http://theanolm.readthedocs.org/
dev_url: https://github.com/senarvi/theanolm
extra:
recipe-maintainers:
- psmit
- senarvi
| {% set name = "TheanoLM" %}
{% set version = "1.2.0" %}
{% set sha256 = "ebb312c34ad0bfea950f412f4657fe9ae6dc8ed8e904bb199ceef03faf50ff80" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
skip: True # [py<34]
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
- setuptools
run:
- python
- numpy
- scipy
- theano
- h5py
test:
commands:
- theanolm --help
about:
home: https://github.com/senarvi/theanolm
license: Apache 2.0
license_file: LICENSE.txt
summary: 'Recurrent neural network language modeling tool implemented using Theano'
description: |
Recurrent neural network language modeling tool implemented using Theano
doc_url: http://theanolm.readthedocs.org/
dev_url: https://github.com/senarvi/theanolm
extra:
recipe-maintainers:
- psmit
- senarvi
| Add basic theanolm invocation test | Add basic theanolm invocation test
| YAML | bsd-3-clause | guillochon/staged-recipes,stuertz/staged-recipes,ceholden/staged-recipes,ReimarBauer/staged-recipes,chohner/staged-recipes,synapticarbors/staged-recipes,petrushy/staged-recipes,Juanlu001/staged-recipes,conda-forge/staged-recipes,chohner/staged-recipes,cpaulik/staged-recipes,sannykr/staged-recipes,birdsarah/staged-recipes,jjhelmus/staged-recipes,shadowwalkersb/staged-recipes,NOAA-ORR-ERD/staged-recipes,pmlandwehr/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,hadim/staged-recipes,Cashalow/staged-recipes,SylvainCorlay/staged-recipes,kwilcox/staged-recipes,scopatz/staged-recipes,jakirkham/staged-recipes,larray-project/staged-recipes,sodre/staged-recipes,jakirkham/staged-recipes,Cashalow/staged-recipes,patricksnape/staged-recipes,mcs07/staged-recipes,larray-project/staged-recipes,synapticarbors/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,SylvainCorlay/staged-recipes,cpaulik/staged-recipes,basnijholt/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,barkls/staged-recipes,sannykr/staged-recipes,isuruf/staged-recipes,igortg/staged-recipes,jochym/staged-recipes,basnijholt/staged-recipes,hadim/staged-recipes,sodre/staged-recipes,johanneskoester/staged-recipes,petrushy/staged-recipes,ocefpaf/staged-recipes,rvalieris/staged-recipes,chrisburr/staged-recipes,glemaitre/staged-recipes,jochym/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,sodre/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,rmcgibbo/staged-recipes,dschreij/staged-recipes,guillochon/staged-recipes,barkls/staged-recipes,dschreij/staged-recipes,isuruf/staged-recipes,asmeurer/staged-recipes,asmeurer/staged-recipes,Juanlu001/staged-recipes,birdsarah/staged-recipes,pmlandwehr/staged-recipes,rmcgibbo/staged-recipes,mcs07/staged-recipes,scopatz/staged-recipes,jjhelmus/staged-recipes,ceholden/staged-recipes,NOAA-ORR-ERD/staged-recipes,mariusvniekerk/staged-recipes,rvalieris/staged-recipes,glemaitre/staged-recipes,chrisburr/staged-recipes,shadowwalkersb/staged-recipes |
adfe4e1534e86ca647b1d1a1aba5c46063800928 | recipes/clangdev/meta.yaml | recipes/clangdev/meta.yaml | {% set version = "3.8.1" %}
{% set sha256 = "4cd3836dfb4b88b597e075341cae86d61c63ce3963e45c7fe6a8bf59bb382cdf" %}
package:
name: clangdev
version: {{ version }}
source:
fn: cfe-{{ version }}.src.tar.xz
url: http://llvm.org/releases/{{ version }}/cfe-{{ version }}.src.tar.xz
sha256: {{ sha256 }}
build:
number: 0
requirements:
build:
- system # [linux and not armv7l]
- llvmdev ==3.8.1
- cmake
- libxml2
run:
- system # [linux and not armv7l]
- llvmdev ==3.8.1
- libxml2
test:
commands:
- clang -version # [linux]
about:
home: http://llvm.org/
license: Open Source (http://llvm.org/releases/{{ version }}/LICENSE.TXT)
summary: Development headers and libraries for Clang
extra:
recipe-maintainers:
- inducer
| {% set version = "3.8.1" %}
{% set sha256 = "4cd3836dfb4b88b597e075341cae86d61c63ce3963e45c7fe6a8bf59bb382cdf" %}
package:
name: clangdev
version: {{ version }}
source:
fn: cfe-{{ version }}.src.tar.xz
url: http://llvm.org/releases/{{ version }}/cfe-{{ version }}.src.tar.xz
sha256: {{ sha256 }}
build:
number: 0
requirements:
build:
- system # [linux and not armv7l]
- llvmdev ==3.8.1
- cmake
- libxml2
run:
- system # [linux and not armv7l]
- llvmdev ==3.8.1
- libxml2
test:
commands:
- clang -version # [linux]
about:
home: http://llvm.org/
license: Open Source (http://llvm.org/releases/{{ version }}/LICENSE.TXT)
summary: Development headers and libraries for Clang
extra:
recipe-maintainers:
- inducer
| Fix missing space in selector comment | Fix missing space in selector comment
| YAML | bsd-3-clause | glemaitre/staged-recipes,blowekamp/staged-recipes,NOAA-ORR-ERD/staged-recipes,asmeurer/staged-recipes,sodre/staged-recipes,ReimarBauer/staged-recipes,rmcgibbo/staged-recipes,sodre/staged-recipes,synapticarbors/staged-recipes,jjhelmus/staged-recipes,sodre/staged-recipes,asmeurer/staged-recipes,petrushy/staged-recipes,petrushy/staged-recipes,shadowwalkersb/staged-recipes,dschreij/staged-recipes,barkls/staged-recipes,guillochon/staged-recipes,birdsarah/staged-recipes,pmlandwehr/staged-recipes,jochym/staged-recipes,chrisburr/staged-recipes,jakirkham/staged-recipes,patricksnape/staged-recipes,rvalieris/staged-recipes,conda-forge/staged-recipes,birdsarah/staged-recipes,johannesring/staged-recipes,mariusvniekerk/staged-recipes,dschreij/staged-recipes,hadim/staged-recipes,caspervdw/staged-recipes,stuertz/staged-recipes,sannykr/staged-recipes,shadowwalkersb/staged-recipes,barkls/staged-recipes,scopatz/staged-recipes,grlee77/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,mcs07/staged-recipes,johanneskoester/staged-recipes,gqmelo/staged-recipes,mcs07/staged-recipes,koverholt/staged-recipes,koverholt/staged-recipes,isuruf/staged-recipes,johannesring/staged-recipes,mariusvniekerk/staged-recipes,grlee77/staged-recipes,johanneskoester/staged-recipes,rvalieris/staged-recipes,SylvainCorlay/staged-recipes,ocefpaf/staged-recipes,JohnGreeley/staged-recipes,goanpeca/staged-recipes,Cashalow/staged-recipes,Juanlu001/staged-recipes,hbredin/staged-recipes,ocefpaf/staged-recipes,jjhelmus/staged-recipes,hadim/staged-recipes,rmcgibbo/staged-recipes,chrisburr/staged-recipes,igortg/staged-recipes,ceholden/staged-recipes,planetarypy/staged-recipes,basnijholt/staged-recipes,kwilcox/staged-recipes,NOAA-ORR-ERD/staged-recipes,JohnGreeley/staged-recipes,jerowe/staged-recipes,kwilcox/staged-recipes,Juanlu001/staged-recipes,larray-project/staged-recipes,conda-forge/staged-recipes,scopatz/staged-recipes,synapticarbors/staged-recipes,cpaulik/staged-recipes,glemaitre/staged-recipes,basnijholt/staged-recipes,jerowe/staged-recipes,ReimarBauer/staged-recipes,Cashalow/staged-recipes,gqmelo/staged-recipes,caspervdw/staged-recipes,mcernak/staged-recipes,hbredin/staged-recipes,cpaulik/staged-recipes,larray-project/staged-recipes,blowekamp/staged-recipes,planetarypy/staged-recipes,benvandyke/staged-recipes,SylvainCorlay/staged-recipes,igortg/staged-recipes,pmlandwehr/staged-recipes,chohner/staged-recipes,sannykr/staged-recipes,chohner/staged-recipes,patricksnape/staged-recipes,benvandyke/staged-recipes,ceholden/staged-recipes,mcernak/staged-recipes,isuruf/staged-recipes,jakirkham/staged-recipes,stuertz/staged-recipes,guillochon/staged-recipes |
ca292f25186f92876fd4264013e61119572c1fc8 | recipes/humanize/meta.yaml | recipes/humanize/meta.yaml | {% set version = "0.5.1" %}
package:
name: humanize
version: {{ version }}
source:
fn: humanize-{{ version }}.tar.gz
url: https://github.com/jmoiron/humanize/archive/{{ version }}.tar.gz
sha256: e3f3ac75e647f75eec48c3950385ab7585c1c1cde2a6c1479c1f58e055a3e868
build:
number: 1
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- humanize
about:
home: https://github.com/jmoiron/humanize
license: MIT License
summary: python humanize utilities
extra:
recipe-maintainers:
- ericdill
- licode
- tacaswell
| {% set version = "0.5.1" %}
package:
name: humanize
version: {{ version }}
source:
fn: humanize-{{ version }}.tar.gz
url: https://github.com/jmoiron/humanize/archive/{{ version }}.tar.gz
sha256: e3f3ac75e647f75eec48c3950385ab7585c1c1cde2a6c1479c1f58e055a3e868
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- humanize
about:
home: https://github.com/jmoiron/humanize
license: MIT License
summary: python humanize utilities
extra:
recipe-maintainers:
- ericdill
- licode
- tacaswell
| Reset build number to 0 | Reset build number to 0
| YAML | bsd-3-clause | Juanlu001/staged-recipes,tylere/staged-recipes,chrisburr/staged-recipes,jjhelmus/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,shadowwalkersb/staged-recipes,hajapy/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,pmlandwehr/staged-recipes,Cashalow/staged-recipes,richardotis/staged-recipes,vamega/staged-recipes,patricksnape/staged-recipes,jochym/staged-recipes,gqmelo/staged-recipes,hadim/staged-recipes,dfroger/staged-recipes,birdsarah/staged-recipes,ocefpaf/staged-recipes,isuruf/staged-recipes,shadowwalkersb/staged-recipes,JohnGreeley/staged-recipes,khallock/staged-recipes,dschreij/staged-recipes,SylvainCorlay/staged-recipes,atedstone/staged-recipes,rmcgibbo/staged-recipes,kwilcox/staged-recipes,mcs07/staged-recipes,sannykr/staged-recipes,planetarypy/staged-recipes,pmlandwehr/staged-recipes,NOAA-ORR-ERD/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,Cashalow/staged-recipes,cpaulik/staged-recipes,basnijholt/staged-recipes,SylvainCorlay/staged-recipes,koverholt/staged-recipes,dfroger/staged-recipes,bmabey/staged-recipes,OpenPIV/staged-recipes,jochym/staged-recipes,hajapy/staged-recipes,guillochon/staged-recipes,caspervdw/staged-recipes,stuertz/staged-recipes,sodre/staged-recipes,ReimarBauer/staged-recipes,rolando-contrib/staged-recipes,ocefpaf/staged-recipes,chohner/staged-recipes,caspervdw/staged-recipes,hbredin/staged-recipes,mcs07/staged-recipes,jjhelmus/staged-recipes,nicoddemus/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,grlee77/staged-recipes,dharhas/staged-recipes,blowekamp/staged-recipes,dschreij/staged-recipes,jakirkham/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipes,benvandyke/staged-recipes,synapticarbors/staged-recipes,jerowe/staged-recipes,tylere/staged-recipes,goanpeca/staged-recipes,nicoddemus/staged-recipes,planetarypy/staged-recipes,rolando-contrib/staged-recipes,Juanlu001/staged-recipes,cpaulik/staged-recipes,koverholt/staged-recipes,pstjohn/staged-recipes,larray-project/staged-recipes,larray-project/staged-recipes,gqmelo/staged-recipes,mariusvniekerk/staged-recipes,sannykr/staged-recipes,jcb91/staged-recipes,data-exp-lab/staged-recipes,JohnGreeley/staged-recipes,hadim/staged-recipes,rmcgibbo/staged-recipes,johannesring/staged-recipes,jcb91/staged-recipes,basnijholt/staged-recipes,chohner/staged-recipes,grlee77/staged-recipes,blowekamp/staged-recipes,pstjohn/staged-recipes,synapticarbors/staged-recipes,asmeurer/staged-recipes,benvandyke/staged-recipes,ceholden/staged-recipes,bmabey/staged-recipes,isuruf/staged-recipes,richardotis/staged-recipes,rvalieris/staged-recipes,atedstone/staged-recipes,valgur/staged-recipes,ceholden/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,glemaitre/staged-recipes,rvalieris/staged-recipes,asmeurer/staged-recipes,mcernak/staged-recipes,mcernak/staged-recipes,barkls/staged-recipes,sodre/staged-recipes,data-exp-lab/staged-recipes,NOAA-ORR-ERD/staged-recipes,Savvysherpa/staged-recipes,OpenPIV/staged-recipes,vamega/staged-recipes,barkls/staged-recipes,chrisburr/staged-recipes,hbredin/staged-recipes,scopatz/staged-recipes,Savvysherpa/staged-recipes,sodre/staged-recipes,khallock/staged-recipes,valgur/staged-recipes,petrushy/staged-recipes,glemaitre/staged-recipes,dharhas/staged-recipes,johannesring/staged-recipes,birdsarah/staged-recipes,guillochon/staged-recipes,jerowe/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,petrushy/staged-recipes |
2a38b7f7d9cd114364483c4d39e9b912a59ae09b | build.yaml | build.yaml | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_javaee: javax:javaee-api:jar:7.0
javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.6.0
gwt_dev: com.google.gwt:gwt-dev:jar:2.6.0
javax_validation: javax.validation:validation-api:jar:1.0.0.GA
javax_validation_sources: javax.validation:validation-api:jar:sources:1.0.0.GA
gwt_websockets: org.realityforge.gwt.websockets:gwt-websockets:jar:0.5
| repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_javaee: javax:javaee-api:jar:7.0
javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.6.0
gwt_dev: com.google.gwt:gwt-dev:jar:2.6.0
javax_validation: javax.validation:validation-api:jar:1.0.0.GA
javax_validation_sources: javax.validation:validation-api:jar:sources:1.0.0.GA
gwt_websockets: org.realityforge.gwt.websockets:gwt-websockets:jar:0.6
| Upgrade to the latest release of the WebSocket library | Upgrade to the latest release of the WebSocket library
| YAML | apache-2.0 | realityforge/gwt-websockets-example,realityforge/gwt-websockets-example,realityforge/gwt-websockets-example |
448af67e3e2c70e76e78f9cd3ccec15702f134b1 | recipes/pytest-runner/meta.yaml | recipes/pytest-runner/meta.yaml | {% set version = "2.9" %}
package:
name: pytest-runner
version: {{ version }}
source:
fn: pytest-runner-{{version}}.tar.gz
url: https://pypi.io/packages/source/p/pytest-runner/pytest-runner-{{version}}.tar.gz
sha256: 50378de59b02f51f64796d3904dfe71b9dc6f06d88fc6bfbd5c8e8366ae1d131
build:
script: python setup.py install --single-version-externally-managed --record record.txt
number: 0
requirements:
build:
- python
- setuptools
- setuptools_scm >=1.9,!=1.13.1,!=1.14.0
run:
- python
- setuptools
- pytest
test:
imports:
- ptr
about:
home: https://github.com/pytest-dev/pytest-runner
license: MIT
summary: 'Invoke py.test as distutils command with dependency resolution.'
| {% set version = "2.10.1" %}
package:
name: pytest-runner
version: {{ version }}
source:
fn: pytest-runner-{{version}}.tar.gz
url: https://pypi.io/packages/source/p/pytest-runner/pytest-runner-{{version}}.tar.gz
sha256: ecc9549ed1ce9bbfc9e7c9bad33d3f9fa91da2334632070a191a35aa96f0be35
build:
script: python setup.py install --single-version-externally-managed --record record.txt
number: 0
requirements:
build:
- python
- setuptools
- setuptools_scm >=1.9,!=1.13.1,!=1.14.0
run:
- python
- setuptools
- pytest
test:
imports:
- ptr
about:
home: https://github.com/pytest-dev/pytest-runner
license: MIT
summary: 'Invoke py.test as distutils command with dependency resolution.'
| Update pytest-runner recipe to version 2.10.1 | Update pytest-runner recipe to version 2.10.1
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
36c5278916898b54c42a107e5ebb12791b8ad0a4 | playbooks/deliverables/playbooks/manual/wordpress-install.yml | playbooks/deliverables/playbooks/manual/wordpress-install.yml | # requires --extra-vars="target='host1:host2:group etc'"
- name: Install a new WordPress instance in Fedora's infrastructure.
hosts: "{{ target }}"
remote_user: root
roles:
- apache
- mariadb
- wordpress
| ---
# requires --extra-vars="target='host1:host2:group etc'"
- name: Install a new WordPress instance
hosts: "{{ target }}"
user: root
roles:
- apache
- mariadb_server
- wordpress
| Modify mariadb_server role, better organize file | Modify mariadb_server role, better organize file
| YAML | mpl-2.0 | jflory7/infrastructure,jflory7/infrastructure |
3c9dcab745faa565b03d8be32807bf5a8a464728 | roles/pipeline2/tasks/runit.yml | roles/pipeline2/tasks/runit.yml | ---
- set_fact:
service_name: "daisy-pipeline2"
- name: create the directory for the service
file:
path: "/etc/sv/{{ service_name }}"
state: directory
mode: 0755
- name: create the runit startup scripts
template:
src: "{{ item.src }}"
dest: "/etc/sv/{{ service_name }}/{{ item.dest }}"
mode: 0755
with_items:
- {src: runit-run.j2, dest: run}
- {src: runit-log-run.j2, dest: "log/run"}
- name: enable the service
runit:
name: "{{ service_name }}"
enabled: "yes"
| ---
- set_fact:
service_name: "daisy-pipeline2"
# Before we enable runit we need to disable the other init system.
# Otherwise we'll have two pipelines running
- name: disable the other init system
systemd:
name: "{{ service_name }}"
state: stopped
masked: yes
- name: create the directory for the service
file:
path: "/etc/sv/{{ service_name }}"
state: directory
mode: 0755
- name: create the runit startup scripts
template:
src: "{{ item.src }}"
dest: "/etc/sv/{{ service_name }}/{{ item.dest }}"
mode: 0755
with_items:
- {src: runit-run.j2, dest: run}
- {src: runit-log-run.j2, dest: "log/run"}
- name: enable the service
runit:
name: "{{ service_name }}"
enabled: "yes"
| Mask the systemd init system for daisy-pipeline2 | Mask the systemd init system for daisy-pipeline2
| YAML | mit | sbsdev/sbs-infrastructure |
4da940c19e67f937571f85f656d3e410db8d6feb | circle.yml | circle.yml | machine:
services:
- docker
dependencies:
override:
- docker pull centurylink/golang-builder:latest
- go get -u github.com/Masterminds/glide
test:
override:
- glide install
- docker run -v $(pwd):/src centurylink/golang-builder:latest --test
| machine:
services:
- docker
dependencies:
override:
- docker pull centurylink/golang-builder:latest
- go get -u github.com/Masterminds/glide
test:
override:
- glide install
- docker run -v $(pwd):/src centurylink/golang-builder:latest --test
deployment:
ci:
branch: /.*/
commands:
- cp -r ./watchtower $CIRCLE_ARTIFACTS | Copy watchtower binary for ci builds to artifacts. | Copy watchtower binary for ci builds to artifacts.
| YAML | apache-2.0 | v2tec/watchtower,v2tec/watchtower,CenturyLinkLabs/watchtower |
e1a6aa71269181c26c2a911994cfcc0057796905 | circle.yml | circle.yml | version: 2
jobs:
build:
working_directory: ~/cdp4j
docker:
- image: circleci/openjdk:8u121-jdk
steps:
- checkout
- restore_cache:
key: cdp4j-{{ checksum "pom.xml" }}
- run: mvn dependency:go-offline
- save_cache:
paths:
- ~/.m2
key: cdp4j-{{ checksum "pom.xml" }}
- run: sudo apt-get install libxss1 libappindicator1 libindicator7
- run: mkdir -p chrome-archive
- run: wget -qnc https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O chrome-archive/google-chrome-stable_current_amd64.deb
- run: sudo dpkg -i chrome-archive/google-chrome*.deb # Might show "errors", fixed by next line
- run: sudo apt-get install -f
- run: google-chrome --version
- run: google-chrome --headless --no-default-browser-check --no-first-run --disable-translate --remote-debugging-port=9222 --disable-gpu &
- run: mvn package
- store_test_results:
path: target/surefire-reports
| version: 2
jobs:
build:
working_directory: ~/cdp4j
docker:
- image: circleci/openjdk:8-jdk-browsers
steps:
- checkout
- restore_cache:
key: cdp4j-{{ checksum "pom.xml" }}
- run: mvn dependency:go-offline
- save_cache:
paths:
- ~/.m2
key: cdp4j-{{ checksum "pom.xml" }}
- run: sudo apt-get install libxss1 libappindicator1 libindicator7
- run: mkdir -p chrome-archive
- run: wget -qnc https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O chrome-archive/google-chrome-stable_current_amd64.deb
- run: sudo dpkg -i chrome-archive/google-chrome*.deb # Might show "errors", fixed by next line
- run: sudo apt-get install -f
- run: google-chrome --version
- run: google-chrome --headless --no-default-browser-check --no-first-run --disable-translate --remote-debugging-port=9222 --disable-gpu &
- run: mvn package
- store_test_results:
path: target/surefire-reports
| Update java 8 docker image | Update java 8 docker image
| YAML | mit | paine1690/cdp4j,paine1690/cdp4j,paine1690/cdp4j |
add172dd062f80ffcfb67a365a6b442e10395c05 | circle.yml | circle.yml | machine:
ruby:
version: ruby-2.3.0
database:
post:
- bundle exec rake test:prepare
- bundle exec rake db:migrate
general:
artifacts:
- "coverage"
| machine:
ruby:
version: ruby-2.3.0
database:
post:
- bundle exec rake test:prepare
- bundle exec rake db:migrate
- mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
general:
artifacts:
- "coverage"
| Install timezone support in Circle tests | Install timezone support in Circle tests
| YAML | cc0-1.0 | j-f1/forked-metasmoke,SulphurDioxide/metasmoke,angussidney/metasmoke,Charcoal-SE/metasmoke,Charcoal-SE/metasmoke,Charcoal-SE/metasmoke,SulphurDioxide/metasmoke,j-f1/forked-metasmoke,j-f1/forked-metasmoke,angussidney/metasmoke,SulphurDioxide/metasmoke,angussidney/metasmoke,j-f1/forked-metasmoke,Charcoal-SE/metasmoke,angussidney/metasmoke |
9d1d41fec33c249702cd0b2572a8cf941042d43d | circle.yml | circle.yml | machine:
environment:
CODECLIMATE_REPO_TOKEN: 40fd488627355e3e12fd14b84e18e1e7b8ee40d2271823ecd2427f02f4aad61d
deployment:
production:
branch: production
commands:
- git push git@heroku.com:capacitor-prod.git $CIRCLE_SHA1:master
- heroku run rake db:migrate --app capacitor-prod
staging:
branch: primary
commands:
- git push git@heroku.com:capacitor-staging.git $CIRCLE_SHA1:master
- heroku run rake db:migrate --app capacitor-staging
| machine:
environment:
CODECLIMATE_REPO_TOKEN: 40fd488627355e3e12fd14b84e18e1e7b8ee40d2271823ecd2427f02f4aad61d
| Deploy via Heroku instead of CircleCI | Deploy via Heroku instead of CircleCI
| YAML | mit | wecohere/capacitor,wecohere/capacitor,wecohere/capacitor |
767162857a0ecaa57cc4d54840a8a37fcf9dadc0 | circle.yml | circle.yml | machine:
java:
version: oraclejdk8
php:
version: 5.5.9
dependencies:
cache_directories:
- ~/bazel
pre:
- ls -lA ~/
- sudo apt-get update && sudo apt-get install g++-4.8 && sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 99
- if [ ! -d ~/bazel ]; then cd && git clone --depth=1 -b 0.3.0 https://github.com/bazelbuild/bazel.git && cd bazel && ./compile.sh; fi
- echo 'build --package_path %workspace%:/home/ubuntu/bazel/base_workspace' > ~/.bazelrc
- mkdir -p ~/bin && ln -s ~/bazel/output/bazel ~/bin/bazel
test:
override:
- env
- which php
- php -v
- ~/bazel/output/bazel test -c opt --test_output=all //...
| machine:
java:
version: oraclejdk8
php:
version: 5.5.9
dependencies:
cache_directories:
- ~/bazel-0.3.0
pre:
- ls -lA ~/
- sudo apt-get update && sudo apt-get install g++-4.8 && sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 99
- if [ ! -x ~/bazel/bin/bazel ]; then cd && git clone --depth=1 -b 0.3.0 https://github.com/bazelbuild/bazel.git && cd bazel-0.3.0 && EXTRA_BAZEL_ARGS=--local_resources=3000,2,1 ./compile.sh; fi
- echo 'build --package_path %workspace%:/home/ubuntu/bazel-0.3.0/base_workspace' > ~/.bazelrc
- cd && mkdir -p ~/bin && ln -s ~/bazel-0.3.0/output/bazel ~/bin/bazel
test:
override:
- env
- which php
- php -v
- bazel test -c opt --test_output=all //...
| Tweak RAM usage in compiling bazel. | Tweak RAM usage in compiling bazel.
| YAML | mit | imos/icfpc2016,imos/icfpc2016,imos/icfpc2016,imos/icfpc2016,imos/icfpc2016,imos/icfpc2016,imos/icfpc2016 |
39972c8b29c34521b756ffb293eeb8b01f3e07c9 | circle.yml | circle.yml | machine:
timezone: Asia/Tokyo
environment:
XCODE_SCHEME: TiCircleCITest
XCODE_PROJECT: TiCircleCITest.xcodeproj
ANDROID_HOME: /usr/local/opt/android-sdk
ANDROID_SDK: /usr/local/opt/android-sdk
ANDROID_NDK: /usr/local/opt/android-ndk
ANDROID_PLATFORM: /usr/local/opt/android-sdk/platforms/android-23
GOOGLE_APIS: /usr/local/opt/android-sdk/add-ons/addon-google_apis-google-23
JAVA_HOME: $(/usr/libexec/java_home -v $1)
PATH: /usr/local/opt/android-sdk/tools:/usr/local/opt/android-sdk/platform-tools:$JAVA_HOME/bin:$PATH
dependencies:
pre:
- brew install n scons android-sdk android-ndk
- n 4.4.5
- npm install -g titanium tisdk
- tisdk build 5.2.2.GA --force
test:
override:
- echo Hello World
- which node
- which ti
- ti info
- ti build -p ios -b
| machine:
timezone: Asia/Tokyo
environment:
XCODE_SCHEME: TiCircleCITest
XCODE_PROJECT: TiCircleCITest.xcodeproj
ANDROID_HOME: /usr/local/opt/android-sdk
ANDROID_SDK: /usr/local/opt/android-sdk
ANDROID_NDK: /usr/local/opt/android-ndk
ANDROID_PLATFORM: /usr/local/opt/android-sdk/platforms/android-23
GOOGLE_APIS: /usr/local/opt/android-sdk/add-ons/addon-google_apis-google-23
JAVA_HOME: $(/usr/libexec/java_home -v 1.7)
PATH: /usr/local/opt/android-sdk/tools:/usr/local/opt/android-sdk/platform-tools:$JAVA_HOME/bin:$PATH
dependencies:
pre:
- brew install n scons android-sdk android-ndk
- n 4.4.5
- npm install -g titanium tisdk
- tisdk build 5.2.2.GA --force
test:
override:
- echo Hello World
- which node
- which ti
- ti info
- ti build -p ios -b
| Add environment for tisdk build | Add environment for tisdk build
| YAML | apache-2.0 | umi-uyura/TiCircleCITest |
697fcade01a8881a15132219436663c328552e35 | circle.yml | circle.yml | machine:
ruby:
version: 2.2.0
environment:
KITCHEN_LOCAL_YAML: .kitchen.cloud.yml
dependencies:
cache_directories:
- "~/bundle"
pre:
- ssh-keygen -y -f ~/.ssh/build_key.rsa > ~/.ssh/id_rsa.pub
override:
- bundle install --path=~/bundle --jobs=4 --retry=3:
timeout: 600
test:
override:
- bundle exec rake style:
timeout: 120
- bundle exec rake spec:
timeout: 120
- bundle exec rake integration:cloud:
timeout: 600
| machine:
ruby:
version: 2.2.0
environment:
KITCHEN_LOCAL_YAML: .kitchen.cloud.yml
dependencies:
cache_directories:
- "~/bundle"
pre:
- ssh-keygen -f ~/.ssh/id_rsa -q -N ""
override:
- bundle install --path=~/bundle --jobs=4 --retry=3 --without 'development':
timeout: 600
test:
override:
- bundle exec rake style:
timeout: 120
- bundle exec rake spec:
timeout: 120
- bundle exec rake integration:cloud:
timeout: 600
| Remove dev group from bundle install | Remove dev group from bundle install
| YAML | apache-2.0 | rackspace-cookbooks/mysql-multi,rackspace-cookbooks/mysql-multi |
319e90071544abdf5e8ecb2e0232ce54a4b08287 | app.yaml | app.yaml | runtime: python27
api_version: 1
threadsafe: true
libraries:
- name: six
version: "1.9.0"
- name: lxml
version: "2.3.5"
- name: setuptools
version: "0.6c11"
- name: jinja2
version: "2.6"
- name: markupsafe
version: "0.15"
- name: django
version: "1.5"
handlers:
- url: /(favicon.ico)
static_files: static/images/\1
mime_type: image/vnd.microsoft.icon
upload: static/images/(.*)
- url: /css
static_dir: css
- url: /.*
script: zrcal.app
env_variables:
DJANGO_SETTINGS_MODULE: 'settings'
| runtime: python27
api_version: 1
threadsafe: true
libraries:
- name: six
version: "1.9.0"
- name: lxml
version: "3.7.3"
- name: setuptools
version: "36.6.0"
- name: jinja2
version: "2.6"
- name: markupsafe
version: "0.23"
- name: django
version: "1.11"
- name: pytz
version: "2017.3"
- name: webapp2
version: "2.5.2"
handlers:
- url: /(favicon.ico)
static_files: static/images/\1
mime_type: image/vnd.microsoft.icon
upload: static/images/(.*)
- url: /css
static_dir: css
- url: /.*
script: zrcal.app
env_variables:
DJANGO_SETTINGS_MODULE: 'settings'
| Update dependencies to supported versions | Update dependencies to supported versions
| YAML | agpl-3.0 | sleinen/zrcal,sleinen/zrcal |
53a2bee92bb31167ff91fcb444bf61fa6abd4d06 | ansible/_kube-apiserver-stop.yaml | ansible/_kube-apiserver-stop.yaml | ---
- hosts: master
any_errors_fatal: true
name: "{{ play_name | default('Stop Kubernetes API Server') }}"
remote_user: root
become_method: sudo
vars_files:
- group_vars/all.yaml
tasks:
- name: check if kube-apiserver service is active
command: systemctl is-active -q kube-apiserver.service
register: status
failed_when: status.rc !=0 and status.rc != 3 # 0 = running. 3 = stopped/doesn't exist
when: upgrading is defined and upgrading|bool == true
- name: stop kube-apiserver service if running
service:
name: kube-apiserver.service
state: stopped
enabled: no
when: upgrading is defined and upgrading|bool == true and status is defined and status.rc == 0 # only stop if it's running
| ---
- hosts: master
any_errors_fatal: true
name: "{{ play_name | default('Stop Kubernetes API Server') }}"
remote_user: root
become_method: sudo
vars_files:
- group_vars/all.yaml
tasks:
# pre KET 1.3 clusters
- name: check if kube-apiserver service is active
command: systemctl is-active -q kube-apiserver.service
register: status
failed_when: status.rc !=0 and status.rc != 3 # 0 = running. 3 = stopped/doesn't exist
when: upgrading is defined and upgrading|bool == true
- name: stop kube-apiserver service if running
service:
name: kube-apiserver.service
state: stopped
enabled: no
when: upgrading is defined and upgrading|bool == true and status is defined and status.rc == 0 # only stop if it's running
# post KET 1.3 clusters
- name: remove kube-apiserver.yaml manifest if present
file:
path: "{{ kubelet_pod_manifests_dir }}/kube-apiserver.yaml"
state: absent
| Remove kube-api manifest file to stop service during etcd migration | Remove kube-api manifest file to stop service during etcd migration
| YAML | apache-2.0 | apprenda/kismatic,apprenda/kismatic,apprenda/kismatic |
b5bf71550e462f9072b94de1c6702242145ec10d | config.yml | config.yml | COMMON: &common
DEBUG: False
TESTING: False
SECRET_KEY: 't0p s3cr3t'
SSL_DISABLE: False
SQLALCHEMY_COMMIT_ON_TEARDOWN: True
SQLALCHEMY_RECORD_QUERIES: True
SQLALCHEMY_TRACK_MODIFICATIONS: True
MAIL_SERVER: 'smtp.googlemail.com'
MAIL_PORT: 587
MAIL_USE_TLS: True
MAIL_USERNAME: 'MAIL_USERNAME'
MAIL_PASSWORD: 'MAIL_PASSWORD'
MAIL_SUBJECT_PREFIX: 'MAIL_SUBJECT_PREFIX'
MAIL_SENDER: '<info@example.com>'
SLOW_DB_QUERY_TIME: 0.5
OAUTH_CLIENT_ID: 'CLIENT_ID'
OAUTH_CLIENT_SECRET: 'CLIENT_SECRET'
DEVELOPMENT: &development
<<: *common
DEBUG: True
SQLALCHEMY_DATABASE_URI: 'sqlite:///sqlite/data-dev.sqlite'
PRODUCTION: &production
<<: *common
SQLALCHEMY_DATABASE_URI: 'sqlite:///sqlite/data-dev.sqlite'
TESTING: &testing
TESTING: True
SQLALCHEMY_DATABASE_URI: 'sqlite:///sqlite/data-dev.sqlite'
WTF_CSRF_ENABLED: False
DEFAULT: &default
<<: *development
| COMMON: &common
DEBUG: False
TESTING: False
SECRET_KEY: 't0p s3cr3t'
SSL_DISABLE: False
SQLALCHEMY_COMMIT_ON_TEARDOWN: True
SQLALCHEMY_RECORD_QUERIES: True
SQLALCHEMY_TRACK_MODIFICATIONS: True
MAIL_SERVER: 'smtp.googlemail.com'
MAIL_PORT: 587
MAIL_USE_TLS: True
MAIL_USERNAME: 'MAIL_USERNAME'
MAIL_PASSWORD: 'MAIL_PASSWORD'
MAIL_SUBJECT_PREFIX: 'MAIL_SUBJECT_PREFIX'
MAIL_SENDER: '<info@example.com>'
SLOW_DB_QUERY_TIME: 0.5
OAUTH_CLIENT_ID: 'CLIENT_ID'
OAUTH_CLIENT_SECRET: 'CLIENT_SECRET'
DEVELOPMENT: &development
<<: *common
DEBUG: True
SQLALCHEMY_DATABASE_URI: 'sqlite:////tmp/data-dev.sqlite'
PRODUCTION: &production
<<: *common
SQLALCHEMY_DATABASE_URI: 'sqlite:////tmp/data-dev.sqlite'
TESTING: &testing
TESTING: True
SQLALCHEMY_DATABASE_URI: 'sqlite:////tmp/data-dev.sqlite'
WTF_CSRF_ENABLED: False
DEFAULT: &default
<<: *development
| Set sqlite default working dir to /tmp | Set sqlite default working dir to /tmp | YAML | agpl-3.0 | uzh/msregistry |
e71cf9017c0a74fa031431bc48607835c65ad657 | metadata/eu.dorfbrunnen.momkin.yml | metadata/eu.dorfbrunnen.momkin.yml | Categories:
- Multimedia
- Science & Education
License: AGPL-3.0-only
AuthorName: Nico Alt
AuthorWebSite: https://nico.dorfbrunnen.eu/
SourceCode: https://codeberg.org/momkin/momkin-android
IssueTracker: https://codeberg.org/momkin/momkin-android/issues
AutoName: Momkin
RepoType: git
Repo: https://codeberg.org/momkin/momkin-android.git
Builds:
- versionName: 0.1.0
versionCode: 1
commit: 0.1.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.1.0
CurrentVersionCode: 1
| Categories:
- Multimedia
- Science & Education
License: AGPL-3.0-only
AuthorName: Nico Alt
AuthorWebSite: https://nico.dorfbrunnen.eu/
SourceCode: https://codeberg.org/momkin/momkin-android
IssueTracker: https://codeberg.org/momkin/momkin-android/issues
AutoName: Momkin
RepoType: git
Repo: https://codeberg.org/momkin/momkin-android.git
Builds:
- versionName: 0.1.0
versionCode: 1
commit: 0.1.0
subdir: app
gradle:
- yes
- versionName: 0.1.1
versionCode: 2
commit: 09344adcdfc2c978119794b3a22939fd6f9f6f27
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.1.1
CurrentVersionCode: 2
| Update Momkin to 0.1.1 (2) | Update Momkin to 0.1.1 (2)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
9cf57b34434050e050e92862ba67d7e5204e91b8 | metadata/rocks.tbog.tblauncher.yml | metadata/rocks.tbog.tblauncher.yml | Categories:
- System
- Theming
License: GPL-3.0-only
AuthorName: TBog
SourceCode: https://github.com/TBog/TBLauncher
IssueTracker: https://github.com/TBog/TBLauncher/issues
AutoName: TinyBit launcher
RepoType: git
Repo: https://github.com/TBog/TBLauncher
Builds:
- versionName: '4.5'
versionCode: 14
commit: v4.5
subdir: app
gradle:
- yes
- versionName: '4.6'
versionCode: 15
commit: v4.6
subdir: app
gradle:
- yes
- versionName: '4.7'
versionCode: 16
commit: v4.7
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '4.7'
CurrentVersionCode: 16
| Categories:
- System
- Theming
License: GPL-3.0-only
AuthorName: TBog
SourceCode: https://github.com/TBog/TBLauncher
IssueTracker: https://github.com/TBog/TBLauncher/issues
AutoName: TinyBit launcher
RepoType: git
Repo: https://github.com/TBog/TBLauncher
Builds:
- versionName: '4.5'
versionCode: 14
commit: v4.5
subdir: app
gradle:
- yes
- versionName: '4.6'
versionCode: 15
commit: v4.6
subdir: app
gradle:
- yes
- versionName: '4.7'
versionCode: 16
commit: v4.7
subdir: app
gradle:
- yes
- versionName: '5.0'
versionCode: 17
commit: v5.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '5.0'
CurrentVersionCode: 17
| Update TinyBit launcher to 5.0 (17) | Update TinyBit launcher to 5.0 (17)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
868150e212df942c8fcc6f34c7e14f237c78be0b | smirnoff99frosst/meta.yaml | smirnoff99frosst/meta.yaml | package:
name: smirnoff99frosst
version: "1.1.0"
source:
git_url: https://github.com/openforcefield/smirnoff99frosst.git
git_tag: 1.1.0
build:
number: 1
#noarch: python
entry_points:
- smirnoff99frosst = smirnoff99frosst.smirnoff99frosst:main
skip: True # [win32 or (win and py2k)]
extra:
upload: main
# include_omnia_label: rc
about:
home: https://github.com/openforcefield/smirnoff99frosst
license: CC-BY
summary: 'The smirnoff99Frosst line of force fields'
requirements:
build:
- python
- cython
- setuptools
run:
- python
| package:
name: smirnoff99frosst
version: "1.1.0"
source:
git_url: https://github.com/openforcefield/smirnoff99frosst.git
git_tag: 1.1.0
build:
number: 1
#noarch: python
entry_points:
- smirnoff99frosst = smirnoff99frosst.smirnoff99frosst:main
skip: True # [win32 or (win and py2k)]
extra:
upload: main
# include_omnia_label: rc
about:
home: https://github.com/openforcefield/smirnoff99frosst
license: CC-BY
summary: 'The smirnoff99Frosst line of force fields'
requirements:
build:
- python
- cython
- setuptools
run:
- python
- cython
- setuptools
| Add cython and setuptools to s99f run | Add cython and setuptools to s99f run | YAML | mit | omnia-md/conda-recipes,peastman/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,peastman/conda-recipes,omnia-md/conda-recipes |
bc96a4d2d4c977c0b2751ee2a8466b752e024545 | metadata/com.gmail.charleszq.yml | metadata/com.gmail.charleszq.yml | AntiFeatures:
- NonFreeDep
Categories:
- Multimedia
License: Apache-2.0
WebSite: https://code.google.com/p/flickr-viewer-for-honeycomb/wiki/FeatureGuide
SourceCode: https://code.google.com/p/flickr-viewer-for-honeycomb/source
AutoName: Flickr Viewer HD
Description: N.B. It isn't possible to run this without properitary Google Maps installed.
RepoType: git-svn
Repo: https://flickr-viewer-for-honeycomb.googlecode.com/svn/trunk
Builds:
- versionName: 1.2.8
versionCode: 19
commit: '402'
target: Google Inc.:Google APIs:16
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.2.8
CurrentVersionCode: 19
| AntiFeatures:
- NonFreeDep
Categories:
- Multimedia
License: Apache-2.0
WebSite: https://code.google.com/p/flickr-viewer-for-honeycomb/wiki/FeatureGuide
SourceCode: https://code.google.com/p/flickr-viewer-for-honeycomb/source
AutoName: Flickr Viewer HD
Description: N.B. It isn't possible to run this without properitary Google Maps installed.
RepoType: git-svn
Repo: https://flickr-viewer-for-honeycomb.googlecode.com/svn/trunk
Builds:
- versionName: 1.2.8
versionCode: 19
commit: '402'
target: Google Inc.:Google APIs:16
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.2.8
CurrentVersionCode: 19
| Move Flickr Viewer HD to the archive | Move Flickr Viewer HD to the archive
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
6eb5ad90bd20baec05819e163dbe621d3cbe9a4e | metadata/ru.hyst329.openfool.yml | metadata/ru.hyst329.openfool.yml | Categories:
- Games
License: MIT
SourceCode: https://github.com/hyst329/OpenFool
IssueTracker: https://github.com/hyst329/OpenFool/issues
AutoName: OpenFool
RepoType: git
Repo: https://github.com/hyst329/OpenFool
Builds:
- versionName: 0.2.6
versionCode: 26
commit: v0.2.6
subdir: android
gradle:
- yes
scanignore:
- android/libs/*
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.2.6
CurrentVersionCode: 26
| Categories:
- Games
License: MIT
SourceCode: https://github.com/hyst329/OpenFool
IssueTracker: https://github.com/hyst329/OpenFool/issues
AutoName: OpenFool
RepoType: git
Repo: https://github.com/hyst329/OpenFool
Builds:
- versionName: 0.2.6
versionCode: 26
commit: v0.2.6
subdir: android
gradle:
- yes
scanignore:
- android/libs/*
- versionName: 0.2.7
versionCode: 27
commit: v0.2.7
subdir: android
gradle:
- yes
scanignore:
- android/libs/*
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.2.7
CurrentVersionCode: 27
| Update OpenFool to 0.2.7 (27) | Update OpenFool to 0.2.7 (27)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata |
896302d7285702cb65bca138dadb7d33718adc76 | aaf-rubocop.yml | aaf-rubocop.yml | # https://rubocop.readthedocs.io/en/latest/configuration/#inheritance
# If you override a setting in a project's local .rubocop.yml file
# you must add the pre-existing exceptions found here as well.
AllCops:
Exclude:
- db/schema.rb
Rails:
Enabled: true
Rails/NotNullColumn:
Enabled: false
Rails/ReversibleMigration:
Enabled: false
Rails/SkipsModelValidations:
Exclude:
- db/migrate/*.rb
Rails/Output:
Exclude:
- db/seeds.rb
Style/Documentation:
Enabled: false
Metrics/MethodLength:
Exclude:
- db/migrate/*.rb
- config/**/*.rb
Metrics/AbcSize:
Exclude:
- db/migrate/*.rb
Metrics/BlockLength:
Exclude:
- "*.gemspec"
- spec/**/*.rb
- lib/tasks/*.rake
- config/**/*.rb
- db/**/*.rb
Metrics/LineLength:
Exclude:
- db/migrate/*.rb
| # https://rubocop.readthedocs.io/en/latest/configuration/#inheritance
# If you override a setting in a project's local .rubocop.yml file
# you must add the pre-existing exceptions found here as well.
AllCops:
Exclude:
- db/schema.rb
Rails:
Enabled: true
Rails/NotNullColumn:
Enabled: false
Rails/ReversibleMigration:
Enabled: false
Rails/SkipsModelValidations:
Exclude:
- db/migrate/*.rb
Rails/Output:
Exclude:
- db/seeds.rb
Style/Documentation:
Enabled: false
Metrics/MethodLength:
Exclude:
- db/migrate/*.rb
- config/**/*.rb
Metrics/AbcSize:
Exclude:
- db/migrate/*.rb
Metrics/BlockLength:
Exclude:
- "*.gemspec"
- spec/**/*.rb
- lib/tasks/*.rake
- config/**/*.rb
- db/**/*.rb
Layout/LineLength:
Exclude:
- db/migrate/*.rb
| Update naming of LineLength cop | Update naming of LineLength cop
Rubocop moved this from metrics to layout
| YAML | apache-2.0 | ausaccessfed/aaf-gumboot,ausaccessfed/aaf-gumboot,ausaccessfed/aaf-gumboot |
145318e3914e8ecefe1c79191ebe786312260c33 | azure-pipelines.yml | azure-pipelines.yml | trigger:
- "master"
pr:
- "master"
pool:
vmImage: "Ubuntu-16.04"
steps:
- script: "make build"
displayName: "Run 'jekyll build'"
- script: |
touch ~/.gitconfig
mkdir -p ~/.ssh
echo "-----BEGIN OPENSSH PRIVATE KEY-----" > ~/.ssh/id_rsa
echo -e "${SSH_KEY// /'\n'}" >> ~/.ssh/id_rsa
echo "-----END OPENSSH PRIVATE KEY-----" >> ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
git config core.sshCommand "ssh -i id_rsa"
make deploy
git config --global user.name "Azure Pipelines on behalf of Alex Chan"
git config --global user.email "azurepipelines_git@alexwlchan.fastmail.co.uk"
git remote add ssh-origin git@github.com:alexwlchan/alexwlchan.net.git
git push ssh-origin HEAD:master
condition: "eq(variables['Build.SourceBranch'], 'refs/heads/master')"
displayName: "Deploy to Linode and push new commits to GitHub"
env:
SSH_KEY: $(alex.sshKey)
| trigger:
- "master"
pr:
- "master"
pool:
vmImage: "Ubuntu-16.04"
steps:
- script: "make build"
displayName: "Run 'jekyll build'"
- script: |
touch ~/.gitconfig
mkdir -p ~/.ssh
echo "-----BEGIN OPENSSH PRIVATE KEY-----" > ~/.ssh/id_rsa
echo -e "${SSH_KEY// /'\n'}" >> ~/.ssh/id_rsa
echo "-----END OPENSSH PRIVATE KEY-----" >> ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
git config --global user.name "Azure Pipelines on behalf of Alex Chan"
git config --global user.email "azurepipelines_git@alexwlchan.fastmail.co.uk"
git config core.sshCommand "ssh -i ~/.ssh/id_rsa"
make deploy
git remote add ssh-origin git@github.com:alexwlchan/alexwlchan.net.git
git push ssh-origin HEAD:master
condition: "eq(variables['Build.SourceBranch'], 'refs/heads/master')"
displayName: "Deploy to Linode and push new commits to GitHub"
env:
SSH_KEY: $(alex.sshKey)
| Sort out the Git SSH key config | Sort out the Git SSH key config
| YAML | mit | alexwlchan/alexwlchan.net,alexwlchan/alexwlchan.net,alexwlchan/alexwlchan.net,alexwlchan/alexwlchan.net,alexwlchan/alexwlchan.net |
241af2afe1d3353d7e2355c50fe6864f587b196f | vars/os_distribution/debian.yml | vars/os_distribution/debian.yml | ---
# Ubuntu distributions specific vars
_redis_repository_keyserver: 'keyserver.ubuntu.com'
_redis_repository_key_id: '7E3F070089DF5277'
_redis_repositories:
- repo: 'deb http://packages.dotdeb.org stable all'
- repo: 'deb-src http://packages.dotdeb.org stable all'
| ---
# Ubuntu distributions specific vars
_redis_repository_keyserver: 'keyserver.ubuntu.com'
_redis_repository_key_id: '7E3F070089DF5277'
_redis_repositories:
- repo: >
deb http://packages.dotdeb.org
{{ ansible_distribution_release | lower }} all
- repo: >
deb-src http://packages.dotdeb.org
{{ ansible_distribution_release | lower }} all
| Fix OS distribution target for Debian repositories | Fix OS distribution target for Debian repositories
| YAML | mit | infOpen/ansible-role-redis |
3b56ec3c18bb56b61d23c747871920116c2abcc2 | .github/workflows/linux_mkspecs.yml | .github/workflows/linux_mkspecs.yml | name: Linux C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Linux-mkspecs:
uses: steinwurf/linux-mkspecs-action/.github/workflows/action.yml@6.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
| name: Linux C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Linux-mkspecs:
uses: steinwurf/linux-mkspecs-action/.github/workflows/action.yml@4.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
| Update Linux C++ make-specs to new version 4.0.0 | Update Linux C++ make-specs to new version 4.0.0 | YAML | bsd-3-clause | steinwurf/bourne,steinwurf/bourne |
807feae2206dc006eee8ff8081f1ad07f2c52c7d | .github/workflows/pythonpackage.yml | .github/workflows/pythonpackage.yml | name: Unit Tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
test:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install coveralls
- name: Run test suite
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tox
coveralls
| name: Unit Tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
test:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cython
pip install -r requirements-dev.txt
pip install coveralls
- name: Run test suite
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tox
coveralls
| Add cython install to build plan | Add cython install to build plan
| YAML | apache-2.0 | kayak/fireant,mikeengland/fireant |
280976a3c68d23852d5547873fdef044421d8d66 | packages/he/hedgehog-optics.yaml | packages/he/hedgehog-optics.yaml | homepage: https://github.com/typeclasses/hedgehog-optics
changelog-type: text
hash: 7457ca3ad1a2ad6ec36ead7ada3cb329332d064346cba3e8e0e04e0a44f1d752
test-bench-deps: {}
maintainer: Chris Martin, Julie Moronuki
synopsis: Hedgehog properties for optics laws
changelog: |
1.0.0 - Initial release
1.0.0.1 - Employ Hedgehog's 'annotate' function for better error output
basic-deps:
optics-core: ^>=0.4
base: ^>=4.14 || ^>=4.15
hedgehog: ^>=1.0.4
all-versions:
- 1.0.0
- 1.0.0.1
author: Chris Martin
latest: 1.0.0.1
description-type: haddock
description: Are your prisms well-formed? Test and be confident.
license-name: MIT
| homepage: https://github.com/typeclasses/hedgehog-optics
changelog-type: text
hash: 441632f5d096eb354e587884455d5f5bb8dd0b5a95ae4edae5d7309598d39064
test-bench-deps: {}
maintainer: Chris Martin, Julie Moronuki
synopsis: Hedgehog properties for optics laws
changelog: |
1.0.0 - Initial release
1.0.0.1 - Employ Hedgehog's 'annotate' function for better error output
basic-deps:
optics-core: ^>=0.4
base: ^>=4.14 || ^>=4.15 || ^>=4.16
hedgehog: ^>=1.0.4 || ^>=1.1
all-versions:
- 1.0.0
- 1.0.0.1
author: Chris Martin
latest: 1.0.0.1
description-type: haddock
description: Are your prisms well-formed? Test and be confident.
license-name: MIT
| Update from Hackage at 2022-03-03T21:52:09Z | Update from Hackage at 2022-03-03T21:52:09Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ba174254f836d28513c53c43a8a62266e7f2ae31 | content/programs/bssp/kamada.yaml | content/programs/bssp/kamada.yaml | title: Kamada
thumbnail: '/assets/images/bssp/Kamada2016.jpg'
description: "Kamada is one of 11 kids. He lives with his parents, siblings, and grandparents, and he is skilled at raising the family’s chickens. His favorite subject is reading and he wants to be a teacher. He also enjoys soccer."
| title: Kamada
thumbnail: '/assets/images/bssp/Kamada2016.jpg'
description: "Kamada is one of 11 kids and is taken care of by his parents. He is skilled at raising the family’s chickens and has a driven entrepreneurial spirit. Kamada's favorite subject is reading and he wants to be a teacher. He also enjoys soccer."
| Replace Kamada's text and photo on BSSP page v2 | Replace Kamada's text and photo on BSSP page v2
https://trello.com/c/rY0wVCuY/268-replace-kamada-s-text-and-photo-on-bssp-page
| YAML | mit | becauseofhope/because-of-hope,becauseofhope/because-of-hope,becauseofhope/because-of-hope,becauseofhope/because-of-hope |
1fb48b7e8c5200c50ac66b95747e3ca55efab270 | config/openxpki/config.d/realm/ca-one/profile/template/cn.yaml | config/openxpki/config.d/realm/ca-one/profile/template/cn.yaml | id: CN
label: CN
description: I18N_OPENXPKI_UI_PROFILE_CN_DESC
type: freetext
source: CN:(.+)
width: 60
id: O
label: O
description: I18N_OPENXPKI_UI_PROFILE_O_DESC
type: freetext
source: O:(.+)
width: 40
| id: CN
label: CN
description: I18N_OPENXPKI_UI_PROFILE_CN_DESC
type: freetext
source: CN:(.+)
width: 60
| Fix profile template for CN | Fix profile template for CN
| YAML | apache-2.0 | oliwel/openxpki,oliwel/openxpki,openxpki/openxpki,aleibl/openxpki,oliwel/openxpki,oliwel/openxpki,stefanomarty/openxpki,openxpki/openxpki,aleibl/openxpki,aleibl/openxpki,stefanomarty/openxpki,openxpki/openxpki,oliwel/openxpki,stefanomarty/openxpki,stefanomarty/openxpki,aleibl/openxpki,stefanomarty/openxpki,stefanomarty/openxpki,aleibl/openxpki,oliwel/openxpki,aleibl/openxpki,openxpki/openxpki |
ea9ff6e147f1bdeb018f8a2d0f6796522cef3ef1 | projects/stackforge/ceilometer.yml | projects/stackforge/ceilometer.yml | project:
template: 'python_jobs'
values:
name: 'ceilometer'
disabled: 'false'
github_org: 'stackforge'
review_site: 'review.stackforge.org'
publisher_site: 'TODO.stackforge.org'
tarball_project: 'ceilometer'
doc_publisher_site: 'TODO.stackforge.org'
node: 'oneiric'
---
# python26-essex-gate
main:
name: 'gate-ceilometer-python26-essex'
review_site: 'review.stackforge.org'
github_org: 'stackforge'
project: 'ceilometer'
authenticatedBuild: 'true'
concurrent: 'true'
triggers:
- zuul
builders:
- gerrit_git_prep
- python26_essex
scm:
scm: 'false'
assignednode:
node: 'oneiric'
---
# python27-essex-gate
main:
name: 'gate-ceilometer-python27-essex'
review_site: 'review.stackforge.org'
github_org: 'stackforge'
project: 'ceilometer'
authenticatedBuild: 'true'
disabled: 'false'
concurrent: 'true'
triggers:
- zuul
builders:
- gerrit_git_prep
- python27_essex
scm:
scm: 'false'
assignednode:
node: 'oneiric'
| project:
template: 'python_jobs'
values:
name: 'ceilometer'
disabled: 'false'
github_org: 'stackforge'
review_site: 'review.stackforge.org'
publisher_site: 'TODO.stackforge.org'
tarball_project: 'ceilometer'
doc_publisher_site: 'TODO.stackforge.org'
node: 'oneiric'
---
# python26-essex-gate
main:
name: 'gate-ceilometer-python26-essex'
review_site: 'review.stackforge.org'
github_org: 'stackforge'
project: 'ceilometer'
authenticatedBuild: 'true'
concurrent: 'true'
triggers:
- zuul
builders:
- gerrit_git_prep
- python26_essex
scm:
scm: 'false'
assignednode:
node: 'oneiric'
---
# python27-essex-gate
main:
name: 'gate-ceilometer-python27-essex'
review_site: 'review.stackforge.org'
github_org: 'stackforge'
project: 'ceilometer'
authenticatedBuild: 'true'
concurrent: 'true'
triggers:
- zuul
builders:
- gerrit_git_prep
- python27_essex
scm:
scm: 'false'
assignednode:
node: 'oneiric'
| Remove disabled flag from python27-essex | Remove disabled flag from python27-essex
Zuul and Jenkins are out of sync. Remove the flag
here to fix it.
Change-Id: I453196a51a86f4245d6918752110a2f7108e003a
| YAML | apache-2.0 | electrical/jenkins-job-builder,devendermishrajio/jenkins-job-builder,jenshnielsen/jenkins-job-builder,gtest-org/test10,sebbrandt87/jenkins-job-builder,GoodgameStudios/jenkins-job-builder,ehoule/jenkins-job-builder,sebbrandt87/jenkins-job-builder,wikimedia/integration-jenkins-job-builder,david-caro/jenkins-job-builder,wsoula/jenkins-job-builder,david-caro/jenkins-job-builder,lukas-bednar/jenkins-job-builder,klmitch/jenkins-job-builder,OSSystems/jenkins-job-builder,pyatil/jenkins-job-builder,phinexus/jenkins-job-builder,theforeman/jenkins-job-builder,puppetlabs/jenkins-job-builder,OSSystems/jenkins-job-builder,therootcause/jenkins-job-builder,gregsymons/jenkins-job-builder,twc-openstack/jenkins-job-builder,cyberious/jenkins-job-builder,linuxmaniac/jenkins-job-builder,theforeman/jenkins-job-builder,bootswithdefer/jenkins-job-builder,kei-yamazaki/jenkins-job-builder,david-caro/jenkins-job-builder,gforcada/jenkins-job-builder,vredchenko/jenkins-job-builder,therootcause/jenkins-job-builder,mohitsethi/jenkins-job-builder,michalvanco/jenkins-job-builder,onshape/jenkins-job-builder,jenshnielsen/jenkins-job-builder,gforcada/jenkins-job-builder,carroarmato0/jenkins-job-builder,rsig/jenkins-job-builder,vredchenko/jenkins-job-builder,JioCloud/jenkins-job-builder,stanchan/jenkins-job-builder,tamac-io/jenkins-job-builder,varunarya10/jenkins-job-builder,onshape/jenkins-job-builder,wsoula/jenkins-job-builder,puppetlabs/jenkins-job-builder,dataxu/jenkins-job-builder,dataxu/jenkins-job-builder,pyatil/jenkins-job-builder,phinexus/jenkins-job-builder,simzacks/jjb,pyatil/jenkins-job-builder,joostvdg/jenkins-job-builder,varunarya10/jenkins-job-builder,lukas-bednar/jenkins-job-builder,gtest-org/test12,tamac-io/jenkins-job-builder,gforcada/jenkins-job-builder,kpiwko/jenkins-job-builder,vredchenko/jenkins-job-builder,klmitch/jenkins-job-builder,theforeman/jenkins-job-builder,simzacks/jjb,GoodgameStudios/jenkins-job-builder,gtest-org/test13,stanchan/jenkins-job-builder,grdryn/jenkins-job-builder,twc-openstack/jenkins-job-builder,CruGlobal/jenkins-job-builder,fuglu/jenkins-job-builder,devendermishrajio/jenkins-job-builder,maxandersen/jenkins-job-builder,david-caro/jenkins-job-builder,electrical/jenkins-job-builder,dataxu/jenkins-job-builder,kpiwko/jenkins-job-builder,blaffoy/jenkins-job-builder,grdryn/jenkins-job-builder,tya/jenkins-job-builder,varunarya10/jenkins-job-builder,hrubi/jenkins-job-builder,sunyi00/jenkins-job-builder,carroarmato0/jenkins-job-builder,gtest-org/test11,CruGlobal/jenkins-job-builder,waynr/jenkins-job-builder,kei-yamazaki/jenkins-job-builder,joostvdg/jenkins-job-builder,madAndroid/jenkins-job-builder,tamac-io/jenkins-job-builder,partkyle/jenkins-job-builder,OSSystems/jenkins-job-builder,lukas-bednar/jenkins-job-builder,madAndroid/jenkins-job-builder,gregsymons/jenkins-job-builder,linuxmaniac/jenkins-job-builder,JioCloud/jenkins-job-builder,kei-yamazaki/jenkins-job-builder,onshape/jenkins-job-builder,joostvdg/jenkins-job-builder,hrubi/jenkins-job-builder,dataxu/jenkins-job-builder,wikimedia/integration-jenkins-job-builder,stanchan/jenkins-job-builder,puppetlabs/jenkins-job-builder,partkyle/jenkins-job-builder,twc-openstack/jenkins-job-builder,blaffoy/jenkins-job-builder,gregsymons/jenkins-job-builder,gtest-org/test14,madAndroid/jenkins-job-builder,simzacks/jjb,waynr/jenkins-job-builder,jenshnielsen/jenkins-job-builder,mjeanson/jenkins-job-builder,partkyle/jenkins-job-builder,lukas-bednar/jenkins-job-builder,phinexus/jenkins-job-builder,theforeman/jenkins-job-builder,mohitsethi/jenkins-job-builder,gforcada/jenkins-job-builder,wsoula/jenkins-job-builder,grdryn/jenkins-job-builder,onshape/jenkins-job-builder,fuglu/jenkins-job-builder,wikimedia/integration-jenkins-job-builder,simzacks/jjb,cyberious/jenkins-job-builder,wikimedia/integration-jenkins-job-builder,carroarmato0/jenkins-job-builder,tya/jenkins-job-builder,bootswithdefer/jenkins-job-builder,cyberious/jenkins-job-builder,gforcada/jenkins-job-builder,klmitch/jenkins-job-builder,mjeanson/jenkins-job-builder,sebbrandt87/jenkins-job-builder,GoodgameStudios/jenkins-job-builder,tamac-io/jenkins-job-builder,CruGlobal/jenkins-job-builder,rsig/jenkins-job-builder,wikimedia/integration-jenkins-job-builder,phinexus/jenkins-job-builder,mjeanson/jenkins-job-builder,puppetlabs/jenkins-job-builder,linuxmaniac/jenkins-job-builder,mohitsethi/jenkins-job-builder,twc-openstack/jenkins-job-builder,fuglu/jenkins-job-builder,wsoula/jenkins-job-builder,mjeanson/jenkins-job-builder,electrical/jenkins-job-builder,devendermishrajio/jenkins-job-builder,tya/jenkins-job-builder,linuxmaniac/jenkins-job-builder,maxandersen/jenkins-job-builder,rsig/jenkins-job-builder,klmitch/jenkins-job-builder,joostvdg/jenkins-job-builder,michalvanco/jenkins-job-builder,rsig/jenkins-job-builder,sunyi00/jenkins-job-builder,pyatil/jenkins-job-builder,phinexus/jenkins-job-builder,OSSystems/jenkins-job-builder,sunyi00/jenkins-job-builder,gtest-org/test15 |
2ef66991ed7d154ff4e31a49a4a9a035c8139c05 | src/docker-compose_fullstack.yml | src/docker-compose_fullstack.yml | # docker-compose.yml
version: '3.3'
services:
butler-sos:
image: ptarmiganlabs/butler-sos:5.6.2
container_name: butler-sos
restart: always
volumes:
# Make config file accessible outside of container
- "./config:/nodeapp/config"
- "./logs:/nodeapp/logs"
environment:
- "NODE_ENV=production" # Means that Butler SOS will read config data from production.yaml
logging:
driver: "json-file"
options:
max-file: "5"
max-size: "5m"
networks:
- senseops
influxdb:
image: influxdb:1.8.5
container_name: influxdb
restart: always
volumes:
# Mount for influxdb data directory
- ./influxdb/data:/var/lib/influxdb
# Mount for influxdb configuration
- ./influxdb/config/:/etc/influxdb/
ports:
# The API for InfluxDB is served on port 8086
- "8086:8086"
- "8082:8082"
environment:
# Disable usage reporting
- "INFLUXDB_REPORTING_DISABLED=true"
networks:
- senseops
grafana:
image: grafana/grafana:latest
container_name: grafana
restart: always
ports:
- "3000:3000"
volumes:
- ./grafana/data:/var/lib/grafana
networks:
- senseops
networks:
senseops:
driver: bridge
| # docker-compose.yml
version: '3.3'
services:
butler-sos:
image: ptarmiganlabs/butler-sos:5.6.2
container_name: butler-sos
restart: always
volumes:
# Make config file accessible outside of container
- "./config:/nodeapp/config"
- "./logs:/nodeapp/logs"
environment:
- "NODE_ENV=production" # Means that Butler SOS will read config data from production.yaml
logging:
driver: "json-file"
options:
max-file: "5"
max-size: "5m"
networks:
- senseops
influxdb:
image: influxdb:1.8.6
container_name: influxdb
restart: always
volumes:
# Mount for influxdb data directory
- ./influxdb/data:/var/lib/influxdb
# Mount for influxdb configuration
- ./influxdb/config/:/etc/influxdb/
ports:
# The API for InfluxDB is served on port 8086
- "8086:8086"
- "8082:8082"
environment:
# Disable usage reporting
- "INFLUXDB_REPORTING_DISABLED=true"
networks:
- senseops
grafana:
image: grafana/grafana:latest
container_name: grafana
restart: always
ports:
- "3000:3000"
volumes:
- ./grafana/data:/var/lib/grafana
networks:
- senseops
networks:
senseops:
driver: bridge
| Update influxdb Docker tag to v1.8.6 | Update influxdb Docker tag to v1.8.6
| YAML | mit | mountaindude/butler-sos |
a88de00e173d7e88772d91155d3cbc12bfb5ba5c | docker/compose/docker-compose.yml | docker/compose/docker-compose.yml | mongodbdata:
image: bitergia/mongodb-org:2.6
volumes:
- /var/lib/mongo
restart: no
entrypoint: ["/bin/echo","Data-only container for mongodb"]
mongodb:
image: bitergia/mongodb-org:2.6
volumes_from:
- mongodbdata
expose:
- "27017"
orion:
image: bitergia/orion:0.22.0
links:
- mongodb
expose:
- "10026"
devguide:
image: bitergia/fiware-devguide-app
links:
- orion
volumes:
- ~/devel/fiware/fiware-devguide-app:/home/bitergia/fiware-devguide-app
| mongodbdata:
image: bitergia/mongodb:2.6
volumes:
- /var/lib/mongo
restart: no
entrypoint: ["/bin/echo","Data-only container for mongodb"]
mongodb:
image: bitergia/mongodb:2.6
volumes_from:
- mongodbdata
expose:
- "27017"
orion:
image: bitergia/fiware-orion:0.22.0
links:
- mongodb
expose:
- "10026"
devguide:
image: bitergia/fiware-devguide-app
links:
- orion
volumes:
- ~/devel/fiware/fiware-devguide-app:/home/bitergia/fiware-devguide-app
| Use docker images from Docker Hub. | Use docker images from Docker Hub.
| YAML | mit | FiwareULPGC/tutorials.TourGuide-App,Bitergia/fiware-devguide-app,FiwareULPGC/fiware-devguide-app,Fiware/tutorials.TourGuide-App,FiwareULPGC/fiware-devguide-app,Fiware/tutorials.TourGuide-App,Bitergia/fiware-devguide-app,FiwareULPGC/fiware-devguide-app,Bitergia/fiware-devguide-app,Bitergia/fiware-devguide-app,Fiware/tutorials.TourGuide-App,FiwareULPGC/tutorials.TourGuide-App,FiwareULPGC/tutorials.TourGuide-App,Bitergia/fiware-devguide-app,FiwareULPGC/fiware-devguide-app,Fiware/tutorials.TourGuide-App,FiwareULPGC/tutorials.TourGuide-App,FiwareULPGC/fiware-devguide-app,Fiware/tutorials.TourGuide-App,FiwareULPGC/tutorials.TourGuide-App |
3cfcdcf8be32d4d2ed5c1fa610a20e7055392119 | config/database.yml | config/database.yml | development:
adapter: <%= ENV["DATABASE_ADAPTER"] %>
database: <%= ENV["DATABASE_NAME"] %>
username: <%= ENV["DATABASE_USER"] %>
password: <%= ENV["DATABASE_PASSWORD"] %>
pool: 5
encoding: <%= ENV["DATABASE_ENCODING"] %>
production:
adapter: <%= ENV["DATABASE_ADAPTER"] %>
database: <%= ENV["DATABASE_NAME"] %>
username: <%= ENV["DATABASE_USER"] %>
password: <%= ENV["DATABASE_PASSWORD"] %>
pool: 5
encoding: <%= ENV["DATABASE_ENCODING"] %>
test:
adapter: <%= ENV["DATABASE_ADAPTER"] %>
database: <%= ENV["DATABASE_TEST_NAME"] %><%= ENV['TEST_ENV_NUMBER'] %>
username: <%= ENV["DATABASE_USER"] %>
password: <%= ENV["DATABASE_PASSWORD"] %>
pool: 5
encoding: <%= ENV["DATABASE_ENCODING"] %>
min_messages: warning
| development:
adapter: <%= ENV["DATABASE_ADAPTER"] %>
database: <%= ENV["DATABASE_NAME"] %>
username: <%= ENV["DATABASE_USER"] %>
password: <%= ENV["DATABASE_PASSWORD"] %>
pool: 5
encoding: <%= ENV["DATABASE_ENCODING"] %>
host: <%= ENV["DATABASE_HOST"] %>
test:
adapter: <%= ENV["DATABASE_ADAPTER"] %>
database: <%= ENV["DATABASE_TEST_NAME"] %><%= ENV['TEST_ENV_NUMBER'] %>
username: <%= ENV["DATABASE_USER"] %>
password: <%= ENV["DATABASE_PASSWORD"] %>
pool: 5
encoding: <%= ENV["DATABASE_ENCODING"] %>
min_messages: warning
host: <%= ENV["DATABASE_HOST"] %>
| Allow host difference, remove production lie. | Allow host difference, remove production lie.
We deploy to heroku, and they just replace our database.yml anyhow. | YAML | mit | spreedly/sample-phasers,spreedly/sample-phasers,spreedly/sample-phasers,spreedly/sample-phasers |
05b9aad4d01e5bc0d587610f4c74abe5c9de1542 | config/livestax.yml | config/livestax.yml | livestax:
members:
- drtortoise
- jamiecobbett
- lozette
- mnowster
- sl33p
- joelcarr
channel:
"#pull-requests"
exclude_titles:
- "[DO NOT MERGE]"
- DO NOT MERGE
- WIP
- "[DO NOT SEAL]"
- "[DON'T SEAL]"
- DO NOT SEAL
- DON'T SEAL
| livestax:
members:
- drtortoise
- jamiecobbett
- lozette
- mnowster
- sl33p
- joelcarr
- deberny
channel:
"#pull-requests"
exclude_titles:
- "[DO NOT MERGE]"
- DO NOT MERGE
- WIP
- "[DO NOT SEAL]"
- "[DON'T SEAL]"
- DO NOT SEAL
- DON'T SEAL
| Add Agz to the seal | Add Agz to the seal
| YAML | mit | livestax/seal,livestax/seal |
45324a26cff61748560b14c23ce69f873826b368 | config/settings.yml | config/settings.yml | # MINIMUM ANDROID VERSION ALLOWED
minimum_android_version_code: 1
#PENDING QUESTION TYPES: FRONT_PIcTURE, REAR_PICTURE
question_types: ['SELECT_ONE', 'SELECT_MULTIPLE', 'SELECT_ONE_WRITE_OTHER',
'SELECT_MULTIPLE_WRITE_OTHER', 'FREE_RESPONSE', 'SLIDER', 'DATE',
'RATING', 'TIME']
question_with_options: ['SELECT_ONE', 'SELECT_MULTIPLE', 'SELECT_ONE_WRITE_OTHER',
'SELECT_MULTIPLE_WRITE_OTHER']
# ISO 639-1 codes of supported languages
languages: ['en', 'es', 'km', 'ar', 'te', 'sw', 'am']
right_align_languages: ['ar']
exception_notifications:
email_prefix: '[RailsSurvey] '
sender: 'noreply@chpir.org'
recipients: ['michael@chpir.org']
| # MINIMUM ANDROID VERSION ALLOWED
minimum_android_version_code: 1
#PENDING QUESTION TYPES: FRONT_PIcTURE, REAR_PICTURE
question_types: ['SELECT_ONE', 'SELECT_MULTIPLE', 'SELECT_ONE_WRITE_OTHER',
'SELECT_MULTIPLE_WRITE_OTHER', 'FREE_RESPONSE', 'SLIDER', 'DATE',
'RATING', 'TIME', 'LIST_OF_TEXT_BOXES']
question_with_options: ['SELECT_ONE', 'SELECT_MULTIPLE', 'SELECT_ONE_WRITE_OTHER',
'SELECT_MULTIPLE_WRITE_OTHER', 'LIST_OF_TEXT_BOXES']
# ISO 639-1 codes of supported languages
languages: ['en', 'es', 'km', 'ar', 'te', 'sw', 'am']
right_align_languages: ['ar']
exception_notifications:
email_prefix: '[RailsSurvey] '
sender: 'noreply@chpir.org'
recipients: ['michael@chpir.org']
| Add list of text boxes question type | Add list of text boxes question type
| YAML | mit | DukeMobileTech/rails_survey,DukeMobileTech/rails_survey,mnipper/rails_survey,DukeMobileTech/rails_survey,mnipper/rails_survey,mnipper/rails_survey |
567b3f6c8d8ed6cd8e60022c4b9636c83f0c9a16 | spring-cloud-launcher/spring-cloud-launcher-configserver/src/main/resources/application.yml | spring-cloud-launcher/spring-cloud-launcher-configserver/src/main/resources/application.yml | spring:
application:
name: configserver
profiles:
active: native
cloud:
config:
server:
bootstrap: true
native:
search-locations: classpath:/launcher/, file:./launcher/
server:
port: 8888
management:
context-path: /admin
eureka:
instance:
status-page-url-path: ${management.context-path}/info
info:
artifactId: "@project.artifactId@"
description: "@project.description@"
version: "@project.version@" | spring:
application:
name: configserver
profiles:
active: native
cloud:
config:
server:
bootstrap: true
native:
search-locations: classpath:/launcher/, file:./launcher/
server:
port: 8888
info:
artifactId: "@project.artifactId@"
description: "@project.description@"
version: "@project.version@" | Fix context path for actuator | Fix context path for actuator
| YAML | apache-2.0 | spring-cloud/spring-cloud-cli,spring-cloud/spring-cloud-cli |
7ed02d04d9c211ae5423483c015f05bd4a33bd1f | exercises/gigasecond/metadata.yml | exercises/gigasecond/metadata.yml | ---
blurb: "Write a program that calculates the moment when someone has lived for 10^9 seconds."
source: "Chapter 9 in Chris Pine's online Learn to Program tutorial."
source_url: "http://pine.fm/LearnToProgram/?Chapter=09"
| ---
blurb: "Calculate the moment when someone has lived for 10^9 seconds."
source: "Chapter 9 in Chris Pine's online Learn to Program tutorial."
source_url: "http://pine.fm/LearnToProgram/?Chapter=09"
| Remove "write a program" from gigasecond exercise | Remove "write a program" from gigasecond exercise
| YAML | mit | exercism/x-common,jmluy/x-common,rpottsoh/x-common,petertseng/x-common,exercism/x-common,rpottsoh/x-common,Vankog/problem-specifications,jmluy/x-common,kgengler/x-common,petertseng/x-common,ErikSchierboom/x-common,ErikSchierboom/x-common,jmluy/x-common,Vankog/problem-specifications,kgengler/x-common |
543a9e888e467649f558588fea42dac2d3b3e72a | ansible/doi-service-standalone.yml | ansible/doi-service-standalone.yml | - hosts: doi-service
roles:
- common
- java
- postfix
- {role: db-backup, db: postgres}
- {role: postgresql, pg_version: "9.6"}
- {role: pg_instance, extensions: ["citext", "pgcrypto"]}
- {role: ansible-elasticsearch, es_version: 5.5.3, es_templates:false, es_instance_name: 'doi-elasticsearch', es_data_dirs: ['/data/elasticsearch'], tags: ['elasticsearch']}
- webserver
- doi-service
| - hosts: doi-service
roles:
- common
- java
- postfix
- {role: db-backup, db: postgres}
- {role: postgresql, pg_version: "9.6"}
- {role: pg_instance, extensions: ["citext", "pgcrypto"]}
- {role: ansible-elasticsearch, es_version: 5.5.3, es_templates:false, es_instance_name: 'doi-elasticsearch', es_data_dirs: ['/data/elasticsearch'], tags: ['elasticsearch'], es_heap_size: '1g'}
- webserver
- doi-service
| Set elasticsearch heap to 1G. | Set elasticsearch heap to 1G.
| YAML | apache-2.0 | AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install |
441f90b9add15e69d9cda79e23b2f3706a777bcb | _data/noticias.yml | _data/noticias.yml | - data: 2018-03-24
noticia: "***Todos os cursos***: Lista de exercícios adicionada."
- data: 2018-03-17
noticia: "***Todos os cursos***: Lista de exercícios adicionada."
- data: 2018-03-07
noticia: "***Todos os cursos***: <br/>(1) Alteração de salas de aula. Por favor, confiram as salas correspondentes antes de ir para a aula.<br/>(2) Sala da monitoria alterada.<br/>(3) Lista de exercícios adicionada."
- data: 2018-02-27
noticia: "***Eng. Cart - CM 303***: Alteração de sala de PC para PH 11."
- data: 2018-02-18
noticia: "***Todos os cursos***: Não haverá aula nos dias 20/02/2018 e 22/02/2018."
- data: 2017-05-04
noticia: "Site criado"
| - data: 2018-04-11
noticia: "***Todos os cursos***: Monitoria do dia 12/04/2017 será desmarcada por motivos pessoais.<br/>***Eng. Cart - CM 303***: Notas da P1 disponibilizada."
- data: 2018-03-24
noticia: "***Todos os cursos***: Lista de exercícios adicionada."
- data: 2018-03-17
noticia: "***Todos os cursos***: Lista de exercícios adicionada."
- data: 2018-03-07
noticia: "***Todos os cursos***: <br/>(1) Alteração de salas de aula. Por favor, confiram as salas correspondentes antes de ir para a aula.<br/>(2) Sala da monitoria alterada.<br/>(3) Lista de exercícios adicionada."
- data: 2018-02-27
noticia: "***Eng. Cart - CM 303***: Alteração de sala de PC para PH 11."
- data: 2018-02-18
noticia: "***Todos os cursos***: Não haverá aula nos dias 20/02/2018 e 22/02/2018."
- data: 2017-05-04
noticia: "Site criado"
| Update sobre monitoria e nota P1 de CM303 | Update sobre monitoria e nota P1 de CM303 | YAML | mit | chunggnuhc/chunggnuhc.github.io,chunggnuhc/chunggnuhc.github.io |
e9bc2e8d91d6ccbd28b0974b9c5ff066d24d796c | _data/taxonomy.yml | _data/taxonomy.yml | paper-by-53:
description: "A collection of art created on iPad with the iOS app Paper by [FiftyThree](http://www.fiftythree.com/) along with numerous tutorials and other learnings."
sktchy:
description: "Portraits painted and drawn in a variety of media inspired by photographs shared on [Sktchy](http://sktchy.com/)."
| paper-by-53:
description: "A collection of art created on iPad with the iOS app Paper by [FiftyThree](http://www.fiftythree.com/) along with numerous tutorials and other learnings."
sktchy:
description: "Portraits painted and drawn in a variety of media inspired by photographs shared on [Sktchy](http://sktchy.com/)."
jekyll:
description: "An archive of posts related to [**Jekyll**](http://jekyllrb.com) --- a Ruby Gem that transforms plain text into static websites and blogs."
| Add a description to the Jekyll slug | Add a description to the Jekyll slug
| YAML | mit | mmistakes/made-mistakes-jekyll,blogtips/blogtips.github.io,mmistakes/made-mistakes-jekyll,blogtips/blogtips.github.io,mmistakes/made-mistakes-jekyll,blogtips/blogtips.github.io |
a088085b187995621ee0edc89a8183d56a326d81 | _data/versions.yml | _data/versions.yml | "3.8": "devel"
"3.7": "v3.7.2"
"3.6": "v3.6.6"
"3.5": "v3.5.5"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| "3.8": "devel"
"3.7": "v3.7.2"
"3.6": "v3.6.7"
"3.5": "v3.5.5"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| Update 3.6 version to v3.6.7 | Update 3.6 version to v3.6.7 | YAML | apache-2.0 | arangodb/docs,arangodb/docs,arangodb/docs,arangodb/docs |
6180acac1a303afb9563fd6dba4f5703a8750178 | hieradata/bgo/roles/api.yaml | hieradata/bgo/roles/api.yaml | ---
api_ssl_pem: "api.uh-iaas.no.pem"
| ---
api_ssl_pem: "api.uh-iaas.no.pem"
status_ssl_pem: "status.uh-iaas.no.pem"
| Set ssl var for status.uh-iaas.no in bgo | Set ssl var for status.uh-iaas.no in bgo
| YAML | apache-2.0 | eckhart/himlar,tanzr/himlar,raykrist/himlar,norcams/himlar,TorLdre/himlar,raykrist/himlar,eckhart/himlar,mikaeld66/himlar,norcams/himlar,TorLdre/himlar,raykrist/himlar,TorLdre/himlar,TorLdre/himlar,tanzr/himlar,mikaeld66/himlar,tanzr/himlar,raykrist/himlar,raykrist/himlar,norcams/himlar,mikaeld66/himlar,norcams/himlar,norcams/himlar,tanzr/himlar,mikaeld66/himlar,eckhart/himlar,tanzr/himlar,mikaeld66/himlar,TorLdre/himlar,eckhart/himlar |
7f9222755d6de3f09d7a2f361e3b065e4a1a65fd | docs/environment.yml | docs/environment.yml | name: kripodb_docs
channels:
- rdkit
dependencies:
- rdkit
- pytables
- pandas
- coverage
- bsddb
| name: kripodb_docs
channels:
- rdkit
dependencies:
- rdkit
- pytables
- pandas
- coverage
- bsddb
- pip:
- kripodb | Add self as dep for doc generation. | Add self as dep for doc generation.
| YAML | apache-2.0 | 3D-e-Chem/kripodb,3D-e-Chem/python-modified-tanimoto,3D-e-Chem/kripodb |
dd901c01c45dfb7556109bf6995da11696c8ea37 | openshift/zac.svc.yaml | openshift/zac.svc.yaml | apiVersion: v1
kind: Service
metadata:
name: zac
spec:
ports:
- name: web
port: 8080
protocol: TCP
targetPort: 8080
selector:
name: zac
sessionAffinity: None
type: ClusterIP
| apiVersion: v1
kind: Service
metadata:
name: zac
annotations:
prometheus.io/scrape: "true"
spec:
ports:
- name: web
port: 8080
protocol: TCP
targetPort: 8080
selector:
name: zac
sessionAffinity: None
type: ClusterIP
| Add scrape annotation on service | Add scrape annotation on service
| YAML | apache-2.0 | barkbay/zac |
59af0bb9b5be79f4235795ffc5efccc1ee1c7338 | packages/hg/HGE2D.yaml | packages/hg/HGE2D.yaml | homepage: https://github.com/I3ck/HGE2D
changelog-type: ''
hash: a89a44605b5bb1523e2ef371316af52a492091074d5ea65fd517c68e5e33868c
test-bench-deps: {}
maintainer: Martin Buck <buckmartin@buckmartin.de>
synopsis: 2D game engine written in Haskell
changelog: ''
basic-deps:
OpenGL: ! '>=3.0 && <3.1'
GLUT: ! '>=2.7 && <2.8'
base: ! '>=4.9.0.0 && <5.0'
time: ! '>=1.5.0.1 && <1.7'
HGE2D: -any
safe: ==0.3.9
all-versions:
- '0.1.6.0'
- '0.1.6.1'
- '0.1.6.2'
- '0.1.6.5'
- '0.1.7.1'
- '0.1.7.2'
author: Martin Buck <buckmartin@buckmartin.de>
latest: '0.1.7.2'
description-type: haddock
description: See README and examples/ for further information
license-name: MIT
| homepage: https://github.com/I3ck/HGE2D
changelog-type: ''
hash: ce8889a61b661cf8920cb80ac74012fbf20766f53d49d2f24487bfb4fd1e90dc
test-bench-deps: {}
maintainer: Martin Buck <buckmartin@buckmartin.de>
synopsis: 2D game engine written in Haskell
changelog: ''
basic-deps:
OpenGL: ! '>=3.0 && <3.1'
GLUT: ! '>=2.7 && <2.8'
base: ! '>=4.8.2.0 && <5.0'
time: ! '>=1.5.0.1 && <1.7'
HGE2D: -any
safe: ==0.3.9
all-versions:
- '0.1.6.0'
- '0.1.6.1'
- '0.1.6.2'
- '0.1.6.5'
- '0.1.7.1'
- '0.1.7.2'
- '0.1.7.4'
author: Martin Buck <buckmartin@buckmartin.de>
latest: '0.1.7.4'
description-type: haddock
description: See README and examples/ for further information
license-name: MIT
| Update from Hackage at 2016-07-24T11:46:33+0000 | Update from Hackage at 2016-07-24T11:46:33+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
0d9ac76556381fb725def165c59adbf248b3de52 | app/config/app.yml | app/config/app.yml | COMMON: &common
SECRET_KEY: insecure
SECURITY_POST_LOGIN_VIEW: '/profile'
SQLALCHEMY_DATABASE_URI: postgresql://postgres:password@192.168.0.10:5432/flask_social_example_development
ADMIN_CREDENTIALS: 'admin,password'
SECURITY_TRACKABLE: True
SOCIAL_CONNECT_ALLOW_VIEW: '/profile'
DEVELOPMENT: &development
<<: *common
DEBUG: True
PRODUCTION: &production
<<: *common
SECURITY_PASSWORD_HASH: bcrypt
SOCIAL_APP_URL: http://flask-social-example.herokuapp.com/ | COMMON: &common
SECRET_KEY: insecure
SECURITY_POST_LOGIN_VIEW: '/profile'
SQLALCHEMY_DATABASE_URI: postgresql://postgres:password@192.168.0.10:5432/flask_social_example_development
ADMIN_CREDENTIALS: 'admin,password'
SECURITY_TRACKABLE: True
SOCIAL_CONNECT_ALLOW_VIEW: '/profile'
SOCIAL_TWITTER:
consumer_key: 'key'
consumer_secret: 'secret'
SOCIAL_FACEBOOK:
consumer_key: 'key'
consumer_secret: 'secret'
request_token_params:
scope: 'email,publish_stream'
SOCIAL_GITHUB:
consumer_key: 'key'
consumer_secret: 'secret'
module: 'app.github'
request_token_params:
scope: 'user'
DEVELOPMENT: &development
<<: *common
DEBUG: True
PRODUCTION: &production
<<: *common
SECURITY_PASSWORD_HASH: bcrypt
SOCIAL_APP_URL: http://flask-social-example.herokuapp.com/ | Fix config to work as previously | Fix config to work as previously
| YAML | mit | mattupstate/flask-social-example,mattupstate/flask-social-example,talizon/flask-social-example,rmelly/flask-social-example,talizon/flask-social-example,mattupstate/flask-social-example,rmelly/flask-social-example,rmelly/flask-social-example,talizon/flask-social-example |
616243ae9094c55857612477f84ee0a9c5ee6ffc | compose/nginx/docker-compose.yml | compose/nginx/docker-compose.yml | #
# Source code address
# https://hub.docker.com/u/cuongtransc/
#
# Syntax: https://docs.docker.com/compose/compose-file/
#
version: "2"
services:
nginx:
image: cuongtransc/nginx:1.10.3
ports:
- "80:80"
- "443:443"
networks:
- nginx-back
volumes:
- ./nginx-config/:/etc/nginx/
container_name: nginx
hostname: nginx
#domainname: coclab.lan
cpu_shares: 1024
mem_limit: 512M
#privileged: true
restart: always
#stdin_open: true
tty: true
logging:
driver: "json-file"
options:
max-size: "100M"
max-file: "3"
networks:
nginx-back:
#external: true
| #
# Source code address
# https://hub.docker.com/u/cuongtransc/
#
# Syntax: https://docs.docker.com/compose/compose-file/
#
version: "2"
services:
nginx:
image: cuongtransc/nginx:1.10.3
ports:
- "80:80"
- "443:443"
networks:
- nginx-back
volumes:
- ./nginx-config/:/etc/nginx/
container_name: nginx
hostname: nginx
#domainname: coclab.lan
cpu_shares: 1024
mem_limit: 512M
#privileged: true
#restart: always
#stdin_open: true
tty: true
logging:
driver: "json-file"
options:
max-size: "100M"
max-file: "3"
networks:
nginx-back:
#external: true
| Update nginx: disable auto restart | Update nginx: disable auto restart
| YAML | mit | tranhuucuong91/docker-training,tranhuucuong91/docker-training,tranhuucuong91/docker-training |
7a427a972af5c48ca50ef5f5b8f21d03bf5dc57c | .github/workflows/renovate-go-mod-fix.yaml | .github/workflows/renovate-go-mod-fix.yaml | #
# DO NOT EDIT THIS FILE
#
# It is automatically copied from https://github.com/pion/.goassets repository.
# If this repository should have package specific CI config,
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
#
# If you want to update the shared CI config, send a PR to
# https://github.com/pion/.goassets instead of this repository.
#
name: go-mod-fix
on:
push:
branches:
- renovate/*
jobs:
go-mod-fix:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: fix
uses: at-wat/go-sum-fix-action@v0
with:
git_user: Pion Bot
git_email: 59523206+pionbot@users.noreply.github.com
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_style: squash
push: force
| #
# DO NOT EDIT THIS FILE
#
# It is automatically copied from https://github.com/pion/.goassets repository.
# If this repository should have package specific CI config,
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
#
# If you want to update the shared CI config, send a PR to
# https://github.com/pion/.goassets instead of this repository.
#
name: go-mod-fix
on:
push:
branches:
- renovate/*
jobs:
go-mod-fix:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: fix
uses: at-wat/go-sum-fix-action@v0
with:
git_user: Pion Bot
git_email: 59523206+pionbot@users.noreply.github.com
github_token: ${{ secrets.PIONBOT_PRIVATE_KEY }}
commit_style: squash
push: force
| Update CI configs to v0.4.6 | Update CI configs to v0.4.6
Update lint scripts and CI configs.
| YAML | mit | pion/sctp |
aab48da421c64297d6f2f125d34834c51d90781f | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on:
push:
branches:
- master
- develop
jobs:
build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
build_redox:
name: Build on Redox OS
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Set nightly default
run: rustup default nightly
- name: Export pkg path
run: export PKG_CONFIG_PATH=/usr/lib/pkgconfig
- name: Install redoxer
run: cargo +nightly install redoxer
- name: Install redoxer toolchain
run: redoxer install
- name: Build
run: redoxer build
build_macos:
name: Build on macOS
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Install rust
run: brew install rust
- name: Build
run: cargo build --verbose
| name: build
on:
push:
branches:
- master
- develop
jobs:
build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
build_redox:
name: Build on Redox OS
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Set nightly default
run: rustup default nightly
- name: Update
run: sudo apt update
- name: Install pkg-config
run: sudo apt install pkg-config
- name: Install redoxer
run: cargo +nightly install redoxer
- name: Install redoxer toolchain
run: redoxer install
- name: Build
run: redoxer build
build_macos:
name: Build on macOS
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Install rust
run: brew install rust
- name: Build
run: cargo build --verbose
| Add pkg-config to github action. | Add pkg-config to github action.
| YAML | mit | redox-os/orbtk |
489ded470f1ddfdb35e4b00fcb7c5b5f4192d1ee | .github/workflows/build.yml | .github/workflows/build.yml | on:
push:
branches:
- osagnostic
tags:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, macos-10.15]
include:
- os: macos-10.15
- os: macos-latest
steps:
- uses: actions/checkout@v2
with:
ref: 'osagnostic'
- name: Build
run: sh ./bundledApps/MAKEFILE.sh -q
- name: Install screenshot utility
run: pip3 install screenshot
- name: Run
working-directory: /Applications
run: |
pwd
ls
open -a /Applications/WAIL.app
sleep 15
- name: Iterate tabs, taking screenshot
env:
KEYCODES: 29 18 19 20 21
run: |
for k in $KEYCODES; do
osascript tests/changeTabs.scpt $k
screenshot WAIL --filename wail-${{matrix.os}}-$k.png --shadow
done
- name: Upload screenshot
uses: actions/upload-artifact@v2
with:
name: wail-screenshot-${{matrix.os}}
path: wail-${{matrix.os}}*.png
- name: Download artifact
uses: actions/download-artifact@v2
with:
name: wail-screenshot-${{matrix.os}}
| on:
push:
branches:
- osagnostic
tags:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, macos-10.15]
include:
- os: macos-10.15
- os: macos-latest
steps:
- uses: actions/checkout@v2
with:
ref: 'osagnostic'
- name: Build
run: sh ./bundledApps/MAKEFILE.sh -q
- name: Install screenshot utility
run: pip3 install screenshot
- name: Run
working-directory: /Applications
run: |
pwd
ls
open -a /Applications/WAIL.app
sleep 15
ps -A | grep WAIL
- name: Iterate tabs, taking screenshot
env:
KEYCODES: 29 18 19 20 21
run: |
for k in $KEYCODES; do
osascript tests/changeTabs.scpt $k
screenshot WAIL --filename wail-${{matrix.os}}-$k.png --shadow
done
- name: Upload screenshot
uses: actions/upload-artifact@v2
with:
name: wail-screenshot-${{matrix.os}}
path: wail-${{matrix.os}}*.png
- name: Download artifact
uses: actions/download-artifact@v2
with:
name: wail-screenshot-${{matrix.os}}
| Check if WAIL is running before taking screenshots | Check if WAIL is running before taking screenshots
| YAML | mit | machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail |
8f0ebdfd838654ed69540744aa6b0a13d35164e8 | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
macos_latest:
name: macos_latest
uses: bazelbuild/tulsi/.github/workflows/macos.yml@master
with:
bazel: latest
name: macos_latest
macos_last_green:
name: macos_last_green
uses: bazelbuild/tulsi/.github/workflows/macos.yml@master
with:
bazel: last_green
name: macos_last_green
macos_latest_head_deps:
name: macos_latest_head_deps
uses: bazelbuild/tulsi/.github/workflows/macos.yml@master
with:
bazel: latest
name: macos_latest_head_deps
shell_commands: .bazelci/update_workspace_to_deps_heads.sh
| name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
macos_latest:
name: macos_latest
uses: bazelbuild/tulsi/.github/workflows/macos.yml@master
with:
bazel: latest
name: macos_latest
macos_last_green:
name: macos_last_green
uses: bazelbuild/tulsi/.github/workflows/macos.yml@master
with:
bazel: last_green
name: macos_last_green
macos_latest_head_deps:
name: macos_latest_head_deps
uses: bazelbuild/tulsi/.github/workflows/macos.yml@master
with:
bazel: rolling
name: macos_latest_head_deps
shell_commands: .bazelci/update_workspace_to_deps_heads.sh
| Use rolling release for `macos_latest_head_deps` | Use rolling release for `macos_latest_head_deps`
There's a change in Bazel rolling that is required for this:
https://github.com/bazelbuild/bazel/blob/4858cbfa37d5ed96fb282280819a3577064eb51d/src/main/java/com/google/devtools/build/lib/rules/config/ConfigGlobalLibrary.java#L123-L126
Otherwise the build would fail with:
```
Error in transition: Invalid transition input
'//command_line_option:incompatible_enable_apple_toolchain_resolution'.
Cannot transition on --experimental_* or --incompatible_* options
```
| YAML | apache-2.0 | bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi |
5dd5cd376b995cc8891c95ffee74c904eac16481 | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on:
push:
branches: main
pull_request:
branches: main
jobs:
haskell:
strategy:
fail-fast: false
matrix:
include:
- { os: ubuntu-latest }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- uses: cachix/cachix-action@v10
with:
name: amazonka
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix-build
| name: build
on:
push:
branches: main
pull_request:
branches: main
jobs:
haskell:
strategy:
fail-fast: false
matrix:
include:
- { os: ubuntu-latest }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v10
with:
name: amazonka
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix build
- run: nix flake check
| Update github actions to support flakes | Update github actions to support flakes
| YAML | mpl-2.0 | brendanhay/text-manipulate |
57adea240dda62f05697344923cfba30a5902999 | .github/workflows/maven.yml | .github/workflows/maven.yml | name: Java CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Test on JDK ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B package --file pom.xml
| name: Java CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Test on JDK ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Test against OpenWayback
run: (cd test-integration && ./test-openwayback.sh)
| Add integration tests to action | Add integration tests to action | YAML | apache-2.0 | nla/tinycdxserver,nla/outbackcdx,nla/tinycdxserver,nla/outbackcdx,nla/tinycdxserver,nla/outbackcdx,nla/tinycdxserver,nla/outbackcdx |
3ddc752bf87d075b3832babbc947e3b6924c98eb | .github/workflows/maven.yml | .github/workflows/maven.yml | ---
name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java: [17, 18]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B test package --file pom.xml
| ---
name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java: [17, 19]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B test package --file pom.xml
| Build with Java 17 & 19 | Build with Java 17 & 19
| YAML | epl-1.0 | eckig/graph-editor |
76cb8e7a2fe33fa59966f8c9b9ae65bbe85f445a | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [6.x, 8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
| name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
| Add node 14 and node 16 to test matrix | Add node 14 and node 16 to test matrix
| YAML | bsd-2-clause | mwilliamson/mammoth.js,mwilliamson/mammoth.js |
c2a717c7b10b7f1ae91b549f07c7c6d232d2f753 | .github/workflows/tests.yml | .github/workflows/tests.yml | ---
name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Tests with Ruby ${{ matrix.ruby }}
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
ruby: ["2.7.x", "2.6.x", "2.5.x"]
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v2
with:
path: vendor/bundle
key: >
${{ runner.os }}-${{ matrix.ruby }}-gems-${{
hashFiles('aitch.gemspec') }}
restore-keys: >
${{ runner.os }}-${{ matrix.ruby }}-gems-${{
hashFiles('aitch.gemspec') }}
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install gem dependencies
env:
RAILS_ENV: test
run: |
gem install bundler
bundle config path vendor/bundle
bundle update --jobs 4 --retry 3
- name: Run Tests
env:
RAILS_ENV: test
run: |
bundle exec rake
| ---
name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Tests with Ruby ${{ matrix.ruby }}
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
ruby: ["2.7.x", "2.6.x", "2.5.x", "3.0.x", "3.1.x"]
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v2
with:
path: vendor/bundle
key: >
${{ runner.os }}-${{ matrix.ruby }}-gems-${{
hashFiles('aitch.gemspec') }}
restore-keys: >
${{ runner.os }}-${{ matrix.ruby }}-gems-${{
hashFiles('aitch.gemspec') }}
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install gem dependencies
env:
RAILS_ENV: test
run: |
gem install bundler
bundle config path vendor/bundle
bundle update --jobs 4 --retry 3
- name: Run Tests
env:
RAILS_ENV: test
run: |
bundle exec rake
| Add more ruby versions to test matrix. | Add more ruby versions to test matrix.
| YAML | mit | fnando/aitch |
b6f9714c3a9355e4426caa58a0690133e546dd62 | .github/workflows/pythonpackage.yml | .github/workflows/pythonpackage.yml | name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./python
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Build
run: python setup.py build
- name: Test with pytest
run: pytest
| name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
defaults:
run:
working-directory: ./python
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Build
run: python setup.py build
- name: Test with pytest
run: pytest
| Fix python working-directory in Github workflow. | Fix python working-directory in Github workflow.
| YAML | apache-2.0 | BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC |
b110292199089f16b266cf302b1997dced8fae6a | metadata/de.moekadu.metronome.yml | metadata/de.moekadu.metronome.yml | Categories:
- Science & Education
License: GPL-3.0-or-later
SourceCode: https://github.com/thetwom/toc2
IssueTracker: https://github.com/thetwom/toc2/issues
AutoName: Metronome
RepoType: git
Repo: https://github.com/thetwom/toc2
Builds:
- versionName: 1.4.0
versionCode: 11
commit: v1.4.0
subdir: app
gradle:
- yes
- versionName: 1.5.0
versionCode: 12
commit: v1.5.0
subdir: app
gradle:
- yes
- versionName: 1.5.1
versionCode: 13
commit: v1.5.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags .*[0-9]$
CurrentVersion: 1.5.1
CurrentVersionCode: 13
| Categories:
- Science & Education
License: GPL-3.0-or-later
SourceCode: https://github.com/thetwom/toc2
IssueTracker: https://github.com/thetwom/toc2/issues
AutoName: Metronome
RepoType: git
Repo: https://github.com/thetwom/toc2
Builds:
- versionName: 1.4.0
versionCode: 11
commit: v1.4.0
subdir: app
gradle:
- yes
- versionName: 1.5.0
versionCode: 12
commit: v1.5.0
subdir: app
gradle:
- yes
- versionName: 1.5.1
versionCode: 13
commit: v1.5.1
subdir: app
gradle:
- yes
- versionName: 1.6.0
versionCode: 14
commit: v1.6.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags .*[0-9]$
CurrentVersion: 1.6.0
CurrentVersionCode: 14
| Update Metronome to 1.6.0 (14) | Update Metronome to 1.6.0 (14)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
2a90386524fa5f33da2fd3dd0e2733bf5efb2aa2 | metadata/net.dcnnt.yml | metadata/net.dcnnt.yml | Categories:
- Connectivity
- System
License: MIT
AuthorName: cyanomiko
SourceCode: https://github.com/cyanomiko/dcnnt-android
IssueTracker: https://github.com/cyanomiko/dcnnt-android/issues
AutoName: Device Connect
RepoType: git
Repo: https://github.com/cyanomiko/dcnnt-android
Builds:
- versionName: 0.3.7
versionCode: 12
commit: 0.3.7
subdir: app
gradle:
- yes
- versionName: 0.3.8
versionCode: 13
commit: 0.3.8
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.3.8
CurrentVersionCode: 13
| Categories:
- Connectivity
- System
License: MIT
AuthorName: cyanomiko
SourceCode: https://github.com/cyanomiko/dcnnt-android
IssueTracker: https://github.com/cyanomiko/dcnnt-android/issues
AutoName: Device Connect
RepoType: git
Repo: https://github.com/cyanomiko/dcnnt-android
Builds:
- versionName: 0.3.7
versionCode: 12
commit: 0.3.7
subdir: app
gradle:
- yes
- versionName: 0.3.8
versionCode: 13
commit: 0.3.8
subdir: app
gradle:
- yes
- versionName: 0.4.0
versionCode: 14
commit: 0.4.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.4.0
CurrentVersionCode: 14
| Update Device Connect to 0.4.0 (14) | Update Device Connect to 0.4.0 (14)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
e296ccef23da3e9abe325a1d7b65b63fb207c119 | metadata/com.gianlu.pretendyourexyzzy.yml | metadata/com.gianlu.pretendyourexyzzy.yml | AntiFeatures:
- NonFreeNet
Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/devgianlu/PretendYoureXyzzyAndroid
IssueTracker: https://github.com/devgianlu/PretendYoureXyzzyAndroid/issues
Changelog: https://github.com/devgianlu/PretendYoureXyzzyAndroid/releases
RepoType: git
Repo: https://github.com/devgianlu/PretendYoureXyzzyAndroid
Builds:
- versionName: 2.6.9
versionCode: 62
commit: v2.6.9
subdir: app
submodules: true
gradle:
- foss
prebuild: |-
sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 2.6.9
CurrentVersionCode: 62
| AntiFeatures:
- NonFreeNet
Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/devgianlu/PretendYoureXyzzyAndroid
IssueTracker: https://github.com/devgianlu/PretendYoureXyzzyAndroid/issues
Changelog: https://github.com/devgianlu/PretendYoureXyzzyAndroid/releases
AutoName: Pretend You're Xyzzy
RepoType: git
Repo: https://github.com/devgianlu/PretendYoureXyzzyAndroid
Builds:
- versionName: 2.6.9
versionCode: 62
commit: v2.6.9
subdir: app
submodules: true
gradle:
- foss
prebuild: |-
sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
- versionName: 2.6.10
versionCode: 63
commit: v2.6.10
subdir: app
submodules: true
gradle:
- foss
prebuild: |-
sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 2.6.10
CurrentVersionCode: 63
| Update Pretend You're Xyzzy to 2.6.10 (63) | Update Pretend You're Xyzzy to 2.6.10 (63)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
a21d0b47646b680ec37b130f99dc4ae772457b7a | metadata/me.hackerchick.raisetoanswer.yml | metadata/me.hackerchick.raisetoanswer.yml | Categories:
- Phone & SMS
License: MIT
SourceCode: https://github.com/TheLastProject/RaiseToAnswer
IssueTracker: https://github.com/TheLastProject/RaiseToAnswer/issues
AutoName: Raise To Answer
RepoType: git
Repo: https://github.com/TheLastProject/RaiseToAnswer.git
Builds:
- versionName: 1.3.4
versionCode: 9
commit: v1.3.4
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.3.4
CurrentVersionCode: 9
| Categories:
- Phone & SMS
License: MIT
SourceCode: https://github.com/TheLastProject/RaiseToAnswer
IssueTracker: https://github.com/TheLastProject/RaiseToAnswer/issues
AutoName: Raise To Answer
RepoType: git
Repo: https://github.com/TheLastProject/RaiseToAnswer.git
Builds:
- versionName: 1.3.4
versionCode: 9
commit: v1.3.4
subdir: app
gradle:
- yes
- versionName: 1.3.5
versionCode: 10
commit: v1.3.5
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.3.5
CurrentVersionCode: 10
| Update Raise To Answer to 1.3.5 (10) | Update Raise To Answer to 1.3.5 (10)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
65f53a80c785e719baca69fcbfa3e2b1b521d89b | data/hostname/worker17.softwareheritage.org.yaml | data/hostname/worker17.softwareheritage.org.yaml | swh::deploy::worker::instances:
- loader_oneshot
- loader_git
swh::deploy::worker::loader_oneshot::concurrency: 10
swh::deploy::worker::loader_oneshot::max_tasks_per_child: 1
swh::deploy::worker::loader_oneshot::task_queues:
# loader-git
- swh.loader.git.tasks.UpdateGitRepository
- oneshot:swh.loader.git.tasks.UpdateGitRepository
- oneshot3:swh.loader.git.tasks.UpdateGitRepository
# mercurial
- oneshot:swh.loader.mercurial.tasks.LoadMercurial
- oneshot:swh.loader.mercurial.tasks.LoadArchiveMercurial
# svn
- oneshot:swh.loader.svn.tasks.LoadSvnRepository
- oneshot:swh.loader.svn.tasks.MountAndLoadSvnRepository
- oneshot:swh.loader.svn.tasks.DumpMountAndLoadSvnRepository
# Make loader git service consume from dedicated queue to subside lag and standard queue
swh::deploy::loader_git::queues:
- oneshot3:swh.loader.git.tasks.UpdateGitRepository
- swh.loader.git.tasks.UpdateGitRepository
swh::deploy::worker::loader_git::concurrency: 20
swh::deploy::worker::loader_git::max_tasks_per_child: 1
icinga2::host::vars:
load: high
| swh::deploy::worker::instances:
- loader_oneshot
- loader_git
swh::deploy::worker::loader_oneshot::concurrency: 5
swh::deploy::worker::loader_oneshot::max_tasks_per_child: 1
swh::deploy::worker::loader_oneshot::task_queues:
# loader-git
- swh.loader.git.tasks.UpdateGitRepository
- oneshot:swh.loader.git.tasks.UpdateGitRepository
- oneshot3:swh.loader.git.tasks.UpdateGitRepository
# mercurial
- oneshot:swh.loader.mercurial.tasks.LoadMercurial
- oneshot:swh.loader.mercurial.tasks.LoadArchiveMercurial
# svn
- oneshot:swh.loader.svn.tasks.LoadSvnRepository
- oneshot:swh.loader.svn.tasks.MountAndLoadSvnRepository
- oneshot:swh.loader.svn.tasks.DumpMountAndLoadSvnRepository
# Make loader git service consume from dedicated queue to subside lag and standard queue
swh::deploy::loader_git::queues:
- oneshot3:swh.loader.git.tasks.UpdateGitRepository
- swh.loader.git.tasks.UpdateGitRepository
swh::deploy::worker::loader_git::concurrency: 20
swh::deploy::worker::loader_git::max_tasks_per_child: 1
icinga2::host::vars:
load: high
| Align with worker18 hardware specification | worker17: Align with worker18 hardware specification
| YAML | apache-2.0 | SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site |
f774c7cc620c5cffb5b2a48db5be54f2dffdd854 | metadata/jl.musicalnotes.yml | metadata/jl.musicalnotes.yml | Categories:
- Science & Education
License: GPL-3.0-only
SourceCode: https://codeberg.org/jonas-l/musical-notes-android
IssueTracker: https://codeberg.org/jonas-l/musical-notes-android/issues
AutoName: Notes
RepoType: git
Repo: https://codeberg.org/jonas-l/musical-notes-android.git
Builds:
- versionName: '1.1'
versionCode: 2
commit: release-1.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version release-%v
UpdateCheckMode: Tags
CurrentVersion: '1.1'
CurrentVersionCode: 2
| Categories:
- Science & Education
License: GPL-3.0-only
SourceCode: https://codeberg.org/jonas-l/musical-notes-android
IssueTracker: https://codeberg.org/jonas-l/musical-notes-android/issues
AutoName: Notes
RepoType: git
Repo: https://codeberg.org/jonas-l/musical-notes-android.git
Builds:
- versionName: '1.1'
versionCode: 2
commit: release-1.1
subdir: app
gradle:
- yes
- versionName: '1.2'
versionCode: 3
commit: release-1.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version release-%v
UpdateCheckMode: Tags
CurrentVersion: '1.2'
CurrentVersionCode: 3
| Update Notes to 1.2 (3) | Update Notes to 1.2 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
391af79fb060f150ba2748fc37872f245a692c19 | metadata/org.pgnapps.pk2.yml | metadata/org.pgnapps.pk2.yml | Categories:
- Games
License: MIT
SourceCode: https://github.com/danilolc/pk2
IssueTracker: https://github.com/danilolc/pk2/issues
Changelog: https://github.com/danilolc/pk2/tags
AutoName: Pekka Kana 2
RepoType: git
Repo: https://github.com/danilolc/pk2.git
Builds:
- versionName: 1.4.2
versionCode: 1026
commit: 1.4.2
subdir: android/app
gradle:
- yes
prebuild: sed -i -e "s/ndkVersion '20.0.5594570'/ndkVersion '20.1.5948944'/" build.gradle
ndk: r20b
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
UpdateCheckData: android/app/build.gradle|versionCode (0x[0-9a-fA-F]+)|.|versionName
"(.*)"
CurrentVersion: 1.4.2
CurrentVersionCode: 1026
| Categories:
- Games
License: MIT
SourceCode: https://github.com/danilolc/pk2
IssueTracker: https://github.com/danilolc/pk2/issues
Changelog: https://github.com/danilolc/pk2/tags
AutoName: Pekka Kana 2
RepoType: git
Repo: https://github.com/danilolc/pk2.git
Builds:
- versionName: 1.4.2
versionCode: 1026
commit: 1.4.2
subdir: android/app
gradle:
- yes
prebuild: sed -i -e "s/ndkVersion '20.0.5594570'/ndkVersion '20.1.5948944'/" build.gradle
ndk: r20b
- versionName: 1.4.3
versionCode: 1027
commit: c8ea766eabdcc7e72696f5902dad789943a65e60
subdir: android/app
gradle:
- yes
prebuild: sed -i -e "s/ndkVersion '20.0.5594570'/ndkVersion '20.1.5948944'/" build.gradle
ndk: r20b
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
UpdateCheckData: android/app/build.gradle|versionCode (0x[0-9a-fA-F]+)|.|versionName
"(.*)"
CurrentVersion: 1.4.3
CurrentVersionCode: 1027
| Update Pekka Kana 2 to 1.4.3 (1027) | Update Pekka Kana 2 to 1.4.3 (1027)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
5ba656b43de02f3c727a207c8924b4d1ef47dff8 | config/elasticsearch.yml | config/elasticsearch.yml | cluster.name: "pubmed"
medline:
host: "localhost"
port: 9300
bulk:
size: 1000
threads: 4
parsing:
threads: 3
| cluster.name: "pubmed"
pubmed:
host: "localhost"
port: 9300
bulk:
size: 1000
threads: 4
parsing:
threads: 3
| Update sample config file to reflect change in setting names | Update sample config file to reflect change in setting names
| YAML | apache-2.0 | imotov/pubmed-loader,imotov/pubmed-loader |
40ba7b332d9bbe17819260b87c7fb54a8a8d6f6d | modules/deploy/27-couchdb-svc.yml | modules/deploy/27-couchdb-svc.yml | apiVersion: v1
kind: Service
metadata:
name: couchdb-lb
labels:
app: couchdb
project: gpii
environment: production
spec:
selector:
app: couchdb
project: gpii
environment: production
ports:
- name: data
port: 5984
- name: admin
port: 5986
| apiVersion: v1
kind: Service
metadata:
name: couchdb
labels:
app: couchdb
project: gpii
environment: production
spec:
selector:
app: couchdb
project: gpii
environment: production
ports:
- name: data
port: 5984
- name: admin
port: 5986
| Fix incorrect name of the service | Fix incorrect name of the service
| YAML | bsd-3-clause | mrtyler/gpii-infra,mrtyler/gpii-infra,mrtyler/gpii-terraform,mrtyler/gpii-infra,mrtyler/gpii-terraform,mrtyler/gpii-infra,mrtyler/gpii-terraform |
e3c6407dfbce6a9305109d89d69b796b779b452e | packages/gh/ghc-compact.yaml | packages/gh/ghc-compact.yaml | homepage: ''
changelog-type: ''
hash: 996e8395da7b7d8c4972083e6ee814a1a48aaac3c652f0314bef222d3b225e7f
test-bench-deps: {}
maintainer: libraries@haskell.org
synopsis: In memory storage of deeply evaluated data structure
changelog: ''
basic-deps:
bytestring: ! '>=0.10.6.0 && <0.11'
base: ! '>=4.9.0 && <4.11'
ghc-prim: ==0.5.1.0
all-versions:
- '0.1.0.0'
author: ''
latest: '0.1.0.0'
description-type: haddock
description: ! 'This package provides minimal functionality for working with
"compact regions", which hold a fully evaluated Haskell object graph.
These regions maintain the invariant that no pointers live inside the struct
that point outside it, which ensures efficient garbage collection without
ever reading the structure contents (effectively, it works as a manually
managed "oldest generation" which is never freed until the whole is
released).
Internally, the struct is stored a single contiguous block of memory,
which allows efficient serialization and deserialization of structs
for distributed computing.
This package provides a low-level API; see also the </package/compact compact package>
which provides a user-facing API.'
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: 53f9beb2f37e4fdaae3e23e7ce755773b539666beba0dfbfbc63d312ca748cbb
test-bench-deps: {}
maintainer: libraries@haskell.org
synopsis: In memory storage of deeply evaluated data structure
changelog: ''
basic-deps:
bytestring: ! '>=0.10.6.0 && <0.11'
base: ! '>=4.9.0 && <4.11'
ghc-prim: ==0.5.1.0 || ==0.5.1.1
all-versions:
- '0.1.0.0'
author: ''
latest: '0.1.0.0'
description-type: haddock
description: ! 'This package provides minimal functionality for working with
"compact regions", which hold a fully evaluated Haskell object graph.
These regions maintain the invariant that no pointers live inside the struct
that point outside it, which ensures efficient garbage collection without
ever reading the structure contents (effectively, it works as a manually
managed "oldest generation" which is never freed until the whole is
released).
Internally, the struct is stored a single contiguous block of memory,
which allows efficient serialization and deserialization of structs
for distributed computing.
This package provides a low-level API; see also the </package/compact compact package>
which provides a user-facing API.'
license-name: BSD3
| Update from Hackage at 2017-11-21T23:22:05Z | Update from Hackage at 2017-11-21T23:22:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
eaefc3424921907ab688ad701256336088219f18 | packages/la/lambda-cube.yaml | packages/la/lambda-cube.yaml | homepage: https://github.com/Ailrun/LambdaCube#readme
changelog-type: ''
hash: 2b3e9fa85897d04529c010efd24ee36e5d4916a14e304eb8bf078efb2673ce83
test-bench-deps:
base: -any
hspec: -any
lambda-cube: -any
QuickCheck: -any
maintainer: jjc9310@gmail.com
synopsis: Haskell implementation of (some of) lambda cube calculi
changelog: ''
basic-deps:
base: '>=4.12 && <5'
text: '>=1.2.4.0'
megaparsec: '>=9.0.1 && <9.1'
template-haskell: -any
all-versions:
- 0.1.0.0
author: Junyoung Clare Jang
latest: 0.1.0.0
description-type: markdown
description: '# LambdaCube'
license-name: MIT
| homepage: https://github.com/Ailrun/lambda-cube#readme
changelog-type: ''
hash: c041f1cf761b50c6f1c30d38ef6334f0d84dacd2a67189095ffa839724718a79
test-bench-deps:
base: -any
hspec: -any
lambda-cube: -any
QuickCheck: -any
maintainer: jjc9310@gmail.com
synopsis: Haskell implementation of (some of) lambda cube calculi
changelog: ''
basic-deps:
base: '>=4.12 && <5'
text: '>=1.2.4.0'
megaparsec: '>=9.0.1 && <9.1'
template-haskell: -any
all-versions:
- 0.1.0.0
author: Junyoung Clare Jang
latest: 0.1.0.0
description-type: markdown
description: '# LambdaCube'
license-name: MIT
| Update from Hackage at 2021-08-21T09:37:31Z | Update from Hackage at 2021-08-21T09:37:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
55a7fea47cb5f7cd55ac4226d0e6251441489983 | msmbuilder/meta.yaml | msmbuilder/meta.yaml | package:
name: msmbuilder
version: !!str 3.0.0
source:
git_url: https://github.com/msmbuilder/msmbuilder.git
git_tag: v3.0.0
build:
preserve_egg_dir: True
number: 0
entry_points:
- msmb = msmbuilder.scripts.msmb:main
requirements:
build:
- python
- setuptools
- cython
- numpy
- mdtraj
run:
- python
- setuptools
- numpy
- scipy
- pandas
- six
- mdtraj
- scikit-learn
- numpydoc
- pytables
test:
requires:
- nose
- munkres
- numdifftools
imports:
- msmbuilder
commands:
- msmb -h
- nosetests msmbuilder -v
about:
home: https://github.com/msmbuilder/msmbuilder
license: LGPLv2.1+
summary: 'MSMBuilder: Statistical models for biomolecular dynamics'
| package:
name: msmbuilder
version: !!str 3.1.0
source:
fn: msmbuilder-3.1.0.tar.gz
url: https://pypi.python.org/packages/source/m/msmbuilder/msmbuilder-3.1.0.tar.gz#md5=b27a0bac0735427bc9ceea7df4e6d10d
md5: b27a0bac0735427bc9ceea7df4e6d10d
build:
preserve_egg_dir: True
number: 0
entry_points:
- msmb = msmbuilder.scripts.msmb:main
requirements:
build:
- python
- setuptools
- cython
- numpy
- mdtraj
run:
- python
- setuptools
- numpy
- scipy
- pandas
- six
- mdtraj
- scikit-learn
- numpydoc
- pytables
test:
requires:
- nose
- munkres
- numdifftools
imports:
- msmbuilder
commands:
- msmb -h
- nosetests msmbuilder -v
about:
home: https://github.com/msmbuilder/msmbuilder
license: LGPLv2.1+
summary: 'MSMBuilder: Statistical models for biomolecular dynamics'
| Update msmbuilder recipe to latest version | Update msmbuilder recipe to latest version
Former-commit-id: 728bd2ff8d2e856d991b578f78bb37ef8c34341e | YAML | mit | marscher/omnia-conda-recipes,peastman/conda-recipes,mpharrigan/conda-recipes,rmcgibbo/conda-recipes,jchodera/conda-recipes,rmcgibbo/conda-recipes,mpharrigan/conda-recipes,omnia-md/conda-recipes,marscher/omnia-conda-recipes,marscher/omnia-conda-recipes,rmcgibbo/conda-recipes,mpharrigan/conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,peastman/conda-recipes,peastman/conda-recipes,jchodera/conda-recipes,danielparton/omnia-md-conda-recipes,jchodera/conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,swails/conda-recipes,rmcgibbo/conda-recipes,cwehmeyer/conda-recipes,omnia-md/conda-recipes,omnia-md/conda-recipes,danielparton/omnia-md-conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,jchodera/conda-recipes,marscher/omnia-conda-recipes |
09a6d257f822249a95e3f6f2c46e5cea45578be4 | playbooks/base-test/pre.yaml | playbooks/base-test/pre.yaml | - hosts: localhost
roles:
- role: test-emit-job-header
zuul_log_url: "http://logs.openstack.org"
- hosts: all
pre_tasks:
# NOTE(pabelanger): Until we hit the validate-host role, we have a minimal
# set of ansible variables collected by zuul-executor. This doesn't include
# network variables (ansible_default_ipv4 / ansible_default_ipv6) so gather
# these variables as they are important to the configure-unbound role.
- name: Gather network facts
setup:
gather_subset: 'network'
roles:
- add-build-sshkey
- start-zuul-console
- configure-unbound
- validate-host
- use-cached-repos
- mirror-workspace-git-repos
- mirror-info
- role: configure-mirrors
set_apt_mirrors_trusted: True
- role: fetch-zuul-cloner
destination: "/usr/zuul-env/bin/zuul-cloner"
repo_src_dir: "/home/zuul/src/git.openstack.org"
| - hosts: localhost
roles:
- role: emit-job-header
zuul_log_url: "http://logs.openstack.org"
- hosts: all
pre_tasks:
# NOTE(pabelanger): Until we hit the validate-host role, we have a minimal
# set of ansible variables collected by zuul-executor. This doesn't include
# network variables (ansible_default_ipv4 / ansible_default_ipv6) so gather
# these variables as they are important to the configure-unbound role.
- name: Gather network facts
setup:
gather_subset: 'network'
roles:
- add-build-sshkey
- start-zuul-console
- configure-unbound
- validate-host
- use-cached-repos
- mirror-workspace-git-repos
- mirror-info
- role: configure-mirrors
set_apt_mirrors_trusted: True
- role: fetch-zuul-cloner
destination: "/usr/zuul-env/bin/zuul-cloner"
repo_src_dir: "/home/zuul/src/git.openstack.org"
| Revert "base-test: Validate test-emit-job-header work" | Revert "base-test: Validate test-emit-job-header work"
This is no longer needed, testing is finished.
This reverts commit a5838b79645257bb4a6d474f263252d5b010e33b.
Change-Id: Iaeed75dc89add4133c9e4dc0eebc94a87673aea7
Signed-off-by: Paul Belanger <e7139c8e6c4ea75cc1c287ce081b2dc0f3ab39ec@redhat.com>
| YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
1fbb6d41ba00c5535499c2dbf16db2313f776a74 | .lgtm.yml | .lgtm.yml | queries:
- exclude: cpp/integer-multiplication-cast-to-long
- exclude: cpp/missing-header-guard
- exclude: cpp/short-global-name
- exclude: cpp/tainted-format-string
- exclude: cpp/toctou-race-condition
| path_classifiers:
test:
- exclude: locale
queries:
- exclude: cpp/integer-multiplication-cast-to-long
- exclude: cpp/missing-header-guard
- exclude: cpp/short-global-name
- exclude: cpp/tainted-format-string
- exclude: cpp/toctou-race-condition
- exclude: cpp/cleartext-transmission | Disable bogus "cleartext password" error for "JobPassword" keyword in PPD file (which contains the pattern for a PIN, *not* any password info...) | Disable bogus "cleartext password" error for "JobPassword" keyword in PPD file
(which contains the pattern for a PIN, *not* any password info...)
Also silence any testing in the "locale" directory.
| YAML | apache-2.0 | OpenPrinting/cups,OpenPrinting/cups,OpenPrinting/cups,OpenPrinting/cups |
f7d9d01be08719708f26361e2c3386f54f66fc36 | environment.yml | environment.yml | name: cocoscore
channels:
- defaults
- conda-forge
dependencies:
- fasttext=0.1.0
- xgboost=0.6a2
- nltk=3.2.4
- numpy=1.13.3
- pandas=0.20.3
- python=3.6.1
- scikit-learn=0.19.1
- scipy=0.19.1
- pip:
- gensim==3.0.1
| name: cocoscore
channels:
- defaults
- conda-forge
dependencies:
- fasttext=0.1.0
- xgboost=0.6a2
- matplotlib=2.1.0
- nltk=3.2.4
- numpy=1.13.3
- pandas=0.20.3
- python=3.6.1
- scikit-learn=0.19.1
- scipy=0.19.1
- seaborn=0.8.0
- pip:
- gensim==3.0.1
| Add matplotlib and seaborn as dependencies | Add matplotlib and seaborn as dependencies
| YAML | mit | JungeAlexander/cocoscore |
8ec350e2fd28a9960fa65ac2b2e601ff32c14306 | staging/elasticsearch/es-rc.yaml | staging/elasticsearch/es-rc.yaml | apiVersion: v1
kind: ReplicationController
metadata:
name: es
labels:
component: elasticsearch
spec:
replicas: 1
template:
metadata:
labels:
component: elasticsearch
spec:
serviceAccount: elasticsearch
containers:
- name: es
securityContext:
capabilities:
add:
- IPC_LOCK
image: quay.io/pires/docker-elasticsearch-kubernetes:1.7.1-4
env:
- name: KUBERNETES_CA_CERTIFICATE_FILE
value: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: "CLUSTER_NAME"
value: "myesdb"
- name: "DISCOVERY_SERVICE"
value: "elasticsearch"
- name: NODE_MASTER
value: "true"
- name: NODE_DATA
value: "true"
- name: HTTP_ENABLE
value: "true"
ports:
- containerPort: 9200
name: http
protocol: TCP
- containerPort: 9300
name: transport
protocol: TCP
volumeMounts:
- mountPath: /data
name: storage
volumes:
- name: storage
emptyDir: {}
| apiVersion: v1
kind: ReplicationController
metadata:
name: es
labels:
component: elasticsearch
spec:
replicas: 1
template:
metadata:
labels:
component: elasticsearch
spec:
serviceAccount: elasticsearch
initContainers:
- name: init-sysctl
image: busybox
imagePullPolicy: IfNotPresent
command: ["sysctl", "-w", "vm.max_map_count=262144"]
securityContext:
privileged: true
containers:
- name: es
securityContext:
privileged: true
capabilities:
add:
- IPC_LOCK
image: quay.io/pires/docker-elasticsearch-kubernetes:5.5.1
env:
- name: KUBERNETES_CA_CERTIFICATE_FILE
value: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: "CLUSTER_NAME"
value: "myesdb"
- name: "DISCOVERY_SERVICE"
value: "elasticsearch"
- name: NODE_MASTER
value: "true"
- name: NODE_DATA
value: "true"
- name: HTTP_ENABLE
value: "true"
- name: "ES_JAVA_OPTS"
value: "-Xms256m -Xmx256m"
ports:
- containerPort: 9200
name: http
protocol: TCP
- containerPort: 9300
name: transport
protocol: TCP
volumeMounts:
- mountPath: /data
name: storage
volumes:
- name: storage
emptyDir: {}
| Add initContainers & ES_JAVA_OPTS to enable 5.5.1 | Add initContainers & ES_JAVA_OPTS to enable 5.5.1 | YAML | apache-2.0 | kubernetes/examples,kubernetes/examples,kubernetes/examples,kubernetes/examples,kubernetes/examples,kubernetes/examples,kubernetes/examples,kubernetes/examples |
c43673a419c93c13d9545a50c396ae49ae88d3bf | ansible/roles/common_debian/tasks/main.yml | ansible/roles/common_debian/tasks/main.yml | ---
- name: Copy sources.list for apt
template:
src: sources.list
dest: /etc/apt/sources.list
owner: root
group: root
mode: 644
backup: yes
| ---
- name: Copy sources.list for apt
template:
src: sources.list
dest: /etc/apt/sources.list
owner: root
group: root
mode: 644
backup: yes
register: result
- name: Update apt cache
apt:
update_cache: yes
when: result|changed
| Update cache when sources.list is updated | Update cache when sources.list is updated
| YAML | agpl-3.0 | Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2 |
370d2ad1fdca4926f093b759f735a5c7741696ec | .github/workflows/maven.yml | .github/workflows/maven.yml | name: Java CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Get OpenJDK 11
run: wget https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.6%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.6_10.tar.gz
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
jdkFile: ./OpenJDK11U-jdk_x64_linux_hotspot_11.0.6_10.tar.gz
- name: Build with Maven
run: mvn package --file pom.xml -Pjs-test
| name: Java CI
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Get OpenJDK 11
run: wget https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.6%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.6_10.tar.gz
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
jdkFile: ./OpenJDK11U-jdk_x64_linux_hotspot_11.0.6_10.tar.gz
- name: Build with Maven
run: mvn package --file pom.xml -Pjs-test
| Remove the filter of branches on push | Remove the filter of branches on push
| YAML | apache-2.0 | mosoft521/wicket,apache/wicket,apache/wicket,mosoft521/wicket,apache/wicket,mosoft521/wicket,mosoft521/wicket,apache/wicket,apache/wicket,mosoft521/wicket |
9a12aae4edaccf73ad7ec460cb7719da8104e8ab | .github/workflows/maven.yml | .github/workflows/maven.yml | # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI 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 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
| # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI 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'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
| Downgrade Java to version 8 | Downgrade Java to version 8 | YAML | apache-2.0 | doubleSlashde/jEDM |
ea6d042823b11040c808acc574fc14cce2308fc5 | .github/workflows/on-pr.yml | .github/workflows/on-pr.yml | # This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: Labeler
on: [pull_request_target]
jobs:
labels:
runs-on: ubuntu-latest
name: Label the PR size
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
- uses: codelytv/pr-size-labeler@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_max_size: '10'
s_max_size: '100'
m_max_size: '500'
l_max_size: '1000'
fail_if_xl: 'false'
message_if_xl: >
'This PR exceeds the recommended size of 1000 lines.
Please make sure you are NOT addressing multiple issues with one PR.
Note this PR might be rejected due to its size.’
github_api_url: 'api.github.com'
| # This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
name: Labeler
on: [pull_request_target]
jobs:
labels:
runs-on: ubuntu-latest
name: Label the PR size
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
- uses: codelytv/pr-size-labeler@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_max_size: '10'
s_max_size: '100'
m_max_size: '500'
l_max_size: '1000'
fail_if_xl: 'false'
message_if_xl: >
'This PR exceeds the recommended size of 1000 lines.
Please make sure you are NOT addressing multiple issues with one PR.
Note this PR might be rejected due to its size.’
| Remove github_api_url from labeler action | Remove github_api_url from labeler action
This variable is unused and the action sends a warning when we provide it. | YAML | apache-2.0 | libopenstorage/openstorage,libopenstorage/openstorage,libopenstorage/openstorage |
9fde447ad0c0c1e7e34ddc41ba6235a3d2ce1f32 | .github/workflows/test.yaml | .github/workflows/test.yaml | name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14-alpine
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: everydayrails
ports: ["5432:5432"]
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.7
- name: Bundle install
run: |
sudo apt-get -yq install libpq-dev
bundle install
- name: Setup database
env:
RAILS_ENV: test
DATABASE_URL: "postgres://postgres:postgres@127.0.0.1/everydayrails_test?sslmode=disable"
run: |
bundle exec rake db:create
bundle exec rake db:schema:load
- name: Run tests
env:
RAILS_ENV: test
DATABASE_URL: "postgres://postgres:postgres@127.0.0.1/everydayrails_test?sslmode=disable"
run: bundle exec rake spec
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
| name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14-alpine
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: everydayrails
ports: ["5432:5432"]
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Bundle install
run: |
sudo apt-get -yq install libpq-dev
bundle install
- name: Setup database
env:
RAILS_ENV: test
DATABASE_URL: "postgres://postgres:postgres@127.0.0.1/everydayrails_test?sslmode=disable"
run: |
bundle exec rake db:create
bundle exec rake db:schema:load
- name: Run tests
env:
RAILS_ENV: test
DATABASE_URL: "postgres://postgres:postgres@127.0.0.1/everydayrails_test?sslmode=disable"
run: bundle exec rake spec
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
| Read .ruby-version in GitHub Actions | Read .ruby-version in GitHub Actions
| YAML | mit | dtan4/everydayrails-rspec,dtan4/everydayrails-rspec,dtan4/everydayrails-rspec |
0879f775bc769994326ef058b0a5e13de556ea23 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
push:
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
python:
- "3.6"
- "3.7"
- "3.8"
django:
- "2.2.20"
- "3.1.8"
- "3.2"
drf:
- "no"
- "3.12.4"
name: "Python ${{ matrix.python }} - Django ${{ matrix.django }} - DRF ${{ matrix.drf }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install Dependencies
run: |
pip install -r ci/requirements.txt
pip install --upgrade "Django==${{ matrix.django }}"
if [[ "$DRF_VERSION" != "no" ]]; then pip install --upgrade djangorestframework==${DRF_VERSION}; fi
env:
DRF_VERSION: ${{ matrix.drf }}
- name: Run Tests
run: tox -e ${{ matrix.versions.env }} | name: Tests
on:
push:
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
python:
- "3.6"
- "3.7"
- "3.8"
django:
- "2.2.20"
- "3.1.8"
- "3.2"
drf:
- "no"
- "3.12.4"
name: "Python ${{ matrix.python }} - Django ${{ matrix.django }} - DRF ${{ matrix.drf }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install Dependencies
run: |
pip install -r ci/requirements.txt
pip install --upgrade "Django==${{ matrix.django }}"
if [[ "$DRF_VERSION" != "no" ]]; then pip install --upgrade djangorestframework==${DRF_VERSION}; fi
env:
DRF_VERSION: ${{ matrix.drf }}
- name: Run Tests
run: python runtests.py | MIgrate CI to GitHub actions | MIgrate CI to GitHub actions | YAML | mit | nshafer/django-hashid-field,nshafer/django-hashid-field |
08eb2d976934906bbdeefe50e8096ac560405d12 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
push:
schedule:
# Every sunday at midnight
- cron: '0 0 * * 0'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run lint
integration:
runs-on: ubuntu-latest
strategy:
matrix:
eslint: ["4.7", latest, next]
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: ESLINT_VERSION=${{ matrix.eslint }} ./tools/integration-tests.bash
test:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- node: 10
eslint: latest
- node: 12
eslint: latest
- node: 14
eslint: "4.7"
- node: 14
eslint: latest
- node: 14
eslint: next
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm install eslint@${{ matrix.eslint }}
- run: npm test
| name: Tests
on:
push:
schedule:
# Every sunday at midnight
- cron: '0 0 * * 0'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run lint
integration:
runs-on: ubuntu-latest
strategy:
matrix:
eslint: ["4.7", latest, next]
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: ESLINT_VERSION=${{ matrix.eslint }} ./tools/integration-tests.bash
test:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- node: 10
eslint: latest
- node: 12
eslint: latest
- node: 14
eslint: "4.7"
- node: 14
eslint: latest
- node: 14
eslint: next
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm ci
- run: npm install eslint@${{ matrix.eslint }}
- run: npm test
| Update setup-node and use caching | chore: Update setup-node and use caching
New version supports caching based on package-lock.json file
| YAML | isc | BenoitZugmeyer/eslint-plugin-html,BenoitZugmeyer/eslint-plugin-html,BenoitZugmeyer/eslint-plugin-html |
fb51de2e496bb37974eaec0a47720fddb149c488 | .gitlab/ci/qa.gitlab-ci.yml | .gitlab/ci/qa.gitlab-ci.yml | .package-and-qa-base:
image: ruby:2.6-alpine
stage: qa
needs: ["build-qa-image", "gitlab:assets:compile pull-cache"]
dependencies: []
variables:
GIT_DEPTH: "1"
retry: 0
script:
- source scripts/utils.sh
- install_gitlab_gem
- ./scripts/trigger-build omnibus
only:
- branches@gitlab-org/gitlab-ce
- branches@gitlab-org/gitlab-ee
except:
- master
package-and-qa-manual:
extends:
- .package-and-qa-base
- .except-docs-qa
when: manual
package-and-qa:
extends: .package-and-qa-base
allow_failure: true
only:
- /(^qa[\/-].*|.*-qa$)/@gitlab-org/gitlab-ce
- /(^qa[\/-].*|.*-qa$)/@gitlab-org/gitlab-ee
| .package-and-qa-base:
image: ruby:2.6-alpine
stage: qa
dependencies: []
variables:
GIT_DEPTH: "1"
retry: 0
script:
- source scripts/utils.sh
- install_gitlab_gem
- ./scripts/trigger-build omnibus
only:
- branches@gitlab-org/gitlab-ce
- branches@gitlab-org/gitlab-ee
except:
- master
package-and-qa-manual:
extends:
- .package-and-qa-base
- .except-docs-qa
except:
refs:
- master
needs: ["build-qa-image", "gitlab:assets:compile pull-cache"]
when: manual
package-and-qa-manual:master:
extends:
- .package-and-qa-base
needs: ["build-qa-image", "gitlab:assets:compile"]
only:
refs:
- master
when: manual
package-and-qa:
extends: .package-and-qa-base
needs: ["build-qa-image", "gitlab:assets:compile pull-cache"]
allow_failure: true
only:
- /(^qa[\/-].*|.*-qa$)/@gitlab-org/gitlab-ce
- /(^qa[\/-].*|.*-qa$)/@gitlab-org/gitlab-ee
| Introduce a new 'package-and-qa-manual:master' job | Introduce a new 'package-and-qa-manual:master' job
This is needed because in `master`, the `gitlab:assets:compile` is
created, but not the `gitlab:assets:compile pull-cache` job, and the
`needs` keyword cannot take jobs that don't exist, thus we have to
create a dedicated job for `master`, with `needs: ["build-qa-image",
"gitlab:assets:compile"]` instead of `needs: ["build-qa-image",
"gitlab:assets:compile pull-cache"]`.
Signed-off-by: Rémy Coutable <4ea0184b9df19e0786dd00b28e6daa4d26baeb3e@rymai.me>
| YAML | mit | mmkassem/gitlabhq,mmkassem/gitlabhq,mmkassem/gitlabhq,stoplightio/gitlabhq,stoplightio/gitlabhq,mmkassem/gitlabhq,stoplightio/gitlabhq,stoplightio/gitlabhq |
86de671c16ee90b36b9abf731699c1d4b39b35ce | packages/le/lenz-template.yaml | packages/le/lenz-template.yaml | homepage: ''
changelog-type: ''
hash: 5270b03c83473824099aa2d1f84e01b3d7868c01134c1b011b59decb86b5b4f9
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Van Laarhoven lens templates
changelog: ''
basic-deps:
base-unicode-symbols: ! '>=0.1 && <0.3'
base: ! '>=4.9 && <5'
lenz: ! '>=0.2 && <0.4'
containers: ! '>=0.5 && <0.6'
template-haskell: ! '>=2.11 && <2.15'
all-versions:
- '0.1'
- 0.1.0.1
- 0.2.0.0
author: M Farkas-Dyck
latest: 0.2.0.0
description-type: haddock
description: ''
license-name: LicenseRef-OtherLicense
| homepage: ''
changelog-type: ''
hash: f3763906e926227a724ecfbfdbb8151acad45ed17badb764e560b6a7a225f13b
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Van Laarhoven lens templates
changelog: ''
basic-deps:
base-unicode-symbols: ! '>=0.1 && <0.3'
base: ! '>=4.9 && <5'
lenz: ! '>=0.2 && <0.5'
containers: ! '>=0.5 && <0.6'
template-haskell: ! '>=2.11 && <2.15'
all-versions:
- '0.1'
- 0.1.0.1
- 0.2.0.0
author: M Farkas-Dyck
latest: 0.2.0.0
description-type: haddock
description: ''
license-name: LicenseRef-OtherLicense
| Update from Hackage at 2019-11-02T06:21:41Z | Update from Hackage at 2019-11-02T06:21:41Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
856f5ba54a007e510289018af1775fab58fa59ef | packs/fireeye/actions/submit_malware.yaml | packs/fireeye/actions/submit_malware.yaml | ---
name: "submit_malware"
runner_type: "run-python"
description: "Submit a Malware object to FireEye AX appliance"
enabled: true
entry_point: "submit_malware.py"
parameters:
file_path:
type: "string"
description: "Location on filesystem to malware file to upload"
required: true
file_type:
type: "string"
description: "MIME type description of Malware file"
required: true
analysis_type:
type: "integer"
description: "Specifies live or sandbox analysis mode"
enum:
- 0
- 1
required: true
profiles:
type: "string"
description: "Select AX profile for analysis. Find in AX configuration"
required: true
application:
type: "string"
description: "Specify the ID of the application to use for the analysis."
required: true
priority:
type: "integer"
description: "Set the analysis priority"
default: 0
enum:
- 0
- 1
force:
type: "integer"
description: "Perform analysis again if already performed"
default: 0
enum:
- 0
- 1
prefetch:
type: "integer"
description: "Specifies whether to determine the file target based on an
internal determination rather than browsing to the target location."
default: 0
enum:
- 0
- 1
timeout:
type: "integer"
description: "Sets the analysis timeout (in seconds)"
default: 5000
| ---
name: "submit_malware"
runner_type: "run-python"
description: "Submit a Malware object to FireEye AX appliance"
enabled: true
entry_point: "submit_malware.py"
parameters:
file_name:
type: "string"
description: "Location on filesystem to malware file to upload"
required: true
file_type:
type: "string"
description: "MIME type description of Malware file"
required: true
analysis_type:
type: "integer"
description: "Specifies live or sandbox analysis mode"
enum:
- 0
- 1
required: true
profiles:
type: "string"
description: "Select AX profile for analysis. Find in AX configuration"
required: true
application:
type: "string"
description: "Specify the ID of the application to use for the analysis."
required: true
priority:
type: "integer"
description: "Set the analysis priority"
default: 0
enum:
- 0
- 1
force:
type: "integer"
description: "Perform analysis again if already performed"
default: 0
enum:
- 0
- 1
prefetch:
type: "integer"
description: "Specifies whether to determine the file target based on an
internal determination rather than browsing to the target location."
default: 0
enum:
- 0
- 1
timeout:
type: "integer"
description: "Sets the analysis timeout (in seconds)"
default: 5000
| Update file_path parameter to file_name | Update file_path parameter to file_name
Fixes mismatch in `submit_malware` action. | YAML | apache-2.0 | tonybaloney/st2contrib,lmEshoo/st2contrib,digideskio/st2contrib,pearsontechnology/st2contrib,lmEshoo/st2contrib,tonybaloney/st2contrib,pearsontechnology/st2contrib,psychopenguin/st2contrib,pidah/st2contrib,pearsontechnology/st2contrib,psychopenguin/st2contrib,StackStorm/st2contrib,pidah/st2contrib,armab/st2contrib,tonybaloney/st2contrib,StackStorm/st2contrib,armab/st2contrib,StackStorm/st2contrib,pidah/st2contrib,pearsontechnology/st2contrib,armab/st2contrib,digideskio/st2contrib |
5ace9c336a6895ce2f4f249a6ddc4a5996239ff0 | Resources/Locale/nl-NL/tools.yml | Resources/Locale/nl-NL/tools.yml | # Example Dutch translations
- msgid: Wrench
msgstr: Moersleutel
- msgid: Welding Tool
msgstr: Lasapparaat
- msgid: Crowbar
msgstr: Koevoet
- msgid: Screwdriver
msgstr: Schroevendraaier
- msgid: Wirecutters
msgstr: Draadtang
- msgid: Multitool
msgstr: Multi Tool # This is what google translate gives me idk.
| # Example Dutch translations
- msgid: wrench
msgstr: moersleutel
- msgid: welding tool
msgstr: lasapparaat
- msgid: crowbar
msgstr: koevoet
- msgid: screwdriver
msgstr: schroevendraaier
- msgid: wirecutters
msgstr: draadtang
- msgid: multitool
msgstr: multi tool # This is what google translate gives me idk.
| Update example dutch translations to remove capitalization. | Update example dutch translations to remove capitalization.
| YAML | mit | space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14 |
1557aed982f960e240d789413b93d46e63157674 | data/transition-sites/bis_nmo.yml | data/transition-sites/bis_nmo.yml | ---
site: bis_nmo
whitehall_slug: national-measurement-office
title: National Measurement Office
redirection_date:
homepage: https://www.gov.uk/government/organisations/national-measurement-office
furl: www.gov.uk/nmo
tna_timestamp: 20110213145434
host: www.nmo.bis.gov.uk
global: =301 http://www.bis.gov.uk/nmo
global_redirect_append_path: true
aliases:
- nmo.bis.gov.uk
| ---
site: bis_nmo
whitehall_slug: national-measurement-office
title: National Measurement Office
redirection_date: 14th July 2014
homepage: https://www.gov.uk/government/organisations/national-measurement-office
furl: www.gov.uk/nmo
tna_timestamp: 20110213145434
host: www.nmo.bis.gov.uk
global: =301 http://www.bis.gov.uk/nmo
global_redirect_append_path: true
aliases:
- nmo.bis.gov.uk
| Add date of transition to NMO legacy site | Add date of transition to NMO legacy site
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
2f2a1037023389682073bd5fb462cb46120d703b | testem.yml | testem.yml | framework: buster
on_start:
command: browserstack tunnel localhost:<port>
wait_for_text: Tunnel is running
before_tests: npm run prepare-browser-test
src_files:
- index.js
- questor.min.js
- test/integration/**-test.js
serve_files:
- test/bundle-helper.js
- test/integration/**-test.js
launchers:
Node:
command: node_modules/.bin/buster-test -r tap
protocol: tap
BS_Chrome:
command: browserstack launch chrome --attach --timeout 300 <url>
protocol: browser
timeout: 300
BS_Firefox:
command: browserstack launch firefox --attach --timeout 300 <url>
protocol: browser
timeout: 300
BS_IE10:
command: browserstack launch ie:10 --attach --timeout 300 <url>
protocol: browser
timeout: 300
BS_IOS7:
command: browserstack launch 'Mobile Safari' --os ios:7.0 --attach --timeout 300 <url>
protocol: browser
timeout: 300
launch_in_ci:
- Node
- BS_Chrome
- BS_Firefox
- BS_IE10
- BS_IOS7
launch_in_dev:
- Chrome
- Chrome Canary
- Firefox
- Node
- Safari
- PhantomJS
| framework: buster
on_start:
command: browserstack tunnel localhost:<port>
wait_for_text: Tunnel is running
before_tests: npm run prepare-browser-test
src_files:
- index.js
- questor.min.js
- test/integration/**-test.js
serve_files:
- test/bundle-helper.js
- test/integration/**-test.js
launchers:
Node:
command: node_modules/.bin/buster-test -r tap
protocol: tap
BS_Chrome:
command: browserstack launch chrome --attach --timeout 300 <url>
protocol: browser
timeout: 300
BS_Firefox:
command: browserstack launch firefox --attach --timeout 300 <url>
protocol: browser
timeout: 300
BS_IE10:
command: browserstack launch ie:10 --attach --timeout 300 <url>
protocol: browser
timeout: 300
BS_IOS7:
command: browserstack launch 'Mobile Safari' --os ios:7.0 --attach --timeout 300 <url>
protocol: browser
timeout: 300
launch_in_ci:
- Node
- BS_Chrome
- BS_Firefox
- BS_IE10
# - BS_IOS7
launch_in_dev:
- Chrome
- Chrome Canary
- Firefox
- Node
- Safari
- PhantomJS
| Disable iOS 7 in CI test runs (delay too long) | Disable iOS 7 in CI test runs (delay too long)
| YAML | mit | contentful/contentful.js |
fe138c875668dc738bb1c23bce82ab13b9bf44be | config/locales/simple_form.en.yml | config/locales/simple_form.en.yml | en:
simple_form:
labels:
user:
address_street: 'Street Address'
address_city: 'City'
address_state: 'State'
address_zip_code: 'Zip code'
update_address: "Update my address on my profile."
| en:
simple_form:
labels:
user:
address_street: 'Street Address'
address_city: 'City'
address_state: 'State'
address_zip_code: 'Zip code'
update_address: "Update my address on my profile."
payment:
account_holder_name: 'Account Holder Name'
routing_number: 'Routing Number'
bank_name: 'Bank Name'
account_number: 'Account Number'
account_type: 'Account Type'
| Add form labels to locales | Add form labels to locales
| YAML | mit | FromUte/dune-balanced-bankaccount,FromUte/dune-balanced-bankaccount,FromUte/dune-balanced-bankaccount,FromUte/dune-balanced-bankaccount |
cd0f0bd46451efacf3427fb623d6d85fa08c4df5 | travis.yml | travis.yml | language: ruby
rvm:
- 1.9.3 | language: ruby
rvm:
- 1.9.3
before_script:
- psql -c "CREATE USER uk_postcodes;" -U postgres | Create DB user for Travis | Create DB user for Travis
| YAML | mit | theodi/uk-postcodes,theodi/uk-postcodes,theodi/uk-postcodes |
cafc06c7e06e1b99f149928bd7332a5a460ff526 | packs/purr/actions/workflows/create_vm_for_contestant.yaml | packs/purr/actions/workflows/create_vm_for_contestant.yaml | version: '2.0'
purr.create_vm_for_contestant:
description: Create VM for the contestant.
input:
- contestant
vars:
username: odie
output:
address: <% $.address %>
username: <% $.username %>
password: <% $.password %>
tasks:
create_instance:
action: purr.create_vm
publish:
address: <% task(create_instance).result.instance.ip_address %>
input:
tags: "Name=<% $.contestant %>"
on-success:
- gen_pass
gen_pass:
action: core.local
input:
cmd: "openssl rand -base64 32"
publish:
password: <% task(gen_pass).result.stdout %>
on-success:
- add_user
add_user:
action: purr.add_ssh_user
input:
hosts: <% $.address %>
new_username: <% $.username %>
new_password: <% $.password %>
| version: '2.0'
purr.create_vm_for_contestant:
description: Create VM for the contestant.
input:
- contestant
vars:
username: odie
instance_id: null
output:
address: <% $.address %>
username: <% $.username %>
password: <% $.password %>
tasks:
create_instance:
action: purr.create_vm
publish:
address: <% task(create_instance).result.instance.ip_address %>
instance_id: <% task(create_instance).result.instance.id %>
input:
tags: "Name=<% $.contestant %>"
on-success:
- gen_pass
gen_pass:
action: core.local
input:
cmd: "openssl rand -base64 32"
publish:
password: <% task(gen_pass).result.stdout %>
on-success:
- add_user
on-error:
- destroy_vm
add_user:
action: purr.add_ssh_user
input:
hosts: <% $.address %>
new_username: <% $.username %>
new_password: <% $.password %>
on-success:
- set_tracker
on-error:
- destroy_vm
set_tracker:
action: st2.kv.set
input:
key: <% $.contestant + '.vm.id' %>
value: <% $.instance_id %>
on-error:
- destroy_vm
destroy_vm:
action: purr.destroy_vm
input:
instance_id: <% $.instance_id %>
| Add step to destroy VM on failure | Add step to destroy VM on failure
| YAML | apache-2.0 | StackStorm/st2incubator,StackStorm/st2incubator |
dac2b7360e06f61d3c699b37e4aa56a6fd732872 | packages/hi/hierarchical-clustering-diagrams.yaml | packages/hi/hierarchical-clustering-diagrams.yaml | homepage: ''
changelog-type: ''
hash: b35a89a3c9436a4940c03904f558ee3a52912b64896cab24a6e60ea63fb2eb3c
test-bench-deps:
diagrams-lib: ==0.5.*
base: ==4.*
hspec: ==0.9.*
diagrams-cairo: ==0.5.*
hierarchical-clustering: ==0.4.*
HUnit: ==1.2.*
hierarchical-clustering-diagrams: -any
maintainer: felipe.lessa@gmail.com
synopsis: Draw diagrams of dendrograms made by hierarchical-clustering.
changelog: ''
basic-deps:
diagrams-lib: ==0.5.*
base: ==4.*
hierarchical-clustering: ==0.4.*
all-versions:
- '0.1'
- 0.1.0.1
- '0.2'
- '0.3'
- 0.3.1
- 0.3.2
author: Felipe Lessa
latest: 0.3.2
description-type: haddock
description: ! 'This package contains functions for drawing diagrams of
dendrograms. You may see a simple image sample at
<https://github.com/meteficha/hierarchical-clustering-diagrams/blob/master/example.png>.
See the documentation at "Diagrams.Dendrogram" to see how to
reproduce this diagram.'
license-name: BSD-3-Clause
| homepage: ''
changelog-type: ''
hash: c4acd67eba9e918d09193d9cc46a62b709ad020180e1ee0eb49714c474bbb13c
test-bench-deps:
diagrams-lib: ==1.4.*
base: ==4.*
hspec: ! '>=2.6'
diagrams-cairo: ==1.4.*
hierarchical-clustering: ==0.4.*
HUnit: ==1.6.*
hierarchical-clustering-diagrams: -any
maintainer: felipe.lessa@gmail.com
synopsis: Draw diagrams of dendrograms made by hierarchical-clustering.
changelog: ''
basic-deps:
diagrams-lib: ==1.4.*
base: ==4.*
hierarchical-clustering: ==0.4.*
all-versions:
- '0.1'
- 0.1.0.1
- '0.2'
- '0.3'
- 0.3.1
- 0.3.2
- '0.4'
author: Felipe Lessa
latest: '0.4'
description-type: haddock
description: |-
This package contains functions for drawing diagrams of
dendrograms. You may see a simple image sample at
<https://github.com/meteficha/hierarchical-clustering-diagrams/blob/master/example.png>.
See the documentation at "Diagrams.Dendrogram" to see how to
reproduce this diagram.
license-name: BSD-3-Clause
| Update from Hackage at 2019-10-07T20:31:09Z | Update from Hackage at 2019-10-07T20:31:09Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e421902a3f83a3b91636a554eae910a722a2ef91 | packages/li/libBF.yaml | packages/li/libBF.yaml | homepage: ''
changelog-type: markdown
hash: c906917a67fbe3806e7b1c3d5318d3731ddeac6397ef5b2ab29566747241dcda
test-bench-deps:
base: -any
libBF: -any
maintainer: iavor.diatchki@gmail.com
synopsis: A binding to the libBF library.
changelog: |
# Revision history for libBF-hs
## 0.5.0 -- 2020-07-01
* First version. Released on an unsuspecting world.
basic-deps:
base: '>=4.12.0.0 && <5'
libBF: -any
deepseq: -any
all-versions:
- 0.5.1
author: Iavor Diatchki
latest: 0.5.1
description-type: haddock
description: |-
LibBF is a C library for working with arbitray precision
IEEE 754 floating point numbers.
license-name: MIT
| homepage: ''
changelog-type: markdown
hash: adab87e6235cb7192427444bc424d6e620e609d6bbd0f530a613c037926e360c
test-bench-deps:
base: -any
libBF: -any
maintainer: iavor.diatchki@gmail.com
synopsis: A binding to the libBF library.
changelog: |
# Revision history for libBF-hs
## 0.6 -- 2021-01-29
* Fix a bug with `frint` and `bfRoundInt` that was causing incorrect
rounding modes to be selected.
* Implement additional operations on `BigFloat` values, including
some missing predicates, conversions to and from binary form
and fused-multiply-add.
* Fix a compile issue on 32-bit systems.
## 0.5.2 -- 2021-01-12

* Use `install-includes` over `c-sources` for header files to avoid linker
 issues.

## 0.5.1 -- 2020-07-13

* Add header files to `c-sources` field to include them in `sdist`.
## 0.5.0 -- 2020-07-01
* First version. Released on an unsuspecting world.
basic-deps:
base: '>=4.12.0.0 && <5'
libBF: -any
hashable: '>=1.3'
deepseq: -any
all-versions:
- 0.5.1
- '0.6'
author: Iavor Diatchki
latest: '0.6'
description-type: haddock
description: |-
LibBF is a C library for working with arbitray precision
IEEE 754 floating point numbers.
license-name: MIT
| Update from Hackage at 2021-02-01T23:59:14Z | Update from Hackage at 2021-02-01T23:59:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.