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 |
|---|---|---|---|---|---|---|---|---|---|
ef14b2e124671f8a5284388fdd2e098a013c85d7 | recipes/polar2grid/meta.yaml | recipes/polar2grid/meta.yaml | {% set name = "polar2grid" %}
{% set version = "2.4.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/polar2grid-{{ version }}.tar.gz
sha256: 06e555d57ba3e5fd8e78dd0149d88b4571e37787b79f088e6c374856980c7135
build:
number: 0
noarch: python
entry_points:
- polar2grid=polar2grid.__main__:p2g_main
- geo2grid=polar2grid.__main__:g2g_main
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.8
run:
- h5py
- netcdf4
- python >=3.8
- rasterio
- satpy
- setuptools
test:
imports:
- polar2grid
- polar2grid.glue
commands:
- pip check
- polar2grid --help
- geo2grid --help
requires:
- pip
about:
home: http://www.ssec.wisc.edu/software/polar2grid/
summary: Library and scripts to remap satellite data to a grid
license: GPL-3.0
license_file: LICENSE.txt
extra:
recipe-maintainers:
- djhoese
| {% set name = "polar2grid" %}
{% set version = "2.4.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/polar2grid-{{ version }}.tar.gz
sha256: 06e555d57ba3e5fd8e78dd0149d88b4571e37787b79f088e6c374856980c7135
build:
number: 0
noarch: python
entry_points:
- polar2grid=polar2grid.__main__:p2g_main
- geo2grid=polar2grid.__main__:g2g_main
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.8
run:
- h5py
- netcdf4
- python >=3.8
- rasterio
- satpy
- setuptools
test:
imports:
- polar2grid
- polar2grid.glue
commands:
- pip check
- polar2grid --help
- geo2grid --help
requires:
- pip
about:
home: http://www.ssec.wisc.edu/software/polar2grid/
summary: Library and scripts to remap satellite data to a grid
license: GPL-3.0-or-later
license_file: LICENSE.txt
extra:
recipe-maintainers:
- djhoese
| Update license identifer to be SPDX compatible | Update license identifer to be SPDX compatible | YAML | bsd-3-clause | stuertz/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,igortg/staged-recipes,patricksnape/staged-recipes,patricksnape/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,scopatz/staged-recipes,johanneskoester/staged-recipes,scopatz/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes |
5ec68226afc3685ed8744afb9f3e71781da248b7 | recipes/py-cpuinfo/meta.yaml | recipes/py-cpuinfo/meta.yaml | {% set name = "py-cpuinfo" %}
{% set version = "0.2.3" %}
{% set sha256 = "f6a016fdbc4e7fadf2d519090fcb4fa9d0831bad4e85245d938e5c2fe7623ca6" %}
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:
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
noarch: python
entry_points:
- cpuinfo = cpuinfo:main
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- cpuinfo
commands:
- cpuinfo
about:
home: https://github.com/workhorsy/py-cpuinfo
license: MIT
license_family: MIT
license_file: LICENSE
summary: 'A module for getting CPU info with Python 2 & 3'
dev_url: https://github.com/workhorsy/py-cpuinfo
extra:
recipe-maintainers:
- mstimberg
| {% set name = "py-cpuinfo" %}
{% set version = "0.2.3" %}
{% set sha256 = "f6a016fdbc4e7fadf2d519090fcb4fa9d0831bad4e85245d938e5c2fe7623ca6" %}
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:
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
noarch_python: True
entry_points:
- cpuinfo = cpuinfo:main
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- cpuinfo
commands:
- cpuinfo
about:
home: https://github.com/workhorsy/py-cpuinfo
license: MIT
license_family: MIT
license_file: LICENSE
summary: 'A module for getting CPU info with Python 2 & 3'
dev_url: https://github.com/workhorsy/py-cpuinfo
extra:
recipe-maintainers:
- mstimberg
| Use the old syntax for architecture-independent packages | Use the old syntax for architecture-independent packages
| YAML | bsd-3-clause | guillochon/staged-recipes,isuruf/staged-recipes,benvandyke/staged-recipes,dschreij/staged-recipes,Juanlu001/staged-recipes,rmcgibbo/staged-recipes,SylvainCorlay/staged-recipes,grlee77/staged-recipes,rvalieris/staged-recipes,mariusvniekerk/staged-recipes,sannykr/staged-recipes,NOAA-ORR-ERD/staged-recipes,asmeurer/staged-recipes,pmlandwehr/staged-recipes,jerowe/staged-recipes,koverholt/staged-recipes,glemaitre/staged-recipes,chrisburr/staged-recipes,petrushy/staged-recipes,Juanlu001/staged-recipes,guillochon/staged-recipes,shadowwalkersb/staged-recipes,rvalieris/staged-recipes,gqmelo/staged-recipes,hadim/staged-recipes,pmlandwehr/staged-recipes,scopatz/staged-recipes,jerowe/staged-recipes,caspervdw/staged-recipes,hbredin/staged-recipes,hbredin/staged-recipes,benvandyke/staged-recipes,cpaulik/staged-recipes,planetarypy/staged-recipes,shadowwalkersb/staged-recipes,dschreij/staged-recipes,blowekamp/staged-recipes,basnijholt/staged-recipes,sodre/staged-recipes,kwilcox/staged-recipes,planetarypy/staged-recipes,glemaitre/staged-recipes,basnijholt/staged-recipes,chohner/staged-recipes,jjhelmus/staged-recipes,SylvainCorlay/staged-recipes,barkls/staged-recipes,synapticarbors/staged-recipes,larray-project/staged-recipes,igortg/staged-recipes,sodre/staged-recipes,sannykr/staged-recipes,rmcgibbo/staged-recipes,goanpeca/staged-recipes,caspervdw/staged-recipes,jakirkham/staged-recipes,mcs07/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,Cashalow/staged-recipes,synapticarbors/staged-recipes,mcs07/staged-recipes,JohnGreeley/staged-recipes,stuertz/staged-recipes,JohnGreeley/staged-recipes,johannesring/staged-recipes,conda-forge/staged-recipes,NOAA-ORR-ERD/staged-recipes,johannesring/staged-recipes,ocefpaf/staged-recipes,jjhelmus/staged-recipes,jochym/staged-recipes,koverholt/staged-recipes,petrushy/staged-recipes,barkls/staged-recipes,isuruf/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,birdsarah/staged-recipes,chohner/staged-recipes,larray-project/staged-recipes,cpaulik/staged-recipes,grlee77/staged-recipes,goanpeca/staged-recipes,gqmelo/staged-recipes,birdsarah/staged-recipes,ceholden/staged-recipes,patricksnape/staged-recipes,ceholden/staged-recipes,johanneskoester/staged-recipes,igortg/staged-recipes,ReimarBauer/staged-recipes,sodre/staged-recipes,scopatz/staged-recipes,mcernak/staged-recipes,chrisburr/staged-recipes,mcernak/staged-recipes,kwilcox/staged-recipes,Cashalow/staged-recipes,asmeurer/staged-recipes,hadim/staged-recipes,blowekamp/staged-recipes |
4f118fe036529f923ebef352105da68c59065130 | metadata/com.arduia.expense.yml | metadata/com.arduia.expense.yml | Categories:
- Money
License: GPL-3.0-or-later
AuthorName: Aung Ye Htet
AuthorEmail: dev.arduia@gmail.com
SourceCode: https://github.com/arduia/ProExpense
IssueTracker: https://github.com/arduia/ProExpense/issues
AutoName: Pro Expense
RepoType: git
Repo: https://github.com/arduia/ProExpense
Builds:
- versionName: 0.1.2-beta
versionCode: 3
commit: v0.1.2-beta
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.1.2-beta
CurrentVersionCode: 3
| Categories:
- Money
License: GPL-3.0-or-later
AuthorName: Aung Ye Htet
AuthorEmail: dev.arduia@gmail.com
SourceCode: https://github.com/arduia/ProExpense
IssueTracker: https://github.com/arduia/ProExpense/issues
AutoName: Pro Expense
RepoType: git
Repo: https://github.com/arduia/ProExpense
Builds:
- versionName: 0.1.2-beta
versionCode: 3
commit: v0.1.2-beta
subdir: app
gradle:
- yes
- versionName: 1.0.0-beta01
versionCode: 7
commit: v1.0.0-beta01
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.0-beta01
CurrentVersionCode: 7
| Update Pro Expense to 1.0.0-beta01 (7) | Update Pro Expense to 1.0.0-beta01 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
42faa6d7079bb1dcf5281b3fea836e5f250563b0 | metadata/com.exifthumbnailadder.app.yml | metadata/com.exifthumbnailadder.app.yml | Categories:
- Graphics
License: GPL-3.0-or-later
SourceCode: https://github.com/tenzap/exif-thumbnail-adder
IssueTracker: https://github.com/tenzap/exif-thumbnail-adder/issues
AutoName: Exif Thumbnail Adder
RepoType: git
Repo: https://github.com/tenzap/exif-thumbnail-adder.git
Builds:
- versionName: 0.9.0
versionCode: 2
commit: 0.9.0
subdir: app
gradle:
- standard
- versionName: 0.9.1
versionCode: 5
commit: 0.9.1
subdir: app
gradle:
- standard
- versionName: 0.9.2
versionCode: 42
commit: 0.9.2
subdir: app
gradle:
- standard
scandelete:
- library
ndk: r22b
- versionName: 0.9.3
versionCode: 118
commit: 0.9.3
subdir: app
gradle:
- standard
scandelete:
- library
- libs.prebuilt
ndk: r22b
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.9.3
CurrentVersionCode: 118
| Categories:
- Graphics
License: GPL-3.0-or-later
SourceCode: https://github.com/tenzap/exif-thumbnail-adder
IssueTracker: https://github.com/tenzap/exif-thumbnail-adder/issues
AutoName: Exif Thumbnail Adder
RepoType: git
Repo: https://github.com/tenzap/exif-thumbnail-adder.git
Builds:
- versionName: 0.9.0
versionCode: 2
commit: 0.9.0
subdir: app
gradle:
- standard
- versionName: 0.9.1
versionCode: 5
commit: 0.9.1
subdir: app
gradle:
- standard
- versionName: 0.9.2
versionCode: 42
commit: 0.9.2
subdir: app
gradle:
- standard
scandelete:
- library
ndk: r22b
- versionName: 0.9.3
versionCode: 118
commit: 0.9.3
subdir: app
gradle:
- standard
scandelete:
- library
- libs.prebuilt
ndk: r22b
- versionName: 0.9.4
versionCode: 136
commit: 0.9.4
subdir: app
gradle:
- standard
scandelete:
- library
- libs.prebuilt
ndk: r22b
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.9.4
CurrentVersionCode: 136
| Update Exif Thumbnail Adder to 0.9.4 (136) | Update Exif Thumbnail Adder to 0.9.4 (136)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
913f9b9b6c6b43480ee4ba5a9f9cea15cda3843d | metadata/cz.vitskalicky.lepsirozvrh.yml | metadata/cz.vitskalicky.lepsirozvrh.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
- Science & Education
License: GPL-3.0-or-later
AuthorName: Vít Skalický
AuthorEmail: vit.skalicky@email.cz
SourceCode: https://github.com/vitSkalicky/lepsi-rozvrh
IssueTracker: https://github.com/vitSkalicky/lepsi-rozvrh/issues
AutoName: Better schedule
RepoType: git
Repo: https://github.com/vitSkalicky/lepsi-rozvrh.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
UpdateCheckIgnore: beta preview
CurrentVersion: '1.0'
CurrentVersionCode: 1
| AntiFeatures:
- NonFreeNet
Categories:
- Internet
- Science & Education
License: GPL-3.0-or-later
AuthorName: Vít Skalický
AuthorEmail: vit.skalicky@email.cz
SourceCode: https://github.com/vitSkalicky/lepsi-rozvrh
IssueTracker: https://github.com/vitSkalicky/lepsi-rozvrh/issues
AutoName: Better schedule
RepoType: git
Repo: https://github.com/vitSkalicky/lepsi-rozvrh.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app
gradle:
- yes
- versionName: '1.1'
versionCode: 2
commit: v1.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
UpdateCheckIgnore: beta preview
CurrentVersion: '1.1'
CurrentVersionCode: 2
| Update Better schedule to 1.1 (2) | Update Better schedule to 1.1 (2)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
f7d1bbc423048836bd1bc351789b26d63bf53ec5 | kubernetes/stage/deployment.yaml | kubernetes/stage/deployment.yaml | ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: moderator
namespace: moderator-stage
labels:
app: moderator
spec:
replicas: 1
selector:
matchLabels:
app: moderator
template:
metadata:
labels:
app: moderator
spec:
containers:
- name: moderator-web
image: 783633885093.dkr.ecr.us-west-2.amazonaws.com/moderator:91e987717292633cb940eb0ce416dcddac9a6309
ports:
- containerPort: 8000
envFrom:
- configMapRef:
name: moderator-stage
- secretRef:
name: moderator-stage
| ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: moderator
namespace: moderator-stage
labels:
app: moderator
spec:
replicas: 1
selector:
matchLabels:
app: moderator
template:
metadata:
labels:
app: moderator
spec:
containers:
- name: moderator-web
image: 783633885093.dkr.ecr.us-west-2.amazonaws.com/moderator:a1e93718831a1ddd0ac509d0509cb915bfe19595
ports:
- containerPort: 8000
envFrom:
- configMapRef:
name: moderator-stage
- secretRef:
name: moderator-stage
| Deploy lastest version of Moderator to stage | Deploy lastest version of Moderator to stage
| YAML | agpl-3.0 | mozilla/mozmoderator,akatsoulas/mozmoderator,akatsoulas/mozmoderator,akatsoulas/mozmoderator,mozilla/mozmoderator,mozilla/mozmoderator |
d231035846e585b3d0d163c54120fb1e7b0d4149 | recipe/meta.yaml | recipe/meta.yaml | {% set name = "sedflux" %}
{% set version = "2.1.2" %}
package:
name: {{ name }}
version: {{ version }}
source:
git_url: https://github.com/mcflugen/{{ name }}
git_branch: add-function-pointers
requirements:
build:
- cmake
- gcc [osx]
- pkg-config [osx]
- glib [osx]
- libiconv [osx]
run:
- libgcc [osx]
- glib [osx]
- libiconv [osx]
test:
commands:
- sedflux -h
build:
number: 3
about:
home: https://github.com/mcflugen/sedflux
license: MIT
summary: A stratigraphic basin-filling model
description: |
Sedflux-2.0 is the newest version of the Sedflux basin-filling
model. Sedflux-2.0 provides a framework within which individual
process-response models of disparate time and space resolutions
communicate with one another to deliver multi grain sized
sediment load across a continental margin.
doc_url: http://sedflux.readthedocs.io/
dev_url: http://github.com/mcflugen/sedflux
| {% set name = "sedflux" %}
{% set version = "2.1.2" %}
package:
name: {{ name }}
version: {{ version }}
source:
git_url: https://github.com/mcflugen/{{ name }}
git_branch: add-function-pointers
requirements:
build:
- cmake
- clangxx_osx-64 [osx]
- gxx_linux-64 [linux]
- pkg-config [osx]
- glib
- libiconv [osx]
run:
- libgcc [osx]
- glib [osx]
- libiconv [osx]
test:
commands:
- sedflux -h
build:
number: 4
about:
home: https://github.com/mcflugen/sedflux
license: MIT
summary: A stratigraphic basin-filling model
description: |
Sedflux-2.0 is the newest version of the Sedflux basin-filling
model. Sedflux-2.0 provides a framework within which individual
process-response models of disparate time and space resolutions
communicate with one another to deliver multi grain sized
sediment load across a continental margin.
doc_url: http://sedflux.readthedocs.io/
dev_url: http://github.com/mcflugen/sedflux
| Use the new conda C++ compilers | Use the new conda C++ compilers
The new compilers replace the `gcc` package. Also require `glib` for
Linux, and increment the build number.
| YAML | mit | csdms-stack/sedflux-recipe |
6457a79adfc683c688b3e8cfb190c72479f967c7 | docker-compose.yml | docker-compose.yml | version: '3'
services:
backend:
image: marcel-back-end
ports:
- 8090:8090
volumes:
- ./test_env/data:/backend/data
- ./test_env/plugins:/backend/plugins
- ./test_env/medias:/backend/medias
- ./test_env/logs:/backend/logs
back-office:
image: marcel-back-office
ports:
- 81:80
volumes:
- ./test_env/back-office:/usr/share/nginx/html/conf
front-end:
image: marcel-front-end
ports:
- "80:80"
volumes:
- ./test_env/front-end:/usr/share/nginx/html/conf
| version: '3'
services:
backend:
image: marcel-back-end
ports:
- 8090:8090
volumes:
- ./data:/backend/data
- ./plugins:/backend/plugins
- ./medias:/backend/medias
- ./logs:/backend/logs
back-office:
image: marcel-back-office
ports:
- 81:80
volumes:
- ./back-office:/usr/share/nginx/html/conf
front-end:
image: marcel-front-end
ports:
- "80:80"
volumes:
- ./front-end:/usr/share/nginx/html/conf
| Update volumes in docker compose file | :whale: Update volumes in docker compose file
| YAML | mit | Zenika/MARCEL,Zenika/MARCEL,Zenika/MARCEL,Zenika/MARCEL |
54a48894fe66a333824d3dae9d6763b647b01fb3 | docker-compose.yml | docker-compose.yml | version: '2.4'
services:
mariadb:
build: src/main/docker/mariadb
ports:
- '3308:3306'
| version: '2.4'
services:
mariadb:
build: src/main/docker/mariadb
ports:
- '3308:3306'
mailhog:
image: mailhog/mailhog:v1.0.0
ports:
- '1025:1025'
- '8025:8025'
| Add Mailhog to docker compose file | Add Mailhog to docker compose file
| YAML | apache-2.0 | synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung |
0ae290a3b0e422cf0b3ed09869ccc6b40ad7279c | docker-compose.yml | docker-compose.yml | front:
env_file:
- ./.env
build: front
ports:
- "80:80"
- "443:443"
volumes:
- ./front/config/vanilla/:/var/www/conf/
- ./front/uploads/:/var/www/uploads/
- ./front/logs/nginx/:/var/log/nginx/
- ./front/logs/php5-fpm/:/var/log/php5-fpm/
links:
- database:database
- cache:cache
database:
env_file:
- ./.env
build: database
ports:
- "127.0.0.1:3306:3306"
volumes:
- ./database/data/:/var/lib/mysql/
- ./database/logs/mysql/:/var/log/mysql/
cache:
env_file:
- ./.env
build: cache
ports:
- "127.0.0.1:11211:11211"
volumes:
- ./cache/logs/memcached/:/var/log/memcached/
| front:
restart: always
env_file:
- ./.env
build: front
ports:
- "80:80"
- "443:443"
volumes:
- ./front/config/vanilla/:/var/www/conf/
- ./front/uploads/:/var/www/uploads/
- ./front/logs/nginx/:/var/log/nginx/
- ./front/logs/php5-fpm/:/var/log/php5-fpm/
links:
- database:database
- cache:cache
database:
restart: always
env_file:
- ./.env
build: database
ports:
- "127.0.0.1:3306:3306"
volumes:
- ./database/data/:/var/lib/mysql/
- ./database/logs/mysql/:/var/log/mysql/
cache:
restart: always
env_file:
- ./.env
build: cache
ports:
- "127.0.0.1:11211:11211"
volumes:
- ./cache/logs/memcached/:/var/log/memcached/
| Make sure containers are restarted automatically. | Make sure containers are restarted automatically.
| YAML | mit | kasperisager/vanilla-dockerized |
734a89c135b2e3d32560ce423b0932d0cbbe85ef | .codeclimate.yml | .codeclimate.yml | languages:
JavaScript: true
PHP: true
exclude_paths:
- "src/assets/css"
- "src/assets/js/components"
- "tests/*"
| languages:
JavaScript: true
PHP: true
exclude_paths:
- "src/assets/css/*"
- "src/assets/js/components/*"
- "tests/*"
| Add wildcard to code climate paths | Add wildcard to code climate paths
| YAML | mit | nlemoine/papi,rasmusbe/papi,wp-papi/papi,ekandreas/papi,ekandreas/papi,rasmusbe/papi,rasmusbe/papi,nlemoine/papi,isotopsweden/wp-papi,nlemoine/papi,isotopsweden/wp-papi,wp-papi/papi,isotopsweden/wp-papi,ekandreas/papi,wp-papi/papi |
2e5ab02ea17ab5c89057433283b77192946736a7 | .codeclimate.yml | .codeclimate.yml | engines:
checkstyle:
enabled: true
channel: "beta"
ratings:
paths:
- "**.java"
| engines:
checkstyle:
enabled: true
channel: "beta"
ratings:
paths:
- "**.java"
exclude_patterns:
- "src/main/java/io/prometheus/common/ConfigVals.java"
| Remove ConfigVals.java from Code Climate review | Remove ConfigVals.java from Code Climate review
| YAML | apache-2.0 | pambrose/prometheus-proxy,pambrose/prometheus-proxy,pambrose/prometheus-proxy |
81897b9e599b869aa0e1ee32657324e2cf826b8a | tasks/firewalld.yml | tasks/firewalld.yml | ---
- name: 'Enable firewalld'
service: name=firewalld state=started enabled=yes
- name: 'Open Apache firewall ports'
firewalld:
port: '{{ item }}'
state: enabled
permanent: yes
with_items:
- 443/tcp
- 8443/tcp
register: firewall
- name: 'Restart firewalld'
service: name=firewalld state=restarted enabled=yes
when: firewall.changed
- meta: flush_handlers
| ---
- name: 'Enable firewalld'
service: name=firewalld state=started enabled=yes
- name: 'Open default Apache firewall ports'
firewalld:
port: '{{ item }}'
state: enabled
permanent: yes
with_items:
- 443/tcp
register: firewall
- name: 'Open Apache firewall port 8443 for the Backchannel when enabled'
firewalld:
port: '{{ item }}'
state: enabled
permanent: yes
with_items:
- 8443/tcp
register: firewall
when: enable_backchannel is defined and enable_backchannel=="ture"
- name: 'Close Apache firewall port 8443 for the Backchannel when disabled'
firewalld:
port: '{{ item }}'
state: disabled
permanent: yes
with_items:
- 8443/tcp
register: firewall
when: enable_backchannel is defined and enable_backchannel=="false"
- name: 'Restart firewalld'
service: name=firewalld state=restarted enabled=yes
when: firewall.changed
- meta: flush_handlers
| Enable or disable port 8443 based on enable_backchannel flag | Enable or disable port 8443 based on enable_backchannel flag
| YAML | apache-2.0 | ausaccessfed/shibboleth-idp-installer,ausaccessfed/shibboleth-idp-installer |
7ae42522575f187d9784966ba3e5cc396c3a21ec | .readthedocs.yml | .readthedocs.yml | version: 2
sphinx:
configuration: docs/conf.py
formats: all
python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
| version: 2
sphinx:
configuration: docs/conf.py
formats: all
python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- docs
| Fix RTD config to pass linting | Fix RTD config to pass linting
python.version should be a string.
| YAML | mit | sloria/webargs |
c2236c11d287b48f8c47cb579f376d5b524be3db | .readthedocs.yml | .readthedocs.yml | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: requirements_docs.txt
| # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: requirements_docs.txt
- method: pip
path: .
extra_requirements:
- all | Install from setup.py before building docs | Install from setup.py before building docs
| YAML | mit | tBuLi/symfit |
a9abed6028910223909522e2b6a51cf43dcd4271 | .scrutinizer.yml | .scrutinizer.yml | build:
environment:
python: 3.7.7
dependencies:
override:
- "pip install -r requirements.txt -r requirements-test.txt"
nodes:
analysis:
tests:
override:
- js-scrutinizer-run
- py-scrutinizer-run
coverage:
environment:
apt_packages:
- language-pack-de
variables:
SQLALCHEMY_DATABASE_URI: 'postgresql+psycopg2://scrutinizer:scrutinizer@127.0.0.1/scrutinizer'
services:
postgres: 11
tests:
override:
- command: 'pytest --cov=byceps tests'
coverage:
file: '.coverage'
format: 'py-cc'
checks:
python:
duplicate_code: false
| build:
environment:
python: 3.7.9
dependencies:
override:
- "pip install -r requirements.txt -r requirements-test.txt"
nodes:
analysis:
tests:
override:
- js-scrutinizer-run
- py-scrutinizer-run
coverage:
environment:
apt_packages:
- language-pack-de
variables:
SQLALCHEMY_DATABASE_URI: 'postgresql+psycopg2://scrutinizer:scrutinizer@127.0.0.1/scrutinizer'
services:
postgres: 11
tests:
override:
- command: 'pytest --cov=byceps tests'
coverage:
file: '.coverage'
format: 'py-cc'
checks:
python:
duplicate_code: false
| Set Python version for Scrutinizer CI to v3.7.9 (from v3.7.7) | Set Python version for Scrutinizer CI to v3.7.9 (from v3.7.7)
| YAML | bsd-3-clause | homeworkprod/byceps,homeworkprod/byceps,homeworkprod/byceps |
f2ed03952dc08cae16cf2791700ec21599093f47 | .scrutinizer.yml | .scrutinizer.yml | filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'bin/*'
checks:
php: true
code_rating: true
duplication: true
javascript: true
coding_style:
php:
spaces:
around_operators:
bitwise: false
| filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- 'bin/*'
checks:
php: true
code_rating: true
duplication: true
javascript: true
coding_style:
php:
spaces:
around_operators:
bitwise: false
| Add code quality check tool | Add code quality check tool
| YAML | mit | Gixx/WebHemi,Gixx/WebHemi,Gixx/WebHemi,Gixx/WebHemi |
44562e9b3456f878fdb30de03ac3ebeb1cce0657 | Configuration/Routes.yaml | Configuration/Routes.yaml | -
name: 'Landing Route'
uriPattern: ''
defaults:
'@controller': 'Standard'
'@action': 'index'
'@package': 'SquadIT.WebApp'
'@format': 'html'
-
name: 'Squad Management'
uriPattern: 'squad/{squad}/{@action}'
defaults:
'@package': 'SquadIT.WebApp'
'@controller': 'Squad'
'@format': 'html'
routeParts:
squad:
objectType: 'SquadIT\WebApp\Domain\Model\Squad'
-
name: 'Default Route'
uriPattern: '{@controller}/{@action}'
defaults:
'@package': 'SquadIT.WebApp'
'@format': 'html'
appendExceedingArguments: true
| -
name: 'Landing Route'
uriPattern: ''
defaults:
'@controller': 'Standard'
'@action': 'index'
'@package': 'SquadIT.WebApp'
'@format': 'html'
-
name: 'Squalendar'
uriPattern: 'squad/{squad}/squalendar/{@action}'
defaults:
'@package': 'SquadIT.WebApp'
'@controller': 'Event'
'@action': 'index'
'@format': 'html'
routeParts:
squad:
objectType: 'SquadIT\WebApp\Domain\Model\Squad'
-
name: 'Squad Management'
uriPattern: 'squad/{squad}/{@action}'
defaults:
'@package': 'SquadIT.WebApp'
'@controller': 'Squad'
'@format': 'html'
routeParts:
squad:
objectType: 'SquadIT\WebApp\Domain\Model\Squad'
-
name: 'Default Route'
uriPattern: '{@controller}/{@action}'
defaults:
'@package': 'SquadIT.WebApp'
'@format': 'html'
appendExceedingArguments: true
| Add routing for the squalendar | TASK: Add routing for the squalendar
| YAML | mit | PalatinCoder/SquadIT.WebApp,PalatinCoder/SquadIT.WebApp |
451969a50e7ccd48dc2318fe07348d59a9466d8b | packages/mo/monad-parallel.yaml | packages/mo/monad-parallel.yaml | homepage: http://trac.haskell.org/SCC/wiki/monad-parallel
changelog-type: ''
hash: 6f758362c2bc9557252f5075c70b42842a7b72ed03fcff79c037107d5d2f21db
test-bench-deps: {}
maintainer: blamario@yahoo.com
synopsis: Parallel execution of monadic computations
changelog: ''
basic-deps:
base: <5
transformers: ! '>=0.2 && <0.5'
parallel: -any
transformers-compat: ! '>=0.3 && <0.5'
all-versions:
- '0.5'
- '0.5.1'
- '0.5.2'
- '0.7'
- '0.7.1'
- '0.7.1.1'
- '0.7.1.2'
- '0.7.1.3'
- '0.7.1.4'
- '0.7.2'
- '0.7.2.0'
author: Mario Blazevic
latest: '0.7.2.0'
description-type: haddock
description: ! 'This package defines classes of monads that can perform multiple executions
in parallel and combine their results. For
any monad that''s an instance of the class, the package re-implements a subset of
the Control.Monad interface, but with
parallel execution.'
license-name: BSD3
| homepage: http://trac.haskell.org/SCC/wiki/monad-parallel
changelog-type: ''
hash: 50eb9af71ed9cbd43d00e2422440105f16af3b0f73f1247620323aad5530f0cf
test-bench-deps: {}
maintainer: blamario@yahoo.com
synopsis: Parallel execution of monadic computations
changelog: ''
basic-deps:
base: <5
transformers: ! '>=0.2 && <0.5'
parallel: -any
transformers-compat: ! '>=0.3 && <0.6'
all-versions:
- '0.5'
- '0.5.1'
- '0.5.2'
- '0.7'
- '0.7.1'
- '0.7.1.1'
- '0.7.1.2'
- '0.7.1.3'
- '0.7.1.4'
- '0.7.2'
- '0.7.2.0'
- '0.7.2.1'
author: Mario Blazevic
latest: '0.7.2.1'
description-type: haddock
description: ! 'This package defines classes of monads that can perform multiple executions
in parallel and combine their results. For
any monad that''s an instance of the class, the package re-implements a subset of
the Control.Monad interface, but with
parallel execution.'
license-name: BSD3
| Update from Hackage at 2016-02-07T23:21:19+0000 | Update from Hackage at 2016-02-07T23:21:19+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
4ccf72a353879b447aef93c8fc276e1e582151d1 | packages/ty/type-operators.yaml | packages/ty/type-operators.yaml | homepage: https://github.com/Shou/type-operators#readme
changelog-type: ''
hash: 8e1e2154c9b3d3b8d267ecc419768044bb56328a814ef7942d6b17e492129171
test-bench-deps: {}
maintainer: x@shou.io
synopsis: Various type-level operators
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
ghc-prim: -any
all-versions:
- 0.1.0.0
- 0.1.0.2
- 0.1.0.3
- 0.1.0.4
author: Benedict Aas
latest: 0.1.0.4
description-type: haddock
description: ! 'A set of type-level operators meant to be helpful, e.g. ($) and a
tightly binding (->).'
license-name: BSD-3-Clause
| homepage: https://github.com/Shou/type-operators#readme
changelog-type: ''
hash: 8b7f815ee0ba9c8e4a5703fffc9db8a9eba8afba20cc75c16e6d878e97b77b83
test-bench-deps: {}
maintainer: x@shou.io
synopsis: Various type-level operators
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
ghc-prim: -any
all-versions:
- 0.1.0.0
- 0.1.0.2
- 0.1.0.3
- 0.1.0.4
- 0.2.0.0
author: Benedict Aas
latest: 0.2.0.0
description-type: haddock
description: |-
A set of type-level operators meant to be helpful, e.g. ($), a
tightly binding (->), and the multi-constraint operator (Show <+> [a, b]).
license-name: BSD-3-Clause
| Update from Hackage at 2019-03-09T13:47:34Z | Update from Hackage at 2019-03-09T13:47:34Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
43af3e10f412dc9664f94cb7773ac820ac8ff13d | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: CI
on: [push, pull_request]
jobs:
tests:
name: Test PHP ${{ matrix.php }}
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
php: ['7.4', '8.0', '8.1']
experimental: [false]
include:
- php: 8.1
analysis: true
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
- name: Install dependencies with Composer
run: composer install --no-progress --prefer-dist --optimize-autoloader
- name: Coding standards
if: matrix.analysis
run: vendor/bin/phpcs
- name: Tests
run: vendor/bin/phpunit --coverage-clover clover.xml
- name: Upload coverage results to Coveralls
if: matrix.analysis
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer require php-coveralls/php-coveralls -n -W
vendor/bin/php-coveralls --coverage_clover=clover.xml -v
| name: CI
on: [push, pull_request]
jobs:
tests:
name: Test PHP ${{ matrix.php }}
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
php: ['7.4', '8.0', '8.1']
experimental: [false]
include:
- php: 8.1
analysis: true
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
- name: Install dependencies with Composer
run: composer install --no-progress --prefer-dist --optimize-autoloader
- name: Coding standards
if: matrix.analysis
run: vendor/bin/phpcs
- name: Static analysis
if: matrix.analysis
run: vendor/bin/phpstan
- name: Tests
run: vendor/bin/phpunit --coverage-clover clover.xml
- name: Upload coverage results to Coveralls
if: matrix.analysis
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer require php-coveralls/php-coveralls -n -W
vendor/bin/php-coveralls --coverage_clover=clover.xml -v
| Add static analysis to CI workflow | Add static analysis to CI workflow
| YAML | mit | adbario/php-dot-notation |
33954c6ec777ab0741319f63b58e002ba9128297 | playbooks/edx-west/prod-app.yml | playbooks/edx-west/prod-app.yml | # This uses variable expansion so you can select machine(s) from the command line
# using the -e flag. See README for instructions on how to use.
- hosts: ~tag_Name_{{machine}}_prod
pre_tasks:
- fail: msg="This playbook only runnable on 'app' machines"
when: "'app' not in machine"
sudo: True
post_tasks:
- shell: sudo bash ./fix-datadog.sh
args:
chdir: /home/nparlante
vars:
secure_dir: '../../../edx-secret/ansible'
# this indicates the path to site-specific (with precedence)
# things like nginx template files
local_dir: '../../../edx-secret/ansible/local'
not_prod: false
vars_files:
- "{{ secure_dir }}/vars/edxapp_prod_vars.yml"
- "{{ secure_dir }}/vars/edxapp_prod_users.yml"
- "{{ secure_dir }}/vars/shib_prod_vars.yml"
- "{{ secure_dir }}/vars/datadog_prod.yml"
roles:
- common
- supervisor
- role: user
tags: users
- role: nginx
nginx_sites:
- lms
- cms
- verify
nginx_template_directory: "{{local_dir}}/nginx/templates/"
nginx_default_sites:
- lms
tags: nginx
- edxapp
- apache
- shibboleth
- datadog
#- splunkforwarder
# run this role last
#- in_production
| # This uses variable expansion so you can select machine(s) from the command line
# using the -e flag. See README for instructions on how to use.
- hosts: ~tag_Name_{{machine}}_prod
pre_tasks:
- fail: msg="This playbook only runnable on 'app' machines"
when: "'app' not in machine"
sudo: True
post_tasks:
- shell: test -f ./fix-datadog.sh && sudo bash ./fix-datadog.sh || echo 'skipping ./fix-datadog.sh'
args:
chdir: /home/nparlante
vars:
secure_dir: '../../../edx-secret/ansible'
# this indicates the path to site-specific (with precedence)
# things like nginx template files
local_dir: '../../../edx-secret/ansible/local'
not_prod: false
vars_files:
- "{{ secure_dir }}/vars/edxapp_prod_vars.yml"
- "{{ secure_dir }}/vars/edxapp_prod_users.yml"
- "{{ secure_dir }}/vars/shib_prod_vars.yml"
- "{{ secure_dir }}/vars/datadog_prod.yml"
roles:
- common
- supervisor
- role: user
tags: users
- role: nginx
nginx_sites:
- lms
- cms
- verify
nginx_template_directory: "{{local_dir}}/nginx/templates/"
nginx_default_sites:
- lms
tags: nginx
- edxapp
- apache
- shibboleth
- datadog
#- splunkforwarder
# run this role last
#- in_production
| Fix DataDog iff script exists | Fix DataDog iff script exists
| YAML | agpl-3.0 | Stanford-Online/configuration,Stanford-Online/configuration,Stanford-Online/configuration,Stanford-Online/configuration,Stanford-Online/configuration |
20b24f463cf8f37dce74ff215b69285a7395eda5 | hw/bsp/nucleo-l476rg/syscfg.yml | hw/bsp/nucleo-l476rg/syscfg.yml | #
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
syscfg.defs:
UART_0:
description: 'Whether to enable UART0'
value: 1
TIMER_0:
description: 'Whether to enable TIMER_0'
value: 0
TIMER_1:
description: 'Whether to enable TIMER_1'
value: 0
TIMER_2:
description: 'Whether to enable TIMER_2'
value: 0
syscfg.vals:
REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG
CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS
NFFS_FLASH_AREA: FLASH_AREA_NFFS
COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1
| #
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
syscfg.defs:
UART_0:
description: 'Whether to enable UART0'
value: 1
TIMER_0:
description: 'Whether to enable TIMER_0'
value: 0
TIMER_1:
description: 'Whether to enable TIMER_1'
value: 0
TIMER_2:
description: 'Whether to enable TIMER_2'
value: 0
syscfg.vals:
REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG
CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS
NFFS_FLASH_AREA: FLASH_AREA_NFFS
COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1
BOOTUTIL_MAX_IMG_SECTORS: 256
| Add mcuboot max sectors config | Add mcuboot max sectors config
This board needs more than the default 120 sectors for doing a swap
upgrade (setting is only used by MCUBoot).
| YAML | apache-2.0 | mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core |
0e914e335d6a6be56de763bdfaa8316324eabb9a | .binstar.yml | .binstar.yml | package: wk-ttyjs
user: wakari
install:
- conda config --system --add channels https://conda.binstar.org/wakari
script:
- conda build conda.recipe
build_targets: conda
notifications:
email:
recipients: bkreider@continuum.io
| package: wk-ttyjs
user: wakari
install:
- conda config --add channels https://conda.binstar.org/wakari
script:
- conda build conda.recipe
build_targets: conda
notifications:
email:
recipients: bkreider@continuum.io
| Add wakari channel to build | Add wakari channel to build
| YAML | mit | ContinuumIO/tty.js,weebygames/tty.js,weebygames/tty.js,weebygames/tty.js,ContinuumIO/tty.js,jsio-private/tty.js,jsio-private/tty.js,ContinuumIO/tty.js,jsio-private/tty.js,weebygames/tty.js,jsio-private/tty.js |
eda93dbec7454e4ec3cf2a436d89ecede16ebc70 | .rubocop.yml | .rubocop.yml | inherit_from:
- ./.rubocop_todo.yml
AllCops:
RunRailsCops: true
Exclude:
- bin/**/*
- db/**/*
Lint/EndAlignment:
Enabled: true
AlignWith: variable
Lint/HandleExceptions:
Enabled: true
StyleGuide: '#dont-hide-exceptions'
Style/Documentation:
Enabled: false
Style/DotPosition:
Enabled: true
EnforcedStyle: trailing
Style/ElseAlignment:
Enabled: true
Style/EmptyLines:
Enabled: true
Style/EmptyLinesAroundBlockBody:
Enabled: false
Style/IndentationWidth:
Enabled: true
Style/MultilineOperationIndentation:
Enabled: false
| inherit_from:
- ./.rubocop_todo.yml
AllCops:
RunRailsCops: true
Exclude:
- bin/**/*
- db/**/*
Lint/EndAlignment:
Enabled: true
AlignWith: variable
Lint/HandleExceptions:
Enabled: true
StyleGuide: '#dont-hide-exceptions'
Style/Documentation:
Enabled: false
Style/DotPosition:
Enabled: true
EnforcedStyle: trailing
Style/ElseAlignment:
Enabled: true
Style/EmptyLines:
Enabled: true
Style/EmptyLinesAroundBlockBody:
Enabled: false
Style/IndentationWidth:
Enabled: true
Style/MultilineOperationIndentation:
Enabled: false
Style/StringLiterals:
Enabled: true
EnforcedStyle: double_quotes
| Use double quotes to write String literals in this project | Use double quotes to write String literals in this project
| YAML | mit | satoryu/rws-ruby-sdk-rails-sample,satoryu/rws-ruby-sdk-rails-sample,satoryu/rws-ruby-sdk-rails-sample |
17e4ddc2ef99dc4b5ac09ae7c243c5a7e5af4347 | roles/shell/tasks/main.yml | roles/shell/tasks/main.yml | ---
- file: path=~/.bin
state=directory
- include: packages.yml
sudo: true
- include: vim.yml
- include: zsh.yml
### Other dotfiles
- file: path=~/.config/htop state=directory
- copy: dest=~/.{{ item }}
src={{ item }}
with_items:
- gitconfig
- hgrc
- tmux.conf
- tmux.theme.conf
- screenrc
- config/htop/htoprc
# this file needs to exist, but it just for local customizations
- file: path=~/.tmux.local state=touch
| ---
- file: path=~/.bin
state=directory
- include: packages.yml
sudo: true
- include: vim.yml
- include: zsh.yml
### Other dotfiles
- file: path=~/.config/htop state=directory
- file: path=~/.config/htop state=directory
sudo: true
- copy: dest=~/.{{ item }}
src={{ item }}
with_items:
- gitconfig
- hgrc
- tmux.conf
- tmux.theme.conf
- screenrc
- config/htop/htoprc
- copy: dest=~/.{{ item }}
src={{ item }}
sudo: true
with_items:
- screenrc
- config/htop/htoprc
# this file needs to exist, but it just for local customizations
- file: path=~/.tmux.local state=touch
| Add `htop` and `screen` config files for root | Add `htop` and `screen` config files for root
| YAML | mit | ryansb/workstation,ryansb/workstation,ryansb/workstation |
7cae983632e08bfb63f324ec1cbbb4936a4331f3 | manifest.yml | manifest.yml | ---
language: staticfile
default_versions:
- name: nginx
version: 1.11.9
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx-(\d+\.\d+\.\d+)
name: nginx
version: "$1"
dependencies:
- name: nginx
version: 1.11.9
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.11.9-linux-x64.tgz
md5: 64e70e6dca6b5883d309f0708d98e1be
cf_stacks:
- cflinuxfs2
| ---
language: staticfile
default_versions:
- name: nginx
version: 1.11.9
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx-(\d+\.\d+\.\d+)
name: nginx
version: "$1"
dependencies:
- name: nginx
version: 1.11.9
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.11.9-linux-x64-64e70e6d.tgz
md5: 64e70e6dca6b5883d309f0708d98e1be
cf_stacks:
- cflinuxfs2
| Update dependency filename with short hash | Update dependency filename with short hash
[#137294651]
Signed-off-by: Sam Smith <03a07629efb0a02c7bbe7cc340a4243da1ab861a@gmail.com>
| YAML | mit | SaberZaabouti/myBuildpack,SaberZaabouti/myBuildpack,jockhip12/mybuildpack,SaberZaabouti/myBuildpack,jockhip12/mybuildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,cloudfoundry/staticfile-buildpack,dhaywael/static-buildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,cloudfoundry/staticfile-buildpack,dhaywael/static-buildpack,cloudfoundry/staticfile-buildpack,jockhip12/mybuildpack,cloudfoundry/staticfile-buildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack |
705874c4b0a538e47dd76adafef5996d3412ccd4 | manifest.yml | manifest.yml | ---
language: staticfile
exclude_files:
- .git/
- .gitignore
- .gitmodules
- .rspec
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx.tgz
name: nginx
version: 1.9.14
dependencies:
- name: nginx
version: 1.9.14
uri: https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/nginx/nginx-1.9.14-linux-x64.tgz
cf_stacks:
- cflinuxfs2
md5: d11d026d9cb7e461839b1080a76d659e
| ---
language: staticfile
exclude_files:
- .git/
- .gitignore
- .gitmodules
- .rspec
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx.tgz
name: nginx
version: 1.9.15
dependencies:
- name: nginx
version: 1.9.15
uri: https://pivotal-buildpacks.s3.amazonaws.com/concourse-binaries/nginx/nginx-1.9.15-linux-x64.tgz
cf_stacks:
- cflinuxfs2
md5: 34e9323f3db87ea2c5f244f8fc35f625
| Add nginx 1.9.15, remove nginx 1.9.14 | Add nginx 1.9.15, remove nginx 1.9.14
[#117934027]
| YAML | mit | dhaywael/static-buildpack,SaberZaabouti/myBuildpack,jockhip12/mybuildpack,jockhip12/mybuildpack,sks/staticfile-buildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,sks/staticfile-buildpack,cloudfoundry/staticfile-buildpack,SaberZaabouti/myBuildpack,jockhip12/mybuildpack,sks/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,dhaywael/static-buildpack,sks/staticfile-buildpack,jockhip12/mybuildpack,SaberZaabouti/myBuildpack,cloudfoundry/staticfile-buildpack,dhaywael/static-buildpack,SaberZaabouti/myBuildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack |
cb7a90b4438476ea051c9d9f0567cc2ff0b1a8f5 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:latest-browsers
working_directory: ~/project/functions
steps:
- checkout:
path: ~/project
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: ls
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn build
- run: yarn lint
- run: yarn test
| version: 2
jobs:
build:
docker:
- image: circleci/node:8
working_directory: ~/project/functions
steps:
- checkout:
path: ~/project
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: ls
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn build
- run: yarn lint
- run: yarn test
| Set CircleCI node version to 8 | Set CircleCI node version to 8
| YAML | apache-2.0 | squanchy-dev/squanchy-firebase,squanchy-dev/squanchy-firebase |
3c04ba468bd19935d9ea7ec96b07ba44b66d43bc | openedx.yaml | openedx.yaml | # This file describes this Open edX repo, as described in OEP-2:
# http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification
nick: proc
owner: edx/educator-dahlia
tags:
- lms
oeps:
oep-2: True
oep-3:
state: False
reason: TODO - Implement for this application if appropriate
oep-5:
state: False
reason: TODO - Implement for this application if appropriate
track-pulls: true
| # This file describes this Open edX repo, as described in OEP-2:
# http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification
nick: proc
owner: edx/educator-dahlia
tags:
- lms
- library
oeps:
oep-2: True
oep-3:
state: False
reason: TODO - Implement for this application if appropriate
oep-5:
state: False
reason: TODO - Implement for this application if appropriate
track-pulls: true
| Add a tag to metadata. | Add a tag to metadata.
| YAML | agpl-3.0 | edx/edx-proctoring,edx/edx-proctoring,edx/edx-proctoring |
a2dc044b62178e330e44eeccdbaba9711584873f | .github/reviewer-lottery.yml | .github/reviewer-lottery.yml | groups:
- name: devs
reviewers: 1
usernames:
- slevenick
- c2thorn
- scottsuarez
- melinath
- megan07
- shuyama1
| groups:
- name: devs
reviewers: 1
usernames:
- rileykarson
- slevenick
- c2thorn
- scottsuarez
- melinath
- megan07
- shuyama1
| Add rileykarson back to reviewer lottery | Add rileykarson back to reviewer lottery | YAML | mpl-2.0 | hashicorp/terraform-provider-google,hashicorp/terraform-provider-google,hashicorp/terraform-provider-google,hashicorp/terraform-provider-google |
a8aa19c2f551a69e3d0a7f1155a756bbbc76c5d2 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:9@sha256:0ec3d7136ab6567ae4c9d13124ae3ae65bd8be3f026e3832836582b313b5ef90
- image: circleci/mongo:3@sha256:11ecec4935a0c69f00eab5eef60290223a92f36eb2c91892bfb3e821c6decbd5
steps:
- checkout
- run: yarn install --frozen-lockfile
- run: yarn run lerna bootstrap
- run: yarn test
- run: yarn codecov
| version: 2
jobs:
build:
docker:
- image: circleci/node:9@sha256:3bbc0f2ceaa5a136fba38c7ba52238802b37e51242a27b5454bf62045440eb72
- image: circleci/mongo:3@sha256:11ecec4935a0c69f00eab5eef60290223a92f36eb2c91892bfb3e821c6decbd5
steps:
- checkout
- run: yarn install --frozen-lockfile
- run: yarn run lerna bootstrap
- run: yarn test
- run: yarn codecov
| Update circleci/node:9 Docker digest to 3bbc0f | Update circleci/node:9 Docker digest to 3bbc0f | YAML | mit | js-accounts/accounts |
3ce80e0da1c17da186d298f9c54d36ab953f7e6c | .circleci/config.yml | .circleci/config.yml | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.6.5@sha256:3ef63aad4432165f241af710f4fc9c3358590a97e5ceaf9d3227ecbc16c17e00
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "requirements.txt" }}-{{ checksum "dev-requirements.txt" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
python setup.py dev_persistent_pip_sync
- save_cache:
paths:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}-{{ checksum "dev-requirements.txt" }}
- run:
name: run tests
command: |
. venv/bin/activate
flake8 bamboo_crawler tests
export AWS_ACCESS_KEY_ID=''
export AWS_SECRET_ACCESS_KEY=''
python setup.py test
- store_artifacts:
path: test-reports
destination: test-reports
| # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.6.5@sha256:ea7761f7b69977997624c97b30ef8fe011134a91d8c1f1ba29075a5f9ab45432
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "requirements.txt" }}-{{ checksum "dev-requirements.txt" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
python setup.py dev_persistent_pip_sync
- save_cache:
paths:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}-{{ checksum "dev-requirements.txt" }}
- run:
name: run tests
command: |
. venv/bin/activate
flake8 bamboo_crawler tests
export AWS_ACCESS_KEY_ID=''
export AWS_SECRET_ACCESS_KEY=''
python setup.py test
- store_artifacts:
path: test-reports
destination: test-reports
| Update circleci/python:3.6.5 Docker digest to ea7761 | Update circleci/python:3.6.5 Docker digest to ea7761 | YAML | bsd-3-clause | kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler |
a2f1fc26f4b447e25459b70ca98528886379d149 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/node:7.10
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn test
- add_ssh_keys
- deploy:
command: |
if [ "${CIRCLE_BRANCH}" == "release" ]; then
yarn deploy
fi
| # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/node:7.10
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn test
- deploy:
command: |
if [ "${CIRCLE_BRANCH}" == "release" ]; then
yarn deploy
fi
| Revert "add deploy keys before the deploy step" | Revert "add deploy keys before the deploy step"
This reverts commit 843bdfcc986abdb0da0c4d5e33176e14151f3243.
| YAML | mit | range3/aigis-expcalc,range3/aigis-expcalc |
43c3b71aa4fc805683b5cad59e8d7b3984eafdcf | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build-remote:
docker:
- image: ubuntu:18.04
steps:
- run: apt-get update && apt-get install -y curl git
- run: bash -c "$(curl -fsSL https://bit.ly/dfdotfiles)" && source ~/.bashrc
build-local:
docker:
- image: ubuntu:18.04
steps:
- checkout
- run: ./bin/dotfiles
workflows:
version: 2
build_and_test:
jobs:
- build-local
- build-remote
| version: 2
jobs:
build-remote:
environment:
SHELL: /bin/bash
docker:
- image: ubuntu:18.04
steps:
- run: apt-get update && apt-get install -y curl git
- run: bash -c "$(curl -fsSL https://bit.ly/dfdotfiles)" && source ~/.bashrc
build-local:
environment:
SHELL: /bin/bash
docker:
- image: ubuntu:18.04
steps:
- run: apt-get update && apt-get install -y curl git
- checkout
- run: ./bin/dotfiles
workflows:
version: 2
build_and_test:
jobs:
- build-local
- build-remote
| Set SHELL var for CircleCi 2.0 | Set SHELL var for CircleCi 2.0
| YAML | mit | dueyfinster/dotfiles |
285053418cde5c0e68ebcfc6a7ee59d88b8e900f | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
node:
docker:
- image: becklyn/circleci-php7.4:latest
steps:
- checkout
- run: npm ci
- run:
name: NPM Build
command: npm run build
# RUN
- run:
name: NPM audit
command: npm audit --production
- run:
name: NPM Prettifier
command: npx prettier-package-json package.json --list-different --tab-width 4
- run:
name: NPM Test
command: npm test
workflows:
version: 2
all:
jobs:
- node
| version: 2
jobs:
node:
docker:
- image: becklyn/circleci-php7.4:latest
steps:
- checkout
- run: npm install
- run:
name: NPM Build
command: npm run build
# RUN
- run:
name: NPM audit
command: npm audit --production
- run:
name: NPM Prettifier
command: npx prettier-package-json package.json --list-different --tab-width 4
- run:
name: NPM Test
command: npm test
workflows:
version: 2
all:
jobs:
- node
| Use `npm i` instead of `npm ci` due to missing package-lock.json | Use `npm i` instead of `npm ci` due to missing package-lock.json
| YAML | bsd-3-clause | Becklyn/kaba,Becklyn/kaba |
a93e857fcfdd7e715490d7dfcdac540a0f082145 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
python: circleci/python@1.2.1
jobs:
build-and-test:
executor: python/default
steps:
- checkout
- python/install-packages:
pkg-manager: pip
- python/install-packages:
pip-dependency-file: requirements.txt
pkg-manager: pip
- run:
command: |
bash run_tests.sh
name: Test
workflows:
main:
jobs:
- build-and-test
| version: 2.1
orbs:
python: circleci/python@1.2.1
jobs:
build-and-test:
executor: python/default
steps:
- checkout
- python/install-packages:
pip-dependency-file: requirements.txt
pkg-manager: pip
- run:
command: |
bash run_tests.sh
name: Test
workflows:
main:
jobs:
- build-and-test
| Remove extra pip package thingy. | Remove extra pip package thingy.
| YAML | apache-2.0 | conversationai/unintended-ml-bias-analysis,conversationai/unintended-ml-bias-analysis |
420b8f19a6ee78c67080352d08571b42c1445366 | packages/fu/functor-infix.yaml | packages/fu/functor-infix.yaml | homepage: https://github.com/fmap/functor-infix
changelog-type: ''
hash: cea21a321031f556d7a21b51e049493e7cb78baf64dd63f0d1a36de01c4c735b
test-bench-deps: {}
maintainer: vi@computational.law
synopsis: Infix operators for mapping over compositions of functors. Lots of them.
changelog: ''
basic-deps:
base: ! '>=4.7 && <4.13'
template-haskell: ! '>=2.8 && <2.15'
all-versions:
- 0.0.1
- 0.0.2
- 0.0.3
- 0.0.4
- 0.0.5
author: vi
latest: 0.0.5
description-type: haddock
description: ''
license-name: MIT
| homepage: https://github.com/fmap/functor-infix
changelog-type: ''
hash: a2a1ead71ff9d52eff6823064809f34f7296e9311e4d2c156cb791cfbb95f67a
test-bench-deps: {}
maintainer: vi@computational.law
synopsis: Infix operators for mapping over compositions of functors. Lots of them.
changelog: ''
basic-deps:
base: '>=4.7 && <4.15'
template-haskell: '>=2.8 && <2.17'
all-versions:
- 0.0.1
- 0.0.2
- 0.0.3
- 0.0.4
- 0.0.5
author: vi
latest: 0.0.5
description-type: haddock
description: ''
license-name: MIT
| Update from Hackage at 2022-01-13T23:28:16Z | Update from Hackage at 2022-01-13T23:28:16Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
94dc59ba2b51bf1a4a755f84ec89b479111633a3 | packages/ge/general-games.yaml | packages/ge/general-games.yaml | homepage: https://github.com/cgorski/general-games
changelog-type: ''
hash: 8b461c16f3918a73dba3c417bfbf2442c5a2afa78aa385f70e15acde35e31640
test-bench-deps:
MonadRandom: -any
base: -any
hspec: -any
HUnit: -any
general-games: -any
maintainer: cgorski@cgorski.org
synopsis: Library supporting simulation of a number of games
changelog: ''
basic-deps:
MonadRandom: -any
base: ! '>=4.7 && <5'
random-shuffle: -any
all-versions:
- '0.1.0.0'
- '0.2.0'
- '0.3.0'
author: Christopher A. Gorski
latest: '0.3.0'
description-type: markdown
description: ! '# General-games
* [Description](#description)
* [Contribute](#contribute)
* [License](#license)
## Description
Library providing framework for simulating outcomes of a variety of games, including
Poker.
## Contribute
For any problems, comments, or feedback please create an issue [here on GitHub](https://github.com/cgorski/general-games/issues).
## License
`general-games` is released under the [MIT License](https://opensource.org/licenses/MIT).'
license-name: MIT
| homepage: https://github.com/cgorski/general-games
changelog-type: ''
hash: da59dae9c71d7e33819a76c10c32a92ded7609b5cfde2a5cbaf3dd498a7a0400
test-bench-deps:
MonadRandom: -any
base: -any
hspec: -any
HUnit: -any
general-games: -any
maintainer: cgorski@cgorski.org
synopsis: Library supporting simulation of a number of games
changelog: ''
basic-deps:
MonadRandom: -any
base: ! '>=4.7 && <5'
monad-loops: -any
random-shuffle: -any
random: -any
all-versions:
- '0.1.0.0'
- '0.2.0'
- '0.3.0'
- '0.4.0'
author: Christopher A. Gorski
latest: '0.4.0'
description-type: markdown
description: ! '# General-games
* [Description](#description)
* [Contribute](#contribute)
* [License](#license)
## Description
Library providing framework for simulating outcomes of a variety of games, including
Poker.
## Contribute
For any problems, comments, or feedback please create an issue [here on GitHub](https://github.com/cgorski/general-games/issues).
## License
`general-games` is released under the [MIT License](https://opensource.org/licenses/MIT).'
license-name: MIT
| Update from Hackage at 2017-02-27T19:50:08Z | Update from Hackage at 2017-02-27T19:50:08Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b2c70babd894e79c0ec3ac75ecaebab0233ffa4f | packages/to/token-limiter.yaml | packages/to/token-limiter.yaml | homepage: https://github.com/gregorycollins/token-limiter
changelog-type: markdown
hash: 8b02a1227ed494f9afefd7ceb2dd6f7e926a4c8d5d1d4e4b0c5982b2936e642a
test-bench-deps:
base: -any
text: -any
clock: -any
async: -any
token-limiter: -any
tasty-hunit: ! '>=0.9'
tasty: ! '>=1.0'
QuickCheck: ! '>=2.10'
maintainer: greg@gregorycollins.net
synopsis: Fast rate limiting using the token bucket algorithm (BSD)
changelog: |
# Revision history for token-limiter
## 0.2.0.0 -- 2019-Nov-01
* Add `penalize`.
## 0.1.0.0 -- 2019-Apr-04
* First version.
basic-deps:
base: ! '>=4.10 && <4.14'
clock: ! '>=0.7'
ghc-prim: -any
all-versions:
- 0.1.0.0
- 0.2.0.0
author: Gregory Collins
latest: 0.2.0.0
description-type: haddock
description: Fast rate limiting using the token bucket algorithm. BSD-licensed.
license-name: BSD-2-Clause
| homepage: https://github.com/gregorycollins/token-limiter
changelog-type: markdown
hash: 8d8efdf3fe560afa5fa000ed2b3eda67b1763e83b689d221b409066cdd173488
test-bench-deps:
base: -any
text: -any
clock: -any
async: -any
token-limiter: -any
tasty-hunit: ! '>=0.9'
tasty: ! '>=1.0'
QuickCheck: ! '>=2.10'
maintainer: greg@gregorycollins.net
synopsis: Fast rate limiting using the token bucket algorithm (BSD)
changelog: |
# Revision history for token-limiter
## 0.2.0.1 -- 2019-Nov-03
Don't use coarse monotonic clock by default.
## 0.2.0.0 -- 2019-Nov-01
Add `penalize`.
## 0.1.0.0 -- 2019-Apr-04
First version.
basic-deps:
base: ! '>=4.10 && <4.14'
clock: ! '>=0.7'
ghc-prim: -any
all-versions:
- 0.1.0.0
- 0.2.0.0
- 0.2.0.1
author: Gregory Collins
latest: 0.2.0.1
description-type: haddock
description: Fast rate limiting using the token bucket algorithm. BSD-licensed.
license-name: BSD-2-Clause
| Update from Hackage at 2019-11-03T22:00:43Z | Update from Hackage at 2019-11-03T22:00:43Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1d5054b6a89f910223682fa38406e8080e8ed550 | config/rubocop.yml | config/rubocop.yml | AllCops:
Includes:
- '**/*.rake'
- 'Gemfile'
- 'Gemfile.devtools'
Excludes:
- '**/vendor/**'
- '**/benchmarks/**'
# Avoid parameter lists longer than five parameters.
ParameterLists:
Max: 3
CountKeywordArgs: true
# Avoid more than `Max` levels of nesting.
BlockNesting:
Max: 3
# Align with the style guide.
CollectionMethods:
PreferredMethods:
collect: 'map'
inject: 'reduce'
find: 'detect'
find_all: 'select'
# Do not force public/protected/private keyword to be indented at the same
# level as the def keyword. My personal preference is to outdent these keywords
# because I think when scanning code it makes it easier to identify the
# sections of code and visually separate them. When the keyword is at the same
# level I think it sort of blends in with the def keywords and makes it harder
# to scan the code and see where the sections are.
AccessControl:
Enabled: false
# Limit line length
LineLength:
Max: 80
# Disable documentation checking until a class needs to be documented once
Documentation:
Enabled: false
# Do not favor modifier if/unless usage when you have a single-line body
IfUnlessModifier:
Enabled: false
# Allow case equality operator (in limited use within the specs)
CaseEquality:
Enabled: false
# Constants do not always have to use SCREAMING_SNAKE_CASE
ConstantName:
Enabled: false
# Not all trivial readers/writers can be defined with attr_* methods
TrivialAccessors:
Enabled: false
| AllCops:
Includes:
- '**/*.rake'
- 'Gemfile'
- 'Gemfile.devtools'
Excludes:
- '**/vendor/**'
- '**/benchmarks/**'
# Avoid parameter lists longer than five parameters.
ParameterLists:
Max: 3
CountKeywordArgs: true
# Avoid more than `Max` levels of nesting.
BlockNesting:
Max: 3
# Align with the style guide.
CollectionMethods:
PreferredMethods:
collect: 'map'
inject: 'reduce'
find: 'detect'
find_all: 'select'
# Limit line length
LineLength:
Max: 80
# Disable documentation checking until a class needs to be documented once
Documentation:
Enabled: false
# Do not favor modifier if/unless usage when you have a single-line body
IfUnlessModifier:
Enabled: false
# Allow case equality operator (in limited use within the specs)
CaseEquality:
Enabled: false
# Constants do not always have to use SCREAMING_SNAKE_CASE
ConstantName:
Enabled: false
# Not all trivial readers/writers can be defined with attr_* methods
TrivialAccessors:
Enabled: false
# Default seems to be 10, which I think is a little ridiculous :-)
MethodLength:
Max: 12
| Change some Rubocop settings for my personal taste | Change some Rubocop settings for my personal taste
| YAML | mit | L2G/guard-xmllint |
f746d4444ff974087170a5a04ae67888025c5a08 | config/sidekiq.yml | config/sidekiq.yml | ---
:verbose: false
:concurrency: 2
:logfile: ./log/sidekiq.json.log
:queues:
- downstream_high
- dependency_resolution
- downstream_low
- experiments
- default
| ---
:verbose: false
:concurrency: 2
:logfile: ./log/sidekiq.json.log
:queues:
- downstream_high
- dependency_resolution
- downstream_low
- experiments
- default
- import
| Add the queue used by the ImportWorker | Add the queue used by the ImportWorker
| YAML | mit | alphagov/publishing-api,alphagov/publishing-api |
4cd36f09926211d21f3fd37ebdf5678456889669 | people/2016/spring/jflory7.yaml | people/2016/spring/jflory7.yaml | #hfoss
name: Justin W. Flory
avatar: jwf9260@rit.edu
blog: https://blog.justinwflory.com
feed: https://blog.justinwflory.com/category/foss/feed/
email: jflory7@gmail.com
major: Networking and Systems Administration 2019
irc: jflory7
rit_dce: jwf9260
forges:
- https://github.com/jflory7
- https://bitbucket.org/jflory7
bio: FOSS forever. At RIT, I participate in RITlug, NextHop, and FOSS@MAGIC. Elsewhere, I am a contributor to the Fedora Project, staff member of the SpigotMC project, and a few smaller things.
hw:
firstflight: https://blog.justinwflory.com/2016/01/first-flight-my-foray-into-hfoss/
| #hfoss
name: Justin W. Flory
avatar: jwf9260@rit.edu
blog: https://blog.justinwflory.com
feed: https://blog.justinwflory.com/category/foss/feed/
email: jflory7@gmail.com
major: Networking and Systems Administration 2019
irc: jflory7
rit_dce: jwf9260
forges:
- https://github.com/jflory7
- https://bitbucket.org/jflory7
bio: FOSS forever. At RIT, I participate in RITlug, NextHop, and FOSS@MAGIC. Elsewhere, I am a contributor to the Fedora Project, staff member of the SpigotMC project, and a few smaller things.
hw:
firstflight: https://blog.justinwflory.com/2016/01/hfoss-first-flight/
litreview1: https://blog.justinwflory.com/2016/02/reviewing-what-is-open-source-steve-weber/ | Correct URL for firstflight, add litreview1 | Correct URL for firstflight, add litreview1
| YAML | apache-2.0 | deejoe/hfoss,deejoe/hfoss,theheckle/hfoss,theheckle/hfoss |
a6509bad53116919e3fdb8ccfaf3c1ef22740a79 | zuul.d/project.yaml | zuul.d/project.yaml | - project:
templates:
# - check-requirements
# - openstack-cover-jobs
# - openstack-lower-constraints-jobs
# - openstack-python-jobs
# - openstack-python3-train-jobs
- publish-openstack-docs-pti
# - release-notes-jobs-python3
check:
jobs:
- ironic-inspector-grenade-dsvm
- ironic-inspector-tempest
- ironic-inspector-tempest-discovery
- ironic-inspector-tempest-python3
# - openstack-tox-functional
# - openstack-tox-functional-py36
- bifrost-integration-tinyipa-ubuntu-xenial
- ironic-inspector-tox-bandit:
voting: false
gate:
queue: ironic
jobs:
- ironic-inspector-grenade-dsvm
- ironic-inspector-tempest
- ironic-inspector-tempest-discovery
- ironic-inspector-tempest-python3
# - openstack-tox-functional
# - openstack-tox-functional-py36
- bifrost-integration-tinyipa-ubuntu-xenial
| - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python3-train-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironic-inspector-grenade-dsvm
- ironic-inspector-tempest
- ironic-inspector-tempest-discovery
- ironic-inspector-tempest-python3
- openstack-tox-functional
- openstack-tox-functional-py36
- bifrost-integration-tinyipa-ubuntu-xenial
- ironic-inspector-tox-bandit:
voting: false
gate:
queue: ironic
jobs:
- ironic-inspector-grenade-dsvm
- ironic-inspector-tempest
- ironic-inspector-tempest-discovery
- ironic-inspector-tempest-python3
- openstack-tox-functional
- openstack-tox-functional-py36
- bifrost-integration-tinyipa-ubuntu-xenial
| Revert "Lets temporarily disable broken templates so we can fix gate" | Revert "Lets temporarily disable broken templates so we can fix gate"
This reverts commit 497db8479bfb2f1d2895f65bb6e721b6259b8a66.
Change-Id: Ida731235367ea9931e9e6b2bd848f1c7ca657075
| YAML | apache-2.0 | openstack/ironic-inspector,openstack/ironic-inspector |
426c3a34bbd3deb9950d5f2006f235424235ee48 | .circleci/config.yml | .circleci/config.yml | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.3@sha256:ff211e3a62d62e02f7cbc6fd34ef0cef983a0a5c1645bfc1019b2e45dcd9f36c
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- cache-{{ checksum "Pipfile.lock" }}
- cache-
- run:
name: Install dependencies
command: |
python3 -m venv .venv
pip install --user pipenv
pipenv sync --dev
- save_cache:
key: cache-{{ checksum "Pipfile.lock" }}
paths:
- ~/.local
- ~/.cache
- run:
name: run tests
command: |
pipenv run flake8 bamboo_crawler tests
export AWS_ACCESS_KEY_ID='1234'
export AWS_SECRET_ACCESS_KEY='5678'
pipenv run python setup.py test
- store_artifacts:
path: test-reports
destination: test-reports
| # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.3@sha256:10924f48325d36e856aea55f91695a5b1a0576e7d890b1b5d02764bbcf3b2b1a
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- cache-{{ checksum "Pipfile.lock" }}
- cache-
- run:
name: Install dependencies
command: |
python3 -m venv .venv
pip install --user pipenv
pipenv sync --dev
- save_cache:
key: cache-{{ checksum "Pipfile.lock" }}
paths:
- ~/.local
- ~/.cache
- run:
name: run tests
command: |
pipenv run flake8 bamboo_crawler tests
export AWS_ACCESS_KEY_ID='1234'
export AWS_SECRET_ACCESS_KEY='5678'
pipenv run python setup.py test
- store_artifacts:
path: test-reports
destination: test-reports
| Update circleci/python:3.7.3 Docker digest to 10924f4 | Update circleci/python:3.7.3 Docker digest to 10924f4
| YAML | bsd-3-clause | kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler |
211cc9bd99ca6bea735b6bc42210b33478f32022 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:f5606808bd76606fb053258b8281ad87c48811f1c10b2222850c2a3234a36bcb
- image: circleci/mongo:3@sha256:d7b7fbdff8d1a62fee3fc7113265c55a205286f8027cd4b9815cccff31dea4be
steps:
- checkout
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn codecov
| version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:f5606808bd76606fb053258b8281ad87c48811f1c10b2222850c2a3234a36bcb
- image: circleci/mongo:3@sha256:aa59341f95052da53f148906263f86eeea56b465dcfbb145d4e81e4d455a3176
steps:
- checkout
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn codecov
| Update circleci/mongo:3 Docker digest to aa5934 | Update circleci/mongo:3 Docker digest to aa5934 | YAML | mit | js-accounts/accounts |
056836978ebab3360517ecf3d0ecc1ffd07fcb8d | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.9-browsers
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
# Install dependencies
- run:
name: Install Dependencies
command: npm install
# Keep cache
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
# run tests
- run:
name: Run tests
command: npm run unit
# run codecov
- run:
name: Run coverage
command: ./node_modules/.bin/codecov
# run lint
- run:
name: Run lint
command: npm run lint | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.9-browsers
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
# Install dependencies
- run:
name: Install Dependencies
command: npm install
# Keep cache
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
# run tests
- run:
name: Run tests
command: npm run unit
no_output_timeout: 20m
# run codecov
- run:
name: Run coverage
command: ./node_modules/.bin/codecov
# run lint
- run:
name: Run lint
command: npm run lint | Increment timeout run test circleci | Increment timeout run test circleci
| YAML | mit | rafaelpimpa/buefy,rafaelpimpa/buefy,rafaelpimpa/buefy |
9563d58bc3aea59c5717b379f99a5b380f368a74 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:latest
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/mongo:3.4.4
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: npm install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
# run tests!
- run: npm run test
| # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:latest
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/mongo:3.4.4
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: npm install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
# run tests!
- run: npm run test
# run snapshot tests!
- run: npm run test:snapshot
| Enable snapshot tests for CircleCi | Enable snapshot tests for CircleCi
| YAML | mit | Ciunkos/ciunkos.com |
e5478973cae79f5dab66c9fe8b12174144e3bb1a | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
haskell: haskell-works/haskell-build@1.6.0
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
- haskell/build:
name: GHC 8.4.4
executor: haskell/ghc-8_4_4
- haskell/build:
name: GHC 8.6.3
executor: haskell/ghc-8_6_3
- github/release-cabal:
name: GitHub Release
requires:
- GHC 8.2.2
- GHC 8.4.4
- GHC 8.6.3
checkout: true
filters:
branches:
only: master
- hackage/upload:
publish: true
requires:
- GitHub Release
username: ${HACKAGE_USER}
password: ${HACKAGE_PASS}
| version: 2.1
orbs:
haskell: haskell-works/haskell-build@1.6.2
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
- haskell/build:
name: GHC 8.4.4
executor: haskell/ghc-8_4_4
- haskell/build:
name: GHC 8.6.3
executor: haskell/ghc-8_6_3
- github/release-cabal:
name: GitHub Release
requires:
- GHC 8.2.2
- GHC 8.4.4
- GHC 8.6.3
checkout: true
filters:
branches:
only: master
- hackage/upload:
publish: true
requires:
- GitHub Release
username: ${HACKAGE_USER}
password: ${HACKAGE_PASS}
| Upgrade circleci to use haskell/build 1.6.2 | Upgrade circleci to use haskell/build 1.6.2
| YAML | bsd-3-clause | haskell-works/hw-bits |
0200ba39aaf13d1e1608f928b95ea5ae260c110c | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
version: 2
defaults: &defaults
docker:
- image: circleci/node:7
working_directory: ~/repo
restore-npm-cache: &restore-npm-cache
restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
jobs:
build:
<<: *defaults
steps:
- checkout
- <<: *restore-npm-cache
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
audit:
<<: *defaults
steps:
- checkout
- <<: *restore-npm-cache
- run: yarn flow
- run: yarn lint
test-dev:
<<: *defaults
steps:
- checkout
- <<: *restore-npm-cache
- run: yarn test:cov
- run: yarn report-coverage
test-prod:
<<: *defaults
steps:
- checkout
- <<: *restore-npm-cache
- run: yarn test:prod
website:
<<: *defaults
steps:
- checkout
- <<: *restore-npm-cache
- run: cd site && make publish
workflows:
version: 2
microcosm:
jobs:
- build
- audit:
requires:
- build
- test-dev:
requires:
- build
- test-prod:
requires:
- build
- website:
filters:
branches:
only: master
requires:
- build
| # Javascript Node CircleCI 2.0 configuration file
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
version: 2
defaults: &defaults
docker:
- image: circleci/node:7
working_directory: ~/repo
restore-npm-cache: &restore-npm-cache
restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
jobs:
build:
<<: *defaults
steps:
- checkout
- <<: *restore-npm-cache
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
audit:
<<: *defaults
steps:
- checkout
- <<: *restore-npm-cache
- run: yarn flow
- run: yarn lint
test-dev:
<<: *defaults
steps:
- checkout
- <<: *restore-npm-cache
- run: yarn test:cov
- run: yarn report-coverage
test-prod:
<<: *defaults
steps:
- checkout
- <<: *restore-npm-cache
- run: yarn test:prod
workflows:
version: 2
microcosm:
jobs:
- build
- audit:
requires:
- build
- test-dev:
requires:
- build
- test-prod:
requires:
- build
| Remove website task until we can figure it out | Remove website task until we can figure it out
| YAML | mit | vigetlabs/microcosm,vigetlabs/microcosm,vigetlabs/microcosm |
3624fb7183b21b63f82a71a1901c35c82b351996 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/buildpack-deps:disco
working_directory: ~/EasyFXML
steps:
- setup_remote_docker
- checkout
- run:
name: Docker build
command: 'docker build -t easyfxml/test .'
- restore_cache:
keys:
- m2-{{ .Branch }}-{{ checksum "pom.xml" }}
- m2-{{ .Branch }}-{{ checksum "pom.xml" }}
- m2-{{ checksum "pom.xml" }}
paths:
- ~/.m2/repository
- run: mvn dependency:go-offline
- save_cache:
key: m2-{{ .Branch }}-{{ checksum "pom.xml" }}
paths:
- ~/.m2/repository
- run:
name: Build and Test
command: 'docker run -v ~/.m2:/root/.m2 easyfxml/test:latest'
- store_test_results:
path: "**/target/surefire-reports"
- store_artifacts:
path: "**/target/*.jar"
| version: 2
jobs:
build:
docker:
- image: circleci/buildpack-deps:disco
working_directory: ~/EasyFXML
steps:
- setup_remote_docker
- checkout
- run:
name: Docker build
command: 'docker build -t easyfxml/test .'
- restore_cache:
keys:
- m2-{{ .Branch }}-{{ checksum "pom.xml" }}
- m2-{{ .Branch }}-{{ checksum "pom.xml" }}
- m2-{{ checksum "pom.xml" }}
paths:
- ~/.m2/repository
- run:
name: Build and Test
command: 'docker run -v ~/.m2:/root/.m2 easyfxml/test:latest'
- save_cache:
key: m2-{{ .Branch }}-{{ checksum "pom.xml" }}
paths:
- ~/.m2/repository
- store_test_results:
path: "**/target/surefire-reports"
- store_artifacts:
path: "**/target/*.jar"
| Use mapping only for cache management | Use mapping only for cache management
| YAML | apache-2.0 | Tristan971/EasyFXML,Tristan971/EasyFXML |
c3d1d5865640849f40b01a074c910b5b683a4605 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/python:3.6.1
working_directory: ~/repo
steps:
- checkout
- restore_cache:
key: deps-{{ .Branch }}-{{ checksum "dev-requirements.txt" }}-{{ checksum "setup.py" }}
- run:
name: Create Virtual Env
command: |
python3 -m venv venv
- run:
name: Install dev requirements
command: |
. venv/bin/activate
pip install -r dev-requirements.txt
- run:
name: Install Phial
command: |
. venv/bin/activate
pip install -e .
- save_cache:
key: deps-{{ .Branch }}-{{ checksum "dev-requirements.txt" }}-{{ checksum "setup.py" }}
paths:
- "venv"
- run:
name: Lint Code
command: |
. venv/bin/activate
flake8 phial/ tests/
- run:
name: Run Tests
command: |
. venv/bin/activate
nosetests --with-coverage --cover-inclusive --cover-package=phial
- run:
name: Upload coverage
command: |
. venv/bin/activate
coveralls
| version: 2
jobs:
build:
docker:
- image: circleci/python:3.6.1
working_directory: ~/repo
steps:
- checkout
- restore_cache:
key: deps-{{ checksum "dev-requirements.txt" }}-{{ checksum "setup.py" }}
- run:
name: Create Virtual Env
command: |
python3 -m venv venv
- run:
name: Install dev requirements
command: |
. venv/bin/activate
pip install -r dev-requirements.txt
- run:
name: Install Phial
command: |
. venv/bin/activate
pip install -e .
- save_cache:
key: deps-{{ checksum "dev-requirements.txt" }}-{{ checksum "setup.py" }}
paths:
- "venv"
- run:
name: Lint Code
command: |
. venv/bin/activate
flake8 phial/ tests/
- run:
name: Run Tests
command: |
. venv/bin/activate
nosetests --with-coverage --cover-inclusive --cover-package=phial
- run:
name: Upload coverage
command: |
. venv/bin/activate
coveralls
| Change ci to not cache per branch | Change ci to not cache per branch
| YAML | mit | sedders123/phial |
93f9d6b5a7d54db51cd56659ae31b76091a3e428 | .circleci/config.yml | .circleci/config.yml |
version: 2
jobs:
test:
docker:
- image: circleci/node:latest
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: npm install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm test
deploy:
docker:
- image: circleci/node:latest
steps:
- add_ssh_keys:
fingerprints:
- "73:b7:b4:63:6a:82:76:02:ae:41:8f:80:5e:ca:01:8f"
- run: ssh $SERVER_USER@$SERVER_IP "bash --login -c 'cd /var/www/spacexdata.com/SpaceX-API && git checkout master --force && git pull --force && npm install --production && pm2 reload spacex-api'"
workflows:
version: 2
build-test-and-deploy:
jobs:
- test
- deploy:
requires:
- test
|
version: 2
jobs:
test:
docker:
- image: circleci/node:latest
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: npm install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm test
deploy:
docker:
- image: circleci/node:latest
steps:
- add_ssh_keys:
fingerprints:
- "73:b7:b4:63:6a:82:76:02:ae:41:8f:80:5e:ca:01:8f"
- run: echo '73:b7:b4:63:6a:82:76:02:ae:41:8f:80:5e:ca:01:8f' >> ~/.ssh/known_hosts
- run: ssh $SERVER_USER@$SERVER_IP "bash --login -c 'cd /var/www/spacexdata.com/SpaceX-API && git checkout master --force && git pull --force && npm install --production && pm2 reload spacex-api'"
workflows:
version: 2
build-test-and-deploy:
jobs:
- test
- deploy:
requires:
- test
| Add ssh fingerprint to known hosts | Add ssh fingerprint to known hosts
| YAML | apache-2.0 | r-spacex/SpaceX-API,r-spacex/SpaceX-API |
41f0d381760c6dbc0cf0d8d606e634026b3c691b | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: cypress/base:8
environment:
## this enables colors in the output
TERM: xterm
working_directory: ~/app
steps:
- checkout
- restore_cache:
keys:
- v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
- v1-deps-{{ .Branch }}
- v1-deps
- run:
name: Install Dependencies
command: yarn
- save_cache:
key: v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
paths:
- ~/.npm
- ~/.cache
- run: yarn workspace docs build
- run: yarn workspace docs start & npx wait-on http://localhost:3000 && npm run e2e:run -- --record
| version: 2
jobs:
javascript:
docker:
- image: circleci/node:lts
working_directory: ~/eslint-plugin-import-groups
steps:
- yarn lint
- yarn build:analyze
- persist_to_workspace:
root: .
paths: .
test_cypress:
docker:
- image: cypress/base:8
environment:
## this enables colors in the output
TERM: xterm
working_directory: ~/app
steps:
- checkout
- restore_cache:
keys:
- v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
- v1-deps-{{ .Branch }}
- v1-deps
- run:
name: Install Dependencies
command: yarn
- save_cache:
key: v1-deps-{{ .Branch }}-{{ checksum "package.json" }}
paths:
- ~/.npm
- ~/.cache
- run: yarn workspace docs build
- run: yarn workspace docs start & npx wait-on http://localhost:3000 && npm run e2e:run -- --record
workflows:
version: 2
build_and_test:
jobs:
- checkout_code
- javascript:
requires:
- checkout_code
- test_cypress:
required:
- javascript
| Move all test runs to the circleci worflows | [WIP] Move all test runs to the circleci worflows
| YAML | mit | mbrookes/material-ui,callemall/material-ui,dmtrKovalenko/material-ui-pickers,rscnt/material-ui,mbrookes/material-ui,mui-org/material-ui,mui-org/material-ui,oliviertassinari/material-ui,rscnt/material-ui,mbrookes/material-ui,rscnt/material-ui,callemall/material-ui,callemall/material-ui,oliviertassinari/material-ui,dmtrKovalenko/material-ui-pickers,mui-org/material-ui,callemall/material-ui,oliviertassinari/material-ui |
7243be6c4a7d6eb9fd5eb296f5b53c5fc3aac42e | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
general:
branches:
ignore:
- gh-pages
workflows:
version: 2
test_build:
jobs:
- build
- test
jobs:
build:
docker:
- image: circleci/node:8.9.4
steps:
- checkout
- run: npm install
- run: npm run lint
test:
docker:
- image: circleci/node:8.9.4
- image: bouncestorage/swift-aio
steps:
- checkout
- run: cp tests/test.config.circle-ci.js tests/test.config.js
- run: npm install
- run: npm test
machine:
timezone:
America/Los_Angeles
docker:
version: latest
test:
pre:
- docker build -t bouncestorage/swift-aio
- docker run -P -v /path/to/data:/swift/nodes -t bouncestorage/swift-aio | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
general:
branches:
ignore:
- gh-pages
workflows:
version: 2
test_build:
jobs:
- build
- test
jobs:
build:
docker:
- image: circleci/node:8.9.4
steps:
- checkout
- run: npm install
- run: npm run lint
test:
docker:
- image: circleci/node:8.9.4
- image: bouncestorage/swift-aio
steps:
- checkout
- run: cp tests/test.config.circle-ci.js tests/test.config.js
- run: npm install
- run: npm test
machine:
timezone:
America/Los_Angeles
docker:
version: latest
test:
pre:
- docker build -t bouncestorage/swift-aio
- docker run -P -v /tmp/swift_test:/swift/nodes -t bouncestorage/swift-aio | Use /tmp/swift_test for bouncestorage image | Use /tmp/swift_test for bouncestorage image
| YAML | mit | Tezirg/os2 |
a01e52a4df0cf87033b904dcbdb9d65413d5f957 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build-publish:
machine:
image: ubuntu-1604:201903-01
steps:
- checkout
- run:
name: Build, test, tag, publish docker image on Dockerhub
command: ./build_test_publish.sh
deploy-to-beta:
docker:
- image: cyberdojo/gcloud-kubectl-helm
steps:
- checkout
- run:
name: Authenticate with gcloud, deploy to beta with helm
command: ./.circleci/deploy_to_namespace.sh beta
deploy-to-prod:
docker:
- image: cyberdojo/gcloud-kubectl-helm
steps:
- checkout
- run:
name: Authenticate with gcloud, deploy to prod with helm
command: ./.circleci/deploy_to_namespace.sh prod
workflows:
version: 2
build-publish-deploy:
jobs:
- build-publish:
context: cyberdojo-context
filters:
branches:
only:
- master
- deploy-to-beta:
context: cyberdojo-context
requires:
- build-publish
- approve-to-prod:
type: approval
requires:
- deploy-to-beta
- deploy-to-prod:
context: cyberdojo-context
requires:
- approve-to-prod
| version: 2
jobs:
build-publish:
machine:
image: ubuntu-1604:201903-01
steps:
- checkout
- run:
name: Build, test, tag, publish docker image on Dockerhub
command: |
pwd
ls -al
./build_test_publish.sh
deploy-to-beta:
docker:
- image: cyberdojo/gcloud-kubectl-helm
steps:
- checkout
- run:
name: Authenticate with gcloud, deploy to beta with helm
command: ./.circleci/deploy_to_namespace.sh beta
deploy-to-prod:
docker:
- image: cyberdojo/gcloud-kubectl-helm
steps:
- checkout
- run:
name: Authenticate with gcloud, deploy to prod with helm
command: ./.circleci/deploy_to_namespace.sh prod
workflows:
version: 2
build-publish-deploy:
jobs:
- build-publish:
context: cyberdojo-context
filters:
branches:
only:
- master
- deploy-to-beta:
context: cyberdojo-context
requires:
- build-publish
- approve-to-prod:
type: approval
requires:
- deploy-to-beta
- deploy-to-prod:
context: cyberdojo-context
requires:
- approve-to-prod
| Add debug commands for CI run | Add debug commands for CI run
| YAML | bsd-2-clause | cyber-dojo/web,cyber-dojo/web,cyber-dojo/web,cyber-dojo/web |
7e9a916396949ffd23ce1d083b8765857c701709 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
py26:
macos:
# macOS 10.12, last version with Python 2.6
xcode: 9.0.1
steps:
- checkout
- run: /usr/bin/python2.6 run.py deps
- run: /usr/bin/python2.6 run.py ci
pypy:
macos:
# macOS 10.14.4
xcode: 10.3.0
steps:
- checkout
- restore_cache:
keys:
- homebrew
- run: brew install pypy
- save_cache:
key: homebrew
paths:
- /usr/local/Homebrew
- run: pypy run.py deps
- run: pypy run.py ci
workflows:
version: 2
python-26:
jobs:
- py26
python-pypy:
jobs:
- pypy
| version: 2
jobs:
py26:
macos:
# macOS 10.12, last version with Python 2.6
xcode: 9.0.1
steps:
- checkout
- run: /usr/bin/python2.6 run.py deps
- run: /usr/bin/python2.6 run.py ci
pypy:
macos:
# macOS 10.14.4
xcode: 10.3.0
steps:
- checkout
- restore_cache:
keys:
- homebrew
- run: brew install pypy
- save_cache:
key: homebrew
paths:
- /usr/local/Homebrew
- run: pypy run.py deps
- run: pypy run.py ci
workflows:
version: 2
python-26:
jobs:
- py26
python-pypy:
jobs:
- pypy
| Fix CircleCI caching YAML formatting | Fix CircleCI caching YAML formatting
| YAML | mit | wbond/oscrypto |
4f0e6f5670941d1595cce88f860e152bf3d8a05c | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
python_build_and_test:
docker:
- image: circleci/python:3.6
environment:
AWS_ACCESS_KEY_ID: placeholder
AWS_SECRET_ACCESS_KEY: placeholder
AWS_DEFAULT_REGION: us-east-1
- image: cnadiminti/dynamodb-local
steps:
- checkout
- run: make mock
- run: make pytest
node_build_and_test:
docker:
- image: circleci/node:8
environment:
AWS_ACCESS_KEY_ID: placeholder
AWS_SECRET_ACCESS_KEY: placeholder
AWS_DEFAULT_REGION: us-east-1
- image: cnadiminti/dynamodb-local
steps:
- checkout
- run: npm install
- run: make mock
- run: make jstest
golang_build_and_test:
docker:
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
- image: circleci/golang:1.8
environment:
AWS_ACCESS_KEY_ID: placeholder
AWS_SECRET_ACCESS_KEY: placeholder
AWS_DEFAULT_REGION: us-east-1
- image: postgres
environment:
POSTGRES_PASSWORD: secret
- image: redis
- image: cnadiminti/dynamodb-local
steps:
- checkout
- run: make mock
- run: make bin
- run: make gotest
workflows:
version: 2
build_and_test:
jobs:
- python_build_and_test
- node_build_and_test
- golang_build_and_test
| version: 2
jobs:
python_build_and_test:
docker:
- image: circleci/python:3.6
environment:
AWS_ACCESS_KEY_ID: placeholder
AWS_SECRET_ACCESS_KEY: placeholder
AWS_DEFAULT_REGION: us-east-1
- image: cnadiminti/dynamodb-local
steps:
- checkout
- run: make mock
- run: make pytest
node_build_and_test:
docker:
- image: circleci/node:8
environment:
AWS_ACCESS_KEY_ID: placeholder
AWS_SECRET_ACCESS_KEY: placeholder
AWS_DEFAULT_REGION: us-east-1
- image: cnadiminti/dynamodb-local
steps:
- checkout
- run: npm install
- run: make mock
- run: make nodesetup
- run: make jstest
golang_build_and_test:
docker:
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
- image: circleci/golang:1.8
environment:
AWS_ACCESS_KEY_ID: placeholder
AWS_SECRET_ACCESS_KEY: placeholder
AWS_DEFAULT_REGION: us-east-1
- image: postgres
environment:
POSTGRES_PASSWORD: secret
- image: redis
- image: cnadiminti/dynamodb-local
steps:
- checkout
- run: make mock
- run: make bin
- run: make gotest
workflows:
version: 2
build_and_test:
jobs:
- python_build_and_test
- node_build_and_test
- golang_build_and_test
| Add nodesetup dependency to javascript testing | Add nodesetup dependency to javascript testing
| YAML | agpl-3.0 | NoteGio/openrelay,NoteGio/openrelay,NoteGio/openrelay,NoteGio/openrelay |
efb1b853575b4dc95cfe584e8182419964ff7faa | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
- add_ssh_keys:
fingerprints:
- "69:c9:8f:8d:69:8a:f3:20:ef:65:14:59:6a:0c:c5:f1"
- run:
name: Build war file
command: mvn clean package
- deploy:
name: Deploy to server
command: |
scp -P $SSH_PORT $CIRCLE_WORKING_DIRECTORY/target/courses.war $SSH_USER@$SSH_HOST:/home/$SSH_USER
#workflows:
# version: 2
#
# build_only_master:
# jobs:
# - build:
# filters:
# branches:
# ignore: /.*/
# tags:
# only: /^\d+\.\d+\.\d+$/
| version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
- add_ssh_keys:
fingerprints:
- "de:20:51:fb:e5:c6:eb:62:56:9a:f0:f3:43:01:09:94"
- run:
name: Build war file
command: mvn clean package
- deploy:
name: Deploy to server
command: |
scp -P $SSH_PORT $CIRCLE_WORKING_DIRECTORY/target/courses.war $SSH_USER@$SSH_HOST:/home/$SSH_USER
#workflows:
# version: 2
#
# build_only_master:
# jobs:
# - build:
# filters:
# branches:
# ignore: /.*/
# tags:
# only: /^\d+\.\d+\.\d+$/
| Replace SSH key in CircleCI | Replace SSH key in CircleCI
| YAML | mit | Vovas11/courses,Vovas11/courses,Vovas11/courses |
e06c1084421c55e89d334dacf0127d634fc94d3d | roles/ceph-agent/meta/main.yml | roles/ceph-agent/meta/main.yml | ---
galaxy_info:
author: Alfredo Deza
description: Installs Ceph Storage Agent
license: Apache
min_ansible_version: 2.3
platforms:
- name: Ubuntu
versions:
- xenial
- name: EL
versions:
- 7
categories:
- system
dependencies: []
| ---
galaxy_info:
author: Alfredo Deza
description: Installs Ceph Storage Agent
license: Apache
min_ansible_version: 2.3
platforms:
- name: Ubuntu
versions:
- xenial
- name: EL
versions:
- 7
- name: opensuse
versions:
- 42.3
categories:
- system
dependencies: []
| Add support for the openSUSE Leap distributions | ceph-agent: Add support for the openSUSE Leap distributions
Add support for the openSUSE Leap distributions.
Signed-off-by: Markos Chandras <33d8b43ece1558bd62b361ce5e954c5d9a97a7a2@suse.de>
| YAML | apache-2.0 | travmi/ceph-ansible,font/ceph-ansible,ceph/ceph-ansible,ceph/ceph-ansible,fgal/ceph-ansible,font/ceph-ansible,travmi/ceph-ansible,fgal/ceph-ansible |
6a5c85e60df6c62d8d36fcd7270bfdabdf4464f7 | roles/common/defaults/main.yml | roles/common/defaults/main.yml | common:
java_version: 8u162
java_home: "/usr/java/jdk1.8.0_162"
java_download: "http://download.oracle.com/otn-pub/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-linux-x64.rpm"
java_jce_download: "http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip"
| common:
java_version: 8u172
java_home: "/usr/java/jdk1.8.0_172"
java_download: "http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm"
java_jce_download: "http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip"
| Update to Java SDK 1.8.0_172 | Update to Java SDK 1.8.0_172
| YAML | apache-2.0 | lresende/spark-cluster-install |
97202951b8c0174e71a8cc41fe0cb95312894389 | roles/workshop/tasks/main.yaml | roles/workshop/tasks/main.yaml | - name: Create the workshop folder
file:
path: "{{ BASE }}/workshop"
state: directory
mode: 0755
- name: Clone all workshop git repos from github
become: true
become_user: stack
git:
repo: "https://github.com/{{ item }}"
dest: "{{ BASE }}/workshop/{{ item | basename }}"
with_items:
- afrittoli/cross_service_tempest_plugins
- afrittoli/designate-tempest-plugin
- afrittoli/heat-tempest-plugin
- openstack/tempest-plugin-cookiecutter
| - name: Create the workshop folder
file:
path: "{{ BASE }}/workshop"
state: directory
mode: 0755
- name: Clone all workshop git repos from github
become: true
become_user: stack
git:
repo: "https://github.com/{{ item }}"
dest: "{{ BASE }}/workshop/{{ item | basename }}"
with_items:
- afrittoli/cross_service_tempest_plugins
- afrittoli/designate-tempest-plugin
- afrittoli/heat-tempest-plugin
- openstack/tempest-plugin-cookiecutter
- name: Touch a .clean file to mark the image as new
file:
path: "{{ BASE }}/workshop/.clean"
state: touch
| Add a file to identify a clean image | Add a file to identify a clean image
| YAML | apache-2.0 | afrittoli/cross_service_tempest_plugins,afrittoli/cross_service_tempest_plugins |
60a03820834a3f5780385da9c493816f7a7b5a98 | packages/al/alex-prelude.yaml | packages/al/alex-prelude.yaml | homepage: https://www.asayers.com/
changelog-type: markdown
hash: 7b97416069022bed4b53decb8a22443ccf8c12e3bb9fbe9d4245b0876aeb6a32
test-bench-deps: {}
maintainer: alex.sayers@protonmail.com
synopsis: Collection of useful functions for writing console applications
changelog: ! '# Revision history for alex-prelude
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.
'
basic-deps:
base: ! '>=4.9 && <4.10'
time: ! '>=1.6 && <1.7'
all-versions:
- '0.1.0.0'
- '0.1.1.0'
author: Alex Sayers
latest: '0.1.1.0'
description-type: haddock
description: Collection of useful functions for writing console applications
license-name: BSD3
| homepage: https://www.asayers.com/
changelog-type: markdown
hash: a78f26c51336455795214241a540088cf39dd67b0041f5e570e508a43bdd2b7d
test-bench-deps: {}
maintainer: alex.sayers@protonmail.com
synopsis: Collection of useful functions for writing console applications
changelog: ! '# Revision history for alex-prelude
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.
'
basic-deps:
base: ! '>=4.9 && <4.10'
time: ! '>=1.6 && <1.7'
all-versions:
- '0.1.0.0'
- '0.1.1.0'
- '0.1.1.1'
author: Alex Sayers
latest: '0.1.1.1'
description-type: haddock
description: Collection of useful functions for writing console applications
license-name: BSD3
| Update from Hackage at 2017-09-12T18:09:51Z | Update from Hackage at 2017-09-12T18:09:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b30ef17bddb3845d3e3d2729e52a7a7a72ecbaa0 | _data/navigation.yml | _data/navigation.yml | # Site navigation links
#- title: Home
# url: /
- title: About me
url: /about/
- title: Projects and Portfolio
url: /projects/
- title: Blog
url: /blog/
- title: Github
url: http://github.com/LCHansson
| # Site navigation links
#- title: Home
# url: /
- title: About me
url: /about/
- title: Projects and Portfolio
url: /projects/
- title: Blog
url: /blog/
- title: Find me on Github
url: http://github.com/LCHansson
| Expand Github navbar link text | Expand Github navbar link text
| YAML | mit | LCHansson/LCHansson.github.io,LCHansson/LCHansson.github.io,LCHansson/LCHansson.github.io,LCHansson/LCHansson.github.io,LCHansson/LCHansson.github.io |
969076d3ceabb38a113089fb2632a5c55e2f4087 | default.config.yml | default.config.yml | ---
downloads: ~/.ansible-downloads/
homebrew_install_script: "{{ downloads }}/homebrew_install"
homebrew_install_path: /usr/local/bin
homebrew_packages:
- autoconf
- gcc
- gettext
- git
- go
- grep
- htop
- jq
- mysql
- node
- nvm
- python3
- readline
- wget
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- chromedriver
- docker
- firefox
- google-chrome
- iterm2
- macvim
- slack
oh_my_zsh_path: ~/.oh-my-zsh
| ---
downloads: ~/.ansible-downloads/
homebrew_install_script: "{{ downloads }}/homebrew_install"
homebrew_install_path: /usr/local/bin
homebrew_packages:
- autoconf
- gcc
- gettext
- git
- go
- grep
- htop
- jq
- mysql
- node
- nvm
- python3
- readline
- wget
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- chromedriver
- docker
- firefox
- google-chrome
- iterm2
- macvim
- slack
- spotify
- visual-studio-code
oh_my_zsh_path: ~/.oh-my-zsh
| Add more homebrew cask apps | Add more homebrew cask apps
| YAML | mit | brileb73/dotfiles |
c268638de9c99172bcb298f35d2ee3d76d6c3260 | defaults/main.yaml | defaults/main.yaml | ---
# vim: set ft=ansible:
ntp_timezone: Europe/Moscow
ntp_servers:
- 0.ru.pool.ntp.org
- 1.ru.pool.ntp.org
- 2.ru.pool.ntp.org
- 3.ru.pool.ntp.org
ntp_fallback_servers:
- 0.pool.ntp.org
- 1.pool.ntp.org
- 2.pool.ntp.org
- 3.pool.ntp.org
dotfiles_link: git@github.com:9seconds/dotfiles.git
pyenv_pythons:
- 2.6.9
- 2.7.13
- 3.4.5
- 3.5.3
- 3.6.1
- pypy2-5.6.0
- pypy3.5-5.8.0
pyenv_python2: 2.7.13
pyenv_python3: 3.6.1
docker_bip: 10.201.0.2/24
docker_storage_driver: overlay2
mandatory_docker_images:
- ubuntu:xenial
- ubuntu:latest
known_ssh_hosts:
- github.com
- bitbucket.org
| ---
# vim: set ft=ansible:
ntp_timezone: Europe/Moscow
ntp_servers:
- 0.ru.pool.ntp.org
- 1.ru.pool.ntp.org
- 2.ru.pool.ntp.org
- 3.ru.pool.ntp.org
ntp_fallback_servers:
- 0.pool.ntp.org
- 1.pool.ntp.org
- 2.pool.ntp.org
- 3.pool.ntp.org
dotfiles_link: git@github.com:9seconds/dotfiles.git
pyenv_pythons:
- 2.6.9
- 2.7.13
- 3.4.5
- 3.5.3
- 3.6.2
- pypy2-5.6.0
- pypy3.5-5.8.0
pyenv_python2: 2.7.13
pyenv_python3: 3.6.2
docker_bip: 10.201.0.2/24
docker_storage_driver: overlay2
mandatory_docker_images:
- ubuntu:xenial
- ubuntu:latest
known_ssh_hosts:
- github.com
- bitbucket.org
| Update base python3 to 3.6.2 | Update base python3 to 3.6.2
| YAML | mit | 9seconds/ansible-devbox |
b31fd189e6225a6ea83cd949c999ec6c0b8c2309 | _data/navigation.yml | _data/navigation.yml | # Site navigation links
- title: Research
url: /research/
- title: Projects
url: /projects/
- title: CV
url: /cv/
- title: About
url: /about/
excerpt: Learn more about Jason
image:
| # Site navigation links
- title: Research
url: /research/
- title: Projects
url: /projects/
- title: CV
url: /cv/
- title: About
url: /about/
excerpt:
image:
| Remove about part in bar | Remove about part in bar
| YAML | mit | jasonpchang/jasonpchang.github.io,jasonpchang/jasonpchang.github.io,jasonpchang/jasonpchang.github.io |
3ce7fc324560c33dcd9728bcc98f08dcc8c4d7c3 | _data/navigation.yml | _data/navigation.yml | - title: home
url: /
- title: about
url: /me
- title: contact
url: mailto:rodney@tattdcodemonkey.com
- title: github
url: https://github.com/tattdcodemonkey
- title: twitter
url: https://twitter.com/tattdcodemonkey
| - title: home
url: /
- title: about
url: /me
- title: contact
url: mailto:website@rodneynorris.com
- title: github
url: https://github.com/tattdcodemonkey
- title: twitter
url: https://twitter.com/tattdcodemonkey
| Change email to generic forwarded address | Change email to generic forwarded address
| YAML | mit | TattdCodeMonkey/TattdCodeMonkey.github.io,TattdCodeMonkey/TattdCodeMonkey.github.io |
6a53a3bae810da016f6097d37cb4fa10dacf0cb3 | docker/docker-compose.yml | docker/docker-compose.yml | version: '2'
services:
wrapper:
build:
context: ..
dockerfile: docker/Dockerfile
image: mapotempo/optimizer-api:latest
volumes:
- ./production.rb:/srv/app/config/environments/production.rb
ports:
- 80:80
links:
- redis-cache
resque-small:
build:
context: ..
dockerfile: docker/Dockerfile
image: mapotempo/optimizer-api:latest
volumes:
- ./production.rb:/srv/app/config/environments/production.rb
links:
- redis-cache
command: /bin/bash -c "cd /srv/app && APP_ENV=production COUNT=5 QUEUE=SMALL /usr/bin/bundle exec rake resque:workers"
resque-large:
build:
context: ..
dockerfile: docker/Dockerfile
image: mapotempo/optimizer-api:latest
volumes:
- ./production.rb:/srv/app/config/environments/production.rb
links:
- redis-cache
command: /bin/bash -c "cd /srv/app && APP_ENV=production COUNT=5 QUEUE=LARGE /usr/bin/bundle exec rake resque:workers"
redis-cache:
image: redis:alpine
| version: '2'
services:
wrapper:
build:
context: ..
dockerfile: docker/Dockerfile
image: mapotempo/optimizer-api:latest
ports:
- "80:80"
volumes:
- ./production.rb:/srv/app/config/environments/production.rb
links:
- redis-cache
resque-small:
build:
context: ..
dockerfile: docker/Dockerfile
image: mapotempo/optimizer-api:latest
volumes:
- ./production.rb:/srv/app/config/environments/production.rb
links:
- redis-cache
command: /bin/bash -c "cd /srv/app && APP_ENV=production COUNT=5 QUEUE=SMALL /usr/bin/bundle exec rake resque:workers"
resque-large:
build:
context: ..
dockerfile: docker/Dockerfile
image: mapotempo/optimizer-api:latest
volumes:
- ./production.rb:/srv/app/config/environments/production.rb
links:
- redis-cache
command: /bin/bash -c "cd /srv/app && APP_ENV=production COUNT=5 QUEUE=LARGE /usr/bin/bundle exec rake resque:workers"
redis-cache:
image: redis:alpine
| Move ports configuration before volumes, fix quoting. | Move ports configuration before volumes, fix quoting.
| YAML | agpl-3.0 | Mapotempo/optimizer-api,Mapotempo/optimizer-api,Mapotempo/optimizer-api,Mapotempo/optimizer-api |
86f47d1c00dc8dc375d8a2cb94e6d16846adbbc9 | doghouse/appengine/handlers.yaml | doghouse/appengine/handlers.yaml | handlers:
- url: /secret/*
secure: always
script: auto
- url: /static
static_dir: static
- url: /.*
script: auto
- url: /_ah/warmup
script: auto
login: admin
| handlers:
- url: /secret/*
secure: always
script: auto
- url: /static
static_dir: static
- url: /.*
script: auto
- url: /_ah/warmup
script: auto
| Remove loginc from /_ah/warmup as go112 doesn't support it | Remove loginc from /_ah/warmup as go112 doesn't support it
| YAML | mit | haya14busa/reviewdog,haya14busa/reviewdog,haya14busa/reviewdog |
54cc1468a3d8f84ec710914c4aaf793a64cda0ac | projects/jsoncpp/project.yaml | projects/jsoncpp/project.yaml | homepage: "https://github.com/open-source-parsers/jsoncpp/"
primary_contact: "cdunn2001@gmail.com"
sanitizers:
- address
- undefined
- memory
| homepage: "https://github.com/open-source-parsers/jsoncpp/"
primary_contact: "cdunn2001@gmail.com"
auto_ccs:
- "jophba@chromium.org"
sanitizers:
- address
- undefined
- memory
| Add Jordan Bayles to jsoncpp autoccs | Add Jordan Bayles to jsoncpp autoccs | YAML | apache-2.0 | googlefonts/oss-fuzz,skia-dev/oss-fuzz,robertswiecki/oss-fuzz,skia-dev/oss-fuzz,skia-dev/oss-fuzz,googlefonts/oss-fuzz,google/oss-fuzz,robertswiecki/oss-fuzz,google/oss-fuzz,robertswiecki/oss-fuzz,google/oss-fuzz,google/oss-fuzz,robertswiecki/oss-fuzz,googlefonts/oss-fuzz,skia-dev/oss-fuzz,googlefonts/oss-fuzz,robertswiecki/oss-fuzz,googlefonts/oss-fuzz,FeliciaLim/oss-fuzz,googlefonts/oss-fuzz,skia-dev/oss-fuzz,skia-dev/oss-fuzz,skia-dev/oss-fuzz,google/oss-fuzz,skia-dev/oss-fuzz,google/oss-fuzz,skia-dev/oss-fuzz,FeliciaLim/oss-fuzz,robertswiecki/oss-fuzz,robertswiecki/oss-fuzz,robertswiecki/oss-fuzz,skia-dev/oss-fuzz,robertswiecki/oss-fuzz,google/oss-fuzz,skia-dev/oss-fuzz,google/oss-fuzz,google/oss-fuzz,googlefonts/oss-fuzz,FeliciaLim/oss-fuzz,google/oss-fuzz,google/oss-fuzz,googlefonts/oss-fuzz,robertswiecki/oss-fuzz,googlefonts/oss-fuzz,googlefonts/oss-fuzz,robertswiecki/oss-fuzz,FeliciaLim/oss-fuzz,FeliciaLim/oss-fuzz |
f399068fd8c7f2f490d2f92b34724fdbb5362616 | packages/gl/glue.yaml | packages/gl/glue.yaml | homepage: ''
changelog-type: ''
hash: 3f2de25af4162153abf63957724395182cea035615b2be0361b98439d52c83c9
test-bench-deps:
ekg-core: -any
base: ==4.*
time: -any
unordered-containers: -any
hspec: -any
text: -any
monad-control: -any
async: -any
lifted-base: -any
quickcheck-instances: -any
hashable: -any
transformers-base: -any
transformers: -any
QuickCheck: -any
maintainer: github@futurenotfound.com
synopsis: Make better services.
changelog: ''
basic-deps:
ekg-core: -any
base: ! '>=4.6 && <4.8'
time: -any
unordered-containers: -any
text: -any
monad-control: -any
async: -any
lifted-base: -any
hashable: -any
transformers-base: -any
transformers: -any
all-versions:
- '0.1.0.0'
author: Sean Parsons
latest: '0.1.0.0'
description-type: haddock
description: Implements common patterns used in building services that run smoothly
and efficiently.
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: 9fc58ca0c5694973fd61aa9681e9c1c554869d997da02061119c22e8db70d0a9
test-bench-deps:
ekg-core: -any
base: ==4.*
time: -any
unordered-containers: -any
hspec: -any
text: -any
monad-control: -any
async: -any
lifted-base: -any
quickcheck-instances: -any
hashable: -any
transformers-base: -any
transformers: -any
QuickCheck: -any
maintainer: github@futurenotfound.com
synopsis: Make better services.
changelog: ''
basic-deps:
ekg-core: -any
base: ! '>=4.6 && <4.9'
time: -any
unordered-containers: -any
text: -any
monad-control: -any
async: -any
lifted-base: -any
hashable: -any
transformers-base: -any
transformers: -any
all-versions:
- '0.1.0.0'
- '0.1.1.0'
author: Sean Parsons
latest: '0.1.1.0'
description-type: haddock
description: Implements common patterns used in building services that run smoothly
and efficiently.
license-name: BSD3
| Update from Hackage at 2015-06-26T15:40:47+0000 | Update from Hackage at 2015-06-26T15:40:47+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
5212b1f55db619f3e551b71c73ec4b042926a45b | packages/ha/hahp.yaml | packages/ha/hahp.yaml | homepage: ''
changelog-type: ''
hash: 4217a8e6390bdfa08a9df2ce474efb167f1e5da0a8524e2a37148e231b9b1f2c
test-bench-deps: {}
maintainer: yves+hackage@dubronetwork.fr, jean-pierre+git@prunetwork.fr
synopsis: Analytic Hierarchy Process
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
time: -any
hahp: -any
containers: -any
parallel: -any
hmatrix: -any
all-versions:
- '0.1.0'
- '0.1.1'
- '0.1.2'
author: Yves Dubromelle, Jean-Pierre PRUNARET
latest: '0.1.2'
description-type: haddock
description: Analytic Hierarchy Process implementation.
license-name: AGPL-3
| homepage: ''
changelog-type: ''
hash: 7a2535335fe13118250ca9658245958e74d685099005771f2922beb49067cf11
test-bench-deps: {}
maintainer: yves+hackage@dubronetwork.fr, jean-pierre+git@prunetwork.fr
synopsis: Analytic Hierarchy Process
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
time: -any
hahp: -any
containers: -any
random: -any
parallel: -any
hmatrix: -any
all-versions:
- '0.1.0'
- '0.1.1'
- '0.1.2'
- '0.1.3'
author: Yves Dubromelle, Jean-Pierre PRUNARET
latest: '0.1.3'
description-type: haddock
description: Analytic Hierarchy Process implementation.
license-name: AGPL-3
| Update from Hackage at 2016-02-23T00:21:03+0000 | Update from Hackage at 2016-02-23T00:21:03+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
84bdac1fdcf83f31a501a27f1f3897fcb0d4ae6c | docker-compose.yml | docker-compose.yml | version: '2'
services:
db:
image: postgres
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
expose:
- 5432/tcp
opennms:
image: indigo/docker-opennms
depends_on:
- db
links:
- db:database
environment:
- POSTGRES_HOST=database
- POSTGRES_PORT=5432
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- OPENNMS_DBNAME=opennms
- OPENNMS_DBUSER=opennms
- OPENNMS_DBPASS=opennms
- OPENNMS_HOME=/opt/opennms
- OPENNMS_DB_CONFIG=/opt/opennms/etc/opennms-datasources.xml
command: ["-f"]
expose:
- 8980/tcp
- 18980/tcp
- 1099/tcp
- 8101/tcp
- 61616/tcp
- 5817/tcp
- 162/udp
| version: '2'
services:
database:
image: postgres
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
expose:
- 5432/tcp
opennms:
image: indigo/docker-opennms
depends_on:
- db
links:
- db:database
environment:
- POSTGRES_HOST=database
- POSTGRES_PORT=5432
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- OPENNMS_DBNAME=opennms
- OPENNMS_DBUSER=opennms
- OPENNMS_DBPASS=opennms
- OPENNMS_HOME=/opt/opennms
- OPENNMS_DB_CONFIG=/opt/opennms/etc/opennms-datasources.xml
command: ["-f"]
expose:
- 8980/tcp
- 18980/tcp
- 1099/tcp
- 8101/tcp
- 61616/tcp
- 5817/tcp
- 162/udp
| Set postgres host, port and opennms database name to allow usage of user defined networks | Set postgres host, port and opennms database name to allow usage of user defined networks
| YAML | mit | AxelMu/opennms,opennms-forge/docker-opennms |
e1775dfa465a0b0f376a5f4a659e958e66e1c4a5 | docker-compose.yml | docker-compose.yml | version: "2"
services:
app:
build:
context: .
dockerfile: Dockerfile-dev
volumes:
- .:/app
- build_cache:/build
tmpfs:
# Mount the ember-cli tmp directory as a tmpfs partition for better
# performance.
- /app/src/api-umbrella/admin-ui/tmp:rw,size=128m,mode=1777
environment:
HTTP_PORT: 8100
HTTPS_PORT: 8101
ports:
- "8100:8100"
- "8101:8101"
volumes:
build_cache:
| version: "2.1"
services:
app:
build:
context: .
dockerfile: Dockerfile-dev
volumes:
- .:/app
- build_cache:/build
tmpfs:
# Mount the ember-cli tmp directory as a tmpfs partition for better
# performance.
- /app/src/api-umbrella/admin-ui/tmp:rw,size=128m,mode=1777
environment:
HTTP_PORT: 8100
HTTPS_PORT: 8101
ports:
- "8100:8100"
- "8101:8101"
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
volumes:
build_cache:
| Enable IPv6 support in local docker container for development testing. | Enable IPv6 support in local docker container for development testing.
| YAML | mit | NREL/api-umbrella,NREL/api-umbrella,NREL/api-umbrella,NREL/api-umbrella |
21b23053770f36cb6973cb97873fee86a68be54e | docker-compose.yml | docker-compose.yml | version: '2'
services:
website:
build:
context: .
dockerfile: Website-Dockerfile
expose:
- "80"
- "443"
ports:
- "1883:1883"
volumes:
- /etc/letsencrypt/live/www.lambdaspace.gr:/etc/letsencrypt/live/www.lambdaspace.gr:ro
- /etc/letsencrypt/archive/www.lambdaspace.gr:/etc/letsencrypt/archive/www.lambdaspace.gr:ro
redirector:
image: nginx:stable-alpine
volumes:
- ./redirector-nginx.conf:/etc/nginx/nginx.conf:ro
- /etc/letsencrypt/live/techministry.rocks:/etc/letsencrypt/live/techministry.rocks:ro
- /etc/letsencrypt/archive/techministry.rocks:/etc/letsencrypt/archive/techministry.rocks:ro
expose:
- "80"
- "443"
proxy:
build:
context: .
dockerfile: HAProxy-Dockerfile
links:
- website
- redirector
external_links:
- app:discourse
ports:
- "80:80"
- "443:443"
ministerin:
build:
context: .
dockerfile: MinisterIN-Dockerfile
ports:
- "7777:7777"
| version: '2'
services:
website:
build:
context: .
dockerfile: Website-Dockerfile
expose:
- "80"
- "443"
volumes:
- /etc/letsencrypt/live/www.lambdaspace.gr:/etc/letsencrypt/live/www.lambdaspace.gr:ro
- /etc/letsencrypt/archive/www.lambdaspace.gr:/etc/letsencrypt/archive/www.lambdaspace.gr:ro
depends_on: mqtt
restart: always
redirector:
image: nginx:stable-alpine
volumes:
- ./redirector-nginx.conf:/etc/nginx/nginx.conf:ro
- /etc/letsencrypt/live/techministry.rocks:/etc/letsencrypt/live/techministry.rocks:ro
- /etc/letsencrypt/archive/techministry.rocks:/etc/letsencrypt/archive/techministry.rocks:ro
expose:
- "80"
- "443"
restart: always
proxy:
build:
context: .
dockerfile: HAProxy-Dockerfile
links:
- website
- redirector
external_links:
- app:discourse
ports:
- "80:80"
- "443:443"
restart: always
ministerin:
build:
context: .
dockerfile: MinisterIN-Dockerfile
ports:
- "7777:7777"
depends_on: mqtt
restart: always
mqtt:
build:
context: .
dockerfile: MQTT-Dockerfile
volumes:
- "credentials/mqtt:/var/local/mosquitto"
ports:
- "8883:8883"
restart: always
| Add mqtt broker, always restart containers | Add mqtt broker, always restart containers
| YAML | mit | techministry/website-dockerfile |
b6eee3bf6b44525d1f1639eea191f5894d00afb1 | docker-compose.yml | docker-compose.yml | tests:
build: .
tty: true
stdin_open: true
command: ./tests.sh
tests-with-report:
extends:
service: tests
command: sh -c './tests.sh && ./vendor/bin/test-reporter'
| tests:
build: .
tty: true
stdin_open: true
command: ./tests.sh
tests-with-report:
extends:
service: tests
volumes:
- ./.git:/code/.git
command: sh -c './tests.sh && ./vendor/bin/test-reporter'
| Use .git repository as volume to enable git log for Codeclimate | Use .git repository as volume to enable git log for Codeclimate
| YAML | mit | keboola/gmail-extractor |
1e8e734c4efb9c289b1d759374b5d1dd33f188b0 | docker-compose.yml | docker-compose.yml | version: "3"
services:
web:
build: .
volumes:
- .:/app
container_name: marli
ports:
- "3000:3000"
env_file:
- test.env
environment:
CI:
CODECLIMATE_REPO_TOKEN:
COVERALLS_REPO_TOKEN:
depends_on:
- setup_dbs
test:
build: .
volumes:
- .:/app
environment:
RAILS_ENV: test
env_file:
- test.env
command: "tail -f /dev/null"
depends_on:
- setup_dbs
setup_dbs:
build: .
volumes:
- .:/app
environment:
MARLI_DB_HOST: db
command: bash -c "sleep 5; rake db:setup"
depends_on:
- db
db:
image: library/mysql:5.6.22
expose:
- "3306"
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
| version: "3"
services:
web:
build: .
volumes:
- .:/app
- .:/marli
container_name: marli
ports:
- "3000:3000"
env_file:
- test.env
environment:
CI:
CODECLIMATE_REPO_TOKEN:
COVERALLS_REPO_TOKEN:
depends_on:
- setup_dbs
test:
build: .
volumes:
- .:/app
environment:
RAILS_ENV: test
env_file:
- test.env
command: "tail -f /dev/null"
depends_on:
- setup_dbs
setup_dbs:
build: .
volumes:
- .:/app
environment:
MARLI_DB_HOST: db
command: bash -c "sleep 5; rake db:setup"
depends_on:
- db
db:
image: library/mysql:5.6.22
expose:
- "3306"
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
| Add another volume for circle | Add another volume for circle
| YAML | mit | NYULibraries/marli,NYULibraries/marli,NYULibraries/marli,NYULibraries/marli |
e7ced0fac70ff5a373dabe1e761e67eebe39b254 | docker-compose.yml | docker-compose.yml | blog:
image: starefossen/github-pages
ports:
- "4000"
working_dir: /usr/src/app
volumes:
- .:/usr/src/app
command: jekyll serve --watch --force_polling -H 0.0.0.0 -P 4000
environment:
- VIRTUAL_HOST=blog.starefossen.privat
- VIRTUAL_PORT=4000
aspell:
image: starefossen/aspell
entrypoint: aspell
volumes:
- _posts:/_posts
| blog:
image: starefossen/github-pages
ports:
- "4000"
working_dir: /usr/src/app
volumes:
- .:/usr/src/app
command: jekyll serve --watch --force_polling -H 0.0.0.0 -P 4000
environment:
- VIRTUAL_HOST=blog.starefossen.privat
- VIRTUAL_PORT=4000
| Remove aspell from Docker Compose configuration | Remove aspell from Docker Compose configuration
| YAML | mit | Starefossen/starefossen.github.com,Starefossen/starefossen.github.com |
8563b72b44a457db4b3c5ef68ce5e8d077592031 | docker-compose.yml | docker-compose.yml | ---
mysql:
image: mysql
environment:
MYSQL_PASSWORD: password_here
MYSQL_USER: username_here
MYSQL_DATABASE: database_name_here
wordpress:
build: .
links:
- mysql
| ---
mysql:
image: mysql
environment:
MYSQL_PASSWORD: password_here
MYSQL_USER: username_here
MYSQL_DATABASE: database_name_here
MYSQL_ROOT_PASSWORD: root
wordpress:
build: .
ports:
- "8000:80"
links:
- mysql
| Add port forwarding and mysql root password | Add port forwarding and mysql root password
| YAML | mit | iankronquist/beeswax,iankronquist/senior-project-experiment,iankronquist/beeswax,iankronquist/senior-project-experiment,iankronquist/beeswax,iankronquist/senior-project-experiment,iankronquist/senior-project-experiment,iankronquist/beeswax |
98c36604dcedc9cd74a1370622e33bd45bf05595 | metadata/fr.corenting.convertisseureurofranc.yml | metadata/fr.corenting.convertisseureurofranc.yml | Categories:
- Money
License: MIT
AuthorName: corenting
AuthorEmail: corenting@gmail.com
SourceCode: https://github.com/corenting/InflationCalculator
IssueTracker: https://github.com/corenting/InflationCalculator/issues
Changelog: https://github.com/corenting/InflationCalculator/releases
AutoName: Inflation Calculator
RepoType: git
Repo: https://github.com/corenting/InflationCalculator.git
Builds:
- versionName: '2.3'
versionCode: 12
commit: v2.3
subdir: app
gradle:
- yes
- versionName: '2.5'
versionCode: 14
commit: v2.5
subdir: app
gradle:
- yes
- versionName: '2.6'
versionCode: 15
commit: v2.6
subdir: app
gradle:
- yes
- versionName: '2.7'
versionCode: 16
commit: v2.7
subdir: app
gradle:
- yes
- versionName: '2.8'
versionCode: 17
commit: v2.8
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '2.8'
CurrentVersionCode: 17
| Categories:
- Money
License: MIT
AuthorName: corenting
AuthorEmail: corenting@gmail.com
SourceCode: https://github.com/corenting/InflationCalculator
IssueTracker: https://github.com/corenting/InflationCalculator/issues
Changelog: https://github.com/corenting/InflationCalculator/releases
AutoName: Inflation Calculator
RepoType: git
Repo: https://github.com/corenting/InflationCalculator.git
Builds:
- versionName: '2.3'
versionCode: 12
commit: v2.3
subdir: app
gradle:
- yes
- versionName: '2.5'
versionCode: 14
commit: v2.5
subdir: app
gradle:
- yes
- versionName: '2.6'
versionCode: 15
commit: v2.6
subdir: app
gradle:
- yes
- versionName: '2.7'
versionCode: 16
commit: v2.7
subdir: app
gradle:
- yes
- versionName: '2.8'
versionCode: 17
commit: v2.8
subdir: app
gradle:
- yes
- versionName: '2.9'
versionCode: 18
commit: v2.9
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '2.9'
CurrentVersionCode: 18
| Update Inflation Calculator to 2.9 (18) | Update Inflation Calculator to 2.9 (18)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
8317b2d682075d14a582116528402d64fe9e580e | nubis/puppet/files/nubis_users/hiera/Amazon.yaml | nubis/puppet/files/nubis_users/hiera/Amazon.yaml | ---
nubis_users::managed::user:
ec2-user:
ensure: present
managehome: true
shell: /bin/bash
nubis_users::managed::managehome: false
nubis_users::managed::shell: '/sbin/nologin'
| ---
nubis_users::managed::user:
ec2-user:
ensure: present
managehome: true
shell: /bin/bash
nfsnobody:
ensure: present
nubis_users::managed::managehome: false
nubis_users::managed::shell: '/sbin/nologin'
| Make sure nfsnobody user exist | Make sure nfsnobody user exist
| YAML | mpl-2.0 | tinnightcap/nubis-base,gozer/nubis-base,gozer/nubis-base,limed/nubis-base,gozer/nubis-base,limed/nubis-base,tinnightcap/nubis-base,limed/nubis-base,Nubisproject/nubis-base,Nubisproject/nubis-base,tinnightcap/nubis-base |
c971007919a8d090d7e817721b460dc11f0846e3 | .github/workflows/code_size.yml | .github/workflows/code_size.yml | name: Check code size
on:
push:
pull_request:
paths:
- '.github/workflows/*.yml'
- 'tools/**'
- 'py/**'
- 'extmod/**'
- 'lib/**'
- 'ports/bare-arm/**'
- 'ports/minimal/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages
run: source tools/ci.sh && ci_code_size_setup
- name: Build
run: source tools/ci.sh && ci_code_size_build
- name: Compute code size difference
run: tools/metrics.py diff --error-threshold 0 ~/size0 ~/size1
| name: Check code size
on:
push:
pull_request:
paths:
- '.github/workflows/*.yml'
- 'tools/**'
- 'py/**'
- 'extmod/**'
- 'lib/**'
- 'ports/bare-arm/**'
- 'ports/minimal/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update package list
run: sudo apt-get update -qq || true
- name: Install packages
run: source tools/ci.sh && ci_code_size_setup
- name: Build
run: source tools/ci.sh && ci_code_size_build
- name: Compute code size difference
run: tools/metrics.py diff --error-threshold 0 ~/size0 ~/size1
| Update package list before install packages. | .github/workflows: Update package list before install packages.
Change-Id: Ie4f9e803a0aefc15430841347cadf8c16f9cfaaf
Signed-off-by: Paul Sokolovsky <9dc5061f178bb11813e14f1ed02ba27eaf21fa5d@users.sourceforge.net>
| YAML | mit | pfalcon/micropython,pfalcon/micropython,pfalcon/micropython,pfalcon/micropython,pfalcon/micropython |
8baf8830d6348c280c3a86a7d2f6d53c5f509c88 | roles/ceph-rbd-mirror/tasks/start_rbd_mirror.yml | roles/ceph-rbd-mirror/tasks/start_rbd_mirror.yml | ---
- name: start and add that the rbd mirror service to the init sequence (ubuntu)
command: initctl emit ceph-rbd-mirror cluster={{ cluster }} id={{ ansible_hostname }}
changed_when: false
failed_when: false
when: ansible_distribution == "Ubuntu"
# NOTE (leseb): somehow the service ansible module is messing things up
# as a safety measure we run the raw command
- name: start and add that the rbd mirror service to the init sequence
command: service ceph start ceph-rbd-mirror
changed_when: false
when:
ansible_distribution != "Ubuntu" and
is_before_infernalis
- name: enable systemd unit file for the rbd mirror service (for or after infernalis)
file:
src: /usr/lib/systemd/system/ceph-rbd-mirror@.service
dest: "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror@{{ ceph_rbd_mirror_local_user }}.service"
state: link
changed_when: false
failed_when: false
when:
ansible_distribution != "Ubuntu" and
is_after_hammer
- name: start and add that the rbd mirror service to the init sequence (for or after infernalis)
service:
name: "ceph-rbd-mirror@{{ ceph_rbd_mirror_local_user }}"
state: started
enabled: yes
changed_when: false
when:
ansible_distribution != "Ubuntu" and
is_after_hammer
| ---
- name: start and add that the rbd mirror service to the init sequence (upstart)
command: initctl emit ceph-rbd-mirror cluster={{ cluster }} id={{ ansible_hostname }}
changed_when: false
failed_when: false
when: not use_systemd
# NOTE (leseb): somehow the service ansible module is messing things up
# as a safety measure we run the raw command
- name: start and add that the rbd mirror service to the init sequence (systemd before infernalis)
command: service ceph start ceph-rbd-mirror
changed_when: false
when:
use_systemd and
is_before_infernalis
- name: enable systemd unit file for the rbd mirror service (systemd after hammer)
file:
src: /usr/lib/systemd/system/ceph-rbd-mirror@.service
dest: "/etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror@{{ ceph_rbd_mirror_local_user }}.service"
state: link
changed_when: false
failed_when: false
when:
use_systemd and
is_after_hammer
- name: start and add that the rbd mirror service to the init sequence (systemd after hammer)
service:
name: "ceph-rbd-mirror@{{ ceph_rbd_mirror_local_user }}"
state: started
enabled: yes
changed_when: false
when:
use_systemd and
is_after_hammer
| Use the use_systemd fact when starting rbd | Use the use_systemd fact when starting rbd
Signed-off-by: Andrew Schoen <1bb641dc23c3a93cce4eee683bcf4b2bea7903a3@redhat.com>
| YAML | apache-2.0 | bengland2/ceph-ansible,ceph/ceph-ansible,jfcoz/ceph-ansible,mcsage/ceph-ansible,WingkaiHo/ceph-ansible,bengland2/ceph-ansible,WingkaiHo/ceph-ansible,fgal/ceph-ansible,verdurin/ceph-ansible-1,albertomurillo/ceph-ansible,travmi/ceph-ansible,jtaleric/ceph-ansible,travmi/ceph-ansible,guits/ceph-ansible,guits/ceph-ansible,font/ceph-ansible,jtaleric/ceph-ansible,jfcoz/ceph-ansible,jsaintrocc/ceph-ansible,mcsage/ceph-ansible,ceph/ceph-ansible,jsaintrocc/ceph-ansible,albertomurillo/ceph-ansible,verdurin/ceph-ansible-1,albertomurillo/ceph-ansible,fgal/ceph-ansible,font/ceph-ansible,WingkaiHo/ceph-ansible |
6c8f7e418d5509be54709d1f5ed870218c021e2f | build/oggm/meta.yaml | build/oggm/meta.yaml | package:
name: oggm
version: "0.0.1.201603091132"
source:
url: https://github.com/OGGM/oggm/tarball/8ff8646d4dd47a796540e2b912383251a4c57ee3
fn: oggm-8ff8646d4dd47a796540e2b912383251a4c57ee3.tar.gz
build:
number: 0
requirements:
build:
- python
- setuptools
- matplotlib
- numpy
- scipy
- pyproj
- pandas
- joblib
- netcdf4
- configobj
run:
- python
- matplotlib
- numpy
- scipy
- pyproj
- pandas
- joblib
- geopandas
- cleo
- motionless
- salem
- netcdf4
- configobj
test:
requires:
- nose
about:
home: https://github.com/fmaussion/salem
license: GPLv3+
summary: 'High-level tool for geoscientific data I/O and map projections'
| package:
name: oggm
version: "0.0.1.201603091154"
source:
url: https://github.com/OGGM/oggm/tarball/8ff8646d4dd47a796540e2b912383251a4c57ee3
fn: oggm-8ff8646d4dd47a796540e2b912383251a4c57ee3.tar.gz
build:
number: 0
requirements:
build:
- python
- setuptools
- matplotlib
- numpy
- scipy
- pyproj
- pandas
- joblib
- netcdf4
- configobj
run:
- python
- matplotlib
- numpy
- scipy
- pyproj
- pandas
- joblib
- geopandas
- cleo
- motionless
- salem
- netcdf4
- configobj
- krb5
test:
requires:
- nose
about:
home: https://github.com/fmaussion/salem
license: GPLv3+
summary: 'High-level tool for geoscientific data I/O and map projections'
| Add krb5 dep in an attempt to fix missing gdal library | Add krb5 dep in an attempt to fix missing gdal library
| YAML | mit | OGGM/OGGM-Anaconda |
e71f63a0c823d0f379fc767b7a1390c25c5c56b4 | .github/workflows/nosetests.yml | .github/workflows/nosetests.yml | name: Python application
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v2
with:
python-version: ${{matrix.python-version}}
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
poetry install
- name: Test with nosetests
run: |
poetry run nosetests --with-coverage --cover-xml --cover-package=har2tree tests/test.py
poetry run mypy .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
| name: Python application
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v2
with:
python-version: ${{matrix.python-version}}
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
poetry install
- name: Test with nosetests
run: |
poetry run nosetests --with-coverage --cover-xml --cover-package=har2tree tests/test.py
poetry run mypy .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
| Remove tests for python 3.7 | chg: Remove tests for python 3.7
| YAML | bsd-3-clause | viper-framework/har2tree,viper-framework/har2tree,viper-framework/har2tree |
02e245b5ebe6394a718fc400afd4d0c995a7067f | .github/workflows/unittests.yml | .github/workflows/unittests.yml | name: unittest
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
experimental:
- false
os: [ubuntu-20.04]
php: [7.3, 7.4]
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- name: Validate composer.json and composer.lock
run: composer validate
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run test suite
run: composer run-script tests
| name: unittest
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
php: [7.3, 7.4]
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- name: Validate composer.json and composer.lock
run: composer validate
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run test suite
run: composer run-script tests
| Drop experimental key from workflow | Drop experimental key from workflow
| YAML | lgpl-2.1 | usox/PHPTAL,usox/PHPTAL,usox/PHPTAL |
6554bd987eca201a60d9fb630154ac5307f1bfeb | requirements.yml | requirements.yml | ---
- src: jnv.unattended-upgrades
version: v1.0.1
- src: zzet.rbenv
version: 1.2.2
- src: laggyluke.nodejs
| ---
- src: jnv.unattended-upgrades
version: v1.0.1
- src: zzet.rbenv
version: 1.2.2
| Revert "Adds `laggyluke.nodejs` foreseeing merge." | Revert "Adds `laggyluke.nodejs` foreseeing merge."
This reverts commit dffd74e9db4238fef81491d426f391ce8af4e853.
| YAML | mit | smashingboxes/taperole,smashingboxes/taperole |
a3c1d8c04f6841cb5aeb70999dc9eb8d8b349547 | src/main/resources/plugin.yml | src/main/resources/plugin.yml | name: NyaaCore
main: cat.nyaa.nyaacore.NyaaCoreLoader
description: "Code infrastructure for all NyaaCat plugins."
version: ${version}
softdepend: [ Essentials ]
authors: [ RecursiveG,Librazy,cyilin ]
website: "https://github.com/NyaaCat/NyaaCore"
api-version: 1.18
libraries:
- 'org.cadixdev:lorenz:0.5.8'
- 'com.udojava:EvalEx:2.6'
| name: NyaaCore
main: cat.nyaa.nyaacore.NyaaCoreLoader
description: "Code infrastructure for all NyaaCat plugins."
version: ${version}
softdepend: [ Essentials ]
authors: [ RecursiveG,Librazy,cyilin ]
website: "https://github.com/NyaaCat/NyaaCore"
api-version: 1.18
libraries:
- 'org.cadixdev:lorenz:0.5.8'
| Revert "fix: load EvalEx at runtime for compatibility" | Revert "fix: load EvalEx at runtime for compatibility"
This reverts commit ebc0dad68248c1eb3639196165c8129e0c6a1d59.
| YAML | mit | NyaaCat/NyaaCore |
6cd5cc6f3d7689749af7775f1c11776ad2533459 | Taskfile.yml | Taskfile.yml | # https://taskfile.org
version: '2'
tasks:
build:
cmds:
- go build -v -tags sqlite -o ./testfixtures{{exeExt}} ./cmd/testfixtures
test-cli:
cmds:
- ./testfixtures -d sqlite -c testdb.sqlite3 -D testdata/fixtures
test:pg:
desc: Test PostgreSQL
cmds:
- task: test-db
vars: {DATABASE: postgresql}
test:mysql:
desc: Test MySQL
cmds:
- task: test:db
vars: {DATABASE: mysql}
test:sqlite:
desc: Test SQLite
cmds:
- task: test-db
vars: {DATABASE: sqlite}
test:sqlserver:
desc: Test SQLServer
cmds:
- task: test-db
vars: {DATABASE: sqlserver}
test-db:
cmds:
- go test -v -tags {{.DATABASE}}
goreleaser:test:
desc: Tests release process without publishing
cmds:
- goreleaser --snapshot --rm-dist
docker:
cmds:
- task: docker:build
- task: docker:test
docker:build:
cmds:
- docker build -t testfixtures .
docker:test:
cmds:
- docker-compose down -v
- docker-compose run testfixtures go test -v -tags 'postgresql sqlite mysql sqlserver'
| # https://taskfile.org
version: '2'
tasks:
build:
cmds:
- go build -v -tags sqlite -o ./testfixtures{{exeExt}} ./cmd/testfixtures
test-cli:
cmds:
- ./testfixtures -d sqlite -c testdb.sqlite3 -D testdata/fixtures
test:pg:
desc: Test PostgreSQL
cmds:
- task: test-db
vars: {DATABASE: postgresql}
test:mysql:
desc: Test MySQL
cmds:
- task: test-db
vars: {DATABASE: mysql}
test:sqlite:
desc: Test SQLite
cmds:
- task: test-db
vars: {DATABASE: sqlite}
test:sqlserver:
desc: Test SQLServer
cmds:
- task: test-db
vars: {DATABASE: sqlserver}
test-db:
cmds:
- go test -v -tags {{.DATABASE}}
goreleaser:test:
desc: Tests release process without publishing
cmds:
- goreleaser --snapshot --rm-dist
docker:
cmds:
- task: docker:build
- task: docker:test
docker:build:
cmds:
- docker build -t testfixtures .
docker:test:
cmds:
- docker-compose down -v
- docker-compose run testfixtures go test -v -tags 'postgresql sqlite mysql sqlserver'
| Correct task name to align with all other tasks | Correct task name to align with all other tasks | YAML | mit | go-testfixtures/testfixtures,go-testfixtures/testfixtures |
b29ee267318fb0bb3a661dbcc74145ad414d42c4 | .circleci/config.yml | .circleci/config.yml | version: 2.1
jobs:
build-on-gcc:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
steps:
- checkout
- run: uname -a
- run: sudo apt update
- run: sudo apt install -y g++ cmake language-pack-ja ninja-build libpcre2-8-0 libpcre2-dev systemd-sysv
- run: sh tools/scripts/run_all_test.sh g++
build-on-clang:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
steps:
- checkout
- run: uname -a
- run: sudo apt update
- run: sudo apt install -y g++ clang cmake language-pack-ja ninja-build libpcre2-8-0 libpcre2-dev systemd-sysv
- run: sh tools/scripts/run_all_test.sh clang++
build-asan:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
steps:
- checkout
- run: uname -a
- run: sudo apt update
- run: sudo apt install -y g++ clang cmake language-pack-ja ninja-build libpcre2-8-0 libpcre2-dev systemd-sysv
- run: sh tools/scripts/asan.sh
workflows:
build:
jobs:
- build-on-gcc
- build-on-clang
- build-asan
| version: 2.1
jobs:
build-on-gcc:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
steps:
- checkout
- run: uname -a
- run: sudo apt update
- run: sudo apt install -y g++ cmake language-pack-ja ninja-build libpcre2-8-0 libpcre2-dev systemd-sysv
- run: sh tools/scripts/run_all_test.sh g++
build-on-clang:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
steps:
- checkout
- run: uname -a
- run: sudo apt update
- run: sudo apt install -y g++ clang cmake language-pack-ja ninja-build libpcre2-8-0 libpcre2-dev systemd-sysv
- run: sh tools/scripts/run_all_test.sh clang++
workflows:
build:
jobs:
- build-on-gcc
- build-on-clang
| Revert "test aarch64 asan" due to huge running time in CircleCI | Revert "test aarch64 asan" due to huge running time in CircleCI
This reverts commit 8cc07a2d46af93a33e3d37cbcdc6020de45553d0.
| YAML | apache-2.0 | sekiguchi-nagisa/ydsh,sekiguchi-nagisa/ydsh,sekiguchi-nagisa/ydsh |
9c359881d1439ade11fef053d90fe959fc852f1b | Resources/config/path_types.yml | Resources/config/path_types.yml | idci_step:
path_types:
abstract:
parent: ~
abstract: true
description: ~
extra_form_options:
# type: {extra_form_type: "text", options: {required: false}}
next_options: {extra_form_type: "textarea", options: {required: false}}
events: {extra_form_type: "textarea", options: {required: false}}
conditional_destination:
parent: abstract
description: ""
extra_form_options:
source: {extra_form_type: "text", options: {required: true}}
destinations: {extra_form_type: "textarea", options: {required: true}}
default_destination: {extra_form_type: "text", options: {required: true}}
end:
parent: abstract
description: ""
extra_form_options:
source: {extra_form_type: "text", options: {required: true}}
single:
parent: abstract
description: ""
extra_form_options:
source: {extra_form_type: "text", options: {required: true}}
destination: {extra_form_type: "text", options: {required: true}}
| idci_step:
path_types:
abstract:
parent: ~
abstract: true
description: ~
extra_form_options:
# type: {extra_form_type: "text", options: {required: false}}
next_options: {extra_form_type: "textarea", options: {required: false}}
events: {extra_form_type: "textarea", options: {required: false}}
conditional_destination:
parent: abstract
description: ""
extra_form_options:
source: {extra_form_type: "text", options: {required: true}}
destinations: {extra_form_type: "textarea", options: {required: true}}
default_destination:
extra_form_type: "text"
options:
required: true
help: "If empty, a path of type end will be automatically added as default path"
end:
parent: abstract
description: ""
extra_form_options:
source: {extra_form_type: "text", options: {required: true}}
single:
parent: abstract
description: ""
extra_form_options:
source: {extra_form_type: "text", options: {required: true}}
destination: {extra_form_type: "text", options: {required: true}}
| Add a help message for the default_destination option | Add a help message for the default_destination option
| YAML | mit | IDCI-Consulting/StepBundle,IDCI-Consulting/StepBundle,IDCI-Consulting/StepBundle |
0cd985c45691488933ab9640d49ceca631c597ad | .circleci/config.yml | .circleci/config.yml | version: 2
references:
cache_key: &cache_key
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}
jobs:
build:
docker:
- image: circleci/android:api-28-alpha
environment:
JVM_OPTS: "-Xmx1024m"
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2"
TERM: dumb
steps:
- checkout
- restore_cache:
<<: *cache_key
- run:
name: Download Dependencies
command: ./gradlew dependencies
- save_cache:
<<: *cache_key
paths:
- ~/.gradle/caches
- ~/.gradle/wrapper
- run:
name: Run JVM Tests & Lint
command: ./gradlew check
- store_artifacts:
path: app/build/reports
destination: reports
- store_test_results:
path: app/build/test-results
| version: 2
references:
cache_key: &cache_key
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}
jobs:
build:
docker:
- image: circleci/android:api-28-alpha
environment:
JAVA_TOOL_OPTIONS: "-Xmx1024m"
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2"
TERM: dumb
steps:
- checkout
- restore_cache:
<<: *cache_key
- run:
name: Download Dependencies
command: ./gradlew dependencies
- save_cache:
<<: *cache_key
paths:
- ~/.gradle/caches
- ~/.gradle/wrapper
- run:
name: Run JVM Tests & Lint
command: ./gradlew check
- store_artifacts:
path: app/build/reports
destination: reports
- store_test_results:
path: app/build/test-results
| Use JAVA_TOOL_OPTIONS instead of JVM_OPTS for CI | Use JAVA_TOOL_OPTIONS instead of JVM_OPTS for CI
| YAML | apache-2.0 | android/sunflower |
19e770f23db0f34fda3bac4d1be244dcdb5a5faa | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
node: circleci/node@4.1
jobs:
build-and-test:
docker:
- image: cimg/node:lts
steps:
- checkout
- node/install-packages
- run:
name: Run tests
command: npm run test:cli
workflows:
main:
jobs:
- build-and-test
| version: 2.1
orbs:
node: circleci/node@4.1
jobs:
build-and-test:
docker:
- image: cimg/node:lts
steps:
- checkout
- node/install-packages
- run:
name: Run tests (qunit)
command: npm run test:cli
- run:
name: Run tests (mocha)
command: npm run test:mocha
workflows:
main:
jobs:
- build-and-test
| Add step to run mocha tests | [circleci] Add step to run mocha tests
| YAML | mit | smori1983/javascript-smodules,smori1983/javascript-smodules |
a94daba279518ae1c36f539148908644787723fc | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
yarn: artsy/yarn@3.0.0
codecov: codecov/codecov@1.0.5
workflows:
build_and_verify:
jobs:
- yarn/workflow-queue
- yarn/update-cache:
requires:
- yarn/workflow-queue
- yarn/relay:
requires:
- yarn/workflow-queue
- yarn/lint:
requires:
- yarn/workflow-queue
- yarn/type-check:
requires:
- yarn/workflow-queue
- yarn/jest:
args: --runInBand
requires:
- yarn/workflow-queue
post-steps:
- codecov/upload:
file: coverage/lcov.info
- yarn/auto-release:
# The deploy job is the _only_ job that should have access to our npm
# tokens. We include a context that has our publish credentials
# explicitly in this step. https://circleci.com/docs/2.0/contexts/
context: npm-deploy
filters:
branches:
only:
- master
requires:
- yarn/jest
- yarn/relay
- yarn/lint
- yarn/type-check
- yarn/update-cache
| version: 2.1
orbs:
yarn: artsy/yarn@3.0.0
codecov: codecov/codecov@1.0.5
auto: artsy/auto@dev:94201cf9cd41b8b0d7441b5095ea044d
workflows:
build_and_verify:
jobs:
- yarn/workflow-queue
- yarn/update-cache:
requires:
- yarn/workflow-queue
- yarn/relay:
requires:
- yarn/workflow-queue
- yarn/lint:
requires:
- yarn/workflow-queue
- yarn/type-check:
requires:
- yarn/workflow-queue
- yarn/jest:
args: --runInBand
requires:
- yarn/workflow-queue
post-steps:
- codecov/upload:
file: coverage/lcov.info
- auto/publish-canary:
context: npm-deploy
filters:
branches:
ignore:
- master
requires:
- yarn/jest
- yarn/relay
- yarn/lint
- yarn/type-check
- yarn/update-cache
- auto/publish:
context: npm-deploy
filters:
branches:
only:
- master
requires:
- yarn/jest
- yarn/relay
- yarn/lint
- yarn/type-check
- yarn/update-cache
| Add canary deployment to reaction PRs | Add canary deployment to reaction PRs
| YAML | mit | artsy/reaction,artsy/reaction,artsy/reaction-force,artsy/reaction,artsy/reaction-force |
674da870cf49ff1fd846f6066d489500424d4a84 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
zulip: ponylang/zulip@1.0.0
jobs:
vs-ponyc-release:
docker:
- image: ponylang/ponyc:release
steps:
- run: apt-get update
- run: apt-get install -y curl
- checkout
- run: make test integration
- zulip/status:
fail_only: true
vs-ponyc-master:
docker:
- image: ponylang/ponyc:latest
steps:
- checkout
- run: make test integration
- zulip/status:
fail_only: true
verify-changelog:
docker:
- image: ponylang/changelog-tool:release
steps:
- run: apt-get update
- run: apt-get install -y curl
- checkout
- run: changelog-tool verify CHANGELOG.md
- zulip/status:
fail_only: true
workflows:
version: 2
commit:
jobs:
- verify-changelog:
context: org-global
- vs-ponyc-release:
context: org-global
nightly:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only: master
jobs:
- vs-ponyc-master:
context: org-global
| version: 2.1
orbs:
zulip: ponylang/zulip@1.0.0
jobs:
vs-ponyc-release:
docker:
- image: ponylang/ponyc:release
steps:
- checkout
- run: make test integration
- zulip/status:
fail_only: true
vs-ponyc-master:
docker:
- image: ponylang/ponyc:latest
steps:
- checkout
- run: make test integration
- zulip/status:
fail_only: true
verify-changelog:
docker:
- image: ponylang/changelog-tool:release
steps:
- checkout
- run: changelog-tool verify CHANGELOG.md
- zulip/status:
fail_only: true
workflows:
version: 2
commit:
jobs:
- verify-changelog:
context: org-global
- vs-ponyc-release:
context: org-global
nightly:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only: master
jobs:
- vs-ponyc-master:
context: org-global
| Remove unneeded curl install for CI jobs | Remove unneeded curl install for CI jobs
No longer needed now that the ponyc-ci:release image has been
updated to include curl.
Closes #115
| YAML | bsd-2-clause | ponylang/pony-stable |
2de9fbda88a443c99a340d7c2d26d041a030d220 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/buildpack-deps:disco
working_directory: ~/EasyFXML
steps:
- setup_remote_docker
- checkout
- run:
name: Docker build
command: 'docker build -t easyfxml/test .'
- restore_cache:
key: m2-{{ .Branch }}-{{ checksum "pom.xml" }}
paths:
- ~/.m2/repository
- run:
name: Build and Test
command: 'docker run -v ~/.m2:/root/.m2 easyfxml/test:latest'
- save_cache:
key: m2-{{ .Branch }}-{{ checksum "pom.xml" }}
paths:
- ~/.m2/repository
- run:
name: Save test results
command: './.circleci/copy_recursive_regex.sh ".*/target/surefire-reports/.*xml" test-results'
when: always
- store_test_results:
path: test-results
- run:
name: Save artifacts
command: './.circleci/copy_recursive_regex.sh ".*/target/.*jar" artifacts'
when: always
- store_artifacts:
path: artifacts
| version: 2
jobs:
build:
docker:
- image: circleci/buildpack-deps:disco
working_directory: ~/EasyFXML
steps:
- setup_remote_docker
- checkout
- run:
name: Docker build
command: 'docker build -t easyfxml/test .'
- restore_cache:
key: m2-{{ .Branch }}-{{ checksum "pom.xml" }}
paths:
- ~/.m2/repository
- run:
name: Build and test in Docker
command: 'docker run -v ~:/root easyfxml/test:latest'
- save_cache:
key: m2-{{ .Branch }}-{{ checksum "pom.xml" }}
paths:
- ~/.m2/repository
- run:
name: Prepare post-build
command: 'chmod +x ./.circleci/copy_recursive_regex.sh'
when: always
- run:
name: Aggregate test results
command: './.circleci/copy_recursive_regex.sh ".*/target/surefire-reports/.*xml" test-results'
when: always
- run:
name: Aggregate artifacts
command: './.circleci/copy_recursive_regex.sh ".*/target/.*jar" artifacts'
when: always
- store_test_results:
path: test-results
- store_artifacts:
path: artifacts
| Test mapping whole user dir to sync all cached/saved elems | Test mapping whole user dir to sync all cached/saved elems
| YAML | apache-2.0 | Tristan971/EasyFXML,Tristan971/EasyFXML |
6a03a644f68246a020941945a8e1fc4e3a887a7c | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
test:
docker:
- image: circleci/golang:1.11
working_directory: /go/src/github.com/phrase/phraseapp-client
steps:
- checkout
- run: make all
release:
docker:
- image: circleci/golang:1.11
steps:
- checkout
- setup_remote_docker
- run: ./build/release.sh
workflows:
version: 2
test:
jobs:
- test
release:
jobs:
- release:
filters:
branches:
only:
- master
| version: 2
jobs:
test:
docker:
- image: circleci/golang:1.11
working_directory: /go/src/github.com/phrase/phraseapp-client
steps:
- checkout
- run: make all
release:
docker:
- image: circleci/golang:1.11
steps:
- checkout
- setup_remote_docker
- run: ./build/release.sh
workflows:
version: 2
test:
jobs:
- test
# release:
# jobs:
# - release:
# filters:
# branches:
# only:
# - master
| Disable auto releasing until X Server issue on CircleCI is fixed | Disable auto releasing until X Server issue on CircleCI is fixed
| YAML | mit | phrase/phraseapp-client,phrase/phraseapp-client |
405c117615e0a25a9856d6f3d3e45eac38834fc3 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: mozmedia/cubeb-rust:fc27
environment:
TZ: "/usr/share/zoneinfo/Australia/Brisbane"
steps:
- checkout
- restore_cache:
key: project-cache
- run:
name: Check formatting
command: |
rustfmt --version
cargo fmt -- --write-mode=diff
- run:
name: Nightly Build
command: |
rustup run nightly rustc --version --verbose
rustup run nightly cargo --version --verbose
rustup run nightly cargo build --all
- run:
name: Nightly Build x86
command: |
rustup run nightly-i686-unknown-linux-gnu rustc --version --verbose
rustup run nightly-i686-unknown-linux-gnu cargo build --all
- run:
name: Stable Build
command: |
rustup run stable rustc --version --verbose
rustup run stable cargo --version --verbose
rustup run stable cargo build --all
- run:
name: Stable Build x86
command: |
rustup run stable-i686-unknown-linux-gnu rustc --version --verbose
rustup run stable-i686-unknown-linux-gnu cargo build --all
- run:
name: Test
command: rustup run stable cargo test --all
- run:
name: Test x86
command: rustup run stable-i686-unknown-linux-gnu cargo test --all
- save_cache:
key: project-cache
paths:
- "~/.cargo"
- "./target"
| version: 2
jobs:
build:
docker:
- image: mozmedia/cubeb-rust:fc27
environment:
TZ: "/usr/share/zoneinfo/Australia/Brisbane"
steps:
- checkout
- restore_cache:
key: project-cache
- run:
name: Check formatting
command: |
cargo +nightly fmt --version
cargo +nightly fmt -- --write-mode=diff
- run:
name: Nightly Build
command: |
rustup run nightly rustc --version --verbose
rustup run nightly cargo --version --verbose
rustup run nightly cargo build --all
- run:
name: Nightly Build x86
command: |
rustup run nightly-i686-unknown-linux-gnu rustc --version --verbose
rustup run nightly-i686-unknown-linux-gnu cargo build --all
- run:
name: Stable Build
command: |
rustup run stable rustc --version --verbose
rustup run stable cargo --version --verbose
rustup run stable cargo build --all
- run:
name: Stable Build x86
command: |
rustup run stable-i686-unknown-linux-gnu rustc --version --verbose
rustup run stable-i686-unknown-linux-gnu cargo build --all
- run:
name: Test
command: rustup run stable cargo test --all
- run:
name: Test x86
command: rustup run stable-i686-unknown-linux-gnu cargo test --all
- save_cache:
key: project-cache
paths:
- "~/.cargo"
- "./target"
| Use nightly version of cargo-fmt and rustfmt | CircleCI: Use nightly version of cargo-fmt and rustfmt
| YAML | isc | djg/cubeb-rs |
ddc55e12256cff75bd9eb4f47001328020c74789 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
machine: true
steps:
- checkout
- run:
name: "Prepare"
command: scripts/prepare_build_environment.sh
- run:
name: "Build"
command: scripts/compile_kernel.sh
- store_artifacts:
path: output
- deploy:
name: Deploy
command: scripts/deploy.sh
workflows:
version: 2
build_and_deploy:
jobs:
- build:
filters:
tags:
only: /.*/
| version: 2
jobs:
build:
docker:
- image: buildpack-deps:trusty-scm
steps:
- checkout
- run:
name: "Prepare"
command: scripts/prepare_build_environment.sh
- run:
name: "Build"
command: scripts/compile_kernel.sh
- store_artifacts:
path: output
- deploy:
name: Deploy
command: scripts/deploy.sh
workflows:
version: 2
build_and_deploy:
jobs:
- build:
filters:
tags:
only: /.*/
| Switch CircleCI to use Docker instead of a VM | Switch CircleCI to use Docker instead of a VM
| YAML | mit | hypriot/rpi-kernel |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.