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
d23fb2fe5c0944d52f34798d0a5fa0eb868b8be7
.travis.yml
.travis.yml
before_install: - sudo apt-get update -qq - sudo apt-get install -qq libfftw3-dev - gem install bundler language: ruby rvm: - "2.1.4" - "2.2.0" - "2.3.1" - "2.4.1"
before_install: - sudo apt-get update -qq - sudo apt-get install -qq libfftw3-dev - gem install bundler language: ruby rvm: - "2.2.10" - "2.3.8" - "2.4.5" - "2.5.3"
Update Travis test Ruby versions
Update Travis test Ruby versions
YAML
mit
neilslater/convolver,neilslater/convolver
406959a7cfba897fb824f0431238f63c40ab904a
.travis.yml
.travis.yml
language: ruby cache: bundler rvm: - 2.1 - 2.2 - 2.3.1 - 2.4.0 # gemfile is generated by appraisal gemfile: - gemfiles/jekyll_3.4.gemfile - gemfiles/jekyll_3.3.gemfile - gemfiles/jekyll_3.2.gemfile - gemfiles/jekyll_3.1.gemfile - gemfiles/jekyll_3.gemfile - gemfiles/jekyll_2.gemfile matrix: exclude: - rvm: 2.4.0 gemfile: gemfiles/jekyll_2.gemfile addons: code_climate: repo_token: 6b81e393ea6ad38560386f650ea2fb0e57a7beb5e20f8c8364fabee30d5bff07
language: ruby cache: bundler rvm: - 2.1 - 2.2 - 2.3.1 - 2.4.0 # gemfile is generated by appraisal gemfile: - gemfiles/jekyll_3.4.gemfile - gemfiles/jekyll_3.3.gemfile - gemfiles/jekyll_3.2.gemfile - gemfiles/jekyll_3.1.gemfile - gemfiles/jekyll_3.gemfile - gemfiles/jekyll_2.gemfile matrix: exclude: - rvm: 2.4.0 gemfile: gemfiles/jekyll_2.gemfile addons: code_climate: repo_token: 6b81e393ea6ad38560386f650ea2fb0e57a7beb5e20f8c8364fabee30d5bff07 after_success: - bundle exec codeclimate-test-reporter
Add after_success for CodeClimate test coverage
Add after_success for CodeClimate test coverage
YAML
mit
toshimaru/jekyll-toc
f84bc64e41c2f33a5d6224cc46ab905c4a429352
.travis.yml
.travis.yml
dist: trusty before_install: - npm install -g npm@latest - npm set progress=false language: node_js node_js: - "5.7" - "4.3" - "3.3" - "0.10" script: npm run test:ci after_success: - curl -Lo travis_after_all.py https://raw.githubusercontent.com/contentful/travis_after_all/master/travis_after_all.py - python travis_after_all.py - cat ./coverage/lcov.info | ./node_modules/.bin/coveralls - export $(cat .to_export_back) &> /dev/null - npm run semantic-release addons: sauce_connect: true branches: except: - "/^v\\d+\\.\\d+\\.\\d+$/"
dist: trusty before_install: - npm install -g npm@latest - npm set progress=false language: node_js node_js: - "5.7" - "0.10" script: npm run test:ci after_success: - curl -Lo travis_after_all.py https://raw.githubusercontent.com/contentful/travis_after_all/master/travis_after_all.py - python travis_after_all.py - cat ./coverage/lcov.info | ./node_modules/.bin/coveralls - export $(cat .to_export_back) &> /dev/null - npm run semantic-release addons: sauce_connect: true branches: except: - "/^v\\d+\\.\\d+\\.\\d+$/"
Remove node 3 and 5 builds
chore: Remove node 3 and 5 builds Previous number of builds quickly blows up the space creation rate limit.
YAML
mit
contentful/contentful-management.js,contentful/contentful-management.js
f534e5b43594c15d46980c6f9f31e010d0552fe9
.travis.yml
.travis.yml
language: python python: - 2.5 - 2.6 - 2.7 - 3.1 - 3.2 script: make test
language: python python: - 2.5 - 2.6 - 2.7 - 3.2 - 3.3 script: make test
Replace Python 3.1 with Python 3.3
Replace Python 3.1 with Python 3.3
YAML
bsd-2-clause
julianwachholz/dj-config-url,avorio/dj-database-url,f0r4y312/django-connection-url,kennethreitz/dj-database-url
9ce1dd31e8916feb52f0b5e2caaaf9ec93c1ae98
.travis.yml
.travis.yml
language: go sudo: false go: - 1.5.3 before_script: - go get golang.org/x/tools/cmd/goimports - go get golang.org/x/tools/cmd/vet script: - goimports -e -w . && git diff --exit-code - go vet ./... - go test -v ./...
language: go sudo: false go: - 1.7 before_script: - go get golang.org/x/tools/cmd/goimports script: - goimports -e -w . && git diff --exit-code - go vet ./... - go test -v ./...
Update Travis to Go 1.7
Update Travis to Go 1.7
YAML
bsd-3-clause
tbroyer/ocspd,tbroyer/ocspd
217a69015a79de679e7516e7eb85c272993d508d
.travis.yml
.travis.yml
language: ruby matrix: include: - rvm: 2.4.1 # Test web AND cli with specific version gemfile: Gemfile # Otherwise test only the cli - rvm: 2.3 gemfile: lib/vimgolf/Gemfile services: - mongodb before_install: - ls -l /home/travis/.rvm/gems # Future reference, targets for quick build - cd `dirname $BUNDLE_GEMFILE` - pwd # For debug info - gem install -v 1.16.2 bundler # Travis's Bundler 1.7.6 is causing problems script: bundle exec rake addons: apt: sources: - mongodb-2.6-precise code_climate: repo_token: 87b58d792ac24c87c9eb7957aa3fe7e05f72f800619452853270ed6a8f5b3853 after_success: - bundle exec codeclimate-test-reporter
language: ruby matrix: include: - rvm: 2.6.6 # Test web AND cli with specific version gemfile: Gemfile # Otherwise test only the cli - rvm: 2.3 gemfile: lib/vimgolf/Gemfile services: - mongodb before_install: - ls -l /home/travis/.rvm/gems # Future reference, targets for quick build - cd `dirname $BUNDLE_GEMFILE` - pwd # For debug info - gem install -v 1.16.2 bundler # Travis's Bundler 1.7.6 is causing problems script: bundle exec rake addons: apt: sources: - mongodb-2.6-precise code_climate: repo_token: 87b58d792ac24c87c9eb7957aa3fe7e05f72f800619452853270ed6a8f5b3853 after_success: - bundle exec codeclimate-test-reporter
Update Travis-CI config to use Ruby 2.6.6 to test webapp
Update Travis-CI config to use Ruby 2.6.6 to test webapp
YAML
mit
igrigorik/vimgolf,igrigorik/vimgolf,igrigorik/vimgolf,igrigorik/vimgolf
fce50d4632631adc2a132bcab69af31072145834
.travis.yml
.travis.yml
language: node_js node_js: - "8" cache: yarn: true after_script: NODE_ENV=test babel-node ./node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
language: node_js node_js: - "8" cache: yarn: true after_script: ./node_modules/.bin/babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
Update path for coveralls, isparta
Update path for coveralls, isparta
YAML
mit
martindale/fabric,martindale/fabric,martindale/fabric
7c879fccb442cfbab85a079037c646aebe57cd79
.travis.yml
.travis.yml
sudo: false language: python python: - "2.7" addons: apt: packages: - liblapack-dev - gfortran before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - conda update --yes conda install: - conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy - pip install coverage - python setup.py install script: coverage run -m unittest discover Mariana/tests/ after_success: bash <(curl -s https://codecov.io/bash)
sudo: false language: python python: - "2.7" addons: apt: packages: - liblapack-dev - gfortran before_install: - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - conda update --yes conda install: - conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy - pip install coverage - python setup.py install script: coverage run -m unittest discover Mariana/tests/ after_success: bash <(curl -s https://codecov.io/bash)
Add scipy to conda deps
Add scipy to conda deps
YAML
apache-2.0
tariqdaouda/Mariana,tariqdaouda/Mariana,tariqdaouda/Mariana,JonathanSeguin/Mariana
4a09667bd6d934f0d366a208643b05b8e1ba578e
.travis.yml
.travis.yml
language: go go: - 1.10.x - 1.11.x go_import_path: github.com/sourcegraph/go-langserver os: - windows - linux branches: only: - master install: - go get -d -t ./... - go get golang.org/x/lint/golint - go test -i ./... script: - cd $TRAVIS_BUILD_DIR - go test -timeout 5m -race ./...
language: go go: - 1.10.x - 1.11.x go_import_path: github.com/sourcegraph/go-langserver os: - windows - linux branches: only: - master install: - go get -d -t ./... - go get golang.org/x/lint/golint - go test -i ./... script: - cd $TRAVIS_BUILD_DIR # Travis windows is changing line endings, breaking tests. Switch to LF. - find langserver -type f -print0 | xargs -0 sed -i ':a;N;$!ba;s/\r//g' - go test -timeout 5m -race ./...
Use sed to convert CRLF to LF line endings
ci: Use sed to convert CRLF to LF line endings Travis windows support seems to be checking out files with windows file endings, breaking our tests. So adjust line endings in travis. Signed-off-by: Christian Witts <[email protected]>
YAML
mit
sourcegraph/go-langserver,sourcegraph/go-langserver,sourcegraph/go-langserver
f692173b6772219b643a7383b25d98ff971539c0
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 matrix: allow_failures: - php: 7.0 fast_finish: true install: - composer install --no-interaction --prefer-source script: - vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml after_script: - composer require satooshi/php-coveralls dev-master - vendor/bin/coveralls -v --exclude-no-stmt
language: php php: - 5.5 - 5.6 - 7.0 install: - composer install --no-interaction --prefer-source script: - vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml after_script: - composer require satooshi/php-coveralls dev-master - vendor/bin/coveralls -v --exclude-no-stmt
Remove PHP 7 from allowed failures
Remove PHP 7 from allowed failures
YAML
mit
icicleio/dns
d2e15e67a99a5a6e93ee9675f4e129268c1291ea
manifests/bpm.ops.yml
manifests/bpm.ops.yml
- type: replace path: /releases/- value: name: "bpm" version: "0.12.2" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bpm-release?v=0.12.2" sha1: "f2edbf3d1417a253205338c9941ca989cd2f8331" - type: replace path: /instance_groups/name=garden/jobs/- value: name: bpm release: bpm - type: replace path: /instance_groups/name=garden/jobs/name=garden/properties/bpm?/enabled? value: true
- type: replace path: /releases/- value: name: "bpm" version: "0.13.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bpm-release?v=0.13.0" sha1: "4b6ebfdaa467c04855528172b099e565d679e0f5" - type: replace path: /instance_groups/name=garden/jobs/- value: name: bpm release: bpm - type: replace path: /instance_groups/name=garden/jobs/name=garden/properties/bpm?/enabled? value: true
Bump BPM release to latest in manifests
Bump BPM release to latest in manifests
YAML
apache-2.0
cloudfoundry-incubator/guardian-release,cloudfoundry-incubator/guardian-release,cloudfoundry-incubator/guardian-release
c5bf14f28d019ca1d2e34cfd22cdb3163811e7a1
.travis.yml
.travis.yml
branches: only: - master git: depth: 10 language: objective-c notifications: email: on_success: never on_failure: change script: "curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh"
branches: only: - master git: depth: 10 language: cpp matrix: include: - os: linux dist: xenial env: ATOM_CHANNEL=stable - os: linux dist: xenial env: ATOM_CHANNEL=beta - os: osx env: ATOM_CHANNEL=stable - os: osx env: ATOM_CHANNEL=beta addons: apt: packages: - build-essential - fakeroot - git - libgconf2-4 - libsecret-1-dev notifications: email: on_success: never on_failure: change script: "curl -sL https://git.io/fji1w | sh"
Switch to a better CI script
Switch to a better CI script
YAML
isc
Alhadis/Atom-Mocha,Alhadis/Atom-Mocha
76aa706f7dd11a689f026852026a94ced573b385
.travis.yml
.travis.yml
language: ruby env: global: - COVERAGE=true matrix: - TEST_SUITE=unit - TEST_SUITE=integration addons: postgresql: "9.3" before_script: - psql -c 'create database converge_sink;' -U postgres script: "bundle exec rake test:$TEST_SUITE" rvm: - "1.9.3" - "2.1.3" - "ruby-head" - "jruby-19mode" - "rbx-2"
language: ruby env: global: - COVERAGE=true matrix: - TEST_SUITE=integration - TEST_SUITE=functional addons: postgresql: "9.3" before_script: - psql -c 'create database converge_sink;' -U postgres script: "bundle exec rake test:$TEST_SUITE" rvm: - "1.9.3" - "2.1.3" - "ruby-head" - "jruby-19mode" - "rbx-2"
Fix which banks of tests we run.
Fix which banks of tests we run.
YAML
mit
azanar/converge-pg
18109ef6f53af6239559012c75c7240407b38cfb
.travis.yml
.travis.yml
language: php php: - 5.3 before_script: - composer self-update - composer update --prefer-source --dev script: - ./vendor/bin/phing test after_script: - php ./vendor/bin/coveralls -v
language: php php: - 5.3 before_script: - composer self-update - composer update --prefer-source --dev script: - ./vendor/bin/phing test #after_script: # - php ./vendor/bin/coveralls -v
Disable coveralls until Travis builds successfully
Disable coveralls until Travis builds successfully
YAML
bsd-3-clause
majuca/prado,mmauri04/prado,majuca/prado,mmauri04/prado,majuca/prado,mmauri04/prado
b52745830a8fc66bade550f85154cca6e6e33a5b
.travis.yml
.travis.yml
sudo: false install: - npm install language: node_js node_js: - "iojs" script: - npm run lint - flow check - npm test
sudo: false install: - npm install language: node_js node_js: - '4' script: - npm run lint - flow check - npm test
Configure Travis CI to use node 4
Configure Travis CI to use node 4
YAML
bsd-3-clause
jhen0409/react-devtools,jhen0409/react-devtools,mcanthony/react-devtools,allofthenorthwood/react-devtools,aolesky/react-devtools,aadsm/react-devtools,aarondancer/react-devtools,MichelleTodd/react-devtools,hedgerwang/react-devtools,keyanzhang/react-devtools,aolesky/react-devtools,mcanthony/react-devtools,keyanzhang/react-devtools,woowe/react-dev-tools,aadsm/react-devtools,hedgerwang/react-devtools,woowe/react-dev-tools,aolesky/react-devtools,aadsm/react-devtools,hedgerwang/react-devtools,jhen0409/react-devtools,aarondancer/react-devtools,Jonekee/react-devtools,allofthenorthwood/react-devtools,woowe/react-dev-tools,aarondancer/react-devtools,MichelleTodd/react-devtools,Jonekee/react-devtools
19b7ec3f63f1c6b2b44d8cea9b6861b0d834bf5c
.travis.yml
.travis.yml
osx_image: xcode7 language: objective-c before_install: - gem install xcpretty before_script: - xcrun simctl list - export LANG=en_US.UTF-8 install: echo script: - set -o pipefail - xcodebuild -workspace VCRURLSession.xcworkspace -scheme VCRURLSession -sdk iphonesimulator -configuration Debug -destination 'platform=iOS Simulator,OS=9.0,name=iPhone 5' test
osx_image: xcode7.2 language: objective-c before_install: - gem install xcpretty before_script: - xcrun simctl list - export LANG=en_US.UTF-8 install: echo script: - set -o pipefail - xcodebuild -workspace VCRURLSession.xcworkspace -scheme VCRURLSession -sdk iphonesimulator -configuration Debug -destination 'platform=iOS Simulator,OS=9.2,name=iPhone 5' test
Use XCode 7.2 on Travis
Use XCode 7.2 on Travis
YAML
mit
plu/VCRURLSession,plu/VCRURLSession
919671501c8c4efa2e26e568ed9c5f2d1f497d60
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.11" script: "grunt" notifications: webhooks: urls: - https://webhooks.gitter.im/e/4790a5cfa82031da0e22 on_success: always # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
language: node_js node_js: - "0.10" - "0.11" before_script: - grunt bower-install script: "grunt" notifications: webhooks: urls: - https://webhooks.gitter.im/e/4790a5cfa82031da0e22 on_success: always # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
Fix Travis-CI to have proper environment installed for tests
Fix Travis-CI to have proper environment installed for tests
YAML
apache-2.0
nighto/angularjs-nvd3-directives,angularjs-nvd3-directives/angularjs-nvd3-directives,LostInBrittany/angularjs-nvd3-directives,hillaryskye/angularjs-nvd3-directives,meticulo3366/angularjs-nvd3-directives,meticulo3366/angularjs-nvd3-directives,lukasberlin/angularjs-nvd3-directives,nighto/angularjs-nvd3-directives,DataTorrent/angularjs-nvd3-directives,xogeny/angularjs-nvd3-directives,thayanithi/angularjs-nvd3-directives,saschwarz/angularjs-nvd3-directives,atifzaidi/angularjs-nvd3-directives,AladdinSonni/angularjs-nvd3-directives,thayanithi/angularjs-nvd3-directives
15eb1e3ae04dada1267dc1e30a6566a2c78328ed
.travis.yml
.travis.yml
language: python env: - TOX_ENV=py27 - TOX_ENV=py33 # TODO Activate when Travis has PyPy 2.x #- TOX_ENV=pypy install: - "wget -q -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -" - "sudo wget -q -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list" - "sudo apt-get update -qq" - "sudo apt-get install -qq python-all-dev libffi-dev libspotify-dev" - "pip install cffi tox" script: - "tox -e $TOX_ENV" # TODO Activate when pyspotify2 is released #notifications: # irc: # channels: # - "irc.freenode.org#mopidy" # on_success: change # on_failure: change # use_notice: true # skip_join: true
language: python env: - TOX_ENV=py27 - TOX_ENV=py33 - TOX_ENV=pypy install: - "wget -q -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -" - "sudo wget -q -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list" - "sudo apt-get update -qq" - "sudo apt-get install -qq python-all-dev libffi-dev libspotify-dev" - "pip install cffi tox" script: - "tox -e $TOX_ENV" # TODO Activate when pyspotify2 is released #notifications: # irc: # channels: # - "irc.freenode.org#mopidy" # on_success: change # on_failure: change # use_notice: true # skip_join: true
Enable PyPy builds on Travis
Enable PyPy builds on Travis Travis now supports PyPy 2.0.
YAML
apache-2.0
jodal/pyspotify,mopidy/pyspotify,mopidy/pyspotify,felix1m/pyspotify,jodal/pyspotify,felix1m/pyspotify,kotamat/pyspotify,felix1m/pyspotify,jodal/pyspotify,kotamat/pyspotify,kotamat/pyspotify
6a6714d86910b9d9b47aa7321c19b346fcbec440
.travis.yml
.travis.yml
language: ruby rvm: - ruby-head - jruby-head - 2.0.0 - 1.9.3 - 1.9.2 - jruby-19mode - rbx-2.0.0 - 1.8.7 - jruby-18mode
language: ruby rvm: - ruby-head - jruby-head - 2.1.1 - 2.0.0 - 1.9.3 - 1.9.2 - jruby-19mode - jruby-18mode - rbx-2.1.1 - rbx-2.0.0 - 1.8.7 matrix: allow_failures: - rvm: 1.8.7 - rvm: jruby-18mode
Allow some Travis failures, add more Ruby versions
Allow some Travis failures, add more Ruby versions
YAML
mit
seanredmond/kakutani
de1a22811331f5d3762be00b780cf4de6277c168
.travis.yml
.travis.yml
language: node_js node_js: - "4" before_install: - "export DISPLAY=:99.0" - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 -extension RANDR" before_script: - firefox -v - npm install jpm -g script: - npm run jpm-travis addons: firefox: "47.0"
language: node_js node_js: - "4" addons: firefox: "47.0" before_install: - "export DISPLAY=:99.0" - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 -extension RANDR" before_script: - firefox -v - npm install jpm -g script: - npm run jpm-travis
Make sure Firefox 47.0 is used
Make sure Firefox 47.0 is used
YAML
mpl-2.0
alexgibson/uitour-config,alexgibson/uitour-config
51a0bd4322077dddbb95105d0ebbc0274d6d4317
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer self-update - composer install - phpenv rehash script: - php vendor/bin/phpcs --standard=psr2 src/ - phpunit --coverage-text
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 # - hhvm before_script: - composer self-update - composer install - phpenv rehash script: - php vendor/bin/phpcs --standard=psr2 src/ - phpunit --coverage-text
Disable support for HipHop VM :(
Disable support for HipHop VM :(
YAML
mit
piradoiv/munchitos
2297c41a531b8de6cc90919901b718961eec4aa2
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.1 before_install: - sudo apt-get update -qq before_script: - psql -c 'create role fr login createdb;' -U postgres addons: postgresql: 9.3 code_climate: repo_token: 9d2abe9e2bdfe62892cf37ae25ff3e825b07dad9401025adcb6f387ac82a35a8 script: - bundle exec rake db:create - bundle exec rake db:migrate - bundle exec rake spec - bundle exec rake rubocop deploy: provider: heroku api_key: secure: dkfq0S/ZZ6gFYMw2xIAxb+icoA369uTdYCVQZBalAocjVax1Idfqw1eAYrBlaBJ1P8vD87H5ziYcXJnszCd+qXwlLwD86OmrtPMrpZo2kvO+2aH4zffookWMfbcH1IV6qtICjWXV3NSF5xspmj2Ho/D/CB0/HYisr9eBE9eoJls= app: fr-staff-app on: repo: ministryofjustice/fr-staffapp run: - "rake db:migrate"
language: ruby before_install: - sudo apt-get update -qq before_script: - psql -c 'create role fr login createdb;' -U postgres addons: postgresql: 9.3 code_climate: repo_token: 9d2abe9e2bdfe62892cf37ae25ff3e825b07dad9401025adcb6f387ac82a35a8 script: - bundle exec rake db:create - bundle exec rake db:migrate - bundle exec rake spec - bundle exec rake rubocop deploy: provider: heroku api_key: secure: dkfq0S/ZZ6gFYMw2xIAxb+icoA369uTdYCVQZBalAocjVax1Idfqw1eAYrBlaBJ1P8vD87H5ziYcXJnszCd+qXwlLwD86OmrtPMrpZo2kvO+2aH4zffookWMfbcH1IV6qtICjWXV3NSF5xspmj2Ho/D/CB0/HYisr9eBE9eoJls= app: fr-staff-app on: repo: ministryofjustice/fr-staffapp run: - "rake db:migrate"
Remove Ruby version in Travis CI config
Remove Ruby version in Travis CI config Travis documentation states: 'Travis CI will consult .ruby-version in the root of the repository and use the indicated Ruby runtime.' So there's no need for the parameter in .travis.yml file as the repo holds .ruby-version file.
YAML
mit
ministryofjustice/fr-staffapp,ministryofjustice/fr-staffapp,ministryofjustice/fr-staffapp,ministryofjustice/fr-staffapp
6cfcf77789331a1374963e6b48da3dc5b71c5085
tasks/front.yaml
tasks/front.yaml
--- - name: Configure munge shell: create-munge-key < /dev/null creates=/etc/munge/munge.key when: not munge_key.stat.exists notify: restart munge - name: Start munge service service: name=munge state=started # Configure SSH without password to connect with the nodes of the cluster - name: Create ssh keys for defined user user: name={{user}} generate_ssh_key=yes - name: Copy generated public key local_action: command cp /home/{{user}}/.ssh/id_rsa.pub /tmp/{{user}}_id_rsa.pub creates=/tmp/{{user}}_id_rsa.pub - name: Add the authorized_key to the user {{user}} authorized_key: user={{user}} key="{{ lookup('file', '/tmp/' + item.name + '_id_rsa.pub') }}" - name: Update known hosts template: src=utils/templates/ssh_known_hosts.conf dest=/etc/ssh/ssh_known_hosts - name: Create the slurm.conf file template: dest={{ SLURM_CONF }} src=slurm.conf.j2 notify: reload slurm - name: Start SLURM daemon service: name={{SLURM_SERVICE}} state=started - name: Ensure slurmd is not running in front node shell: pgrep slurmd && killall slurmd ignore_errors: yes
--- - name: Configure munge shell: create-munge-key < /dev/null creates=/etc/munge/munge.key when: not munge_key.stat.exists notify: restart munge - name: Start munge service service: name=munge state=started # Configure SSH without password to connect with the nodes of the cluster - name: Create ssh keys for defined user user: name={{user}} generate_ssh_key=yes - name: Copy generated public key local_action: command cp /home/{{user}}/.ssh/id_rsa.pub /tmp/{{user}}_id_rsa.pub creates=/tmp/{{user}}_id_rsa.pub - name: Add the authorized_key to the user {{user}} authorized_key: user={{user}} key="{{ lookup('file', '/tmp/' + user + '_id_rsa.pub') }}" - name: Update known hosts template: src=utils/templates/ssh_known_hosts.conf dest=/etc/ssh/ssh_known_hosts - name: Create the slurm.conf file template: dest={{ SLURM_CONF }} src=slurm.conf.j2 notify: reload slurm - name: Start SLURM daemon service: name={{SLURM_SERVICE}} state=started - name: Ensure slurmd is not running in front node shell: pgrep slurmd && killall slurmd ignore_errors: yes
Fix bug un ssh config
Fix bug un ssh config
YAML
apache-2.0
grycap/ansible-role-slurm
ff50b5c9fd6ca080a036a436db3545768261351c
hieradata/node.shell-01.hosting.randomness.org.uk.yaml
hieradata/node.shell-01.hosting.randomness.org.uk.yaml
--- ufw_allow: allow-ssh-from-anywhere-ipv4: port: '22' from: 'any' allow-ssh-from-anywhere-ipv6: port: '22' from: 'any' ip: '2a03:b0c0:1:d0::dc:b001/64' base_packages: - alpine - irssi
--- ufw_allow: allow-ssh-from-anywhere-ipv4: port: '22' from: 'any' allow-ssh-from-anywhere-ipv6: port: '22' from: 'any' ip: '2a03:b0c0:1:d0::dc:b001/64' base_packages: - alpine - irssi accounts: workbob: comment: 'bob walker'
Set up a work bob account on shell-01
Set up a work bob account on shell-01
YAML
mit
rjw1/randomness-puppet,rjw1/randomness-puppet
ac2bb6e5eb6612fbc0c38182091bd8ef27ec7b44
frameworks/Python/API-Hour/hello/etc/hello/main/main.yaml
frameworks/Python/API-Hour/hello/etc/hello/main/main.yaml
engines: pg: host: 127.0.0.1 port: 5432 dbname: hello_world user: benchmarkdbuser password: benchmarkdbpass minsize: 40 maxsize: 40
--- engines: pg: host: 127.0.0.1 port: 5432 dbname: hello_world user: benchmarkdbuser password: benchmarkdbpass minsize: 22 maxsize: 22
Reduce pgsql socket pool to match 2000 maximum connections
Reduce pgsql socket pool to match 2000 maximum connections
YAML
bsd-3-clause
Dith3r/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,joshk/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,sgml/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,zapov/FrameworkBenchmarks,jamming/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,grob/FrameworkBenchmarks,khellang/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,sxend/FrameworkBenchmarks,joshk/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,Verber/FrameworkBenchmarks,denkab/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,sxend/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,methane/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,doom369/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,Verber/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,Verber/FrameworkBenchmarks,denkab/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,zloster/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,testn/FrameworkBenchmarks,sxend/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,sxend/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,doom369/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,sgml/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,Verber/FrameworkBenchmarks,denkab/FrameworkBenchmarks,zloster/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,khellang/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,jamming/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,khellang/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,sgml/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,testn/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,valyala/FrameworkBenchmarks,zapov/FrameworkBenchmarks,zapov/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,testn/FrameworkBenchmarks,joshk/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,jamming/FrameworkBenchmarks,jamming/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,khellang/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,testn/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,Verber/FrameworkBenchmarks,denkab/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,zloster/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,zloster/FrameworkBenchmarks,sxend/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,Verber/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,actframework/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,denkab/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,herloct/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,sgml/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,sgml/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,Verber/FrameworkBenchmarks,doom369/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,sxend/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,actframework/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,kbrock/FrameworkBenchmarks,grob/FrameworkBenchmarks,jamming/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,zapov/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,actframework/FrameworkBenchmarks,herloct/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,joshk/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,grob/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,zloster/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,grob/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,valyala/FrameworkBenchmarks,methane/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,joshk/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,herloct/FrameworkBenchmarks,testn/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,methane/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,jamming/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,herloct/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,herloct/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,khellang/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,doom369/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,kbrock/FrameworkBenchmarks,zloster/FrameworkBenchmarks,jamming/FrameworkBenchmarks,joshk/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,zapov/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,grob/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,grob/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,zloster/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,sxend/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,khellang/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,joshk/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,zloster/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,valyala/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,actframework/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,khellang/FrameworkBenchmarks,methane/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,doom369/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,zapov/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,sxend/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,valyala/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,doom369/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,zapov/FrameworkBenchmarks,Verber/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,actframework/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,testn/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,herloct/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,methane/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,grob/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,jamming/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,methane/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,actframework/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,jamming/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,kbrock/FrameworkBenchmarks,grob/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,doom369/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,zapov/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,Verber/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,sgml/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,valyala/FrameworkBenchmarks,Verber/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,sgml/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,sxend/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,doom369/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,actframework/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,sgml/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,herloct/FrameworkBenchmarks,zapov/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,joshk/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,doom369/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,joshk/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,denkab/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,denkab/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,valyala/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,sxend/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,sgml/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,methane/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,denkab/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,doom369/FrameworkBenchmarks,herloct/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,sxend/FrameworkBenchmarks,joshk/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,sgml/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,valyala/FrameworkBenchmarks,grob/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,khellang/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,zapov/FrameworkBenchmarks,zloster/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,methane/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,zloster/FrameworkBenchmarks,grob/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,testn/FrameworkBenchmarks,testn/FrameworkBenchmarks,jamming/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,zloster/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,sgml/FrameworkBenchmarks,zloster/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,doom369/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,valyala/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,sxend/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,actframework/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,valyala/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,Verber/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,doom369/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,valyala/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,kbrock/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,zapov/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,jamming/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,testn/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,doom369/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,zapov/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,jamming/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,denkab/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,kbrock/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,valyala/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,zloster/FrameworkBenchmarks,herloct/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,denkab/FrameworkBenchmarks,joshk/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,kbrock/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,actframework/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,sxend/FrameworkBenchmarks,actframework/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,sxend/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,testn/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,grob/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,herloct/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,actframework/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,joshk/FrameworkBenchmarks,herloct/FrameworkBenchmarks,zloster/FrameworkBenchmarks,methane/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,actframework/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,actframework/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,valyala/FrameworkBenchmarks,zapov/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,doom369/FrameworkBenchmarks,sgml/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,testn/FrameworkBenchmarks,methane/FrameworkBenchmarks,khellang/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,denkab/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,doom369/FrameworkBenchmarks,jamming/FrameworkBenchmarks,joshk/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,Verber/FrameworkBenchmarks,herloct/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,jamming/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,kbrock/FrameworkBenchmarks,herloct/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,sxend/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,donovanmuller/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,denkab/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,testn/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,k-r-g/FrameworkBenchmarks,valyala/FrameworkBenchmarks,zapov/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,sgml/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,denkab/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,herloct/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,sxend/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,methane/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,sxend/FrameworkBenchmarks,testn/FrameworkBenchmarks,zapov/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,hperadin/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,grob/FrameworkBenchmarks,sxend/FrameworkBenchmarks,grob/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,kbrock/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,Verber/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,sgml/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,methane/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,khellang/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,waiteb3/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,PermeAgility/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,joshk/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,steveklabnik/FrameworkBenchmarks,khellang/FrameworkBenchmarks,ashawnbandy-te-tfb/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,zloster/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,denkab/FrameworkBenchmarks,zdanek/FrameworkBenchmarks,actframework/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,khellang/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,doom369/FrameworkBenchmarks,khellang/FrameworkBenchmarks,herloct/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,lcp0578/FrameworkBenchmarks,greg-hellings/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,actframework/FrameworkBenchmarks,thousandsofthem/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,marko-asplund/FrameworkBenchmarks,nbrady-techempower/FrameworkBenchmarks,grob/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,Verber/FrameworkBenchmarks,hamiltont/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,testn/FrameworkBenchmarks,knewmanTE/FrameworkBenchmarks,yunspace/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,doom369/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,jetty-project/FrameworkBenchmarks,kbrock/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,zapov/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,sanjoydesk/FrameworkBenchmarks,khellang/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,jebbstewart/FrameworkBenchmarks,zloster/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,zloster/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,s-ludwig/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,Rayne/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,alubbe/FrameworkBenchmarks,raziel057/FrameworkBenchmarks,saturday06/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,methane/FrameworkBenchmarks,Synchro/FrameworkBenchmarks,kbrock/FrameworkBenchmarks,diablonhn/FrameworkBenchmarks,F3Community/FrameworkBenchmarks,actframework/FrameworkBenchmarks,Rydgel/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,methane/FrameworkBenchmarks,stefanocasazza/FrameworkBenchmarks,valyala/FrameworkBenchmarks,zloster/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,psfblair/FrameworkBenchmarks,markkolich/FrameworkBenchmarks,zhuochenKIDD/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,jaguililla/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,kostya-sh/FrameworkBenchmarks,victorbriz/FrameworkBenchmarks,zane-techempower/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,Dith3r/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,mfirry/FrameworkBenchmarks,youprofit/FrameworkBenchmarks,nathana1/FrameworkBenchmarks,Jesterovskiy/FrameworkBenchmarks,fabianmurariu/FrameworkBenchmarks,circlespainter/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks,kbrock/FrameworkBenchmarks,Eyepea/FrameworkBenchmarks,nkasvosve/FrameworkBenchmarks,kbrock/FrameworkBenchmarks,jeevatkm/FrameworkBenchmarks,xitrum-framework/FrameworkBenchmarks
98b806aa0a330e0cea91be950de0b110fa64a5ed
conda-recipe/meta.yaml
conda-recipe/meta.yaml
{% set name = "pyodeint" %} {% set version = "0.6.0.git" %} package: name: {{ name|lower }} version: {{ version }} source: git_url: ../ build: number: 0 requirements: build: - python - numpy - boost ==1.57.0 - cython run: - python - numpy test: imports: - pyodeint requires: - pytest commands: - python -m pytest --pyargs pyodeint about: home: https://github.com/bjodah/pyodeint license: BSD 2-Clause license_file: LICENSE summary: 'Python wrapper around odeint (from the boost C++ library)' doc_url: https://bjodah.github.io/{{ name }} extra: recipe-maintainers: - bjodah
{% set name = "pyodeint" %} {% set version = "0.6.0.git" %} package: name: {{ name|lower }} version: {{ version }} source: git_url: ../ build: number: 0 requirements: build: - python - numpy - boost ==1.57.0 - cython run: - python - numpy test: imports: - pyodeint requires: - pytest commands: - python -m pytest --pyargs pyodeint about: home: https://github.com/bjodah/pyodeint license: BSD 2-Clause license_file: LICENSE summary: 'Python wrapper around odeint (from the boost C++ library)' doc_url: https://bjodah.github.io/{{ name }}/latest extra: recipe-maintainers: - bjodah
Update doc_url in conda recipe
Update doc_url in conda recipe
YAML
bsd-2-clause
bjodah/pyodeint,bjodah/pyodeint,bjodah/pyodeint,bjodah/pyodeint
0c3e6563e56e549d77496604aeb0403e73e0326c
conda.recipe/meta.yaml
conda.recipe/meta.yaml
package: name: conda-env version: 1.1.0 build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} string: {{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }} preserve_egg_dir: yes source: git_url: ../ requirements: build: - python - setuptools run: - python - setuptools test: commands: - conda env -h - conda env list -h - conda env create -h - conda env export -h - conda env remove -h about: home: https://github.com/conda/conda-env/
package: name: conda-env version: 1.1.0 build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} string: {{ environ.get('GIT_BUILD_STR', 'GIT_STUB') }} preserve_egg_dir: yes source: git_url: .. requirements: build: - python - setuptools run: - python - setuptools test: commands: - conda env -h - conda env list -h - conda env create -h - conda env export -h - conda env remove -h about: home: https://github.com/conda/conda-env/
Remove trailing slash (possible Windows fix)
Remove trailing slash (possible Windows fix)
YAML
bsd-3-clause
ESSS/conda-env,isaac-kit/conda-env,dan-blanchard/conda-env,mikecroucher/conda-env,conda/conda-env,phobson/conda-env,asmeurer/conda-env,nicoddemus/conda-env,mikecroucher/conda-env,isaac-kit/conda-env,conda/conda-env,phobson/conda-env,dan-blanchard/conda-env,asmeurer/conda-env,nicoddemus/conda-env,ESSS/conda-env
b27cee727be4321c7bc35acaa011e1eba64212ec
Resources/config/twig_extension.yml
Resources/config/twig_extension.yml
services: pierrre_encrypter.twig_extension: class: Pierrre\EncrypterBundle\Twig\Extension\Encrypter arguments: ["@pierrre_encrypter.manager", %pierrre_encrypter.twig.default_encrypter%] tags: - { name: twig.extension }
services: pierrre_encrypter.twig_extension: class: Pierrre\EncrypterBundle\Twig\Extension\Encrypter arguments: ["@pierrre_encrypter.manager", "%pierrre_encrypter.twig.default_encrypter%"] tags: - { name: twig.extension }
Fix twig extension config (yaml parse error)
Fix twig extension config (yaml parse error) [ci skip]
YAML
mit
pierrre/PierrreEncrypterBundle
692d56fb57dc569a839e110efbde46d094838574
recipes/psutil/meta.yaml
recipes/psutil/meta.yaml
{% set version = "5.1.3" %} package: name: psutil version: {{ version }} source: fn: psutil-{{ version }}.tar.gz url: https://pypi.io/packages/source/p/psutil/psutil-{{ version }}.tar.gz md5: 3090e32d42761086ae82036cadb95ba3 build: number: 0 script: python setup.py install --single-version-externally-managed --record record.txt requirements: build: - python - setuptools run: - python test: requires: - ipaddress # [py<33] - mock # [py<33] - unittest2 # [py<27] imports: - psutil - psutil.tests about: home: https://github.com/giampaolo/psutil license: BSD 3-Clause summary: A cross-platform process and system utilities module for Python
{% set version = "5.2.0" %} package: name: psutil version: {{ version }} source: fn: psutil-{{ version }}.tar.gz url: https://pypi.io/packages/source/p/psutil/psutil-{{ version }}.tar.gz md5: c9aa2599dcd9e5b59d71b6660d396062 build: number: 0 script: python setup.py install --single-version-externally-managed --record record.txt requirements: build: - python - setuptools run: - python test: requires: - ipaddress # [py<33] - mock # [py<33] - unittest2 # [py<27] imports: - psutil - psutil.tests about: home: https://github.com/giampaolo/psutil license: BSD 3-Clause summary: A cross-platform process and system utilities module for Python
Update psutil recipe to version 5.2.0
Update psutil recipe to version 5.2.0
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
6d18946e002c4633ac03e6ea96e2c1601b5fb20d
packages/mu/mulang.yaml
packages/mu/mulang.yaml
homepage: '' changelog-type: '' hash: be73a55c0d47b87ffb487b270039de9e52f3f89da18b2c30caa3fbad71a7d387 test-bench-deps: bytestring: -any base: <=5 hspec: -any text: -any mulang: -any aeson: -any neat-interpolation: -any maintainer: [email protected] synopsis: An intermediate language designed to perform advanced code analysis changelog: '' basic-deps: bytestring: -any split: -any base: <=5 ParsecTools: -any unordered-containers: -any text: -any process: -any parsec: -any containers: -any inflections: -any language-javascript: -any mulang: -any hashable: -any haskell-src: -any scientific: -any language-java: -any aeson: -any vector: -any neat-interpolation: -any all-versions: - '0.1.0.0' - '3.5.2' - '3.6.0' author: Franco Leonardo Bulgarelli latest: '3.6.0' description-type: haddock description: Mulang is an intermediate language, a combinators library for static code analysis and a multilanguage comand line tool license-name: GPL
homepage: '' changelog-type: '' hash: 9203f68eabd12344cb1c5f037b84684d611c7786202f818a44caef98a4a2d126 test-bench-deps: bytestring: -any base: <=5 hspec: -any text: -any mulang: -any aeson: -any neat-interpolation: -any maintainer: [email protected] synopsis: An intermediate language designed to perform advanced code analysis changelog: '' basic-deps: bytestring: -any split: -any base: <=5 ParsecTools: -any unordered-containers: -any text: -any process: -any parsec: -any containers: -any inflections: -any language-javascript: -any mulang: -any hashable: -any haskell-src: -any scientific: -any language-java: -any aeson: -any vector: -any neat-interpolation: -any all-versions: - '0.1.0.0' - '3.5.2' - '3.6.0' - '3.6.1' author: Franco Leonardo Bulgarelli latest: '3.6.1' description-type: haddock description: Mulang is an intermediate language, a combinators library for static code analysis and a multilanguage comand line tool license-name: GPL
Update from Hackage at 2018-01-04T21:15:26Z
Update from Hackage at 2018-01-04T21:15:26Z
YAML
mit
commercialhaskell/all-cabal-metadata
d5f178b036e6eee40800918e0af68803b8936ce8
recipes/pyasn1/meta.yaml
recipes/pyasn1/meta.yaml
{%set name = "pyasn1" %} {%set version = "0.3.2" %} {%set hash_type = "sha256" %} {%set hash_val = "90bd82e0db59d4319eaf01c2549b34c817d645275fce9ad41bac7429aa380690" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz {{ hash_type }}: {{ hash_val }} build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools run: - python test: imports: - pyasn1 - pyasn1.codec - pyasn1.codec.ber - pyasn1.codec.cer - pyasn1.codec.der - pyasn1.compat - pyasn1.type about: home: http://sourceforge.net/projects/pyasn1/ license: BSD 2-Clause summary: 'ASN.1 types and codecs' license_family: BSD doc_url: http://pyasn1.sourceforge.net/
{%set name = "pyasn1" %} {%set version = "0.3.3" %} {%set hash_type = "sha256" %} {%set hash_val = "01c20ade412088b42dcd5f0fef6149f6b7377297c5c5f222bb5ef0331ee3517c" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz {{ hash_type }}: {{ hash_val }} build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools run: - python test: imports: - pyasn1 - pyasn1.codec - pyasn1.codec.ber - pyasn1.codec.cer - pyasn1.codec.der - pyasn1.compat - pyasn1.type about: home: http://sourceforge.net/projects/pyasn1/ license: BSD 2-Clause summary: 'ASN.1 types and codecs' license_family: BSD doc_url: http://pyasn1.sourceforge.net/
Update pyasn1 to version 0.3.3
Update pyasn1 to version 0.3.3
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
6fe5dac3be2c74bea5f698c4c806626f4081848b
recipes/pyqmix/meta.yaml
recipes/pyqmix/meta.yaml
{% set name = "pyqmix" %} {% set version = "2018.11.7" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 8c0252a4908fa3608aa72c1d53d6a2a685806a6125ee93eb61c69e02134bbec5 build: number: 0 script: "{{ PYTHON }} -m pip install . -vvv" skip: True # [not win] requirements: build: # - host: - python - pip run: - python - cffi - ruamel.yaml - appdirs - pywin32 - future test: imports: - pyqmix about: home: https://github.com/psyfood/pyqmix license: GPL-3.0 license_family: GPL license_file: LICENSE summary: A wrapper for the Cetoni Qmix SDK description: | This Python package wraps the Cetoni Qmix pump and valve interface DLLs using CFFI. doc_url: https://pyqmix.readthedocs.io/ dev_url: https://github.com/psyfood/pyqmix extra: recipe-maintainers: - hoechenberger
{% set name = "pyqmix" %} {% set version = "2018.11.7" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 8c0252a4908fa3608aa72c1d53d6a2a685806a6125ee93eb61c69e02134bbec5 build: number: 0 script: "{{ PYTHON }} -m pip install --no-deps . -vvv" skip: True # [not win] requirements: build: # - host: - python - pip run: - python - cffi - ruamel.yaml - appdirs - pywin32 - future test: imports: - pyqmix about: home: https://github.com/psyfood/pyqmix license: GPL-3.0 license_family: GPL license_file: LICENSE summary: A wrapper for the Cetoni Qmix SDK description: | This Python package wraps the Cetoni Qmix pump and valve interface DLLs using CFFI. doc_url: https://pyqmix.readthedocs.io/ dev_url: https://github.com/psyfood/pyqmix extra: recipe-maintainers: - hoechenberger
Install package with `--no-deps` parameter
Install package with `--no-deps` parameter This avoids the retrieval of all `install_requires` runtime dependencies specified in `setup.cfg` from PyPI.
YAML
bsd-3-clause
dschreij/staged-recipes,ocefpaf/staged-recipes,scopatz/staged-recipes,patricksnape/staged-recipes,isuruf/staged-recipes,goanpeca/staged-recipes,kwilcox/staged-recipes,asmeurer/staged-recipes,scopatz/staged-recipes,shadowwalkersb/staged-recipes,rmcgibbo/staged-recipes,basnijholt/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,jjhelmus/staged-recipes,birdsarah/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,chrisburr/staged-recipes,stuertz/staged-recipes,sodre/staged-recipes,cpaulik/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,cpaulik/staged-recipes,Juanlu001/staged-recipes,jochym/staged-recipes,petrushy/staged-recipes,mariusvniekerk/staged-recipes,mariusvniekerk/staged-recipes,dschreij/staged-recipes,SylvainCorlay/staged-recipes,jochym/staged-recipes,conda-forge/staged-recipes,shadowwalkersb/staged-recipes,hadim/staged-recipes,mcs07/staged-recipes,basnijholt/staged-recipes,synapticarbors/staged-recipes,ceholden/staged-recipes,SylvainCorlay/staged-recipes,igortg/staged-recipes,igortg/staged-recipes,johanneskoester/staged-recipes,sodre/staged-recipes,stuertz/staged-recipes,ceholden/staged-recipes,sodre/staged-recipes,johanneskoester/staged-recipes,Juanlu001/staged-recipes,petrushy/staged-recipes,goanpeca/staged-recipes,isuruf/staged-recipes,birdsarah/staged-recipes,chrisburr/staged-recipes,rmcgibbo/staged-recipes,mcs07/staged-recipes,asmeurer/staged-recipes,patricksnape/staged-recipes,jjhelmus/staged-recipes,synapticarbors/staged-recipes
b41984b9a938a27def6f35bbfcaf598919f06753
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: new_return_request: New Return Request edit_return_request: Edit Return Request update_return_request: Update Return Request approve_return_request: Approve Return Request deny_return_request: Deny Return Request email_address: Email Address ready_to_submit: Ready to Submit?
# 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: new_return_request: New Return Request edit_return_request: Edit Return Request update_return_request: Update Return Request approve_return_request: Approve Return Request deny_return_request: Deny Return Request order_number: Order Number email_address: Email Address ready_to_submit: Ready to Submit?
Improve Order Number label on new return request form
Improve Order Number label on new return request form
YAML
bsd-3-clause
nicedawg/spree-return-requests,nicedawg/spree-return-requests,nicedawg/spree-return-requests
34e51dc4ba910fd2ccb8a051f29b62cac07f29b8
blade.yml
blade.yml
load_paths: - lib/assets/javascripts - test/javascript/src - test/javascript/vendor logical_paths: - sinon-1.17.5.js - sinon-qunit-1.0.0.js - relax.js - test.js build: logical_paths: - relax.js path: dist js_compressor: uglifier plugins: sprockets_override_accept: sauce_labs: tunnel_args: - "--verbose" # Turn on verbose logging. - "--vm-version" # Use the varnish VM for WebSockets support. - "dev-varnish" browsers: Google Chrome: os: Mac version: -1
load_paths: - lib/assets/javascripts - test/javascript/src - test/javascript/vendor logical_paths: - sinon-1.17.5.js - sinon-qunit-1.0.0.js - relax.js - test.js build: logical_paths: - relax.js path: dist js_compressor: uglifier plugins: sprockets_override_accept: sauce_labs: tunnel_args: - "--verbose" # Turn on verbose logging. - "--vm-version" # Use the varnish VM for WebSockets support. - "dev-varnish" browsers: Google Chrome: version: -2 Firefox: version: -2
Add previous 2 chrome and firefox versions for testing
Add previous 2 chrome and firefox versions for testing
YAML
mit
jho406/Breezy,jho406/Relax,jho406/Breezy,jho406/Breezy,jho406/Relax,jho406/Relax
56329ae5c96858d7cc63069f2d28e73be2043138
settings/provisioner/virsh/topology/network/default.yml
settings/provisioner/virsh/topology/network/default.yml
--- data: name: "provisioning" ip_address: "172.16.0.254" netmask: "255.255.255.0" management: name: "management" ip_address: "10.0.0.1" netmask: "255.255.255.0" forward: type: "nat" dhcp: range: start: "10.0.0.2" end: "10.0.0.100" subnet_cidr: "10.0.0.0/24" subnet_gateway: "10.0.0.1" floating_ip: start: "10.0.0.101" end: "10.0.0.150" external: name: "external" ip_address: "192.168.1.1" netmask: "255.255.255.0" forward: type: "nat" dhcp: range: start: "192.168.1.2" end: "192.168.1.100" subnet_cidr: "192.168.1.0/24" subnet_gateway: "192.168.1.1" floating_ip: start: "192.168.1.101" end: "192.168.1.150"
--- data: name: "data" ip_address: "172.16.0.254" netmask: "255.255.255.0" management: name: "management" ip_address: "10.0.0.1" netmask: "255.255.255.0" forward: type: "nat" dhcp: range: start: "10.0.0.2" end: "10.0.0.100" subnet_cidr: "10.0.0.0/24" subnet_gateway: "10.0.0.1" floating_ip: start: "10.0.0.101" end: "10.0.0.150" external: name: "external" ip_address: "192.168.1.1" netmask: "255.255.255.0" forward: type: "nat" dhcp: range: start: "192.168.1.2" end: "192.168.1.100" subnet_cidr: "192.168.1.0/24" subnet_gateway: "192.168.1.1" floating_ip: start: "192.168.1.101" end: "192.168.1.150"
Rename data network according to actual name.
Rename data network according to actual name. Ansible 2.0 fails on mismatch name
YAML
apache-2.0
okolisny/InfraRed,redhat-openstack/infrared,okolisny/InfraRed,redhat-openstack/infrared,okolisny/InfraRed,redhat-openstack/infrared
03ed0ac4bf06f3dd3f5fb7c3c6f6925c794091e6
deployment/roles/web/vars/main.yml
deployment/roles/web/vars/main.yml
--- service: zoomhub description: ZoomHub let’s you make your images zoomable. app_user: root apps_root: /var/apps app_repo: https://github.com/zoomhub/zoomhub.git app_root: '{{ apps_root }}/{{ service }}' app_version: master app_command: 'NODE_ENV=production {{ app_root }}/node_modules/.bin/_coffee --fibers --cache {{ app_root }}/app' log_root: '/var/log/{{ service }}' log_path: '/var/log/{{ service }}/{{ service }}.log'
--- service: zoomhub description: ZoomHub let’s you make your images zoomable. app_user: root apps_root: /var/apps app_repo: https://github.com/zoomhub/zoomhub.git app_root: '{{ apps_root }}/{{ service }}' app_version: master app_command: 'NODE_ENV=production PORT=80 {{ app_root }}/node_modules/.bin/_coffee --fibers --cache {{ app_root }}/app' log_root: '/var/log/{{ service }}' log_path: '/var/log/{{ service }}/{{ service }}.log'
Set production port to 80
Set production port to 80
YAML
mit
zoomhub/zoomhub,zoomhub/zoomhub,zoomhub/zoomhub,zoomhub/zoomhub
c66a62af9881fa30a63f46bcd726d5565e6d87dd
config/private_pub.yml
config/private_pub.yml
development: server: "http://localhost:9292/faye" secret_token: "secret" signature_expiration: 3600 # one hour test: server: "http://localhost:9292/faye" secret_token: "secret" production: server: "https://hippopath.org:9292/faye" secret_token: "04e13fcc7f1c88f81608101e49220698241472f1a5578a485b818cb328d237c2" signature_expiration: 3600 # one hour
development: server: "http://localhost:9292/faye" secret_token: "secret" signature_expiration: 3600 # one hour test: server: "http://localhost:9292/faye" secret_token: "secret" production: server: "http://hippopath.org:9292/faye" secret_token: "04e13fcc7f1c88f81608101e49220698241472f1a5578a485b818cb328d237c2" signature_expiration: 3600 # one hour
Revert "use https for faye"
Revert "use https for faye" This reverts commit 19de23437552c8b532e90b19d5309f9493f9c683.
YAML
apache-2.0
jchai002/HippoPath,jchai002/HippoPath,jchai002/HippoPath
5771e60aaa287b2b1bdcf8be25267e06269c4cf3
ansible/roles/common/tasks/main.yml
ansible/roles/common/tasks/main.yml
--- # This role sets up lots of common packages used generally. - name: install packages for CKAN become: true apt: pkg: "{{ item }}" state: installed update_cache: true with_items: - ack-grep - build-essential - emacs - git - htop - iotop - libmemcached-dev - libpq5 - memcached - python-dev - python-virtualenv - screen - tree - vim - zip
--- # This role sets up lots of common packages used generally. - name: install packages for CKAN become: true apt: pkg: "{{ item }}" state: installed update_cache: true with_items: - ack-grep - build-essential - emacs - git - htop - iotop - libmemcached-dev - libpq5 - memcached - python-dev - python-virtualenv - redis-server - screen - tree - vim - zip
Add redis server now CKAN has moved from celery -> RQ
Add redis server now CKAN has moved from celery -> RQ
YAML
agpl-3.0
nhsengland/iit-infrastructure,nhsengland/iit-infrastructure
14ff76bfc519d962bb9de87c55fefb8bd16cda9f
metadata/ua.gardenapple.itchupdater.yml
metadata/ua.gardenapple.itchupdater.yml
AntiFeatures: - NonFreeNet Categories: - Games - Internet License: GPL-3.0-only AuthorName: gardenapple AuthorEmail: [email protected] WebSite: https://gardenapple.itch.io/mitch SourceCode: https://gitlab.com/gardenappl/mitch IssueTracker: https://gitlab.com/gardenappl/mitch/issues Changelog: https://gardenapple.itch.io/mitch/devlog AutoName: Mitch RepoType: git Repo: https://gitlab.com/gardenappl/mitch.git Builds: - versionName: 1.2.5 versionCode: 16 commit: v1.2.5 subdir: app gradle: - fdroid - versionName: 1.2.6 versionCode: 18 commit: v1.2.6 subdir: app gradle: - fdroid AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.2.6 CurrentVersionCode: 18
AntiFeatures: - NonFreeNet Categories: - Games - Internet License: GPL-3.0-only AuthorName: gardenapple AuthorEmail: [email protected] WebSite: https://gardenapple.itch.io/mitch SourceCode: https://gitlab.com/gardenappl/mitch IssueTracker: https://gitlab.com/gardenappl/mitch/issues Changelog: https://gardenapple.itch.io/mitch/devlog AutoName: Mitch RepoType: git Repo: https://gitlab.com/gardenappl/mitch.git Builds: - versionName: 1.2.5 versionCode: 16 commit: v1.2.5 subdir: app gradle: - fdroid - versionName: 1.2.6 versionCode: 18 commit: v1.2.6 subdir: app gradle: - fdroid - versionName: 1.2.7 versionCode: 19 commit: v1.2.7 subdir: app gradle: - fdroid AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.2.7 CurrentVersionCode: 19
Update Mitch to 1.2.7 (19)
Update Mitch to 1.2.7 (19)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
d3807549d5a036c180cced39fb7d9e8c159f23ca
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site install_dependencies_command: bundle install --path vendor/bundle preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future -d _site
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: heading label: 博客 - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site install_dependencies_command: bundle install --path vendor/bundle preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future -d _site
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
apache-2.0
zuonx/zuonx.github.io,zuonx/zuonx.github.io,zuonx/zuonx.github.io
f19a397471cdbf3e5452dd7644a05aea55825f47
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: install_dependencies_command: npm install preview_docker_image: node:10 mount_path: "/srv" working_dir: "/srv" instant_preview_command: npm run forestry:preview
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: upload_dir: static/images public_path: "/images" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: install_dependencies_command: npm install preview_docker_image: node:10 mount_path: "/srv" working_dir: "/srv" instant_preview_command: npm run forestry:preview
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
Narno/narno.com,Narno/narno.com
903909dc59fa3c1cedbfabb0f6252155c0dccd48
test/templates/compose/09-kafka/src/main/docker/kafka.yml
test/templates/compose/09-kafka/src/main/docker/kafka.yml
version: '2' services: zookeeper: image: confluentinc/cp-zookeeper:5.5.5 environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 ZOOKEEPER_SYNC_LIMIT: 2 kafka: image: confluentinc/cp-kafka:5.5.7 environment: KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092 KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181 KAFKA_BROKER_ID: 2 KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1 ports: - 9092:9092
version: '2' services: zookeeper: image: confluentinc/cp-zookeeper:5.5.7 environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 ZOOKEEPER_SYNC_LIMIT: 2 kafka: image: confluentinc/cp-kafka:5.5.7 environment: KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092 KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181 KAFKA_BROKER_ID: 2 KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1 ports: - 9092:9092
Update missing confluentinc/cp-zookeeper docker image version to 5.5.7
Update missing confluentinc/cp-zookeeper docker image version to 5.5.7
YAML
apache-2.0
vivekmore/generator-jhipster,atomfrede/generator-jhipster,vivekmore/generator-jhipster,liseri/generator-jhipster,atomfrede/generator-jhipster,atomfrede/generator-jhipster,liseri/generator-jhipster,jhipster/generator-jhipster,liseri/generator-jhipster,vivekmore/generator-jhipster,ctamisier/generator-jhipster,jhipster/generator-jhipster,ctamisier/generator-jhipster,liseri/generator-jhipster,jhipster/generator-jhipster,ctamisier/generator-jhipster,jhipster/generator-jhipster,jhipster/generator-jhipster,atomfrede/generator-jhipster,atomfrede/generator-jhipster,vivekmore/generator-jhipster,vivekmore/generator-jhipster,ctamisier/generator-jhipster,ctamisier/generator-jhipster,liseri/generator-jhipster
3fea1fcdae6e75d2362a07e95cba535a0209948c
packages/bo/bookhound.yaml
packages/bo/bookhound.yaml
homepage: https://github.com/albertprz/bookhound#readme changelog-type: '' hash: ac23d88b8f37b166a4d6fb0e5587d510d2a575d8aa2d3fcfec0252d485e32c5b test-bench-deps: {} maintainer: [email protected] synopsis: Simple Parser Combinators & Parsers changelog: '' basic-deps: base: '>=4.7 && <5' time: '>=1.9 && <2' text: '>=2.0 && <3' containers: '>=0.6 && <1' all-versions: - 0.1.0.0 - 0.1.1.0 - 0.1.2.0 - 0.1.3.0 - 0.1.4.0 - 0.1.5.0 - 0.1.6.0 - 0.1.7.0 - 0.1.8.0 - 0.1.9.0 - 0.1.10.0 author: Alberto Perez Lopez latest: 0.1.10.0 description-type: markdown description: | # bookhound license-name: LicenseRef-LGPL
homepage: https://github.com/albertprz/bookhound#readme changelog-type: '' hash: 1d06bd86cef9acfc56e46722833df2b5605c1ff65b5d9256b0ef776e90c7a54e test-bench-deps: {} maintainer: [email protected] synopsis: Simple Parser Combinators changelog: '' basic-deps: base: '>=4.7 && <5' time: '>=1.9 && <2' text: '>=2.0 && <3' containers: '>=0.6 && <1' all-versions: - 0.1.0.0 - 0.1.1.0 - 0.1.2.0 - 0.1.3.0 - 0.1.4.0 - 0.1.5.0 - 0.1.6.0 - 0.1.7.0 - 0.1.8.0 - 0.1.9.0 - 0.1.10.0 - 0.1.11.0 author: Alberto Perez Lopez latest: 0.1.11.0 description-type: markdown description: | # bookhound license-name: LicenseRef-LGPL
Update from Hackage at 2022-07-17T14:43:59Z
Update from Hackage at 2022-07-17T14:43:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
ec2642815abb3c3a3512a7d7b18a3a71bf3021aa
packages/te/text-zipper.yaml
packages/te/text-zipper.yaml
homepage: '' changelog-type: '' hash: c441dc8c38e82e3101068cf8952a9b011f803a408e73e6749797ae2f4134bad7 test-bench-deps: {} maintainer: [email protected] synopsis: A text editor zipper library changelog: '' basic-deps: base: <5 text: -any vector: -any all-versions: - '0.1' - '0.1.1' - '0.2' - '0.2.1' - '0.3' - '0.3.1' author: Jonathan Daugherty <[email protected]> latest: '0.3.1' description-type: haddock description: This library provides a zipper and API for editing text. license-name: BSD3
homepage: '' changelog-type: '' hash: 9994640a1b8ae9371980d7c05d097fb76cae1109ef05498d0174cbadf0e6e9e0 test-bench-deps: {} maintainer: [email protected] synopsis: A text editor zipper library changelog: '' basic-deps: base: <5 text: -any vector: -any all-versions: - '0.1' - '0.1.1' - '0.2' - '0.2.1' - '0.3' - '0.3.1' - '0.4' author: Jonathan Daugherty <[email protected]> latest: '0.4' description-type: haddock description: This library provides a zipper and API for editing text. license-name: BSD3
Update from Hackage at 2016-05-11T21:40:09+0000
Update from Hackage at 2016-05-11T21:40:09+0000
YAML
mit
commercialhaskell/all-cabal-metadata
ff79e1fc945bae6544ace4ac26dff9385138673b
packages/te/text-zipper.yaml
packages/te/text-zipper.yaml
homepage: '' changelog-type: '' hash: c78adff5adcc234d8cdce58c4322e4100fd4ca1eeb662dc27c22363e636dde8b test-bench-deps: {} maintainer: [email protected] synopsis: A text editor zipper library changelog: '' basic-deps: base: <5 text: -any all-versions: - '0.1' - '0.1.1' - '0.2' - '0.2.1' author: Jonathan Daugherty <[email protected]> latest: '0.2.1' description-type: haddock description: This library provides a zipper and API for editing text. license-name: BSD3
homepage: '' changelog-type: '' hash: c441dc8c38e82e3101068cf8952a9b011f803a408e73e6749797ae2f4134bad7 test-bench-deps: {} maintainer: [email protected] synopsis: A text editor zipper library changelog: '' basic-deps: base: <5 text: -any vector: -any all-versions: - '0.1' - '0.1.1' - '0.2' - '0.2.1' - '0.3' - '0.3.1' author: Jonathan Daugherty <[email protected]> latest: '0.3.1' description-type: haddock description: This library provides a zipper and API for editing text. license-name: BSD3
Update from Hackage at 2015-08-15T21:18:21+0000
Update from Hackage at 2015-08-15T21:18:21+0000
YAML
mit
commercialhaskell/all-cabal-metadata
24681cf3bb0d58df0efab52fc841a2a432d69820
recipes/robyn/meta.yaml
recipes/robyn/meta.yaml
{% set name = "robyn" %} {% set version = "0.6.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/robyn-{{ version }}.tar.gz sha256: af192a8fe409edbbcdc89fdce35cc577a543dffce09a76a8b5a14814897752ab patches: - 0001-add-maturin.patch build: skip: true # [py<38] number: 0 script: {{ PYTHON }} -m pip install . -vv requirements: build: - {{ compiler('rust') }} - maturin host: - maturin - poetry - pip - python - rust run: - python - watchdog >=2.1.3,<3 test: imports: - robyn commands: - pip check requires: - pip about: home: https://github.com/sansyrox/robyn summary: Async Python backend server with a runtime written in Rust. license: BSD-2-Clause license_file: LICENSE doc_url: https://sansyrox.github.io/robyn/ extra: recipe-maintainers: - thewchan
{% set name = "robyn" %} {% set version = "0.6.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/robyn-{{ version }}.tar.gz sha256: af192a8fe409edbbcdc89fdce35cc577a543dffce09a76a8b5a14814897752ab patches: - 0001-add-maturin.patch build: skip: true # [py<38] number: 0 script: {{ PYTHON }} -m pip install . -vv requirements: build: - {{ compliler('c') }} - {{ compiler('rust') }} - maturin host: - maturin - poetry - pip - python - rust run: - python - watchdog >=2.1.3,<3 test: imports: - robyn commands: - pip check requires: - pip about: home: https://github.com/sansyrox/robyn summary: Async Python backend server with a runtime written in Rust. license: BSD-2-Clause license_file: LICENSE doc_url: https://sansyrox.github.io/robyn/ extra: recipe-maintainers: - thewchan
Add c compiler to build
Add c compiler to build
YAML
bsd-3-clause
ReimarBauer/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,jakirkham/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,jochym/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes
ed91c87bc9a4797b20b65961b69467176e62a5bf
ual_backend_mavros/config/pid.yaml
ual_backend_mavros/config/pid.yaml
# PID params for Ardupilot setPose pose control pid: ros: true x: kp: 0.7 ki: 0.05 kd: 0.1 min_sat: -2 max_sat: 2 min_wind: -5 max_wind: 5 y: kp: 0.7 ki: 0.05 kd: 0.1 min_sat: -2 max_sat: 2 min_wind: -5 max_wind: 5 z: kp: 0.7 ki: 0.05 kd: 0.05 min_sat: -1 max_sat: 1 min_wind: -3 max_wind: 3 yaw: ki: 0.05 kp: 1 min_sat: -2 kd: 0 max_sat: 2 min_wind: -1.57 max_wind: 1.57
# PID params for Ardupilot setPose pose control pid: ros: false x: kp: 0.7 ki: 0.05 kd: 0.1 min_sat: -2 max_sat: 2 min_wind: -3 max_wind: 3 y: kp: 0.7 ki: 0.05 kd: 0.1 min_sat: -2 max_sat: 2 min_wind: -3 max_wind: 3 z: kp: 0.7 ki: 0.05 kd: 0.05 min_sat: -1 max_sat: 1 min_wind: -3 max_wind: 3 yaw: kp: 1 ki: 0.05 kd: 0 min_sat: -1 max_sat: 1 min_wind: -1.57 max_wind: 1.57
Modify sample PID params file
Modify sample PID params file
YAML
mit
grvcTeam/grvc-ual,grvcTeam/grvc-ual
35f67a993624b2192934796a5689a46a887da88f
deploy/static_site/source/_config.yml
deploy/static_site/source/_config.yml
# Jekyll configuration name: STEM Summer Camp - Machine Learning Track description: Welcome to the Machine Learning page for the STEM Summer Camp locale: en_US # url is currently only used only for the RSS feed in feed.xml url: https://custemcamp.org # Used internally to redirect to JHub huburl: https://hub.custemcamp.org # Used internally to switch between Chinese and English # We just need English lan: en ## default date_format #date_format: # title: "%B-%-d-%Y" # archive: "%b" # categories: "%b-%Y" # tag: "%b-%Y" paginate: 10 highlighter: rouge markdown: kramdown plugins: ['jekyll-paginate'] exclude: ['README.md', 'LICENSE', "*.bak", "vendor"]
# Jekyll configuration name: STEM Summer Camp - Machine Learning Track description: Welcome to the Machine Learning page for the STEM Summer Camp locale: en_US # url is currently only used only for the RSS feed in feed.xml url: https://custemcamp.org # Used internally to redirect to JHub huburl: https://hub.custemcamp.org # Used internally to switch between Chinese and English # We just need English lan: en ## default date_format #date_format: # title: "%B-%-d-%Y" # archive: "%b" # categories: "%b-%Y" # tag: "%b-%Y" paginate: 10 highlighter: rouge markdown: kramdown plugins: ['jekyll-paginate'] exclude: ['README.md', 'LICENSE', "*.bak", "vendor", "Gemfile*"]
Exclude Gemfile* in the build site
Exclude Gemfile* in the build site
YAML
bsd-3-clause
jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/NGC_STEM_camp_AWS,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/NGC_STEM_camp_AWS,jamesfolberth/jupyterhub_AWS_deployment
6050996efa9d9d9d6d7e4feddd9d5862307ecfdd
deployments/workshop/config/prod.yaml
deployments/workshop/config/prod.yaml
jupyterhub-ssh: hubUrl: https://workshop.datahub.berkeley.edu jupyterhub: scheduling: userPlaceholder: enabled: false ingress: enabled: true hosts: - workshop-staging.datahub.berkeley.edu tls: - secretName: tls-cert hosts: - workshop-staging.datahub.berkeley.edu hub: db: pvc: # This also holds logs storage: 4Gi
jupyterhub-ssh: hubUrl: https://workshop.datahub.berkeley.edu jupyterhub: scheduling: userPlaceholder: enabled: false ingress: enabled: true hosts: - workshop.datahub.berkeley.edu tls: - secretName: tls-cert hosts: - workshop.datahub.berkeley.edu hub: db: pvc: # This also holds logs storage: 4Gi
Use correct hostname for workshop hub
Use correct hostname for workshop hub
YAML
bsd-3-clause
berkeley-dsep-infra/datahub,ryanlovett/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub
9e37e56416fe17dbceb41b415079811198dc2ca0
training_content/wiki_ed/slides/34-evaluate-wikipedia-exercise/3402-take-notes-in-sandbox.yml
training_content/wiki_ed/slides/34-evaluate-wikipedia-exercise/3402-take-notes-in-sandbox.yml
title: "Begin your article evaluation" id: 3402 content: | Now that you've selected an article to evaluate, open [this page](/redirect/sandbox/Evaluate_an_Article?veaction=edit&preload=Template:Dashboard.wikiedu.org_evaluate_article) to complete this exercise. The following slides will walk you through questions to consider as you evaluate your article.
title: "Begin your article evaluation" id: 3402 content: | Now that you've selected an article to evaluate, open [this page](/redirect/sandbox/Evaluate_an_Article?veaction=edit&preload=Template:Dashboard.wikiedu.org_evaluate_article) to complete this exercise. The following slides will walk you through questions to consider as you evaluate your article. (If the guiding questions don't show up when you follow the link above, you can copy and paste them [from here](https://en.wikipedia.org/wiki/Template:Dashboard.wikiedu.org_evaluate_article?veaction=editsource))
Add link to preload template for copying and pasting
Add link to preload template for copying and pasting
YAML
mit
WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard
b4f7de134f1ce13122abe9fb30744d3e17baea21
.drone.yml
.drone.yml
kind: pipeline name: default steps: - name: test image: gradle:jdk11 commands: - gradle build --stacktrace
kind: pipeline name: default steps: - name: test image: gradle:jdk11 commands: - gradle build --stacktrace - name: upload_reports image: cschlosser/drone-ftps environment: FTP_USERNAME: from_secret: username FTP_PASSWORD: from_secret: password PLUGIN_HOSTNAME: bandbox.dreamhost.com:22 PLUGIN_DEST_DIR: testreports.acornui.com/ PLUGIN_SECURE: true PLUGIN_VERIFY: false PLUGIN_EXCLUDE: ^\.git/$ PLUGIN_INCLUDE: build/reports when: branch: - master event: - push
Build reports sftp upload (attempt 1)
Build reports sftp upload (attempt 1)
YAML
apache-2.0
AcornUI/Acorn,AcornUI/Acorn,AcornUI/Acorn
fecef0bd8429066c1b7d6c57cea5a2e3f98dbdfb
.zuul.yaml
.zuul.yaml
- job: name: ceilometermiddleware-integration parent: telemetry-dsvm-integration required-projects: - openstack/ceilometermiddleware - project: templates: - openstack-python3-zed-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - ceilometermiddleware-integration gate: jobs: - ceilometermiddleware-integration
- job: name: ceilometermiddleware-integration parent: telemetry-dsvm-integration required-projects: - openstack/ceilometermiddleware - project: templates: - openstack-python3-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - ceilometermiddleware-integration gate: jobs: - ceilometermiddleware-integration
Switch to 2023.1 Python3 unit tests and generic template name
Switch to 2023.1 Python3 unit tests and generic template name This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for antelope. Also, updating the template name to generic one. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ibbe7bdfe588d0df5395ed6ad3e6c25a3f0a463a4
YAML
apache-2.0
openstack/ceilometermiddleware
47d76c448a2905ac5a6fb43760cd13d00c5ff542
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
- project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
Add Python3 wallaby unit tests
Add Python3 wallaby unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ibb0e762ac3d81001c2bc763c668296eca0ae172a
YAML
apache-2.0
openstack/oslotest,openstack/oslotest
f219d0b1cbbf00a5b3d05d593288bed35157f9e3
.zuul.yaml
.zuul.yaml
- job: name: ironic-ui-integration-tests parent: horizon-integration-tests required-projects: - name: openstack/horizon - name: openstack/ironic - name: openstack/python-ironicclient - name: openstack/ironic-ui roles: - zuul: openstack-infra/devstack - zuul: openstack/horizon irrelevant-files: - ^.*\.rst$ - ^doc/.*$ - ^releasenotes/.*$ vars: devstack_plugins: ironic: https://opendev.org/openstack/ironic ironic-ui: https://opendev.org/openstack/ironic-ui devstack_services: horizon: true tox_envlist: integration - project: templates: - check-requirements - openstack-cover-jobs - horizon-nodejs10-jobs - horizon-non-primary-django-jobs - openstack-python3-wallaby-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - ironic-ui-integration-tests: voting: false
- job: name: ironic-ui-integration-tests parent: horizon-integration-tests required-projects: - name: openstack/horizon - name: openstack/ironic - name: openstack/python-ironicclient - name: openstack/ironic-ui roles: - zuul: openstack-infra/devstack - zuul: openstack/horizon irrelevant-files: - ^.*\.rst$ - ^doc/.*$ - ^releasenotes/.*$ vars: devstack_plugins: ironic: https://opendev.org/openstack/ironic ironic-ui: https://opendev.org/openstack/ironic-ui devstack_services: horizon: true tox_envlist: integration - project: templates: - check-requirements - openstack-cover-jobs - horizon-nodejs10-jobs - horizon-non-primary-django-jobs - openstack-python3-xena-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - ironic-ui-integration-tests: voting: false
Add Python3 xena unit tests
Add Python3 xena unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I5e84ce54ca96eabf75a875961bbd5fd82f5f85a1
YAML
apache-2.0
openstack/ironic-ui,openstack/ironic-ui,openstack/ironic-ui,openstack/ironic-ui
20a492d94d4c7a12dfef4d910b047f5d8ed4dc15
.zuul.yaml
.zuul.yaml
- job: name: storyboard-tox-sqlite parent: openstack-tox description: | Run tests using sqlite instead of mysql. vars: tox_envlist: sqlite - project: name: openstack-infra/storyboard check: jobs: - storyboard-tox-sqlite gate: jobs: - storyboard-tox-sqlite
- job: name: storyboard-tox-sqlite parent: openstack-tox description: | Run tests using sqlite instead of mysql. vars: tox_envlist: sqlite - project: name: openstack-infra/storyboard check: jobs: - storyboard-tox-sqlite - tox-pep8 - tox-py27: timeout: 6000 - tox-py35: timeout: 6000 gate: jobs: - storyboard-tox-sqlite - tox-pep8 - tox-py27: timeout: 6000 - tox-py35: timeout: 6000 post: jobs: - publish-openstack-python-branch-tarball
Increase unit test job timeout to an hour
Increase unit test job timeout to an hour Declare variants of the tox-py27 and tox-py35 jobs with a one-hour timeout instead of the default half-hour. Since we're declaring these here in the repository, we can also add tox-pep8 and publish-openstack-python-branch-tarball so that the openstack-python-jobs-no-constraints and openstack-python35-jobs-no-constraints templates can be removed from project-config later. Change-Id: I9d60ea9ef3973e957074bfe849b0d9c85f6d68c1
YAML
apache-2.0
ColdrickSotK/storyboard,ColdrickSotK/storyboard,ColdrickSotK/storyboard
518948a48951b172085d7f97a41339fedbe8defd
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-wallaby-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-xena-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
Add Python3 xena unit tests
Add Python3 xena unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ib5e435c53f7719b6e64a550c0aec6a2d0d576839
YAML
apache-2.0
openstack/stevedore
afe7105602bfdc482cd9a6fa809143dc13c00be8
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
Add Python3 wallaby unit tests
Add Python3 wallaby unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I7dd8a0c6b71b8dc1fbea9ca7ef1704ea2db1e435
YAML
apache-2.0
openstack/futurist
7e623d73e00da712c78fe2a283debfff495706b2
metadata/manifest.yml
metadata/manifest.yml
Name: nodejs Description: Custom Node.js cartridge auto-updating to the latest stable version on each build. Version: '6.9.0' License: Node.js License License-Url: https://raw.githubusercontent.com/nodejs/node/master/LICENSE Vendor: www.nodejs.org Website: http://www.nodejs.org/ Display-Name: Node.js Auto-Updating Cartridge-Short-Name: NODEJS Cartridge-Version: '2.3.6' Cartridge-Vendor: icflorescu Source-Url: https://github.com/icflorescu/openshift-cartridge-nodejs.git Categories: - service - javascript - nodejs - web_framework Help-Topics: Node.js Manual & Documentation: http://nodejs.org/api/ Provides: - nodejs Scaling: Min: 1 Max: -1 Publishes: get-doc-root: Type: FILESYSTEM:doc-root Subscribes: set-env: Type: ENV:* Required: false Endpoints: - Private-IP-Name: IP Private-Port-Name: PORT Private-Port: 8080 Public-Port-Name: PROXY_PORT Protocols: - http - ws Options: primary: true Mappings: - Frontend: '' Backend: '' Options: websocket: true - Frontend: /health Backend: /health Options: health: true
Name: nodejs Description: Custom Node.js cartridge auto-updating to the latest stable version on each build. Version: '6.9.1' License: Node.js License License-Url: https://raw.githubusercontent.com/nodejs/node/master/LICENSE Vendor: www.nodejs.org Website: http://www.nodejs.org/ Display-Name: Node.js Auto-Updating Cartridge-Short-Name: NODEJS Cartridge-Version: '2.3.7' Cartridge-Vendor: icflorescu Source-Url: https://github.com/icflorescu/openshift-cartridge-nodejs.git Categories: - service - javascript - nodejs - web_framework Help-Topics: Node.js Manual & Documentation: http://nodejs.org/api/ Provides: - nodejs Scaling: Min: 1 Max: -1 Publishes: get-doc-root: Type: FILESYSTEM:doc-root Subscribes: set-env: Type: ENV:* Required: false Endpoints: - Private-IP-Name: IP Private-Port-Name: PORT Private-Port: 8080 Public-Port-Name: PROXY_PORT Protocols: - http - ws Options: primary: true Mappings: - Frontend: '' Backend: '' Options: websocket: true - Frontend: /health Backend: /health Options: health: true
Set default Node.js version to 6.9.1
Set default Node.js version to 6.9.1
YAML
isc
joseph-turner/openshift-cartridge-nodejs,joseph-turner/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs,joseph-turner/openshift-cartridge-nodejs,icflorescu/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs,icflorescu/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs,icflorescu/openshift-cartridge-nodejs
cf4d9cc470ac8150c70dda8742113f2aeeaff69b
playbooks/docker-publish.yml
playbooks/docker-publish.yml
--- - hosts: all tasks: - name: Login to Dockerhub command: "docker login -u {{ doker_hub_login_client.user }} -p {{ doker_hub_login_client.password }}" no_log: true - name: List images shell: "docker images --format '{% raw %}{{ .Repository }}:{{ .Tag }}{% endraw %}' | grep monasca" - name: Push to Docker Hub all tags shell: "docker push monasca/client:{{ zuul.tag if zuul.pipeline == 'release' else zuul.branch }}"
--- - hosts: all tasks: - name: Login to Dockerhub command: "docker login -u {{ doker_hub_login_client.user }} -p {{ doker_hub_login_client.password }}" no_log: true - name: List images shell: "docker images --format '{% raw %}{{ .Repository }}:{{ .Tag }}{% endraw %}' | grep monasca" - name: Push to Docker Hub all tags shell: "docker push monasca/client:{{ zuul.tag if zuul.pipeline == 'release' else 'master'}}"
Fix zuul publish docker image job
Fix zuul publish docker image job Add tag to docker push command with specific branch name Change-Id: I878f30ccdbd4244ec49c551ee24acd5426dfb6c9
YAML
apache-2.0
stackforge/python-monascaclient,stackforge/python-monascaclient,openstack/python-monascaclient,openstack/python-monascaclient
7c170bcd63a1baf01e5e73e8480cb9d29e8c9f82
app/config/routing.yml
app/config/routing.yml
# FOSUserBundle Routes fos_user_security: resource: "@FOSUserBundle/Resources/config/routing/security.xml" fos_user_profile: resource: "@FOSUserBundle/Resources/config/routing/profile.xml" prefix: /profile fos_user_register: resource: "@FOSUserBundle/Resources/config/routing/registration.xml" prefix: /register #fos_user_resetting: # resource: "@FOSUserBundle/Resources/config/routing/resetting.xml" # prefix: /resetting #fos_user_change_password: # resource: "@FOSUserBundle/Resources/config/routing/change_password.xml" # prefix: /profile #HWIOauthBundle Routes hwi_oauth_login: resource: "@HWIOAuthBundle/Resources/config/routing/login.xml" prefix: /login hwi_oauth_connect: resource: "@HWIOAuthBundle/Resources/config/routing/connect.xml" prefix: /login hwi_oauth_redirect: resource: "@HWIOAuthBundle/Resources/config/routing/redirect.xml" prefix: /login google_login: pattern: /login/check-google # FeedtagsApplicationBundle Routes feedtags_application: resource: "@FeedtagsApplicationBundle/Controller/" type: annotation prefix: /
# FOSUserBundle Routes fos_user_security: resource: "@FOSUserBundle/Resources/config/routing/security.xml" fos_user_profile: resource: "@FOSUserBundle/Resources/config/routing/profile.xml" prefix: /profile fos_user_register: resource: "@FOSUserBundle/Resources/config/routing/registration.xml" prefix: /register #fos_user_resetting: # resource: "@FOSUserBundle/Resources/config/routing/resetting.xml" # prefix: /resetting #fos_user_change_password: # resource: "@FOSUserBundle/Resources/config/routing/change_password.xml" # prefix: /profile #HWIOauthBundle Routes #hwi_oauth_login: # resource: "@HWIOAuthBundle/Resources/config/routing/login.xml" # prefix: /login #hwi_oauth_connect: # resource: "@HWIOAuthBundle/Resources/config/routing/connect.xml" # prefix: /login hwi_oauth_redirect: resource: "@HWIOAuthBundle/Resources/config/routing/redirect.xml" prefix: /login google_login: pattern: /login/check-google # FeedtagsApplicationBundle Routes feedtags_application: resource: "@FeedtagsApplicationBundle/Controller/" type: annotation prefix: /
Disable some unnecessary HWIOauthBundle routes
Disable some unnecessary HWIOauthBundle routes
YAML
mit
cvuorinen/feedtags,cvuorinen/feedtags
4fd6d63471bd25fa7961d293c3284d9c5d4ea7c0
_config.yml
_config.yml
# Site settings title: Bits and Paradoxes header-img: img/home-bg.jpg email: [email protected] copyright_name: Bits and Paradoxes description: "All about programming, technology, philosophy, life, love and shit" baseurl: "" url: "http://www.nishanpantha.com.np/" twitter_username: nishparadox github_username: NISH1001 medium_username : nishparadox facebook_username: nishparadox linkedin_username : nishan-pantha #email_username: [email protected] # Google Analytics # To enable google analytics, uncomment below line with a valid Google Tracking ID # google_tracking_id: # Build settings markdown: kramdown highlighter: rouge permalink: pretty paginate: 5 exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"] gems: [jekyll-paginate, jekyll-feed]
# Site settings title: Bits and Paradoxes header-img: img/home-bg.jpg email: [email protected] copyright_name: Bits and Paradoxes description: "All about programming, technology, philosophy, life, love and shit" baseurl: "" url: "http://www.nishanpantha.com.np/" twitter_username: nishparadox github_username: NISH1001 medium_username : nishparadox facebook_username: nishparadox linkedin_username : nishan-pantha #email_username: [email protected] # Google Analytics # To enable google analytics, uncomment below line with a valid Google Tracking ID google_tracking_id: UA-63014279-2 # Build settings markdown: kramdown highlighter: rouge permalink: pretty paginate: 5 exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"] gems: [jekyll-paginate, jekyll-feed]
Add google analytics tracking code
Add google analytics tracking code
YAML
mit
NISH1001/NISH1001.github.io,NISH1001/NISH1001.github.io,NISH1001/NISH1001.github.io,NISH1001/NISH1001.github.io
77bfb3ed3f0a2b72ffd90546b5d6558d8fbb8487
_config.yml
_config.yml
# Site settings title: Lindblad IT-konsultation tag_text: Solo description: Lindblad IT-konsultation url: https://lindblad.info author: Niklas Lindblad author_google_url: https://plus.google.com/u/1/+NiklasLindblad # Build settings markdown: kramdown exclude: ["README.md", "_nginx"] sass: style: compressed
# Site settings title: Lindblad IT-konsultation tag_text: Solo description: Lindblad IT-konsultation url: https://lindblad.info author: Niklas Lindblad author_google_url: https://plus.google.com/u/1/+NiklasLindblad # Build settings markdown: kramdown exclude: [".travis.yml", "Gemfile", "Gemfile.lock", "vendor", "Rakefile", "README.md", "_nginx"] sass: style: compressed
Add build files to exclude list for Jekyll
Add build files to exclude list for Jekyll
YAML
mit
nlindblad/www.lindblad.info,nlindblad/www.lindblad.info
4202774335e5f628e9b33a6fe10378f775857690
_config.yml
_config.yml
#Change this to the name of your repo baseurl: '/chimad-phase-field' markdown: kramdown highlighter: pygments permalink: pretty collections: # these collections can be used later as static api endpoints # /<site.baseurl>/repos/fipy.json # is a static file for the fipy github api response # this is not dynamic enough. webhoooooooks repos: output: true cards: output: true disqus_shortname: chimad-phase-field
#Change this to the name of your repo baseurl: '/chimad-phase-field' markdown: kramdown highlighter: rouge permalink: pretty collections: # these collections can be used later as static api endpoints # /<site.baseurl>/repos/fipy.json # is a static file for the fipy github api response # this is not dynamic enough. webhoooooooks repos: output: true cards: output: true disqus_shortname: chimad-phase-field
Fix issue with Jekyll on Github
Fix issue with Jekyll on Github
YAML
mit
usnistgov/chimad-phase-field,wd15/chimad-phase-field,usnistgov/chimad-phase-field,wd15/chimad-phase-field,wd15/chimad-phase-field,usnistgov/chimad-phase-field
76d25f5dd005dc1a6012185e5c92a907c26ff375
_config.yml
_config.yml
name: '/dev/random' description: 'Random thoughts on development and stuff' author: Hans Kristian Flaatten url: http://starefossen.github.io repo: https://github.com/starefossen/starefossen.github.com ga_id: UA-38558206-2 social: !!omap - img: twtter.png cls: twtter url: https://twitter.com/starefossen - img: github.png cls: github url: https://github.com/starefossen - img: lnkedin.png cls: lnkedin url: https://linkedin.com/hans.flaatten relative_permalinks: false permalink: /post/:year/:month/:day/:title/ excerpt_separator: <!--more--> markdown: redcarpet highlighter: true timezone: NO encoding: UTF-8 safe: true gems: - jekyll-mentions - jemoji - jekyll-redirect-from - jekyll-sitemap
name: '/dev/random' description: 'Random thoughts on development and stuff' author: Hans Kristian Flaatten url: http://starefossen.github.io repo: https://github.com/starefossen/starefossen.github.com ga_id: UA-38558206-2 social: !!omap - img: twtter.png cls: twtter url: https://twitter.com/starefossen - img: github.png cls: github url: https://github.com/starefossen - img: lnkedin.png cls: lnkedin url: https://linkedin.com/hans.flaatten relative_permalinks: false permalink: /post/:year/:month/:day/:title/ excerpt_separator: <!--more--> markdown: redcarpet highlighter: pygments timezone: NO encoding: UTF-8 safe: true gems: - jekyll-mentions - jemoji - jekyll-redirect-from - jekyll-sitemap
Use pygments for syntax higlighting
Use pygments for syntax higlighting
YAML
mit
Starefossen/starefossen.github.com,Starefossen/starefossen.github.com
4c86e618d1f2d28fe5865f5c17771400413a51a9
_config.yml
_config.yml
name: Europe Code Week markdown: redcarpet pygments: true contact: email: [email protected] twitter: CodeWeekEU facebook: codeEU github: codeeu country-list: [austria, belgium, bulgaria, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, ireland, italy, kosovo, latvia, lithuania, luxembourg, malta, netherlands, poland, portugal, romania, slovakia, slovenia, spain, sweden, switzerland, united_kingdom] country-list-2014: [austria, belarus, belgium, bulgaria, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, iceland, ireland, isle_of_man, italy, kosovo, latvia, lithuania, luxembourg, malta, moldova, netherlands, norway, poland, portugal, romania, serbia, slovakia, slovenia, spain, sweden, switzerland, turkey, ukraine, united_kingdom] description: A week to celebrate coding in Europe url: http://codeweek.eu
name: Europe Code Week markdown: redcarpet highlighter: pygments contact: email: [email protected] twitter: CodeWeekEU facebook: codeEU github: codeeu country-list: [austria, belgium, bulgaria, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, ireland, italy, kosovo, latvia, lithuania, luxembourg, malta, netherlands, poland, portugal, romania, slovakia, slovenia, spain, sweden, switzerland, united_kingdom] country-list-2014: [austria, belarus, belgium, bulgaria, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, iceland, ireland, isle_of_man, italy, kosovo, latvia, lithuania, luxembourg, malta, moldova, netherlands, norway, poland, portugal, romania, serbia, slovakia, slovenia, spain, sweden, switzerland, turkey, ukraine, united_kingdom] description: A week to celebrate coding in Europe url: http://codeweek.eu
Change the pygments config option to fix Jekyll warning
Change the pygments config option to fix Jekyll warning The deprecation warning is: Deprecation: The 'pygments' configuration option has been renamed to 'highlighter'. Please update your config file accordingly. The allowed values are 'rouge', 'pygments' or null.
YAML
mit
SteveClement/codeeu.github.io,SteveClement/codeeu.github.io,sdmeijer/codeeu.github.io,gootyfer/codeeu.github.io,brunomouraferreira/codeeu.github.io
09670019fad595c7da14f42ebf0042f270588dea
_config.yml
_config.yml
safe: true permalink: /:title.html exclude: [ assets ] markdown: kramdown default_theme: yandex default_width: 792 default_lang: ru default_body_class: list kramdown: enable_coderay: false author: name: Автор position: Должность company: name: Яндекс url: http://yandex.ru/ progress: true
safe: true permalink: /:title.html exclude: [ assets ] markdown: kramdown default_theme: yandex default_width: 792 default_lang: ru default_body_class: list kramdown: enable_coderay: false author: name: Автор position: Должность company: name: Яндекс url: http://yandex.ru/ progress: true
Remove needless needless new line char
Remove needless needless new line char
YAML
mit
zubchick/python-party-2015,zubchick/python-party-2015,GreLI/yasubbotnik-moscow-17-oct
d9c70d8240ea77228848d38bb0de09f9dd383768
_config.yml
_config.yml
# Dependencies markdown: redcarpet pygments: true # Permalinks permalink: pretty # Setup title: Hyde tagline: 'A Jekyll theme' description: 'A brazen two-column <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that pairs a prominent sidebar with uncomplicated content. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.' url: http://hyde.getpoole.com baseurl: / author: name: 'Mark Otto' url: https://twitter.com/mdo paginate: 5 # Custom vars version: 2.1.0 github: repo: https://github.com/poole/hyde
# Dependencies markdown: redcarpet highlighter: rouge # Permalinks permalink: pretty # Setup title: Hyde tagline: 'A Jekyll theme' description: 'A brazen two-column <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that pairs a prominent sidebar with uncomplicated content. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.' url: http://hyde.getpoole.com baseurl: / author: name: 'Mark Otto' url: https://twitter.com/mdo paginate: 5 # Custom vars version: 2.1.0 github: repo: https://github.com/poole/hyde
Change highlighter to 'rouge' from 'pygments' to get Jekyll to work
Change highlighter to 'rouge' from 'pygments' to get Jekyll to work
YAML
mit
hymerman/hymerman.github.io,hymerman/hymerman.github.io
b2bc0da9f2fb065943c4fcec6c7f58e8775d47da
_config.yml
_config.yml
# Site settings title: Hello! I'm Pierre-Emile Ferron appname: Pef description: Welcome to my blog. I talk about new things I learn in my journey to become a better software engineer. url: "https://peferron.com" # Build settings markdown: redcarpet permalink: pretty exclude: - CNAME - Gemfile - Gemfile.lock - LICENSE - README.md - watch - npm-debug.log defaults: - values: layout: null
# Site settings title: Hello! I'm Pierre-Emile Ferron appname: Pef description: >- Welcome to my blog. I talk about new things I learn in my journey to become a better software engineer. url: "https://peferron.com" # Build settings markdown: redcarpet permalink: pretty exclude: - CNAME - Gemfile - Gemfile.lock - LICENSE - README.md - watch - npm-debug.log defaults: - values: layout: null
Break long description over multiple lines
Break long description over multiple lines
YAML
cc0-1.0
peferron/peferron.github.io,peferron/peferron.github.io,peferron/peferron.github.io
8149e869e21fc87067a485c03e8a1c0a85250f67
_config.yml
_config.yml
name: dev etc description: Where mistakes go to die. url: http://devetc.org author: Jonathon Mah markdown: kramdown pygments: true
name: dev etc description: Where mistakes go to die. url: http://devetc.org author: Jonathon Mah markdown: kramdown highlighter: pygments
Update config for Jekyll 2.1
Update config for Jekyll 2.1
YAML
mit
devetc/devetc.github.io,devetc/devetc.github.io,devetc/devetc.github.io,devetc/devetc.github.io
8e51d1013e9bd2389796e13e28d0f16e21b8f46a
_config.yml
_config.yml
title: Bisq url: "https://bisq.network" markdown: kramdown permalink: /blog/:title/ livereload: true plugins: - jekyll-redirect-from - jekyll-feed - jekyll-sitemap - jekyll-paginate feed: path: blog/feed.atom include: - _redirects - _headers exclude: - CNAME - README - Gemfile paginate: 10 paginate_path: "/blog/page/:num/" client_version: "1.1.5" description: "Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative crypto currencies." sass: style: compressed webrick: headers: Strict-Transport-Security: "max-age=31536000" X-XSS-Protection: "1; mode=block" X-Content-Type-Options: "nosniff" X-Frame-Options: "SAMEORIGIN"
title: Bisq url: "https://bisq.network" markdown: kramdown permalink: /blog/:title/ livereload: true plugins: - jekyll-redirect-from - jekyll-feed - jekyll-sitemap - jekyll-paginate feed: path: blog/feed.atom include: - _redirects - _headers exclude: - CNAME - README - Gemfile paginate: 10 paginate_path: "/blog/page/:num/" client_version: "1.1.5" description: "Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative crypto currencies." sass: style: compressed webrick: headers: Strict-Transport-Security: "max-age=63072000; includeSubDomains; preload" X-XSS-Protection: "1; mode=block" X-Content-Type-Options: "nosniff" X-Frame-Options: "SAMEORIGIN"
Enable HSTS preload for bisq.network domain name
Enable HSTS preload for bisq.network domain name
YAML
agpl-3.0
bitsquare/site,bitsquare/site,bitsquare/site
3e1458d3e3b116e29fb02445de1352e0bafa57a4
_config.yml
_config.yml
name: In FREEDOM we trust description: Thoughts, ideas and life. meta_description: In FREEDOM we trust. markdown: kramdown highlighter: pygments logo: false paginate: 7 baseurl: / permalink: /:year-:month-:day/:title domain_name: 'http://fahchen.me' google_analytics: 'UA-36499516-2' gems: [jekyll-paginate] # Details for the RSS feed generator url: 'http://fahchen.me' author: 'Phil Chen' author_bio: Rails developer In Chengdu.
name: In FREEDOM we trust description: Thoughts, ideas and life. meta_description: In FREEDOM we trust. markdown: kramdown highlighter: rouge logo: false paginate: 7 baseurl: / permalink: /:year-:month-:day/:title domain_name: 'http://fahchen.me' google_analytics: 'UA-36499516-2' gems: [jekyll-paginate] # Details for the RSS feed generator url: 'http://fahchen.me' author: 'Phil Chen' author_bio: Rails developer In Chengdu.
Use 'rouge' for highlingting instead
Use 'rouge' for highlingting instead https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0
YAML
mit
fahchen/fahchen.github.io,fahchen/fahchen.github.io
04f355fdc394caf9a51c530c2197e04ad57efb8f
_config.yml
_config.yml
# Site settings title: Project Chrono - An Open Source Physics Engine email: [email protected] description: Project Chrono is a physics-based modelling and simulation infrastructure based on a platform-independent, open-source design. baseurl: "" # the subpath of your site, e.g. /blog/ url: "https://projectchrono.org" # the base hostname & protocol for your site twitter_username: projectchrono github_username: projectchrono permalink: /blog/:year/:month/:title/ # Build settings markdown: kramdown highlighter: rouge gems: [jekyll-sitemap]
# Site settings title: Project Chrono - An Open-Source Physics Engine email: [email protected] description: Project Chrono is a physics-based simulation infrastructure based on a platform-independent, open-source design. baseurl: "" # the subpath of your site, e.g. /blog/ url: "https://projectchrono.org" # the base hostname & protocol for your site twitter_username: projectchrono github_username: projectchrono permalink: /blog/:year/:month/:title/ # Build settings markdown: kramdown highlighter: rouge gems: [jekyll-sitemap]
Update doxyfile and change chrono page description
Update doxyfile and change chrono page description
YAML
bsd-3-clause
projectchrono/chrono-website,projectchrono/chrono-website,projectchrono/chrono-website
c70d3c7adee5ab30050be79702a018f0ee1de68a
appveyor.yml
appveyor.yml
version: 1.0.{build} image: Visual Studio 2015 before_build: - md %APPVEYOR_BUILD_FOLDER%\build - cd %APPVEYOR_BUILD_FOLDER%\build - cmake -G "Visual Studio 14 2015 Win64" -DOPTDBG=1 -DXPRESS=1 .. - cd .. build: project: build\rocksdb.sln parallel: true verbosity: minimal test: test_script: - ps: build_tools\run_ci_db_test.ps1 -EnableRerun -Run db_test2 -Concurrency 8 - ps: build_tools\run_ci_db_test.ps1 -EnableRerun -Run db_test -Exclude DBTest.GroupCommitTest -Concurrency 10 - ps: build_tools\run_ci_db_test.ps1 -Run env_test -Concurrency 1
version: 1.0.{build} image: Visual Studio 2015 before_build: - md %APPVEYOR_BUILD_FOLDER%\build - cd %APPVEYOR_BUILD_FOLDER%\build - cmake -G "Visual Studio 14 2015 Win64" -DOPTDBG=1 -DXPRESS=1 .. - cd .. build: project: build\rocksdb.sln parallel: true verbosity: minimal test: test_script: - ps: build_tools\run_ci_db_test.ps1 -Run db_test2 -Concurrency 8 - ps: build_tools\run_ci_db_test.ps1 -Run db_test -Concurrency 8 - ps: build_tools\run_ci_db_test.ps1 -Run env_test,env_basic_test -Concurrency 2
Enable DBTest.GroupCommit as it runs in a reasonlable time now.
Enable DBTest.GroupCommit as it runs in a reasonlable time now. Summary: Remove ReRuns as they only waste time. Add env_basic_test to get more foundation coverage. Closes https://github.com/facebook/rocksdb/pull/1788 Differential Revision: D4431433 Pulled By: IslamAbdelRahman fbshipit-source-id: 50d07f8
YAML
bsd-3-clause
wat-ze-hex/rocksdb,bbiao/rocksdb,SunguckLee/RocksDB,SunguckLee/RocksDB,wat-ze-hex/rocksdb,bbiao/rocksdb,Andymic/rocksdb,vmx/rocksdb,wat-ze-hex/rocksdb,SunguckLee/RocksDB,Andymic/rocksdb,SunguckLee/RocksDB,Andymic/rocksdb,wat-ze-hex/rocksdb,Andymic/rocksdb,bbiao/rocksdb,vmx/rocksdb,wat-ze-hex/rocksdb,wat-ze-hex/rocksdb,vmx/rocksdb,SunguckLee/RocksDB,SunguckLee/RocksDB,Andymic/rocksdb,wat-ze-hex/rocksdb,bbiao/rocksdb,bbiao/rocksdb,vmx/rocksdb,Andymic/rocksdb,vmx/rocksdb,bbiao/rocksdb,SunguckLee/RocksDB,wat-ze-hex/rocksdb,Andymic/rocksdb,bbiao/rocksdb,bbiao/rocksdb,vmx/rocksdb,vmx/rocksdb,SunguckLee/RocksDB,vmx/rocksdb,Andymic/rocksdb
7113a79fc103cc9e1a60512e311eb99656b5309f
appveyor.yml
appveyor.yml
version: '{branch}-rev{build}' shallow_clone: true os: - Visual Studio 2015 environment: matrix: - TOOLSET: vs2015 install: - cd build && "./premake5.exe" %TOOLSET% && cd .. configuration: - DebugDynamic - ReleaseDynamic platform: - Win32 - x64 build: project: build/$(TOOLSET)/NazaraEngine.sln #after_build: # - cd tests && "./NazaraUnitTests" after_build: - cd build && "./premake5.exe" package && cd .. - 7z a 'NazaraEngine-%CONFIGURATION%-%PLATFORM%-%APPVEYOR_REPO_COMMIT%.7z' package/* artifacts: - path: NazaraEngine-$(CONFIGURATION)-$(PLATFORM)-$(APPVEYOR_REPO_COMMIT).7z name: NazaraEngine
version: '{branch}-rev{build}' shallow_clone: true os: - Visual Studio 2015 environment: matrix: - TOOLSET: vs2015 install: - cd build && "./premake5.exe" %TOOLSET% && cd .. configuration: - DebugDynamic - ReleaseDynamic platform: - Win32 - x64 build: project: build/$(TOOLSET)/NazaraEngine.sln #after_build: # - cd tests && "./NazaraUnitTests" after_build: - cd build && "./premake5.exe" package && cd ../package - 7z a NazaraEngine.7z * artifacts: - path: package/NazaraEngine.7z name: 'NazaraEngine-$(CONFIGURATION)-$(PLATFORM)-$(APPVEYOR_REPO_COMMIT)'
Revert to a working state
Revert to a working state Former-commit-id: fd3f668245f3c66a628e94181610c7a178737282 [formerly 3ff8141666b3d6f9ea3f6969134513c0f6759de7] [formerly 13ed9a7bf8df2541b70fd47c3938f0cc0650bfd4 [formerly 23e1af3685ea2a62050d2f1971af48437c6cfecf]] Former-commit-id: 185382aee986817032ff0cfc5fee4f8a6228e4a1 [formerly bc99148544c04c52635cfac73ed9d0c15f8f81c6] Former-commit-id: eb289943f34501e896f1e7a4561a65965b600dd0
YAML
mit
DigitalPulseSoftware/NazaraEngine
3614baad577e21a9d17a18ff02cb3f0e16cacc9d
appveyor.yml
appveyor.yml
--- install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - bundle install build: off test_script: - bundle exec rake ci environment: matrix: - ruby_version: "193" - ruby_version: "200" - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64" - ruby_version: "22" - ruby_version: "22-x64" - ruby_version: "23" - ruby_version: "23-x64" - ruby_version: "24" - ruby_version: "24-x64" matrix: allow_failures: - ruby_version: "193"
--- install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - bundle install build: off test_script: - bundle exec rake ci environment: matrix: - ruby_version: "200" - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64" - ruby_version: "22" - ruby_version: "22-x64" - ruby_version: "23" - ruby_version: "23-x64" - ruby_version: "24" - ruby_version: "24-x64"
Change to stop testing ruby 1.9.3 on windows
Change to stop testing ruby 1.9.3 on windows
YAML
mit
peter-murach/tty,piotrmurach/tty
592a5eea6d5e77ab8ef79008f38286deb8b9607c
appveyor.yml
appveyor.yml
version: 1.0.{build} image: Visual Studio 2017 build_script: - ps: >- dotnet restore; dotnet build -c Release; test_script: - ps: >- curl https://dl.bintray.com/apache/couchdb/win/2.0.0.1/apache-couchdb-2.0.0.1.msi -UseBasicParsing -outfile couchdb.msi; install-package -providername msi ./couchdb.msi; $couchOutput = curl http://localhost:5984 -UseBasicParsing; if ($couchOutput.StatusCode -ne 200) { echo $couchOutput; throw "CouchDB did not return a 200 OK status code. Did it fail to install?"; } $output = dotnet test Davenport.Tests/Davenport.Tests.csproj -c Release; echo $output; if ($output -contains "Test Run Failed.") { echo "Last output code was $LastExitCode"; throw "Test failed. Review output."; }
version: 1.0.{build} image: Visual Studio 2017 build_script: - ps: >- dotnet restore; dotnet build -c Release; test_script: - ps: >- curl https://dl.bintray.com/apache/couchdb/win/2.0.0.1/apache-couchdb-2.0.0.1.msi -UseBasicParsing -outfile couchdb.msi; install-package -providername msi ./couchdb.msi; $couchOutput = curl http://localhost:5984 -UseBasicParsing; if ($couchOutput.StatusCode -ne 200) { echo $couchOutput; throw "CouchDB did not return a 200 OK status code. Did it fail to install?"; } $output = dotnet test Davenport.Tests/Davenport.Tests.csproj -c Release; echo $output; if ($LastExitCode -eq 0 -or $output -contains "Test Run Failed.") { echo "Last output code was $LastExitCode"; throw "Test failed. Review output."; }
Check LastExitCode when tests finish.
Check LastExitCode when tests finish.
YAML
mit
nozzlegear/davenport.net
d88a555466f1674e79cbda2ea59d745f8ac184c0
appveyor.yml
appveyor.yml
build: false environment: matrix: - PYTHON: "C:/Python26-x64" - PYTHON: "C:/Python27-x64" - PYTHON: "C:/Python33-x64" - PYTHON: "C:/Python34-x64" - PYTHON: "C:/Python35-x64" init: - "ECHO %PYTHON%" - ps: "ls C:/Python*" install: - ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py') - "%PYTHON%/python.exe C:/get-pip.py" - "%PYTHON%/Scripts/pip.exe --version" - "%PYTHON%/Scripts/pip.exe install pytest" test_script: - "%PYTHON%/python.exe setup.py test"
build: false environment: matrix: - PYTHON: "C:/Python26-x64" - PYTHON: "C:/Python27-x64" - PYTHON: "C:/Python33-x64" - PYTHON: "C:/Python34-x64" - PYTHON: "C:/Python35-x64" init: - "ECHO %PYTHON%" - ps: "ls C:/Python*" install: - ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py') - "%PYTHON%/python.exe C:/get-pip.py" - "%PYTHON%/Scripts/pip.exe --version" - "%PYTHON%/Scripts/pip.exe install pytest" test_script: - "%PYTHON%/python.exe setup.py test" notifications: - provider: Slack auth_token: secure: JyTQAtBzpPYiWK3eRTz/U+rvmAKopqIWE19ti4vSL/IRygV3jUVUkwET1VyTlrqOeYfNx3Kfcp7eUmHCHxFCgw== channel: notifications
Add a notification to Slack
Add a notification to Slack
YAML
mit
thombashi/pingparsing,thombashi/pingparsing
55d95a0846574590edbfb0c3469e3458b20ec281
appveyor.yml
appveyor.yml
version: "{build}" os: Windows Server 2012 R2 test: off deploy: off init: - cmd: rd /s /q %CHOCOLATEYINSTALL% - ps: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) install: - cinst atom - cd %APPVEYOR_BUILD_FOLDER% - apm install build_script: - cd %APPVEYOR_BUILD_FOLDER% - apm test
version: "{build}" os: Windows Server 2012 R2 test: off deploy: off init: - cmd: rd /s /q %CHOCOLATEYINSTALL% - ps: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) install: - cinst atom - cd %APPVEYOR_BUILD_FOLDER% - "%LOCALAPPDATA%/atom/bin/apm install" build_script: - cd %APPVEYOR_BUILD_FOLDER% - "%LOCALAPPDATA%/atom/bin/apm test --path %LOCALAPPDATA%/atom/bin/atom.cmd"
Use new atom/apm command locations
Use new atom/apm command locations Closes atom/chocolatey#36
YAML
mit
beni55/ci-1,atom/ci,Arcanemagus/ci
e01c8f33ae7c725add3be333bdcfeee31c347108
hieradata/class/production/cache.yaml
hieradata/class/production/cache.yaml
--- # NOTE: These values should not be changed lightly once set. # # If changed, the old host record must be cleaned up; see the FIXME in # router::gor. router::gor::replay_targets: 'www-origin-staging.production.alphagov.co.uk': ip: '37.26.91.14'
--- # NOTE: These values should not be changed lightly once set. # # If changed, the old host record must be cleaned up; see the FIXME in # router::gor. router::gor::replay_targets: 'www-origin-staging.production.alphagov.co.uk': ip: '37.26.91.14' 'www-origin.staging.publishing.service.gov.uk': ip: '31.210.245.66'
Add Carrenza Staging as target for traffic replay
Add Carrenza Staging as target for traffic replay Add the new Carrenza Staging environment as a target for traffic replay. It's not necessary to use the prefix `www-origin-staging` because this new Staging environment knows that it is a staging environment, contrary to our previous Staging environment which was intentionally configured to consider itself as a Production environment.
YAML
mit
alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet
57b26b26504e5578134ffedd9a99346f306ef14c
.github/workflows/deploy-latest.yml
.github/workflows/deploy-latest.yml
name: Deploy Containers on: push: branches: - master jobs: deploy-latest-containers: name: Github Registry as latest runs-on: ubuntu-latest strategy: matrix: image: - php-apache - nginx - fpm - fpm-dev - admin - migrate-database - update-frontend - consume-messages - ilios-mysql - ilios-mysql-demo steps: - uses: actions/checkout@v2 - name: ${{ matrix.image }} to Github Registry uses: docker/build-push-action@v1 with: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: docker.pkg.github.com repository: ${{github.repository}}/${{ matrix.image }} tags: latest target: ${{ matrix.image }}
name: Deploy Containers on: push: branches: - master jobs: deploy-latest-containers: name: Github Registry as latest runs-on: ubuntu-latest strategy: matrix: image: - php-apache - nginx - fpm - fpm-dev - admin - migrate-database - update-frontend - consume-messages - ilios-mysql - ilios-mysql-demo steps: - uses: actions/checkout@v2 - name: ${{ matrix.image }} to Github Registry uses: docker/build-push-action@v1 with: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: docker.pkg.github.com repository: ${{github.repository}}/${{ matrix.image }} tags: latest target: ${{ matrix.image }} deploy-latest-containers: name: Docker Registry as latest runs-on: ubuntu-latest strategy: matrix: image: - php-apache - nginx - fpm - fpm-dev - admin - migrate-database - update-frontend - consume-messages - ilios-mysql - ilios-mysql-demo steps: - uses: actions/checkout@v2 - name: ${{ matrix.image }} to Docker Registry uses: docker/build-push-action@v1 with: username: zorgbort password: ${{ secrets.ZORGBORT_DOCKER_TOKEN }} repository: ilios/${{ matrix.image }} tags: latest target: ${{ matrix.image }}
Deploy containers to docker hub
Deploy containers to docker hub Until Github figures out some issues with their package registry we need to send our containers to docker.
YAML
mit
thecoolestguy/ilios,ilios/ilios,dartajax/ilios,dartajax/ilios,Trott/ilios,thecoolestguy/ilios,Trott/ilios,stopfstedt/ilios,stopfstedt/ilios,ilios/ilios
00e537dff404fe1f4874a86af915e6bfbf8c1518
jobs/api/templates/logsearch/logs.yml
jobs/api/templates/logsearch/logs.yml
--- files: "api/nginx.access.log": fields: type: "logsearch-nginx-access-v1" "api/nginx.error.log": fields: type: "logsearch-nginx-error-v1"
--- files: "api/nginx.access.log": fields: type: "logsearch-nginx-access-v2" "api/nginx.error.log": fields: type: "logsearch-nginx-error-v1"
Update api nginx log version shipped
Update api nginx log version shipped
YAML
apache-2.0
dpb587/logsearch-boshrelease,axelaris/logsearch-boshrelease,pivotalservices/logsearch-boshrelease,pivotalservices/logsearch-boshrelease,axelaris/logsearch-boshrelease,cloudfoundry-community/logsearch-boshrelease,pivotalservices/logsearch-boshrelease,dpb587/logsearch-boshrelease,logsearch/logsearch-boshrelease,dpb587/logsearch-boshrelease,logsearch/logsearch-boshrelease,axelaris/logsearch-boshrelease,Orange-OpenSource/logsearch-boshrelease,pivotalservices/logsearch-boshrelease,axelaris/logsearch-boshrelease,cloudfoundry-community/logsearch-boshrelease,Orange-OpenSource/logsearch-boshrelease,cloudfoundry-community/logsearch-boshrelease,Orange-OpenSource/logsearch-boshrelease,dpb587/logsearch-boshrelease,Orange-OpenSource/logsearch-boshrelease,logsearch/logsearch-boshrelease,cloudfoundry-community/logsearch-boshrelease,logsearch/logsearch-boshrelease
a2080ee866f027cb4232c0dee8e8d0cbf0d43787
packages/ar/archive-sig.yaml
packages/ar/archive-sig.yaml
homepage: '' changelog-type: markdown hash: f324df3a7a6dbcbc6c3d06d908a93b2bcb4c7538fee793590375079048a28ab4 test-bench-deps: {} maintainer: [email protected] synopsis: Backpack signature for archive libraries changelog: | # 0.2.0.0 * Add `unpackFileToDirAndDecompress` * Move `packFromFiles` to `Archive.Generic` and add `packFiles` * Remove `dlist` dependency basic-deps: bytestring: -any composition-prelude: ! '>=2.0.3.0' base: ! '>=4.3 && <5' filepath: -any directory: -any all-versions: - 0.1.0.0 - 0.2.0.0 author: Vanessa McHale latest: 0.2.0.0 description-type: haddock description: Backpack signature that provide a common interface to the Haskell tar package and the Haskell libarchive bindings license-name: BSD-3-Clause
homepage: '' changelog-type: markdown hash: 8243764fc04f9fb2529c15ab9424ac661671a92074e9d9bb3e0e8bd7b24e5a44 test-bench-deps: {} maintainer: [email protected] synopsis: Backpack signature for archive libraries changelog: | # 0.2.0.1 * Use `dir-traverse` to provide recursive directory traversal # 0.2.0.0 * Add `unpackFileToDirAndDecompress` * Move `packFromFiles` to `Archive.Generic` and add `packFiles` * Remove `dlist` dependency basic-deps: bytestring: -any composition-prelude: ! '>=2.0.3.0' dir-traverse: -any base: ! '>=4.3 && <5' all-versions: - 0.1.0.0 - 0.2.0.0 - 0.2.0.1 author: Vanessa McHale latest: 0.2.0.1 description-type: haddock description: Backpack signature that provide a common interface to the Haskell tar package and the Haskell libarchive bindings license-name: BSD-3-Clause
Update from Hackage at 2019-04-26T23:40:23Z
Update from Hackage at 2019-04-26T23:40:23Z
YAML
mit
commercialhaskell/all-cabal-metadata
93967a14ed9221224739b8c0b50508e6489255c9
packages/hp/hpack-dhall.yaml
packages/hp/hpack-dhall.yaml
homepage: https://github.com/sol/hpack-dhall#readme changelog-type: '' hash: 14163eff10d36df0fb4ba61c668e39b6113aa666bd65438e5acab63babc32c51 test-bench-deps: trifecta: -any base: ==4.* dhall: -any hspec: ==2.* text: -any mockery: -any interpolate: -any dhall-json: -any transformers: -any aeson: -any hpack: ! '>=0.23.0' maintainer: '' synopsis: Dhall support for Hpack changelog: '' basic-deps: trifecta: -any base: ==4.* dhall: -any text: -any dhall-json: -any transformers: -any aeson: -any hpack: ! '>=0.23.0' all-versions: - '0.1.0' author: '' latest: '0.1.0' description-type: haddock description: ! 'This package allows you to use the Dhall configuration language to specify Haskell packages.' license-name: PublicDomain
homepage: https://github.com/sol/hpack-dhall#readme changelog-type: '' hash: b62ed1cea03f50b2920cad2fab40af05ad3d55d164f94f89b5b4819677f66290 test-bench-deps: trifecta: -any base: ==4.* dhall: -any hspec: ==2.* text: -any mockery: -any interpolate: -any dhall-json: -any transformers: -any aeson: -any hpack: ! '>=0.23.0' maintainer: Simon Hengel <[email protected]> synopsis: Dhall support for Hpack changelog: '' basic-deps: trifecta: -any base: ==4.* dhall: -any text: -any dhall-json: -any transformers: -any aeson: -any hpack: ! '>=0.23.0' all-versions: - '0.1.0' author: '' latest: '0.1.0' description-type: haddock description: ! 'This package allows you to use the Dhall configuration language to specify Haskell packages.' license-name: PublicDomain
Update from Hackage at 2018-01-31T08:27:52Z
Update from Hackage at 2018-01-31T08:27:52Z
YAML
mit
commercialhaskell/all-cabal-metadata
e76c830fd7c35ed4d23f4e7cf19448ab6fd9dfb1
packages/ne/network-run.yaml
packages/ne/network-run.yaml
homepage: '' changelog-type: markdown hash: 328987ff93c78bf820e3f88d51edce74869f89b87aae6c4cf5f698caa20d5e40 test-bench-deps: {} maintainer: [email protected] synopsis: Simple network runner library changelog: | # Revision history for network-run ## 0.0.0 * First version. basic-deps: base: ! '>=4 && <5' network: ! '>=3.1.0' all-versions: - 0.0.0 - 0.0.1 author: Kazu Yamamoto latest: 0.0.1 description-type: haddock description: Simple functions to run network clients and servers. license-name: BSD-3-Clause
homepage: '' changelog-type: markdown hash: d1b8c6c623357e473db72117db71f08bbda6701785d16cec13644590f7537aee test-bench-deps: {} maintainer: [email protected] synopsis: Simple network runner library changelog: | # Revision history for network-run ## 0.0.0 * First version. basic-deps: base: ! '>=4 && <5' network: ! '>=3.1.0' all-versions: - 0.0.0 - 0.0.1 - 0.1.0 author: Kazu Yamamoto latest: 0.1.0 description-type: haddock description: Simple functions to run network clients and servers. license-name: BSD-3-Clause
Update from Hackage at 2019-08-15T01:17:27Z
Update from Hackage at 2019-08-15T01:17:27Z
YAML
mit
commercialhaskell/all-cabal-metadata
626c916e2ae08744fa62ea8c8cfa555415af5b71
roles/aws-instances/defaults/main.yml
roles/aws-instances/defaults/main.yml
# # Storage instance default settings # # Reference info for settings and pricing # # http://docs.ansible.com/ansible/ec2_module.html # https://aws.amazon.com/ec2/pricing/ # https://aws.amazon.com/ebs/pricing/ # The number of storage servers in your cluster storage_servers_count: 2 # The size of each storage server ec2_storage_server_instance_type: m4.large # The root volume of each storage server ec2_root_volume_size: 10 ec2_root_volume_type: gp2 # If you'd like a dedicated client with tools loaded (for tasks like benchmarking the cluster) client_servers_count: 0 # The size of each client server ec2_client_instance_type: m4.large # Location, network and OS image settings for all ec2_image: ami-6d1c2007 # CentOS Linux 7 x86_64 HVM EBS ec2_region: us-east-1 assign_public_ip: yes ec2_tag_Billing:
# # Storage instance default settings # # Reference info for settings and pricing # # http://docs.ansible.com/ansible/ec2_module.html # https://aws.amazon.com/ec2/pricing/ # https://aws.amazon.com/ebs/pricing/ # The number of storage servers in your cluster storage_servers_count: 2 # The size of each storage server ec2_storage_server_instance_type: m4.large # The root volume of each storage server ec2_root_volume_size: 10 ec2_root_volume_type: gp2 # If you'd like a dedicated client with tools loaded (for tasks like benchmarking the cluster) client_servers_count: 0 # The size of each client server ec2_client_instance_type: m4.large # Location, network and OS image settings for all ec2_image: ami-6d1c2007 # CentOS Linux 7 x86_64 HVM EBS ec2_region: us-east-1 assign_public_ip: yes ec2_tag_Billing: ""
Add empty string billing tag as a default
Add empty string billing tag as a default
YAML
apache-2.0
spohnan/gluster-ansible,spohnan/gluster-ansible
bc1d32d57e6d0894488f5426757b6efe9af1c8ea
ab_tests/ab_tests.yaml
ab_tests/ab_tests.yaml
# List the variants for your AB or multivariate test here. # Please leave the 'Example' test config in place. --- - Example: - A - B
# List the variants for your AB or multivariate test here. # Please leave the 'Example' test config in place. --- - Example: - A - B - ContentPagesNav: - A - B
Add content pages navigation test
Add content pages navigation test
YAML
mit
alphagov/fastly-configure,alphagov/fastly-configure,alphagov/fastly-configure
bdfdb27d24994ed5b5d6069d31c2632e75ca2867
packages/ar/archive-libarchive.yaml
packages/ar/archive-libarchive.yaml
homepage: '' changelog-type: '' hash: 90358c8d3bdfe5f476337327ede3c5761805293d67881d0c0a5164afa345988b test-bench-deps: {} maintainer: [email protected] synopsis: Common interface using libarchive changelog: '' basic-deps: bytestring: -any composition-prelude: -any base: '>=4.3 && <5' libarchive: '>=2.2.5.0 && <3.0.0.0' all-versions: - 0.2.0.0 - 0.2.2.0 - 0.2.2.1 - 0.2.2.2 - 1.0.0.0 author: Vanessa McHale latest: 1.0.0.0 description-type: haddock description: Backpack-ified way to use libarchive bindings license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: b94a2a971c11c03543fb219f0123c78d0995b0f1abe16883b920b7e74f44e440 test-bench-deps: {} maintainer: [email protected] synopsis: Common interface using libarchive changelog: '' basic-deps: bytestring: -any composition-prelude: -any base: '>=4.3 && <5' libarchive: '>=3.0.0.0' all-versions: - 0.2.0.0 - 0.2.2.0 - 0.2.2.1 - 0.2.2.2 - 1.0.0.0 - 1.0.0.1 author: Vanessa McHale latest: 1.0.0.1 description-type: haddock description: Backpack-ified way to use libarchive bindings license-name: BSD-3-Clause
Update from Hackage at 2020-08-27T00:51:59Z
Update from Hackage at 2020-08-27T00:51:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
64f8448959733f519df739e46ae9e844de7f1f3b
hubblestack_nova/sample_sysctl.yaml
hubblestack_nova/sample_sysctl.yaml
sysctl: whitelist: # or blacklist fstab_tmp_partition: # unique ID data: CentOS Linux-6: # osfinger grain - 'net.ipv4.ip_forward': # sysctl query tag: 'CIS-1.1.1' # audit tag match_output: '0' # string to check for in output of sysctl query '*': # wildcard, will be run if no direct osfinger match - 'net.ipv4.ip_forward': tag: 'CIS-1.1.23423' pattern: '0' # The rest of these attributes are optional, and currently not used description: | Setting the flag to 0 ensures that a server with multiple interfaces (for example, a hard proxy), will never be able to forward packets, and therefore, never serve as a router alert: email trigger: state
sysctl: whitelist: # or blacklist net.ipv4.ip_forward: # unique ID data: CentOS Linux-6: # osfinger grain - 'net.ipv4.ip_forward': # sysctl query tag: 'CIS-1.1.1' # audit tag match_output: '0' # string to check for in output of sysctl query '*': # wildcard, will be run if no direct osfinger match - 'net.ipv4.ip_forward': tag: 'CIS-1.1.23423' pattern: '0' # The rest of these attributes are optional, and currently not used description: | Setting the flag to 0 ensures that a server with multiple interfaces (for example, a hard proxy), will never be able to forward packets, and therefore, never serve as a router alert: email trigger: state
Fix ID for sample sysctl
Fix ID for sample sysctl
YAML
apache-2.0
avb76/Nova,SaltyCharles/Nova,cedwards/Nova,HubbleStack/Nova
fc294cabd62181ce490e49d2c5654d781ca090a5
docker-swarmDB-compose.yml
docker-swarmDB-compose.yml
version: '3.3' networks: mongoIMG: external: true services: router1: image: mongo:3.4 ports: - "27081:27081" volumes: - /mnt:/data command: mongod --noprealloc --replSet dataGroup1 --shardsvr --port 27020 deploy: mode: replicated replicas: 1 placement: constraints: - node.labels.mongo.role == router1 networks: - mongoIMG depends_on: - config1 - shard1n1 config1: image: mongo:3.4 volumes: - /mnt:/data command: mongod --configsvr --smallfiles --replSet configserver --port 27019 deploy: mode: replicated replicas: 1 placement: constraints: - node.labels.mongo.role == config1 networks: - mongoIMG shard1n1: image: mongo:3.4 volumes: - /mnt:/data ports: - "8001:27020" command: mongod --noprealloc --replSet dataGroup1 --shardsvr --port 27020 deploy: mode: replicated replicas: 1 placement: constraints: - node.labels.mongo.role == shard1n1 networks: - mongoIMG
version: '3.3' networks: mongoIMG: external: true services: router1: image: mongo:3.4 ports: - "27081:27081" volumes: - /mnt/db:/data/db command: mongod --noprealloc --replSet dataGroup1 --shardsvr --port 27020 deploy: mode: replicated replicas: 1 placement: constraints: - node.labels.mongo.role == router1 networks: - mongoIMG depends_on: - config1 - shard1n1 config1: image: mongo:3.4 volumes: - /mnt/configdb:/data/configdb command: mongod --configsvr --smallfiles --replSet configserver --port 27019 deploy: mode: replicated replicas: 1 placement: constraints: - node.labels.mongo.role == config1 networks: - mongoIMG shard1n1: image: mongo:3.4 volumes: - /mnt:/data ports: - "8001:27020" command: mongod --noprealloc --replSet dataGroup1 --shardsvr --port 27020 deploy: mode: replicated replicas: 1 placement: constraints: - node.labels.mongo.role == shard1n1 networks: - mongoIMG
Update change configdb and routedb. /mnt/db /mnt/configdb
Update change configdb and routedb. /mnt/db /mnt/configdb important is config router mkdir -p /mnt/db mkdir -p /mnt/configdb
YAML
mit
lionants02/ThumborMongoShardingCompose
f7c813f08df006fb2bf11d15c04000d6692ce773
config/templates/bisulfite_seq.yaml
config/templates/bisulfite_seq.yaml
details: - analysis: wgbs-seq algorithm: aligner: bsmap # bismark ; this option will set up the same tool for calling and alignment description: test genome_build: hg19 # files: [../../raw/test_R1.fastq, ../../raw/test_R2.fastq]
details: - analysis: wgbs-seq algorithm: aligner: bismark # this option will set up the same tool for calling and alignment description: test genome_build: hg19 # files: [../../raw/test_R1.fastq, ../../raw/test_R2.fastq]
Set bismark as default aligner in bisufile_seq config template
Set bismark as default aligner in bisufile_seq config template
YAML
mit
chapmanb/bcbio-nextgen,vladsaveliev/bcbio-nextgen,a113n/bcbio-nextgen,a113n/bcbio-nextgen,lbeltrame/bcbio-nextgen,vladsaveliev/bcbio-nextgen,vladsaveliev/bcbio-nextgen,a113n/bcbio-nextgen,lbeltrame/bcbio-nextgen,chapmanb/bcbio-nextgen,chapmanb/bcbio-nextgen,lbeltrame/bcbio-nextgen
a9f88b92d45d74d164a38d5d4da0e1f7891416ab
recipes/mongoquery/meta.yaml
recipes/mongoquery/meta.yaml
{% set version = "1.1.0" %} package: name: mongoquery version: {{ version }} source: url: https://github.com/kapouille/mongoquery/archive/v{{ version }}.tar.gz fn: mongoquery-v{{ version }}.tar.gz sha256: d1e87f6038ea074273610b6258e5af7477de61c782f6424fc7ecf3416df3e645 build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - setuptools - python run: - python test: imports: - mongoquery requires: - pytest commands: - py.test {{ environ.SRC_DIR }}/tests -vrsx about: home: https://github.com/kapouille/mongoquery license: The Unlicense summary: > A utility library that provides a MongoDB-like query language for querying python collections. It's mainly intended to parse objects structured as fundamental types in a similar fashion to what is produced by JSON or YAML parsers. extra: recipe-maintainers: - ericdill - licode - tacaswell
{% set version = "1.1.0" %} package: name: mongoquery version: {{ version }} source: url: https://github.com/kapouille/mongoquery/archive/v{{ version }}.tar.gz fn: mongoquery-v{{ version }}.tar.gz sha256: d1e87f6038ea074273610b6258e5af7477de61c782f6424fc7ecf3416df3e645 build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - setuptools - python run: - python test: imports: - mongoquery requires: - pytest commands: - py.test {{ environ.SRC_DIR }}/tests -vrsx about: home: https://github.com/kapouille/mongoquery license: Public Domain summary: > A utility library that provides a MongoDB-like query language for querying python collections. It's mainly intended to parse objects structured as fundamental types in a similar fashion to what is produced by JSON or YAML parsers. extra: recipe-maintainers: - ericdill - kapouille - licode - tacaswell
Change license text. Add library author as maintainer
Change license text. Add library author as maintainer
YAML
bsd-3-clause
basnijholt/staged-recipes,tylere/staged-recipes,SylvainCorlay/staged-recipes,khallock/staged-recipes,mariusvniekerk/staged-recipes,hajapy/staged-recipes,NOAA-ORR-ERD/staged-recipes,barkls/staged-recipes,jerowe/staged-recipes,scopatz/staged-recipes,Savvysherpa/staged-recipes,JohnGreeley/staged-recipes,chohner/staged-recipes,dfroger/staged-recipes,data-exp-lab/staged-recipes,ocefpaf/staged-recipes,khallock/staged-recipes,nicoddemus/staged-recipes,johanneskoester/staged-recipes,isuruf/staged-recipes,rmcgibbo/staged-recipes,rolando-contrib/staged-recipes,jjhelmus/staged-recipes,tylere/staged-recipes,jochym/staged-recipes,grlee77/staged-recipes,shadowwalkersb/staged-recipes,richardotis/staged-recipes,sannykr/staged-recipes,mcs07/staged-recipes,atedstone/staged-recipes,blowekamp/staged-recipes,petrushy/staged-recipes,NOAA-ORR-ERD/staged-recipes,grlee77/staged-recipes,dharhas/staged-recipes,mariusvniekerk/staged-recipes,SylvainCorlay/staged-recipes,johanneskoester/staged-recipes,atedstone/staged-recipes,bmabey/staged-recipes,chrisburr/staged-recipes,dschreij/staged-recipes,guillochon/staged-recipes,glemaitre/staged-recipes,pstjohn/staged-recipes,jcb91/staged-recipes,kwilcox/staged-recipes,basnijholt/staged-recipes,Savvysherpa/staged-recipes,patricksnape/staged-recipes,cpaulik/staged-recipes,caspervdw/staged-recipes,jcb91/staged-recipes,OpenPIV/staged-recipes,JohnGreeley/staged-recipes,caspervdw/staged-recipes,birdsarah/staged-recipes,conda-forge/staged-recipes,conda-forge/staged-recipes,chohner/staged-recipes,synapticarbors/staged-recipes,OpenPIV/staged-recipes,rvalieris/staged-recipes,kwilcox/staged-recipes,johannesring/staged-recipes,birdsarah/staged-recipes,goanpeca/staged-recipes,vamega/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,petrushy/staged-recipes,jjhelmus/staged-recipes,sodre/staged-recipes,planetarypy/staged-recipes,jakirkham/staged-recipes,dharhas/staged-recipes,asmeurer/staged-recipes,gqmelo/staged-recipes,chrisburr/staged-recipes,hbredin/staged-recipes,synapticarbors/staged-recipes,blowekamp/staged-recipes,bmabey/staged-recipes,goanpeca/staged-recipes,pstjohn/staged-recipes,glemaitre/staged-recipes,barkls/staged-recipes,data-exp-lab/staged-recipes,jerowe/staged-recipes,mcs07/staged-recipes,rvalieris/staged-recipes,nicoddemus/staged-recipes,johannesring/staged-recipes,patricksnape/staged-recipes,shadowwalkersb/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,Cashalow/staged-recipes,valgur/staged-recipes,jochym/staged-recipes,Cashalow/staged-recipes,sannykr/staged-recipes,benvandyke/staged-recipes,richardotis/staged-recipes,gqmelo/staged-recipes,pmlandwehr/staged-recipes,Juanlu001/staged-recipes,ReimarBauer/staged-recipes,isuruf/staged-recipes,koverholt/staged-recipes,igortg/staged-recipes,planetarypy/staged-recipes,cpaulik/staged-recipes,sodre/staged-recipes,koverholt/staged-recipes,stuertz/staged-recipes,asmeurer/staged-recipes,valgur/staged-recipes,dfroger/staged-recipes,hajapy/staged-recipes,scopatz/staged-recipes,dschreij/staged-recipes,ceholden/staged-recipes,sodre/staged-recipes,ceholden/staged-recipes,benvandyke/staged-recipes,Juanlu001/staged-recipes,guillochon/staged-recipes,vamega/staged-recipes,larray-project/staged-recipes,igortg/staged-recipes,rmcgibbo/staged-recipes,stuertz/staged-recipes,larray-project/staged-recipes,hbredin/staged-recipes,rolando-contrib/staged-recipes,mcernak/staged-recipes,mcernak/staged-recipes,pmlandwehr/staged-recipes
094278bbb24cbbded4671ec07f6af92042d3668f
recipes/notebook/meta.yaml
recipes/notebook/meta.yaml
{% set version = "5.0.0" %} package: name: notebook version: {{ version }} source: fn: notebook-{{ version }}.tar.gz url: https://pypi.io/packages/source/n/notebook/notebook-{{ version }}.tar.gz sha256: 1cea3bbbd03c8e5842a1403347a8cc8134486b3ce081a2e5b1952a00ea66ed54 build: script: pip install --no-deps . number: 0 noarch: python entry_points: - jupyter-notebook = notebook.notebookapp:main - jupyter-nbextension = notebook.nbextensions:main - jupyter-serverextension = notebook.serverextensions:main requirements: build: - python - pip run: - ipykernel - ipython_genutils - jinja2 - jupyter_core - jupyter_client - nbconvert - nbformat - python - terminado - tornado >=4 - traitlets >=4.3 test: commands: - jupyter notebook -h - jupyter nbextension -h - jupyter serverextension -h imports: - notebook about: home: http://jupyter.org license: BSD 3-clause summary: A web-based notebook environment for interactive computing
{% set version = "5.1.0" %} package: name: notebook version: {{ version }} source: fn: notebook-{{ version }}.tar.gz url: https://pypi.io/packages/source/n/notebook/notebook-{{ version }}.tar.gz sha256: c35fccb55250688303f6ef35c3870f6f5a8df885ff4d9e5cfe1176a87be7fdda build: script: pip install --no-deps . number: 0 noarch: python entry_points: - jupyter-notebook = notebook.notebookapp:main - jupyter-nbextension = notebook.nbextensions:main - jupyter-serverextension = notebook.serverextensions:main requirements: build: - python - pip run: - ipykernel - ipython_genutils - jinja2 - jupyter_core - jupyter_client - nbconvert - nbformat - python - terminado - tornado >=4 - traitlets >=4.3 test: commands: - jupyter notebook -h - jupyter nbextension -h - jupyter serverextension -h imports: - notebook about: home: http://jupyter.org license: BSD 3-clause summary: A web-based notebook environment for interactive computing
Update notebook to version 5.1.0
Update notebook to version 5.1.0
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
582f79f3b5d42feecc74b17ed9c7d28b5b01505a
pubspec.yaml
pubspec.yaml
name: dartdocorg description: Generates the Dart documentation for all the packages in pub environment: sdk: '>=1.12.0 <2.0.0' dependencies: args: any googleapis_auth: any googleapis_beta: any googleapis: any http: any intl: any logging: any path: any pub_semver: any yaml: any dev_dependencies: grinder: any linter: any tuneup: any
name: dartdocorg description: Generates the Dart documentation for all the packages in pub environment: sdk: '>=1.12.0 <2.0.0' dependencies: args: ^0.13.2 googleapis_auth: ^0.2.3+1 googleapis_beta: ^0.20.0 googleapis: ^0.18.0 http: ^0.11.3+2 intl: ^0.12.4+2 logging: ^0.11.2 path: ^1.3.6 pub_semver: ^1.2.3 yaml: ^2.1.7 dev_dependencies: grinder: ^0.8.0 linter: ^0.1.4 tuneup: ^0.1.3+1
Add version constraints to all imports
Add version constraints to all imports Critical to make sure we don't accidentally pull in breaking changes
YAML
bsd-3-clause
astashov/dartdocs.org,astashov/dartdoc-generator,astashov/dartdoc-generator,astashov/dartdocs.org,astashov/dartdocorg,astashov/dartdocs.org,astashov/dartdocorg,astashov/dartdocorg,astashov/dartdoc-generator
2d29f2350594967338f1fd5b3902c3aa12a06332
pubspec.yaml
pubspec.yaml
name: barback version: 0.9.0 author: "Dart Team <[email protected]>" homepage: http://www.dartlang.org description: > An asset build system. Given a set of input files and a set of transformations (think compilers, preprocessors and the like), will automatically apply the appropriate transforms and generate output files. When inputs are modified, automatically runs the transforms that are affected. Runs transforms asynchronously and in parallel when possible to maximize responsiveness. dependencies: path: ">=0.9.0 <0.10.0" source_maps: ">=0.9.0 <0.10.0" stack_trace: ">=0.9.0 <0.10.0" dev_dependencies: scheduled_test: ">=0.9.0 <0.10.0" unittest: ">=0.9.0 <0.10.0" environment: sdk: ">=1.0.0 <2.0.0"
name: barback author: "Dart Team <[email protected]>" homepage: http://www.dartlang.org description: > An asset build system. Given a set of input files and a set of transformations (think compilers, preprocessors and the like), will automatically apply the appropriate transforms and generate output files. When inputs are modified, automatically runs the transforms that are affected. Runs transforms asynchronously and in parallel when possible to maximize responsiveness. dependencies: path: any source_maps: any stack_trace: any dev_dependencies: scheduled_test: any unittest: any
Revert "add versions and constraints for packages and samples"
Revert "add versions and constraints for packages and samples" This is currently blocking us from testing samples. BUG= [email protected] Review URL: https://codereview.chromium.org//59513007 git-svn-id: c93d8a2297af3b929165606efe145742a534bc71@29960 260f80e4-7a28-3924-810f-c04153c831b5
YAML
bsd-3-clause
dart-lang/barback,Aetet/barback,Aetet/barback,dart-lang/barback,dart-archive/barback,dart-archive/barback
057bfe1a39a320007b6b2efc222f038c2a39fb58
pubspec.yaml
pubspec.yaml
name: oauth2 version: 0.9.0 author: "Dart Team <[email protected]>" homepage: http://www.dartlang.org description: > A client library for authenticating with a remote service via OAuth2 on behalf of a user, and making authorized HTTP requests with the user's OAuth2 credentials. Currently only works with dart:io. dependencies: http: ">=0.9.0 <0.10.0" dev_dependencies: unittest: ">=0.9.0 <0.10.0" environment: sdk: ">=0.8.10+6 <2.0.0"
name: oauth2 version: 0.9.1 author: "Dart Team <[email protected]>" homepage: http://www.dartlang.org description: > A client library for authenticating with a remote service via OAuth2 on behalf of a user, and making authorized HTTP requests with the user's OAuth2 credentials. Currently only works with dart:io. dependencies: http: ">=0.9.2 <0.10.0" dev_dependencies: unittest: ">=0.9.0 <0.10.0" environment: sdk: ">=0.8.10+6 <2.0.0"
Update oauth2's dependency on http.
Update oauth2's dependency on http. OAuth2 was upgraded to support the new HTTP API prior to the new conventions for package versioning, and the upgraded version hasn't been released yet. [email protected] BUG=15809 Review URL: https://codereview.chromium.org//98163005 git-svn-id: c93d8a2297af3b929165606efe145742a534bc71@31523 260f80e4-7a28-3924-810f-c04153c831b5
YAML
bsd-3-clause
thosakwe/oauth2,ErikGrimes/oauth2,dart-lang/oauth2
255acf560154e9cceca1c48b20fe5fcbb04a8b94
packages/lo/loup.yaml
packages/lo/loup.yaml
homepage: https://github.com/swift-nav/loup changelog-type: '' hash: 70a40b0c1752f5df08219600bc30e8a22aa64285ebc10dac0cc893353b1c595a test-bench-deps: {} maintainer: Mark Fine <[email protected]> synopsis: Amazon Simple Workflow Service Wrapper for Work Pools. changelog: '' basic-deps: amazonka: -any bytestring: -any optparse-generic: -any base: ==4.8.* time: -any shakers: -any unordered-containers: -any uuid: -any preamble: -any lifted-base: -any conduit: -any turtle: -any loup: -any lifted-async: -any amazonka-swf: -any aeson: -any yaml: -any all-versions: - '0.0.1' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' - '0.0.6' author: Swift Navigation Inc. latest: '0.0.6' description-type: haddock description: Loup is a wrapper around Amazon Simple Workflow Service for Work Pools. license-name: MIT
homepage: https://github.com/swift-nav/loup changelog-type: '' hash: e7bd52c569d47aa263330451ea678f0974805074ded3bd49d02e218f382fc277 test-bench-deps: {} maintainer: Mark Fine <[email protected]> synopsis: Amazon Simple Workflow Service Wrapper for Work Pools. changelog: '' basic-deps: amazonka: -any bytestring: -any optparse-generic: -any base: ==4.8.* time: -any shakers: -any unordered-containers: -any uuid: -any preamble: -any lifted-base: -any conduit: -any turtle: -any loup: -any lifted-async: -any amazonka-swf: -any aeson: -any yaml: -any all-versions: - '0.0.1' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' - '0.0.6' - '0.0.7' author: Swift Navigation Inc. latest: '0.0.7' description-type: haddock description: Loup is a wrapper around Amazon Simple Workflow Service for Work Pools. license-name: MIT
Update from Hackage at 2017-06-24T01:03:10Z
Update from Hackage at 2017-06-24T01:03:10Z
YAML
mit
commercialhaskell/all-cabal-metadata
48572bfabe477407403bdc5d1d9d8d1c52b1c7c7
packages/ut/util.yaml
packages/ut/util.yaml
homepage: '' changelog-type: '' hash: 9c8ad33501347da653b4e4011f8b3da212cba7e1d292f7e3e432c603934e4576 test-bench-deps: {} maintainer: [email protected] synopsis: Utilities changelog: '' basic-deps: base: ! '>=4.9 && <4.12' all-versions: - '0.1.0.0' author: M Farkas-Dyck latest: '0.1.0.0' description-type: haddock description: '' license-name: BSD3
homepage: '' changelog-type: '' hash: 32ff237c3f0ff0388700b5c134162a116159a6199687ee6ea967e30a4bfe3760 test-bench-deps: {} maintainer: [email protected] synopsis: Utilities changelog: '' basic-deps: base: ! '>=4.9 && <4.12' all-versions: - '0.1.0.0' - '0.1.1.0' author: M Farkas-Dyck latest: '0.1.1.0' description-type: haddock description: '' license-name: BSD3
Update from Hackage at 2017-12-09T02:29:15Z
Update from Hackage at 2017-12-09T02:29:15Z
YAML
mit
commercialhaskell/all-cabal-metadata
51552782ff38a1210001746730b7d61382df9bec
content/programs/bssp/emmanuel.yaml
content/programs/bssp/emmanuel.yaml
title: Emmanuel thumbnail: '/assets/images/bssp/Egole2016.jpg' description: "Emmanuel is 7 years old and lives with his grandmother in Bubugo village. He enjoys English and wants to be a doctor in the future. His favorite sport is soccer and his favorite food is rice and chicken."
title: Emmanuel thumbnail: '/assets/images/bssp/Egole2016.jpg' description: "Emmanuel is 7 years old, from Bubugo village, and taken care of by his grandmother. He enjoys English and wants to be a doctor in the future. His favorite sport is soccer and his favorite food is rice and chicken."
Replace Emmanuel's text and photo on BSSP page v2
Replace Emmanuel's text and photo on BSSP page v2 https://trello.com/c/le3C3UkF/262-replace-emmanuel-s-text-and-photo-on-bssp-page
YAML
mit
becauseofhope/because-of-hope,becauseofhope/because-of-hope,becauseofhope/because-of-hope,becauseofhope/because-of-hope
2f7c06dfb8fd7f785a18e865bafe2ba61f5d35d0
deployments/data100/config/prod.yaml
deployments/data100/config/prod.yaml
jupyterhub: proxy: https: hosts: - data100.datahub.berkeley.edu hub: db: pvc: # This also holds logs storage: 40Gi
jupyterhub: proxy: https: hosts: - data100.datahub.berkeley.edu hub: db: pvc: # This also holds logs storage: 40Gi scheduling: userPlaceholder: enabled: true replicas: 160
Add user-placeholders for data100 too
Add user-placeholders for data100 too Since data100 and datahub are now on different nodegroups that scale independently, it'll be useful to have two different placeholder pods. This might actually make them behave in the ways we want them to!
YAML
bsd-3-clause
berkeley-dsep-infra/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub
73f4178c31f26102c3eeb9234dff4cd809228d13
packages/st/strict-list.yaml
packages/st/strict-list.yaml
homepage: https://github.com/nikita-volkov/strict-list changelog-type: '' hash: 05768ad6042c77717fd1432fd12d9d2498a331fae1bacf94a3c821161a3d0ea5 test-bench-deps: rerebase: <2 quickcheck-instances: ! '>=0.3.11 && <0.4' strict-list: -any tasty-quickcheck: ! '>=0.9 && <0.11' tasty-hunit: ! '>=0.9 && <0.11' tasty: ! '>=0.12 && <2' QuickCheck: ! '>=2.8.1 && <3' maintainer: Nikita Volkov <[email protected]> synopsis: Strict linked list changelog: '' basic-deps: semigroupoids: ! '>=5.3 && <6' base: ! '>=4.9 && <5' all-versions: - '0.1' - 0.1.0.1 - 0.1.1 - 0.1.2 author: Nikita Volkov <[email protected]> latest: 0.1.2 description-type: haddock description: Implementation of strict linked list with care taken about stack. license-name: MIT
homepage: https://github.com/nikita-volkov/strict-list changelog-type: '' hash: 2b74bb9bf4660fc32309a603f2b11a917e054b8aa482586f512a2ba8f725d42f test-bench-deps: rerebase: <2 quickcheck-instances: ! '>=0.3.11 && <0.4' strict-list: -any tasty-quickcheck: ! '>=0.9 && <0.11' tasty-hunit: ! '>=0.9 && <0.11' tasty: ! '>=0.12 && <2' QuickCheck: ! '>=2.8.1 && <3' maintainer: Nikita Volkov <[email protected]> synopsis: Strict linked list changelog: '' basic-deps: semigroupoids: ! '>=5.3 && <6' base: ! '>=4.9 && <5' all-versions: - '0.1' - 0.1.0.1 - 0.1.1 - 0.1.2 - 0.1.3 author: Nikita Volkov <[email protected]> latest: 0.1.3 description-type: haddock description: Implementation of strict linked list with care taken about stack. license-name: MIT
Update from Hackage at 2019-03-18T18:03:42Z
Update from Hackage at 2019-03-18T18:03:42Z
YAML
mit
commercialhaskell/all-cabal-metadata