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 |
|---|---|---|---|---|---|---|---|---|---|
e4cfeede71e0556da75a6729250ca005f8bf35a9 | src/main/resources/application.yml | src/main/resources/application.yml | ## YAML Template.
---
endpoints :
shutdown :
enabled : true
spring:
mvc:
favicon:
enabled: false
oauth2:
client:
client-id: kanban
client-secret: nosecret
datasource:
platform: h2
driverClassName: org.h2.Driver
... | ## YAML Template.
---
endpoints :
shutdown :
enabled : true
spring:
mvc:
favicon:
enabled: false
oauth2:
client:
client-id: kanban
client-secret: nosecret
datasource:
platform: h2
driverClassName: org.h2.Driver
... | Fix : creation etat / couloir | Fix : creation etat / couloir | YAML | mit | FR-CO2/kyt,FR-CO2/kyt,FR-CO2/kyt |
2f408b8c8be609e8f1a24a8f19c532aa935fb514 | packages/cl/clit.yaml | packages/cl/clit.yaml | homepage: https://github.com/vmchale/command-line-tweeter#readme
changelog-type: ''
hash: e5beea87584a55a3462f52f95e0f3d419ba4b83a69c32589a451fe4caebe9c4b
test-bench-deps: {}
maintainer: tmchale@wisc.edu
synopsis: Post tweets from stdin
changelog: ''
basic-deps:
http-client: -any
bytestring: -any
split: -any
ba... | homepage: https://github.com/vmchale/command-line-tweeter#readme
changelog-type: ''
hash: 2d7d1bff40eb1457f3a00b70c9458fccdb0d41d52ac74798721ead7fdc150099
test-bench-deps: {}
maintainer: tmchale@wisc.edu
synopsis: Post tweets from stdin
changelog: ''
basic-deps:
http-client: -any
bytestring: -any
split: -any
ba... | Update from Hackage at 2016-12-16T01:26:09Z | Update from Hackage at 2016-12-16T01:26:09Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ce0ecb80845828f85cc87f939b8f48f713b53cbb | packages/co/coin.yaml | packages/co/coin.yaml | homepage: https://bitbucket.org/borekpiotr/coin
changelog-type: ''
hash: d652c80be8aa6a05ab1cbe74feb91ed27dd34413272501a734c82cb486c41452
test-bench-deps: {}
maintainer: Piotr Borek <piotrborek@op.pl>
synopsis: Simple account manager
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.8 && <5.0'
time: -any
... | homepage: https://bitbucket.org/borekpiotr/coin
changelog-type: ''
hash: 8ead4d4b34ce6ff4fb72f03799086ad9fe90aec97f4e913609c9cb0fd5e316da
test-bench-deps: {}
maintainer: Piotr Borek <piotrborek@op.pl>
synopsis: Simple account manager
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.8 && <5.0'
time: -any
... | Update from Hackage at 2017-06-13T14:31:58Z | Update from Hackage at 2017-06-13T14:31:58Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1726e0c43c78d08579021af2df6ee105087d40ca | packages/ha/hask.yaml | packages/ha/hask.yaml | homepage: http://github.com/ekmett/hask
changelog-type: markdown
hash: 04abcba45a7fbaa11d7f3bd9834f1e70a30f356ae871e59ab472f20d4cd60026
test-bench-deps: {}
maintainer: Edward A. Kmett <ekmett@gmail.com>
synopsis: Categories
changelog: ! '0
-
* Repository Initialized
'
basic-deps:
void: ! '>=0.5.4.2 && <1'
re... | homepage: http://github.com/ekmett/hask
changelog-type: markdown
hash: ba5f5b6c8697ae7db745f05387ad6151b33b609117c7a60848a95940ec04eba5
test-bench-deps: {}
maintainer: Edward A. Kmett <ekmett@gmail.com>
synopsis: Categories
changelog: ! '0
-
* Repository Initialized
'
basic-deps:
void: ! '>=0.5.4.2 && <1'
re... | Update from Hackage at 2017-05-29T05:54:16Z | Update from Hackage at 2017-05-29T05:54:16Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
172d66e2fdd02208dc51fee94dc48f879609dd37 | docker-compose.yml | docker-compose.yml | version: '2.0'
services:
### Application Code Container ###
application:
build: ./application
container_name: dockbox-app
volumes:
- ../:/var/www/site
### PHP-FPM Container ###
php-fpm:
build:
context: ./php-fpm
dockerfile: Dockerfile
... | version: '2.0'
services:
### Application Code Container ###
application:
build: ./application
container_name: dockbox-app
volumes:
- ../:/var/www/site
### PHP-FPM Container ###
php-fpm:
build:
context: ./php-fpm
dockerfile: Dockerfile
... | Update to test custom site configuration | Update to test custom site configuration
| YAML | mit | MobileSnapp/dockbox,MobileSnapp/dockbox,MobileSnapp/dockbox |
89b09cd1cd382ceeced8c681c2aad890c0ad646c | docker-compose.yml | docker-compose.yml | version: '2'
services:
db:
image: mariadb:10.1
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- MYSQL_DATABASE=comic
restart: always
web:
build:
context: .
dockerfile: ./dockerfiles/web/Dockerfile
environment:
- GOOGLE_ANALYTICS_TRACKING_ID=UA-XXXXX-Y
command: >... | version: '2'
services:
db:
image: mariadb:10.1
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- MYSQL_DATABASE=comic
restart: always
web:
build:
context: .
dockerfile: ./dockerfiles/web/Dockerfile
environment:
- GOOGLE_ANALYTICS_TRACKING_ID=UA-XXXXX-Y
command: >... | Add the Dropbox folder to the web worker | Add the Dropbox folder to the web worker
| YAML | apache-2.0 | comic/comic-django,comic/comic-django,comic/comic-django,comic/comic-django,comic/comic-django |
360243f118e86d29390a222d65ceac7b25f559aa | docker-compose.yml | docker-compose.yml | version: "3.3"
services:
web:
image: suever/matl-online
command: |
bash -c "python3.8 manage.py db upgrade \
&& python3.8 manage.py refresh_releases \
&& gunicorn --worker-class eventlet --bind 0.0.0.0:5000 --workers 1 wsgi:app"
ports:
- "5000:5000"
environment:
CELER... | version: "3.3"
services:
web:
image: suever/matl-online
command: |
bash -c "python3.8 manage.py db upgrade \
&& python3.8 manage.py refresh_releases \
&& gunicorn --worker-class eventlet --bind 0.0.0.0:5000 --workers 1 wsgi:app"
ports:
- "5000:5000"
environment:
CELER... | Update postgres database URI in docker compose | Update postgres database URI in docker compose
| YAML | mit | suever/MATL-Online,suever/MATL-Online,suever/MATL-Online,suever/MATL-Online,suever/MATL-Online |
edefeeb8b611492a4e70d9a11c07cb1d31ff9558 | docker-compose.yml | docker-compose.yml | version: '2'
services:
app:
build: .
ports:
- 8080:8080
- 5005:5005
links:
- db
environment:
JAVA_OPTS: -Xmx128m
DEBUG_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,address=5005,suspend=n
DB_HOST: db
DB_PORT: 5432
db:
image: postgres:9.5.5
ports... | version: '2'
services:
app:
build: .
ports:
- 8080:8080
- 5005:5005
links:
- db
environment:
JAVA_OPTS: -Xmx128m
DEBUG_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,address=5005,suspend=n
DB_HOST: db
DB_PORT: 5432
db:
image: postgres:9.5.5
ports... | Fix dockerized postgres failing to accept connections | Fix dockerized postgres failing to accept connections
| YAML | mit | vilnius/tvarkau-vilniu-ms,vilnius/tvarkau-vilniu-ms,vilnius/tvarkau-vilniu-ms |
f5254cdd27938dde177af82320f94deb337f59b0 | docker-compose.yml | docker-compose.yml | redis:
image: redis:3.2-alpine
container_name: redis_local
ports:
- "6379:6379"
restart: on-failure:10
command: redis-server
dedenne:
build: .
container_name: dedenne_local
ports:
- "4567:4567"
environment:
SKL_HOST: https://www.skilllane.com
AWS_S3_ACCESS_KEY_ID: ${AWS_S3_ACCESS_KEY_... | redis:
image: redis:3.2-alpine
container_name: redis_local
ports:
- "6379:6379"
restart: on-failure:10
command: redis-server
dedenne:
build: .
container_name: dedenne_local
ports:
- "4567:4567"
environment:
HOST: https://www.skilllane.com
AWS_S3_ACCESS_KEY_ID: ${AWS_S3_ACCESS_KEY_ID}
... | Update new env key name | Update new env key name
| YAML | mit | sirakij/dedenne,sirakij/dedenne |
6c3a498fbd3c73521999cbd11a9c72e88e875c73 | docker-compose.yml | docker-compose.yml | version: '2'
services:
rabbitmq:
environment:
- RABBITMQ_DEFAULT_USER=muon
- RABBITMQ_DEFAULT_PASS=microservices
image: rabbitmq:3.6.2-management
ports:
- "5672:5672"
- "15672:15672"
nodetests:
build:
context: .
args:
user: root
links:
- rabbitm... | version: '2'
services:
rabbitmq:
environment:
- RABBITMQ_DEFAULT_USER=muon
- RABBITMQ_DEFAULT_PASS=microservices
image: rabbitmq:3.6.2-management
ports:
- "5672:5672"
- "15672:15672"
nodetests:
build:
context: .
user: root
links:
- rabbitmq
environment:
... | Update install flow so that we don't need to link during a test | Update install flow so that we don't need to link during a test
| YAML | apache-2.0 | microserviceux/muon-node,microserviceux/muon-node |
f31bf75c1b7f0a421d146c9a8e64598691793fee | docker-compose.yml | docker-compose.yml | version: '2'
services:
mongodb:
image: stingar/mongodb:1.8
volumes:
- ./storage/mongodb:/var/lib/mongo:z
hpfeeds:
image: stingar/hpfeeds:1.8
links:
- mongodb:mongodb
ports:
- "10000:10000"
mnemosyne:
image: stingar/mnemosyne:1.8
links:
- mongodb:mongodb
- ... | version: '2'
services:
mongodb:
image: stingar/mongodb:1.8
volumes:
- ./storage/mongodb:/var/lib/mongo:z
redis:
image: stingar/redis:1.8
volumes:
- ./storage/redis:/var/lib/redis:z
hpfeeds:
image: stingar/hpfeeds:1.8
links:
- mongodb:mongodb
ports:
- "10000:1000... | Update compose to keep redis | Update compose to keep redis
Let's keep redis here for use with hpfeeds-cif and hpfeeds-bhr | YAML | lgpl-2.1 | CommunityHoneyNetwork/CHN-Server,CommunityHoneyNetwork/CHN-Server,CommunityHoneyNetwork/CHN-Server,CommunityHoneyNetwork/CHN-Server |
41f8fffb1c0408d286959038c3ffa3301b5df84c | templates/web-angular/pubspec.yaml | templates/web-angular/pubspec.yaml | name: __projectName__
description: A Dart app that uses Angular 2
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.17
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
- angular2:
platform_directives:
- 'package:angular2/common.dart#COMMON_DIRECTIVES'... | name: __projectName__
description: A Dart app that uses Angular 2
version: 0.0.1
environment:
sdk: '>=1.13.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.18
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
- angular2:
platform_directives:
- 'package:angular2/common.dart#COMMON_DIRECTIVES'... | Update to angular2 beta 18 | Update to angular2 beta 18 | YAML | bsd-3-clause | dart-archive/stagehand,dart-archive/stagehand,chalin/stagehand,chalin/stagehand,dart-archive/stagehand,chalin/stagehand |
a610ca33f1ea4b8dfbc898f2830b10419c92e9e1 | recipes/nr/meta.yaml | recipes/nr/meta.yaml | {% set name = "nr" %}
{% set version = "1.3.5" %}
{% set sha256 = "43f4b1df4168647604242209d4551085977262d0f4b9030430363b2cd75c4374" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://github.com/NiklasRosenstein/py-nr/archive/v1.3.5.tar.gz
sha2... | {% set name = "nr" %}
{% set version = "1.3.5" %}
{% set sha256 = "43f4b1df4168647604242209d4551085977262d0f4b9030430363b2cd75c4374" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://github.com/NiklasRosenstein/py-nr/archive/v1.3.5.tar.gz
sha2... | Fix build with Python 2.7 | Fix build with Python 2.7
| YAML | bsd-3-clause | jakirkham/staged-recipes,jerowe/staged-recipes,basnijholt/staged-recipes,rmcgibbo/staged-recipes,patricksnape/staged-recipes,sodre/staged-recipes,Juanlu001/staged-recipes,SylvainCorlay/staged-recipes,cpaulik/staged-recipes,planetarypy/staged-recipes,hbredin/staged-recipes,jerowe/staged-recipes,larray-project/staged-rec... |
e398fd29fa9c2adcdf251e57faf376010731dd25 | .github/workflows/panama-vector.yml | .github/workflows/panama-vector.yml | name: Panama Vector API
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 18-ea
run: |
wget https://download.java.net/java/early_access/jdk18/23/GPL/openjdk-18-ea+23_linux-x64_bin.tar.gz
tar xf o... | name: Panama Vector API
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 18-ea
run: |
wget https://download.java.net/java/early_access/jdk18/26/GPL/openjdk-18-ea+26_linux-x64_bin.tar.gz
tar xf o... | Update JDK 18 ea download link for GitHub Action | Update JDK 18 ea download link for GitHub Action | YAML | mit | JOML-CI/JOML,JOML-CI/JOML,JOML-CI/JOML |
e30f4f0705a325b4644eaa02e9bd9212133cb44e | hiera/hosts/prod-web7.cashmusic.org.yaml | hiera/hosts/prod-web7.cashmusic.org.yaml | # Settings specific to host prod-web7.cashmusic.org.
# Override default production environment label for bobo server.
site_profile::web::deployment_environment: production-bobo
# prod-web7 runs bobo, not the CASH Music platform, so override the default vhost.
site_profile::web::vhosts:
platform_default:
default... | # Settings specific to host prod-web7.cashmusic.org.
# Override default production environment label for bobo server.
site_profile::web::deployment_environment: production-bobo
# prod-web7 runs bobo, not the CASH Music platform, so override the default vhost.
site_profile::web::vhosts:
platform_default:
default... | Add bobo code deploy script to prod-web7 | Add bobo code deploy script to prod-web7
| YAML | bsd-3-clause | cashmusic/rackspace-template,jeffsheltren/rackspace-template,cashmusic/rackspace-template,cashmusic/rackspace-template,cashmusic/rackspace-template,jeffsheltren/rackspace-template,jeffsheltren/rackspace-template,jeffsheltren/rackspace-template,jeffsheltren/rackspace-template,cashmusic/rackspace-template |
b8864723719321f6eceed971fb4119b974cac351 | tasks/Ubuntu.yml | tasks/Ubuntu.yml | - name: Install
apt:
name: "{{ item }}"
update_cache: yes
cache_valid_time: 3600
install_recommends: no
with_items:
- apt-transport-https
- ca-certificates
- curl
- gnupg-agent
- software-properties-common
become: yes
- name: Add a key for the repository of Docker
apt_key:
... | - name: Install packages to allow apt to use a repository over HTTPS
apt:
name: "{{ item }}"
update_cache: yes
cache_valid_time: 3600
install_recommends: no
with_items:
- apt-transport-https
- ca-certificates
- curl
- gnupg-agent
- software-properties-common
become: yes
- name:... | Improve task name for packages related to HTTPS. | Improve task name for packages related to HTTPS.
| YAML | mit | FGtatsuro/ansible-docker-toolbox |
b9aa6158ff2517bdfda51051850b11c7fd886c64 | tasks/config.yml | tasks/config.yml | # roles/el7/tasks/config.yml
---
# This speeds up the Gathering Facts phase and several other situations where
# a DNS lookup is performed on the host name.
- name: Ensure host name is in the hosts file
lineinfile: >
dest: /etc/hosts
state: present
line: "{{ ansible_all_ipv4_addresses|last }} {{ ansible_... | # roles/el7/tasks/config.yml
---
# This speeds up the Gathering Facts phase and several other situations where
# a DNS lookup is performed on the host name.
- name: Ensure host name is in the hosts file
lineinfile:
dest: /etc/hosts
state: present
line: "{{ ansible_all_ipv4_addresses|last }} {{ ansible_ho... | Remove folded scalar mark (>) | Remove folded scalar mark (>)
| YAML | bsd-2-clause | bertvv/ansible-role-el7,bertvv/ansible-role-el7 |
5d89511964b84b3a60b93dd7e6ec9b363e279826 | build.yaml | build.yaml | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_annotation: com.google.code.findbugs:jsr305:jar:3.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.8.2
# Mocking library used in tests
mockito: org.mockito:mockito-all:jar:1.9.5
#
# Jackson library
jackson_core: org.codehaus.jackson... | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_annotation: org.realityforge.javax.annotation:javax.annotation:jar:1.0.0
gwt_user: com.google.gwt:gwt-user:jar:2.8.2
# Mocking library used in tests
mockito: org.mockito:mockito-all:jar:1.9.5
#
# Jackson library
jackson_core: o... | Update the com.google.code.findbugs dependency coordinates. | Update the com.google.code.findbugs dependency coordinates.
| YAML | apache-2.0 | realityforge/gwt-datatypes,realityforge/gwt-datatypes |
d668f65c3b7c8096d73452bb9b1ad764c17e7678 | circle.yml | circle.yml | machine:
environment:
GO15VENDOREXPERIMENT: 1
PROJECT_PATH: ${GOPATH%%:*}/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
pre:
- wget https://storage.googleapis.com/golang/go1.5.2.linux-amd64.tar.gz
- sudo rm -rf /usr/local/go
- sudo tar -C /usr/local -xzf go1.5.2.linux-amd64.ta... | machine:
environment:
GO15VENDOREXPERIMENT: 1
PROJECT_PATH: ${GOPATH%%:*}/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
pre:
- wget https://storage.googleapis.com/golang/go1.5.2.linux-amd64.tar.gz
- sudo rm -rf /usr/local/go
- sudo tar -C /usr/local -xzf go1.5.2.linux-amd64.ta... | Use race checking and go vet | Use race checking and go vet
To identify issues.
| YAML | mit | zefer/mothership,zefer/mothership,zefer/mothership,zefer/mothership |
28988dc7887fc9daedfaff9900ceca180bdcac5d | circle.yml | circle.yml | general:
build_dir: core
machine:
services:
- elasticsearch
dependencies:
cache_directories:
- "~/factlink/js-library/node_modules"
- "~/factlink/js-library/vendor"
post:
- cd ~/factlink/js-library; bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --clean
- cd ~/fact... | general:
build_dir: core
machine:
services:
- elasticsearch
dependencies:
cache_directories:
- "~/factlink/js-library/node_modules"
- "~/factlink/js-library/vendor"
post:
- cd ~/factlink/js-library; bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --clean
- cd ~/fact... | Test both KL and non-KL configs | Test both KL and non-KL configs
| YAML | mit | Factlink/factlink-core,daukantas/factlink-core,daukantas/factlink-core,Factlink/factlink-core,Factlink/factlink-core,daukantas/factlink-core,Factlink/factlink-core,daukantas/factlink-core |
85bcaf3455da81b378e9b4f255724ae13c34c67a | circle.yml | circle.yml | dependencies:
cache_directories:
- "~/.stack"
pre:
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442
- echo 'deb http://download.fpcomplete.com/ubuntu precise main' | sudo tee /etc/apt/sources.list.d/fpco.list
- sudo apt-get update && sudo apt-get install stack -y
ov... | dependencies:
cache_directories:
- "~/.stack"
pre:
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442
- echo 'deb http://download.fpcomplete.com/ubuntu precise main' | sudo tee /etc/apt/sources.list.d/fpco.list
- sudo apt-get update && sudo apt-get install stack -y
ov... | Deploy to production & staging on `master` commits | Deploy to production & staging on `master` commits
| YAML | mit | zoomhub/zoomhub,zoomhub/zoomhub,zoomhub/zoomhub,zoomhub/zoomhub |
830701b5f06242552d616edc72dad1610e9bdcda | circle.yml | circle.yml | machine:
xcode:
version: "8.3.2"
environment:
GYM_CODE_SIGNING_IDENTITY: "iPhone Distribution: Michael Cunningham (LTQC954SPQ)"
checkout:
post:
- git submodule sync
- git submodule update --init --recursive
dependencies:
override:
- pod install:
timeout: 1800
cache_directories:
... | machine:
xcode:
version: "8.3.2"
environment:
GYM_CODE_SIGNING_IDENTITY: "iPhone Distribution: Michael Cunningham (LTQC954SPQ)"
checkout:
post:
- git submodule sync
- git submodule update --init --recursive
dependencies:
override:
- pod install:
timeout: 1800
cache_directories:
... | Revert back to master branch for builds | Revert back to master branch for builds
| YAML | apache-2.0 | mapzen/ios,mapzen/ios,mapzen/ios |
d1cde28c8342bbddd60f7541753e316ed09e0ece | .btd.yml | .btd.yml | input: docs
output: _build
requirements: requirements.txt
target: gh-pages
formats: [ html ]
images:
html: btdi/pandoc
theme: https://codeload.github.com/buildthedocs/sphinx.theme/tar.gz/v1
| input: docs
output: _build
requirements: requirements.txt
target: gh-pages
formats: [ html, pdf, man ]
theme: https://codeload.github.com/buildthedocs/sphinx.theme/tar.gz/v1
| Revert "Attempt to resolve pandoc BTD issue" | Revert "Attempt to resolve pandoc BTD issue"
This reverts commit d344b90f157085bbc68525929520fe06176d571a.
| YAML | apache-2.0 | tdene/synth_opt_adders |
b3c113ec8310a4c6b11abaa1cdf36fab45c7fb80 | circle.yml | circle.yml | # Only buld the master branche
general:
branches:
only:
- master
# Configure the virtual machine. Set a Java 8 environment.
machine:
java:
version: oraclejdk8
# Custom Android dependency configuration
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools,platform-... | # Only buld the master branche
general:
branches:
only:
- master
# Configure the virtual machine. Set a Java 8 environment.
machine:
java:
version: oraclejdk8
# Custom Android dependency configuration
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools,platform-... | Update Android dependencies in CI config | Update Android dependencies in CI config
| YAML | apache-2.0 | echsylon/kraken |
dffc0a507dfda58c821ef6fe7d80ef33b790dd20 | circle.yml | circle.yml | machine:
python:
version: 3.4.3 # Current Pyte has tokens built in for 3.5.1
dependencies:
override:
- pip install tox tox-pyenv coveralls
- pyenv local 3.4.3 3.5.1
test:
post:
- coveralls | machine:
python:
version: 3.5.1 # Current Pyte has tokens built in for 3.5.1
dependencies:
override:
- pip install tox tox-pyenv coveralls
- pyenv local 3.3.6 3.4.3 3.5.1
test:
post:
- coveralls | Add 3.3.6 to CircleCI env | Add 3.3.6 to CircleCI env
| YAML | mit | SunDwarf/Pyte |
281fdb177b80ae72320161aa2157b22f0d38d593 | .rmt.yml | .rmt.yml | vcs: git
prerequisites:
- working-copy-check
- display-last-changes
- composer-json-check:
composer: composer
- command:
cmd: composer update
- tests-check:
command: vendor/bin/phpunit --stop-on-failure
- composer-security-check
- composer-stability-check
- command:
cmd: git rem... | vcs: git
prerequisites:
- working-copy-check
- display-last-changes
- composer-json-check:
composer: composer
- command:
cmd: composer update
- tests-check:
command: phpunit --stop-on-failure
- composer-security-check
- composer-stability-check
- command:
cmd: git remote -v
pre... | Use global phpunit version when calling RMT | Use global phpunit version when calling RMT
| YAML | mit | core23/LastFmBundle,core23/LastFmBundle |
57cd9391e48874df66366f0bfd067b008672e735 | circle.yml | circle.yml | test:
override:
- py.test tests/
dependencies:
pre:
- pip install pytest
- sudo apt-get install gdal-bin libgdal1-dev
- sudo apt-get install libgdal-dev
- sudo apt-get install python-gdal
- sudo apt-get install build-essential python-all-dev
- wget http:... | test:
override:
- py.test tests/
dependencies:
pre:
- pip install pytest
- sudo apt-get install gdal-bin libgdal1-dev
- sudo apt-get install libgdal-dev
- sudo apt-get install python-gdal
- sudo apt-get install build-essential python-all-dev
- wget http:... | Test depended on large local virtual raster. Including a test tif to run tests for now. | Test depended on large local virtual raster. Including a test tif to run tests for now.
| YAML | isc | friend0/tower |
18554418073a8ab05c3a1fc27e44a461971578c8 | circle.yml | circle.yml | machine:
pre:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
java:
version:
oraclejdk8
environment:
_JAVA_OPTIONS: "-Xmx512m"
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError"'
services:
- docker
depende... | machine:
pre:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
java:
version:
oraclejdk8
environment:
_JAVA_OPTIONS: "-Xmx512m"
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError"'
services:
- docker
depende... | Exclude tests from publishing as they have already run | Exclude tests from publishing as they have already run
| YAML | apache-2.0 | palantir/atlasdb,palantir/atlasdb,andy2palantir/atlasdb,EvilMcJerkface/atlasdb,palantir/atlasdb,EvilMcJerkface/atlasdb,andy2palantir/atlasdb,EvilMcJerkface/atlasdb |
97b56743bf021ba271c3e62b21e87c4dee3fe22b | circle.yml | circle.yml | machine:
java:
version: oraclejdk8
post:
# Install Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files
- rm -f jce_policy-8.zip
- "curl -o jce_policy-8.zip -v -j -k -L -H 'Cookie: oraclelicense=accept-securebackup-cookie' http://download.oracle.com/otn-pub/java/jce/8/jce_p... | machine:
java:
version: oraclejdk8
post:
# Install Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files for build
- rm -f jce_policy-8.zip
- "curl -o jce_policy-8.zip -v -j -k -L -H 'Cookie: oraclelicense=accept-securebackup-cookie' http://download.oracle.com/otn-pub/java/j... | Deploy to staging from CircleCI | Deploy to staging from CircleCI
| YAML | mit | AusDTO/citizenship-appointment-server,AusDTO/citizenship-appointment-server,AusDTO/citizenship-appointment-server |
d0acf6a2b63b8875174088ec053931d2be26d41c | circle.yml | circle.yml | version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.1-node
steps:
- checkout
- run: bundle config github.https true
- run: bundle install --binstubs
# quick hack
- run: "sudo mkdir -p /opt/ruby && sudo chmod 777 /opt/ruby"
- run: bin/omnibus build ruby
| version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.1-node
steps:
- checkout
- run: bundle config github.https true
- run: bundle install --binstubs
# quick hack
- run: "sudo mkdir -p /opt/ruby && sudo chmod 777 /opt/ruby"
# external build dep (for debian)
... | Add in fakeroot installation to the build (a dep). | Add in fakeroot installation to the build (a dep).
| YAML | apache-2.0 | flaccid/omnibus-ruby,flaccid/omnibus-ruby |
6805950adf9b13858e0de71ed371a1d5c5fb880f | circle.yml | circle.yml | machine:
timezone:
America/Los_Angeles
ruby:
version: 2.2.5
node:
version: 6.11.3
general:
branches:
only:
- preview
- livesite
dependencies:
override:
- ./build/install_aws_cli.sh
- bundle install
- npm install
test:
override:
- ./build/write_branch.sh
- .... | machine:
timezone:
America/Los_Angeles
ruby:
version: 2.2.5
node:
version: 6.11.3
general:
branches:
only:
- preview
- livesite
dependencies:
override:
- ./build/install_aws_cli.sh
- bundle install
- npm install
test:
override:
- ./build/write_branch.sh
- .... | Remove link checker from CI process (do manually from now on) | Remove link checker from CI process (do manually from now on)
| YAML | apache-2.0 | sarraloew/developer.concur.com,sarraloew/developer.concur.com,concur/developer.concur.com,bhague1281/developer.concur.com,sarraloew/developer.concur.com,sarraloew/developer.concur.com,HeathH-Concur/developer.concur.com,concur/developer.concur.com,concur/developer.concur.com,bhague1281/developer.concur.com,HeathH-Concur... |
2abc453829a2a9b228cd15e213d52b7abf42d595 | circle.yml | circle.yml | machine:
node:
version: 4.2.2
general:
artifacts:
- "dist"
test:
pre:
- npm run build
deployment:
staging:
branch: 175-migurski-test-s3-clobbering
commands:
- ./deploy.sh static-dev.mapzen.com
production:
branch: master
commands:
- ./deploy.sh static-dev.mapzen.com
... | machine:
node:
version: 4.2.2
general:
artifacts:
- "dist"
test:
pre:
- npm run build
deployment:
production:
branch: master
commands:
- ./deploy.sh static-dev.mapzen.com
- ./deploy.sh static-prod.mapzen.com
| Revert "Temporarily added branch to staging deployment" | Revert "Temporarily added branch to staging deployment"
This reverts commit e8f0a3177b4fed501ac7878934cd49298a7939ff.
| YAML | isc | mapzen/mapzen.js,mapzen/mapzen.js |
0f38e802603d199ae3c3454141fd5528efd5cd6d | circle.yml | circle.yml | dependencies:
pre:
- pip install behave
test:
override:
- python setup.py nosetests --with-xunit --with-coverage --cover-package=configuration_py
- behave --args ./configuration_py/tests/acceptance/ | dependencies:
pre:
- pip install behave
test:
override:
- python setup.py nosetests --with-xunit --xunit-file=$CIRCLE_TEST_REPORTS/nosetests/nosetests.xml --with-coverage --cover-package=configuration_py
- behave --junit --junit-directory $CIRCLE_TEST_REPORTS/behave/ ./configuration_py/tests/acceptance... | Add xml output for tests results on CI | Add xml output for tests results on CI
| YAML | mit | Ferroman/configuration.py |
f8a434216cd70e33e7088591d6337cd59975aef0 | metadata/manifest.yml | metadata/manifest.yml | Name: package-drone-server
Cartridge-Short-Name: PDRONE
Display-Name: Package Drone
Description: "Package Drone Server instance"
Architecture: noarch
Version: '0.3.0'
Versions:
- '0.2.4'
- '0.2.5'
- '0.3.0'
License: "EPL"
License-Url: https://www.eclipse.org/legal/epl-v10.html
Source-Url: https://github.com/ctron/pa... | Name: package-drone-server
Cartridge-Short-Name: PDRONE
Display-Name: Package Drone 0.3.0
Description: "Package Drone Server instance"
Architecture: noarch
Version: '0.3.0'
Versions:
- '0.2.4'
- '0.2.5'
- '0.3.0'
License: "EPL"
License-Url: https://www.eclipse.org/legal/epl-v10.html
Source-Url: https://github.com/ct... | Put the version number in the display name | Put the version number in the display name | YAML | epl-1.0 | ctron/package-drone-openshift,trifonnt/openshift-package-drone-cartridge,trifonnt/openshift-package-drone-cartridge,ctron/package-drone-openshift,trifonnt/openshift-package-drone-cartridge,ctron/package-drone-openshift,trifonnt/openshift-package-drone-cartridge,ctron/package-drone-openshift |
29e4b09432cb0ea6a4eb3f04d56ea8d9652cadbb | circle.yml | circle.yml | machine:
ruby:
version: 2.2.2
database:
override:
- cp config/database.yml.ci spec/dummy/config/database.yml
dependencies:
pre:
- cp spec/dummy/config/secrets.dist.yml spec/dummy/config/secrets.yml
| machine:
ruby:
version: 2.2.2
dependencies:
pre:
- cp spec/dummy/config/secrets.dist.yml spec/dummy/config/secrets.yml
| Remove the custom db config. | Remove the custom db config.
| YAML | mit | udongo/udongo,udongo/udongo,udongo/udongo |
f382fee953e7ae05b0a67c73e86d0b6737846502 | circle.yml | circle.yml | machine:
xcode:
version: 8.2
dependencies:
pre:
- mdfind "kMDItemCFBundleIdentifier == 'com.apple.dt.Xcode'" | awk '{print "echo "$1" && defaults read "$1"/Contents/Info.plist CFBundleShortVersionString\0"}' | xargs -0 bash -c
- xcodebuild -version -sdk
- xcrun simctl list
- sudo gem install sc... | machine:
xcode:
version: 8.2
dependencies:
pre:
- mdfind "kMDItemCFBundleIdentifier == 'com.apple.dt.Xcode'" | awk '{print "echo "$1" && defaults read "$1"/Contents/Info.plist CFBundleShortVersionString\0"}' | xargs -0 bash -c
- xcodebuild -version -sdk
- xcrun simctl list
- sudo gem install sc... | Use the standard codecov bash script | Use the standard codecov bash script
| YAML | mit | creationst/XCDYouTubeKit,mingsai/XCDYouTubeVideoPlayerViewController,0xced/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,0xced/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,mingsai/XCDYouTubeVideoPlayerViewController,creationst/XCDYouTubeKit,itamaker/XCDYouTubeKit,creationst/XCDYouTubeKit,morrisirrom/XCDYouTubeKit,twobitlabs/XCDYouT... |
37f35b56907c5e4cc6650f81e2db6c38259a1d9b | circle.yml | circle.yml | machine:
services:
- docker
dependencies:
override:
- ./script/bootstrap
cache_directories:
- vendor
test:
override:
- ./script/build
- ./script/test
- ./script/feature
deployment:
deploy:
branch: master
owner: bioboxes
commands:
- ./script/publish
| machine:
services:
- docker
dependencies:
override:
- ./script/bootstrap
cache_directories:
- vendor
pre:
- sudo apt-get update && apt-get install realpath
test:
override:
- ./script/build
- ./script/test
- ./script/feature
deployment:
deploy:
branch: master
owner: bio... | Add realpath dependency to CI server | Add realpath dependency to CI server
Signed-off-by: Michael Barton <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@michaelbarton.me.uk>
| YAML | mit | michaelbarton/command-line-interface,bioboxes/command-line-interface,michaelbarton/command-line-interface,bioboxes/command-line-interface,pbelmann/command-line-interface,pbelmann/command-line-interface |
99986cdd1cd728dc765981b52203e04b75860827 | circle.yml | circle.yml | machine:
timezone: Asia/Tokyo
test:
override:
- echo 'test'
deployment:
production:
branch: master
commands:
- git config --global user.email "ide.yuta@gmail.com"
- git config --global user.name "Yuta Ide"
- npm run build
- npm run deploy
| general:
branches:
ignore:
- gh-pages
machine:
timezone: Asia/Tokyo
test:
override:
- echo 'test'
deployment:
production:
branch: master
commands:
- git config --global user.email "ide.yuta@gmail.com"
- git config --global user.name "Yuta Ide"
- npm run build
- n... | Exclude the gh-pages from the build target :wrench: | fix(ci): Exclude the gh-pages from the build target :wrench:
| YAML | mit | ideyuta/emojafy,ideyuta/emojafy |
b1f9f50e0ff45b0e5a8ccba12a016ba26d22dff7 | appveyor.yml | appveyor.yml | version: 1.0.{build}
image: Visual Studio 2017
install:
- choco install resharper-clt
- choco install opencover.portable
- choco install codecov
before_build:
- ps: nuget restore FluentHelium.sln
build:
verbosity: minimal
after_build:
- InspectCode.exe -o=resharper-clt-output.xml FluentHelium.sln
- ps: $r... | version: 1.0.{build}
image: Visual Studio 2017
install:
- choco install resharper-clt
- choco install opencover.portable
- choco install codecov
before_build:
- ps: nuget restore FluentHelium.sln
build:
verbosity: minimal
project: FluentHelium.sln
after_build:
- InspectCode.exe -o=resharper-clt-output.x... | Add code coverage CI test | Add code coverage CI test
| YAML | mit | Kirill-Maurin/FluentHelium |
b090bdfe142501c0ba0c99e9c33d4292ec63bcca | prod/namespaces/gsoc-tensorboard/iam-policy-members.yaml | prod/namespaces/gsoc-tensorboard/iam-policy-members.yaml | # An example of an IAMPolicyMember
apiVersion: iam.cnrm.cloud.google.com/v1beta1
kind: IAMPolicyMember
metadata:
name: jlewi-owner
spec:
# replace ${PROJECT_ID?} with your project name
member: user:jlewi@google.com
# You should aim to scope down the permissions you needed
# right now owner is needed to deploy... | # An example of an IAMPolicyMember
# Add entries to this file to gain access to the project.
# Policies should aim to adhere to the following guidelines
# 1. Grant minimal privileges necessary
# 2. Set an expiration time for your membership
apiVersion: iam.cnrm.cloud.google.com/v1beta1
kind: IAMPolicyMember
metadata:... | Make kimonas @ Arrikto an OWNER and set an expiration time. | Make kimonas @ Arrikto an OWNER and set an expiration time.
| YAML | apache-2.0 | kubeflow/community-infra,kubeflow/community-infra |
3827b9cafde397389ac2418483c77c917c601851 | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- build
- deploy
image: alpine
build:dev:
stage: build
before_script:
- apk update
- apk add nodejs nodejs-npm git
- npm install
- npm install cli/
script:
- npm run-script build
artifacts:
name: "${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}"
paths:
- build/
expire_in... | stages:
- build
- deploy
image: alpine
build:dev:
stage: build
before_script:
- apk update
- apk add nodejs nodejs-npm git
- npm install
- npm install cli/
script:
- npm run-script build
artifacts:
name: "${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}"
paths:
- build/
expire_in... | Extend CI artifact lifetime to 1 month | Extend CI artifact lifetime to 1 month
| YAML | mit | elor/tuvero |
be51d7b0f137d77d12e9b93122122458ad4bf8f9 | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- echo "Starting tests..."
test_linux:
script:
- apt-get update && apt-get install -y nodejs
- node --version
- npm --version
- java -version # Required for selenium server
- npm install
- ./scripts/setup_ci.sh
- xvfb-run ./scripts/run_ci.sh
tags:
- linux
test_wind... | before_script:
- echo "Starting tests..."
test_linux:
script:
- apt-get update && apt-get install -y nodejs
- node --version
- npm --version
- java -version # Required for selenium server
- npm install
- ./scripts/setup_ci.sh
- xvfb-run ./scripts/run_ci.sh
tags:
- linux
test_wind... | Install npm dependencies on windows | Install npm dependencies on windows
| YAML | mit | spiegelm/xd-testing,spiegelm/xd-testing,spiegelm/xd-testing |
2c4a58a49b0757d93247fd0cec523fe2ee41f43c | .gitlab-ci.yml | .gitlab-ci.yml | workflow:
rules:
#- if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+(-rc.\d+)?$/
- if: $CI_COMMIT_BRANCH == "v2-installers"
stages:
- package
package-linux-deb:
stage: package
image: public.docker.ecsec.de/ecsec/tools/oec-linux-installer:latest
tags:
- "linux"
artifacts:
paths:
- packager/rich... | workflow:
rules:
#- if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+(-rc.\d+)?$/
- if: $CI_COMMIT_BRANCH == "v2-installers"
stages:
- package
package-linux-deb:
stage: package
image: public.docker.ecsec.de/ecsec/tools/oec-linux-installer:latest
tags:
- "linux"
artifacts:
paths:
- packager/rich... | Add Gitlab CI Mac OS pkg installer job | Add Gitlab CI Mac OS pkg installer job
| YAML | apache-2.0 | ecsec/open-ecard,ecsec/open-ecard,ecsec/open-ecard |
93066590f8738296cab93e05276894e7092193f5 | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
install:
# Get the latest stable version of Node 0.STABLE.latest
- ... | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
install:
# Get the latest stable version of Node 0.STABLE.latest
- ... | Include nunit test results as artifact. | Include nunit test results as artifact.
| YAML | apache-2.0 | Stift/Klondike,davidvmckay/Klondike,davidvmckay/Klondike,themotleyfool/Klondike,davidvmckay/Klondike,themotleyfool/Klondike,jochenvangasse/Klondike,fhchina/Klondike,fhchina/Klondike,jochenvangasse/Klondike,themotleyfool/Klondike,Stift/Klondike,jochenvangasse/Klondike,Stift/Klondike,fhchina/Klondike |
8c539e8b2ad35edb9cd5865eaf8eba1f180211fb | .gitlab-ci.yml | .gitlab-ci.yml | image: debovema/docker-mvn
test:
script:
- mvn -gs /home/m2/settings.xml clean deploy -P t3-snapshot
except:
- tags
site:
script:
- mvn -gs /home/m2/settings.xml clean site-deploy -P t3-snapshot
except:
- tags
site-redeploy:
script:
- mvn -gs /home/m2/se... | image: jamesdbloom/docker-java7-maven
test:
script:
- mvn -gs /home/m2/settings.xml clean deploy -P t3-snapshot
except:
- tags
site:
script:
- mvn -gs /home/m2/settings.xml clean site-deploy -P t3-snapshot
except:
- tags
site-redeploy:
script:
- mvn -gs ... | Use Maven 3.1.1 to avoid false positive cyclic redundancy | Use Maven 3.1.1 to avoid false positive cyclic redundancy | YAML | apache-2.0 | teecube/t3,teecube/t3 |
0ec44d949cdbb0aa1f8f78c3555e3c093e385143 | appveyor.yml | appveyor.yml | environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
OTHER_TARGET: i686-pc-windows-msvc
MAKE_TARGETS: test-unit-x86_64-pc-windows-msvc
- TARGET: x86_64-pc-windows-msvc
OTHER_TARGET: i686-pc-windows-msvc
MAKE_TARGETS: test-unit-x86_64-pc-windows-msvc
MINIMAL_VERSIONS: true
CFG_DISABLE_CROS... | environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
OTHER_TARGET: i686-pc-windows-msvc
MAKE_TARGETS: test-unit-x86_64-pc-windows-msvc
- TARGET: x86_64-pc-windows-msvc
OTHER_TARGET: i686-pc-windows-msvc
MAKE_TARGETS: test-unit-x86_64-pc-windows-msvc
MINIMAL_VERSIONS: true
CFG_DISABLE_CROS... | Align AppVeyor to use 1.28 for minimal versions | Align AppVeyor to use 1.28 for minimal versions
.. like Travis CI's setup.
| YAML | apache-2.0 | rust-lang/cargo,eminence/cargo,rustyhorde/cargo,nipunn1313/cargo,vojtechkral/cargo,vojtechkral/cargo,rustyhorde/cargo,tsurai/cargo,rust-lang/cargo,eminence/cargo,tsurai/cargo,nipunn1313/cargo,tshepang/cargo,rustyhorde/cargo,eminence/cargo,tsurai/cargo,rust-lang/cargo,vojtechkral/cargo,tshepang/cargo,vojtechkral/cargo,t... |
b703d1ebf51fce1ef00d55f4b60cb7407cce184c | appveyor.yml | appveyor.yml | version: '{build}'
environment:
nodejs_version: 4
matrix:
fast_finish: true
cache:
- node_modules -> package.json
- '%APPDATA%\npm\node_modules -> appveyor.yml'
- '%APPDATA%\npm-cache -> package.json appveyor.yml'
install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --versi... | version: '{build}'
environment:
nodejs_version: 4
matrix:
fast_finish: true
cache:
- node_modules -> package.json
- '%APPDATA%\npm\node_modules -> appveyor.yml'
- '%APPDATA%\npm-cache -> package.json appveyor.yml'
install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --versi... | Send test results data to AppVeyor | Send test results data to AppVeyor
| YAML | mit | ruslansagitov/loud |
b54e7a538a1058139b919fd7d1af4361c34a57ca | appveyor.yml | appveyor.yml | build: false
environment:
matrix:
- PYTHON: "C:/Python27-x64"
- PYTHON: "C:/Python35-x64"
- PYTHON: "C:/Python36-x64"
- PYTHON: "C:/Python37-x64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa... | build: false
environment:
matrix:
- PYTHON: "C:/Python27-x64"
- PYTHON: "C:/Python35-x64"
- PYTHON: "C:/Python36-x64"
- PYTHON: "C:/Python37-x64"
- PYTHON: "C:/Python38-x64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: (new-object net.webclient).... | Add Python 3.8 CI to AppVeyor | Add Python 3.8 CI to AppVeyor
| YAML | mit | thombashi/sqliteschema |
cc128093b0fdc92254cc4ef09ee7968a564406b8 | appveyor.yml | appveyor.yml | image: Visual Studio 2019
before_build:
- choco install opencover
build_script:
- dotnet build
test_script:
- C:\Users\AppVeyor\AppData\Local\Apps\OpenCover\OpenCover.Console.exe -register:Path32 -target:"c:\Program Files\dotnet\dotnet.exe" -targetargs:"test" -output:coverage.xml -returntargetcode
after_test:
- ps: ... | image: Visual Studio 2019
before_build:
- choco install opencover
build_script:
- dotnet build
test_script:
- C:\Users\AppVeyor\AppData\Local\Apps\OpenCover\OpenCover.Console.exe -register:Path32 -target:"c:\Program Files\dotnet\dotnet.exe" -targetargs:"test" -output:coverage.xml -returntargetcode
after_test:
- ps: ... | Update path to nuget package artifact | Update path to nuget package artifact
| YAML | mit | ceddlyburge/canoe-polo-league-organiser-backend |
d07705f3b233ad88efbb48ebcb9e2c734e7e501e | appveyor.yml | appveyor.yml | version: 3.0.2.{build}
assembly_info:
patch: true
file: AssemblyInfo.cs
assembly_version: "3.0.0.0"
assembly_file_version: "{version}"
assembly_informational_version: "3.0.2-CI-{build}"
configuration: Release
before_build: nuget restore
build:
verbosity: minimal
publish_nuget: true
publish_nuget_sym... | version: 3.0.3.{build}
assembly_info:
patch: true
file: AssemblyInfo.cs
assembly_version: "3.0.0.0"
assembly_file_version: "{version}"
assembly_informational_version: "3.0.3-CI-{build}"
configuration: Release
before_build: nuget restore
build:
verbosity: minimal
publish_nuget: true
publish_nuget_sym... | Update package version to 3.0.3. | Update package version to 3.0.3.
| YAML | mit | autofac/Autofac.Extras.FakeItEasy |
fd418267ec8492918d762ebf644dc2c0a7e40dee | demo/Bob/dependencies.bob-stage-ts.yaml | demo/Bob/dependencies.bob-stage-ts.yaml | - id: bob_tests_twitter_stats_vis_in_stage
userid: 101
service: twitter_stats
enabled: false
labels:
# TODO: remove stage def from here
tstype: stage
# Deploy specific version of tweeviz (image tag)
tsvisimage: demo-v62
# San Francisco, Boston, New York
locations: -71.4415,41.9860,-70.47... | - id: bob_tests_twitter_stats_vis_in_stage
userid: 101
service: twitter_stats
disabled: true
labels:
# TODO: remove stage def from here
tstype: stage
# Deploy specific version of tweeviz (image tag)
tsvisimage: demo-v62
# San Francisco, Boston, New York
locations: -71.4415,41.9860,-70.47... | Update demo policy - disable Bob's dependency by default | Update demo policy - disable Bob's dependency by default
| YAML | apache-2.0 | Aptomi/aptomi,Aptomi/aptomi,Aptomi/aptomi,Aptomi/aptomi |
b6810f023e1676c2908257407b153556e462d426 | appveyor.yml | appveyor.yml | version: '{build}'
skip_tags: true
skip_commits:
message: /\[ci skip\]/
clone_depth: 10
environment:
nodejs_version: 0.12
matrix:
- ruby_version: 193
install:
- git submodule update --init --recursive
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- gem install bundler --quiet --no... | version: '{build}'
skip_tags: true
skip_commits:
message: /\[ci skip\]/
clone_depth: 10
environment:
nodejs_version: 0.12
matrix:
- ruby_version: 193
install:
- git submodule update --init --recursive
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- gem install bundler --quiet --no... | Fix bundler version to 1.9 in Appveyor | Fix bundler version to 1.9 in Appveyor
Trying to solve this issue: "Checksum of /versions does not match the checksum provided by server! Something is wrong."
http://stackoverflow.com/questions/35315712/rails-initialization-checksum-error
| YAML | mit | asciidoctor/asciidoctor.js,Mogztter/asciidoctor.js,Mogztter/asciidoctor.js,Mogztter/asciidoctor.js,asciidoctor/asciidoctor.js,asciidoctor/asciidoctor.js,asciidocfx/asciidoctor.js,rahmanusta/asciidoctor.js,asciidoctor/asciidoctor.js,Mogztter/asciidoctor.js,Mogztter/asciidoctor.js,asciidoctor/asciidoctor.js,asciidocfx/as... |
680d92bb6367c1be33defd751195819048af0091 | .restyled.yaml | .restyled.yaml | restylers_version: '20191031'
auto: true
restylers:
# TODO: Uncomment the lines below, when we switch to `clang-format` 9.
# - clang-format:
# image: restyled/restyler-clang-format:v9.0.0
# TODO: Enable `prettier` again, after Restyled offers Prettier 1.19
# See also: https://github.com/restyled-io/rest... | restylers_version: '20191216'
auto: true
restylers:
# TODO: Uncomment the lines below, when we switch to `clang-format` 9.
# - clang-format:
# image: restyled/restyler-clang-format:v9.0.0
- prettier
- prettier-markdown:
arguments: []
- shfmt:
arguments:
- -s
- -sr
| Reformat JavaScript code with Prettier | Restyled: Reformat JavaScript code with Prettier
| YAML | bsd-3-clause | ElektraInitiative/libelektra,mpranj/libelektra,mpranj/libelektra,petermax2/libelektra,ElektraInitiative/libelektra,mpranj/libelektra,ElektraInitiative/libelektra,petermax2/libelektra,mpranj/libelektra,mpranj/libelektra,ElektraInitiative/libelektra,ElektraInitiative/libelektra,petermax2/libelektra,mpranj/libelektra,pete... |
ca2859ee41c695273285ae0385e50a83caa62670 | deploy/roles/projectrepo/tasks/main.yml | deploy/roles/projectrepo/tasks/main.yml | # This role serves to configure the settings repo (if it does not already
# exist on the deploy server), then clone the github repoistory for the project
# to the remote server for deployment
- name: Clone settings repository locally
git:
repo: 'git@github.com:Princeton-CDH/deployment.git'
# Use lookup he... | # This role serves to configure the settings repo (if it does not already
# exist on the deploy server), then clone the github repoistory for the project
# to the remote server for deployment
- name: Clone settings repository locally
git:
repo: 'git@github.com:Princeton-CDH/deployment.git'
# Use lookup he... | Fix typo in project repo role | Fix typo in project repo role
| YAML | apache-2.0 | Princeton-CDH/derrida-django,Princeton-CDH/derrida-django,Princeton-CDH/derrida-django,Princeton-CDH/derrida-django |
3996a31997b466e950493600511901cd368eb287 | packages/we/webkitgtk3-javascriptcore.yaml | packages/we/webkitgtk3-javascriptcore.yaml | homepage: ''
changelog-type: ''
hash: 2458dfd287fb4c0d9346137fd40828966fc5f30adbc78755a56982e5af200d1d
test-bench-deps: {}
maintainer: Ian-Woo Kim <ianwookim@gmail.com>
synopsis: JavaScriptCore FFI from webkitgtk
changelog: ''
basic-deps:
base: ! '>=4 && <5'
webkitgtk3: ! '>=0.13.0.0 && <0.15'
glib: ! '>=0.13.0.0... | homepage: ''
changelog-type: ''
hash: 8c8b01fa69732a2a282f173d95aa34cafa01aa7450f7a73678b8058df6fc6d92
test-bench-deps: {}
maintainer: Ian-Woo Kim <ianwookim@gmail.com>
synopsis: JavaScriptCore FFI from webkitgtk
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.12.5.0'
- '0.12.5.1'
- '0.13.0.0'
- '0.1... | Update from Hackage at 2016-04-09T12:20:04+0000 | Update from Hackage at 2016-04-09T12:20:04+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
bc3f29634804ed6078c7fa8078a64c2110ca21a2 | crane/docker/web_server/provisioning/ansible/roles/web_server/tasks/common.yml | crane/docker/web_server/provisioning/ansible/roles/web_server/tasks/common.yml | ---
- name: Update Apt Cache
apt: update_cache=yes cache_valid_time=3600
- name: Install Prerequisites
apt: name={{ item }} state=present
with_items:
- supervisor
- name: Install Supervisor Config
template: src=../templates/supervisord.conf.j2 dest=/etc/supervisor/conf.d/supervisord.conf owner=root group=ro... | ---
- name: Update Apt Cache
apt: update_cache=yes cache_valid_time=3600
- name: Install Prerequisites
apt: name={{ item }} state=present
with_items:
- supervisor
- name: Install Supervisor Config
template: src=../templates/supervisord.conf.j2 dest=/etc/supervisor/conf.d/supervisord.conf owner=root group=ro... | Set www-data uid and gid. | Set www-data uid and gid.
| YAML | mit | SeerUK/gallery,SeerUK/gallery,SeerUK/gallery |
b901e44d41ced85cdece0b81925ce88faafa7089 | recipes/sdf/meta.yaml | recipes/sdf/meta.yaml | {% set name = "sdf" %}
{% set version = "0.3.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
build:
number: 0
script: python -m pip install --no-deps https://github.com/ScientificDataFormat/SDF-Python/archive/v{{ version }}.tar.gz
requirements:
build:
- python
- pip
run:
- python... | {% set name = "sdf" %}
{% set version = "0.3.3" %}
{% set sha256 = "c1c7dfe08d0294dfa179c50f8f6b8a04d1a0195c3b50bf259a73dac37da75a40" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/SDF-{{ version }}.tar.gz
sha256: {{ sha256 }}
... | Install from local file instead of downloading directly. | Install from local file instead of downloading directly.
| YAML | bsd-3-clause | dschreij/staged-recipes,cpaulik/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,NOAA-ORR-ERD/staged-recipes,scopatz/staged-recipes,mariusvniekerk/staged-recipes,jjhelmus/staged-recipes,Juanlu001/staged-recipes,johanneskoester/staged-recipes,SylvainCorlay/staged-recipes,birdsarah/staged-recipes,rvalieris/sta... |
bedb45b68dcc670046d4624621f5cf9e0b5c4908 | .forestry/front_matter/templates/tag.yml | .forestry/front_matter/templates/tag.yml | ---
label: Tag
hide_body: false
fields:
- type: text
name: title
label: title
- type: datetime
name: date
label: date
- type: field_group
name: menu
label: menu
fields:
- type: field_group
name: main
label: main
fields:
- type: number
name: weight
label: weight
pages:
- conte... | ---
label: Tag
hide_body: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: datetime
name: date
label: Date
config:
date_format: YYYY-MM-DD
- type: field_group
name: menu
label: Menu
fields:
- type: field_group
name: main
label: Main
fields:
-... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | Narno/narno.com,Narno/narno.com |
8e7969b4dc3be50d8a76be3bb6c8bff39ff2415c | .github/workflows/verify-definitions.yml | .github/workflows/verify-definitions.yml | name: Verify Definitions
on:
pull_request:
paths:
- 'share/node-build/**'
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
... | name: Verify Definitions
on:
pull_request:
paths: 'share/node-build/**'
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- run:... | Drop node setup and use OOTB node | Drop node setup and use OOTB node
| YAML | mit | OiNutter/node-build,nodenv/node-build |
af9caa040dc49c37a6526a6c689c2f6e0f0965fe | metadata/app.fedilab.nitterizeme.yml | metadata/app.fedilab.nitterizeme.yml | Categories:
- Internet
License: GPL-3.0-only
WebSite: https://fedilab.app/wiki/nitterizeme/
SourceCode: https://framagit.org/tom79/nitterizeme
IssueTracker: https://framagit.org/tom79/nitterizeme/issues
Translation: https://crowdin.com/project/nitterizeme
Changelog: https://framagit.org/tom79/nitterizeme/tags
Liberap... | Categories:
- Internet
License: GPL-3.0-only
WebSite: https://fedilab.app/wiki/nitterizeme/
SourceCode: https://framagit.org/tom79/nitterizeme
IssueTracker: https://framagit.org/tom79/nitterizeme/issues
Translation: https://crowdin.com/project/nitterizeme
Changelog: https://framagit.org/tom79/nitterizeme/tags
Liberap... | Update NitterizeMe to 1.5.1 (8) | Update NitterizeMe to 1.5.1 (8)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
fb5790f2732a561aa58339aebe4938702a98f3cc | pkg/http/pubspec.yaml | pkg/http/pubspec.yaml | name: http
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: A composable, Future-based API for making HTTP requests.
dev_dependencies:
unittest: any
| name: http
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: A composable, Future-based API for making HTTP requests.
dependencies:
pathos: any
dev_dependencies:
unittest: any
| Add a dependency on pathos from http. | Add a dependency on pathos from http.
BUG=9399
Review URL: https://codereview.chromium.org//12703016
git-svn-id: c93d8a2297af3b929165606efe145742a534bc71@20473 260f80e4-7a28-3924-810f-c04153c831b5
| YAML | bsd-3-clause | dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-lang/sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dar... |
d6ccc718ccf284e9d37866580e16b6d09c479be0 | roles/common/tasks/bash.yml | roles/common/tasks/bash.yml | ---
- name: Install Bash
action: apt name=bash=4.3-7ubuntu1.4 state=present
| ---
- name: Install Bash
action: apt name=bash=4.3-7ubuntu1.5 state=present
| Update Bash to patch CVEs 2014-6277 and 2014-6278 | Update Bash to patch CVEs 2014-6277 and 2014-6278
| YAML | mit | Pitt-CSC/ansible,RitwikGupta/ansible,RitwikGupta/ansible,Pitt-CSC/ansible,Pitt-CSC/ansible,RitwikGupta/ansible |
d074157f179d634101c540a0b4e80cce5214ca60 | config/browsers.yml | config/browsers.yml | # these browsers must also match what's available in test
minimums:
chrome: 81
safari: 12
firefox: 77
ie: 12
| # these browsers must also match what's available in test
minimums:
chrome: 84
safari: 12
firefox: 79
| Update browser file to most current versions | Update browser file to most current versions
CLOSES: DOC-1225
flag=none
Test plan:
- Jenkins passes
- Browsers updated to chrome 84 and firefox 79
(FF 79 will be live on july 28)
Change-Id: I8009f25ee99007fa97a49e0ff70ff6bed7182fd0
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/242990
Tested-by: Service ... | YAML | agpl-3.0 | sfu/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,instructure/canvas-lms |
2a7d9250f69ee2477cd4ccb27ef58287ae1f9796 | lib/deploy/ansible/roles/common/tasks/main.yml | lib/deploy/ansible/roles/common/tasks/main.yml | ---
- include: aptitude.yml
- include: dotfiles.yml
when: dotfiles is defined
- include: node.yml
- include: bower.yml
- include: chruby.yml
- include: nginx.yml
- include: postgres.yml
when: db is defined
| ---
- include: aptitude.yml
- include: dotfiles.yml
when: dotfiles is defined
- include: node.yml
when: node is defined
- include: bower.yml
when: node is defined
- include: chruby.yml
when: ruby is defined
- include: nginx.yml
- include: postgres.yml
when: db is defined
| Remove non-essential tasks from default execution | Remove non-essential tasks from default execution
| YAML | mit | jrhorn424/recruiter,jrhorn424/recruiter |
2a96d53193a48f352ee37e1e8d4ce25aac347081 | config/database.yml | config/database.yml | default: &default
adapter: postgresql
encoding: unicode
pool: 10
template: template0
development:
<<: *default
database: publishing_api_development
url: <%= ENV["DATABASE_URL"]%>
test:
<<: *default
database: publishing_api_test
url: <%= ENV["DATABASE_URL"].try(:sub, /([-_]development)?$/, '_test')... | default: &default
adapter: postgresql
encoding: unicode
pool: 12
template: template0
development:
<<: *default
database: publishing_api_development
url: <%= ENV["DATABASE_URL"]%>
test:
<<: *default
database: publishing_api_test
url: <%= ENV["DATABASE_URL"].try(:sub, /([-_]development)?$/, '_test')... | Increase activerecord connections to 12 | Increase activerecord connections to 12
We've been getting sporadic spikes in activerecord connection errors because
all pooled connections were in use. This is a sticking plaster for a bit
while we consider what the alternative solutions are.
https://sentry.io/govuk/app-publishing-api/issues/533025026/?query=is:unr... | YAML | mit | alphagov/publishing-api,alphagov/publishing-api |
a720363141b38404a86065069250a84553846435 | config/database.yml | config/database.yml | default: &default
adapter: postgresql
encoding: unicode
pool: 5
development:
<<: *default
database: pvb_development
test:
<<: *default
database: pvb_test
production:
adapter: postgresql
host: <%= ENV['DB_HOST'] %>
encoding: unicode
username: <%= ENV['DB_USERNAME'] %>
password: <%= ENV['DB_PAS... | default: &default
adapter: postgresql
encoding: unicode
host: 127.0.0.1
pool: 5
development:
<<: *default
database: pvb_development
test:
<<: *default
database: pvb_test
production:
adapter: postgresql
host: <%= ENV['DB_HOST'] %>
encoding: unicode
username: <%= ENV['DB_USERNAME'] %>
passwor... | Connect to localhost instead via the unix socket. | Connect to localhost instead via the unix socket.
| YAML | mit | ministryofjustice/prison-visits,matharden/prison-visits,ministryofjustice/prison-visits,matharden/prison-visits,ministryofjustice/prison-visits,matharden/prison-visits |
5b346358cc65e4282953cc3e45efef5b6ae0516a | config/chicago_cta.yml | config/chicago_cta.yml | routes:
file: chicago_cta_routes.txt
columns:
- route_id
- route_short_name
- route_long_name
- route_type
stops:
file: chicago_cta_stops.txt
columns:
- stop_id
- stop_name
- stop_lat
- stop_lon
trips:
file: chicago_cta_trips.txt
co... | routes:
file: chicago_cta_routes.txt
columns:
- route_id
- route_short_name
- route_long_name
- route_type
stops:
file: chicago_cta_stops.txt
columns:
- stop_id
- stop_name
- stop_lat
- stop_lon
trips:
file: chicago_cta_trips.txt
co... | Add prod query files to config | Add prod query files to config
| YAML | mit | projectweekend/Transit-Stop-Collector |
e4e830badc4797aa8d53dfeb5c3e2ae807f6efd7 | cluster/addons/fluentd-elasticsearch/kibana-controller.yaml | cluster/addons/fluentd-elasticsearch/kibana-controller.yaml | apiVersion: v1beta1
kind: ReplicationController
id: kibana-logging-controller
desiredState:
replicas: 1
replicaSelector:
name: kibana-logging
podTemplate:
desiredState:
manifest:
version: v1beta1
id: kibana-viewer
containers:
- name: kibana-logging
imag... | apiVersion: v1beta1
kind: ReplicationController
id: kibana-logging-controller
desiredState:
replicas: 1
replicaSelector:
name: kibana-logging
podTemplate:
desiredState:
manifest:
version: v1beta1
id: kibana-viewer
containers:
- name: kibana-logging
imag... | Update Kibana pod to speak to Elasticsearchusing v1beta3 | Update Kibana pod to speak to Elasticsearchusing v1beta3
| YAML | apache-2.0 | genome21/kubernetes,k8s-bot/kubernetes,mfanjie/kubernetes,x1957/kubernetes,FengyunPan/kubernetes,csrwng/kubernetes,sttts/kubernetes,abhgupta/kubernetes,aaronlevy/kubernetes,peay/kubernetes,trriplejay/kubernetes,pauldeden/kubernetes,gurvindersingh/kubernetes,tpounds/kubernetes,msau42/kubernetes,Shawyeok/kubernetes,vsimo... |
351e5beb35dfde17208df79f79537c018a3f2b7a | ci/tasks/create-light-stemcell.yml | ci/tasks/create-light-stemcell.yml | ---
platform: linux
image_resource:
type: docker-image
source:
repository: docker:///zhanggongsw/bosh
inputs:
- name: bosh-softlayer-tools
path: gopath/src/github.com/cloudfoundry-community/bosh-softlayer-tools
- name: stemcell-info
- name: stemcell-version
outputs:
- name: new-light-stemcell
run:... | ---
platform: linux
image_resource:
type: docker-image
source:
repository: zhanggongsw/bosh
inputs:
- name: bosh-softlayer-tools
path: gopath/src/github.com/cloudfoundry-community/bosh-softlayer-tools
- name: stemcell-info
- name: stemcell-version
outputs:
- name: new-light-stemcell
run:
path: g... | Move to Grace docker image for go 1.7 | Move to Grace docker image for go 1.7
| YAML | apache-2.0 | cloudfoundry-community/bosh-softlayer-tools,maximilien/bosh-softlayer-stemcells,mattcui/bosh-softlayer-tools,maximilien/bosh-softlayer-stemcells,cloudfoundry-community/bosh-softlayer-tools,mattcui/bosh-softlayer-tools |
0a21e2ab4d9f2ae67f3a85c4003c78a52ba0c00a | examples/DOCUMENTATION.yml | examples/DOCUMENTATION.yml | ---
# If a key doesn't apply to your module (ex: choices, default, or
# aliases) you can use the word 'null', or an empty list, [], where
# appropriate.
module: modulename
short_description: This is a sentence describing the module
description:
- Longer description of the module
- You might include instructions... | ---
# If a key doesn't apply to your module (ex: choices, default, or
# aliases) you can use the word 'null', or an empty list, [], where
# appropriate.
module: modulename
short_description: This is a sentence describing the module
description:
- Longer description of the module
- You might include instructions... | Add github ID to documentation example | Add github ID to documentation example | YAML | mit | thaim/ansible,thaim/ansible |
06c9dcea9073524fe3ebd8fe1e72151c11a961c9 | ci/tasks/test-integration-gocli.yml | ci/tasks/test-integration-gocli.yml | ---
platform: linux
image_resource:
type: docker-image
source:
repository: bosh/main
inputs:
- name: bosh-src
- name: gocli-release-bucket-linux
run:
path: bosh-src/ci/tasks/test-integration-gocli.sh
params:
RUBY_VERSION: replace-me
DB: replace-me
LOG_LEVEL: ERROR
NUM_G... | ---
platform: linux
image_resource:
type: docker-image
source:
repository: bosh/main
inputs:
- name: bosh-src
- name: gocli-release-bucket-linux
run:
path: bosh-src/ci/tasks/test-integration-gocli.sh
params:
RUBY_VERSION: replace-me
DB: replace-me
LOG_LEVEL: INFO
NUM_GR... | Change debug level of gocli to info | Change debug level of gocli to info
- Change debug level to info for more logs
Signed-off-by: Saman Alvi <a99666c385ff8d52f85bf6d52848ed17df23a2c5@pivotal.io>
| YAML | apache-2.0 | barthy1/bosh,barthy1/bosh,barthy1/bosh,barthy1/bosh |
d47bbe8691b208e65b1923c698d204c6470a08a5 | tasks/RedHat.yml | tasks/RedHat.yml | ---
- name: install EPEL
yum: name=http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm state=present
when: ansible_os_family == 'RedHat' and ansible_distribution_major_version == '6'
- name: install basic packages
yum: name={{ item }} state=present
with_items:
- tmux
- vim-e... | ---
- name: install EPEL
yum: name=http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm state=present
when: ansible_os_family == 'RedHat' and ansible_distribution_major_version == '6'
- name: install basic packages
yum: name={{ item }} state=present
with_items:
- tmux
- vim-e... | Move tcpflow to a separate task, enable atop service | Move tcpflow to a separate task, enable atop service
| YAML | mit | gitinsky/ansible-role-common-utils |
bdc16fd0186eef0e7abe8c673f6ea4f7df8146a0 | sinatra-contrib/.travis.yml | sinatra-contrib/.travis.yml | ---
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- rbx-2.0
- jruby
- ruby-head
env:
- rack=1.3.0
- rack=master
- tilt=1.3.2
- tilt=master
- sinatra=master
notifications:
recipients:
- k.haase@finn.de
- ohhgabriel@gmail.com
- inbox@trevorbramble.com
| ---
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx-18mode
- rbx-19mode
- jruby
- ruby-head
env:
- rack=1.3.0
- rack=master
- tilt=1.3.2
- tilt=master
- sinatra=master
notifications:
recipients:
- k.haase@finn.de
- ohhgabriel@gmail.com
- inbox@trevorbramble.com
| Use the proper Rubinius aliases in our Travis version list | Use the proper Rubinius aliases in our Travis version list
| YAML | mit | JonMidhir/sinatra,ryanshaw/sinatra,burningTyger/sinatra,burningTyger/sinatra,ryanshaw/sinatra,jkowens/sinatra,JonMidhir/sinatra,mwpastore/sinatra,JonMidhir/sinatra,mwpastore/sinatra,burningTyger/sinatra,sinatra/sinatra,jkowens/sinatra,sinatra/sinatra,mwpastore/sinatra,jkowens/sinatra |
eec353c4437b6ac110d1aadac0fae83ab8166e13 | appveyor.yml | appveyor.yml | os: Visual Studio 2015 RC
version: "{branch}-{build}"
install:
- ps: (new-object net.webclient).DownloadFile('http://coapp.org/files/CoApp.Tools.Powershell.msi', 'C:\CoApp.Tools.Powershell.msi')
- ps: Start-Process -FilePath msiexec -ArgumentList /i, 'C:\CoApp.Tools.Powershell.msi', /quiet -Wait
- ps: $env:PSMod... | version: "{branch}-{build}"
install:
- ps: (new-object net.webclient).DownloadFile('http://coapp.org/files/CoApp.Tools.Powershell.msi', 'C:\CoApp.Tools.Powershell.msi')
- ps: Start-Process -FilePath msiexec -ArgumentList /i, 'C:\CoApp.Tools.Powershell.msi', /quiet -Wait
- ps: $env:PSModulePath = $env:PSModulePat... | Switch to regular AppVeyor image | Switch to regular AppVeyor image
| YAML | mit | zeux/pugixml,zeux/pugixml,zeux/pugixml,zeux/pugixml |
136f85a44f1d4028ba22098c7908904669640e5d | appveyor.yml | appveyor.yml | os: Visual Studio 2015
platform:
- Win32
- x64
configuration:
- Debug
- Release
install:
- git submodule update --init --recursive
build_script:
- set BOOST_ROOT=C:\Libraries\boost_1_62_0
- if %PLATFORM% == Win32 set BOOST_LIBRARYDIR=C:\Libraries\boost_1_62_0\lib32-msvc-14.0
- if %PLATFORM% ==... | os: Visual Studio 2015
platform:
- Win32
- x64
configuration:
- Debug
- Release
build_script:
- set BOOST_ROOT=C:\Libraries\boost_1_62_0
- if %PLATFORM% == Win32 set BOOST_LIBRARYDIR=C:\Libraries\boost_1_62_0\lib32-msvc-14.0
- if %PLATFORM% == x64 set BOOST_LIBRARYDIR=C:\Libraries\boost_1_62_0\lib64-... | Remove submodule update from appveroy.yml. | Remove submodule update from appveroy.yml.
| YAML | mit | Tessil/hat-trie |
e002b8a6d6b9082f35ab1c9c4cfde8123497074f | appveyor.yml | appveyor.yml | # AppVeyor CI build file, https://ci.appveyor.com/project/odinserj/cronos
os: Visual Studio 2017
version: 0.7.0-build-0{build}
branches:
only:
- master
- dev
pull_requests:
do_not_increment_build_number: true
#---------------------------------#
# build configuration #
#---------------------... | # AppVeyor CI build file, https://ci.appveyor.com/project/odinserj/cronos
os: Visual Studio 2017
version: 0.7.0-build-0{build}
branches:
only:
- master
- dev
pull_requests:
do_not_increment_build_number: true
#---------------------------------#
# build configuration #
#---------------------... | Remove codecov tool usage from AppVeyor builds | Remove codecov tool usage from AppVeyor builds
| YAML | mit | HangfireIO/Cronos |
960f9cfec9c5e2e535fc567322cc7b952be51819 | appveyor.yml | appveyor.yml | version: 0.0.0-{build}
#os: Visual Studio 2014 CTP4
branches:
only:
- master
init:
- git config --global core.autocrlf input
platform:
- x86
install:
- SET PYTHON=C:/Python27
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/g... | version: 0.0.0-{build}
#os: Visual Studio 2014 CTP4
branches:
only:
- master
init:
- git config --global core.autocrlf input
platform:
- x86
install:
- SET PYTHON=C:/Python27
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/g... | Use absolute path to behave in AppVeyor. | Use absolute path to behave in AppVeyor.
| YAML | bsd-3-clause | hotgloupi/configure,hotgloupi/configure,hotgloupi/configure,hotgloupi/configure,hotgloupi/configure |
f8a398a210d7df3a5e2bb798b903059203e89743 | appveyor.yml | appveyor.yml | version: "{build}"
os:
- Visual Studio 2015
- MinGW
clone_depth: 10
clone_folder: c:\Chemharp
build:
verbosity: minimal
matrix:
fast_finish: true
notifications:
- provider: Email
to: [luthaf@luthaf.fr]
on_build_success: false
on_build_failure: true
on_build_status_change... | version: "{build}"
os:
- Visual Studio 2015
environment:
matrix:
- GENERATOR: Visual Studio 14 2015 # use mscv compiler in 32-bit mode
- GENERATOR: Visual Studio 14 2015 Win64 # use mscv compiler in 64-bit mode
clone_depth: 10
clone_folder: c:\Chemharp
build:
verbosity: minimal
no... | Test 32 and 64bits versions on windows | Test 32 and 64bits versions on windows
| YAML | bsd-3-clause | lscalfi/chemfiles,Luthaf/Chemharp,chemfiles/chemfiles,chemfiles/chemfiles,Luthaf/Chemharp,lscalfi/chemfiles,chemfiles/chemfiles,lscalfi/chemfiles,lscalfi/chemfiles,chemfiles/chemfiles,Luthaf/Chemharp |
4a2ad60cbf41b3865e71a7e4e5d1bce5770e2d84 | appveyor.yml | appveyor.yml | install:
- ps: Install-Module pester -Scope currentuser
- ps: Install-Module plaster -Scope currentuser
build: false
test_script:
- ps: $res = Invoke-Pester -Path .\PSForge.Tests.ps1 -OutputFormat NUnitXml -OutputFile TestsResults.xml -PassThru
- ps: (New-Object 'System.Net.WebClient').UploadFile("https://ci.... | install:
- ps: Install-Module pester -Scope currentuser
- ps: Install-Module plaster -Scope currentuser
build: false
test_script:
- ps: Import-Module .\PSForge.psm1
- ps: $res = Invoke-Pester -Path .\PSForge.Tests.ps1 -OutputFormat NUnitXml -OutputFile TestsResults.xml -PassThru
- ps: (New-Object 'System.Ne... | Make sure to import module | Make sure to import module
| YAML | mit | devopsguys/PSForge,devopsguys/PSForge |
fc1c652fbfae40c9ad92e45fd376b30883c34eef | appveyor.yml | appveyor.yml | branches:
only:
- master
clone_depth: 5
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CMAKE_GENERATOR: "Visual Studio 12 2013"
BOOST_ROOT: C:\Libraries\boost_1_60_0
CMAKE_PREFIX_PATH: C:\Qt\5.6.3\msvc2013
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
... | branches:
only:
- master
clone_depth: 5
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CMAKE_GENERATOR: "Visual Studio 12 2013"
BOOST_ROOT: C:\Libraries\boost_1_60_0
CMAKE_PREFIX_PATH: C:\Qt\5.6.3\msvc2013
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
... | Build on AppVeyor with VS2017 | Build on AppVeyor with VS2017
Use the newest available Boost and Qt versions.
| YAML | mit | AbletonAG/aqt-stylesheets,AbletonAG/aqt-stylesheets |
c8f1800ccd7a42223b9fcecb00acd397ba7d7cdb | appveyor.yml | appveyor.yml | version: 1.0.{build}
os: Visual Studio 2017
cache:
- '%USERPROFILE%\.nuget\packages -> **\project.json'
- 'src\packages -> **\packages.config'
build_script:
- cmd: '"%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe" /nologo /m /v:m /nr:false /flp:verbosity=detailed /p:SkipTests=True'
artifacts:
- path: msbuild.log
... | version: 1.0.{build}
os: Visual Studio 2017
cache:
- '%USERPROFILE%\.nuget\packages -> **\project.json'
- 'src\packages -> **\packages.config'
build_script:
- cmd: '"%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe" /nologo /m /v:m /nr:false /flp:verbosity=detailed /p:SkipTests=True'
artifacts:
- path: msbuild.log
... | Stop storing another copy of MSI | Stop storing another copy of MSI
| YAML | mit | nuproj/nuproj |
75adf6472ad58e1f201cb980b705fed8166756f9 | appveyor.yml | appveyor.yml | branches:
only:
- master
os: Windows Server 2012
cache:
- %LocalAppData%\NuGet\Cache -> paket.lock
build_script:
- ps: .\build.cmd CI
test: off
artifacts:
- path: artifacts\*.nupkg
- path: artifacts\*.zip | branches:
only:
- master
os: Windows Server 2012
cache:
- "%LocalAppData%\NuGet\Cache" -> paket.lock
build_script:
- ps: .\build.cmd CI
test: off
artifacts:
- path: artifacts\*.nupkg
- path: artifacts\*.zip | Add quotes around % for AppVeyor YAML | Add quotes around % for AppVeyor YAML
| YAML | mit | vbfox/stidgen |
77647160b31d273bac000c422f530cc7ab636ea3 | appveyor.yml | appveyor.yml | os: unstable
platform:
- x86
environment:
PACKAGE: ctypes
FORK_USER: ocaml
FORK_BRANCH: master
CYG_ROOT: C:\cygwin64
EXTRA_DEPS: ctypes-foreign
matrix:
- OPAM_SWITCH: 4.05.0+mingw64c
- OPAM_SWITCH: 4.05.0+mingw32c
install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.gith... | os: unstable
platform:
- x86
environment:
PACKAGE: ctypes
FORK_USER: ocaml
FORK_BRANCH: master
CYG_ROOT: C:\cygwin64
EXTRA_DEPS: ctypes-foreign
matrix:
- OPAM_SWITCH: 4.09.0+mingw64c
- OPAM_SWITCH: 4.09.0+mingw32c
install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.gith... | Switch Appveyor build to OCaml 4.09.0+mingw*c | Switch Appveyor build to OCaml 4.09.0+mingw*c
| YAML | mit | ocamllabs/ocaml-ctypes,yallop/ocaml-ctypes,ocamllabs/ocaml-ctypes,yallop/ocaml-ctypes |
271c1afcb93f9bcda68b0e9da537f7085643a773 | appveyor.yml | appveyor.yml | init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: 0.11
npm_extra_args: ""
platform: x86
- nodejs_version: 0.11
npm_extra_args: "--msvs_version=2013"
platform: x64
- nodejs_version: 0.12
npm_extra_args: ""
platform: x86
- ... | init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: 0.11
- nodejs_version: 0.12
- nodejs_version: 1
platform:
- x86
- x64
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- git submodule update --init --recursive
- npm install --msvs... | Revert "Use correct msvs on x64, but not on x86" | Revert "Use correct msvs on x64, but not on x86"
This reverts commit 67ae01efefc64a2fac78f8a88998f6a6a3a16cb0.
| YAML | bsd-3-clause | badboy/hiredis-node-win,badboy/hiredis-node-win,badboy/hiredis-node-win |
e5166c6c8ecdd0d163e49d303831b2a90ea6baed | appveyor.yml | appveyor.yml | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
init:
- git config --global core.autocrlf input
# what combinations to test
environment:
matrix:
#node.js
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12
#io.js
- nodejs_version: 2.5.0
install:
- ps: Update... | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
init:
- git config --global core.autocrlf input
# what combinations to test
environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 0.11
- nodejs_version: 0.12
install:
- ps: Install-Product node $env:nodejs_version x64
- npm -g in... | Use Install-Product instead of Update-NodeJsInstallation | Use Install-Product instead of Update-NodeJsInstallation
| YAML | apache-2.0 | resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli |
0a2bfcba42bef931ec73b2b7261944fb3970a2ed | appveyor.yml | appveyor.yml | build: false
environment:
PYTHONIOENCODING: "UTF-8"
matrix:
- PYTHON: "C:/Python27-x64"
- PYTHON: "C:/Python35-x64"
- PYTHON: "C:/Python36-x64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls11, Tls12'"
- ps: (new-ob... | build: false
environment:
PYTHONIOENCODING: "UTF-8"
matrix:
- PYTHON: "C:/Python27-x64"
- PYTHON: "C:/Python35-x64"
- PYTHON: "C:/Python36-x64"
- PYTHON: "C:/Python37-x64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls... | Add AppVeyor CI tests for Python 3.7 | Add AppVeyor CI tests for Python 3.7
| YAML | mit | thombashi/SimpleSQLite,thombashi/SimpleSQLite |
be2798a6e891c882b8e199805146d6a73a59fa86 | appveyor.yml | appveyor.yml | environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "LTS"
cache:
- "%LOCALAPPDATA%\\Yarn"
install:
- ps: Install-Product node $env:nodejs_version
- yarn install
test_script:
- node --version
- yarn --version
build_script:
- yarn run package
artifacts:
- path: '_InstallPackages/*.zip'
n... | environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "LTS"
cache:
- "%LOCALAPPDATA%\\Yarn"
install:
- ps: Install-Product node $env:nodejs_version
- yarn install
test_script:
- node --version
- yarn --version
build_script:
- yarn run package
artifacts:
- path: '_InstallPackages/**/*.zip'... | Include all Install Packages in artifacts | Include all Install Packages in artifacts
tota11y is now under a @khanacademy folder
| YAML | mit | EngageSoftware/DNN-JavaScript-Libraries |
fadba3c52970332c6d78b67623b20eea3d342df9 | appveyor.yml | appveyor.yml | # Specify version format
version: "{build}"
os:
- Visual Studio 2017
- Visual Studio 2019
platform:
- x64
configuration:
- Debug
- Release
init:
- cmd: cmake --version
- cmd: msbuild /version
clone_folder: C:\projects\Dusk
before_build:
- ps: Start-FileDownload 'https://sdk.lu... | # Specify version format
version: "{build}"
os:
- Visual Studio 2017
- Visual Studio 2019
platform:
- x64
configuration:
- Debug
- Release
init:
- cmd: cmake --version
- cmd: msbuild /version
clone_folder: C:\projects\Dusk
before_build:
- ps: appveyor DownloadFile "https://sdk... | Fix AppVeyor stalling file downloads | Fix AppVeyor stalling file downloads
| YAML | mit | WhoBrokeTheBuild/Dusk,WhoBrokeTheBuild/Dusk,WhoBrokeTheBuild/Dusk |
0fca66dfe1bac1a27c9e30bb0db681be05c2a383 | appveyor.yml | appveyor.yml | version: '{branch} build {build}'
skip_tags: true
image: Visual Studio 2015
platform:
- x64
- Win32
configuration: Release
clone_depth: 50
clone_folder: c:\projects\sentencepiece
init:
build_script:
- cmd: call test.bat %platform%
artifacts:
- path c:\projects\sentencepiece\build\sentencepiece*.exe
- path c:\proj... | version: '{branch} build {build}'
skip_tags: true
image: Visual Studio 2015
platform:
- x64
- Win32
configuration: Release
clone_depth: 50
clone_folder: c:\projects\sentencepiece
init:
build_script:
- cmd: call test.bat %platform%
artifacts:
- path: c:\projects\sentencepiece\build\sentencepiece*.exe
- path: c:\pr... | Make artifcats on windows. Minor fix | Make artifcats on windows. Minor fix
| YAML | apache-2.0 | google/sentencepiece,google/sentencepiece,google/sentencepiece,google/sentencepiece |
5e1a35c70a5d93c3785eb98c81dd0ab4e876c100 | s3_website.yml | s3_website.yml | s3_id: <%= ENV['AWS_ACCESS_KEY_ID'] %>
s3_secret: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
s3_bucket: models-resources
s3_key_prefix: seismic-explorer
s3_endpoint: us-east-1
gzip: true
<% if ENV['BRANCH_OR_TAG'] == 'production' %>
# in this case we are going to deploy this branch to the top level of the domain
# so we need... | s3_id: <%= ENV['AWS_ACCESS_KEY_ID'] %>
s3_secret: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
s3_bucket: models-resources
s3_key_prefix: seismic-explorer
s3_endpoint: us-east-1
gzip: true
<% if ENV['BRANCH_OR_TAG'] == 'production' %>
# in this case we are going to deploy this branch to the top level of the domain
# so we need... | Use exported value in deploy script | Use exported value in deploy script
| YAML | mit | concord-consortium/seismic-eruptions2,concord-consortium/seismic-eruptions2,concord-consortium/seismic-eruptions2 |
47e45704d55aa80e3780012a6e48b050bf73fd48 | construi.yml | construi.yml | image: maven:3-jdk-8
environment:
- JENKINS_URL
- BUILD_NUMBER
- COVERALLS_REPO_TOKEN
targets:
build: mvn -B verify
analytics:
- mvn -B test
- mvn -B jacoco:report coveralls:report
snapshot:
files:
- $GPG_PUBLIC_KEY:/root/.gnupg/public.key
- $GPG_PRIVATE_KEY:/root/.gnupg/private.... | image: maven:3-jdk-8
environment:
- JENKINS_URL
- BUILD_NUMBER
- COVERALLS_REPO_TOKEN
targets:
build: mvn -B verify -Dgpg.skip=true
analytics:
- mvn -B test
- mvn -B jacoco:report coveralls:report
snapshot:
files:
- $GPG_PUBLIC_KEY:/root/.gnupg/public.key
- $GPG_PRIVATE_KEY:/root... | Disable gpg signing for default build | Disable gpg signing for default build
| YAML | apache-2.0 | lstephen/ai-search,lstephen/ai-search |
b6c99653a7f9ad743a08398d59ed887f18531479 | packages/ho/hora.yaml | packages/ho/hora.yaml | homepage: https://github.com/ciez/hora
changelog-type: markdown
hash: 30e2e23404c52dd88eb23219ae5430f057f3dc82f5ea02b3e674487aa1530b32
test-bench-deps:
base: ! '>=4.8'
time: -any
hspec: ! '>=2.1.7'
binary: -any
regex-do: ! '>=3.1'
QuickCheck: ! '>=2.8.1'
maintainer: Imants Cekusins
synopsis: date time
chang... | homepage: https://github.com/ciez/hora
changelog-type: markdown
hash: c469a2b4864662231cb8fea8375b02b1b842c75726bc4b8de7e231eeb434c85c
test-bench-deps:
base: ! '>=4.8'
time: -any
hspec: ! '>=2.1.7'
binary: -any
regex-do: ! '>=3.1'
QuickCheck: ! '>=2.8.1'
maintainer: Imants Cekusins
synopsis: date time
chang... | Update from Hackage at 2016-12-13T16:15:51Z | Update from Hackage at 2016-12-13T16:15:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
76e3c1c8e4d97a9cf1b59edb17ebe664cf735d47 | packages/xk/xkcd.yaml | packages/xk/xkcd.yaml | homepage: http://github.com/sellweek/xkcd
changelog-type: ''
hash: 6d15997bdd3fd191d7dc79c590e59e975d4c54a3b04c91b4093b9e0f622ef241
test-bench-deps: {}
maintainer: robert.selvek@gmail.com
synopsis: Downloads the most recent xkcd comic.
changelog: ''
basic-deps:
bytestring: ! '>=0.9'
base: ! '>=4 && <5'
filepath: ... | homepage: http://github.com/sellweek/xkcd
changelog-type: ''
hash: 558c3e1f981c92e2940ac3ea130c67268bf56d980762da6d5ab5ccc72b34c66b
test-bench-deps: {}
maintainer: robert.selvek@gmail.com
synopsis: Downloads the most recent xkcd comic.
changelog: ''
basic-deps:
bytestring: ! '>=0.9'
base: <0 && >=4 && <5
filepath... | Update from Hackage at 2019-05-03T22:07:26Z | Update from Hackage at 2019-05-03T22:07:26Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f03764fcf2c0c9eaba00035b2d2459a0fd3beb12 | crowdin.yaml | crowdin.yaml | commit_message: "Signed-off-by: Björn Kimminich <crowdin.com@kimminich.de>\n[ci skip]"
files:
-
source: /frontend/src/assets/i18n/en.json
translation: /frontend/src/assets/i18n/%locale_with_underscore%.json
-
source: /data/static/i18n/en.json
translation: /data/static/i18n/%locale_with_underscore%.j... | commit_message: |-
[ci skip]
Signed-off-by: Björn Kimminich <crowdin.com@kimminich.de>
files:
-
source: /frontend/src/assets/i18n/en.json
translation: /frontend/src/assets/i18n/%locale_with_underscore%.json
-
source: /data/static/i18n/en.json
translation: /data/static/i18n/%locale_with_underscor... | Fix multi-line string in commit message | Fix multi-line string in commit message
| YAML | mit | bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop |
548802d02319e7438ed325aedb559df981443495 | db/seeds/prisons/RCI-rochester.yml | db/seeds/prisons/RCI-rochester.yml | ---
name: Rochester
nomis_id: RCI
address: |-
1 Fort Road
Rochester
Kent
postcode: ME1 3QS
email_address:
phone_no: 01634 803100
enabled: true
private: false
closed: false
recurring:
tue:
- 1400-1600
wed:
- 1400-1600
thu:
- 1400-1600
fri:
- 1400-1600
sat:
- 0900-1100
- 1345-1545
sun:
- ... | ---
name: Rochester
nomis_id: RCI
address: |-
1 Fort Road
Rochester
Kent
postcode: ME1 3QS
email_address: socialvisits.rochester@hmps.gsi.gov.uk
phone_no: 01634 803100
enabled: true
private: false
closed: false
recurring:
tue:
- 1400-1600
wed:
- 1400-1600
thu:
- 1400-1600
fri:
- 1400-1600
sat:
... | Add email address back in and remove outdated unbookable slots | Add email address back in and remove outdated unbookable slots
| YAML | mit | ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2 |
59de43eb8d293793cfe414408018cfb530d79c58 | .github/workflows/copy-pr-template-to-dependabot-prs.yaml | .github/workflows/copy-pr-template-to-dependabot-prs.yaml | name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
jobs:
copy_pr_template:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- name: Fetch PR template
id: fetch-pr-template
uses: juliangruber/re... | name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
permissions:
contents: read
pull-requests: write
jobs:
copy_pr_template:
name: Copy PR template to Dependabot PR
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/chec... | Create workflow to copy PR template onto Dependabot PRs | Create workflow to copy PR template onto Dependabot PRs | YAML | mit | alphagov/specialist-publisher,alphagov/specialist-publisher,alphagov/specialist-publisher |
ab2a3a6cfca420a4551a4535d18a3c249c7296b6 | cucumber-expressions/javascript/.travis.yml | cucumber-expressions/javascript/.travis.yml | language: node_js
matrix:
include:
- node_js: "8"
- node_js: "6"
script: "yarn babel-test"
- node_js: "4"
script: "yarn babel-test"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/5373e574ed4e88026838
on_success: change
on_failure: always
on_start: never... | language: node_js
matrix:
include:
- node_js: "8"
- node_js: "6"
script: "npm run babel-test"
- node_js: "4"
script: "npm run babel-test"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/5373e574ed4e88026838
on_success: change
on_failure: always
on_start:... | Use npm not yarn on Travis | cucumber-expressions: Use npm not yarn on Travis
| YAML | mit | cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber,cucumber/cucumber |
0deaf54e040dff935c9d1d11ddbc8749e80e8191 | manifest.yml | manifest.yml | ---
applications:
- name: token-run
path: target/token-run-0.0.1-SNAPSHOT.jar
memory: 512M
buildpack: java_buildpack
| ---
applications:
- name: token-run
path: target/token-run-0.0.1-SNAPSHOT.jar
memory: 512M
buildpack: java_buildpack
services:
- postgresql
| Use PostgreSQL as a service. H2 will be used locally. | BPT-161: Use PostgreSQL as a service. H2 will be used locally.
| YAML | apache-2.0 | tobiasschaefer/token-run,tobiasschaefer/token-run,tobiasschaefer/token-run,tobiasschaefer/token-run |
e1352a3f12803fd66d7b7b967440caa4f26b9924 | conda-recipe/meta.yaml | conda-recipe/meta.yaml | package:
name: filestore
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
patches:
- config.patch
build:
number: 1
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get('GIT_BUILD... | package:
name: filestore
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
patches:
- config.patch
build:
number: 1
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get('GIT_BUILD... | Add doct to conda recipe | Add doct to conda recipe
| YAML | bsd-3-clause | ericdill/fileStore,ericdill/databroker,ericdill/fileStore,tacaswell/filestore,stuwilkins/filestore,danielballan/filestore,NSLS-II/filestore,danielballan/filestore,stuwilkins/filestore,ericdill/databroker |
5f3dd69dd62d8ac240b1e95fef9f916b6b59b392 | etc/fullstack-repos.yaml | etc/fullstack-repos.yaml | - title: Layr / React
repo: layrjs/react-layr-realworld-example-app
logo: https://raw.githubusercontent.com/layrjs/react-layr-realworld-example-app/master/assets/logo.png
| - title: Layr / React
repo: layrjs/react-layr-realworld-example-app
logo: https://raw.githubusercontent.com/layrjs/react-layr-realworld-example-app/master/assets/logo.png
- title: Drash + Postgres + Vue
repo: drashland/deno-drash-realworld-example-app
logo: https://raw.githubusercontent.com/drashland/deno-d... | Add Drash + Postgres + Vue | Add Drash + Postgres + Vue | YAML | mit | gothinkster/realworld |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.