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 |
|---|---|---|---|---|---|---|---|---|---|
e364257c3a418c720d193cba928f7249656d1b23 | _config.yml | _config.yml | markdown: redcarpet
pygments: true
permalink: /blog/:year/:month/:day/:title
rdiscount:
extensions: [smart]
name: Florian Rathgeber
url: http://florianrathgeber.me
domain: florianrathgeber.me
description: Computational scientist at ECMWF, Reading, UK. Pythonista. Open source / open data enthusiast, developer, contri... | markdown: redcarpet
pygments: true
permalink: /blog/:year/:month/:day/:title
rdiscount:
extensions: [smart]
name: Florian Rathgeber
url: http://kynan.github.io
domain: kynan.github.io
description: Computational scientist at ECMWF, Reading, UK. Pythonista. Open source / open data enthusiast, developer, contributor. H... | Set URL and domain back to kynan.github.io | Set URL and domain back to kynan.github.io | YAML | mit | kynan/kynan.github.com,kynan/kynan.github.com |
dad3b15e8af78163a554f635ec06b54d673f52d9 | _config.yml | _config.yml | full_rebuild: true
title: vlau.me
url: http://vlau.me
description: ''
permalink: /:title
include:
- '_data'
exclude:
- 'node_modules'
- '*.sublime-workspace'
gems:
- jekyll-sitemap
kramdown:
input: GFM
auto_ids: false
sass:
style: compressed
color:
text: ffe0e7
background: 28143d
ui: 8f240... | full_rebuild: true
title: vlau.me
url: http://vlau.me
description: 'vlau.me is a searchable link collection for my fellow Computer Science and Media students at Bauhaus-Univerität Weimar.'
permalink: /:title
include:
- '_data'
exclude:
- 'node_modules'
- '*.sublime-workspace'
gems:
- jekyll-sitemap
kramdo... | Add description to Jekyll config | Add description to Jekyll config
| YAML | mit | kleinfreund/vlau.me,kleinfreund/vlau.me,kleinfreund/hyperlink.cool,kleinfreund/hyperlink.cool |
7f522e319da8a270e509af92e5e7b72793e567aa | _config.yml | _config.yml | # Site settings
# Build settings
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "tables", "fenced_code_blocks", "autolink", "strikethrough", "with_toc_data"] | # Site settings
# Build settings
markdown: kramdown
redcarpet:
extensions: ["no_intra_emphasis", "tables", "fenced_code_blocks", "autolink", "strikethrough", "with_toc_data"]
| Replace markdown rendering engine (redcarpet->kramdown) | Replace markdown rendering engine (redcarpet->kramdown)
| YAML | apache-2.0 | solidfire/solidfire-sdk-java,solidfire/solidfire-sdk-java |
754df0140c09dbd783e837ce973c2e679a7eac5e | _config.yml | _config.yml | # Site settings
title: Bring Developer
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://developer.bring.com" # the base hostname & protocol for your site
# RAML settings
raml_map:
api/shipping-guide/api.raml: api/shipping-guide/index.html
api/pickup-point/api.raml: api/pickup-point/index.html
api... | # Site settings
title: Bring Developer
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://developer.bring.com" # the base hostname & protocol for your site
permalink: /blog/:title/
# RAML settings
raml_map:
api/shipping-guide/api.raml: api/shipping-guide/index.html
api/pickup-point/api.raml: api/pick... | Use /blog/:title/ as permalink for blog posts | Use /blog/:title/ as permalink for blog posts
| YAML | isc | bring/developer-site,bring/developer-site |
1fa91a6b2db5e762b426717564b1608d8bd5ffdf | manifests/enable-diego-cats.yml | manifests/enable-diego-cats.yml | properties:
acceptance_tests:
admin_password: <%= ENV.fetch('CF_PASSWORD', 'admin') %>
admin_user: <%= ENV.fetch('CF_USER', 'admin') %>
api: (( concat "api." properties.system_domain ))
apps_domain: (( grab properties.system_domain ))
skip_ssl_validation: true
use_http: true
backend: diego... | properties:
acceptance_tests:
admin_password: <%= ENV.fetch('CF_PASSWORD', 'admin') %>
admin_user: <%= ENV.fetch('CF_USER', 'admin') %>
api: (( concat "api." properties.system_domain ))
apps_domain: (( grab properties.system_domain ))
skip_ssl_validation: true
use_http: true
backend: diego... | Revert "Temporarily disable v3 CATs in diego" | Revert "Temporarily disable v3 CATs in diego"
This reverts commit fb9e21eaf5db9a4c1797d5f2094ed1e4190342c1.
Signed-off-by: Peter Goetz <09cc375d163687e11b72d8636c5f6c2d071b96c4@de.ibm.com>
| YAML | apache-2.0 | cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci |
5c399388e8104f6408f2cbe7e3fb056184e5aa6f | manifests/cf-manifest/stubs/oauth.yml | manifests/cf-manifest/stubs/oauth.yml | properties:
login:
oauth:
providers:
google:
type: oidc1.0
authUrl: https://accounts.google.com/o/oauth2/v2/auth
tokenUrl: https://www.googleapis.com/oauth2/v4/token
issuer: https://accounts.google.com
redirectUrl: (( concat "https://login." properti... | properties:
login:
oauth:
providers:
google:
type: oidc1.0
authUrl: https://accounts.google.com/o/oauth2/v2/auth
tokenUrl: https://www.googleapis.com/oauth2/v4/token
tokenKeyUrl: https://www.googleapis.com/oauth2/v3/certs
issuer: https://accounts.goo... | Enable validation of google OIDC signatures | Enable validation of google OIDC signatures
Prior to our v251 to v253 CF upgrade, logging in with google OpenID Connect
seemed to be working, however once we'd upgraded to v253 we encountered the
error: "There was an error when authenticating against the external identity
provider: Could not verify token signature."
... | YAML | mit | alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf |
1e2180ff767dee6bfcd45e4123fa7bf334ee884a | docker-compose.yml | docker-compose.yml | nginx:
build: .
ports:
- 80:80
| nginx:
build: .
ports:
- 80:80
transient:
image: theconnman/transient
ports:
- 8080:3000
| Add Transient to docker compose | Add Transient to docker compose
| YAML | mit | TheConnMan/self-hosted,TheConnMan/self-hosted,TheConnMan/self-hosted |
3865362e85727ea8a27b9e3859a46fd02a7d2640 | docker-compose.yml | docker-compose.yml | version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:7c2d08e8d6dc32637236105e82f6c161fe2a2c3098e9035a92eb1401b6593bdf
volumes:
- ".:/plugin"
| version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:708ad19f7b52c43b8958a49d316271ca8fe988dd52d66971af6c0b8678b6627b
volumes:
- ".:/plugin"
| Update buildkite/plugin-tester:latest Docker digest to 708ad1 | Update buildkite/plugin-tester:latest Docker digest to 708ad1 | YAML | mit | buildkite-plugins/docker-compose-buildkite-plugin,buildkite-plugins/docker-compose,buildkite/docker-compose-buildkite-plugin |
57e004cb7bc4cb794fe0afe81fc749e25b0eead5 | docker-compose.yml | docker-compose.yml | version: "2"
services:
reader:
build: ./reader
| version: "2"
services:
reader:
build: ./reader
rabbitmq:
image: rabbitmq:3.6.5 | Add RabbitMQ to docker compose | Add RabbitMQ to docker compose
| YAML | mit | estiller/tweet-analyzer-demo,estiller/tweet-analyzer-demo,estiller/tweet-analyzer-demo,estiller/tweet-analyzer-demo,estiller/tweet-analyzer-demo |
b23ea8500107fa35a1e9093dd1aea624baf94991 | docker-compose.yml | docker-compose.yml | version: "3"
services:
db:
image: mysql:5.6
ports:
- 3315:3306
volumes:
- ./containers/db:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: "root"
MYSQL_DATABASE: "cms"
xmr:
image: xibosignage/xibo-xmr:release-0.7
ports:
- "9505:9505"
environment:
XMR_DEBUG... | version: "3"
services:
db:
image: mysql:5.6
ports:
- 3315:3306
volumes:
- ./containers/db:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: "root"
MYSQL_DATABASE: "cms"
xmr:
image: xibosignage/xibo-xmr:release-0.7
ports:
- "9505:9505"
environment:
XMR_DEBUG... | Remove mongo network from docker compose | Remove mongo network from docker compose
| YAML | agpl-3.0 | xibosignage/xibo-cms,xibosignage/xibo-cms,alexharrington/xibo-cms,alexharrington/xibo-cms,dasgarner/xibo-cms,alexharrington/xibo-cms,dasgarner/xibo-cms,xibosignage/xibo-cms,dasgarner/xibo-cms,xibosignage/xibo-cms,dasgarner/xibo-cms,alexharrington/xibo-cms,dasgarner/xibo-cms,dasgarner/xibo-cms,xibosignage/xibo-cms,xibos... |
692c1baedbe04dff62c9efc41c49ab0616b4e011 | docker-compose.yml | docker-compose.yml | server:
build: .
command: server -automigrate=true
links:
- db:db
ports:
- "8080:8080"
volumes:
- ~/.dockercfg:/root/.dockercfg
- "/var/run/docker.sock:/var/run/docker.sock"
env_file: .env
user: root
environment:
EMPIRE_DATABASE_URL: postgres://postgres:postgres@db/postgres?sslmode=d... | server:
build: .
command: server -automigrate=true
links:
- db:db
ports:
- "8080:8080"
volumes:
- ~/.dockercfg:/root/.dockercfg
- "/var/run/docker.sock:/var/run/docker.sock"
env_file: .env
user: root
environment:
EMPIRE_DATABASE_URL: postgres://postgres:postgres@db/postgres?sslmode=d... | Remove postgres port, because it errors if postgres is already running on the machine. | Remove postgres port, because it errors if postgres is already running on the machine. | YAML | bsd-2-clause | iserko/empire,remind101/empire,mhahn/empire,mhahn/empire,iserko/empire,remind101/empire,iserko/empire,remind101/empire,mhahn/empire |
7ee762659332991882fc1c39496a98e93a567d78 | docker-compose.yml | docker-compose.yml | ie:
build: .
ports:
- "3001"
links:
- mongodb:mongo
command: ./server -huddle ./configs/multifactor_huddle_config.json
endpoint:
build: ../ie-ccda-endpoint
ports:
- "3000:3000"
links:
- ie
mongodb:
image: mongo
volumes:
- /data/db:/data/db
ports:
- "27017"
multifactorriskserv... | ie:
build: .
ports:
- "3001"
links:
- mongodb:mongo
command: ./server -huddle ./configs/multifactor_huddle_config.json
endpoint:
build: ../ie-ccda-endpoint
ports:
- "3000:3000"
links:
- ie
mongodb:
image: mongo
volumes:
- /data/db:/data/db
ports:
- "27017"
multifactorriskserv... | Add option to useStudyID option to docker invocation of multifactor risk service | Add option to useStudyID option to docker invocation of multifactor risk service
| YAML | apache-2.0 | intervention-engine/ie |
f580b54b5fd5944039667163d8895cfb07b742e3 | docker-compose.yml | docker-compose.yml | version: '3'
services:
app:
image: juusechec/centos-symfony-postgis:latest
privileged: true # obligatory for centos systemd!
environment:
#- SCRIPT_ON_RUN="/scripts/example-script-on-run.sh" # optional
#- DATABASE_HOST="localhost"
- DATABASE_PORT="15432"
- DATABASE_NAME="sigma4c"
... | version: '3'
services:
app:
image: juusechec/centos-symfony-postgis:latest
privileged: true # obligatory for centos systemd!
environment:
- SCRIPT_ON_RUN=/sql/populate_database.sh # optional
#- DATABASE_HOST="localhost"
- DATABASE_PORT=15432
- DATABASE_NAME=sigma4c
- DATABASE... | Add script to populate automatically database! | Add script to populate automatically database!
| YAML | agpl-3.0 | juusechec/sigma4c,juusechec/sigma4c,juusechec/sigma4c,juusechec/sigma4c |
844df43d830ea961c47938a683ecba76f542c63d | docker-compose.yml | docker-compose.yml | version: '2'
services:
web:
build: .
env_file:
- secrets.env
ports:
- "127.0.0.1:15134:15134"
restart: always
| version: '2'
services:
web:
build: .
env_file:
- secrets.env
expose:
- "15134"
networks:
- proxy
environment:
VIRTUAL_HOST: home.homb.it
VIRTUAL_PORT: "15134"
HTTPS_METHOD: noredirect
DYNDNS_HOST: home.homb.it
LETSENCRYPT_HOST: home.hom... | Use app with docker nginx proxy | Use app with docker nginx proxy
| YAML | mit | hombit/house |
fb3ede08192f93c0fc9756a420d49ce8fd0e2238 | hieradata/nodes/bgo/bgo-mgmt-01.yaml | hieradata/nodes/bgo/bgo-mgmt-01.yaml | ---
network::interfaces_hash:
'eth0':
'ipaddress': '172.16.0.5/21'
'gateway': "%{hiera('netcfg_mgmt_gateway')}"
'vrf': 'mgmt'
'mgmt':
'ipaddress': '127.0.0.1/8'
'vrf_table': 'auto'
| ---
network::interfaces_hash:
'eth0':
'ipaddress': '172.16.0.5/21'
'gateway': "%{hiera('netcfg_mgmt_gateway')}"
'vrf': 'mgmt'
'mgmt':
'ipaddress': '127.0.0.1/8'
'vrf_table': 'auto'
profile::base::network::cumulus_bridges:
'bridge':
'ports': [ 'swp1', 'swp2', 'swp3', 'swp4', 'swp5'... | Configure ports for new mgmt switch | Configure ports for new mgmt switch
| YAML | apache-2.0 | TorLdre/himlar,raykrist/himlar,mikaeld66/himlar,mikaeld66/himlar,raykrist/himlar,TorLdre/himlar,norcams/himlar,mikaeld66/himlar,norcams/himlar,mikaeld66/himlar,tanzr/himlar,tanzr/himlar,TorLdre/himlar,tanzr/himlar,norcams/himlar,tanzr/himlar,mikaeld66/himlar,norcams/himlar,TorLdre/himlar,tanzr/himlar,TorLdre/himlar,nor... |
6d7fc39fadf09aabfab54fa65092de1a30c03012 | dts/bindings/dma/dma-controller.yaml | dts/bindings/dma/dma-controller.yaml | # Copyright (c) 2019, Song Qiang <songqiang1304521@gmail.com>
# SPDX-License-Identifier: Apache-2.0
# Common fields for DMA controllers
include: base.yaml
bus: dma
properties:
label:
required: true
"#dma-cells":
type: int
required: true
description: Number of items to expect in a DM... | # Copyright (c) 2019, Song Qiang <songqiang1304521@gmail.com>
# SPDX-License-Identifier: Apache-2.0
# Common fields for DMA controllers
include: base.yaml
bus: dma
properties:
label:
required: true
"#dma-cells":
type: int
required: true
description: Number of items to expect in a DM... | Add buffer alignment property to DTS Binding | dma: Add buffer alignment property to DTS Binding
Enable statically allocated buffers to determine their buffer alignment
with a device tree property rather than having to find out through docs.
Should save people lots of time.
Signed-off-by: Tom Burdick <63c280986e32082c9e27a1a69ac8b19e3d0c6b4b@intel.com>
| YAML | apache-2.0 | zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,finikorg/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,finikorg/zephyr,finikorg/zephyr,galak/zephyr,zephyrproject-rtos/zephyr,finikorg/zephyr,galak/zephyr,galak/zephyr,galak/zephyr |
2a394d6e2daf13e06e065016f7ac0e2adc8e93d3 | update_kb_bsfcampus_sen.yml | update_kb_bsfcampus_sen.yml | ---
# Ansible playbook for BSF Campus Sénégale
#It will be always localhost
- hosts: localhost
roles:
- { role: upgradeIdc, when: ansible_hostname == 'kb-bsfcampus-sen-76' }
- tinc-static
# Start. has to be always enable
- logs
# Stop. has to be always enable
| ---
# Ansible playbook for BSF Campus Sénégale
#It will be always localhost
- hosts: localhost
roles:
# - { role: upgradeIdc, when: ansible_hostname == 'kb-bsfcampus-sen-76' }
# - tinc-static
# Start. has to be always enable
- logs
# Stop. has to be always enable
| Disable install of role Tinc and upgrade IDB | Disable install of role Tinc and upgrade IDB
| YAML | mit | ideascube/ansiblecube,ideascube/ansiblecube |
9990e9ab546c952897d471bcd136ed964a6db4a7 | metadata/org.metabrainz.android.yml | metadata/org.metabrainz.android.yml | Categories:
- Internet
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/metabrainz/musicbrainz-android/
IssueTracker: https://tickets.musicbrainz.org/browse/MOBILE
Translation: https://www.transifex.com/musicbrainz/musicbrainz/android-app/
Donate: https://metabrainz.org/donate
AutoName: MusicB... | Categories:
- Internet
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/metabrainz/musicbrainz-android/
IssueTracker: https://tickets.musicbrainz.org/browse/MOBILE
Translation: https://www.transifex.com/musicbrainz/musicbrainz/android-app/
Donate: https://metabrainz.org/donate
AutoName: MusicB... | Update CV of MusicBrainz to 4.3 (37) | Update CV of MusicBrainz to 4.3 (37)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
d216a78f1d5526163f6de30516542f6f9abfe8b3 | packages/cd/cdeps.yaml | packages/cd/cdeps.yaml | homepage: ''
changelog-type: ''
hash: d1d0d274fea3a05d9c5c71c12291b874e27569834e1b5c3e6661814dd6cd6cda
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.9 && <5'
text: -any
... | homepage: ''
changelog-type: ''
hash: a868b9afc1364980513ed6fd758d49ebe4efe688725ecdc12564046d97a15011
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.9 && <5'
text: -any
... | Update from Hackage at 2018-05-01T12:52:22Z | Update from Hackage at 2018-05-01T12:52:22Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
336f4ab3acb204f49f170d25164838e5b24ec3c2 | pubspec.yaml | pubspec.yaml | name: watcher
version: 0.9.0
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A file watcher. It monitors (currently by polling) for changes to contents
of directories and notifies you when files have been added, removed, or
modified.
dependencies:
crypto: ">=0.9.0 <0.10.... | name: watcher
version: 0.9.1
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
A file watcher. It monitors (currently by polling) for changes to contents
of directories and notifies you when files have been added, removed, or
modified.
dependencies:
crypto: ">=0.9.0 <0.10.... | Increment package versions for stack trace changes. | Increment package versions for stack trace changes.
R=rnystrom@google.com
BUG=
Review URL: https://codereview.chromium.org//110613003
git-svn-id: c53bd6455474c0a826d309663cf600546f7b0963@30997 260f80e4-7a28-3924-810f-c04153c831b5
| YAML | bsd-3-clause | dart-lang/watcher |
1bd2a7408e9691e2fb12d2a6f5c6d4dcfd8d05ff | packages/hl/hlrdb.yaml | packages/hl/hlrdb.yaml | homepage: https://github.com/identicalsnowflake/hlrdb
changelog-type: ''
hash: 722faf351cf0af780b1d0d0323e1320d464d8cd490656d3bd1f9ab601f309de0
test-bench-deps: {}
maintainer: identicalsnowflake@protonmail.com
synopsis: High-level Redis Database
changelog: ''
basic-deps:
bytestring: ^>=0.10.8.1
base: ! '>=4.9 && <5... | homepage: https://github.com/identicalsnowflake/hlrdb
changelog-type: ''
hash: 9afc96d4daccbbf03345795e7f5d3b7ea5a7eb70e8c710c0b4abc92c26e513ba
test-bench-deps: {}
maintainer: identicalsnowflake@protonmail.com
synopsis: High-level Redis Database
changelog: ''
basic-deps:
bytestring: ^>=0.10.8.1
base: ! '>=4.9 && <5... | Update from Hackage at 2018-06-03T18:34:54Z | Update from Hackage at 2018-06-03T18:34:54Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
83feee77d8535285db9017abadf2cccdda3fd853 | config/default.yml | config/default.yml | server_port: 9001
service_map_backend: http://api.hel.fi/servicemap/v1
linkedevents_backend: http://api.hel.fi/linkedevents/v0.1
otp_backend: http://144.76.78.72/otp/routers/default/plan
static_path: /static/
livereload: true
url_prefix: /
# user_location_override: [60.171111, 24.943889]
# sentry_url: http://4e10e9d3f2... | server_port: 9001
service_map_backend: http://api.hel.fi/servicemap/v1
street_address_languages:
- fi
- sv
linkedevents_backend: http://api.hel.fi/linkedevents/v0.1
otp_backend: http://144.76.78.72/otp/routers/default/plan
static_path: /static/
livereload: true
url_prefix: /
# user_location_override: [60.171111... | Add configuration for street address languages. | Add configuration for street address languages.
For places like Finland where all street addresses come in two
languages.
| YAML | agpl-3.0 | City-of-Helsinki/servicemap,City-of-Helsinki/servicemap,vaaralav/servicemap,vaaralav/servicemap,City-of-Helsinki/servicemap,vaaralav/servicemap |
ff9d9b9c31198880988abd9aab124a8f040a0672 | playbook/roles/httpd-php/tasks/redhat_apache.yml | playbook/roles/httpd-php/tasks/redhat_apache.yml | ---
- name: install apache2 packages
yum: pkg={{ item }} state=installed
with_items:
- httpd
- httpd-devel
sudo: true
- name: change port on Apache2 config
lineinfile: dest=/etc/httpd/conf/httpd.conf regexp="^Listen " insertafter="^Listen " line="Listen {{ http_port }}"
sudo: true
notify:
- resta... | ---
- name: install apache2 packages
yum: pkg={{ item }} state=installed
with_items:
- httpd
- httpd-devel
sudo: true
- name: change port on Apache2 config
lineinfile: dest=/etc/httpd/conf/httpd.conf regexp="^Listen " insertafter="^Listen " line="Listen {{ http_port }}"
sudo: true
notify:
- resta... | Make sure httpd is ON and configured to start on boot | Make sure httpd is ON and configured to start on boot
| YAML | mit | mgalang/WunderMachina,wunderkraut/WunderMachina,mgalang/WunderMachina,mgalang/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina,mgalang/WunderMachina,wunderkraut/WunderMachina |
4b2f4b9cb304bdcfc08e5548d74a2d1b29d9bc66 | environment_ci.yml | environment_ci.yml | name: dask_distance_env
channels:
- conda-forge
dependencies:
- pip==9.0.1
- wheel==0.29.0
- coverage==4.0.3
- python-coveralls==2.7.0
- pytest==3.0.5
- dask==0.13.0
- numpy==1.11.3
- scipy==0.19.1
| name: dask_distance_env
channels:
- conda-forge
dependencies:
- pip==9.0.1
- wheel==0.29.0
- coverage==4.0.3
- python-coveralls==2.7.0
- pytest==3.0.5
- flake8==3.2.1
- dask==0.13.0
- numpy==1.11.3
- scipy==0.19.1
| Make flake8 a CI requirement | Make flake8 a CI requirement
To make sure our fixes stay and the code stays clean going forward, we
need to start running flake8 during CI. In order to make that happen, we
first need to install flake8 when running CI. Hence we add a version of
flake8 here that should be installable on all Python versions that we
supp... | YAML | bsd-3-clause | jakirkham/dask-distance |
f663765b0e0485a942b0b926f273c9bf6de2d7a0 | packages/co/concurrent-dns-cache.yaml | packages/co/concurrent-dns-cache.yaml | homepage: ''
changelog-type: ''
hash: 8fc8416e87df1bd6ac1ffd2d7618fdaa9e44375b996a5b378221e2b4d1c1edde
test-bench-deps:
base: ! '>=4 && <5'
hspec: -any
async: -any
concurrent-dns-cache: -any
dns: -any
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: Concurrent DNS cache
changelog: ''
basic-deps:
bytestr... | homepage: ''
changelog-type: ''
hash: 099b796da452ba3eb5d4cd83e72a8a73c0f9022a33f2a94b4c573229175d787c
test-bench-deps:
base: ! '>=4 && <5'
hspec: -any
async: -any
concurrent-dns-cache: -any
dns: -any
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: Concurrent DNS cache
changelog: ''
basic-deps:
bytestr... | Update from Hackage at 2017-08-02T00:49:13Z | Update from Hackage at 2017-08-02T00:49:13Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
c642e02374cedef871b1fc0c9df85a221c0f7129 | lib/countries/data/countries/ZW.yaml | lib/countries/data/countries/ZW.yaml | ---
ZW:
continent: Africa
alpha2: ZW
alpha3: ZWE
country_code: '263'
international_prefix: '00'
ioc: ZIM
gec: ZI
name: Zimbabwe
national_destination_code_lengths:
- 2
national_number_lengths:
- 8
- 9
- 10
- 11
national_prefix: '0'
number: '716'
region: Africa
subregion: Eastern Afr... | ---
ZW:
continent: Africa
alpha2: ZW
alpha3: ZWE
country_code: '263'
international_prefix: '00'
ioc: ZIM
gec: ZI
name: Zimbabwe
national_destination_code_lengths:
- 2
national_number_lengths:
- 8
- 9
- 10
- 11
national_prefix: '0'
number: '716'
region: Africa
subregion: Eastern Afr... | Change Zimbabwe currency code to USD | Change Zimbabwe currency code to USD
This is difficult, but the Zimbabwean Dollar was demonetised in 2015 and replaced with a basket of currencies. The government uses the USD in official transactions, however. | YAML | mit | burningpony/countries,touristly/countries,JuanitoFatas/countries,hexorx/countries |
f10b78e283123c7c2cbe96b1f86b61b1d21a3b5c | packages/ge/generic-arbitrary.yaml | packages/ge/generic-arbitrary.yaml | homepage: http://github.com/typeable/generic-arbitrary#readme
changelog-type: markdown
hash: 5c8619724d64271725c89a479630279fde40825eed75e68960ed0f14ca682d78
test-bench-deps: {}
maintainer: makeit@typeable.io
synopsis: Generic implementation for QuickCheck's Arbitrary
changelog: |
0.2.0
-----
* Added `GenericArb... | homepage: http://github.com/typeable/generic-arbitrary#readme
changelog-type: markdown
hash: 77b9d6b9f1edd9917f0d2e1bd2fd3d510715bc25029c66fc6a1e7806590ae8f4
test-bench-deps: {}
maintainer: makeit@typeable.io
synopsis: Generic implementation for QuickCheck's Arbitrary
changelog: |
0.2.0
-----
* Added `GenericArb... | Update from Hackage at 2022-03-15T08:37:43Z | Update from Hackage at 2022-03-15T08:37:43Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
24d05ae8a2e42eee24155dc36cf97d61cdfbbba6 | packages/ne/network-multicast.yaml | packages/ne/network-multicast.yaml | homepage: ''
changelog-type: text
hash: de7fd75a655ffd9cf75b68920a7d5e3bfa9e3f10adcc482d88b8b4d3662d7c0b
test-bench-deps: {}
maintainer: Marco Zocca
synopsis: Simple multicast library
changelog: |+
# 0.3.0
- Fix compatibility with network-3.0
basic-deps:
base: ! '>=4 && <5'
network: -any
network-bsd: -any
a... | homepage: ''
changelog-type: text
hash: 4697783ec62c74caa94e4a79df8b13329731d685b927ff1f415ce90c0925a764
test-bench-deps: {}
maintainer: Marco Zocca
synopsis: Simple multicast library
changelog: |+
# 0.3.1
- Fix [build errors](https://github.com/commercialhaskell/stackage/issues/4589)
# 0.3.0
- Fix compatibili... | Update from Hackage at 2019-05-28T06:24:16Z | Update from Hackage at 2019-05-28T06:24:16Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
abfbe512128a7b5b816276c3f226aba125f00f5e | examples/taskruns/dind-sidecar.yaml | examples/taskruns/dind-sidecar.yaml | apiVersion: tekton.dev/v1alpha1
kind: TaskRun
metadata:
generateName: dind-sidecar-
spec:
taskSpec:
steps:
- image: docker
name: client
env:
# Connect to the sidecar over TCP without TLS.
- name: DOCKER_HOST
value: tcp://localhost:2375
script: |
#!/usr/bin/env... | apiVersion: tekton.dev/v1alpha1
kind: TaskRun
metadata:
generateName: dind-sidecar-
spec:
taskSpec:
steps:
- image: docker
name: client
env:
# Connect to the sidecar over TCP, with TLS.
- name: DOCKER_HOST
value: tcp://localhost:2376
# Verify TLS.
- name: DOCKER_T... | Connect to dind sidecar daemon using TLS | Connect to dind sidecar daemon using TLS
- share the path the daemon generates certs into with the client
- instruct the client to look for certs there, and to use them
- add a readinessProbe to wait for the certs to be generated
| YAML | apache-2.0 | tektoncd/pipeline,tektoncd/pipeline |
f644e2ca60eaff9e0a734e1b11ea647c0e7f0acf | .github/workflows/build.yml | .github/workflows/build.yml | name: Build Binaries
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@master
with:
go-version: '1.14'
- name: Run Cross-build
run: ./crossbuild.sh
- name: Show MemGator CLI Help
... | name: Build Binaries
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@master
with:
go-version: '1.14'
- name: Run Cross-build
run: ./crossbuild.sh
- name: Show MemGator CLI Help
... | Add a name to the upload artifact step | Add a name to the upload artifact step
| YAML | mit | oduwsdl/memgator,oduwsdl/memgator |
143af05ab7731c2e68853e7750ff3ee77ad6c444 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on: [push]
jobs:
install-deps:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
name: Python ${{ matrix.python-version }} build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version... | name: Build
on: [push]
jobs:
install-deps:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
name: Python ${{ matrix.python-version }} build
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version... | Install deps before trying to run checks | Install deps before trying to run checks | YAML | mit | jelford/activesoup,jelford/activesoup,jelford/activesoup |
468f5ce0ab64a3b1b72c82e375a81b05c162674d | .github/workflows/maven.yml | .github/workflows/maven.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 ... | # 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 ... | Remove Java 12 and 13. | Remove Java 12 and 13.
| YAML | apache-2.0 | apache/commons-configuration,apache/commons-configuration,apache/commons-configuration |
b2f753ecf84e994735fb91e93380e7d48c08ac1a | .github/workflows/maven.yml | .github/workflows/maven.yml | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
jobs:
build:
... | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: master
pull_request:
branches: master
jobs:
build:
runs-on: ubuntu-latest... | Replace default branch by master | Replace default branch by master | YAML | lgpl-2.1 | bmaggi/checkstyle-requirejavadoctag |
b8e3d7f75fad4036461691671eedde9e7a801df2 | .github/workflows/maven.yml | .github/workflows/maven.yml | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Tycho build with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: w... | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Tycho build with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: w... | Update to Java 16 for the build | Update to Java 16 for the build | YAML | epl-1.0 | vogellacompany/eclipse4book |
fccf9108879fbb9d8a09953cbe2e4404e6699552 | .github/workflows/test.yaml | .github/workflows/test.yaml | name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14-alpine
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: everydayrails
ports: ["5432:... | name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14-alpine
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: everydayrails
ports: ["5432:... | Remove redundant bundle install step in GitHub Actions | Remove redundant bundle install step in GitHub Actions
| YAML | mit | dtan4/everydayrails-rspec,dtan4/everydayrails-rspec,dtan4/everydayrails-rspec |
e8ddda17fe8b019b219cfba0956e2de3e3d07349 | .github/workflows/test.yaml | .github/workflows/test.yaml | name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install Poetry
uses: snok/install-poet... | name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install Poetry
uses: snok/install-poet... | Add coverage output on PR | Add coverage output on PR
This makes coverage analysis results to be printed in GH Actions
output when running pytest on a PR. This should make easy to see code
quality improvements.
| YAML | apache-2.0 | ifosch/accloudtant |
4d02330b0eead455cd011255c4e01e7f9d057067 | .github/workflows/deploy.yml | .github/workflows/deploy.yml | # Test deploying from Slack
name: Manually triggered Deployment from Slack
on: [deployment]
jobs:
deployStaging:
runs-on: ubuntu-latest
if: github.event.sender.type === 'User' && github.event.deployment.environment === 'staging'
steps:
- uses: actions/checkout@v2
- run: npx now@16 --prod --t... | # Test deploying from Slack
name: Manually triggered Deployment from Slack
on: [deployment]
jobs:
deployStaging:
runs-on: ubuntu-latest
if: github.event.sender.type == 'User' && github.event.deployment.environment == 'staging'
steps:
- uses: actions/checkout@v2
- run: npx now@16 --prod --tok... | Use == instead of === | Use == instead of ===
#javascript | YAML | mit | conveyal/analysis-ui,conveyal/analysis-ui,conveyal/analysis-ui |
0b78dcca8824f25b433b988d5d39be2789ddf5cc | .github/workflows/docker.yml | .github/workflows/docker.yml | name: Build Docker image after release
on:
release:
types: [published]
env:
TEST_TAG: ${{ github.repository }}:test
jobs:
build:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Docker meta
id: meta
uses: docker/... | name: Build Docker image after release
on:
release:
types: [published]
env:
TEST_TAG: ${{ github.repository }}:test
jobs:
build:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Docker meta
id: meta
uses: docker/... | Fix typo in GithubActions Docker workflow | Fix typo in GithubActions Docker workflow
| YAML | mit | guigolab/ggsashimi,guigolab/ggsashimi |
d10b3223964eb423b9cf5dfe97b3562112892919 | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-v... | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-v... | Build with Node.js 16 on GitHub Actions. | Build with Node.js 16 on GitHub Actions.
| YAML | mit | bigeasy/arguable |
849f219da9f325dc34337b84ed5781d7fc453540 | .github/workflows/pr-ci.yaml | .github/workflows/pr-ci.yaml | name: Pull Request CI
on:
pull_request:
branches:
- 1.15.x
- 1.x
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: act... | name: Pull Request CI
on:
pull_request:
branches:
- 1.15.x
- 1.x
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: act... | Update Github Actions maven command to use verify instead of package | [ELY-2231] Update Github Actions maven command to use verify instead of package
| YAML | apache-2.0 | wildfly-security/wildfly-elytron,wildfly-security/wildfly-elytron |
937b04c227fda22d667da92ad0a7e37483a7a73d | .pre-commit-config.yaml | .pre-commit-config.yaml | aliases:
- &python_settings
types: [python]
exclude: >
(?x)^(
.+/migrations/.+|
)$
repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
hooks:
- <<: *python_settings
id: isort
- repo: https://github.com/python/... | aliases:
- &python_settings
types: [python]
exclude: >
(?x)^(
.+/migrations/.+|
)$
repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
hooks:
- <<: *python_settings
id: isort
- repo: https://github.com/python/... | Fix prettier version in pre-commit | Fix prettier version in pre-commit
| YAML | mit | patrick91/pycon,patrick91/pycon |
7ce8dd3e09ad43ce52e6fa8ea33adebec2434a65 | .pre-commit-config.yaml | .pre-commit-config.yaml | exclude: json/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: check-ast
- id: check-docstring-first
- id: check-json
- id: check-toml
- id: check-vcs-permalinks
- id: check-yaml
- id: debug-statements
- id: end-of-file-fi... | exclude: json/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: check-ast
- id: check-docstring-first
- id: check-json
- id: check-toml
- id: check-vcs-permalinks
- id: check-yaml
- id: debug-statements
- id: end-of-file-fi... | Remove docformatter, it's too unwieldy. | Remove docformatter, it's too unwieldy.
Specifically for the moment, it's adding periods to the end of
things that aren't sentences.
I'm sure that's configurable but I don't immediately see where.
| YAML | mit | Julian/jsonschema,python-jsonschema/jsonschema,Julian/jsonschema |
d34324150812d44f060f3f43567b541a55b044f1 | packages/de/dependent-monoidal-map.yaml | packages/de/dependent-monoidal-map.yaml | homepage: ''
changelog-type: markdown
hash: 62e6d7bb4937b58b6b9c2096e35cf9ff8aa24ba1e401d1dd7c97f866935d0786
test-bench-deps: {}
maintainer: maintainer@obsidian.systems
synopsis: Dependent map that uses semigroup mappend
changelog: |
# Revision history for dependent-monoidal-map
basic-deps:
dependent-sum: ! '>=0.6.... | homepage: ''
changelog-type: markdown
hash: 0e9a6bc4a7b060e47d65c7d04669abce9275ace1fe6877921294757454ea3948
test-bench-deps: {}
maintainer: maintainer@obsidian.systems
synopsis: Dependent map that uses semigroup mappend
changelog: |
# Revision history for dependent-monoidal-map
basic-deps:
dependent-sum: ! '>=0.6.... | Update from Hackage at 2019-11-26T16:17:40Z | Update from Hackage at 2019-11-26T16:17:40Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8811346f0a4949c9e2c8276ac25e20b9adafc9db | packages/mi/minitypeset-opengl.yaml | packages/mi/minitypeset-opengl.yaml | homepage: http://moire.be/haskell/
changelog-type: ''
hash: 679c16468fb03c7251acc97898f6fcebe06bbb549d0d2a272742370873781309
test-bench-deps: {}
maintainer: bkomuves (plus) hackage (at) gmail (dot) com
synopsis: Layout and render text with TrueType fonts using OpenGL
changelog: ''
basic-deps:
OpenGL: ! '>=3'
base: ... | homepage: http://moire.be/haskell/
changelog-type: ''
hash: b65823651b4cbf5d59f35b05b52f611cf8f1e61f05c90c0aadddd8de95536e81
test-bench-deps: {}
maintainer: bkomuves (plus) hackage (at) gmail (dot) com
synopsis: Layout and render text with TrueType fonts using OpenGL
changelog: ''
basic-deps:
OpenGL: ! '>=3'
base: ... | Update from Hackage at 2019-05-02T18:35:57Z | Update from Hackage at 2019-05-02T18:35:57Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
cb335f2ce9cdd9ef73bac7604f52bcc1d7560401 | packages/nu/numeric-logarithms.yaml | packages/nu/numeric-logarithms.yaml | homepage: https://github.com/google/hs-numeric-logarithms#readme
changelog-type: markdown
hash: b751c4da8b697bea8796b78467f4d21f3df2f1f0f19a50d1c79229fd7e1be179
test-bench-deps:
test-framework: -any
numeric-logarithms: -any
base: '>=4.9 && <4.16'
test-framework-quickcheck2: -any
integer-gmp: '>=0.5 && <1.1'
... | homepage: https://github.com/google/hs-numeric-logarithms#readme
changelog-type: markdown
hash: db6d43b0d3d3cf88cee3026a4b045258b492dfb4a3c7130b805fbe0e6a7d6728
test-bench-deps:
test-framework: -any
numeric-logarithms: -any
base: '>=4.9 && <4.16'
test-framework-quickcheck2: -any
integer-gmp: '>=0.5 && <1.2'
... | Update from Hackage at 2021-09-19T08:49:51Z | Update from Hackage at 2021-09-19T08:49:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5f57f50456c13a3e8b1c568b6e668e703c73fb10 | packages/pl/plugins-multistage.yaml | packages/pl/plugins-multistage.yaml | homepage: ''
changelog-type: ''
hash: 9bd53f26c068c29cfe862d8026ca5cb03090d5b233122f3459456a33bcdc96fb
test-bench-deps: {}
maintainer: Anders Persson <anders.cj.persson@gmail.com>
synopsis: Dynamic linking for embedded DSLs with staged compilation
changelog: ''
basic-deps:
base: ! '>=4 && <4.9'
th-desugar: -any
t... | homepage: ''
changelog-type: ''
hash: 0432d721974ab55aca1ef50b146323b81be0da2f05a4eb9b1cb965c54da419f4
test-bench-deps:
tasty-th: ! '>=0.1'
plugins-multistage: -any
base: -any
tasty-quickcheck: ! '>=0.3'
tasty: ! '>=0.3'
QuickCheck: ! '>=2.5 && <3.0'
template-haskell: -any
maintainer: Anders Persson <ande... | Update from Hackage at 2015-05-15T23:20:48+0000 | Update from Hackage at 2015-05-15T23:20:48+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
4b2727f5e6fe33ed199b9be987b1f70514c42ed7 | plugins/tripleo-undercloud/init.yml | plugins/tripleo-undercloud/init.yml | - name: Pre Run Adjustments
hosts: undercloud
tags: init
gather_facts: no
become: yes
any_errors_fatal: true
tasks:
- name: Set selinux state
selinux:
policy: "targeted"
state: "{{ install.selinux|default('enforcing') }}"
- name: Ensure yum presence
# ... helps with ... | - name: Pre Run Adjustments
hosts: undercloud
tags: init
gather_facts: no
become: yes
any_errors_fatal: true
tasks:
- name: Set selinux state
selinux:
policy: "targeted"
state: "{{ install.selinux|default('enforcing') }}"
- name: Ensure yum presence
# ... helps with ... | Fix the undercloud hostname in /etc/hosts for tls-everywhere deployments | Fix the undercloud hostname in /etc/hosts for tls-everywhere deployments
Since localhost.localdomain is not allowed/valid for undercloud
deployment and let the ipa enrollment task to fail, this change
allow us to make sure the hostname entry is set before localdomain
in /etc/hosts.
Signed-off-by: Francesco Pantano <e... | YAML | apache-2.0 | redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared |
e2af8379f38087ef0c0aab86f207dc5a22acdbb7 | .circleci/config.yml | .circleci/config.yml | ---
version: 2
_job: &job
docker:
- image: debian:stretch
steps:
- checkout
- run:
name: Install system dependencies
command: apt update -y && apt install -y libfontconfig1 make perl-doc wget
- restore_cache:
key: v1-{{ checksum "packages.txt" }}
- ru... | ---
version: 2
_job: &job
docker:
- image: debian:stretch
steps:
- checkout
- run:
name: Install system dependencies
command: apt update -y && apt install -y libfontconfig1 make perl-doc wget
- restore_cache:
key: v1-{{ checksum "packages.txt" }}
- run:
name: Ins... | Configure CircleCI to run eclint | Configure CircleCI to run eclint
| YAML | mit | BrianCriswell/DND-5e-LaTeX-Template,evanbergeron/DND-5e-LaTeX-Template |
2bb758c6f7540848b5b633f43ca26181a1d3c304 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:10.7.0
working_directory: ~/app
steps:
- checkout
- run: yarn install
- run: yarn build
| workflows:
version: 2
main:
jobs:
- build
- publish:
requires:
- build
filters:
tags:
only: /^v.*/
version: 2
jobs:
build:
docker:
- image: cibuilds/chrome-extension:latest
working_directory: ~/app
steps:
- checkout... | Automate relase to Google Web Store using CircleCI | Automate relase to Google Web Store using CircleCI
| YAML | apache-2.0 | tamanobi/Ku-nya,tamanobi/Ku-nya,tamanobi/Ku-nya,tamanobi/Ku-nya |
b928420c6d016dc66a7dbe93182b3e569192c125 | .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.2@sha256:d938e339d9d5f80e34f140689a2b7225357c8b0e099ea40c24a9168b90e64a9a
working_directory: ~/repo
steps:
- checko... | # 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.2@sha256:398089ea890e222b56bc8fcc905df6caf89cf6cf9000148ce1d755210fbb4405
working_directory: ~/repo
steps:
- checko... | Update circleci/python:3.7.2 Docker digest to 398089e | Update circleci/python:3.7.2 Docker digest to 398089e | YAML | bsd-3-clause | kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler |
f86f01517e3f438080536b9ed6979e91da342a09 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
machine: true
steps:
- checkout
- run:
name: Construct Build Environment
command: docker build -t build_image .
- run:
name: Start Build Environment
command: docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" --tty --detach ... | version: 2
jobs:
build:
docker:
image: andredesigna/pdfgen:latest
steps:
- checkout
- run:
name: Build Win32
command: |
make CC=/usr/lib/mxe/usr/bin/i686-w64-mingw32.static-gcc
cp testprog testprog.exe
make clean
... | Move over to cloud docker images | circleci: Move over to cloud docker images
| YAML | unlicense | AndreRenaud/PDFGen,AndreRenaud/PDFGen,AndreRenaud/PDFGen |
e49f52183407ffaa9a1230252fc69fde64f75a9b | .circleci/config.yml | .circleci/config.yml | exec: &exec
name: build-tools/nerves-system-br
version: 1.18.0
elixir: 1.13.1-otp-24
version: 2.1
orbs:
build-tools: nerves-project/build-tools@0.1.5
workflows:
version: 2
build_test_deploy:
jobs:
- build-tools/build-system:
exec:
<<: *exec
resource-class: large
... | exec: &exec
name: build-tools/nerves-system-br
version: 1.18.0
elixir: 1.13.1-otp-24
version: 2.1
orbs:
build-tools: nerves-project/build-tools@0.2.1
workflows:
version: 2
build_test_deploy:
jobs:
- build-tools/get-br-dependencies:
exec:
<<: *exec
context: org-gl... | Update CI to use new method of caching Buildroot dependencies | Update CI to use new method of caching Buildroot dependencies
| YAML | apache-2.0 | nerves-project/nerves_system_rpi3,nerves-project/nerves_system_rpi3 |
0ae40c0274ff4bea34041b27c5436d2cbad59335 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
test:
docker:
- image: circleci/node:4-browsers
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run: npm config set "//registry.npmjs.org/:_authToken" $NPM_AUTH
- run: make test
- save_cache:
key:... | version: 2
jobs:
test:
docker:
- image: circleci/node:4-browsers
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run: npm config set "//registry.npmjs.org/:_authToken" $NPM_AUTH
- run: make install
- run: make test
- ... | Split install into it's own step. | Split install into it's own step.
Idea here is to seperate the commands for two reasons:
* see their output seperately
* time them seperately so we can better understand where the bottlenecks are (though 99.999% sure it's saucelabs :P)
| YAML | mit | nice-fungal/analytics.js-core,nice-fungal/analytics.js-core,segmentio/analytics.js-core,segmentio/analytics.js-core,segmentio/analytics.js-core |
949e660e536b4da2deb3117d0f1d4090e455a74e | roles/google_cloud_sdk/tasks/main.yml | roles/google_cloud_sdk/tasks/main.yml | ---
# file: roles/google_cloud_sdk/tasks/main.yml
- name: Install Google Cloud SDK
homebrew_cask:
name: google-cloud-sdk
state: present
- name: Ensure Google Cloud SDK is sourced from {{ ansible_user_dir }}/.bashrc
blockinfile:
dest: "{{ ansible_user_dir }}/.bashrc"
block: |
[ -e /usr/local/... | ---
# file: roles/google_cloud_sdk/tasks/main.yml
- name: Install Google Cloud SDK
homebrew_cask:
name: google-cloud-sdk
state: present
- name: Ensure Google Cloud SDK is sourced from {{ ansible_user_dir }}/.bashrc
blockinfile:
dest: "{{ ansible_user_dir }}/.bashrc"
block: |
[ -e /usr/local/... | Fix Google SDK bash command | Fix Google SDK bash command
| YAML | mit | andrewdavidbell/macos-infra |
fa86508dcd67238a0456a70bcfb200988fe731db | roles/homeassistant/files/groups.yaml | roles/homeassistant/files/groups.yaml | living_room_floor_heating:
name: "Floor Heating"
entities:
- switch.living_room_floor_heating
- switch.study_floor_heating
icon: mdi:grid | living_room_floor_heating:
name: "Living Room Floor Heating"
entities:
- switch.living_room_floor_heating
- switch.study_floor_heating
icon: mdi:grid | Change the name of Living Room Floor Heating in HA | Change the name of Living Room Floor Heating in HA
| YAML | mit | rewse/ansible-playbooks,rewse/ansible-playbooks,rewse/ansible-playbooks |
246ffd88d12077e0579337d408c7b9ccb1cd55dc | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:latest
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- dependency-cache-{{ checksum "package.json" }}
- dependency-cache-
- run:
name: Install dependencies
... | version: 2
jobs:
build:
docker:
- image: circleci/node:latest
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- dependency-cache-{{ checksum "package.json" }}
- dependency-cache-
- run:
name: Install dependencies
... | Remove global install of now-cli | Remove global install of now-cli
| YAML | mit | urre/chock.press,urre/chock.press |
f575ce548b1e2ed9606cca618cb2b5cfdcbd0a8a | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/bradgignac/fortune-api
steps:
- checkout
- run: make deps
- run: make build
| version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/bradgignac/fortune-api
steps:
- checkout
- run: env
- run: go get github.com/golang/dep/cmd/dep
- run: make deps
- run: make build
| Install `dep` for dependency management. | Install `dep` for dependency management.
| YAML | mit | bradgignac/fortune-api |
3d86460805a8acd646436e2dc9da1c7d62f70a96 | .github/calendar.yml | .github/calendar.yml | {
'2018-01-30T02:00Z': 'endgame',
'2018-02-07T20:00Z': 'release', # 1.20.0
'2018-02-12T20:00Z': 'development',
'2018-02-14T15:00Z': 'release', # 1.20.1
'2018-02-19T20:00Z': 'development',
'2018-02-27T02:00Z': 'endgame',
} | {
'2018-01-29 18:00, US/Pacific': 'endgame',
'2018-02-07 12:00, US/Pacific': 'release', # 1.20.0
'2018-02-12 12:00, US/Pacific': 'development',
'2018-02-14 16:00, Europe/Zurich': 'release', # 1.20.1
'2018-02-19 16:00, Europe/Zurich': 'development',
'2018-02-26 18:00, US/Pacific': 'endgame',
} | Use time zones for readability | Use time zones for readability
| YAML | mit | mjbvz/vscode,microlv/vscode,rishii7/vscode,microsoft/vscode,hoovercj/vscode,eamodio/vscode,Microsoft/vscode,microlv/vscode,cleidigh/vscode,microlv/vscode,hoovercj/vscode,joaomoreno/vscode,rishii7/vscode,Microsoft/vscode,eamodio/vscode,0xmohit/vscode,rishii7/vscode,eamodio/vscode,hoovercj/vscode,rishii7/vscode,0xmohit/v... |
9e62757e48f5d3b21f797b120d050be9079c2dde | packages/la/lapack-ffi.yaml | packages/la/lapack-ffi.yaml | homepage: http://hub.darcs.net/thielema/lapack-ffi/
changelog-type: ''
hash: e6f584e9e513a3c9112e122733d911ff2ea46bb8a447c3d4567c8ea20f336b71
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Auto-generated interface to Fortran LAPACK
changelog: ''
basic-deps:
netlib-ffi: ! ... | homepage: http://hub.darcs.net/thielema/lapack-ffi/
changelog-type: ''
hash: 44c32c08d3377feef6fe07c28b109746df6bf9a4215d02f2ab69c8f8c2ae7c20
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Auto-generated interface to Fortran LAPACK
changelog: ''
basic-deps:
netlib-ffi: ! ... | Update from Hackage at 2018-03-11T18:07:24Z | Update from Hackage at 2018-03-11T18:07:24Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
eced1daca755ffc7f9fc45d64560d9570111f367 | schemas/github-pull-request-message.yml | schemas/github-pull-request-message.yml | id: http://schemas.taskcluster.net/github/v1/github-pull-request-message.json#
$schema: http://json-schema.org/draft-04/schema#
title: "GitHub Pull Request Message"
description: |
Message reporting that a GitHub pull request has occurred
type: object
properties:
version: {$const: message-version}... | id: http://schemas.taskcluster.net/github/v1/github-pull-request-message.json#
$schema: http://json-schema.org/draft-04/schema#
title: "GitHub Pull Request Message"
description: |
Message reporting that a GitHub pull request has occurred
type: object
properties:
version: {$const: message-version}... | Add a new github hook action type | Add a new github hook action type
This is causing https://app.getsentry.com/taskcluster/taskcluster-github/issues/129663710/
| YAML | mpl-2.0 | taskcluster/taskcluster-github |
a656cc8c7171c408e931ce8ce3028d6ff962235d | handlers/main.yml | handlers/main.yml | ---
# handlers file for bbaassssiiee.artifactory
- name: 'start artifactory'
sudo: yes
service: name=artifactory state=started
tags:
- init
- name: 'restart artifactory'
sudo: yes
service: name=artifactory state=restarted
| ---
# handlers file for bbaassssiiee.artifactory
- name: 'start artifactory'
become: yes
service: name=artifactory state=started
tags:
- init
- name: 'restart artifactory'
become: yes
service: name=artifactory state=restarted
| Use 'become' instead of deprecated 'sudo'. | Use 'become' instead of deprecated 'sudo'.
| YAML | mit | bbaassssiiee/artifactory |
7fb921507b6b597c108ce09239576bc44b9a42dc | kubernetesPod.yaml | kubernetesPod.yaml | apiVersion: v1
kind: Pod
metadata:
labels:
ci: rsb-public-build
spec:
containers:
- name: rpooli-build
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/rpooli-build
resources:
limits:
memory: 2Gi
requests:
memory: 1.5Gi
command:
- cat
tty: true
| apiVersion: v1
kind: Pod
metadata:
labels:
ci: rsb-public-build
spec:
containers:
- name: rpooli-build
image: 196229073436.dkr.ecr.eu-west-1.amazonaws.com/openanalytics/rpooli-build
resources:
limits:
memory: "2Gi"
cpu: "2000m"
requests:
memory: "1.5Gi"
cpu:... | Update resource limits for Jenkins build | Update resource limits for Jenkins build | YAML | apache-2.0 | openanalytics/RSB,openanalytics/RSB,openanalytics/RSB,openanalytics/RSB,openanalytics/RSB |
7d13080114ff82b93c21e4302680328fed182c19 | members/state_wa_gov_jay_inslee.yaml | members/state_wa_gov_jay_inslee.yaml | bioguide: state_wa_gov_jay_inslee
contact_form:
method: post
action: ""
steps:
- visit: "http://ngpvan-contact-jane-casey.herokuapp.com/forms/state_wa_gov_jay_inslee"
- select:
- name: prefix
selector: "#prefix"
value: $NAME_PREFIX
required: true
options:
Mr... | bioguide: state_wa_gov_jay_inslee
contact_form:
method: post
action: ""
steps:
- visit: "http://ngpvan-contact-jane-casey.herokuapp.com/forms/state_wa_gov_jay_inslee"
- select:
- name: prefix
selector: "#prefix"
value: $NAME_PREFIX
required: true
options:
Mr... | Remove street address for test | Remove street address for test
| YAML | mit | NGPVAN/jane-caseys-congress-form |
6fce2b368f2535626f686f244fd297cec9728746 | recipes/sphinx-jsonschema/meta.yaml | recipes/sphinx-jsonschema/meta.yaml | {% set name = "sphinx-jsonschema" %}
{% set version = "1.16.8" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sphinx-jsonschema-{{ version }}.tar.gz
sha256: 5728b3ece1fe475c285d5ae16953242c51b4e6852f48f0bb734cd8408f3ac8b3
build... | {% set name = "sphinx-jsonschema" %}
{% set version = "1.16.8" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sphinx-jsonschema-{{ version }}.tar.gz
sha256: 5728b3ece1fe475c285d5ae16953242c51b4e6852f48f0bb734cd8408f3ac8b3
build... | Use bare python command in test | Use bare python command in test
| YAML | bsd-3-clause | stuertz/staged-recipes,kwilcox/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,goa... |
5cb71fa9dc653be7909a137b8c4ab85dfa6a3df1 | data/products.yaml | data/products.yaml | identity:
name: Identity Management
packages:
- freeipa
- samba
- ipsilon
fedora-infra:
name: Fedora Infrastructure
packages:
- koschei
- koji
- bodhi
- fedpkg
- fedora-packager
- fedora-review
- rpkg
- dnf
- datagrepper
# TODO: etc.
| identity:
name: Identity Management
packages:
- freeipa
- samba
- ipsilon
fedora-infra:
name: Fedora Infrastructure
packages:
- koschei
- koji
- bodhi
- fedpkg
- fedora-packager
- fedora-review
- rpkg
- dnf
- datagrepper
# TODO: etc.
openstack:
name: OpenSta... | Add OpenStack as a product | Add OpenStack as a product
| YAML | mit | sYnfo/portingdb,irushchyshyn/portingdb,sYnfo/portingdb,ari3s/portingdb,irushchyshyn/portingdb,ari3s/portingdb,irushchyshyn/portingdb,fedora-python/portingdb,fedora-python/portingdb,irushchyshyn/portingdb,fedora-python/portingdb,sYnfo/portingdb,ari3s/portingdb,ari3s/portingdb |
16e1d8ebbfdf580eeb5cdd9710d9a0ab54c95631 | data/sites/moj.yml | data/sites/moj.yml | ---
site: moj
whitehall_slug: ministry-of-justice
host: www.justice.gov.uk
redirection_date: 10th April 2013
tna_timestamp: 20130128112038
title: Ministry of Justice
furl: www.gov.uk/moj
homepage: https://www.gov.uk/government/organisations/ministry-of-justice
css: ministry-of-justice
| ---
site: moj
whitehall_slug: ministry-of-justice
host: www.justice.gov.uk
redirection_date: 10th April 2013
tna_timestamp: 20130128112038
title: Ministry of Justice
furl: www.gov.uk/moj
homepage: https://www.gov.uk/government/organisations/ministry-of-justice
css: ministry-of-justice
aliases:
- justice.gov.uk
- www.le... | Add aliases to justice site configuration | Add aliases to justice site configuration
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
253301a0cc7333820a74626b2830a7fca4c26eec | recipes/pygeobase/meta.yaml | recipes/pygeobase/meta.yaml | {% set version = "0.3.11" %}
package:
name: pygeobase
version: {{ version }}
source:
fn: pygeobase-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/pygeobase/pygeobase-{{ version }}.tar.gz
sha256: 9b4bd568a3acadf4c77b0ed3a080d39c994184ab2f91b99e56fea190b7bd1365
build:
number: 0
script: pytho... | {% set version = "0.3.11" %}
package:
name: pygeobase
version: {{ version }}
source:
fn: pygeobase-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/pygeobase/pygeobase-{{ version }}.tar.gz
sha256: 9b4bd568a3acadf4c77b0ed3a080d39c994184ab2f91b99e56fea190b7bd1365
build:
number: 0
script: pytho... | Fix typo in build dependencies. | Fix typo in build dependencies.
| YAML | bsd-3-clause | igortg/staged-recipes,chohner/staged-recipes,JohnGreeley/staged-recipes,guillochon/staged-recipes,Cashalow/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,sodre/staged-recipes,gqmelo/staged-recipes,basnijholt/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,koverholt/s... |
182f18878b409d47f6526cf6102d53d2c16f2ab6 | recipes/python-levenshtein/meta.yaml | recipes/python-levenshtein/meta.yaml | package:
name: python-levenshtein
version: 0.12.0
summary: Python extension for computing string edit distances and similarities.
source:
url: https://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-0.12.0.tar.gz
fn: python-Levenshtein-0.12.0.tar.gz
build:
preserve_egg_dir: Tru... | package:
name: python-levenshtein
version: 0.12.0
about:
home: https://pypi.python.org/pypi/python-Levenshtein/
license: GPL
summary: Python extension for computing string edit distances and similarities.
source:
url: https://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-0.12.0... | Fix about section in python-levenshtein recipe | Fix about section in python-levenshtein recipe
| YAML | mit | ostrokach/bioconda-recipes,rob-p/bioconda-recipes,matthdsm/bioconda-recipes,rob-p/bioconda-recipes,bow/bioconda-recipes,bebatut/bioconda-recipes,bow/bioconda-recipes,abims-sbr/bioconda-recipes,jasper1918/bioconda-recipes,keuv-grvl/bioconda-recipes,peterjc/bioconda-recipes,zachcp/bioconda-recipes,cokelaer/bioconda-recip... |
f2dc528ed5da899927b1f9a13b3abed2e8a84a7d | roles/bertvv.mariadb/vars/RedHat.yml | roles/bertvv.mariadb/vars/RedHat.yml | # roles/mariadb/vars/main.yml
---
mariadb_packages:
- mariadb
- mariadb-server
- MySQL-python
mariadb_service: mariadb
mariadb_config: /etc/my.cnf.d/network.cnf
mariadb_my_config: ~/.my.cnf
mariadb_version: 10.1 | # roles/mariadb/vars/main.yml
---
mariadb_packages:
- MariaDB
- MariaDB-server
- MySQL-python
mariadb_service: mariadb
mariadb_config: /etc/my.cnf.d/network.cnf
mariadb_my_config: ~/.my.cnf
mariadb_version: 10.1
| Use right mariadb package names | Use right mariadb package names
| YAML | mit | keitarocorp/centos_provision,keitarocorp/centos_provision |
b1721266367f28afdcb3a9288b436030c3993cd0 | roles/quarkslab.zoner/tasks/main.yml | roles/quarkslab.zoner/tasks/main.yml | ---
- fail:
msg: Update key not set. Please register at http://www.zonerantivirus.com/ to get an activation key. Fill your update key in host_vars or group_vars
when: zoner_license_key is not defined
- name: Zoner | Check version
command: zavcli --version
ignore_errors: yes
register: zoner_present
- incl... | ---
- fail:
msg: Update key not set. Please register at http://www.zonerantivirus.com/ to get an activation key. Fill your update key in host_vars or group_vars
when: zoner_license_key is not defined
- name: Zoner | Check version
command: zavcli --version
ignore_errors: yes
register: zoner_present
- incl... | Add task 'Enable service', for Zoner provisioning | Add task 'Enable service', for Zoner provisioning
| YAML | apache-2.0 | quarkslab/irma,hirokihamasaki/irma,quarkslab/irma,hirokihamasaki/irma,hirokihamasaki/irma,quarkslab/irma,quarkslab/irma,hirokihamasaki/irma,hirokihamasaki/irma |
aee8e03fb4376c6885decea29c2de1e5895c5104 | recipes/meta/KiCad.yml | recipes/meta/KiCad.yml | # Might be necessary to bundle Python - to be investigated
app: KiCad
binpatch: true
ingredients:
packages:
- kicad
- kicad-library
dist: trusty
sources:
- deb http://archive.ubuntu.com/ubuntu/ trusty main universe
ppas:
- js-reynaud/kicad-4
script:
- # Workaround until
- # AppRun.c expor... | # Might be necessary to bundle Python - to be investigated
app: KiCad
binpatch: true
ingredients:
packages:
- kicad
- kicad-library
- libcurl3
dist: trusty
sources:
- deb http://archive.ubuntu.com/ubuntu/ trusty main universe
ppas:
- js-reynaud/kicad-4
script:
- # Workaround until
- #... | Add libcurl3 because the system one may require a differen OpenSSL version | Add libcurl3 because the system one may require a differen OpenSSL version | YAML | mit | darealshinji/AppImages,probonopd/AppImages |
43eb3a883fce55930d20b238d819f1516f5b4406 | roles/common/tasks/main.yml | roles/common/tasks/main.yml | ---
- include: sh_is_bash.yml
- include: timezone.yml
- include: sshd.yml
- include: apt.yml
# Only use R in modules, not system
# - include: r_repo.yml
- include: gdal_ppa.yml
- include_tasks: lua.yml
tags: ['apt', 'lua']
# Needs fix
#- include: basemount.yml
- include: singularity-apt.yml
- include: python.yml
- in... | ---
- include: sh_is_bash.yml
- include: timezone.yml
# sshd config moved to it's own role and playbook
#- include: sshd.yml
- include: apt.yml
# Only use R in modules, not system
# - include: r_repo.yml
- include: gdal_ppa.yml
- include_tasks: lua.yml
tags: ['apt', 'lua']
# Needs fix
#- include: basemount.yml
- incl... | Disable sshd config in common, now it's own role. | Disable sshd config in common, now it's own role.
| YAML | apache-2.0 | MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible |
55e4ca6f086778a640c232eb230ab2a764c2bcdf | 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.7.15
... | ---
# 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.7.15
... | Remove python 3.4 because of openssl version compatibility | Remove python 3.4 because of openssl version compatibility
| YAML | mit | 9seconds/ansible-devbox |
b3308f3f7fab5309ae8337590fa5d616ee5e6efd | k8s/deployment.yml | k8s/deployment.yml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcp-pubsub-adapter
spec:
replicas: 2
template:
metadata:
labels:
app: gcp-pubsub-adapter
spec:
containers:
- name: gcp-pubsub-adapter
image: asia.gcr.io/boxp-tk/gcp-pubsub-adapter:${CIRCLE_SHA1}
ports... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcp-pubsub-adapter
spec:
replicas: 1
template:
metadata:
labels:
app: gcp-pubsub-adapter
spec:
containers:
- name: gcp-pubsub-adapter
image: asia.gcr.io/boxp-tk/gcp-pubsub-adapter:${CIRCLE_SHA1}
ports... | Scale down to 1 replicas | Scale down to 1 replicas
| YAML | epl-1.0 | boxp/gcp-pubsub-adapter |
eb1dbfa376db1a4777814a02e015647812e434c0 | src/Standards/base.yml | src/Standards/base.yml | name: "base"
file:
open_tag:
enabled: false
max_line_length:
enabled: true
error_limit: 80
warning_limit: -1
info_limit: -1
tab_expand: 4
indentation:
enabled: false
style: "tab"
count: 1
| name: "base"
file:
open_tag:
enabled: false
max_line_length:
enabled: true
error_limit: 80
warning_limit: -1
info_limit: -1
tab_expand: 4
indentation:
enabled: false
style: "tab"
count: 1
| Use 2 spaces for YAML (standards?) | Use 2 spaces for YAML (standards?)
| YAML | mit | HippoPHP/Hippo |
cee22d46b0d8f3f918408382b034294feb58d902 | _data/navigation.yml | _data/navigation.yml |
- title: L'association
url: "/association/"
side: left
dropdown:
- title: "Qui sommes-nous"
url: "/association/quisommesnous/"
- title: "La vie de l'association"
url: "/association/vieassociation/"
- title: "Adhérer au CEN"
url: "/association/adherer/"
- title: "Le bureau"
... |
- title: L'association
url: "/association/"
side: left
dropdown:
- title: "Qui sommes-nous"
url: "/association/quisommesnous/"
- title: "La vie de l'association"
url: "/association/vieassociation/"
- title: "Adhérer au CEN"
url: "/association/adherer/"
- title: "Le bureau"
... | Move "Contact" submenu to "L'association" | Move "Contact" submenu to "L'association"
| YAML | mit | centre-etudes-napoleoniennes/site,centre-etudes-napoleoniennes/site,centre-etudes-napoleoniennes/site |
f0522dd847553b4838394edfc5ea261c5a9b98a8 | docker-compose.yml | docker-compose.yml | version: '2'
services:
db:
image: iamjrjohnson/ilios-mysql-demo
ports:
- "17103:3306"
php:
image: iamjrjohnson/docker-ilios-php
expose:
- "9000"
links:
- db
volumes:
- ./:/ilios:ro
- /ilios/var
... | version: '2'
services:
db:
image: iamjrjohnson/ilios-mysql-demo
ports:
- "17103:3306"
php:
image: iamjrjohnson/docker-ilios-php
environment:
- ILIOS_API_ENVIRONMENT=true
- ILIOS_API_DEBUG=true
expose:
- "9000"
links:... | Add the option to use development environment in docker | Add the option to use development environment in docker
Passing true to these new environmental variables will put docker
container into development mode.
| YAML | mit | thecoolestguy/ilios,dartajax/ilios,stopfstedt/ilios,thecoolestguy/ilios,stopfstedt/ilios,ilios/ilios,Trott/ilios,Trott/ilios,dartajax/ilios,ilios/ilios |
ba9a89e9d382d99c269bd9063e4adc925be65a6f | docker-compose.yml | docker-compose.yml | # Initial docker-compose file to run Exchange services in containers
# Phase1: Run NSQ in containers
# Phase2: Define Exchange services in this file.
version: '3'
services:
nsqlookupd:
image: nsqio/nsq
command: /nsqlookupd
ports:
- "4161:4161"
- "4160:4160"
volumes:
- ${nsq_data_path... | # Initial docker-compose file to run Exchange services in containers
# Phase1: Run NSQ in containers
# Phase2: Define Exchange services in this file.
version: '3'
services:
nsqlookupd:
image: nsqio/nsq
command: /nsqlookupd
ports:
- "4161:4161"
- "4160:4160"
volumes:
- ${nsq_data_path... | Change nsq_data path to data volume setup in original nsqio Dockerfile | Change nsq_data path to data volume setup in original nsqio Dockerfile
| YAML | apache-2.0 | APTrust/exchange,APTrust/exchange,APTrust/exchange |
78cb913268ac57e43acdd047e7bc3fbe5071be48 | docker-compose.yml | docker-compose.yml | identifier:
image: semtech/mu-identifier
links:
- dispatcher:dispatcher
ports:
- "80:80"
dispatcher:
image: semtech/mu-dispatcher
links:
- registration:registration
- login:login
- comments:comments
- file:file
volumes:
- config:/config
db:
image: tenforce/virtuoso:virtuoso-v7.... | identifier:
image: semtech/mu-identifier
links:
- dispatcher:dispatcher
ports:
- "80:80"
dispatcher:
image: semtech/mu-dispatcher
links:
- registration:registration
- login:login
- comments:comments
- file:file
volumes:
- config:/config
db:
image: tenforce/virtuoso:virtuoso-v7.... | Change URI of the MU_APPLICATION_GRAPH for login, registration and file service | Change URI of the MU_APPLICATION_GRAPH for login, registration and file
service
New URI is http://mu.semte.ch/application
| YAML | mit | nvdk/abb-musemtech-workshop,langens-jonathan/ReactiveMailServiceExample,mu-semtech/mu-project,langens-jonathan/ReactiveMailServiceExample |
2b815823959ff9746bd6e698be5960d42a16bdb9 | docker-compose.yml | docker-compose.yml | version: '3'
services:
db:
image: postgres
es:
image: docker.elastic.co/elasticsearch/elasticsearch:5.3.3
ports:
- "9200:9200"
environment:
# disable XPack
# https://www.elastic.co/guide/en/elasticsearch/reference/5.3/docker.html#_security_note
xpack.security.enabled: "false"... | version: '3'
services:
db:
image: postgres
es:
image: docker.elastic.co/elasticsearch/elasticsearch:5.3.3
ports:
- "9200:9200"
environment:
# disable XPack
# https://www.elastic.co/guide/en/elasticsearch/reference/5.3/docker.html#_security_note
xpack.security.enabled: "false"... | Rename working directories for webpack and django | Rename working directories for webpack and django
| YAML | mit | creativecommons/open-ledger,creativecommons/open-ledger,creativecommons/open-ledger |
768209f0702b721ea9b41963a0b92391419bfdda | docker-compose.yml | docker-compose.yml | web:
build: .
env_file: docker-local.env
links:
- mongo
ports:
- "8000:8000"
mongo:
image: mongo:3.2
| web:
build: .
env_file: docker-local.env
links:
- mongo
ports:
- "8000:8000"
command: "python manage.py server"
mongo:
image: mongo:3.2
| Use dev server instead of gunicorn for local docker env | Use dev server instead of gunicorn for local docker env
| YAML | mit | crossgovernmentservices/csdigital-prototype,crossgovernmentservices/csdigital-prototype,crossgovernmentservices/csdigital-prototype,crossgovernmentservices/csdigital-prototype |
37cd1ccffc782631ef71ba366652e453de428bae | docker-compose.yml | docker-compose.yml | processor:
build: .
volumes:
- .:/myapp
ports:
- "3000:3000"
external_links:
- champaign_db_1
environment:
PG_USERNAME: postgres
PG_HOST: champaign_db_1
env_file:
- env.yml
db:
image: postgres
ports:
- "5432"
environment:
POSTGRES_DB: champaign
| processor:
build: .
volumes:
- .:/myapp
ports:
- "3000"
external_links:
- champaign_db_1
- champaign_redis_1
environment:
PG_USERNAME: postgres
PG_HOST: champaign_db_1
env_file:
- env.yml
| Use redis ran by champaign with an external link | Use redis ran by champaign with an external link
| YAML | mit | SumOfUs/champaign-ak-processor,SumOfUs/champaign-ak-processor,SumOfUs/champaign-ak-processor |
2865127c5a49e8bad77d9ac2ff4aaca515bddee2 | docker-compose.yml | docker-compose.yml | version: "3.1"
secrets:
aws_access_key:
external: true
aws_secret_access_key:
external: true
services:
web:
image: ezmiller/datemo-nginx-proxy:latest
ports:
- "80:80"
datemo:
image: ezmiller/datemo:latest
depends_on:
- web
ports:
- "8080:8080"
environment:
... | version: "3.1"
secrets:
aws_access_key:
external: true
aws_secret_access_key:
external: true
services:
web:
image: ezmiller/datemo-nginx-proxy:latest
ports:
- "80:80"
datemo:
image: ezmiller/datemo:latest
depends_on:
- web
ports:
- "8080:8080"
environment:
... | Update VIRTUAL_HOST to point to new m3.medium instance | Update VIRTUAL_HOST to point to new m3.medium instance
| YAML | epl-1.0 | ezmiller/datemo |
972e7781ea75788872abe46ff390d24bfafb6f07 | docker-compose.yml | docker-compose.yml | version: '3'
services:
nginx:
image: nginx:alpine
ports:
- "127.0.0.1:${INTERNAL_NGINX_PORT}:8080"
restart: always
links:
- phpsv
- translate
depends_on:
- phpsv
volumes:
- ./config/nginx-site.conf:/etc/nginx/conf.d/default.conf
- ./src/subtitulamos/public:... | version: "3"
services:
nginx:
image: nginx:alpine
ports:
- "127.0.0.1:${INTERNAL_NGINX_PORT}:8080"
restart: always
links:
- phpsv
- translate
depends_on:
- phpsv
volumes:
- ./config/nginx-site.conf:/etc/nginx/conf.d/default.conf
- ./src/subtitulamos/public:... | Add restrictions to Docker log filesizes | Add restrictions to Docker log filesizes
| YAML | agpl-3.0 | subtitulamos/subtitulamos,subtitulamos/subtitulamos,subtitulamos/subtitulamos,subtitulamos/subtitulamos,subtitulamos/subtitulamos |
73afd82d419863c3318dd319f2bfe372461687e8 | docker-compose.yml | docker-compose.yml | version: '2'
services:
main:
build: .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
depends_on:
- puffindb
- dns
- mailhog
ports:
- "8080:8080"
command:
- "db create"
- "db upgrade... | version: '2'
services:
main:
build: .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
depends_on:
- puffindb
- dns
- mailhog
ports:
- "8080:8080"
networks:
- front
- back
... | Remove useless puffin machine dns command | Remove useless puffin machine dns command
| YAML | agpl-3.0 | loomchild/puffin,puffinrocks/puffin,loomchild/puffin,loomchild/puffin,loomchild/jenca-puffin,loomchild/puffin,puffinrocks/puffin,loomchild/jenca-puffin,loomchild/puffin |
03596c167c25625d4f83383147a2300e32f6e97f | docker-compose.yml | docker-compose.yml | version: "3.1"
services:
reverse_proxy:
build: ./reverse_proxy
user: nginx
database:
build:
context: ./database
image: atsea_db
user: postgres
environment:
POSTGRES_USER: gordonuser
POSTGRES_DB_PASSWORD_FILE: /run/secrets/postgres_password
POSTGRES_DB: atsea
p... | version: "3.1"
services:
reverse_proxy:
build: ./reverse_proxy
user: nginx
database:
build:
context: ./database
image: atsea_db
user: postgres
environment:
POSTGRES_USER: gordonuser
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
POSTGRES_DB: atsea
port... | Fix password file to actually be used | Fix password file to actually be used
According to the documentation, this is [`POSTGRES_PASSWORD_FILE`](https://github.com/docker-library/docs/tree/2b3cbc311670957d144f8c7004ba04b5d563491a/postgres#docker-secrets). Otherwise postgres will be set with no password and just allow any connection with the correct usernam... | YAML | apache-2.0 | dockersamples/atsea-sample-shop-app,dockersamples/atsea-sample-shop-app,dockersamples/atsea-sample-shop-app,dockersamples/atsea-sample-shop-app,dockersamples/atsea-sample-shop-app,dockersamples/atsea-sample-shop-app |
ff9985a14c1e085e28e54b5b8fd41f32850c7280 | ansible/vars/all.yml | ansible/vars/all.yml | ---
server:
install: '1'
timezone: UTC
locale: en_US.UTF-8
vagrant_local:
install: '1'
vm: { base_box: trusty64, hostname: default, ip: 192.168.33.99, memory: '512', sharedfolder: ./, useVagrantCloud: '1', syncType: nfs }
nginx:
install: '1'
docroot: /vagrant/web
servername: myApp.vb
mys... | ---
server:
install: '1'
timezone: UTC
locale: en_US.UTF-8
vagrant_local:
install: '1'
vm: { base_box: trusty64, hostname: default, ip: 192.168.33.99, memory: '512', sharedfolder: ./, useVagrantCloud: '1', syncType: nfs }
nginx:
install: '1'
docroot: /vagrant/web
servername: myApp.vb
mys... | Support for SQLite in VM | Support for SQLite in VM
| YAML | mit | seggen-ibuildings/hexagonal-bdd,seggen-ibuildings/hexagonal-bdd,scato/hexagonal-bdd,seggen-ibuildings/hexagonal-bdd,scato/hexagonal-bdd,scato/hexagonal-bdd |
9222352730a8f38ec98f53d19727463b30fa3fbc | roles/java_truststore/tasks/main.yml | roles/java_truststore/tasks/main.yml | # Setup CA keystore for Java
- name: Copying default cacerts keystore
copy:
src: "{{ openjdk_cacerts_keystore }}"
dest: "{{ ssl_ca_keystore }}"
remote_src: yes
tags:
- config
- setup
- ssl
- name: Create SSL directories
file:
path="{{ ssl_keystores_dir }}"
state=directory
own... | # Setup CA keystore for Java
- name: Create SSL directories
file:
path="{{ ssl_keystores_dir }}"
state=directory
owner=root
group=wheel
mode=755
tags:
- setup
- name: Copying default cacerts keystore
copy:
src: "{{ openjdk_cacerts_keystore }}"
dest: "{{ ssl_ca_keystore }}"
re... | Reposition creation of keystore directory | Reposition creation of keystore directory
| YAML | bsd-3-clause | emc2/ansible-stuff |
473f032f6d30dd54d4d4dee0ebbae0d0f56f86d3 | integration-tests/apps/rails3/transactions/config/database.yml | integration-tests/apps/rails3/transactions/config/database.yml | #original_development:
# adapter: sqlite3
# database: db/development.sqlite3
# pool: 5
# timeout: 5000
development:
adapter: h2
database: mem:development
pool: 50
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this... | #original_development:
# adapter: sqlite3
# database: db/development.sqlite3
# pool: 5
# timeout: 5000
development:
adapter: h2
database: mem:development;MVCC=TRUE
pool: 50
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do no... | Add MVCC for nested-tx support. | Add MVCC for nested-tx support.
| YAML | apache-2.0 | ksw2599/torquebox,torquebox/torquebox,ksw2599/torquebox,torquebox/torquebox-release,vaskoz/torquebox,torquebox/torquebox-release,vaskoz/torquebox,samwgoldman/torquebox,torquebox/torquebox-release,ksw2599/torquebox,samwgoldman/torquebox,torquebox/torquebox,vaskoz/torquebox,samwgoldman/torquebox,mje113/torquebox,torquebo... |
5f537e8cc8906f02fcec7b972f31065562293234 | .scrutinizer.yml | .scrutinizer.yml | inherit: true
build:
environment:
php: '5.5.25'
dependencies:
override:
- { command: 'composer install --no-interaction --prefer-source', idle_timeout: 600 }
tests:
override:
- ./bin/phpspec run --format=dot
- ./bin/behat --format=pretty
proje... | inherit: true
build:
environment:
php: '5.5.25'
dependencies:
before:
- date -u +"%Y-%m-%dT%H:%M:%SZ" > /tmp/build-start-time.txt
override:
- { command: 'composer install --no-interaction --prefer-source', idle_timeout: 600 }
tests:
override:
... | Add Scrutinizer build time tracking and cache composer cache | Add Scrutinizer build time tracking and cache composer cache
As requested in this issue https://ibuildings.jira.com/browse/CONSULT-144 | YAML | mit | jon-acker/symfony-container-generator,inviqa/symfony-container-generator |
2bc3c728a4c87484eb7cd14dacb11e31f1dce0d8 | metadata/com.ktprograms.ohmsnow.yml | metadata/com.ktprograms.ohmsnow.yml | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: ktprograms
AuthorEmail: ktprograms@gmail.com
SourceCode: https://github.com/ktprograms/Ohms_Now
IssueTracker: https://github.com/ktprograms/Ohms_Now/issues
AutoName: Ohms Now!
RepoType: git
Repo: https://github.com/ktprograms/Ohms_Now
Builds:
... | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: ktprograms
AuthorEmail: ktprograms@gmail.com
SourceCode: https://github.com/ktprograms/Ohms_Now
IssueTracker: https://github.com/ktprograms/Ohms_Now/issues
AutoName: Ohms Now!
RepoType: git
Repo: https://github.com/ktprograms/Ohms_Now
Builds:
... | Update Ohms Now! to v0.1.3-beta (4) | Update Ohms Now! to v0.1.3-beta (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
10c865bdf8b9b26fe9abc86bc046b78b2574ae95 | config/routes.yaml | config/routes.yaml | home:
path: /
methods: [GET]
defaults: { _controller: 'App\Controller\HomeController::indexAction' }
registration_register:
path: /register
methods: [GET, POST]
defaults: { _controller: 'App\Controller\RegistrationController::registerAction' }
security_login:
path: /login
... | home:
path: /
methods: [GET]
defaults: { _controller: 'App\Controller\HomeController::indexAction' }
registration_register:
path: /register
methods: [GET, POST]
defaults: { _controller: 'App\Controller\RegistrationController::registerAction' }
security_login:
path: /login
... | Add route alias for admin_dashboard_index to point to /admin | Add route alias for admin_dashboard_index to point to /admin
| YAML | mit | robmeijer/robmeijer.co.uk,robmeijer/robmeijer.co.uk |
e82c8cf6dee842bedac46e72ca8b9447005c9805 | metadata/dev.corruptedark.openchaoschess.yml | metadata/dev.corruptedark.openchaoschess.yml | Categories:
- Games
License: GPL-3.0-or-later
AuthorName: CorruptedArk
SourceCode: https://github.com/CorruptedArk/open-chaos-chess
IssueTracker: https://github.com/CorruptedArk/open-chaos-chess/issues
Changelog: https://github.com/CorruptedArk/open-chaos-chess/releases
AutoName: Open Chaos Chess
RepoType: git
Repo... | Categories:
- Games
License: GPL-3.0-or-later
AuthorName: CorruptedArk
SourceCode: https://github.com/CorruptedArk/open-chaos-chess
IssueTracker: https://github.com/CorruptedArk/open-chaos-chess/issues
Changelog: https://github.com/CorruptedArk/open-chaos-chess/releases
AutoName: Open Chaos Chess
RepoType: git
Repo... | Update Open Chaos Chess to 1.6.1 (28) | Update Open Chaos Chess to 1.6.1 (28)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
b890006aaed681d6db914f5bc35fc9abf73c9d77 | packages/th/th-inline-io-action.yaml | packages/th/th-inline-io-action.yaml | homepage: https://github.com/tolysz/inline-io-action
changelog-type: ''
hash: 87f609c7730752d33acfdc895c70bb1c47c4242f5997024f0e0edce11b2aa587
test-bench-deps: {}
maintainer: tolysz@gmail.com
synopsis: Simple inline IO action into compiled code using TH
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
template-haske... | homepage: https://github.com/tolysz/inline-io-action
changelog-type: ''
hash: f3b94491897c83529fbcb10775fb3fca0a31ad4981d53016e363402ba9addff8
test-bench-deps: {}
maintainer: tolysz@gmail.com
synopsis: Simple inline IO action into compiled code using TH
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
template-haske... | Update from Hackage at 2016-11-18T16:54:48Z | Update from Hackage at 2016-11-18T16:54:48Z | YAML | mit | commercialhaskell/all-cabal-metadata |
60296b86d63867ce6a5971194a09cd34ef173b83 | packs/st2ci/actions/workflows/setup_st2.yaml | packs/st2ci/actions/workflows/setup_st2.yaml | version: '2.0'
st2ci.setup_st2:
description: Setup a running instance of StackStorm from git repo.
type: direct
input:
- host
- repo
- repo_branch
- repo_dir
- debug
output:
clone_path: <% $.clone_path %>
task-defaults:
on-error:
... | version: '2.0'
st2ci.setup_st2:
description: Setup a running instance of StackStorm from git repo.
type: direct
input:
- host
- repo
- repo_branch
- repo_dir
- debug
output:
clone_path: <% $.clone_path %>
task-defaults:
on-error:
... | Refactor setup st2 WF in st2ci to include examples on launchdev | Refactor setup st2 WF in st2ci to include examples on launchdev
| YAML | apache-2.0 | StackStorm/st2incubator,StackStorm/st2incubator |
6b1b2b767e142b1313e870fd7baf9d70cbf339c4 | stack.yaml | stack.yaml | resolver: lts-13.14
packages:
- .
flags: {}
extra-package-dbs: []
| resolver: lts-13.25
packages:
- .
flags: {}
extra-package-dbs: []
| Move to a newer Stack snapshot with a newer GHC. | Move to a newer Stack snapshot with a newer GHC.
| YAML | isc | HIPERFIT/futhark,diku-dk/futhark,diku-dk/futhark,HIPERFIT/futhark,diku-dk/futhark,HIPERFIT/futhark,diku-dk/futhark,diku-dk/futhark |
156e8c08aadc926172128f10e48fe3f5b8155e8d | .kitchen.circle.yml | .kitchen.circle.yml | ---
driver:
name: docker
driver_config:
require_chef_omnibus: true
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
- name: debian-7.8
- name: centos-7.0
suites:
- name: package
run_list:
- recipe[mono4]
attributes:
mono4:
install_method: package
- name: source
run_lis... | ---
driver:
name: docker
driver_config:
require_chef_omnibus: true
privileged: true
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
- name: debian-7.8
- name: centos-7.0
suites:
- name: package
run_list:
- recipe[mono4]
attributes:
mono4:
install_method: package
- n... | Add Docker privileged mode for CircleCI | Add Docker privileged mode for CircleCI
| YAML | apache-2.0 | shirhatti/mono4-coobook,stonevil/mono4-coobook |
f87f4c1b707dd9c7ae41942c825d023c418869b7 | roles/postgresql/tasks/main.yml | roles/postgresql/tasks/main.yml | - name: set locale.gen content
file: dest=/etc/locale.gen content='fr_FR.UTF-8 UTF-8\n'
- name: reconfigure locales
environment:
DEBIAN_FRONTEND: noninteractive
command: dpkg-reconfigure locales
- name: installing dependencies
apt: pkg={{ item }} state=installed update_cache=yes
with_items:
- postgres... | - name: installing dependencies
apt: pkg={{ item }} state=installed update_cache=yes
with_items:
- postgresql-9.4-postgis-2.1
- postgresql-contrib-9.4 #for dblink extension
- postgis
- name: install python-psycopg2 for ansible psql modules
apt: name=python-psycopg2 state=installed
- name: create georchest... | Revert "ensure an UTF-8 locale is set before bootstrapping psql" | Revert "ensure an UTF-8 locale is set before bootstrapping psql"
This reverts commit 048a5bb24b9089c09b1dff1d261833a1f1d95d9f.
| YAML | isc | georchestra/ansible,georchestra/ansible |
c4030ddb9ff86cfaff9bb2f6eb560312c993da1a | rasa/cli/initial_project/domain.yml | rasa/cli/initial_project/domain.yml | intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
actions:
- utter_greet
- utter_cheer_up
- utter_did_that_help
- utter_happy
- utter_goodbye
- utter_iamabot
templates:
utter_greet:
- text: "Hey! How are you?"
buttons:
- title: "great"
payload: "/mo... | intents:
- greet
- goodbye
- affirm
- deny
- mood_great
- mood_unhappy
- bot_challenge
actions:
- utter_greet
- utter_cheer_up
- utter_did_that_help
- utter_happy
- utter_goodbye
- utter_iamabot
templates:
utter_greet:
- text: "Hey! How are you?"
utter_cheer_up:
- text: "Here is something to ch... | Revert addition of buttons in initial bot | Revert addition of buttons in initial bot
| YAML | apache-2.0 | RasaHQ/rasa_nlu,RasaHQ/rasa_nlu,RasaHQ/rasa_nlu |
347a80c5f401e4bcf0e1dd14ecca72a6201a784e | src/main/resources/elasticsearch.yml | src/main/resources/elasticsearch.yml | cluster.name: stash-codesearch
node.name: stash-codesearch-clientnode
| cluster.name: stash-codesearch
node.name: stash-codesearch-clientnode
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: localhost[9300-9400]
http.enabled: false
| Make ES client use unicast on localhost ports 9300-9400 | Make ES client use unicast on localhost ports 9300-9400
| YAML | apache-2.0 | rprabhat/stash-codesearch-plugin,terabyte/stash-codesearch-plugin,terabyte/stash-codesearch-plugin,rprabhat/stash-codesearch-plugin,palantir/stash-codesearch-plugin,palantir/stash-codesearch-plugin |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.