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
|
---|---|---|---|---|---|---|---|---|---|
cdc99e8606c81daed250eec88e93b381c3b4be7f
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- ree
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
|
language: ruby
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
|
Drop ree support for the moment.
|
Drop ree support for the moment.
|
YAML
|
mit
|
neopoly/bureau
|
5d7334b12b54d3b066c09e297161779fcfd5f0d1
|
.travis.yml
|
.travis.yml
|
language: elixir
services:
- postgresql
addons:
postgresql: "9.4"
elixir:
- 1.4
- 1.3
otp_release:
- 19.3
- 18.3
notifications:
email: false
sudo: false
script:
- mix test
|
language: elixir
services:
- postgresql
addons:
postgresql: "9.4"
elixir:
- 1.4
- 1.3
otp_release:
- 20.0
- 19.3
- 18.3
notifications:
email: false
sudo: false
script:
- mix test
|
Add OTP 20.0 to Travis matrix
|
Add OTP 20.0 to Travis matrix
|
YAML
|
mit
|
ueberauth/guardian_db
|
c50896b0f1077e949bcea9cd57c9d13ce4a843ca
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.0
- 1.1
- 1.2
- tip
|
language: go
go:
- 1.1
- 1.2
- tip
|
Update Travis config, Go 1.0 not supported.
|
Update Travis config, Go 1.0 not supported.
|
YAML
|
apache-2.0
|
matryer/websocket,helight/helight_code,helight/helight_code,helight/helight_code,hpcloud/websocket,jmptrader/websocket,helight/helight_code,gorilla/websocket,helight/helight_code,matryer/websocket,Janipro/websocket,ASAPPinc/websocket,helight/helight_code,helight/helight_code,helight/helight_code,torfuzx/websocket,Elit3hunter202/Stuff,your-org/websocket,helight/helight_code,pouyajoon/websocket,vonwenm/websocket-1,zombiezen/websocket,jacobxk/websocket,huuzkee-foundation/websocket,ezeql/websocket,FactomProject/websocket,henrylee2cn/websocket,y3llowcake/websocket,jmptrader/websocket,flowlo/websocket,gcnonato/websocket,ASAPPinc/websocket,Elit3hunter202/Stuff,Ryezhang/websocket,henrylee2cn/websocket,skyportsystems/websocket,conseweb/websocket,hpcloud/websocket,beni55/websocket
|
8798c4e04e4f95f0337911e5b7495dc56b64df49
|
docker-compose.override.yml
|
docker-compose.override.yml
|
version: '2.1'
services:
mongo:
ports:
- "27017:27017"
restart: "no"
redis:
ports:
- "6379:6379"
restart: "no"
solr:
build:
context: ./solr
ports:
- "8983:8983"
volumes:
- ./solr/config:/opt/solr/server/solr/
restart: "no"
api:
image: openconceptlab/oclapi:dev
build:
context: ./ocl
dockerfile: Dockerfile-dev
ports:
#ports for debugging
- "8001:8001"
- "2000:22"
volumes:
- ./ocl:/code
- ./ocl/.pycharm_helpers:/root/.pycharm_helpers
environment:
- SSH=true
- ENVIRONMENT=local
- IMPORT_DEMO_DATA=true
restart: "no"
celery:
image: openconceptlab/oclapi:dev
volumes:
- ./ocl:/code
restart: "no"
flower:
image: openconceptlab/oclapi:dev
ports:
- "5555:5555"
volumes:
- ./ocl:/code
restart: "no"
|
version: '2.1'
services:
mongo:
ports:
- "27017:27017"
restart: "no"
redis:
ports:
- "6379:6379"
restart: "no"
solr:
build:
context: ./solr
ports:
- "8983:8983"
volumes:
- ./solr/config:/opt/solr/server/solr/
restart: "no"
api:
image: openconceptlab/oclapi:dev
build:
context: ./ocl
dockerfile: Dockerfile-dev
ports:
#ports for debugging
- "8001:8001"
- "2000:22"
volumes:
- ./ocl:/code
- ./ocl/.pycharm_helpers:/root/.pycharm_helpers
environment:
- SSH=true
- ENVIRONMENT=local
- IMPORT_DEMO_DATA=${IMPORT_DEMO_DATA-true}
restart: "no"
celery:
image: openconceptlab/oclapi:dev
volumes:
- ./ocl:/code
restart: "no"
flower:
image: openconceptlab/oclapi:dev
ports:
- "5555:5555"
volumes:
- ./ocl:/code
restart: "no"
|
Fix IMPORT_DEMO_DATA env for dev
|
Fix IMPORT_DEMO_DATA env for dev
|
YAML
|
mpl-2.0
|
snyaggarwal/oclapi,snyaggarwal/oclapi,OpenConceptLab/oclapi,snyaggarwal/oclapi,OpenConceptLab/oclapi,OpenConceptLab/oclapi,OpenConceptLab/oclapi,snyaggarwal/oclapi,OpenConceptLab/oclapi
|
a9ee2aee6f9c306003338257f9b533f0dd55d6d9
|
.github/workflows/jenkins-security-scan.yml
|
.github/workflows/jenkins-security-scan.yml
|
# Jenkins Security Scan
# For more information, see: https://www.jenkins.io/doc/developer/security/scan/
name: Jenkins Security Scan
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
security-scan:
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v1
with:
java-version: 11
|
# Jenkins Security Scan
# For more information, see: https://www.jenkins.io/doc/developer/security/scan/
name: Jenkins Security Scan
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
security-scan:
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
with:
java-version: 11
|
Use Jenkins Security Scan v2
|
Use Jenkins Security Scan v2
|
YAML
|
mit
|
jenkinsci/ws-cleanup-plugin,jenkinsci/ws-cleanup-plugin
|
168f2a59fb11e136a535d687f98b44573b01b7ce
|
.github/workflows/ci_test_and_coverage.yml
|
.github/workflows/ci_test_and_coverage.yml
|
name: CI + Coverage Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Krill
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build and install Krill
run: mvn install
- name: Generate code coverage report
run: mvn cobertura:cobertura
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
|
name: CI + Coverage Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Krill
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build and install Krill
run: mvn install
- name: Generate code coverage report
run: mvn cobertura:cobertura
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
|
Fix indentation in github worflow
|
Fix indentation in github worflow
Change-Id: I9a171444510c63b3c4f22649a6b06daa17e88f58
|
YAML
|
bsd-2-clause
|
KorAP/Krill
|
51355edaa93dec06a86445ab4f73bdc066c3b861
|
roles/tmux/vars/main.yml
|
roles/tmux/vars/main.yml
|
---
tmux_brew_packages:
- name: tmux
install_options: "with-utf8proc"
- name: "reattach-to-user-namespace"
tmux_tpm_repo: "https://github.com/tmux-plugins/tpm.git"
tmux_tpm_dir: "{{ home_dir }}/.tmux/plugins/tpm"
|
---
tmux_brew_packages:
- name: tmux
- name: "reattach-to-user-namespace"
tmux_tpm_repo: "https://github.com/tmux-plugins/tpm.git"
tmux_tpm_dir: "{{ home_dir }}/.tmux/plugins/tpm"
|
Remove old tmux package flag
|
Feat: Remove old tmux package flag
|
YAML
|
mit
|
mtchavez/mac-ansible
|
01cafdc281ee1697c3d89af050bb7c06999ddbcf
|
bitbucket-pipelines.yml
|
bitbucket-pipelines.yml
|
image: golang:1.8
pipelines:
default:
- step:
script:
- go get -v github.com/spf13/cobra/cobra
- go get -v
- go build -o cli -v
- go test ./... -v
|
image: golang:1.8
pipelines:
default:
- step:
script:
- go get -v github.com/spf13/cobra/cobra
- go get -v github.com/Sirupsen/logrus
- go test ./... -v
|
Add get logrus from full path
|
Add get logrus from full path
|
YAML
|
mit
|
q231950/sputnik
|
600d261eb02e80bd05855499da53fcb8f1a8a005
|
.github/workflows/gradle-build.yml
|
.github/workflows/gradle-build.yml
|
name: "Build Gradle project"
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
strategy:
matrix:
java: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ]
name: Building on Java ${{ matrix.java }}
steps:
- name: Check out project
uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
|
name: "Build Gradle project"
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
strategy:
matrix:
java: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ]
name: Building on Java ${{ matrix.java }}
steps:
- name: Check out project
uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Build with Gradle
run: ./gradlew clean build
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
|
Use Gradle GH action more idiomatically
|
Use Gradle GH action more idiomatically
|
YAML
|
apache-2.0
|
etiennestuder/java-ordered-properties
|
72712755d2a9ed3ebb6d650a4f08b55afce797f9
|
roles/zsh/tasks/main.yml
|
roles/zsh/tasks/main.yml
|
---
- name: Install packages
become: yes
apt: name={{item}} state=installed
with_items:
- fonts-powerline
- git-core
- zsh
- name: Change user's shell to zsh
shell: chsh {{ username_on_the_host.stdout }} --shell `which zsh`
become: yes
# Install oh-my-zsh, forcing it to think that the shell has already been changed to zsh, to avoid "Authentication failure" errors.
- name: Install Oh-My-Zsh
shell: SHELL=/usr/bin/zsh sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
args:
creates: ~/.oh-my-zsh
|
---
- name: Install packages
become: yes
apt: name={{item}} state=installed
with_items:
- fonts-powerline
- git-core
- zsh
- name: Change user's shell to zsh
shell: chsh {{ username_on_the_host.stdout }} --shell `which zsh`
become: yes
|
Remove oh-my-zsh (replaced with antigen)
|
Remove oh-my-zsh (replaced with antigen)
|
YAML
|
mit
|
fernandoacorreia/homefiles,fernandoacorreia/homefiles
|
f6544411f6021642ffb180bc14ac70a86c5a1dc8
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
on:
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- nightly
steps:
- run: sudo apt install libfuse-dev
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
- uses: actions-rs/cargo@v1
with:
command: test
args: --package rrg-macro --package rrg-proto --package rrg
|
on:
- push
- pull_request
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
toolchain:
- stable
- nightly
steps:
- if: ${{ runner.os == 'Linux' }}
run: sudo apt install libfuse-dev
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
- uses: actions-rs/cargo@v1
with:
command: test
args: --package rrg-macro --package rrg-proto --package rrg
|
Add macOS and Windows to GitHub workflows.
|
Add macOS and Windows to GitHub workflows.
|
YAML
|
mit
|
google/rrg
|
c1758893c04dfd8cae8c4d47fde8b6eaab15b356
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup java
uses: actions/setup-java@v1
with:
java-version: '1.8'
- name: Run maven verify
run: ./mvnw verify
|
name: CI
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup java
uses: actions/setup-java@v1
with:
java-version: '1.8'
- name: Run maven verify
run: ./mvnw verify
|
Change branch from master to main
|
Change branch from master to main
|
YAML
|
mit
|
inpercima/rest-api
|
959734ae53b1a428ed03ed4e543e35d42e345a14
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: "Continuous Integration"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
macos:
name: macOS
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: brew install macfuse
- name: Build
run: make
- name: Test
run: make check
- name: Install
run: sudo make install
linux:
name: Linux
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch: [amd64, i386]
env:
ARCH: ${{ matrix.arch }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo dpkg --add-architecture $ARCH
sudo apt-get update
sudo apt-get install -y g++-multilib pkg-config:$ARCH libfuse-dev:$ARCH fuse:$ARCH
- name: Build
run: make
- name: Install
run: sudo make install
|
name: "Continuous Integration"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
macos:
name: macOS
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: recursive
- name: Install dependencies
run: brew install macfuse
- name: Build
run: make
- name: Test
run: make check
- name: Install
run: sudo make install
linux:
name: Linux
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch: [amd64, i386]
env:
ARCH: ${{ matrix.arch }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo dpkg --add-architecture $ARCH
sudo apt-get update
sudo apt-get install -y g++-multilib pkg-config:$ARCH libfuse-dev:$ARCH fuse:$ARCH
- name: Build
run: make
- name: Install
run: sudo make install
|
Check out submodules in CI
|
Check out submodules in CI
|
YAML
|
bsd-2-clause
|
torarnv/sparsebundlefs,torarnv/sparsebundlefs
|
825251c53f392344b1f7eeaa08763ff72f2d7c63
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: "Unit tests"
on:
pull_request:
branches:
- "master"
push:
branches:
- "master"
jobs:
unit-test:
name: "Unit tests"
runs-on: "ubuntu-20.04"
strategy:
matrix:
php-version:
- "7.4"
- "8.0"
dependencies:
- "highest"
- "lowest"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ matrix.php-version }}"
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
with:
dependency-versions: "${{ matrix.dependencies }}"
- name: "Run PHPUnit"
run: "composer test"
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
name: "Unit tests"
on:
pull_request:
branches:
- "master"
push:
branches:
- "master"
jobs:
unit-test:
name: "Unit tests"
runs-on: "ubuntu-20.04"
strategy:
matrix:
php-version:
- "7.4"
- "8.0"
dependencies:
- "highest"
- "lowest"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ matrix.php-version }}"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
with:
dependency-versions: "${{ matrix.dependencies }}"
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Run PHPUnit"
run: "composer test"
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Fix initial CI composer install auth
|
Fix initial CI composer install auth
|
YAML
|
bsd-3-clause
|
juriansluiman/SlmQueue
|
f2713da9ace36bac5d50a266528ad4a915445982
|
ansible/roles/jstools/tasks/main.yml
|
ansible/roles/jstools/tasks/main.yml
|
---
- shell: source ~/.nvm/nvm.sh && dirname $(which node)
register: node_path
args:
executable: /bin/bash
- npm: name={{ item }} global=yes state=present executable="{{node_path.stdout}}/npm"
with_items:
- node-check-updates
- pm2
- commitizen
- resin-cli
environment:
PATH: "{{ ansible_env.PATH }}:{{node_path.stdout}}"
|
---
- shell: source ~/.nvm/nvm.sh && dirname $(which node)
register: node_path
args:
executable: /bin/bash
- npm: name={{ item }} global=yes state=present executable="{{node_path.stdout}}/npm"
with_items:
- npm-check-updates
- pm2
- commitizen
- resin-cli
environment:
PATH: "{{ ansible_env.PATH }}:{{node_path.stdout}}"
|
Update incorrectly named npm package
|
Update incorrectly named npm package
|
YAML
|
mit
|
mshogren/alsl-infrastructure,mshogren/alsl-infrastructure
|
d566286b8699ac15dd1792c9e6f4d78b35fa9020
|
.codeclimate.yml
|
.codeclimate.yml
|
---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
exclude_paths:
- "tests/*"
eslint:
enabled: true
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- "**/*min.js"
- "tests/*"
|
---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
exclude_paths:
- "tests/*"
eslint:
enabled: true
fixme:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- "**/*min.js"
|
Exclude tests only when checking for duplication
|
Exclude tests only when checking for duplication
|
YAML
|
mit
|
Dallinger/Dallinger,Dallinger/Dallinger,Dallinger/Dallinger,Dallinger/Dallinger,Dallinger/Dallinger
|
a2faef4d0f9bf2b9268c41cfe0a6f48b9d494f3b
|
.scrutinizer.yml
|
.scrutinizer.yml
|
imports:
- php
filter:
excluded_paths:
- 'bin/*'
- 'vendor/*'
- 'features/*'
- 'spec/*'
- 'tests/*'
before_commands:
- composer install --prefer-source --dev --optimize-autoloader --no-interaction
tools:
php_sim: true
php_cpd: false
# PHP Code Sniffer
php_code_sniffer:
config:
standard: PSR2
build:
tests:
override:
-
command: 'phpunit --coverage-clover=code_coverage.xml'
coverage:
file: 'code_coverage.xml'
format: 'php-clover'
|
imports:
- php
filter:
excluded_paths:
- 'bin/*'
- 'vendor/*'
- 'features/*'
- 'spec/*'
- 'tests/*'
before_commands:
- composer install --prefer-source --dev --optimize-autoloader --no-interaction
tools:
php_sim: true
php_cpd: false
# PHP Code Sniffer
php_code_sniffer:
config:
standard: PSR2
build:
dependencies:
before:
- 'pecl install SPL_Types'
environment:
timezone: 'UTC'
tests:
override:
-
command: 'phpunit --coverage-clover=code_coverage.xml'
coverage:
file: 'code_coverage.xml'
format: 'php-clover'
|
Install SPL types when building with scruitinizer
|
Install SPL types when building with scruitinizer
|
YAML
|
mit
|
jk/RestServer
|
ddb468bfb3bc81ec083af045094270211694a741
|
roles/ceph-rbd-mirror/meta/main.yml
|
roles/ceph-rbd-mirror/meta/main.yml
|
---
galaxy_info:
author: Sébastien Han
description: Installs Ceph Mirror Agent
license: Apache
min_ansible_version: 2.3
platforms:
- name: Ubuntu
versions:
- xenial
- name: EL
versions:
- 7
categories:
- system
dependencies: []
|
---
galaxy_info:
author: Sébastien Han
description: Installs Ceph Mirror Agent
license: Apache
min_ansible_version: 2.3
platforms:
- name: Ubuntu
versions:
- xenial
- name: EL
versions:
- 7
- name: opensuse
versions:
- 42.3
categories:
- system
dependencies: []
|
Add support for openSUSE Leap distributions
|
ceph-rbd-mirror: Add support for openSUSE Leap distributions
Add support for openSUSE Leap distributions
Signed-off-by: Markos Chandras <[email protected]>
|
YAML
|
apache-2.0
|
travmi/ceph-ansible,font/ceph-ansible,ceph/ceph-ansible,fgal/ceph-ansible,font/ceph-ansible,ceph/ceph-ansible,travmi/ceph-ansible,fgal/ceph-ansible
|
ecc1c3f9412ac7ee7ff10f6e02c310e20e2b65e5
|
blueprints/kirbytracking_visitor.yml
|
blueprints/kirbytracking_visitor.yml
|
title: Visitor
pages: false
options:
preview: false
status: false
template: false
update: true
url: false
icon: user
files: false
fields:
title:
label: Title
type: text
width: 1/2
lang:
label: Lang
type: text
width: 1/4
window_size:
label: Width×Height of browser
type: text
width: 1/4
date:
label: Date and time of first visit (client-side)
type: datetime
time:
format: Y-m-d H:i:s
interval: 1
width: 1/2
ip:
label: IP address
type: text
width: 1/2
help: Use the following site to get a rough idea of the country corresponding to this IP<span>:</span> <a href="http://www.ipinfodb.com/ip_locator.php" target="_blank">ipinfodb.com/ip_locator.php</a>
browser:
label: Browser
type: text
width: 1/2
useragent:
label: User Agent
type: text
width: 1/2
events:
label: Events
type: structure
style: table
modalsize: small
fields:
event_time:
label: Time since the beginning of this session
type: time
interval: 1
event_page:
label: Page
type: url
event_type:
label: Action
type: textarea
log:
label: Log
type: textarea
readonly: true
|
title: Visitor
pages: false
options:
preview: false
status: false
template: false
update: true
url: false
icon: user
files: false
fields:
title:
label: Title
type: text
width: 1/2
lang:
label: Lang
type: text
width: 1/4
window_size:
label: Width×Height of browser
type: text
width: 1/4
date:
label: Date and time of first visit (client-side)
type: datetime
time:
format: Y-m-d H:i:s
interval: 1
width: 1/2
ip:
label: IP address
type: text
width: 1/2
help: Use the following site to get a rough idea of the country corresponding to this IP<span>:</span> <a href="http://www.ipinfodb.com/ip_locator.php" target="_blank">ipinfodb.com/ip_locator.php</a>
browser:
label: Browser
type: text
width: 1/2
useragent:
label: User Agent
type: text
width: 1/2
events:
label: Events
type: structure
style: table
modalsize: small
fields:
event_time:
label: Time since the beginning of this session
type: time
interval: 1
event_page:
label: Page
type: url
event_type:
label: Action
type: textarea
#
# log:
# label: Log
# type: textarea
# readonly: true
|
Remove dev logs from blueprints
|
Remove dev logs from blueprints
|
YAML
|
mit
|
louis-ev/kirby-tracking,louis-ev/kirby-tracking
|
72d72c86bd31a7570a1cb24b399aadee53180b92
|
tasks/galera_client_install.yml
|
tasks/galera_client_install.yml
|
---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- include: galera_client_install_apt.yml
static: no
when:
- ansible_pkg_mgr == 'apt'
tags:
- install-apt
- include: galera_client_install_yum.yml
static: no
when:
- ansible_pkg_mgr == 'yum'
tags:
- install-yum
- name: Install pip packages
pip:
name: "{{ galera_client_pip_packages | join(' ') }}"
state: latest
extra_args: "{{ pip_install_options|default('') }}"
register: install_packages
until: install_packages|success
retries: 5
delay: 2
tags:
- galera-client-pip-packages
|
---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- include: galera_client_install_apt.yml
when:
- ansible_pkg_mgr == 'apt'
tags:
- install-apt
- include: galera_client_install_yum.yml
when:
- ansible_pkg_mgr == 'yum'
tags:
- install-yum
- name: Install pip packages
pip:
name: "{{ galera_client_pip_packages | join(' ') }}"
state: latest
extra_args: "{{ pip_install_options|default('') }}"
register: install_packages
until: install_packages|success
retries: 5
delay: 2
tags:
- galera-client-pip-packages
|
Fix race condition on installing Packages
|
Fix race condition on installing Packages
We're seeing intermittent issues when installing the galera_client
packages. The pip package install happens before the apt/yum package
install in some situations, which is causing failures to
nova/neutron/ironic/tempest gates.
This PR removes the "static: no" statement around the apt and yum
install tasks to ensure the ordering is consistent.
Change-Id: I92e317a0303f7b358b029948014053918ad50888
Partial-Bug: #1628851
|
YAML
|
apache-2.0
|
openstack/openstack-ansible-galera_client,openstack/openstack-ansible-galera_client
|
e48e9b905e34bc76772a5f2537c9acc789b561bf
|
recipes/pymix/meta.yaml
|
recipes/pymix/meta.yaml
|
{% set name = "pymix" %}
{% set version = "0.8" %}
{% set md5 = "4e2b7db99251d9ce6d0527528224a45b" %}
source:
fn: {{ name }}-{{ version }}a.tar.gz
md5: {{ md5 }}
url: http://www.pymix.org/{{ name }}-{{ version }}a.tar.gz
patches:
- setup.py.patch
build:
number: 0
skip: True # [not py27]
package:
name: {{ name }}
version: {{ version }}
requirements:
build:
- gcc # [not osx]
- llvm # [osx]
- python
- setuptools
- numpy
- gsl
run:
- libgcc
- python
- numpy
- gsl
- ghmm
- matplotlib >=1.1.0,!=1.4.2,<1.5.0
- glib
- xorg-libxext
- xorg-libxdmcp
test:
imports:
- mixture
- mixtureHMM
- mixtureunittests
- alphabet
- plotMixture
- setPartitions
about:
home: 'http://www.pymix.org/pymix'
license: GPL2
summary: "Python mixture package"
|
{% set name = "pymix" %}
{% set version = "0.8" %}
{% set md5 = "4e2b7db99251d9ce6d0527528224a45b" %}
source:
fn: {{ name }}-{{ version }}a.tar.gz
md5: {{ md5 }}
url: http://www.pymix.org/{{ name }}-{{ version }}a.tar.gz
patches:
- setup.py.patch
build:
number: 0
skip: True # [not py27]
package:
name: {{ name }}
version: {{ version }}
requirements:
build:
- gcc # [not osx]
- llvm # [osx]
- python
- setuptools
- numpy
- gsl
run:
- libgcc
- python
- numpy
- gsl
- ghmm
- matplotlib >=1.1.0,!=1.4.2,<1.5.0
- glib
- xorg-libxext
- xorg-libxdmcp
- xorg-libsm
test:
imports:
- mixture
- mixtureHMM
- mixtureunittests
- alphabet
- plotMixture
- setPartitions
about:
home: 'http://www.pymix.org/pymix'
license: GPL2
summary: "Python mixture package"
|
Add xorg-libsm to fix missing libSM.so
|
Add xorg-libsm to fix missing libSM.so
|
YAML
|
mit
|
joachimwolff/bioconda-recipes,bow/bioconda-recipes,phac-nml/bioconda-recipes,jfallmann/bioconda-recipes,chapmanb/bioconda-recipes,matthdsm/bioconda-recipes,npavlovikj/bioconda-recipes,HassanAmr/bioconda-recipes,joachimwolff/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,daler/bioconda-recipes,cokelaer/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,dkoppstein/recipes,BIMSBbioinfo/bioconda-recipes,mcornwell1957/bioconda-recipes,npavlovikj/bioconda-recipes,CGATOxford/bioconda-recipes,bow/bioconda-recipes,saketkc/bioconda-recipes,rob-p/bioconda-recipes,zachcp/bioconda-recipes,bebatut/bioconda-recipes,hardingnj/bioconda-recipes,bioconda/bioconda-recipes,colinbrislawn/bioconda-recipes,phac-nml/bioconda-recipes,keuv-grvl/bioconda-recipes,roryk/recipes,matthdsm/bioconda-recipes,blankenberg/bioconda-recipes,blankenberg/bioconda-recipes,xguse/bioconda-recipes,colinbrislawn/bioconda-recipes,bioconda/bioconda-recipes,martin-mann/bioconda-recipes,ostrokach/bioconda-recipes,acaprez/recipes,CGATOxford/bioconda-recipes,martin-mann/bioconda-recipes,mcornwell1957/bioconda-recipes,rvalieris/bioconda-recipes,ostrokach/bioconda-recipes,phac-nml/bioconda-recipes,bioconda/recipes,cokelaer/bioconda-recipes,saketkc/bioconda-recipes,acaprez/recipes,mdehollander/bioconda-recipes,abims-sbr/bioconda-recipes,bioconda/recipes,zachcp/bioconda-recipes,colinbrislawn/bioconda-recipes,abims-sbr/bioconda-recipes,bioconda/recipes,matthdsm/bioconda-recipes,colinbrislawn/bioconda-recipes,bow/bioconda-recipes,CGATOxford/bioconda-recipes,oena/bioconda-recipes,ivirshup/bioconda-recipes,daler/bioconda-recipes,jasper1918/bioconda-recipes,jasper1918/bioconda-recipes,phac-nml/bioconda-recipes,mcornwell1957/bioconda-recipes,keuv-grvl/bioconda-recipes,Luobiny/bioconda-recipes,lpantano/recipes,oena/bioconda-recipes,cokelaer/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,daler/bioconda-recipes,bebatut/bioconda-recipes,saketkc/bioconda-recipes,gvlproject/bioconda-recipes,oena/bioconda-recipes,gregvonkuster/bioconda-recipes,ivirshup/bioconda-recipes,gvlproject/bioconda-recipes,zachcp/bioconda-recipes,joachimwolff/bioconda-recipes,jfallmann/bioconda-recipes,matthdsm/bioconda-recipes,acaprez/recipes,gvlproject/bioconda-recipes,zachcp/bioconda-recipes,abims-sbr/bioconda-recipes,gvlproject/bioconda-recipes,dmaticzka/bioconda-recipes,jasper1918/bioconda-recipes,mcornwell1957/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,phac-nml/bioconda-recipes,keuv-grvl/bioconda-recipes,rvalieris/bioconda-recipes,daler/bioconda-recipes,rob-p/bioconda-recipes,HassanAmr/bioconda-recipes,rvalieris/bioconda-recipes,mdehollander/bioconda-recipes,chapmanb/bioconda-recipes,acaprez/recipes,abims-sbr/bioconda-recipes,jfallmann/bioconda-recipes,gregvonkuster/bioconda-recipes,bebatut/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,joachimwolff/bioconda-recipes,daler/bioconda-recipes,colinbrislawn/bioconda-recipes,abims-sbr/bioconda-recipes,CGATOxford/bioconda-recipes,rvalieris/bioconda-recipes,daler/bioconda-recipes,chapmanb/bioconda-recipes,gregvonkuster/bioconda-recipes,xguse/bioconda-recipes,chapmanb/bioconda-recipes,hardingnj/bioconda-recipes,shenwei356/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,ivirshup/bioconda-recipes,blankenberg/bioconda-recipes,Luobiny/bioconda-recipes,keuv-grvl/bioconda-recipes,peterjc/bioconda-recipes,peterjc/bioconda-recipes,ostrokach/bioconda-recipes,bow/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,martin-mann/bioconda-recipes,dmaticzka/bioconda-recipes,abims-sbr/bioconda-recipes,joachimwolff/bioconda-recipes,peterjc/bioconda-recipes,CGATOxford/bioconda-recipes,jasper1918/bioconda-recipes,keuv-grvl/bioconda-recipes,peterjc/bioconda-recipes,dmaticzka/bioconda-recipes,dkoppstein/recipes,ivirshup/bioconda-recipes,peterjc/bioconda-recipes,ostrokach/bioconda-recipes,mcornwell1957/bioconda-recipes,bebatut/bioconda-recipes,lpantano/recipes,oena/bioconda-recipes,rvalieris/bioconda-recipes,jasper1918/bioconda-recipes,matthdsm/bioconda-recipes,bow/bioconda-recipes,jfallmann/bioconda-recipes,matthdsm/bioconda-recipes,dmaticzka/bioconda-recipes,roryk/recipes,npavlovikj/bioconda-recipes,bioconda/bioconda-recipes,joachimwolff/bioconda-recipes,blankenberg/bioconda-recipes,ostrokach/bioconda-recipes,Luobiny/bioconda-recipes,ostrokach/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,rob-p/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,xguse/bioconda-recipes,gvlproject/bioconda-recipes,keuv-grvl/bioconda-recipes,HassanAmr/bioconda-recipes,saketkc/bioconda-recipes,chapmanb/bioconda-recipes,HassanAmr/bioconda-recipes,mdehollander/bioconda-recipes,npavlovikj/bioconda-recipes,dmaticzka/bioconda-recipes,CGATOxford/bioconda-recipes,oena/bioconda-recipes,xguse/bioconda-recipes,peterjc/bioconda-recipes,HassanAmr/bioconda-recipes,lpantano/recipes,mdehollander/bioconda-recipes,ivirshup/bioconda-recipes,Luobiny/bioconda-recipes,dkoppstein/recipes,ivirshup/bioconda-recipes,mdehollander/bioconda-recipes,shenwei356/bioconda-recipes,rob-p/bioconda-recipes,rvalieris/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,mdehollander/bioconda-recipes,gvlproject/bioconda-recipes,dmaticzka/bioconda-recipes,hardingnj/bioconda-recipes,martin-mann/bioconda-recipes,saketkc/bioconda-recipes,hardingnj/bioconda-recipes,gregvonkuster/bioconda-recipes,saketkc/bioconda-recipes,shenwei356/bioconda-recipes,HassanAmr/bioconda-recipes,bow/bioconda-recipes,cokelaer/bioconda-recipes,shenwei356/bioconda-recipes,roryk/recipes,lpantano/recipes,hardingnj/bioconda-recipes,xguse/bioconda-recipes,colinbrislawn/bioconda-recipes,bioconda/bioconda-recipes,martin-mann/bioconda-recipes
|
75eb0b310066109ffc4795853a82745e35582e30
|
images/kubekins-e2e/variants.yaml
|
images/kubekins-e2e/variants.yaml
|
variants:
experimental:
CONFIG: experimental
GO_VERSION: 1.13.6
K8S_RELEASE: stable
BAZEL_VERSION: 0.28.1
UPGRADE_DOCKER: 'true'
master:
CONFIG: master
GO_VERSION: 1.13.6
K8S_RELEASE: stable
BAZEL_VERSION: 0.23.2
'1.18':
CONFIG: '1.18'
GO_VERSION: 1.13.6
K8S_RELEASE: stable-1.18
BAZEL_VERSION: 0.23.2
'1.17':
CONFIG: '1.17'
GO_VERSION: 1.13.6
K8S_RELEASE: stable-1.17
BAZEL_VERSION: 0.23.2
'1.16':
CONFIG: '1.16'
GO_VERSION: 1.13.6
K8S_RELEASE: stable-1.16
BAZEL_VERSION: 0.23.2
'1.15':
CONFIG: '1.15'
GO_VERSION: 1.12.12
K8S_RELEASE: stable-1.15
BAZEL_VERSION: 0.23.2
|
variants:
experimental:
CONFIG: experimental
GO_VERSION: 1.13.6
K8S_RELEASE: stable
BAZEL_VERSION: 0.28.1
UPGRADE_DOCKER: 'true'
master:
CONFIG: master
GO_VERSION: 1.13.6
K8S_RELEASE: stable
BAZEL_VERSION: 0.23.2
'1.18':
CONFIG: '1.18'
GO_VERSION: 1.13.6
K8S_RELEASE: latest-1.18
BAZEL_VERSION: 0.23.2
'1.17':
CONFIG: '1.17'
GO_VERSION: 1.13.6
K8S_RELEASE: stable-1.17
BAZEL_VERSION: 0.23.2
'1.16':
CONFIG: '1.16'
GO_VERSION: 1.13.6
K8S_RELEASE: stable-1.16
BAZEL_VERSION: 0.23.2
'1.15':
CONFIG: '1.15'
GO_VERSION: 1.12.12
K8S_RELEASE: stable-1.15
BAZEL_VERSION: 0.23.2
|
Fix kubekins-e2e version marker for 1.18
|
releng: Fix kubekins-e2e version marker for 1.18
Signed-off-by: Stephen Augustus <[email protected]>
|
YAML
|
apache-2.0
|
fejta/test-infra,pwittrock/test-infra,fejta/test-infra,kubernetes/test-infra,brahmaroutu/test-infra,brahmaroutu/test-infra,cblecker/test-infra,cjwagner/test-infra,michelle192837/test-infra,cjwagner/test-infra,BenTheElder/test-infra,dims/test-infra,monopole/test-infra,pwittrock/test-infra,michelle192837/test-infra,cblecker/test-infra,jessfraz/test-infra,BenTheElder/test-infra,kubernetes/test-infra,BenTheElder/test-infra,kubernetes/test-infra,jessfraz/test-infra,fejta/test-infra,cjwagner/test-infra,monopole/test-infra,ixdy/kubernetes-test-infra,pwittrock/test-infra,brahmaroutu/test-infra,fejta/test-infra,monopole/test-infra,dims/test-infra,cjwagner/test-infra,dims/test-infra,michelle192837/test-infra,jessfraz/test-infra,ixdy/kubernetes-test-infra,ixdy/kubernetes-test-infra,cblecker/test-infra,cblecker/test-infra,cblecker/test-infra,dims/test-infra,ixdy/kubernetes-test-infra,brahmaroutu/test-infra,jessfraz/test-infra,cjwagner/test-infra,dims/test-infra,fejta/test-infra,dims/test-infra,BenTheElder/test-infra,BenTheElder/test-infra,brahmaroutu/test-infra,michelle192837/test-infra,michelle192837/test-infra,monopole/test-infra,kubernetes/test-infra,brahmaroutu/test-infra,pwittrock/test-infra,ixdy/kubernetes-test-infra,BenTheElder/test-infra,kubernetes/test-infra,cjwagner/test-infra,monopole/test-infra,monopole/test-infra,jessfraz/test-infra,pwittrock/test-infra,michelle192837/test-infra,jessfraz/test-infra,cblecker/test-infra,kubernetes/test-infra,fejta/test-infra
|
e64d2be838c4367c2d647a35cf71de2443c357ea
|
playbooks/roles/common/defaults/main.yml
|
playbooks/roles/common/defaults/main.yml
|
# Override these variables
# to change the base directory
# where edX is installed
COMMON_BASE_DIR: /edx
COMMON_DATA_DIR: "{{ COMMON_BASE_DIR}}/var"
COMMON_APP_DIR: "{{ COMMON_BASE_DIR}}/app"
COMMON_LOG_DIR: "{{ COMMON_DATA_DIR }}/log"
# these directories contain
# symlinks for convenience
COMMON_BIN_DIR: "{{ COMMON_BASE_DIR }}/bin"
COMMON_CFG_DIR: "{{ COMMON_BASE_DIR }}/etc"
COMMON_ENV_NAME: 'default_env'
COMMON_ENV_TYPE: 'default_type'
COMMON_PYPI_MIRROR_URL: 'https://pypi.python.org/simple'
# do not include http/https
COMMON_GIT_MIRROR: 'github.com'
# override this var to set a different hostname
COMMON_HOSTNAME: !!null
common_debian_pkgs:
- ntp
- ack-grep
- lynx-cur
- logrotate
- mosh
- rsyslog
- screen
- tree
- git
- unzip
- python2.7
- python-pip
- python2.7-dev
common_pip_pkgs:
- virtualenv==1.10.1
- virtualenvwrapper
common_web_user: www-data
common_web_group: www-data
common_log_user: syslog
common_git_ppa: "ppa:git-core/ppa"
# Skip supervisor tasks
# Useful when supervisor is not installed (local dev)
devstack: False
|
# Override these variables
# to change the base directory
# where edX is installed
COMMON_BASE_DIR: /edx
COMMON_DATA_DIR: "{{ COMMON_BASE_DIR}}/var"
COMMON_APP_DIR: "{{ COMMON_BASE_DIR}}/app"
COMMON_LOG_DIR: "{{ COMMON_DATA_DIR }}/log"
# these directories contain
# symlinks for convenience
COMMON_BIN_DIR: "{{ COMMON_BASE_DIR }}/bin"
COMMON_CFG_DIR: "{{ COMMON_BASE_DIR }}/etc"
COMMON_ENV_NAME: 'default_env'
COMMON_ENV_TYPE: 'default_type'
COMMON_PYPI_MIRROR_URL: 'https://pypi.python.org/simple'
# do not include http/https
COMMON_GIT_MIRROR: 'github.com'
# override this var to set a different hostname
COMMON_HOSTNAME: !!null
common_debian_pkgs:
- ntp
- ack-grep
- lynx-cur
- logrotate
- mosh
- rsyslog
- screen
- tree
- git
- unzip
- python2.7
- python-pip
- python2.7-dev
common_pip_pkgs:
- virtualenv==1.10.1
- virtualenvwrapper
common_web_user: www-data
common_web_group: www-data
common_log_user: syslog
common_git_ppa: "ppa:git-core/ppa"
# Skip supervisor tasks
# Useful when supervisor is not installed (local dev)
devstack: False
common_debian_variants:
- Ubuntu
- Debian
common_redhat_variants:
- CentOS
- Red Hat Enterprise Linux
|
Add the common variants so that package logic can use the where necessary.
|
Add the common variants so that package logic can use the where necessary.
|
YAML
|
agpl-3.0
|
arbrandes/edx-configuration,lgfa29/configuration,IndonesiaX/configuration,arbrandes/edx-configuration,nikolas/configuration,edx/configuration,jp-bpl/configuration,proversity-org/configuration,chudaol/configuration,yrchen/configuration,lgfa29/configuration,usernamenumber/configuration,pedrorib/istx,CredoReference/configuration,CredoReference/configuration,xiangjf/configuration,negritobomb/edxplat,leansoft/configuration,eduStack/configuration,proversity-org/configuration,usernamenumber/configuration,kencung/configuration,kmoocdev/configuration,appsembler/configuration,EDUlib/configuration,knehez/configuration,antoviaque/configuration,negritobomb/edxplat,louyihua/configuration,rue89-tech/configuration,pobrejuanito/configuration,mitodl/configuration,UXE/edx-configuration,arbrandes/edx-configuration,Carlos2005/configuration,jorgeomarmh/configuration,openfun/configuration,hastexo/edx-configuration-old,leansoft/configuration,gsehub/configuration,proversity-org/configuration,IONISx/edx-configuration,zhengjunwei/configuration,louyihua/configuration,cyanna/configuration,antoviaque/configuration,cecep-edu/configuration,eduStack/configuration,nttks/configuration,beacloudgenius/configuration,alu042/configuration,stvstnfrd/configuration,nikolas/configuration,omarkhan/configuration,usernamenumber/configuration,alu042/configuration,armaan/edx-configuration,hks-epod/configuration,hastexo/edx-configuration-old,joshhu/configuration,CredoReference/configuration,mitodl/configuration,Pieros/configuration,Livit/Livit.Learn.EdX.configuration,Livit/Livit.Learn.EdX.configuration,IndonesiaX/configuration,fghaas/edx-configuration,omarkhan/configuration,antshin72/configuration,cyanna/configuration,nttks/configuration,Softmotions/configuration,zhengjunwei/configuration,marcore/configuration,gashac03/ubuntu,bugcy013/edx_infra,sudheerchintala/LearnEra-Configuration,zhengjunwei/configuration,jorgeomarmh/configuration,xiangjf/configuration,chenshuchuan/configuration,Unow/configuration,edx/configuration,EDUlib/configuration,Pieros/configuration,beacloudgenius/configuration,cyanna/configuration,glengal/configuration,lgfa29/configuration,antoviaque/configuration,beacloudgenius/configuration,Livit/Livit.Learn.EdX.configuration,hks-epod/configuration,leansoft/configuration,arifsetiawan/configuration,gsehub/configuration,yrchen/configuration,IONISx/edx-configuration,xiangjf/configuration,B-MOOC/configuration,hks-epod/configuration,louyihua/configuration,LearnEra/LearnEra-Configuration,marcore/configuration,open-craft/configuration,zhengjunwei/configuration,negritobomb/edxplat,kursitet/configuration,louyihua/configuration,AlfiyaZi/configuration,jp-bpl/configuration,Stanford-Online/configuration,nikolas/configuration,armaan/edx-configuration,nunpa/configuration,cecep-edu/configuration,IndonesiaX/configuration,glengal/configuration,xiangjf/configuration,rue89-tech/configuration,glengal/configuration,IONISx/edx-configuration,negritobomb/edxplat,jorgeomarmh/configuration,michaelsteiner19/open-edx-configuration,hks-epod/configuration,yrchen/configuration,kencung/configuration,yrchen/configuration,eduStack/configuration,cyanna/configuration,pobrejuanito/configuration,edx/configuration,kursitet/configuration,LearnEra/LearnEra-Configuration,arifsetiawan/configuration,joshhu/configuration,Stanford-Online/configuration,proversity-org/configuration,B-MOOC/configuration,hmcmooc/ec2-edx-configuration,arbrandes/edx-configuration,AlfiyaZi/configuration,omarkhan/configuration,vasyarv/configuration,vasyarv/configuration,Carlos2005/configuration,appsembler/configuration,rue89-tech/configuration,nunpa/configuration,chudaol/configuration,EDUlib/configuration,gashac03/ubuntu,fghaas/edx-configuration,IONISx/edx-configuration,marcore/configuration,sudheerchintala/LearnEra-Configuration,pedrorib/istx,Livit/Livit.Learn.EdX.configuration,vasyarv/configuration,joshhu/configuration,gsehub/configuration,chenshuchuan/configuration,stvstnfrd/configuration,nikolas/configuration,4eek/configuration,appsembler/configuration,openfun/configuration,usernamenumber/configuration,appsembler/configuration,cecep-edu/configuration,gashac03/ubuntu,antshin72/configuration,nunpa/configuration,rue89-tech/configuration,open-craft/configuration,gashac03/ubuntu,hastexo/edx-configuration-old,chudaol/configuration,alu042/configuration,gsehub/configuration,stvstnfrd/configuration,proversity-org/configuration,nttks/configuration,Stanford-Online/configuration,kmoocdev/configuration,B-MOOC/configuration,jp-bpl/configuration,Softmotions/configuration,IndonesiaX/configuration,kmoocdev/configuration,pobrejuanito/configuration,fghaas/edx-configuration,glengal/configuration,openfun/configuration,jp-bpl/configuration,lgfa29/configuration,hmcmooc/ec2-edx-configuration,kursitet/configuration,edx/configuration,antshin72/configuration,bugcy013/edx_infra,UXE/edx-configuration,UXE/edx-configuration,kursitet/configuration,LearnEra/LearnEra-Configuration,fghaas/edx-configuration,pedrorib/istx,arifsetiawan/configuration,hks-epod/configuration,Unow/configuration,Carlos2005/configuration,armaan/edx-configuration,leansoft/configuration,omarkhan/configuration,open-craft/configuration,kencung/configuration,Softmotions/configuration,stvstnfrd/configuration,bugcy013/edx_infra,gsehub/configuration,michaelsteiner19/open-edx-configuration,alu042/configuration,Softmotions/configuration,vasyarv/configuration,antoviaque/configuration,michaelsteiner19/open-edx-configuration,jp-bpl/configuration,4eek/configuration,arbrandes/edx-configuration,Carlos2005/configuration,kmoocdev/configuration,arifsetiawan/configuration,openfun/configuration,Pieros/configuration,knehez/configuration,nttks/configuration,4eek/configuration,EDUlib/configuration,hastexo/edx-configuration,hastexo/edx-configuration,hastexo/edx-configuration,chudaol/configuration,UXE/edx-configuration,mitodl/configuration,Pieros/configuration,AlfiyaZi/configuration,sudheerchintala/LearnEra-Configuration,hastexo/edx-configuration-old,nunpa/configuration,antshin72/configuration,marcore/configuration,pobrejuanito/configuration,4eek/configuration,AlfiyaZi/configuration,jorgeomarmh/configuration,kencung/configuration,knehez/configuration,chenshuchuan/configuration,hastexo/edx-configuration,Unow/configuration,beacloudgenius/configuration,EDUlib/configuration,Stanford-Online/configuration,rue89-tech/configuration,mitodl/configuration,knehez/configuration,stvstnfrd/configuration,Stanford-Online/configuration,hmcmooc/ec2-edx-configuration,armaan/edx-configuration,hastexo/edx-configuration,bugcy013/edx_infra,michaelsteiner19/open-edx-configuration,CredoReference/configuration,joshhu/configuration,pedrorib/istx,open-craft/configuration
|
0a346ed49e94a6706b3c65c43e5c8c67911cbea7
|
.codeclimate.yml
|
.codeclimate.yml
|
---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
config:
config: .eslintrc.js
checks:
import/extensions:
enabled: false
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
exclude_paths:
- config/
- db/
- script/
- test/
- vendor/
|
---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
ruby:
javascript:
mass_threshold: 60
eslint:
enabled: true
config:
config: .eslintrc.js
checks:
import/extensions:
enabled: false
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
exclude_paths:
- config/
- db/
- script/
- test/
- vendor/
|
Increase the JS mass threshold to hopefully weed out false positives
|
Increase the JS mass threshold to hopefully weed out false positives
|
YAML
|
mit
|
neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode
|
4bbcc620c835919c697aa929cbccbe9001e05010
|
parameters/Endogenous_BASL_21-params.yml
|
parameters/Endogenous_BASL_21-params.yml
|
---
wall_channel: 1
marker_channel: 0
surface_percentile: 95
wall_percentile_filter_percentile: 95
wall_percentile_filter_size: 2
wall_zabove: -2
wall_zbelow: 6
wall_threshold_adaptive_block_size: 51
wall_remove_small_objects_in_cell_min_size: 5
wall_remove_small_objects_in_wall_min_size: 50
wall_erode_step: True
marker_zabove: -2
marker_zbelow: 6
marker_min_intensity: 0
|
---
wall_channel: 1
marker_channel: 0
surface_percentile: 95
wall_percentile_filter_percentile: 95
wall_percentile_filter_size: 2
wall_zabove: -2
wall_zbelow: 6
wall_threshold_adaptive_block_size: 151
wall_remove_small_objects_in_cell_min_size: 30
wall_remove_small_objects_in_wall_min_size: 50
wall_erode_step: True
marker_zabove: -2
marker_zbelow: 6
marker_min_intensity: 0
|
Improve params for endogenous basl 21
|
Improve params for endogenous basl 21
|
YAML
|
mit
|
JIC-Image-Analysis/cells-from-leaves,JIC-Image-Analysis/cells-from-leaves,JIC-Image-Analysis/cells-from-leaves
|
120e869bb98d23a327e26ee0679f7d0fe88839a4
|
_config.yml
|
_config.yml
|
# Site settings
email: [email protected]
description: >
Software libre para participación ciudadana. Inteligencia colectiva y democracia directa digital para ciudades inteligentes. Abriendo gobiernos.
baseurl: ""
url: "http://www.consulproject.org/"
twitter_username: abriendomadrid
github_username: consul
# Build settings
markdown: kramdown
# Documents files
files:
- name: "use_guide_docx"
format: "docx"
- name: "administration_guide"
format: "pdf"
- name: "administration_guide_doc"
format: "doc"
- name: "communication_guide"
format: "pdf"
- name: "communication_guide_doc"
format: "doc"
- name: "polling_stations_manual"
format: "pdf"
- name: "participatory_budgeting"
format: "pdf"
- name: "slides_participatory_budgeting"
format: "pdf"
- name: "texts_information_sections"
format: "pdf"
- name: "annexes_voting"
format: "pdf"
|
# Site settings
email: [email protected]
description: >
Software libre para participación ciudadana. Inteligencia colectiva y democracia directa digital para ciudades inteligentes. Abriendo gobiernos.
baseurl: ""
url: "http://www.consulproject.org/"
twitter_username: abriendomadrid
github_username: consul
# Build settings
markdown: kramdown
# Documents files
files:
- name: "administration_guide"
format: "pdf"
- name: "communication_guide"
format: "pdf"
- name: "polling_stations_manual"
format: "pdf"
- name: "participatory_budgeting"
format: "pdf"
- name: "slides_participatory_budgeting"
format: "pdf"
- name: "texts_information_sections"
format: "pdf"
- name: "annexes_voting"
format: "pdf"
|
Remove doc documents from list
|
Remove doc documents from list
|
YAML
|
mit
|
consul/website,consul/website,consul/website
|
195ef67d5d2b06375b564b50c602a5e7ba8e0e76
|
_config.yml
|
_config.yml
|
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
relative_permalinks: true
# Setup
title: Nicholas Blair
tagline: 'Software Engineer'
url: http://nblair.github.io
baseurl: ''
paginate: 5
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Nicholas Blair
url: https://nblair.github.io
email: [email protected]
# Conversion
markdown: Redcarpet
|
permalink: pretty
# Setup
title: Nicholas Blair
tagline: 'Software Engineer'
url: http://nblair.github.io
baseurl: ''
paginate: 5
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
gems: [jekyll-paginate]
# About/contact
author:
name: Nicholas Blair
url: https://nblair.github.io
email: [email protected]
# Conversion
markdown: Redcarpet
|
Update config for Jekyll 3.x compatibility
|
Update config for Jekyll 3.x compatibility
relative_permalinks option is gone, and need to explicitly add paginate to use it.
|
YAML
|
mit
|
nblair/nblair.github.io,nblair/nblair.github.io,nblair/nblair.github.io,nblair/nblair.github.io
|
e454c91744a522a86e2a55c14700296df7dd3d19
|
_config.yml
|
_config.yml
|
permalink: /articles/:title
# Use the port config option to determine if we're in prod or dev
# anything other than port 80 is assumed to be dev
port: 80
url: http://philipwalton.github.io/solved-by-flexbox
markdown: rdiscount
pygments: true
exclude:
- config.rb
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- bower.json
- bower_components
# Vendor Settings
google_analytics_tracking_id: UA-40829935-1
|
permalink: /articles/:title
# Use the port config option to determine if we're in prod or dev
# anything other than port 80 is assumed to be dev
port: 80
url: http://philipwalton.github.io/solved-by-flexbox
markdown: rdiscount
pygments: true
exclude:
- config.rb
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- bower.json
- bower_components
- LICENSE-GPL
- LICENSE-MIT
# Vendor Settings
google_analytics_tracking_id: UA-40829935-1
|
Update config.yml to exclude license files from website.
|
Update config.yml to exclude license files from website.
|
YAML
|
mit
|
yanxyz/philipwalton-solved-by-flexbox,gnagel/solved-by-flexbox,therealklanni/solved-by-flexbox,SarahJune/solved-by-flexbox,juoni/solved-by-flexbox,afider/solved-by-flexbox,hugomiura/solved-by-flexbox,wangyingwy/solved-by-flexbox,demateu/solved-by-flexbox,griffio/solved-by-flexbox,pramodrhegde/solved-by-flexbox,welksonramos/solved-by-flexbox,shawinder/solved-by-flexbox,kanerogers/solved-by-flexbox,shawinder/solved-by-flexbox,pramodrhegde/solved-by-flexbox,MikeLockz/solved-by-flexbox,IveWong/solved-by-flexbox,welksonramos/solved-by-flexbox,fredDesign/solved-by-flexbox,jimmyho/solved-by-flexbox,richardlee1971/solved-by-flexbox,IveWong/solved-by-flexbox,jimmyho/solved-by-flexbox,ashishsjsu/solved-by-flexbox,griffio/solved-by-flexbox,tavriaforever/solved-by-flexbox,devbeta/solved-by-flexbox,juoni/solved-by-flexbox,hugomiura/solved-by-flexbox,yanxyz/philipwalton-solved-by-flexbox,richardlee1971/solved-by-flexbox,devbeta/solved-by-flexbox,gnagel/solved-by-flexbox,artemka81/solved-by-flexbox,kanerogers/solved-by-flexbox,demateu/solved-by-flexbox,mewben/solved-by-flexbox,yanxyz/philipwalton-solved-by-flexbox,tavriaforever/solved-by-flexbox,fredDesign/solved-by-flexbox,ashishsjsu/solved-by-flexbox,therealklanni/solved-by-flexbox,artemka81/solved-by-flexbox,SarahJune/solved-by-flexbox,philipwalton/solved-by-flexbox,MikeLockz/solved-by-flexbox,afider/solved-by-flexbox,philipwalton/solved-by-flexbox,mewben/solved-by-flexbox,wangyingwy/solved-by-flexbox
|
44d2e69466472117b9fc3af739c5e5ad1be40e83
|
_config.yml
|
_config.yml
|
name: "hikari"
description: "Fluid, responsive blog theme for Jekyll"
author: "John Doge"
url: "http://m3xm.github.io"
baseurl: /hikari-for-Jekyll
markdown: rdiscount
permalink: :year/:month/:title.html
pygments: true
# Google Analytics
ga_domain: m3xm.github.io
ga_tracking_id: UA-47727049-1
|
name: "hikari"
description: "Fluid, responsive blog theme for Jekyll"
author: "John Doge"
url: "http://m3xm.github.io"
baseurl: ""
markdown: rdiscount
permalink: :year/:month/:title.html
pygments: true
# Google Analytics
ga_domain: m3xm.github.io
ga_tracking_id: UA-47727049-1
|
Set baseurl to blank for expected behavior
|
Set baseurl to blank for expected behavior
When cloning this theme, it's expected that Jekyll will serve the site
from the root. "baseurl" must be set to an empty string since the
default is "/", which breaks the absolute URLs defined in the templates.
Fixes #8.
|
YAML
|
mit
|
victorsenam/deprecated-blog-maratonime,barraponto/barraponto.github.io,nisoto/nisoto.github.io,barraponto/barraponto.github.io,Frontux/frontux.github.io,mugizico/hikari-for-Jekyll,emilcieslar/emilcieslar.github.io,Frontux/frontux-site,Kenty/materi-for-jekyll,victorsenam/deprecated-blog-maratonime,cheejon/cheejon.github.io,digideskio/hikari-for-jekyll,barraponto/barraponto.github.io,wtf-dev/wtf-dev.github.io,wtf-dev/wtf-dev.github.io,mx3m/hikari-for-Jekyll,emilcieslar/emilcieslar.github.io,mugizico/hikari-for-Jekyll,thaume/thaume.github.io,digideskio/hikari-for-jekyll,ogaclejapan/materi-for-jekyll,thaume/thaume.github.io,mugizico/hikari-for-Jekyll,mx3m/hikari-for-Jekyll,victorsenam/deprecated-blog-maratonime,cheejon/cheejon.github.io,emilcieslar/emilcieslar.github.io,nisoto/nisoto.github.io,ogaclejapan/materi-for-jekyll,Frontux/frontux.github.io,Frontux/frontux-site,wtf-dev/wtf-dev.github.io,mx3m/hikari-for-Jekyll,barraponto/barraponto.github.io,digideskio/hikari-for-jekyll,Kenty/materi-for-jekyll,cheejon/cheejon.github.io,ogaclejapan/materi-for-jekyll,Kenty/materi-for-jekyll
|
f41098ff4b10ee8f4ce7df0efbc91f4311c89ba8
|
_config.yml
|
_config.yml
|
# Site settings
title: Bastien Bourdon
description: 'My personal website - I blog about tech, web development, data science, startup life, and thoughts on about anything from music to finance'
url: 'https://bastien-brd.github.io'
baseurl: '/'
google_analytics: 'UA-84007943-1'
# disqus_shortname: 'your-disqus-name'
author:
name: 'Bastien Bourdon'
email: [email protected]
twitter_username: BastienBrd
facebook_username:
github_username: Bastien-Brd
linkedin_username: bastienbrd
defaults:
-
scope:
path: ''
type: 'posts'
values:
layout: 'post'
# Build settings
destination: _site
paginate: 10
permalink: /:year/:title/
markdown: kramdown
highlighter: rouge
kramdown:
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
gems: ['jekyll-paginate', 'jekyll-coffeescript']
exclude: ['README.md', 'Gemfile', 'Gemfile.lock']
|
# Site settings
title: Bastien Bourdon
description: 'Trying to give back to the community - I write about tech, web development, data science, and leassons learned from the startup life'
url: 'https://bastien-brd.github.io'
baseurl: '/'
google_analytics: 'UA-84007943-1'
# disqus_shortname: 'your-disqus-name'
author:
name: 'Bastien Bourdon'
email: [email protected]
twitter_username: BastienBrd
facebook_username:
github_username: Bastien-Brd
linkedin_username: bastienbrd
defaults:
-
scope:
path: ''
type: 'posts'
values:
layout: 'post'
# Build settings
destination: _site
paginate: 10
permalink: /:year/:title/
markdown: kramdown
highlighter: rouge
kramdown:
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
gems: ['jekyll-paginate', 'jekyll-coffeescript']
exclude: ['README.md', 'Gemfile', 'Gemfile.lock']
|
Change the website description a little
|
Change the website description a little
|
YAML
|
mit
|
Bastien-Brd/Bastien-Brd.github.io,Bastien-Brd/Bastien-Brd.github.io,Bastien-Brd/Bastien-Brd.github.io
|
2c84f5628837c89eb8a53e4fac154c31bd3c8488
|
_config.yml
|
_config.yml
|
name: Your New Jekyll Site
description: Blogging about stuffs
meta_description: "Your New Jekyll Site, Blogging about stuffs"
markdown: kramdown
highlighter: rouge
logo: false
paginate: 15
baseurl: /
domain_name: 'http://yourblog-domain.com'
google_analytics: 'UA-XXXXXXXX-X'
gems: [jekyll-paginate]
# Details for the RSS feed generator
url: 'blog url'
author: 'Your Name'
|
name: Your New Jekyll Site
description: Blogging about stuffs
meta_description: "Your New Jekyll Site, Blogging about stuffs"
markdown: kramdown
highlighter: rouge
logo: false
paginate: 15
baseurl: /kasper
domain_name: 'http://yourblog-domain.com'
google_analytics: 'UA-XXXXXXXX-X'
gems: [jekyll-paginate]
# Details for the RSS feed generator
url: 'http://web-zoo.github.io'
author: 'Your Name'
|
Fix baseurl to hopefully work on gh-pages
|
Fix baseurl to hopefully work on gh-pages
|
YAML
|
mit
|
web-zoo/kasper,web-zoo/kasper
|
3df72fa3536ba570dbf66a49b9892ae89eb9af56
|
_config.yml
|
_config.yml
|
name: "Brandon Amos: Blog"
description: The personal blog of Brandon Amos
url: http://bamos.github.io
destination: ./_site
lsi: false
port: 4000
pygments: true
markdown: maruku
permalink: pretty
paginate: 5
maruku:
use_tex: false
use_divs: false
png_dir: images/latex/
png_url: /images/latex/
exclude:
- README.txt
- Rakefile
|
name: "Brandon Amos: Blog"
description: The personal blog of Brandon Amos
url: http://bamos.io
destination: ./_site
lsi: false
port: 4000
pygments: true
markdown: kramdown
permalink: pretty
paginate: 5
|
Clean and update config to use kramdown.
|
Clean and update config to use kramdown.
|
YAML
|
mit
|
renan-souza/renan-souza.github.io,bamos/bamos.github.io,bamos/bamos.github.io,bamos/bamos.github.io,bamos/bamos.github.io,renan-souza/renan-souza.github.io,renan-souza/renan-souza.github.io
|
8b5aae08a66d6be28d4d83c3ba1b5cf1637aafd8
|
_config.yml
|
_config.yml
|
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["README.md"] # files to exclude
highlighter: true
markdown: kramdown
defaults:
-
scope:
path: "" # empty string for all files
values:
title: dbyll
description: Stylish Jekyll Theme
author:
name: dbyll
email: [email protected]
github: dbtek
twitter: dbtek
pinterest: asd123
linkedin: asd123
bio: Your stylish, minimalist theme!
email_md5: 726351295ec82e145928582f595aa3aa
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
BASE_PATH:
|
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["README.md"] # files to exclude
highlighter: pygments
markdown: kramdown
defaults:
-
scope:
path: "" # empty string for all files
values:
title: dbyll
description: Stylish Jekyll Theme
author:
name: dbyll
email: [email protected]
github: dbtek
twitter: dbtek
pinterest: asd123
linkedin: asd123
bio: Your stylish, minimalist theme!
email_md5: 726351295ec82e145928582f595aa3aa
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
BASE_PATH:
|
Change highlighter attribute to pygments
|
Change highlighter attribute to pygments
|
YAML
|
mit
|
andreacfm/andreacfm.github.com,ihsanudin/ihsanudin.github.io,reginax/dbyll,RedBear17/RedBear17.github.io,RedBear17/RedBear17.github.io,jjongun/jjongun.github.io,purpleroc/purpleroc.github.io,zach0624/jekyllblog,AlexMayle/AlexMayle.github.io,minamid3v/minamid3v.github.io,AlexMayle/AlexMayle.github.io,noasax/noasax.github.io,efcline/efcline.github.io,dbtek/dbyll,CoatiFly/dbyll,alif-fathon/alif-fathon.github.io,zach0624/jekyllblog,calm2016/calm2016.github.io,jjongun/jjongun.github.io,babahui/lia,AlexMayle/AlexMayle.github.io,leandroh/dbyll,ersgonzalo/ersgonzalo.github.io,vh21/vh21.github.io,xukm/xukm.github.io,noasax/noasax.github.io,mkljakubowski/mkljakubowski.github.io,aminja/aminja.github.io,leandroh/dbyll,anidotnet/anidotnet.github.io,calm2016/calm2016.github.io,travnels/travnels.github.io,steventguo/steventguo.github.io,noasax/noasax.github.io,thanhmssl10/thanhmssl10.github.io,minorfires/minorfires.github.io,antoinealb/antoinealb.github.io,Shyri/shyri.github.io,diditwbw/diditwbw.github.io,travnels/travnels.github.io,gpdowning/gpdowning.github.io,doroci/doroci.github.io,dbtek/dbyll,calm2016/calm2016.github.io,efcline/efcline.github.io,bgauduch/bgauduch.github.io,bgauduch/bgauduch.github.io,antoinealb/antoinealb.github.io,yifili09/dbyll,gpdowning/gpdowning.github.io,reginax/dbyll,caosiyang/dbyll,antoinealb/antoinealb.github.io,jorik041/dbyll,thanhmssl10/thanhmssl10.github.io,diditwbw/diditwbw.github.io,jorik041/dbyll,jmccance/jmccance.github.io,AAverin/aaverin.github.io,yifili09/dbyll,gpdowning/gpdowning.github.io,aminja/aminja.github.io,massich/massich.github.io,bgauduch/bgauduch.github.io,andreacfm/andreacfm.github.com,gfafei/gfafei.github.io,minorfires/minorfires.github.io,jmccance/jmccance.github.io,BaptisteGauduchon/BaptisteGauduchon.github.io,andreacfm/andreacfm.github.com,diditwbw/diditwbw.github.io,steventguo/steventguo.github.io,aminja/aminja.github.io,efcline/efcline.github.io,kid0604/kid0604.github.com,dbtek/dbyll,Shyri/shyri.github.io,xukm/xukm.github.io,massich/massich.github.io,ersgonzalo/ersgonzalo.github.io,MahendraShaji/mahendrashaji.github.io,anhltblog/anhltblog.github.io,doroci/doroci.github.io,radio-pi/radio-pi.github.io,anhltblog/anhltblog.github.io,caosiyang/dbyll,mkljakubowski/mkljakubowski.github.io,michaelyili/michaelyili.github.io,gfafei/gfafei.github.io,travnels/travnels.github.io,SriramBms/dbyll,babahui/lia,BugFairy/bugfairy.github.io,radio-pi/radio-pi.github.io,alif-fathon/alif-fathon.github.io,dstrebel/dstrebel.github.io,tapj/tapj.github.io,SriramBms/dbyll,kaziridwan/times-and-tides,kaziridwan/times-and-tides,xukm/xukm.github.io,steventguo/steventguo.github.io,MahendraShaji/mahendrashaji.github.io,dstrebel/dstrebel.github.io,anidotnet/anidotnet.github.io,vh21/vh21.github.io,BaptisteGauduchon/BaptisteGauduchon.github.io,lieanu/lieanu.github.io,minorfires/minorfires.github.io,lieanu/lieanu.github.io,minamid3v/minamid3v.github.io,britnia/dbyll,britnia/dbyll,purpleroc/purpleroc.github.io,kid0604/kid0604.github.com,andreacfm/andreacfm.github.com,doroci/doroci.github.io,CoatiFly/dbyll,BugFairy/bugfairy.github.io,mkljakubowski/mkljakubowski.github.io,tapj/tapj.github.io,massich/massich.github.io,ersgonzalo/ersgonzalo.github.io,zach0624/jekyllblog,AAverin/aaverin.github.io,thezawad/dbyll,ihsanudin/ihsanudin.github.io,kid0604/kid0604.github.com,michaelyili/michaelyili.github.io,MahendraShaji/mahendrashaji.github.io,dstrebel/dstrebel.github.io,thezawad/dbyll,minamid3v/minamid3v.github.io
|
4dd38c8d31ef92c6abc1c4aa7872edc81ba6f4f0
|
_config.yml
|
_config.yml
|
---
title: Choose a License
description: Non-judgmental guidance on choosing a license for your open source project
relative_permalinks: false
markdown: kramdown
url: "https://choosealicense.com"
collections:
licenses:
output: true
permalink: /licenses/:path/
defaults:
-
scope:
path: ""
type: "licenses"
values:
hidden: true
layout: license
exclude:
- app.coffee
- CNAME
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- Rakefile
- README.md
- script
- vendor/bundle
- test
- tests
- assets/vendor/selectivizr/tests
- assets/vendor/clipboard/test
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-coffeescript
- jekyll-github-metadata # For 'Improve this page' links
sass:
style: :compressed
twitter:
username: "@github"
|
---
title: Choose a License
description: Non-judgmental guidance on choosing a license for your open source project
relative_permalinks: false
markdown: kramdown
url: "https://choosealicense.com"
collections:
licenses:
output: true
permalink: /licenses/:path/
defaults:
-
scope:
path: ""
type: "licenses"
values:
hidden: true
layout: license
exclude:
- app.coffee
- CNAME
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- Rakefile
- README.md
- script
- vendor/bundle
- test
- tests
- assets/vendor/selectivizr/tests
- assets/vendor/clipboard/test
- assets/vendor/*/README.*
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-coffeescript
- jekyll-github-metadata # For 'Improve this page' links
sass:
style: :compressed
twitter:
username: "@github"
|
Stop vendored material READMEs from rendering
|
Stop vendored material READMEs from rendering
|
YAML
|
mit
|
github/choosealicense.com,github/choosealicense.com,github/choosealicense.com
|
4753dc219830d4e08a09bbdfadd0e07b7042d6fb
|
_config.yml
|
_config.yml
|
# Your presentation title
title: Jekyll and Reveal.js
# The Reveal theme
reveal_theme: ncc.css
# The Reveal transition
reveal_transition: default
# Path to the used theme (defaults to the Reveal.js standard theme path)
reveal_theme_path: reveal.js/css/theme/
# Embed Server-side speaker notes?
reveal_notes_server: false
# Additional reveal.js options
reveal_options:
# Additional reveal.js dependencies
reveal_dependencies:
# Reveal.js subdirectory
reveal_path: reveal.js/
# Don't change anything below
markdown: redcarpet
highlighter: pygments
markdown_ext: ignoreme
|
# Your presentation title
title: Docker - Security Myths, Security Legends
# The Reveal theme
reveal_theme: ncc.css
# The Reveal transition
reveal_transition: default
# Path to the used theme (defaults to the Reveal.js standard theme path)
reveal_theme_path: reveal.js/css/theme/
# Embed Server-side speaker notes?
reveal_notes_server: false
# Additional reveal.js options
reveal_options:
# Additional reveal.js dependencies
reveal_dependencies:
# Reveal.js subdirectory
reveal_path: reveal.js/
# Don't change anything below
markdown: redcarpet
highlighter: pygments
markdown_ext: ignoreme
|
Update config file to set title
|
Update config file to set title
|
YAML
|
bsd-2-clause
|
raesene/bsides-london-2016-presentation,raesene/bsides-london-2016-presentation,raesene/bsides-london-2016-presentation,raesene/bsides-london-2016-presentation
|
d267acd6abef4346d4ab187e1cf3c9430c2b0106
|
.readthedocs.yml
|
.readthedocs.yml
|
---
version: 2
sphinx:
configuration: docs/conf.py
python:
version: 3.7
install:
- method: pip
path: .
|
---
version: 2
sphinx:
configuration: docs/conf.py
python:
version: 3.9
install:
- method: pip
path: .
|
Update RTD to newer Python
|
Update RTD to newer Python
|
YAML
|
mit
|
w1ll1am23/simplisafe-python
|
b7326b1e53b37ca297d12b640a19212006f8243b
|
snap/meta/package.yaml
|
snap/meta/package.yaml
|
name: paradrop
version: 0.1.0
vendor: Paradrop Labs <[email protected]>
icon: meta/hello.png
type: framework
frameworks:
- docker
# binaries:
# - name: bin/pd
# security-policy:
# apparmor: meta/pd.apparmor
# seccomp: meta/pd.seccomp
binaries:
- name: bin/dnsmasq
description: DHCP server
security-policy:
apparmor: meta/dnsmasq.apparmor
seccomp: meta/dnsmasq.seccomp
services:
- name: pd
start: bin/pd
description: Paradrop main daemon
security-policy:
apparmor: meta/pd.apparmor
seccomp: meta/pd.seccomp
# - name: pdconfd
# start: bin/pd --config
# description: Paradrop configuration daemon
# bus-name: com.paradrop.config
# security-policy:
# apparmor: meta/pdconfd.apparmor
# seccomp: meta/pdconfd.seccomp
|
name: paradrop
version: 0.1.0
vendor: Paradrop Labs <[email protected]>
icon: meta/hello.png
type: framework
frameworks:
- docker
# binaries:
# - name: bin/pd
# security-policy:
# apparmor: meta/pd.apparmor
# seccomp: meta/pd.seccomp
binaries:
- name: bin/dnsmasq
description: DHCP server
security-policy:
apparmor: meta/dnsmasq.apparmor
seccomp: meta/dnsmasq.seccomp
services:
- name: pd
start: bin/pd
description: Paradrop main daemon
security-policy:
apparmor: meta/pd.apparmor
seccomp: meta/pd.seccomp
- name: pdconfd
start: bin/pd --config
description: Paradrop configuration daemon
bus-name: com.paradrop.config
security-policy:
apparmor: meta/pdconfd.apparmor
seccomp: meta/pdconfd.seccomp
|
Enable pdconfd as a service.
|
Enable pdconfd as a service.
|
YAML
|
apache-2.0
|
ParadropLabs/Paradrop,ParadropLabs/Paradrop,ParadropLabs/Paradrop
|
779857b99d3d837ed36c6e6ec0d678e1e220233f
|
host_vars/cardboard.yml
|
host_vars/cardboard.yml
|
---
gw_network: 192.168.2.0
dhcp_self: 192.168.2.1
dhcp_lower: 192.168.2.2
dhcp_upper: 192.168.2.200
domain: texsaw
domain_address: 10.176.169.100
hostname: cardboard
dns_SOA: 2016110401
int_if: bge0
ext_if: re0
boot_fname:
boot_next:
ntp:
- pool.ntp.org
staticHosts:
wap:
mac: 44:94:fc:39:50:ea
addr: 192.168.2.2
name: wap
stub-zones:
UTD:
name: utdallas.edu
private: true
localZone: 10.in-addr.arpa
addresses:
- 10.180.15.160
- 10.182.70.107
|
---
gw_network: 192.168.2.0
dhcp_self: 192.168.2.1
dhcp_lower: 192.168.2.2
dhcp_upper: 192.168.2.200
domain: texsaw
domain_address: 10.176.169.100
hostname: cardboard
dns_SOA: 2016110401
int_if: bge0
ext_if: re0
boot_fname:
boot_next:
ntp:
- pool.ntp.org
staticHosts:
wap:
mac: 44:94:fc:39:50:ea
addr: 192.168.2.2
name: wap
exploitables:
mac: ff:ff:ff:ff:ff:ff
addr: 10.176.169.101
name: exploitables
CNAME:
- congratulations
- nullserve
- pizzacuts
- seconddate
stub-zones:
UTD:
name: utdallas.edu
private: true
localZone: 10.in-addr.arpa
addresses:
- 10.180.15.160
- 10.182.70.107
|
Deploy domains slightly before CTF
|
Deploy domains slightly before CTF
|
YAML
|
isc
|
utdlug/lug_config
|
bc4ed38139980af067ba3f6c01a1d144b3294e4c
|
metadata/com.releasestandard.scriptmanager.yml
|
metadata/com.releasestandard.scriptmanager.yml
|
Categories:
- Development
License: MIT
AuthorName: Release Standard
SourceCode: https://github.com/ReleaseStandard/ScriptManager
IssueTracker: https://github.com/ReleaseStandard/ScriptManager/issues
Changelog: https://github.com/ReleaseStandard/ScriptManager/releases
Donate: https://www.paypal.com/paypalme/ReleaseStandard
AutoName: ScriptManager
RepoType: git
Repo: https://github.com/ReleaseStandard/ScriptManager
Builds:
- versionName: '0.1'
versionCode: 1
commit: '0.1'
subdir: app
gradle:
- yes
target: android-28
- versionName: '0.4'
versionCode: 4
disable: fails to build
commit: '0.4'
subdir: app
gradle:
- yes
target: android-28
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '0.4'
CurrentVersionCode: 4
|
Categories:
- Development
License: MIT
AuthorName: Release Standard
SourceCode: https://github.com/ReleaseStandard/ScriptManager
IssueTracker: https://github.com/ReleaseStandard/ScriptManager/issues
Changelog: https://github.com/ReleaseStandard/ScriptManager/releases
Donate: https://www.paypal.com/paypalme/ReleaseStandard
AutoName: ScriptManager
RepoType: git
Repo: https://github.com/ReleaseStandard/ScriptManager
Builds:
- versionName: '0.1'
versionCode: 1
commit: '0.1'
subdir: app
gradle:
- yes
target: android-28
- versionName: '0.4'
versionCode: 4
disable: fails to build
commit: '0.4'
subdir: app
gradle:
- yes
target: android-28
- versionName: '0.5'
versionCode: 5
commit: '0.5'
subdir: app
gradle:
- yes
target: android-28
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '0.5'
CurrentVersionCode: 5
|
Update ScriptManager to 0.5 (5)
|
Update ScriptManager to 0.5 (5)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
9e4a513cf0618b61e5b257ed4bed6e8584ff095a
|
playbooks/openshift-hosted/private/upgrade.yml
|
playbooks/openshift-hosted/private/upgrade.yml
|
---
# This play is called during upgrade_control_plane via post_control_plane.yml
- name: Upgrade default router and default registry
hosts: oo_first_master
roles:
- lib_utils
- openshift_facts
tasks:
- import_role:
name: openshift_hosted
tasks_from: upgrade_routers.yml
- import_role:
name: openshift_hosted
tasks_from: upgrade_registry.yml
|
---
# This play is called during upgrade_control_plane via post_control_plane.yml
- name: Upgrade default router and default registry
hosts: oo_first_master
roles:
- lib_utils
- openshift_facts
tasks:
- import_role:
name: openshift_hosted
tasks_from: upgrade_routers.yml
when: openshift_hosted_manage_router | default(True) | bool
- import_role:
name: openshift_hosted
tasks_from: upgrade_registry.yml
when: openshift_hosted_manage_registry | default(True) | bool
|
Upgrade router and registry only when these are managed
|
Upgrade router and registry only when these are managed
|
YAML
|
apache-2.0
|
akram/openshift-ansible,liggitt/openshift-ansible,miminar/openshift-ansible,sdodson/openshift-ansible,rjhowe/openshift-ansible,markllama/openshift-ansible,miminar/openshift-ansible,miminar/openshift-ansible,akram/openshift-ansible,jwhonce/openshift-ansible,tagliateller/openshift-ansible,jwhonce/openshift-ansible,markllama/openshift-ansible,ewolinetz/openshift-ansible,aveshagarwal/openshift-ansible,kwoodson/openshift-ansible,rjhowe/openshift-ansible,ewolinetz/openshift-ansible,aveshagarwal/openshift-ansible,nak3/openshift-ansible,mwoodson/openshift-ansible,liggitt/openshift-ansible,openshift/openshift-ansible,maxamillion/openshift-ansible,nak3/openshift-ansible,rjhowe/openshift-ansible,aveshagarwal/openshift-ansible,gburges/openshift-ansible,maxamillion/openshift-ansible,rjhowe/openshift-ansible,liggitt/openshift-ansible,maxamillion/openshift-ansible,tagliateller/openshift-ansible,maxamillion/openshift-ansible,gburges/openshift-ansible,kwoodson/openshift-ansible,openshift/openshift-ansible,maxamillion/openshift-ansible,rhdedgar/openshift-ansible,ewolinetz/openshift-ansible,miminar/openshift-ansible,bparees/openshift-ansible,jwhonce/openshift-ansible,ewolinetz/openshift-ansible,sdodson/openshift-ansible,jwhonce/openshift-ansible,ewolinetz/openshift-ansible,markllama/openshift-ansible,miminar/openshift-ansible,rhdedgar/openshift-ansible,liggitt/openshift-ansible,rjhowe/openshift-ansible,jwhonce/openshift-ansible,mwoodson/openshift-ansible,aveshagarwal/openshift-ansible,sdodson/openshift-ansible,liggitt/openshift-ansible,sdodson/openshift-ansible,tagliateller/openshift-ansible,tagliateller/openshift-ansible,bparees/openshift-ansible,tagliateller/openshift-ansible,markllama/openshift-ansible,sdodson/openshift-ansible,aveshagarwal/openshift-ansible,markllama/openshift-ansible
|
c07fbf4cd05d0c88a1a3aa419b91fa9f45f08972
|
.github/workflows/main.yml
|
.github/workflows/main.yml
|
name: CI
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [linux, macos, windows]
include:
- build: linux
os: ubuntu-latest
- build: macos
os: macos-latest
- build: windows
os: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
|
name: CI
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [linux, macos, windows]
toolchain: ["1.48.0", "stable", "beta", "nightly"]
include:
- build: linux
os: ubuntu-latest
- build: macos
os: macos-latest
- build: windows
os: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
|
Add 1.48 to github actions CI matrix
|
Add 1.48 to github actions CI matrix
|
YAML
|
apache-2.0
|
eminence/terminal-size
|
0170a7083c9cf908ab62bc6c9feeaa98cbe5adce
|
backend/app.yaml
|
backend/app.yaml
|
# Copyright 2019-2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
runtime: go113
handlers:
# Backend API
- url: /api/.*
secure: always
redirect_http_response_code: 301
script: auto
# Improve URL goes to the backend as well for redirection
- url: /improve
secure: always
redirect_http_response_code: 301
script: auto
# Static assets generated by Angular build: match on specific file extensions
- url: /(.*\.(css|txt|ico|html|js))
secure: always
redirect_http_response_code: 301
static_files: static/\1
upload: static/(.*\.(css|txt|ico|html|js))
# All other URLs should be redirected to index.html so that internal links work
- url: /.*
secure: always
redirect_http_response_code: 301
static_files: static/index.html
upload: static/index.html
|
# Copyright 2019-2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
runtime: go113
handlers:
# Backend API
- url: /api/.*
secure: always
redirect_http_response_code: 301
script: auto
# Improve URL goes to the backend as well for redirection
- url: /improve
secure: always
redirect_http_response_code: 301
script: auto
# Static assets generated by Angular build: match on specific file extensions
- url: /(.*\.(css|txt|ico|html|js|map))
secure: always
redirect_http_response_code: 301
static_files: static/\1
upload: static/(.*\.(css|txt|ico|html|js|map))
# All other URLs should be redirected to index.html so that internal links work
- url: /.*
secure: always
redirect_http_response_code: 301
static_files: static/index.html
upload: static/index.html
|
Allow .map static files so debug builds can be served from App Engine
|
Allow .map static files so debug builds can be served from App Engine
|
YAML
|
apache-2.0
|
google/peoplemath,google/peoplemath,google/peoplemath,google/peoplemath,google/peoplemath
|
896c872ad52deb9d20d24e408cacd6a7073ea90b
|
codeship-services.yml
|
codeship-services.yml
|
testing:
build:
image: testing
dockerfile_path: ./Dockerfile.testing
cached: true
|
version: '2'
services:
testing:
image: testing
dockerfile_path: ./Dockerfile.testing
|
Use version 2 for testing service
|
Use version 2 for testing service
|
YAML
|
mit
|
DmitryKrekota/jlto
|
849ec6fbde8e1db16279706f3ce095b67d35d170
|
conf/conda-recipes/openmpi/meta.yaml
|
conf/conda-recipes/openmpi/meta.yaml
|
package:
name: openmpi
version: 1.8.8
about:
home: http://www.open-mpi.org/
summary: 'Open MPI: A high performance message passing library'
license: 'BSD (https://www.open-mpi.org/community/license.php)'
requirements:
conflicts:
- mpich
- mpich2
source:
fn: openmpi-1.8.7.tar.bz2
url: http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-1.8.8.tar.bz2
md5: 0dab8e602372da1425e9242ae37faf8c
build:
number: 0
binary_relocation: true
detect_binary_files_with_prefix: true
test:
files:
- test/helloworld.c
- test/helloworld.cxx
commands:
- command -v ompi_info
- ompi_info
- command -v mpiexec
- mpiexec -n 4 hostname
- command -v mpicc
- mpicc -show
- command -v mpicxx
- mpicxx -show
- mpicc helloworld.c -o helloworld_c
- mpicxx helloworld.cxx -o helloworld_cxx
- export DYLD_LIBRARY_PATH=$PREFIX/lib # [osx]
- mpiexec -n 4 ./helloworld_c
- mpiexec -n 4 ./helloworld_cxx
|
package:
name: openmpi
version: 1.10.0
about:
home: http://www.open-mpi.org/
summary: 'Open MPI: A high performance message passing library'
license: 'BSD (https://www.open-mpi.org/community/license.php)'
requirements:
conflicts:
- mpich
- mpich2
source:
fn: openmpi-1.10.0.tar.bz2
url: http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.0.tar.bz2
md5: 280cf952de68369cebaca886c5ce0304
build:
number: 0
binary_relocation: true
detect_binary_files_with_prefix: true
test:
files:
- test/helloworld.c
- test/helloworld.cxx
commands:
- command -v ompi_info
- ompi_info
- command -v mpiexec
- mpiexec -n 4 hostname
- command -v mpicc
- mpicc -show
- command -v mpicxx
- mpicxx -show
- mpicc helloworld.c -o helloworld_c
- mpicxx helloworld.cxx -o helloworld_cxx
- export DYLD_LIBRARY_PATH=$PREFIX/lib # [osx]
- mpiexec -n 4 ./helloworld_c
- mpiexec -n 4 ./helloworld_cxx
|
Update Open MPI recipe to 1.10.0
|
conda: Update Open MPI recipe to 1.10.0
|
YAML
|
bsd-2-clause
|
mpi4py/mpi4py,mpi4py/mpi4py,mpi4py/mpi4py
|
77cfd5da14031b537de654f60e4c333162069a50
|
common/docker-compose.yml
|
common/docker-compose.yml
|
sns:
image: alicefuzier/fake-sns
ports:
- "9292:9292"
sqs:
image: s12v/elasticmq
ports:
- "9324:9324"
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:5.4.0
ports:
- "9200:9200"
- "9300:9300"
environment:
- "http.host=0.0.0.0"
- "transport.host=0.0.0.0"
- "cluster.name=wellcome"
|
dynamodb:
image: peopleperhour/dynamodb
ports:
- "45678:8000"
sns:
image: alicefuzier/fake-sns
ports:
- "9292:9292"
sqs:
image: s12v/elasticmq
ports:
- "9324:9324"
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:5.4.0
ports:
- "9200:9200"
- "9300:9300"
environment:
- "http.host=0.0.0.0"
- "transport.host=0.0.0.0"
- "cluster.name=wellcome"
|
Add dynamo docker image to common so that tests for common pass
|
Add dynamo docker image to common so that tests for common pass
|
YAML
|
mit
|
wellcometrust/platform-api,wellcometrust/platform-api,wellcometrust/platform-api,wellcometrust/platform-api
|
5befe0d61be5d37ee94a4ccc272e394717719eef
|
config/textinator_api.yml
|
config/textinator_api.yml
|
defaults: &defaults
text_url: 'http://textinator-sandbox.internal.comparaonline.com/texts.json'
request_timeout: 10
development:
<<: *defaults
local_development:
<<: *defaults
test:
<<: *defaults
qa:
<<: *defaults
staging:
<<: *defaults
qc:
<<: *defaults
production:
<<: *defaults
text_url: 'http://textinator.internal.comparaonline.com/texts.json'
|
defaults: &defaults
text_url: 'http://textinator-sandbox.internal.comparaonline.com:8102/texts.json'
request_timeout: 10
development:
<<: *defaults
local_development:
<<: *defaults
test:
<<: *defaults
qa:
<<: *defaults
staging:
<<: *defaults
qc:
<<: *defaults
production:
<<: *defaults
text_url: 'http://textinator.internal.comparaonline.com:8002/texts.json'
|
Add port to URL Textinator
|
Add port to URL Textinator
|
YAML
|
mit
|
comparaonline/translinator,comparaonline/translinator,comparaonline/translinator
|
ac42ab77c7608f09d18e4e0d16523432cf0cda98
|
hiera/data/roles.yaml
|
hiera/data/roles.yaml
|
all_classes:
- profile::webserver::apache
- profile::base::base
- partial::rpm
- partial::mirror
- profile::openstack::identity
- profile::openstack::image
- mysql::server
- keystone::db::mysql
- glance::db::mysql
- nova::db::mysql
- neutron::db::mysql
- openstack::auth_file
- profile::messaging::rabbitmq
- profile::openstack::compute::api
- profile::openstack::compute::scheduler
- profile::openstack::compute::conductor
- profile::openstack::network::controller
- profile::openstack::network::metadata
- profile::openstack::network::l3
- profile::openstack::network::dhcp
- profile::openstack::compute::hypervisor
build_classes:
- profile::webserver::apache
- profile::base::base
- partial::mirror
- partial
infra_classes:
- profile::webserver::apache
- profile::base::base
- profile::application::consul
control_classes:
- profile::base::base
- profile::application::consul
- profile::openstack::identity
- profile::openstack::image
- profile::messaging::rabbitmq
- profile::openstack::compute::api
- profile::openstack::compute::scheduler
- profile::openstack::compute::conductor
- profile::openstack::network::controller
- profile::openstack::network::metadata
- profile::openstack::network::l3
- profile::openstack::network::dhcp
- openstack::auth_file
- profile::openstack::database::sql
hyper_classes:
- profile::application::consul
- profile::openstack::compute::hypervisor
|
all_classes:
- profile::webserver::apache
- profile::base::base
- partial::rpm
- partial::mirror
- profile::openstack::identity
- profile::openstack::image
- mysql::server
- keystone::db::mysql
- glance::db::mysql
- nova::db::mysql
- neutron::db::mysql
- openstack::auth_file
- profile::messaging::rabbitmq
- profile::openstack::compute::api
- profile::openstack::compute::scheduler
- profile::openstack::compute::conductor
- profile::openstack::network::controller
- profile::openstack::network::metadata
- profile::openstack::network::l3
- profile::openstack::network::dhcp
- profile::openstack::compute::hypervisor
build_classes:
- profile::webserver::apache
- profile::base::base
- partial::mirror
- partial
infra_classes:
- profile::webserver::apache
- profile::base::base
- profile::application::consul
control_classes:
- profile::base::base
- profile::application::consul
- profile::openstack::identity
- profile::openstack::image
- profile::messaging::rabbitmq
- profile::openstack::compute::api
- profile::openstack::compute::scheduler
- profile::openstack::compute::conductor
- profile::openstack::network::controller
- profile::openstack::network::metadata
- profile::openstack::network::l3
- profile::openstack::network::dhcp
- openstack::auth_file
- profile::openstack::database::sql
hyper_classes:
- profile::base::base
- profile::application::consul
- profile::openstack::compute::hypervisor
|
Add base profile to hypervisor
|
Add base profile to hypervisor
|
YAML
|
apache-2.0
|
michaeltchapman/puppet_openstack_builder,michaeltchapman/puppet_openstack_builder,phchoic/puppet_openstack_builder,phchoic/puppet_openstack_builder,phchoic/puppet_openstack_builder,michaeltchapman/puppet_openstack_builder
|
f9cb9a07000801ca2e202e77b940c67c1f345ddc
|
.forestry/front_matter/templates/test-block-one.yml
|
.forestry/front_matter/templates/test-block-one.yml
|
---
hide_body: false
is_partial: false
fields:
- type: blocks
template_types:
- test-partial-two
- test-partial-one
name: edit_blocks
label: Edit Blocks
|
---
pages:
- testing.md
hide_body: false
is_partial: false
fields:
- type: blocks
template_types:
- test-partial-two
- test-partial-one
name: edit_blocks
label: Edit Blocks
|
Update from Forestry.io - _drafts/_pages/testing.md
|
Update from Forestry.io - _drafts/_pages/testing.md
|
YAML
|
mit
|
truecodersio/truecoders.io,truecodersio/truecoders.io,truecodersio/truecoders.io
|
e7cd8eb1fec588c55b3207ff313ca238f069dbcf
|
.github/workflows/breakage-against-ponyc-latest.yml
|
.github/workflows/breakage-against-ponyc-latest.yml
|
name: Nightly breakage against ponyc:latest
on:
schedule:
- cron: "0 3 * * *"
jobs:
vs-ponyc-master:
name: Verify master against ponyc:latest
runs-on: ubuntu-latest
container:
image: ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-ssl:latest
needs: update-ponyc-latest
steps:
- uses: actions/checkout@v1
- name: Test with a recent ponyc from master
run: make test ssl=0.9.0
|
name: Nightly breakage against ponyc:latest
on:
schedule:
- cron: "0 3 * * *"
jobs:
vs-ponyc-master:
name: Verify master against ponyc:latest
runs-on: ubuntu-latest
container:
image: ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-ssl:latest
steps:
- uses: actions/checkout@v1
- name: Test with a recent ponyc from master
run: make test ssl=0.9.0
|
Remove stray "needs" from pipeline definition
|
Remove stray "needs" from pipeline definition
Left over after I deleted the dependency
|
YAML
|
bsd-2-clause
|
Theodus/ponyup
|
574a0cd497482f7963cb59654565d014ee582817
|
.github/workflows/actions.yml
|
.github/workflows/actions.yml
|
name: Build and test
on: [push]
jobs:
ubuntu-18_04:
runs-on: ubuntu-18.04
strategy:
matrix:
compiler: [g++, clang]
steps:
- name: Install dependencies
run: sudo apt install build-essential libasound2-dev libqt5sql5-sqlite libqt5svg5-dev pkg-config qt5-default ${{matrix.compiler}}
- name: Check out repository code
uses: actions/checkout@v2
- name: Configure
run: qmake -spec linux-${{matrix.compiler}}
- name: Build
run: make
- name: Test
run: make check
ubuntu-20_04:
runs-on: ubuntu-20.04
strategy:
matrix:
compiler: [g++, clang]
steps:
- name: Install dependencies
run: sudo apt install build-essential libasound2-dev libqt5sql5-sqlite libqt5svg5-dev pkg-config qt5-default ${{matrix.compiler}}
- name: Check out repository code
uses: actions/checkout@v2
- name: Configure
run: qmake -spec linux-${{matrix.compiler}}
- name: Build
run: make
- name: Test
run: make check
|
name: Build and test
on: [push]
jobs:
build:
strategy:
matrix:
os: [ubuntu-18.04]
compiler: [g++, clang]
runs-on: ${{matrix.os}}
steps:
- name: Install dependencies
run: sudo apt install build-essential libasound2-dev libqt5sql5-sqlite libqt5svg5-dev pkg-config qt5-default ${{matrix.compiler}}
- name: Check out repository code
uses: actions/checkout@v2
- name: Configure
run: qmake -spec linux-${{matrix.compiler}}
- name: Build
run: make
- name: Test
run: make check
|
Remove broken ubuntu 20.04 CI build
|
Remove broken ubuntu 20.04 CI build
|
YAML
|
mit
|
charlesfleche/lpd8-editor,charlesfleche/lpd8-editor
|
c8242683c56e841e5ee8a94849de8f695f2459e1
|
config/locales/en.yml
|
config/locales/en.yml
|
# Sample localization file for English. Add more files in this directory for other locales.
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en:
spree:
active: Active
alt_text: Alt Text
autumn_winter_16_17: Autumn Winter 16/17
back_to_look_book_list: Back to Look Book list
editing_look_book: Editing Look Book
editing_look_book_image: Editing Look Book Image
look_book: Look Book
look_books: Look Books
look_book_list: Look Book List
look_book_image: Look Book Image
look_book_image_settings: Look Book Image Settings
look_book_images: Look Book Images
look_book_settings: Look Book Settings
new_look_book: New Look Book
new_look_book_image: New Look Book Image
no_look_book_images_found: No Look Book Images Found
product_name: Product Name
slug: Slug
title: Title
|
# Sample localization file for English. Add more files in this directory for other locales.
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en:
activerecord:
models:
spree/look_book:
one: "Look Book"
other: "Look Books"
spree:
active: Active
alt_text: Alt Text
autumn_winter_16_17: Autumn Winter 16/17
back_to_look_book_list: Back to Look Book list
editing_look_book: Editing Look Book
editing_look_book_image: Editing Look Book Image
look_book: Look Book
look_books: Look Books
look_book_list: Look Book List
look_book_image: Look Book Image
look_book_image_settings: Look Book Image Settings
look_book_images: Look Book Images
look_book_settings: Look Book Settings
new_look_book: New Look Book
new_look_book_image: New Look Book Image
no_look_book_images_found: No Look Book Images Found
product_name: Product Name
slug: Slug
title: Title
|
Add activerecord translation for multiple look boooks
|
Add activerecord translation for multiple look boooks
|
YAML
|
bsd-3-clause
|
staffordlong/spree_look_book,staffordlong/spree_look_book,staffordlong/spree_look_book
|
d6335f94634f7f40e9a7841af7bd328d47fa433c
|
concourse/manifests/sagan-site-production.yml
|
concourse/manifests/sagan-site-production.yml
|
---
applications:
- name: sagan
buildpacks:
- java_buildpack
instances: 2
health-check-type: http
health-check-http-endpoint: /health
memory: 2048M
disk_quota: 1024M
routes:
- route: spring.io
- route: www.spring.io
- route: sagan-production.cfapps.io
services:
- papertrail
- sagan-db
- sagan-redis
|
---
applications:
- name: sagan
buildpacks:
- java_buildpack
instances: 2
health-check-type: http
health-check-http-endpoint: /health
timeout: 120
memory: 2048M
disk_quota: 1024M
routes:
- route: spring.io
- route: www.spring.io
- route: sagan-production.cfapps.io
services:
- papertrail
- sagan-db
- sagan-redis
|
Raise startup timeout in PCF
|
Raise startup timeout in PCF
This commit raises the startup and health check timeout in Cloud
Foundry.
|
YAML
|
bsd-3-clause
|
spring-io/sagan,spring-io/sagan,spring-io/sagan,spring-io/sagan
|
318252744265ec96c1ebf7ad8a1166d30bde015c
|
packages/ff/fficxx.yaml
|
packages/ff/fficxx.yaml
|
homepage: ''
changelog-type: ''
hash: 670e8da7adf7db1e9fafe16836370a4520c2c6a94311c3f08d0cc5a39d386d6a
test-bench-deps: {}
maintainer: Ian-Woo Kim <[email protected]>
synopsis: automatic C++ binding generation
changelog: ''
basic-deps:
either: -any
bytestring: -any
split: -any
Cabal: -any
base: ==4.*
unordered-containers: -any
text: -any
filepath: ! '>1'
process: -any
pureMD5: -any
data-default: -any
containers: -any
haskell-src-exts: -any
lens: ! '>3'
mtl: ! '>2'
hashable: -any
template: -any
transformers: ! '>=0.3'
errors: -any
template-haskell: -any
directory: -any
all-versions:
- '0.1'
- '0.1.0'
- '0.2'
- '0.2.1'
- '0.3'
author: Ian-Woo Kim
latest: '0.3'
description-type: haddock
description: automatic C++ binding generation
license-name: BSD3
|
homepage: ''
changelog-type: ''
hash: 8aadf5449302ecaca2772f5dfa1e8aedf72fe7a4760fec89a6ed6c17d440f666
test-bench-deps: {}
maintainer: Ian-Woo Kim <[email protected]>
synopsis: automatic C++ binding generation
changelog: ''
basic-deps:
either: -any
bytestring: -any
split: -any
Cabal: -any
base: ==4.*
unordered-containers: -any
text: -any
filepath: ! '>1'
process: -any
pureMD5: -any
data-default: -any
containers: -any
haskell-src-exts: -any
lens: ! '>3'
mtl: ! '>2'
hashable: -any
template: -any
transformers: ! '>=0.3'
errors: -any
template-haskell: -any
directory: -any
all-versions:
- '0.1'
- '0.1.0'
- '0.2'
- '0.2.1'
- '0.3'
- '0.3.1'
author: Ian-Woo Kim
latest: '0.3.1'
description-type: haddock
description: automatic C++ binding generation
license-name: BSD3
|
Update from Hackage at 2017-02-02T04:38:30Z
|
Update from Hackage at 2017-02-02T04:38:30Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
e9dd9bed040df10146b780b029bdcc48ac3720a4
|
.github/workflows/windows.yml
|
.github/workflows/windows.yml
|
name: Windows-win64
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: cmake build
run: cmake -S . -B build --config Release
- name: cmake make
run: cmake --build build --parallel 3
- name: test
run: build\Release\aixlog_example.exe
|
name: Windows-win64
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: cmake build
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
- name: cmake make
run: cmake --build build --parallel 3
- name: test
run: build\Debug\aixlog_example.exe
|
Build Debug version on Windows
|
Build Debug version on Windows
|
YAML
|
mit
|
badaix/aixlog,badaix/aixlog
|
733582b046b0e62b32b84e81954d8e5fbe802fe6
|
packages/op/optima.yaml
|
packages/op/optima.yaml
|
homepage: https://github.com/metrix-ai/optima
changelog-type: ''
hash: 2d5cce1c37f40b179f745ca44b0b22d33f836b22768a9283a3f011809cdd7704
test-bench-deps:
rerebase: ==1.*
optima: -any
attoparsec-data: ==1.*
maintainer: Metrix.AI Tech Team <[email protected]>
synopsis: Simple command line interface arguments parser
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
text: ==1.*
attoparsec-data: ==1.*
attoparsec: ==0.13.*
optparse-applicative: ! '>=0.15 && <0.16'
text-builder: ! '>=0.6 && <0.7'
all-versions:
- '0.1'
- 0.1.1
- 0.1.2
- '0.2'
- '0.3'
- 0.3.0.1
- 0.3.0.2
- 0.3.0.3
- '0.4'
author: Nikita Volkov <[email protected]>
latest: '0.4'
description-type: haddock
description: ''
license-name: MIT
|
homepage: https://github.com/metrix-ai/optima
changelog-type: ''
hash: 7648f4689193b3a830a8f5ed3aa07f955310ddee99db5378c5b505efbf69ef3a
test-bench-deps:
rerebase: ==1.*
optima: -any
attoparsec-data: ==1.*
maintainer: Metrix.AI Tech Team <[email protected]>
synopsis: Simple command line interface arguments parser
changelog: ''
basic-deps:
base: '>=4.9 && <5'
text: ==1.*
attoparsec-data: ==1.*
attoparsec: ==0.13.*
optparse-applicative: '>=0.15 && <0.17'
text-builder: '>=0.6 && <0.7'
all-versions:
- '0.1'
- 0.1.1
- 0.1.2
- '0.2'
- '0.3'
- 0.3.0.1
- 0.3.0.2
- 0.3.0.3
- '0.4'
- 0.4.0.1
author: Nikita Volkov <[email protected]>
latest: 0.4.0.1
description-type: haddock
description: ''
license-name: MIT
|
Update from Hackage at 2020-08-14T09:07:28Z
|
Update from Hackage at 2020-08-14T09:07:28Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
2935ba1ed5cfd5d19f2c4f27168a08a858a0f7fa
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk-stretch-node-browsers
environment:
MAVEN_OPTS: -Xmx1024m
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: |
mvn -DskipTests clean install dependency:resolve-plugins dependency:go-offline || true
- save_cache:
paths:
- ~/.m2
key: v1-dependencies-{{ checksum "pom.xml" }}
- run:
name: Compile and run the tests
command: |
mvn -DskipITs=false clean install test failsafe:integration-test
- run:
name: Save test results
command: |
mkdir -p ~/junit/
find . -type f -regex ".*/target/failsafe-reports/.*xml" -exec cp {} ~/junit/ \;
find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} ~/junit/ \;
when: always
- store_test_results:
path: ~/junit
workflows:
version: 2
build-deploy:
jobs:
- build
|
version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk-stretch-node-browsers
environment:
MAVEN_OPTS: -Xmx1024m
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "pom.xml" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run:
name: Compile and run the tests
command: |
mvn -DskipITs=false clean install test failsafe:integration-test
- save_cache:
paths:
- ~/.m2
key: v1-dependencies-{{ checksum "pom.xml" }}
- run:
name: Save test results
command: |
mkdir -p ~/junit/
find . -type f -regex ".*/target/failsafe-reports/.*xml" -exec cp {} ~/junit/ \;
find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} ~/junit/ \;
when: always
- store_test_results:
path: ~/junit
workflows:
version: 2
build-deploy:
jobs:
- build
|
Build once instead of twice.
|
Build once instead of twice.
|
YAML
|
apache-2.0
|
OpenNMS/wsman
|
c68345f3964d27ee0211fd26014d565222532abc
|
.github/workflows/windows.yml
|
.github/workflows/windows.yml
|
name: windows
on: [push, pull_request]
jobs:
build:
name: >-
build (windows, ${{ matrix.ruby }})
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
ruby: [ '2.4.x', '2.5.x', '2.6.x' ]
steps:
- name: git config
run: git config --global core.autocrlf false
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 10
- name: Load ruby, update MSYS2/MinGW
uses: MSP-Greg/actions-ruby@master
with:
ruby-version: ${{ matrix.ruby }}
base: update
- name: Clone MSpec
run: git clone https://github.com/ruby/mspec.git ../mspec
- name: Run specs
env:
CHECK_LEAKS: true
run: |
# Actions uses UTF8, causes test failures, similar to normal OS setup
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
[Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
../mspec/bin/mspec -j
|
name: Windows
on: [push, pull_request]
jobs:
build:
name: build (windows, ${{ matrix.ruby }})
strategy:
matrix:
ruby: [ '2.4.x', '2.5.x', '2.6.x' ]
runs-on: windows-latest
steps:
- name: git config autocrlf
run: git config --global core.autocrlf false
- uses: actions/checkout@master
- name: Load ruby, update MSYS2/MinGW
uses: MSP-Greg/actions-ruby@master
with:
ruby-version: ${{ matrix.ruby }}
base: update
- name: Clone MSpec
run: git clone https://github.com/ruby/mspec.git ../mspec
- name: Run specs
env:
CHECK_LEAKS: true
run: |
# Actions uses UTF8, causes test failures, similar to normal OS setup
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
[Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
../mspec/bin/mspec -j
|
Make the Windows Actions CI more similar to ci.yml
|
Make the Windows Actions CI more similar to ci.yml
|
YAML
|
mit
|
eregon/rubyspec,nobu/rubyspec,eregon/rubyspec,ruby/spec,nobu/rubyspec,ruby/spec,eregon/rubyspec,nobu/rubyspec,ruby/spec
|
8ed3f0a6f72b7dffafecc44c602450797d2189b6
|
templates/atom/apps/qubit/config/app.yml
|
templates/atom/apps/qubit/config/app.yml
|
# Ansible managed file, do not edit directly
all:
upload_limit: {{ atom_app_upload_limit }}
cache_engine: {{ atom_app_cache_engine }}
{% if atom_app_cache_engine_options is defined %}
cache_engine_param:
{% for key, value in atom_app_cache_engine_options.items() %}
{{ key }}: {{ value }}
{% endfor %}
{% endif %}
read_only: {{ atom_app_read_only }}
{% if atom_app_google_maps_api_key is defined %}
google_maps_api_key: {{ atom_app_google_maps_api_key }}
{% endif %}
{% if atom_app_google_analytics_api_key is defined %}
google_analytics_api_key: {{ atom_app_google_analytics_api_key }}
{% endif %}
{% if atom_factory_user == "adLdapUser" %}
ldap_account_suffix: {{ atom_app_ldap_account_suffix }}
ldap_base_dn: {{ atom_app_ldap_base_dn }}
ldap_domain_controllers: {{ atom_app_ldap_domain_controllers }}
ldap_user_group: {{ atom_app_ldap_user_group }}
{% endif %}
{% if atom_worker_old_config|bool %}
# Gearman job server
gearman_job_server: {{ atom_app_gearman_job_server }}
{% endif %}
|
# Ansible managed file, do not edit directly
all:
upload_limit: {{ atom_app_upload_limit }}
cache_engine: {{ atom_app_cache_engine }}
{% if atom_app_cache_engine_options is defined %}
cache_engine_param:
{% for key, value in atom_app_cache_engine_options.items() %}
{{ key }}: {{ value }}
{% endfor %}
{% endif %}
read_only: {{ atom_app_read_only }}
{% if atom_app_google_maps_api_key is defined %}
google_maps_api_key: {{ atom_app_google_maps_api_key }}
{% endif %}
{% if atom_app_google_analytics_api_key is defined %}
google_analytics_api_key: {{ atom_app_google_analytics_api_key }}
{% endif %}
{% if atom_factory_user == "adLdapUser" %}
ldap_account_suffix: {{ atom_app_ldap_account_suffix }}
ldap_base_dn: {{ atom_app_ldap_base_dn }}
ldap_domain_controllers: {{ atom_app_ldap_domain_controllers }}
ldap_user_group: {{ atom_app_ldap_user_group }}
{% endif %}
{% if atom_worker_old_config|bool %}
# Gearman job server
gearman_job_server: {{ atom_app_gearman_job_server }}
{% endif %}
# Password hash algorithm
password_hash_algorithm: {{ password_hash_algorithm|default('PASSWORD_ARGON21') }}
|
Add support for different password algorithms
|
Add support for different password algorithms
PASSWORD_ARGON21 is not supported in Xenial nor RHEL 7
|
YAML
|
agpl-3.0
|
artefactual-labs/ansible-atom,artefactual-labs/ansible-atom
|
2d3a9524e8414425054c8d7a17852743d0360e34
|
tenets/codelingo/cockroachdb/lingo_bundle.yaml
|
tenets/codelingo/cockroachdb/lingo_bundle.yaml
|
description: Best Practices for CockroachDB from their contributor docs.
version: 0.0.0
tenets:
- avoid-bool-params
tags:
- golang
- go
- cockroach
- cockroachdb
|
description: Best Practices for CockroachDB from their contributor docs.
version: 0.0.0
tenets:
- avoid-bool-params
- wrapping-func-signatures
tags:
- golang
- go
- cockroach
- cockroachdb
|
Add tenet to bundle file
|
Add tenet to bundle file
|
YAML
|
agpl-3.0
|
lingo-reviews/lingo,lingo-reviews/lingo
|
9922a5fc6973c824414da75a81f9396a16fa1f35
|
rbac.yaml
|
rbac.yaml
|
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRole
metadata:
name: estafette-letsencrypt-certificate
labels:
app: estafette-letsencrypt-certificate
rules:
- apiGroups: [""] # "" indicates the core API group
resources:
- secrets
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: estafette-letsencrypt-certificate
labels:
app: estafette-letsencrypt-certificate
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: estafette-letsencrypt-certificate
subjects:
- kind: ServiceAccount
name: estafette-letsencrypt-certificate
namespace: ${NAMESPACE}
|
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRole
metadata:
name: estafette-letsencrypt-certificate
labels:
app: estafette-letsencrypt-certificate
rules:
- apiGroups: [""] # "" indicates the core API group
resources:
- secrets
verbs:
- list
- update
- watch
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: estafette-letsencrypt-certificate
labels:
app: estafette-letsencrypt-certificate
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: estafette-letsencrypt-certificate
subjects:
- kind: ServiceAccount
name: estafette-letsencrypt-certificate
namespace: estafette
|
Fix RBAC DENY, leverage access
|
Fix RBAC DENY, leverage access
|
YAML
|
mit
|
estafette/estafette-letsencrypt-certificate
|
3bce9060b241c48d2fabbb4fbc7d18185d31b670
|
.codeclimate.yml
|
.codeclimate.yml
|
engines:
radon:
enabled: true
config:
python_version: 2
duplication:
enabled: true
config:
languages:
- python
pep8:
enabled: true
checks:
E501:
enabled: false
ratings:
paths:
- "**.py"
|
engines:
radon:
enabled: true
config:
python_version: 2
threshold: "C"
duplication:
enabled: true
config:
languages:
- python
pep8:
enabled: true
checks:
E501:
enabled: false
ratings:
paths:
- "**.py"
|
Set radon analysis threshold lower than default
|
Set radon analysis threshold lower than default
|
YAML
|
apache-2.0
|
quattor/pan,quattor/pan,quattor/pan,jrha/pan,quattor/pan,quattor/pan,jrha/pan,jrha/pan,jrha/pan,jrha/pan
|
5868eb35f1ee64fd09066f8e4945da4d6892bb55
|
.codeclimate.yml
|
.codeclimate.yml
|
# Copyright (c) 2018-2021 Simply Code Ltd. All rights reserved.
# Licensed under the MIT License.
# See LICENSE file in the project root for full license information.
version: "2"
checks:
method-lines:
enabled: true
config:
threshold: 100
plugins:
csslint:
enabled: true
checks:
order-alphabetical:
enabled: false
eslint:
enabled: true
markdownlint:
enabled: true
checks:
MD009:
enabled: false
MD013:
enabled: false
MD033:
enabled: false
exclude_patterns:
- "**/*.cshtml"
- "**/test/"
|
# Copyright (c) 2018-2021 Simply Code Ltd. All rights reserved.
# Licensed under the MIT License.
# See LICENSE file in the project root for full license information.
version: "2"
checks:
method-lines:
enabled: true
config:
threshold: 100
plugins:
csslint:
enabled: true
checks:
order-alphabetical:
enabled: false
eslint:
enabled: true
markdownlint:
enabled: true
checks:
MD009:
enabled: false
MD013:
enabled: false
MD033:
enabled: false
exclude_patterns:
- "**/Views/"
- "**/test/"
|
Exclude Views from code climate
|
Exclude Views from code climate
|
YAML
|
mit
|
SimplyCodeUK/packer-strategy,SimplyCodeUK/packer-strategy,SimplyCodeUK/packer-strategy
|
c12763ac71781420c1cf69f1bb76b1fa65e45051
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2.1
orbs:
silta: silta/[email protected]
workflows:
version: 2
commit:
jobs:
- silta/drupal-validate:
name: validate
drupal-root: drupal
post-validation:
- run: echo "You can add additional validation here!"
- silta/drupal-build-deploy: &build-deploy
name: build-deploy
drupal-root: drupal
codebase-build:
- silta/drupal-composer-install
- silta/npm-install-build
context: global_nonprod
filters:
branches:
ignore: production
- silta/drupal-build-deploy:
# Extend the build-deploy configuration for the production environment.
<<: *build-deploy
name: build-deploy-prod
silta_config: silta/silta.yml,silta/silta-prod.yml
context: global_nonprod
filters:
branches:
only: production
|
version: 2.1
orbs:
silta: silta/[email protected]
workflows:
version: 2
commit:
jobs:
- silta/drupal-validate:
name: validate
drupal-root: drupal
post-validation:
- run: echo "You can add additional validation here!"
- silta/drupal-build-deploy: &build-deploy
name: build-deploy
drupal-root: drupal
codebase-build:
- silta/drupal-composer-install
- silta/npm-install-build:
path: . # Adjust to the location of your package.json
context: global_nonprod
filters:
branches:
ignore: production
- silta/drupal-build-deploy:
# Extend the build-deploy configuration for the production environment.
<<: *build-deploy
name: build-deploy-prod
silta_config: silta/silta.yml,silta/silta-prod.yml
context: global_nonprod
filters:
branches:
only: production
|
Set the path to the npm location, this way we easily adjust it.
|
Set the path to the npm location, this way we easily adjust it.
|
YAML
|
mit
|
wunderkraut/WunderTools,wunderkraut/WunderTools,wunderkraut/WunderTools
|
5947adbe062fb85015473f12b1c0199b16b3e1c8
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2.1
###########################################
# Constants
###########################################
workspace_root: &workspace_root
~/repo
###########################################
# Executors Definitions
###########################################
executors:
build_executor:
working_directory: *workspace_root
docker:
- image: node:10-buster
###########################################
# Commands Definitions
###########################################
commands:
###########################################
# Job Definitions
###########################################
jobs:
build_and_test_for_every_change:
executor: build_executor
steps:
- checkout
- run: yarn install
- run: make ci -j 8
###########################################
# Workflow Conditions
###########################################
ignore_branches_for_bors: &ignore_branches_for_bors
# These branches are used by bors-ng
branches:
ignore:
- staging.tmp
- trying.tmp
###########################################
# Workflow Definitions
###########################################
workflows:
version: 2
build_and_test:
jobs:
- build_and_test_for_every_change:
filters:
<<: *ignore_branches_for_bors
|
version: 2.1
###########################################
# Constants
###########################################
workspace_root: &workspace_root
~/repo
###########################################
# Executors Definitions
###########################################
executors:
nodejs_10_executor:
working_directory: *workspace_root
docker:
- image: node:10-buster
latest_nodejs_executor:
working_directory: *workspace_root
docker:
- image: node:latest
###########################################
# Commands Definitions
###########################################
commands:
###########################################
# Job Definitions
###########################################
jobs:
minimum_build_and_test_for_every_change:
executor: nodejs_10_executor
steps:
- checkout
- run: yarn install
- run: make ci -j 8
latest_build_and_test_for_every_change:
executor: latest_nodejs_executor
steps:
- checkout
- run: yarn install
- run: make ci -j 8
###########################################
# Workflow Conditions
###########################################
ignore_branches_for_bors: &ignore_branches_for_bors
# These branches are used by bors-ng
branches:
ignore:
- staging.tmp
- trying.tmp
###########################################
# Workflow Definitions
###########################################
workflows:
version: 2
build_and_test:
jobs:
- minimum_build_and_test_for_every_change:
filters:
<<: *ignore_branches_for_bors
- latest_build_and_test_for_every_change:
filters:
<<: *ignore_branches_for_bors
|
Enable CI build for the latest Node.js
|
Enable CI build for the latest Node.js
|
YAML
|
mit
|
saneyuki/option-t.js,saneyuki/option-t.js
|
958e05f95a1689075733e6075723b375000cdd8c
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:0f7e40987efd757877a64d34f49ed5b9d611e9d2f969d12bdabdf87daf45f29a
- image: circleci/mongo:3@sha256:04a81e1cd52345ebf5886874621d47f32662810213ef327532bf2aa63ae86dc6
steps:
- checkout
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn codecov
|
version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:ea6a1dfa308a6af75b880f1db86da4cf78955e68d1a56dd2e64280fc546665a0
- image: circleci/mongo:3@sha256:04a81e1cd52345ebf5886874621d47f32662810213ef327532bf2aa63ae86dc6
steps:
- checkout
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn codecov
|
Update circleci/node:8 Docker digest to ea6a1d
|
Update circleci/node:8 Docker digest to ea6a1d
|
YAML
|
mit
|
js-accounts/accounts
|
80380da876cafdc3f4b145c1e49f935ec24acbe0
|
.pullapprove.yml
|
.pullapprove.yml
|
approve_by_comment: true
approve_regex: ':lgtm:|^(LGTM|lgtm)'
reject_regex: '^Rejected'
reset_on_push: false
reviewers:
name: vitess-eng
required: 1
members:
- alainjobart
- alainjobart-bot
- AndyDiamondstein
- dumbunny
- enisoc
- enisoc-bot
- erzel
- erzel-bot
- mberlin-bot
- michael-berlin
- sougou
- sougou-bot
- thompsonja
- thompsonja-bot
- pivanof
- pivanof-bot
|
version: 2
approve_by_comment: true
approve_regex: ':lgtm:|^(LGTM|lgtm)'
reject_regex: '^Rejected'
reset_on_push: false
groups:
vitess-eng:
required: 1
users:
- alainjobart
- alainjobart-bot
- AndyDiamondstein
- dumbunny
- enisoc
- enisoc-bot
- erzel
- erzel-bot
- mberlin-bot
- michael-berlin
- sougou
- sougou-bot
- thompsonja
- thompsonja-bot
- pivanof
- pivanof-bot
|
Migrate PullApprove configuration from v1 to v2.
|
Migrate PullApprove configuration from v1 to v2.
I've followed https://docs.pullapprove.com/migrating-to-v2/ to do so.
We're migrating because v2 is required to recognize GitHub review approvals as LGTM. See https://github.com/pullapprove/support/issues/98#issuecomment-256448778
|
YAML
|
apache-2.0
|
rnavarro/vitess,pivanof/vitess,mapbased/vitess,tirsen/vitess,sougou/vitess,mattharden/vitess,applift/vitess,dcadevil/vitess,sougou/vitess,dcadevil/vitess,HubSpot/vitess,mahak/vitess,mapbased/vitess,sougou/vitess,mapbased/vitess,davygeek/vitess,mahak/vitess,HubSpot/vitess,vitessio/vitess,pivanof/vitess,mattharden/vitess,rnavarro/vitess,davygeek/vitess,alainjobart/vitess,enisoc/vitess,tinyspeck/vitess,sougou/vitess,tirsen/vitess,pivanof/vitess,davygeek/vitess,rnavarro/vitess,sougou/vitess,pivanof/vitess,applift/vitess,HubSpot/vitess,rnavarro/vitess,mattharden/vitess,mapbased/vitess,pivanof/vitess,rnavarro/vitess,applift/vitess,dcadevil/vitess,vitessio/vitess,alainjobart/vitess,HubSpot/vitess,alainjobart/vitess,HubSpot/vitess,alainjobart/vitess,mapbased/vitess,tirsen/vitess,rnavarro/vitess,enisoc/vitess,pivanof/vitess,alainjobart/vitess,mattharden/vitess,applift/vitess,vitessio/vitess,enisoc/vitess,sougou/vitess,HubSpot/vitess,dcadevil/vitess,mahak/vitess,tirsen/vitess,enisoc/vitess,tirsen/vitess,sougou/vitess,rnavarro/vitess,davygeek/vitess,tinyspeck/vitess,enisoc/vitess,tinyspeck/vitess,rnavarro/vitess,mapbased/vitess,tinyspeck/vitess,pivanof/vitess,vitessio/vitess,alainjobart/vitess,mapbased/vitess,enisoc/vitess,vitessio/vitess,tinyspeck/vitess,tirsen/vitess,dcadevil/vitess,mapbased/vitess,vitessio/vitess,HubSpot/vitess,sougou/vitess,applift/vitess,dcadevil/vitess,davygeek/vitess,alainjobart/vitess,mattharden/vitess,mattharden/vitess,davygeek/vitess,applift/vitess,mahak/vitess,mattharden/vitess,tinyspeck/vitess,mattharden/vitess,tirsen/vitess,mattharden/vitess,HubSpot/vitess,mahak/vitess,enisoc/vitess,pivanof/vitess,mattharden/vitess,applift/vitess,pivanof/vitess,applift/vitess,applift/vitess,davygeek/vitess,applift/vitess,tirsen/vitess,mahak/vitess,mapbased/vitess,tirsen/vitess,alainjobart/vitess,mapbased/vitess,dcadevil/vitess,mahak/vitess,rnavarro/vitess,vitessio/vitess,tinyspeck/vitess,vitessio/vitess,mahak/vitess
|
f915a4eda99e0acf667fcfebb53bef35bc4ff415
|
packages/pe/periodic-polynomials.yaml
|
packages/pe/periodic-polynomials.yaml
|
homepage: https://hackage.haskell.org/package/periodic-polynomials
changelog-type: markdown
hash: d3dd086a0f04a11d6a72bbaaaaccb5310eab78bbb473693cc5de5b96e8983f9e
test-bench-deps: {}
maintainer: [email protected]
synopsis: A library for working with periodic polynomials (very basic functionality)
changelog: |
# Revision history for periodic-polynomials
## 0.1.0.0 -- 2020-06-25
* First version. Released on an unsuspecting world.
## 0.1.1.0 -- 2020-06-25
* First version revised A. Some code and documentation improvements.
## 0.2.0.0 -- 2020-06-26
* Second version. Fixed an issue with absent period in the formulae. Some documentation improvements. Now works as documented.
basic-deps:
base: '>=4.7 && <4.15'
vector: '>=0.11 && <0.14'
all-versions:
- 0.1.1.0
- 0.2.0.0
author: OleksandrZhabenko
latest: 0.2.0.0
description-type: haddock
description: Provides also simple tools to make a numerical function a periodic (or
somewhat similar) one
license-name: MIT
|
homepage: https://hackage.haskell.org/package/periodic-polynomials
changelog-type: markdown
hash: d3dd086a0f04a11d6a72bbaaaaccb5310eab78bbb473693cc5de5b96e8983f9e
test-bench-deps: {}
maintainer: [email protected]
synopsis: A library for working with periodic polynomials (very basic functionality)
changelog: |
# Revision history for periodic-polynomials
## 0.1.0.0 -- 2020-06-25
* First version. Released on an unsuspecting world.
## 0.1.1.0 -- 2020-06-25
* First version revised A. Some code and documentation improvements.
## 0.2.0.0 -- 2020-06-26
* Second version. Fixed an issue with absent period in the formulae. Some documentation improvements. Now works as documented.
basic-deps:
base: '>=4.7 && <4.15'
vector: '>=0.11 && <0.14'
all-versions:
- 0.2.0.0
author: OleksandrZhabenko
latest: 0.2.0.0
description-type: haddock
description: Provides also simple tools to make a numerical function a periodic (or
somewhat similar) one
license-name: MIT
|
Update from Hackage at 2020-06-26T09:38:59Z
|
Update from Hackage at 2020-06-26T09:38:59Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
3a453720817461629d2b3caa23f3d21e49ed3cfe
|
.github/workflows/main.yml
|
.github/workflows/main.yml
|
name: Evolene CI
on:
push:
pull_request:
branches:
- main
paths-ignore:
- '*.md'
- '*.png'
workflow_dispatch:
jobs:
Evolene:
name: Continuous Integration
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- name: Run Evolene CI pipeline steps
shell: bash
env:
SLACK_CHANNELS: '#team-kth-webb-build'
NPM_UPDATES_AVAILABLE: True
BUILD_INFORMATION_OUTPUT_FILE: '/config/version.js'
CXXFLAGS: '--std=c++14'
run: |
${{ secrets.EVOLENE_RUN_COMMAND }}
|
name: Evolene CI
on:
push:
branches:
- main
- v-7
pull_request:
branches:
- main
- v-7
paths-ignore:
- '*.md'
- '*.png'
workflow_dispatch:
jobs:
Evolene:
name: Continuous Integration
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- name: Run Evolene CI pipeline steps
shell: bash
env:
SLACK_CHANNELS: '#team-kth-webb-build'
NPM_UPDATES_AVAILABLE: True
BUILD_INFORMATION_OUTPUT_FILE: '/config/version.js'
CXXFLAGS: '--std=c++14'
BRANCHES_SAVE_STARTING_WITH: 'refs/heads/v-7'
BRANCHES_TAG_AS_MAIN: 'True'
run: |
${{ secrets.EVOLENE_RUN_COMMAND }}
|
Include v-7 to be built and published
|
Include v-7 to be built and published
|
YAML
|
mit
|
KTH/kth-style,KTH/kth-style
|
d52406182e3929b3753caad4f5a98c90f1b71569
|
data/external_links.yml
|
data/external_links.yml
|
ecto_well_designed:
date: '2017-10-30'
title: "How Elixir's Ecto Promotes Well-Designed Applications"
url: 'https://www.mojotech.com/blog/how-elixir-ecto-promotes-well-designed-applications'
chrome_extensions:
date: '2016-05-16'
title: 'Making Chrome Extensions is Easy with Yeoman'
url: 'https://www.foraker.com/blog/making-chrome-extensions-with-yeoman'
repositories:
date: '2016-02-05'
title: 'The Quest for Simple Active Record Repositories'
url: 'https://www.foraker.com/blog/the-quest-for-simple-active-record-repositories'
ddd:
date: '2015-07-24'
title: 'Domain-Driven Design'
url: 'https://www.foraker.com/blog/domain-driven-design'
dotfiles:
date: '2015-03-06'
title: 'Get Your Dotfiles Under Control'
url: 'https://www.foraker.com/blog/get-your-dotfiles-under-control'
|
practices_and_tools:
date: '2019-07-09'
title: "Practices and Tools that Make for a Good Project"
url: 'https://www.mojotech.com/blog/good-software-project'
ecto_well_designed:
date: '2017-10-30'
title: "How Elixir's Ecto Promotes Well-Designed Applications"
url: 'https://www.mojotech.com/blog/how-elixir-ecto-promotes-well-designed-applications'
chrome_extensions:
date: '2016-05-16'
title: 'Making Chrome Extensions is Easy with Yeoman'
url: 'https://www.foraker.com/blog/making-chrome-extensions-with-yeoman'
repositories:
date: '2016-02-05'
title: 'The Quest for Simple Active Record Repositories'
url: 'https://www.foraker.com/blog/the-quest-for-simple-active-record-repositories'
ddd:
date: '2015-07-24'
title: 'Domain-Driven Design'
url: 'https://www.foraker.com/blog/domain-driven-design'
dotfiles:
date: '2015-03-06'
title: 'Get Your Dotfiles Under Control'
url: 'https://www.foraker.com/blog/get-your-dotfiles-under-control'
|
Add link to "Practices and Tools" blog post
|
Add link to "Practices and Tools" blog post
|
YAML
|
mit
|
jeffcole/jeffcole.github.io,jeffcole/jeffcole.github.io,jeffcole/jeffcole.github.io,jeffcole/jeffcole.github.io
|
f4370ddc0cf34d9e5f4b8856e594c04d92139afd
|
ci/settings.yml
|
ci/settings.yml
|
---
meta:
kit: shield
release: S.H.I.E.L.D. Genesis Kit
target: buf
url: https://10.200.131.2.netip.cc
initial_version: 0.3.0
bosh:
uri: (( vault "secret/pipelines/genesis-ci/bosh:uri" ))
username: (( vault "secret/pipelines/genesis-ci/admin:username" ))
password: (( vault "secret/pipelines/genesis-ci/admin:password" ))
cacert: (( vault "secret/pipelines/genesis-ci/ca:certificate" ))
vault:
url: https://10.200.130.4
token: (( vault "secret/pipelines/vault:token" ))
aws:
access_key: (( vault "secret/aws/cfcommunity:access" ))
secret_key: (( vault "secret/aws/cfcommunity:secret" ))
github:
owner: genesis-community
repo: shield-genesis-kit
branch: master
private_key: (( vault "secret/pipelines/shared/github:private" ))
access_token: (( vault "secret/pipelines/shared/github:access_token" ))
slack:
webhook: (( vault "secret/slack/botspam:webhook" ))
channel: '#botspam'
username: starkandwayne-ci
icon: https://www.starkandwayne.com/assets/images/shield-blue-50x50.png
|
---
meta:
kit: shield
release: S.H.I.E.L.D. Genesis Kit
target: buf
url: https://10.200.131.2.netip.cc
initial_version: 0.3.0
bosh:
uri: (( vault "secret/pipelines/genesis-ci/bosh:uri" ))
username: (( vault "secret/pipelines/genesis-ci/admin:username" ))
password: (( vault "secret/pipelines/genesis-ci/admin:password" ))
cacert: (( vault "secret/pipelines/genesis-ci/ca:certificate" ))
vault:
url: https://10.200.130.4
token: (( vault "secret/pipelines/vault:token" ))
aws:
access_key: (( vault "secret/aws/cfcommunity:access" ))
secret_key: (( vault "secret/aws/cfcommunity:secret" ))
github:
owner: genesis-community
repo: shield-genesis-kit
branch: master
private_key: (( vault "secret/pipelines/shared/github/genesis-bot:private" ))
access_token: (( vault "secret/pipelines/shared/github/genesis-bot:access_token" ))
slack:
webhook: (( vault "secret/slack/botspam:webhook" ))
channel: '#botspam'
username: starkandwayne-ci
icon: https://www.starkandwayne.com/assets/images/shield-blue-50x50.png
|
Use genesis-bot account in CI Pipelines
|
Use genesis-bot account in CI Pipelines
|
YAML
|
mit
|
genesis-community/shield-genesis-kit,genesis-community/shield-genesis-kit,genesis-community/shield-genesis-kit
|
7386cea9a7452c5bbdc54b90b11400dd95ef9660
|
.github/workflows/test.yml
|
.github/workflows/test.yml
|
---
name: test
on: [push, pull_request]
jobs:
test:
if: github.ref != 'refs/heads/master'
runs-on: ubuntu-18.04
strategy:
matrix:
ruby_version:
- 2.6
ar_version:
- 5.2
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
- name: Setup
env:
AR_VERSION: ${{ matrix.ar_version}}
run: bundle install
- name: script
run: |-
set -e
bundle exec rspec
matrix-test:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-18.04
strategy:
matrix:
ruby_version:
- 2.5
- 2.6
- 2.7
ar_version:
- 4.2
- 5.2
- 6.0
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
- name: Setup
env:
AR_VERSION: ${{ matrix.ar_version}}
run: bundle install
- name: script
run: |-
set -e
bundle exec rspec
|
---
name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-18.04
strategy:
matrix:
ruby_version:
- 2.5
- 2.6
- 2.7
ar_version:
- 4.2
- 5.2
- 6.0
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
- name: Setup
env:
AR_VERSION: ${{ matrix.ar_version}}
run: bundle install
- name: script
run: |-
set -e
bundle exec rspec
|
Test with matrix every time
|
Test with matrix every time
|
YAML
|
mit
|
degica/voynich,degica/voynich
|
667920d7e002cd393f8af520081cd97f4e920342
|
common/defaults/main.yml
|
common/defaults/main.yml
|
# Lab playbook - sets up the host specific shit
---
epel_rpm: "http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm"
ol6_repo_file: public-yum-ol6.repo
repo_dir: /etc/yum.repos.d/
# default_user: ansible
install_os_packages: true
configure_epel_repo: true
configure_public_yum_repo: true
configure_motd: true
configure_ntp: true
common_packages:
- screen
- tmux
- facter
- procps
- module-init-tools
- ethtool
- bc
- nc
- bind-utils
- nfs-utils
- make
- sysstat
- unzip
- openssh-clients
- compat-libcap1
- twm
- collectl
- rlwrap
- tigervnc-server
- ntp
- expect
- git
- lvm2
- xfsprogs
- btrfs-progs
|
# Lab playbook - sets up the host specific shit
---
epel_rpm: "http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm"
ol6_repo_file: public-yum-ol6.repo
repo_dir: /etc/yum.repos.d/
# default_user: ansible
install_os_packages: true
configure_epel_repo: true
configure_public_yum_repo: true
configure_motd: true
configure_ntp: true
common_packages:
- screen
- facter
- procps
- module-init-tools
- ethtool
- bc
- nc
- bind-utils
- nfs-utils
- make
- sysstat
- unzip
- openssh-clients
- compat-libcap1
- twm
- collectl
- rlwrap
- tigervnc-server
- ntp
- expect
- git
- lvm2
- xfsprogs
- btrfs-progs
|
Revert "Added tmux to common packages"
|
Revert "Added tmux to common packages"
This reverts commit ca2d666a07c6f26e9d60a27e4ba9efd3f6f75d65.
|
YAML
|
mit
|
fogartyp/ansible-oracle,oravirt/ansible-oracle,kikitux/ansible-oracle,oravirt/ansible-oracle,ilspleno/ansible-oracle,kikitux/ansible-oracle,fogartyp/ansible-oracle,kikitux/ansible-oracle,ilspleno/ansible-oracle
|
206082fe4812d00e8ac0c4daafcaf48f01de6a1a
|
hieradata/osl/roles/master.yaml
|
hieradata/osl/roles/master.yaml
|
---
ntp::servers:
- 172.16.32.100
- 172.16.32.101
- 172.16.32.102
# NOTE: reflectors will be on cumulus gws for prod
calico::reflector: true
profile::base::network::manage_httpproxy: 'true'
profile::base::network::http_proxy: "%{hiera('service__address__proxy')}:8888"
puppet::cron_cmd: "/usr/bin/env puppet agent --config %{puppet::dir}/puppet.conf --onetime --no-daemonize"
|
---
ntp::servers:
- 172.16.32.100
- 172.16.32.101
- 172.16.32.102
# NOTE: reflectors will be on cumulus gws for prod
calico::reflector: true
profile::base::network::manage_httpproxy: 'true'
profile::base::network::http_proxy: "%{hiera('service__address__proxy')}:8888"
puppet::cron_cmd: "/usr/bin/env puppet agent --config %{puppet::dir}/puppet.conf --onetime --no-daemonize"
profile::openstack::resource::networks:
public:
name: 'public'
admin_state_up: true
shared: true
tenant_name: 'openstack'
provider_network_type: 'local'
profile::openstack::resource::subnets:
public:
name: 'public'
cidr: '158.37.63.0/24'
ip_version: '4'
allocation_pools:
- 'start=158.37.63.2,end=158.37.63.245'
gateway_ip: '158.37.63.1'
dns_nameservers:
- '129.240.2.40'
- '129.240.2.3'
network_name: 'public'
tenant_name: 'openstack'
|
Add OpenStack public network for osl location
|
Add OpenStack public network for osl location
|
YAML
|
apache-2.0
|
eckhart/himlar,tanzr/himlar,mikaeld66/himlar,eckhart/himlar,TorLdre/himlar,TorLdre/himlar,norcams/himlar,norcams/himlar,norcams/himlar,raykrist/himlar,raykrist/himlar,TorLdre/himlar,tanzr/himlar,raykrist/himlar,mikaeld66/himlar,mikaeld66/himlar,raykrist/himlar,raykrist/himlar,tanzr/himlar,eckhart/himlar,norcams/himlar,mikaeld66/himlar,tanzr/himlar,TorLdre/himlar,TorLdre/himlar,eckhart/himlar,norcams/himlar,mikaeld66/himlar,tanzr/himlar
|
a8c03615163524e1db4424a0c5843dd2a8548dc8
|
lib/assets/data/supplier_numbers.yml
|
lib/assets/data/supplier_numbers.yml
|
Test chamber/firm:
- 1B555X
- 2B444Z
Galbraith Branley:
- 0X925V
Sonn Macmillan Walker:
- 0A719G
Mark Jones & Partners:
- 0Z310A
- 1G245N
Tuckers Solicitors:
- 1K905R
- 2F741Q
- 2M410C
- 2N915N
- 2M411D
- 2L705L
- 0M058V
- 2N827T
- 2N829V
- 2M412E
- 0V774G
- 2N826R
- 2N828U
- 2L669X
- 2M413F
Carter Osborne Limited: []
|
Test chamber/firm:
- 1B555X
- 2B444Z
Galbraith Branley:
- 0X925V
Sonn Macmillan Walker:
- 0A719G
Mark Jones & Partners:
- 0Z310A
- 1G245N
Tuckers Solicitors:
- 1K905R
- 2F741Q
- 2M410C
- 2N915N
- 2M411D
- 2L705L
- 0M058V
- 2N827T
- 2N829V
- 2M412E
- 0V774G
- 2N826R
- 2N828U
- 2L669X
- 2M413F
Carter Osborne Limited:
- 0R918C
- 2A041V
- 2M353Q
|
Add supplier numbers for another provider.
|
Add supplier numbers for another provider.
|
YAML
|
mit
|
ministryofjustice/advocate-defence-payments,ministryofjustice/advocate-defence-payments,ministryofjustice/advocate-defence-payments,ministryofjustice/advocate-defence-payments
|
312df20b64f33dc5094f183afa7fae5052d09690
|
.readthedocs.yaml
|
.readthedocs.yaml
|
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.9"
python:
install:
- method: pip
path: .
extra_requirements:
- doc
- cesium
sphinx:
# fail_on_warning: true # Too hard, maybe one day?
fail_on_warning: false
|
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.9"
formats:
- epub
- htmlzip
python:
install:
- method: pip
path: .
extra_requirements:
- doc
- cesium
sphinx:
# fail_on_warning: true # Too hard, maybe one day?
fail_on_warning: false
|
Add offline-friendly formats to Read the Docs
|
Add offline-friendly formats to Read the Docs
|
YAML
|
mit
|
poliastro/poliastro
|
675013e140f81f7ef7e4780ab636000a7e6514ea
|
ansible/deploy_local.yml
|
ansible/deploy_local.yml
|
---
- hosts: local
roles:
- common
- mongodb
- openslide
- girder
- mq
- worker
#- itk
vars:
root_dir: /opt/histomicstk
girder_admin_user: admin
girder_admin_email: [email protected]
girder_admin_password: password
girder_socket_host: localhost
girder_socket_port: 8080
girder_exec_user: "{{ lookup('env', 'GIRDER_EXEC_USER') }}"
girder_exec_group: girder
girder_plugins:
- digital_slide_archive
- HistomicsTK
- homepage
girder_celery_user: worker-robot
girder_celery_email: [email protected]
girder_celery_password: celery
girder_root: "{{ root_dir }}/girder"
worker_exec_user: "{{ lookup('env', 'GIRDER_EXEC_USER') }}"
worker_exec_group: girder
mongo_private_ip: localhost
mq_private_ip: localhost
|
---
- hosts: local
roles:
- common
- mongodb
- openslide
- girder
- mq
- worker
#- itk
vars:
root_dir: /opt/histomicstk
girder_admin_user: admin
girder_admin_email: [email protected]
girder_admin_password: password
girder_socket_host: localhost
girder_socket_port: 8080
girder_exec_user: "{{ lookup('env', 'GIRDER_EXEC_USER') }}"
girder_exec_group: girder
girder_plugins:
- digital_slide_archive
- HistomicsTK
- homepage
girder_celery_user: worker-robot
girder_celery_email: [email protected]
girder_celery_password: celery
girder_root: "{{ root_dir }}/girder"
worker_exec_user: "{{ lookup('env', 'GIRDER_EXEC_USER') }}"
worker_exec_group: girder
mongo_private_ip: localhost
mq_private_ip: localhost
tasks:
- debug: msg="Girder is running on port {{ girder_socket_port }}"
|
Add message to indicate girder port
|
Add message to indicate girder port
|
YAML
|
apache-2.0
|
DigitalSlideArchive/HistomicsTK,DigitalSlideArchive/HistomicsTK
|
ed955085a1cb86d007d9b799bb78d8d8d15755e0
|
ansible/main.yml
|
ansible/main.yml
|
---
- hosts: all
vars:
cf_cli_version: "6.25.0"
maven_version: "3.3.9"
maven_checksum: "516923b3955b6035ba6b0a5b031fbd8b"
sbt_version: "0.13.13"
intellij_version: "2017.1"
sts_version: "3.8.3"
eclipse_version: "4.6.2"
docker_compose_version: "1.11.2"
atom_version: "1.15.0"
gradle_version: "3.4.1"
go_version: "1.8"
gather_facts: yes
become: yes
roles:
- disable_auto_update
- developer_packages
- atom
- docker_service
- docker_compose
- cf_cli
- maven
- sbt
- gradle
- intellij
- sts
- unity_desktop
- go
- postman
|
---
- hosts: all
vars:
cf_cli_version: "6.25.0"
maven_version: "3.3.9"
maven_checksum: "516923b3955b6035ba6b0a5b031fbd8b"
sbt_version: "0.13.13"
intellij_version: "2017.1"
sts_version: "3.8.3"
eclipse_version: "4.6.2"
docker_compose_version: "1.12.0"
atom_version: "1.15.0"
gradle_version: "3.4.1"
go_version: "1.8"
gather_facts: yes
become: yes
roles:
- disable_auto_update
- developer_packages
- atom
- docker_service
- docker_compose
- cf_cli
- maven
- sbt
- gradle
- intellij
- sts
- unity_desktop
- go
- postman
|
Update docker compose to 1.12.0
|
Update docker compose to 1.12.0
|
YAML
|
apache-2.0
|
cagiti/developer-environment
|
ad799649e35bdb2223d0852e0063955b41d89a80
|
docker-compose.prod.yml
|
docker-compose.prod.yml
|
version: '3'
services:
app:
build: .
environment:
DEBUG:
INTERNAL_IPS:
ALLOWED_HOSTS:
DATABASE_URL:
SECRET_KEY:
EMAIL_URL:
DJANGO_ADMINS:
ORDER_FORM_SEND_EMAIL:
ORDER_FORM_REPLY_TO_EMAIL:
GANALYTICS_TRACKING_CODE:
restart: always
expose:
- "8000"
depends_on:
- db
volumes:
- ./volumes/static:/opt/services/djangoapp/static
- ./volumes/media:/opt/services/djangoapp/media
nginx:
image: nginx:latest
ports:
- "80:80"
volumes:
- ./nginx:/etc/nginx/conf.d
- ./volumes/static:/opt/services/djangoapp/static
- ./volumes/media:/opt/services/djangoapp/media
depends_on:
- app
db:
image: postgres:9.6
restart: always
environment:
POSTGRES_PASSWORD:
POSTGRES_USER:
volumes:
- "./volumes/db:/var/lib/postgresql/data"
- "./volumes/pgdata:/tmp"
ports:
- "5432:5432"
|
version: '3'
services:
app:
build: .
environment:
DEBUG:
INTERNAL_IPS:
ALLOWED_HOSTS:
DATABASE_URL:
SECRET_KEY:
EMAIL_URL:
DJANGO_ADMINS:
ORDER_FORM_SEND_EMAIL:
ORDER_FORM_REPLY_TO_EMAIL:
GANALYTICS_TRACKING_CODE:
restart: always
expose:
- "8000"
depends_on:
- db
volumes:
- ./volumes/static:/opt/services/djangoapp/static
- ./volumes/media:/opt/services/djangoapp/media
nginx:
image: nginx:latest
ports:
- "80:80"
volumes:
- ./nginx:/etc/nginx/conf.d
- ./volumes/static:/opt/services/djangoapp/static
- ./volumes/media:/opt/services/djangoapp/media
- ./volumes/certbot:/etc/letsencrypt
depends_on:
- app
db:
image: postgres:9.6
restart: always
environment:
POSTGRES_PASSWORD:
POSTGRES_USER:
volumes:
- "./volumes/db:/var/lib/postgresql/data"
- "./volumes/pgdata:/tmp"
ports:
- "5432:5432"
certbot:
depends_on:
- nginx
image: certbot/dns-digitalocean
volumes:
- ./volumes/certbot:/etc/letsencrypt
command: "certonly
-n
--dns-digitalocean
--dns-digitalocean-credentials /etc/letsencrypt/digitalocean.ini
--dns-digitalocean-propagation-seconds 60
--email ${CERTBOT_EMAIL}
--agree-tos
--no-eff-email
--staging
-d \"*.${CERTBOT_BASE_URL}\" -d ${CERTBOT_BASE_URL}"
|
Add certbot service to docker-compose
|
Add certbot service to docker-compose
This will request letsencrypt certificates using digitalocean dns plugin
|
YAML
|
mit
|
brew/fruitynutters,brew/fruitynutters,brew/fruitynutters,brew/fruitynutters
|
352e22e7f346de479d8dd603e52a430a8593a6ae
|
metadata/com.apozas.contactdiary.yml
|
metadata/com.apozas.contactdiary.yml
|
Categories:
- Writing
License: GPL-3.0-or-later
AuthorName: Alex Pozas-Kerstjens
AuthorWebSite: https://www.alexpozas.com/
SourceCode: https://github.com/apozas/contactdiary
IssueTracker: https://github.com/apozas/contactdiary/issues
Donate: https://paypal.me/apozasker
AutoName: Contact Diary
RepoType: git
Repo: https://github.com/apozas/contactdiary
Builds:
- versionName: 1.0.4-github
versionCode: 5
commit: v1.0.4
subdir: android_app/app
gradle:
- github
- versionName: 1.0.5-github
versionCode: 6
commit: v1.0.5
subdir: android_app/app
gradle:
- github
AutoUpdateMode: Version +-github v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.5-github
CurrentVersionCode: 6
|
Categories:
- Writing
License: GPL-3.0-or-later
AuthorName: Alex Pozas-Kerstjens
AuthorWebSite: https://www.alexpozas.com/
SourceCode: https://github.com/apozas/contactdiary
IssueTracker: https://github.com/apozas/contactdiary/issues
Donate: https://paypal.me/apozasker
AutoName: Contact Diary
RepoType: git
Repo: https://github.com/apozas/contactdiary
Builds:
- versionName: 1.0.4-github
versionCode: 5
commit: v1.0.4
subdir: android_app/app
gradle:
- github
- versionName: 1.0.5-github
versionCode: 6
commit: v1.0.5
subdir: android_app/app
gradle:
- github
- versionName: 1.1.1-github
versionCode: 7
commit: v1.1.1
subdir: android_app/app
gradle:
- github
AutoUpdateMode: Version +-github v%v
UpdateCheckMode: Tags
CurrentVersion: 1.1.1
CurrentVersionCode: 7
|
Update Contact Diary to 1.1.1 (7)
|
Update Contact Diary to 1.1.1 (7)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
026c964747ea8186300e1cd27aff45a4fb01bd08
|
.github/workflows/merge-dependabot-upgrades.yml
|
.github/workflows/merge-dependabot-upgrades.yml
|
# See https://github.com/ridedott/merge-me-action/
# This workflow automates merges from patches sent by Dependabot, and
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge-me:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- name: Auto-Merge
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ridedott/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
|
# See https://github.com/ridedott/merge-me-action/
# This workflow automates merges from patches sent by Dependabot, and
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge-me:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- name: Auto-Merge
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ridedott/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
|
Bump ridedott/merge-me-action from 2.9.54 to 2.9.55
|
Bump ridedott/merge-me-action from 2.9.54 to 2.9.55
|
YAML
|
mit
|
Ocramius/CodeGenerationUtils
|
5f5e48fd0b43d143370aed08b1605c8ed5ecc79a
|
.forestry/front_matter/templates/test.yml
|
.forestry/front_matter/templates/test.yml
|
---
label: test
hide_body: true
fields:
- name: layout
type: text
config:
required: true
label: layout
default: post
- name: title
type: text
config:
required: true
min: 8
label: title
- name: tag
type: text
config:
required: true
label: tag
default: ml
|
---
label: test
hide_body: true
fields:
- name: layout
type: text
config:
required: true
label: layout
default: post
- name: title
type: text
config:
required: true
min: 8
label: title
- name: tag
type: text
config:
required: true
label: tag
default: ml
- name: content
type: textarea
default: ''
config:
required: false
wysiwyg: false
schema:
format: markdown
label: content
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
gurugaurav/gurugaurav.github.io,gurugaurav/gurugaurav.github.io,gurugaurav/gurugaurav.github.io,gurugaurav/gurugaurav.github.io
|
e8b0dc34921d8a3dab09e632177803bb6a725c26
|
.github/workflows/close-subsplit-prs.yaml
|
.github/workflows/close-subsplit-prs.yaml
|
---
name: Close sub-split PRs
on:
push:
branches:
- 2.x
- 3.x
pull_request:
branches:
- 2.x
- 3.x
schedule:
- cron: '30 7 * * *'
jobs:
close_subsplit_prs:
runs-on: ubuntu-latest
name: Close sub-split PRs
steps:
- uses: frankdejonge/[email protected]
with:
close_pr: 'no'
target_branch_match: '^(?!master).+$'
message: |
Hi :wave:,
Thank you for contributing to Flysystem. Unfortunately, you've sent a PR to a read-only sub-split repository.
All pull requests should be directed towards: https://github.com/thephpleague/flsysystem
|
---
name: Close sub-split PRs
on:
push:
branches:
- 2.x
- 3.x
pull_request:
branches:
- 2.x
- 3.x
schedule:
- cron: '30 7 * * *'
jobs:
close_subsplit_prs:
runs-on: ubuntu-latest
name: Close sub-split PRs
steps:
- uses: frankdejonge/[email protected]
with:
close_pr: 'yes'
target_branch_match: '^(?!master).+$'
message: |
Hi :wave:,
Thank you for contributing to Flysystem. Unfortunately, you've sent a PR to a read-only sub-split repository.
All pull requests should be directed towards: https://github.com/thephpleague/flsysystem
|
Install sub-split PR closer on all sub-splits.
|
Install sub-split PR closer on all sub-splits.
|
YAML
|
mit
|
thephpleague/flysystem-aws-s3-v3
|
f664613d82bc983944f1057b55248ae3cb819650
|
molecule/default/molecule.yml
|
molecule/default/molecule.yml
|
---
dependency:
name: galaxy
options:
role-file: ../../requirements.yml
ignore-errors: true
driver:
name: vagrant
provider:
name: libvirt
platforms:
- name: instance
box: ${MOLECULE_DISTRO:-generic/ubuntu1804}
memory: 4096
cpus: 1
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
provider_raw_config_args:
- 'nic_model_type = "virtio"'
- 'disk_bus = "virtio"'
- 'volume_cache = "none"'
- 'storage :file, bus: "virtio", cache: "none"'
providers:
- name: libvirt
type: libvirt
driver: kvm
provisioner:
name: ansible
verifier:
name: ansible
|
---
dependency:
name: galaxy
options:
role-file: requirements.yml
ignore-errors: true
driver:
name: vagrant
provider:
name: libvirt
platforms:
- name: instance
box: ${MOLECULE_DISTRO:-generic/ubuntu1804}
memory: 4096
cpus: 1
interfaces:
- auto_config: true
network_name: private_network
type: dhcp
provider_raw_config_args:
- 'nic_model_type = "virtio"'
- 'disk_bus = "virtio"'
- 'volume_cache = "none"'
- 'storage :file, bus: "virtio", cache: "none"'
providers:
- name: libvirt
type: libvirt
driver: kvm
provisioner:
name: ansible
verifier:
name: ansible
|
Fix dependency stage in Molecule test.
|
Fix dependency stage in Molecule test.
|
YAML
|
apache-2.0
|
Graylog2/graylog-ansible-role
|
e962ab254d80e61c405433c8f9fbdd37b5d21610
|
.github/workflows/build-docs.yml
|
.github/workflows/build-docs.yml
|
name: FAKE Build on PR
on:
pull_request:
workflow_dispatch:
jobs:
win-build:
name: Windows Build (No Tests)
runs-on: windows-latest
defaults:
run:
shell: cmd
steps:
- name: System Info
run: systeminfo
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- name: Build
run: ./build.cmd DotnetBuild
env:
# Work around https://github.com/actions/setup-dotnet/issues/29
DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
CI: true
linux-build:
name: Linux Build (No Tests)
runs-on: ubuntu-latest
steps:
- name: System Info
run: lscpu
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- name: Build
run: |
chmod +x ./build.sh
./build.sh DotnetBuild
env:
# Work around https://github.com/actions/setup-dotnet/issues/29
DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
CI: true
linux-test-self-hosted:
name: Linux Self-Hosted Test
runs-on: self-hosted
steps:
- name: System Info
run: lscpu
- uses: actions/checkout@v1
- name: OpenCL Info
run: clinfo
- name: Build And Test
run: |
chmod +x ./build.sh
./build.sh
env:
# Work around https://github.com/actions/setup-dotnet/issues/29
DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
CI: true
|
name: BuildDocs
on:
push:
pull_request:
workflow_dispatch:
jobs:
win-build:
name: Windows Build Docs
runs-on: windows-latest
defaults:
run:
shell: cmd
steps:
- name: System Info
run: systeminfo
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- name: Build
run: ./build.cmd BuildDocs
env:
# Work around https://github.com/actions/setup-dotnet/issues/29
DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
CI: true
linux-build:
name: Linux Build Docs
runs-on: ubuntu-latest
steps:
- name: System Info
run: lscpu
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- name: Build
run: |
chmod +x ./build.sh
./build.sh BuildDocs
env:
# Work around https://github.com/actions/setup-dotnet/issues/29
DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
CI: true
|
Build docs workflow description fixed.
|
Build docs workflow description fixed.
|
YAML
|
epl-1.0
|
YaccConstructor/Brahma.FSharp,YaccConstructor/Brahma.FSharp,YaccConstructor/Brahma.FSharp,YaccConstructor/Brahma.FSharp
|
7f84ef72bde4a43191334dafcb96eaac6a117a4c
|
packages/la/language-cil.yaml
|
packages/la/language-cil.yaml
|
homepage: https://github.com/tomlokhorst/language-cil
changelog-type: ''
hash: 8fecbdbf8213de7415da4e3d54d4cd373ed415950588f2d06da840b0aacd2e56
test-bench-deps: {}
maintainer: Tom Lokhorst <[email protected]>
synopsis: Manipulating Common Intermediate Language AST
changelog: ''
basic-deps:
base: ! '>3 && <5'
bool-extras: ! '>=0.3.0 && <0.4'
all-versions:
- '0.2.0'
- '0.2.1'
- '0.2.2'
author: ! 'Jeroen Leeuwestein,
Tom Lokhorst'
latest: '0.2.2'
description-type: haddock
description: ! 'Language-Cil is a Haskell library for manipulating CIL
abstract syntax and generating .il files.
Common Intermediate Language (CIL), formerly known as
Microsoft Intermediate Language (MSIL), is the lowest
level language that runs on Microsoft .NET and Mono.
This library is still under development, it only supports
a small subset of the full CIL.
See <https://github.com/tomlokhorst/language-cil#readme>
for an example of how to quickly get started.'
license-name: BSD3
|
homepage: https://github.com/tomlokhorst/language-cil
changelog-type: ''
hash: d163acc92aa56953089fa49ed2a18e04408748a0e41f33fcda29da61dc1434a0
test-bench-deps: {}
maintainer: Tom Lokhorst <[email protected]>
synopsis: Manipulating Common Intermediate Language AST
changelog: ''
basic-deps:
base: ! '>3 && <5'
bool-extras: ! '>=0.4.0 && <0.5'
all-versions:
- '0.2.0'
- '0.2.1'
- '0.2.2'
- '0.3.1'
- '0.4.0'
author: ! 'Jeroen Leeuwestein,
Tom Lokhorst'
latest: '0.4.0'
description-type: haddock
description: ! 'Language-Cil is a Haskell library for manipulating CIL
abstract syntax and generating .il files.
Common Intermediate Language (CIL), formerly known as
Microsoft Intermediate Language (MSIL), is the lowest
level language that runs on Microsoft .NET and Mono.
This library is still under development, it only supports
a small subset of the full CIL.
See <https://github.com/tomlokhorst/language-cil#readme>
for an example of how to quickly get started.'
license-name: BSD3
|
Update from Hackage at 2016-09-19T12:21:29+00:00
|
Update from Hackage at 2016-09-19T12:21:29+00:00
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
ae337ca76ca93b1dd7678acce63ff88858dd6018
|
config/kubernetes-sigs/sig-node/teams.yaml
|
config/kubernetes-sigs/sig-node/teams.yaml
|
teams:
node-feature-discovery-operator-admins:
description: Admin access to node-feature-discovery-operator repo
members:
- ArangoGutierrez
- marquiz
- zvonkok
privacy: closed
node-feature-discovery-operator-maintainers:
description: Write access to node-feature-discovery-operator repo
members:
- ArangoGutierrez
- marquiz
- zvonkok
privacy: closed
security-profiles-operator-admins:
description: Admin access to security-profiles-operator repo
members:
- JAORMX
- jhrozek
- pjbgf
- saschagrunert
privacy: closed
previously:
- seccomp-operator-admins
security-profiles-operator-maintainers:
description: Write access to security-profiles-operator repo
members:
- JAORMX
- jhrozek
- pjbgf
- saschagrunert
privacy: closed
previously:
- seccomp-operator-maintainers
special-resource-operator-admins:
description: Admin access to special-resource-operator repo
members:
- adrianchiris
- zvonkok
privacy: closed
special-resource-operator-maintainers:
description: Write access to special-resource-operator repo
members:
- adrianchiris
- zvonkok
privacy: closed
|
teams:
kernel-module-management-admins:
description: Admin access to kernel-module-management repo
members:
- qbarrand
privacy: closed
kernel-module-management-maintainers:
description: Write access to kernel-module-management repo
members:
- qbarrand
privacy: closed
node-feature-discovery-operator-admins:
description: Admin access to node-feature-discovery-operator repo
members:
- ArangoGutierrez
- marquiz
- zvonkok
privacy: closed
node-feature-discovery-operator-maintainers:
description: Write access to node-feature-discovery-operator repo
members:
- ArangoGutierrez
- marquiz
- zvonkok
privacy: closed
security-profiles-operator-admins:
description: Admin access to security-profiles-operator repo
members:
- JAORMX
- jhrozek
- pjbgf
- saschagrunert
privacy: closed
previously:
- seccomp-operator-admins
security-profiles-operator-maintainers:
description: Write access to security-profiles-operator repo
members:
- JAORMX
- jhrozek
- pjbgf
- saschagrunert
privacy: closed
previously:
- seccomp-operator-maintainers
special-resource-operator-admins:
description: Admin access to special-resource-operator repo
members:
- adrianchiris
- zvonkok
privacy: closed
special-resource-operator-maintainers:
description: Write access to special-resource-operator repo
members:
- adrianchiris
- zvonkok
privacy: closed
|
Add qbarrand as KMM admin.
|
Add qbarrand as KMM admin.
|
YAML
|
apache-2.0
|
kubernetes/org,kubernetes/org,kubernetes/org
|
f3b48a8c7eb7e75743970f9fcf63d3d057710e93
|
packages/ha/haskell-compression.yaml
|
packages/ha/haskell-compression.yaml
|
homepage: codekinder.com
changelog-type: ''
hash: bd6b5276c1845fa170df1c349a1d6b80ccd3317e51cea42be746446d20c67f6b
test-bench-deps: {}
maintainer: [email protected]
synopsis: ''
changelog: ''
basic-deps:
bimap: -any
bytestring: -any
base: <10000
containers: -any
boolean-list: -any
all-versions:
- '0.1'
- '0.1.1'
author: Alan Hawkins
latest: '0.1.1'
description-type: haddock
description: Compress files
license-name: BSD3
|
homepage: http://xy30.com
changelog-type: ''
hash: be6c33d04b30134d4e1e77459ac61607d00ccf4d69013f885b649bb6e27ce9c4
test-bench-deps: {}
maintainer: [email protected]
synopsis: compress files
changelog: ''
basic-deps:
bimap: <10000
bytestring: <10000
base: <10000
booleanlist: <10000
containers: <10000
all-versions:
- '0.1'
- '0.1.1'
- '0.2'
author: Alan Hawkins
latest: '0.2'
description-type: haddock
description: A program to compress a file
license-name: GPL-3
|
Update from Hackage at 2017-01-15T02:36:52Z
|
Update from Hackage at 2017-01-15T02:36:52Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
fdc558a787d0d6251785f35ff8bfa4568d53806b
|
oddbaby.libraries.yml
|
oddbaby.libraries.yml
|
global:
css:
theme:
dist/css/main.css: {}
dist/css/print.css: { media: print }
js:
dist/js/bundle.js: {}
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
|
global:
css:
theme:
dist/css/main.css: {}
dist/css/print.css: { media: print }
js:
dist/js/bundle.js: { minified: true }
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
|
Set minified flag on bundle.js
|
Set minified flag on bundle.js
Close #9
|
YAML
|
mit
|
oddhill/oddbaby-8
|
e202f768358280dfbe6fd0733c5d6b5c593e1822
|
rancher-config/docker-compose.yml
|
rancher-config/docker-compose.yml
|
version: '2'
services:
gp-finder-frontend:
image: "nhsuk/gp-finder:$DOCKER_IMAGE_TAG"
environment:
NODE_ENV: production
HOTJAR_ANALYTICS_TRACKING_ID: $HOTJAR_ANALYTICS_TRACKING_ID
GOOGLE_ANALYTICS_TRACKING_ID: $GOOGLE_ANALYTICS_TRACKING_ID
WEBTRENDS_ANALYTICS_TRACKING_ID: $WEBTRENDS_ANALYTICS_TRACKING_ID
ES_HOST: ${ES_HOST}
CACHE_TIMEOUT_SECONDS: 1800
labels:
traefik.enable: true
traefik.frontend.rule: $TRAEFIK_RULE
traefik.backend: ${RANCHER_STACK_NAME}-gp-finder-frontend
traefik.port: 3000
io.rancher.container.pull_image: always
logging:
driver: splunk
options:
splunk-url: ${SPLUNK_HEC_URL}
splunk-token: ${SPLUNK_HEC_TOKEN}
splunk-insecureskipverify: "true"
splunk-sourcetype: docker
splunk-source: gp-finder
splunk-verify-connection: "false"
tag: "{{`{{.ImageName}} {{.Name}} {{.FullID}}`}}"
splunk-format: json
|
version: '2'
services:
gp-finder-frontend:
image: "nhsuk/gp-finder:$DOCKER_IMAGE_TAG"
environment:
NODE_ENV: production
HOTJAR_ANALYTICS_TRACKING_ID: $HOTJAR_ANALYTICS_TRACKING_ID
GOOGLE_ANALYTICS_TRACKING_ID: $GOOGLE_ANALYTICS_TRACKING_ID
WEBTRENDS_ANALYTICS_TRACKING_ID: $WEBTRENDS_ANALYTICS_TRACKING_ID
ES_HOST: ${ES_HOST}
CACHE_TIMEOUT_SECONDS: 1800
labels:
traefik.enable: true
traefik.frontend.rule: $TRAEFIK_RULE
traefik.backend: ${RANCHER_STACK_NAME}-gp-finder-frontend
traefik.port: 3000
prometheus.port: 3000
prometheus.monitoring: true
io.rancher.container.pull_image: always
logging:
driver: splunk
options:
splunk-url: ${SPLUNK_HEC_URL}
splunk-token: ${SPLUNK_HEC_TOKEN}
splunk-insecureskipverify: "true"
splunk-sourcetype: docker
splunk-source: gp-finder
splunk-verify-connection: "false"
tag: "{{`{{.ImageName}} {{.Name}} {{.FullID}}`}}"
splunk-format: json
|
Add labels for Prometheus federation in Rancher env
|
:name_badge: Add labels for Prometheus federation in Rancher env
|
YAML
|
mit
|
nhsuk/gp-finder,nhsuk/gp-finder
|
8cba6509e4aa55e6cecff253f8eeb823e34e758d
|
rest-api-spec/test/script/30_expressions.yaml
|
rest-api-spec/test/script/30_expressions.yaml
|
---
setup:
- skip:
version: "0 - 100"
reason: Java returns floating point, but JSON returns integer
- do:
indices.create:
index: test123
body:
mappings:
test:
properties:
age:
type: long
- do:
index:
index: test123
type: test
id: 1
body: { age: 23 }
- do:
indices.refresh: {}
---
"Expressions scripting test":
- do: { search: { body: { script_fields : { my_field : { lang: expression, script: 'doc["age"].value' } } } } }
- match: { hits.hits.0.fields.my_field: [ 23 ] }
|
---
setup:
- do:
indices.create:
index: test123
body:
mappings:
test:
properties:
age:
type: long
- do:
index:
index: test123
type: test
id: 1
body: { age: 23 }
- do:
indices.refresh: {}
---
"Expressions scripting test":
- do: { search: { body: { script_fields : { my_field : { lang: expression, script: 'doc["age"].value' } } } } }
- match: { hits.hits.0.fields.my_field.0: 23.0 }
|
Fix script-expressions test to work with Perl
|
REST: Fix script-expressions test to work with Perl
Closes #9931
|
YAML
|
apache-2.0
|
humandb/elasticsearch,MetSystem/elasticsearch,springning/elasticsearch,rmuir/elasticsearch,humandb/elasticsearch,xingguang2013/elasticsearch,lchennup/elasticsearch,ivansun1010/elasticsearch,AshishThakur/elasticsearch,scorpionvicky/elasticsearch,vingupta3/elasticsearch,feiqitian/elasticsearch,ckclark/elasticsearch,adrianbk/elasticsearch,Flipkart/elasticsearch,sreeramjayan/elasticsearch,awislowski/elasticsearch,KimTaehee/elasticsearch,episerver/elasticsearch,sjohnr/elasticsearch,bestwpw/elasticsearch,hafkensite/elasticsearch,shreejay/elasticsearch,polyfractal/elasticsearch,djschny/elasticsearch,lydonchandra/elasticsearch,elancom/elasticsearch,linglaiyao1314/elasticsearch,beiske/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,vietlq/elasticsearch,Brijeshrpatel9/elasticsearch,davidvgalbraith/elasticsearch,abibell/elasticsearch,huypx1292/elasticsearch,ulkas/elasticsearch,Stacey-Gammon/elasticsearch,sposam/elasticsearch,iantruslove/elasticsearch,Ansh90/elasticsearch,apepper/elasticsearch,anti-social/elasticsearch,hafkensite/elasticsearch,kevinkluge/elasticsearch,mute/elasticsearch,ThiagoGarciaAlves/elasticsearch,ydsakyclguozi/elasticsearch,jw0201/elastic,zhiqinghuang/elasticsearch,iamjakob/elasticsearch,ydsakyclguozi/elasticsearch,gmarz/elasticsearch,rento19962/elasticsearch,polyfractal/elasticsearch,pablocastro/elasticsearch,YosuaMichael/elasticsearch,szroland/elasticsearch,rmuir/elasticsearch,EasonYi/elasticsearch,huanzhong/elasticsearch,MjAbuz/elasticsearch,ImpressTV/elasticsearch,kcompher/elasticsearch,socialrank/elasticsearch,njlawton/elasticsearch,humandb/elasticsearch,strapdata/elassandra,qwerty4030/elasticsearch,wbowling/elasticsearch,strapdata/elassandra5-rc,humandb/elasticsearch,phani546/elasticsearch,wangtuo/elasticsearch,polyfractal/elasticsearch,masaruh/elasticsearch,JSCooke/elasticsearch,mjhennig/elasticsearch,jimczi/elasticsearch,petabytedata/elasticsearch,Rygbee/elasticsearch,javachengwc/elasticsearch,NBSW/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,golubev/elasticsearch,rajanm/elasticsearch,ricardocerq/elasticsearch,elancom/elasticsearch,zeroctu/elasticsearch,davidvgalbraith/elasticsearch,masterweb121/elasticsearch,onegambler/elasticsearch,tahaemin/elasticsearch,petabytedata/elasticsearch,GlenRSmith/elasticsearch,a2lin/elasticsearch,nezirus/elasticsearch,winstonewert/elasticsearch,qwerty4030/elasticsearch,jango2015/elasticsearch,andrestc/elasticsearch,lydonchandra/elasticsearch,caengcjd/elasticsearch,18098924759/elasticsearch,iacdingping/elasticsearch,beiske/elasticsearch,sneivandt/elasticsearch,rlugojr/elasticsearch,njlawton/elasticsearch,Siddartha07/elasticsearch,drewr/elasticsearch,zeroctu/elasticsearch,dylan8902/elasticsearch,mjason3/elasticsearch,mapr/elasticsearch,acchen97/elasticsearch,girirajsharma/elasticsearch,ESamir/elasticsearch,kevinkluge/elasticsearch,pozhidaevak/elasticsearch,maddin2016/elasticsearch,NBSW/elasticsearch,huanzhong/elasticsearch,MetSystem/elasticsearch,naveenhooda2000/elasticsearch,tebriel/elasticsearch,ouyangkongtong/elasticsearch,thecocce/elasticsearch,fekaputra/elasticsearch,acchen97/elasticsearch,cwurm/elasticsearch,lzo/elasticsearch-1,nrkkalyan/elasticsearch,gingerwizard/elasticsearch,episerver/elasticsearch,liweinan0423/elasticsearch,LeoYao/elasticsearch,winstonewert/elasticsearch,bestwpw/elasticsearch,snikch/elasticsearch,xuzha/elasticsearch,alexshadow007/elasticsearch,LewayneNaidoo/elasticsearch,sarwarbhuiyan/elasticsearch,sdauletau/elasticsearch,mnylen/elasticsearch,chirilo/elasticsearch,tahaemin/elasticsearch,hanswang/elasticsearch,nknize/elasticsearch,spiegela/elasticsearch,yuy168/elasticsearch,Rygbee/elasticsearch,gfyoung/elasticsearch,fforbeck/elasticsearch,Shepard1212/elasticsearch,strapdata/elassandra-test,vingupta3/elasticsearch,sneivandt/elasticsearch,xpandan/elasticsearch,andrejserafim/elasticsearch,mohit/elasticsearch,strapdata/elassandra-test,Shepard1212/elasticsearch,ThalaivaStars/OrgRepo1,apepper/elasticsearch,markwalkom/elasticsearch,chirilo/elasticsearch,jpountz/elasticsearch,wittyameta/elasticsearch,vrkansagara/elasticsearch,fooljohnny/elasticsearch,djschny/elasticsearch,kenshin233/elasticsearch,hirdesh2008/elasticsearch,ckclark/elasticsearch,nezirus/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,skearns64/elasticsearch,episerver/elasticsearch,nazarewk/elasticsearch,humandb/elasticsearch,vroyer/elassandra,strapdata/elassandra5-rc,JackyMai/elasticsearch,ImpressTV/elasticsearch,ulkas/elasticsearch,jaynblue/elasticsearch,HonzaKral/elasticsearch,i-am-Nathan/elasticsearch,strapdata/elassandra-test,diendt/elasticsearch,obourgain/elasticsearch,lightslife/elasticsearch,zhiqinghuang/elasticsearch,jbertouch/elasticsearch,Widen/elasticsearch,overcome/elasticsearch,thecocce/elasticsearch,thecocce/elasticsearch,knight1128/elasticsearch,weipinghe/elasticsearch,bawse/elasticsearch,rajanm/elasticsearch,geidies/elasticsearch,Flipkart/elasticsearch,Shekharrajak/elasticsearch,yynil/elasticsearch,Kakakakakku/elasticsearch,tsohil/elasticsearch,camilojd/elasticsearch,javachengwc/elasticsearch,sreeramjayan/elasticsearch,btiernay/elasticsearch,hirdesh2008/elasticsearch,andrestc/elasticsearch,slavau/elasticsearch,Charlesdong/elasticsearch,lightslife/elasticsearch,palecur/elasticsearch,AndreKR/elasticsearch,maddin2016/elasticsearch,jaynblue/elasticsearch,ouyangkongtong/elasticsearch,alexbrasetvik/elasticsearch,weipinghe/elasticsearch,robin13/elasticsearch,Widen/elasticsearch,mapr/elasticsearch,aglne/elasticsearch,jaynblue/elasticsearch,jbertouch/elasticsearch,amit-shar/elasticsearch,rhoml/elasticsearch,jpountz/elasticsearch,Uiho/elasticsearch,wittyameta/elasticsearch,mrorii/elasticsearch,diendt/elasticsearch,wbowling/elasticsearch,gingerwizard/elasticsearch,phani546/elasticsearch,achow/elasticsearch,schonfeld/elasticsearch,pritishppai/elasticsearch,sposam/elasticsearch,HonzaKral/elasticsearch,MetSystem/elasticsearch,rento19962/elasticsearch,Collaborne/elasticsearch,springning/elasticsearch,HonzaKral/elasticsearch,pranavraman/elasticsearch,thecocce/elasticsearch,Kakakakakku/elasticsearch,huanzhong/elasticsearch,JSCooke/elasticsearch,andrejserafim/elasticsearch,C-Bish/elasticsearch,andrestc/elasticsearch,JackyMai/elasticsearch,easonC/elasticsearch,nilabhsagar/elasticsearch,scorpionvicky/elasticsearch,wenpos/elasticsearch,jsgao0/elasticsearch,StefanGor/elasticsearch,mm0/elasticsearch,AshishThakur/elasticsearch,yongminxia/elasticsearch,mcku/elasticsearch,nezirus/elasticsearch,s1monw/elasticsearch,markwalkom/elasticsearch,MetSystem/elasticsearch,clintongormley/elasticsearch,Stacey-Gammon/elasticsearch,zeroctu/elasticsearch,zkidkid/elasticsearch,mapr/elasticsearch,fernandozhu/elasticsearch,MichaelLiZhou/elasticsearch,tkssharma/elasticsearch,xpandan/elasticsearch,SergVro/elasticsearch,sdauletau/elasticsearch,yuy168/elasticsearch,Uiho/elasticsearch,aglne/elasticsearch,tahaemin/elasticsearch,hanswang/elasticsearch,Collaborne/elasticsearch,LeoYao/elasticsearch,Siddartha07/elasticsearch,pritishppai/elasticsearch,ESamir/elasticsearch,slavau/elasticsearch,golubev/elasticsearch,kingaj/elasticsearch,wbowling/elasticsearch,umeshdangat/elasticsearch,kingaj/elasticsearch,kaneshin/elasticsearch,maddin2016/elasticsearch,alexkuk/elasticsearch,HarishAtGitHub/elasticsearch,kubum/elasticsearch,apepper/elasticsearch,knight1128/elasticsearch,naveenhooda2000/elasticsearch,fekaputra/elasticsearch,sjohnr/elasticsearch,KimTaehee/elasticsearch,kenshin233/elasticsearch,masaruh/elasticsearch,HarishAtGitHub/elasticsearch,andrestc/elasticsearch,MaineC/elasticsearch,glefloch/elasticsearch,kimimj/elasticsearch,uschindler/elasticsearch,gmarz/elasticsearch,Fsero/elasticsearch,lmtwga/elasticsearch,maddin2016/elasticsearch,alexkuk/elasticsearch,elancom/elasticsearch,lzo/elasticsearch-1,njlawton/elasticsearch,mkis-/elasticsearch,truemped/elasticsearch,JervyShi/elasticsearch,EasonYi/elasticsearch,ydsakyclguozi/elasticsearch,jw0201/elastic,spiegela/elasticsearch,nellicus/elasticsearch,zkidkid/elasticsearch,tkssharma/elasticsearch,hafkensite/elasticsearch,aglne/elasticsearch,himanshuag/elasticsearch,kevinkluge/elasticsearch,mrorii/elasticsearch,Widen/elasticsearch,drewr/elasticsearch,mortonsykes/elasticsearch,AndreKR/elasticsearch,henakamaMSFT/elasticsearch,naveenhooda2000/elasticsearch,mmaracic/elasticsearch,HarishAtGitHub/elasticsearch,xpandan/elasticsearch,mrorii/elasticsearch,dylan8902/elasticsearch,ThalaivaStars/OrgRepo1,hafkensite/elasticsearch,mgalushka/elasticsearch,artnowo/elasticsearch,IanvsPoplicola/elasticsearch,Siddartha07/elasticsearch,markharwood/elasticsearch,milodky/elasticsearch,masterweb121/elasticsearch,Chhunlong/elasticsearch,easonC/elasticsearch,yongminxia/elasticsearch,nazarewk/elasticsearch,huypx1292/elasticsearch,kevinkluge/elasticsearch,markllama/elasticsearch,Chhunlong/elasticsearch,kevinkluge/elasticsearch,wuranbo/elasticsearch,Uiho/elasticsearch,markllama/elasticsearch,Chhunlong/elasticsearch,Ansh90/elasticsearch,ouyangkongtong/elasticsearch,Stacey-Gammon/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,18098924759/elasticsearch,golubev/elasticsearch,caengcjd/elasticsearch,lydonchandra/elasticsearch,MjAbuz/elasticsearch,xpandan/elasticsearch,mmaracic/elasticsearch,henakamaMSFT/elasticsearch,EasonYi/elasticsearch,nellicus/elasticsearch,abibell/elasticsearch,zeroctu/elasticsearch,onegambler/elasticsearch,Flipkart/elasticsearch,Shekharrajak/elasticsearch,acchen97/elasticsearch,bestwpw/elasticsearch,apepper/elasticsearch,yynil/elasticsearch,infusionsoft/elasticsearch,lchennup/elasticsearch,hanst/elasticsearch,IanvsPoplicola/elasticsearch,djschny/elasticsearch,chirilo/elasticsearch,jeteve/elasticsearch,thecocce/elasticsearch,fernandozhu/elasticsearch,kcompher/elasticsearch,milodky/elasticsearch,artnowo/elasticsearch,loconsolutions/elasticsearch,franklanganke/elasticsearch,milodky/elasticsearch,LewayneNaidoo/elasticsearch,hanswang/elasticsearch,schonfeld/elasticsearch,cnfire/elasticsearch-1,kalburgimanjunath/elasticsearch,nilabhsagar/elasticsearch,C-Bish/elasticsearch,franklanganke/elasticsearch,tsohil/elasticsearch,pranavraman/elasticsearch,strapdata/elassandra5-rc,mapr/elasticsearch,chirilo/elasticsearch,clintongormley/elasticsearch,ulkas/elasticsearch,snikch/elasticsearch,sc0ttkclark/elasticsearch,shreejay/elasticsearch,jimhooker2002/elasticsearch,AshishThakur/elasticsearch,kalburgimanjunath/elasticsearch,jchampion/elasticsearch,huypx1292/elasticsearch,MichaelLiZhou/elasticsearch,mnylen/elasticsearch,jsgao0/elasticsearch,lightslife/elasticsearch,kunallimaye/elasticsearch,fred84/elasticsearch,Chhunlong/elasticsearch,vietlq/elasticsearch,brandonkearby/elasticsearch,iamjakob/elasticsearch,overcome/elasticsearch,mortonsykes/elasticsearch,YosuaMichael/elasticsearch,jbertouch/elasticsearch,AshishThakur/elasticsearch,yuy168/elasticsearch,jsgao0/elasticsearch,feiqitian/elasticsearch,nomoa/elasticsearch,aglne/elasticsearch,acchen97/elasticsearch,Liziyao/elasticsearch,kevinkluge/elasticsearch,mute/elasticsearch,JervyShi/elasticsearch,wittyameta/elasticsearch,wayeast/elasticsearch,vrkansagara/elasticsearch,koxa29/elasticsearch,queirozfcom/elasticsearch,zeroctu/elasticsearch,zhiqinghuang/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,yynil/elasticsearch,KimTaehee/elasticsearch,trangvh/elasticsearch,queirozfcom/elasticsearch,sarwarbhuiyan/elasticsearch,jpountz/elasticsearch,sdauletau/elasticsearch,wenpos/elasticsearch,jango2015/elasticsearch,himanshuag/elasticsearch,markllama/elasticsearch,JervyShi/elasticsearch,jw0201/elastic,drewr/elasticsearch,amit-shar/elasticsearch,hanswang/elasticsearch,hirdesh2008/elasticsearch,mohit/elasticsearch,Widen/elasticsearch,rlugojr/elasticsearch,smflorentino/elasticsearch,mapr/elasticsearch,i-am-Nathan/elasticsearch,mute/elasticsearch,hydro2k/elasticsearch,socialrank/elasticsearch,sjohnr/elasticsearch,strapdata/elassandra-test,Charlesdong/elasticsearch,pritishppai/elasticsearch,huanzhong/elasticsearch,markllama/elasticsearch,F0lha/elasticsearch,KimTaehee/elasticsearch,nrkkalyan/elasticsearch,phani546/elasticsearch,yynil/elasticsearch,socialrank/elasticsearch,szroland/elasticsearch,sc0ttkclark/elasticsearch,onegambler/elasticsearch,achow/elasticsearch,ImpressTV/elasticsearch,sjohnr/elasticsearch,kingaj/elasticsearch,mbrukman/elasticsearch,strapdata/elassandra,jaynblue/elasticsearch,umeshdangat/elasticsearch,lmtwga/elasticsearch,rhoml/elasticsearch,Uiho/elasticsearch,fekaputra/elasticsearch,milodky/elasticsearch,girirajsharma/elasticsearch,adrianbk/elasticsearch,overcome/elasticsearch,dylan8902/elasticsearch,glefloch/elasticsearch,markllama/elasticsearch,masaruh/elasticsearch,MaineC/elasticsearch,karthikjaps/elasticsearch,tkssharma/elasticsearch,linglaiyao1314/elasticsearch,himanshuag/elasticsearch,jaynblue/elasticsearch,jimhooker2002/elasticsearch,xingguang2013/elasticsearch,kunallimaye/elasticsearch,Brijeshrpatel9/elasticsearch,maddin2016/elasticsearch,kimimj/elasticsearch,wimvds/elasticsearch,kubum/elasticsearch,khiraiwa/elasticsearch,yongminxia/elasticsearch,scorpionvicky/elasticsearch,gmarz/elasticsearch,markharwood/elasticsearch,knight1128/elasticsearch,hechunwen/elasticsearch,lmtwga/elasticsearch,dongjoon-hyun/elasticsearch,geidies/elasticsearch,AndreKR/elasticsearch,vietlq/elasticsearch,golubev/elasticsearch,apepper/elasticsearch,springning/elasticsearch,amit-shar/elasticsearch,18098924759/elasticsearch,KimTaehee/elasticsearch,cwurm/elasticsearch,kenshin233/elasticsearch,ZTE-PaaS/elasticsearch,acchen97/elasticsearch,iacdingping/elasticsearch,ivansun1010/elasticsearch,lzo/elasticsearch-1,ThalaivaStars/OrgRepo1,18098924759/elasticsearch,bawse/elasticsearch,lchennup/elasticsearch,socialrank/elasticsearch,kunallimaye/elasticsearch,rento19962/elasticsearch,Helen-Zhao/elasticsearch,pablocastro/elasticsearch,TonyChai24/ESSource,onegambler/elasticsearch,MisterAndersen/elasticsearch,sdauletau/elasticsearch,wayeast/elasticsearch,LeoYao/elasticsearch,jimhooker2002/elasticsearch,EasonYi/elasticsearch,vrkansagara/elasticsearch,C-Bish/elasticsearch,markharwood/elasticsearch,pritishppai/elasticsearch,tebriel/elasticsearch,sneivandt/elasticsearch,pranavraman/elasticsearch,mjhennig/elasticsearch,lks21c/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,Brijeshrpatel9/elasticsearch,StefanGor/elasticsearch,strapdata/elassandra-test,hafkensite/elasticsearch,btiernay/elasticsearch,jsgao0/elasticsearch,milodky/elasticsearch,kubum/elasticsearch,Chhunlong/elasticsearch,masaruh/elasticsearch,achow/elasticsearch,kalimatas/elasticsearch,jango2015/elasticsearch,amaliujia/elasticsearch,JSCooke/elasticsearch,pranavraman/elasticsearch,sposam/elasticsearch,sarwarbhuiyan/elasticsearch,qwerty4030/elasticsearch,sreeramjayan/elasticsearch,pablocastro/elasticsearch,nomoa/elasticsearch,fforbeck/elasticsearch,dpursehouse/elasticsearch,dylan8902/elasticsearch,amaliujia/elasticsearch,mnylen/elasticsearch,iacdingping/elasticsearch,snikch/elasticsearch,schonfeld/elasticsearch,mikemccand/elasticsearch,cwurm/elasticsearch,myelin/elasticsearch,milodky/elasticsearch,wittyameta/elasticsearch,wenpos/elasticsearch,elasticdog/elasticsearch,tebriel/elasticsearch,adrianbk/elasticsearch,nomoa/elasticsearch,Fsero/elasticsearch,PhaedrusTheGreek/elasticsearch,jimczi/elasticsearch,brandonkearby/elasticsearch,springning/elasticsearch,ckclark/elasticsearch,TonyChai24/ESSource,IanvsPoplicola/elasticsearch,ydsakyclguozi/elasticsearch,Chhunlong/elasticsearch,vrkansagara/elasticsearch,Ansh90/elasticsearch,Brijeshrpatel9/elasticsearch,camilojd/elasticsearch,huypx1292/elasticsearch,jw0201/elastic,alexbrasetvik/elasticsearch,onegambler/elasticsearch,myelin/elasticsearch,pranavraman/elasticsearch,Uiho/elasticsearch,obourgain/elasticsearch,schonfeld/elasticsearch,bawse/elasticsearch,myelin/elasticsearch,karthikjaps/elasticsearch,smflorentino/elasticsearch,xingguang2013/elasticsearch,vietlq/elasticsearch,sarwarbhuiyan/elasticsearch,franklanganke/elasticsearch,knight1128/elasticsearch,alexshadow007/elasticsearch,infusionsoft/elasticsearch,scottsom/elasticsearch,tebriel/elasticsearch,nellicus/elasticsearch,yanjunh/elasticsearch,truemped/elasticsearch,kaneshin/elasticsearch,iamjakob/elasticsearch,lmtwga/elasticsearch,iantruslove/elasticsearch,himanshuag/elasticsearch,vroyer/elasticassandra,gfyoung/elasticsearch,caengcjd/elasticsearch,Liziyao/elasticsearch,nilabhsagar/elasticsearch,iantruslove/elasticsearch,tkssharma/elasticsearch,kubum/elasticsearch,wangyuxue/elasticsearch,kunallimaye/elasticsearch,dpursehouse/elasticsearch,dataduke/elasticsearch,C-Bish/elasticsearch,huanzhong/elasticsearch,fernandozhu/elasticsearch,aglne/elasticsearch,sjohnr/elasticsearch,springning/elasticsearch,dongjoon-hyun/elasticsearch,karthikjaps/elasticsearch,hanst/elasticsearch,javachengwc/elasticsearch,KimTaehee/elasticsearch,Charlesdong/elasticsearch,alexbrasetvik/elasticsearch,alexbrasetvik/elasticsearch,wangtuo/elasticsearch,IanvsPoplicola/elasticsearch,girirajsharma/elasticsearch,anti-social/elasticsearch,gingerwizard/elasticsearch,obourgain/elasticsearch,kimimj/elasticsearch,Rygbee/elasticsearch,Kakakakakku/elasticsearch,koxa29/elasticsearch,zhiqinghuang/elasticsearch,nrkkalyan/elasticsearch,AndreKR/elasticsearch,Kakakakakku/elasticsearch,martinstuga/elasticsearch,btiernay/elasticsearch,lydonchandra/elasticsearch,fooljohnny/elasticsearch,jeteve/elasticsearch,ThiagoGarciaAlves/elasticsearch,rhoml/elasticsearch,feiqitian/elasticsearch,mute/elasticsearch,luiseduardohdbackup/elasticsearch,rlugojr/elasticsearch,vvcephei/elasticsearch,nellicus/elasticsearch,rhoml/elasticsearch,MjAbuz/elasticsearch,drewr/elasticsearch,iacdingping/elasticsearch,mgalushka/elasticsearch,adrianbk/elasticsearch,infusionsoft/elasticsearch,alexkuk/elasticsearch,sarwarbhuiyan/elasticsearch,LeoYao/elasticsearch,huypx1292/elasticsearch,awislowski/elasticsearch,tebriel/elasticsearch,djschny/elasticsearch,ckclark/elasticsearch,SergVro/elasticsearch,apepper/elasticsearch,lightslife/elasticsearch,Brijeshrpatel9/elasticsearch,jprante/elasticsearch,kcompher/elasticsearch,mohit/elasticsearch,ZTE-PaaS/elasticsearch,ESamir/elasticsearch,javachengwc/elasticsearch,NBSW/elasticsearch,kalburgimanjunath/elasticsearch,fred84/elasticsearch,Ansh90/elasticsearch,Siddartha07/elasticsearch,mm0/elasticsearch,xingguang2013/elasticsearch,elancom/elasticsearch,episerver/elasticsearch,EasonYi/elasticsearch,ulkas/elasticsearch,amit-shar/elasticsearch,cnfire/elasticsearch-1,socialrank/elasticsearch,likaiwalkman/elasticsearch,weipinghe/elasticsearch,dataduke/elasticsearch,Collaborne/elasticsearch,amaliujia/elasticsearch,tebriel/elasticsearch,amaliujia/elasticsearch,weipinghe/elasticsearch,mkis-/elasticsearch,tsohil/elasticsearch,petabytedata/elasticsearch,vvcephei/elasticsearch,a2lin/elasticsearch,easonC/elasticsearch,fforbeck/elasticsearch,dylan8902/elasticsearch,girirajsharma/elasticsearch,wayeast/elasticsearch,naveenhooda2000/elasticsearch,mjason3/elasticsearch,ImpressTV/elasticsearch,HonzaKral/elasticsearch,codebunt/elasticsearch,smflorentino/elasticsearch,jpountz/elasticsearch,lydonchandra/elasticsearch,jprante/elasticsearch,szroland/elasticsearch,nknize/elasticsearch,dpursehouse/elasticsearch,nezirus/elasticsearch,areek/elasticsearch,bestwpw/elasticsearch,strapdata/elassandra,ivansun1010/elasticsearch,s1monw/elasticsearch,huanzhong/elasticsearch,PhaedrusTheGreek/elasticsearch,linglaiyao1314/elasticsearch,fforbeck/elasticsearch,fred84/elasticsearch,wimvds/elasticsearch,sc0ttkclark/elasticsearch,spiegela/elasticsearch,kaneshin/elasticsearch,markharwood/elasticsearch,F0lha/elasticsearch,hanst/elasticsearch,MjAbuz/elasticsearch,petabytedata/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,bestwpw/elasticsearch,nrkkalyan/elasticsearch,ThiagoGarciaAlves/elasticsearch,alexshadow007/elasticsearch,GlenRSmith/elasticsearch,s1monw/elasticsearch,markllama/elasticsearch,andrejserafim/elasticsearch,vietlq/elasticsearch,btiernay/elasticsearch,SergVro/elasticsearch,YosuaMichael/elasticsearch,cnfire/elasticsearch-1,LeoYao/elasticsearch,mikemccand/elasticsearch,schonfeld/elasticsearch,mortonsykes/elasticsearch,pozhidaevak/elasticsearch,Shekharrajak/elasticsearch,ulkas/elasticsearch,pranavraman/elasticsearch,koxa29/elasticsearch,humandb/elasticsearch,knight1128/elasticsearch,rento19962/elasticsearch,Rygbee/elasticsearch,mgalushka/elasticsearch,mbrukman/elasticsearch,dataduke/elasticsearch,vietlq/elasticsearch,feiqitian/elasticsearch,pozhidaevak/elasticsearch,truemped/elasticsearch,palecur/elasticsearch,hirdesh2008/elasticsearch,kaneshin/elasticsearch,rmuir/elasticsearch,scottsom/elasticsearch,tsohil/elasticsearch,koxa29/elasticsearch,Clairebi/ElasticsearchClone,loconsolutions/elasticsearch,mkis-/elasticsearch,gmarz/elasticsearch,tahaemin/elasticsearch,btiernay/elasticsearch,beiske/elasticsearch,truemped/elasticsearch,mgalushka/elasticsearch,henakamaMSFT/elasticsearch,shreejay/elasticsearch,LewayneNaidoo/elasticsearch,mm0/elasticsearch,ivansun1010/elasticsearch,hechunwen/elasticsearch,pritishppai/elasticsearch,lchennup/elasticsearch,andrestc/elasticsearch,zhiqinghuang/elasticsearch,wuranbo/elasticsearch,fernandozhu/elasticsearch,vingupta3/elasticsearch,snikch/elasticsearch,Clairebi/ElasticsearchClone,NBSW/elasticsearch,franklanganke/elasticsearch,kalimatas/elasticsearch,mute/elasticsearch,nrkkalyan/elasticsearch,wangyuxue/elasticsearch,pozhidaevak/elasticsearch,infusionsoft/elasticsearch,karthikjaps/elasticsearch,himanshuag/elasticsearch,infusionsoft/elasticsearch,iantruslove/elasticsearch,dataduke/elasticsearch,Ansh90/elasticsearch,awislowski/elasticsearch,lightslife/elasticsearch,StefanGor/elasticsearch,JervyShi/elasticsearch,rhoml/elasticsearch,socialrank/elasticsearch,Widen/elasticsearch,markwalkom/elasticsearch,franklanganke/elasticsearch,fooljohnny/elasticsearch,Collaborne/elasticsearch,jimhooker2002/elasticsearch,LeoYao/elasticsearch,jw0201/elastic,yanjunh/elasticsearch,alexshadow007/elasticsearch,myelin/elasticsearch,ThiagoGarciaAlves/elasticsearch,vingupta3/elasticsearch,umeshdangat/elasticsearch,rajanm/elasticsearch,Widen/elasticsearch,beiske/elasticsearch,easonC/elasticsearch,mmaracic/elasticsearch,IanvsPoplicola/elasticsearch,jeteve/elasticsearch,nazarewk/elasticsearch,AshishThakur/elasticsearch,coding0011/elasticsearch,hydro2k/elasticsearch,luiseduardohdbackup/elasticsearch,coding0011/elasticsearch,yuy168/elasticsearch,martinstuga/elasticsearch,Brijeshrpatel9/elasticsearch,F0lha/elasticsearch,avikurapati/elasticsearch,mcku/elasticsearch,hafkensite/elasticsearch,nellicus/elasticsearch,caengcjd/elasticsearch,areek/elasticsearch,JSCooke/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,lks21c/elasticsearch,chirilo/elasticsearch,beiske/elasticsearch,martinstuga/elasticsearch,phani546/elasticsearch,mjason3/elasticsearch,jimhooker2002/elasticsearch,camilojd/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,cwurm/elasticsearch,areek/elasticsearch,dongjoon-hyun/elasticsearch,mjhennig/elasticsearch,Helen-Zhao/elasticsearch,JSCooke/elasticsearch,iamjakob/elasticsearch,andrejserafim/elasticsearch,18098924759/elasticsearch,linglaiyao1314/elasticsearch,dataduke/elasticsearch,drewr/elasticsearch,mnylen/elasticsearch,mnylen/elasticsearch,JervyShi/elasticsearch,hechunwen/elasticsearch,sposam/elasticsearch,khiraiwa/elasticsearch,hirdesh2008/elasticsearch,JackyMai/elasticsearch,camilojd/elasticsearch,qwerty4030/elasticsearch,zhiqinghuang/elasticsearch,dylan8902/elasticsearch,caengcjd/elasticsearch,jpountz/elasticsearch,glefloch/elasticsearch,MaineC/elasticsearch,codebunt/elasticsearch,davidvgalbraith/elasticsearch,mmaracic/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,Helen-Zhao/elasticsearch,jaynblue/elasticsearch,smflorentino/elasticsearch,zkidkid/elasticsearch,Shepard1212/elasticsearch,PhaedrusTheGreek/elasticsearch,shreejay/elasticsearch,tahaemin/elasticsearch,iamjakob/elasticsearch,scorpionvicky/elasticsearch,wimvds/elasticsearch,fooljohnny/elasticsearch,jimczi/elasticsearch,koxa29/elasticsearch,mbrukman/elasticsearch,ydsakyclguozi/elasticsearch,xpandan/elasticsearch,rajanm/elasticsearch,fred84/elasticsearch,TonyChai24/ESSource,knight1128/elasticsearch,gingerwizard/elasticsearch,mm0/elasticsearch,chirilo/elasticsearch,bawse/elasticsearch,smflorentino/elasticsearch,i-am-Nathan/elasticsearch,tsohil/elasticsearch,vingupta3/elasticsearch,glefloch/elasticsearch,abibell/elasticsearch,vroyer/elasticassandra,Clairebi/ElasticsearchClone,mcku/elasticsearch,xpandan/elasticsearch,mcku/elasticsearch,ThiagoGarciaAlves/elasticsearch,Ansh90/elasticsearch,MichaelLiZhou/elasticsearch,Uiho/elasticsearch,pablocastro/elasticsearch,PhaedrusTheGreek/elasticsearch,scottsom/elasticsearch,skearns64/elasticsearch,ivansun1010/elasticsearch,avikurapati/elasticsearch,sc0ttkclark/elasticsearch,alexbrasetvik/elasticsearch,mm0/elasticsearch,Charlesdong/elasticsearch,mmaracic/elasticsearch,bestwpw/elasticsearch,ZTE-PaaS/elasticsearch,scorpionvicky/elasticsearch,NBSW/elasticsearch,jsgao0/elasticsearch,achow/elasticsearch,rento19962/elasticsearch,GlenRSmith/elasticsearch,yuy168/elasticsearch,achow/elasticsearch,Collaborne/elasticsearch,diendt/elasticsearch,MetSystem/elasticsearch,girirajsharma/elasticsearch,naveenhooda2000/elasticsearch,MichaelLiZhou/elasticsearch,Charlesdong/elasticsearch,adrianbk/elasticsearch,achow/elasticsearch,kaneshin/elasticsearch,kalimatas/elasticsearch,strapdata/elassandra-test,sdauletau/elasticsearch,wayeast/elasticsearch,geidies/elasticsearch,mmaracic/elasticsearch,PhaedrusTheGreek/elasticsearch,TonyChai24/ESSource,ThalaivaStars/OrgRepo1,dongjoon-hyun/elasticsearch,markwalkom/elasticsearch,polyfractal/elasticsearch,truemped/elasticsearch,kaneshin/elasticsearch,wittyameta/elasticsearch,andrejserafim/elasticsearch,HarishAtGitHub/elasticsearch,humandb/elasticsearch,scottsom/elasticsearch,wenpos/elasticsearch,uschindler/elasticsearch,wbowling/elasticsearch,mbrukman/elasticsearch,kingaj/elasticsearch,smflorentino/elasticsearch,hanst/elasticsearch,hanst/elasticsearch,wittyameta/elasticsearch,skearns64/elasticsearch,i-am-Nathan/elasticsearch,MisterAndersen/elasticsearch,rmuir/elasticsearch,Fsero/elasticsearch,jprante/elasticsearch,ESamir/elasticsearch,dylan8902/elasticsearch,mohit/elasticsearch,likaiwalkman/elasticsearch,lks21c/elasticsearch,fekaputra/elasticsearch,springning/elasticsearch,tkssharma/elasticsearch,alexbrasetvik/elasticsearch,bawse/elasticsearch,Liziyao/elasticsearch,abibell/elasticsearch,socialrank/elasticsearch,mjhennig/elasticsearch,iantruslove/elasticsearch,kenshin233/elasticsearch,jbertouch/elasticsearch,hydro2k/elasticsearch,NBSW/elasticsearch,Flipkart/elasticsearch,Uiho/elasticsearch,PhaedrusTheGreek/elasticsearch,luiseduardohdbackup/elasticsearch,overcome/elasticsearch,bestwpw/elasticsearch,markharwood/elasticsearch,xuzha/elasticsearch,obourgain/elasticsearch,Rygbee/elasticsearch,wbowling/elasticsearch,onegambler/elasticsearch,kalburgimanjunath/elasticsearch,elasticdog/elasticsearch,sauravmondallive/elasticsearch,xuzha/elasticsearch,gfyoung/elasticsearch,tsohil/elasticsearch,wimvds/elasticsearch,a2lin/elasticsearch,mm0/elasticsearch,slavau/elasticsearch,easonC/elasticsearch,ouyangkongtong/elasticsearch,xuzha/elasticsearch,anti-social/elasticsearch,yongminxia/elasticsearch,rlugojr/elasticsearch,nknize/elasticsearch,masterweb121/elasticsearch,Charlesdong/elasticsearch,fekaputra/elasticsearch,mrorii/elasticsearch,C-Bish/elasticsearch,Siddartha07/elasticsearch,coding0011/elasticsearch,schonfeld/elasticsearch,mkis-/elasticsearch,elasticdog/elasticsearch,mjason3/elasticsearch,mortonsykes/elasticsearch,mbrukman/elasticsearch,diendt/elasticsearch,tahaemin/elasticsearch,infusionsoft/elasticsearch,nrkkalyan/elasticsearch,Stacey-Gammon/elasticsearch,jbertouch/elasticsearch,amit-shar/elasticsearch,zkidkid/elasticsearch,AndreKR/elasticsearch,kevinkluge/elasticsearch,kcompher/elasticsearch,lzo/elasticsearch-1,golubev/elasticsearch,iacdingping/elasticsearch,skearns64/elasticsearch,khiraiwa/elasticsearch,sposam/elasticsearch,jimhooker2002/elasticsearch,a2lin/elasticsearch,hirdesh2008/elasticsearch,kenshin233/elasticsearch,franklanganke/elasticsearch,lzo/elasticsearch-1,coding0011/elasticsearch,mnylen/elasticsearch,winstonewert/elasticsearch,pablocastro/elasticsearch,codebunt/elasticsearch,mrorii/elasticsearch,zeroctu/elasticsearch,HarishAtGitHub/elasticsearch,ImpressTV/elasticsearch,Flipkart/elasticsearch,snikch/elasticsearch,slavau/elasticsearch,sauravmondallive/elasticsearch,jchampion/elasticsearch,masterweb121/elasticsearch,jsgao0/elasticsearch,rento19962/elasticsearch,drewr/elasticsearch,liweinan0423/elasticsearch,sdauletau/elasticsearch,ouyangkongtong/elasticsearch,codebunt/elasticsearch,btiernay/elasticsearch,scottsom/elasticsearch,mjhennig/elasticsearch,SergVro/elasticsearch,kcompher/elasticsearch,btiernay/elasticsearch,adrianbk/elasticsearch,dataduke/elasticsearch,wbowling/elasticsearch,clintongormley/elasticsearch,palecur/elasticsearch,jw0201/elastic,ZTE-PaaS/elasticsearch,mikemccand/elasticsearch,awislowski/elasticsearch,uschindler/elasticsearch,18098924759/elasticsearch,elancom/elasticsearch,nknize/elasticsearch,knight1128/elasticsearch,Fsero/elasticsearch,palecur/elasticsearch,onegambler/elasticsearch,areek/elasticsearch,episerver/elasticsearch,kunallimaye/elasticsearch,elasticdog/elasticsearch,sauravmondallive/elasticsearch,Liziyao/elasticsearch,amit-shar/elasticsearch,F0lha/elasticsearch,strapdata/elassandra5-rc,polyfractal/elasticsearch,koxa29/elasticsearch,coding0011/elasticsearch,mapr/elasticsearch,szroland/elasticsearch,javachengwc/elasticsearch,myelin/elasticsearch,vrkansagara/elasticsearch,lmtwga/elasticsearch,StefanGor/elasticsearch,djschny/elasticsearch,sarwarbhuiyan/elasticsearch,ricardocerq/elasticsearch,sreeramjayan/elasticsearch,queirozfcom/elasticsearch,kalimatas/elasticsearch,yanjunh/elasticsearch,nomoa/elasticsearch,andrejserafim/elasticsearch,xuzha/elasticsearch,cnfire/elasticsearch-1,pablocastro/elasticsearch,glefloch/elasticsearch,queirozfcom/elasticsearch,rmuir/elasticsearch,YosuaMichael/elasticsearch,lzo/elasticsearch-1,nezirus/elasticsearch,aglne/elasticsearch,mbrukman/elasticsearch,xingguang2013/elasticsearch,fooljohnny/elasticsearch,uschindler/elasticsearch,vroyer/elasticassandra,truemped/elasticsearch,tkssharma/elasticsearch,sauravmondallive/elasticsearch,gfyoung/elasticsearch,ulkas/elasticsearch,uschindler/elasticsearch,wuranbo/elasticsearch,loconsolutions/elasticsearch,feiqitian/elasticsearch,areek/elasticsearch,petabytedata/elasticsearch,nellicus/elasticsearch,Helen-Zhao/elasticsearch,gfyoung/elasticsearch,slavau/elasticsearch,NBSW/elasticsearch,lmtwga/elasticsearch,a2lin/elasticsearch,fekaputra/elasticsearch,jchampion/elasticsearch,apepper/elasticsearch,ricardocerq/elasticsearch,yongminxia/elasticsearch,yynil/elasticsearch,winstonewert/elasticsearch,lks21c/elasticsearch,luiseduardohdbackup/elasticsearch,kimimj/elasticsearch,JackyMai/elasticsearch,Collaborne/elasticsearch,mute/elasticsearch,Shekharrajak/elasticsearch,hydro2k/elasticsearch,kingaj/elasticsearch,jchampion/elasticsearch,wayeast/elasticsearch,golubev/elasticsearch,JervyShi/elasticsearch,phani546/elasticsearch,lchennup/elasticsearch,trangvh/elasticsearch,ckclark/elasticsearch,codebunt/elasticsearch,karthikjaps/elasticsearch,mikemccand/elasticsearch,zhiqinghuang/elasticsearch,jimhooker2002/elasticsearch,pritishppai/elasticsearch,jimczi/elasticsearch,vvcephei/elasticsearch,dataduke/elasticsearch,iacdingping/elasticsearch,sarwarbhuiyan/elasticsearch,caengcjd/elasticsearch,MetSystem/elasticsearch,Brijeshrpatel9/elasticsearch,huypx1292/elasticsearch,rmuir/elasticsearch,rhoml/elasticsearch,mikemccand/elasticsearch,robin13/elasticsearch,sneivandt/elasticsearch,yanjunh/elasticsearch,Clairebi/ElasticsearchClone,kcompher/elasticsearch,elancom/elasticsearch,ouyangkongtong/elasticsearch,gmarz/elasticsearch,robin13/elasticsearch,cnfire/elasticsearch-1,trangvh/elasticsearch,ckclark/elasticsearch,henakamaMSFT/elasticsearch,mm0/elasticsearch,sjohnr/elasticsearch,AshishThakur/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,wittyameta/elasticsearch,AndreKR/elasticsearch,ZTE-PaaS/elasticsearch,Rygbee/elasticsearch,spiegela/elasticsearch,wimvds/elasticsearch,zkidkid/elasticsearch,s1monw/elasticsearch,kubum/elasticsearch,vvcephei/elasticsearch,amit-shar/elasticsearch,infusionsoft/elasticsearch,abibell/elasticsearch,gingerwizard/elasticsearch,awislowski/elasticsearch,hechunwen/elasticsearch,kubum/elasticsearch,palecur/elasticsearch,luiseduardohdbackup/elasticsearch,huanzhong/elasticsearch,sauravmondallive/elasticsearch,clintongormley/elasticsearch,davidvgalbraith/elasticsearch,rajanm/elasticsearch,szroland/elasticsearch,linglaiyao1314/elasticsearch,dongjoon-hyun/elasticsearch,luiseduardohdbackup/elasticsearch,truemped/elasticsearch,ESamir/elasticsearch,ouyangkongtong/elasticsearch,sreeramjayan/elasticsearch,mkis-/elasticsearch,SergVro/elasticsearch,jango2015/elasticsearch,feiqitian/elasticsearch,slavau/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,kimimj/elasticsearch,markwalkom/elasticsearch,kingaj/elasticsearch,khiraiwa/elasticsearch,artnowo/elasticsearch,jeteve/elasticsearch,lightslife/elasticsearch,Shekharrajak/elasticsearch,vroyer/elassandra,mbrukman/elasticsearch,hydro2k/elasticsearch,hydro2k/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,hechunwen/elasticsearch,dpursehouse/elasticsearch,sauravmondallive/elasticsearch,lightslife/elasticsearch,karthikjaps/elasticsearch,avikurapati/elasticsearch,kenshin233/elasticsearch,EasonYi/elasticsearch,rlugojr/elasticsearch,SergVro/elasticsearch,geidies/elasticsearch,MichaelLiZhou/elasticsearch,robin13/elasticsearch,strapdata/elassandra,polyfractal/elasticsearch,kcompher/elasticsearch,markllama/elasticsearch,iamjakob/elasticsearch,weipinghe/elasticsearch,Fsero/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,ImpressTV/elasticsearch,abibell/elasticsearch,lmtwga/elasticsearch,yanjunh/elasticsearch,diendt/elasticsearch,MjAbuz/elasticsearch,Clairebi/ElasticsearchClone,queirozfcom/elasticsearch,rento19962/elasticsearch,MisterAndersen/elasticsearch,TonyChai24/ESSource,strapdata/elassandra-test,andrestc/elasticsearch,Kakakakakku/elasticsearch,skearns64/elasticsearch,alexkuk/elasticsearch,pritishppai/elasticsearch,ydsakyclguozi/elasticsearch,loconsolutions/elasticsearch,winstonewert/elasticsearch,hanswang/elasticsearch,strapdata/elassandra,hanswang/elasticsearch,masterweb121/elasticsearch,Siddartha07/elasticsearch,mjhennig/elasticsearch,djschny/elasticsearch,LewayneNaidoo/elasticsearch,avikurapati/elasticsearch,ulkas/elasticsearch,njlawton/elasticsearch,MisterAndersen/elasticsearch,drewr/elasticsearch,artnowo/elasticsearch,alexkuk/elasticsearch,jprante/elasticsearch,abibell/elasticsearch,KimTaehee/elasticsearch,loconsolutions/elasticsearch,queirozfcom/elasticsearch,alexshadow007/elasticsearch,njlawton/elasticsearch,schonfeld/elasticsearch,s1monw/elasticsearch,ESamir/elasticsearch,beiske/elasticsearch,MisterAndersen/elasticsearch,trangvh/elasticsearch,Helen-Zhao/elasticsearch,liweinan0423/elasticsearch,martinstuga/elasticsearch,fforbeck/elasticsearch,Liziyao/elasticsearch,vingupta3/elasticsearch,mgalushka/elasticsearch,petabytedata/elasticsearch,Stacey-Gammon/elasticsearch,geidies/elasticsearch,jchampion/elasticsearch,beiske/elasticsearch,EasonYi/elasticsearch,spiegela/elasticsearch,skearns64/elasticsearch,jprante/elasticsearch,gingerwizard/elasticsearch,iamjakob/elasticsearch,wenpos/elasticsearch,amaliujia/elasticsearch,girirajsharma/elasticsearch,szroland/elasticsearch,Siddartha07/elasticsearch,pablocastro/elasticsearch,hafkensite/elasticsearch,himanshuag/elasticsearch,nknize/elasticsearch,anti-social/elasticsearch,MetSystem/elasticsearch,wimvds/elasticsearch,i-am-Nathan/elasticsearch,khiraiwa/elasticsearch,StefanGor/elasticsearch,areek/elasticsearch,vingupta3/elasticsearch,javachengwc/elasticsearch,HarishAtGitHub/elasticsearch,F0lha/elasticsearch,jbertouch/elasticsearch,avikurapati/elasticsearch,MaineC/elasticsearch,springning/elasticsearch,MichaelLiZhou/elasticsearch,alexkuk/elasticsearch,slavau/elasticsearch,achow/elasticsearch,vietlq/elasticsearch,caengcjd/elasticsearch,amaliujia/elasticsearch,lks21c/elasticsearch,mjason3/elasticsearch,YosuaMichael/elasticsearch,jchampion/elasticsearch,pranavraman/elasticsearch,ckclark/elasticsearch,sdauletau/elasticsearch,obourgain/elasticsearch,yongminxia/elasticsearch,MjAbuz/elasticsearch,JackyMai/elasticsearch,ivansun1010/elasticsearch,LeoYao/elasticsearch,easonC/elasticsearch,martinstuga/elasticsearch,mgalushka/elasticsearch,liweinan0423/elasticsearch,Shepard1212/elasticsearch,brandonkearby/elasticsearch,kalburgimanjunath/elasticsearch,robin13/elasticsearch,Collaborne/elasticsearch,rajanm/elasticsearch,petabytedata/elasticsearch,hanst/elasticsearch,fekaputra/elasticsearch,sc0ttkclark/elasticsearch,clintongormley/elasticsearch,overcome/elasticsearch,gingerwizard/elasticsearch,nazarewk/elasticsearch,Rygbee/elasticsearch,kingaj/elasticsearch,Clairebi/ElasticsearchClone,sposam/elasticsearch,ricardocerq/elasticsearch,TonyChai24/ESSource,yuy168/elasticsearch,PhaedrusTheGreek/elasticsearch,likaiwalkman/elasticsearch,jango2015/elasticsearch,jimczi/elasticsearch,anti-social/elasticsearch,tkssharma/elasticsearch,wuranbo/elasticsearch,djschny/elasticsearch,iantruslove/elasticsearch,wangyuxue/elasticsearch,likaiwalkman/elasticsearch,jeteve/elasticsearch,sreeramjayan/elasticsearch,hydro2k/elasticsearch,karthikjaps/elasticsearch,elasticdog/elasticsearch,mcku/elasticsearch,hirdesh2008/elasticsearch,GlenRSmith/elasticsearch,liweinan0423/elasticsearch,pozhidaevak/elasticsearch,mrorii/elasticsearch,LewayneNaidoo/elasticsearch,jeteve/elasticsearch,masaruh/elasticsearch,jpountz/elasticsearch,vvcephei/elasticsearch,dpursehouse/elasticsearch,Charlesdong/elasticsearch,wangtuo/elasticsearch,weipinghe/elasticsearch,mcku/elasticsearch,snikch/elasticsearch,TonyChai24/ESSource,lchennup/elasticsearch,brandonkearby/elasticsearch,areek/elasticsearch,Shekharrajak/elasticsearch,sneivandt/elasticsearch,kubum/elasticsearch,lydonchandra/elasticsearch,luiseduardohdbackup/elasticsearch,wangtuo/elasticsearch,phani546/elasticsearch,YosuaMichael/elasticsearch,wangtuo/elasticsearch,vrkansagara/elasticsearch,iantruslove/elasticsearch,nazarewk/elasticsearch,MichaelLiZhou/elasticsearch,nomoa/elasticsearch,ThiagoGarciaAlves/elasticsearch,kimimj/elasticsearch,lzo/elasticsearch-1,davidvgalbraith/elasticsearch,cwurm/elasticsearch,trangvh/elasticsearch,codebunt/elasticsearch,vvcephei/elasticsearch,markwalkom/elasticsearch,iacdingping/elasticsearch,wayeast/elasticsearch,masterweb121/elasticsearch,shreejay/elasticsearch,acchen97/elasticsearch,hechunwen/elasticsearch,anti-social/elasticsearch,diendt/elasticsearch,davidvgalbraith/elasticsearch,henakamaMSFT/elasticsearch,artnowo/elasticsearch,zeroctu/elasticsearch,18098924759/elasticsearch,yongminxia/elasticsearch,nilabhsagar/elasticsearch,mjhennig/elasticsearch,nrkkalyan/elasticsearch,mkis-/elasticsearch,mnylen/elasticsearch,linglaiyao1314/elasticsearch,Widen/elasticsearch,sc0ttkclark/elasticsearch,vroyer/elassandra,ThalaivaStars/OrgRepo1,himanshuag/elasticsearch,tahaemin/elasticsearch,xingguang2013/elasticsearch,mohit/elasticsearch,lydonchandra/elasticsearch,kalburgimanjunath/elasticsearch,franklanganke/elasticsearch,kenshin233/elasticsearch,kalburgimanjunath/elasticsearch,ricardocerq/elasticsearch,brandonkearby/elasticsearch,umeshdangat/elasticsearch,linglaiyao1314/elasticsearch,mortonsykes/elasticsearch,wayeast/elasticsearch,andrestc/elasticsearch,Ansh90/elasticsearch,weipinghe/elasticsearch,loconsolutions/elasticsearch,wbowling/elasticsearch,wimvds/elasticsearch,yuy168/elasticsearch,Liziyao/elasticsearch,clintongormley/elasticsearch,kimimj/elasticsearch,Flipkart/elasticsearch,overcome/elasticsearch,Kakakakakku/elasticsearch,masterweb121/elasticsearch,nilabhsagar/elasticsearch,fooljohnny/elasticsearch,geidies/elasticsearch,qwerty4030/elasticsearch,queirozfcom/elasticsearch,yynil/elasticsearch,kalimatas/elasticsearch,jeteve/elasticsearch,ThalaivaStars/OrgRepo1,fred84/elasticsearch,likaiwalkman/elasticsearch,Chhunlong/elasticsearch,elancom/elasticsearch,kunallimaye/elasticsearch,jango2015/elasticsearch,GlenRSmith/elasticsearch,fernandozhu/elasticsearch,wuranbo/elasticsearch,Fsero/elasticsearch,hanswang/elasticsearch,umeshdangat/elasticsearch,likaiwalkman/elasticsearch,xuzha/elasticsearch,xingguang2013/elasticsearch,Liziyao/elasticsearch,camilojd/elasticsearch,strapdata/elassandra5-rc,cnfire/elasticsearch-1,Shekharrajak/elasticsearch,mute/elasticsearch,mcku/elasticsearch,sc0ttkclark/elasticsearch,mgalushka/elasticsearch,MaineC/elasticsearch,MjAbuz/elasticsearch,cnfire/elasticsearch-1,YosuaMichael/elasticsearch,likaiwalkman/elasticsearch,acchen97/elasticsearch,F0lha/elasticsearch,adrianbk/elasticsearch,markharwood/elasticsearch,Shepard1212/elasticsearch,thecocce/elasticsearch,nellicus/elasticsearch,Fsero/elasticsearch,HarishAtGitHub/elasticsearch,lchennup/elasticsearch,tsohil/elasticsearch,jango2015/elasticsearch,khiraiwa/elasticsearch,kunallimaye/elasticsearch,sposam/elasticsearch,ImpressTV/elasticsearch,martinstuga/elasticsearch,camilojd/elasticsearch
|
aed73acfd18344c397f67cc9998248fe8359e8ad
|
db/seeds/prisons/BFI-bedford.yml
|
db/seeds/prisons/BFI-bedford.yml
|
---
name: Bedford
nomis_id: BFI
address: |-
St. Loyes Street
postcode: MK40 1HG
email_address: [email protected]
phone_no: 01234 373196
enabled: true
private: false
closed: false
booking_window: 14
recurring:
mon:
- 1345-1515
sat:
- 1345-1445
- 1515-1615
sun:
- 1345-1445
- 1515-1615
thu:
- 1345-1515
tue:
- 1345-1515
wed:
- 1345-1515
unbookable:
- 2018-12-25
- 2018-12-26
|
---
name: Bedford
nomis_id: BFI
address: |-
St. Loyes Street
postcode: MK40 1HG
email_address: [email protected]
phone_no: 01234 373196
enabled: false
private: false
closed: false
booking_window: 14
recurring:
mon:
- 1345-1515
sat:
- 1345-1445
- 1515-1615
sun:
- 1345-1445
- 1515-1615
thu:
- 1345-1515
tue:
- 1345-1515
wed:
- 1345-1515
unbookable:
- 2018-12-25
- 2018-12-26
|
Disable Bedford prison to NOT allow bookings
|
Disable Bedford prison to NOT allow bookings
|
YAML
|
mit
|
ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2
|
f9c38b40b00c9ae148e90642bcb9cdf549b49fd3
|
packages/se/servant-JuicyPixels.yaml
|
packages/se/servant-JuicyPixels.yaml
|
homepage: https://github.com/tvh/servant-JuicyPixels
changelog-type: ''
hash: ede33c102189882735c5843fce316082f2c7e56de84330e4bb59167f253ee9d6
test-bench-deps: {}
maintainer: [email protected]
synopsis: Servant support for JuicyPixels
changelog: ''
basic-deps:
warp: -any
JuicyPixels: ! '>=3.2.5.3'
bytestring: -any
wai: -any
base: ! '>=4.7 && <4.14'
servant-server: -any
servant: ! '>=0.4'
servant-JuicyPixels: -any
http-media: -any
all-versions:
- 0.1.0.0
- 0.2.0.0
- 0.3.0.0
- 0.3.0.1
- 0.3.0.2
- 0.3.0.3
- 0.3.0.4
- 0.3.0.5
author: Timo von Holtz
latest: 0.3.0.5
description-type: haddock
description: Provides content types for image types supported by JuicyPixels
license-name: BSD-3-Clause
|
homepage: https://github.com/tvh/servant-JuicyPixels
changelog-type: ''
hash: 0c2e27ad5e472b1062da07d9d2e6eceb77e96bef43a305f35e5644edc4ced676
test-bench-deps: {}
maintainer: [email protected]
synopsis: Servant support for JuicyPixels
changelog: ''
basic-deps:
warp: -any
JuicyPixels: '>=3.2.5.3'
bytestring: -any
wai: -any
base: '>=4.7 && <5'
servant-server: -any
servant: '>=0.4'
servant-JuicyPixels: -any
http-media: -any
all-versions:
- 0.1.0.0
- 0.2.0.0
- 0.3.0.0
- 0.3.0.1
- 0.3.0.2
- 0.3.0.3
- 0.3.0.4
- 0.3.0.5
- 0.3.0.6
author: Timo von Holtz
latest: 0.3.0.6
description-type: haddock
description: Provides content types for image types supported by JuicyPixels
license-name: BSD-3-Clause
|
Update from Hackage at 2021-06-06T22:04:12Z
|
Update from Hackage at 2021-06-06T22:04:12Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
8a9a0a09820d8bb9e56bc40832b1fcf5dea632e4
|
roles/email-server/tasks/main.yml
|
roles/email-server/tasks/main.yml
|
---
- name: Install required packages
package: name={{ item }} state=installed
with_items:
- "{{ pkg_clamd }}"
- clamav-milter
- "{{ pkg_dovecot }}"
- dovecot-antispam
- "{{ pkg_dovecot_managesieved }}"
- "{{ pkg_dovecot_sieve }}"
- opendkim
- "{{ pkg_razor }}"
- postfix
- "{{ pkg_postfix_doc }}"
- postfix-policyd-spf-python
- spamassassin
- "{{ pkg_spamass_milter }}"
tags:
- packages
- mail
- import_tasks: opendkim.yml
- import_tasks: dmarc.yml
- import_tasks: spamassassin.yml
- import_tasks: clamav.yml
- import_tasks: dovecot.yml
- import_tasks: postfix.yml
- import_tasks: firewall.yml
|
---
- name: Install required packages
package:
name: "{{ item }}"
state: present
with_items:
- "{{ pkg_clamd }}"
- clamav-milter
- "{{ pkg_dovecot }}"
- dovecot-antispam
- "{{ pkg_dovecot_managesieved }}"
- "{{ pkg_dovecot_sieve }}"
- opendkim
- "{{ pkg_razor }}"
- postfix
- "{{ pkg_postfix_doc }}"
- postfix-policyd-spf-python
- spamassassin
- "{{ pkg_spamass_milter }}"
tags:
- packages
- mail
- import_tasks: opendkim.yml
- import_tasks: dmarc.yml
- import_tasks: spamassassin.yml
- import_tasks: clamav.yml
- import_tasks: dovecot.yml
- import_tasks: postfix.yml
- import_tasks: firewall.yml
|
Fix deprecated syntax for package module
|
Fix deprecated syntax for package module
|
YAML
|
bsd-3-clause
|
patrickmacarthur/ansible-playbook,patrickmacarthur/ansible-playbook
|
de0d50bda82767c64a8898a0d9af54e61bc75654
|
packages/he/here.yaml
|
packages/he/here.yaml
|
homepage: https://github.com/tmhedberg/here
changelog-type: ''
hash: 06713fee7925d6b5fd24800c5ba339f638e9e074739f8490de5aee2be7cda96e
test-bench-deps: {}
maintainer: [email protected]
synopsis: Here docs & interpolated strings via quasiquotation
changelog: ''
basic-deps:
base: ! '>=4.5 && <4.10'
parsec: ==3.1.*
mtl: ! '>=2.1 && <2.3'
haskell-src-meta: ! '>=0.6 && <0.8'
template-haskell: -any
all-versions:
- '1.0'
- '1.1'
- '1.2'
- '1.2.1'
- '1.2.2'
- '1.2.3'
- '1.2.4'
- '1.2.5'
- '1.2.6'
- '1.2.7'
- '1.2.8'
- '1.2.9'
author: Taylor M. Hedberg
latest: '1.2.9'
description-type: haddock
description: Here docs & interpolated strings via quasiquotation
license-name: BSD3
|
homepage: https://github.com/tmhedberg/here
changelog-type: ''
hash: e2c67680ab030dfdc9aaedf46e518f86ad17e96f699ec1d598c25e04288b8b87
test-bench-deps: {}
maintainer: [email protected]
synopsis: Here docs & interpolated strings via quasiquotation
changelog: ''
basic-deps:
base: ! '>=4.5 && <4.10'
parsec: ==3.1.*
mtl: ! '>=2.1 && <2.3'
haskell-src-meta: ! '>=0.6 && <0.9'
template-haskell: -any
all-versions:
- '1.0'
- '1.1'
- '1.2'
- '1.2.1'
- '1.2.2'
- '1.2.3'
- '1.2.4'
- '1.2.5'
- '1.2.6'
- '1.2.7'
- '1.2.8'
- '1.2.9'
- '1.2.10'
author: Taylor M. Hedberg
latest: '1.2.10'
description-type: haddock
description: Here docs & interpolated strings via quasiquotation
license-name: BSD3
|
Update from Hackage at 2017-05-27T19:34:56Z
|
Update from Hackage at 2017-05-27T19:34:56Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
150af8ce9d0d5680aee3827de3fd7905f2945400
|
metadata/de.csicar.ning.yml
|
metadata/de.csicar.ning.yml
|
Categories:
- Development
- Internet
License: LGPL-3.0-only
AuthorName: csicar
SourceCode: https://github.com/csicar/Ning
IssueTracker: https://github.com/csicar/Ning/issues
AutoName: Ning
RepoType: git
Repo: https://github.com/csicar/Ning
Builds:
- versionName: '1.2'
versionCode: 12
commit: v1.2
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.2'
CurrentVersionCode: 12
|
Categories:
- Development
- Internet
License: LGPL-3.0-only
AuthorName: csicar
SourceCode: https://github.com/csicar/Ning
IssueTracker: https://github.com/csicar/Ning/issues
AutoName: Ning
RepoType: git
Repo: https://github.com/csicar/Ning
Builds:
- versionName: '1.2'
versionCode: 12
commit: v1.2
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.2.3
CurrentVersionCode: 123
|
Update CV of Ning to 1.2.3 (123)
|
Update CV of Ning to 1.2.3 (123)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
1f4aaca7b07615a5b61220023817729138cfde63
|
packages/bi/BitSyntax.yaml
|
packages/bi/BitSyntax.yaml
|
homepage: http://www.imperialviolet.org/bitsyntax
changelog-type: ''
hash: 1969f1c76c6931e5f8c7db809546d3b6b3f8acad86d4a87e68ef1672daf4a9fd
test-bench-deps: {}
maintainer: ''
synopsis: A module to aid in the (de)serialisation of binary data
changelog: ''
basic-deps:
bytestring: -any
base: -any
haskell98: -any
QuickCheck: -any
template-haskell: -any
all-versions:
- '0.2'
- '0.3'
- '0.3.2'
author: Adam Langley
latest: '0.3.2'
description-type: haddock
description: ''
license-name: BSD3
|
homepage: https://github.com/joecrayne/hs-bitsyntax
changelog-type: ''
hash: 3abe1f4f0e6a858fc001eb1d61980ca8e1ba304453ab1664ffeae587387de97d
test-bench-deps: {}
maintainer: Joe Crayne
synopsis: A module to aid in the (de)serialisation of binary data
changelog: ''
basic-deps:
bytestring: -any
base: <5
QuickCheck: -any
template-haskell: -any
all-versions:
- '0.2'
- '0.3'
- '0.3.2'
- '0.3.2.1'
author: Adam Langley
latest: '0.3.2.1'
description-type: haddock
description: ''
license-name: BSD3
|
Update from Hackage at 2015-10-26T02:16:57+0000
|
Update from Hackage at 2015-10-26T02:16:57+0000
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
2d6baf1bdabf1665f0b96ea41c5b681698c397e0
|
playbooks/edx-east/feanil_deploy.yml
|
playbooks/edx-east/feanil_deploy.yml
|
---
- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_edxapp
sudo: True
vars_files:
- "{{ secure_dir }}/vars/edxapp_continuous_integration_vars.yml"
- "{{ secure_dir }}/vars/users.yml"
roles:
- common
- nginx
- edxapp
- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_xserver
sudo: True
vars_files:
- "{{ secure_dir }}/vars/edxapp_continuous_integration_vars.yml"
- "{{ secure_dir }}/vars/users.yml"
roles:
- common
- nginx
- xserver
|
---
- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_edxapp
sudo: True
vars_files:
- "{{ secure_dir }}/vars/edxapp_continuous_integration_vars.yml"
- "{{ secure_dir }}/vars/users.yml"
roles:
- common
- nginx
- edxapp
- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_xserver
sudo: True
vars_files:
- "{{ secure_dir }}/vars/edxapp_continuous_integration_vars.yml"
- "{{ secure_dir }}/vars/users.yml"
roles:
- common
- nginx
- xserver
- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_rabbitmq
sudo: True
vars_files:
- "{{ secure_dir }}/vars/edxapp_continuous_integration_vars.yml"
- "{{ secure_dir }}/vars/users.yml"
roles:
- common
- rabbitmq
|
Add a play for rabbitmq.
|
Add a play for rabbitmq.
|
YAML
|
agpl-3.0
|
kursitet/configuration,leansoft/configuration,antoviaque/configuration,AlfiyaZi/configuration,armaan/edx-configuration,knehez/configuration,arbrandes/edx-configuration,4eek/configuration,nunpa/configuration,cyanna/configuration,kencung/configuration,ovnicraft/evex-configuration,leansoft/configuration,usernamenumber/configuration,proversity-org/configuration,UXE/edx-configuration,Carlos2005/configuration,Livit/Livit.Learn.EdX.configuration,beacloudgenius/configuration,pedrorib/istx,omarkhan/configuration,EDUlib/configuration,LearnEra/LearnEra-Configuration,Pieros/configuration,negritobomb/edxplat,antoviaque/configuration,xiangjf/configuration,Unow/configuration,jorgeomarmh/configuration,xiangjf/configuration,EDUlib/configuration,chenshuchuan/configuration,EDUlib/configuration,IONISx/edx-configuration,appsembler/configuration,IndonesiaX/configuration,marcore/configuration,glengal/configuration,Carlos2005/configuration,nttks/configuration,gsehub/configuration,stvstnfrd/configuration,IndonesiaX/configuration,gashac03/ubuntu,edx/configuration,open-craft/configuration,nunpa/configuration,arbrandes/edx-configuration,gashac03/ubuntu,gsehub/configuration,LearnEra/LearnEra-Configuration,edx/configuration,nikolas/configuration,pedrorib/istx,hastexo/edx-configuration-old,hastexo/edx-configuration,louyihua/configuration,knehez/configuration,IONISx/edx-configuration,pdehaye/theming-configuration,EDUlib/configuration,pedrorib/istx,kencung/configuration,nttks/configuration,arifsetiawan/configuration,pobrejuanito/configuration,rue89-tech/configuration,IONISx/edx-configuration,CredoReference/configuration,jp-bpl/configuration,Stanford-Online/configuration,Pieros/configuration,michaelsteiner19/open-edx-configuration,LearnEra/LearnEra-Configuration,eduStack/configuration,edx/configuration,jp-bpl/configuration,omarkhan/configuration,hmcmooc/ec2-edx-configuration,negritobomb/edxplat,leansoft/configuration,kursitet/configuration,hks-epod/configuration,kursitet/configuration,alu042/configuration,knehez/configuration,usernamenumber/configuration,chudaol/configuration,zhengjunwei/configuration,B-MOOC/configuration,usernamenumber/configuration,xiangjf/configuration,joshhu/configuration,chudaol/configuration,Pieros/configuration,stvstnfrd/configuration,proversity-org/configuration,apigee/edx-configuration,nunpa/configuration,proversity-org/configuration,gsehub/configuration,ovnicraft/evex-configuration,alu042/configuration,pobrejuanito/configuration,fghaas/edx-configuration,jorgeomarmh/configuration,rue89-tech/configuration,Unow/configuration,apigee/edx-configuration,cecep-edu/configuration,proversity-org/configuration,stvstnfrd/configuration,armaan/edx-configuration,AlfiyaZi/configuration,gashac03/ubuntu,jorgeomarmh/configuration,arbrandes/edx-configuration,IONISx/edx-configuration,mitodl/configuration,fghaas/edx-configuration,vasyarv/configuration,glengal/configuration,open-craft/configuration,openfun/configuration,zhengjunwei/configuration,xiangjf/configuration,UXE/edx-configuration,antshin72/configuration,sudheerchintala/LearnEra-Configuration,nunpa/configuration,sudheerchintala/LearnEra-Configuration,hks-epod/configuration,proversity-org/configuration,glengal/configuration,hastexo/edx-configuration,hks-epod/configuration,glengal/configuration,Livit/Livit.Learn.EdX.configuration,Stanford-Online/configuration,yrchen/configuration,appsembler/configuration,joshhu/configuration,kursitet/configuration,EDUlib/configuration,B-MOOC/configuration,open-craft/configuration,4eek/configuration,bugcy013/edx_infra,yrchen/configuration,antshin72/configuration,nttks/configuration,yrchen/configuration,michaelsteiner19/open-edx-configuration,hastexo/edx-configuration-old,joshhu/configuration,zhengjunwei/configuration,eduStack/configuration,arifsetiawan/configuration,IndonesiaX/configuration,beacloudgenius/configuration,Stanford-Online/configuration,hastexo/edx-configuration,mitodl/configuration,cyanna/configuration,pdehaye/theming-configuration,Stanford-Online/configuration,nikolas/configuration,AlfiyaZi/configuration,Softmotions/configuration,IndonesiaX/configuration,Softmotions/configuration,Unow/configuration,pedrorib/istx,cyanna/configuration,antshin72/configuration,4eek/configuration,Livit/Livit.Learn.EdX.configuration,CredoReference/configuration,hastexo/edx-configuration-old,antoviaque/configuration,rue89-tech/configuration,jorgeomarmh/configuration,michaelsteiner19/open-edx-configuration,marcore/configuration,hks-epod/configuration,omarkhan/configuration,kencung/configuration,kencung/configuration,jp-bpl/configuration,louyihua/configuration,rue89-tech/configuration,vasyarv/configuration,kmoocdev/configuration,fghaas/edx-configuration,Softmotions/configuration,hastexo/edx-configuration,leansoft/configuration,pdehaye/theming-configuration,cecep-edu/configuration,gsehub/configuration,negritobomb/edxplat,hmcmooc/ec2-edx-configuration,openfun/configuration,lgfa29/configuration,sudheerchintala/LearnEra-Configuration,lgfa29/configuration,bugcy013/edx_infra,michaelsteiner19/open-edx-configuration,cecep-edu/configuration,lgfa29/configuration,openfun/configuration,arifsetiawan/configuration,arbrandes/edx-configuration,Softmotions/configuration,chudaol/configuration,Livit/Livit.Learn.EdX.configuration,kmoocdev/configuration,hastexo/edx-configuration,stvstnfrd/configuration,pobrejuanito/configuration,ovnicraft/evex-configuration,antshin72/configuration,pobrejuanito/configuration,yrchen/configuration,hmcmooc/ec2-edx-configuration,mitodl/configuration,nikolas/configuration,hks-epod/configuration,appsembler/configuration,CredoReference/configuration,negritobomb/edxplat,vasyarv/configuration,nikolas/configuration,beacloudgenius/configuration,apigee/edx-configuration,gsehub/configuration,marcore/configuration,arbrandes/edx-configuration,marcore/configuration,open-craft/configuration,joshhu/configuration,arifsetiawan/configuration,4eek/configuration,omarkhan/configuration,bugcy013/edx_infra,CredoReference/configuration,beacloudgenius/configuration,louyihua/configuration,B-MOOC/configuration,usernamenumber/configuration,stvstnfrd/configuration,louyihua/configuration,antoviaque/configuration,fghaas/edx-configuration,jp-bpl/configuration,armaan/edx-configuration,chenshuchuan/configuration,cyanna/configuration,nttks/configuration,kmoocdev/configuration,jp-bpl/configuration,chenshuchuan/configuration,knehez/configuration,UXE/edx-configuration,appsembler/configuration,eduStack/configuration,UXE/edx-configuration,Carlos2005/configuration,rue89-tech/configuration,kmoocdev/configuration,chudaol/configuration,armaan/edx-configuration,zhengjunwei/configuration,alu042/configuration,lgfa29/configuration,hastexo/edx-configuration-old,edx/configuration,Stanford-Online/configuration,gashac03/ubuntu,alu042/configuration,bugcy013/edx_infra,AlfiyaZi/configuration,openfun/configuration,mitodl/configuration,Carlos2005/configuration,vasyarv/configuration,Pieros/configuration
|
95bd378a01d16d9e6c319c3fad1d5150ae0c8618
|
packages/fu/fuzzy.yaml
|
packages/fu/fuzzy.yaml
|
homepage: http://github.com/joom/fuzzy
changelog-type: ''
hash: 123b9581c587ae5422b67bbad7e81186b1ecbf86941a8049f921ddf136f2234e
test-bench-deps:
base: -any
HUnit: ! '>=1.2.5.0'
fuzzy: -any
maintainer: [email protected]
synopsis: Filters a list based on a fuzzy string search.
changelog: ''
basic-deps:
monoid-subclasses: ! '>0.4'
base: ! '>=4.8 && <5'
all-versions:
- 0.1.0.0
author: Joomy Korkut
latest: 0.1.0.0
description-type: haddock
description: ''
license-name: MIT
|
homepage: http://github.com/joom/fuzzy
changelog-type: ''
hash: 7e1ba6e868034e7872bc42aaab64f39e0d942e33c68d007bbb7895eb2d28a4b6
test-bench-deps:
base: -any
HUnit: '>=1.2.5.0'
fuzzy: -any
maintainer: [email protected]
synopsis: Filters a list based on a fuzzy string search.
changelog: ''
basic-deps:
monoid-subclasses: '>0.4'
base: '>=4.8 && <5'
all-versions:
- 0.1.0.0
- 0.1.0.1
author: Joomy Korkut
latest: 0.1.0.1
description-type: haddock
description: ''
license-name: MIT
|
Update from Hackage at 2021-09-20T11:48:59Z
|
Update from Hackage at 2021-09-20T11:48:59Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
50eea4c3c818920cc41851362c06169c4053afde
|
packages/st/Stack.yaml
|
packages/st/Stack.yaml
|
homepage: https://en.wikipedia.org/wiki/Stack_(abstract_data_type)
changelog-type: ''
hash: 3d5edf731a665f3d971500598e60de509ae8410d65c5d3526868361b6d05598a
test-bench-deps: {}
maintainer: [email protected]
synopsis: Stack data structure
changelog: ''
basic-deps:
stm: ! '>=2.4.4.1 && <2.5'
base: ! '>=4.7 && <5'
nats: ! '>=1.1.1 && <1.2'
all-versions:
- '0.1.0'
- '0.2.0'
- '0.3.0'
- '0.3.1'
- '0.3.2'
author: Robert Walker
latest: '0.3.2'
description-type: haddock
description: ! 'A stack is a basic data structure that can be logically thought as
linear structure represented by a real physical stack or pile, a structure where
insertion and deletion of items takes place at one end called top of the stack.
<<https://upload.wikimedia.org/wikipedia/commons/b/b4/Lifo_stack.png>>'
license-name: BSD3
|
homepage: https://en.wikipedia.org/wiki/Stack_(abstract_data_type)
changelog-type: ''
hash: a802798b57f3566b18471ec01a25ae435f6a03b137918610604eb08aa9cffed9
test-bench-deps: {}
maintainer: [email protected]
synopsis: Stack data structure
changelog: ''
basic-deps:
stm: ! '>=2.4.4.1 && <2.6'
base: ! '>=4.7 && <5'
nats: ! '>=1.1.1 && <1.2'
all-versions:
- '0.1.0'
- '0.2.0'
- '0.3.0'
- '0.3.1'
- '0.3.2'
author: Robert Walker
latest: '0.3.2'
description-type: haddock
description: ! 'A stack is a basic data structure that can be logically thought as
linear structure represented by a real physical stack or pile, a structure where
insertion and deletion of items takes place at one end called top of the stack.
<<https://upload.wikimedia.org/wikipedia/commons/b/b4/Lifo_stack.png>>'
license-name: BSD3
|
Update from Hackage at 2018-11-05T22:09:19Z
|
Update from Hackage at 2018-11-05T22:09:19Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
597e9b4aae62a1e523f7bdd1760cf9b317db4d6a
|
workshops/basic_playbook/solution/telegraf.yml
|
workshops/basic_playbook/solution/telegraf.yml
|
---
- hosts: web
become: yes
name: Setup telegraf on all web servers
vars:
telegraf_version: 0.2.4
telegraf_flush_retries: 2
influxdb_db_name: telegraf
influxdb_url: http://localhost:8086
packages:
- vim
- epel-release
tasks:
- name: Add InfluxDB repository file [RHEL/CentOS]
template:
src: influxdb.repo.j2
dest: /etc/yum.repos.d/influxdb.repo
force: yes
backup: yes
- name: install support packages
yum:
name: "{{ item }}"
state: present
with_items: packages
- name: install telegraf
yum:
name: telegraf-{{ telegraf_version }}
state: present
notify: restart telegraf
- name: configure telegraf
template:
src: telegraf.conf.j2
dest: /etc/opt/telegraf/telegraf.conf
notify: restart telegraf
- name: start telegraf
service:
name: telegraf
state: started
enabled: yes
handlers:
- name: restart telegraf
service:
name: telegraf
state: restarted
|
---
- hosts: web
become: yes
name: Setup telegraf on all web servers
vars:
telegraf_version: 0.2.4
telegraf_flush_retries: 2
influxdb_db_name: telegraf
influxdb_url: http://localhost:8086
packages:
- vim
- epel-release
tasks:
- name: Add InfluxDB repository file [RHEL/CentOS]
template:
src: influxdb.repo.j2
dest: /etc/yum.repos.d/influxdb.repo
force: yes
backup: yes
- name: install support packages
yum:
name: "{{ item }}"
state: present
with_items: "{{ packages }}"
- name: install telegraf
yum:
name: telegraf-{{ telegraf_version }}
state: present
notify: restart telegraf
- name: configure telegraf
template:
src: telegraf.conf.j2
dest: /etc/opt/telegraf/telegraf.conf
notify: restart telegraf
- name: start telegraf
service:
name: telegraf
state: started
enabled: yes
handlers:
- name: restart telegraf
service:
name: telegraf
state: restarted
|
Fix use of bare variable in with_items
|
Fix use of bare variable in with_items
|
YAML
|
mit
|
tima/lightbulb,ansible/lightbulb,thisdavejohnson/lightbulb,tima/lightbulb,ansible/lightbulb,ansible/lightbulb,tima/lightbulb,thisdavejohnson/lightbulb,ansible/lightbulb
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.